@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;
    background: #E7ECF4;
}
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: 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%;
}
.headerTop{
    width: 100%;
    display: block;
    overflow: hidden;
    background: #000;
    border-bottom: 1px solid #5a5a5a;
}
.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: inline-block;
    width: auto;
    z-index: 1;
    position: relative;
}
.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: #fff;
}
.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{
    float: left;
    width: 98%;
    border-radius: 0;
    border: 2px solid #fff;
    padding: 10px 0 10px 10px;
}

.headerMiddle>div.blockCenter .blockSearch{
    position: relative;
}
.headerMiddle>div.blockCenter .blockSearch a{
    position: absolute;
    right: -1px;
    height: 100%;
    width: 45px;
    line-height: 35px;
    text-align: center;
    border-left: 2px solid #fff;
    font-size: 18px;
}
.headerMiddle>div.blockRight{
    width: 40%;
}
.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 #eba768;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    padding: 2px 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 {
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    background: #eba768;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 15px 10px 0;
    line-height: 30px;
}
.headerBottom>div.menuHeader{
    width: 19.6%;
    position: relative;
}
.menuHeader>ul{
	min-height: 423px;
}

.menuHeader>p i{
    padding: 0 5px 0 0;
}
.headerBottom{
    display: table;position: relative;
}
.headerBottom>div.policy{
    margin-top: 11px;
    width: 74%;
}
.headerBottom>div.policy ul li{
    display: inline-block;
    font-size: 25px;
    margin: 0 15px;
    white-space: nowrap;
    float: left !important;
}
.headerBottom>div.policy ul li span {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
}
.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: #fff;
}
.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: 10px 5px 5px 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: 10px 5px;
}
.menuHeader ul.childNav{
    border: 1px solid #eee;
    display: none;
    left: 100%;
    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: 12px 10px;
}
.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;
    margin-bottom: 15px;
}
.blockBanner ul li img{
   width: 100%;
}
.blockProduct{
     display: inline-block;
     width: 100%;
     clear: both;
 }
.blockProduct>.blockMenu{
    background: #f4f2f3;
    line-height: 35px;
    display: table;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 0;
    position: relative;
}
.blockProduct>.blockMenu>ul{
    background: #eba768;
    float:left
}
.blockProduct>.blockMenu>ul li{
    display: inline-block;
}
.blockProduct>.blockMenu>ul li a{
    font-size: 13px;
    display: inline-block;
    /*border-right: 1px solid #fff;*/
    padding: 0 10px;
    color: #fff;
}
.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: inline-block;width: 100%;margin:0 0 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%;
}
.blockIndex div.blockRight>a img {
    width: 350px;
    height: 370px;
    max-width: 100%;
}
.tabHome{
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}
.tabHome ul li{
    float: left;
    margin-right: 5px;
}
.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;
}
.tabHome ul li:nth-child(n+10){
    display: none;
}
.itemsProduct {
    background: #fff;
    border: 1px solid #ededed;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.itemsProduct:hover {
    border: 1px solid #eba768;
}
.itemsProduct label.discount {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    height: 18px;
    background-image: linear-gradient(-90deg,#ec1f1f 0%,#ff9c00 100%);
    border-radius: 10px;
    padding: 1px 7px;
    padding-left: 0;
    padding-right: 10px;
}
.itemsProduct label.discount:before {
    content: ' ';
    display: inline-block;
    background: url('../img/discount.png');
    background-size: 50% 50%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f13500;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.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;
}
.img-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.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: #666;
    font-size: 14px;
    font-weight: normal;
}

