@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6uyw4BMUTPHjxAwXjeu.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6uyw4BMUTPHjx4wXg.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u9w4BMUTPHh6UVSwaPGR_p.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u9w4BMUTPHh6UVSwiPGQ.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
html {
  -webkit-text-size-adjust: none;
  font-family: sans-serif;
}
body {
  font-size: 14px;
  line-height: 1.5;
  color: #363636;
  background-color: #fff;
  margin-top: 0 !important;
  font-weight: 300;
  font-family: Lato, Arial, Helvetica, sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #363636;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #363636;
  text-decoration: none;
  font-weight: inherit;
}
.h1,
h1 {
  font-size: 1.66667em;
}
.h2,
h2 {
  font-size: 1.4em;
}
.h3,
h3 {
  font-size: 1.13333em;
}
.h4,
h4 {
  font-size: 1em;
}
.h5,
.h6,
h5,
h6 {
  font-size: 0.8em;
}
.container {
  width: 1330px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .containers {
    width: 100%;
  }
}
.visible_md_block {
  display: none;
}
@media (max-width: 991px) {
  .visible_md_block {
    display: block;
  }
  .hidden_md {
    display: none;
  }
}
.selcurrenct img {
  vertical-align: text-bottom;
}
.btn-link {
  color: #535555;
}
.btn-info,
.btn-primary,
.btn-success {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  font-weight: 500;
  font-size: 12px;
}
.btn-info:active,
.btn-info:active:focus .btn-success:active:hover,
.btn-info:focus,
.btn-info:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover,
.btn-success:active,
.btn-success:active:focus,
.btn-success:focus,
.btn-success:hover {
  color: #fff !important;
  background: #333 !important;
}
.btn-info.disabled,
.btn-primary.disabled,
.btn_ajax {
  opacity: 0.7;
}
.btn_ajax {
  position: relative;
  opacity: 0.7;
}
.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;
}
.header {
  position: relative;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 0 2px 3px rgb(0 0 0 / 6%);
}
.header.on .beautify_mainHeader {
  position: fixed;
  top: 0;
  z-index: 970;
  width: 100%;
  box-shadow: 0 0 2px 3px rgb(0 0 0 / 6%);
}
.section {
  position: relative;
  min-height: 30vh;
}
body[data-template="index"] .section {
  margin-top: 15px;
}
.top_banner a {
  color: inherit;
}
.form_model {
  max-width: 798px;
  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: 13px;
  padding: 8px 12px;
  border-radius: 3px;
}
.btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-lg {
  padding: 9px 30px;
  color: #fff;
  font-size: 12px;
  line-height: 1.3333333;
}
a {
  color: #000;
}
a[data-toggle],
a[href],
a[onclick] {
  cursor: pointer;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #000;
}
a,
button {
  outline: 0 !important;
}
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
ul {
  list-style-type: none;
}
li,
ul {
  padding: 0;
  margin: 0;
}
.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;
  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;
}
.icon-search-2 {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
}
.icon-search-2 {
  max-width: 22px;
  max-height: 22px;
}
.nav_left {
  height: 40px;
  font-size: 0;
  float: left;
  position: relative;
  width: 50%;
  top: 0;
  line-height: 40px;
}
.nav_left > a {
  cursor: pointer;
  display: block;
  position: relative;
  color: #333;
  float: left;
  height: 40px;
  line-height: 40px;
}
.nav_left .nav_left_ico {
  width: 50%;
}
.mob {
  background: #fff;
}
.mb-logo {
  margin: 0 auto;
  width: 260px;
  padding: 12px 0;
  text-align: center;
}
.mb-logo a {
  font-size: 24px;
  font-weight: 600;
}
.nav_left .icon_bar,
.nav_left .icon_bar:after,
.nav_left .icon_bar:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 1px;
  height: 4px;
  width: 25px;
  background: #333;
  transition: all 0.3s ease-in-out;
}
.nav_left .icon_bar {
  margin-top: 5px;
}
.mb-cen {
  width: 420px;
  margin: 0 auto;
}
@media (max-width: 479px) {
  .mb-cen {
    width: 280px;
    margin: 0 auto;
  }
}
.nav_left_ico p {
  margin: 0;
  font-size: 11px;
  padding-top: 15px;
  text-transform: uppercase;
}
.icon_bar:before {
  position: absolute;
  top: 13px;
}
.icon_bar:after {
  position: absolute;
  top: 20px;
}
.mb-nav {
  position: relative;
  min-height: 40px;
  width: 100%;
}
.nav_left_model .modal_close {
  width: 300px;
  left: 0;
  margin-left: -300px;
}
.nav_left_model.in .nav_left_model_body {
  margin-left: -300px;
}
.nav_left_model .close {
  position: absolute;
  left: 0;
}
.nav_left_model_body {
  margin-left: -300px;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  text-align: left;
  top: 65px;
  bottom: 0;
  left: 0;
  background-color: rgb(255 255 255);
  width: 300px;
  z-index: 1;
}
.nav_left_model_body .ul_list {
  margin-top: 0;
  margin-bottom: 0;
}
.nav_left_model_body > .list-unstyled li.more {
  position: relative;
  color: #424242;
}
.nav_left_model_body > .list-unstyled li i {
  position: absolute;
  top: 0;
  right: 0;
  height: 43px;
  width: 40px;
  text-align: center;
  line-height: 43px;
  cursor: pointer;
  font-size: 11px;
}
.list-unstyled li .glyphicon-minus {
  display: none;
}
.list-unstyled li.on > .glyphicon-minus {
  display: block;
}
.list-unstyled li.on > .glyphicon-plus {
  display: none;
}
.list-unstyled > li a {
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-unstyled li li a {
  overflow: inherit;
}
.list-unstyled li a:hover .mb-2 li a {
  color: #363636;
}
.nav_left_model_body .list-unstyled li a {
  padding: 10px 0 10px 20px;
  margin-right: 40px;
  color: #424242;
  font-size: 16px;
}
.list-unstyled li ul {
  display: none;
  line-height: 37px;
  padding-left: 20px;
}
.list-unstyled li ul ul {
  list-style: none;
}
.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: 10px 0 10px 20px;
  margin-right: 10px;
  font-size: 14px;
  color: #424242;
}
.nav_left_model_body .ul_list a i {
  margin-right: 5px;
}
.nav_left_model_body .list-unstyled .mb-2 li a:hover {
  color: #52c732;
}
.list-unstyled li ul .mb-3 {
  display: block;
}
.list-unstyled li .mb-2 li a,
.list-unstyled li ul .mb-3 li a {
  padding: 0 0 0 20px;
}
.nac {
  position: relative;
  top: 0;
  text-align: center;
  margin: 5px 80px 0 60px;
  width: auto;
  float: none;
}
.search_submit .img_svg {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -11px;
}
.mob_cart_icon {
  width: auto;
  position: relative;
  margin-left: auto;
  height: 34px;
  line-height: 34px;
  text-align: right;
  font-size: 0;
}
.mob_cart_bg {
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 2px;
  background-size: 100%;
  text-align: center;
  line-height: 34px;
}
.total_num {
  color: #333;
  display: inline-block;
  line-height: 34px;
  font-size: 11px;
  letter-spacing: 0.3px;
  background: red;
  height: 7px;
  font-size: 0;
  border-radius: 30px;
  position: absolute;
  right: 5px;
  top: 7px;
  width: 7px;
}
.nav_right {
  position: relative;
  top: 0;
  width: 50%;
  float: right;
}
.total_num[data-num="0"] {
  background: 0 0;
}
.nav_right li[data-toggle="modal"] {
  cursor: pointer;
}
.beautify_topHeader {
  position: relative;
  z-index: 971;
  transition: background-color 0.2s linear 0.2s;
}
.beautify_topHeader .container {
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
}
.beautify_topHeader .top-bar-left {
  width: 30%;
}
.beautify_topHeader .top-bar-center {
  width: 40%;
}
.beautify_topHeader .top-bar-right {
  width: 30%;
}
.beautify_topHeader .top-bar-right .customer-utils {
  display: flex;
  align-items: center;
  justify-content: right;
  transition: all 0.6s ease;
}
.header.on .beautify_topHeader .top-bar-right .customer-utils {
  position: fixed;
  right: 20px;
  z-index: 1005;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  top: 16px;
}
.beautify_topHeader .top-bar-right .customer-utils > div {
  margin-left: 25px;
  position: relative;
}
.currencies a {
  color: #252525;
}
.beautify_topHeader ._announce {
  display: flex;
  margin: 0 0 0 15px;
  -ms-flex: 1;
  flex: 1;
  flex-wrap: wrap;
  justify-content: right;
}
._announce_left {
  display: flex;
  box-sizing: border-box;
  z-index: 0;
  justify-content: right;
  position: relative;
  height: 50px;
  align-items: center;
}
._announce_left > div {
  padding: 0 20px;
  display: flex;
  align-items: center;
}
._announce_left img {
  height: 24px;
}
._announce_right {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  z-index: 0;
  justify-content: center;
  padding-right: 10.5px;
  padding-left: 10.5px;
  position: relative;
  height: 56px;
}
._announce_right p {
  margin: 0;
}
@media (max-width: 991px) {
  .beautify_topHeader {
    height: auto;
  }
  ._announce_left,
  ._announce_right {
    flex-basis: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
  }
  ._announce_right p {
    padding: 6px 0;
  }
  ._announce_left img {
    height: 24px;
  }
  .beautify_topHeader ._announce {
    margin: 0;
  }
}
.beautify__topHeader ._user {
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -ms-flex-align: center;
  align-items: center;
}
._user {
  display: flex;
  align-items: center;
}
._user .selcurrenct.top_text_color {
  display: flex;
  width: 70px;
  color: #424242;
  height: 45px;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
}
.navUser-item .iconfont {
  font-size: 38px;
}
.currencies.open {
  position: relative;
}
.currencies .dropdown-menu {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
  right: auto;
  left: 0;
  margin: 0;
  border-radius: 0;
}
.currencies .state_icon {
  margin-top: 0;
}
._account {
  position: relative;
  padding-right: 0 !important;
}
.header_top {
  background-color: #8c8c8c;
  padding: 9px 0;
  font-size: 11px;
  color: #fff;
}
.header_top .user_area a {
  font-size: 11px;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
}
.header_top .user_area a:hover {
  color: #f55049;
}
.header_top .user_area .user_account a {
  color: #333;
  border-bottom: none;
  height: auto;
}
.header_top .user_area .user_account a:hover {
  color: #f55049;
}
.header_top a {
  font-size: 11px;
}
.blog_link {
  padding-right: 16px;
}
.user_area {
  padding: 0;
}
.beautify_mainHeader > .container {
  position: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  margin: 0 auto;
  align-items: center;
}
.search-wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  color: #fff;
  background-color: rgba(40, 42, 47, 0.98);
  transform: translateY(-100%);
  transition: all 0.2s ease-out;
  height: 0;
  overflow: hidden;
}
.search-wrap.search-open {
  top: 0;
  height: 100vh;
  opacity: 1;
  transform: translateY(0);
}
.search-wrap .search_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 586px;
  padding-bottom: 0.625rem;
  transform: translate(-50%, -50%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header_mobile {
  position: relative;
  z-index: 10;
  background-color: #fff;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  height: 66px;
}
.header_mobile .nav_left_ico .iconfont,
.header_mobile .top_text_color .iconfont {
  color: #424242;
  font-size: 24px;
}
.header_mobile .total_num {
  display: none;
}
@media only screen and (min-width: 991px) {
  .beautify_mainHeader {
    height: 38px;
    display: flex;
    align-items: center;
    transition: height 0.2s linear;
    justify-content: center;
    background: #000;
  }
  .beautify_mainHeader .logo {
    -ms-flex-order: 1;
    order: 1;
  }
  .beautify_mainHeader .nav_top {
    -ms-flex-order: 2;
    margin: 0 auto;
    -ms-flex: 1;
  }
  .header_main {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 991px) {
  .beautify_mainHeader .nav_left_ico .iconfont {
    font-size: 30px;
  }
  .beautify_mainHeader .search_box {
    background-color: #fff;
    margin: 0 -0.75rem;
    padding: 0.75rem;
    clear: both;
    width: calc(100% + 1.5rem);
    -ms-flex-order: 3;
    order: 3;
    padding-top: 0;
  }
  .beautify_mainHeader .logo {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 7.875rem);
  }
  .logo .logo_font {
    line-height: 45px;
  }
}
.header_section {
  padding: 10px 0 10px 0;
  position: relative;
}
@media (max-width: 991px) {
  .header_section {
    padding: 8px 0;
  }
}
.header_section > .container {
  padding: 0;
  min-height: 40px;
}
@media (max-width: 992px) {
  .header_section .hs_row {
    display: block;
    position: relative;
  }
}
.nav_left .nav_left_ico .list0 {
  height: 40px !important;
  width: 40px !important;
  display: inline-block;
  color: #666;
}
.nav_left .selcurrenct {
  border: none;
}
.icon-menu-2::before {
  content: "\edd4";
}
.nav_left .currencies ul.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 200px;
  overflow-x: hidden;
  right: inherit;
}
.currencies .dropdown-menu li a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.mb-cen i {
  color: #666;
  font-size: 16px;
}
.icon-search-2::before {
  content: "\e8ba";
}
.hs_right {
  float: left;
  vertical-align: middle;
  width: auto;
  white-space: nowrap;
  line-height: 60px;
}
.list-inline {
  color: #333;
}
.header_section .list-inline > li > a i {
  color: #15b4dc;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  width: 24px;
  font-size: 20px;
}
.curr {
  vertical-align: middle;
}
.curr .currencies ul.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 30%;
  max-width: 200px;
  overflow-x: hidden;
}
.curr .currencies ul.dropdown-menu > li > a {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 20px;
}
.dropdownMenu0 {
  display: none;
  padding: 0 0 !important;
  margin: 0 0 0 !important;
}
.selcurrenct {
  display: inline-block;
}
.selcurrenct span img {
  position: relative;
}
.icon-user-2::before {
  content: "\e8b5";
}
.user_account:hover .dropdown-menu {
  display: block;
}
.user_account .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 50%;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
  transform: translate(50%, 0);
  left: auto;
  margin: 0;
  border-radius: 0;
}
.user_account .dropdown-menu > li > a {
  text-transform: capitalize;
}
.utility_nav a {
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.utility_nav .currencies .dropdown-menu li a {
  font-size: 13px;
  text-transform: capitalize;
}
.user_account > a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
}
.utility_nav a {
  font-size: 15px;
  color: #424242;
  display: flex;
  align-items: center;
}
li.header_cart {
  display: flex;
  align-items: center;
  height: auto;
}
@media (max-width: 1200px) {
  .caret {
    position: relative;
    top: 0;
  }
  .header_section .list-inline > li > a i {
    margin: 0 auto;
  }
  .header_section {
    padding: 0;
  }
  .curr,
  .hs_right,
  .list-inline .user_account,
  .mob_cart_bg {
    vertical-align: top;
  }
  .curr {
    padding-left: 0 !important;
  }
  .selcurrenct span img {
    position: relative;
    top: -2px;
  }
  .list-inline .user_account {
    position: relative;
    left: 10px;
  }
}
@media (min-width: 1200px) {
  .list-inline .user_account {
    position: relative;
    min-height: 22px;
    vertical-align: middle;
    height: 60px;
  }
}
.icon-basket-1::before {
  content: "\eb74";
}
.header_section .list-inline > li > a .icon-basket-1 {
  margin-right: 0;
}
.header_cart {
  vertical-align: middle;
  height: 60px;
  position: relative;
}
.header_cart .total_num {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  background: 0 0;
  background-color: #373737;
  border-radius: 50%;
  color: #fff;
  margin-left: 5px;
}
.header_cart .totalprice {
  margin-left: 12px;
}
.search_submit.pull-right {
  clear: right;
  margin-top: 10px;
}
.search_submit.pull-right img {
  width: 18px;
  height: 18px;
  margin-top: -9px;
}
.logo {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.logo a {
  display: block;
  line-height: 48px;
}
.logo .slogan {
  font-style: italic;
  text-transform: none;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: 3px;
  font-weight: 400;
}
.logo img {
  max-width: 100%;
  max-height: 53px;
}
.mob_logo {
  line-height: 40px;
  height: 40px;
}
.mob_logo img {
  max-height: 40px;
  line-height: 40px;
  max-width: 60%;
}
.mob_logo .logo_font {
  font-size: 22px !important;
  font-weight: 700;
}
.mob_logo .logo_font:hover {
  color: #333 !important;
}
@media (max-width: 304px) {
  .mob_logo .logo_font {
    font-size: 20px !important;
    font-weight: 700;
  }
}
@media (max-width: 991px) {
  .header_top {
    padding: 0;
  }
  .currencies {
    line-height: 40px;
  }
}
.logo .logo_font {
  font-size: 24px;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 600;
  color: #505050;
}
@media (max-width: 991px) {
  .logo {
    float: none !important;
    max-width: none;
    display: flex;
    align-items: center;
  }
  .logo a {
    width: auto;
    display: inline;
  }
  .logo a img {
    height: 19px;
  }
  .header_mobile .nav_left_ico,
  .header_mobile .top_text_color {
    display: flex;
    align-items: center;
  }
}
.nav_top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
}
.first_nav > li > a {
  display: inline-block;
  line-height: 27px;
  font-weight: 700;
  font-size: 13px;
  text-transform: capitalize;
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
.nav_top .first_nav > li {
  margin: 0;
  padding: 0 18px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  z-index: 30;
}
.nav_top .first_nav > li:last-child {
  padding-right: 0;
}
.nav_top .first_nav > li.more .iconfont {
  color: #fff;
  font-size: 12px;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.sub_nav {
  position: absolute;
  left: 50%;
  z-index: 10;
  padding: 16px 0 16px 0;
  background: #454545;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-box-shadow: 2px 2px 2px rgba(39, 10, 10, 0.1);
  -webkit-box-shadow: 2px 2px 2px rgb(39 10 10 / 10%);
  box-shadow: 2px 2px 2px rgb(39 10 10 / 10%);
  border-top: 2px solid #454545;
  background-color: #454545;
  box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
  display: none;
  transform: translate(-50%, 0);
  box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
  top: 100%;
  width: 100vw;
  max-width: 100%;
}
.sub_nav a {
  display: block;
}
.first_nav > li.more:hover .sub_nav {
  display: block;
}
.first_nav > li.more:hover {
  background-color: #454545;
  color: #fff;
}
.nav_top ul .second_nav {
  text-transform: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 30px;
  justify-content: space-between;
  text-align: left;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}
.second_nav_tt a {
  margin-top: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 12px 0;
  white-space: nowrap;
  font-weight: 700;
}
.second_nav > li {
  margin-bottom: 10px;
  width: 20%;
  margin: 0 10px;
}
.third_nav a {
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  font-size: 13px;
  display: block;
  width: 100%;
  padding: 2px 0;
  text-transform: uppercase;
  color: #fff;
}
.nav_top .nav_top_model {
  position: relative;
}
.first_nav {
  text-align: left;
}
.header_top .currencies {
  position: relative;
}
.header_top .currencies .selcurrenct .caret {
  position: relative;
  bottom: 1px;
}
.header_top .currencies > .dropdown-menu {
  left: initial;
  right: 0;
  max-width: 50px;
}
.header_top .currencies .dropdown-menu_1 a {
  color: #333;
  padding: 5px 10px;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.header_top .currencies .dropdown-menu a:hover {
  color: #f55049;
}
.dropdownMenu0 li a {
  line-height: 20px;
}
@media (max-width: 767px) {
  .nav_top .container,
  .nav_top ~ .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .header_top .list-inline > li > * {
    padding: 8px 0;
    margin: -8px 0;
  }
}
.header_top .list-inline > li > * {
  color: #333;
}
.phoneCall {
  text-transform: capitalize;
}
.search_model_body {
  position: absolute;
  margin-top: -65px;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
  background-color: #fff;
}
.search_box {
  vertical-align: middle;
}
.search_submit {
  position: relative;
}
.search_box .form_submit {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 45px;
  height: 43px;
  border: none;
  border-left: none;
  background: 0 0 !important;
  color: #fff;
  font-size: 30px;
  line-height: 1px;
}
.form_submit .icon-sousuo {
  font-size: 16px;
}
.icon-search-8::before {
  content: "\eef9";
  color: #fff;
  margin: 0 auto;
}
.form_submit:hover {
  background: #262626;
}
.form_submit:hover .icon-search-8::before {
  color: #fff;
}
.search_box .search_submit input {
  padding-right: 46px;
  width: 100%;
  color: #a2a2a2;
  border-radius: 0;
  box-shadow: none !important;
  border: none;
  height: 45px;
  letter-spacing: 1.4px;
  background: 0 0;
  font-size: 20px;
}
.search_form {
  padding: 10px;
  margin: 10px 0;
  padding-bottom: 0;
}
.search_form .form-control {
  box-shadow: none;
  height: 40px;
  font-size: 15px;
  border: 1px solid #eee;
}
.search_form .form_submit {
  position: absolute;
  right: 5px;
  top: 7px;
  border: none;
  background: 0 0;
  color: #b6bac2;
}
.fc::-moz-placeholder {
  color: #c9c9c9 !important;
  opacity: 1 !important;
}
.fc::-ms-input-placeholder {
  color: #c9c9c9 !important;
  opacity: 1 !important;
}
.fc::-webkit-input-placeholder {
  color: #c9c9c9 !important;
  opacity: 1 !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: #fff;
}
.footer {
  background-color: #fff;
  border-top: 1px solid #ebebeb;
  margin-top: 30px;
}
.footer_a_top {
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .subscribe {
    text-align: left;
  }
}
.subscribe form {
  display: inline-block;
  padding-right: 70px;
  position: relative;
  width: 300px;
  max-width: 90%;
}
.subscribe {
  padding: 0;
  display: flex;
  position: relative;
  align-items: center;
}
.subscribe form input {
  font-size: 12px;
  padding-left: 10px;
  border: none;
  outline: 0;
  width: 90%;
  border: 1px solid #dbdbdb;
  letter-spacing: 1.4px;
}
.subscribe form button,
.subscribe form input {
  border-radius: 0;
  height: 34px;
}
.subscribe form button {
  position: absolute;
  right: 0;
  top: 0;
}
.subscribe h3 {
  text-transform: uppercase;
}
.social_account {
  line-height: 26px;
}
.social_account .list-inline .hidden-md-top {
  padding: 0 5px;
}
.social_account svg {
  width: 14px;
  height: 14px;
  fill: #fff;
  vertical-align: middle;
}
.social_account svg:hover {
  fill: #fff;
}
.social_account,
.social_account a {
  font-size: 0 !important;
}
.footer_a_nav {
  font-size: 12px;
}
.footer_a_tt {
  margin: 0 0 9px;
  font-size: 12px;
  text-transform: lowercase;
  font-weight: 700;
  text-transform: uppercase;
  color: #252525;
}
.footer_a_tt a {
  color: #252525;
}
.a_tt {
  font-size: 30px;
  font-weight: 700;
  margin-top: -10px;
  margin-bottom: 22px;
}
.sub_footer_nav li a {
  color: #252525;
  display: block;
  font-size: 12px;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 400;
}
.i_span1 {
  margin: 0 0 20px 0;
  color: #262626;
  max-width: 240px;
  display: block;
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  .i_span1 {
    text-align: center;
  }
}
.i-icon h2,
.i_span1 h2 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 0;
}
.i_span1 p {
  font-weight: 200;
  font-size: 14px;
  text-transform: capitalize;
  margin: 0 0 20px 0;
  color: #262626;
}
@media (max-width: 991px) {
  .i_span1 p {
    margin: 0 auto;
  }
}
.i_span1 p span {
  display: block;
  font-weight: 200;
  line-height: 21.4px;
  margin: 10px 0;
  text-transform: lowercase;
}
.i_span1 p span:hover {
  color: #2d6989;
}
.icon-phone-2 {
  cursor: pointer;
}
.icon-phone-2::before {
  content: "\edd1";
}
.icon-mail::before {
  content: "\e803";
}
.foot-con {
  padding-top: 36px;
}
.i_span p {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  padding-left: 30px;
  background: url(../images/phone.png) no-repeat left center;
  background-size: 22px;
  background-position-y: 4px;
}
.i_span .number span {
  font-weight: 700;
}
.subscribe p {
  color: #000;
  font-size: 11px;
  line-height: 15px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.i_span a:hover {
  color: #f55049;
}
.footer_a .list-inline > li a {
  color: #5c5c5c;
  display: block;
  font-size: 12px;
  line-height: 40px;
}
.footer_a .list-inline > li.ul_list > a {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.ul_list {
  margin-bottom: 20px;
}
.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 .list-inline > li {
    text-align: center;
  }
  .footer_a .list-inline > li ul ul {
    list-style: none;
  }
  .footer_a .list-inline > li ul ul li {
    margin: 0;
  }
}
.footer_b {
  padding: 15px 0;
  letter-spacing: 0.05em;
  color: #000;
  text-align: left;
  background: #fff;
  font-size: 12px;
}
.footer_b .list-inline > li {
  padding: 10px 2px;
}
.footer_b .list-tab-inline li {
  font-size: 12px;
  padding: 5px 10px;
  color: #9e7d5c;
}
.footer_b .list-tab-inline i {
  margin-right: 5px;
}
.footer_b .list-tab-inline a {
  color: inherit;
}
.footer_b .list-inline > li svg {
  width: 25px;
  height: 25px;
}
.mbx_list .breadcrumb {
  margin: 0;
  background: 0 0;
  padding: 8px 0;
  padding-top: 30px;
}
.mbx_list h1,
.mbx_list h2 {
  display: none !important;
}
.modal > .modal_close {
  position: absolute;
  top: 0;
  height: 65px;
  border-bottom: 1px solid rgb(227 227 227 / 97%);
}
.modal_close .mb-logo {
  width: 180px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 7.5px auto;
}
.modal > .modal_close .close {
  display: block;
  height: 65px;
  width: 56px;
  text-align: center;
  filter: alpha(opacity=100);
  opacity: 1;
  font-size: 25px;
}
.nav_left_model .modal > .modal_close .close {
  color: #fff;
}
.icon-cancel-circled::before {
  content: "\e857";
}
.modal > .modal_close .pc_currencies {
  display: none;
}
.modal.in > .modal_body,
.modal.in > .modal_close {
  margin: 0;
}
.products_img {
  position: relative;
  display: block;
  padding-bottom: 100%;
  text-align: center;
}
.products_img .bttrlazyloading-wrapper {
  min-height: 100px;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff !important;
}
.products_img img {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.products_prompt span {
  font-size: 11px;
}
.categry_list li {
  position: relative;
  padding: 0;
  vertical-align: top;
  overflow: hidden;
  min-height: 200px;
}
.categry_list li > div {
  margin: 8px;
  border: 1px solid transparent;
  padding-bottom: 20px;
}
.play_products_modal .bd > ul > li > div {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}
.categry_list li:nth-child(4n + 1) {
  clear: both;
}
.products_title {
  display: block;
  text-align: center;
}
.products_price {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.products_title a {
  vertical-align: middle;
  overflow: hidden;
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
  font-weight: 400;
  margin-top: 0;
  padding: 0 10px;
  text-transform: capitalize;
  margin-bottom: 3px;
  padding-top: 9px;
}
.products_title a:hover {
  color: #333;
}
.categry_list .products_bg {
  margin-top: 0;
  text-align: center;
}
.categry_list .hide {
  display: block !important;
  font-style: normal;
}
.products_price .hide {
  display: inline-block !important;
}
.categry_list .products_img .bttrlazyloading-wrapper {
  position: relative;
  left: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
}
@media (max-width: 991px) {
  .categry_list > ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .categry_list > ul > li {
    padding: 0;
  }
  .categry_list li > div {
    margin: 0;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .categry_list li:nth-child(2n + 1) {
    clear: both;
  }
}
.products_price em {
  font-style: normal;
  font-size: 12px;
  color: #000;
  font-weight: 400;
}
.products_grade {
  text-decoration: line-through;
  color: #666;
}
@media (max-width: 992px) {
  .products_grade,
  .products_price {
    font-size: 13px;
  }
}
.list_fy {
  text-align: center;
  margin: 30px 0;
}
.list_fy .total em {
  font-style: normal;
}
.list_fy .pagination,
.list_fy .total {
  vertical-align: middle;
}
.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;
  color: #333;
}
.pagination > .active > span {
  background-color: #262626 !important;
  color: #fff !important;
}
.pc_cart_list > ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 110px;
  overflow: inherit;
  overflow-y: auto;
}
.pc_cart_list > ul .lodding {
  position: fixed;
  left: initial;
  right: 0;
  top: 0;
  width: 300px;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 9;
}
.pc_cart_list > ul li {
  padding: 15px 15px 15px 100px;
  position: relative;
}
.pc_cart_list > ul li .img {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 70px;
  height: 70px;
  text-align: center;
}
.pc_cart_list > ul li .title {
  font-size: 1em;
}
.pc_cart_list > ul li .title a {
  display: block;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}
.pc_cart_list > ul li .title span {
  display: block;
  color: #1a1a1a;
  font-size: 0.93333em;
  font-weight: 400;
}
.pc_cart_list > ul li .cart_td_qty {
  position: relative;
  z-index: 1;
  max-width: 95px;
}
.pc_cart_list > ul li .cart_td_qty i {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 28px;
  cursor: pointer;
}
.pc_cart_list > ul li .cart_td_qty i:hover {
  background-color: #d9d9d9;
}
.pc_cart_list > ul li .money {
  display: none;
}
.pc_cart_list > ul li .total {
  display: block;
  text-align: right;
  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;
  max-width: 100%;
  display: inline-block;
  color: #52c732;
  letter-spacing: 0.3px;
  font-size: 13px;
  font-weight: 500;
}
.pc_cart_list > ul li .remove {
  text-align: right;
  display: block;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.pc_cart_list > ul li .remove a .glyphicon {
  top: 8px;
}
.pc_cart_list .totalprice {
  font-weight: 700;
  font-size: 14px;
  color: #52c732;
}
.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 {
  margin-top: 15px;
}
.pc_cart_list .no_list {
  display: none;
}
.pc_cart_list.no_data .no_list {
  display: block;
}
.pc_cart_list.no_data > .pc_cart_foot,
.pc_cart_list.no_data > ul {
  display: none;
}
.page_title {
  text-align: center;
  font-size: 20px;
  color: #000;
  margin: 0 0 30px;
}
.article_section,
.page_html {
  background-color: #fff;
  overflow: hidden;
  padding: 15px 15px 30px;
}
.article_section h1 {
  color: #333;
}
label {
  color: #363636;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}
.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 #fff;
  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 #fff;
}
.cart_td_qty > i.num_n {
  left: 0;
  border-right: 1px solid #fff;
}
.cart_td_qty input {
  width: 100%;
  border: none;
  text-align: center;
  line-height: 28px;
  display: block;
}
.pc_currencies {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -11px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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 {
  border: none;
  background: 0 0;
}
/*.left_list_nav .list-group-item {*/
/*  background: 0 0;*/
/*}*/
.left_list_nav .panel-heading {
  background: 0 0;
  color: #000;
  border-color: #ccc;
  font-size: 17px;
  font-weight: 600;
}
.left_list_nav .list-group {
  font-size: 12px;
  font-weight: 600;
}
.product_window_model .product_window_title {
  font-size: 18px !important;
}
@media (max-width: 991px) {
  .footer_email {
    text-align: center;
  }
  .subscribe {
    text-align: center;
  }
  .i_span {
    margin: 0 0 10px 0;
  }
  .ul_list {
    margin-bottom: 36px;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .selcurrenct {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .mob_logo img {
    max-width: 70%;
  }
}
@media (max-width: 480px) {
  .mob_logo img {
    max-width: 100%;
  }
}
.black {
  background: #f49460;
}
.h_left {
  height: 73px;
  display: flex;
  align-items: center;
}
.h_left h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.h_left p {
  margin: 0 0 0 15px;
  color: #fff;
}
.h_left p::before {
  content: " ";
  width: 10px;
  height: 21px;
  border-left: 2px #fff solid;
  padding-right: 15px;
}
.foot-h {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #262626;
  text-transform: lowercase;
  margin-bottom: 50px;
  font-family: "Playfair Display", sans-serif;
}
.foot-p {
  margin: 20px 0;
  color: #fff;
  line-height: 24px;
}
.subscribe_wrap .subscribe .email {
  width: 100%;
  float: left;
  background: #fff !important;
  height: 36px;
  border-radius: 4px;
  font-size: 14px;
  float: left;
  box-shadow: none;
  font-size: 15px;
  color: #9b9b9b;
  border: 1px solid #ebebeb;
  background: 0 0;
  border-radius: 3px;
}
.email::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1 !important;
}
.email::-ms-input-placeholder {
  color: #a9a9a9;
  opacity: 1 !important;
}
.email::-webkit-input-placeholder {
  color: #a9a9a9;
  opacity: 1 !important;
}
.subscribe_wrap .subscribe .btn {
  border-radius: 3px;
  border-color: #000;
  height: 36px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 27px;
  outline: 0;
  box-shadow: none;
  background: #000;
  color: #fff;
  margin-left: 10px;
}
.subscribe .iconfont {
  display: block;
  position: relative;
  transform: rotate(-90deg);
  font-size: 20px;
}
@media (max-width: 991px) {
  .h_left {
    height: 25px;
    margin-top: 15px;
  }
  .subscribe_wrap .subscribe {
    height: 45px;
  }
  .foot-h {
    text-align: center;
  }
  .foot-p {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .h_left p {
    display: none;
  }
  .h_left h4 {
    margin: 0 auto;
  }
}
.mbx_list .breadcrumb > li a {
  color: #000;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 400;
}
.mbx_list .breadcrumb > li a h1 {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #000 !important;
}
.mbx_list .breadcrumb > li a:hover {
  color: #202123;
}
.add_cart_ico {
  margin-bottom: 12px;
  width: 160px;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.add_cart_ico:active,
.add_cart_ico:active:focus,
.add_cart_ico:active:hover,
.add_cart_ico:focus,
.add_cart_ico:hover {
  border-color: #282a2f !important;
  background-color: #282a2f !important;
}
.buy_now_ico {
  margin: 0;
  width: 160px;
}
@media (max-width: 1200px) {
  .header_section .list-inline > li > a i {
    color: #666;
  }
  .header_cart {
    padding: 0;
  }
  .header_cart .total_num {
    display: none;
  }
}
.products_prompt_model {
  background-image: none !important;
  background-color: #da2a2a !important;
}
.i-icon {
  float: left;
  max-width: 240px;
}
.icon_nav {
  margin: 0;
  margin-bottom: 20px;
}
.icon_nav li {
  padding: 0;
  margin: 0 5px 5px 0;
}
.icon_nav img:hover,
.icon_nav svg:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  fill: #fff;
}
@media (max-width: 991px) {
  .i-icon,
  .i_span1 {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .footer_a_nav .list-unstyled {
    margin: 0 auto;
  }
}
div.testimonials_modal p {
  font-size: 14px;
  font-weight: 500;
}
.modal_close {
  background: #fff;
}
.nav_left_model .modal_close .close {
  color: #424242;
}
ul.clearfix.custom_products_ul li {
  overflow: hidden;
}
.logo h1 {
  display: inline-block;
}
ol.breadcrumb.hidden-xs {
  display: flex !important;
  justify-content: center;
}
.products_prompt {
  position: absolute !important;
  font-family: "Trebuchet MS";
  top: 15px;
  right: 15px;
  width: auto;
  height: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 0;
  text-align: center;
  font-size: 13px;
  padding: 5px 15px;
  line-height: 21px;
  color: #fff;
  z-index: 1;
  font-weight: 400;
  transform: initial;
  background-color: #da2a2a;
}
.wide_screen .products_prompt {
  border-radius: 0;
}
img[data-sizes="auto"] {
  display: block;
  width: 100% !important;
  object-fit: cover;
}
.link_del {
  color: red;
}
.cart_list {
  position: relative;
}
.cart_list .cart_th {
  position: relative;
  padding: 0 0 0 110px;
  font-size: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px dotted #e5e5e5;
  font-family: Karla, HelveticaNeue, "Helvetica Neue", sans-serif;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05em;
  color: #1a1a1a;
}
.cart_list img {
  max-height: 100%;
  max-width: 100%;
  font-size: 0;
  height: auto;
  vertical-align: middle;
  width: auto;
}
.cart_list li {
  position: relative;
  border-bottom: 1px dotted #e5e5e5;
  padding: 15px 0 15px 110px;
  min-height: 110px;
  line-height: 80px;
  font-size: 0;
  z-index: 0;
}
.cart_list li input {
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: none;
}
.cart_list li.disabled {
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.cart_list li.disabled .remove {
  display: block;
}
.cart_list .img {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 0;
  position: absolute;
  left: 15px;
  top: 15px;
  position: absolute;
}
.cart_list .title {
  width: 25%;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.cart_list .title a {
  display: block;
  overflow: hidden;
  max-height: 36px;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05em;
  font-family: Karla, HelveticaNeue, "Helvetica Neue", sans-serif;
}
.cart_list .title span {
  display: block;
  font-size: 11px;
  color: #505050;
  font-size: 0.93333em;
  font-weight: 400;
}
.cart_list .title img {
  width: 15px;
  height: 15px;
}
.cart_list .money,
.cart_list .num {
  font-size: 14px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25%;
  text-align: center;
  vertical-align: middle;
}
.cart_list .money label {
  font-weight: 400;
  width: 70px;
  font-size: 12px;
  margin: 0;
  color: #666;
}
.cart_list .money strong {
  font-weight: 400;
}
.cart_list .remove {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  text-align: center;
  font-size: 12px;
  padding: 15px;
  color: #3eb44a;
  font-size: 18px;
}
.cart_list .remove .glyphicon {
  color: inherit;
}
.cart_list .remove a {
  display: block;
  color: inherit;
}
.cart_list .cart_td_qty {
  margin: 0 auto;
}
.cart_list .cart_total {
  padding: 30px 0;
  font-size: 14px;
}
.cart_list .cart_total > span {
  display: block;
  margin-bottom: 20px;
}
.cart_list .cart_total > span #totalprice {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .cart_list .cart_th {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .cart_list {
    border: none;
  }
  .cart_list li {
    margin-bottom: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .cart_list li .title a {
    line-height: 20px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #694545;
  }
  .cart_list li {
    padding: 46px 0 45px 110px;
    line-height: inherit;
  }
  .cart_list li .title {
    display: block;
    width: auto;
  }
  .cart_list li .remove {
    left: 0;
    right: 0;
    width: 100%;
    height: 31px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    padding: 0;
    background-color: #fff;
  }
  .cart_list li .remove a {
    float: right;
    width: 30px;
  }
  .cart_list li .remove:hover {
    background-color: #fff;
    color: red;
  }
  .cart_list li .remove a:hover {
    background-color: red;
    color: #fff;
  }
  .cart_list li .money,
  .cart_list li .num {
    display: block;
    width: auto;
    text-align: left;
  }
  .cart_list li .cart_td_qty {
    margin: 0;
  }
  .cart_list li .img {
    top: 46px;
  }
  .cart_list li .num {
    position: absolute;
    bottom: 10px;
  }
}
.imagewithtext-a .btn-group-justified > .btn-group {
  width: 50%;
  display: inline-block;
}
.products_overlay .products_overlay_btn {
  background-color: #333;
}
.products_overlay .products_overlay_btn:hover {
  background-color: #000;
}
.custom_products li.categoryimg .category_title {
  background-color: #333;
}
.modal_play li .text-content h4 {
  background-color: #333;
}
.play_products_modal h4 a {
  color: #000;
}
.play_products_modal h4 a:hover {
  color: #333;
}
.custom_products li .products_title,
.custom_products li .products_title a {
  height: 25px;
  line-height: 25px;
  font-weight: 400;
}
div.testimonials_modal p {
  font-size: 14px;
  font-weight: 500;
}
.tb_wholesale {
  margin-bottom: 1px;
}
.tb_wholesale span {
  display: inline-block;
  margin-right: -10px;
  margin-bottom: -1px;
  text-align: left;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0 20px;
  line-height: 22px;
  font-size: 12px;
  min-width: 110px;
}
.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;
}
.homeBlogModel-li-content {
  width: 100%;
  text-overflow: ellipsis;
  display: flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 400;
  font-size: 12px;
  color: #252525;
  text-align: center;
}
@media (max-width: 768px) {
  .products_price em {
    font-size: 12px;
  }
}
.home_custom_design .title,
.home_custom_design h2,
.home_custom_design h4 {
  position: relative;
  padding: 0 15px;
  margin: 0;
  font-weight: 700;
  color: #252525;
  margin-bottom: 36px;
  display: table;
  font-size: 24px;
  line-height: 1;
  overflow-x: hidden;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  white-space: nowrap;
}
.home_custom_design .title:after,
.home_custom_design .title:before,
.home_custom_design h2:after,
.home_custom_design h2:before,
.home_custom_design h4:after,
.home_custom_design h4:before {
  border-top: 1px solid #e8e8e8;
  content: "";
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}
.home_custom_design .title:before,
.home_custom_design h2:before,
.home_custom_design h4:before {
  right: 0.5%;
}
.home_custom_design .title:after,
.home_custom_design h2:after,
.home_custom_design h4:after {
  left: 0.5%;
}
.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;
  width: 100%;
}
.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 .text-content a {
  display: inline-block;
  text-transform: capitalize;
  padding: 8px 20px;
  margin: 0 auto;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
  font-weight: 600;
  border-radius: 3px;
  font-size: 12px;
}
.modal_play .bd li .text-content a:hover {
  color: #252525;
  border-color: #252525;
}
.modal_play .bd li img {
  height: auto;
  width: 100%;
}
div[data-tag="gallery-a"] .container .modal_play .bd li img {
  max-height: 600px;
}
.modal_play .bd li img[_src] {
  display: none;
}
.modal_play li .container {
  position: relative;
}
.modal_play li .text-content {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 27px;
  text-align: left;
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  right: 0;
  text-align: center;
  vertical-align: middle;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
}
.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_next {
  right: 20px;
  left: auto;
}
.modal_play li .text-content p {
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #252525;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .play_imglist > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .modal_play li.on .text-content {
    bottom: 20px;
  }
  .modal_play li .text-content {
    position: relative !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
}
.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: 50px 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 {
  -o-transition: all 0.2s ease-in-out;
}
.gallery_jigsaw_b .btn_group_modal .btn_group_modal_overlay .btn {
  overflow: hidden;
  font-size: 0;
  margin: 0 auto;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-width: 0;
  width: auto;
}
.gallery_jigsaw_b .btn_group_modal:hover .btn_group_modal_overlay .btn {
  font-size: 14px;
  padding: 6px 12px;
  margin-top: 10px;
  border-width: 1px;
}
.gallery_jigsaw {
  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;
  }
  .gallery_jigsaw_b {
    padding: 24px 0;
  }
}
.custom_products {
  position: relative;
  padding: 24px 0;
}
.custom_products li {
  background-color: #fff;
  width: 20%;
  float: left;
  min-height: 200px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
[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;
  text-align: center;
  margin: 10px;
  padding-bottom: 100%;
}
.custom_products li .products_imgs a {
  display: block;
}
.custom_products li .products_imgs a img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.custom_products li .products_title {
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  margin: 0;
  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;
  line-height: 16px;
  text-align: center;
}
.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: 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: 10px;
  text-align: left;
}
.play_products_modal .bd ul[data-index="4"] li {
  width: 25%;
}
.play_products_modal .bd li .products_imgs {
  display: block;
  position: relative;
  margin: 10px;
  padding-bottom: 100%;
  background: #fff;
}
.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 .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: 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: #da2a2a;
  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;
  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_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;
  }
}
.blogsHomePart {
  padding-top: 15px;
  padding-bottom: 15px;
}
.homeBlogModel {
  position: relative;
}
.homeBlogModel .homeBlogModel-li {
  float: left;
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
.homeBlogModel-li > div {
  margin-bottom: 18px;
}
.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-title {
  padding: 0;
  font-size: 16px;
}
.homeBlogModel .homeBlogModel-li-type {
  color: rgba(37, 37, 37, 0.6);
  font-size: 13px;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 9px;
  text-align: center;
}
.homeBlogModel .homeBlogModel-li-type a {
  color: #999;
  text-decoration: underline;
}
@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;
}
@media (min-width: 992px) {
  #myWishListModal .modal-lg {
    width: 991px;
    transform: translateY(32%);
  }
}
h4.second_nav_tt {
  margin: 0;
  border-bottom: 1px solid #666;
  margin-bottom: 14px;
}
.close .iconfont {
  font-size: 22px;
}
.utility_nav ul li {
  padding: 0;
}
.footer_a .container {
  width: 100%;
  max-width: 674px;
}
.footer_a p {
  color: #252525;
  font-size: 12px;
  margin-bottom: 18px;
  font-weight: 400;
}
ul.foot_list_icon {
  margin: 16px 0;
}
.foot_list_icon li a {
  color: #fff;
  display: block;
  font-size: 12px;
  cursor: pointer;
}
.foot_list_icon li a .glyphicon {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.user_account > a .iconfont {
  font-size: 14px;
  top: 0 !important;
}
.form-group.text-center a {
  color: #333538;
  font-size: 16px;
  padding: 0;
}
.form-group.text-center a:hover {
  color: #202123;
  text-decoration: none;
}
.productshow_html .btn-primary {
  background: #76b943 !important;
  border: none !important;
  color: #fff;
  height: 36px;
  font-size: 13px;
  padding: 0 30px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 36px;
  border-radius: 3px !important;
}
.productshow_html .btn-primary:hover {
  color: #fff !important;
  background: #91c769 !important;
  border: none !important;
}
@media only screen and (max-width: 991px) {
  .currencies .dropdown-menu {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    left: 17px;
    right: auto;
    margin: 0;
    border-radius: 0;
  }
  .currencies .selcurrenct {
    width: auto;
    display: flex;
    align-items: center;
    color: #424242;
  }
  .subscribe_wrap .subscribe .email {
    width: 100%;
    margin-bottom: 10px;
  }
  .subscribe_wrap .subscribe {
    height: auto;
    flex-wrap: wrap;
  }
  .footer_a_top {
    padding: 0;
  }
  .gallery_jigsaw_b .btn-group-justified {
    display: flex;
    flex-wrap: wrap;
  }
  .btn-group-justified > .btn-group {
    display: inline-block;
    width: 50%;
    margin-bottom: 18px;
  }
  .home_custom_design .title,
  .home_custom_design h2,
  .home_custom_design h4 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.gallery_jigsaw_c {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  z-index: 0;
  justify-content: center;
  padding-top: 30px;
  padding-right: 10.5px;
  padding-bottom: 40px;
  padding-left: 10.5px;
  position: relative;
  background-color: rgba(239, 245, 250, 1);
  margin-top: 50px;
}
.gallery_jigsaw_c .container {
  padding: 0;
}
.gallery_jigsaw_c h2 {
  padding-top: 40px;
  margin: 0;
}
.gallery_jigsaw_c ._row {
  display: flex;
  flex-wrap: wrap;
}
.gallery_jigsaw_c ._col {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
  flex: 0 0 20%;
  width: 20%;
  text-align: center;
}
.gallery_jigsaw_imgmodal {
  display: inline-block;
  overflow: hidden;
}
.gallery_jigsaw_c ._col .btn_group_modal_overlay a {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #262626 !important;
  margin-top: 12px;
  display: block;
}
.products_button {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  opacity: 0;
}
.product_item_actions {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.products_img:hover .products_button,
.products_imgs:hover .products_button {
  opacity: 1;
}
.products_img:hover .product_item_actions,
.products_imgs:hover .product_item_actions {
  top: 50%;
}
.product_item_actions a:first-child {
  margin-bottom: 10px;
}
.products_button .btn {
  width: 130px;
  font-size: 13px;
  font-weight: 600;
  height: 36px;
  padding: 0 12px;
  line-height: 36px;
  text-transform: capitalize;
  background: #76b943 !important;
  border: none;
  border-radius: 3px !important;
}
.products_button .btn:hover {
  background: #91c769 !important;
}
.blogsHomePart,
.play_products_modal,
.review-a {
  padding: 24px 0;
}
.gallery_jigsaw_d ._row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.imagewithtext-c {
  margin-top: 18px;
}
.imagewithtext-c ._box {
  position: relative;
}
.imagewithtext-c ._imgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
  object-position: center center;
  transition: all 0.3s ease;
  object-fit: cover;
  max-height: 60rem;
  width: 100%;
}
.imagewithtext-b ._heading,
.imagewithtext-c ._heading {
  color: #fff;
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}
.imagewithtext-b ._heading:after,
.imagewithtext-c ._heading:after {
  border-bottom: 2px solid #fff;
  content: "";
  display: block;
  margin: 9px auto 18px;
  max-width: 70%;
  width: 72px;
}
.imagewithtext-b ._description,
.imagewithtext-c ._description {
  color: #fff;
  margin: 0 0 18px;
  font-family: inherit;
  font-weight: 400;
  font-size: 13px;
}
.imagewithtext-b .imgc_btn .btns,
.imagewithtext-c .imgc_btn .btns {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
}
.imagewithtext-b ._box {
  margin-bottom: 18px;
}
.blog_post_body {
  text-align: center;
  width: calc(100% - 24px);
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
  grid-row: 2/3;
  margin-top: -15px;
  padding: 24px;
}
.homeBlogModel-li-more a {
  margin-top: 18px;
  color: #000;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  padding: 7px 18px;
  border: 1px solid #666;
  border-radius: 3px;
}
.widget_star {
  font-size: 14px;
}
.widget_star[data-val="1"]:before {
  content: "\e006\e007\e007\e007\e007";
}
.widget_star[data-val="2"]:before {
  content: "\e006\e006\e007\e007\e007";
}
.widget_star[data-val="3"]:before {
  content: "\e006\e006\e006\e007\e007";
}
.widget_star[data-val="4"]:before {
  content: "\e006\e006\e006\e006\e007";
}
.widget_star[data-val="5"]:before {
  content: "\e006\e006\e006\e006\e006";
}
.homeBlogModel-li-title a.linktext {
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 9px;
  text-align: center;
}
.slick-list {
  display: flex;
  flex-wrap: wrap;
}
.slick-slide {
  width: 25%;
  padding: 0 12px;
}
.slick-slide ._heading {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}
.slick-slide ._description {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 12px;
}
.slick-slide ._name {
  font-style: normal;
  font-weight: inherit;
  color: #878787;
}
.slick-slide .widget_star {
  font-size: 16px;
  color: #00b67a;
  margin-bottom: 12px;
}
@media only screen and (min-width: 991px) {
  .imagewithtext-c ._content {
    padding: 48px;
    width: 100%;
    text-align: center;
    position: relative;
    background: linear-gradient(
      45deg,
      rgba(238, 154, 229, 0.75),
      rgba(89, 97, 249, 0.75)
    );
    left: 0;
    margin: 0 auto;
    padding: 2.25rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 58.33333rem;
  }
}
@media only screen and (min-width: 768px) {
  .gallery_jigsaw_d ._col {
    padding: 10px;
    flex: 1 0 33.33%;
    width: 33.33%;
    position: relative;
  }
  .gallery_jigsaw_d .btn_group_modal_overlay {
    position: absolute;
    padding: 30px;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
  }
  .gallery_jigsaw_d .btn_group_modal_overlay a {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
  }
  .gallery_jigsaw_d ._imgContainer img {
    transition: all 0.3s ease;
  }
  .gallery_jigsaw_d ._imgContainer img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: brightness(0.7);
  }
}
@media only screen and (max-width: 991px) {
  .imagewithtext-c ._box ._content {
    position: relative;
    padding: 24px;
    background: linear-gradient(
      45deg,
      rgba(238, 154, 229, 0.75),
      rgba(89, 97, 249, 0.75)
    );
    text-align: center;
  }
  .gallery_jigsaw_c ._col {
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 33.33%;
    width: 33.33%;
    text-align: center;
    color: rgba(38, 38, 38, 1);
  }
  .play_products_modal .bd li {
    padding: 10px;
  }
  .products_button .btn {
    width: 100%;
    margin: 0 !important;
  }
  .products_button .btn:first-child {
    margin-bottom: 10px !important;
  }
  .products_button {
    flex-wrap: wrap;
  }
  .slick-slide {
    width: 50%;
    margin-bottom: 12px;
  }
  .footer_a_nav {
    padding: 0;
    text-align: center;
  }
  .footer_a {
    padding: 0;
    text-align: center;
  }
  .subscribe_wrap .subscribe .btn {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .play_products_modal .bd li {
    padding: 5px;
  }
  .gallery_jigsaw_d ._col {
    padding: 5px;
    flex: 1 0 50%;
    width: 50%;
    position: relative;
  }
  .gallery_jigsaw_d .btn_group_modal_overlay a {
    font-size: 16px;
    font-weight: 600;
  }
  .mbx_list .breadcrumb {
    padding-top: 30px;
    justify-content: center !important;
  }
  .imagewithtext-b ._heading,
  .imagewithtext-c ._heading {
    font-size: 16px;
  }
  .imagewithtext-b ._description,
  .imagewithtext-c ._description {
    font-size: 12px;
    font-weight: 700;
  }
}
span.product-view {
  position: relative;
  z-index: 111;
}
.model-box-view .preview_pic {
  height: auto !important;
}
.alert_infor {
  z-index: 2000;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 56px;
  background: #fff;
  box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  text-align: center;
  line-height: 56px;
}
.pro_je .alert_infor {
  top: 11%;
  left: 0;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1051;
  background: rgba(255, 255, 255, 0.3);
}
.loader {
  display: none;
  position: fixed;
  z-index: 1052;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
}
#loader-1:after,
#loader-1:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 33%;
  height: 33%;
  border-radius: 100%;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.4);
}
#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}
#loader-1:after {
  border: 4px solid #fff;
}
.selcurrenct span.state_icon {
  margin: 0 5px;
  position: relative;
  top: -1px;
}
.search-wrap .button-search-close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  background: 0 0;
  outline: 0 !important;
  background: 0 0 !important;
  box-shadow: none !important;
  border: none !important;
}
.search-wrap .button-search-close .iconfont {
  font-size: 30px;
}
#click_search {
  display: flex;
  align-items: center;
}
#click_search .iconfont {
  margin-right: 12px;
}
.btn-short {
  color: #fff;
  background: 0 0;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #fff;
  border-radius: 0;
}
.btn-short:hover {
  color: #fff;
  border-radius: 0;
  background: #002157;
}
.text-content h2 {
  width: 100%;
  padding: 0;
  margin: 24px auto;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  color: #252525;
  margin-top: 0;
  white-space: inherit;
}
.text-content h2:after,
.text-content h2:before {
  content: none;
}
._user .selcurrenct.top_text_color .iconfont {
  margin-left: 5px;
  font-size: 12px;
}
.header_cart .totalprice,
.navUser-section span,
.user_account span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #424242;
  text-transform: uppercase;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.user_account > a i {
  text-transform: lowercase;
  font-style: inherit;
}
.navUser-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
}
.navUser-section > li {
  border-right: 1px solid #e8e8e8;
  padding: 0 12px;
}
.navUser-section > li:last-child {
  border: none;
}
.user_account {
  position: relative;
}
.navUser-section > li .iconfont {
  position: relative;
  top: 1px;
}
#click_search,
.header_cart .iconfont,
.user_account > a .iconfont {
  color: #252525;
}
.currencies .iconfont {
  font-size: 14px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.layout-block .product_window_model {
  padding: 70px 0;
}
.animation_tab .nav_guide {
  border-bottom: 3px solid #000 !important;
  border-left: 3px solid #000 !important;
}
.page-banner {
  letter-spacing: 1px;
  color: #fff;
  background-color: #85888b;
}
.modal_play .li_next,
.modal_play .li_prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 61px;
  color: #252525;
  left: 15px;
  line-height: 61px;
  font-size: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  transform: translate(0, -50%);
  background: rgba(255, 255, 255, 0.9);
}
.modal_play .li_next .iconfont,
.modal_play .li_prev .iconfont {
  display: inline-block;
  transform: rotate(90deg);
  font-size: 30px;
  font-weight: 100;
}
.modal_play .li_next .iconfont {
  transform: rotate(-90deg);
}
.modal_play .li_next {
  position: absolute;
  right: 15px;
  left: auto;
}
@media only screen and (max-width: 768px) {
  .modal_play li .text-content {
    background-color: #4d4744;
  }
  .modal_play .bd li .text-content a {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
  }
  .modal_play li .text-content p {
    color: #fff;
  }
  .text-content h2 {
    color: #fff;
  }
  .custom_products li {
    margin-bottom: 30px;
  }
  .modal_play .li_next,
  .modal_play .li_prev {
    top: -30px;
    bottom: auto;
  }
  .homeBlogModel .homeBlogModel-li {
    padding: 0 15px;
  }
}
.footer-logo .logo_font {
  font-size: 30px;
}
.globalBanner {
  background-color: #000;
  color: #fff;
  text-align: center;
  display: block;
}
.globalBanner-label {
  font-size: 12px;
  padding: 6px 24px;
  font-weight: 400;
  display: block;
  line-height: 24px;
}
.globalBanner-label + .globalBanner-label {
  border-left: 1px solid #ccc;
  border-color: rgba(255, 255, 255, 0.5);
}
.subscribe_wrap {
  margin-bottom: 20px;
}
.imagewithtext-b ._content {
  position: relative;
  padding: 24px;
  background: linear-gradient(
    45deg,
    rgba(238, 154, 229, 0.75),
    rgba(89, 97, 249, 0.75)
  );
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .imagewithtext-b ._content {
    padding: 48px;
    width: 100%;
    left: 0;
    margin: 0 auto;
    padding: 2.25rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
  }
}
.imagewithtext-b .description {
  background: linear-gradient(45deg, #ee9ae5, #5961f9);
  color: #fff;
  padding: 10px;
  margin-bottom: 18px;
  font-size: 12px;
}
.imagewithtext-b .description p {
  margin: 0;
}
input.form-control {
  border-radius: 3px;
  height: 36px;
}
.panel-footer a.btn.btn-info.btn-xs.btncolor {
  border-radius: 2px !important;
  height: 22px;
  line-height: revert;
  min-width: auto;
  padding: 1px 5px;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 0;
}
.btn_group_modal_overlay .products_title a {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 5px;
}
.play_products_modal .bd li .products_imgs img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.container.wide_screen {
  padding: 20px 15px;
}
.search_submit {
  width: 200px;
  position: relative;
  max-width: 100%;
}
.search_submit .form_submit {
  position: absolute;
  right: 8px;
  top: 5px;
  border: none;
  background: no-repeat;
  color: #252525;
}
.search_submit .fc {
  border-color: #ebebeb;
  border-radius: 3px;
  box-shadow: none;
}
.search_submit .fc:focus {
  border-color: #000;
  outline: 0;
  box-shadow: none;
}
@media (min-width: 1261px) {
  .container {
    width: 100%;
    max-width: 1530px;
  }
}
.productshow_html .btn-primary {
  display: block;
}
.header.on .beautify_topHeader .top-bar-right .customer-utils .currencies,
.header.on .beautify_topHeader .top-bar-right .customer-utils .user_account {
  display: none;
}
@media (max-width: 1400px) {
  .first_nav > li > a {
    font-size: 14px;
  }
  .nav_top .first_nav > li {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .navUser {
    display: none;
  }
}
@media (max-width: 768px) {
  .section {
    margin-top: 0 !important;
  }
  .btn-group-justified > .btn-group {
    width: 100%;
  }
}
.footer-banners {
  background-color: #000;
  color: #fff;
  padding: 9px 0;
  text-align: center;
}
.footer-banners p {
  margin: 0;
  font-size: 12px;
}
.footer_b p {
  margin: 0;
}
@media (max-width: 991px) {
  .products_button {
    display: none !important;
  }
}

/*points*/

p.title.title-sub2 {
  width: 21%;
}


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

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

.contact_space1 {
  margin-top: 30px;
}

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

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


.products_img img,.productshow_list iframe,.productshow_list video{font-size:0;transition:all .3s;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}
.productshow_list video,.swiper-enlarged-view-wrapper video{max-width:100%}
.productshow_list iframe,.swiper-enlarged-view-wrapper iframe{max-width:100%;width:100%;height:auto;max-height:100%;border:none;min-height:360px}
.product_xx_a_z video,.swiper-enlarged-view-wrapper video{max-width:100%}
.product_xx_a_z iframe,.swiper-enlarged-view-wrapper iframe{max-width:100%;width:100%;height:auto;max-height:100%;border:none;min-height:360px}
.video_icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1111;color:#fff}
.swiper-enlarged-view-wrapper{display:none;position:fixed;left:0;top:0;right:0;width:100%;height:100%;z-index:300;background-color:rgba(0,0,0,.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{position:relative;display:block;text-align:center;padding-bottom: 100%;}
.products_enlarge_mask { left: 110px; }
.productshow_list .productshow_list .preview_pic_ul li { width:100px; padding: 0; }


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


.beautify_mainHeader{
    height: unset  !important;
}


.switch_dropdown{
    overflow: auto;
    max-height: 70vh;
}

.categry_list ul,.blog_list ul {
    display: flex;
    flex-wrap: wrap;
}
.btn.btn-lg.addtowishlist {
    color: #000;
}

.btn.btn-lg {
    width: unset !important;
    min-width: 160px;
}

@media (max-width:768px){
    .btn.btn-lg{
        margin:0 auto
    }
}

.btn.btn-lg.add_cart_ico.addbtn {
    margin-bottom: 12px;
}
.pc_cart_list>ul {
    bottom: 230px;
}

.pc_cart_list .pc_cart_foot {
    height: 230px;
}
.pc_cart_list>ul li .remove{
  display: block;
}
.anyflexbox.clearfix{
    display: unset;
}
.productshow_list .products_prompt{
    left: unset;
    border-radius: 50%;
}
.products_prompt{
    right: unset;
}

.custom_products li .products_title a{height:44px;padding:0}

