*,body,ul, ul li{
    padding: 0;
    margin: 0;
    font-family: "Poppins-Light";

}

@font-face{
    font-family: "Poppins-Light";
    src: url('../fonts/Poppins-Light.eot');
    src:url('../fonts/Poppins-Light.woff'),
    url('../fonts/Poppins-Light.ttf'),
    url('../fonts/Poppins-Light.svg');
}
::-webkit-input-placeholder { /* WebKit browsers */
color: #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #fff;
}
a,a:link,a:visited,a:hover,a:active{  text-decoration:none; }
input,textarea,select,button{outline:none;  -webkit-border-radius: 0;  -moz-border-radius: 0; border-radius: 0;}
select::-ms-expand { display: none; }
h1,h2,h3,h4,h5,h6{  font-weight: 400;  }
select{display:block;}
option{display:block;}
.visible-xs{display:none;}
ul li{list-style:none;}
a{color:#333; transition: all 0.5s ease 0s ;}
.form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group.open .dropdown-toggle{box-shadow:none;}
.headeryd .headright button{background:none;}
.headBox{
    position:relative;
    width: 100%;
	height:auto;
	background:#f6f6f6;
    z-index: 999;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;

}
#menu {
	display: inline-block;
    width: auto;
    border: none;
    min-height: 44px;
    margin-bottom: 0;
}
.topbar{width: 100%;height: auto;background-color: #333333;color: #fff;padding: 5px 0px;text-align: center; transition: all .5s ease 0s;}
.deleteclass{display:none;}
.topbar i{position: absolute;right: 0px;top: 0px;}
.topbar p{margin-bottom: 0px;font-size: 14px;}
.topbar .container{position: relative;}
.headBox .toptop{display:flex;padding:30px 0px;position:relative;}
.headBox .toptop .headtop{display:flex;justify-content:space-between;align-items: center;}
.headBox .logo{
    overflow: hidden;
    position: relative;
    z-index: 9999;

}
.headBox .logo img{
  display: block;
  max-width:100%;

}
.searchform-fly-overlay, .menu-full-screen {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    transition: all ease-in-out .25s;
    z-index: 10000999;
}
.searchform-fly-overlay .btn-close-search {
    font-size: 40px;
    display: block;
    position: absolute;
    top: 20%;
    right: 20%;
    line-height: 40px;
    height: 40px;
    transition: all .3s;
    color: #fff;
}
.searchform-fly-overlay .searchform-fly {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.searchform-fly-overlay p {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 70px;
}
.search-form {
    position: relative;
}
.searchform-fly-overlay .search-field {
    width: 800px;
    background-color: transparent;
    box-shadow: 0 3px 0 0 rgba(255,255,255, 1);
    border: 0 !important;
    text-align: center;
    font-size: 24px;
    padding: 20px;
    color: #fff;
    transition: all .3s ease-out;
    font-weight: 300;
    max-width: 95%;
    height: auto;
}
 #search input {
    border: 1px solid #e1e1e1;
    height: 40px;
    border-radius: 2px 0 0 2px;
    padding-left: 36px;
    border-right-width: none;
}
.search-form .search-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    right: 5px;
    border: none;
    color: #ffff;
    background: none;
    padding: 0;

}
.search-form .search-button i{background:none}
.open-search-form.searchform-fly-overlay, .open-menu-fullscreen.menu-full-screen {
    visibility: visible;
    opacity: 1;
}
 .headBox .header-account {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top:5px;
}
.headBox .header-account .input-group{display:flex;justify-content:space-between;align-items:center;}
.headBox .header-account #cart i{position:absolute;right:5px;top:-12px;width:14px;height:14px;line-height: 14px;;border-radius:50%;background:#ff0045;color:#fff;font-size:10px;text-align:center;}
 .headBox .header-account .input-group i{font-style:normal;}
.headBox .header-account > div {
  margin-left:5px;
  white-space: nowrap;
}
.headBox .header-account > div > img,
.headBox .header-account > div a > img {
  margin-right: 10px;
  margin-top: -4px;
}
.headBox .header-account > div > span,
.headBox .header-account > div a > span {
  font-size: 18px;
  color: #322924;
}

.headBox .nav{position:relative;overflow:hidden;width:100%;}

.headBox .nav-ul{
    display:flex;
	justify-content:space-between;
    z-index:9998;
	align-items:center;

}
.navbar{width:100%;padding:0;margin-bottom:0px;}
.navbar-nav{width:100%;display: flex;justify-content:space-between;}
.headBox .nav-ul .subnav li a{
    display:inline-block;
    text-align:center;
    color:#333;
    transition:background .1s linear 0s;
    -webkit-transition:background .1s linear 0s;
    -moz-transition:background .1s linear 0s;
    -o-transition:background .1s linear 0s;
	font-size:21px;
}
.headBox .nav-ul .subnav li a i{margin-left:5px;}
.headBox .nav-ul .subnav li a img{
    height: 35px;
    margin: -2px 0 0 10px;
}
.headBox .nav-ul .subnav li a:hover{
    color: #4a4fa1;
	background:none;
}