.mcartProduct {
    position: relative;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
}
.mPrice {
    color: #111;
    float: left;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    display: inline-block;
    text-transform: uppercase;
}
.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 .priceOld {
    color: #aaa;
    font-size: 13px;
    text-decoration: line-through;
}
.mPrice .priceRed {
    color: #ed1c24;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    display: 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: #5a5a5a;
    padding: 10px 20px;
    text-align: center;
    line-height: 25px;
}
.footerBottom p,.footerBottom a{
    color: #fff;
}
.wrpLeft>.blockList{
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px 5px 0 0;
    margin:0 0 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: 1.6;
    padding: 5px 0;
}
.wrpLeft>.blockList ul{
    padding: 5px;
}
.wrpLeft>.blockList ul li>a {
    text-transform: uppercase;
    color: #383838;
}
.wrpLeft>.blockList ul li>ul {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.wrpLeft .menuChilds li {
    overflow: hidden;
    display: inline-block;
    padding: 0 5px !important;
    margin: 0 5px;
    width: 43%;
}
.wrpLeft .menuChilds li a i{
    display: inline-block;
    margin-right: 5px;
}
.wrpLeft>.blockList ul li ul li a {
    text-transform: none;
    color: #EC575B;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.wrpLeft>.blockList ul li{
    padding: 0;
    border: none;
}
.wrpLeft>.blockList ul li ul li a .fa-square-o {
    color: #ccc;
    background: #ddd;
    height: 10px;
}
.wrpLeft>.blockList ul li>ul li:hover a .fa-square-o {
    background: none;
}
.wrpLeft>.blockList ul li ul li a .fa-check-square-o {
    color: #aaa;
}
.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;
}
.wrpRight .prWrp li{
    width: 24%;
    padding: 5px 3px;
}
.wrpRight .prWrp li{
    width: 32%;
}
.wrpRight .prWrp li .itemsProduct,.productRightContent .prWrp li .itemsProduct, .wrpRight .prWrp li:nth-child(5) .itemsProduct {
    border: 1px solid #eee;
}
.breadcrumb {
    position: relative;
    background: #f4f4f4;
    border-radius: 4px;
    list-style: outside none none;
    margin: 0 0 20px 0;
    padding: 0 15px;
    border: none;
}
.breadcrumb li:first-child {
    margin-left: 0;
}
.breadcrumb li {
    display: inline-table;
    line-height: 35px;
    position: relative;
}
.breadcrumb li a {
    font-size: 12px;
    margin: 0 5px;
    text-transform: uppercase;
    color: #585858;
}
.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%;
}
#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: 10px;
    border: 1px solid #000;
    width: 90%;
    text-transform: uppercase;
    cursor: pointer;
	margin: 20px 15px 0;
	font-weight: bold;
}
#orderIf p{
    color: #000;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    padding: 0 15px 10px 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: inline-block;
    width: 45%;
    text-align: center;
	vertical-align: top;
	margin-right: 45px;
}
.purchaseInfo ul.contact{
    float: left;
}

.purchaseInfo ul li label{
    display: inline-block;
    width: 120px;
    text-align: left;
}
.purchaseInfo ul li {
	padding:6px 0;
}
.purchaseInfo ul li select {
	width: 281px;
    border: 1px solid #eee;
    line-height: 25px;
    padding: 9px 5px;
	border-radius: 0;
}
#cartContent {
	margin-bottom: 20px;
}
.purchaseInfo ul li input, .purchaseInfo ul li textarea{
    width: 269px;
    border: 1px solid #eee;
    line-height: 25px;
    padding: 5px;
	border-radius: 0;
}
.purchaseInfo>h1{
    text-align: left;
}
.purchaseInfo ul li span{
    color: #E2091A;
    font-weight: bold;
	vertical-align: middle;
}
.titleStep {
	border-bottom: 1px solid #ccc;
	font-weight: bold !important;
	margin-bottom: 20px;
}
#paymentMethod {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
#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;
    clear: both;
    text-align: left;
    margin: 15px 0;
    display: inline-block;
    width: 100%;
}
.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: #01264c;
    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;
}

.paginator span.currentPage{
    border: 1px solid #DEDEDE;
    background: #01264c;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 13px;
    border-radius: 3px;
}
.pagesTop .paginator a{
    line-height: 25px;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    font-size: 13px;
    height: 25px;
    width: 25px;
    font-weight: bold;
}
.pagesTop .paginator a.paging-next, .pagesTop .paginator .paging-previous{
    line-height: 25px;
}
.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: 100%;
    display: inline-block;
}
.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;
}
.newsLeft>ul>li:last-child{
    border-bottom: none;
}
.newsWrp .newsImg{
    overflow: hidden;
    display: block;
    margin-bottom: 10px
}

.newsWrp .newsImg img{
    width: 100%;
}
.newsWrp .newsDetails{
    line-height: 20px;
}
.newsWrp .newsDetails>h1 a{
    display: block;
    color: #353535;
    font-size: 17px;
    font-weight: bold;
}
.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 #5a5a5a;
    display: none;
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 99;
}
.listCategory{
    background: white;
}
.minicartTitle h3 span {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.header-mobile-fix.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #2e2e2e;
    min-height: 60px;
}
.mobileMenux.sticky a.menuLeft{
    top: 15px
}
.minicartTitle h3 span{
    font-size: 20px;
}
.minicartTitle h3{
    padding: 8px 5px;
}

