@charset "utf-8";
@font-face {
  font-family: OpenSans-Bold;
  src: url(../fonts/OpenSans-Bold/font.woff2) format("woff2"),
    url(../fonts/OpenSans-Bold/font.woff) format("woff"),
    url(../fonts/OpenSans-Bold/font.eot) format("embedded-opentype"),
    url(../fonts/OpenSans-Bold/font.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: FrutigerLTPro-Bold;
  src: url(../fonts/FrutigerLTPro-Bold/font.woff2) format("woff2"),
    url(../fonts/FrutigerLTPro-Bold/font.woff) format("woff"),
    url(../fonts/FrutigerLTPro-Bold/font.eot) format("embedded-opentype"),
    url(../fonts/FrutigerLTPro-Bold/font.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: FrutigerLTPro-Light;
  src: url(../fonts/FrutigerLTPro-Light/font.woff2) format("woff2"),
    url(../fonts/FrutigerLTPro-Light/font.woff) format("woff"),
    url(../fonts/FrutigerLTPro-Light/font.eot) format("embedded-opentype"),
    url(../fonts/FrutigerLTPro-Light/font.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

html {
  -webkit-text-size-adjust: none;
}
body {
  font-size: 14px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "Microsoft Sans Serif";
  color: #000;
}
.article {
  background-color: #ededed;
}
span.footer_content {
  display: block;
  margin-top: 47px;
  color: grey;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  font-family: Lato-Regular;
  font-weight: lighter;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a,
button {
  outline: 0 !important;
}
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
ul {
  list-style-type: none;
}
li,
ul {
  padding: 0;
  margin: 0;
}
ul.nav_second {
  position: relative;
}
p {
  margin: 0;
}
.form-control:focus,
input:focus {
  border-color: #ccc;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.panel {
  border-radius: 0;
}
textarea.form-control {
  border-radius: 4px;
  height: 125px;
  resize: none;
}
.h1,
h1 {
  font-size: 1.66667em;
}
.h2,
h2 {
  font-size: 1.4em;
}
.h3,
h3 {
  font-size: 1.13333em;
}
.h4,
h4 {
  font-size: 1em;
}
.h5,
.h6,
h5,
h6 {
  font-size: 0.8em;
}
@media (max-width: 400px) {
  .order_list_bz li {
    font-size: 11px;
  }
}
.wrap,
.container {
  width: 1600px;
  margin: 0 auto;
  zoom: 1;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1680px) {
  .wrap,
  .container {
    width: 96%;
  }
}
.form-control {
  border-radius: 3px;
}
.products_prompt_model {
  background: #f15f41 !important;
  border-radius: 0 !important;
  padding: 5px 10px !important;
  height: auto !important;
  width: auto !important;
}
.products_prompt_model.no_stock {
  font-size: 14px;
}
.container,
.container-fluid {
  position: relative;
}
.visible_md_block {
  display: none;
}
.breadcrumb > li {
  max-width: 100%;
  font-size: 14px;
  vertical-align: middle;
}
.btn {
  border-radius: 3px;
}
button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.2px;
}
.btn-default {
  border-color: #111;
}
.nav-tabs > li > a {
  border-radius: 0;
}
.btn-link {
  color: #535555;
}
.btn-info,
.btn-primary {
  background-color: #3a3a3a;
  border-color: #3a3a3a;
  color: #fff;
  -webkit-transition: 125ms ease-in-out;
  -moz-transition: 125ms ease-in-out;
  -o-transition: 125ms ease-in-out;
  transition: 125ms ease-in-out;
  height: 45px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
}
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #3a3a3a;
  border-color: #3a3a3a;
  color: #fff;
}
.btn-info.disabled,
.btn-primary.disabled,
.btn_ajax {
  background-color: #ccc !important;
  border-color: #ccc !important;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #3a3a3a;
  border-color: #3a3a3a;
  color: #fff;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #3a3a3a;
  border-color: #3a3a3a;
  color: #fff;
}
.btn_ajax {
  position: relative;
  color: #666 !important;
}
.btn_ajax:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: transparent;
  -webkit-animation: spin 0.65s infinite linear;
  -moz-animation: spin 0.65s infinite linear;
  left: 50%;
}
@-webkit-keyframes spin {
  0% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.section_vertical {
  padding-bottom: 79px;
}
body[data-template="login"] .section {
  background: #ededed;
}
.section {
  position: relative;
  min-height: 30vh;
  background: #ededed;
}
body[data-template="index"] .section {
  margin-bottom: 0;
}
body[data-template="login"] .login-container {
  padding-bottom: 32px;
}
.form_model {
  max-width: 798px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.form_model .form-group input,
.form_model .form-group textarea {
  height: auto;
  background-color: #fff;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.6;
  padding: 6px 12px;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.absolute {
  position: absolute;
  z-index: 1;
}
.middle {
  vertical-align: middle;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
#header .header_in.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.topper {
  background: #333;
}
.topper .wrap {
  max-width: 1200px;
  background: #333;
  box-shadow: none;
}
.wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  zoom: 1;
  background: #fff;
  box-shadow: 5px 0 5px -5px #d5d5d5, -5px 0 5px -5px #d5d5d5;
  position: relative;
}
.topper .r_ico {
  padding-right: 14px;
  background: url(../images/icon_top_tri.png) no-repeat right center;
  cursor: pointer;
}
.topper .icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.topper .pre_icon {
  margin-right: 9px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.topper .icon > a {
  font-size: 14px;
  color: #929292;
  height: 30px;
  line-height: 30px;
}
.topper .down_select {
  position: absolute;
  top: 100%;
  right: -10px;
  border-radius: 0 0 5px 5px;
  display: none;
  z-index: 1000;
  width: 100px;
  box-shadow: 0 2px 3px rgb(150 150 150 / 50%);
  text-align: center;
  background: #fff;
  padding: 5px 0;
}
.ico_img {
  display: block;
  width: 16px;
  height: 15px;
  background: url(../images/icon_top_member.png) no-repeat;
  position: relative;
  top: -2px;
}
.topper .down_select a {
  display: block;
  padding: 5px 0;
}
.topper .icon.member:hover .down_select {
  display: block;
}
.inquiry::before {
  content: "|";
  color: #dbdbdb;
  margin: 0 15px;
}
.pre_icon_img {
  display: block;
  width: 12px;
  height: 14px;
  background: url(../images/icon_top_inq.png) no-repeat;
  position: relative;
  top: -1px;
}
#header {
  position: relative;
  z-index: 100;
  opacity: 0.95;
}
#header .header_in {
  width: 100%; /* height:80px; */
  background: #fff;
}
#header .header_contents {
  max-width: 1200px; /* height:80px; */
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .logo {
  height: 80px;
  max-width: 20%;
}
#header .rheader {
  max-width: 80%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
}
#header .rheader .search {
  position: relative;
  z-index: 1100; /* margin-right:-70px */
}
#header .rheader .search .ico {
  width: 19px;
  height: 19px;
  background: url(../images/search.png) no-repeat center;
  cursor: pointer;
}
#header .rheader .search .formdiv {
  position: absolute;
  top: -31px;
  right: 0;
  background: #fff;
  width: 500px;
  height: 80px;
}
#header .rheader .search .formdiv .form {
  margin-top: 20px;
}
#header .rheader .search .formdiv .clos {
  float: right;
  width: 36px;
  height: 43px;
  margin-left: 15px;
  background: url(../images/search_close.png) no-repeat center center;
}
#header .rheader .search .formdiv .sub_btn {
  float: right;
  width: 101px;
  height: 43px;
  border: none;
  background: #23a9dc;
  border-radius: 5px;
  color: #d3d3d3;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}
