﻿@font-face {
  font-family: "AlibabaPuHuiTi";
  src: url(../fonts/AlibabaPuHuiTi-3-115-Black.woff), url(../fonts/AlibabaPuHuiTi-3-115-Black.ttf);
}
@font-face {
  font-family: "MATURASC";
  src: url(../fonts/MATURASC.TTF);
}
@font-face {
  font-family: "Ubuntu-C";
  src: url(../fonts/Ubuntu-C.ttf);
}
@font-face {
  font-family: "tikal";
  src: url(../fonts/TikalSans-Medium-webfont.woff), url(../fonts/TikalSans-Medium-webfont.woff2);
}
/* .tikal{
  font-family: 'tikal';
} */
:root {
  --main-color: #1d2948;
  --sec-color: #d5ca9e;
  --gray--: #aeaeae;
  --greywhite-color: #f2f2f2;
} 
body {
  font-family: "微软雅黑", "微軟雅黑";
}
body.en-GB {
  font-family: "tikal";
}
.highlight{
  color: var(--sec-color);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #222;
  font-weight: 500;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h3,
.h3 {
  font-size: 18px;
}
.clearfix {
  clear: both;
}
a,
a:hover {
  color: #212529;
  text-decoration: none;
}
a,
a > img,
.btn,
.btn > a,
.hover-effect {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
img{
  max-width: 100%;
  height: auto;
}
.btn {
  cursor: pointer;
}
.breadcrumb {
  background-color: transparent;
  color: #afb0b0;
  /* padding: 0 .75rem; */
  padding-left: 0;
}
.breadcrumb a:first-child {
  padding-left: 0;
}
.breadcrumb a {
  padding-right: 10px;
  padding-left: 10px;
}
.breadcrumb span {
  padding-left: 10px;
}
.breadcrumb i:last-child {
  display: none;
}

/* top */
/* .top{
  height: 50px;
  background: var(--main-color);
} 

.mod-languages ul li a{
  color: #fdfaf5;
}*/

/* header */
header {
  background: var(--main-color);
  height: 80px;
  line-height: 80px;
}
header .logo {
  height: 80px;
  line-height: 80px;
	font-style: italic;
}
.logo a {
  color: #fdfaf5;
  font-family: "AlibabaPuHuiTi";
  font-size: 28px;
	font-style: italic;
}

.header-right {
  position: relative;
}

.mob-menu-show {
  top: 185px;
  box-shadow: none;
  display: none;
}
.navcolor {
  height: 100%;
}
#main-menu{
  float: right;
}
div.mod-languages ul{
  text-align: center;
}
/* div.mod-languages ul li a:hover{
  color: var(--sec-color);
}
div.mod-languages ul li.lang-active a{
  background:var(--sec-color);
  color: #fff;
  padding: 5px;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
} */

/* search */

.navbar-search,
.navbar-search .search,
.search-products,
.search-products .search{
  height: 100%;
}

.search-group{
  display: flex;
  margin: 0;
  padding: 0;
  height: 30px;
  
}
input[type="submit"].searchBtn,
input[type="submit"].searchBtn:hover,
input[type="submit"].product-search-btn,
input[type="submit"].product-search-btn:hover
{
  background-color: var(--greywhite-color);
  background-image: url("../images/searching.png");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
  font-size: 0;
  border: 0;
  color: #ffffff;
  width: 50px;
  line-height: 100%;
}

.picker {
  width: 100px;
  padding-right: 30px;
  position: absolute;
  top: 19px;
  left: 150px;
  /* height: 100%; */
  line-height: 44px;
  cursor: pointer;
  color: var(--main-color);
  font-size: 12px;
  text-align: right;
  /* background-image: url(../images/down.png);
  background-position: 43px 20px;
  background-repeat: no-repeat; */
  user-select: none;
  display: none;
  z-index: 11111;
}
.picker-list {
  list-style:none;
  padding:5px 0;
  width:100px;
  position:absolute;
  left:150px;
  top:50px;
  margin:0;
  line-height:26px;
  font-size:12px;
  border-radius:2px;
  box-shadow:0 1px 5px rgba(0, 0, 0, .2);
  background-color:#fff;
  display:none;
  z-index: 111;
}
.picker-list>li {
  /* padding-left:36px;
  background-position:10px center;
  background-repeat:no-repeat;
  background-size:16px auto */
  text-align: center;
}
.picker-list>li:hover {
  background-color:#ebf1f5;
  cursor:pointer
}
.search-products{
  display: none;
}
.navbar-search .form-search .search-group input,
.mod-shop-search .search-group input {
  border-radius: 0;
  background-image: url("../images/search.png") !important;
  background-position: 17px center !important;
  background-repeat: no-repeat !important;
  background-color: transparent;
  border: 0;
  color: var(--main-color);
  padding: 0 0 0 72px;
  font-size: 14px;
  width: 30px;
  height: 30px;
  max-width: none;
  z-index: 100;
  position: absolute;
  top: 24px;
  outline: none;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.navbar-search .form-search .search-group input.input-focus,
.search-products .search-group input.input-focus {
  background-image: url("../images/searching.png") !important;
  background-size: 20px;
  border: 1px solid #e8e6e3;
  background: #fefefe;
  z-index: 1111;
  width: 230px;
  padding-right: 24px;
  outline: none;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

/* NEW NAV */
.navbar-brand{
  padding: 29px 15px;
  height: auto;
}
nav.navbar.bootsnav{
  border: none;
  margin-bottom: 150px;
}
.navbar-nav{
  float: left;
}
nav.navbar.bootsnav ul.nav > li > a{
  color: #474747;
  text-transform: uppercase;
  padding: 30px;
}
nav.navbar.bootsnav ul.nav > li:hover{
  background: #f4f4f4;
}
.nav > li:after{
  content: "";
  width: 0;
  height: 5px;
  background: #34c9dd;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.nav > li:hover:after{
  width: 100%;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
  content: "+";
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 35%;
  right: 10%;
  transition: all 0.4s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{
  content: "\f105";
  transform: rotate(90deg);
}
.dropdown-menu.multi-dropdown{
  position: absolute;
  left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: none;
}
@media only screen and (max-width:990px){
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,
  nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ content: " "; }
  .dropdown-menu.multi-dropdown{ left: 0 !important; }
  nav.navbar.bootsnav ul.nav > li:hover{ background: transparent; }
  nav.navbar.bootsnav ul.nav > li > a{ margin: 0; }
}

/* language switch */

/* slideshow */
#camera_wrap_96 .camera_caption {
  width: 342px;
  height: 230px;
  right: 0px;
  bottom: 46px;
}
.camera_caption > div {
  background: rgba(207, 196, 164, 0.8) !important;
  padding-left: 61px;
}
.camera_caption_title {
  text-transform: uppercase;
  padding-top: 42px;
  padding-bottom: 32px;
}

/* feature */
#feature {
  margin-top: 43px;
}
#feature ul.mod-list {
  list-style: none;
  padding: 0;
  color: #808285;
}
#feature ul.mod-list li a i {
  padding-right: 8px;
}
#feature ul.mod-list .wwo-more {
  margin-top: 14px;
}
#feature .btn {
  background-color: #cfc4a4;
  border: none;
  border-radius: 0;
  width: 121px;
}
#feature .grid:first-child {
  padding-bottom: 26px;
}
#feature .grid:first-child .custom {
  font-size: 19px;
  color: var(--main-color);
}
#feature .wwo {
  border-left: 3px solid #cfc4a4;
    font-size: 36px;
  text-transform: uppercase;
  padding-top:30PX;
  text-align:center;
  }