.header-mobile-fix.sticky .blockCenter{
    display: none;
}
.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: normal;
    overflow: hidden;
    padding: 7px 0 7px 19px;
}
.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;*/
/*}*/

.wrapperLeft{
    height: 100%;
}


.featuredMobile {
    left: 0;
    /*height: 100% !important;  */
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.22) inset;*/
    max-height: 100%;
    position: fixed;
    width: 316px;
    z-index: 999;
}
.featuredMobile>.columnLeft {
    width: 100%;
    height: 100%;
}
.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;
}
.featuredMobile>.columnLeft .parentNav li {
    border: medium none !important;
    padding: 0 10px;
}
.featuredMobile .listCategory{
    overflow: scroll;
    height: 100%;
}
.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: 55px;
    margin: 0;
    width: 50px;
    background-color: #f8c698;
    margin-top: 1px;
    background-size: contain;
}
.columnLeft .minicartTitle {
    background: #eaa66d;
    line-height: 29px;
    padding:9px 10px;
}
.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: 0;
    margin-right: 0;
}
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;
    border-bottom: 1px solid #ccc;
}
#profileMenu>li>a {
    display: block;
    font-size: 17px;
    font-weight: bold;
    line-height: 60px;
    padding: 0 10px;
}
#profileContent {
    line-height: 25px;
}

#profileIf div.pf>span {
    display: inline-block;
    margin-right: 10px;
    text-align: right;
    width: 150px;
    font-size: 16px;
    font-style: normal;
}
.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: #000;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #fff;
    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;
    font-style: normal;
    /*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;
    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: #5a5a5a none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    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 {
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 0;
    width: 100%;
    z-index: 3;
    height: 100%;
    background: rgba(255,255,255,.95);
    display: block !important;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);

    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.nk-product-hover>section {
    color: white;
    float: left;
    font-size: 12px;
    padding: 10px;
    text-align: left;
    line-height: 1.5;
}
.nk-product-hover>section li{
    border: none !important;
}
.nk-product-hover>section>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;
    font-weight: bold;
    padding-left: 25px;
}
.profile tbody tr td.val{
    font-weight: normal;
}
.profile tbody tr td.val input, .profile tbody tr td.val select {
    border: 1px solid #dedede;
    margin: 5px 0;
    padding: 4px;
    width: 200px;
    font-weight: normal;
}
.profile tbody tr td.val button {
    -moz-user-select: none;
    background-color: #000;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #fff;
    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;
}
.face ul li{
   float: left;
   width: 100px;
}

/******************* Header right **********************/
.blockRight .blockAdv {
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
}
.blockRight .blockAdv ul.hotlineSupport{
    position: relative;
    width: 50%;
}
.blockRight .blockAdv img{
    width: 100%;
    max-height: 100%;
}
.blockRight .blockAdv a {
    display: block;
    padding-top: 5px;
    float: right;
}
.blockRight .blockAdv img{
    max-width: 100%;
    width: auto;
}
.blockRight .blockAdv .faright{
    border-radius: 50%;
    background: #e8e8e8;
    color: #808080;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.blockRight .blockAdv .faright a{
    color: #808080;
}
.blockRight .blockAdv .faright .itemCart{
    position: absolute;
    z-index: 1;
    right: -7px;
    top: -7px;
    color: #fff;
    background: #f46d35;
    font-size: 12px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
}
.hotlineSupport li{
    float: right;
}
.hotlineSupport li:nth-child(2){
    padding: 3px;
    width: 52%;
}
.hotlineSupport li img{
    padding: 3px 0 0 0;
    max-width: 100%;
}
.hotlineSupport li a{
    color: #fff;
    font-size: 14px;
    float: none !important;
}
.hotlineSupport li>a{
    font-weight: bold;
}
.hotlineSupport li span{
    display: block;
    color: #fff;
}
.hotlineSupport li span a{
    font-size: 12px;
}
/******************* End Header right **********************/

