body.header-vertical .t3-wrapper {
  padding-left: 96px;
}
body.header-vertical .t3-header {
  background: #000000;
  color: #4c4c4c;
  border-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  height: 100vh;
  width: 96px;
  -webkit-transition: transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
}
body.header-vertical .logo {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 2;
}
body.header-vertical .logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
  border-bottom: 0;
}
body.header-vertical .logo-image {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #000000;
  line-height: 96px;
  text-align: center;
  height: 96px;
  width: 96px;
  padding-left: 15px;
  padding-right: 15px;
}
body.header-vertical .logo-image span,
body.header-vertical .logo-image small {
  display: none;
}
body.header-vertical .logo-image img {
  max-width: 100%;
}
body.header-vertical .logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
body.header-vertical .logo-text:hover a,
body.header-vertical .logo-text a:hover,
body.header-vertical .logo-text a:active,
body.header-vertical .logo-text a:focus {
  text-decoration: none;
}
body.header-vertical .logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
body.header-vertical .head-actions {
  position: relative;
  height: 100vh;
  padding-top: 96px;
  z-index: 1;
}
body.header-vertical .head-actions .verticle-middle {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
body.header-vertical .head-search {
  position: relative;
}
body.header-vertical .head-search .btn-search {
  width: 96px;
  height: 96px;
  line-height: 96px;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  font-size: 18px;
}
body.header-vertical .head-search .btn-search:hover,
body.header-vertical .head-search .btn-search:active {
  color: #ffffff;
}
body.header-vertical .head-search.open .btn-search {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
body.header-vertical.head-search-open .head-search {
  background-color: rgba(0, 0, 0, 0.2);
}
body.header-vertical.head-search-open .head-search .fa-search {
  position: relative;
}
body.header-vertical.head-search-open .head-search .fa-search:before,
body.header-vertical.head-search-open .head-search .fa-search:after {
  background: #ffffff;
  content: "";
  display: inline-block;
  height: 2px;
  width: 13px;
  position: absolute;
  left: -7px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body.header-vertical.head-search-open .head-search .fa-search:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
body.header-vertical .head-cart {
  position: relative;
}
body.header-vertical .head-cart .btn-cart {
  width: 96px;
  height: 96px;
  line-height: 96px;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  font-size: 24px;
  position: relative;
}
body.header-vertical .head-cart .btn-cart:hover,
body.header-vertical .head-cart .btn-cart:active {
  color: #ffffff;
}
body.header-vertical .head-cart .btn-cart .total-product {
  font-size: 12px;
  background: #bd00dd;
  color: #000000;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 24px;
}
body.header-vertical .head-cart .btn-cart span {
  display: none;
}
@media (min-width: 1088px) {
  body.header-vertical .container {
    width: 970px;
  }
}
@media (min-width: 1296px) {
  body.header-vertical .container {
    width: 1170px;
  }
}
@media (max-width: 1199px) {
  body.header-vertical .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.header-vertical .t3-wrapper {
    padding-left: 0;
  }
  body.header-vertical .t3-header {
    height: auto;
    width: 100%;
    position: relative;
  }
  body.header-vertical .t3-header .logo {
    position: static;
    text-align: center;
    width: 100%;
  }
  body.header-vertical .t3-header .logo-image {
    width: 100%;
  }
  body.header-vertical .head-actions {
    height: 72px;
    padding-top: 0;
  }
  body.header-vertical .head-actions .verticle-middle {
    position: relative;
    top: auto;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  body.header-vertical .head-actions .off-canvas-toggle,
  body.header-vertical .head-actions .head-search,
  body.header-vertical .head-actions .head-cart {
    float: left;
  }
  body.header-vertical .head-actions .off-canvas-toggle {
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    width: 72px;
    height: 72px;
    line-height: 72px;
  }
  body.header-vertical .head-actions .head-search .btn-search,
  body.header-vertical .head-actions .head-cart .btn-cart {
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    width: 72px;
    height: 72px;
    line-height: 72px;
  }
  body.header-vertical .head-actions .head-cart .btn-cart {
    font-size: 18px;
  }
  body.header-vertical .head-actions .head-cart .btn-cart .total-product {
    top: 16px;
    height: 16px;
    line-height: 16px;
    min-width: 16px;
  }
  body.header-vertical .head-actions .head-search .btn-search {
    font-size: 14px;
  }
}
body.header-horizontal .t3-header {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  body.header-horizontal .t3-header {
    padding-left: 96px;
    padding-right: 96px;
  }
}
@media (min-width: 1200px) {
  body.header-horizontal .t3-mainnav {
    position: absolute;
  }
}
body.header-horizontal .logo {
  text-align: left;
  padding-right: 0;
  padding-left: 0;
  height: 96px;
  line-height: 96px;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1679px) {
  body.header-horizontal .logo {
    float: none;
    border-bottom: 1px solid #e8e8e8;
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.header-horizontal .logo {
    text-align: center;
  }
}
@media (max-width: 767px) {
  body.header-horizontal .logo {
    text-align: center;
  }
}
body.header-horizontal .logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
  border-bottom: 0;
}
body.header-horizontal .logo-image span,
body.header-horizontal .logo-image small {
  display: none;
}
body.header-horizontal .logo-image img {
  max-width: 100%;
}
body.header-horizontal .logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
body.header-horizontal .logo-text:hover a,
body.header-horizontal .logo-text a:hover,
body.header-horizontal .logo-text a:active,
body.header-horizontal .logo-text a:focus {
  text-decoration: none;
}
body.header-horizontal .logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
body.header-horizontal .head-actions {
  padding-right: 0;
  padding-left: 0;
  float: right;
  z-index: 100;
}
@media (max-width: 767px) {
  body.header-horizontal .head-actions {
    border-top: 1px solid #e8e8e8;
    float: none;
  }
}
body.header-horizontal .head-actions > div > button {
  height: 96px;
  line-height: 96px;
  padding: 0 11.5px;
  color: #272727;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  background: none;
}
@media (max-width: 1199px) {
  body.header-horizontal .head-actions > div > button {
    width: auto;
  }
}
@media (max-width: 767px) {
  body.header-horizontal .head-actions > div > button {
    padding: 0 7.66666667px;
  }
}
@media (max-width: 767px) {
  body.header-horizontal .head-search {
    float: left !important;
  }
}
@media (max-width: 991px) {
  body.header-horizontal .head-search .btn-search span {
    display: none;
  }
}
body.header-horizontal .head-search .btn-search i {
  font-size: 14px;
  padding: 10px;
}
@media (min-width: 992px) {
  body.header-horizontal .head-search .btn-search i {
    display: none;
  }
}
body.header-horizontal .head-cart {
  position: relative;
}
@media (max-width: 767px) {
  body.header-horizontal .head-cart {
    float: left !important;
  }
}
body.header-horizontal .head-cart .btn-cart {
  height: 96px;
  line-height: 96px;
  background: none;
  border: 0;
  position: relative;
  width: auto;
}
body.header-horizontal .head-cart .btn-cart i {
  font-size: 16px;
  padding: 10px;
}
@media (min-width: 992px) {
  body.header-horizontal .head-cart .btn-cart i {
    display: none;
  }
}
body.header-horizontal .head-cart .btn-cart .total-product {
  position: static;
  top: auto;
  font-size: 100%;
}
@media (max-width: 991px) {
  body.header-horizontal .head-cart .btn-cart .total-product {
    font-size: 12px;
    background: #bd00dd;
    color: #000000;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 24px;
    right: 10px;
  }
}
body.header-horizontal .head-cart .btn-cart span {
  margin-right: 5.75px;
}
@media (max-width: 991px) {
  body.header-horizontal .head-cart .btn-cart span {
    display: none;
  }
}
body.header-horizontal .head-currency {
  height: 96px;
  line-height: 96px;
}
body.header-horizontal .head-currency .chzn-container {
  width: auto !important;
  display: inline-block;
  margin-bottom: 0;
}
body.header-horizontal .head-currency .chzn-container-single .chzn-single {
  background: none;
  border: 0;
  box-shadow: none;
  color: #272727;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  height: auto;
  line-height: normal;
}
@media (max-width: 991px) {
  body.header-horizontal .head-currency .chzn-container-single .chzn-single {
    overflow: inherit;
  }
  body.header-horizontal .head-currency .chzn-container-single .chzn-single:before {
    content: "\f0ec";
    font-family: "FontAwesome";
    font-size: 16px;
    padding: 10px 25px 10px 10px;
    text-indent: 0;
  }
}
body.header-horizontal .head-currency .chzn-container-single .chzn-single > span {
  margin-top: 0;
}
@media (max-width: 991px) {
  body.header-horizontal .head-currency .chzn-container-single .chzn-single > span {
    display: none;
  }
}
@media (max-width: 991px) {
  body.header-horizontal .head-currency .chzn-container-single .chzn-single > div {
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  body.header-horizontal .head-currency .chzn-container-single .chzn-single.chzn-single-with-drop + .chzn-drop {
    right: 0;
    left: auto !important;
  }
}
body.header-horizontal .head-currency .chzn-container-single .chzn-single div b {
  background: none;
}
body.header-horizontal .head-currency .chzn-container-single .chzn-single div b::after {
  content: "\f3d0";
  font-family: "Ionicons";
  font-size: 11px;
  font-style: normal;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
body.header-horizontal .head-currency .chzn-container-single .chzn-drop {
  margin-top: 10px;
  padding: 30px;
  border: 0;
  border-radius: 0;
  min-width: 150px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}
body.header-horizontal .head-currency .chzn-container-single .chzn-drop::before {
  content: "";
  border-bottom: 10px solid #ffffff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  left: 15px;
  top: -10px;
}
@media (max-width: 991px) {
  body.header-horizontal .head-currency .chzn-container-single .chzn-drop::before {
    right: 15px;
    left: auto;
  }
}
body.header-horizontal .head-currency .chzn-container .chzn-results li {
  background: none;
  padding: 5px 0;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  line-height: 1.7142;
  color: #272727;
}
body.header-horizontal .head-currency .chzn-container .chzn-results li:hover,
body.header-horizontal .head-currency .chzn-container .chzn-results li:focus,
body.header-horizontal .head-currency .chzn-container .chzn-results li:active,
body.header-horizontal .head-currency .chzn-container .chzn-results li.result-selected {
  color: #272727;
  border-bottom-color: #bd00dd;
  background: none;
}
body.header-horizontal .languageswitcherload {
  height: 96px;
  line-height: 96px;
}
body.header-horizontal .languageswitcherload div.mod-languages a {
  border: none;
}
.t3-sl {
  padding-bottom: 46px;
  padding-top: 46px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 69px;
    padding-top: 69px;
  }
}
.t3-mast-head {
  position: relative;
}
.t3-mainbody {
  padding-top: 23px;
  padding-bottom: 23px;
}
.t3-mainbody:before,
.t3-mainbody:after {
  display: table;
  content: " ";
}
.t3-mainbody:after {
  clear: both;
}
.t3-content {
  padding-top: 23px;
  padding-bottom: 23px;
}
.t3-sidebar {
  padding-top: 23px;
  padding-bottom: 23px;
}
.t3-footer {
  border-top: 1px solid #e8e8e8;
  background: #ffffff;
  color: #888888;
  text-transform: uppercase;
  font-size: 12px;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
}
.t3-footer a {
  color: #272727;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #000000;
}
.t3-footnav {
  padding: 23px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 46px 0;
  }
}
.t3-footnav .t3-module {
  background: #ffffff;
  color: #888888;
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
.t3-footnav .t3-module .module-title {
  color: #272727;
  font-size: 12px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  margin-bottom: 11.5px;
  text-transform: uppercase;
  border-bottom: 0;
}
.t3-footnav .t3-module .module-title span {
  border-bottom: 0;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #888888;
  padding: 0;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom-color: transparent;
  display: inline-block;
  line-height: 1.4;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #272727;
  background: none;
  border-bottom-color: #bd00dd;
}
.t3-footnav .t3-module ul > li.active > a,
.t3-footnav .t3-module ul > li.open > a {
  color: #272727;
  background: none;
  border-bottom-color: #bd00dd;
}
.t3-copyright {
  font-size: 12px;
  padding: 46px 0;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .t3-copyright {
    text-align: center;
    padding-top: 0;
  }
}
.poweredby {
  text-align: center;
  margin-top: 23px;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
    margin-top: 0;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
  border-bottom: 0;
}
.ie8 body.header-vertical .t3-header-ie {
  background: #000000;
  color: #4c4c4c;
  border-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  height: 100%;
  width: 96px;
  -webkit-transition: transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
}
.ie8 body.header-vertical .head-actions {
  height: 100%;
}
.ie8 body.header-vertical .head-search .btn-search,
.ie8 body.header-vertical .head-cart .btn-cart {
  border-bottom: 1px solid #252525;
}
.ie8 body.header-vertical .head-search .btn-search:hover,
.ie8 body.header-vertical .head-cart .btn-cart:hover,
.ie8 body.header-vertical .head-search .btn-search:focus,
.ie8 body.header-vertical .head-cart .btn-cart:focus,
.ie8 body.header-vertical .head-search .btn-search:active,
.ie8 body.header-vertical .head-cart .btn-cart:active {
  background: none;
  border-color: #333;
}
.ie8 body.header-vertical .t3-wrapper {
  padding-left: 96px;
}
.ie8 .off-canvas-toggle {
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
}
.ie8 .off-canvas-toggle:hover,
.ie8 .off-canvas-toggle:focus,
.ie8 .off-canvas-toggle:active {
  background: none;
  border-color: #333;
}
.ie8 .acm-slideshow .owl-carousel .sl-title {
  margin-left: -485px;
}
.ie8 .acm-features .verticle-middle {
  top: 25%;
}
.ie8 .acm-gallery .btn {
  width: 140px;
  height: 50px;
  margin: -25px 0 0 -70px;
}
.ie8 .category-module.owl-carousel .item .verticle-middle {
  top: 25%;
}
.ie8 .category-module.owl-carousel .item .mod-articles-category-category a {
  width: 150px;
  margin-left: -75px;
  text-align: center;
  display: block;
  left: 50%;
}
.ie8 .vmproduct .product-container .addtocart-area {
  display: none;
}
.ie8 .vmproduct .product-container .spacer:hover .product-content {
  margin-top: -20px;
}
.ie8 .vmproduct .product-container .spacer:hover .addtocart-area {
  display: block;
}
.ie8 div[class*="-view"] .vm-col.product .product-action {
  display: none;
}
.ie8 div[class*="-view"] .vm-col.product:hover .vm-product-content {
  margin-top: -15px;
}
.ie8 div[class*="-view"] .vm-col.product:hover .product-action,
.ie8 div[class*="-view"] .vm-col.product:hover .vm-details-button {
  display: block;
}