#header .rheader .search .formdiv .text {
  width: 300px;
  height: 41px;
  margin-left: 23px;
  line-height: 48px;
  text-indent: 12px;
  outline: 0;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
}
#header .rheader .nav {
  width: 100%;
}
#header.ts {
  transition: all 0.4s;
}
@media only screen and (max-width: 1280px) {
  .nav_list:last-child {
    display: none;
  }
}
.nav_list {
  position: relative;
  z-index: 100;
  padding: 0 25px;
  float: left;
}
#header .rheader .nav .nav_list.more {
  padding-right: 34px;
  background: url(../images/navsub.png) no-repeat 85% center;
}
.nav_list > a {
  display: block;
  text-decoration: none;
  height: 80px;
  line-height: 80px;
  padding: 0 6px;
  font-size: 18px;
  text-align: center;
  color: #333;
}
#header .rheader .nav .nav_list .sub {
  width: 305px;
  display: none;
  background: #fff;
  position: absolute;
  top: 80px;
  z-index: 100;
  left: 0;
  border: 1px solid #eee;
}
li.nav_second_list {
  position: relative !important;
  text-indent: 20px;
}
.nav_list:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0;
  content: "";
  z-index: 1;
  border-bottom: 2px solid #5bb94c;
}
.nav_list:hover:before {
  width: 100%;
}
#header .rheader .nav .more > a {
  background: url(../images/sec_bg.png) no-repeat 272px center;
}
#header .rheader .nav .more .sub a:hover {
  color: #78bd3b;
}
#header .rheader .nav .nav_second_list a {
  color: #666;
  display: block;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  font-size: 14px;
}
#header .rheader .nav .sub .sec_sub {
  display: none;
  position: absolute;
  top: 0;
  left: 304px;
  width: 254px;
  background: #f7f7f7;
}
#header .rheader .nav .nav_list:hover {
  z-index: 101;
  background: #23a9dc;
}
#header .rheader .nav .nav_list:hover.more {
  background: url(../images/navsub.png) no-repeat 85% center #23a9dc;
}
#header .rheader .nav .more .sub .hsec_sub:hover > a {
  position: relative;
  z-index: 1;
  margin-left: 10px;
  text-indent: 10px;
  margin-right: -1px;
  border-color: #ddd;
  border-right-color: #f7f7f7;
  background-color: #f7f7f7;
}
#header .rheader .nav .nav_list:hover .sub {
  display: block;
}
#header .rheader .nav .more .sub .hsec_sub:hover .sec_sub {
  display: block;
}
#header .rheader .nav .more .sub .sec_item:hover {
  color: #78bd3b;
  text-indent: 28px;
}
.trans3 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.ueeshop_responsive_header .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 10001;
  max-width: 991px;
  box-sizing: border-box;
}
.ueeshop_responsive_header .header .logo {
  float: left;
  width: 50%;
  height: 50px;
  overflow: hidden;
}
.ueeshop_responsive_header .header .logo a {
  color: #111;
  line-height: 50px;
  display: inline-block;
  height: 50px;
  font-size: 24px;
}
.ueeshop_responsive_header .header .logo h1 {
  line-height: 50px;
  display: inline-block;
  height: 50px;
}
.ueeshop_responsive_header .header .logo img {
  height: 30px;
  width: auto !important;
  display: inline-block !important;
}
.ueeshop_responsive_header .header .func {
  float: right;
  width: 50%;
  margin-top: 12px;
  text-align: right;
  padding-right: 8px;
  box-sizing: border-box;
}
.ueeshop_responsive_header .header .func .btns {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  margin-left: 10%;
  cursor: pointer;
}
.ueeshop_responsive_header .header .func .search_btn {
  width: 23px;
  height: 23px;
  background: url(../images/search_btn_white.png) no-repeat center center/100%;
  margin: 0;
  padding: 0;
}
.ueeshop_responsive_header .header .func .cart_btn {
  width: 25px;
  height: 25px;
  background: url(../images/shoppingCart.png) no-repeat center center/100%;
}
.ueeshop_responsive_header .header .func .menu_btn {
  width: 23px;
  height: 23px;
  background: url(../images/menu_btn_white.png) no-repeat center center/100%;
}
.ueeshop_responsive_header .header .func .menu_btn.on {
  background: url(../images/close_btn.png) no-repeat center center/80%;
}
li.nav_second_list.more {
  position: relative;
}
ul.nav_third {
  display: none;
  width: 205px;
  background: no-repeat center top #fff;
  position: absolute;
  top: 0;
  left: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 9px 30px;
  box-sizing: border-box;
  border-radius: 5px;
  display: none;
  z-index: 999;
}
li.nav_second_list.more:hover .nav_third {
  display: block;
}
#default_search_box {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}
#default_search_box .search_submit {
  width: 50%;
  max-width: 500px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#default_search_box .form-control {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-bottom: 1px solid #fff;
  padding-right: 35px;
  color: #fff;
  background: 0 0;
  outline: 0;
  text-indent: 10px;
  box-sizing: border-box;
  border-radius: 0;
}
#default_search_box .go_search {
  width: 35px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/search_btn.png) center no-repeat;
  cursor: pointer;
  border: 0;
  outline: 0;
}
#default_search_box .search_submit i {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -60px;
  top: -60px;
  background: url(../images/search_close.png) center no-repeat;
  cursor: pointer;
}
.ueeshop_responsive_header .resp_search_box {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  z-index: 10001;
  background: #fff;
  transition: all 0.3s ease 0s;
}
.ueeshop_responsive_header .resp_search_box.on {
  right: 0;
}
.ueeshop_responsive_header .close_btn {
  float: right;
  width: calc(100% - 180px);
  text-align: right;
  background: #fff;
  padding-right: 10px;
}
.ueeshop_responsive_header .close_btn span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 13px 0;
  background: url(../images/close_btn.png) no-repeat center center/80%;
}
.ueeshop_responsive_header .search_submit {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.ueeshop_responsive_header .search_submit input {
  width: 80%;
  height: 100%;
  margin-left: 5%;
  border: none;
  font-size: 16px;
  color: #c8c8c8;
  border: none;
  outline: 0 !important;
  box-shadow: none !important;
}
.ueeshop_responsive_header .search_submit .go_search {
  position: absolute;
  top: 0;
  right: 5%;
  width: 41px;
  height: 100%;
  background: url(../images/search_btnsjd.png) no-repeat center center/50%;
  border: none;
  outline: 0;
}
.clear {
  margin: 0 auto;
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.sidebar {
  position: fixed;
  top: 50px;
  bottom: 0;
  width: 300px;
  background-color: #fff;
  transition: all 0.3s ease 0s;
  z-index: 10001;
}
#sidebar-main {
  top: 50px;
}
.sidebar.right {
  right: -75%;
  width: 75% !important;
}
#sidebar-main.on {
  right: 0;
}
.nav_sidebar.on {
  position: fixed;
  top: 50px;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9990;
}
.sidebar a {
  text-decoration: none;
  display: block;
}
.sidebar .wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  overflow-y: auto;
  -webkit-box-sizig: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar nav {
  margin-bottom: 24px;
}
.sidebar nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar nav ul li {
  padding: 8px 0;
  margin: 4px 0;
}
.sidebar nav ul li.title {
  font-weight: 700;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.wrapper .list-unstyled > li.more .trans {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 60px;
  background: url(../images/cate_arrwo.png) no-repeat right center/40%;
  transition: all 0.3s ease 0s;
}
.wrapper .list-unstyled > li.more .trans.on {
  margin-right: 5%;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.wrapper .list-unstyled > li {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.wrapper .list-unstyled {
  transition: all 0.3s;
}
.wrapper .list-unstyled > li .phone_navigation {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wrapper .list-unstyled > li .third_nav a {
  height: 44px;
  line-height: 44px;
  text-indent: 20px;
}
.wrapper .wrapper-top > .list-unstyled {
  transition: all 0.3s;
}
.wrapper .list-unstyled > li > .nav_left_div {
  position: fixed;
  top: 0;
  right: -75%;
  display: block;
  width: 75%;
  height: 100%;
  margin: 0;
  z-index: 10001;
  overflow-y: auto;
  overflow-x: hidden;
  background: url(../images/responsive_header/header_bg.png) top center
    no-repeat #fff;
  margin-top: 50px;
  border-top: 1px solid #ddd;
  transition: all 0.3s ease 0s;
}
.wrapper .list-unstyled > li.more.click_more.on > .nav_left_div {
  right: 0;
}
.wrapper .nav_left_div .cate_close {
  width: 100%;
  text-align: left;
}
.wrapper .nav_left_div .cate_close span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/back_btn.png) no-repeat center center/50%;
  margin: 15px 0 15px 4%;
}
.wrapper .nav_left_div > ul {
  margin: 0 4%;
}
.wrapper .nav_left_div > ul > li {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.wrapper .third_nav {
  display: none;
}
.wrapper .third_nav > li {
  border-top: 1px solid #ddd;
}
.wrapper ul.clearfix.ul_list {
  margin-top: 20px;
}
.wrapper ul.clearfix.ul_list a.phone_navigation {
  line-height: 30px;
}
@media (min-width: 991px) {
  .sidebar,
  div[data-sidebar-main="mask"] {
    display: none;
  }
}
.cart_user > div {
  width: 21px;
  height: 28px;
  vertical-align: top;
  font-size: 13px;
  cursor: pointer;
  margin-right: 19px;
}
.cart_user > div:last-child {
  margin: 0;
}
.pc_search_box {
  line-height: 25px;
  left: initial;
  right: 0;
  margin-top: 0;
  padding: 14px 15px;
  width: 230px;
}
.cart_user > li[data-toggle="modal"] {
  cursor: pointer;
}
.user_account {
  position: relative;
}
.user_account .dropdown-menu {
  left: initial;
  right: -31px;
  top: 68%;
  min-width: auto;
}
.header_section_right .cart_user > li .dropdown-menu {
  margin-top: -15px;
  font-size: 13px;
  font-weight: 400;
  left: initial;
  right: 0;
}
.header_icon_item {
  display: inline-block;
  margin-right: 20px;
}
.currencies .selcurrenct img {
  vertical-align: text-top;
}
.currencies {
  position: relative;
}
.currencies > a,
.pc_search > a {
  font-size: 14px;
  color: #929292;
}
.currencies ul.dropdown-menu {
  left: initial;
  right: -70px;
  margin-top: 10px;
  top: 68%;
}
.header_cart {
  position: relative;
}
.header_cart .iconfont {
  font-size: 23px;
}
.mob_right .total_num1.badge {
  top: 20px;
  right: 0;
}
.header_cart:hover .cart_box {
  display: block;
}
.header_cart .totalprice {
  margin-left: 10px;
}
.header_cart .pc_cart_list {
  position: absolute;
  width: 315px;
  right: 0;
  background-color: #fff;
  z-index: 15;
  line-height: 1.5;
  display: none;
}
.cart_box.on {
  display: block;
}
.header_cart .pc_cart_list .cart_con {
  border: 1px solid #ddd;
  padding-bottom: 10px;
}
.header_cart .pc_cart_list .pc_cart_list_ul {
  padding: 10px;
  max-height: 300px;
  overflow-y: auto;
  text-align: left;
}
.header_cart .pc_cart_list .pc_cart_list_ul li {
  position: relative;
  padding-top: 10px;
}
.header_cart .pc_cart_list .pc_cart_list_ul li:first-child {
  padding-top: 0;
}
.header_cart .pc_cart_list .cp {
  position: relative;
}
.header_cart .pc_cart_list .cp > div {
  overflow: hidden;
  margin-bottom: 5px;
}
.header_cart .pc_cart_list .img {
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
  text-align: center;
  float: left;
  margin-right: 10px;
}
.header_cart .pc_cart_list .title {
  overflow: hidden;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.header_cart .pc_cart_list .title a {
  display: block;
  max-height: 54px;
  overflow: hidden;
  margin-bottom: 5px;
}
.header_cart .pc_cart_list .title span {
  background: #111;
  color: #fff;
  padding: 0 5px;
}
.header_cart .pc_cart_list .remove {
  position: absolute;
  right: 10px;
  bottom: 50px;
}
.header_cart .pc_cart_list .money.total {
  text-align: right;
}
.pc_cart_total {
  text-align: left;
  background-color: #f2efea;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  font-size: 14px;
  color: #3d3d3d;
}
.mob_left,
.mob_right {
  width: 40px;
  height: 52px;
  line-height: 52px;
  position: absolute;
  top: 0;
  text-align: center;
}
.mob_left .fa,
.mob_right .fa {
  font-size: 20px;
  vertical-align: middle;
}
.mob_left {
  left: 0;
}
.mob_right {
  right: 0;
}
.mob_left .iconfont,
.mob_right .iconfont {
  font-size: 25px;
  vertical-align: middle;
}
.mob_cart .total_num1 {
  margin-left: 5px;
}
.pc_cart_list.no_data .pc_cart_foot,
.pc_cart_list.no_data .pc_cart_list_ul,
.pc_cart_list.no_data .pc_cart_total {
  display: none;
}
.header_section_left {
  width: 30%;
  max-width: 350px;
}
.search_submit {
  position: relative;
}
@media (max-width: 991px) {
  #header,
  .topper {
    display: none;
  }
  body {
    padding-top: 50px;
    margin-top: 0;
  }
  .testimonials_modal.testimonials_modal-a .container {
    padding: 0 15px;
  }
}
#footer {
  background: #f6f6f6;
}
#footer .link {
  padding: 60px 10px;
  padding-bottom: 30px;
  text-align: justify;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
#footer .link > ul > li {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  overflow: hidden;
  box-sizing: border-box;
}
#footer .link > ul > li > .tit {
  height: 36px;
  line-height: 36px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  color: grey;
}
.footer_sub_nav > li {
  line-height: 32px;
  text-transform: capitalize;
}
.footer_sub_nav li a {
  font-size: 15px;
  color: #818080;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.footer_sub_nav li a:hover {
  color: #16a9dd;
  text-decoration: underline;
}
#footer .copyright {
  padding: 25px 0;
  font-size: 14px;
  color: #969696;
  border-top: 1px solid #ddd;
  background: #f6f6f6;
}
#footer .copyright .bott {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
#footer .copyright .bott > .fl {
  margin: 24px 0;
}
#footer .copyright .logo {
  float: left;
  padding-right: 25px;
  padding-top: 5px;
}
#footer .copyright .nav {
  padding: 12px 0;
  overflow: hidden;
}
#footer .copyright .nav > ul > li:first-child {
  padding-left: 0;
  border: none;
}
#footer .copyright .nav > ul > li {
  float: left;
  padding: 0 10px;
  border-left: 1px solid #969696;
}
#footer .copyright .nav > ul > li > a {
  font-size: 14px;
  color: #969696;
}
#footer .copyright .fl span {
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
}
.footer_powered {
  font-size: 14px;
  color: #969696;
}
.fl .products_title > a {
  font-size: 14px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#footer .copyright a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #footer {
    width: 100%;
    overflow: hidden;
  }
  #footer .link {
    padding: 10px;
  }
  #footer .link ul > li {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  #footer .link > ul > li > .tit {
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin: 0;
    color: #333;
    height: 44px;
    line-height: 44px;
  }
  #footer .copyright .logo {
    display: none;
  }
  #footer .copyright .fl {
    float: none;
  }
  #footer .copyright .nav {
    text-align: center;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    padding: 0;
    margin: 10px auto;
  }
  #footer .copyright .fl span {
    float: none;
    text-align: center;
    font-size: 12px;
  }
  #footer .copyright .nav > ul > li {
    display: inline-block;
    float: none;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
  }
}
.play_imglist {
  max-height: 720px;
  position: relative;
  top: -80px;
  margin-bottom: -80px;
}
.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 0;
  background-color: #f60;
}
.carousel-indicators li {
  background-color: #666;
  border: none;
  margin: 0 5px;
}
@media only screen and (max-width: 991px) {
  .play_imglist {
    top: 0;
    margin-bottom: 0;
  }
}
.index_adc {
  padding: 55px 1%;
  box-sizing: border-box;
}
.index_adc li {
  width: 25%;
  padding: 1%;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  position: relative;
}
.index_adc li .c {
  width: 100%;
  overflow: hidden;
}
.index_adc li .txt {
  position: absolute;
  left: 30px;
  bottom: -50px;
  right: 30px;
  transition: all 0.8s;
}
.index_adc li:hover .txt {
  bottom: 30px;
}
.index_adc li .txt span {
  color: #fff;
  font-size: 14px;
  line-height: 150%;
}
.trans5 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.no-src:hover {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
@media only screen and (max-width: 1200px) {
  .index_adc li .txt {
    bottom: -95px;
  }
  .index_adc li .txt span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .index_adc {
    padding: 5px;
  }
  .index_adc li {
    width: 50%;
    padding: 5px;
  }
  .index_adc li .txt {
    display: none;
  }
}
.index_con_0 {
  background: #f6f6f6;
  padding: 70px;
  box-sizing: border-box;
}
.index_con_0 .titl {
  text-align: center;
  font-size: 36px;
  padding-bottom: 60px;
  color: #4a4a49;
  font-family: FrutigerLTPro-Bold;
}
.index_con_0 .item {
  width: 33.33%;
  float: left;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  text-align: center;
}
.index_con_0 .item:last-child {
  border: none;
}
.index_con_0 .item .c {
  width: 80%;
  margin: 0 auto;
  max-width: 280px;
}
.index_con_0 .item .c .img {
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.index_con_0 .item .c .t {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: #4a4a49;
  font-family: FrutigerLTPro-Light;
  font-weight: 700;
}
.index_con_0 .item .c .d {
  line-height: 150%;
  color: #969696;
  font-size: 16px;
  font-family: FrutigerLTPro-Light;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .index_con_0 {
    padding: 20px 10px;
  }
  .index_con_0 .titl {
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: 400;
  }
  .index_con_0 .item .c {
    width: 80%;
    overflow: hidden;
    padding-top: 5px;
  }
  .index_con_0 .item .c .img {
    width: 95%;
    height: auto;
    margin: 0 auto;
  }
  .index_con_0 .item .c .t {
    font-size: 16px;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    padding-top: 8px;
  }
  .index_con_0 .item .c .d {
    display: none;
  }
  .index_con_0 .item {
    border: none;
  }
}
.index_pro {
  padding-top: 50px;
  padding-bottom: 50px;
}
.index_pro .c {
  max-width: 80%;
  margin: 0 auto;
  padding: 0 10px;
}
.index_pro .category_title {
  display: block;
  height: 75px;
  line-height: 75px;
  font-size: 36px;
  text-align: center;
  color: #4a4a49;
  font-family: FrutigerLTPro-Bold;
}
.index_pro .sectitle {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  color: #999;
  line-height: 24px;
  text-align: center;
  margin-bottom: 40px;
  font-family: FrutigerLTPro-Light;
}
.custom_products li {
  position: relative;
  width: 33.33%;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  float: left;
}
.products_title {
  padding: 10px 0;
  display: block;
}
.custom_products li .products_title a {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.products_price_modal {
  display: block;
  position: relative;
  line-height: 16px;
  padding-bottom: 10px;
}
.products_price_modal > span {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 768px) {
  .index_pro {
    padding: 10px 0;
  }
  .index_pro .c {
    max-width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .index_pro .category_title {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
  }
  .index_pro .sectitle {
    display: none;
  }
  .custom_products li {
    width: 50%;
    padding: 5px;
  }
  .custom_products li .products_title a {
    font-size: 12px;
    line-height: 150%;
  }
}
.index_news {
  background: #f8f8f8;
  padding: 60px 0;
}
.index_news .c {
  max-width: 1200px;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
.index_news .titl {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  color: #4a4a49;
  font-family: FrutigerLTPro-Bold;
}
.index_news .list {
  position: relative;
  width: 100%;
  margin-top: 55px;
}
.index_news .contents {
  padding: 0 190px;
  height: 120px;
}
.index_news .box {
  width: 100%;
  height: 100%;
  position: relative;
}
.index_news .date {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  font-size: 36px;
  color: #555;
}
.index_news .date div {
  font-size: 16px;
  color: #9a9a9a;
  padding: 5px 0;
}
.index_news .desc {
  float: left;
  margin-left: 160px;
  color: #555;
  line-height: 180%;
  font-size: 16px;
}
.carousel {
  position: inherit;
}
.carousel-control.left {
  background-image: revert;
}
.carousel-control.right {
  background-image: revert;
}
.bttn {
  width: 100px;
  height: 40px;
  top: 10px;
  border: 1px solid #e2d0d0;
}
.inner {
  height: 120px;
}
@media only screen and (max-width: 768px) {
  .index_news {
    padding: 0;
  }
  .index_news .titl {
    font-size: 20px;
    font-weight: 400;
  }
  .index_news .list {
    margin-top: 10px;
  }
  .index_news .contents {
    padding: 0;
  }
  .index_news .contents .date {
    width: 70px;
    font-size: 20px;
  }
  .index_news .contents .date div {
    font-size: 14px;
  }
  .index_news .contents .box .desc {
    margin-left: 70px;
    color: #666;
  }
  .carousel-control.left {
    display: none;
  }
  .carousel-control.right {
    display: none;
  }
}
.index_bottom_ad {
  overflow: hidden;
}
.index_bottom_ad .txt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
  text-align: center;
  color: #fff;
}
.index_bottom_ad .txt span:nth-of-type(1) {
  display: block;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 16px;
  color: #fff;
}
.index_bottom_ad .txt span:nth-of-type(2) {
  display: block;
  color: #fff;
  font-size: 16px;
}
.index_bottom_ad:hover img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  .index_bottom_ad .txt span:nth-of-type(1) {
    padding-bottom: 10px;
    font-size: 16px;
  }
  .index_bottom_ad .txt span:nth-of-type(2) {
    font-size: 12px;
  }
}
@media only screen and (max-width: 560px) {
  .index_bottom_ad .txt {
    top: 30%;
  }
}
.prolist .c {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
.left_outer .li_list > a > div > div {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
  position: absolute;
  right: 15px;
  top: 20px;
}
.ul_s {
  margin-left: 230px;
}
.ul_s > li {
  float: left;
  line-height: 50px;
  margin-right: 6%;
  max-width: 180px;
  position: relative;
}
.all {
  display: none;
}
.all > .category {
  line-height: 30px;
  font-size: 16px;
}
.all > .category > a {
  font-size: 14px !important;
  color: #938989;
}
.ul_s > li:hover .all {
  display: block;
}
@media only screen and (max-width: 768px) {
  .prolist .c {
    padding: 5px;
  }
  .left_outer {
    padding-bottom: 0 !important;
  }
  .left_outer .li_list > a {
    position: relative !important;
    width: 50% !important;
    box-sizing: border-box;
    border: 1px solid #fff;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px !important;
    text-indent: 5px;
    display: block;
  }
  .left_outer .li_list > a > div {
    width: 100% !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  .ul_s {
    margin: 0;
  }
  .ul_s > li {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    line-height: 32px;
    background: #eee;
    border: 1px solid #fff;
    text-align: center;
  }
  .left_outer .category a {
    font-size: 14px !important;
  }
  .left_outer .li_list > a > div > div {
    position: relative;
    right: 0;
    top: 0;
    display: inline-block;
    margin-left: 5px;
  }
  .mbx_list {
    padding: 5px 5px 0 !important;
  }
  .mbx_list .breadcrumb {
    line-height: 20px !important;
    height: 20px !important;
  }
  .mbx_list .breadcrumb a span {
    font-size: 12px;
  }
  .section {
    margin-bottom: 0;
  }
}
body[data-template="myinquiry"] .bgfff {
  padding-bottom: 268px;
}
body[data-template="myinquiry"] .row {
  margin-right: 0;
}
@media (max-width: 991px) {
  body[data-template="myinquiry"] .bgfff {
    padding-bottom: 211px;
  }
}
@media only screen and (max-width: 768px) {
  body[data-template="myinquiry"] .bgfff {
    padding-bottom: 295px;
  }
}
.mbx_list {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  padding: 0 10px;
}
.mbx_list .breadcrumb {
  margin: 0;
  padding: 0;
  background: 0 0;
  border-radius: 0;
  line-height: 55px;
  height: 55px;
}
.mbx_list .breadcrumb a {
  font-weight: 400;
  font-size: 12px;
  color: grey;
  font-family: Lato-Regular, Arial;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  padding-left: 2px;
  color: #888;
  content: ">";
}
.mbx_list h1,
.mbx_list h2 {
  max-width: none;
  margin: 0;
  line-height: inherit;
  font-weight: 300;
  margin: 0 auto;
  color: #7d7d7d;
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 20px;
  display: none;
}
.mbx_list h2 {
  line-height: 55px;
  text-align: center;
}
@media (max-width: 991px) {
  .mbx_list {
    line-height: 30px;
    margin-bottom: 0;
  }
}
.modal > .modal_close {
  position: absolute;
  background-color: #fff;
  top: 0;
  height: 65px;
  z-index: 10;
}
.modal > .modal_close .close {
  float: none;
  display: block;
  height: 65px;
  width: 56px;
  text-align: center;
  filter: alpha(opacity=100);
  opacity: 1;
  font-size: 28px;
}
.modal.in > .modal_body,
.modal.in > .modal_close {
  margin: 0;
}
.products_img {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.sub_img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  visibility: hidden;
}
.sub_img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.products_img .bttrlazyloading-wrapper {
  min-height: 100px;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff !important;
}
.product_window_model .sub_img {
  display: none;
}
.products_img img {
  font-size: 0;
  transition: all 0.3s;
}
.delay {
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.categry_list > .row li:hover .delay {
  transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
}
.products_prompt {
  position: absolute;
  right: -86px;
  top: -29px;
  background-color: #dac08e;
  color: #fff;
  padding: 50px 0 10px;
  width: 200px;
  text-align: center;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: 3;
}
.products_prompt span {
  font-size: 11px;
}
.categry_list li > div {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.categry_list .products_bg {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.pro_starts {
  display: block;
}
@media (max-width: 991px) {
  .categry_list > ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .categry_list > ul > li {
    padding: 0;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .categry_list li:nth-child(2n + 1) {
    clear: both;
  }
}
.products_price {
  font-size: 14px;
}
.products_price em {
  font-style: normal;
  color: #5f5f5f;
  font-size: 13px;
  font-weight: 400;
}
.products_grade {
  text-decoration: line-through;
  color: #5f5f5f;
  font-size: 11px;
  margin-right: 5px;
}
@media (max-width: 992px) {
  .products_grade,
  .products_price {
    font-size: 13px;
  }
}
.list_fy {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 20px;
}
.list_fy .show_num {
  margin: 0;
}
.list_fy .total em {
  font-style: normal;
  font-weight: 700;
  margin: 0 5px;
}
.list_fy .pagination,
.list_fy .total {
  vertical-align: middle;
}
.list_fy .pagination li > a {
  color: #3e505c;
  background-color: #fff;
  border: 1px solid transparent !important;
}
.list_fy .pagination li > a,
.list_fy .pagination li > span {
  border: none;
  border-radius: 0;
  width: 54px;
  line-height: 54px;
  padding: 0;
  height: 54px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.pagination > .active > span {
  background: #00aeef !important;
  color: #fff !important;
  border-color: #00aeef !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #00aeef;
  border-color: #00aeef;
}
.pagination > li > a,
.pagination > li > span {
  margin: 0;
}
.phone_email li {
  margin-bottom: 15px;
}
.phone_email li i {
  margin-right: 10px;
}
.icon_nav > li {
  vertical-align: middle;
  margin: 0 5px 5px 0;
  padding: 0;
}
.icon_nav > li > a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.icon_nav svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  fill: #222;
}
.pc_cart_list > ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 110px;
  overflow: inherit;
  overflow-y: auto;
}
.pc_cart_list > ul .lodding {
  position: fixed;
  left: initial;
  right: 0;
  top: 0;
  width: 300px;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 9;
}
.pc_cart_list > ul li {
  padding: 15px 15px 15px 100px;
  position: relative;
}
.pc_cart_list > ul li .img {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 70px;
  height: 70px;
  text-align: center;
}
.pc_cart_list > ul li .title {
  font-size: 1em;
}
.pc_cart_list > ul li .title a {
  display: block;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  font-weight: 700;
}
.pc_cart_list > ul li .title span {
  display: block;
  color: #1a1a1a;
  font-size: 0.93333em;
  font-weight: 400;
}
.pc_cart_list > ul li .cart_td_qty {
  position: relative;
  z-index: 1;
  max-width: 95px;
}
.pc_cart_list > ul li .cart_td_qty i {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 28px;
  cursor: pointer;
}
.pc_cart_list > ul li .cart_td_qty i:hover {
  background-color: #d9d9d9;
}
.pc_cart_list > ul li .money {
  display: none;
}
.pc_cart_list > ul li .total {
  display: block;
  text-align: right;
  margin-top: -28px;
  line-height: 28px;
  color: #1a1a1a;
  font-weight: 400;
}
.pc_cart_list > ul li .total label {
  display: none !important;
}
.pc_cart_list > ul li .total strong {
  font-weight: inherit;
}
.pc_cart_list > ul li .remove {
  text-align: right;
  display: none;
}
.pc_cart_list .totalprice {
  font-weight: 400;
  font-size: 14px;
}
.cart_model_body .pc_cart_list .pc_cart_foot {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 110px;
  padding: 10px 15px;
  color: #1a1a1a;
}
.pc_cart_list .pc_cart_foot label {
  float: left;
  margin: 0;
  font-size: 14px;
}
.pc_cart_list .pc_cart_foot button {
  text-transform: uppercase;
  line-height: 22px;
  padding: 7px 22px;
  width: 200px;
  margin: 10px auto 0 auto;
}
.pc_cart_list .no_list {
  display: none;
}
.pc_cart_list.no_data .no_list {
  display: block;
}
.pc_cart_list.no_data > .pc_cart_foot,
.pc_cart_list.no_data > ul {
  display: none;
}
.page_title {
  text-align: center;
  font-size: 20px;
  color: #000;
  margin: 0 0 30px;
}
.article_section,
.page_html {
  background-color: #fff;
  overflow: hidden;
  padding: 15px 15px 30px;
}
.order_list_bz {
  width: 100%;
  background: #f1f1f1;
  position: relative;
  margin: 10px 0;
  z-index: 0;
  overflow: hidden;
}
.order_list_bz ul {
  height: 30px;
  overflow: hidden;
  width: 103%;
}
.order_list_bz li {
  float: left;
  width: 33%;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 30px;
}
.order_list_bz li em {
  position: absolute;
  right: -20px;
  top: -8px;
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 23px 0 23px 23px;
  border-color: transparent transparent transparent #fff;
  border-style: dashed dashed dashed solid;
}
.order_list_bz li i {
  position: absolute;
  right: -12px;
  top: 0;
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #f1f1f1;
  border-style: dashed dashed dashed solid;
}
.order_list_bz li.current {
  background: #f60;
  color: #fff;
  z-index: 1;
}
.order_list_bz li.current i {
  border-color: transparent transparent transparent #f60;
}
.order_list_bz li#get_on {
  background-color: #000;
  color: #fff;
}
.order_list_bz li#get_on i {
  border-color: transparent transparent transparent #000;
}
@media (max-width: 400px) {
  .order_list_bz li {
    font-size: 11px;
  }
}
.cart_td_qty {
  overflow: hidden;
  zoom: 1;
  width: 120px;
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.cart_td_qty > i {
  display: block;
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  font-style: normal;
}
.cart_td_qty > i.num_y {
  right: 0;
  border-left: 1px solid #ccc;
}
.cart_td_qty > i.num_n {
  left: 0;
  border-right: 1px solid #ccc;
}
.cart_td_qty input {
  width: 100%;
  border: none;
  text-align: center;
  line-height: 28px;
  display: block;
  outline: 0;
}
.mob_search {
  padding: 20px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}
.mob_go_search {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 4px 4px 0;
}
.mob_search input {
  line-height: 34px !important;
  height: 34px !important;
  padding-right: 35px;
}
.pc_currencies {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -11px;
}
.pc_currencies > a {
  cursor: pointer;
}
.pc_currencies > a img {
  vertical-align: middle;
  margin-top: -5px;
}
.pc_currencies .dropdown-menu {
  right: 0;
  margin-right: -15px;
  width: 200px;
  left: inherit;
  overflow: auto;
  max-height: 70vh;
  max-height: calc(100vh - 60px);
}
.pc_currencies .dropdown-menu a {
  padding: 3px 5px;
}
body[data-template] .ztb {
  margin-bottom: 0 !important;
}
.left_list_nav {
  background: 0 0;
}
/*.left_list_nav .list-group-item{background:0 0}*/
.left_list_nav .panel-heading {
  background: 0 0;
  font-weight: 700;
  border-color: #ccc;
  position: relative;
  font-size: 17px;
}
.ul_list_toggle {
  width: 15px;
  height: 15px;
  position: absolute;
  cursor: pointer;
  right: 8px;
  top: 14px;
  background-image: url(../images/down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.review_cate_head.active .ul_list_toggle {
  background-image: url(../images/up.png);
}
.left_list_nav .list-group {
  font-size: 12px;
  font-weight: 600;
}
.product_window_model .product_window_title {
  margin: 15px 0 30px !important;
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 38px;
  color: #333;
  font-weight: 700;
  text-align: center;
  white-space: unset;
}
.to_top {
  position: fixed;
  right: 20px;
  bottom: 50px;
  cursor: pointer;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.to_top_button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #cbc9c7;
  background-color: #fff;
  opacity: 0.8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  transition: border 0.3s ease-in-out;
}
.to_top:hover .to_top_button {
  border-color: #7a7a7a;
}
.to_top_button img {
  width: 22px;
  height: 22px;
}
.top_txt {
  color: #7a7a7a;
  font-size: 11px;
}
.to_top.on {
  visibility: visible;
  opacity: 1;
}
div.testimonials_modal p {
  color: #000;
  text-align: center;
  font-weight: lighter;
  font-size: 22px;
  font-family: Lato-Light;
  line-height: 36px;
}
.products_prompt {
  position: absolute !important;
  top: 5px;
  right: 5px;
  z-index: 1;
  padding: 8px 0 0 0;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  transform: initial;
}
.products_prompt {
  background: #00aeef !important;
  border-radius: 0 !important;
  padding: 5px 10px !important;
  height: auto !important;
  width: auto !important;
}
.products_prompt span {
  display: block;
  margin-top: -5px;
  font-weight: 400;
  font-size: 11px;
}
.modal_close {
  background: #fff;
}
.add_cart_ico {
  min-width: 150px !important;
  font-size: 14px !important;
  text-transform: uppercase;
  padding: 12px 20px !important;
  margin: 2px;
}
.lazyloaded {
  width: 100% !important;
  display: block !important;
  height: 100%;
}
.custom_products li.categoryimg .category_title {
  background-color: #8dc63f;
}
.gallery_jigsaw_imgmodal img {
  background-color: #fff;
}
.home_custom_design .title,
.home_custom_design h4 {
  font-size: 30px;
  font-weight: 300;
  color: #5f5f5f;
}
div[data-tag="imagewithtext-a"] {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .play_products_modal .bd ul[data-index="4"] li:nth-child(2n + 1) {
    clear: both;
  }
}
@media (min-width: 767px) {
  .products_overlay .products_overlay_btn {
    background-color: #5f5f5f;
  }
  .products_overlay .products_overlay_btn:hover {
    background-color: #8dc63f;
  }
}
.link_del {
  color: red;
}
.cart_list {
  position: relative;
}
.cart_list .cart_th {
  position: relative;
  padding: 0 0 0 110px;
  font-size: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px dotted #e5e5e5;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05em;
  color: #1a1a1a;
}
.cart_list img {
  max-height: 100%;
  max-width: 100%;
  font-size: 0;
  height: auto;
  vertical-align: middle;
  width: auto;
}
.cart_list li {
  position: relative;
  border-bottom: 1px dotted #e5e5e5;
  padding: 15px 0 15px 110px;
  min-height: 110px;
  line-height: 80px;
  font-size: 0;
  z-index: 0;
}
.cart_list li input {
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: none;
}
.cart_list li.disabled {
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.cart_list li.disabled .remove {
  display: block;
}
.cart_list .img {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 0;
  position: absolute;
  left: 15px;
  top: 15px;
  position: absolute;
}
.cart_list .title {
  width: 25%;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.cart_list .title a {
  display: block;
  overflow: hidden;
  max-height: 36px;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05em;
}
.cart_list .title span {
  font-size: 11px;
  color: #1a1a1a;
  font-size: 0.93333em;
  font-weight: 400;
}
.cart_list .title img {
  width: 15px;
  height: 15px;
}
.cart_list .money,
.cart_list .num {
  font-size: 14px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25%;
  text-align: center;
  vertical-align: middle;
}
.cart_list .money label {
  font-weight: 400;
  width: 70px;
  font-size: 12px;
  margin: 0;
  color: #666;
}
.cart_list .money strong {
  font-weight: 400;
}
.cart_list .remove {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  text-align: center;
  font-size: 12px;
  padding: 15px;
  color: red;
  font-size: 18px;
}
.cart_list .remove .glyphicon {
  color: inherit;
}
.cart_list .remove a {
  display: block;
  color: inherit;
}
.cart_list .cart_td_qty {
  margin: 0 auto;
}
.cart_list .cart_total {
  padding: 30px 0;
  font-size: 14px;
}
.cart_list .cart_total > span {
  display: block;
  margin-bottom: 20px;
}
.cart_list .cart_total > span #totalprice {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .cart_list .cart_th {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .cart_list {
    border: none;
  }
  .cart_list li {
    margin-bottom: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .cart_list li .title a {
    line-height: 20px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #694545;
  }
  .cart_list li {
    padding: 46px 0 45px 110px;
    line-height: inherit;
  }
  .cart_list li .title {
    display: block;
    width: auto;
  }
  .cart_list li .remove {
    left: 0;
    right: 0;
    width: 100%;
    height: 31px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    padding: 0;
    background-color: #fff;
  }
  .cart_list li .remove a {
    float: right;
    width: 30px;
  }
  .cart_list li .remove:hover {
    background-color: #fff;
    color: red;
  }
  .cart_list li .remove a:hover {
    background-color: red;
    color: #fff;
  }
  .cart_list li .money,
  .cart_list li .num {
    display: block;
    width: auto;
    text-align: left;
  }
  .cart_list li .cart_td_qty {
    margin: 0;
  }
  .cart_list li .img {
    top: 46px;
  }
  .cart_list li .num {
    position: absolute;
    bottom: 10px;
  }
}
img[data-sizes="auto"] {
  display: block;
  width: 100% !important;
  object-fit: contain;
}
.tb_wholesale span {
  display: inline-block;
  margin-right: -10px;
  margin-bottom: -1px;
  text-align: left;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0 20px;
  line-height: 22px;
  font-size: 12px;
  min-width: 110px;
}
.productreview_box .products_img {
  padding-bottom: unset !important;
}
.homeBlogModel-li-content {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_custom_design .title,
.home_custom_design h2,
.home_custom_design h4 {
  margin: 0;
  font-size: 36px;
  color: #1f1f1f;
  font-family: AccordAlternate-Light;
  text-align: center;
  margin-bottom: 60px;
}
testimonials_modal testimonials_modal-a h2 {
  margin-bottom: 36px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5.5px;
  font-size: 44px;
  font-family: Oswald-Light;
  line-height: 50px;
}
.home_custom_design .title a,
.home_custom_design h2 a,
.home_custom_design h4 a {
  text-decoration: none;
}
.all_transition {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.modal_play {
  position: relative;
  overflow: hidden;
}
.modal_play .hd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6%;
  text-align: center;
  z-index: 1;
  font-size: 0;
}
.modal_play .hd ul,
.modal_play .hd ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.modal_play .hd ul li {
  position: relative;
  width: 18px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  margin: 0 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal_play .hd ul li:before {
  content: " ";
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.modal_play .hd ul li.on:before {
  background-color: #fff;
}
.modal_play .bd,
.modal_play .bd li {
  width: 100%;
  position: relative;
  z-index: 0;
}
.modal_play .bd li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  text-align: center;
}
.modal_play .bd li img {
  width: 100%;
  height: auto;
}
.modal_play .bd li img[_src] {
  display: none;
}
.modal_play li .container {
  position: relative;
}
.modal_play li .text-content {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 0 15px;
  padding-bottom: 45px;
  opacity: 0;
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  transition: all 0.3s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  transition-delay: 0.3s;
}
.modal_play li.on .text-content {
  opacity: 1;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal_play li .text-content h4 {
  margin: 0;
  background-color: #006eff;
  color: #fff;
  height: 71px;
  line-height: 71px;
  font-size: 3.75em;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
}
.modal_play li .text-content .li_next,
.modal_play li .text-content .li_prev,
.modal_play li .text-content p {
  height: 43px;
  position: absolute;
  bottom: 0;
  color: #fff;
  background-color: #030303;
  margin: 0;
  line-height: 43px;
  text-align: center;
  padding: 0 10px;
}
.modal_play li .text-content .li_next,
.modal_play li .text-content .li_prev {
  width: 43px;
  cursor: pointer;
  font-size: 16px;
}
.modal_play li .text-content .li_next {
  margin-left: 43px;
}
.modal_play li .text-content .li_next:hover,
.modal_play li .text-content .li_prev:hover {
  background-color: #171717;
}
.modal_play li .text-content p {
  margin-left: 87px;
  font-size: 1.25em;
}
@media (max-width: 767px) {
  .play_imglist > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .modal_play li.on .text-content {
    bottom: 20px;
  }
}
.gallery_jigsaw_imgmodal {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.gallery_jigsaw_imgmodal > .bttrlazyloading-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent !important;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery_jigsaw_imgmodal > .bttrlazyloading-wrapper .bttrlazyloading-clone {
  height: 12px !important;
  width: 100% !important;
}
.gallery_jigsaw_imgmodal > .bttrlazyloading-wrapper:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.gallery_jigsaw_b {
  position: relative;
  padding: 45px 0 65px;
  overflow: hidden;
}
.gallery_jigsaw_b .container .row {
  margin-left: 0;
  margin-right: 0;
}
.gallery_jigsaw_b .btn-group-justified .btn-group {
  padding: 0;
  text-align: center;
}
.gallery_jigsaw_b.padding-5 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.gallery_jigsaw_b.padding-5 .row .btn-group-justified .btn-group {
  padding: 0 5px;
}
.gallery_jigsaw_b.padding-10 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.gallery_jigsaw_b.padding-10 .btn-group-justified .btn-group {
  padding: 0 10px;
}
.gallery_jigsaw_b .btn_group_modal {
  display: block;
  position: relative;
  overflow: hidden;
}
.gallery_jigsaw_b .btn_group_modal .btn_group_modal_overlay {
  position: absolute;
  bottom: 15%;
  margin-top: 100%;
  left: 0;
  right: 0;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gallery_jigsaw_b .btn_group_modal .btn_group_modal_overlay .btn {
  overflow: hidden;
  font-size: 0;
  margin: 0 auto;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-width: 0;
  width: auto;
}
.gallery_jigsaw_b .btn_group_modal:hover .btn_group_modal_overlay .btn {
  font-size: 14px;
  padding: 6px 12px;
  margin-top: 10px;
  border-width: 1px;
}
.gallery_jigsaw_b .btn_group_modal .products_title {
  word-wrap: break-word;
}
.gallery_jigsaw_b .btn_group_modal .products_title a {
  font-size: 30px;
  color: #fff;
  font-family: AccordAlternate-Light;
}
.gallery_jigsaw {
  position: relative;
  padding: 20px 0;
}
.gallery_jigsaw .title {
  margin-bottom: 20px;
  text-align: center;
}
.gallery_jigsaw ul {
  font-size: 0;
  margin: 0 -0.5px;
  position: relative;
}
.gallery_jigsaw ul li {
  float: left;
  vertical-align: top;
  position: relative;
  width: 20%;
  text-align: center;
  background-color: #fafbfc;
}
.gallery_jigsaw ul li[data-index="1"] {
  width: 40%;
}
.gallery_jigsaw ul li a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.gallery_jigsaw ul li a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin: auto;
}
.gallery_jigsaw ul li a:before {
  content: " ";
  position: absolute;
  border: 1px solid #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: -1px;
}
.imagewithtext-a {
  position: relative;
  text-align: center;
}
.imagewithtext-a .btn-group-justified .btn-group {
  padding: 15px;
  word-wrap: break-word;
}
.imagewithtext-a .btn-group-justified .btn-group > p {
  margin: 0;
}
.imagewithtext-a .btn-group-justified h4 {
  margin: 0;
  padding: 10px 0;
  text-align: inherit;
}
.imagewithtext-a > .container {
  padding: 0;
}
@media (max-width: 767px) {
  .imagewithtext-a .btn-group-justified {
    display: block;
    width: 100%;
  }
  .imagewithtext-a .btn-group-justified .btn-group {
    padding: 7.5px 15px;
    width: 100%;
    display: block;
    text-align: center;
  }
}
.custom_products {
  position: relative;
  padding: 0;
}
[data-tag="productwindow-a"]
  .custom_products
  .custom_products_ul[data-index="6"]
  li {
  width: 16.6666666%;
}
[data-tag="productwindow-a"]
  .custom_products
  .custom_products_ul[data-index="4"]
  li {
  width: 25%;
}
.custom_products h4 {
  margin: 0 0 20px;
}
.custom_products li.categoryimg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: left;
  border: none;
}
.custom_products li.categoryimg:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
  transition: opacity 0.2s ease;
}
.custom_products li.categoryimg:hover:after {
  opacity: 0.6;
}
.custom_products li.categoryimg > a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
.custom_products li.categoryimg .category_title {
  position: absolute;
  bottom: 30px;
  max-width: 100%;
  left: 0;
  background-color: #006eff;
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  padding: 2px 10px;
  word-wrap: break-word;
}
.custom_products li .products_imgs {
  position: relative;
  display: block;
  padding-bottom: 100%;
  text-align: center;
}
.custom_products li .products_imgs a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.custom_products li .products_imgs a img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: #fff;
}
@media (max-width: 991px) {
  [data-tag="productwindow-a"]
    .custom_products
    .custom_products_ul[data-index="6"]
    li {
    width: 33.33333333%;
  }
  [data-tag="productwindow-a"]
    .custom_products
    .custom_products_ul[data-index="4"]
    li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  [data-tag="productwindow-a"]
    .custom_products
    .custom_products_ul[data-index="6"]
    li {
    width: 50%;
  }
  [data-tag="productwindow-a"]
    .custom_products
    .custom_products_ul[data-index="4"]
    li {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .custom_products li.categoryimg .category_title {
    font-size: 20px;
  }
}
@media (min-width: 767px) {
  .products_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.06);
    transition: all 0.15s ease-in;
    opacity: 0;
    text-align: center;
  }
  .products_overlay .products_overlay_btn {
    position: absolute;
    background-color: #006eff;
    color: #fff;
    top: 50%;
    -ms-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    transition: all 0.15s ease-in;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.15em;
    font-size: 13px;
    text-decoration: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 160px;
  }
  .products_overlay .products_overlay_btn:hover {
    background-color: #0058cc;
  }
  .products_overlay:hover .products_overlay_btn {
    -ms-transform: translateY(-85%);
    -webkit-transform: translateY(-85%);
    transform: translateY(-85%);
  }
  div:hover > .products_overlay,
  li:hover > .products_overlay {
    opacity: 1;
  }
  div:hover > .products_overlay .products_overlay_btn,
  li:hover > .products_overlay .products_overlay_btn {
    top: 45%;
  }
}
.play_products_modal {
  position: relative;
  padding: 40px 0;
  padding-top: 80px;
}
.play_products_modal .bd {
  display: none;
}
.play_products_modal .tempWrap .bd {
  display: block;
}
.play_products_modal .bd li {
  position: relative;
  width: 16.6666%;
  float: left;
  vertical-align: top;
  padding: 0 15px;
  text-align: center;
}
.play_products_modal .bd ul[data-index="4"] li {
  width: 25%;
}
.play_products_modal .bd li .products_imgs {
  display: block;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.play_products_modal .bd li .products_imgs a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.play_products_modal .bd li .products_imgs a img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.play_products_modal .next,
.play_products_modal .prev {
  z-index: 3;
  color: #000;
  height: 35px;
  line-height: 35px;
  width: 35px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #bbb;
  color: #bbb;
  margin: 0 5px;
}
.click_cut {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .play_products_modal .bd li {
    width: 33.3333%;
  }
  .play_products_modal .bd ul[data-index="4"] li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .play_products_modal {
    margin: 0;
  }
  .play_products_modal .bd li,
  .play_products_modal .bd ul[data-index="4"] li {
    width: 50%;
  }
  .play_products_modal .next,
  .play_products_modal .prev {
    display: none;
  }
}
.section .col-md-12 .container,
.section .col-md-9 .container {
  width: auto;
  padding: 0;
}
@media (max-width: 767px) {
  .section .col-md-12 .play_imglist .container,
  .section .col-md-9 .play_imglist .container {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.singleimage_modal {
  position: relative;
}
.singleimage_modal img {
  font-size: 30px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .singleimage_modal img {
    font-size: 20px;
  }
}
.productwindow_list {
  position: relative;
}
.productwindow_list .custom_products_ul[data-index="6"] li {
  width: 16.6666%;
}
.productwindow_list .custom_products_ul[data-index="4"] li {
  width: 25%;
}
@media (max-width: 991px) {
  .productwindow_list .custom_products_ul[data-index="6"] li {
    width: 16.6666%;
  }
  .productwindow_list .custom_products_ul[data-index="4"] li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .productwindow_list .custom_products_ul[data-index="4"] li,
  .productwindow_list .custom_products_ul[data-index="6"] li {
    width: 25%;
  }
  .play_products_modal .bd li {
    margin-bottom: 20px;
  }
}
.testimonials_modal {
  position: relative;
}
.testimonials_modal.testimonials_modal-a {
  padding-top: 85px;
}
.testimonials_modal.testimonials_modal-a .container {
  padding-left: 0;
  padding-right: 0;
}
.testimonials_modal.testimonials_modal-a h2 {
  margin-bottom: 36px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5.5px;
  font-size: 44px;
  font-family: Oswald-Light;
  line-height: 50px;
}
.testimonials_modal .jumbotron {
  background: 0 0;
  padding: 30px 0;
}
.testimonials_modal h4 {
  margin-bottom: 30px;
}
.testimonials_modal p {
  color: #030303;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.5px;
}
.testimonials_modal .jumbotron > span {
  font-size: 16px;
  color: #676767;
}
.videos_modal {
  position: relative;
}
.videos_modal video {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0;
  vertical-align: middle;
}
.videos_modal svg {
  fill: #fff;
}
.videos_modal .btn-group {
  position: relative;
}
.videos_modal .btn-group a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.videos_modal.padding-5 .btn-group a {
  left: 5px;
  right: 5px;
}
.videos_modal.padding-10 .btn-group a {
  left: 10px;
  right: 10px;
}
.videos_modal .btn-group a svg {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.videos_modal .btn-group .icon-pause,
.videos_modal .btn-group.on .icon-play,
.videos_modal .btn-group.pause .icon-play {
  display: none;
}
.videos_modal .btn-group.pause .icon-pause {
  display: block;
}
.videos_modal .btn-group.on a {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}
.videos_modal .btn-group.pause a {
  background-color: rgba(0, 0, 0, 0.8);
}
.videos_modal iframe {
  height: 232px;
}
.videos_modal .video-list-modal {
  position: relative;
  width: 100%;
  padding-bottom: 57%;
  margin: 0 auto;
  max-width: 560px;
}
.videos_modal .video-list-modal iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.videos_modal .btn-group-justified[data-length="1"] {
  margin: 0 auto;
  max-width: 560px;
}
.videos_modal .btn-group-justified[data-length="2"] {
  margin: 0 auto;
  max-width: 1120px;
}
@media (max-width: 991px) {
  .videos_modal iframe {
    height: 150px;
  }
  .videos_modal .video-list-modal iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
}
.wide_screen .title {
  padding-top: 20px;
}
.wide_screen li {
  padding: 0;
  position: relative;
  vertical-align: top;
  overflow: hidden;
}
.wide_screen li:nth-child(4n + 1) {
  clear: both;
}
.wide_screen .products_prompt {
  position: absolute;
  right: -86px;
  top: -29px;
  left: inherit;
  height: auto;
  line-height: inherit;
  background: #dac08e;
  color: #fff;
  padding: 50px 0 10px;
  width: 200px;
  text-align: center;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: 3;
}
.wide_screen .products_prompt span {
  font-size: 11px;
}
.wide_screen .products_bg {
  margin: 10px 15px 30px;
  height: 45px;
}
.wide_screen .products_img {
  height: inherit !important;
  padding: 0;
  position: relative;
  display: block;
  text-align: center;
}
.wide_screen .products_img .bttrlazyloading-wrapper {
  position: relative;
  left: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
  min-height: 100px;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff !important;
}
.wide_screen .products_img img {
  position: relative;
}
.wide_screen .products_title {
  font-size: 15px;
  margin: 0;
  height: inherit;
  max-height: 24px;
  line-height: 24px;
}
.wide_screen .products_title a {
  max-height: 24px;
  margin: 0;
  display: inline-block;
  line-height: 24px;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05em;
  color: #1a1a1a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 992px) {
  .wide_screen li .products_img a:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 1;
  }
  .wide_screen li:hover .products_img a:before {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .wide_screen li:hover .products_bg {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 50%;
  }
  .wide_screen .products_bg {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 20px;
    top: 52%;
    height: auto;
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .wide_screen .products_title {
    max-height: 48px;
    line-height: 48px;
  }
  .wide_screen .products_title a {
    font-size: 1.33333em;
    max-height: 48px;
  }
}
@media (max-width: 991px) {
  .wide_screen .products_title a {
    display: block;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .wide_screen li:nth-child(2n + 1) {
    clear: both;
  }
  .play_products_modal .bd li {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .gallery_jigsaw,
  .gallery_jigsaw_b {
    padding: 0;
  }
  .home_custom_design .title,
  .home_custom_design h2,
  .home_custom_design h4 {
    margin: 0;
    margin-bottom: 15px;
  }
  .click_cut {
    margin-top: 10px;
  }
  .play_products_modal .click_cut .next,
  .play_products_modal .click_cut .prev {
    display: inline-block;
  }
}
.blogsHomePart {
  padding-top: 15px;
  padding-bottom: 15px;
}
.homeBlogModel {
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}
.homeBlogModel .homeBlogModel-li {
  float: left;
  width: 100%;
  padding: 0 5px 15px;
  text-align: left;
}
.homeBlogModel .homeBlogModel-li-img {
  position: relative;
  background-color: #ececec;
  padding-bottom: 60%;
  overflow: hidden;
}
.homeBlogModel .homeBlogModel-li-img a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homeBlogModel .homeBlogModel-li-img:hover a {
  transform: scale(1.1);
}
.homeBlogModel .homeBlogModel-li-tags {
  line-height: 20px;
  margin-top: 5px;
}
.homeBlogModel .homeBlogModel-li-title {
  margin: 5px 0;
  font-size: 22px;
}
.homeBlogModel .homeBlogModel-li-title a:hover {
  text-decoration: underline;
}
.homeBlogModel .homeBlogModel-li-type {
  color: #aaa;
}
.homeBlogModel .homeBlogModel-li-type a {
  color: #999;
  text-decoration: underline;
}
.homeBlogModel .homeBlogModel-li-content {
  font-size: 16px;
  line-height: 28px;
  color: #888;
}
@media (min-width: 768px) {
  .homeBlogModel[data-row="1"] .homeBlogModel-li {
    padding-left: 355px;
    min-height: 215px;
  }
  .homeBlogModel[data-row="1"] .homeBlogModel-li-img {
    position: absolute;
    left: 5px;
    width: 335px;
    padding: 0;
    height: 200px;
  }
  .homeBlogModel[data-row="1"] .homeBlogModel-li:nth-child(1n + 1),
  .homeBlogModel[data-row="2"] .homeBlogModel-li:nth-child(2n + 1),
  .homeBlogModel[data-row="3"] .homeBlogModel-li:nth-child(3n + 1),
  .homeBlogModel[data-row="4"] .homeBlogModel-li:nth-child(4n + 1) {
    clear: both;
  }
  .homeBlogModel[data-row="2"] .homeBlogModel-li {
    width: 50%;
  }
  .homeBlogModel[data-row="3"] .homeBlogModel-li {
    width: 33.33333%;
  }
  .homeBlogModel[data-row="4"] .homeBlogModel-li {
    width: 25%;
  }
}
.hiden_contact_us_wanquanyun {
  display: none !important;
}
@font-face {
  font-family: iconfont;
  src: url(iconfont.eot?t=1600744294290);
  src: url(iconfont.eot?t=1600744294290#iefix) format("embedded-opentype"),
    url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAALYAAsAAAAABoQAAAKJAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcAqBDIESATYCJAMICwYABCAFhG0HMRu5BciemjwpUqGAYmP9v8Q3CD6DeHi6H/25M7OZFJEYyZFUtrT+dT9GCUSBtlDy0hd4/7fW/p7a67zBmkoSk7Yys6I3N6hHoiexRDpKghAhNKIJOOQOFlDzBPWi5fKIhE/cO/0T6IOMendpl+NeNNakSV2AcSAFuBdGUaJFEnnD2AUu4T6BRgOKcPvtvaMQUFjLAnGnyjwEchFFYfl6obZmbxGv1ahPT9ID8Cr8fvxXEQGSmsxqOrptk6DxIdtF7vtqHS59QpSADtcgYw4oxFlt5oBbMM6tMeMxAvZVHzy4/yvfLfbqEOyvs2qbQR9U3pPKVd+qfAKF8cwAy6PeT+70pZZCT7/lcJE3H6DcfyyMXn/mpsfh6DY8nt3YbV2nX6oi99847+PvtRXp/5uC/3w7mZhLnTWX+AplEp8/fxzEGX0/aI+59Cv/L30t/Y9eDH4HGgEq87B7AjgET6afvcn6a324gH/7zwkIVRbo5wP1O/cGP0nVs6/oGsuViqqqLSQz3CdvadSIChzo9DzW2nNHhVCv5758dfpTZPXGyMLOoUaTNdSqt4VGszoON+lCuUVpwIwdgNDuDkmr78jaPZKFfUKNXi+o1R5uNLqIrjObTIQa2qOYZ1hCwgJSRdsijoeFovphLM8YPM1qQn4c04waR+UlZcV8B7YwnWNDZlauYIwgQm0TtYPHsGHYyKG2hkVWojDmNJSWkroXlYi2CSF7KIzHYBJEsABRiWwW4g9nQqXPD8NkMww82tJTUxyHURnq5Ei5EmU9yA6j1avnXp7JmCWrwDAEQlA2E9IOZmEGgw1x6mdpMBFTQhmRcjQotQeRvsaS9c3m1x2BRpYthT01q3uELU3lLQAAAAA=")
      format("woff2"),
    url(iconfont.woff?t=1600744294290) format("woff"),
    url(iconfont.ttf?t=1600744294290) format("truetype"),
    url(iconfont.svg?t=1600744294290#iconfont) format("svg");
}
.iconfont {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 700;
}
.icon-wenjian:before {
  content: "\e503";
  font-size: 75px;
  line-height: 80px;
}
.imgShow {
  position: relative;
  text-align: center;
}
.div_product {
  margin-bottom: 20px;
}
.title {
  color: #555;
  font-weight: 600;
  font-size: 20px;
}
.product {
  padding: 12px 0 15px 0;
  border: 3px solid #111;
  position: relative;
  margin: 0;
  padding: 15px 10px;
  border-top-width: 30px;
}
.delete_this {
  position: absolute;
  right: 14px;
  top: 10px;
  z-index: 1;
  line-height: 15px;
  font-size: 36px;
}
.div_img {
  display: inline-block;
}
.div_img img {
  width: 120px;
  border: 1px solid #bbb;
}
.div_title {
  display: inline-block;
  vertical-align: top;
  background: #e6e6e6;
  padding: 15px;
  border-radius: 5px;
  width: 100%;
}
.pro_name {
  color: #3476b0;
  font-weight: 600;
}
.div_message {
  margin-top: 15px;
  margin-bottom: 15px;
}
.message label {
  font-weight: 400;
  font-size: 16px;
  width: 120px;
}
.message textarea {
  vertical-align: top;
  width: 100%;
  display: inline-block;
}
.col-red {
  color: red;
}
.title div {
  display: inline-block;
}
.title div:nth-child(2) {
  font-weight: 100;
  font-size: 12px;
  float: right;
}
.Informations {
  border-top: 1px solid #e9e9e9;
  padding-top: 20px;
}
.Information label,
.pro_Info label {
  font-size: 16px;
  font-weight: 400;
  max-width: 120px;
  min-width: 120px;
  vertical-align: top;
  margin-bottom: 5px;
  display: block;
}
.Information #vcode {
  height: 40px;
}
.Information div {
/*  display: inline-block;*/
  width: 100%;
}
.Information div input,
.Information div select,
.Information div textarea {
  width: 100%;
  height: 40px;
}
.Quantity input {
  width: 55px;
  margin-right: 0;
  display: inline-block;
  height: 36px;
  position: relative;
  top: 1px;
}
.Quantity .btn-group {
  display: inline-block !important;
  width: 50% !important;
}
.add,
.minus {
  width: 34px;
  text-align: center;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: top;
  padding: 5.5px 12px;
  border-radius: 4px;
  background: #bbb;
  cursor: pointer;
}
.container_s {
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.add:hover,
.minus:hover {
  background: #666;
}
.Purchase input {
  width: 200px;
  display: inline-block;
}
.pro_Info {
  padding-top: 5px;
}
.pro_Info div {
  display: inline-block;
  width: 85%;
}
.dropzone {
  min-height: 100px !important;
  padding: 0 !important;
  border: none !important;
}
.dropzone .dz-preview {
  min-height: 100px !important;
  float: left;
  margin: 0 10px 0 0 !important;
  border: 1px solid #ccc;
}
.dropzone.dz-started .dz-message {
  display: inline-block !important;
}
.dropzone .dz-preview .dz-image {
  width: 80px !important;
  height: 80px !important;
  border-radius: 0 !important;
}
.dropzone .dz-preview .dz-details {
  padding: 0 !important;
}
.jia {
  display: inline-block;
  font-size: 46px;
  padding: 15px 35px;
  border: 1px dashed #ccc;
  cursor: pointer;
}
.boxs {
  padding-top: 10px;
}
.boxs:hover {
  background: #f3f3f3;
}
.dropzone .dz-message {
  margin: 0 !important;
}
.hint {
  color: #e40;
}
.filedropzone:hover {
  background: #f3f3f3;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  top: 70px;
}
.folder_click_checked {
  width: 150px !important;
}
.fileName {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  word-break: break-word;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fileType {
  position: absolute;
  top: 32px;
  left: 34%;
  font-size: 12px;
}
.remove_file {
  text-decoration: underline;
  color: #2a63ac;
  float: right;
  cursor: pointer;
}
.remove_file:hover {
  color: #274368;
}
@media (max-width: 992px) {
  .div_img img,
  .div_title,
  .message textarea,
  .pro_Info div {
    width: 100%;
  }
}
.no_inquiry_list {
  text-align: center;
  padding: 30px 0;
}
.no_inquiry_list p {
  font-size: 20px;
  margin-top: 30px;
}
.header_cart .inqcount {
  position: absolute;
  top: 0;
  left: 38px;
  color: #fff;
  width: 21px;
  height: 21px;
  line-height: 21px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  background: 0 0;
}
.mob_cart_icon .inqcount {
  position: absolute;
  top: -1px;
  left: 88px;
  color: #fff;
  width: 21px;
  height: 21px;
  line-height: 21px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  background: 0 0;
}
.inqcount {
  color: #333;
  display: inline-block;
  line-height: 34px;
  font-size: 11px;
  letter-spacing: 0.3px;
  background: red;
  height: 13px;
  width: 12px;
  font-size: 0;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 13px;
}
.inquiry_model .modal_close {
  width: 300px;
  right: 0;
  margin-right: -300px;
}
.pc_inquiry_list > ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 110px;
  overflow: inherit;
  overflow-y: auto;
}
.pc_inquiry_list .pc_cart_foot {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 110px;
  padding: 10px 15px;
  color: #1a1a1a;
}
.text-center.submit_btn .btn {
  padding: 0 30px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 400;
}
.form-control-label,
.use-span {
  font-size: 16px;
  font-weight: 400;
  font-family: HelveticaLTStd-Light, Arial;
  text-transform: capitalize;
  color: #333;
}
.inquiry-page .form-control {
  height: 42px;
}
.Information.col-md-12 {
  display: flex;
  flex-direction: column;
}
.inquiry-btn-box {
  text-align: left;
}
.Information.col-md-12 {
  padding-left: 15px;
}
.inquiry-btn-box span {
  margin-top: 20px;
  width: 160px;
  height: 50px !important;
  line-height: 50px !important;
  padding: 0 !important;
  border-radius: 5px;
}
div.product {
  border: unset;
}
div.div_title {
  background: unset;
}
.div_img img {
  width: 100px;
  border: 1px solid #ddd;
  padding: 10px;
}
.mod_pro_name {
  float: right;
  padding: 0 10px;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.div_img input[type="number"] {
  text-align: center;
}
.add,
.minus {
  background: unset;
}
.Quantity {
  padding-top: 10px;
}
.Quantity .form-control {
  height: 32px;
}
.div_title {
  padding: 0;
}
.Purchase.Estimated1 {
  margin-top: 15px;
}
.Purchase.Estimated1 label {
  display: flex;
}
div#upload_div p {
  font-size: 16px;
  font-weight: 400;
  font-family: HelveticaLTStd-Light, Arial;
  text-transform: capitalize;
  color: #333;
}
.dropzone1.col-md-12.customeitems {
  padding: 0;
}
div.product {
  border: unset;
  border-bottom: 1px solid #ddd;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 15px;
}
.add:hover,
.minus:hover {
  background: rgba(0, 0, 0, 0.1);
}
.Quantity input {
  text-align: center;
}
.inquiry-btn {
  text-align: left;
  margin-bottom: 10px;
}
.inquiry-btn .btn {
  width: 160px;
}
.form-group.inquiry-page.col-md-6:first-child {
  width: 100%;
}
.Information.col-md-6:first-child {
  width: 100%;
}
.Information.col-md-6 {
  margin-bottom: 15px;
}
@media screen and (max-width: 410px) {
  .mod_pro_name {
    float: revert;
    padding: 0;
    margin-top: 10px;
  }
}
.dropdown-menu span.state_icon {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
span.caret {
  position: relative;
  top: -1px;
}
.currencies:hover .dropdown-menu,
.user_account:hover .dropdown-menu {
  display: block;
}
ul.dropdown-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: none;
}
.dropdown-menu > li > a {
  line-height: 32px;
  color: #333;
  white-space: nowrap;
  font-size: 16px;
  line-height: 32px;
  font-size: 16px;
}
.search_box .search_submit {
  width: 1280px;
  height: 80px;
  line-height: 80px;
  margin: 10px auto 0;
  border-bottom: 1px solid #e3e3e3;
}
.search_box .search_submit .form-control {
  width: calc(100% - 154px);
  border: none;
  text-align: center;
  height: 100%;
  line-height: 80px;
  font-size: 15px;
  color: #909090;
  box-shadow: none;
}
.search_box .search_submit .go_search {
  width: 100px;
  height: 42px;
  line-height: 42px;
  margin-top: 24px;
  margin-right: 4px;
  border: 1px solid #000;
  background: #fff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 4px;
}
.gallery_jigsaw_b .btn_group_modal:hover .gallery_jigsaw_imgmodal img {
  -webkit-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#index-about {
  padding: 58px 0;
  background: #f5f5f5;
}
.introduction_item_img {
  width: 46%;
  float: right;
}
.introduction_item_text {
  float: left;
  width: 45%;
}
.introduction_item_text .introduction_text_title span {
  font-size: 36px;
  color: #2e2e2e;
  font-family: AccordAlternate-Light;
  margin-bottom: 20px;
  display: inline-block;
  line-height: initial;
}
.introduction_item_text .introduction_text_content {
  font-size: 16px;
  color: #555;
  line-height: 180%;
  text-align: left;
}
.introduction_item_text .btn_more {
  font-size: 13px;
  color: #242424;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #bdbab7;
  max-width: 167px;
  width: 100%;
  line-height: 39px;
  margin-top: 30px;
  display: inline-block;
  text-align: center;
}
.gallery_jigsaw_c {
  padding: 40px 0 60px;
}
.gallery_jigsaw_c .btn-group-justified {
  display: block;
}
.gallery_jigsaw_c .btn-group-justified .btn-group {
  display: inline-block;
  width: 20%;
  float: left;
}
@media (max-width: 1440px) {
  .search_box {
    width: 96%;
    margin: 0 auto;
  }
  .search_box .search_submit {
    width: 90%;
  }
}
@media (max-width: 1280px) {
  .search_box .search_submit {
    height: 70px;
  }
}
@media (max-width: 991px) {
  .introduction_item_img {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .introduction_item_text {
    float: none;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .gallery_jigsaw_b .btn-group-justified .btn-group {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  .gallery_jigsaw_c .btn-group-justified .btn-group {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .introduction_item_text .btn_more {
    max-width: 100%;
    margin-top: 15px;
  }
  .introduction_item_text .introduction_text_title span {
    font-size: 28px;
  }
}
ul.nav_thir {
  position: absolute;
  right: 0;
  top: 0;
  left: 260px;
  width: 260px;
  background: #fff;
  display: none;
}
li.nav_second_list.more:hover ul {
  display: block;
}
@font-face {
  font-family: Oswald-Light;
  src: url(../fonts/font.woff2) format("woff2"),
    url(../fonts/font.woff) format("woff"),
    url(../fonts/font.eot) format("embedded-opentype"),
    url(../fonts/font.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.product_btn {
  font-family: Lato-Regular;
  font-weight: lighter;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  width: 250px;
  height: 54px;
  border: solid 1px #000;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 54px;
  transition: all 0.3s;
  margin-top: 55px;
}
.product_btn:hover {
  border-color: #999;
  background: unset;
  color: #999;
}
.gallery_jigsaw_d {
  overflow: hidden;
  display: flex;
  margin-bottom: 120px;
  justify-content: space-between;
  font-family: Lato-Regular;
  font-weight: lighter;
}
.gallery_jigsaw_d .btn-group-justified .btn-group {
  padding: 0;
  text-align: center;
  margin-right: 2.5%;
  width: 31.66666%;
  float: left;
}
.gallery_jigsaw_d .btn-group-justified .btn-group:nth-child(3n) {
  margin-right: 0;
}
.product_item_text {
  box-sizing: border-box;
  padding: 46px 20px 63px 20px;
}
.product_item_text .product_item_content {
  overflow: hidden;
  height: 112px;
  color: #595959;
  font-size: 15px;
  font-family: Lato-Light;
  line-height: 28px;
  text-align: left;
}
.product_item_text .product_item_title {
  overflow: hidden;
  margin-bottom: 28px;
  font-size: 26px;
  font-family: Oswald-Light;
  line-height: 30px;
  height: 30px;
  color: #000;
  text-align: left;
}
.gallery_jigsaw_b.container.gallery_jigsaw_d .btn_group_modal {
  background: #fafafa;
}
div[data-index="1"] .product_item_text {
  padding-left: 35px;
}
#case {
  background: #fafafa;
  padding-bottom: 120px;
}
#case .index_wrapper_1200 {
  box-sizing: border-box;
  padding-top: 115px;
  padding-right: 15px;
  padding-bottom: 92px;
  padding-left: 15px;
}
#case .case_list {
  display: flex;
}
#case .case_title {
  margin-bottom: 36px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5.5px;
  font-size: 44px;
  font-family: Oswald-Light;
  line-height: 50px;
}
#case .case_content {
  color: #000;
  text-align: center;
  font-weight: lighter;
  font-size: 21px;
  font-family: Lato-Light;
  line-height: 36px;
}
#case .case_list .case_item {
  width: 100%;
  display: flex;
}
#case .case_list .case_item a {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
}
#case .case_list .case_item a img {
  display: block;
  transition: all 0.3s;
}
.index_wrapper_1200 {
  overflow: hidden;
  margin: 0 auto;
  width: 1200px;
}
#info {
  height: auto;
  background: url(../images/info_bg.jpg) no-repeat center bottom;
  background-color: #fafafa;
}
#info .info_box {
  padding-bottom: 14.6875vw;
}
#info .info_text {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 115px;
  padding-bottom: 120px;
  background: #fff;
}
#info .info_text .info_text_title {
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5.5px;
  font-size: 44px;
  font-family: Oswald-Light;
  line-height: 50px;
}
#info .info_text .info_list .info_item {
  display: flex;
  margin-top: 60px;
}
#info .info_text .info_list .info_item .info_item_left {
  display: flex;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 9px;
  padding-left: 90px;
  flex: 0 0 25%;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-right: 3px;
}
#info .info_text .info_list .info_item .info_item_left .info_item_title {
  display: block;
  overflow: hidden;
  margin-bottom: 12px;
  width: 100%;
  max-height: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 26px;
  font-family: Oswald-Light;
  line-height: 30px;
}
#info .info_text .info_list .info_item .info_item_left .info_item_date {
  display: block;
  width: 100%;
  color: #595959;
  font-size: 16px;
  line-height: 28px;
  font-family: Lato-Regular;
  font-weight: lighter;
}
#info .info_text .info_list .info_item .info_item_center {
  overflow: hidden;
  height: 84px;
  color: #595959;
  font-size: 16px;
  line-height: 28px;
  flex: 1 1 50%;
  overflow: hidden;
  font-family: Lato-Regular;
  font-weight: lighter;
}
#info .info_text .info_list .info_item .info_item_right {
  display: flex;
  padding: 0 14px;
  flex: 0 0 25%;
  justify-content: center;
  align-items: center;
  font-family: Lato-Light;
}
#info .info_text .info_list .info_item .info_item_right a {
  display: block;
  box-sizing: border-box;
  width: 155px;
  height: 54px;
  border: solid 1px #999;
  color: #999;
  text-align: center;
  font-size: 16px;
  line-height: 54px;
  transition: all 0.3s;
  overflow: hidden;
  font-family: Lato-Regular;
  font-weight: lighter;
}
#info .info_text .info_list .info_item .info_item_right a:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
@media (min-width: 991px) {
  .index_wrapper_1200 {
    width: 1200px !important;
  }
}
@media (max-width: 991px) {
  .testimonials_modal .jumbotron {
    padding: 4vw;
  }
}
@media (max-width: 768px) {
  .testimonials_modal .jumbotron {
    padding-top: 11.73333vw;
  }
  .testimonials_modal.testimonials_modal-a {
    padding-top: 5px;
  }
  .testimonials_modal.testimonials_modal-a h2 {
    font-size: 21px;
    margin-bottom: 3.73333vw;
    color: #000;
    letter-spacing: 2.5px;
    font-size: 21px;
    line-height: 30px;
  }
  div.testimonials_modal p {
    font-size: 14px;
    color: #333;
    font-size: 14px;
    line-height: 22px;
  }
  .product_btn {
    font-size: 14px;
    margin-top: 6.6vw;
  }
  .gallery_jigsaw_d .btn-group {
    width: 100% !important;
  }
  div[data-tag="gallery-jigsaw-d"] {
    padding: 0 16.56px;
  }
}
@media screen and (max-width: 768px) {
  #product .index_wrapper_1200 {
    padding-top: 11.73333vw;
  }
  #product .product_title {
    margin-bottom: 3.73333vw;
    color: #000;
    letter-spacing: 2.5px;
    font-size: 21px;
    line-height: 30px;
  }
  #product .product_content {
    color: #333;
    font-size: 14px;
    line-height: 22px;
  }
  #product .product_btn {
    margin-top: 6.66666vw;
  }
  #product .product_btn a {
    width: 160px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }
  #product .product_list {
    margin-top: 10.66666vw;
    margin-bottom: 6.66666vw;
    flex-wrap: wrap;
  }
  #product .product_list .product_item {
    margin-bottom: 6.66666vw;
    width: 100%;
  }
  #product .product_list .product_item .product_item_text {
    padding-top: 6.66666vw;
    padding-right: 4vw;
    padding-left: 2.66666vw;
    padding-bottom: 10.66666vw;
  }
  #product .product_list .product_item .product_item_text .product_item_title {
    margin-bottom: 4.26666vw;
    font-size: 20px;
    line-height: 25px;
    height: auto;
  }
  #product
    .product_list
    .product_item
    .product_item_text
    .product_item_content {
    height: auto;
    font-size: 14px;
    line-height: 22px;
  }
  #case {
    padding-bottom: 4vw;
  }
  #case .index_wrapper_1200 {
    padding-top: 11.2vw;
    padding-bottom: 6.93333vw;
  }
  #case .case_title {
    margin-bottom: 3.73333vw;
    color: #000;
    letter-spacing: 2.5px;
    font-size: 21px;
    line-height: 30px;
  }
  #case .case_content {
    font-size: 14px;
    line-height: 22px;
  }
  #case .case_list {
    box-sizing: border-box;
    padding: 0 4vw;
    width: 100%;
    flex-wrap: wrap;
  }
  #case .case_list .case_item {
    margin-bottom: 6.66666vw;
    width: 100%;
  }
  #info {
    padding-top: 0;
  }
  #info .info_box {
    padding-bottom: 21.86666vw;
    padding-top: 0;
  }
  #info .info_text {
    padding-top: 11.73333vw;
    padding-bottom: 0;
    width: 90vw;
    padding-left: 16.5px;
    padding-right: 16.5px;
  }
  #info .info_text .info_text_title {
    margin-bottom: 9vw;
    color: #000;
    letter-spacing: 2.5px;
    font-size: 21px;
    line-height: 30px;
  }
  #info .info_text .info_list .info_item {
    margin-top: 0;
    margin-bottom: 12.8vw;
    padding-left: 1.33333vw;
    flex-wrap: wrap;
  }
  #info .info_text .info_list .info_item .info_item_left {
    padding: 0 0;
    flex: 0 0 100%;
  }
  #info .info_text .info_list .info_item .info_item_left .info_item_title {
    margin-bottom: 3.46666vw;
    color: #000;
    letter-spacing: 2.5px;
    font-size: 20px;
    line-height: 30px;
  }
  #info .info_text .info_list .info_item .info_item_left .info_item_date {
    margin-bottom: 2.4vw;
    font-size: 14px;
    line-height: 14px;
  }
  #info .info_text .info_list .info_item .info_item_center {
    margin-bottom: 4.8vw;
    height: unset;
    font-size: 14px;
    line-height: 22px;
    flex: 0 0 100%;
    overflow: unset;
  }
  #info .info_text .info_list .info_item .info_item_right {
    padding: 0 0;
    flex: 0 0 100%;
    justify-content: flex-start;
  }
  #info .info_text .info_list .info_item .info_item_right a {
    width: 115px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }
  #footer .footer_logo img {
    width: 50%;
  }
  #footer .footer_content {
    margin-top: 5.6vw;
    font-size: 14px;
    line-height: 22px;
  }
  #footer .foot_share {
    margin-top: 5.86666vw;
    flex-wrap: wrap;
  }
  #footer .footer_copy {
    padding: 15px 0;
    min-height: 75px;
  }
  #footer .footer_copy span {
    font-size: 14px;
    line-height: 22px;
  }
  #footer .footer_copy {
    flex-wrap: wrap;
  }
  #footer .footer_nav_list {
    margin-top: 5.6vw;
    margin-bottom: 8vw;
    justify-content: center;
  }
  #footer .footer_nav_list .footer_nav_item {
    margin-right: 5.86666vw;
  }
  #footer .footer_nav_list .footer_nav_item a {
    line-height: 32px;
  }
  #case .index_wrapper_1200 {
    padding-top: 11.2vw;
    padding-bottom: 6.93333vw;
  }
  .gallery_jigsaw_d {
    margin-bottom: 5px;
  }
}
.index_wrapper_1200 {
  width: 100%;
}
#header .header_box .nav_bar li.nav_list:last-child {
  margin-right: 0;
}
.header_icon_list .header_icon_search {
  position: relative;
}
#header .header_icon_list .header_icon_search .header_search_form {
  position: absolute;
  top: 50%;
  right: 0;
  width: 250px;
  height: 42px;
  border-bottom: 1px solid #555;
  background: #fff;
  opacity: 0;
  transition: all 0.4s;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