.clearfix{
    clear: both;
}
html, body, a, p, span, label{
    /*font-family: arial , Arial, Helvetica, sans-serif !important;*/
}
.nk_discount,
.blockList h2 {
    display: none !important;
}
.modal{
    z-index: 2050;
}
/*---------------------------- Color & Background Color ---------------------------*/
.headerMiddle>div.blockCenter .blockSearch a,
.headerMiddle>div.blockCenter .blockSearch input, .headerMiddle>div.blockCenter .blockSearch input::-webkit-input-placeholder{
    color: #666666;
}
.blockProduct>.blockMenu>h2 a, .categoryMenus .parent>li>i{
    color: #fff;
}
.blockProduct>.blockMenu>h2 a:hover{
    color: #eba768;
}
.headerMiddle>div.blockCenter .blockSearch a, .headerMiddle>div.blockCenter .blockSearch input{
    background: #fff;
}
.blockProduct>.blockMenu {
    background: #eba768;
}
.blockProduct>.blockMenu>ul li a:hover{
    text-decoration: underline;
}
/*---------------------------- End Color ---------------------------*/


.blockMenuSearch ul li a:hover{
    color: #eba768;
}
.introduction img{
    max-width: 100% !important;
}
.headerWrp {
    background: #2e2e2e;
}
.header-infor{
    font-size: 13px;
    padding: 10px 0;
}
.header-infor, .header-acount, .header-infor a, .header-acount a{
    color: #fff;
}
.brWrp{
    background: #f4f4f4;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.detailsSecondRows .block2 li:before{
    content: '|';
    font-size: 13px;
}
.detailsSecondRows .block2 li:first-child:before{
    content: ' ';
    padding: 0;
}
.detailsSecondRows ul li span, .detailsFirstRows, .titleQuant{
    color: #585858;
}
.detailsSecondRows{
    margin: 20px 0 0 0;
    border: none;
}
.detailsFirstRows{
    border: none;
    margin-bottom: 0;
}
.detailsSecondRows ul{
    display: inline-block;
    width: 100%;
}
.detailsSecondRows ul li{
    display: inline-block;
}
.detailsFirstRows .label .price{
    color: #ed1e24;
    font-size: 23px;
}
.productBtn{
    background: none;
}
.breadcrumb li a:after{
    content: '';
    border-right: 1px solid #585858;
    padding-left: 15px;
}
.breadcrumb li:last-child a:after{
    content: '';
    border: none;
}
.blockMenuSearch ul {
    display: inline-block;
    padding: 10px 0;
}
.blockMenuSearch ul li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #CEDAE8;
}
.blockMenuSearch ul li:last-child {
    border-right: none;
}
.blockMenuSearch ul li a {
    font-size: 13px;
}
.blockUser {
    float:right;
}
.blockUser ul li>span {
    color: #fff;
    font-size: 13px;
}
.headerMiddle {
    padding: 15px 0;
}
.headerMiddle>div.logo {
    width: 30%;
}
.headerMiddle>div.blockCenter {
    width: 35%;
}
.headerMiddle>div.blockRight {
    width: 35%;
    float: right;
    position: relative;
}
.blockSearch ::-webkit-input-placeholder {
    color: #fff;
}

.blockSearch  :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.blockSearch  ::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
.listCategory ul li a{
    font-family: 'Lato',sans-serif !important;
}
.blockSearch :-ms-input-placeholder {
    color: #fff;
}
.headerBottomTop {
    background: #eba768;
}
.headerBottomTop.fixed{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.bannerWrp{
    width: 74%;
}
.menuHeader>ul {
    top: 100%;
}
.menuHeader>ul>li>span {
    border-radius: 0;
    background-repeat: no-repeat !important;
    text-align: center;
    margin: 3px 0 0 5px;
}
.headerBottom>div.menuHeader{
    width: 26%;
}
.headerBottom .menuHeader .parent{
    z-index: 1500 !important;
}
.menuHeader>ul {
    background: #666666;
}
.menuHeader>ul>li {
    padding: 0;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid #5a5a5a;
    width: 100%;
}
.menuHeader>ul>li:last-child{
    border-bottom: none;
}
.menuHeader>ul>li>a>span {
    color: #fff;
    font-size: 12px
}
.menuHeader>ul {
    min-height: 376px;
}

.blockProduct>.blockMenu>h2{
    background: #2c2c2c;
    padding: 0 20px 0 10px;
    line-height: 35px;
    position: relative;
    float: left;
    color: #fff;
    font-weight: 700;
    margin-right: 40px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 16px;
    height: 37px;
}
.blockProduct>.blockMenu>h2:after{
    background: #2c2c2c;
    content: "";
    display: block;
    position: absolute;
    right: -18px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-right: 37px solid #2c2c2c;
    border-bottom: 14px solid #eba768;
    top: 3.2px;
    transform: rotate(-90deg);
}

.blockProduct>.blockMenu>a {
    color: #fff;
    font-size: 14px;
}
.tabHome ul li a {
    color: #000;
    font-size: 14px;
    border-top: 1px solid #e4e6ee;
    border-right: 1px solid #e4e6ee;
    border-left: 1px solid #e4e6ee;
    background: #F4F4F4;
    font-weight: normal;
}
.tabHome ul li a.active {
    color: #f13500;
}
.imgBor {
    height: 190px;
    border-bottom: 1px solid #eee;
}
.imgBor img.lazy{
    display: inline;
}
.titleProduct a {
    color: #666666;
    font-size: 13px;
}
.mfastBuy {
    border: 1px solid #f13500;
    border-radius: 5px;
    padding: 10px 12px;
    display: inline-block;
    color: #f13500;
    float: right;
    z-index: 2;
    position: relative;
    margin-right: 10px;
}
.mfastBuy:hover {
    cursor: pointer !important;
    background: #f13500;
    color: #fff;
}
.mfastBuy span {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #585858;
}
.nk_discount {
    font-weight: normal;
    right: 13px;
    top: 5px;
    border-radius: 50%;
    height: 30px;
    line-height: 16px;
    width: 30px;
    text-align: center;
    z-index: 888;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, 0.37);
    z-index: 1000;
}

