﻿@charset "utf-8";
html {
  -webkit-text-size-adjust: none;
}
body {
  font-size: 13px;
  line-height: 1.5;
  color: #000;
  font-family: graphik, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 0;
}
@font-face {
  font-display: fallback;
  font-family: everlane-sans;
  font-style: normal;
  font-weight: 400;
  src: url(https://www.everlane.com/assets/font/Everlane-Bold-010b4cfceec80ac9464a40f46e196791.woff2);
}
@font-face {
  font-family: everlane-sans--medium;
  font-style: normal;
  font-weight: 400;
  src: url(/font/Everlane-Medium-010b4cfceec80ac9464a40f46e196791.woff2);
}
@font-face {
  font-display: fallback;
  font-family: everlane-sans--light;
  font-style: normal;
  font-weight: 400;
  src: url(../font/Everlane-Regular-010b4cfceec80ac9464a40f46e196791.woff2);
}
@font-face {
  font-display: fallback;
  font-family: csb--italic;
  font-style: normal;
  font-weight: 400;
  src: url(../font/csb-italic-010b4cfceec80ac9464a40f46e196791.woff2);
}
@font-face {
  font-display: fallback;
  font-family: csb;
  font-style: normal;
  font-weight: 400;
  src: url(../font/csb-010b4cfceec80ac9464a40f46e196791.woff2);
}
@font-face {
  font-display: fallback;
  font-family: graphik;
  font-style: normal;
  font-weight: 400;
  src: url(https://www.everlane.com/assets/fonts/Graphik-Regular-010b4cfceec80ac9464a40f46e196791.woff2);
}
@font-face {
  font-display: fallback;
  font-family: graphik--italic;
  font-style: normal;
  font-weight: 400;
  src: url(../font/Graphik-RegularItalic-010b4cfceec80ac9464a40f46e196791.woff2);
}
@font-face {
  font-display: fallback;
  font-family: graphik--medium;
  font-style: normal;
  font-weight: 400;
  src: url(../font/Graphik-Medium-010b4cfceec80ac9464a40f46e196791.woff2);
}
@font-face {
  font-display: fallback;
  font-family: graphik--light;
  font-style: normal;
  font-weight: 400;
  src: url(../font/Graphik-Light-010b4cfceec80ac9464a40f46e196791.woff2);
}
@font-face {
  font-display: fallback;
  font-family: graphik--bold;
  font-style: normal;
  font-weight: 400;
  src: url(../font/Graphik-Black-010b4cfceec80ac9464a40f46e196791.woff2);
}
* {
  font-family: graphik, Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .visible_mob {
    display: none !important;
  }
  .hidden_mob {
    display: block !important;
  }
}
a {
  color: #4c4c4b;
  outline: 0;
  text-decoration: none;
  transition: all 0.25s ease;
}
a:hover {
  color: inherit;
}
input {
  border-radius: 0 !important;
}
.panel {
  border-radius: 0;
}
.form-control:focus {
  border-color: #000;
  box-shadow: none !important;
}
.content_us.form_model textarea.form-control {
  border-radius: 0;
  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: 14px;
}
.h5,
.h6,
h5,
h6 {
  font-size: 0.8em;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.container {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 991px) {
  .container {
    padding: 0 40px;
  }
}
.mbx_list {
  padding: 0;
}
.visible_md_block {
  display: none;
}
.breadcrumb > li {
  max-width: 100%;
  font-size: 12px;
}
.btn {
  border-radius: 0;
}
button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.2px;
}
.nav-tabs > li > a {
  border-radius: 0;
  font-size: 14px;
}
@media (min-width: 1480px) {
  .container {
    max-width: 1440px;
    width: 100%;
    padding: 0 15px;
  }
  body[data-template="index"] .container {
    max-width: 100%;
    padding: 0 75px;
  }
  .search_bar_container {
    max-width: 1440px;
    width: 100%;
  }
  .containers {
    width: auto;
  }
}
.selcurrenct span.caret {
  margin-bottom: 4px;
  margin-left: 0;
}
.state_icon {
  margin-right: 0;
}
.btn-link {
  color: #4c4c4b;
}
.btn-link:focus,
.btn-link:hover {
  color: #4c4c4b;
}
.btn-info,
.btn-primary {
  background-color: #4c4c4b !important;
  border-color: #4c4c4b !important;
  outline: 0 !important;
}
.btn-info:active,
.btn-info:hover,
.btn-info:valid,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:visited {
  background-color: #171717 !important;
  border-color: #171717 !important;
}
.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: 30px;
  padding-top: 20px;
}
.headers {
  position: relative;
  width: 100%;
  top: 0;
  background-color: transparent;
}
.fixed_head {
  position: fixed;
  width: 100%;
  top: 0;
  -moz-box-shadow: 0 4px 5px rgba(225, 225, 225, 0.7);
  -webkit-box-shadow: 0 4px 5px rgba(225, 225, 225, 0.7);
  box-shadow: 0 4px 5px rgba(225, 225, 225, 0.7);
}
.header_top {
  line-height: 35px;
  background-color: #f4f4f4;
  display: none;
}
.customer_box > a {
  color: inherit;
  font-size: 13px;
}
.customer_box > a:hover {
  color: inherit;
}
.dropdown-menu li a:hover {
  color: initial;
  background: 0 0;
}
.hd_top_right > li {
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 0;
}
.section {
  padding-top: 0 !important;
  position: relative;
  min-height: 30vh;
  z-index: 0;
}
body[data-template="index"] .section {
  margin-top: -60px;
}
.top_banner {
  background: url(../images/top_tab_bg.png) center bottom repeat-x;
  line-height: 28px;
  padding: 10px 0 13px 0;
  color: #ed2624;
  font-size: 14px;
  margin-top: -5px;
}
.top_banner a {
  color: inherit;
}
.top_banner > ul {
  background-color: #ebebeb;
  position: relative;
  margin: 0;
  padding-top: 10px;
  margin-top: -10px;
}
.form_model {
  max-width: 800px;
  margin: 30px auto;
}
.form-group select,
.form_model .form-group input,
.form_model .form-group textarea {
  font-family: inherit;
  height: 38px;
  background-color: #fff;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.6;
  padding: 6px;
}
.btn.btn-lg {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.3333333;
  letter-spacing: 2px;
  text-transform: uppercase;
}
a[data-toggle],
a[href],
a[onclick] {
  cursor: pointer;
}
a,
button {
  outline: 0 !important;
  text-decoration: none !important;
}
ul {
  list-style-type: none;
}
li,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.inline_block {
  display: inline-block;
}
.lodding {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
}
.no_list {
  text-align: center;
  padding: 30px 0;
}
.no_list img {
  max-width: 150px;
}
.no_list p {
  font-size: 20px;
  padding: 35px 0;
  margin-top: 30px;
}
.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;
}
.img_svg {
  width: 21px;
  height: 21px;
}
.nav_left {
  z-index: 2;
  left: 0;
  height: 48px;
  line-height: 48px;
  width: 60px;
  text-align: left;
}
.clicking_discoloration {
  position: relative;
}
.nav_left > a {
  cursor: pointer;
  height: 48px;
  line-height: 55px;
  display: block;
}
.wrapper-top > .list-unstyled li.more .clicking_discoloration:active {
  background-color: #addaec;
}
.wrapper-top > .list-unstyled li .clicking_discoloration i {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
.wrapper-top > .list-unstyled li .clicking_discoloration i svg {
  height: 24px;
  stroke-width: 1.5;
  transform: rotate(90deg);
  width: 24px;
  transition: 0.2s all;
}
.wrapper-top > .list-unstyled li .clicking_discoloration .glyphicon-minus {
  display: none;
}
.wrapper-top > .list-unstyled li.on .clicking_discoloration > .glyphicon-minus {
  display: block;
}
.wrapper-top > .list-unstyled li.on .clicking_discoloration > .glyphicon-plus {
  display: none;
}
.wrapper-top > .list-unstyled > li .clicking_discoloration a {
  font-size: 14px;
  color: #1a1a1a;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrapper-top > .list-unstyled > li li a {
  overflow: inherit;
  border-bottom: 1px solid #ddd;
  padding: 20px 0 20px 6px;
  line-height: initial;
  font-size: 16px;
}
.wrapper-top > .list-unstyled > li .li_more > a {
  font-weight: 600;
}
.wrapper-top > .list-unstyled > li a:hover {
  color: #616161;
}
.wrapper-top > .list-unstyled > li > .clicking_discoloration > a {
  line-height: 22px;
  margin-right: 40px;
  font-size: 16px;
  letter-spacing: 1px;
}
.wrapper-top > .list-unstyled {
  transition: all 0.3s;
}
.wrapper-top > .list-unstyled > li > .nav_left_div {
  display: none;
  height: 1px;
  line-height: 37px;
  padding-left: 32px;
  list-style-type: circle;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(150%, 0);
  width: 100%;
  transition: all 0.3s;
}
.wrapper-top > .list-unstyled > li > ul ul {
  list-style: none;
}
.wrapper-top .ul_list {
  line-height: 1.2;
}
.wrapper-top .ul_list a {
  display: block;
  padding: 12px 0 12px 20px;
  margin-right: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}
.wrapper-top .ul_list a i {
  margin-right: 5px;
}
.wrapper-top .icon_nav img,
.wrapper-top .icon_nav svg {
  opacity: 1;
  filter: alpha(opacity=100);
}
.wrapper-top .icon_nav img:hover,
.wrapper-top .icon_nav svg:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.wrapper-top .list-unstyled > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0 20px 6px;
}
.wrapper-top .list-unstyled > li:last-child {
  border: none;
}
.nav_right li {
  position: relative;
  height: 48px;
  line-height: 63px;
  text-align: center;
  display: inline-block;
}
.nav_right li .total_num {
  position: absolute;
  display: block !important;
  right: -2px;
  top: 8px;
  background: #000;
  min-width: 15px;
  text-align: center;
  padding: 0;
  height: 15px;
  line-height: 15px;
  font-size: 12px;
  font-weight: 400;
}
.nav_right li[data-toggle="modal"] {
  cursor: pointer;
}
.click_back {
  display: block;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 20px 0 20px 6px;
  position: relative;
  font-weight: 600;
  display: block;
  line-height: initial;
  font-size: 16px;
}
.click_back svg {
  height: 24px;
  stroke-width: 1.5;
  transform: rotate(-90deg);
  width: 24px;
  transition: 0.2s all;
  position: absolute;
  left: -36px;
  top: 15px;
}
.header_section {
  max-height: 60px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.header_section_right {
  font-size: 12px;
  vertical-align: middle;
}
.header_section_right {
  float: right;
  display: none;
}
.currencies .selcurrenct img {
  margin-top: -3px;
}
.currencies ul.dropdown-menu,
.user_account ul.dropdown-menu {
  left: initial;
  right: 0;
  background-color: #fff;
  border: 1px solid #dfe0e1;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
  min-width: 230px;
}
.header_cart > a {
  color: inherit;
  text-align: center;
  display: block;
}
.header_cart > a {
  min-width: 0;
  padding-right: 1px;
  width: 38px;
  border-radius: 50%;
  height: 37px;
  line-height: 45px;
  margin-top: 12px;
}
.customer_box h2 {
  font-size: 13px;
  line-height: 21.034px;
  color: #4c4c4b;
  margin: 0;
}
hr {
  border-color: #dfe0e1;
}
.header_cart .totalprice {
  margin-left: 10px;
}
.header_cart .pc_cart_list {
  z-index: 15;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  width: 350px;
  height: auto;
  background-color: #fff;
  border: 1px solid #dfe0e1;
  color: #808284;
  position: absolute;
  right: 0;
  top: 60px;
  font-size: 13px;
}
.cart_box.on {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.2s ease-in-out 0s, visibility 0s 0s, transform 0s 0s;
  visibility: visible;
}
.pc_cart_li:hover .pc_cart_list {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.2s ease-in-out 0s, visibility 0s 0s, transform 0s 0s;
  visibility: visible;
}
.header_cart .pc_cart_list .pc_cart_list_ul {
  max-height: 400px;
  overflow-y: auto;
  padding: 20px;
  border-top: 10px solid #f7f7f8;
}
.header_cart .pc_cart_list .pc_cart_list_ul li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #dfe0e1;
}
.header_cart .pc_cart_list .cp {
  position: relative;
}
.header_cart .pc_cart_list .cp > div {
  overflow: hidden;
  line-height: 21px;
}
.header_cart .pc_cart_list .img {
  width: 80px;
  float: left;
  margin-right: 15px;
}
.header_cart .pc_cart_list .title {
  overflow: hidden;
  text-align: left;
}
.header_cart .pc_cart_list .title a {
  font-size: 13px;
  line-height: 21.034px;
  color: #4c4c4b;
  display: block;
  margin-right: 25px;
  text-align: left;
}
.header_cart .pc_cart_list .remove {
  position: absolute;
  right: 0;
  top: 13px;
}
.header_cart .pc_cart_list .money.total {
  text-align: right;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 7px;
}
.pc_cart_total {
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding-top: 20px;
  color: #3d3d3d;
}
.pc_cart_list.no_data .hover_cart_div,
.pc_cart_list.no_data .hover_cart_header,
.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;
}
.logo {
  width: 250px;
  height: 60px;
  line-height: 59px;
  position: relative;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.header_section_right_login {
  cursor: pointer;
  text-transform: capitalize;
  font-size: 15px;
}
.logo a {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  overflow: hidden;
}
.logo img {
  max-height: 60px;
  max-width: 100%;
}
.logo .logo_font {
  line-height: inherit;
  font-size: 26px;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 380px) {
  .logo .logo_font {
    font-size: 15px;
  }
}
.nav_top .container {
  position: static;
}
@media only screen and (max-width: 1200px) {
  .nav_list > a {
    letter-spacing: 0 !important;
  }
}
.nav_first {
  margin-left: 0;
}
.nav_first > li {
  padding-right: 30px;
  display: inline-block;
  line-height: 59px;
  padding-left: 0;
}
.nav_list > a {
  font-weight: 400;
  color: inherit;
  font-size: 13px;
  line-height: 1.3;
  cursor: pointer;
  text-transform: capitalize;
}
.nav_list > a:hover {
  color: #7a7a7a;
}
.nav_children_wrap {
  position: absolute;
  z-index: 10;
  top: 100%;
  widows: 100%;
  left: 0;
  right: 0;
  padding: 30px 40px 40px;
  text-align: left;
  background-color: hsla(0, 0%, 100%, 0.98);
  color: #4c4c4b;
  box-shadow: 0 2px 4px 0 rgba(76, 76, 75, 0.1);
  border-top: 1px solid #dfe0e1;
  max-width: 100%;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  font-size: 14px;
  margin-top: -1px;
}
.nav_first > li.nav_list:hover .nav_children_wrap {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.2s ease-in-out 0s, visibility 0s 0s, transform 0s 0s;
}
.nav_second_list {
  padding: 0;
  line-height: initial;
  width: auto;
  margin: 0 10px;
}
.nav_second_list:first-child {
  margin-left: 0 !important;
}
.nav_second_list:last-child {
  margin-right: 0 !important;
}
li.nav_second_list.col-md-3.more {
  margin: 0 24px;
}
.nav_second_list a {
  margin-bottom: 5px;
  color: #4c4c4b;
  font-size: 13px;
  line-height: 26px;
  padding: 0;
  text-transform: capitalize;
  white-space: nowrap;
  display: block;
}
.nav_second_list > a:hover {
  color: #7a7a7a;
}
.nav_third {
  display: block !important;
}
.nav_third_list {
  margin-bottom: 5px;
}
.nav_third_list > a {
  font-size: 12px;
  color: #4c4c4b;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
}
.nav_third_list > a:hover {
  text-decoration: none;
  color: #7a7a7a;
}
.header_top .currencies {
  position: relative;
}
.header_top .currencies .selcurrenct {
  color: #fff;
}
.search_model_body {
  position: absolute;
  margin-top: -65px;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
  background-color: #fff;
}
.search_submit .mob_img_svg {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -11px;
}
.modal .search_submit input {
  padding: 0 56px;
  line-height: 63px;
  height: 65px;
  border-color: #fff !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.modal .search_submit .close {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
  right: 15px;
}
.cart_model .modal_close {
  width: 300px;
  right: 0;
  margin-right: -300px;
}
.cart_model .close {
  position: absolute;
  right: 0;
}
.cart_model_body {
  margin-right: -300px;
  position: fixed;
  right: 0;
  width: 300px;
  top: 65px;
  bottom: 0;
  background-color: #fff4f0;
}
.footer {
  color: #000;
  position: relative;
  font-size: 13px;
  line-height: 21.034px;
  border-top: 1px solid #f7f7f8;
  position: relative;
  margin-top: 40px;
}
.footer-main {
  padding: 32px 30px 0;
  width: 100%;
  max-width: 1500px;
  margin: auto;
}
@media (min-width: 768px) {
  .click_unfold {
    display: none;
  }
}
.footer_social {
  text-align: center;
  display: inline-block;
  width: 40%;
  float: right;
}
.subscribe_box {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 38px;
  margin-top: 40px;
}
.social_tt {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  margin-right: 10px;
  color: #4c4c4b;
  display: block;
  width: 100%;
  text-align: left;
  margin: 0;
}
.icon_nav {
  font-size: 0;
  padding: 21px 0;
  text-align: left;
}
@media (min-width: 992px) {
  .subscribe_box {
    display: inline-block;
  }
  .footer_a li a:hover {
    color: #4c4c4b;
  }
}
.subscribe_form {
  padding-right: 30px;
  position: relative;
  border-bottom: 2px solid #dfe0e1;
}
.subscribe_form input {
  height: 35px;
  display: block;
  width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  background-color: #faf4f0;
  border: none;
  outline: 0;
  background: 0 0;
}
.subscribe_form input::-webkit-input-placeholder {
  text-transform: capitalize;
  color: #aca5af;
}
.email_sub {
  background: 0 0;
  outline: 0;
  position: absolute;
  right: 0;
  padding: 0;
  line-height: 1;
  bottom: 1px;
}
.email_sub:hover {
  opacity: 0.8;
}
.email_sub span svg {
  display: inline-block;
  width: 24px;
  height: 16px;
  margin: 0;
  fill: #808284;
  cursor: pointer;
}
.footer_a_tt {
  font-size: 13px;
  line-height: 21.034px;
  color: #4c4c4b;
  text-transform: none;
  margin-bottom: 15px;
  display: block;
}
.footer_a .ul_list > ul.list-unstyled {
  margin-top: 15px;
}
.footer_a .ul_list > ul.list-unstyled a {
  font-size: 13px;
  line-height: 21.034px;
  background: 0 0;
  border: 0;
  cursor: pointer;
  color: #808284 !important;
  display: block;
  text-decoration: none;
  padding: 0;
  margin: 0;
  text-transform: initial;
}
.footer_a .ul_list > ul.list-unstyled a:hover {
  color: #4c4c4b !important;
}
.footer_a .ul_list > ul.list-unstyled a:hover {
  text-decoration: underline;
}
.footer_a .list-inline > li.ul_list > a {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer_a .list-inline > li ul {
  min-width: 180px;
}
.footer_a .list-inline ul a {
  color: #9e7d5c;
}
.footer_a .list-inline > li ul ul {
  margin-left: 15px;
  list-style-type: circle;
}
@media (max-width: 767px) {
  .footer_a .footer_a_ul > li {
    text-align: center;
  }
  .footer_a .ul_list > ul.list-unstyled a {
    color: #4c4c4b;
    stroke: #4c4c4b;
  }
  .footer_a_tt {
    font-weight: 600;
  }
}
.footer_b {
  font-size: 12px;
  background-color: #f7f7f8;
  padding: 15px 0;
}
.footer_b_tt {
  cursor: pointer;
  font-size: 12px;
  color: #7a7a7a;
}
.footer_b_tt:hover {
  color: #000;
}
.footer_sub__container {
  padding: 19px 0;
}
@media (min-width: 1480px) {
  .footer_sub__container {
    width: 960px;
  }
}
.footer_b_ul li {
  margin-left: 20px;
}
@media (min-width: 600px) {
  .footer_b_ul li {
    margin-left: 55px;
  }
}
.footer_b_ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer_b .list-tab-inline i {
  margin-right: 5px;
}
.footer_b .list-inline > li svg {
  width: 20px;
  height: 20px;
  fill: #333;
}
.mbx_list .breadcrumb {
  margin: 5px 0;
  background: 0 0;
  padding-left: 0;
  border-radius: 0;
}
.mbx_list h1,
.mbx_list h2 {
  display: none;
  font-size: 22px;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 1.32px;
}
.mbx_list .breadcrumb a {
  font-weight: 400;
  font-size: 13px;
}
.modal > .modal_close {
  position: absolute;
  background-color: #fff4f0;
  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;
  margin-bottom: 8px;
  padding-bottom: 100%;
}
.products_img .bttrlazyloading-wrapper {
  min-height: 100px;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff !important;
}
.products_img img {
  width: 100%;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: auto;
  width: auto !important;
}
.products_prompt {
  position: absolute;
  right: 10px !important;
  top: 10px !important;
  background: #ce002e !important;
  color: #fff !important;
  width: 50px !important;
  height: 50px !important;
  text-align: center !important;
  z-index: 3;
  border-radius: 50%;
  padding: 5px !important;
  transform: none !important;
}
.products_prompt span {
  font-size: 11px;
  display: block;
}
.categry_list li {
  position: relative;
  padding: 0 10px;
  vertical-align: top;
  overflow: hidden;
  min-height: 200px;
}
.categry_list li > div {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.categry_list li:nth-child(4n + 1) {
  clear: both;
}
.products_title {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 5px;
  display: flex;
  position: relative;
  line-height: 22px;
  height: auto;
  text-align: left;
  color: #000;
  margin-top: 10px;
}
.products_title a {
  color: #000;
}
.products_title .product_link,
span.products_title.linktext a {
  display: inline-block;
  max-height: 44px;
  overflow: hidden;
}
.products_title .product_link {
  display: inline-block;
  font-size: 13px;
  line-height: 21.034px;
  color: inherit;
  text-transform: capitalize;
  text-align: left;
  float: left;
  max-width: 85%;
  font-family: graphik, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.products_price em {
  font-style: inherit;
}
.click_quick_view:hover .sub_img {
  display: block !important;
}
.click_quick_view:hover .products_img_a {
  display: none !important;
}
.products_title .product_link:hover {
  color: #4c4c4b;
}
.categry_list .products_bg {
  margin: 0 0 24px;
}
.pro_starts {
  display: block;
  padding: 5px;
}
@media (min-width: 992px) {
  .categry_list 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;
  }
}
@media (max-width: 991px) {
  .categry_list .products_title a {
    display: block;
    max-width: initial;
  }
  .products_title {
    display: block;
  }
  .products_bg .products_price {
    float: initial !important;
    text-align: left !important;
  }
  .categry_list li > div {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .categry_list li:nth-child(2n + 1) {
    clear: both;
  }
  .footer_b {
    background-color: #f2f2f2;
  }
}
.products_bg .products_price {
  cursor: pointer;
  min-width: 10%;
  display: inline-block;
  text-align: right;
  font-size: 13px;
  line-height: 21.034px;
  float: right;
  text-align: right;
  color: #4c4c4b;
}
.products_grade {
  text-decoration: line-through;
  opacity: 0.4;
  font-size: 13px;
  line-height: 21.034px;
  float: right;
  text-align: right;
  color: #4c4c4b;
}
.list_fy {
  text-align: center;
  margin-bottom: 30px;
}
.list_fy .total em {
  font-style: normal;
  font-weight: 700;
  margin: 0 5px;
}
.list_fy .pagination,
.list_fy .total {
  vertical-align: middle;
  margin-right: 10px;
}
.list_fy .pagination li > a {
  color: #000;
}
.list_fy .pagination li > a,
.list_fy .pagination li > span {
  border: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 2px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #111;
}
.pagination > .active > span {
  background-color: #4c4c4b !important;
}
.copyright {
  margin: 0;
}
.icon_nav > li {
  vertical-align: middle;
  padding: 0;
  margin: 0 5px 5px 0;
}
.icon_nav img,
.icon_nav svg {
  width: 17px;
  height: 20px;
  fill: #000;
}
.icon_nav svg:hover {
  fill: #7a7a7a;
}
.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 .img a img {
  width: 70px;
  height: 70px;
}
.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 .num {
  margin-top: 5px;
}
.pc_cart_list > ul li .total {
  display: block;
  text-align: right;
  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_foot.cart_total.text-center {
  padding: 20px;
  padding-top: 15px;
}
.pc_cart_list .pc_cart_foot button {
  padding: 10px 22px;
  width: 100%;
  margin: auto;
  font-weight: 400;
  font-size: 13px;
  line-height: 21.034px;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: graphik--medium, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.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_html div,
.page_html div span {
  font-size: 17px;
  color: #000 !important;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}
.page_html > .page_title:first-child {
  text-align: center;
  text-transform: capitalize;
  font-size: 42px;
  color: #000;
  margin: 0 0 30px;
}
.page_html p span {
  font-size: 24px !important;
  font-weight: 400 !important;
}
.page_html > .page_title p:first-child span {
  font-weight: 400 !important;
  font-size: 32px !important;
}
.page_html p {
  font-size: 17px !important;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}
.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 #808284;
  height: 30px;
  line-height: 30px;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-flex;
}
.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;
}
.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: -3px;
}
.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: 10px;
  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: 15px;
  font-weight: 600;
}
.product_window_model .product_window_title {
  font-size: 42px !important;
  text-transform: capitalize !important;
}
@media only screen and (max-width: 991px) {
  .product_window_model .product_window_title {
    font-size: 20px !important;
  }
}
.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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.to_top.on {
  visibility: visible;
  opacity: 1;
}
.footer_a_ul .ul_list {
  width: auto;
  float: left;
  margin-right: 55px;
  margin-bottom: 40px;
}
.mbx_list h1 {
  display: none !important;
}
.at-share-btn-elements a {
  background-color: #4c4c4b !important;
}
.home_custom_design .title,
.home_custom_design h4 {
  font-size: 42px !important;
  font-weight: inherit !important;
  margin: 0 0 24px !important;
}
@media (min-width: 1000px) {
  .home_custom_design .title,
  .home_custom_design h4 {
    font-size: 42px;
  }
}
@media (min-width: 600px) {
  .home_custom_design .title,
  .home_custom_design h4 {
    font-size: 38px;
  }
}
.bttrlazyloading {
  width: 100% !important;
}
.home_custom_design > div {
  margin-bottom: 0;
}
.play_products_modal .bd li .products_imgs a:first-child {
  position: initial !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
}
.custom_products_ul_li .products_title a {
  font-size: 16px !important;
}
.custom_products_ul_li .products_title a:hover {
  color: #7a7a7a;
}
.products_price_modal span {
  font-size: 16px !important;
}
.gallery_jigsaw_imgmodal span {
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
}
.gallery_jigsaw_imgmodal span img {
  transition: all 0.6s, all 0.6s;
}
.gallery_jigsaw_imgmodal span img:hover {
  transform: scale(1.2);
  opacity: 1 !important;
}
.gallery_jigsaw_b .btn_group_modal .btn_group_modal_overlay {
  text-align: left;
}
.gallery_jigsaw_b .btn_group_modal .products_title a {
  position: relative;
  margin-top: 20px;
  text-align: left;
  line-height: 30px;
  height: auto;
  font-size: 20px;
  margin-right: 84px;
  padding-bottom: 0;
  color: #1a1a1a;
  padding-right: 0;
  font-family: graphik, sans-serif;
}
.gallery_jigsaw_b .btn_group_modal .Learn_More {
  position: relative;
  margin-top: 5px;
  line-height: normal;
  height: auto;
  text-align: center;
  font-size: 14px;
  font-family: graphik, sans-serif;
  margin-right: auto;
  color: #656565;
  padding-top: 10px;
}
.gallery_jigsaw_b .btn-group-justified {
  display: flex;
}
.gallery_jigsaw_b .btn-group-justified > .btn-group {
  width: 50%;
}
.checkout-moneyModel label i {
  color: #000 !important;
}
.zoomdie .zoomImg {
  width: 1340px !important;
  height: auto !important;
  max-height: unset !important;
}
.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;
  display: inline-flex;
}
.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 #808284;
}
.cart_td_qty > i.num_n {
  left: 0;
  border-right: 1px solid #808284;
}
.cart_td_qty input {
  width: 100%;
  border: none;
  text-align: center;
  line-height: 28px;
  display: block;
  outline: 0;
}
img[data-sizes="auto"] {
  display: block;
  width: 100% !important;
  object-fit: contain;
}
ol.breadcrumb.hidden-xs {
  display: flex;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #dfe0e1;
  border-bottom: 1px solid #dfe0e1;
  padding: 0;
  margin: 0 0 30px 0;
}
.homeBlogModel-li-content {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_vertical .left_img {
  width: 100px;
}
.login_form__title {
  font-family: graphik, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 38.832px;
  line-height: 1em;
  color: #4c4c4b;
  margin-bottom: 16px;
}
.login_form__titles {
  font-family: graphik, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 25.888px;
  line-height: 1.5em;
  color: #4c4c4b;
  margin-bottom: 24px;
  padding: 0 14px;
}
.form_models .form-group input[name="txt_email"] {
  color: #4c4c4b;
  background-color: #f5f5f5;
  height: 51px;
  border: none;
}
button.btn.btn-info.btn-lg.btn_email {
  width: 100%;
}
input[type="checkbox"] {
  position: relative;
  top: 2px;
}
input[type="radio"] {
  margin-top: 1px;
}
.has-feedback .form-control {
  padding-right: 12px;
}
@media (max-width: 991px) {
  .has-feedback .form-control {
    margin-bottom: 15px;
  }
  .form-group {
    margin-bottom: 0;
  }
  .checkedAgreement {
    margin-bottom: 15px;
  }
}
@font-face {
  font-family: iconfont;
  src: url(iconfont.eot?t=1596159680914);
  src: url(iconfont.eot?t=1596159680914#iefix) format("embedded-opentype"),
    url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAANoAAsAAAAAB0wAAAMcAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcAqCWIJMATYCJAMICwYABCAFhG0HMBtyBhHVmyvIfh7Ytuj0AawEIidC/6ZSjO3Z9+D5z79/95mZd/0BBBQqSPV/6QCXWelyUYVL2W5+IFsAbG6GrlERiiU5D/6X70jHJuTX/1xOb4Iftj5QLnNMPuoFGAcU2FiT4kQKpMC4R3iNqJvYyMd+COCRqyJp2bpjTxwMMEwAmThuzDCcghHTUik4CBYx1yBbieCodSoKW6LPy6/qOaCIaKCm6+hWI2n6NRlz9NJw6cAAQTSfHVAWgQYqAgPSk3R2RifJijSelTQUYl+VAl+TwzAQ7vaPBwJiAeUBANm88J5EnvhWf6kAMIAFTAeOjsoBq7G4mJM/bH3vp08ZtazPs2fUhl5PnvRm6ePbuXP37rTLz1rW4lvf8/FjXrmUf8Df0Keky55du3YmR3s+HuwtPbnh9LJT608M8/YlPfutT336NFnWdzxxgik67Tld4Vkff8PVUk96jRi/83+t/t0KOxfMm1fQubDblcLuoW7evHyoW+GV7gTS5Yz+TQrnJJd6eKxCqQ/5k+v3zO+Q227q1Ha5HfKOM57IS3m+P6/D8TzTMHUacXmPti3S/vXvcWG93/Nwq/Q2GZ909ZSS8rfL3ykfHZBc3dyuIL6owp0uHdw25ZuOz+5Os4PdFkith8ezSsm5Gc1rtEfpHjc6ZJVuVqpCj2o0BSCcvqWb/Cff4cH23neGxDX86/gGgFft9jyI/OEM/dzg3LlL4B8Q9awztgRMypgiMquYjvVmcg8jEAJvordjtSmvmxUcUl7abZOTgcahGDVkRYjgUzNk4XCucvCooA2/2CfJdDRiXKC8VRwI8c6DIpb7oIn3CDXkG4iQ6g9YxKfBo7ckrelT2iqIFoSS0YD6Q9CtWmZhEVfe0L2zpLwkYryQrhCBZZzLmQMr0hwTro9bmS1YagV27jDMuUGnFlHz6Jn7Nk2WetKoWxmEFoSS0QD1B0G3aoPmLCrvv6F7Z0kttBb3C+kK7YPFaO6BHsrai3Yvj1wft2K2wFIrYOfsmDHZQKd7RdQ88iPifTMJjWxf5bi+uny6LYAHdCrsprH+nYOswwA=")
      format("woff2"),
    url(iconfont.woff?t=1596159680914) format("woff"),
    url(iconfont.ttf?t=1596159680914) format("truetype"),
    url(iconfont.svg?t=1596159680914#iconfont) format("svg");
}
.iconfont {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-kulian:before {
  content: "\e614";
  vertical-align: middle;
  color: red;
  font-size: 32px;
}
.text_txt {
  padding-left: 10px;
}
.donghua {
  display: inline-block;
  padding: 5px 23px;
  border: 1px solid #ccc;
  font-size: 14px;
  position: fixed;
  top: 40%;
  left: 43%;
  background: #fff;
  transform-origin: center center;
  animation-name: shaky-slow;
  animation-duration: 0.1s;
  animation-iteration-count: 3;
  animation-delay: 0s;
  animation-play-state: running;
}
@keyframes shaky-slow {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  25% {
    transform: translate(-5px, 0) rotate(0);
  }
  50% {
    transform: translate(0, 0) rotate(0);
  }
  75% {
    transform: translate(5px, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@media (max-width: 991px) {
  .has-feedback .form-control {
    margin-bottom: 15px;
  }
  .form-group {
    margin-bottom: 0;
  }
  .checkedAgreement {
    margin-bottom: 15px;
  }
  .relative label.radio-inline {
    margin-bottom: 10px;
  }
}
.zoom {
  display: inline-block;
  position: relative;
}
.zoom img {
  display: block;
}
.zoom img::selection {
  background-color: transparent;
}
.zoomImg {
  width: 1340px !important;
  height: auto !important;
  max-height: unset !important;
}
.products_img_li .products_imgs {
  margin: 0;
  width: 75px;
  height: 75px;
  border: 1px solid #f7f7f8;
  padding: 5px;
  margin-bottom: 8px;
  display: block;
  overflow: hidden;
}
.products_img_li .products_imgs:hover,
.products_img_li.on .products_imgs {
  border-color: #808284;
}
.products_img_li .products_imgs img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media scren and(max-width:1275px) {
  .products_img_li .products_imgs {
    width: 80px;
    height: 80px;
  }
}
.home_custom_design .title,
.home_custom_design h2,
.home_custom_design h4 {
  font-size: 38px;
  color: #4c4c4b;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  line-height: 45px;
  padding-top: 50px !important;
  height: auto;
  text-align: center;
  font-family: graphik, sans-serif;
  margin-bottom: 40px !important;
  color: #1a1a1a;
  border-top: 1px solid #dddd;
  margin-top: 70px !important;
}
.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: 10px 0;
  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: -10px;
  margin-right: -10px;
}
.gallery_jigsaw_b.padding-5 .row .btn-group-justified .btn-group {
  padding: 0 10px;
}
.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 .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: 30px 0;
}
.custom_products .custom_products_ul {
  margin-left: -1px;
  border-left: 1px solid #f7f7f7;
}
.custom_products li {
  background-color: #fff;
  width: 20%;
  float: left;
  min-height: 200px;
  position: relative;
  text-align: center;
  border: 1px solid #f7f7f7;
  border-width: 1px 1px 1px 0;
  margin-top: -1px;
}
[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: 25px;
  right: 25px;
  bottom: 25px;
  top: 25px;
}
.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;
}
.custom_products li .products_title {
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  margin: 0 15px;
  padding: 0;
  word-wrap: break-word;
}
.custom_products li .products_title a {
  color: #030303;
  font-weight: 700;
  display: inline-block;
  line-height: 22px;
  max-height: 44px;
}
.products_price_modal {
  display: block;
  position: relative;
  min-height: 40px;
  line-height: 16px;
  text-align: left;
}
.products_price_modal > span {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  vertical-align: text-bottom;
}
@media (max-width: 991px) {
  .custom_products li {
    width: 50%;
  }
  [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: 0;
  margin: 0 50px;
}
.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 8px;
  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 {
  position: absolute;
  top: 50%;
  z-index: 3;
  color: #000;
  height: 44px;
  line-height: 44px;
  width: 30px;
  margin-top: -30px;
  text-align: center;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  width: 18px !important;
  height: 18px !important;
  border-bottom: 1.5px solid #000 !important;
  border-left: 1.5px solid #000 !important;
}
.play_products_modal .next {
  right: 100%;
  margin-right: 15px;
  transform: rotate(45deg);
}
.play_products_modal .prev {
  transform: rotate(-135deg);
  left: 100%;
  margin-left: 15px;
}
@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%;
  }
}
.testimonials_modal {
  position: relative;
}
.testimonials_modal .jumbotron {
  background: 0 0;
  padding: 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;
  }
}
@media (max-width: 767px) {
  .custom_products,
  .play_products_modal {
    padding: 15px 0;
  }
  .gallery_jigsaw,
  .gallery_jigsaw_b {
    padding: 10px 0;
  }
}
.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 {
  margin: 5px 0;
  color: #777;
}
@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;
}
.hide {
  display: none !important;
}
.container.foottext {
  line-height: 19px;
  color: #808284;
}
.headers.on .header_section {
  position: fixed;
  width: 100%;
  background: #fff;
  color: #808284;
  top: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(76, 76, 75, 0.1);
  box-shadow: 0 2px 4px 0 rgba(76, 76, 75, 0.1);
}
li.no-bg.open .dropdown-menu {
  right: 0;
  left: auto;
  background-color: #fff;
  border: 1px solid #dfe0e1;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
}
.pc_cart_list_ul .remove a {
  z-index: 1;
  font-size: 28px;
  width: 20px;
  height: 20px;
  line-height: 1;
  color: #a3a5a7;
  cursor: pointer;
  background: 0 0;
  padding: 0;
  display: block;
  text-align: right;
}
.play_imglist .modal_gallery_a_slide h2 {
  border: none !important;
}
#sidebar-main {
  display: none;
}
@media (min-width: 991px) {
  body[data-template="index"] .header_section {
    background-color: transparent;
    color: #fff;
    transition-property: color, fill, stroke, background-color, box-shadow,
      -webkit-box-shadow;
    box-shadow: none;
  }
  .header_section {
    background-color: #fff;
    color: #808284;
  }
  .customer_box svg.icon {
    fill: #808284;
  }
  body[data-template="index"] .customer_box svg.icon {
    fill: #fff;
  }
  body[data-template="index"] .header_section:hover {
    background-color: #fff;
    color: #808284;
    box-shadow: 0 2px 4px 0 rgba(76, 76, 75, 0.1);
  }
  .header_section:hover {
    background-color: #fff;
    color: #808284;
    box-shadow: 0 2px 4px 0 rgba(76, 76, 75, 0.1);
  }
  .logo .logo_font svg {
    height: 14px;
    fill: #808284;
    margin-left: 15px;
    margin-bottom: 3px;
  }
  body[data-template="index"] .logo .logo_font svg {
    fill: #fff;
  }
  .header_cart > a {
    border: 1px solid #808284;
  }
  body[data-template="index"] .header_cart > a {
    border: 1px solid #fff;
  }
  .headers.on .customer_box svg.icon,
  .headers.on .logo .logo_font svg {
    fill: #808284;
  }
  body[data-template="index"] .customer_box svg.icon {
    fill: #fff;
  }
  .header_section:hover .customer_box svg.icon,
  .header_section:hover .logo .logo_font svg {
    fill: #808284;
  }
  .header_section:hover .header_cart > a,
  .headers.on .header_cart > a {
    border-color: #808284;
    color: #808284;
  }
  .sidebar,
  div[data-sidebar-main="mask"] {
    display: none;
  }
}
.header_a {
  height: 45px;
  background-color: #b52727;
  margin: auto;
  color: #fff;
  position: relative;
  z-index: 0;
  padding: 0 40px;
  display: flex;
  position: relative;
  justify-content: flex-end;
  z-index: 11;
  font-size: 12px;
  font-family: graphik, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.header_a .banner {
  height: 100% !important;
  position: absolute;
  width: 250px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.localised_banner_greeting {
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
span.localised_banner_message {
  font-size: 12px;
  line-height: 19.416px;
}
.enable-accessibility-link {
  display: flex;
  align-items: center;
  line-height: 12px;
  position: absolute;
  right: 115px;
  height: 100%;
  color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
}
.enable-accessibility-link__text {
  border-bottom: 1px solid #fff;
}
.header_a .navbar-text {
  margin: 0;
  padding: 0;
  line-height: 45px;
}
a.selcurrenct {
  color: #fff !important;
}
.state_icon {
  border-radius: 2px;
}
.dropdown-item a {
  font-size: 12px;
}
ul.hd_top_right.list-inline.pull-right {
  display: flex;
  justify-content: space-between;
  align-content: center;
  line-height: 60px;
}
span.iconfont.icon-sousuo {
  position: relative;
  top: 0;
  margin-right: 2px;
  font-size: 13px;
}
.modal.fade.nav_left_model.show > div {
  left: 0;
}
.modal.fade.nav_left_model.show {
  display: block !important;
}
.wrapper-footer {
  font-size: 16px;
  border-top: 1px solid #d7d4d0;
  margin-top: 30px;
  padding: 40px 0;
}
.wrapper-footer .ul_list li {
  display: inline-block;
  padding: 0 0 20px;
  text-align: left;
  text-decoration: none;
  width: 50%;
  float: left;
}
.ul_list li a {
  color: #4c4c4b !important;
  font-size: 16px;
}
.footer_a {
  display: inline-block;
  width: 60%;
}
.click_unfold svg {
  font-size: 14px;
}
li.no-bg.open {
  position: relative;
}
.customer_box ul.dropdown-menu {
  padding: 25px 20px;
}
.customer_box .dropdown-menu > li > a {
  display: block;
  padding: 0;
  clear: both;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
  margin-bottom: 5px;
  color: #808284;
  stroke: #808284;
  font-size: 13px;
  line-height: 21.034px;
}
.customer_box .dropdown-menu > li:last-child a {
  margin-bottom: 0 !important;
}
.cart_con h3 {
  margin: 0;
  padding: 20px;
  padding-bottom: 15px;
}
.hover_cart_div {
  padding: 0 20px;
  color: #4c4c4b;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.blog_list.blog_left_img {
  background: #f7f7f8;
  border-top: 1px solid #dfe0e1;
  padding: 15px 0;
  width: 100%;
  padding-top: 30px;
  max-width: 960px;
  margin: 0 auto;
}
body[data-template="blog"] .mbx_list {
  display: none;
}
.blog_li_img img {
  width: 100%;
}
h2.blog_list_title {
  margin: 10px 0;
}
ul.list-inline.blog_meta li span.glyphicon {
  margin-right: 5px;
}
.visible-xs-block {
  display: none !important;
}
.state_icon {
  margin-right: 3px !important;
}
.cart_box.pc_cart_list .pc_cart_list_ul .money,
.cart_list .money {
  display: none !important;
}
.cart_box.pc_cart_list .pc_cart_list_ul .money.total,
.cart_list .money.total {
  display: block !important;
}
@media (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .header_a,
  .header_section {
    padding: 0 10px;
  }
  .header_a .dropdown-menu {
    transform: translate3d(0, 24px, 0) !important;
    left: auto !important;
    right: 0 !important;
    top: 16px;
  }
  .nav_top {
    display: none;
  }
  .logo {
    line-height: 48px;
    height: 48px;
  }
  .header_section {
    background-color: #fff;
  }
  .logo .logo_font {
    color: #202020 !important;
  }
  .section {
    margin-top: 0;
  }
  .visible_mob .total_num {
    display: none !important;
  }
  .builder-block .span {
    padding: 0 15px;
    margin: 0 !important;
  }
  .header_a {
    height: 40px;
  }
  .header_a .navbar-text {
    line-height: 40px;
  }
  body[data-template="index"] .section {
    margin: 0;
  }
  .home_custom_design .title,
  .home_custom_design h2,
  .home_custom_design h4 {
    font-size: 26px;
    padding-top: 40px !important;
    font-size: 26px !important;
    margin-top: 30px !important;
    margin-bottom: 22px !important;
  }
}
.pc_input a {
  color: inherit;
}
.li_list > a {
  font-weight: 600;
  font-size: 13px;
  line-height: 26px;
  color: #4c4c4b;
  text-align: left;
  padding: 0;
  display: block;
}
li.category {
  line-height: 26px;
}
.li_list .category a {
  font-size: 13px;
  color: #808284;
  text-align: left;
  padding: 0;
  display: block;
}
.li_list {
  padding: 15px 0;
  border-bottom: 1px solid #dfe0e1;
}
.li_list:first-child {
  padding-top: 0;
}
.li_list:last-child {
  border: none;
}
.product_nav_left {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  height: -webkit-calc(100vh - 80px);
  height: calc(100vh - 80px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
.animation_tab .nav_guide {
  width: 18px !important;
  height: 18px !important;
  border-bottom: 1.5px solid #000 !important;
  border-left: 1.5px solid #000 !important;
}
.ul_s .category a {
  color: #666;
}
.pc_input_style {
  width: 100%;
  background-color: #fff;
  z-index: 9;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  transition-property: color, fill, stroke, background-color, box-shadow,
    -webkit-box-shadow;
  box-shadow: 0 2px 4px 0 rgba(76, 76, 75, 0.1);
  display: none;
}
.search_bar_container {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.search_bar_container input {
  outline: 0;
  border: none;
  width: 100%;
  height: 42px;
  background: #f5f5f5;
  padding: 10px;
  outline: 0;
  border-radius: 4px !important;
  border: 1px solid #f5f5f5;
  font-size: 14px;
  box-shadow: none;
}
.search_bar_container .form-control:focus {
  border-color: transparent;
  box-shadow: none !important;
}
.search_bar_container button {
  outline: 0;
  border: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 22.652px;
  position: absolute;
  top: 10px;
  right: -140px;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  color: #4c4c4b;
  background: #fff;
}
img.last-2-img {
  display: block;
  max-height: 210px;
}
.logInModal {
  z-index: 3001;
}
.modal-backdrop.fade.in {
  z-index: 3000;
}
ul.nav_second.clearfix {
  display: flex;
}
.sidebar {
  position: fixed;
  top: 88px !important;
  bottom: 0;
  background-color: #fff;
}
div[data-sidebar-main="mask"] {
  top: 88px !important;
}
body.on .sidebar {
  top: 48px !important;
}
body.on div[data-sidebar-main="mask"] {
  top: 48px !important;
}
#sidebar-main {
  top: 88px;
}
.sidebar a {
  text-decoration: none;
  display: block;
}
.sidebar .wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 44px 20px;
  overflow-y: auto;
  -webkit-box-sizig: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}
.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;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.logInModal .modal-dialog {
  position: absolute !important;
  margin: auto !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: min-content;
}
.logInModal .modal-header {
  border: none;
}
.logInModal .modal-content {
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.logInModal .form_model {
  max-width: 340px;
  width: 100%;
  margin: 49px auto;
}
.logInModal .close {
  opacity: 1;
}
.logInModal .close_svg {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  stroke: #4c4c4b;
}
.form_model .text-center.login_tt,
.form_model .text-center.regist_tt {
  font-size: 20px;
  line-height: 32.36px;
  line-height: 30px;
  color: #4c4c4b;
  display: block;
  margin-bottom: 32px;
}
.form_model .relative label,
.form_model .relative > span {
  font-size: 12px;
  line-height: 17.798px;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  color: #808284;
  display: block;
  margin-bottom: 3px;
  text-align: left;
  min-height: 17px;
  display: inline-block;
}
.form-control:focus {
  border: 1px solid #808284;
}
.form_model .login_btn {
  width: 100%;
  height: 56px;
}
a.btn.btn-link {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding: 0;
  border: none;
}
.form_model .form-group.text-center {
  margin-bottom: 20px;
}
.form_model input.form-control.form-controls {
  height: 38px;
  font-size: 13px;
}
.form_model button.reg_btn.btn.btn-primary.btn-lg {
  width: 100%;
  height: 56px;
}
input[type="checkbox"],
input[type="radio"] {
  height: auto !important;
}
.form_model .modal-body {
  max-height: 750px;
  overflow: auto;
}
.form_model .sneak_peek_modal_copy {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #4c4c4b;
  margin-bottom: 32px;
}
.form_models h3 {
  font-family: graphik, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 38.832px;
  line-height: 1em;
  color: #4c4c4b;
  margin-bottom: 16px;
}
.form_models p {
  font-family: graphik, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 25.888px;
  line-height: 1.5em;
  color: #4c4c4b;
  margin-bottom: 24px;
  padding: 0 14px;
}
.form_models .glyphicon.glyphicon-envelope {
  display: none;
}
.form_models a.btn.btn-info.btn-lg {
  width: 100%;
}
.grid-content {
  padding-bottom: 40px;
  text-align: center;
}
.grid-content .subheading {
  font-size: 13px;
  line-height: 21.034px;
  color: #808284;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin: 0;
  font-family: csb, Century Schoolbook, Georgia, serif;
}
.blogshow_html p,
.blogshow_html span,
p.blog_content {
  font-family: csb, Century Schoolbook, Georgia, serif;
  font-size: 21px;
  line-height: 33.978px;
}
.blog_meta span {
  font-family: csb, Century Schoolbook, Georgia, serif;
}
.blog_meta .glyphicon {
  font-family: "Glyphicons Halflings";
}
h2.blog_list_title a {
  font-family: csb, Century Schoolbook, Georgia, serif;
  font-size: 13px;
  line-height: 21.034px;
  color: #808284;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
}
.article_section h1 {
  font-family: csb, Century Schoolbook, Georgia, serif;
  color: #808284;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
}
#blogreview .form-group {
  margin-bottom: 15px !important;
}
textarea.form-control {
  border-radius: 0;
}
body[data-template="forgottenpassword"] .mbx_list {
  display: none;
}
body[data-template="forgottenpassword"] .section {
  min-height: 100vh;
  display: flex;
}
body[data-template="forgottenpassword"] .container {
  margin: auto;
}
.content_us.form_model .form-group input {
  height: 51px;
}
.gallery_jigsaw_bs span {
  margin-top: 20px;
  height: auto;
  text-align: center;
  font-size: 16px;
  font-family: graphik, sans-serif;
  color: #6f6f6f;
  text-decoration: underline;
}
.gallery_jigsaw_bs .container {
  padding: 0 10% !important;
}
.collectionlist_a.gallery_jigsaw_b {
  padding-top: 60px;
}
.collectionlist_a .btn-group .span {
  font-size: 22px;
  font-family: graphik, sans-serif;
  color: #000;
  margin: 25px 14.48px 16px 16.06px;
  padding-right: 5px;
  line-height: 28px;
  display: block;
}
.collectionlist_a .btn-group .span_p {
  font-family: graphik, sans-serif;
  margin: 0 5%;
  opacity: 1;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 14px;
  color: #6f6f6f;
  line-height: 18px;
}
.collectionlist_a .btn-group .span_p p {
  margin: 0;
}
.imagewithtext-c {
  position: relative;
}
.centered {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.builder-block {
  display: flex;
  flex-direction: column;
  -webkit-box-align: stretch;
  align-items: stretch;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  cursor: pointer;
  pointer-events: auto;
  height: 100%;
  width: auto;
  margin-left: 1px;
}
.builder-blocks {
  display: flex;
  flex-direction: column;
  -webkit-box-align: stretch;
  align-items: stretch;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 15px;
}
.builder-blocks .p {
  line-height: normal;
  text-align: center;
  color: #fff;
  font-size: 75px;
  padding-bottom: 9px;
  margin-bottom: 0vw;
  margin-top: 80px;
  font-weight: 400;
  font-family: csb, sans-serif;
}
.builder-blocks .div {
  line-height: revert;
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
}
.builder-blocks .button {
  line-height: 24px;
  height: 45px;
  text-align: center;
  background-color: #fff;
  width: 180px;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #4a4a4a;
  font-size: 12px;
  align-self: center;
  width: auto;
  letter-spacing: 1px;
  padding: 10px 25px;
  display: inline-block;
  font-family: graphik--medium, sans-serif;
  margin-top: 40px;
}
.builder-blocks .div p {
  margin: 0;
}
.builder-block .span {
  display: flex;
  flex-direction: column;
  position: absolute;
  flex-shrink: 0;
  box-sizing: border-box;
  line-height: normal;
  height: auto;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-left: 50px;
  margin-right: auto;
  -webkit-box-align: stretch;
  align-items: stretch;
  bottom: 40px;
  color: #fff;
}
@media (max-width: 991px) {
  .builder-block .span {
    position: initial;
    font-size: 12px;
    font-family: graphik, sans-serif;
    opacity: 1;
    margin: 30px 3% 30px 1px !important;
    color: #4a4a4a;
    line-height: 1.15rem;
    display: block;
    padding: 0 !important;
    text-align: center;
  }
}
.categry_list ul.clearfix.row {
  padding: 0 8px;
}
.categry_list li {
  padding: 0 8px;
}
.filter_right.clearfix {
  padding: 0 3px;
}
.money strong {
  font-weight: 400;
  font-size: 13px;
}
.header_cart.customer_box .div {
  display: none;
}
.header_cart.customer_box.on .div {
  display: inline-block !important;
}
.header_cart.customer_box.on a {
  width: auto;
  border-radius: 20px;
  line-height: 37px;
  padding: 0 10px;
}
.header_cart.customer_box.on svg.icon {
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 1200px) {
  .gallery_jigsaw_b .btn_group_modal .products_title a {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .search_bar_container button {
    right: 5px;
    top: 7px;
  }
  .search_bar_container {
    max-width: 100%;
    padding: 0 10px;
    padding-right: 60px;
  }
  .search_bar_container input {
    height: 35px;
  }
  .no-bg .dropdown-menu {
    position: relative;
    padding: 0;
  }
  .dropdown-backdrop {
    position: initial;
  }
  li.no-bg {
    padding: 0 !important;
  }
  .no-bg .dropdown-menu li {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .nav_top .container,
  .nav_top ~ .container {
    padding: 0;
  }
  .products_price em {
    font-size: 12px;
  }
  .footer-main {
    background-color: #f2f2f2;
    padding: 0;
  }
  .footer_social {
    background: #fff;
    padding: 30px 20px;
    z-index: 1;
  }
  .footer_a .footer_a_ul > li {
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #d7d4d0;
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    width: 100%;
    margin: 0;
  }
  .subscribe_form {
    border-bottom: 1px solid #dfe0e1;
    padding-bottom: 5px;
  }
  .email_sub {
    bottom: 5px;
    right: -3px;
  }
  .footer_a_tt {
    margin-bottom: 0;
    padding: 20px 0;
    text-align: left;
  }
  .footer_a .ul_list > ul.list-unstyled a {
    line-height: initial;
    padding-bottom: 10px;
  }
  .footer_a .ul_list > ul.list-unstyled {
    margin: 0;
  }
  .ul_list .list-unstyled {
    display: none;
  }
  .footer_a,
  .footer_social {
    width: 100%;
  }
  .footer_a .footer_a_ul > li span {
    position: absolute;
    right: 20px;
    top: 23px;
  }
  .pc_show {
    display: none !important;
  }
  .pc_hide {
    transform: rotate(90deg);
  }
  .social_tt {
    padding-bottom: 30px;
    text-align: left;
  }
  .icon_nav {
    padding: 0;
    padding-bottom: 21px;
  }
  .subscribe_box {
    margin: 0;
  }
  .gallery_jigsaw_b .btn-group-justified {
    display: block;
  }
  .gallery_jigsaw_b.padding-5 .row .btn-group-justified .btn-group {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .home_custom_design .title,
  .home_custom_design h4 {
    font-size: 26px !important;
    margin-top: 0 !important;
    margin-bottom: 42px !important;
  }
  .gallery_jigsaw_b .btn_group_modal .btn_group_modal_overlay {
    text-align: left;
    width: 50%;
    display: inline-block;
    padding-left: 10px;
  }
  .gallery_jigsaw_b .btn_group_modal .products_title a {
    font-size: 14px;
    line-height: initial;
    margin-right: 0;
  }
  .gallery_jigsaw_bs span {
    min-height: 50px;
    height: max-content;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .logInModal .modal-dialog {
    top: auto;
  }
  .gallery_jigsaw_bs .gallery_jigsaw_imgmodal {
    width: 100%;
  }
  .gallery_jigsaw_bs .container {
    width: 90%;
    padding: 0 !important;
  }
  .gallery_jigsaw_bs .btn-group-justified > .btn-group {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
  }
  .nav_right {
    right: 10px;
  }
  .collectionlist_a .btn-group-justified > .btn-group {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
  }
  .collectionlist_a .gallery_jigsaw_imgmodal {
    width: 100%;
  }
  .collectionlist_a.gallery_jigsaw_b {
    padding-top: 0;
    margin-bottom: 24px;
  }
  .gallery_jigsaw_b .btn_group_modal .Learn_More {
    opacity: 0.56;
  }
  .builder-blocks .p {
    font-size: 40px;
  }
  .builder-blocks .div {
    font-size: 14px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 374px) {
  .builder-blocks .div {
    font-size: 12px;
    font-weight: 400;
  }
  .builder-blocks .p {
    font-size: 28px;
  }
  .builder-blocks .button {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .pc_show {
    display: inline-block !important;
  }
  .pc_hide {
    display: none !important;
  }
}
@media (min-width: 991px) {
  .footer_a .ul_list > ul.list-unstyled {
    display: block !important;
  }
  .home_custom_design .gallery_jigsaw_b h2.title {
    margin-bottom: 80px !important;
    padding-top: 100px !important;
  }
}
.product-description,
section.product-details {
  padding: 0 !important;
}
.mbx_list .breadcrumb li:last-of-type a {
  color: #808284;
}
.product_pxs svg {
  margin-right: 5px;
}
.product_pxs .startssss1 {
  margin-left: 8px;
}
.tb_wholesale {
  margin-top: 10px;
  margin-bottom: 1px;
}
.tb_wholesale span {
  display: inline-block;
  margin-right: -10px;
  margin-bottom: -1px;
  text-align: left;
  border: 1px solid #111;
  background: #fff;
  padding: 0 20px;
  line-height: 22px;
  font-size: 12px;
  min-width: 110px;
}

/* .hide_price_wanquanyun{display:none!important}
.hide_quantity_wanquanyun{display:none!important}
.hide_specification_wanquanyun{display:none!important}
.hide_button_add_wanquanyun{display:none!important}
.hide_button_buy_wanquanyun{display:none!important}
.hide_total_wanquanyun{display:none} */
@media (min-width: 992px) {
  #myWishListModal .modal-lg {
    width: 991px;
    transform: translateY(32%);
  }
}

.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;
}

/*mypoints 积分规则*/
.modal-body {
  padding: 30px !important;
}
.modal-backdrop {
  position: static !important;
}
/*points页标题字体大小*/
p.title.title-sub {
  font-size: 16px !important;
  font-weight: 100 !important;
}
p.title.title-sub2{
  font-size: 18px !important;
}