#header .header_icon_list .header_icon_search .header_search_form2 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 250px;
  height: 42px;
  border-bottom: 1px solid #555;
  background: #fff;
  opacity: 0;
  transition: all 0.4s;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
#header .header_icon_list .header_icon_search .header_search_form .text {
  box-sizing: border-box;
  padding-left: 10px;
  width: 80%;
  height: 100%;
  border: 0;
  background: 0 0;
}
#header .header_icon_list .header_icon_search .header_search_form2 .text {
  box-sizing: border-box;
  padding-left: 10px;
  width: 80%;
  height: 100%;
  border: 0;
  background: 0 0;
}
#header .header_icon_list .header_icon_search .header_search_form .sub_btn {
  width: 30px;
  height: 30px;
  line-height: 100%;
  border: 0;
  background: url(../images/iocn_search.png) no-repeat center center;
  cursor: pointer;
  transform: translateX(10px);
}
#header .header_icon_list .header_icon_search .header_search_form2 .sub_btn {
  width: 30px;
  height: 30px;
  line-height: 100%;
  border: 0;
  background: url(../images/iocn_search.png) no-repeat center center;
  cursor: pointer;
  transform: translateX(10px);
}
#header .header_icon_list .header_icon_user {
  background: url(../images/icon_user.png) no-repeat no-repeat center center;
}
#header .header_icon_list .header_icon_inquiry a,
#header .header_icon_list .header_icon_user a {
  width: 30px;
  height: 30px;
  display: block;
}
#header .header_icon_list .header_icon_inquiry {
  position: relative;
  background: url(../images/icon_inquiry.png) no-repeat no-repeat center center;
}
#header .header_icon_list .header_icon_lang {
  position: relative;
  color: #373737;
  font-size: 20px;
  font-family: Oswald-Light;
  line-height: 30px;
}
#header .header_icon_list .header_icon_lang a {
  text-align: center;
}
#header .header_icon_list .header_icon_lang .lang_choice {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  overflow: hidden;
  padding: 5px;
  width: 100px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-height: 420px;
  overflow-y: auto;
}
#header .header_icon_list .header_icon_lang .lang_choice::-webkit-scrollbar {
  display: none;
}
#header .header_icon_list .header_icon_lang .lang_choice a {
  display: block;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-family: Lato-Light;
  line-height: 28px;
}
#header .header_icon_list .header_icon_lang:hover .lang_choice {
  display: block;
}
.imgdet {
  position: relative;
  height: 460px;
}
.imglist {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
}
.imglist ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
}
.imglist ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  margin-bottom: 10px;
}
.imglist ul li:last-of-type {
  margin-bottom: 0;
}
.imglist ul .active {
  border: 2px solid red;
}
.imglist ul li img {
  width: 100%;
  height: 100%;
}
.imgpart {
  vertical-align: top;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
}
.imgpart .pic {
  position: relative;
  width: 100%;
  height: 100%;
}
.imgpart .pic .magnify {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 284px;
  height: 284px;
  cursor: move;
  background-color: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
  border: 1px solid #ccc;
}
.imgpart .pic img {
  width: 100%;
  height: 100%;
}
.imgpart .bigpic {
  display: none;
  position: absolute;
  right: -425px;
  width: 400px;
  height: 400px;
  z-index: 333;
  border: 1px solid #fff;
  overflow: hidden;
  top: 0;
}
.imgpart .bigpic > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 650px;
  height: 650px;
  max-width: none;
  max-height: none;
}
span.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 13px;
  right: 5px;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