.ui-dialog {
    background: #F9F9F9;
    z-index: 10020;
    border-top: 2px solid #DB2827;
    box-shadow: 0 0 4px #2A2A2A;
    border-radius: 0;
    padding: 0;
}

.ui-dialog:focus,.ui-button-text-only:focus {
    outline: none;
}

.ui-dialog-titlebar {
    background: #DB2827;
    cursor: move;
    position: relative;
    height: 30px;
    border-radius: 0;
    font-size: 12px;
}

.ui-dialog-title {
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    top: 7px;
    margin: 0 0 0 10px;
}

.ui-dialog-titlebar-close {
    position: absolute;
    right: 6px;
    border: none;
    padding: 3px 6px;
    border-radius: 1px;
    font-size: 12px;
    top: 4px;
    background: url(/tp/T0100/imgs/close.png) #DEDEDE no-repeat 0 0;
    text-indent: -1000px;
    width: 20px;
    height: 20px;
}

#dialogMessage {
    padding: 10px;
}

.ui-dialog-buttonset {
    text-align: center;
}

.ui-button-text-only {
    background: #B3B3B3;
    border: none;
    padding: 5px 20px;
    margin: 0 2px 15px 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}
.ui-dialog .ui-dialog-buttonpane {
    padding: 7px;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: 0 2px;
}
.ui-button-text-only .ui-button-text {
    font-size: 10px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border-radius: 0;
}
.blockBanne {
    margin-bottom: 15px;
}
.blockBrand {
    padding: 30px 0;
}
.blockBrand>div {
    border: 1px solid #b2b2b2;
    display: inline-block;
    width: 100%;
}
.blockBrand ul li{
    float: left;
    width: 10%;
    margin: 10px 15px;
    overflow: hidden;
    height: 70px;
    line-height: 70px;
}
.blockBrand ul li img{
    width: 100%;
}
.blockBrand h2{
    background: #666666;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0 25%;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
}
.footer {
    background: #2e2e2e;
    width: 100%;
    display: inline-block;
    padding: 35px 0;
}
.footer .actionCol .title, .footer .actionColAbout .title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 0;
    color: #fff;
}
.footer .actionCol .contentText, .footer .actionColAbout .contentText {
    line-height: 2;
    padding-bottom: 15px;
}
.footer .actionCol .contentText p,.footer .actionCol .contentText p span,.footer .actionCol .contentText p a,.footer .actionCol .contentText a,.footer .actionCol .contentText p ul li a, .footer .actionColAbout .contentText p,.footer .actionColAbout .contentText p span,.footer .actionColAbout .contentText p a,.footer .actionColAbout .contentText a,.footer .actionColAbout .contentText p ul li a {
    color: #fff !important;
    font-size: 13px;
}
.footerBanking {
    background: #eba768;
    width: 100%;
    display: inline-block;
    padding: 5px 0;
    margin-top: -3px;
    vertical-align: top;
}
.footerBanking .lincense {
    float:left;
}
.footerBanking .lincense span {
    color: #fff;
    font-size: 12px;
}
.footerBanking .interbanking {
    float: right;
}
.productRightContent{
    margin-top: 20px;
}
.productRightContent .prWrp li{
    float: left;
    padding: 5px 3px;
    width: 19.5%;
}
.contentRightWrapper{
    display: inline-block;
}
.contentRightWrapper .defaultTitle span{
    font-size: 15px;
}
.qty b{
    display: inline-block;
    border-right: none;
}
.qty {
    float: left;
    padding: 0 5px 0 0;
}
.cloudzoom-lens {
    border:5px solid #888;
    width:100px;
    height:100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor:crosshair;
    z-index: 10;

}
.qty b i{
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-style: normal;
    cursor: pointer;
    font-weight: normal;
    background: #fafbfd;
    clear: both;
}
.qty b #psQtt{
    width: 50px;
}
.qty b #psQttDown{
    margin-right: 10px;
}
.qty b #psQttUp{
    margin-left: 10px;
}
.productBtn{
    clear: both;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 10px 0;
}
.productBtn a{
    box-shadow: 0 0 1px #f5f5f5 inset;
    background: #ed1e24;
    padding: 10px 25px;
    display: inline-block;
}
.productBtn a span{
    text-align: center;
    line-height: normal;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    text-transform: uppercase;
}
.lstSocial{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.lstSocial ul li{
    float: left;
    margin: 0 10px 0 0;
}
.lstSocial ul li a{
    display: block;
    width: 24px;
    height: 23px;
}
.cFacebook{
    background-position: -3px -3px !important;
}
.cGooglePlus{
    background-position: -30px -3px !important;
}
.cIn{
    background-position: -57px -3px !important;
}
.cTwister{
    background-position: -83px -3px !important;
}
.cYoutube{
    background-position: -109px -3px !important;
}
.cWf{
    background-position: -3px -29px !important;
}

/*tab */
#tabs{
    border: none;
    margin-bottom: 20px;
}
.ui-tabs .ui-tabs-panel{
    border: 1px solid #EEEEEE;
    border-radius: 0;
}
#tabs div img{
    max-width: 100%;
    clear: both;
}
#tabs ul li a{
    font-size: 15px;
    font-weight: normal;
}
#tabs .ui-widget-header{
    background: none;
    border: none;
}

