/*
Theme Name: easy2021
Theme URI: https://www.ashuwp.com;
Author: ashuwp
Author URI: https://www.ashuwp.com;
Description: code by ashu
Version: 1.0
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust:100%
}

body {
    margin:0
}

main {
    display:block
}

h1 {
    font-size: 2em;
    margin:.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow:visible
}

pre {
    font-family: monospace, monospace;
    font-size:1em
}

a {
    background-color:transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration:underline dotted
}

b, strong {
    font-weight:bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size:1em
}

small {
    font-size:80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align:baseline
}

sub {
    bottom:-.25em
}

sup {
    top:-.5em
}

img {
    border-style:none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin:0
}

button, input {
    overflow:visible
}

button, select {
    text-transform:none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance:button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding:0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline:1px dotted ButtonText
}

fieldset {
    padding:.35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space:normal
}

progress {
    vertical-align:baseline
}

textarea {
    overflow:auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding:0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height:auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset:-2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance:none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font:inherit
}

details {
    display:block
}

summary {
    display:list-item
}

template {
    display:none
}

[hidden] {
    display: none
}

/*****/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: initial;
}
body, html {
  background: #fff;
  color: #4b4b4b;
  font-family: Arial,Helvetica,Verdana,sans-serif;
  font-size: 1em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  word-break: break-all;
  box-sizing: border-box;
  height:auto
}

button:focus {
  outline:0
}

a {
  color: #175199;
  text-decoration: none;
  cursor: pointer;
  outline-style: none;
  -moz-outline-style:none
}
input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline-style: none;
  outline-width: 0pt;
  resize: none;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin:0
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding:0 15px;
  width:100%;
  max-width:1230px;
}
.home .container {
  max-width:none;
}
.clearfix,
.clearfix::before,
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width:992px){
  .container {
    width:83.33333%;
    padding:0;
  }
}

/***header****/
#page-main {
  padding-top:50px;
}
.home #page-main {
  padding-top:0;
}
#header{
  width:100%;
  background: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  z-index: 99998;
  box-shadow: 0 0 5px #ddd;
  
  box-shadow: 0 0 10px 0 rgba(15,35,65,.05);
  position: fixed;
  top:0;
  right:0;
  left: 0;
  transition: .8s all;
}
.home #header {
  background: rgba(15,35,65,.2);
}
#header .container {
  display: flex;
  width:100%;
  padding:0;
  align-items: center;
  justify-content: space-between;
}
#header.hide{
  top:-125px;
}

#header.fixed {
  background: #fff;
  position: fixed;
  top:0;
}
#header .logo {
  max-height:35px;
  padding-left:15px;
}
.logo a {
  color:#333;
  font-weight: 700;
}
.home .logo a {
  color:#fff;
  font-weight: 700;
}
.logo img {
  max-height: 35px;
}
.nav_buttons {
  display: flex;
  padding-right:7px;
}
.nav_buttons .button_search,
.nav_buttons .button_cart,
.nav_buttons .button_nav {
  padding:8px;
  cursor: pointer;
}
.nav_buttons .button_search i,
.nav_buttons .button_cart i,
.nav_buttons .button_nav i{
  font-size:16px;
}
.nav_buttons .button_search i{
  font-size:14px;
}
.nav_buttons .button_cart {
  position: relative;
}
.nav_buttons .button_cart .num {
  position: absolute;
  background:#CC3333;
  color:#fff;
  font-size:12px;
  padding:0 2px;
  white-space: nowrap;
  border-radius:3px;
  left:60%;
  bottom:50%;
}
.nav_buttons .button_cart .num.hide {
  display: none;
}
.nav_buttons i {
  color:#333;
}
.home .nav_buttons i {
  color:#fff;
}
.fixed .nav_buttons i {
  color:#333;
}
.fixed .logo a {
  color:#333;
}

.nav_wrap {
  position: fixed;
  top:0;
  right:0;
  left:0;
  bottom:0;
  background: #fff;
  flex-direction: column;
  justify-content: start;
  display: none;
  z-index: 9;
}
.menu_open .nav_wrap {
  display: flex;
}
.nav_wrap .buttons {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  border-bottom: 1px solid rgba(15,35,65,.1);
  height: 50px;
  z-index: 1;
}
.nav_wrap .buttons .nav_close {
  padding:10px 15px;
}
#main_nav {
  height: calc(100% - 51px);
  overflow: auto;
}
#main-menu a {
  color:#333;
  white-space: nowrap;
}
#main-menu > li {
  border-bottom: 1px solid rgba(15,35,65,.1);
  padding:0 15px;
}
#main-menu > li > a {
  font-size:1rem;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main-menu > li.has-children > a .arrow {
  width:36px;
  text-align: right;
}
#main-menu > li.has-children > a .arrow:after {
  display:inline-block;
  content:' ';
  border-left:1px solid #000;
  border-bottom:1px solid #000;
  width:8px;
  height:8px;
  transform: translate(2px, -2px) rotate(-45deg);
  -webkit-transform: translate(2px, -2px) rotate(-45deg);
  -moz-transform: translate(2px, -2px) rotate(-45deg);
  -ms-transform: translate(2px, -2px) rotate(-45deg);
  -o-transform: translate(2px, -2px) rotate(-45deg);
}
#main-menu > li.has-children.open > a .arrow:after {
  transform: translate(2px, -2px) rotate(135deg);
  -webkit-transform: translate(2px, -2px) rotate(135deg);
  -moz-transform: translate(2px, -2px) rotate(135deg);
  -ms-transform: translate(2px, -2px) rotate(135deg);
  -o-transform: translate(2px, -2px) rotate(135deg);
}
#main-menu li ul {
  flex-wrap: wrap;
  padding:0 0 15px 0;
  display: none;
}
#main-menu li.open ul {
  display: flex;
}
#main-menu li ul li {
  min-width:50%;
}
#main-menu li ul a {
  font-size:0.875rem;
  line-height: 2em;
  color:#666;
}

.search_wrap {
  display: none;
  position: fixed;
  width:100%;
  top:0;
  left:0;
  right:0;
  height:50px;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
}
.search_open .search_wrap {
  display: flex;
  z-index:10;
}
.search_wrap .form_wrap {
  display: flex;
  padding:0 0 0 15px;
  flex:1;
  justify-content: space-between;
}
.search_wrap .form_wrap form {
  display: flex;
  width:100%;
  justify-content: space-between;
}
.search_wrap .form_wrap input {
  flex:1;
  border:none;
  outline: none;
}
.search_wrap .form_wrap button {
  border:none;
  outline: none;
  background: transparent;
  padding:10px;
}
.search_wrap .buttons .search_close {
  padding:10px 15px;
  cursor: pointer;
}

