<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.full-width {
  padding: 0;
}
.btn-hallo {
  padding: 15px 20px;
  margin: 0 15px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-hallo:hover {
  text-decoration: none;
}
.button-download {
  color: #fff;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.button-download:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}
.button-viewdemo {
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: #fff;
}
.button-viewdemo:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
  background-color: #e6502e;
  border: 2px solid #e6502e;
  color: #fff;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
.smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.row-fluid {
  margin-right: -15px;
  margin-left: -15px;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.span4 {
  width: 33.33%;
}
.form-horizontal .control-label {
  text-align: left !important;
}
.element-invisible {
  display: none;
}
a,
a:hover {
  text-decoration: none;
}
a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
p {
  margin: 0 0 10px;
}
ul,
ol,
li {
  list-style: none;
}
input[type="submit"],
input[type="button"],
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"],
.uneditable-input {
  text-shadow: none;
  color: #7d7d7d;
  min-height: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding: 4px 6px;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
textarea:hover,
textarea:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
.uneditable-input:hover,
.uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
dt,
dd {
  color: #B4B4B4;
  margin: 0 15px 0 0;
}
legend {
  font-weight: 300;
  padding-bottom: 15px;
  width: inherit;
}
.dropdown-menu {
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}
.item-page .full-item {
  max-width: 100%;
  display: block;
}
dt .article-info-term {
  display: none;
}
dl .article-info-bottom,
dl .article-info-top {
  margin-bottom: 15px;
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 11px;
}
dl .article-info-top dd {
  float: left;
}
dl .article-info-bottom dd {
  float: left;
  margin: 0 10px 0 0;
}
dd span .icon-eye-open,
dd span .icon-time {
  position: relative;
  margin-top: -1px;
  opacity: 0.8;
}
ul.list-striped {
  list-style: none;
}
.img-intro-left img,
.img-intro-right img,
.img-intro-none img,
.item-image img,
.img-fulltext-right img,
.img-fulltext-left img,
.img_caption img {
  max-width: 100%;
  overflow: hidden;
  max-width: auto;
}
.ie8 .img-intro-left img,
.ie8 .img-intro-right img,
.ie8 .img-intro-none img,
.ie8 .item-image img,
.ie8 .img-fulltext-right img,
.ie8 .img-fulltext-left img,
.ie8 .img_caption img {
  max-width: auto !important;
  width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  display: inline-block;
}
.item-page .img-wrapper {
  margin-top: 6px;
}
.img-intro-none .img-wrapper,
.pull-none.item-image .img-wrapper {
  background: none;
}
.img_caption.left,
.img-intro-left {
  float: left;
  margin: 20px 0;
}
.img_caption.right,
.img-intro-right {
  float: right;
  margin-left: 20px;
}
.img-intro-none,
.img-fulltext-none,
.pull-none.item-image,
.img_caption.none {
  float: none;
}
div.img_caption {
  position: relative;
  width: 100%;
  height: 100%;
}
p.img_caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0;
  z-index: 15;
}
.img-intro-left,
.img-intro-right,
.img-intro-none,
.img-fulltext-left,
.img-fulltext-right,
.item-image,
.img_caption {
  max-width: 100%;
  display: block;
}
.image-backdrop {
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.img-wrapper a:hover .image-backdrop {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.img-wrapper a:hover .img-intro-btn {
  visibility: visible;
  opacity: 1;
  top: 50%;
  margin-top: -20px;
}
.img-intro-btn {
  display: block;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 45%;
  width: 40px;
  height: 40px;
  z-index: 5;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: 70% 50%;
}
.items-row {
  margin-bottom: 30px;
}
.blog .cat-children h3 {
  font-size: 24px;
}
.blog .cat-children h3.page-header {
  padding: 6px 0;
  margin: 0;
  font-size: 12px;
  font-family: Helvetica, Arial, Serif;
}
.homepage h1.item-title a,
.featured h1.item-title a {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}
.items-more .nav-tabs {
  border-top: 1px solid #e2e2e2;
  padding-top: 12px;
}
.items-more .nav-tabs.nav-stacked li a {
  padding: 3px 0;
  border: 0;
}
.items-more .nav-tabs.nav-stacked li a:hover {
  background: #f8f8f8;
}
.items-leading &gt; div {
  margin-bottom: 20px;
}
.homepage .items-leading &gt; div {
  border: none;
}
.page-header {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.page-header a {
  color: #858585;
}
.page-header a:hover,
.page-header a:active,
.page-header a:focus {
  color: #0099FF;
}
.dropdown-toggle {
  color: #858585;
}
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
  color: #0099FF;
}
.page-title,
.page-header h1 {
  line-height: 1;
}
.page-subheader {
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
  *zoom: 1;
}
.page-subheader::before,
.page-subheader::after {
  display: table;
  content: "";
  line-height: 0;
}
.page-subheader::after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 10px 0;
  line-height: 1;
}
.article-info {
  display: inline-block;
  width: 100%;
}
.article-info .article-info-inner {
  float: left;
  width: 90%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info &gt; * {
  margin: 0 5px;
}
.blog .icons .btn {
  padding: 0;
}
.jcomments-links {
  display: none;
}
.icon-edit,
.icon-print,
.icon-envelope {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.icon-edit:before {
  content: "\f044";
}
.icon-print:before {
  content: "\f02f";
}
.icon-envelope:before {
  content: "\f0e0";
}
.blog .icon-calendar,
.blog .icon-eye-open {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.blog .icon-calendar:before {
  content: "\f073";
}
.blog .icon-eye-open:before {
  content: "\f06e";
}
ul {
  margin: 0;
  padding: 0;
}
ol {
  margin: 2em 0 2em 0px;
  padding-left: 50px;
}
ol li {
  padding: 5px 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc inside;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline &gt; li,
ol.inline &gt; li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.text-field,
input[type="text"],
input[type="search"],
input[type="password"],
textarea,
input[type="email"],
input[type="tel"],
select {
  height: 40px;
  line-height: 40px;
}
.clear {
  clear: both;
}
.zo2-pagination {
  text-align: center;
  width: 100%;
}
.zo2-pagination .counter {
  color: #898989;
  font-size: 13px;
}
.zo2-pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 10px 0;
}
.zo2-pagination ul &gt; li {
  display: inline-block;
  margin: 0 5px;
}
.zo2-pagination ul &gt; li:first-child a,
.zo2-pagination ul &gt; li:last-child a,
.zo2-pagination ul &gt; li:first-child span,
.zo2-pagination ul &gt; li:last-child span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.zo2-pagination ul &gt; li &gt; a {
  color: #898989;
  border: 1px solid #ebebeb;
}
.zo2-pagination ul &gt; li &gt; span {
  border: 1px solid #ebebeb;
}
.zo2-pagination ul &gt; li.active &gt; span {
  background: #0099FF;
  border: 1px solid #0099FF;
  color: #fff;
}
.zo2-pagination ul &gt; li.active &gt; span:hover,
.zo2-pagination ul &gt; li.active &gt; span:active,
.zo2-pagination ul &gt; li.active &gt; span:focus {
  background: #0099FF;
  border: 1px solid #0099FF;
  color: #fff;
}
.zo2-pagination ul &gt; li.disabled {
  font-size: 14px;
}
.zo2-pagination ul &gt; li.disabled a {
  line-height: 21px;
}
.pager li a {
  background-color: #f3f3f3;
  color: #3f3f3f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  text-transform: capitalize;
  padding: 10px 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.pager li a:hover,
.pager li a:active,
.pager li a:focus {
  background: none repeat scroll 0 0 #0099FF;
  color: #fff;
  -webkit-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
.pagenav {
  float: none;
  clear: both;
}
.login-form input[type="text"],
.login-form input[type="password"] {
  border: 1px solid #D9D6D0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #888888;
  height: 30px;
  line-height: 30px;
  max-width: 100% !important;
  padding: 0 12px;
}
.login-form button {
  margin: 20px 0;
}
#login-form #form-login-submit {
  width: 100%;
  display: block;
  overflow: hidden;
}
#login-form .logout-button .btn {
  padding: 7px 35px;
}
#login-form #form-login-submit .btn {
  padding: 7px 35px;
}
#login-form #form-login-submit .sign-in {
  font-size: 13px;
  line-height: 42px;
  padding-left: 15px;
}
#login-form ul.unstyled {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-top: 12px;
}
#login-form ul.unstyled li {
  font-size: 11px;
  padding-right: 15px;
}
#login-form span.icon-plus-sign {
  visibility: hidden;
}
#login-form .controls label {
  width: 100%;
  font-size: 10px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.filter-search.alert.alert-info {
  background-color: #f5f5f5;
  border: 1px solid #f0f0f0;
  background-image: none;
  padding: 20px;
}
.search-results .result-title {
  margin-top: 24px;
}
.search dt.result-title {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding-top: 15px;
}
#searchForm fieldset {
  margin: 20px 0;
}
#search-results ul.search-results {
  list-style-type: none;
}
#search-results ul.search-results li {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 12px;
}
.search {
  float: right;
}
.search .icon-search {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.search #searchForm .inputbox {
  width: 210px;
  margin: 0 10px 0 0;
}
.search #searchForm fieldset label,
.search #searchForm fieldset input {
  float: left;
  margin: 3px 5px 0 0;
  padding: 3px;
}
.search #searchForm fieldset input {
  position: static;
}
#mod-finder-searchform.form-search {
  position: relative;
  margin: 0;
  padding: 0;
}
#mod-finder-searchform.form-search button {
  padding: 5px 10px;
  border: 0;
  float: none;
  background: 0;
  margin-left: 0px;
  position: absolute;
  top: 3px;
  right: 3px;
  text-indent: -9999px;
}
#mod-finder-searchform.form-search input {
  padding: 8px 40px 8px 12px;
  font-size: 11px;
  color: #b2b2b2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mod-finder-searchform.form-search input.input-medium {
  width: 170px;
}
#mod-finder-searchform.form-search input:hover,
#mod-finder-searchform.form-search input:focus {
  padding: 8px 60px 8px 12px;
  border: 1px solid #aaa;
  color: #565656;
}
.search-module {
  position: relative;
  margin: 0;
  padding: 0;
}
.search-module button {
  padding: 5px 10px;
  border: 0;
  display: block;
  float: none;
  background: 0;
  margin-left: 0px;
  position: absolute;
  top: 3px;
  right: 3px;
}
.search-module button span {
  text-indent: -9999px;
}
.search-module input {
  font-size: 11px;
  color: #b2b2b2;
  width: 170px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.search-module input:hover,
.search-module input:focus {
  border: 1px solid #000;
  color: #565656;
}
.edit .btn-toolbar {
  margin: 10px 0;
}
.edit .nav {
  border: none;
  margin: 10px 0 20px;
}
.edit .nav li a {
  border: none;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.edit .nav li.active &gt; a {
  background: #0C7FCF;
  color: #fff;
}
.edit .nav li.active &gt; a:hover,
.edit .nav li.active &gt; a:active,
.edit .nav li.active &gt; a:focus {
  border: none;
  color: #fff;
}
.edit #jform_tags_chzn {
  width: 100px !important;
}
div#sbox-window.shadow {
  width: 820px;
  height: 520px;
}
.login .well {
  background-color: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
}
div#jform_catid_chzn.chzn-container,
div#jform_catid_chzn.chzn-container div.chzn-drop,
div#jform_state_chzn.chzn-container,
div#jform_state_chzn.chzn-container div.chzn-drop,
div#jform_featured_chzn.chzn-container,
div#jform_featured_chzn.chzn-container div.chzn-drop,
div#jform_access_chzn.chzn-container,
div#jform_access_chzn.chzn-container div.chzn-drop,
div#jform_metadata_tags_chzn.chzn-container,
div#jform_metadata_tags_chzn.chzn-container div.chzn-drop,
div#jform_language_chzn.chzn-container,
div#jform_language_chzn.chzn-container div.chzn-drop {
  width: 280px !important;
}
form#imageForm.form-vertical div.well div.row div div.control-label label.control-label,
form#imageForm.form-vertical div.well div.row div div.control-label label,
form#imageForm.form-vertical div.well div.row div div.controls p.help-block,
form#uploadForm.form-horizontal div#uploadform.well fieldset#upload-noflash.actions div.control-group div.control-label label.control-label,
form#uploadForm.form-horizontal div#uploadform.well fieldset#upload-noflash.actions div.control-group div.controls p.help-block,
body.contentpane form table tbody tr td.key {
  font-family: Tahoma, Verdana, sans-serif !important;
}
div#jform_metadata_tags_chzn.chzn-container ul.chzn-choices li.search-field input.default {
  width: 280px !important;
  padding: 0px !important;
}
iframe html body.contentpane form#adminForm.form-inline {
  background-color: #FF9900;
}
div#editor-xtd-buttons.btn-toolbar.pull-left {
  margin-top: 10px;
}
a.modal-button.btn,
div.btn-toolbar a.btn,
form#imageForm.form-vertical div.well div.row div.pull-right button.btn.btn-primary,
form#adminForm.form-inline fieldset.filter div.btn-toolbar div.btn-group button.btn.hasTooltip,
body.contentpane button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #1085DE;
  border: 1px solid #1085DE;
}
form#imageForm.form-vertical div.well div.row div.pull-right button.btn,
button#upload-submit.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #1085DE;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #000;
  background-color: #fff;
}
form#adminForm.form-inline fieldset.filter div.btn-toolbar div.btn-group {
  clear: both;
}
form#adminForm.form-inline table.table thead tr th.title,
form#adminForm.form-inline table.table thead tr th.center a.hasTip {
  float: left;
}
form#adminForm.form-inline table.table thead tr th.center {
  width: 10% !important;
}
form#adminForm.form-inline fieldset.filter div.filters,
form#adminForm.form-inline fieldset.filter hr.hr-condensed {
  clear: both;
  margin: 10px 0;
}
ul.manager.thumbnails li.imgOutline {
  float: left;
  padding: 10px;
}
body.contentpane form table tbody tr td.key {
  text-align: left;
}
.blog .page-header {
  padding: 0;
}
.blog h2 {
  margin: 0 0 30px 0;
}
.blog .article_content {
  clear: both;
  margin: 0 12px;
  position: relative;
  top: 0px;
  border-top: 3px solid #0099FF;
  background: #fff;
  padding: 30px;
  z-index: 1;
  -webkit-box-shadow: 0 3px 4px 2px rgba(171,171,171,0.2);
  -moz-box-shadow: 0 3px 4px 2px rgba(171,171,171,0.2);
  box-shadow: 0 3px 4px 2px rgba(171,171,171,0.2);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.blog .article_content .article_icon {
  position: absolute;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  left: 50%;
  margin-left: -26px;
  top: -25px;
  font-size: 200%;
  color: #fff;
  background: #0099FF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
}
.blog .article_content h3 {
  font-size: 200%;
  font-weight: bold;
  text-align: left;
  margin: 10px 0 20px;
}
.blog .article_content h3 a {
  color: #525252;
}
.blog .article_content h3 a:hover {
  text-decoration: underline;
}
.blog .article_content .introText {
  color: #525252;
  font-weight: 300;
  font-size: 133%;
  text-align: justify;
  line-height: 175%;
}
.blog .article_content .article_bottom {
  padding: 25px 0 0;
  border-top: 1px solid #d2d1d0;
  overflow: hidden;
}
.blog .article_content .article_bottom .article-info {
  float: left;
  width: 70%;
}
.blog .article_content .article_bottom .itemReadmore {
  float: right;
  height: 32px;
  line-height: 32px;
  background: #0099FF;
  color: #fff;
  font-size: 133%;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0 15px;
  text-decoration: none;
  display: inline-block;
}
.blog .article_content .article_bottom .itemReadmore:before {
  content: "\f067";
  font-family: FontAwesome;
  display: inline-block;
}
.blog .article_content .article_bottom .itemReadmore:hover {
  background: #eee;
  color: #898989;
}
.item-page .article_content {
  clear: both;
  position: relative;
  border-top: 3px solid #0099FF;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 3px 4px 2px rgba(171,171,171,0.2);
  -moz-box-shadow: 0 3px 4px 2px rgba(171,171,171,0.2);
  box-shadow: 0 3px 4px 2px rgba(171,171,171,0.2);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.item-page .article_content .article_icon {
  position: absolute;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  left: 50%;
  margin-left: -26px;
  top: -25px;
  font-size: 200%;
  color: #fff;
  background: #0099FF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
}
.item-page .article_content h1.singleItemTitle {
  margin: 20px 0;
  font-size: 200%;
  color: #0099FF;
}
.item-page .article_content .article-info .article-info-inner &gt; div {
  float: left;
  margin: 0 10px 0 0;
}
.item-page .lightbox-modal {
  margin: 0 5px 5px 0;
  display: inline-block;
}
div.tags span {
  display: inline-block;
}
div.tags span a.label-info {
  font-weight: normal;
  padding: 0;
  background: none !important;
  color: #525252;
  font-size: 100%;
}
.rtl .item-page .article_content .article-info .article-info-inner {
  float: right;
}
.rtl .item-page .article_content .article-info .article-info-inner &gt; div {
  float: right;
  margin: 0 0 0 10px;
}
.rtl .item-page .article_content .article-info .article-info-inner &gt; div i {
  line-height: 20px;
  float: right;
}
.rtl .item-page .article_content .article-info .btn-group.pull-right {
  float: left;
}
.bs-example .btn {
  margin-bottom: 0;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.breadcrumb {
  margin: 0 auto 20px;
  padding: 25px 15px 25px;
  max-width: 1170px;
  background-color: transparent;
  color: #a9b6c6;
}
.breadcrumb li:before {
  display: none;
}
.breadcrumb li &gt; a {
  color: #a9b6c6;
}
.breadcrumb li .divider {
  padding: 0 8px;
}
.blog-featured #zo2-features {
  clear: both;
}
.edit.item-page .tab-pane label,
.edit.item-page .tab-pane .input-append input[type="text"] {
  display: inline-block !important;
}
.zo2-wrapper.boxed.container {
  position: static;
  padding: 0;
}
.zo2-wrapper.boxed.container #zo2-header-wrap-sticky-wrapper {
  position: inherit;
}
.zo2-wrapper.boxed.container #zo2-header-wrap-sticky-wrapper #zo2-header-wrap {
  left: 0;
}
.button {
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  border: none;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.button:hover {
  background-color: #232530;
  color: #fff;
}
.zo2-menu {
  background-color: transparent;
  width: 100%;
  margin: 0 auto;
}
.zo2-megamenu .level-top &gt; li &gt; a,
.zo2-megamenu .level-top &gt; li &gt; span {
  color: black;
  line-height: 14px;
}
.zo2-megamenu .level-top &gt; li &gt; a .caret,
.zo2-megamenu .level-top &gt; li &gt; span .caret {
  display: none;
}
.zo2-megamenu .level-top ul li {
  list-style: none;
}
.zo2-megamenu .mega-dropdown-menu ul li {
  border-bottom: 1px solid #e9eaea;
}
.zo2-megamenu .mega-dropdown-menu ul li:last-child {
  border: none;
}
.zo2-megamenu .mega-dropdown-menu ul li &gt; a,
.zo2-megamenu .mega-dropdown-menu ul li &gt; span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  color: #252525;
}
.zo2-megamenu .mega-dropdown-menu ul li.active &gt; a,
.zo2-megamenu .mega-dropdown-menu ul li.active &gt; span {
  color: #efefef;
}
.zo2-megamenu .mega-dropdown-menu .mega-dropdown-inner {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-box-shadow: -1px 0 5px rgba(0,0,0,0.2);
  -moz-box-shadow: -1px 0 5px rgba(0,0,0,0.2);
  box-shadow: -1px 0 5px rgba(0,0,0,0.2);
}
.menu-right .zo2-menu {
  float: right;
}
.header3 .zo2-menu {
  float: right;
}
.header3 .zo2-megamenu .level-top &gt; li &gt; a,
.header3 .zo2-megamenu .level-top &gt; li &gt; span {
  padding: 7px 17px;
  color: #232530;
}
.header3 .zo2-megamenu .level-top &gt; li &gt; a:hover,
.header3 .zo2-megamenu .level-top &gt; li &gt; a:focus,
.header3 .zo2-megamenu .level-top &gt; li &gt; span:hover,
.header3 .zo2-megamenu .level-top &gt; li &gt; span:focus {
  background-color: transparent;
}
.header3 .zo2-megamenu .level-top &gt; li.active &gt; a,
.header3 .zo2-megamenu .level-top &gt; li.active &gt; span,
.header3 .zo2-megamenu .level-top &gt; li.open &gt; a,
.header3 .zo2-megamenu .level-top &gt; li.open &gt; span {
  background-color: transparent;
}
.landing .zo2-megamenu .level-top &gt; li &gt; a,
.landing .zo2-megamenu .level-top &gt; li &gt; span,
.landing .zo2-megamenu .level-top &gt; li.active &gt; a,
.landing .zo2-megamenu .level-top &gt; li.active &gt; span,
.landing .zo2-megamenu .level-top &gt; li.open &gt; a,
.landing .zo2-megamenu .level-top &gt; li.open &gt; span {
  background-color: transparent;
}
.landing .zo2-megamenu .level-top &gt; li &gt; a:focus,
.landing .zo2-megamenu .level-top &gt; li &gt; a:hover,
.landing .zo2-megamenu .level-top &gt; li &gt; span:focus,
.landing .zo2-megamenu .level-top &gt; li &gt; span:hover,
.landing .zo2-megamenu .level-top &gt; li.active &gt; a:focus,
.landing .zo2-megamenu .level-top &gt; li.active &gt; a:hover,
.landing .zo2-megamenu .level-top &gt; li.active &gt; span:focus,
.landing .zo2-megamenu .level-top &gt; li.active &gt; span:hover,
.landing .zo2-megamenu .level-top &gt; li.open &gt; a:focus,
.landing .zo2-megamenu .level-top &gt; li.open &gt; a:hover,
.landing .zo2-megamenu .level-top &gt; li.open &gt; span:focus,
.landing .zo2-megamenu .level-top &gt; li.open &gt; span:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .zo2-megamenu .level-top &gt; li &gt; a,
  .zo2-megamenu .level-top &gt; li &gt; span {
    font-weight: 600;
    font-size: 14px;
    padding: 7px 10px;
  }
  .zo2-megamenu .level-top &gt; li.active &gt; a,
  .zo2-megamenu .level-top &gt; li.active &gt; span {
    color: white;
    background-color: #2659cf;
  }
  .zo2-megamenu .level-top &gt; li.open &gt; a,
  .zo2-megamenu .level-top &gt; li.open &gt; span {
    color: white;
    background-color: #7086bb;
  }
  .zo2-megamenu .level-top ul li &gt; a,
  .zo2-megamenu .level-top ul li &gt; span {
    padding: 10px 17px;
  }
  .zo2-megamenu .mega-dropdown-menu .mega-dropdown-inner {
    padding: 0;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .landing .zo2-megamenu .level-top &gt; li &gt; a,
  .landing .zo2-megamenu .level-top &gt; li &gt; span,
  .header3 .zo2-megamenu .level-top &gt; li &gt; a,
  .header3 .zo2-megamenu .level-top &gt; li &gt; span {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .zo2-megamenu .level-top &gt; li &gt; a,
  .zo2-megamenu .level-top &gt; li &gt; span {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .zo2-menu {
    background-color: #fff;
  }
  .zo2-megamenu .level-top &gt; li &gt; a,
  .zo2-megamenu .level-top &gt; li &gt; span {
    color: #232530;
    background-color: transparent !important;
  }
  .zo2-megamenu .level-top &gt; li &gt; a .caret,
  .zo2-megamenu .level-top &gt; li &gt; span .caret {
    display: block;
  }
  .zo2-megamenu .level-top &gt; li &gt; a:after,
  .zo2-megamenu .level-top &gt; li &gt; span:after {
    display: none;
  }
}
.zo2-megamenu .mega-dropdown-menu .mega-dropdown-inner {
  border: 1px solid #2659cf;
  margin-top: -1px;
}
.zo2-megamenu .mega-dropdown-menu ul li &gt; a,
.zo2-megamenu .mega-dropdown-menu ul li &gt; span {
  color: #000;
}
.download {
  padding: 150px 15px;
  text-align: center;
  background-color: #1d252c;
}
.download .customdownload h1,
.download .customdownload p,
.download .customdownload a {
  color: white;
}
.download .customdownload h1.des-download,
.download .customdownload p.des-download,
.download .customdownload a.des-download {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}
@media only screen and (min-width: 300px) {
  #zo2-footer-wrap .container .row .copyright {
    order: 2;
  }
  #zo2-footer-wrap .container .row .footerlogo {
    order: 1;
  }
  #zo2-footer-wrap .container .row .footermenu {
    padding-top: 30px;
    order: 0;
  }
}
@media only screen and (min-width: 768px) {
  #zo2-footer-wrap .container .row .copyright {
    order: 0;
  }
  #zo2-footer-wrap .container .row .footerlogo {
    order: 1;
  }
  #zo2-footer-wrap .container .row .footermenu {
    padding-top: 0;
    order: 2;
  }
}
.menufooter-menu {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 300px) {
  .menufooter-menu li {
    line-height: 40px;
    border-bottom: 1px solid #ededed;
  }
}
@media only screen and (min-width: 768px) {
  .menufooter-menu li {
    line-height: 90px;
    border-bottom: none;
  }
}
.menufooter-menu li a {
  color: black;
  padding: 0 15px;
  font-weight: 400;
}
.menufooter-menu li:last-child a {
  padding-right: 0;
}
.customfooter-logo div {
  line-height: 90px;
  text-align: center;
}
.customfooter-logo div img {
  display: inline-block;
}
.vm-pagination {
  clear: both;
}
.vm-pagination .pagination,
.pagination {
  display: block;
}
.vm-pagination .pagination li,
.pagination li {
  display: inline-block;
}
.customhello {
  padding: 100px 0;
}
.customhello h1 {
  font-size: 28px;
  line-height: 18px;
  font-weight: 300;
}
.customhello .button-download {
  color: #fff;
  text-decoration: none;
}
.page-header h3.title a {
  color: #252525;
  text-decoration: none;
}
.post-image {
  overflow: hidden;
}
.mod-right {
  padding-left: 30px;
}
.mod-right .module {
  margin-top: 30px;
}
.news-info p.readmore {
  margin: 2em 0;
}
.tagspopular ul li {
  display: block;
  width: auto;
  margin-right: 10px;
  overflow: hidden;
  float: left;
}
.tagspopular ul li a {
  text-transform: uppercase;
  padding: 0 15px;
  letter-spacing: .5px;
  font-size: 0.857rem;
  border: 1px solid #e9eaea;
  padding: 0 10px;
  display: inline-block;
  height: 30px;
  margin-bottom: 5px;
  line-height: 30px;
  color: #717779;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tagspopular ul li a:hover {
  color: #fff;
}
.blog .items-leading div[class*="leading-"] {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 50px;
}
dd.category-name a {
  color: #b4b4b4;
}
.zo2-slide {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 300px) {
  .zo2-slide {
    height: 300px;
  }
  .zo2-slide .zo2-slide-content {
    padding: 7% 0;
  }
  .zo2-slide .zo2-slide-content h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .zo2-slide {
    height: 400px;
  }
  .zo2-slide .zo2-slide-content {
    padding: 9% 0;
  }
  .zo2-slide .zo2-slide-content h1 {
    font-size: 30px;
  }
  .zo2-slide .zo2-slide-content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .zo2-slide {
    height: 600px;
  }
  .zo2-slide .zo2-slide-content {
    padding: 10% 0;
  }
  .zo2-slide .zo2-slide-content h1 {
    font-size: 44px;
  }
  .zo2-slide .zo2-slide-content p {
    font-size: 16px;
  }
}
.zo2-slide .zo2-slide-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.zo2-slide .zo2-slide-content h1,
.zo2-slide .zo2-slide-content p,
.zo2-slide .zo2-slide-content .btn-action {
  width: 100%;
  color: #fff;
}
.zo2-slide .zo2-slide-content p {
  margin-top: 20px;
  margin: 0;
}
.zo2-slide .zo2-slide-content .btn-action {
  margin-top: 50px;
}
.clearfix {
  clear: both;
}
.hbFont {
  font-family: 'HelveticaBold', sans-serif !important;
}
.clearfix {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'HelveticaBold', sans-serif;
  color: #252525;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 21px;
}
h6 {
  font-size: 18px;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  font-family: 'HelveticaBold', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  background-color: #fff;
  color: #646a7c;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
sub,
sup {
  position: relative;
  font-size: 10px;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a:hover,
a:focus {
  text-decoration: none;
}
.zo2-copyright {
  line-height: 90px;
  color: black;
}
@media only screen and (min-width: 300px) {
  .zo2-copyright {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .zo2-copyright {
    text-align: inherit;
  }
}
div[class*="-view"] .row {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}
.vm-col {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
}
.vm-col-1 {
  width: 100%;
}
.vm-col-2 {
  width: 50%;
}
.vm-col-2:nth-child(2n+1) {
  clear: both;
}
.vm-col-3 {
  width: 33.333%;
}
.vm-col-3:nth-child(3n+1) {
  clear: both;
}
.vm-col-4 {
  width: 25%;
}
.vm-col-4:nth-child(4n+1) {
  clear: both;
}
.vm-col-5 {
  width: 20%;
}
.vm-col-5:nth-child(5n+1) {
  clear: both;
}
.vm-col-6 {
  width: 16.666%;
}
.vm-col-6:nth-child(6n+1) {
  clear: both;
}
.vm-col-8 {
  width: 12.5%;
}
.vm-col-9 {
  width: 11.111%;
}
.vm-col-10 {
  width: 10%;
}
.vm-col-11 {
  width: 9.09%;
}
.vm-col-12 {
  width: 8.333%;
}
.floatleft {
  float: left;
}
.orderby-displaynumber {
  padding: 0;
  margin: 0;
  border: none;
}
.orderby-displaynumber .orderlistcontainer {
  position: relative;
  line-height: 40px;
}
.orderby-displaynumber .orderlistcontainer a {
  color: #232530;
}
.orderby-displaynumber .orderlistcontainer .title {
  display: none;
}
.orderby-displaynumber .orderlistcontainer .orderlist,
.orderby-displaynumber .orderlistcontainer .activeOrder {
  border: 1px solid #e9eaea;
  padding: 0 20px;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.orderby-displaynumber .orderlistcontainer .orderlist {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 1;
  line-height: 30px;
  font-size: 12px;
  background-color: #fff;
  margin-top: -1px;
}
.orderby-displaynumber .display-number {
  margin-left: 30px;
  float: left;
}
.orderby-displaynumber .display-number select {
  height: 40px;
  line-height: 40px;
  border-color: #e9eaea;
  padding-right: 20px;
  padding-left: 20px;
}
.orderby-displaynumber .display-result {
  float: right;
  line-height: 40px;
}
input.addtocart-button {
  margin-bottom: 0;
}
.category-view .category-view {
  padding: 0 15px;
  float: left;
  margin-bottom: 15px;
}
.category-view .category-view .spacer h2 {
  margin: 0;
  line-height: 30px;
}
.category-view .category-view .spacer h2 a {
  font-size: 18px;
  color: #222;
  font-weight: lighter;
}
.category-view .category-view .category + div {
  margin-left: 50px;
}
.category-view .virtuemart_search {
  float: right;
}
.quickview {
  width: 100%;
  background-color: #232530;
  height: 32px;
  line-height: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
}
.quickview i {
  background-color: transparent;
  width: auto;
  height: inherit;
  line-height: inherit;
  border: none;
  font-size: 12px;
  margin-right: 4px;
}
.quickview i:before {
  content: "\f06e";
}
.quickview a.add-quickview {
  cursor: pointer;
  display: block;
}
.quickview a.add-quickview span {
  font-size: 12px !important;
  text-transform: uppercase;
  color: #fff !important;
}
.category-view .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.related-products-view .spacer,
.browse-view .product .spacer,
.productdetails .product-field-display {
  padding: 0 0 25px;
  position: relative;
}
.category-view .category .spacer img,
.featured-view .spacer img,
.latest-view .spacer img,
.topten-view .spacer img,
.recent-view .spacer img,
.related-products-view .spacer img,
.browse-view .product .spacer img,
.productdetails .product-field-display img {
  margin-left: auto;
  margin-right: auto;
}
.category-view .category .spacer .addtocart-area,
.featured-view .spacer .addtocart-area,
.latest-view .spacer .addtocart-area,
.topten-view .spacer .addtocart-area,
.recent-view .spacer .addtocart-area,
.related-products-view .spacer .addtocart-area,
.browse-view .product .spacer .addtocart-area,
.productdetails .product-field-display .addtocart-area {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
  background-color: #fff;
  padding: 0;
  -webkit-transform: translate(0,20px);
  -moz-transform: translate(0,20px);
  -ms-transform: translate(0,20px);
  -o-transform: translate(0,20px);
  transform: translate(0,20px);
}
.category-view .category .spacer .add-wishlist i,
.featured-view .spacer .add-wishlist i,
.latest-view .spacer .add-wishlist i,
.topten-view .spacer .add-wishlist i,
.recent-view .spacer .add-wishlist i,
.related-products-view .spacer .add-wishlist i,
.browse-view .product .spacer .add-wishlist i,
.productdetails .product-field-display .add-wishlist i {
  width: auto;
  color: #777;
  background-color: transparent;
  border: none;
  font-size: 16px;
}
.category-view .category .spacer .add-wishlist.active i,
.category-view .category .spacer .add-wishlist:focus i,
.category-view .category .spacer .add-wishlist:hover i,
.featured-view .spacer .add-wishlist.active i,
.featured-view .spacer .add-wishlist:focus i,
.featured-view .spacer .add-wishlist:hover i,
.latest-view .spacer .add-wishlist.active i,
.latest-view .spacer .add-wishlist:focus i,
.latest-view .spacer .add-wishlist:hover i,
.topten-view .spacer .add-wishlist.active i,
.topten-view .spacer .add-wishlist:focus i,
.topten-view .spacer .add-wishlist:hover i,
.recent-view .spacer .add-wishlist.active i,
.recent-view .spacer .add-wishlist:focus i,
.recent-view .spacer .add-wishlist:hover i,
.related-products-view .spacer .add-wishlist.active i,
.related-products-view .spacer .add-wishlist:focus i,
.related-products-view .spacer .add-wishlist:hover i,
.browse-view .product .spacer .add-wishlist.active i,
.browse-view .product .spacer .add-wishlist:focus i,
.browse-view .product .spacer .add-wishlist:hover i,
.productdetails .product-field-display .add-wishlist.active i,
.productdetails .product-field-display .add-wishlist:focus i,
.productdetails .product-field-display .add-wishlist:hover i {
  background-color: transparent;
  color: #777;
}
.category-view .category .spacer .vm-product-rating-container,
.featured-view .spacer .vm-product-rating-container,
.latest-view .spacer .vm-product-rating-container,
.topten-view .spacer .vm-product-rating-container,
.recent-view .spacer .vm-product-rating-container,
.related-products-view .spacer .vm-product-rating-container,
.browse-view .product .spacer .vm-product-rating-container,
.productdetails .product-field-display .vm-product-rating-container {
  float: right;
}
.category-view .category .spacer .ratingbox,
.featured-view .spacer .ratingbox,
.latest-view .spacer .ratingbox,
.topten-view .spacer .ratingbox,
.recent-view .spacer .ratingbox,
.related-products-view .spacer .ratingbox,
.browse-view .product .spacer .ratingbox,
.productdetails .product-field-display .ratingbox {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.category-view .category .spacer .product-price,
.featured-view .spacer .product-price,
.latest-view .spacer .product-price,
.topten-view .spacer .product-price,
.recent-view .spacer .product-price,
.related-products-view .spacer .product-price,
.browse-view .product .spacer .product-price,
.productdetails .product-field-display .product-price {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.category-view .category .spacer .product-price .vm-price-value,
.featured-view .spacer .product-price .vm-price-value,
.latest-view .spacer .product-price .vm-price-value,
.topten-view .spacer .product-price .vm-price-value,
.recent-view .spacer .product-price .vm-price-value,
.related-products-view .spacer .product-price .vm-price-value,
.browse-view .product .spacer .product-price .vm-price-value,
.productdetails .product-field-display .product-price .vm-price-value {
  display: inline-block;
}
.category-view .category .spacer .product-price .vm-price-value ~ .vm-price-value,
.featured-view .spacer .product-price .vm-price-value ~ .vm-price-value,
.latest-view .spacer .product-price .vm-price-value ~ .vm-price-value,
.topten-view .spacer .product-price .vm-price-value ~ .vm-price-value,
.recent-view .spacer .product-price .vm-price-value ~ .vm-price-value,
.related-products-view .spacer .product-price .vm-price-value ~ .vm-price-value,
.browse-view .product .spacer .product-price .vm-price-value ~ .vm-price-value,
.productdetails .product-field-display .product-price .vm-price-value ~ .vm-price-value {
  margin-left: 5px;
}
.category-view .category .spacer .product-price .vm-price-desc + span,
.featured-view .spacer .product-price .vm-price-desc + span,
.latest-view .spacer .product-price .vm-price-desc + span,
.topten-view .spacer .product-price .vm-price-desc + span,
.recent-view .spacer .product-price .vm-price-desc + span,
.related-products-view .spacer .product-price .vm-price-desc + span,
.browse-view .product .spacer .product-price .vm-price-desc + span,
.productdetails .product-field-display .product-price .vm-price-desc + span {
  font-weight: 600;
  font-size: 16px;
}
.category-view .category .spacer .product-price .PricesalesPriceWithDiscount,
.featured-view .spacer .product-price .PricesalesPriceWithDiscount,
.latest-view .spacer .product-price .PricesalesPriceWithDiscount,
.topten-view .spacer .product-price .PricesalesPriceWithDiscount,
.recent-view .spacer .product-price .PricesalesPriceWithDiscount,
.related-products-view .spacer .product-price .PricesalesPriceWithDiscount,
.browse-view .product .spacer .product-price .PricesalesPriceWithDiscount,
.productdetails .product-field-display .product-price .PricesalesPriceWithDiscount {
  color: #959595;
  font-size: 12px;
  text-decoration: line-through;
}
.category-view .category .spacer:hover .addtocart-area,
.featured-view .spacer:hover .addtocart-area,
.latest-view .spacer:hover .addtocart-area,
.topten-view .spacer:hover .addtocart-area,
.recent-view .spacer:hover .addtocart-area,
.related-products-view .spacer:hover .addtocart-area,
.browse-view .product .spacer:hover .addtocart-area,
.productdetails .product-field-display:hover .addtocart-area {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.category-view .category .spacer:hover .product-price,
.category-view .category .spacer:hover .ratingbox,
.featured-view .spacer:hover .product-price,
.featured-view .spacer:hover .ratingbox,
.latest-view .spacer:hover .product-price,
.latest-view .spacer:hover .ratingbox,
.topten-view .spacer:hover .product-price,
.topten-view .spacer:hover .ratingbox,
.recent-view .spacer:hover .product-price,
.recent-view .spacer:hover .ratingbox,
.related-products-view .spacer:hover .product-price,
.related-products-view .spacer:hover .ratingbox,
.browse-view .product .spacer:hover .product-price,
.browse-view .product .spacer:hover .ratingbox,
.productdetails .product-field-display:hover .product-price,
.productdetails .product-field-display:hover .ratingbox {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(0,-20px);
  -moz-transform: translate(0,-20px);
  -ms-transform: translate(0,-20px);
  -o-transform: translate(0,-20px);
  transform: translate(0,-20px);
  opacity: 0;
  visibility: hidden;
}
.category-view .category .spacer span.addtocart-button,
.featured-view .spacer span.addtocart-button,
.latest-view .spacer span.addtocart-button,
.topten-view .spacer span.addtocart-button,
.recent-view .spacer span.addtocart-button,
.related-products-view .spacer span.addtocart-button,
.browse-view .product .spacer span.addtocart-button,
.productdetails .product-field-display span.addtocart-button {
  font-size: 12px !important;
  font-weight: 600;
  background-color: #fff;
  border: none;
  padding: 0;
  height: auto;
  line-height: normal;
  text-align: left;
}
.category-view .category .spacer span.addtocart-button:before,
.featured-view .spacer span.addtocart-button:before,
.latest-view .spacer span.addtocart-button:before,
.topten-view .spacer span.addtocart-button:before,
.recent-view .spacer span.addtocart-button:before,
.related-products-view .spacer span.addtocart-button:before,
.browse-view .product .spacer span.addtocart-button:before,
.productdetails .product-field-display span.addtocart-button:before {
  color: #232530;
  margin-right: 0;
}
.category-view .category .spacer span.addtocart-button input.addtocart-button,
.category-view .category .spacer span.addtocart-button input.notify-button,
.featured-view .spacer span.addtocart-button input.addtocart-button,
.featured-view .spacer span.addtocart-button input.notify-button,
.latest-view .spacer span.addtocart-button input.addtocart-button,
.latest-view .spacer span.addtocart-button input.notify-button,
.topten-view .spacer span.addtocart-button input.addtocart-button,
.topten-view .spacer span.addtocart-button input.notify-button,
.recent-view .spacer span.addtocart-button input.addtocart-button,
.recent-view .spacer span.addtocart-button input.notify-button,
.related-products-view .spacer span.addtocart-button input.addtocart-button,
.related-products-view .spacer span.addtocart-button input.notify-button,
.browse-view .product .spacer span.addtocart-button input.addtocart-button,
.browse-view .product .spacer span.addtocart-button input.notify-button,
.productdetails .product-field-display span.addtocart-button input.addtocart-button,
.productdetails .product-field-display span.addtocart-button input.notify-button {
  color: #232530;
  min-height: 0;
  border: none;
  text-transform: uppercase;
  padding: 0;
}
.category-view .category .spacer span.addtocart-button:hover,
.featured-view .spacer span.addtocart-button:hover,
.latest-view .spacer span.addtocart-button:hover,
.topten-view .spacer span.addtocart-button:hover,
.recent-view .spacer span.addtocart-button:hover,
.related-products-view .spacer span.addtocart-button:hover,
.browse-view .product .spacer span.addtocart-button:hover,
.productdetails .product-field-display span.addtocart-button:hover {
  background-color: #fff;
}
.category-view .category .spacer:hover .quickview,
.featured-view .spacer:hover .quickview,
.latest-view .spacer:hover .quickview,
.topten-view .spacer:hover .quickview,
.recent-view .spacer:hover .quickview,
.related-products-view .spacer:hover .quickview,
.browse-view .product .spacer:hover .quickview,
.productdetails .product-field-display:hover .quickview {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 2;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
  width: 100%;
}
.spacer.product-container {
  border: none;
  padding: 0;
  margin: 0;
}
.spacer.product-container .browseProductImage {
  max-height: none;
}
.vm-product-media-container {
  margin-bottom: 15px;
  position: relative;
}
.zt-product-action .quickview {
  display: none;
}
[class*="vm-product-descr-container"] {
  min-height: 0;
}
[class*="vm-product-descr-container"] &gt; h2 {
  text-align: left;
  font-size: 16px;
  margin: 0 0 5px;
  background-color: #fff;
}
[class*="vm-product-descr-container"] &gt; h2 a {
  color: #232530;
}
span.vm-price-desc {
  margin: 0;
}
.latest-view .spacer span,
.topten-view .spacer span,
.recent-view .spacer span,
.related-products-view .spacer span,
.browse-view .product .spacer span,
.featured-view .spacer span {
  font-size: 16px;
  color: #2b2b2b;
}
.ratingbox {
  background-image: none;
}
.ratingbox:before {
  content: '\f006\f006\f006\f006\f006';
  font-family: FontAwesome;
  color: #fc0;
}
.horizontal-separator {
  display: none;
}
.virtuemart_search {
  float: right;
}
.vm-search-custom-search-input input.inputbox {
  display: none;
}
.vm-search-custom-search-input .button {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: lighter;
  border: none;
  color: #222;
}
.browse-view {
  clear: both;
}
.vm-category .menu &gt; li {
  margin-bottom: 15px;
}
.vm-category .menu &gt; li a {
  color: #222;
}
.pagination .pagination li a,
.pagination .pagination li span,
.vm-pagination .pagination li a,
.vm-pagination .pagination li span {
  display: block;
  line-height: 40px;
  text-align: center;
  min-width: 35px;
  height: 40px;
  padding: 0 10px;
  overflow: hidden;
  font-weight: 500;
  color: #232530;
  background-color: transparent;
  border-color: #e9eaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagination .pagination li a:hover,
.pagination .pagination li span:hover,
.vm-pagination .pagination li a:hover,
.vm-pagination .pagination li span:hover {
  background-color: transparent;
}
.pagination .pagination li + li,
.vm-pagination .pagination li + li {
  margin-left: 5px;
}
.pagination .pagination li.active a:hover,
.pagination .pagination li.active span:hover,
.vm-pagination .pagination li.active a:hover,
.vm-pagination .pagination li.active span:hover {
  border-color: #e9eaea;
}
#fancybox-wrap {
  display: none;
  position: fixed;
  top: 50% !important;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  max-height: 100%;
}
#fancybox-wrap a,
#fancybox-wrap p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#fancybox-outer #fancybox-content {
  padding: 0;
}
#fancybox-outer #fancybox-content .vm-product-container {
  width: auto;
}
#fancybox-outer #fancybox-content .vm-product-media-container,
#fancybox-outer #fancybox-content .vm-product-details-container {
  width: 50%;
  float: left;
  position: relative;
  z-index: 1;
}
#fancybox-outer #fancybox-content .vm-product-details-container {
  padding: 30px 15px 15px;
}
#fancybox-outer #fancybox-content .wishlist-product-img {
  margin-right: 120px;
}
#fancybox-outer #fancybox-content .title a {
  font-weight: 500;
  font-size: 34px;
}
#fancybox-outer #fancybox-content #wishlists_go,
#fancybox-outer #fancybox-content #wishlists_continue {
  background-color: #232530;
  border: none;
  outline: none;
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 48px;
  display: inline-block;
}
#fancybox-outer #fancybox-content #vm-product-container {
  width: auto;
}
#fancybox-outer #fancybox-content .vm-product-details-container h1 {
  font-size: 30px;
  font-weight: 400;
  margin-top: 0;
}
#fancybox-outer #fancybox-content .vm-product-details-container .product-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 48px;
}
#fancybox-outer #fancybox-content .gallery-products {
  position: relative;
}
#fancybox-outer #fancybox-content .gallery-products .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-prev,
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-next {
  position: relative;
  font-size: 0;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  color: #fff;
}
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-prev:before,
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-next:before {
  font-family: FontAwesome;
  font-size: 30px;
  opacity: .7;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-prev:hover:before,
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-next:hover:before {
  opacity: 1;
}
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-prev {
  float: left;
}
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-prev:before {
  content: "\f104";
}
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-next {
  float: right;
}
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-next:before {
  content: "\f105";
}
#fancybox-outer #fancybox-close {
  top: 10px;
  right: 10px;
  background-image: none;
}
#fancybox-outer #fancybox-close:before,
#fancybox-outer #fancybox-close:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #222;
  left: 0;
  top: 0;
}
#fancybox-outer #fancybox-close:before {
  transform: rotate(135deg)translateY(-10px) translateX(12px);
  -webkit-transform: rotate(135deg)translateY(-10px) translateX(12px);
  -ms-transform: rotate(135deg)translateY(-10px) translateX(12px);
  -o-transform: rotate(135deg)translateY(-10px) translateX(12px);
}
#fancybox-outer #fancybox-close:after {
  transform: rotate(45deg) translateY(10px) translateX(9px);
  -webkit-transform: rotate(45deg) translateY(10px) translateX(9px);
  -ms-transform: rotate(45deg) translateY(10px) translateX(9px);
  -o-transform: rotate(45deg) translateY(10px) translateX(9px);
}
#fancybox-outer .continue_link {
  color: #222;
  float: right;
  margin-top: 40px;
}
#fancybox-outer .showcart {
  background-color: #333;
  padding: 10px 45px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-top: 30px;
  margin-left: 20px;
}
#fancybox-outer h4 {
  font-weight: 500;
  font-size: 30px;
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
#fancybox-outer .product-price {
  margin-bottom: 20px;
}
#fancybox-outer .product-socials {
  color: #647072;
  font-size: 14px;
  padding: 20px 0;
  margin-top: 10px;
}
#fancybox-outer .product-socials ul {
  display: inline-block;
  padding-left: 20px;
}
#fancybox-outer .product-socials ul li {
  display: inline-block;
}
#fancybox-outer .product-socials ul li &gt; a {
  padding: 0 20px;
  color: #222;
}
#fancybox-outer .product-socials ul li &gt; a:hover .fa-facebook {
  color: #3b5998;
}
#fancybox-outer .product-socials ul li &gt; a:hover .fa-twitter {
  color: #1da1f2;
}
#fancybox-outer .product-socials ul li &gt; a:hover .fa-google-plus {
  color: #db4437;
}
#fancybox-outer .product-socials ul li &gt; a:hover .fa-feed {
  color: #f86c00;
}
#fancybox-outer .wishlist-product-detail {
  padding: 30px;
}
#fancybox-outer .wishlist-product-detail .wishlist-product-img {
  margin-bottom: 30px;
}
span.addtocart-button:before {
  content: "\f07a";
  font-family: FontAwesome;
  color: #fff;
  margin-right: 5px;
}
.productdetails .vm-product-container .vm-product-media-container,
.productdetails .vm-product-container .vm-product-details-container {
  width: 50%;
  float: left;
}
.productdetails .vm-product-container .vm-product-details-container h1 {
  font-size: 24px;
  margin-top: 0;
}
.productdetails .vm-product-container .vm-product-details-container .addtocart-area {
  margin-top: 15px;
  padding: 25px 0;
  border-top: 1px solid #e9eaea;
  border-bottom: 1px solid #e9eaea;
}
.productdetails .vm-product-container .vm-product-details-container .addtocart-area .addtocart-bar {
  position: relative;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-controls {
  display: block;
}
.productdetails .vm-product-container .vm-product-details-container .vm-price-value &gt; span + span {
  font-weight: 500;
  font-size: 16px;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-controls {
  display: block;
  position: absolute;
  top: 0;
  width: 130px;
  z-index: 1;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-box {
  display: inline-block;
  position: relative;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-box .quantity-input {
  border: 1px solid #e9eaea;
  font-size: 14px;
  color: #232530;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 130px;
  height: 40px;
  line-height: 40px;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-box:before,
.productdetails .vm-product-container .vm-product-details-container .quantity-box:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  font-family: FontAwesome;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-box:before {
  content: "\f104";
  left: 0;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-box:after {
  content: "\f105";
  right: 0;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-plus,
.productdetails .vm-product-container .vm-product-details-container .quantity-minus {
  position: absolute;
  top: 0;
  border: none;
  background-color: transparent;
  outline: none;
  width: 40px;
  height: 40px;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-plus i,
.productdetails .vm-product-container .vm-product-details-container .quantity-minus i {
  color: #fff;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-plus {
  right: 0;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-minus {
  left: 0;
}
.productdetails span.addtocart-button {
  display: inline-block;
  font-size: 13px !important;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0 40px;
}
.productdetails span.addtocart-button:hover {
  background-color: #232530;
}
.productdetails span.addtocart-button input.addtocart-button,
.productdetails span.addtocart-button input.notify-button {
  color: #fff;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.productdetails .additional-images .owl-nav .owl-prev,
.productdetails .additional-images .owl-nav .owl-next,
.productdetails .product-related-products .owl-nav .owl-prev,
.productdetails .product-related-products .owl-nav .owl-next {
  font-size: 0;
  text-align: center;
}
.productdetails .additional-images .owl-nav .owl-prev:before,
.productdetails .additional-images .owl-nav .owl-next:before,
.productdetails .product-related-products .owl-nav .owl-prev:before,
.productdetails .product-related-products .owl-nav .owl-next:before {
  font-family: 'cleversoft';
}
.productdetails .additional-images .owl-nav .owl-prev:hover,
.productdetails .additional-images .owl-nav .owl-next:hover,
.productdetails .product-related-products .owl-nav .owl-prev:hover,
.productdetails .product-related-products .owl-nav .owl-next:hover {
  color: #fff;
}
.productdetails .additional-images .owl-nav .owl-prev,
.productdetails .product-related-products .owl-nav .owl-prev {
  left: -12px;
}
.productdetails .additional-images .owl-nav .owl-prev:before,
.productdetails .product-related-products .owl-nav .owl-prev:before {
  content: "\c155";
}
.productdetails .additional-images .owl-nav .owl-next,
.productdetails .product-related-products .owl-nav .owl-next {
  right: -12px;
}
.productdetails .additional-images .owl-nav .owl-next:before,
.productdetails .product-related-products .owl-nav .owl-next:before {
  content: "\c151";
}
.productdetails .additional-images:hover .owl-nav .owl-prev,
.productdetails .additional-images:hover .owl-nav .owl-next,
.productdetails .product-related-products:hover .owl-nav .owl-prev,
.productdetails .product-related-products:hover .owl-nav .owl-next {
  opacity: 1;
  visibility: visible;
}
.productdetails .additional-images {
  margin-top: 15px;
  position: relative;
}
.productdetails .additional-images .owl-nav .owl-prev,
.productdetails .additional-images .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #fff;
  border: 1px solid #e9eaea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.productdetails .additional-images .owl-nav .owl-prev:before,
.productdetails .additional-images .owl-nav .owl-next:before {
  font-size: 9px;
}
.productdetails .product-related-products {
  margin-bottom: 30px;
}
.productdetails .product-related-products .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(0,-100%);
  -moz-transform: translate(0,-100%);
  -ms-transform: translate(0,-100%);
  -o-transform: translate(0,-100%);
  transform: translate(0,-100%);
  margin-top: -15px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.productdetails .product-related-products .owl-nav .owl-prev,
.productdetails .product-related-products .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  border: 2px solid #e9eaea;
  line-height: 30px;
  display: inline-block;
}
.productdetails .product-related-products .owl-nav .owl-prev:before,
.productdetails .product-related-products .owl-nav .owl-next:before {
  font-size: 11px;
}
.productdetails .product-related-products .owl-nav .owl-prev {
  margin-right: 2px;
}
.productdetails .product-related-products .owl-carousel:hover .owl-nav {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.productdetails .zt-tab-horizontal .nav-tabs {
  background-color: #f4f6f8;
  border: none;
}
.productdetails .zt-tab-horizontal .nav-tabs &gt;li {
  border-radius: 0;
  width: 33.33%;
}
.productdetails .zt-tab-horizontal .nav-tabs &gt;li &gt; a {
  display: block;
  border: none;
  margin: 0;
  text-transform: uppercase;
  color: #232530;
  font-weight: 500;
  font-size: 14px;
  line-height: 50px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
}
.productdetails .zt-tab-horizontal .nav-tabs &gt;li &gt; a:hover {
  color: #fff;
}
.productdetails .zt-tab-horizontal .nav-tabs &gt;li.active &gt; a {
  color: #fff;
}
.productdetails .zt-tab-horizontal .tab-content {
  border: 1px solid #e9eaea;
  border-top: none;
  padding: 20px 30px 10px;
  margin-bottom: 20px;
}
.productdetails .product-fields-title-wrapper {
  margin-bottom: 15px;
}
.productdetails .product-fields-title-wrapper .product-fields-title {
  font-family: 'HelveticaBold', sans-serif !important;
  font-size: 24px;
}
.product-related-products {
  border-top: none;
  position: relative;
}
.product-related-products .hasTooltip,
.product-related-products .product-field-desc {
  display: none;
}
.product-related-products .product-fields-title {
  font-size: 22px;
}
.product-related-products .product-fields-title strong {
  font-weight: normal;
  color: #333;
}
.product-related-products .product-field {
  margin: 0;
  padding: 0 15px;
}
.product-related-products .product-field:first-child {
  padding-left: 0;
}
.product-related-products .product-field:last-child {
  padding-right: 0;
}
.product-related-products .product-field-display .product-container &gt; a {
  color: #232530;
  font-size: 16px;
  font-weight: 500;
}
.product-related-products .product-field-display .product-container img {
  width: 100%;
}
body.boxed .zo2-wrapper {
  width: 100%;
}
.landing {
  margin-left: 30px;
  margin-right: 30px;
}
#retina-logo,
#sticky-logo {
  display: none;
}
#zo2-topbar-wrap {
  background-color: #f4f6f8;
}
#zo2-top-1 p {
  margin-bottom: 0;
}
.top-social ul {
  text-align: right;
  padding: 10px 0;
}
.top-social ul li {
  display: inline-block;
  line-height: 30px;
}
.top-social ul li a {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  color: #232530;
}
.top-social ul li:last-child a {
  padding-right: 0;
}
.topbar3 .top-social ul li a {
  color: #fff;
}
.topbar3 .top-social ul li a:hover {
  color: #232530;
}
.topbar3 #zo2-top-1 p {
  color: #fff;
}
.header-address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: right;
}
.header-address .zoo-icon-field {
  display: inline-block;
}
.header-address .zoo-icon-field + .zoo-icon-field {
  margin-left: 30px;
}
.header-address .zoo-icon-field .wrap-icon-item {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e9eaea;
  padding: 0;
  float: left;
}
.header-address .zoo-icon-field .wrap-icon-item i {
  font-size: 18px;
}
.header-address .zoo-icon-field .wrap-text-content {
  width: calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: -o-calc(100% - 50px);
  float: left;
  padding-left: 20px;
  white-space: nowrap;
}
.header-address .zoo-icon-field .wrap-text-content h3 {
  margin: 0;
  white-space: nowrap;
  font-size: 1rem;
}
.header-address .zoo-icon-field .wrap-text-content a {
  color: #232530;
}
.header-address .zoo-icon-field .wrap-text-content p {
  margin-bottom: 0;
}
.header-address .zoo-icon-field .social-link ul li {
  display: inline-block;
}
.header-address .zoo-icon-field .social-link ul li + li {
  margin-left: 10px;
}
.header-address .zoo-icon-field .social-link ul li a {
  border: 1px solid #e9eaea;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  display: block;
}
.header-address .zoo-icon-field .social-link ul li a:hover {
  color: #fff;
}
.header-address .button {
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  border: none;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 40px;
  text-align: center;
}
.header-address .button:hover {
  background-color: #232530;
}
#zo2-header-wrap &gt; div {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: padding .3s;
  -moz-transition: padding .3s;
  -o-transition: padding .3s;
  transition: padding .3s;
}
#zo2-header-wrap &gt; div &gt;.row {
  display: flex;
  align-items: center;
}
.is-sticky &gt; section {
  right: 0;
  left: 0;
  z-index: 99;
}
.is-sticky #zo2-header-wrap &gt; div {
  padding-top: 10px;
  padding-bottom: 10px;
}
#zo2-position-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
#zo2-position-1 .icon-search {
  color: #fff;
  cursor: pointer;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
#zo2-position-1 .search-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 45px;
  z-index: 1;
  background-color: rgba(0,0,0,0.8);
  display: none;
}
#zo2-position-1 .search-close {
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  padding: 30px;
  z-index: 1;
}
#zo2-position-1 .search-close span {
  font-size: 28px;
  cursor: pointer;
  color: #fff;
}
#zo2-position-1 form {
  position: relative;
  max-width: 600px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#zo2-position-1 form:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 18px;
  display: block;
  width: 0;
  height: 2px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#zo2-position-1 form.focus:after {
  width: 100%;
}
#zo2-position-1 .inputbox {
  border: none;
  line-height: 50px;
  font-size: 28px;
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: lighter;
  min-width: 100%;
  border-bottom: 2px solid #fff;
}
#zo2-position-1 .inputbox::-webkit-input-placeholder {
  color: #fff;
}
#zo2-position-1 .inputbox::-moz-placeholder {
  color: #fff;
}
#zo2-position-1 .inputbox:-ms-input-placeholder {
  color: #fff;
}
#zo2-position-1 .inputbox:-moz-placeholder {
  color: #fff;
}
#zo2-position-1 .inputbox:focus ~ form:after {
  width: 100%;
}
#zo2-position-1 .button {
  border: none;
  background-color: transparent;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 0;
  height: 50px;
  padding: 0;
  color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#zo2-position-1 .button:before {
  color: #fff;
  content: "\c014";
  font-family: 'cleversoft';
  font-size: 25px;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