span.icon:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 10px;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
span.icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  background: #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.li_list.mores.on span.icon:before {
  transform: rotate(90deg);
}
[data-template="changepassword"] .changepassword {
  padding-top: 50px;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .changepassword {
    padding-top: 61px !important;
    padding-bottom: 190px !important;
  }
  .mymessage {
    padding-top: 80px !important;
    padding-bottom: 278px !important;
  }
}
[data-template="mymessage"] .mymessage {
  padding-top: 50px;
  padding-bottom: 218px;
}
[data-template="mymessage"] .row {
  margin: 0;
}
.section_vertical .form_model > .row {
  margin: 0;
}
.section_vertical .form_model > .row > .col-sm-6 {
  padding: 0;
}
@media (max-width: 991px) {
  .section_vertical {
    padding-bottom: 139px;
  }
}
@media (max-width: 768px) {
  .section_vertical .form_model > .row > .col-sm-6 {
    width: 100%;
  }
  .section_vertical {
    padding-bottom: 124px;
  }
}
@media (max-width: 768px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .prolist .categry_list .li_blk:nth-child(3n + 1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .prolist .categry_list li:nth-child(2n + 1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  #myWishListModal .modal-lg {
    width: 991px;
    transform: translateY(32%);
  }
}
@media (min-width: 992px) {
  .product_window_model .categry_list li {
    width: 25%;
  }
}
.categry_list .li_blk {
  position: relative;
}
.imagewithtext-b2 {
  padding: 60px 0;
}
.imagewithtext-b2 .container {
  max-width: 1230px;
}
.imagewithtext-b2 .imgtext-b_title {
  width: 100%;
  line-height: 70px;
  font-size: 48px;
  color: #000;
  font-family: Glosa-Bold;
  text-align: center;
}
.imagewithtext-b2 .imgtext-b_text {
  width: 100%;
  line-height: 1.5;
  font-size: 22px;
  color: #6e797f;
  text-align: center;
}
.imagewithtext-b2 .img_ltem {
  margin-top: 50px;
}
.imagewithtext-b2 .img_ltem .img_list {
  width: 24%;
  float: left;
}
.imagewithtext-b2 .img_ltem .img_list.img_big {
  width: 50%;
  margin: 0 1%;
}
.imagewithtext-b2 .img_ltem .img_list .image_pic img {
  width: 100%;
  transition: all 0.5s;
}
.imagewithtext-b2 .img_ltem .img_list .img_box {
  margin-bottom: 16px;
}
.imagewithtext-b2 .img_ltem .img_list .image_pic:hover img {
  transform: scale(1.1);
}
.imagewithtext-b2 .img_ltem .img_list .img_box .image_pic {
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  .imagewithtext-b2 {
    padding-top: 7.2vw;
  }
  .imagewithtext-b2 .imgtext-b_text {
    font-size: 4vw;
  }
  .imagewithtext-b2 .img_ltem {
    margin-top: 7.2vw;
  }
  .imagewithtext-b2 .img_ltem .img_list {
    float: none;
    width: 100%;
    text-align: center;
  }
  .imagewithtext-b2 .img_ltem .img_list.img_big {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .imagewithtext-b .img_ltem .img_list.fr .img_box,
  .imagewithtext-b2 .img_ltem .img_list.fl .img_box {
    width: 47%;
    margin: 0 1% 16px;
    display: inline-block;
  }
  .imagewithtext-b2 .imgtext-b_title,
  span.category_title {
    line-height: 9.3333vw;
    font-size: 6.6667vw;
  }
}
ul.icon_nav.list-inline.clearfix.hidden-xs {
  margin: 0;
}
#footer .link ul.icon_nav li {
  width: auto;
  border: unset;
}
.fbott {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.reviews_star .star_agg0:before {
  content: "\e007\e007\e007\e007\e007";
}
.reviews_star .star_agg5:before {
  content: "\e006\e006\e006\e006\e006";
}
.reviews_star .star_agg5 {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.contact_space {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 21px;
}

.contact_space h2 {
  font-size: 21px;
}

.contact_space1 {
  margin-top: 30px;
}

.add_line {
  color: #222;
  text-decoration: underline;
}

.main_title {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.products_img img,
.productshow_list iframe,
.productshow_list video {
  font-size: 0;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.productshow_list video,
.swiper-enlarged-view-wrapper video {
  max-width: 100%;
}
.productshow_list iframe,
.swiper-enlarged-view-wrapper iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 100%;
  border: none;
  min-height: 360px;
}
.product_xx_a_z video,
.swiper-enlarged-view-wrapper video {
  max-width: 100%;
}
.product_xx_a_z iframe,
.swiper-enlarged-view-wrapper iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 100%;
  border: none;
  min-height: 360px;
}
.video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1111;
  color: #fff;
}
.swiper-enlarged-view-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 9999;
}
.enlarged-view-close {
  position: absolute;
  right: 0;
  z-index: 10;
  color: #fff;
  font-size: 35px !important;
  cursor: pointer;
  width: 50px;
  height: 60px;
  margin-right: 10px;
  opacity: 0.85;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-enlarged-view {
  position: relative;
  width: 100%;
  margin: auto;
  cursor: default;
  max-width: 650px;
  background: #fff;
}
.swiper-enlarged-view .gallery-thumbs {
  padding: 10px;
}
.gallery-top .swiper-wrapper {
  display: flex;
  align-items: center;
  height: calc(100vw * 410 / 750);
  max-height: 650px;
  min-height: 375px;
}
.gallery-top .swiper-wrapper .swiper-slide {
  text-align: center;
  display: flex;
}
.swiper-enlarged-view .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid;
}
.swiper-enlarged-view .gallery-thumbs .swiper-slide {
  border: 1px solid #0000;
  position: relative;
  height: auto;
  display: block;
  padding-bottom: 150px;
  text-align: center;
}
.swiper-enlarged-view .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.swiper-enlarged-view .gallery-thumbs .swiper-wrapper {
  display: flex;
  align-items: center;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  color: #000;
}
.swiper-button-next,
.swiper-button-prev {
  color: #000 !important;
}
@media (max-width: 767px) {
  .gallery-top .swiper-button-next {
    right: 0 !important;
  }
  .gallery-top .swiper-button-prev {
    left: 0 !important;
  }
  .swiper-enlarged-view .gallery-thumbs .swiper-slide {
    border: 1px solid #0000;
    position: relative;
    height: auto;
    display: block;
    padding-bottom: 100px;
    text-align: center;
  }
  .gallery-top .swiper-wrapper {
    height: 100%;
  }
  .swiper-button-next,
  .swiper-button-prev {
    font-size: 18px;
  }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    font-size: 25px !important;
  }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    font-size: 25px !important;
  }
}
.products_enlarge {
  position: absolute !important;
  top: 5px;
  right: 5px;
  z-index: 2;
  color: #000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 3px 5px 2px rgba(51, 51, 51, 0.08);
  cursor: pointer;
  background: #fff;
}
.products_enlarge i.iconfont.icon-icon-enlarge {
  font-size: 35px;
}
.control_mask {
  position: absolute !important;
  top: 0;
  left: 0;
}
.products_enlarge_mask {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1;
  color: #000;
  width: 100%;
  max-height: 570px;
  height: 100%;
  cursor: pointer;
}
.productshow_list .products_prompt_model {
  left: 5px;
}
.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
  width: 38px;
  height: 38px;
  color: #fff !important;
}
.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
  position: fixed;
}
.gallery-top .swiper-button-next:after,
.gallery-top .swiper-button-prev:after {
  font-size: 30px;
  font-weight: 600;
}
.swiper-enlarged-view .gallery-thumbs .swiper-slide {
  border: 1px solid #eee;
}
.products_total_current {
  position: fixed;
  left: 0;
  top: 0;
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
  margin-left: 20px;
}
.img-swiper {
  width: 100%;
  margin: auto;
}
.swiper-enlarged-view {
  position: relative;
  width: 100%;
  margin: auto;
  cursor: default;
  background: 0 0;
  height: 100%;
}
.swiper-container.gallery-top {
  max-height: 100%;
  height: 100%;
}
.swiper-large-wrapper.swiper {
  max-height: 100%;
  height: 100%;
}
.gallery-top .swiper-wrapper {
  display: flex;
  align-items: center;
  height: inherit;
  max-height: none;
  min-height: inherit;
}
.gallery-top .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.img-swiper {
  width: 100%;
  height: 85%;
  margin: auto;
  position: relative;
}
.img-swiper img {
  width: auto;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}