@media (min-width: 576px){
  #page-main {
    padding-top:70px;
  }
  .home #page-main {
    padding-top:0;
  }
  #header,
  .search_wrap,
  .nav_wrap .buttons {
    height:70px;
  }
  .nav_buttons .button_search i,
  .nav_buttons .button_cart i,
  .nav_buttons .button_nav i{
    font-size:18px;
    color: #333;
  }
  .home .nav_buttons .button_search i,
  .home .nav_buttons .button_cart i,
  .home .nav_buttons .button_nav i{
    color: #fff;
  }
  .fixed .log a,
  .logo a {
    color:#333;
  }
  .home .logo a {
    color:#fff;
  }
  .nav_buttons .button_search i{
    font-size:16px;
  }
  .fixed .nav_buttons .button_search i,
  .fixed .nav_buttons .button_cart i,
  .fixed .nav_buttons .button_nav i{
    color: #333;
  }


}

@media (min-width: 768px){
  
}
@media (min-width: 992px){
  #page-main {
  padding-top:80px;
  }
  .home #page-main {
    padding-top:0;
  }
  #header,
  .search_wrap,
  .nav_wrap .buttons {
    height:80px;
  }
  #header .logo {
    padding-left: 0;
  }
  #header .container {
    width:83.33333%;
    padding:0;
  }
  #header:hover {
    background: #fff;
  }
  .nav_buttons .button_nav {
    display: none;
  }
  .nav_wrap {
    position: relative;
    display: block;
    top:auto;
    right:auto;
    left:auto;
    bottom:auto;
    background: transparent;
  }
  .nav_wrap .buttons {
    display: none;
  }
  #main_nav {
    height:auto;
    overflow: visible;
  }
  #main-menu {
    display: flex;
    flex-wrap: wrap;
    
  }
  #main-menu > li {
    border-bottom: none;
    padding:0 8px;
    position: relative;
  }
  #main-menu > li > a {
    font-size:14px;
    line-height: 80px;
    justify-content: center;
    color:#333;
    font-weight: 600;
  }
  .home #main-menu > li > a {
    color:#fff;
  }
  #header:hover #main-menu > li > a,
  .fixed #main-menu > li > a {
    color:#333;
  }
  #header:hover .nav_buttons i {
    color:#333;
  }
  .fixed .logo a,
  #header:hover .logo a {
    color:#333;
  }
  #main-menu > li.has-children > a .arrow {
    display: none;
  }
  #main-menu li.open ul,
  #main-menu li ul {
    position: absolute;
    top:80px;
    left:0;
    box-shadow: 0 0 5px #ccc;
    background: #fff;
    /*display: none;*/
    padding:8px 0;
    font-size:14px;
    border-radius: 0 0 5px 5px;
    white-space: nowrap;
    z-index: 99999;
    border-top:4px solid #005aab;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    -webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
    transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
    display: block;
  }
  /*#main-menu li ul:before {
    content:' ';
    position: absolute;
    width:5px;
    height:5px;
    border:5px solid transparent;
    border-bottom: 5px solid #fff;
    left:10%;
    top:-9px;
  }*/
  #main-menu li.open:hover ul,
  #main-menu li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  #main-menu li ul li {
    padding:0 10px;
  }
  #main-menu li ul li:hover {
    background: #efefef;
    
  }
  .search_open .search_wrap {
    z-index:10;
    padding:0 8.3333%;
  }
  .search_wrap .form_wrap input {
    border:1px solid #efefef;
    border-radius: 5px;
    padding:0 15px;
  }
}
#home_slider {
  width:100%;
}
#home_slider .slider_item {
  display: block !important;
}
#home_slider .slider_item a {
  display: block;
}
#home_slider .slider_item img {
  display: block;
  width:100%;
  height:auto;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    display: flex;
    align-items: center;
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list
{
    background: #fff url('./assets/images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 999;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 5px;
}
[dir='rtl'] .slick-prev
{
    right: 5px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 5px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 5px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */

.slick-dots
{
    position: absolute;
    bottom: 8px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 10px;
    opacity: 0.7;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus
{
  opacity: 1;
  background: transparent;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
}


#brand_wrap {
  width:100%;
  padding: 45px 8.3333333%;
  overflow: hidden;
  background: url(./assets/images/brand_bg.png);
  background-size:cover;
  background-position: center center;
}
.wrap_title {
  text-align: center;
  font-size:24px;
  font-weight: 500;
  color:#fff;
}
.wrap_description {
  font-size:14px;
  color:#fff;
  line-height: 1.5;
  text-align: center;
  opacity: .6;
}
#brand_wrap .brand_item {
  margin:2px 0;
  overflow: hidden;
  position: relative;
}
#brand_wrap .brand_item h2,
#brand_wrap .brand_item h3,
#brand_wrap .brand_item h4,
#brand_wrap .brand_item h5 {
  margin:0;
  padding:0;
}
#brand_wrap .brand_item p {
  margin:0;
}
#brand_wrap .brand_item .bg {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:1;
  background-size:cover;
  background-position: center center;
}
#brand_wrap .brand_item .title_wrap {
  position: relative;
  z-index:2;
  min-height:120px;
  background: rgba(0,0,0,0.4);
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding:0 20px;
}

#brand_wrap .brand_item .title_wrap a {
  color:#fff;
}
#brand_wrap .brand_item .title_wrap .short_desc {
  font-size:14px;
  opacity: .8;
  word-break: initial;
}
#brand_wrap .brand_item .title_wrap .title,
#brand_wrap .brand_item .title_wrap .title h2 {
  font-size:24px;
  font-weight: 500;
}
#brand_wrap .brand_item .title_wrap .title .more {
  display: none;
}
#brand_wrap .brand_item .title_wrap .desc {
  font-size:14px;
  line-height: 1.5;
  display: none;
  padding:10px 0 20px 0;
}
#brand_wrap .brand_item.active .title_wrap {
  padding-top: 150px;
  min-height:300px;
  background: transparent;
}
#brand_wrap .brand_item.active .title_wrap .short_desc {
  display: none;
}
#brand_wrap .brand_item.active .title_wrap .title .more,
#brand_wrap .brand_item.active .title_wrap .desc {
  display: flex;
}
#brand_wrap .brand_item.active .title_wrap .title {
  width:100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
#brand_wrap .brand_item.active .title_wrap .title .more {
  font-size:12px;
}


