/* CSS Document */
input,button,select,textarea{outline:none}
 *:focus { outline: none; }
/*button, input, 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;}
.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;}
.overflow-hidden { overflow-x: hidden;}


header {position: fixed; width: 100%; z-index: 10000;  background: #efefef; height: 110px; top: 0; transition: all 0.4s ease-out 0s;}
.header-scroll {background: rgba(255,255,255,1);}
.carbonlogo{position:absolute;z-index: 10001;top:52px;left:206px;transition: 0s all;}
.logo { position: absolute; z-index: 10001;top:7px; left: 13px; }
/*.logo img {width: 254px; }*/
nav { position: relative; top:68px; }

.top-right-link { position: absolute; top:20px; right: 10px; text-align: right; letter-spacing: 0;}
.top-right-link > div { display: inline-block; vertical-align: top; margin: 0 8px; font-size: 24px;}
.top-right-link > div > a { color: #535353;}

.lang-box { position: relative; display: inline-block; vertical-align: top;}
.lang { display:inline-block; cursor:pointer; position:relative; margin-left: 13px;}
.lang > img { width: 24px;}
.lang i { color:#535353;}
.lang-open { display:none; position:absolute; z-index:100000; right:0px; background:#74b98d; padding:0px;  font-size:15px; color:#fff; text-align:left; width:100px;  overflow:hidden; line-height: 120%;}
.lang-open a { display:block; color:#fff; text-align:center; padding:8px 4px;}
.lang-open a:hover { background: #333; color: #fff;}

.user-box { position: relative; display: inline-block; vertical-align: top;}
.user-open { display:none; position:absolute; z-index:100000; left:-10px; top:43px; background:#e10312; padding:0px;  font-size:15px; color:#fff; text-align:left; overflow:hidden; line-height: 120%;}
.user-open { width: 80px; left:-25px; top:36px; }
.user-open a { display:block; color:#fff; text-align:center; padding:5px 4px;}
.user-open a:hover { background: #333;}
.user { cursor: pointer;}
.user img { width: 24px;}
.user i { color: #535353;}

.cart-box { position: relative; display: inline-block; vertical-align: top;}
.cart { position:relative; display: inline-block; vertical-align: top; color:#535353; cursor: pointer;}
.cart a { color: #535353; position: relative;}
.cart img { width: 24px; height: auto; display: inline-block; vertical-align: top;}
.cart span { position: absolute; display: block; width:20px; height: 20px; border-radius: 100%; background: #ee7700; line-height: 20px; text-align: center; font-size: 13px; color: #fff; top:0px; right: -12px; font-weight: bold;}
.cart-open { display:none; position:absolute; z-index:99999; top:35px; background:#fff; border: 1px solid #eee;padding:10px !important;  font-size:15px !important; color:#fff; text-align:left;  overflow:hidden; line-height: 120%; width: 280px; right: -25px;}
.cart-open-data { display: flex; flex-direction:row; flex-wrap: nowrap; border-bottom: 1px solid #e4e4e4; padding-bottom: 15px; margin-bottom: 15px;}
.cart-open-data > div:nth-of-type(1) { width: 50px;transition: all 0.4s ease-out 0s;}
.cart-open-data > div:nth-of-type(1):hover { opacity: 0.6;}
.cart-open-data > div:nth-of-type(2) { width: calc(100% - 50px); padding-left: 20px; font-size: 16px; line-height: 24px;display: flex; flex-direction:row; flex-wrap: wrap; color: #333;}
.cart-open-data > div:nth-of-type(2) > div:nth-of-type(1) { font-weight: bold; width: 100%; padding-bottom: 5px;}
.cart-open-data > div:nth-of-type(2) > div:nth-of-type(2) { width: 39%; color: #e00012;}
.cart-open-data > div:nth-of-type(2) > div:nth-of-type(3) { width: 39%;}
.cart-open-data > div:nth-of-type(2) > div:nth-of-type(4) { width: 22%; text-align: center;}
.cart-open-data > div:nth-of-type(2) > div:nth-of-type(4) a {color: #202020; font-size: 16px;}
.cart-open-data > div:nth-of-type(2) > div:nth-of-type(4) a:hover {opacity: 0.6;}
.cart-open-btn { display: block; width: 100%; background: #f1f1f1; border-radius: 5px; color: #202020; line-height: 44px; text-align: center; font-size: 18px;}
.cart-open-btn:hover { background: #0068b7; color: #fff;}


.search { display: inline-block; vertical-align: top; cursor: pointer;color: #535353; }
.search img { width: 24px;}
.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; inline-block; vertical-align: top; font-size:28px;}
.search-open a:hover {opacity: 0.6;}
.search-close { position: absolute; top:20px; right: 20px; color: #fff; font-size: 30px; cursor: pointer;}

.fb-link img { width: 24px;}


.menu-second-box { padding: 35px 30px 15px 30px; display: flex; flex-direction: row; flex-wrap: wrap;}
.menu-second-box > div:nth-child(odd) { width: 58px; padding-top: 25px; font-size: 18px; font-weight: bold; color: #23924b;}
.menu-second-box > div:nth-child(even) { width: calc(100% - 58px); margin-bottom: 22px;display: flex; flex-direction: row; flex-wrap: wrap;}
.menu-second-box > div:nth-child(even) > a { width: calc(20% - 7px); margin-right: 7px; margin-bottom: 7px; border: 1px solid #e8e8e8;  padding: 5px 6px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.menu-second-box > div:nth-child(even) > a:hover { border: 1px solid #23924b;}
.menu-second-box > div:nth-child(even) > a > div:nth-of-type(1) { width: 60px; line-height: 0;}
.menu-second-box > div:nth-child(even) > a > div:nth-of-type(2) { width: calc(100% - 60px); font-size: 17px; color: #333333; padding-left: 8px; text-align: left;}

@media only screen and (max-width: 1090px) {
    .logo{
        width: 150px;
        top: 14px;
        left: 13px;
    }
    .carbonlogo{
        width: 100px;
        top: 60px;
        left: 173px;
    }
}

@media only screen and (max-width: 1023px) {
	header { height: 70px; }
	nav { width: 100%; top:10px; border-width: 0;}
	/*.logo { background: url(../images/logo.png) no-repeat; background-size: 175px; width: 60px; height: 65px; top:45px}
	.logo a { display: block; width: 100%; height: 100%;}*/
	.logo { width: 100px}
    .carbonlogo{ width: 80px; top: 42px; left: 125px; }
	.top-right-link { right: 60px;}

.showhide:before { content:"MENU"; display:block; position:absolute; right:8px; bottom:-15px; text-align:right; font-size:11px; color:#595656; 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;}

	.cart-open { right: auto; left: -75px;}
}



@media only screen and (max-width: 768px) {
	.menu-second-box {padding: 35px 20px 15px 20px;}
	.menu-second-box > div:nth-child(even) > a { width: calc(50% - 7px);

}
@media only screen and (max-width: 640px) {


}
@media only screen and (max-width: 570px) {

}

@media only screen and (max-width: 414px) {



}

@media only screen and (max-width: 320px) {

}