#feature .custom {
  font-size: 48px;
  text-transform: uppercase;
}

/* showcase */
#showcase {
  margin-top: 50px;
}
.card {
  background-color: #e7e8e9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height:100%; 
  border-radius: 0;
}
.card:hover {
  box-shadow: 1px 1px 5px 1px #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#showcase .card .card-text{
  min-height: 209px;
}

/* main */
main {
  margin-top: 57px;
}
.blog .page-header h1,
.item-page .page-header h1 {
  font-size: 24px;
  font-weight: normal;
  width: 160px;
  background: #e7e8e9;
  padding: 5px;
  text-align: center;
}
.blog .page-header h2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}
.blog .card .card-body .card-text {
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.blog .intro {
  padding: 30px;
  height: 215px;
}
.blog .items-row {
  margin-bottom: 20px;
}
.inpage-head {
  /* max-width: 1020px; */
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  min-height: 184px;
  position: relative;
}
.blog .intro .cap {
  margin: 2px auto;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 115px;
}
.readmore .btn {
  background: var(--main-color);
  color: #fff;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 17.5px;
  border-left: 5px solid #303030;
}


/* right sidebar */

/* tab */
.tab-title,
#relatedArticlesTabContent h2,
#relatedProductsTabContent h2 {
  background: var(--main-color);
  color: var(--greywhite-color);
  padding: 10px;
  font-size: 18px;
}
#relatedArticlesTabContent ul.relatedSolutions {
  padding: 0;
}
.relatedSolutions li {
  list-style: none;
}