/*end tab */

.carWrp .cartRight{
    border-radius: 0;
}
.totalPrice>p{
    font-weight: normal !important;
}
.totalPrice>p>span:nth-child(1){
    color: #333 !important;
    font-weight: normal !important;
}
.cartItem td.price p, .cartLeft .totalPrice>p>span:nth-child(2){
    color: #e21b1e !important;
    font-weight: normal !important;
}
.purchaseInfo ul li span{
    font-size: 20px;
    padding-left: 3px;
}
.cartLeft h1{
    font-size: 16px;
    font-weight: normal;
    color: #1859a9;
}
.cartItem .productItemCart p a{
    font-weight: normal !important;
}
#cartContent tbody tr.title td{
    font-weight: normal;
}
#orderIf p{
    color: #064ca4;
}
#orderIf button{
    background-color: #064ca4;
    border: 1px solid #064ca4;
}
#paymentMethod .btnOrder>button{
    border-radius: 0;
    background-color: #064ca4;
}
#paymentMethod .btnOrder>a{
    border: none;
    border-bottom: 1px solid #064ca4;
    border-radius: 0;
    margin: 0 15px 0 0;
    padding: 0 0 3px 0;
    text-transform: none;
    font-size: 15px;
    color: #064ca4;
}
#btnSubmit{
    border-radius: 0;
}
.loginForm form ul li input.tb{
    border-radius: 0 !important;
}
#orderIf p span{
    color:  #e9383e !important;
}
#paymentMethod .btnOrder> i{
    color: #064ca4;
}