.swipe_wrap {
  width:100%;
}
.swipe_wrap .swipe_item {
  text-align:left;
  padding:0 8.333333333%;
}
.swipe_wrap .swipe_item .title {
  padding:15px 0;
  border-bottom:1px solid #ddd;
}
.swipe_wrap .swipe_item .title h1,
.swipe_wrap .swipe_item .title h2,
.swipe_wrap .swipe_item .title h3 {
  font-size:24px;
  line-height: 30px;
  font-weight: 500;
  margin:0;
  padding:0;
  overflow: hidden;
  max-height:60px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.swipe_wrap .swipe_item .desc {
  padding:0;
  font-size: 14px;
  line-height: 20px;
  margin:15px 0;
  overflow: hidden;
  max-height:60px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.swipe_wrap .swipe_item .desc p {
  margin:0;
  padding:0;
  word-break: initial;
}
.swipe_wrap .swipe_item .images img {
  display: block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height: 100%;
}
.swipe_wrap .swipe_item .buttons {
  display: flex;
  margin:15px 0;
  text-align: center;
}
.swipe_wrap .swipe_item .buttons a {
  display: block;
  font-size:16px;
  line-height:36px;
  background-image: linear-gradient(to right,#32beff 0,#005aab 51%,#32beff 100%);
  background-size: 200% auto;
  color: #fff;
  width:100%;
}

.swipe_wrap .slick-dots {
  position: relative;
  bottom:auto;
  margin:10px 0 20px 0;
}
.slick-dots li {
  width:8px;
  height:8px;
}
.swipe_wrap .slick-dots li button {
  background: #32beff;
  border: transparent;
  border-radius: 100%;
  width:5px;
  height:5px;
  padding:3px;
}
.swipe_wrap .slick-dots li.slick-active button {
  border:2px solid #32beff;
  background: #fff;
}
#slider1.swipe_wrap .swipe_item .buttons {
  display: none;
}
#slider1.swipe_wrap .swipe_item .buttons.after_image {
  display: flex;
}

@media (min-width: 768px){
  .swipe_wrap .swipe_item .buttons a {
    width:200px;
  }
}
@media (min-width: 992px){
  .brand_content {
    display: flex;
    align-items: top;
    justify-content: space-between;
  }
  #brand_wrap .brand_item {
    width: 16.66%;
    margin:0 2px;
  }
  #brand_wrap .brand_item.active {
    width:66.66666%;
  }
  #brand_wrap .brand_item .title_wrap {
    min-height: auto;
    height:100%;
  }
  #brand_wrap .brand_item.active .title_wrap {
    min-height:400px;
    padding:0 60px;
    justify-content: flex-end;
    padding-bottom:45px;
  }
  #brand_wrap .brand_item .title_wrap .title,
  #brand_wrap .brand_item .title_wrap .title h2 {
    font-size: 2rem;
  }
  #brand_wrap .brand_item .title_wrap .short_desc {
    font-size:18px;
  }
  #brand_wrap .brand_item .title_wrap .desc {
    font-size: 1rem;
  }
  .swipe_wrap {
    padding: 45px 0 30px 0;
  }
  .swipe_wrap .swipe_item {
    text-align: center;
  }
  .swipe_wrap#slider1 {
    padding-bottom:0;
  }
  .swipe_wrap#slider2 {
    padding-top:20px;
  }
  .swipe_wrap .swipe_item .inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .swipe_wrap .swipe_item .text,
  .swipe_wrap .swipe_item .images {
    width:50%;
    
  }
  .swipe_wrap .swipe_item .text {
    padding-left:45px;
    text-align: left;
  }
  #slider2.swipe_wrap .swipe_item .text {
    padding-left:0;
    padding-right:45px;
  }
  #slider1.swipe_wrap .swipe_item .buttons {
    display: flex;
  }
  #slider1.swipe_wrap .swipe_item .buttons.after_image {
    display: none;
  }
}
@media (min-width: 1200px){
  #brand_wrap .brand_item.active .title_wrap {
    min-height:500px;
  }
  .swipe_wrap {
    padding: 60px 0;
  }
  .swipe_wrap#slider1 {
    padding-bottom:60px;
  }
  .swipe_wrap#slider2 {
    padding-top:0;
  }
}
.products_wrap {
  width:100%;
  background: #f8f8f8 url(./assets/images/home_products_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding:45px 0 25px;

}
.products_wrap .wrap_info {
  color:#fff;
  text-align: center;
  padding:0;
  max-width: 83.33333333%;
  margin:0 auto;
}

