@charset "utf-8";
html {
  -webkit-text-size-adjust: none;
}
body {
  font-size: 13px;
  line-height: 1.5;
  color: #000;
  font-family: big-caslon-fb, Times New Roman, sans-serif;
}
@media (min-width: 992px) {
  .visible_mob {
    display: none !important;
  }
  .hidden_mob {
    display: block !important;
  }
}
a {
  
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.2px;
  outline: medium none;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.25s ease;
}
input {
  border-radius: 0 !important;
}
.panel {
  border-radius: 0;
}
.form-control:focus {
  border-color: #000;
  box-shadow: none !important;
}
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;
  text-transform: uppercase;
}
.h5,
.h6,
h5,
h6 {
  font-size: 0.8em;
}
.container {
  position: relative;
}
.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 {
    width: 1440px;
  }
  .search_bar_container {
    width: 1440px;
  }
  .containers {
    width: 1280px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .container {
    width: 100%;
  }
  .search_bar_container {
    width: 100% !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1480px) {
  .container {
    width: 100%;
  }
  .search_bar_container {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1480px) {
  .container {
    width: 100%;
  }
  .search_bar_container {
    width: 100% !important;
  }
}
.selcurrenct span.caret {
  margin-bottom: 4px;
}
.btn-link {
  color: #535555;
}
.btn-info,
.btn-primary {
  background-color: #000 !important;
  border-color: #000 !important;
  outline: 0 !important;
}
.btn-info:active,
.btn-info:hover,
.btn-info:valid,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:visited {
  background-color: #000 !important;
  border-color: #000 !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: fixed;
  width: 100%;
  top: 0;
  z-index: 1050;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.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 {
  font-family: basis-grotesque-off-white, Arial, sans-serif;
  color: #404040;
  font-size: 15px;
  text-transform: capitalize;
}
.customer_box > a:hover {
  color: #7a7a7a;
}
.dropdown-menu li a:hover {
  color: #7a7a7a;
}
.hd_top_right > li {
  vertical-align: middle;
  position: relative;
  padding: 0 10px;
}
.section {
  padding-top: 60px;
  position: relative;
  min-height: 30vh;
}
.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: 823px;
  margin: 30px auto;
}
.form-group select,
.form_model .form-group input,
.form_model .form-group textarea {
  font-family: inherit;
  height: auto;
  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: 15px;
  line-height: 1.6;
  padding: 12px 12px;
}
.btn.btn-lg {
  padding: 12px 16px;
  font-family: basis-grotesque-medium, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3333333;
  letter-spacing: 1px;
  text-transform: uppercase;
}

a[data-toggle],
a[href],
a[onclick] {
  cursor: pointer;
}
a:focus,
a:hover {
  text-decoration: none;
  
}
a,
button {
  outline: 0 !important;
}
ul {
  list-style-type: none;
}
li,
ul {
  padding: 0;
  margin: 0;
}
.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_absolute {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
}
.img_svg {
  width: 22px;
  height: 22px;
}
.nav_left {
  position: absolute;
  z-index: 2;
  padding-bottom: 60px;
  left: 0;
  top: 50%;
  margin-top: -32.5px;
  height: 60px;
  width: 60px;
  text-align: center;
}
.nav_left > a {
  cursor: pointer;
  height: 60px;
  display: block;
}
.nav_left_model > div {
  position: fixed;
  left: -300px;
  width: 300px;
  z-index: 1;
  -webkit-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
.nav_left_model_body {
  overflow: hidden;
  overflow-y: auto;
  text-align: left;
  top: 65px;
  bottom: 0;
  background-color: #fff4f0;
  z-index: 1;
}
.modal-open .nav_left_model.in > div {
  left: 0;
}
.nav_left_model_body .ul_list {
  margin-top: 20px;
}
.nav_left_model_body > .list-unstyled li.more {
  position: relative;
}
.nav_left_model_body > .list-unstyled li.more .clicking_discoloration:active {
  background-color: #addaec;
}
.nav_left_model_body > .list-unstyled li .clicking_discoloration i {
  position: absolute;
  top: 0;
  right: 0;
  height: 43px;
  width: 40px;
  text-align: center;
  line-height: 43px;
  cursor: pointer;
  font-size: 11px;
  color: #1a1a1a;
}
.nav_left_model_body
  > .list-unstyled
  li
  .clicking_discoloration
  .glyphicon-minus {
  display: none;
}
.nav_left_model_body
  > .list-unstyled
  li.on
  .clicking_discoloration
  > .glyphicon-minus {
  display: block;
}
.nav_left_model_body
  > .list-unstyled
  li.on
  .clicking_discoloration
  > .glyphicon-plus {
  display: none;
}
.nav_left_model_body > .list-unstyled > li .clicking_discoloration a {
  font-size: 14px;
  color: #1a1a1a;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav_left_model_body > .list-unstyled > li li a {
  overflow: inherit;
}
.nav_left_model_body > .list-unstyled > li a:hover {
  color: #616161;
}
.nav_left_model_body > .list-unstyled > li > .clicking_discoloration > a {
  padding: 10px 0 10px 20px;
  margin-right: 40px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: basis-grotesque-medium, Arial, sans-serif;
}
.nav_left_model_body > .list-unstyled > li > ul {
  display: none;
  line-height: 37px;
  padding-left: 40px;
  list-style-type: circle;
}
.nav_left_model_body > .list-unstyled > li > ul ul {
  list-style: none;
}
.nav_left_model_body > .list-unstyled ul ul a {
  padding: 0;
  margin-right: 10px;
}
.nav_left_model_body .ul_list {
  line-height: 1.2;
}
.nav_left_model_body .ul_list a {
  display: block;
  padding: 12px 0 12px 20px;
  margin-right: 10px;
  font-size: 14px;
  font-family: basis-grotesque-off-white, Arial, sans-serif;
  letter-spacing: 1px;
}
.nav_left_model_body .ul_list a i {
  margin-right: 5px;
}
.nav_left_model_body .icon_nav img,
.nav_left_model_body .icon_nav svg {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav_left_model_body .icon_nav img:hover,
.nav_left_model_body .icon_nav svg:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.nav_right {
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  right: 15px;
  z-index: 2;
}
.nav_right li {
  position: relative;
  height: 60px;
  width: 40px;
  text-align: center;
}
.nav_right li .total_num {
  position: absolute;
  bottom: 45%;
  display: block;
  width: 10px;
  height: 10px;
  color: #fff;
  left: 37%;
}
.nav_right li[data-toggle="modal"] {
  cursor: pointer;
}
@media (max-width: 767px) {
  .nav_right {
    right: 10px;
  }
}
.header_section {
  position: relative;
}
.header_section_right {
  font-size: 12px;
  vertical-align: middle;
}
.header_section_right {
  float: right;
  display: none;
  margin-top: 22px;
}
.currencies .selcurrenct img {
  margin-top: -3px;
}
.currencies ul.dropdown-menu,
.user_account ul.dropdown-menu {
  left: initial;
  right: 0;
  margin-top: 0;
}
.header_cart {
  position: relative;
}
.header_cart > a {
  color: inherit;
  text-align: center;
  display: block;
}
.header_cart > a {
  display: inline-block;
  width: 20px;
  background: url(../svg/gwd.svg) no-repeat;
  background-position: 0 3px;
  background-size: 20px;
  color: #fff;
  font-size: 10px;
  height: 20px;
  line-height: 31px;
}
.header_cart .total_num {
  color: #000;
  font-size: 16px;
  float: right;
  margin-left: 5px;
}
.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;
}
.pc_cart_li:hover .pc_cart_list {
  display: block;
}
.header_cart .pc_cart_list .cart_con {
  border: 1px solid #cbc9c7;
  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;
  float: left;
  margin-right: 10px;
}
.header_cart .pc_cart_list .title {
  overflow: hidden;
  text-align: left;
}
.header_cart .pc_cart_list .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  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: 35px;
}
.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;
}
.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;
}
.pc_search.search_submit input {
  outline: 0;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
  padding-right: 35px;
  height: 36px;
  font-size: 13px;
  color: #111;
  border: none;
  outline: 0;
  font-size: 17px;
}
.search_icon {
  display: block;
  width: 16px;
  line-height: 16px;
  height: 16px;
  text-align: center;
  border: none;
  background: 0 0;
  color: #47505f;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
}
.headers_underline {
  border-bottom: 1px solid #e6e6e6;
}
.pc_input_style {
  width: 100%;
  border-top: 1px solid #ddd;
  height: 55px;
  -moz-box-shadow: 0 60px 100px rgba(0, 0, 0, 0.1);
  box-shadow: 0 60px 100px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.search_bar_container {
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.pc_input_style_inco {
  display: inline-block;
  width: 22px;
  font-size: 20px;
  height: 100%;
  line-height: 55px;
  float: left;
}
.search_bar_container input {
  width: 77%;
  height: 100% !important;
  margin: 0;
  padding: 0;
  padding: 5px;
  margin-left: 10px;
  margin-top: 13px;
}
.search_bar__info {
  font-size: 17px;
  display: inline-block;
  font-family: basis-grotesque-off-white, Arial, sans-serif;
  line-height: 55px;
  float: right;
}
.search_part {
  cursor: pointer;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.search_part.active .pc_search.search_submit {
  visibility: visible;
  opacity: 1;
}
.search_show_btn {
  width: 30px;
  height: 25px;
}
.pc_search.search_submit .form_cancel {
  right: 0;
}
.search_submit {
  position: relative;
}
.logo {
  height: 60px;
  line-height: 60px;
  position: relative;
  margin: auto;
  text-align: center;
}
.header_section_right_login {
  cursor: pointer;
  text-transform: capitalize;
  font-size: 15px;
}
@media (min-width: 992px) {
  .logo {
    position: absolute;
    top: 31px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
  }
}
.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: 35px;
  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;
}
.nav_top {
  width: 100%;
  font-size: 11px;
  margin-left: 235px;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .nav_top {
    margin-left: 185px;
  }
  .nav_list > a {
    letter-spacing: 0 !important;
  }
}
.nav_first {
  margin-left: 0;
}
.nav_first > li {
  padding: 26px 12px;
  position: relative;
}
.nav_list > a {
  font-weight: 700;
  color: inherit;
  font-family: basis-grotesque-medium, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 1.5px;
  line-height: 1.3;
  cursor: pointer;
  text-transform: uppercase;
}
.nav_list > a:hover {
  color: #7a7a7a;
}
.nav_children_wrap {
  position: absolute;
  z-index: 10;
  top: 70px;
  width: 181px;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 20px;
  visibility: hidden;
  opacity: 0;
  font-size: 14px;
}
.nav_first > li.nav_list:hover .nav_children_wrap {
  visibility: visible;
  opacity: 1;
}
.nav_second_list {
  padding: 5px 20px;
}
.nav_second_list > a {
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
  letter-spacing: 1px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
  font-family: basis-grotesque-off-white, Arial, sans-serif;
}
.nav_second_list > a:hover {
  color: #7a7a7a;
}
.nav_third {
  display: none;
  margin-top: 16px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 100%;
  padding: 10px;
  width: 181px;
}
.nav_third_list {
  margin-bottom: 10px;
}
.nav_third_list > a {
  font-size: 12px;
  color: #000;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: basis-grotesque-off-white, Arial, sans-serif;
}
.nav_third_list > a:hover {
  text-decoration: none;
  color: #7a7a7a;
}
.header_top .currencies {
  position: relative;
}
.header_top .currencies .selcurrenct {
  color: #fff;
}
@media (max-width: 767px) {
  .nav_top .container,
  .nav_top ~ .container {
    padding: 0;
  }
}
.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 {
  padding-top: 30px;
  color: #000;
}
.footer-main {
  background-color: #fff4f0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  width: 100%;
}
.footer-logo {
  background-image: url(../svg/logo-footer.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 140px;
  left: calc(50% - 85px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 220px;
  z-index: 0;
}
@media (min-width: 991px) {
  .footer-logo {
    height: 220px;
    left: calc(50% - 125px);
    width: 345px;
  }
}
.social_wrap {
  padding: 50px 0;
}
.social_left {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .social_wrap {
    display: table;
    width: 100%;
  }
  .join_us,
  .social_left {
    display: table-cell;
    vertical-align: middle;
  }
  .social_left {
    float: right;
  }
  .join_us {
    float: left;
  }
}
.footer_social {
  padding-top: 40px;
  padding-bottom: 10px;
  text-align: center;
  z-index: 1;
}
.subscribe_box {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
.social_tt {
  color: #000;
  line-height: 1;
  color: inherit;
  font-family: big-caslon-fb, Times New Roman, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  text-transform: capitalize;
}
.icon_nav {
  font-size: 0;
  padding: 21px 0;
  margin: 0;
}
@media (min-width: 992px) {
  .subscribe_box {
    display: inline-block;
  }
}
.subscribe_form {
  padding-right: 30px;
  position: relative;
  border-bottom: 1px solid #000;
}
.subscribe_form input {
  height: 42px;
  display: block;
  width: 100%;
  font-family: big-caslon-fb, Times New Roman, sans-serif;
  padding: 6px 12px;
  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: #555;
}
.email_sub {
  outline: 0;
  font-family: big-caslon-fb, Times New Roman, sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  background-color: #faf4f0;
  background: 0 0;
}
.email_sub:hover {
  opacity: 0.8;
}
.footer_a .footer_a_ul {
  padding-top: 30px;
}
.footer_a li a:hover {
  color: #7a7a7a;
}
.footer_a_tt {
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.footer_a .ul_list > ul.list-unstyled {
  margin-top: 15px;
}
.footer_a .ul_list > ul.list-unstyled a {
  line-height: 25px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}
.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_b {
  background-color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 12px;
  width: 100%;
}
.footer_b_tt {
  cursor: pointer;
  font-family: basis-grotesque-off-white, Arial, sans-serif;
  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: 15px;
  font-family: basis-grotesque-medium, Arial, sans-serif;
}
.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;
}
.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;
}
.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;
  vertical-align: top;
  overflow: hidden;
  min-height: 200px;
}
.categry_list li > div {
  margin: 10px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.categry_list li:nth-child(4n + 1) {
  clear: both;
}
.products_title {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}
.products_title .product_link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #002478;
  font-size: 15px;
  color: inherit;
  font-family: basis-grotesque-off-white, Arial, sans-serif;
  line-height: 1.4;
  text-transform: capitalize;
}
.products_title .product_link:hover {
  color: #7a7a7a;
}
.categry_list .products_bg {
  margin: 0 15px 20px;
}
.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;
    white-space: nowrap;
  }
  .categry_list > ul > li {
    padding: 0 5px 10px 5px;
  }
  .categry_list li > div {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .categry_list li:nth-child(2n + 1) {
    clear: both;
  }
}
.products_price {
  cursor: pointer;
  opacity: 0.4;
}
.products_price em {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}
.products_grade {
  text-decoration: line-through;
  opacity: 0.4;
  margin-right: 5px;
  font-size: 14px;
}
.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: 4px 10px;
  margin: 2px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #111;
}
.pagination > .active > span {
  background-color: #000 !important;
}
.copyright {
  margin-top: 5px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .copyright {
    margin-bottom: 0;
  }
}
.icon_nav > li {
  font-size: 0;
  padding: 0;
  margin: 0 5px 5px 0;
}
.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_list .pc_cart_foot button {
  text-transform: uppercase;
  line-height: 22px;
  padding: 10px 22px;
  width: 200px;
  margin: 15px 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_html > .page_title:first-child {
  font-family: big-caslon-fb, "Times New Roman", sans-serif;
  text-align: center;
  text-transform: capitalize;
  font-size: 42px;
  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: 100px;
  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;
}
.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 .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-family: big-caslon-fb, Times New Roman, sans-serif;
  font-size: 42px !important;
  text-transform: capitalize !important;
}
@media only screen and (max-width: 991px) {
  .product_window_model .product_window_title {
    font-size: 32px !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 {
  margin-bottom: 10px;
}
.quick_view {
  position: relative;
  line-height: 1.4;
  width: auto;
  color: #000;
  top: -30px;
  text-transform: uppercase;
  text-align: center;
}
.quick_view p {
  opacity: 0;
  position: relative;
  right: -50px;
  display: inline-block;
  background-color: #fff4f0;
  border: 1px solid #fff4f0;
  color: #000;
  width: 130px;
  height: 50px;
  line-height: 50px;
}
.mbx_list h1 {
  display: none !important;
}
.at-share-btn-elements a {
  background-color: #000 !important;
}
.underline {
  width: 85%;
  height: 2px;
  background-color: #dcdcdc;
  margin: 0 auto;
  margin-top: 15px;
}
.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;
}
.quick_views {
  right: 0 !important;
  line-height: 1.4 !important;
  position: absolute !important;
  width: 100% !important;
  color: #000 !important;
  left: 0 !important;
  bottom: 0 !important;
  text-transform: uppercase !important;
}
.quick_views p {
  opacity: 0;
  position: relative;
  right: -50px;
  display: inline-block;
  background-color: #fff4f0;
  border: 1px solid #fff4f0;
  color: #000;
  width: 130px;
  height: 50px;
  line-height: 50px;
}
.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_b {
  background-color: #fff4f0;
}
.gallery_jigsaw_b .btn_group_modal .btn_group_modal_overlay {
  position: inherit !important;
  margin-top: 15px !important;
  background: 0 0 !important;
  font-size: 32px !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 .products_title a {
  border-bottom: 1px solid #000;
}
@media (min-width: 991px) {
  .gallery_jigsaw_b .btn_group_modal .products_title a {
    display: inline-block !important;
    transition: all 0.25s ease;
    padding: 0 10px !important;
    padding-bottom: 10px !important;
  }
  .gallery_jigsaw_b .btn_group_modal .products_title a:hover {
    padding: 0 !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 991px) {
  .home_custom_design .title,
  .home_custom_design h4 {
    font-size: 28px !important;
  }
  .gallery_jigsaw_b .btn_group_modal .btn_group_modal_overlay {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .gallery_jigsaw_b .btn_group_modal .btn_group_modal_overlay {
    font-size: 23px !important;
    padding: 0;
  }
  .gallery_jigsaw_b .btn_group_modal .products_title a {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .gallery_jigsaw_b .btn_group_modal .btn_group_modal_overlay {
    font-size: 12px !important;
  }
}
.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;
}
.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;
}
img[data-sizes="auto"] {
  display: block;
  width: 100% !important;
  object-fit: contain;
}
ol.breadcrumb.hidden-xs {
  display: flex;
}
.homeBlogModel-li-content {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .products_price em {
    font-size: 12px;
  }
}
.section_vertical .left_img {
  width: 100px;
}
.login_wrap .form-group select {
  height: 50px;
}
.login_form__title {
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 1.2;
  text-transform: capitalize;
  font-family: big-caslon-fb, Times New Roman, sans-serif;
}
.login_form__titles {
  margin: -20px 0 30px;
  font-size: 17px;
  color: inherit;
  font-family: basis-grotesque-off-white, Arial, sans-serif;
  line-height: 1.4;
}
input[type="checkbox"] {
  position: relative;
  top: 2px;
}
input[type="radio"] {
  margin-top: 3px;
}
.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);
  }
}
.log-box .form_model {
  width: 500px;
}
@media (max-width: 991px) {
  .has-feedback .form-control {
    margin-bottom: 15px;
  }
  .form-group {
    margin-bottom: 0;
  }
  .checkedAgreement {
    margin-bottom: 15px;
  }
  .form-group {
    margin: 0;
  }
  .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 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1.5px solid #ddd;
  padding: 5px;
  display: inline-block;
}
.products_img_li.on .products_imgs {
  border: 1.5px solid #000;
}
.products_img_li .products_imgs img {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media scren and(max-width:1275px) {
  .products_img_li .products_imgs {
    width: 80px;
    height: 80px;
  }
}
/* home_custom_design.css */
.home_custom_design .title,
.home_custom_design h4,
.home_custom_design h2 {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  text-transform: none;
  text-align: center;
  margin: 0 0 20px;
}
.home_custom_design .title a,
.home_custom_design h4 a,
.home_custom_design h2 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 p,
.modal_play li .text-content .li_prev,
.modal_play li .text-content .li_next {
  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_prev,
.modal_play li .text-content .li_next {
  width: 43px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Times New Roman", Georgia, Serif;
}
.modal_play li .text-content .li_next {
  margin-left: 43px;
}
.modal_play li .text-content .li_prev:hover,
.modal_play li .text-content .li_next: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: 20px 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: -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: 0px;
  margin-top: 100%;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  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;
  line-height: 1px;
}
.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 {
  height: 40px;
  line-height: 40px;
  word-wrap: break-word;
}
.gallery_jigsaw_b .btn_group_modal .products_title a {
  line-height: 20px;
  max-height: 40px;
}
.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: 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: black;
  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;
}
.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 0px;
    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%);
  }
  li:hover > .products_overlay,
  div:hover > .products_overlay {
    opacity: 1;
  }
  li:hover > .products_overlay .products_overlay_btn,
  div:hover > .products_overlay .products_overlay_btn {
    top: 45%;
  }
}
.play_products_modal {
  position: relative;
  padding: 30px 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: 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 {
  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;
}
.play_products_modal .next {
  right: 100%;
  margin-right: 15px;
  background-image: url(../svg/left-arrow.svg);
}
.play_products_modal .prev {
  left: 100%;
  margin-left: 15px;
  background-image: url(../svg/right-arrow.svg);
}
@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 .prev,
  .play_products_modal .next {
    display: none;
  }
}
.section .col-md-9 .container,
.section .col-md-12 .container {
  width: auto;
  padding: 0;
}
@media (max-width: 767px) {
  .section .col-md-9 .play_imglist .container,
  .section .col-md-12 .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="6"] li,
  .productwindow_list .custom_products_ul[data-index="4"] li {
    width: 25%;
  }
}
.testimonials_modal {
  position: relative;
}
.testimonials_modal .jumbotron {
  background: none;
  padding: 30px;
}
.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: 0px;
  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_b,
  .gallery_jigsaw {
    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%;
  }
}

