#headerbrand img, #headerbrand svg  {
    height: 5rem;
}

#header_nav_ul li {
    display: inline-block;
    width: 100%;
    margin-top: -1px;
}

#header_nav_ul li a, #header_nav_ul li a .one {
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.6rem;
    word-spacing: 3px;
    border: 1px solid #ddd;
    padding: 7px 12px 4px;
    line-height: 24px;
    transition: all 0.3s ease 0s;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#header_nav_ul li a .one {
    border: 0;
}

@media (min-width: 600px) {
    #header_nav_ul li { width: auto; margin: 2px; }    
}

@media (min-width: 800px) {
    #header_nav_ul li { margin: 0 0 0 1px; }
    #header_nav_ul li a { border: 0 }    
}

#header_nav_ul li a .one {
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
    background: #fff;
    border: 0;
    transform: translateY(105%);
    
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#header_nav_ul li a:hover {
    background: #fff;
}

#header_nav_ul li a:hover .one {
    transform: translateY(0%);
}




#header_nav_ul, #product_nav_ul{ transform: translateY(-100%); opacity: 0; }

#header_nav_checkbox:checked +  #header_nav #header_nav_con #header_nav_ul,
#product_nav_checkbox:checked + #product_nav #product_nav_con #product_nav_ul { transform: translateY(0); opacity: 1 }

#header_nav_con, #product_nav_con{ max-height: 0 }

#header_nav_checkbox:checked +  #header_nav #header_nav_con { max-height: 255px; }
#product_nav_checkbox:checked + #product_nav #product_nav_con { max-height: 550px; }

@media( min-width: 600px ) {
    #header_nav_checkbox:checked +  #header_nav #header_nav_con { max-height: 61px; }
}
@media( min-width: 800px ) {
    #header_nav_ul { transform: translateY(0);  opacity: 1}
    #header_nav_con { max-height: 36px !important; }
}

#product_nav{ left: -9px }

@media(min-width: 1000px) {
    #product_nav_outer_con{ border: 0 }
    #product_nav{ left: 0 }
}





#product_nav_ul li {
    display: inline-block;
    width: 100%;
}

#product_nav_ul li a {
    word-spacing: 1px;
    font-weight: 500;
    line-height: normal;
    overflow: hidden;
    color: #000;
    border-bottom: 1px solid #e8e8eb;
}

#product_nav_ul li a {
    position: relative;
    display: inline-block;
    padding: 2px 10px;
    font-weight: 400;
    border: 0;
    
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#product_nav_ul li a span {
    position: relative;
    z-index: 1;
}

#product_nav_ul li a:hover {
    color: #fff;
}

#product_nav_ul li a:before {
    content: '';
    width: 100% ;
    height: 100% ;
    display: inline-block;
    position: absolute;
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    z-index: 0;
    transform: translateX(-100%);
    
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#product_nav_ul li a:hover:before {
    transform: translateX(0%);
    background: #333;
}


/* ----------------------------------------- */



.nav_switch_mark {
    position: relative;
    height: 20px;
    width: 22px;
}

.nav_switch_mark div {
    
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #333;
    left: 0;
    
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.black-switch div { background: #323236 }

.nav_switch_mark div.one { top: 2px }
.nav_switch_mark div.two { top: 9px }
.nav_switch_mark div.three { top: 16px }


#product_nav_checkbox:checked + #product_nav .nav_switch_mark div.one,
#header_nav_checkbox:checked + #header_nav .nav_switch_mark div.one {
    top: 9px;
    transform: rotate(45deg);
}
#product_nav_checkbox:checked + #product_nav .nav_switch_mark div.two,
#header_nav_checkbox:checked + #header_nav .nav_switch_mark div.two {
    width: 0; opacity: 0;
}
#product_nav_checkbox:checked + #product_nav .nav_switch_mark div.three,
#header_nav_checkbox:checked + #header_nav .nav_switch_mark div.three {
    top: 9px;
    transform: rotate(-45deg);
}


/* ----------------------------------------- */

.footer-link-con {
    
    padding: 0;
    margin: 8px 0 0 0;
    
}