/* jshop */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  display: block;
  width: 100%;
  height: 50px;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 1.7857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #eaeaea;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.login-wrap .star,
.registration .star,
.profile .star,
.profile-edit .star,
.reset .star {
  color: #f00;;
}
.login-wrap,
.registration {
  border: 1px solid #eaeaea;
  background: #ffffff;
  margin: 0px auto;
  padding: 0px 30px 50px;
  max-width: 450px;
  width: 100%;
}
.registration{
  max-width: 500px;
}
.login-wrap .login .page-header{
  border: none;
  padding: 0;
  margin-bottom: 40px;
}
.login-wrap .login .page-header h1,
.registration legend span {
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 65px;
}
.registration legend span{
  display: block;
  font-size: 40px;
}
.login-wrap .login .form-horizontal .other-links {
  margin: 0;
}
.login-wrap .login .form-horizontal .other-links ul {
  padding: 0;
  margin: 0;
  font-size: 11px;
  text-align: center;
}
.login-wrap .login .form-horizontal .other-links ul li {
  display: inline-block;
  list-style: none;
  margin: 0 14px 10px 0;
}
.login-wrap .login .form-horizontal .other-links ul li a {
  color: #303030;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.login-wrap .login .form-horizontal .other-links ul li a:hover {
  color: var(--sec-color);
}
.login-wrap .login .form-horizontal .btn-primary {
  width: 100%;
}
input:-internal-autofill-selected {
  background: none;
}
.reset #user-registration .form-group > div{
  padding: 0;
}
.btn-primary {
  color: #ffffff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.btn-primary:hover{
  background: var(--sec-color);
  border-color: var(--sec-color);
}
#list_product_image_thumb{
  margin-top: 10px;
}