/* .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} */
.hiden_contact_us_wanquanyun {
  display: none !important;
}
.pc_cart_list_ul img {
  max-width: 100%;
}
@media (min-width: 992px) {
  #myWishListModal .modal-lg {
    width: 991px;
    transform: translateY(32%);
  }
}

@media (max-width: 992px) {
  body[data-template="distrinfo"] .form-group {
    margin: 0 -15px;
  }
}

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

/*points 标题字体*/
p.title.title-sub {
  font-size: 16px !important;
}

p.title.title-sub2 {
  font-size: 18px !important;
}


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


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

.gallery_jigsaw_b{background:#fff}
.testimonials_modal .jumbotron{padding:0;margin:0}

body{font-family:Montserrat}
.headers{background:#000}
.nav_list>a{color:#fff}
.customer_box>a{color:#fff}
.search_icon{color:#fff}
.currencies a{color:#fff}
.header_cart>a{filter:invert(1)}
.header_cart .total_num{color:#fff}
.footer-main{background:#000;color:#fff}
.footer_a_tt{color:#fff;font-size:18px}
.footer_a .ul_list>ul.list-unstyled a{font-size:14px;color:#f3f4f5}
span.footer-logo{display:none}
.footer_b{background:#000;color:#fff}
.copyright{margin:0}
.subscribe_form{display:flex;border:0}
.subscribe_form input{flex:1;height:48px;border:1px solid #333943;border-radius:5px 0 0 5px!important;border-right:none;background:#333943;font-size:16px;font-family:Montserrat-Medium,Montserrat;font-weight:500;color:#fff;line-height:46px;padding:0 12px 0 20px}
.subscribe_form button.email_sub.btn{position:relative;width:56px;display:flex;justify-content:center;align-items:center;color:#fff;border-radius:0 5px 5px 0;height:48px;background:#0e6aff;border:1px solid #0e6aff;padding:0;cursor:pointer}
.subscribe_form input::-webkit-input-placeholder{text-transform:unset;color:#fff}

.footer_social .container.containers{border-top:1px solid rgba(153,153,153,.2)}

header.headers{position:sticky}
section.section{padding-top:0!important}


.gallerya_9916{width:100%;max-width:100%;padding:20px 10px;display:flex;flex-wrap:wrap;flex-direction:column}
.gallery_top{margin:0 260px}
.gallery_sw{position:relative;width:100%;max-width:100%}
.gallery_title{font-size:40px;font-weight:600}
.gallery_subtitle{display:flex;justify-content:space-between;margin-bottom:30px}
.gallery_subtitle_left{font-size:20px;font-weight:500;color:#777}
.gallery_subtitle_btn{color:#0050e2;font-size:20px;font-weight:500;display:flex;align-items:center}
.gallery_sw_con{position:relative}
.gallery_sw_img img{width:100%}
.gallery_sw_bot{position:absolute;bottom:0;padding:0 32px 32px;width:100%}
.gallery_sw_text{color:#fff;font-size:20px}
.gallery_sw_btn{display:flex;gap:30px}
.gallery_sw_btn a{background-color:#0050e2;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:12px 36px;color:#fff;border-radius:50px;font-size:16px;margin-top:15px}
.gallery_btn .swiper-button-next,.gallery_btn .swiper-button-prev{position:unset;margin:0;display:inline-flex;color:#777;width:47px;height:47px;align-items:center;justify-content:center;background:#f3f4f5;border-radius:50%}
.gallery_btn{position:relative;margin:0 260px;padding-top:25px;display:flex;gap:24px}
.gallery_btn .swiper-button-next:after,.gallery_btn .swiper-button-prev:after{font-size:22px;font-weight:700}
@media (max-width:991px){
.gallery_top{margin:0}
.gallery_title{font-size:22px}
.gallery_subtitle_left{font-size:14px}
.gallery_subtitle{flex-direction:column;gap:6px;margin-bottom:20px}
.gallery_subtitle_btn{font-size:14px}
.gallery_sw_bot{position:unset;padding:10px}
.gallery_sw_text{color:#000}
.gallery_sw_btn{display:flex;flex-direction:column;gap:6px}
.gallery_sw_btn a{background:unset;color:#0050e2;padding:0;display:flex;justify-content:flex-start;margin-top:5px;font-size:14px}
.gallery_btn{margin:0;padding-top:5px}
}
img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.videos_modal .btn-group-justified[data-length="2"]{max-width:100%}
.videos_modal .video-list-modal{max-width:100%}
.gallery_jigsaw_b{padding:5px 0}
[data-tag=productwindow]{background:#f3f4f5}
.gallerya_9916{background:#f3f4f5}
.nav_top{width:auto}

.gallery_jigsaw_b.padding-5 .row .btn-group-justified .btn-group{padding:0 7px}
.gallery_jigsaw_b.padding-5 .row{margin:0 -7px}
.nav_list>a{font-family:Montserrat}

.gallery_sw_img img{border-radius:15px}
.custom_products_ul_li .products_title a{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden;line-height:24px;height:48px}

.products_price_modal>span{opacity:1}

.gallery_jigsaw_b .btn_group_modal .btn_group_modal_overlay{position:absolute!important;bottom:auto;top:23%;margin:0!important;left:50%;right:auto;transform:translate(-50%,0)}
.gallery_jigsaw_b .btn_group_modal .products_title{height:auto;line-height:1.5;max-height:unset}
.gallery_jigsaw_b .btn_group_modal .products_title a{color:#0050e2;}
@media (min-width:992px){
.gallery_jigsaw_b .btn_group_modal .products_title a{font-size:18px}
}
.nav_children_wrap{width:max-content}

.products_img img,.productshow_list iframe,.productshow_list video{font-size:0;transition:all .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%;max-height: 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,.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:.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,.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 {
    padding-bottom: 100%;
}

.bd.preview_pic {
    display: flex;
    flex-direction: column;
}
.video-swiper{display:flex;align-items: center;}
.productshow_list .productshow_list li span a{border:1px solid #ffff;border-radius:50%}
.productshow_list .productshow_list li.on span a{border:1px solid #000}

.modal_play .next,.modal_play .prev{width:40px;height:40px;position:absolute;top:50%;opacity:.8;z-index:2;cursor:pointer;transform:translate(0,-50%);border-radius:50%;border:2px solid #fff}
.modal_play .next{right:30px}
.modal_play .prev{left:30px}
.modal_play .next:before,.modal_play .prev:before{position:absolute;top:11px;border-right:2px solid #fff;border-top:2px solid #fff;width:15px;height:15px;transform:rotate(45deg);display:table;content:" "}
.modal_play .prev:before{transform:rotate(225deg);left:15px}
.modal_play .next:before{transform:rotate(45deg);right:13px}
.modal_play .hd ul li{border-radius:15px;background:#ffff;height:10px;width:10px;margin:0 6px}
.modal_play .hd ul li.on{width:66px}

.videos_modal_title{display:flex;align-items:center;justify-content: center;}
.videos_modal_title>h4{width:50%}
.videos_modal_title>div{width:50%}
@media (min-width:992px){
.videos_modal.gallery_jigsaw_b.padding-5 .row .btn-group-justified .btn-group{padding:0 30px}
}

.products_price{opacity:1}
.products_price em.regular_price{opacity:1;color:#000}
.gallerya_9916{margin-top:25px}
.videos_modal_title{margin-top:20px}
.nav_top_model.scroll_model{text-align:center}

.col-md-3.shop_sidebar{width:100%}
.col-md-9.pc_kg{width:100%}
.col-md-3.shop_sidebar .left_list_nav .list-group{display:flex;flex-wrap:wrap}
.col-md-3.shop_sidebar .left_list_nav .list-group>a{margin:5px;padding:5px;border:0;font-size:14px}
.col-md-3.shop_sidebar .left_list_nav{border:0}

@media (max-width:767px){
.gallery_jigsaw_b .btn_group_modal .products_title a{font-size:12px;letter-spacing:0}
}


.visible_mob .img_svg{filter:invert(1)}
.nav_right li .total_num{color:#000}
.quick_view{margin-top:-50px}


