/* CSS Document */
input,button,select,textarea{outline:none}
 *:focus { outline: none; }
button, input[type=text], textarea { -webkit-appearance: none;}

img {max-width:100%;height: auto;}
.editor a {word-wrap: break-word;word-break: break-all;}
.editor ul, .editor li { list-style-type:initial;}
.table_scroll{overflow-x: auto; display: block; padding-bottom:0px;}


.list-disc li { list-style-type:disc; margin:0 0 0 20px;}
.list-decimal li { list-style-type:decimal; margin:0 0 0 25px;}
.overflow-hidden { overflow-x: hidden;}


header {position: fixed; width: 100%; z-index: 10000; top:0px; left: 0;background:#fff; height: 235px; } 
.header-top{animation: header-top-animate ease-out 1.5s;animation-iteration-count: 1;transform-origin: 50% 50%;}

@keyframes header-top-animate{
0% { opacity: 0;}
100% { opacity: 1;}
}



.logo { position: absolute; z-index: 10001;top:95px; left: calc(50% - 170px); }
.logo img { width: 340px;transform-origin: 0% 0%;transition: all 0.2s linear 0s; }
nav {position: relative; padding-top: 185px;z-index: 100;  height: 70px;transition: all 0.3s ease-out 0s; }

.open-menu { max-width: 1200px; margin: 40px auto; text-align: left;display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;  color: #555555; font-size: 15px; line-height: 160%;}
.open-menu > div { width: 25%;}
.open-menu > div > a { color: #555555; display: block; position: relative; padding-bottom: 3px; margin-bottom: 5px;}
.open-menu > div > a:after { position: absolute; content: ""; bottom: 0; left: 0; height: 2px; width: 95%; background: #a81520; transform-origin: top left; transform: scaleX(0);transition: all 0.4s ease-out 0s;}
.open-menu > div > a:hover { color: #a81520;}
.open-menu > div > a:hover:after { transform: scaleX(1);}
.open-menu-title { display: block; font-size: 18px; font-weight:bold; padding-bottom: 14px;}
.open-menu-title > a { color: #333;}

.top-right-link { position:absolute; z-index:10000; width: 100%; top:98px; right:0; padding:0 5%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; transition: all 0.2s linear 0s;align-items: center; line-height: 100%;}
.social-link-1 > a { display: inline-block; margin-right: 7px;}
.social-link-1 > a img { width: 28px;}
/*.lang a { display: inline-block; color: #fff; font-size: 20px; font-weight: 700; line-height: 28px; padding: 0 15px; border:1px solid #fff; border-radius:14px;}
.lang a:hover, .lang a.current { border:1px solid transparent; }
.lang a:first-child { margin-right: 5px;}*/

.lang-box { position: relative; display: inline-block; vertical-align: top;}
.lang-box:hover .lang-open {  transform: scaleY(1); opacity: 1;}
.lang { display:inline-block; cursor:pointer; position:relative; font-size: 28px; line-height: 0; top:2px;}
.lang i { color:#fff;}
.lang-open { transform-origin: top center; transform:scaleY(0); opacity: 0; position:absolute; z-index:100000; left:-40px; top:44px; background:#fff;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); padding:0px;  font-size:15px; color:#fff; text-align:left; width:80px;  overflow:hidden; line-height: 120%;transition: all 0.4s ease-out 0s; min-width: 130px; border-radius: 0 0 10px 10px;}
.lang-open a { display:block; color:#333; text-align:center; padding:8px 4px; border-bottom: 1px solid #eee;}
.lang-open a:hover { background: #ca291c; color: #fff;}

.cart { position:relative; display: inline-block; vertical-align: top; font-size:28px; color:#fff; cursor: pointer; margin-left: 7px; text-align: center;}
.cart:hover .cart-open  {  transform: scaleY(1); opacity: 1;}
.cart a { color: #fff; position: relative; top:-2px;}
.cart span { position: absolute; display: block; width:22px; height: 22px; border-radius: 100%; background: #faee00; line-height: 22px; text-align: center; font-size: 13px; color: #2660ad; top:3px; right: -8px; font-family: 'Arial', sans-serif; font-weight: bold;}
.cart-open { transform-origin: top center; transform:scaleY(0); opacity: 0; position:absolute; z-index:100000; right:-20px; top:34px; background:#fff; padding:10px 20px;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);  font-size:15px; color:#333; text-align:left; line-height: 120%;transition: all 0.4s ease-out 0s; width: 230px; border-radius: 0 0 10px 10px;}
.cart-list { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; border-bottom: 1px solid #eee; padding-bottom: 5px; margin-bottom: 5px;}
.cart-list > div:nth-of-type(1) img { width: 40px;}
.cart-list > div:nth-of-type(2) { width: calc(100% - 60px); padding:0 5px; color: #333;}
.cart-list > div:nth-of-type(3) { width: 20px;}
.cart-btn { margin: 10px auto; width: 80px; border-radius: 10px; display: block; background: #333; color: #fff; font-size: 15px;text-align: center; line-height: 30px;}
.cart-btn:hover { background: #2660ad;}
.cart-icon { width: 34px;}
.clean-btn { color: #3e3a39; cursor: pointer;}

.shopping-list-icon { position: relative; left: 2px; top:0px;}


.search { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.search img { width: 28px;}
.search span { font-size: 18px; font-weight: bold; color: #333; padding-right: 7px; display: inline-block;}
.search-box {  width: 100%; padding: 0 20px;}
.search-open { background: rgba(0,0,0,.85); position: fixed; width: 100%; height: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center;z-index: 100000;transition: all 0.4s ease-out 0s; opacity: 0; visibility: hidden; top:0; left: 0;}
.search-open-show { opacity: 1; visibility: visible;}
.search-open-form { padding: 0 0px; border-bottom: 1px solid #fff;}
.search-open input[type=text] { width: calc(100% - 30px - 7px); color: #fff; border-width: 0; background: none; display: inline-block; vertical-align: top; font-size: 18px; font-family: 'PT Sans'; padding: 2px 10px 0 10px; font-weight: normal;}
.search-open input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #fff; opacity:0.7;}
.search-open input[type=text]::-moz-placeholder { /* Firefox 19+ */color: #fff; opacity:0.7;}
.search-open input[type=text]:-ms-input-placeholder { /* IE 10+ */color: #fff; opacity:0.7;}
.search-open input[type=text]:-moz-placeholder { /* Firefox 18- */color: #fff; opacity:0.7;}
.search-open a { color: #fff; display: inline-block; vertical-align: top; font-size:24px;}
.search-open a:hover {opacity: 0.6;}
.search-close { position: absolute; top:20px; right: 20px; color: #fff; font-size: 30px; cursor: pointer;}

.top-note { background: #00549b; padding: 8px 20px; min-height: 35px; color: #fff; font-size: 15px; text-align: center;}
.top-note a { color: #fff;}

.header-top {transition: all 0.2s linear 0s;}
.header-scroll { height:100px; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);}
.header-scroll nav { padding-top: 65px}
.header-scroll .logo {  top:14px;}
.header-scroll .menuzord-menu > li > a { padding-bottom: 16px;}
.header-scroll .logo { left: calc(50% - 110px);}
.header-scroll .logo img { width: 220px; }
.header-scroll nav {}
.header-scroll .top-right-link { top:18px;}
.header-scroll .menuzord-menu>li>a { font-size: 17px; margin: 0 20px; padding-bottom: 10px;}
.header-scroll .lang-open { }


    
@media only screen and (max-width: 1279px) {
	header { height: 60px; }
    .search span {display: none;}
	nav { padding-top: 10px !important; height: 50px; padding-right: 0px;}
	.logo { top:12px; left: 10px;}
    .logo img { width: 180px; }
	.logo a { display: block; width: 100%; height: 100%;}
	.top-right-link { top:12px; right: 45px; width: auto; left: inherit; padding: 0; }
    .top-right-link > div { margin: 0 2px;}
	.top-right-link > div img { }
    .social-link-1 > a { margin-right: 0;}
	.top-note { display: none;}
    .cart { margin-left: -4px; margin-top: 4px;}
    .open-menu-title { font-size: 16px;}
    .open-menu > div > a:after { width: 100%; }
	/*.lang a { color: #333; border-color: #333;}
	.lang a:hover, .lang a.current { background: #333; color: #fff;}
	.lang { display:none;}
	.lang-open { display:inline-block!important; vertical-align: middle;position:inherit; left:auto; top:auto; background:none;  width:auto; color: #fff; }
	.lang-open a { color:#333; display:inline-block; font-size:16px; font-weight:bold;}
	.lang-open a:after, .cart a:after { content:"|"; display:inline-block; vertical-align:top; padding:0 3px 0 15px;}
	.lang-open a:last-child:after { display:none;}
	.lang-open a:hover { color:#0092db;}
	.cart a, .search { color: #003b4a;}
	.cart span { right: 10px; top:-6px;}*/
.showhide:before { content:""; display:block; position:absolute; right:7px; bottom:-15px; text-align:right; font-size:12px; color:#404043; width:50px;}

.showhide-rotate em:nth-of-type(1) { position:relative; top:10px;
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg);}
.showhide-rotate em:nth-of-type(2) { display:none;}
.showhide-rotate em:nth-of-type(3) {  position:relative; top:1px;
-moz-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
transform:rotate(-45deg);}

	.menuzord-menu:after  { display: none !important;}
	
	.header-scroll { height: 60px;}
	.header-scroll .logo { top:12px; left: 10px;}
    .header-scroll .logo img { width: 180px; }
    .header-scroll .top-right-link { top:12px;  }
    
    .open-menu { margin: 0;}
    .open-menu > div { width: 100%; margin-bottom: 25px;}
}


@media only screen and (max-width: 414px) {

}
@media only screen and (max-width: 320px) {

}