.newsRight>.blockNews>h1, .newsRight>.blockNews{
    border-radius: 0;
}
.newsRight>.blockNews>h1{
    background: #666666;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    font-size: 15px;
}
.blockNews ul li a{
    font-size: 14px;
    color: #5b5b5b;
}
.newsRight>.blockNews ul>li>.hotNews>.hotNewsRight h1 a{
    color: #5b5b5b;
    font-size: 13px;
    line-height: 22px;
}
.blockNews ul.lstCtg li:before{
    content: "\f138";
    font-family: fontawesome;
    font-size: 13px;
    padding: 0 5px;
    color: #5b5b5b;
    vertical-align: middle;
}
.newsRight>.blockNews ul{
    padding: 10px 5px;
}
.newsLeft>h1{
    margin-bottom: 20px;
}
.newsLeft>ul>li:last-child{
    border-bottom: 1px solid #ddd;
}
.newsDetails>a{
    /* padding: 5px 10px; */
    color: #01264c;
    /* background: #666; */
    display: inline-block;
    margin: 5px 0 0;
    font-size: 13px;
    border-radius: 4px;
    font-weight: 600;
}
.newsWrp .newsDetails span.timePost{
    color: #383838;
    font-size: 12px;
    margin: 3px 0;
    display: block;
}
.breadcrumb li .arrow{
    display: none !important;
}
.cloudzoom-zoom {
    border: none;
    box-shadow: none;
}
.cloudzoom-lens {
    border: 1px solid #888;
    width: 100px !important;
    height: 100px !important;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
}
.cloudzoom-blank>div:last-of-type{
    display: none !important;
}



/**************** Top Cart Content ******************/
.top-cart-content {
    visibility: hidden;
    opacity: 0;
    z-index: -100;
    position: absolute;
    top: 40px;
    right: 0;
    min-width: 290px;
    background: #fff;
    padding: 0;
    text-align: left;
    box-shadow: 0 3px 25px 0 rgba(31, 38, 67, 0.1);
    -o-box-shadow: 0 3px 25px 0 rgba(31, 38, 67, 0.1);
    -moz-box-shadow: 0 3px 25px 0 rgba(31, 38, 67, 0.1);
    -webkit-box-shadow: 0 3px 25px 0 rgba(31, 38, 67, 0.1);
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}
.cartsidebar:hover .top-cart-content{
    visibility: visible;
    opacity: 1;
    z-index: 10000;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}
.top-cart-content .mini-products-list {
    position: relative
}

.top-cart-content .quaty {
    display: inline-block;
    height: 25px;
    color: #959595 !important;
    text-align: center;
    font-size: 13px !important;
    font-weight: bold;
    line-height: 26px
}
.top-cart-content .product-name {
    margin: 0;
    font-weight: 400;
    width: 160px;
    line-height: 18px;
    padding-right: 12px;
    text-overflow: ellipsis;
    font-weight: 400;
    overflow: hidden
}

.top-cart-content .product-name a {
    font-size: 14px;
    line-height: normal;
    line-height: 18px !important;
    font-weight: 400;
    color: #555
}

.top-cart-content .product-name:hover > a {
    text-decoration: none;
    color: #eba768
}

.top-cart-content .product-details-bottom {
    line-height: 38px
}

.top-cart-content .product-details-bottom span {
    font-size: 14px;
    font-weight: 700;
    color: #ff5959;
    display: inline-block;
}

.top-cart-content li {
    list-style: none
}

.top-cart-content li.item {
    overflow: hidden;
    position: relative;
    width: 100%;
    float: none;
}

.top-cart-content li.item:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0
}

.top-cart-content li.item:last-child {
    margin: 0;
    border-bottom: 0
}

.top-cart-content li.item .wrap_item {
    overflow: hidden;
    padding: 10px;
    border-bottom: solid 1px #ebebeb;
    width: 100%;
    float: left
}

.top-cart-content li.item .product-image {
    float: left !important;
    display: inline-block;
    width: 65px;
    position: relative;
    margin-right: 15px;
    border: solid 1px #ebebeb;
    padding: 5px
}

.top-cart-content li.item .product-image img {
    vertical-align: top;
    width: 100% !important;
}

.top-cart-content li.item .detail-item {
    display: inline-block;
    float: left;
}

.top-cart-content li.item .detail-item a:hover {
    text-decoration: none
}

.top-cart-content li.item .detail-item .remove-item-cart {
    position: absolute;
    right: 10px;
    font-size: 13px;
    color: #333;
    text-align: center;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 20px
}

.top-cart-content li.item .detail-item .remove-item-cart:hover {
    color: #eba768
}

.top-cart-content li.item .detail-item .remove-item-cart:before {
    margin-left: 4px
}

.top-cart-content li.item .detail-item input {
    display: inline-block;
    width: 40px;
    padding: 0;
    text-align: center
}

.top-cart-content li.item .detail-item button.items-count {
    display: inline-block
}

