/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Damion|PT+Sans:400,700');

input,button,select,textarea{outline:none}
 *:focus { outline: 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;}
.datatable { width:100%; border-spacing:1px; background: #e6e6e6;}
.datatable th {color:#fff; font-size:16px; background: #c00000; text-align:center; padding:10px; line-height: 140%;}
.datatable td { color: #3a3a3a; background: #fff; font-size:16px; text-align:center; padding:5px; line-height: 140%;}

.list-disc li { list-style-type:disc; margin:0 0 0 20px;}

header {height: 230px;}
.logo { position:absolute; z-index:10000; top:55px; left:calc(50% - 68px); }
nav {padding: 182px 0 0 0px;}
.menuzord-menu > li:first-child { position:absolute; z-index:999; top:20px; left:0px; width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between;}
.lang { display: inline-block; vertical-align: top;}
.lang a { display: inline-block; vertical-align: top; font-size: 15px; color: #000000;}
.lang a:hover, .btn-cart:hover { color: #158daf;}
.lang a:after { content: "|"; display: inline-block; vertical-align: top; padding: 0 5px;}
.lang a:last-child:after { display: none;}
.btn-cart {display: inline-block !important; position: relative !important;vertical-align: top; font-size: 17px; color: #000; padding: 2px 0 0 0;}
.btn-cart > span { width: 17px; height: 17px; position: absolute; display: block; text-align: center; line-height: 16px; background: #a95512; font-size: 12px; color: #fff; top:-8px; right: -8px; border-radius: 100%;}
.search { width: 220px; }
.search form { display: inline-block; position: relative; border-bottom: 1px solid #000; margin-right: 15px;}
.search input[type=text] { width: 100%; padding: 0 24px 6px 0; border-width: 0; background: none; color: #000000; font-size: 14px; font-family: 'PT Sans';}
.search a {display: inline-block; position: absolute; top: 0; right: 5px; font-size: 17px; color: #000;}
.search a:hover { opacity: 0.6;}


@media only screen and (max-width: 980px) {
	header {height: 90px;}
	.logo {top:10px; left: 10px;}
	.logo img {max-width: 90px;}
	nav {padding-top: 25px;}
	.showhide:before { content:"MENU"; display:block; position:absolute; right:20px; bottom:-18px; text-align:right; font-size:12px; color:#000; width:50px;}
	.menuzord-menu > li:nth-of-type(1) { top:auto !important; right:auto !important; background:none !important; text-align:left; border-right-width:0; border-bottom:solid 1px rgba(0,0,0,.3); padding:10px !important; flex-direction: column; justify-content: flex-start; }
	.lang {margin-bottom: 10px;}
	.lang a, .btn-cart { }
	.lang a:hover, .btn-cart:hover { }
	.search { width: 100%; }
	.search input[type=text] { }
	.search a {}
	
}


@media only screen and (max-width: 414px) {

}
@media only screen and (max-width: 320px) {

}