.products_wrap .wrap_info a {
  color:#fff;
}
.products_wrap .wrap_info .title,
.products_wrap .wrap_info .title h2 {
  font-size:24px;
  font-weight: 500;
  margin:0;
  padding:0;
}
.products_wrap .wrap_info .desc {
  font-size:14px;
  line-height: 1.5;
}
.products_wrap .wrap_info .desc p {
  margin:0;
}
.products_slider .slick-list {
  padding:0 8.33333333333%;
}
.swipe_wrap .prev,.swipe_wrap .next,
.products_slider .prev, .products_slider .next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 60%;
  display: block;
  width: 33px;
  height: 33px;
  padding: 0;
  /*-webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
  cursor: pointer;
  color: #b2c9e1;
  border: none;
  outline: none;
  background: transparent;
  z-index: 999;
  left:10px;
  font-size:20px;
  line-height: 32px;
  text-align: center;
  border:1px solid #b2c9e1;
  border-radius: 50%;
}
.swipe_wrap .prev,.swipe_wrap .next {
  top:50%;
}
.swipe_wrap .next,
.products_slider .next {
  left:auto;
  right:10px;
}
.product_item {
  padding: 20px 5px 5px 5px;
}
.product_item .item_inner {
  width:100%;
  padding:12px 0 10px 0;
  background: #fff;
}
.product_item .item_inner:hover {
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.product_item .image {
  width:100%;
}
.product_item .image a {
  display: block;
}
.product_item .image img {
  display: block;
  width:100%;
  height:auto;
}
.product_item .info {
  width:100%;
  padding: 15px 20px 0 20px;
}
.product_item .info .title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.product_item .info .title a {
  color:#000;
}
.product_item .info .desc {
  font-size:14px;
  line-height: 22px;
  height:45px;
  overflow: hidden;
}
.product_item .info .desc p {
  margin:0;
  font-size:14px;
  line-height: 22px;
}
.product_item .metas {
  width:100%;
  padding: 0 20px 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.product_item .metas .categories {
  font-size:14px;
  line-height: 20px;
  width:100%;
  border-bottom:1px solid #ddd;
  padding:10px 0;
}
.product_item .metas .categories a {
  color:#666;
}
.product_item .metas .more {
  font-size:14px;
  line-height: 20px;
  color:#666;
  width:100%;
  padding:10px 0;
}
.product_item .metas .more a {
  color:#666;
}
.wrap_more {
  display: block;
  text-align: center;
  padding:25px 0 0 0;
}
.wrap_more a {
  display: block;
  text-align: center;
  margin:0 auto;
  width: 83.33333333%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background-image: linear-gradient(to right,#32beff 0,#005aab 51%,#32beff 100%);
  background-size: 200% auto;
  color: #fff;
}
@media (min-width: 768px){
  .products_slider .slick-list {
    padding:0;
    margin:0 auto;
    width:83.33333333%;
  }
}
@media (min-width: 992px){
  .products_wrap {
    padding:60px 0;
  }
  .swipe_wrap .prev,.swipe_wrap .next,
  .products_slider .prev, .products_slider .next {
    width:48px;
    height:48px;
    color:#005aab;
    border:2px solid #005aab;
    font-size:24px;
    left:2.4%;
  }
  .swipe_wrap .prev .iconfont,.swipe_wrap .next .iconfont,
  .products_slider .prev .iconfont, .products_slider .next .iconfont {
    font-size:30px;
  }
  .swipe_wrap .next,
  .products_slider .next {
    left:auto;
    right:2.4%;
  }
  .swipe_wrap .swipe_item .title h1, .swipe_wrap .swipe_item .title h2, .swipe_wrap .swipe_item .title h3 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
  }
  .swipe_wrap .swipe_item .desc {
    font-size:18px;
    line-height: 2;
  }

  .products_wrap .wrap_info .title, .products_wrap .wrap_info .title h2 {
    font-size: 30px;
  }
  .products_wrap .wrap_info .desc {
    font-size: 18px;
    padding:0 8.33333%;
  }
  .product_item .info .title {
    font-weight: 600;
  }
}
@media (min-width: 1200px){
  .swipe_wrap .swipe_item .title h1, .swipe_wrap .swipe_item .title h2, .swipe_wrap .swipe_item .title h3 {
    max-height: 120px;
  }
  .swipe_wrap .swipe_item .desc {
    max-height: 180px;
  }
}

.news_wrap {
  color:#000;
  padding:45px 0;
}

.news_wrap .wrap_info .title {
  text-align: center;
  margin:0 0 25px 0;
}
.news_wrap .wrap_info .title h2 {
  font-size:24px;
  font-weight: 500;
  margin:0;
  padding:0;
  background-image: linear-gradient(to right,#32beff 0,#005aab 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.news_item {
  padding:25px 0;
  border-bottom:1px dashed #ddd;
}
.news_item .image {
  width:100%;
}
.news_item .image a {
  display: block;
}
.news_item .image img {
  display: block;
  width:100%;
  height:auto;
}
.news_item .info {
  width:100%;
  margin:0 0 5px 0;
}
.news_item .info .title {
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.news_item .info .title a {
  color:#666;
}
.news_item .metas {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  font-size:12px;
  line-height: 20px;
}
.news_item .metas .categories {
  padding-right:10px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
}
.news_item .metas .categories a {
  color:#666;
}
.news_item .metas .time {
  color:#999;
}
.news_top .news_item {
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  border-bottom: none;
  padding:0;
}

.news_top .news_item .info {
  padding:15px 20px 0 20px;
}
.news_top .news_item .metas {
  padding:0 20px 20px 20px;
}
.wrap_more2 {
  display: block;
  text-align: center;
  padding:25px 0 0 0;
}
.wrap_more2 a {
  display: block;
  text-align: center;
  margin:0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border:1px solid #005aab;
  color: ##005aab;
}
@media (min-width: 768px){
  .home_news {
    display: flex;
  }
  .news_top,
  .news_list {
    width:50%;
  }
  .news_item {
    padding:20px 0;
  }
  .news_list {
    padding-left:45px;
  }
  .news_list .news_item:first-child {
    padding-top: 0;
  }
  .wrap_more a,
  .wrap_more2 a {
    width:200px;
  }
}
@media (min-width: 992px){
  .news_wrap {
    padding:60px 0;
  }
  .news_wrap .wrap_info .title h2,
  .wrap_title {
    font-size: 30px;
  }
  .wrap_description {
    font-size:18px;
    padding:0 8.33333%;
  }
  #brand_wrap {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

.about_wrap {
  padding:45px 0;
}
.about_wrap .wrap_info .title {
text-align: center;
margin: 0 0 25px 0;
}
.about_wrap .wrap_info .title h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(to right,#32beff 0,#005aab 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about_wrap .about_images {
  display: flex;
  flex-wrap: wrap;
  margin:0 -8px;
}
.about_wrap .about_images .item {
  margin:0 0 15px 0;
  padding:0 8px;
}
.about_wrap .about_images .item .image {
  width:100%;
}
.about_wrap .about_images .item .image a {
  display: block;
}
.about_wrap .about_images .item .image img {
  display: block;
  width:100%;
  height:auto;
}
.about_wrap .about_images .item .info {
  font-size:14px;
  line-height: 20px;
}
.about_wrap .about_images .item .info a {
  color:#666;
}
.about_wrap .about_text {
  font-size: 14px;
  line-height: 1.5;
}
.about_wrap .about_text p {
  margin:0 0 1em 0;
}
@media (min-width: 576px){
  .about_wrap .about_images .images_two {
    display: flex;
    flex-wrap: wrap;
  }
  .about_wrap .about_images .images_two .item{
    width:50%;
  }
}
@media (min-width: 992px){
  .about_wrap .about_images .images_first {
    width:70%;
  }
  .about_wrap .about_images .images_two {
    width:30%;
  }
  .about_wrap .about_images .images_two .item{
    width:100%;
    margin:0;
  }
  .about_wrap .about_images .item .info {
    padding:8px 0;
  }
}
@media (min-width: 1200px){
  .about_wrap .about_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about_wrap .about_images {
    width:60%;
  }
  .about_wrap .about_text {
    width:35%;
    font-size:16px;
  }
}

.responsibility {
  width:100%;
  position: relative;
}
.responsibility:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border: 1px solid #fff;
  opacity: .3;
  filter: alpha(opacity=5);
  pointer-events: none;
  z-index: 1;
}
.responsibility .bg img {
  display: block;
  width:100%;
  height:auto;
}
.responsibility .info {
  color:#fff;
  position: absolute;
  line-height: normal;
  top: 45px;
  left: 0;
  padding: 0 8.33333%;
}

@media (min-width: 992px){
  .responsibility .info {
    width: 41.66666667%;
    position: absolute;
    line-height: normal;
    top: 50%;
    left: 0;
    padding: 0 8.33333%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
  }
  .responsibility .info h1,
  .responsibility .info h2 {
    font-size: 30px;
  }
  .responsibility .info p {
    font-size:1rem;
    line-height: 1.5;
  }

}
.markets {
  width:100%;
  margin:45px 0 0 0;
  
}
.markets .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.markets .item {
  height:40px;
}
.markets .item img {
  display: block;
  width:auto;
  height:auto;
  height: 100%;
}

@media (min-width: 992px){
  .markets .container {
    justify-content: space-between;
  }
}

.full_banner {
  width:100%;
}
.full_banner img {
  display: block;
  width: 100%;
  height:auto;
}
#bread_nav {
  width:100%;
  padding:5px 0;
}
#bread_nav.gray {
  background: rgb(240, 241, 244);
}
#bread_nav ul {
  display: flex;

}
#bread_nav ul li {
  position: relative;
  display: flex;
  align-items: center;
}
#bread_nav ul li a,
#bread_nav ul li span {
  color:#333;
  font-size:14px;
  line-height: 28px;
  white-space: nowrap;
}
#bread_nav ul li .sep {
  margin:0 3px;
}
#bread_nav li.has_sibling {
  padding:0 6px 0 3px;
  border:1px solid #fff;
  border-radius: 2px;
}
#bread_nav li.has_sibling:hover {
  border:1px solid #efefef;
}
#bread_nav ul li .siblings {
  position: absolute;
  flex-wrap: wrap;
  background: #fff;
  top:100%;
  left:-1px;
  border:1px solid #efefef;
  border-top:none;
  border-radius:0 0 2px 2px;
  padding:0 0 10px 0;
  z-index: 999;
  display: none;
}
#bread_nav ul li:hover .siblings {
  display: block;
}
#bread_nav ul li .siblings li {
  width:100%;
}
#bread_nav ul li .siblings li a{
  display: block;
  width:100%;
  padding:0 10px;
}
#bread_nav ul li .siblings li a:hover {
  background: #efefef;
}

#bread_nav li.has_sibling > a .arrow:after {
  display:inline-block;
  position: relative;
  margin:0 0 0 3px;
  content:' ';
  border-left:1px solid #000;
  border-bottom:1px solid #000;
  width:6px;
  height:6px;
  transform: translate(2px, -2px) rotate(-45deg);
  -webkit-transform: translate(2px, -2px) rotate(-45deg);
  -moz-transform: translate(2px, -2px) rotate(-45deg);
  -ms-transform: translate(2px, -2px) rotate(-45deg);
  -o-transform: translate(2px, -2px) rotate(-45deg);
}
#bread_nav li.has_sibling:hover > a .arrow:after {
  top:3px;
  transform: translate(2px, -2px) rotate(135deg);
  -webkit-transform: translate(2px, -2px) rotate(135deg);
  -moz-transform: translate(2px, -2px) rotate(135deg);
  -ms-transform: translate(2px, -2px) rotate(135deg);
  -o-transform: translate(2px, -2px) rotate(135deg);
}
#category_title {
  background: #fafafa;
  color:#000;
  padding:15px 0;
}
#category_title .container {
  display: flex;
  align-items: center;
}
#category_title .container h2 {
  margin:0 20px 0 0;
  padding:0 0 0 15px;
  font-size:20px;
  line-height:30px;
  border-left: 4px solid #005aaa;
}
#category_title .container span {
  font-size:12px;
  color:#666;
}

.product_list {
  width:100%;
  padding:16px 0;
}
.product_list .list_wrap {
  display: flex;
  flex-wrap: wrap;
}
.product_list .product_item {
  padding:10px 0;
}

.product_list .product_item .product_intro {
  padding:10px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  text-align: center;
}
.product_list .product_item .product_intro h1,
.product_list .product_item .product_intro h2,
.product_list .product_item .product_intro h3 {
  margin:0;
  font-size:14px;
  font-weight: 600;
  line-height: 20px;
  height:40px;
  width:100%;
}
.product_list .product_item .metas {
  padding:0;
  color: #666;
  font-size:14px;
  line-height: 20px;
  width:100%;
  justify-content: center;
}
.product_list .product_item .metas div {
  margin-right: 15px;
}
.quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  margin: 8px 0 4px 0;
}
.product_list .quantity  {
  
}
.quantity .quantity_input {
  display: flex;
}

.quantity .quantity_input a {
  background: #ccc;
  font-size:14px;
  line-height:24px;
  padding:0 8px;
  text-align: center;
}
.quantity .quantity-val {
  font-size:14px;
  line-height: 22px;
  border:1px solid #ccc;
  outline: none;
  padding:0 5px;
  margin:0;
  width:80px;
  text-align: center;
}
.inquiry_btn {
  display: flex;
  margin:0 auto;
}
.add_to_inquiry{
  font-size: 10px;
  color: #ffffff;

  padding: 5px 18px 5px 18px;
  background-color: #e77f23;
  text-decoration:none;
  font-weight:bold;
  border-radius:2px;
}
.add_to_inquiry.loading {
  background-image:url(./assets/images/loadding.gif);
  background-position:right center;
  background-repeat:no-repeat;
  background-size:16px 16px;
}

.pagination {
  width:100%;
}
.pagination .page-numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.pagination .page-numbers a {
  font-size:14px;
  line-height: 24px;
  border:1px solid #ddd;
  border-radius:3px;
  text-align: center;
  min-width:24px;
  color:#333;
  justify-content: center;
  padding: 0 5px;
  margin: 0 2px;
}
.pagination .page-numbers span {
  font-size:14px;
  line-height: 26px;
  text-align: center;
  min-width:26px;
  color:#999;
  justify-content: center;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.pagination .page-numbers a:hover,
.pagination .page-numbers span.current {
  font-size:14px;
  line-height: 24px;
  text-align: center;
  min-width:24px;
  color:#fff;
  justify-content: center;
  background: #0c5ca8;
  border:1px solid #0c5ca8;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.youlike .youlike_inner {
  border:1px solid #ddd;
  border-radius: 3px;
}
.youlike .title {
  font-size:16px;
  padding:5px 9px;
  border-bottom:1px solid #ddd;
}
.youlike .list .item {
  width:100%;
  padding:0 9px;
  margin:15px 0;
}
.youlike .list .item .item_inner {
  border-bottom:1px solid #ddd;
}
.youlike .list .item .image a {
  display: block;
}
.youlike .list .item .image img {
  display: block;
  width:100%;
  height:auto;
}
.youlike .list .item .product_intro h3 {
  margin:0;
  padding:9px 0;
  text-align: center;
}

.relate_products {
  border:1px solid #ddd;
  border-radius: 3px;
  margin-top:15px;
}
.relate_products .title {
  font-size:16px;
  padding:5px 9px;
  border-bottom:1px solid #ddd;
}
.relate_products .products_swipe .item {
  width:100%;
  padding:0 9px;
  margin:15px 0;
}

.relate_products .item .image a {
  display: block;
}
.relate_products .item .image img {
  display: block;
  width:100%;
  height:auto;
}
.relate_products .item .product_intro h3 {
  margin:0;
  padding:9px 0;
  text-align: center;
}
.relate_products .slick-arrow {
  position: absolute;
  left:0;
  top:48%;
  background: transparent;
  border:none;
  z-index: 999;
  cursor: pointer;
}
.relate_products .slick-arrow.next {
  left:auto;
  right:0;
}
.relate_products .slick-arrow.prev {
  left:0;
  right:auto;
}
.relate_products .slick-arrow i {
  font-size:28px;
}
@media (min-width: 576px){
  .product_list .list_wrap {
    margin:0 -8px;
  }
  .product_list .product_item {
    width:50%;
    padding:0 8px 16px 8px;
  }
  .youlike .list {
    display: flex;
    flex-wrap: wrap;
  }
  .youlike .list .item {
    width:50%;
  }

}
@media (min-width: 768px){
  #main_content .container {
    position: relative;
  }
  .taxonomy_products {
    display: flex;
  }
  .product_list {
    flex:1;
  }
  .product_list .product_item {
    width:33.333%;
  }
  .youlike {
    width:207px;
    padding-left:27px;
  }
  .youlike .title {
    font-size:12px;
  }
  .youlike .list .item {
    width:100%;
  }
}
@media (min-width: 992px){
  .product_list .product_item {
    width:25%;
  }
  .youlike .list .item {
    width:100%;
  }
}
@media (min-width: 1200px){
  .product_list .product_item {
    width:25%;
  }
}

#product_basewrap {
  background: rgb(240, 241, 244);
}
#product_basewrap .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#products-zoom {
  width:100%;
}
#product_img {
  width:100%;
  max-width:500px;
}
#products-zoom img {
  display: block;
  width:auto;
  height:auto;
  max-width: 100%;
}
#product_info {
  width:100%;
  font-size:14px;
  line-height: 2;
  padding:0 0 20px 0;
}
#product_info h1 {
  font-size:24px;
  margin:0;
  padding:15px 0;
  line-height: 30px;
}
#product_info p {
  margin:0;
}
#product_info .product_info_txt {
  line-height: 1.5;
}
#product_info .quantity {
  justify-content: start;
}
.tab_title {
  font-size:16px;
  line-height: 40px;
  border-bottom: 1px solid #ececec;
}
.tab_title .container {
  display: flex;
}
.tab_title .title {
  padding:0 5px;
}
.tab_title .title.active {
  color:#0c5ca8;;
  border-bottom: 2px solid #0c5ca8;
}
#main_content {
  padding:15px 0;
  font-size: 14px;
  line-height: 1.5;
}


.glass-case * {
  -webkit-box-sizing: border-box!important;
  -moz-box-sizing: border-box!important;
  box-sizing: border-box!important;
  padding: 0;
  margin: 0;
  border: 0
}

.glass-case :after,.glass-case :before {
  -webkit-box-sizing: border-box!important;
  -moz-box-sizing: border-box!important;
  box-sizing: border-box!important
}

.glass-case {
  position: relative
}

.gc-display-area {
  position: relative;
  overflow: hidden;
  /*border: 2px solid #7f7f7f;
  padding: 2px;
  background-color: #fff*/
}