.progressbar {
  display: none;
  margin: 2em 0;
}
@media only screen and (min-width: 650px) {
  .progressbar {
    display: block;
  }
}
.progressbar .shim {
  display: none;
  width: 100%;
}
.progressbar .holder {
  position: relative;
  font-size: 85%;
  padding: 1.8em 0 0;
  background-color: var(--main-color);
  box-shadow: 0 0.5em 1.5em var(--main-color);
}
@media only screen and (min-width: 750px) {
  .progressbar .holder {
    font-size: 90%;
  }
}
@media only screen and (min-width: 900px) {
  .progressbar .holder {
    font-size: 95%;
  }
}
.progressbar .holder .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--greywhite-color);
}
.progressbar .holder .bar .indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--sec-color);
}
.progressbar .holder .labels {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2em;
  text-align: center;
}
.progressbar .holder .labels i {
  display: block;
  position: relative;
  float: left;
  cursor: pointer;
  min-height: 71px;
}
.progressbar .holder .labels i::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  border: solid 3px var(--greywhite-color);
  background-color: var(--greywhite-color);
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
  transition: border-color 100ms ease-in, background-color 150ms ease-in;
}
.progressbar .holder .labels i::after {
  display: block;
  content: attr(data-label);
  position: relative;
  top: 0;
  padding-bottom: 1.8em;
  font-weight: 400;
  color: #fefefe;
  font-style: normal;
  transition: color 150ms ease-in, top 100ms ease-out;
}
.progressbar .holder .labels i:hover::before,
.progressbar .holder .labels i:focus::before {
  background-color: var(--sec-color);
}
.progressbar .holder .labels i:hover::after,
.progressbar .holder .labels i:focus::after {
  top: -0.2em;
}
.progressbar .holder .labels i.read::before {
  border-color: var(--sec-color);
}
.progressbar .holder .labels i.read:hover::before,
.progressbar .holder .labels i.read:focus::before {
  background-color: var(--sec-color);
}
.progressbar .holder .labels i.reading::after {
  color: var(--sec-color);
}
.progressbar .holder .labels i.reading:hover::after,
.progressbar .holder .labels i.reading:focus::after {
  top: 0;
}
.progressbar.fixed .holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.progressbar.fixed .shim {
  display: block;
}

#relatedArticlesTab {
  border-bottom: none;
}
#relatedArticlesTab.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0 2px 10px #bfbfbf;
  background: #fff;
  z-index: 11;
}
#relatedArticlesTab.sticky li a {
  background: none;
  width: 100%;
}
#relatedArticlesTab.sticky li a:hover {
  background: var(--main-color);
  color: #fefefe;
}
#relatedArticlesTab li a {
  display: block;
  background: #f7f7f7;
  color: #999999;
  padding: 10px 20px;
  margin: 0 5px;
  max-width: 160px;
  height: 68px;
}
#relatedArticlesTab li a.active {
  background-color: var(--main-color);
  color: #fefefe;
}

#relatedArticlesTabContent {
  /* background: linear-gradient(to bottom,#f1f1f1 0%,#ddd 100%);
  margin-top: 1em;
  padding: 10px; */
  box-shadow: 0 2px 10px #bfbfbf;
}
.white-block {
  min-height: 180px;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 15px;
  /* box-shadow: 1px 1px 5px rgba(0,0,0,.12); */
}

.toapp {
  background: var(--main-color);
  color: #fff;
  padding: 10px;
  /* display: block;
  width: 180px;
  text-align: center;
  margin-top: 30px; */
}
.toapp:hover {
  color: #fefefe;
}
.btn.btn-arrow-left:hover,
.btn.btn-arrow-right:hover {
  background-image: none;
  background-color: var(--main-color);
  color: #fff;
}
.btn.btn-arrow-left,
.btn.btn-arrow-right {
  border: 1px solid var(--main-color);
}
/* select.inputbox {
  background: #f7f7f7;
  border: 1px solid #d1d1d1;
  padding: 10px;
  width: calc(100% - 55px);
} */

#review_review {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
  width: calc(100% - 55px);
  padding: 0.4615384615em 0.5384615385em;
  margin-right: 3px;
}
input[type="submit"] {
  background: var(--main-color);
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  text-transform: uppercase;
}
input[type="submit"]:hover {
  background: var(--main-color);
  color: #fff;
}
.product-description ul {
  padding-left: 15px;
}
.product-description img {
  max-width: 100%;
  vertical-align: middle;
}

.cart .quantity .inputbox{
  display: inline-block;
  text-align: center;
}

figure {
  border: 1px solid #bbb;
}
figure img {
  /* padding: 25px; */
  max-width: 100%;
  width: 100%;
}
figure figcaption {
  background: #bbb;
  font-size: 14px;
  padding: 5px;
  text-align: center;
}
/* .product-description ul li{
  list-style: disc;
  border-bottom: none;
} */