div#slideBox .main_pic li {
  float: none;
}
.productshow_list .products_prompt {
  left: 5px;
}
.products_img {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 100%;
}
.products_enlarge_mask {
  left: 110px;
}
.productshow_list .productshow_list .preview_pic_ul li {
  width: 100px;
  padding: 0;
}

div.blog_list .blog_list_title {
  display: block;
  line-height: 1.5;
  text-align: left;
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .blog_list .blog_list_li:nth-child(3n + 1) {
    clear: both !important;
  }
}
div.blog_list .blog_list_li {
  margin: 0;
}
.article_section h1.text-center {
  color: #000;
  margin: 0;
  margin-bottom: 15px;
  font-size: 22px;
  display: block;
}

.blog_list_li_model .blog_li_img img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

a.blog_li_img_a {
  position: relative;
  display: block;
  padding-bottom: 100%;
  border: 1px solid #efefef;
}

@media (min-width: 768px) {
  .blog_list .blog_list_li:nth-child(3n + 1) {
    clear: both !important;
  }
}

div.blog_list .blog_list_li {
  padding: 0 5px 10px;
  position: relative;
  float: left;
  width: 33.333333%;
  overflow: hidden;
  margin: 0;
}

@media (max-width: 767px) {
  .blog_list .blog_list_li {
    width: 100% !important;
  }
}
/*language-style/12/04*/
:root {
  --primary-color: #2d3748;
  --hover-color: #f7fafc;
  --active-color: #e8f0fe;
  --text-color: #4a5568;
  --border-color: #e2e8f0;
  --shadow-color: rgba(0, 0, 0, 0.05);
  --transition: all 0.2s ease;
}
@media (prefers-color-scheme: dark) {
  :root {
    --primary-color: #e2e8f0;
    --hover-color: #2d3748;
    --active-color: #1a365d;
    --text-color: #f7fafc;
    --border-color: #4a5568;
    --shadow-color: rgba(0, 0, 0, 0.2);
  }
}