.top-cart-content .block-subtitle {
    color: #333;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-size: 13px;
    background: #f5f5f5;
    border-radius: 25px;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px #ddd solid
}
.searchQuery:focus + label[for=username]{
    color: #fff;
}
.top-cart-content .actions .btn-checkout {
    font-size: 14px;
    width: 90%;
    float: left;
    display: inline-block;
    text-align: center;
    height: 38px;
    margin-top: 10px;
    border-radius: 5px;
    line-height: 38px;
    padding: 0;
    font-weight: 400;
    background: #eba768;
    border: solid 1px #eba768
}

.top-cart-content .actions .btn-checkout.pink {
    color: #fff;
    background: #eba768;
    border: solid 1px #eba768
}

.top-cart-content .actions .btn-checkout:hover {
    color: #eba768;
    background: #fff;
    border-color: #eba768
}

.top-cart-content .actions .btn-cart-page {
    font-size: 14px;
    width: 90%;
    text-align: center;
    display: inline-block;
    float: left;
    margin-left: 0;
    height: 38px;
    border-radius: 5px;
    padding: 0;
    line-height: 38px;
    font-weight: 400;
    background: #fff;
    border: solid 1px #7f7f7f
}

.top-cart-content .actions .btn-cart-page.pink {
    background: #fff;
    border: solid 1px #eba768;
    color: #eba768
}
.top-cart-content .actions .btn-cart-page.pink:hover {
    background: #eba768;
    color: #fff
}
.top-cart-content .actions .btn-cart-page:hover {
    color: #eba768;
    background: #fff;
    border-color: #eba768
}

.wrap_total {
    padding: 10px 15px 0;
    margin-top: 10px
}

.wrap_button {
    padding: 0 15px 15px;
    line-height: 50px;
    margin-top: 20px;
    width: 100%;
    float: left
}

.top-subtotal {
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    padding: 0 0 0;
    font-size: 14px;
    color: #555;
    text-align: left
}

.top-subtotal .price, .top-subtotal .pricex {
    font-size: 14px;
    font-weight: 700;
    color: #ff5959;
    text-align: right !important;
    float: right
}
.no-item{
    padding: 15px;
}
@media (max-width: 1199px) {
    .top-cart-content {
        display: none !important
    }
}
/***************** End Top Cart *************************/

.categoryMenus .parent{
    padding: 0 !important;
    overflow: visible !important;
    min-height: 0;
    background: #eba768 !important;
    display: inline-block;width: 100%;position: relative;opacity:1;visibility: inherit;
}
.categoryMenus .parent>li{
    border-color: #fff;
}

/****************** Footer *********************/
.bannerFoot{
    display: block;
    overflow: hidden;
}
.bannerFoot a{
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}
.bannerFoot a img{
    max-width: 100%;
}
.list-news-tabs{
    margin-bottom: 10px;
}
.list-news-tabs li{
    display: inline-block;
}
.list-news-tabs li a{
    background: #fff;
    font-size: 13px;
    padding: 10px;
    display: inline-block;
}
.list-news-tabs li a:hover, .list-news-tabs li a.active{
    color: #fff;
    background: #E56A19;
}

.newsFootOwl{
    display: none;
}
.newsFootOwl.is{
    display: block;
}
.newsFoot{
    margin:10px 0 20px 0;
}
.newsFoot .item {
    background: #fff;
    border-right: 10px solid #FFF;
    padding: 10px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.newsFoot img {
    float: left;
    width: 100px !important;
    height: 100px;
    object-fit: cover;
}
.newsFoot .item .item-desc {
    padding-left: 15px;
}
.newsFoot .item h3 {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 12px;
}
.newsFoot .item p {
    font-size: 12px;
    line-height: 1.3;
}
.sliderFull img{
    width: 100%;
}
.listCategory ul li a{
    font-size: 16px;
    padding: 15px 0 15px 19px;
    text-decoration: none;
}
.rightarrowclass:before{
    content: "\f105";
    font-family: "FontAwesome" !important;
}
.level0{
    position: relative;
}
.level0>.rightarrowclass{
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px;
    font-size: 16px;
    cursor: pointer;
}
.layoutMobile{
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    z-index: 9;
    top: 0;
    background: black;
    opacity: 0.5;
}
.columnLeft .listCategory ul li.level0, .columnLeft .listCategory ul li.level1{
    border: none
}
.columnLeft .listCategory ul.parentNav, .container ul.parentNav{
    width: 100%;
}
.level0>.rightarrowclass2 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px;
    font-size: 16px;
}
.rightarrowclass2:before {
    content: "\f105";
    font-family: "FontAwesome" !important;
}