.gc-display-area-container {
  position: relative;
  width: 100%;
  height: 100%
}

.gc-slide-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0
}

.gc-slide-container-current {
  z-index: 100;
  visibility: visible;
  opacity: 1
}

.gc-fit-width {
  max-width: 100%;
  height: auto
}

.gc-fit-width-display {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.gc-fit-height {
  max-height: 100%;
  width: auto
}

.gc-fit-height-display {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.gc-display-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%
}

.gc-dc-center {
  top: 50%;
  left: 50%
}

.gc-display-display {
  position: relative;
  cursor: crosshair;
  opacity: 1
}

.gc-dd-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.gc-lens-container {
  position: absolute;
  overflow: hidden;
  z-index: 1000
}

.gc-lens-display {
  position: absolute;
  cursor: crosshair;
  background: #cecece;
  opacity: .5!important;
  -moz-opacity: .5;
  -khtml-opacity: .5
}

.gc-zoom-area {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1040!important;
  border: 2px solid #7f7f7f;
  padding: 2px;
  background-color: #fff
}

.gc-zoom-inner {
  cursor: crosshair;
  border: 0!important;
  left: -2px!important;
  top: -2px!important;
  margin: 0!important;
  z-index: 1010!important
}

.gc-zoom-container {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%
}

.gc-zoom-container img {
  position: relative;
  max-width: none!important
}

.gc-caption-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  padding: 2px;
  z-index: 1050!important;
  background-color: rgba(255,255,255,.5);
  line-height: 1.6;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-style: italic;
  color: #333;
  font-size: .9em
}