/* right side bar */
#right-sidebar .level {
  /* padding-left: 18px; */
}
#right-sidebar .level .level-items {
  background: #f6f7f9;
}
#right-sidebar .level .level-items ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#right-sidebar .level .level-items ul li {
  border-bottom: 1px solid #ced0d2;
  padding-left: 18px;
  height: 33px;
}
#right-sidebar .level .level-items ul li:last-child {
  border-bottom: none;
}
#right-sidebar .level h4 {
  background: var(--main-color);
  margin-bottom: 0;
  color: var(--greywhite-color);
  padding-left: 18px;
  height: 33px;
  line-height: 33px;
}

.pagination{
  display: inline-block;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.pagination li {
  float: left;
}
.pagination a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination li.disabled a{
  color: grey;
}
.pagination li.active a{
  background-color: var(--main-color);
  color: white;
}

/* footer */
footer {
  background-color: var(--gray--);
  margin-top: 49px;
  padding-top: 34px;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer .inbox {
  margin-top: 3em;
  float: right;
  color: var(--greywhite-color);
}
footer .bottom-menu li.title:nth-child(5) {
  float: right;
}
footer .bottom-menu li,
footer .grid ul li {
  list-style: none;
}
footer .bottom-menu li a,
footer h4,
footer .grid ul li {
  color: var(--greywhite-color);
}
footer .grid .custom ul.contact-info li i,
footer .grid .custom ul.contact-info li img {
  padding-right: 10px;
}
footer .grid .custom ul.contact-info li i.fa-map-marker {
  font-size: 22px;
}
footer .bottom-menu li.title {
  float: left;
}
footer .bottom-menu li.title ul,
footer .grid .custom ul.contact-info {
  padding-top: 20px;
}
footer .bottom-menu li .contact-info li a i {
  padding-right: 8px;
}
footer h4 {
  max-width: 84px;
}
footer .bottom-menu li.title > a,
footer h4 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  margin:0 0 20px 0;
}
footer .bottom-menu li.title > a:after,
footer h4::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  border-top: 6px solid #cfc4a4;
}
footer .socialinfo {
  padding-top: 24px;
}
footer .socialinfo li:first-child {
  /* padding-left: 0; */
  background: #0077b7;
}
footer .socialinfo li:nth-child(2) {
  background: #475993;
}
footer .socialinfo li:nth-child(3) {
  background: #16a2f3;
}
footer .socialinfo li:nth-child(4) {
  background: #00e777;
}
footer .socialinfo li:nth-child(5) {
  background: #ff0000;
}
footer .socialinfo li:nth-child(6) {
  background: #00acef;
}
footer .socialinfo {
  float: right;
}
footer .socialinfo li {
  float: left;
  /* padding-left: 7px; */
  width: 32px;
  height: 32px;
  /* background: #0077b7; */
  font-size: 24px;
  text-align: center;
  line-height: 32px;
  border-radius: 3px;
  margin-right: 10px;
}
footer .socialinfo li a {
  /* display: block;
  background: #fff;
  border-radius: 9px;
  height: 32px; */
}
footer .socialinfo li a img {
  vertical-align: text-bottom;
  width: 32px;
}
.iso-phrase {
  display: block;
  margin-top: 105px;
  color: #fefefe;
  padding-bottom: 14px;
}

/* copyright */
#copy-right {
  background: var(--main-color);
  color: var(--greywhite-color);
}

/* Related */
.related_file {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.12);
}
.related_file .white-block img {
  max-height: 75px;
}
.related_file .file-list i {
  padding-right: 10px;
}
ul.filesUl li {
  list-style: none;
  border-bottom: 1px solid var(--gray--);
  margin-bottom: 1em;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 10px;
}
.relatedProductImg img {
  width: 200px;
  /* height: 200px; */
}
.related_file ul.filesUl {
  padding: 0;
}
.vm-col.product {
  border: 0;
  min-width: 0;
  margin: 0;
  position: relative;
  text-align: left;
}
.vm-col.product .spacer {
  background: #ffffff;
  border: 1px solid #eaeaea;
  padding: 25px;
  position: relative;
  margin: 0;
  height: 100%;
}
.relatedProductImg {
  margin-bottom: 15px;
}