#zt-top-cart #cart {
  position: relative;
}
#zt-top-cart #cart a {
  color: #fff;
  font-size: 18px;
}
#zt-top-cart #cart .total-products {
  color: #fff;
  position: absolute;
  top: -13px;
  right: 0;
  font-weight: 700;
  font-size: .73rem;
}
#zt-top-cart .zt-cart-inner {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  width: 360px;
  height: 100%;
  overflow: auto;
  text-align: center;
  background-color: #fff;
  transform: translateX(360px);
  -webkit-transform: translateX(360px);
  -ms-transform: translateX(360px);
  -o-transform: translateX(360px);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#zt-top-cart .zt-cart-inner.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
#zt-top-cart .zt-cart-inner .vmCartModule {
  position: relative;
  height: 100%;
}
#zt-top-cart .zt-cart-inner .header-cart {
  display: flex;
  jutify-content: space-between;
  padding: 20px;
  width: 100%;
  align-items: center;
  height: 90px;
}
#zt-top-cart .zt-cart-inner .header-cart h3 {
  margin: 0;
  padding: 20px 15px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: .93rem;
  text-transform: uppercase;
}
#zt-top-cart .zt-cart-inner .cart-title {
  margin: 0;
  padding: 20px 0;
  color: #fff;
  background-color: #c3325f;
}
#zt-top-cart .zt-cart-inner .vmproduct .not_text {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  font-size: 18px;
  opacity: .6;
}
#zt-top-cart .zt-cart-inner .vmproduct .wishlist-product-img {
  margin-right: 15px;
}
#zt-top-cart .zt-cart-inner .vmproduct .wishlist-product-detail {
  text-align: left;
}
#zt-top-cart .zt-cart-inner .vmproduct .wishlist-product-detail .name {
  padding: 15px;
}
#zt-top-cart .zt-cart-inner .vmproduct .wishlist-product-detail .name a {
  color: #333;
  display: block;
}
#zt-top-cart .zt-cart-inner .vmproduct .wishlist-product-detail .remwishlists i {
  background-color: #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-transition: background-color .15s;
  -moz-transition: background-color .15s;
  -o-transition: background-color .15s;
  transition: background-color .15s;
}
#zt-top-cart .zt-cart-inner .vmproduct .wishlist-product-detail .remwishlists i:hover {
  background-color: #c3325f;
}
#zt-top-cart .zt-cart-inner .show_cart,
#zt-top-cart .zt-cart-inner .vm_cart_products,
#zt-top-cart .zt-cart-inner .total {
  padding-right: 20px;
  padding-left: 20px;
}
#zt-top-cart .zt-cart-inner .show_cart {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#zt-top-cart .zt-cart-inner .show_cart a {
  float: none !important;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase;
}
#zt-top-cart .zt-cart-inner .show_cart a:hover {
  background: #182331;
}
#zt-top-cart .zt-cart-inner .total {
  padding-top: 20px;
  padding-bottom: 20px;
}
#zt-top-cart .zt-cart-inner .vm_cart_products .product_row {
  padding: 15px 0;
  border-bottom: 1px solid #e9eaea;
}
#zt-top-cart .zt-cart-inner .subtotal_with_tax,
#zt-top-cart .zt-cart-inner .total_amount strong {
  font-weight: 600;
}
#zt-top-cart .zt-cart-inner .product_name a {
  color: #232530;
}
.header3#zo2-header-wrap {
  background-color: #fff;
}
.header3 &gt; div &gt; .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header3 .zo2-logo {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.header3 #zo2-position-1 .icon-search,
.header3 #zt-top-cart #cart a {
  color: #232530;
}
.header3 #zt-top-cart #cart .total-products {
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.top-header5 {
  padding-bottom: 30px;
}
.header5 {
  margin-bottom: -30px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.header5#zo2-navigation-wrap {
  background-color: transparent;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.header5 &gt; div {
  background-color: #232530;
  max-width: 1140px;
  padding: 0;
}
.is-sticky .header5#zo2-navigation-wrap {
  background-color: #232530;
}
#zo2-footer-wrap {
  background-size: cover;
  padding: 60px 0;
  color: #a9b6c6;
}
#zo2-footer-wrap .title,
#zo2-footer-wrap .moduletitle {
  color: #fff;
  font-family: 'HelveticaBold', sans-serif !important;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 15px;
}
#zo2-footer-wrap .main-footer-block img {
  margin-bottom: 15px;
}
#zo2-footer-wrap .main-footer-block .zt-social-icon li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
#zo2-footer-wrap .main-footer-block .zt-social-icon li &gt; a {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
#zo2-footer-wrap .main-footer-block .zt-social-icon li &gt; a:hover {
  background-color: #fff;
}
#zo2-footer-wrap .footer-address b {
  color: #fff;
}
#zo2-footer-wrap .zo2-copyright {
  padding-top: 10px;
  color: #5c6774;
}
#zo2-footer-wrap .jvformcontact .main-success label {
  display: none;
}
#zo2-footer-wrap .jvformcontact .main-success &gt; p {
  display: inline-block;
}
#zo2-footer-wrap .jvformcontact .main-success &gt; p:first-child {
  width: calc(100% - 110px);
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: -o-calc(100% - 110px);
}
#zo2-footer-wrap .jvformcontact .main-success &gt; p:first-child + p {
  width: 110px;
}
#zo2-footer-wrap .jvformcontact .main-success .email {
  background: none;
  border: 1px solid rgba(255,255,255,0.2);
  height: 40px;
  border-right: 0;
  color: #fff;
  padding-left: 20px;
}
#zo2-footer-wrap .jvformcontact .main-success .button {
  width: 100%;
  border: none;
  padding: 0 20px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0;
  height: 40px;
  line-height: 40px;
}
#zo2-footer-wrap .jvformcontact .main-success .button:hover {
  background-color: #232530;
}
#zo2-footer1-wrap {
  padding-top: 30px;
}
#zo2-footer1-wrap &gt; div &gt; .row {
  display: flex;
  justify-content: space-between;
  margin: 0 -30px;
}
#zo2-footer1-wrap &gt; div &gt; .row &gt; div {
  background-color: #1e1e27;
  margin: 0 15px;
  padding: 25px;
  text-align: center;
}
#zo2-footer1-wrap &gt; div &gt; .row &gt; div:nth-child(2n+1) {
  padding-top: 40px;
}
#zo2-footer1-wrap .fa {
  color: #fff;
}
#zo2-footer1-wrap h3 &gt; a {
  color: rgba(255,255,255,0.8);
}
#zo2-footer1-wrap .zt-social-icon li {
  display: inline-block;
}
#zo2-footer1-wrap .zt-social-icon li + li {
  margin-left: 25px;
}
#zo2-footer1-wrap .zo2-copyright {
  color: #5c6774;
}
#zo2-footer1-wrap .main-footer-block img {
  display: inline-block;
  margin-bottom: 20px;
}
.block-quote {
  padding: 30px 0 20px;
  font-size: 16px;
}
.block-quote h4,
.block-quote p {
  color: #fff;
}
.block-quote h4 {
  margin-top: 0;
}
.block-quote p {
  margin-bottom: 0;
}
.block-quote .button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
}
.block-quote .button:hover {
  background-color: transparent;
  color: #fff;
}
#zo2-topbar-wrap .block-quote h4,
#zo2-topbar-wrap .block-quote p {
  color: #232530;
}
#zo2-topbar-wrap .block-quote .button {
  color: #fff;
  font-size: 14px;
}
#zo2-topbar-wrap .block-quote .button:hover {
  background-color: #232530;
}
#zo2-left .module {
  margin-bottom: 40px;
}
#zo2-left .moduletitle {
  font-family: 'HelveticaBold', sans-serif !important;
  margin-top: 0;
  margin-bottom: 15px;
}
#zo2-left .categories-module li {
  padding: 5px 0;
}
#zo2-left .categories-module li:before {
  content: '\f111';
  font-family: FontAwesome;
  padding-right: 10px;
  font-size: 10px;
}
#zo2-left .categories-module li &gt; a {
  color: #232530;
}
#zo2-left .menu li {
  padding: 0;
  border-bottom: 1px solid #e9eaea;
  background: #f4f6f8;
  color: #182331;
  font-weight: 500;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#zo2-left .menu li a {
  display: block;
  padding: 13px 20px;
  position: relative;
  color: #232530;
}
#zo2-left .menu li a:after {
  font-family: FontAwesome;
  content: '\f0da';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: .5;
}
#zo2-left .menu li a:hover {
  color: #fff;
}
#zo2-left .menu li.active a {
  color: #fff;
}
#zo2-left .zt-testimonial {
  margin-top: 50px;
}
#zo2-left .zt-testimonial .testimonial-content &gt; span {
  font-family: 'HelveticaBold', sans-serif !important;
  padding: 0;
  font-size: 18px;
}
#zo2-left .zt-testimonial .testimonial-content &gt; span:before {
  display: none;
}
#zo2-left .zt-testimonial .owl-dots {
  margin-top: 0;
  text-align: left;
}
#zo2-left .zt-testimonial .testimonial-thumbnail {
  display: none;
}
#zo2-left .zt-testimonial .company-name strong {
  font-size: 18px;
  font-weight: 500;
}
#zo2-left .zt-testimonial .company-name em {
  padding-left: 5px;
  border-left: 1px solid #e9eaea;
  font-size: 12px;
}
#zo2-left .vmproduct .single-product {
  clear: both;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  overflow: hidden;
}
#zo2-left .vmproduct .single-product img {
  height: 70px;
  margin-right: 15px;
}
#zo2-left .vmproduct .single-product a:first-child {
  float: left;
}
#zo2-left .vmproduct .single-product a:first-child + a {
  display: block;
  color: #232530;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