.headBox .nav-ul .subnav li .this{
    color: #f36e22;
}


.fixednav{
    position: fixed;
    top: 0;
    background-color: #fff;
}

.menu-bg{
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0,0,0,.4);
    display: none;
	top:0;
}
.menu-box{
    box-sizing:border-box;
	padding:20px;
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    width: 100%;
    height: 100%;
    background: #212121;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 100000000001;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
	color:#fff;
    right: 0;
}
.menu-box .shop{display:flex;justify-content:space-between;margin-bottom:30px;align-items:center;}
.menu-box .shop p{display:flex;align-items:center;margin-bottom:0px;}
.menu-box .shop p img{margin-right:5px;}
.menu-box.open {
    transform: translateX(0);
}
.open .logo img{display:block;margin:100px auto;}
.open .close{display:block;}
.language-bg{
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0,0,0,.4);
    display: none;
}
.language-box{
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 10001;
    display: none;
}
.nav>li>a{font-size:18px;}
.nav>li>a:hover{background:none;color:#13215a;}

.btn-group .dropdown-menu, #top .list-inline li .dropdown-menu, #account-box .dropdown-menu {
    min-width: 100px;
    border-radius: 0 !important;
    padding: 0;
    top: 120%;
    border: none;
    left: 50%;
    color: #333;
    text-align: left;
    margin-left: -55px;
    box-shadow: 0 16px 48px 1px rgba(0, 0, 0, 0.3);
	text-align:center;padding:10px 0px;
}
.btn-group .dropdown-menu:before,.list-inline li .dropdown-menu:before, #account-box .dropdown-menu:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -0.4375em;
    width: 0;
    height: 0;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.footer{
    width: 100%;
    height: auto;
    background:#f8f8f8;
    overflow: hidden;
    position: relative;
    padding: 50px 0px 0px 0px;

}
.footer .foot{
    overflow: hidden;
    position: relative;
	display:flex;
    justify-content:space-between;
    margin-bottom: 50px;


}

.footer .foot  h3{font-size: 16px;margin-top: 50px;color: #cab49b;text-transform: uppercase;}
.footer .foot b{text-transform: uppercase;font-size: 16px;color: #000;display: block;margin-top: 20px;}
.footer .foot ul{display: flex;flex-wrap: wrap;margin-top: 10px;margin-bottom: 30px;}
.footer .foot div:nth-child(1){margin-right:50px;}
.footer .foot ul li{font-size: 14px;color: #999999;margin-right: 5px;}
.footer .foot ul li a i{margin-right: 20px;color: #999999;}
.footer .foot  a:hover{color: #1b2556;}
.footer .foot b:hover{color: #1b2556;}
.newsletter{width:50%;display:flex;margin: 20px auto;}
.newsletter input{
    width: 100%;
    height: 54px;
    border: 1px solid #555a5e;
    color: #13215a;
    background: transparent;
    box-shadow: initial;
    padding-left: 16px;
    font-size: 16px;

}
.newsletter button{width:120px;height:54px;background:#555a5e;color:#fff;border:none;text-transform:uppercase;font-size:16px;}
.footer .foot .footr a{margin-right: 10px;}
.footer .copy{width: 100%;height: auto;border-top: 1px solid #b1b1b1; padding: 15px 0px;display: flex;justify-content: space-between;}
.footer .copy p{font-size:16px;color:#999;text-align: center;margin-bottom: 0px;}

.headBoxFixed {
	background:#fff;
    position: fixed !important;
	padding-top:10px;
	top:0;

}
.menu-on i{
   display:block;
    position: relative;
    width: 25px;
    height: 1px;

}
.menu-on i,.menu-on i::before,.menu-on i::after{
	content:'';
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    background: #4f4f4f;
}
.s-side{width:100%;}
.s-side .fr{float:right;}
.s-side .s-firstItem i{font-size:20px}
.s-side .s-firstItem span{display:inline-block;font-size:24px;color:#999;font-size:16px;white-space:10px}
.s-side .first{padding:10px 0px;box-sizing:border-box;margin-bottom:10px;}
.s-side .d-firstNav span{display:inline-block;font-size:20px;color:#fff;}
.s-side .d-firstNav i.fr{font-size:20px;float:right;}
.s-side .s-secondNav,.s-side .s-secondItem{padding:10px 0px;display:flex;align-items:center;justify-content:space-between;}
.s-secondNav:hover,.d-firstNav:hover{cursor:pointer}
.s-side .d-secondDrop li a{padding:5px 0px;display:block;}
.s-side a{color:#fff;}
.iconRotate{transform:rotate(180deg);transition:transform .5s}
.s-firstDrop,.s-secondDrop{display:none}
.s-side .s-secondNav, .s-side .s-secondItem a{font-size:18px;color:#fff;}