.gc-caption-container div {
  position: relative;
  padding: 0 12px 0 12px
}

.gc-caption-intop {
  left: 0;
  top: 0
}

.gc-caption-inbottom {
  left: 0;
  bottom: 0
}

.gc-caption-outbottom,.gc-caption-outtop {
  width: 100%;
  width: calc(100% + 4px);
  border: 2px solid #7f7f7f;
  background: #fff
}

.gc-caption-outtop {
  top: 0;
  left: -2px;
  -webkit-transform: translate(0,-100%);
  -moz-transform: translate(0,-100%);
  -ms-transform: translate(0,-100%);
  -o-transform: translate(0,-100%);
  transform: translate(0,-100%)
}

.gc-caption-outbottom {
  bottom: 0;
  left: -2px;
  -webkit-transform: translate(0,100%);
  -moz-transform: translate(0,100%);
  -ms-transform: translate(0,100%);
  -o-transform: translate(0,100%);
  transform: translate(0,100%)
}

.gc-alignment-center {
  text-align: center
}

.gc-alignment-left {
  text-align: left
}

.gc-alignment-right {
  text-align: right
}

.gc-thumbs-area {
  position: absolute;
  overflow: hidden;
  background-color: transparent
}

.gc-thumbs-area-next,.gc-thumbs-area-prev {
  position: absolute;
  z-index: 1010
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-next,.gc-thumbs-area.gc-hz .gc-thumbs-area-prev {
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 5%
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-next,.gc-thumbs-area.gc-vt .gc-thumbs-area-prev {
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 5%
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev {
  left: 0
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-next {
  right: 0
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev {
  top: 0
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-next {
  bottom: 0
}

.gc-thumbs-area-next:hover,.gc-thumbs-area-prev:hover {
  opacity: 1;
  cursor: pointer;
  cursor: hand
}

.gc-thumbs-area-next .gc-disabled,.gc-thumbs-area-next .gc-disabled:hover,.gc-thumbs-area-prev .gc-disabled,.gc-thumbs-area-prev .gc-disabled:hover {
  opacity: .3;
  -moz-opacity: .3;
  -khtml-opacity: .3;
  cursor: default
}

.glass-case ul {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
  padding: 0;
  height: 100%;
  list-style: none
}

.glass-case ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  padding: 2px;
  background-color: #fff
}

.gc-thumbs-area.gc-hz li {
  display: inline;
  float: left;
  max-width: 100%;
  max-height: 100%;
  margin-right: 5px
}

.gc-thumbs-area.gc-vt li {
  margin-bottom: 5px
}

.glass-case ul li .gc-display-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: inline-block
}

.glass-case ul li:hover {
  border-color: #4f4f4f;
  cursor: pointer;
  cursor: hand
}

.glass-case ul li.gc-active,.glass-case ul li.gc-active:hover {
  border-color: #696;
  cursor: default
}

.glass-case ul li .gc-display-container img {
  position: relative;
  top: 50%;
  left: 50%;
  cursor: inherit
}

.glass-case ul li .gc-display-container.gc-video-thumb img {
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.gc-thumb-img {
  background-color: #fff
}

.gc-thumb-img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #333;
  font-size: 12px;
  font-weight: 700;
  z-index: 2000;
  line-height: 2em;
  background-color: #fff;
  white-space: nowrap;
}

@media (max-width:768px) {
  .gc-thumb-img span {
    font-size: 11px
  }
}

.gc-overlay-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647!important;
  background-color: #ccc;
  background-color: rgba(51,51,51,.95)
}

.gc-overlay-gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0
}

.gc-overlay-container {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden
}

.gc-overlay-container-display {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  visibility: hidden;
  opacity: 0
}

@media (max-width:768px) {
  .gc-overlay-container-display {
    overflow: auto
  }
}

.gc-ocd-top {
  top: 0
}

.gc-ocd-bottom {
  bottom: 0
}

.gc-overlay-fit {
  padding: 4em 5.5em 1em 5.5em;
  overflow: hidden
}

.gc-overlay-display {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  cursor: crosshair
}

.gc-overlay-display-center {
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.gc-overlay-display-vcenter {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.gc-overlay-display-hcenter {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.gc-overlay-top-icons {
  position: absolute;
  top: 0;
  padding: 1em 1.5em 1em 0;
  width: 100%;
  height: 4em
}

.gc-overlay-left-icons {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 1em 0 1.5em;
  height: 100%;
  width: 5.5em
}

.gc-overlay-right-icons {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1.5em 0 1em;
  height: 100%;
  width: 5.5em
}

@font-face {
  font-family:linea-arrows-10;src:url(./assets/fonts/linea-arrows-10.eot);src:url(./assets/fonts/linea-arrows-10.eot?#iefix) format("embedded-opentype"),url(./assets/fonts/linea-arrows-10.woff) format("woff"),url(./assets/fonts/linea-arrows-10.ttf) format("truetype"),url(./assets/fonts/linea-arrows-10.svg#linea-arrows-10) format("svg");font-weight:400;font-style:normal
}

.gc-icon:before {
  font-family: linea-arrows-10!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.gc-icon {
  font-family: linea-arrows-10!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: 1020;
  cursor: pointer;
  cursor: hand;
  color: #fff;
  opacity: .7;
  -moz-opacity: .7;
  -khtml-opacity: .7;
  height: 1em;
  width: 1em;
  line-height: 1;
  background: #ccc;
  background: rgba(204,204,204,.5);
  border: 2px solid #7f7f7f;
  margin: 0 auto
}

.gc-icon:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1
}

.gc-disabled .gc-icon,.gc-disabled .gc-icon:hover {
  opacity: .3;
  -moz-opacity: .3;
  -khtml-opacity: .3;
  cursor: default
}

.gc-icon-next {
  top: 50%;
  right: -4px
}

.gc-icon-next:before {
  position: absolute;
  top: -2px;
  right: -2px;
  content: "\e04b"
}

.gc-icon-next-vt {
  bottom: 0;
  left: 50%
}

.gc-icon-next-vt:before {
  position: absolute;
  top: -2px;
  left: -2px;
  content: "\e019"
}

.gc-display-area .gc-icon-next {
  font-size: 2em!important
}

.gc-thumbs-area-next .gc-icon-next {
  right: 0;
  font-size: 2em!important
}

.gc-thumbs-area-next .gc-icon-next-vt {
  font-size: 1.5em!important
}

.gc-overlay-area .gc-icon-next {
  position: relative;
  right: 0;
  font-size: 3em
}

.gc-icon-prev {
  top: 50%;
  left: -4px
}

.gc-icon-prev:before {
  position: absolute;
  top: -2px;
  left: -2px;
  content: "\e03f"
}

.gc-icon-prev-vt {
  top: 0;
  left: 50%
}

.gc-icon-prev-vt:before {
  position: absolute;
  top: -2px;
  left: -2px;
  content: "\e083"
}

.gc-display-area .gc-icon-prev {
  font-size: 2em!important
}

.gc-thumbs-area-prev .gc-icon-prev {
  left: 0;
  font-size: 2em!important
}

.gc-thumbs-area-prev .gc-icon-prev-vt {
  font-size: 1.5em!important
}

.gc-overlay-area .gc-icon-prev {
  position: relative;
  left: 0;
  font-size: 3em
}

.gc-icon-download {
  right: -2px;
  bottom: 0;
  font-size: 2em;
  overflow: hidden
}

.gc-icon-download:before {
  position: absolute;
  top: -4px;
  left: -2px;
  content: "\e064"
}

.gc-icon-play {
  top: calc(50%);
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 4em;
  overflow: hidden;
  border: none!important;
  background-color: #fff!important;
  opacity: 1;
  width: .5em;
  height: .5em
}
.gc-video-thumb .gc-icon-play {
  background:transparent!important;
}

.gc-icon-play:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  content: "\e03b";
  color: #333
}

.gc-icon-close {
  position: relative;
  font-size: 2em;
  float: right
}

.gc-icon-close:before {
  position: absolute;
  content: "\e04a";
  top: -2px;
  right: -2px
}

.gc-icon-enlarge {
  position: relative;
  float: right;
  margin-right: .25em;
  font-size: 2em
}

.gc-icon-enlarge:before {
  position: absolute;
  content: '\e017';
  top: -2px;
  right: -2px
}

.gc-icon-compress {
  position: relative;
  float: right;
  margin-right: .25em;
  font-size: 2em
}

.gc-icon-compress:before {
  position: absolute;
  content: '\e053';
  top: -2px;
  right: -2px
}

.gc-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 31px;
  margin-left: -15px;
  margin-top: -15px;
  background-image: url(./assets/images/loader.gif)
}

.gc-loading3 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  font-size: .25em;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(51,51,51,.2);
  border-right: 1.1em solid rgba(51,51,51,.2);
  border-bottom: 1.1em solid rgba(51,51,51,.2);
  border-left: 1.1em solid #333;
  -webkit-animation: loadGC 1.1s infinite linear;
  animation: loadGC 1.1s infinite linear
}

.gc-loading3,.gc-loading3:after {
  border-radius: 50%;
  width: 30px;
  height: 30px
}

@-webkit-keyframes loadGC {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes loadGC {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.gc-hide {
  display: none;
  z-index: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0
}

.gc-noscroll {
  overflow: hidden
}

.gc-start {
  display: none;
  z-index: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0
}

.gc-ploading {
  position: absolute;
  padding: inherit;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 31px;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1100
}


@media (min-width: 768px){
  #product_img,#product_info {
    width:48%;
  }
  #product_basewrap .container {
    justify-content: space-between;
  }
}
@media (min-width: 992px){
  #product_img {
    width:500px;
    padding-bottom: 20px;
  }
  #product_info {
    width:auto;
    flex:1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 15px;
    padding-top:50px;
    font-size:16px;
  }
  #product_info h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .info_inner {
    
    max-width:500px;
  }
  #product_basewrap .container {
    justify-content:start
  }
  #product_info .add_to_inquiry {
    font-size:18px;
  }
  #product_info .quantity {
    margin:50px 0 15px 0;
  }
  #product_info .quantity .quantity_input a {
    font-size:18px;
  }
}
.contact_entry {

}
.contact_entry h3 {
  font-weight: normal;
  font-size:16px;
  margin-bottom:24px;
}
.contact_entry h6 {
  font-size:16px;
  margin:12px 0 2px 0;
}
.contact_entry p {

}
.contact_entry .contact-grid li {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
#contact_form .form-group {
  margin:0 0 15px 0;
}
#contact_form .form-group .control-label {
  width:100%;
  display:block;
  font-size:14px;
  line-height: 20px;
}
#contact_form .form-group .error {
  width:100%;
  font-size:12px;
  color:red;
}
#contact_form .form-group .control-label .required {
  color:red;
}
#contact_form {
  width:100%
}
#contact_form input.form-control {
  background-color: #ffffff;
  width: 90%;
  border:1px solid #ddd;
  font-size:14px;
  line-height: 24px;
  padding:4px 10px;
  border-radius: 4px;
}
.submit-group .send_btn {
  font-size:14px;
  line-height: 24px;
  padding:4px 10px;
  background: #0c5ca8;
  border:1px solid #0c5ca8;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  color:#fff;
}
#contact_form #message {
  width:100%;
  min-height:150px;
  border:1px solid #ddd;
  border-radius: 4px;
}
.loading_gif {
  visibility:hidden;
  padding: 5px;
  display: inline-block;
  width: 36px;
  height: 36px;
}
.loading_gif.active {
  visibility:visible;
}
.loading_gif img {
  display: inline-block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px){
  .contact_entry {
    display: flex;
    justify-content: space-between;
  }
  .contact_entry .info_wrap {
    width:50%;
    padding-right:15px;
  }
  .contact_entry .form_wrap {
    width:50%;
    padding-left:15px;
  }
  #contact_form {
    background: #f0f1f2;
    padding: 20px;
    border-radius: 10px;
  }

}
#inquiries_form .control-label {
  font-size: 14px;
  line-height: 20px;
  color:#666;
  width:100%;
  display: block;
}
#inquiries_form .control-label .required {
  color: red;
}
#inquiries_form .form-group {
  margin:8px 0;
  display: flex;
  flex-wrap: wrap;
}
#inquiries_form .form-group .error {
  font-size:12px;
  color:red;
}
#inquiries_form .form-control {
  width:90%;
  font-size:14px;
  line-height: 24px;
  padding:4px 10px;
  background: #fff;
  border:1px solid #ddd;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}