.back-to-top {
  text-align: center;
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 12px;
  right: 1%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  z-index: 99;
  outline: none !important;
}

.jd_footer{
  display: none;
}

/* loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: 100000000;
  opacity: 1;
  overflow: hidden;
  text-align: center;
}
.position-center-center {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.ldr {
  width: 8vmax;
  height: 8vmax;
  border-right: 4px solid #2d3a4b;
  border-radius: 100%;
  -webkit-animation: spinRight 800ms linear infinite;
  animation: spinRight 800ms linear infinite;
}
div.ldr:before,
div.ldr:after {
  content: "";
  width: 6vmax;
  height: 6vmax;
  display: block;
  position: absolute;
  top: calc(50% - 3vmax);
  left: calc(50% - 3vmax);
  border-left: 3px solid #2d3a4b;
  border-radius: 100%;
  -webkit-animation: spinLeft 800ms linear infinite;
  animation: spinLeft 800ms linear infinite;
}
div.ldr:after {
  width: 4vmax;
  height: 4vmax;
  top: calc(50% - 2vmax);
  left: calc(50% - 2vmax);
  border: 0;
  border-right: 2px solid #2d3a4b;
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes spinLeft {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes spinLeft {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-webkit-keyframes spinRight {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes spinRight {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/*Responsive*/
@media (min-width: 1281px) {
  /* #camera_wrap_96 .camera_caption{
    right: 300px;
  } */
}

@media (min-width: 1200px) {
  /* .mod-languages ul li{
    position: absolute;
    top: 13px;
    right: 57px;
  } */
  #camera_wrap_96 .camera_caption{
    right: 60px;
  }
}

@media (min-width: 992px) and (max-width:1280){
  /* #camera_wrap_96 .camera_caption{
    right: 80px;
  } */
}

@media (min-width: 769px) {
  #language-switch .mod-languages {
    position: relative;
    left: 60px;
  }
  .d-md-769-none{
    display: none;
  }
}

/* @media (width: 768px){
  .header-right{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
} */

@media (max-width: 768px) {
  /* .navbar-search .form-search input:focus {
    width: 200px;
  } */
  .navbar-search .form-search .search-group input,
  .mod-shop-search .search-group input {
    position: relative;
    top: 0;
    margin: 0 auto;
    /* border: 1px solid #e8e6e3;
    border-radius: 40px; */
    background-image: url(../images/searching.png) !important;
    background-size: 20px;
    border: 1px solid #e8e6e3;
    background: #fefefe;
    z-index: 1111;
    width: 230px;
    padding-right: 24px;
    outline: none;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
  }
  .picker{
    display: block;
    right: 0;
    top: 10px;
    left: auto;
    height: 100%;
    line-height: 100%;
  }
  .picker-list{
    color: var(--main-color);
    top: 35px;
  }
  .search-group{
    position: relative;
  }
}

@media (max-width: 768px) {
  .navcolor > div,
  .navcolor > .container > div,
  .navcolor nav,
  .navcolor nav > ul,
  .navcolor nav > ul > li,
  .navcolor nav > ul > li > a {
    height: auto;
    text-align: center;
  }
  #right-sidebar {
    margin-top: 40px;
  }
  /* .langChoose{
    display: none;
  } */
  div.mod-languages.advanced-dropdown ul{
    position: unset !important;
    display: block;
  }
  div.advanced-dropdown{
    line-height: 20px;
  }
  #camera_wrap_96 .camera_caption{
    right:0;
  }
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
}

@media (max-width: 480px) {
}

@media (max-width: 320px) {
}
#brick161case .col-xl-4{ padding-bottom:15px;}