.currency_selection .state_icon {
  display: inline-block !important;
  width: 20px !important; /* 国旗宽度 */
  height: 15px !important; /* 国旗高度 */
  margin-right: 8px !important; /* 国旗与文字间距 */
  /*background-size: cover !important;*/ /* 适配国旗背景图 */
  /*  background-position: center !important;*/
  background-repeat: no-repeat !important;
  vertical-align: middle !important; /* 与文字垂直居中 */
}
/* ========== 2. 区分币种/多语言样式，避免冲突 ========== */
/* 通用切换器样式（不变） */
.header_switch_wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 4px 8px;
}
.currency_switch,
.lang_switch {
  position: relative;
  z-index: 999;
}
.switch_trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none !important;
  color: #929292 !important;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: var(--transition);
  cursor: pointer;
}
/* .switch_trigger:hover {
  background-color: var(--hover-color);
  border-color: var(--border-color);
} */
.switch_caret {
  font-size: 8px;
  margin-left: 4px;
  opacity: 0.7;
  transition: var(--transition);
}
.switch_trigger:hover .switch_caret {
  opacity: 1;
  transform: translateY(1px);
}
.switch_dropdown {
  position: absolute;
  top: 100%;
  left: initial;
  right: 0;
  overflow: auto;
  max-height: 70vh;
  min-width: 180px;
  margin-top: 4px;
  padding: 8px 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px var(--shadow-color);
  border: 1px solid var(--border-color);
  list-style: none;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: var(--transition);
}
.currency_switch:hover .switch_dropdown,
.lang_switch:hover .switch_dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.switch_item {
  margin: 0;
  padding: 0;
}