#inquiries_form .textarea-group {
  width:100%;
}
#inquiries_form .textarea-group textarea {
  display: block;
  width:100%;
}
#inquiries_form .form-group .radio {
  margin-right:15px;
}

.inquiries_table {
  width:100%;
  font-size:14px;
  line-height: 1.5;
  border-top:1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top:30px;
}
.inquiries_table .table_head {
  font-size:12x;
  border-bottom: 1px solid #ddd;
  display: flex;
  display: none;
}
.inquiries_table .table_item {
  border-bottom: 1px dashed #ddd;
  padding:8px 0;
  margin:8px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.inquiries_table .table_item:last-child {
  border-bottom: none;
  padding-bottom:0;
  margin-bottom: 0;
}
.inquiries_table .table_item .product-num {
  font-size:12px;
  line-height: 20px;
  display: none;
}
.inquiries_table .table_item .product-thumbnail a {
  display: block;
}
.inquiries_table .table_item .product-thumbnail img {
  display: block;
  width:50px;
  height:50px;
}
.inquiries_table .table_item .product-name {
  width:40%;
}
.product-quantity .quantity_input {
  display: flex;
}
.product-quantity .quantity_input input {
  font-size: 14px;
  line-height: 20px;
  padding:0 5px;
  border:1px solid #ddd;
  width:60px;
  text-align: center;
}
.product-quantity .opt {
  display: inline-block;
  font-size: 14px;
  width:20px;
  line-height: 22px;
  background: #ddd;
  text-align: center;
}
.inquiries_table .product-comments {
  width:100%;
  margin:8px 0 0 0;
}
.inquiries_table .table_head .product-comments {
  margin:0;
}
.inquiries_table .product-comments textarea{
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  border:1px solid #ddd;
  border-radius: 4px;
  padding:3px 5px;
}
.inquiries_table .table_item .product-delete {
  width:100%;
  display: flex;
  flex-direction: row-reverse;
}
@media (min-width: 576px){

  .inquiries_table .table_head,
  .inquiries_table .table_item .product-num {
    display: flex;
  }
  .inquiries_table {
    border-top:none;
    border-bottom: none;
  }
  .inquiries_table .table_head .product-comments {
    display: none;
  }
  .inquiries_table .table_head {
    justify-content: space-between;
  }
  .inquiries_table .product-num {
    width:80px;
  }
  .inquiries_table .product-thumbnail {
    width:80px;
  }
  .inquiries_table .product-name,
  .inquiries_table .table_item .product-name {
    width:auto;
    flex:1;
  }
  .inquiries_table .product-quantity {
    width:100px;
  }
}
#toast {
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background:rgba(0,0,0,0.5);
  color:#fff;
  font-size:14px;
  line-height: 20px;
  padding:5px 20px;
  border-radius: 5px;
  display: none;
}
.entry img {
  display: block;
  max-width: 100%;
  height:auto;
}
@media (min-width: 768px){
  #inquiries_form .form-group {
    width:60%
  }
  .inquiries_table .table_head .product-comments,
  .inquiries_table .product-comments{
    display: flex;
    width:120px;
    margin:0;
  }
  .inquiries_table .product-quantity {
    width:120px;
  }
  .inquiries_table .product-delete,
  .inquiries_table .table_item .product-delete {
    display: flex;
    width:60px;
  }
  .inquiries_table .table_item:last-child {
    border-bottom: 1px dashed #ddd;
    padding: 8px 0;
    margin: 8px 0;
  }
}
@media (min-width: 992px){
  #inquiries_form .form-group {
    max-width: 560px;
  }
  #inquiries_form .form-group.textarea-group,
  #inquiries_list {
    width:100%;
    max-width: 992px;
  }
}

#footer {
  background-color: #0f2341;
  color: #fff;
  font-size: 14px;
  padding:25px 0;
  margin:15px 0 0 0;
}
#footer .widget {
  font-size:14px;
  line-height: 20px;
  margin-bottom: 20px;
}
#footer .widget a {
  color:#fff;
}
#footer .widget p {
  font-size:14px;
  line-height: 20px;
  margin:0;
}
#footer .widget h5 {
  margin:12px 0;
  font-size:14px;
  line-height: 20px;
  padding:0;
  font-weight: normal;
}
#footer .logo_widget {
  display: flex;
  align-items: center;
}
#footer .logo_widget img {
  margin-right:15px;
  max-width:45px;
  max-height:45px;
}
@media (min-width: 768px){
  #footer .container {
    display: flex;
    justify-content: space-between;
  }
  #footer .widget {
    max-width:40%;
    padding:0 15px;
  }
  .logo_widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px){
  #footer {
    padding-top:45px;
  }
  #footer .logo_widget img {
    margin-right:0;
    margin-bottom:15px;
  }
  #footer .widget h5 {
    margin-top: 0;
  }
}