#zo2-left .vm-categories ul li {
  padding: 10px 0;
}
#zo2-left .vm-categories ul li a {
  font-weight: 400;
  color: #232530;
}
#zo2-left .vm-categories ul li ul {
  margin-left: 10px;
}
.banner-shop {
  padding: 45px 25px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.banner-shop h4 {
  font-family: 'HelveticaBold', sans-serif !important;
  font-weight: 400;
  color: #fff;
}
.banner-shop .button {
  border: 1px solid #fff;
  margin: 20px auto 5px;
  background-color: #fff;
}
.banner-shop .button:hover {
  background-color: transparent;
  color: #fff;
}
.block-contact {
  text-align: center;
}
.block-contact h2,
.block-contact h4 {
  text-align: center;
  font-family: 'HelveticaBold', sans-serif !important;
}
.block-contact .text-desc {
  max-width: 800px;
  margin: 0 auto 50px;
}
.block-contact a {
  color: #232530;
}
.contact-form-title {
  text-align: center;
  font-family: 'HelveticaBold', sans-serif !important;
  font-size: 30px;
}
#contact-form {
  margin-bottom: 100px;
}
#contact-form input,
#contact-form textarea {
  padding-right: 15px;
  padding-left: 15px;
  background: #f4f6f8;
  border-color: #f4f6f8;
  color: #2b2e2f;
  width: 100%;
  -webkit-transition: border-color .25s;
  -moz-transition: border-color .25s;
  -o-transition: border-color .25s;
  transition: border-color .25s;
}
#contact-form textarea {
  min-height: 130px;
}
#contact-form button {
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  border: none;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 40px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#contact-form button:hover,
#contact-form button:focus {
  background-color: #232530;
}
#contact-form .form-actions {
  margin-top: 50px;
  text-align: center;
}
.accordion.accordion-accordion {
  margin-top: 30px;
}
.accordion.accordion-accordion .accordion-section {
  margin-bottom: 15px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion.accordion-accordion .accordion-section-title {
  border: none;
  background-color: transparent;
  font-size: 16px;
  height: auto;
  line-height: 30px;
  margin-bottom: 10px;
}
.accordion.accordion-accordion .accordion-section-title:hover,
.accordion.accordion-accordion .accordion-section-title.active {
  color: #232530;
}
.accordion.accordion-accordion .accordion-section-title i {
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.accordion.accordion-accordion .accordion-section-title i:hover {
  background-color: #232530;
}
.accordion.accordion-accordion .accordion-section-content {
  padding: 0;
  border: none;
}
.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.btn-play:hover {
  color: #fff;
}
.item-page {
  padding-bottom: 100px;
}
.item-page .item-image {
  margin-bottom: 30px;
}
.timeline .wrap {
  width: 100%;
  display: inline-block;
}
.timeline .item {
  width: 100%;
  display: inline-block;
  float: left;
}
.timeline .item:last-child .content {
  border: none;
}
.timeline .content {
  width: calc(100% - 135px);
  width: -webkit-calc(100% - 135px);
  width: -moz-calc(100% - 135px);
  width: -o-calc(100% - 135px);
  float: left;
  border-left: 2px solid #e9eaea;
  padding: 0 0 40px 70px;
}
.timeline .date-block {
  width: 135px;
  float: left;
  padding-right: 35px;
  position: relative;
}
.timeline .date-block:before,
.timeline .date-block:after {
  content: '';
  position: absolute;
  top: 0;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.timeline .date-block:before {
  width: 18px;
  height: 18px;
  opacity: .3;
  display: block;
  left: calc(100% - 8px);
}
.timeline .date-block:after {
  width: 12px;
  height: 12px;
  left: calc(100% - 5px);
  border: none;
  top: 3px;
}
.tbl-carrers {
  width: 100%;
}
.tbl-carrers thead {
  border-bottom: 1px solid #2b2b2b;
}
.tbl-carrers tr td,
.tbl-carrers tr th {
  text-align: center;
  line-height: 3;
}
.tbl-carrers tr td {
  color: #777;
  border-bottom: 1px solid #eee;
}
.page-partners .item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.page-partners .item .col-img {
  width: 30%;
}
.page-partners .item .col-text {
  padding-left: 30px;
}
.page-partners .item .col-text h4 {
  display: inline-block;
  color: #182331;
  border-bottom: 1px solid #182331;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.zt-persons .zt-person-author {
  width: 100%;
  margin-bottom: 10px;
}
.zt-persons .zt-person-author .person-name {
  font-size: 18px;
  font-weight: 500;
  color: #232530;
  margin-bottom: 5px;
}
.zt-persons .zt-person-author .person-position {
  color: #a9b6c6;
}
.zt-persons .zt-person-social {
  position: absolute;
  top: 130px;
  left: 0;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}
.zt-persons .zt-person-image {
  position: relative;
}
.zt-persons .zt-person-image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.zt-persons .zt-person-social.social-circle a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
}
.zt-persons .zt-person-social.social-circle a:hover {
  background-color: #fff;
}
.zt-persons .zt-person {
  position: relative;
}
.zt-persons .zt-person:hover .zt-person-social {
  left: 50%;
  opacity: 1;
}
.zt-persons .zt-person:hover .zt-person-image:before {
  opacity: .7;
}
.zt-persons.style-list {
  margin-right: 0;
  margin-left: 0;
}
.zt-persons.style-list .zt-person {
  border: 1px solid #e9eaea;
  padding: 0;
  clear: both;
}
.zt-persons.style-list .zt-person .zt-person-image {
  float: left;
  width: 25%;
  margin-bottom: 0;
}
.zt-persons.style-list .zt-person .zt-person-details {
  width: 75%;
  padding: 30px 30px 0 50px;
  float: left;
}
.zt-persons.style-list .zt-person .zt-person-social {
  top: 100px;
}
.zt-persons.style-list .zt-person:hover .zt-person-social {
  left: 100px;
}
.zt-persons.teams {
  margin-top: 50px;
}
.zt-persons.teams .zt-person-image {
  margin-bottom: 0;
}
.zt-persons.teams .zt-person-details {
  background-color: #fff;
  padding-top: 20px;
  text-align: center;
  border: 1px solid #fff;
  -webkit-transition: border-color .3s;
  -moz-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
}
.zt-persons.teams .zt-person-author {
  margin-bottom: 0;
}
.services-icon .column-inner {
  margin-bottom: 30px;
}
.services-icon .wrapper {
  padding: 30px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.services-icon .wrapper i,
.services-icon .wrapper .title-demo-box,
.services-icon .wrapper .description {
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.services-icon .wrapper i {
  font-size: 30px;
  width: 45px;
  float: left;
}
.services-icon .wrapper .header-demo-box {
  overflow: hidden;
}
.services-icon .wrapper .wrap-content-demo-box {
  width: calc(100% - 45px);
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: -o-calc(100% - 45px);
  float: left;
}
.services-icon .wrapper .wrap-content-demo-box .title-demo-box {
  font-size: 18px;
  margin: 0 0 5px 0;
}
.services-icon .wrapper:hover i,
.services-icon .wrapper:hover .title-demo-box,
.services-icon .wrapper:hover .description {
  color: #fff;
}
.items-row .span4 h3.title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
}
.items-row .item {
  display: flex;
  flex-direction: column;
}
.items-row .item .page-header {
  order: 3;
}
.items-row .item .article-info {
  order: 4;
}
.items-row .item .article-info dd {
  color: #5c6774;
}
.items-row .item .article-info dd + dd {
  border-left: 1px solid #e9eaea;
  padding-left: 10px;
}
.items-row .item .item-image {
  order: 1;
  margin-bottom: 25px;
}
.items-row .item ul.tags {
  text-align: right;
}
.items-row .item ul.tags:before {
  content: "\f02b";
  font-family: FontAwesome;
}
.items-row .item ul.tags li {
  padding: 0;
}
.items-row .item ul.tags li a {
  color: #646a7c;
  background: none;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  text-transform: capitalize;
}
.items-row .item ul.tags li+ li:before {
  content: ',';
}
.items-row .item .readmore .btn {
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
}
.items-row .item .readmore .btn:hover {
  color: #232530;
}
.items-row .span12 .item {
  flex-direction: row;
  flex-wrap: wrap;
}
.items-row .span12 .item .item-image {
  flex: 1 100%;
}
.items-row .span12 .item .page-header {
  order: 4;
  flex: 1 100%;
  border-top: 1px solid #e9eaea;
}
.items-row .span12 .item .page-header h3 {
  margin-top: 25px;
}
.items-row .span12 .item .page-header h3 a {
  font-size: 30px;
}
.items-row .span12 .item .article-info {
  order: 2;
  width: 50%;
  margin-bottom: 25px;
}
.items-row .span12 .item .article-info dd + dd {
  border-left: none;
}
.items-row .span12 .item .article-info dd + dd:before {
  content: '-';
  padding-left: 0;
}
.items-row .span12 .item ul.tags.inline {
  order: 3;
  width: 50%;
}
.items-row .span12 .item .introtext {
  order: 5;
}
.items-row .span12 .item .readmore {
  order: 6;
}
.zt-portfolio .zt-portfolio-filter &gt; ul &gt; li &gt; a {
  background-color: transparent;
  font-weight: 600;
}
.zt-portfolio .zt-portfolio-filter &gt; ul &gt; li.active &gt; a {
  background-color: transparent;
}
.zt-portfolio .zt-portfolio-item .zt-portfolio-info {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  padding-left: 0;
  padding-right: 0;
}
.zt-portfolio .zt-portfolio-item .zt-portfolio-info .zt-portfolio-tags {
  order: 2;
}
.zt-portfolio .zt-portfolio-item .zt-portfolio-info .zt-portfolio-title {
  order: 1;
}
section &gt; .container-fluid &gt; .row &gt; .col-md-12 {
  padding-right: 0;
  padding-left: 0;
}
.bgColor {
  background-color: #f4f6f8;
}
.bgImg {
  background: url(../../../../../images/site/bg_block.jpg) no-repeat center center;
  background-size: cover;
}
.home-module {
  padding-top: 80px;
  padding-bottom: 80px;
}
.home-module .moduletitle {
  color: #182331;
  font: normal 400 36px/36px Radley;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}
.home-module .portfolio-sub-header,
.home-module .title-desc {
  font-size: 16px;
  color: #5c6774;
  line-height: 1;
  text-align: center;
}
.home-module .title-desc {
  margin-bottom: 40px;
}
.portfolio-wrap .zt-portfolio-item {
  position: relative;
}
.portfolio-wrap .zt-portfolio-item .zt-portfolio-info {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding-top: 10px;
  padding-bottom: 10px;
}
.portfolio-wrap .zt-portfolio-item .zt-portfolio-info:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.portfolio-wrap .zt-portfolio-item .zt-portfolio-info:after {
  color: #fff;
  font-family: cleversoft;
  content: '\c150';
  font-size: 1.714rem;
  right: 15px;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  text-align: right;
  width: 20px;
  height: 30px;
  line-height: 30px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.portfolio-wrap .zt-portfolio-item .zt-portfolio-info .zt-portfolio-tags {
  color: #fff;
  position: relative;
  z-index: 2;
}
.portfolio-wrap .zt-portfolio-item .zt-portfolio-info .zt-portfolio-title {
  font-size: 18px;
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
}
.portfolio-wrap .zt-portfolio-item .zt-portfolio-info .zt-portfolio-title &gt; a {
  color: #fff;
}
.portfolio-wrap .zt-portfolio-item .zt-portfolio-info .zt-portfolio-title &gt; a:hover {
  color: #232530;
}
.portfolio-wrap .zt-portfolio-item:hover .zt-portfolio-info {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.portfolio-wrap .zt-portfolio-item:hover .zt-portfolio-info:before {
  width: 100%;
}
.portfolio-wrap .owl-theme .owl-nav [class*='owl-'] {
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 0;
  padding: 0;
}
.portfolio-wrap .owl-theme .owl-nav [class*='owl-']:before {
  font-size: 22px;
}
.portfolio-wrap .owl-theme .owl-nav [class*='owl-']:hover {
  background-color: #232530;
  color: #fff;
}
.portfolio-wrap .owl-theme .owl-nav .owl-prev {
  left: -50px;
}
.portfolio-wrap .owl-theme .owl-nav .owl-next {
  right: -50px;
}
.zt-testimonial {
  padding-top: 80px;
  padding-bottom: 80px;
}
.zt-testimonial.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  border: 2px solid #a9b6c6;
  background-color: transparent;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-right: 4px;
  margin-left: 4px;
  opacity: .2;
}
.zt-testimonial.owl-theme .owl-dots .owl-dot.active span,
.zt-testimonial.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: transparent;
}
.zt-testimonial.style-single {
  text-align: center;
}
.zt-testimonial.style-single .testimonial-item {
  margin-bottom: 0;
}
.zt-testimonial.style-single .testimonial-content &gt; span {
  font-family: 'HelveticaBold', sans-serif !important;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6;
  padding-top: 80px;
  max-width: 950px;
  margin: auto;
}
.zt-testimonial.style-single .testimonial-content &gt; span:before {
  content: "\c140";
  font-family: cleversoft;
  border: none;
  top: 0;
  left: 50%;
  height: 25px;
  transform: translateX(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
}
.zt-testimonial.style-single .testimonial-thumbnail {
  display: none;
}
.zt-testimonial.style-single .company-name strong {
  font-size: 18px;
}
.zt-testimonial.style-single .company-name em {
  font-size: 12px;
  color: #a9b6c6;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #fff;
}
.zt-testimonial.style-multi .owl-item {
  padding-right: 15px;
  padding-left: 15px;
}
.zt-testimonial.style-multi .testimonial-content &gt; span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'HelveticaBold', sans-serif !important;
  font-style: italic;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.zt-testimonial.style-multi .testimonial-content &gt; span:before {
  border-top-color: #fff;
  left: 45px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.zt-testimonial.style-multi .testimonial-content &gt; span:hover {
  color: #fff !important;
}
.zt-testimonial.style-multi .author {
  padding-left: 25px;
}
.zt-testimonial.style-multi .testimonial-thumbnail {
  max-width: none;
}
.zt-testimonial.style-multi .testimonial-thumbnail img {
  width: 70px;
  height: 70px;
}
.zt-testimonial.style-multi .company-name {
  line-height: 30px;
}
.zt-testimonial.style-multi .company-name strong {
  display: block;
  font-size: 20px;
  color: #fff;
}
.zt-testimonial.style-multi .company-name em {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}
.demo-box {
  text-align: center;
}
.demo-box .header-demo-box .cs-font {
  font-size: 43px;
  margin-bottom: 20px;
}
.demo-box .header-demo-box .title-demo-box {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.zt-news {
  margin-top: 40px;
}
.zt-news .horizontal .zt-article-item .zt-title {
  font-size: 18px;
  line-height: 22px;
  margin-top: 25px;
}
.zt-news .horizontal .zt-article-item .zt-title a {
  color: #232530;
}
.zt-news .horizontal .zt-article-item .zt-newsinfo {
  font-size: 14px;
}
.zt-news .horizontal .zt-article-item .zt-newsinfo .author {
  font-size: 16px;
  font-family: 'HelveticaBold', sans-serif !important;
}
.zt-news .horizontal .zt-article-item .post-thumbnail img {
  width: auto;
}
.zt-news .zt-introtext p {
  display: inline;
}
.zt-news .zt-news-readmore {
  margin-top: 5px;
}
.zt-news .zt-news-readmore a {
  font-weight: 500;
}
.zt-news .zt-news-readmore a:after {
  content: "\f101";
  font-family: FontAwesome;
  margin-left: 4px;
}
.zt-news .zt-news-readmore a:hover {
  color: #232530;
}
.style2 .zt-news .zt-article-item {
  display: flex;
}
.style2 .zt-news .zt-article-item .post-thumbnail {
  width: 100%;
}
.style2 .zt-news .zt-article-item .zt-content-wrap {
  display: flex;
  flex-direction: column;
}
#zo2-position-8 {
  border-top: 1px solid #ccc;
}
.zt-carousel {
  padding: 10px 0;
}
.zt-carousel .carousel-item {
  margin: 0;
}
.zt-carousel .image-extras {
  display: none;
}
.zt-carousel .carousel-item-inner &gt; img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.request-form,
.request-form-full {
  width: 100%;
  float: right;
}
.request-form .moduletitle,
.request-form-full .moduletitle {
  text-align: left;
  margin-bottom: 40px;
}
.request-form #zt_contact_pro_146,
.request-form-full #zt_contact_pro_146 {
  padding: 0;
}
.request-form .main-success label,
.request-form-full .main-success label {
  display: none;
}
.request-form .main-success .form-control,
.request-form-full .main-success .form-control {
  height: 50px;
  line-height: 50px;
  text-align: left;
  border-color: #f4f6f8;
  background-color: #f4f6f8;
  margin-bottom: 25px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color .3s;
  -moz-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
}
.request-form .main-success .form-control:focus,
.request-form-full .main-success .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.request-form .main-success .button,
.request-form-full .main-success .button {
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: none;
  color: #fff;
  margin-bottom: 0;
}
.request-form .main-success .button:hover,
.request-form-full .main-success .button:hover {
  background-color: #232530;
}
.request-form.bgColor .form-control,
.request-form-full.bgColor .form-control {
  background-color: #fff;
  border-color: #fff;
  color: #232530;
}
.request-form {
  max-width: 580px;
}
.request-form .main-success {
  max-width: 470px;
}
.request-form-full .mod-wrapper {
  max-width: 820px;
  margin: auto;
}
.request-form-full .mod-wrapper .moduletitle {
  text-align: center;
}
.request-form-full .mod-wrapper [class*=vformcontact] {
  padding-top: 0;
  padding-bottom: 0;
}
.request-form-full .mod-wrapper .main-success &gt; p:nth-child(1) {
  margin-bottom: 35px;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}
.request-form-full .mod-wrapper .main-success &gt; p:nth-child(1) ~ p {
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.request-form-full .mod-wrapper .main-success &gt; p:nth-child(5) {
  text-align: center;
}
#zo2-slide p,
.map p {
  display: none;
}
.our-project .owl-carousel.owl-drag .owl-item {
  padding-right: 15px;
  padding-left: 15px;
}
.pricing-tables .pricing-item .plan {
  border: 1px solid #e9eaea;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 0;
  padding-bottom: 50px;
}
.pricing-tables .pricing-item .plan .head {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #5c6774;
  padding-bottom: 55px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.pricing-tables .pricing-item .plan .head:before,
.pricing-tables .pricing-item .plan .head:after {
  content: '';
  position: absolute;
  top: 100%;
  display: block;
  width: 190px;
  height: 40px;
  background-color: #fff;
}
.pricing-tables .pricing-item .plan .head:after {
  left: 0;
  transform: rotate(10deg) translateX(-15px) translateY(-15px);
}
.pricing-tables .pricing-item .plan .head:before {
  right: 0;
  transform: rotate(-10deg) translateX(9px) translateY(-14px);
}
.pricing-tables .pricing-item .plan .price {
  width: 100%;
  border: none;
  margin: 50px auto 5px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.pricing-tables .pricing-item .plan .price h3,
.pricing-tables .pricing-item .plan .price h4 {
  display: inline-block;
  color: #fff;
  font-family: 'HelveticaBold', sans-serif !important;
}
.pricing-tables .pricing-item .plan .price h3 {
  font-size: 37px;
}
.pricing-tables .pricing-item .plan .price h3 span {
  font-size: 18px;
  margin-top: 3px;
}
.pricing-tables .pricing-item .plan .price h4 {
  font-size: 14px;
  margin: 0 0 5px 0;
  vertical-align: bottom;
}
.pricing-tables .pricing-item .plan .price h4:before {
  content: '\/';
  float: left;
}
.pricing-tables .pricing-item .plan h2 {
  font-size: 18px;
  color: #fff;
  font-family: 'HelveticaBold', sans-serif !important;
}
.pricing-tables .pricing-item .plan.recommended,
.pricing-tables .pricing-item .plan:hover {
  z-index: 1;
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pricing-tables .pricing-item .plan.recommended .head,
.pricing-tables .pricing-item .plan:hover .head {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pricing-tables .pricing-item .plan.recommended .btn {
  margin-bottom: 0;
}
.pricing-tables .pricing-item .plan .item-list ul {
  display: inline-block;
  padding: 0 0 20px 0;
}
.pricing-tables .pricing-item .plan .btn {
  background-color: transparent;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border-width: 1px;
  border-style: solid;
  font: bold 13px Poppins;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 2px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.pricing-tables .pricing-item .plan .btn:hover {
  color: #fff;
}
.landing .moduletitle {
  font-size: 36px;
  color: #1e1e27;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}
.landing .title-desc {
  font-size: 18px;
  color: #5a596a;
  text-align: center;
  margin-bottom: 50px;
}
.landing#zo2-header-wrap {
  background-color: transparent;
  margin-top: 30px;
}
.landing#zo2-header-wrap &gt; div {
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: padding .3s;
  -moz-transition: padding .3s;
  -o-transition: padding .3s;
  transition: padding .3s;
}
.landing#zo2-header-wrap &gt; div &gt;.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1600px;
  margin: auto;
}
.landing .zt-carousel {
  padding: 0 0 30px;
}
.landing .zt-carousel .carousel-item {
  padding: 0 15px 30px;
  float: none;
}
.landing .zt-carousel .carousel-item-inner {
  -webkit-box-shadow: 0 15px 15px #ccc;
  -moz-box-shadow: 0 15px 15px #ccc;
  box-shadow: 0 15px 15px #ccc;
}
.landing .zt-carousel .image-extras {
  background-color: transparent;
  display: block;
}
.landing .zt-carousel .zo2-carousel-pager {
  bottom: 0;
}
.landing .header-demo-box {
  -webkit-box-shadow: 0 8px 10px #ccc;
  -moz-box-shadow: 0 8px 10px #ccc;
  box-shadow: 0 8px 10px #ccc;
  background-image: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 30px 20px;
  margin-top: 30px;
}
.landing .header-demo-box .cs-font {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 43px;
}
.landing .header-demo-box .title-demo-box {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
}
.landing .header-demo-box:hover .cs-font,
.landing .header-demo-box:hover .title-demo-box,
.landing .header-demo-box:hover .desc-demo-box {
  color: #fff;
}
.is-sticky #zo2-header-wrap.landing {
  margin: 0;
}
.is-sticky #zo2-header-wrap.landing &gt; div {
  padding-top: 0;
  padding-bottom: 0;
  background: rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
.mod-landing-slide h2 {
  font-size: 120px;
  color: #ffffff;
  text-align: center;
}
.mod-video-demo {
  margin-top: -120px;
  margin-bottom: 100px;
  padding-top: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0 30px 20px #ccc;
  -moz-box-shadow: 0 30px 20px #ccc;
  box-shadow: 0 30px 20px #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mod-video-demo .moduletitle,
.mod-video-demo .title-desc {
  position: relative;
}
.mod-video-demo .btn-play-img {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.mod-template-features {
  text-align: center;
  padding: 85px 0;
}
.button.white-btn {
  background-color: #fff;
  border: 1px solid #fff;
}
.button.white-btn:hover {
  background-color: transparent;
  color: #fff;
}
.ekko-lightbox.in .modal-dialog {
  -webkit-transform: translate(0,50%);
  -moz-transform: translate(0,50%);
  -ms-transform: translate(0,50%);
  -o-transform: translate(0,50%);
  transform: translate(0,50%);
}
.shop-info {
  overflow: hidden;
  background-color: #f4f6f8;
  margin-bottom: 60px;
}
.shop-info &gt; div + div {
  border: 1px solid #fff;
}
.shop-info .zoo-icon-field {
  padding-top: 20px;
  padding-bottom: 10px;
  overflow: hidden;
}
.shop-info .zoo-icon-field .wrap-icon-item {
  float: left;
  width: 50px;
}
.shop-info .zoo-icon-field .wrap-icon-item i {
  font-size: 30px;
}
.shop-info .zoo-icon-field .wrap-text-content {
  font-size: 12px;
  width: calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: -o-calc(100% - 50px);
  float: left;
}
.shop-info .zoo-icon-field .wrap-text-content h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  font-size: 1rem;
  color: #232530;
}
.shop-info .zoo-icon-field .wrap-text-content p {
  margin-bottom: 0;
}
.zo2-wrapper:after {
  opacity: 0;
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  overflow: hidden;
  z-index: -1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.zo2-wrapper.is-shopbag:after {
  opacity: 1;
  z-index: 99;
  visibility: visible;
  width: calc(100% - 360px);
  width: -webkit-calc(100% - 360px);
  width: -moz-calc(100% - 360px);
  width: -o-calc(100% - 360px);
}
body {
  font-family: 'Helvetica Neue', Helvetica, sans-serif !important;
}
.clr {
  clear: both;
}
a {
  color: black;
}
.bgColor-light-gray {
  background-color: #efefef;
}
:focus {
  outline: none;
  box-shadow: none;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.no-padding-left-right {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.displaynone {
  display: none !important;
}
.item-pagehidecomponent {
  display: none;
}
.bg-main-color {
  background-color: #2659cf;
}
@font-face {
  font-family: 'HelveticaBold';
  src: url('../fonts/Helvetica_Bold.eot') format('embedded-opentype'), url('../fonts/Helvetica_Bold.ttf') format('truetype'), url('../fonts/Helvetica_Bold.woff') format('woff'), url('../fonts/Helvetica_Bold.woff2') format('font-woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.eot') format('embedded-opentype');
  src: url('../fonts/Helvetica.ttf') format('truetype');
  src: url('../fonts/Helvetica.woff') format('woff');
  src: url('../fonts/Helvetica.woff2') format('font-woff2');
}
.table-td-padding-10 td {
  padding: 10px !important;
}
.table-td-padding-5 td {
  padding: 5px !important;
}
a.menu_hot_label,
a.menu_hot_label_3,
a.menu_red {
  color: #e00000 !important;
}
a.menu_hot_label:after {
  content: url(../../../../../../images/new-bestsub/good14.png);
  margin-left: 5px;
  height: 10px;
  padding-top: 5px;
}
a.menu_hot_label_3:after {
  content: url(../../../../../../images/new-bestsub/good14x3.png);
  margin-left: 5px;
  height: 10px;
  padding-top: 5px;
}
a.menu_hot_label_green {
  color: #54b983 !important;
}
a.menu_hot_label_green:after {
  content: url(../../../../../../images/new-bestsub/good14_g.png);
  margin-left: 5px;
  height: 10px;
  padding-top: 5px;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.eot') format('embedded-opentype');
  src: url('../fonts/Helvetica.ttf') format('truetype');
  src: url('../fonts/Helvetica.woff') format('woff');
  src: url('../fonts/Helvetica.woff2') format('font-woff2');
}
body {
  font-weight: 400;
  color: #000;
  font-family: "Helvetica Neue", "Helvetica";
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "HelveticaBold";
}
.ce-fltwidth-33 {
  width: 32%;
}
.ce-fltwidth-50 {
  width: 48.5%;
}
a:hover {
  color: #2659cf;
}
.article-info&gt;* {
  margin: 0;
}
.btn-primary:active:hover {
  background-color: #2659cf;
  border-color: #2659cf;
}
.container {
  width: 1330px;
}
#zo2-topbar-wrap {
  background-color: #ccc;
}
#zo2-topbar-wrap .chzn-container-single .chzn-single {
  border: 0;
  height: 30px;
  line-height: 30px;
}
#zo2-top-mobile {
  display: flex;
  justify-content: space-between;
}
#zo2-top-mobile div {
  height: 32px;
}
#zo2-menubottom-wrap {
  background-color: #2659cf;
  height: 30px;
  line-height: 30px;
}
#zo2-menu-bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: white;
  font-family: 'HelveticaBold', 'sans-serif';
  float: left;
}
#zo2-menu-bottom a img {
  height: 24px;
  margin-right: 5px;
}
div.mod-languages ul.lang-inline li {
  display: -webkit-inline-box;
}
.top-1 {
  height: 30px;
}
.mod-languages_header form .chzn-container {
  width: 108px !important;
}
.mod-languages_header form .chzn-container .chzn-single span {
  padding-top: 0;
  font-size: 14px;
  color: black;
}
.mod-languages_header form .chzn-container .chzn-single div {
  top: 4px;
}
.mod-languages_header form .chzn-container .chzn-results li {
  color: black;
}
#zo2-top-2 .mod-inner b {
  font-weight: 400;
}
#zo2-search-mobile {
  float: right;
}
.zo2-megamenu .level-top&gt;li&gt;a,
.zo2-megamenu .level-top&gt;li&gt;span {
  border: 1px solid transparent;
}
.zo2-megamenu .level-top ul li&gt;a,
.zo2-megamenu .level-top ul li&gt;span {
  padding: 5px 17px;
  height: 30px;
  text-align: left;
}
.breadcrumb {
  max-width: 1300px;
  padding: 15px 15px 0px 0;
  color: #000;
  padding-left: 10px;
}
.breadcrumb&gt;li {
  cursor: pointer;
}
.breadcrumb li&gt;a {
  color: #000;
}
#zo2-hometv-wrap {
  background-color: #2659cf;
}
div.ekko-lightbox.modal.fade {
  background-color: transparent;
  overflow: unset;
  height: 100%;
  margin-left: 0;
  width: 50%;
  top: 0;
  left: 25%;
  border: 0;
  box-shadow: none;
}
div.ekko-lightbox.modal.fade .modal-dialog {
  bottom: 15%;
}
div.ekko-lightbox.modal.fade .modal-dialog .modal-body {
  overflow-y: unset;
  max-height: unset;
}
.header-address .zoo-icon-field .wrap-icon-item {
  border: 1px solid #2659cf;
  width: 37px;
  height: 37px;
  line-height: 37px;
}
.header-address {
  float: left;
}
.header-address .zoo-icon-field .wrap-text-content {
  padding-left: 8px;
  font-size: 13px;
}
.header-address .zoo-icon-field+.zoo-icon-field {
  margin-left: 15px;
}
.header-address .wrap-text-content h3 {
  font-weight: 600;
  font-size: 12px;
}
.header-address .wrap-icon-item .fa {
  font-size: 23px;
  line-height: 33px;
  color: #2659cf;
}
div#zo2-header-logo,
div#zo2-header-logo-custom {
  margin-left: -40px;
}
#zo2-logo-right {
  float: right;
  padding-top: 5px;
}
#btl {
  float: left;
  margin-right: -5px;
  margin-left: 10px;
}
.is-sticky #zo2-navigation-wrap {
  background-color: #2659cf;
}
.is-sticky .zo2-megamenu .level-top&gt;li&gt;a,
.is-sticky .zo2-megamenu .level-top&gt;li&gt;span {
  color: white;
}
.is-sticky .zo2-megamenu .level-top&gt;li.active&gt;a,
.is-sticky .zo2-megamenu .level-top&gt;li.active&gt;span {
  color: #2659cf;
  background-color: white;
}
.is-sticky #zo2-navigation-wrap {
  border-bottom: 0;
  margin-bottom: 0;
}
.mega-dropdown-inner {
  padding: 20px !important;
}
.zo2-megamenu .level-top&gt;li.open&gt;a,
.zo2-megamenu .level-top&gt;li&gt;a:hover,
.zo2-megamenu .level-top&gt;li.open&gt;span {
  background-color: white;
  color: black;
  border: 1px solid #2659cf;
  border-bottom-color: white;
  position: relative;
  z-index: 10;
}
#zo2-navigation-wrap {
  border-bottom: 5px solid #2659cf;
}
#zo2-position-12 {
  display: none;
}
section#zo2-navigation-wrap .container {
  width: calc(82vw);
  text-align: center;
}
.is-sticky #zo2-position-12 {
  display: block;
  position: absolute;
  margin-left: 85px;
  left: 0;
  width: 105px;
  top: 3px;
}
#zo2-footer-1&gt;div.module&gt;div&gt;div&gt;div&gt;ul&gt;li,
#zo2-footer-2&gt;div.module&gt;div&gt;div&gt;div&gt;ul&gt;li,
#zo2-footer-3&gt;div.module&gt;div&gt;div&gt;div&gt;ul&gt;li,
#zo2-footer-4&gt;div.module&gt;div&gt;div&gt;div&gt;ul&gt;li {
  line-height: 3px;
}
.jh_k2_content_home h3.moduletitle {
  margin-bottom: 33px;
}
.jh_k2_content_home h3.moduletitle span {
  font-size: 25px;
  font-weight: bold;
  border-bottom: 4px solid #2659cf;
  padding-right: 10px;
  padding-bottom: 5px;
}
.jh_k2_content_home .moduleItemExtraFields {
  margin: 20px 15px 0 15px;
}
.jh_k2_content_home .moduleItemCategoryDiv,
.jh_k2_content_home .moduleItemCategoryDiv a {
  font-size: 14px;
  padding-bottom: 14px;
  color: black;
}
.jh_k2_content_home&gt;ul&gt;li {
  float: left;
  width: 19%;
  border: 1px solid #efefef !important;
  margin-right: 13px !important;
  margin-bottom: 13px !important;
  font-size: 14px;
  background-color: white !important;
  position: relative;
  min-height: 316px;
}
.jh_k2_content_home&gt;ul&gt;li.clearList {
  min-height: 0;
}
.module.jh_k2_content_home {
  padding-bottom: 30px;
}
.jh_k2_content_home&gt;ul {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.jh_k2_content_home&gt;ul&gt;li.clearList {
  width: 0;
  height: 0;
  clear: both;
}
.jh_k2_content_home&gt;ul&gt;li:hover {
  border: 1px solid #2659cf !important;
  z-index: 2;
}
.jh_k2_content_home&gt;ul&gt;li.clearList {
  border: 0 !important;
  padding: 0 !important;
}
.jh_k2_content_home&gt;ul&gt;li&gt;a {
  display: block;
  overflow: hidden;
}
.jh_k2_content_home&gt;ul&gt;li&gt;a&gt;img {
  width: 100%;
}
.jh_k2_content_home&gt;ul&gt;li&gt;div.moduleItemIntrotext {
  min-height: 3.5em;
}
.jh_k2_content_home&gt;ul&gt;li&gt;div.moduleItemIntrotext {
  margin: 0 15px;
  padding: 0;
}
.jh_k2_content_home .moduleItemCategoryDiv {
  margin: 0 15px 18px;
  padding: 0;
}
.moduleItemCategoryDiv,
div.catItemCategory {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jh_k2_content_home&gt;ul&gt;li&gt;div.moduleItemIntrotext&gt;a.moduleItemTitle {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  padding: 0;
}
div.k2ItemsBlock ul li {
  border: 0;
  color: black;
  text-align: left;
}
#zo2-position-4 {
  background: url(../../../../../images/new-bestsub/home_contact_bg_2022.webp);
  padding-top: 20px;
  padding-bottom: 20px;
}
.tabpage.home_contact {
  width: 1105px;
  margin: 20px auto;
  background-color: white;
}
.tabpage div.ce-cf-container {
  position: relative;
}
.tabpage div.ce-cf-container input {
  margin-bottom: 0;
}
.tabpage div.ce-cf-container label.ce-validation-error,
label.ce-validation-error {
  position: inherit;
  top: 10px;
  right: 50px;
  color: red;
}
@font-face {
  font-family: "apicon";
  src: url('../fonts/arrows/apicon.eot');
  src: url('../fonts/arrows/apicon.eot') format('embedded-opentype'), url('../fonts/arrows/apicon.woff') format('woff'), url('../fonts/arrows/apicon.ttf') format('truetype'), url('../fonts/arrows/apicon.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
.ja-contentslider {
  border: 0;
}
.ja-contentslider-left:before {
  content: "\e603";
  font-family: "apicon";
}
.ja-contentslider-right:before {
  content: "\e604";
  font-family: 'apicon';
}
.ja-contentslider-left,
.ja-contentslider-right {
  width: 45px;
  height: 72px;
  line-height: 72px;
  font-size: 50px;
  background-image: unset !important;
  border: 0;
  top: 128px;
  z-index: 5;
  color: rgba(255,255,255,0.7);
  padding-left: 10px;
}
.ja-contentslider-left {
  left: 0;
}
.ja-contentslider-right {
  right: 0;
}
.ja-contentslider-left:hover,
.ja-contentslider-right:hover {
  display: block;
  border: 0;
  background-color: rgba(55,55,55,0.3);
}
.ja-contentslider-center img {
  border: 0;
}
.ja-button-control {
  width: 100%;
  margin: 20px auto;
  background-color: unset;
  height: 50px;
  text-align: center;
  border: 0;
  line-height: 50px;
  font-size: 2em;
}
.ja-button-control a {
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  padding: 0 40px;
}
.ja-button-control a.active {
  border: 0;
  border-bottom: 4px solid #2659cf;
}
.ja-button-control a:hover,
.ja-button-control a:active,
.ja-button-control a:focus {
  background-color: transparent;
  color: #2659cf;
}
div#ja-contentslider-360 .ja-button-control {
  display: none;
}
.module.home-brand {
  padding: 40px 0;
}
#zo2-position-7 {
  padding: 0 15px;
}
#zo2-position-7&gt;div.module.home-brand&gt;div&gt;div&gt;div&gt;div&gt;ul&gt;li {
  float: left;
  height: 100px;
  width: 168px;
  margin: 10px 11px;
}
#k2Container .k2Pagination ul li {
  float: left;
}
.itemContainer {
  float: left;
  width: 18.5% !important;
  margin-bottom: 8px;
  margin-right: 8px;
}
.itemList {
  width: 100%;
  margin-top: 15px;
}
.catItemTitle {
  height: 1em;
  margin-left: 5px;
}
.tagItemTitle {
  margin-left: 15px;
}
.catItemTitle a,
.tagItemTitle a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
div.catItemView,
div.tagItemView {
  min-height: 220px;
  margin-bottom: -2px;
}
.catItemExtraFields {
  height: 4em;
}
div.subCategory {
  border: 0 !important;
  box-shadow: none;
  padding: 10px 20px;
  background-color: #efefef;
}
div.subCategory:hover {
  background-color: #ddd;
}
div.subCategory h2 a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.subCategory {
  border: 0 !important;
  height: unset !important;
}
div#itemListLinks {
  border: 0;
  background: none;
}
div.itemListCategory {
  border: 0;
}
.clr {
  clear: both;
}
.subCategoryContainer {
  width: unset !important;
}
.subCategory h2 {
  margin: 0;
  font-size: 0.8em;
}
#zo2-navigation-wrap {
  background-color: white;
}
.bgColor-light-gray {
  background-color: #efefef;
}
#zo2-top-1 {
  display: flex;
}
.custom_top1_link p {
  margin-bottom: 0;
  line-height: 30px;
  color: #000;
}
.custom_top2_email p a,
.custom_top1_link p a {
  color: #000;
}
.bestsubsearch:focus {
  color: #2659cf;
  background-color: unset;
  border: 0;
}
i.fa.fa-search:focus,
.bestsubsearch:focus {
  outline: none;
}
.search_dropdown_main form {
  margin-bottom: 0;
  border: 1px solid #2659cf;
  border-radius: 20px;
}
.search_dropdown_main .bestsubsearch {
  padding: 0 8px;
  line-height: 34px;
  font-size: 20px;
  margin-top: 0;
  color: black;
  background-color: transparent;
  border: 0;
  float: right;
}
.search_dropdown_main #mod-search-searchword {
  border: 0;
  border-radius: 20px;
  padding-left: 15px;
  color: #555;
  margin-bottom: 0;
  line-height: 34px;
  height: 34px;
  width: 265px;
}
.chzn-container-single .chzn-single {
  border-radius: 0;
  border: 1px #c9caca solid;
  height: 30px;
  background: unset;
}
.chzn-container-single .chzn-single:focus {
  outline: none;
}
.chzn-container-active .chzn-choices {
  box-shadow: none;
}
.chzn-container-active.chzn-with-drop .chzn-single,
.chzn-container-active.chzn-with-drop .chzn-single div {
  background: unset;
  box-shadow: none;
}
.chzn-container-active .chzn-single {
  box-shadow: none;
}
.chzn-container-single .chzn-single span {
  padding-top: 1px;
  padding-left: 6px;
}
:focus {
  outline: none;
  box-shadow: none;
}
#zo2-header-wrap&gt;div {
  padding-top: 28px;
  padding-bottom: 28px;
}
body.article .item-page h1.title {
  font-size: 28px;
  color: #2659cf;
}
#sptab341 .tab-padding {
  padding: 0;
}
.module.Home_product_tab ul.tabs_container li {
  border-right: 0 !important;
  height: 40px;
  line-height: 40px;
}
.module.Home_product_tab ul.tabs_container li span {
  padding: 15px 66px;
  border-right: 1px solid #efefef;
}
.module.Home_product_tab ul.tabs_container li.active span,
.module.Home_product_tab ul.tabs_container li:last-child span {
  border-right: 0;
}
.module.Home_product_tab .tabs_mask {
  height: 40px !important;
  line-height: 40px !important;
  padding: 0;
}
.module.Home_product_tab .items_mask .tab-padding {
  padding-left: 0 !important;
}
#sptab366 .tab-padding {
  padding: 0;
}
#sptab366 .items_mask {
  overflow: unset;
}
.moduleItemExtraFieldsValue,
.catItemExtraFieldsValue,
.tagItemExtraFieldsValue {
  color: #2659cf;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.moduleItemExtraFields,
.catItemExtraFields,
.tagItemExtraFields {
  margin-top: 62px;
}
.moduleItemExtraFields ul,
.catItemExtraFields ul,
.tagItemExtraFields ul {
  padding-left: 0 !important;
}
.moduleItemExtraFields ul li,
.catItemExtraFields ul li,
.tagItemExtraFields ul li {
  margin-bottom: 0 !important;
}
.moduleitemLable,
.catitemLable {
  font-size: 12px;
  padding: 2px 7px;
  background-color: #ffde39;
  color: black;
  position: absolute;
  text-transform: uppercase;
  top: 1%;
  left: 2%;
}
#zo2-footer-wrap .title {
  font-size: 20px;
  color: black;
  padding-left: 15px;
}
section#zo2-footer-wrap li {
  padding: 0 15px;
}
#zo2-footer-row3-1&gt;div.module.footnewsletter&gt;div&gt;h3 {
  margin-left: 14px;
  font-size: 22px;
  margin-top: 4px;
}
#zo2-footer-row2 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
}
.module._menu.float2col ul li {
  float: left;
  width: 235px;
}
.mod_jabout_you,
#zo2-top-2 .mod-inner,
#zo2-top-2 .mod-inner b a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 30px;
  color: #000;
}
.mod_jabout_you a {
  color: #000;
  display: -webkit-inline-box;
  border-bottom: 1px #000 solid;
  text-align: center;
  margin: 0 auto;
  text-decoration: unset !important;
}
.sp-page-builder .page-content #section-id-1534754343746 {
  padding: 30px 0px 1px 0px !important;
}
.module.footnewsletter td.acyfield_email input {
  background-color: white;
  width: 177px;
  height: 28px;
  border: 1px #2659cf solid;
}
.module.footnewsletter td.acyfield_name input {
  background-color: white;
  width: 177px;
  height: 28px;
  border: 1px #2659cf solid;
}
.module.footnewsletter .acymailing_form tr {
  text-align: center;
}
.module.footnewsletter .acymailing_form .button {
  padding: 10px 20px;
  background-color: #2659cf;
}
.acymailing_form .button:hover {
  background-color: #ffde39;
  color: #2659cf;
}
td.acysubbuttons input {
  background-color: #ffde39;
  border: 0;
  color: white;
  line-height: 14px;
}
.acymailing_modulefootnewsletter {
  margin-top: 15px;
}
.acymailing_modulefootnewsletter td.acyfield_name input {
  width: 100% !important;
  border-radius: 24px 0 0 24px;
  padding-left: 20px;
  color: black;
  border-right: 0;
  background-color: white;
  height: 50px;
}
.acymailing_modulefootnewsletter td.acyfield_email {
  width: 297px;
}
.acymailing_modulefootnewsletter td.acyfield_email input {
  width: 100% !important;
  background-color: white;
  color: black;
  height: 50px;
}
.acymailing_modulefootnewsletter td.acysubbuttons input {
  padding: 0 23px;
  background-color: #ffde39;
  color: black;
  font-weight: bold;
  border-radius: 0 24px 24px 0;
  height: 50px;
}
.acymailing_modulefootnewsletter td.acysubbuttons input:active:focus {
  background-color: #ffde39;
}
#zo2-footer-row3-2 {
  color: #000;
}
#zo2-footer-row3-2 .moduletitle span,
#zo2-footer-row3-3 .moduletitle span,
#zo2-footer-row3-4 .moduletitle span,
#zo2-footer-row3-5 .moduletitle span,
#zo2-footer-row3-6 .moduletitle span {
  color: black;
  font-size: 24px;
  padding-left: 15px;
}
.menufooter_menu .divider span,
.menu_contactus .divider span {
  padding: 10px 15px;
  color: #000;
}
.menufooter_menu li.open a:hover,
.menu_contactus li.open a:hover {
  background-color: unset;
}
.menufooter_menu li a,
.menufooter_menu li.divider span,
.menu_contactus li a,
.menu_contactus li.divider span {
  line-height: 24px;
  height: 24px;
  font-size: 13px;
  cursor: pointer;
  padding: 0;
  color: black;
}
.menufooter_menu li:hover {
  background-color: #efefef;
}
.footer-social {
  width: 282px;
  margin: 38px auto;
}
.footer-social ul li a em {
  width: 29px;
  height: 29px;
  float: left;
  color: #2659cf;
  background-color: white;
  margin-right: 6px;
  border-radius: 50%;
  line-height: 29px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
.footer-social ul li a svg {
  float: left;
  background-color: white;
  margin-right: 6px;
  border-radius: 50%;
  line-height: 29px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  padding: 5px;
}
.zo2-copyright {
  line-height: 30px;
  background-color: #ccc;
  color: black;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.footer-social ul li.wechatli span,
.footer-social ul li.whatsappli span {
  display: none;
}
.footer-social ul li.wechatli:hover span {
  display: block;
  position: absolute;
  top: -106px;
  left: 229px;
  border: 1px solid #000;
  background-color: white;
  padding: 4px;
  border-radius: 7px;
  z-index: 100;
}
.footer-social ul li.whatsappli:hover span {
  display: block;
  position: absolute;
  top: -38px;
  border: 1px solid #000;
  background-color: white;
  padding: 5px;
  border-radius: 6px;
}
.footer-social ul li:hover a em,
.footer-social ul li:hover a svg {
  color: #2659cf;
  background-color: #ffde39;
}
.right-side {
  right: 0;
  top: 50%;
  width: 40px;
  position: fixed;
  overflow: visible;
}
.right-side ul li {
  background-color: #2659cf;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  clear: both;
}
.right-side ul li a em {
  color: white;
  font-size: 32px;
  line-height: 40px;
  padding: 0 7px;
}
.right-side div ul li.right-side-email .fa-envelope:before {
  font-size: 28px;
}
.right-side div ul li a {
  color: white;
}
.right-side ul li.right-side-whatsappli:hover span {
  display: block;
  position: absolute;
  left: -212px;
  top: 84px;
  border: 1px solid #efefef;
  border-radius: 3px;
  background: white;
  padding: 3px 2px;
}
.right-side ul li.right-side-wechatli a em:before {
  font-size: 26px;
}
.right-side ul li.right-side-wechatli:hover span {
  display: block;
  position: absolute;
  left: -155px;
  top: 83px;
  border: 1px solid #efefef;
  border-radius: 3px;
  background: white;
}
.right-side ul li a em {
  color: white;
}
.right-side ul li span {
  display: none;
}
.items-row .item {
  display: block;
}
.items-row .item .page-header {
  min-height: 52px;
  float: left;
}
.items-row .item .article-info {
  order: 4;
  float: left;
  width: 20%;
}
.blog .spanborder .page-header h3.title a {
  font-size: 14px;
  cursor: pointer;
}
.blog .spanborder .page-header h3.title {
  padding-left: 10px;
}
.items-row .item .article-info {
  order: 4;
  float: left;
  width: 20%;
  margin-top: 20px;
  background: #efefef;
  padding: 2px;
}
.items-row .item .article-info dd {
  color: #000;
}
.spanborder {
  border: 1px solid white;
  padding: 0;
}
.spanborder:hover {
  border: 1px solid #2659cf;
}
.create {
  margin: 0 auto !important;
  float: unset !important;
  text-align: center;
}
.blog .pagination {
  max-width: 680px;
  margin: 0 auto;
}
.blog .pagination .counter.pull-right {
  line-height: 40px;
  color: #000;
}
.pagination .pagination li a,
.pagination .pagination li span,
.vm-pagination .pagination li a,
.vm-pagination .pagination li span {
  border-color: transparent;
  color: #000;
}
.pagination .pagination li a:hover,
.pagination .pagination li span:hover,
.vm-pagination .pagination li a:hover,
.vm-pagination .pagination li span:hover {
  background-color: #efefef;
}
.itemHeaderLeft {
  width: 45%;
  float: left;
}
#zo2-component .itemImageBlock {
  width: 100%;
  float: left;
  position: relative;
  min-height: 331px;
}
#zo2-component .itemImageBlock .itemImage {
  border: 1px solid #efefef;
  position: absolute;
  top: 0;
}
#zo2-component .itemImageFeatured {
  position: absolute;
  top: 0;
  left: 2px;
  width: 90px;
  height: 26px;
  background-color: #ffde39;
  color: black;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
}
div.itemRelated h3 {
  font-size: 18px;
  color: #2659cf;
}
#zo2-component .itemHeader {
  margin-left: 26px;
  float: left;
  width: 50%;
}
#zo2-component .itemHeader h2.itemTitle {
  font-weight: blod;
  font-size: 24px;
  color: #2659cf;
}
div.itemImageGallery {
  width: 100%;
  position: static;
  clear: both;
  height: 411px;
}
.addthis_toolbox.addthis_default_style {
  width: 60%;
  float: left;
}
.item-samples-request {
  padding: 3px;
  border-radius: 5px;
  float: left;
  background-color: #2659cf;
}
.item-samples-request a {
  display: flex;
  align-items: center;
  color: white;
}
.article-info span.itemHits {
  float: none;
}
.article-info .itemExtraFieldsHeader.itempageno {
  margin-right: 10px;
}
.itemDescript h5,
.itemProduct-Info h5,
.itemPacking-Info h5 {
  color: #2659cf;
  font-size: 18px;
  font-weight: blod;
}
.itemDescript div p {
  margin-bottom: 0;
}
.typeIcon {
  width: 100%;
  height: 36px;
  margin-bottom: 16px;
}
.typeIcon a li {
  float: left;
  border: 1px solid #2659cf;
  width: 36px;
  height: 36px;
  margin-left: 6px;
}
.Sublimation {
  background-image: url("../../../../../images/new-bestsub/sublimation.png");
}
.UV {
  background-image: url("../../../../../images/new-bestsub/uv.png");
}
.Tonner {
  background-image: url("../../../../../images/new-bestsub/tonner.png");
}
.Engraving {
  background-image: url("../../../../../images/new-bestsub/Engraving.png");
}
.addthis_toolbox.addthis_default_style {
  clear: both;
}
.addthis_toolbox.addthis_default_style a span {
  line-height: 26px !important;
  height: 26px !important;
  width: 26px !important;
  background-color: #2659cf !important;
  border-radius: 50%;
}
.addthis_toolbox.addthis_default_style a span svg {
  width: 26px !important;
  height: 26px !important;
}
.addthis_counter {
  vertical-align: middle !important;
}
.itemProduct-Info,
.itemPacking-Info {
  padding-top: 27px;
  border-top: 1px solid #efefef;
}
div.itemRelated ul {
  border: 1px solid #efefef;
}
div.itemRelated ul li {
  width: 19%;
  margin-left: 1%;
}
div.itemRelated ul li a.itemRelTitle {
  font-size: 12px;
}
.sigProThumb {
  float: left;
  width: 97px;
}
.etabs {
  background-color: #efefef;
  color: #000;
}
.etabs .tab {
  border-radius: 0;
}
.etabs .tab.active,
.etabs .tab.active a {
  background-color: #2659cf;
  color: white;
}
.etabs .tab a {
  padding: 0 50px;
  color: #000;
}
#zo2-k2-item-right .module {
  margin-top: 0;
}
#zo2-k2-item-right .module h3.moduletitle {
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 14px;
  border-bottom: 4px solid #2659cf;
}
#zo2-k2-item-right .latestnews li {
  margin-bottom: 8px;
}
#zo2-k2-item-right ul.latestnews li {
  position: relative;
}
#zo2-k2-item-right ul.latestnews li .articleTitle {
  position: absolute;
  padding: 15px;
  font-size: 10px;
  background-color: #ddd;
  width: 100%;
  height: 0;
  padding-bottom: 36%;
  line-height: 12px;
  font-weight: bold;
  display: none;
}
#zo2-k2-item-right ul.latestnews li .articleImage {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 44%;
}
#zo2-k2-item-right .latestnews li:hover .articleTitle {
  display: block;
}
#zo2-k2-item-right .latestnews li .articleTitle a {
  color: black;
  word-wrap: break-word;
}
#zo2-k2-item-right .k2ItemsBlock.jh_k2_item_content ul {
  padding: 0;
}
#zo2-k2-item-right .k2ItemsBlock.jh_k2_item_content ul li {
  position: relative;
  margin-bottom: 8px;
}
#zo2-k2-item-right .k2ItemsBlock.jh_k2_item_content ul li:hover .moduleItemContent {
  display: block;
}
#zo2-k2-item-right .moduleItemImage {
  border: 1px solid #efefef;
}
#zo2-k2-item-right .moduleItemContent {
  background-color: #ddd;
  padding: 15px;
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  position: absolute;
  top: 0;
  display: none;
}
#zo2-k2-item-right .moduleItemContent .moduleItemExtraFields {
  margin-top: 0;
}
#zo2-k2-item-right .moduleItemContent .moduleItemIntrotext {
  bottom: 10px;
  position: absolute;
  color: black;
}
#zo2-k2-item-right .moduleItemContent .moduleItemIntrotext a {
  color: black;
}
.classic-view .instagram-photo .journal-meta {
  font-size: 16px;
}
.classic-view .instagram-photo {
  width: 215px;
  height: 215px;
}
.classic-view .instagram-photo img {
  height: 100%;
  object-fit: cover;
}
.product-ce-left {
  width: 44%;
  float: left;
  margin-top: 80px;
}
.product-ce-right {
  width: 54%;
  float: left;
  margin-top: 32px;
}
.tabpage div.product-ce-left span.jicons-icons {
  display: none;
}
.tabpage div.product-ce-left span.jicons-text {
  display: block;
  font-family: "HelveticaBold";
}
.tabpage div.product-ce-left .contact-contactinfo,
.tabpage div.product-ce-left .contact-address {
  padding-left: 35px;
}
.tabpage div.product-ce-left .contact-address {
  padding-right: 123px;
}
.tabpage div.product-ce-left .contact-address address {
  margin-left: 0;
}
.tabpage div.product-ce-right .product-ce-inquire-now {
  display: block;
  margin: 0 auto;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  height: 40px;
  width: 300px;
}
#k2Container .tabpage div.product-ce-right .product-ce-inquire-now {
  display: none;
}
.tabpage div.product-ce-right .cf-label {
  display: none;
}
#ce-cf-container-215 .cf-label,
#ce-cf-container-216 .cf-label {
  display: block;
}
.tabpage div.product-ce-right .ce-cf-container {
  float: left;
}
.tabpage div.product-ce-right .ce-cf-container input,
.tabpage div.product-ce-right .ce-cf-container textarea {
  background-color: #efefef;
}
.tabpage div.product-ce-right .ce-fltwidth-100 {
  width: unset;
}
.tabpage div.product-ce-right input {
  margin-right: 11px;
}
.tabpage div.product-ce-right #ce-cf-container-1,
.tabpage div.product-ce-right #ce-cf-container-6,
.tabpage div.product-ce-right #ce-cf-container-11,
.tabpage div.product-ce-right #ce-cf-container-160,
.tabpage div.product-ce-right #ce-cf-container-217,
.tabpage div.product-ce-right #ce-cf-container-9 {
  width: 48.4%;
}
.tabpage div.product-ce-right #ce-cf-container-43,
.tabpage div.product-ce-right #ce-cf-container-60 {
  width: 49.4%;
}
.tabpage div.product-ce-right #ce-cf-container-65 {
  width: 63%;
}
.tabpage div.product-ce-right .ce-cf-container.cf-type-name {
  width: 43.4%;
}
.tabpage div.product-ce-right #ce-cf-container-2,
.tabpage div.product-ce-right #ce-cf-container-212,
.tabpage div.product-ce-right #ce-cf-container-8,
.tabpage div.product-ce-right #ce-cf-container-7,
.tabpage div.product-ce-right #ce-cf-container-3,
.tabpage div.product-ce-right #ce-cf-container-133,
.tabpage div.product-ce-right #ce-cf-container-4 {
  width: 100%;
}
.tabpage div.product-ce-right .ce-cf-container.cf-type-multitext {
  width: 95%;
}
.tabpage div.product-ce-right textarea.text_area {
  height: 130px;
}
.securimage-container {
  margin-top: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.securimage-field-container input {
  margin-bottom: 0;
}
div#ce-cf-container-ce-submit-button {
  float: none;
  clear: both;
  width: 50%;
}
.tabpage div.product-ce-right div#ce-cf-container-ce-submit-button .button {
  border-radius: 0;
}
a#reloadImage img {
  height: 40px;
}
input.ce-validation-error,
.ce-cf-container textarea.ce-validation-error {
  border: 1px solid red !important;
}
div.catItemLinks&gt;div.catItemCategory,
div.tagItemLinks&gt;div.tagItemCategory {
  padding-left: 5px;
}
div.catItemLinks&gt;div.catItemCategory span,
div.tagItemLinks&gt;div.tagItemCategory span {
  font-weight: 400;
}
div.itemListCategory {
  background-color: white;
  margin: 0;
}
div.itemListCategory h2 {
  color: #2659cf;
  font-weight: bold;
  margin-top: 0;
}
div.catItemExtraFields,
div.tagItemExtraFields,
div.genericItemExtraFields {
  border: 0;
  margin-top: 0;
  width: 100%;
}
div.catItemView,
div.tagItemView {
  border: 1px solid #efefef;
  position: relative;
}
div.catItemView:hover {
  border: 1px solid #2659cf;
  z-index: 2;
}
div.catItemBody,
div.tagItemBody {
  padding-top: 0;
}
.catItemBody .catItemExtraFields,
.tagItemBody .tagItemExtraFields {
  height: 1em;
  margin-left: 5px;
}
.catItemBody .catItemImage,
.tagItemBody .tagItemImage {
  overflow: hidden;
}
div.k2Pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 4px 0;
}
div.k2Pagination ul li a {
  border: 0;
}
.pagination {
  margin: 8px 0;
}
.pagination&gt;.active&gt;a,
.pagination&gt;.active&gt;a:focus,
.pagination&gt;.active&gt;a:hover,
.pagination&gt;.active&gt;span,
.pagination&gt;.active&gt;span:focus,
.pagination&gt;.active&gt;span:hover {
  background-color: #efefef;
  border: 0;
  color: #000;
}
.pagination&gt;li&gt;a,
.pagination&gt;li&gt;span {
  color: #000;
}
ul.sigProClassic li.sigProThumb {
  transform: scale(0.8);
  margin-right: 70px;
}
.chzn-container .chzn-results li.highlighted {
  background-color: #efefef;
  background-image: unset;
}
.table-bordered {
  border-color: #000;
}
.category.table.table-bordered.table-striped thead tr {
  background-color: #000;
  color: white;
}
.table-bordered th,
.table-bordered td {
  border: 0;
}
.table-bordered&gt;tbody&gt;tr&gt;td,
.table-bordered&gt;tbody&gt;tr&gt;th,
.table-bordered&gt;tfoot&gt;tr&gt;td,
.table-bordered&gt;tfoot&gt;tr&gt;th,
.table-bordered&gt;thead&gt;tr&gt;td,
.table-bordered&gt;thead&gt;tr&gt;th {
  border: 0;
}
.table&gt;thead&gt;tr&gt;th {
  border-bottom: 0;
}
div#ce-category-141 h2,
div#ce-category-141 category-desc,
div#ce-category-141 fieldset.filters {
  display: none;
}
.img-intro {
  height: 180px;
  overflow: hidden;
}
.moduletableCategories-list ul li {
  color: #000;
  float: left;
  width: 25%;
}
.moduletableCategories-list ul li a {
  color: #000;
  border-bottom: 1px solid #000;
  font-weight: bold;
}
.tagItemTitle {
  font-size: 14px;
}
div.tagItemHeader,
div.tagItemCategory,
.tagItemExtraFields {
  padding-left: 15px;
  float: left;
}
div.tagItemCategory {
  border-right: 0;
}
div.k2Pagination {
  clear: both;
}
.search-result-item,
.tagItemView {
  width: 18%;
  float: left;
  margin-bottom: 8px;
  margin-right: 8px;
  height: 295px;
  position: relative;
  border: 1px solid #efefef;
}
.tagItemView {
  height: 300px;
}
.search-result-item:hover,
.tagItemView:hover {
  border: 1px solid #2659cf;
  z-index: 2;
}
div.tagItemView {
  margin-bottom: 8px;
}
.search-result-item dd.result-text {
  font-size: 12px;
}
.searchresultimg {
  width: 100%;
  background: #efefef;
  display: flex;
  align-items: center;
  height: 160px;
  overflow: hidden;
}
.search dt.result-title {
  border: 0;
  min-height: 75px;
  padding-left: 15px;
  margin-top: 0;
  color: #2659cf;
}
.search dd {
  color: #000;
}
.search dt.result-title a {
  color: #2659cf;
}
.searchresultimg img {
  width: 100%;
}
body.search {
  float: unset;
}
.search {
  float: left;
}
.alert .close {
  right: 0;
}
.zo2-pagination {
  clear: both;
  text-align: left;
}
.com_search_for {
  color: #b2b2b2;
}
#searchForm fieldset {
  float: left;
  width: 100%;
  border: 0;
}
body.contact div#contact-address {
  display: flex;
}
body.contact address {
  margin-bottom: 10px;
  margin-left: 0px;
}
body.contact #contact-form,
body.contact .product-ce-inquire-now {
  display: none;
}
body.contact .product-ce-right {
  width: unset;
  margin-top: 0;
}
body.contact .span7.col-md-7,
body.contact .span6.col-md-6,
body.contact .span12.col-md-12,
body.contact .contact-sidebar {
  width: 100%;
  padding: 0;
  display: flex;
}
body.contact .product-ce-right #ce-custom-fields-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.contact .product-ce-right #ce-custom-fields-container .ce-cf-container {
  margin-right: 17px;
}
body.contact .product-ce-right #ce-custom-fields-container .ce-cf-container .inputbox {
  width: 100%;
}
body.contact div.product-ce-right #ce-cf-container-111,
body.contact div.product-ce-right #ce-cf-container-112,
body.contact div.product-ce-right #ce-cf-container-113,
body.contact div.product-ce-right #ce-cf-container-132 {
  width: 48%;
}
body.contact div.product-ce-right #ce-cf-container-7,
body.contact div.product-ce-right #ce-cf-container-1,
body.contact div.product-ce-right #ce-cf-container-133,
body.contact div.product-ce-right #ce-cf-container-6,
body.contact div.product-ce-right #ce-cf-container-11,
body.contact div.product-ce-right #ce-cf-container-160,
body.contact div.product-ce-right #ce-cf-container-9,
body.contact div.product-ce-right #ce-cf-container-2,
body.contact div.product-ce-right #ce-cf-container-8,
body.contact div.product-ce-right .ce-cf-container.cf-type-text.ce-fltwidth-100,
body.contact div.product-ce-right .ce-cf-container.cf-type-name.ce-fltwidth-100,
body.contact div.product-ce-right .ce-cf-container.cf-type-email.ce-fltwidth-100 {
  width: 32%;
}
body.contact div.product-ce-right #ce-cf-container-3,
body.contact div.product-ce-right #ce-cf-container-4 {
  width: 100%;
}
body.contact div.product-ce-right #ce-cf-container-1 label,
body.contact div.product-ce-right #ce-cf-container-133 label,
body.contact div.product-ce-right #ce-cf-container-6 label,
body.contact div.product-ce-right #ce-cf-container-11 label,
body.contact div.product-ce-right #ce-cf-container-160 label,
body.contact div.product-ce-right #ce-cf-container-9 label,
body.contact div.product-ce-right #ce-cf-container-2 label,
body.contact div.product-ce-right #ce-cf-container-8 label,
body.contact div.product-ce-right #ce-cf-container-7 label,
body.contact div.product-ce-right #ce-cf-container-3 label,
body.contact div.product-ce-right #ce-cf-container-4 label,
body.contact div.product-ce-right .ce-cf-container.cf-type-text.ce-fltwidth-100 label,
body.contact div.product-ce-right .ce-cf-container.cf-type-name.ce-fltwidth-100 label,
body.contact div.product-ce-right .ce-cf-container.cf-type-email.ce-fltwidth-100 label {
  display: none;
}
body.contact .product-ce-right .ce-cf-container.cf-type-checkbox.ce-fltwidth-100 .ce-checkbox-container.row-fluid {
  margin-left: 15px;
}
body.contact #ce-cf-container-10 .ce-checkbox-container label,
body.contact #ce-cf-container-27 .ce-checkbox-container label,
body.contact #ce-cf-container-56 .ce-checkbox-container label,
body.contact #ce-cf-container-147 .ce-checkbox-container label,
body.contact #ce-cf-container-12 .ce-checkbox-container label,
body.contact #ce-cf-container-97 .ce-checkbox-container label {
  width: 50%;
  float: left;
}
body.contact #ce-cf-container-27,
body.contact #ce-cf-container-56,
body.contact #ce-cf-container-147,
body.contact #ce-cf-container-12,
body.contact #ce-cf-container-97 {
  margin-top: 20px;
  width: 64%;
  background-color: #efefef;
  padding: 10px;
}
body.contact #ce-cf-container-219,
body.contact #ce-cf-container-220 {
  margin-top: 20px;
  width: 48%;
  background-color: #efefef;
  padding: 10px;
}
#ce-cf-container-219&gt;label {
  font-weight: bold;
}
body.contact #ce-cf-container-10,
body.contact #ce-cf-container-5 {
  margin-top: 20px;
  width: 48%;
  background-color: #efefef;
  padding: 10px;
}
body.contact #ce-cf-container-29,
body.contact #ce-cf-container-58,
body.contact #ce-cf-container-149,
body.contact #ce-cf-container-14,
body.contact #ce-cf-container-99,
body.contact #ce-cf-container-211,
body.contact #ce-cf-container-213,
body.contact #ce-cf-container-224,
body.contact #ce-cf-container-214 {
  margin-top: 20px;
  width: 33%;
  background-color: #efefef;
  padding: 10px;
}
body.contact #ce-cf-container-211,
body.contact #ce-cf-container-213,
body.contact #ce-cf-container-214,
body.contact #ce-cf-container-224 {
  width: 48%;
}
body.contact div.product-ce-right textarea#message,
body.contact div.product-ce-right textarea.inputbox.text_area {
  height: 120px;
}
.search #searchForm #search-searchword {
  width: 730px;
  height: 40px;
  margin: 0 0 0 0;
  border: 1px solid #efefef;
}
#ordering_chzn {
  width: 108px !important;
  height: 40px;
}
#searchForm .chzn-container-single .chzn-single {
  height: 40px;
  line-height: 40px;
}
#searchForm #ordering_chzn {
  width: 118px !important;
}
.zo2-megamenu ul&gt;li.mega-align-center&gt;.mega-dropdown-menu {
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.ja-k2filter input[type=text],
.ja-k2filter select {
  border-color: #efefef;
  -webkit-box-shadow: none;
}
.chzn-container-single .chzn-single {
  height: 40px;
  line-height: 40px;
  border: 1px solid #efefef;
  box-shadow: none;
}
#ordering_chzn&gt;a&gt;span {
  padding: 0;
}
.input-group-btn&gt;.btn {
  display: block !important;
  width: 40px;
  height: 40px;
  background-color: #2659cf;
  color: white;
  border-radius: 0;
}
.ordering-box {
  float: left;
  width: 118px;
}
.search div.input-group {
  float: left;
  display: flex;
  width: 100%;
}
.searchform3 {
  width: 100%;
}
.search-result-item dt {
  margin-top: 23px;
}
.search-result-item dd {
  padding-left: 15px;
}
.search-result-item dd.result-created {
  background-color: #efefef;
  display: block;
  float: right;
  margin-top: 5px;
  text-align: center;
  padding: 2px 7px;
  color: #000;
}
.zo2-pagination {
  padding-top: 30px;
  display: block;
}
.zo2-pagination div {
  float: left;
}
.zo2-pagination div.form-limit {
  float: right;
}
.zo2-pagination div {
  height: 60px;
  line-height: 60px;
}
.zo2-pagination ul&gt;li&gt;a {
  border: 0;
}
.zo2-pagination ul&gt;li.active&gt;span,
.zo2-pagination ul&gt;li.active&gt;span:hover {
  height: 32px;
  background-color: #efefef;
  color: #000;
  border: 0;
}
.zo2-pagination .chzn-container-single .chzn-single div {
  top: 8px;
}
.zo2-pagination .chzn-container .chzn-results li {
  padding: 5px 10px;
}
.zo2-pagination div#limit_chzn {
  width: 60px !important;
  height: 40px;
}
.zo2-pagination div#limit_chzn .chzn-drop {
  height: auto;
}
.chzn-container-single .chzn-single div {
  top: 8px;
}
div#limit_chzn {
  min-width: 60px !important;
}
fieldset {
  border: 0;
}
div.itemVideoBlock {
  background-color: transparent;
  background-image: none;
}
.nav&gt;li&gt;a:focus {
  background-color: none !important;
}
#ja-contentslider-163 {
  float: left;
}
.modal-dialog {
  max-width: 960px !important;
}
.modal-dialog .ekko-lightbox-container {
  height: 518px !important;
}
#ja-contentslider-163 {
  width: 100%;
}
div.ja_slidetitle {
  height: 191px;
  position: absolute;
  width: 423px;
  background-color: white;
  border: 3px solid #2659cf;
  opacity: 0.8;
  display: none;
}
div.jsslide:hover div.ja_slidetitle {
  display: block;
}
div.ja_slidetitle span {
  color: black;
  position: absolute;
  bottom: 22px;
  left: 27px;
  font-size: 16px;
  font-weight: bold;
  width: 90%;
}
ul#jak2filter165 .chzn-container-single .chzn-single {
  height: 40px;
  border-color: #ccc;
}
div#jo-instagram-photo-gallery-with-carousel-305 {
  margin-bottom: 30px;
}
#ce-custom-fields-container .g-recaptcha-wrapper,
#ce-cf-container-ce-submit-button {
  margin-top: 10px;
  width: 100%;
}
.da {
  width: 431px;
  height: 323px;
  float: left;
}
.shang {
  width: 431px;
  height: 323px;
  border: 1px solid #efefef;
  position: relative;
}
.yin {
  width: 103px;
  height: 77px;
  border: 1px solid #efefef;
  position: absolute;
  background: rgba(255,255,255,0.3);
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
.bao {
  width: 431px;
  height: 103px;
}
.photoshowtab {
  width: 96%;
  height: 103px;
  overflow: hidden;
  float: left;
}
.Ul {
  display: -webkit-inline-box;
  height: 100px;
}
.Ul li {
  width: 91px;
  height: 69px;
  float: left;
  border: 1px solid #efefef;
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
  text-align: center;
}
.Ul li:hover {
  border: 1px solid #2659cf;
}
.li {
  width: 52px;
  height: 52px;
  border: 1px solid #efefef;
}
.zuo {
  display: block;
  width: 2%;
  height: 87px;
  line-height: 87px;
  font-size: 20px;
  float: left;
}
.zuo:before {
  content: "\e603";
  font-family: "apicon";
  font-weight: bold;
}
.you {
  display: block;
  width: 2%;
  height: 87px;
  line-height: 87px;
  font-size: 20px;
  float: left;
}
.you:before {
  content: "\e604";
  font-family: "apicon";
  font-weight: bold;
}
.photoshowscale {
  width: 431px;
  height: 323px;
  border: 1px solid #2659cf;
  float: left;
  position: absolute;
  overflow: hidden;
  display: none;
  left: 101%;
  top: 0;
  background-color: white;
}
#zo2-footer-row1-1 div p {
  text-align: center;
  color: #fff;
  font-size: 33px;
  font-weight: 600;
}
.ce-radiobox-container label,
.ce-checkbox-container label {
  display: -webkit-box;
}
.head_search .search_dropdown_main {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
  position: absolute;
  top: 40px;
  right: 72px;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.head_search .search_dropdown_main #mod-search-searchword {
  width: 160px;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.search_dropdown_main .button {
  padding: 0 8px;
  line-height: 20px;
  margin-left: -41px;
  font-size: 20px;
  border-radius: 0;
  margin-top: 0;
  color: #2659cf;
  background-color: unset;
}
.head_search:hover .search_dropdown_main {
  opacity: 1;
  visibility: visible;
}
.head_search .search-icon,
#btl .btl-panel&gt;span {
  width: 37px;
  line-height: 37px !important;
  text-align: center;
  height: 37px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  background: #2659cf !important;
  color: #fff !important;
}
#btl .btl-panel&gt;span {
  border-radius: 50%;
  font-size: 30px;
}
.head_search .search-icon:hover {
  background: #3291d1 !important;
}
.head_search .search-icon i {
  margin: 0;
}
.headlogin,
.head_search {
  float: right;
  display: inline-block;
  vertical-align: top;
}
#zo2-position-0 .gap {
  display: none;
}
.mod-languages li {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.search_dropdown_main .button {
  padding: 0px 13px;
}
.btl-content-block {
  border: 0;
}
.btl-content-block h3 {
  background: #2659cf;
  color: #fff;
}
div.btl-buttonsubmit input.btl-buttonsubmit {
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100% !important;
  height: 36px !important;
  line-height: 36px !important;
  box-shadow: none !important;
  background: #2659cf !important;
  color: #fff !important;
}
#btl-content-login .btl-input input#btl-checkbox-remember {
  width: 20px !important;
}
#btl-content-login,
#btl-content-registration {
  -webkit-border-radius: 0;
  border-radius: 0;
}
#btl-content-login .btl-field,
#btl-content-registration .btl-field {
  margin: 5px 25px;
}
#btl-content-login.btl-content-block,
#btl-content-registration.btl-content-block {
  border: none;
}
#btl-content-login.btl-content-block h3,
#btl-content-registration.btl-content-block h3 {
  background: #2659cf;
  color: #fff;
  text-transform: none;
}
#btl-content-login div.btl-buttonsubmit,
#btl-content-registration div.btl-buttonsubmit {
  border-top: none !important;
  margin-bottom: 5px;
}
#btl-content-login div.btl-buttonsubmit input.btl-buttonsubmit,
#btl-content-login div.btl-buttonsubmit button.btl-buttonsubmit,
#btl-content-registration div.btl-buttonsubmit input.btl-buttonsubmit,
#btl-content-registration div.btl-buttonsubmit button.btl-buttonsubmit {
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100% !important;
  height: 36px !important;
  line-height: 30px !important;
  box-shadow: none !important;
}
#btl-content-login ul#bt_ul,
#btl-content-registration ul#bt_ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  float: inherit !important;
  border-top: 1px solid #ddd;
}
#btl-content-login ul#bt_ul li,
#btl-content-registration ul#bt_ul li {
  display: inline-block;
  width: 49%;
  padding: 5px 15px;
  border-right: 1px solid #ddd;
}
#btl-content-login ul#bt_ul li:last-child,
#btl-content-registration ul#bt_ul li:last-child {
  border-right: none;
}
#btl-content-login .btl-input input {
  width: 220px !important;
}
input[type="submit"],
input[type="button"],
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"],
.uneditable-input {
  border-color: #ccc;
}
#categorylist_header_title a,
#categorylist_header_hits a {
  color: white;
}
.notify-bar-close-fix {
  position: fixed;
  top: 33px;
}
.home_cat_dtf&gt;div&gt;img,
.home_cat_laser&gt;div&gt;img {
  margin-top: 20px;
  margin-left: 34px;
}
.home_cat_dtf&gt;div&gt;p,
.home_cat_laser&gt;div&gt;p {
  padding-top: 0 !important;
}
@media screen and (max-width: 1540px) {
  .is-sticky #zo2-position-12 {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    width: 1200px;
  }
  #zo2-footer-row1-1 div p span {
    font-size: 32px;
  }
  .zo2-megamenu .level-top&gt;li&gt;a,
  .zo2-megamenu .level-top&gt;li&gt;span {
    font-size: 13px;
    padding: 10px 8px;
  }
  .mod_jabout_you,
  #zo2-top-2 .mod-inner,
  #zo2-top-2 .mod-inner b a {
    font-size: 12px;
  }
  .img-intro {
    height: 163px;
  }
  .items-row .item .item-image {
    margin-bottom: 12px;
  }
  .items-row .item .article-info {
    width: 23%;
  }
  .jh_k2_content_home&gt;ul&gt;li {
    margin: 20px 7px 0 !important;
  }
  .acymailing_modulefootnewsletter td.acyfield_email input {
    padding-right: 47px;
  }
  .acymailing_modulefootnewsletter td.acysubbuttons input {
    letter-spacing: 0px;
  }
  #zo2-footertop-wrap {
    padding: 40px;
  }
}
.notify-bar-close-fix {
  position: fixed;
  top: 33px;
}
div.itemFullText {
  overflow-wrap: anywhere;
}
.home_cat .sppb-row {
  max-width: 1200px;
  margin: 0 auto;
}
.home_cat_text {
  position: absolute;
  z-index: 3;
}
.home_cat .sppb-row&gt;div {
  padding-left: 0;
  padding-right: 0;
}
.home_cat_text {
  padding: 2.71rem;
  font-size: 1.71rem;
  line-height: 1.3;
  color: white;
  font-weight: bold;
}
.home_cat_text a {
  font-size: 1rem;
  border: 2px solid white;
  padding: 0.5rem;
  border-radius: 1rem;
  color: white;
}
div.contact-category table {
  border: 1px solid;
}
.home_cat_dtf div {
  top: 20px !important;
}
@media screen and (max-width: 990px) {
  .home_cat .floatright {
    float: unset;
  }
}
@media screen and (max-width: 1220px) {
  .container {
    width: 970px;
  }
  body.contact .product-ce-right #ce-custom-fields-container .ce-cf-container {
    margin-right: 12px;
  }
  body.contact div.product-ce-right #ce-cf-container-10,
  body.contact div.product-ce-right #ce-cf-container-27,
  body.contact div.product-ce-right #ce-cf-container-56,
  body.contact div.product-ce-right #ce-cf-container-147,
  body.contact div.product-ce-right #ce-cf-container-12,
  body.contact div.product-ce-right #ce-cf-container-97 {
    width: 60%;
  }
  body.contact div.product-ce-right #ce-cf-container-5,
  body.contact #ce-cf-container-29,
  body.contact #ce-cf-container-58,
  body.contact #ce-cf-container-149,
  body.contact #ce-cf-container-14,
  body.contact #ce-cf-container-99 {
    width: 37%;
  }
  .zo2-megamenu .level-top&gt;li&gt;a,
  .zo2-megamenu .level-top&gt;li&gt;span {
    font-size: 10px;
    padding: 10px 5px;
  }
  .jh_k2_content_home&gt;ul&gt;li {
    width: 19%;
    margin: 8px 4px 0 !important;
  }
  .mod_jabout_you {
    display: none;
  }
  .mod_jabout_you,
  #zo2-top-2 .mod-inner,
  #zo2-top-2 .mod-inner b a {
    font-size: 10px;
    font-weight: 300;
  }
  .img-intro {
    height: 129px;
  }
  .blog .spanborder .page-header h3.title a {
    font-size: 12px;
  }
  .items-row .item .article-info {
    width: 26%;
  }
  ul.menu_contactus {
    padding-left: 0;
    padding-bottom: 0;
    margin-left: 0;
    border-left: 0;
  }
  #zo2-footer-row3-2 h3.moduletitle {
    margin-left: 0;
  }
  .module.footnewsletter .acymailing_form .button {
    letter-spacing: 0px;
    padding: 10px 10px;
    font-size: 12px;
  }
  .menufooter_menu li a,
  .menufooter_menu li.divider span,
  .menu_contactus li a,
  .menu_contactus li.divider span {
    font-size: 12px;
  }
  .ja-button-control a {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
  .ja-button-control {
    margin: 0 auto 20px;
    height: 40px;
    line-height: 40px;
    font-size: 2em;
  }
  .tabpage.home_contact {
    width: 950px;
  }
  .search_dropdown_main #mod-search-searchword {
    width: 210px;
  }
  .zo2-megamenu .mega-dropdown-menu ul li&gt;a,
  .zo2-megamenu .mega-dropdown-menu ul li&gt;span {
    font-size: 10px;
  }
  .search-result-item,
  .tagItemView {
    width: 24%;
  }
  div#itemListSecondary .itemContainer {
    width: 24% !important;
  }
  div#itemListSecondary .clr {
    clear: none;
  }
  #zo2-footer-row1-1 div p {
    font-size: 26px;
  }
  .itemListView #itemListLeading .itemContainer {
    width: 24% !important;
  }
  .itemListView #itemListLeading .clr {
    clear: none;
  }
  .da {
    width: 350px;
    height: 350px;
  }
  .shang {
    width: 350px;
    height: 263px;
  }
  .bao {
    width: 350px;
  }
  .photoshowscale {
    width: 350px;
    height: 263px;
  }
  .zuo,
  .you {
    width: 5%;
  }
  .photoshowtab {
    width: 89%;
  }
  #zo2-k2-item-right .latestnews li .articleTitle {
    padding: 8px;
    font-size: 8px;
    overflow: hidden;
  }
  #zo2-k2-item-right .latestnews li .articleImage {
    overflow: hidden;
  }
  #zo2-k2-item-right .moduleItemContent {
    padding: 8px;
  }
  #zo2-k2-item-right .moduleItemContent .moduleItemIntrotext {
    line-height: 12px;
    font-size: 10px;
  }
  .classic-view .instagram-photo {
    width: 194px;
    height: 194px;
  }
  .acymailing_modulefootnewsletter td.acyfield_email {
    width: 220px;
  }
  .acymailing_modulefootnewsletter td.acyfield_name {
    width: 180px;
  }
  .acymailing_modulefootnewsletter td.acyfield_email input {
    padding-right: 0;
  }
  .acymailing_modulefootnewsletter td.acysubbuttons input {
    padding: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding: 0;
  }
  .container {
    width: 100%;
  }
  .offcanvas .zo2-menu {
    z-index: 1000;
  }
  .offcanvas #zo2-logo-right {
    z-index: 0;
  }
  .offcanvas .pagination&gt;.active&gt;span {
    z-index: 0;
  }
  body.contact .product-ce-right #ce-custom-fields-container {
    display: block;
    flex-direction: unset;
    flex-wrap: unset;
  }
  body.contact #ce-cf-container-10 .ce-checkbox-container label,
  body.contact #ce-cf-container-27 .ce-checkbox-container label,
  body.contact #ce-cf-container-56 .ce-checkbox-container label,
  body.contact #ce-cf-container-147 .ce-checkbox-container label,
  body.contact #ce-cf-container-12 .ce-checkbox-container label,
  body.contact #ce-cf-container-97 .ce-checkbox-container label {
    width: 100%;
  }
  body.contact .product-ce-right #ce-custom-fields-container .ce-cf-container {
    width: 100%;
  }
  .blog .span4 {
    width: 100%;
    margin-bottom: 10px;
  }
  .blog .items-row {
    margin-bottom: 0;
  }
  div#zo2-header-logo {
    margin-left: 0;
  }
  .mobile-logo {
    margin: 5px auto;
  }
  #standard-logo&gt;a&gt;img {
    width: 160px;
    margin: 25px auto;
  }
  .clever-icon-menu-5:before {
    line-height: 30px;
  }
  .jh_k2_content_home h3.moduletitle {
    text-align: center;
  }
  .jh_k2_content_home h3.moduletitle span {
    padding: 5px 10px;
    margin: 0 auto;
    float: left;
  }
  .jh_k2_content_home&gt;ul&gt;li {
    width: 47%;
  }
  .jh_k2_content_home&gt;ul&gt;li div {
    font-size: 12px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .jh_k2_content_home&gt;ul&gt;li&gt;div.moduleItemIntrotext&gt;a.moduleItemTitle {
    font-weight: 300;
  }
  .moduleitemLable,
  .catitemLable {
    padding: 2px 4px;
  }
  .itemListView #itemListLeading .itemContainer,
  div#itemListSecondary .itemContainer,
  .search-result-item,
  .tagItemView {
    float: left;
    width: 47% !important;
  }
  .footer_mobile td {
    text-align: center;
  }
  .footer_mobile input {
    color: white;
  }
  .jh_k2_content_home .moduleItemExtraFields {
    margin-top: 0;
  }
  #zo2-component .search {
    float: left;
  }
  #zo2-component .search #searchForm #search-searchword,
  #zo2-component .search .ordering-box {
    width: 90%;
  }
  #zo2-component .search #searchForm .inputbox {
    border-color: #efefef;
    width: 100%;
  }
  #zo2-component .search #searchForm .input-group-btn {
    margin-top: -40px;
    float: left;
  }
  #zo2-component .search #searchForm .input-group {
    display: block;
  }
  label#searchphraseexact-lbl {
    margin-right: 51px;
  }
  .searchresultimg {
    height: unset;
    min-height: 84px;
  }
  .search dt.result-title {
    margin-left: 8px;
    padding-left: 0;
    padding-top: 0;
  }
  .search-result-item,
  .tagItemView {
    height: 270px;
  }
  .itemHeaderLeft {
    width: 100%;
  }
  #zo2-component .itemHeader {
    width: 100%;
    margin-left: 0;
  }
  .da {
    width: 290px;
    height: 290px;
  }
  .shang {
    width: 290px;
    height: 218px;
  }
  .bao {
    width: 290px;
  }
  .photoshowscale {
    display: none;
  }
  .zuo,
  .you {
    width: 5%;
  }
  .photoshowtab {
    width: 89%;
  }
  .product-ce-left {
    width: 100%;
    margin-top: 5px;
  }
  .tabpage {
    border-top: 0;
  }
  .tabpage div.product-ce-left .contact-contactinfo,
  .tabpage div.product-ce-left .contact-address {
    padding-left: 10px;
  }
  .product-ce-right {
    width: 100%;
    margin-top: 5px;
  }
  .tabpage div.product-ce-right .ce-cf-container {
    width: 100% !important;
  }
  .tabpage div.product-ce-left .contact-address {
    padding-right: 0;
  }
  .right-side {
    width: 100%;
    top: unset;
    bottom: 0;
  }
  .right-side div ul li.right-side-tlli span {
    display: none;
  }
  .right-side ul li {
    width: 20%;
    float: left;
    clear: none;
  }
  div.itemImageGallery {
    height: 305px;
  }
  #zo2-k2-item-right .moduleItemImage img {
    margin: 0 auto;
  }
  #zo2-logo-right {
    position: absolute;
    display: flex;
    z-index: 3;
    right: 0;
    height: 30px;
    line-height: 35px;
    top: 42px;
  }
  .search_dropdown_main #mod-search-searchword {
    width: 160px;
    line-height: 26px;
    height: 26px;
    min-height: 26px;
  }
  #btl {
    margin-left: 5px;
    margin-top: 4px;
  }
  #btl .btl-panel&gt;span {
    font-size: 22px;
  }
  .search_dropdown_main .bestsubsearch {
    margin-left: 0;
    top: 12px;
    font-size: 16px;
    left: 130px;
    position: absolute;
  }
  .head_search .search-icon,
  #btl .btl-panel&gt;span {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
  .moduletableCategories-list ul li {
    width: 50%;
  }
  #zo2-menubottom-wrap {
    background-color: transparent;
  }
  .notify-bar-text-wrapper img {
    width: 80% !important;
  }
  .is-sticky .zo2-megamenu .level-top&gt;li&gt;a,
  .is-sticky .zo2-megamenu .level-top&gt;li&gt;span {
    color: unset;
  }
  .home_cat .sppb-column,
  .home_cat .sppb-column-addons {
    z-index: 0;
  }
  div.subCategory {
    padding: 0.2rem 0.3rem;
  }
  div.subCategory h2 a {
    font-size: 12px;
  }
  .jquery-notify-bar {
    display: none;
  }
  .home_cat&gt;div:nth-child(1) {
    order: 3;
  }
  .home_cat&gt;div:nth-child(2) {
    order: 2;
  }
  .home_cat&gt;div:nth-child(3) {
    order: 1;
  }
  .home_cat&gt;div:nth-child(4) {
    order: 4;
  }
  .home_cat&gt;div:nth-child(5) {
    order: 5;
  }
  .home_cat&gt;div:nth-child(6) {
    order: 6;
  }
  .home_cat&gt;div:nth-child(7) {
    order: 7;
  }
  .home_cat&gt;div:nth-child(8) {
    order: 8;
  }
  div.k2ItemsBlock ul li {
    min-height: 3rem;
  }
  .notify-bar-text-wrapper img {
    width: 100% !important;
  }
}
.moduletableCategories-list {
  overflow: hidden;
}
.footer-social li,
.right-side li,
#zo2-footer-wrap li,
#zo2-k2-item-right li {
  list-style: none;
}
.news-info p {
  word-break: break-all;
}
div.k2CategoriesListBlock ul.level1 li {
  width: 100%;
  margin: 0;
}
div.itemVideoBlock div.itemVideoEmbedded,
div.itemVideoBlock .avPlayerBlock {
  position: relative !important;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0 !important;
}
div.avPlayerContainer {
  width: 100% !important;
}
div.itemVideoBlock div.itemVideoEmbedded iframe,
div.itemVideoBlock div.itemVideoEmbedded object,
div.itemVideoBlock div.itemVideoEmbedded embed,
div.itemVideoBlock .avPlayerBlock iframe,
div.itemVideoBlock .avPlayerBlock object,
div.itemVideoBlock .avPlayerBlock embed {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
a.mod_jabout_you {
  margin-right: 6px;
}
fieldset#rsform_6_page_0 .formResponsive .formHorizontal .formControlLabel {
  width: 100% !important;
  text-align: left !important;
}
form#userForm&gt;h2 {
  text-align: center;
  margin-bottom: 30px;
}
.formResponsive input.rsform-input-box,
.formResponsive textarea {
  width: 98% !important;
}
form#userForm {
  width: 800px;
  margin: 0px auto 30px;
  background: #eee;
  padding: 20px;
  border-radius: 10px;
}
.survey_title {
  font-size: 24px;
  margin-top: 40px;
  color: #4f81d3;
}
.formResponsive .formHorizontal .formControls {
  margin-left: 0%;
}
.formResponsive .formBody {
  float: left;
  width: 100%;
}
ul.mega-nav&gt;li:has(.hid_menu) {
  display: none !important;
}
.tabpage div.product-ce-right #ce-cf-container-221 .cf-label {
  display: block !important;
}
#ce-cf-container-221 {
  background: #efefef;
  width: 94%;
  padding: 10px;
  border: 1px solid #eee;
}
.contact-sidebar.span5.col-md-5 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 979px) and (min-width: 767px) {
  .container {
    width: 750px !important;
  }
  .top-1 {
    width: 70%;
  }
  .jh_k2_content_home&gt;ul&gt;li {
    width: 23%;
    min-height: 272px;
  }
  .jh_k2_content_home&gt;ul&gt;li.clearList {
    min-height: 0;
  }
  .tabpage.home_contact {
    width: 100%;
  }
  .canvas-toggle {
    display: block;
  }
  .offcanvas {
    overflow: hidden;
  }
  .offcanvas .zo2-menu {
    z-index: 1000;
    display: block;
  }
  .offcanvas .zo2-menu {
    opacity: 0.9;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .zo2-menu {
    width: 400px;
    margin: 0 auto;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px;
    z-index: 999;
    visibility: hidden;
    background-color: white;
  }
  #zo2-logo-right {
    position: absolute;
    display: flex;
    z-index: 3;
    right: 0;
    height: 30px;
    line-height: 35px;
    top: 30px;
  }
  .zo2-megamenu ul li {
    display: block;
  }
  .zo2-megamenu ul li .caret {
    float: right;
    margin-top: 5px;
    cursor: pointer;
  }
  .zo2-megamenu ul li .caret:before {
    content: "\c025" !important;
  }
  .search_dropdown_main form {
    position: relative;
  }
  .search_dropdown_main .bestsubsearch {
    padding: 0 8px;
    line-height: 34px;
    font-size: 20px;
    margin-top: 0;
    color: black;
    background-color: transparent;
    border: 0;
    right: 0;
    position: absolute;
  }
  .zo2-megamenu .level-top&gt;li&gt;a .caret {
    display: block;
  }
}
@media screen and (max-width: 1220px) {
  .container {
    width: 100%;
  }
  .jh_k2_content_home&gt;ul&gt;li {
    min-height: 290px;
  }
  .jh_k2_content_home&gt;ul&gt;li.clearList {
    min-height: 0;
  }
}
.jquery-notify-bar {
  position: relative;
}
@media screen and (max-width: 767px) {
  .notify-bar-close {
    left: 96%;
    top: 0;
    font-size: 13px;
    line-height: 13px;
  }
  .jh_k2_content_home&gt;ul&gt;li {
    min-height: 220px;
  }
  .tabpage.home_contact {
    width: 100%;
  }
  .news-info td {
    display: block;
    width: 100% !important;
  }
  .news-info td img {
    float: unset !important;
    margin: auto;
  }
  body.article table {
    width: 100% !important;
  }
  body.article .item-page h1.title {
    font-size: 18px;
  }
}
.component.sublicotton {
  padding: 0 !important;
}
#idealCaptcha iframe .rc-anchor-logo-portrait {
  margin: 10px 0 0 5px;
}
#zo2-k2-item-bottom {
  margin-bottom: 20px;
}
.tagspopular {
  width: 100%;
  clear: both;
}
.componentheadingsublimation_mugs_menu {
  font-size: 30px;
  font-weight: bold;
  color: #2659cf;
  padding: 8px;
  margin-bottom: 10px;
}
.sublimation_mugs_menu .itemListCategory {
  display: none;
}
div#ce-cf-container-218 {
  margin-right: 0px !important;
}
.custom_menu_banner p {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (max-width: 979px) and (min-width: 767px) {
  .container {
    width: 100% !important;
  }
}
.jh_k2_content_home a.moduleCustomLink {
  position: absolute;
  right: 27px;
  color: #2659cf;
  font-size: 18px;
  top: 30px;
}
.max1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #2659cf;
}
.btn-primary,
.btn {
  background-image: unset;
}
button#cf_ce-submit-button_reset {
  background-image: unset;
  border: unset !important;
}
.btn:focus {
  outline: unset;
}
.home_cat {
  max-width: 1200px;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_cat&gt;div {
  position: relative;
  margin-bottom: 10px;
}
.home_cat&gt;div&gt;div&gt;a {
  font-size: 1rem;
  padding: 0.5rem;
  border-radius: 1rem;
  color: white;
  background-color: #2659cf;
}
.home_cat&gt;div&gt;div&gt;p {
  padding: 1.2rem 2.71rem;
  font-size: 1.71rem;
  line-height: 1.3;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 6px #0000007d;
}
.home_cat&gt;div&gt;div {
  position: absolute;
  top: 0;
}
.home_cat&gt;div&gt;div&gt;a {
  font-size: 1rem;
  padding: 0.5rem;
  border-radius: 1rem;
  color: white;
  background-color: #2659cf;
  margin-left: 2.71rem;
}
.home_cat_dtf&gt;div {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .hp-ml96&gt;div {
    margin-left: 96px;
  }
}
</pre></body></html>