/* ========== 币种样式（currency_selection） ========== */
.currency_selection {
  display: flex !important; /* 国旗和文字横向排列 */
  align-items: center !important;
  padding: 6px 16px !important;
  color: var(--text-color) !important;
  text-decoration: none !important;
  font-size: 14px;
  transition: var(--transition);
}
.currency_selection:hover {
  background-color: var(--hover-color) !important;
}
/* 币种选中态 */
.switch_item--active .currency_selection {
  background-color: var(--active-color) !important;
  color: var(--primary-color) !important;
  font-weight: 600 !important;
  cursor: default !important;
}

/* ========== 多语言样式（lanng_selection） ========== */
.lanng_selection {
  display: block !important;
  padding: 6px 16px !important;
  color: var(--text-color) !important;
  text-decoration: none !important;
  font-size: 14px;
  transition: var(--transition);
}
.lanng_selection:hover {
  background-color: var(--hover-color) !important;
}
/* 多语言选中态 */
.switch_item--active .lanng_selection {
  background-color: var(--active-color) !important;
  color: var(--primary-color) !important;
  font-weight: 600 !important;
  cursor: default !important;
}

/* ========== 响应式+暗黑模式（不变） ========== */
@media (max-width: 992px) {
  .switch_trigger {
    color: #333 !important;
  }
}
@media (max-width: 768px) {
  .header_switch_wrapper {
    gap: 8px;
  }
  .switch_trigger {
    padding: 4px 8px;
    font-size: 13px;
  }
  .switch_dropdown {
    min-width: 150px;
  }
}
@media (prefers-color-scheme: dark) {
  .switch_dropdown {
    background-color: #1a202c;
  }
}