.footer-link-con > li {
    
    display: block;
    
}

.footer-link-con > li > a {
    
    font-size: 1.3rem;
    display: inline-block;
    line-height: normal;
    color: #aaa;
    padding: 2px 0;
    transition: all 0.3s ease 0s;
    position: relative;
    overflow: hidden;
    
}

.footer-link-con > li > a:hover {
    color: #fff;
}



/* -------------------------------------- */


#social-icon-con {
    bottom: 0;
    left: 0;
}

#social-icon-con > a {
    display: inline-block;
    opacity: 0.3;
    transition: all 0.3s ease 0s;
}

#social-icon-con > a:hover {
    opacity: 1;
}

#social-icon-con > a > img {
    display: inline-block;
    height: 32px;
}



/* -------------------------------- */



.product-show .product-item {
    
    max-width: 420px;
    margin-right: -1px;
    border: 1px solid #e5e5e8;
    overflow: hidden;
    
}

.product-show .product-item:hover { color: #fff }

.product-show .product-item .cat_code { color: #aaa }
.product-show .product-item:hover .cat_code { color: #333 }

.product-show .product-item:before {
    content: '';
    display: inline-block;
    background: #333;
    height: 150px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    
    transform: translateY(105%);
}

.product-show .product-item:hover:before {
    transform: translateY(60%);
}


.product_detail table{
    border-collapse: collapse;
    border-color: #d4d4d8;
    width: 100%;
    text-align: center;
}

.product_detail table p, .product_detail table h4, .product_detail table h3, .product_detail table h5{
    margin:0;
}

.product_detail img { max-width: 100% }



.product_detail ul{
    padding: 0;
    margin: 1em 0 0;
    list-style: none;
}

.product_detail ul li{
    position: relative;
    padding-left: 20px;
    line-height: 1.5em;
}

.product_detail ul li:before {
    content: '';
    width: 9px;
    height: 9px;
    display: inline-block;
    border: 1px solid #929296;
    border-radius: 50%;
    background: #ddd;
    margin: 0 12px 0 0;
    position: absolute;
    top: 0.7rem;
    left: 0;
}


/* --------------------------------- */



#gt_element .goog-te-gadget {
    font-size: 0;
    line-height: 0;
    color: #fff;
}

#gt_element .goog-te-combo {
    margin: 0;
    padding: 0 8px;
    color: #333;
    background: transparent;
    border: 2px solid #ddd;
    width: 120px;
}

#gt_element .goog-logo-link {
    display: none;
    height: 0;
    width: 0;
}



/* ---------------------------------------- */




#new_product_nav li {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

#new_product_nav li:hover {
    color: #000;
}

#new_product_nav li a {
    display: inline-block;
    font-size: 1.4rem;
    word-spacing: 3px;
    padding: 3px 10px 1px;
    line-height: 24px;
    transition: all 0.5s ease 0s;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #dddddf;
    border-right: 1px solid #dddddf;
}



#new_product_nav li:before {
    content: '';
    width: 100% ;
    height: 100% ;
    display: inline-block;
    position: absolute;
    background: #dddddf;
    top: 0;
    left: 0;
    z-index: 0;
    transform: translateX(-100%);
    
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#new_product_nav li:hover:before {
    transform: translateX(0%);
}





#whyus_ul {
    list-style: none;
}

#whyus_ul li {
    list-style: none;
    padding-left: 32px;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 3px 0;
    font-weight: 500;
    color: #000;
}

#whyus_ul li:before {
    content: '';
    display: inline-block;
    padding: 4px 3px 3px 4px;
    border: 3px double #00a7e8;
    border-right-style: solid;
    border-top-style: solid;
    position: absolute;
    left: 0;
    top: 4px;
    transform: rotate(45deg)
}

/* ------------------------------ */

#vmv div img { max-width: 150px; }

.scrollToTop {
	bottom: 20px;
	right:  20px;
	background: url('../img/arrow-up.png') no-repeat center center;
    background-color: rgba(0,0,0,0.5);
}