.cart_model_body {
  margin-right: -300px;
  position: fixed;
  right: 0;
  width: 300px;
  top: 65px;
  bottom: 0;
  background-color: #fff;
}
.btn.btn-lg {
    white-space: normal;
    line-height: unset !important;
    height: unset;
  	padding: 11px 30px !important;
}
.play_imglist{
	max-height:unset;
}
.ueeshop_responsive_header .header .func .btns{
	margin-left:5%;
  
}
.ueeshop_responsive_header .header .func{
	margin-top:0;
  	height:50px;	
}

@media(max-width:510px){
  .breadcrumb_triger{
  	padding:6px 0;
  }
  .ueeshop_responsive_header .header .logo{
  	width:auto;
  }
  .ueeshop_responsive_header .header .func{
  	width:70%;
  }
	
}
.categry_list ul,.blog_list ul {
    display: flex;
    flex-wrap: wrap;
}

ul.phone_email li{line-height:32px;margin:0}
ul.phone_email li a{font-size:15px;color:#818080}

.txt11 span {
    font-family: FrutigerLTPro-Light;
    display: inline-block;
    margin-top: 15px;
}

.custom_products li .products_title a {
    font-family: 'FrutigerLTPro-Light';
}
.index_news .desc {
    font-family: 'FrutigerLTPro-Light';
}
.index_bottom_ad .txt span:nth-of-type(1) {
    font-family: 'FrutigerLTPro-Bold';
      font-size: 36px;
}

.index_bottom_ad .txt span:nth-of-type(2) {
    font-family: 'FrutigerLTPro-Light';
}





#header .rheader .nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.wrap.index_adc.clearfix .txt11 {
    font-size: 16px;
}


.wrap.index_bottom_ad.clearfix img {
    min-height: 400px;
}
#footer .link > ul > li {
    /*width: 19%;*/
}

#footer .link > ul > li > .tit {
    color: #333;
}

#header .header_contents {
    max-width: 1280px;
    /* height: 80px; */
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.index_con_0 .titl, .index_pro .category_title, .index_news .titl{
    color: #1BA7D8;
}







.swiper-enlarged-view-wrapper {		
    z-index: 99999999;
}


.custom_products.productwindow_list .products_title {
    padding: 30px 0 0px 0;
    display: block;
}

.custom_products.productwindow_list .products_price_modal {    
    padding-bottom: 40px;
}

.index_con_0 .item .c{width:100%;max-width:330px}
.index_con_0 .item .c .img{height:auto;width:100%}
#footer .link{max-width:1280px}

.productshow_html{padding-top:20px}


