body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #2e3233;
  font-weight: 300;
  filter: none;
  background: #f5f6f1;
  background: -moz-linear-gradient(top, #f5f6f1 0%, #f5f6f1 37%, #f5f6f1 51%, #f5f6f1 63%, #f5f6f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f6f1), color-stop(37%, #f5f6f1), color-stop(51%, #f5f6f1), color-stop(63%, #f5f6f1), color-stop(100%, #f5f6f1));
  background: -webkit-linear-gradient(top, #f5f6f1 0%, #f5f6f1 37%, #f5f6f1 51%, #f5f6f1 63%, #f5f6f1 100%);
  background: -o-linear-gradient(top, #f5f6f1 0%, #f5f6f1 37%, #f5f6f1 51%, #f5f6f1 63%, #f5f6f1 100%);
  background: -ms-linear-gradient(top, #f5f6f1 0%, #f5f6f1 37%, #f5f6f1 51%, #f5f6f1 63%, #f5f6f1 100%);
  background: linear-gradient(to bottom, #f5f6f1 0%, #f5f6f1 37%, #f5f6f1 51%, #f5f6f1 63%, #f5f6f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5f6f1, endColorstr=#f5f6f1, GradientType=0);
}
body input.inputbox {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  height: 40px;
  width: 100%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  border-radius: 0;
  color: #7a8188;
  font-size: 14px;
  font-weight: 300;
  box-sizing: border-box;
}
body input.inputbox:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
body input.invalid,
body textarea.invalid {
  border-color: #e74c3c !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  margin: 30px 0;
}
a {
  color: #1f2228;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #76b500;
}
.clear {
  clear: both;
  width: 100%;
}
p {
  margin-bottom: 20px;
}
.t3-module {
  background: none;
  margin-bottom: 30px;
}
.t3-module .module-ct {
  background: none;
}
.t3-sidebar .module-title {
  margin-bottom: 0;
  color: #515b5e;
}
.t3-sidebar .module-title:before {
  color: #515b5e;
}
.t3-sidebar .module-ct {
  background: #ffffff;
  padding: 20px;
}
.displayNone {
  display: none;
}

.boxed-version .top-block {
  position: relative;
  z-index: 2002;
}
.boxed-version .boxed {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px;
  filter: none;
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 50%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(50%, #eeeeee), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 50%, #eeeeee 100%);
  background: -o-linear-gradient(top, #eeeeee 0%, #eeeeee 50%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #eeeeee 0%, #eeeeee 50%, #eeeeee 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 50%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#eeeeee, GradientType=0);
}
@media (min-width: 1200px) and (max-width: 1230px) {
  .boxed-version .boxed {
    padding: 0 0px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .boxed-version .boxed {
    padding: 0 0;
  }
}
.boxed-version .boxed.layout-wide {
  max-width: inherit;
  margin: 0 auto;
  padding: 0 0;
}
.boxed-version .boxed.layout-wide #Customblock-brand .stellar-block {
  padding-top: 70px;
  padding-bottom: 30px;
  background-size: cover;
}
.boxed-version .boxed.layout-wide .row-banners {
  padding-top: 30px;
}
.boxed-version .boxed.layout-wide .top-block.fixed #t3-mainnav {
  background: #515b5e;
}
.boxed-version .boxed.layout-wide #t3footnav-top .container,
.boxed-version .boxed.layout-wide #t3footnav .container,
.boxed-version .boxed.layout-wide .t3-copyright .container {
  padding: 0;
}
.boxed-version .boxed.layout-boxed #CustomblockVideo {
  margin-bottom: 40px;
}
.boxed-version .boxed.layout-boxed .youtube {
  margin-bottom: 0;
}
.boxed-version .boxed.layout-boxed .custom_html {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 70px;
}
.boxed-version .boxed.layout-boxed #Customblock-brand .stellar-block {
  margin-bottom: 30px;
}
.boxed-version .boxed.layout-boxed #Customblock-brand .stellar-block .module.homeblog {
  margin-bottom: 0;
}
.bannet-top-fullwidth .item {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.bannet-top-fullwidth .item img {
  width: 100%;
  height: auto;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bannet-top-fullwidth .item .box-text {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bannet-top-fullwidth .item .box-text .text1 {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-weight: 900;
}
.bannet-top-fullwidth .item .box-text .text1 span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.bannet-top-fullwidth .item .box-text.color {
  background: #9b59b6;
}
.bannet-top-fullwidth .item .box-text.color2 {
  background: #77b500;
}
.bannet-top-fullwidth .item .box-text.color3 {
  background: #3498db;
}
.bannet-top-fullwidth .item:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bannet-top-fullwidth .item:hover .box-text {
  padding-bottom: 40px;
}
.row-banners {
  padding-top: 30px;
}
#CustomblockVideo {
  background: #000;
  position: relative;
}
#CustomblockVideo .buttonBar {
  display: none;
}
#CustomblockVideo .custom_html {
  padding-top: 70px;
  padding-bottom: 40px;
}
#CustomblockVideo .text1 {
  font-size: 60px;
  line-height: 62px;
  color: #fff;
  font-weight: 900;
  display: block;
  text-transform: uppercase;
}
#CustomblockVideo .text2 {
  font-size: 48px;
  line-height: 50px;
  color: #fff;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
}
#CustomblockVideo .text3 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  display: block;
  width: 70%;
}
#CustomblockVideo .text4 {
  display: block;
  padding-top: 35px;
}
#CustomblockVideo .text4 a {
  height: 50px;
  line-height: 50px;
}

.top-block {
  position: relative;
}
@media (min-width: 768px) {
  .top-block.fixed #t3-mainnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    border: none;
    height: 60px;
  }
  .top-block.fixed #t3-mainnav > div {
    background: #515b5e;
  }
  .top-block.fixed #t3-mainnav > div .navbar-nav > li > a,
  .top-block.fixed #t3-mainnav > div .navbar-nav > li > span {
    height: 60px;
  }
  .top-block.fixed #t3-mainnav > div .serchline {
    height: 60px;
  }
  .top-block.fixed #t3-mainnav > div .serchline .srclose {
    top: 17px;
  }
  .top-block.fixed .srcbg .serchline {
    padding: 8px 20px 8px;
  }
}
.center-block {
  position: relative;
  overflow: hidden;
}
.center-block .row {
  margin: 0 -30px;
}
.bottom-block {
  position: relative;
  overflow: hidden;
}
.header-top {
  padding: 5px 0 5px;
  font-size: 12px;
  background: #fffefc;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top {
    max-width: 970px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top {
    max-width: 750px;
  }
}
.header-top .t3-module {
  margin-bottom: 0;
}

.module.menu {
  width: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .module.menu {
    text-align: center;
  }
}
.module.menu ul {
  margin: 0;
  padding: 3px 0 0 0;
  list-style-type: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .module.menu ul {
    width: auto;
    display: table;
    margin: 0 auto;
    padding: 10px 0;
  }
}
.module.menu ul li {
  float: left;
  margin: 0;
  padding: 0 8px 0 8px;
  border-left: 2px solid #dcdfe1;
  line-height: 14px;
}
.module.menu ul li a {
  margin: 0;
  padding: 0;
  background: none;
  text-decoration: none;
  font-size: 13px;
  color: #2e3233;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.menu ul li:first-child {
  background: none;
  padding-left: 0;
  border: none;
}
.module.menu ul li a:hover,
.module.menu ul li.active a {
  color: #76b500;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header-top {
    text-align: center;
  }
}
.header-top .module.switcher {
  position: relative;
  right: -25px;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top .module.switcher {
    min-width: 100px;
    float: right;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-top .module.switcher {
    right: 0px;
    width: auto;
    min-width: 100px;
    float: none;
    display: table;
    margin: 10px auto;
    text-align: left;
  }
}
.header-top .module.switcher:hover {
  z-index: 2;
}
.header-top .module.curency {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top .module.curency {
    min-width: 100px;
    float: right;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-top .module.curency {
    right: 0px;
    width: auto;
    min-width: 100px;
    float: none;
    display: table;
    margin: 0 auto 10px;
    text-align: left;
  }
}
.header-top .module.curency:hover {
  z-index: 2;
}
.header-top #cur-lang {
  position: relative;
  padding: 5px 10px;
  cursor: pointer;
  margin: -5px 0;
  background: #fffefc;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top #cur-lang {
    min-width: 100px;
  }
}
.header-top #cur-lang .heading {
  background: none !important;
}
.header-top #cur-lang .heading:after {
  font-size: 10px;
  line-height: 12px;
  color: #000;
  font-family: FontAwesome;
  content: "\f0d7";
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.header-top #cur-lang .heading span {
  display: inline-block;
  font-size: 13px;
  text-transform: capitalize;
}
.header-top #cur-lang .heading img {
  position: relative;
  top: -1px;
}
.header-top #cur-lang ul {
  padding: 0px 0;
  background: #34495e;
  margin: 20px 0 0 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 31px;
  min-width: 170px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.header-top #cur-lang ul i.fa.fa-sort-desc {
  display: none;
}
.header-top #cur-lang ul li a {
  padding: 4px 10px 4px 10px;
  text-align: left;
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
  font-weight: 300;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.header-top #cur-lang ul li a img {
  position: relative;
  top: -1px;
}
.header-top #cur-lang:hover {
  background: #fff;
}
.header-top #cur-lang .heading:hover,
.header-top #cur-lang.act .heading {
  background: #fff;
}
.header-top #cur-lang .heading:hover:after,
.header-top #cur-lang.act .heading:after {
  content: "\f0d8";
}
#cur-lang ul li a:hover,
#cur-lang ul li a.act {
  background: #fffefc;
  color: #2e3233;
  text-decoration: none;
  cursor: pointer;
  padding-left: 15px;
}

#cur-lang:hover ul {
  display: block;
  margin: 0px 0 0 0;
  visibility: visible;
  opacity: 1;
}
#cur-lang ul li a.act {
  cursor: default;
}

#t3-header {
  position: relative;
  z-index: 2;
}
.logo-image h1 {
  margin-top: 24px;
  margin-left: 0px;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod-left {
    width: 30%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod-left .logo-image {
    padding-top: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod-left .logo-image {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod-left .logo-image img {
    width: 100%;
    height: auto;
  }
}
.mod-right {
  padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod-right {
    width: 70%;
    float: left;
  }
}
.mod-right .fright {
  float: right;
  padding-top: 28px;
  margin-right: -15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod-right .fright {
    float: none;
    text-align: center;
    margin: 0;
    padding-top: 0px;
  }
}
.mod-right .fleft {
  float: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod-right .fleft {
    float: none;
    display: table;
    text-align: left;
    clear: both;
    width: auto;
    margin: 0 auto 10px;
  }
  .mod-right .fleft > div {
    min-width: 80px;
  }
}
.mod-right .mod-wishlist {
  background: #515b5e;
}
.mod-right .mod-compare {
  background: #515b5e;
}
.mod-right .mod-cart {
  margin-left: 1px;
  position: relative;
  margin-bottom: -10px;
  padding-bottom: 10px;
}
.mod-right .mod-cart .art-text {
  display: none;
}
.mod-right .mod-cart span.cart_num a {
  display: block;
  padding: 0 10px;
  min-width: 70px;
  height: 70px;
  font-size: 13px;
  line-height: 26px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding-top: 0px;
  position: relative;
  background: #515b5e;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mod-right .mod-cart .miniart .total_2 {
  display: none;
}
.mod-right .mod-cart .miniart i {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  display: block;
  padding-top: 16px;
}
.mod-right .mod-cart div#cart_list {
  padding: 5px 0;
  background: #ffffff;
  cursor: default;
  text-align: left;
  color: #7a8188;
  border-top: 3px solid #76b500;
  margin: 20px 0 0 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 80px;
  min-width: 170px;
  visibility: hidden;
  z-index: 99999;
  opacity: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod-right .mod-cart div#cart_list {
    right: auto;
    left: 50%;
    margin-left: -220px !important;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .mod-right .mod-cart div#cart_list {
    display: none !important;
  }
}
.mod-right .mod-cart div#cart_list div.vm_cart_products {
  padding-left: 20px;
  padding-right: 20px;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .container {
  padding-left: 0;
  width: auto;
  float: none;
  overflow: hidden;
  padding: 20px 10px 15px 20px;
  position: relative;
  border-top: 1px solid #ecf0f1;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .container .wrapper.marg-bot {
  background: none;
  padding: 0;
  width: auto;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .fleft {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 55px;
  float: left;
  width: 180px;
  padding-right: 15px;
  padding-left: 0px;
  text-align: left;
  font-weight: normal;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .fright {
  float: left;
  width: 90px;
  text-align: left;
  padding-left: 0px;
  padding-top: 5px;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .fright .wrap-cart {
  overflow: hidden;
  width: 100%;
  color: #7a8188;
  font: normal 13px/24px;
  text-align: left;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .fright .wrap-cart .quantity {
  float: left;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .fright .wrap-cart .prices {
  color: #292f38;
  font-weight: 700;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .fright a.vm2-remove_from_cart {
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  color: #e74c3c;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .fright a.vm2-remove_from_cart span {
  text-indent: -9999px;
  display: none;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .fright a.vm2-remove_from_cart i {
  font-style: normal;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .fright a.vm2-remove_from_cart:hover {
  color: #292f38;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .all {
  position: relative;
  overflow: hidden;
  display: block;
}
.mod-right .mod-cart #vmCartModule:hover span.cart_num a,
.mod-right .mod-cart #vmCartModule.act span.cart_num a {
  background: #76b500;
}
.mod-right .mod-cart #vmCartModule #cart_list i.fa-caret-up {
  position: absolute;
  right: 20px;
  top: -14px;
  font-size: 18px;
  color: #76b500;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod-right .mod-cart #vmCartModule #cart_list i.fa-caret-up {
    display: none;
  }
}
.mod-right .mod-cart div#vm_cart_products .image {
  float: left;
  min-width: 60px;
  height: auto;
  padding: 0;
  background: #fff;
  margin-right: 10px;
}
.mod-right .mod-cart table.cart-summary .cart-images img,
.mod-right .mod-cart #vm_cart_products img {
  float: none;
  width: 60px;
  height: auto;
}
.mod-right .mod-cart div.product_row .product_name {
  padding-top: 0px;
  display: inline-block;
  padding-bottom: 0px;
  color: #696e6e;
}
.mod-right .mod-cart div.product_row .product_name a {
  color: #292f38;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  display: inline-block;
}
.mod-right .mod-cart div.product_row .product_name a:hover {
  text-decoration: none;
  color: #e74c3c;
}
.mod-right .mod-cart .product_row .product_code {
  color: #757575;
  font-size: 12px;
  line-height: 16px;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: normal;
}
.mod-right .mod-cart div#cart_list .total .total2,
.mod-right .mod-cart #cart_list .tot3,
.mod-right .mod-cart #cart_list .tot4 {
  color: #76b500;
  background: #ecf0f1;
  text-transform: none;
  text-align: right;
  padding: 0px 30px 0 15px;
}
.mod-right .mod-cart div#cart_list .total .total2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.mod-right .mod-cart div#cart_list .total3 {
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 14px;
  color: #292f38;
}
.mod-right .mod-cart div#cart_list .total4 {
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 14px;
  color: #292f38;
}
.mod-right .mod-cart div#cart_list .total .total3 strong,
.mod-right .mod-cart #cart_list .total .total4 strong {
  font: normal 16px/20px;
  color: #3e3e3e;
}
.mod-right .mod-cart div#cart_list .total strong,
.mod-right .mod-cart #cart_list .tot3 strong,
.mod-right .mod-cart #cart_list .tot4 strong {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-align: right;
  min-width: 90px;
}
.mod-right .mod-cart div#cart_list .tot3 strong,
.mod-right .mod-cart #cart_list .tot4 strong {
  font-size: 16px;
  font-weight: 400;
  color: #292f38;
  display: inline-block;
  text-align: right;
  width: 90px;
}
.mod-right .mod-cart div#cart_list .total span {
  color: #292f38;
  margin-right: 0px;
  text-align: right;
  width: 150px;
  display: inline-block;
}
.mod-right .mod-cart div#cart_list .show_cart {
  width: auto;
  position: relative;
  right: 0;
  bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  float: none;
  display: table;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.mod-right .mod-cart div#cart_list .show_cart #cart_post,
.mod-right .mod-cart div#cart_list .show_cart a {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}
.mod-right .mod-cart div#cart_list .show_cart a.button {
  top: -1px;
  position: relative;
}
.mod-right .mod-cart .empty {
  text-align: left;
}
.mod-right .mod-cart .cart hr,
.mod-right .mod-cart .cart .none {
  display: none;
}
.mod-right .mod-cart div#cart_list .text-art {
  padding-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  padding-left: 15px;
}
.mod-right .mod-cart:hover #cart_list {
  display: block;
  margin: 0px 0 0 0;
  visibility: visible;
  opacity: 1;
}
.mod-right .mod-wishlist,
.mod-right .mod-compare {
  margin-left: 1px;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mod-right .mod-wishlist a,
.mod-right .mod-compare a {
  display: block;
  min-width: 70px;
  height: 70px;
  font-size: 13px;
  line-height: 26px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 0 10px;
}
.mod-right .mod-wishlist a b,
.mod-right .mod-compare a b {
  font-weight: 300;
}
.mod-right .mod-wishlist a i,
.mod-right .mod-compare a i {
  font-size: 18px;
  line-height: 20px;
  display: block;
  padding-top: 16px;
}
.mod-right .mod-wishlist:hover,
.mod-right .mod-compare:hover {
  background: #76b500;
}
#logins {
  text-align: right;
}
#login-form2 {
  margin-left: 1px;
}
.poping_links {
  background: #ffffff;
  min-width: 200px;
  height: 70px;
  margin-left: 1px;
  padding: 10px 40px 0 50px;
  position: relative;
  color: #7a8188;
}
.poping_links:before {
  color: #76b500;
  content: "\f007";
  position: absolute;
  left: 20px;
  top: 25px;
  font-size: 18px;
  font-family: FontAwesome;
}
.poping_links .btn-icon {
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  display: table-cell;
  vertical-align: middle;
  padding: 27px 10px 27px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.poping_links .btn-icon:hover {
  background: #f7f7f7;
}
.poping_links .btn-icon .fa-caret-up {
  display: none;
}
.poping_links a {
  font-weight: 300;
  color: #1f2228;
}
.poping_links a:hover {
  color: #76b500;
}
.poping_links .modals {
  background: #ffffff;
  width: 380px;
  padding: 20px;
  border-top: 3px solid #76b500;
  position: absolute;
  right: 0;
  top: 80px;
  margin-top: 20px;
  min-width: 170px;
  visibility: hidden;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 320px) and (max-width: 767px) {
  .poping_links .modals {
    right: auto;
    left: 50%;
    width: 280px;
    margin-left: -140px;
  }
}
.poping_links .modals .fa-caret-up {
  position: absolute;
  right: 20px;
  top: -14px;
  color: #76b500;
  font-size: 18px;
}
.poping_links .modals .title {
  color: #1f2228;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.poping_links .modals .log-user,
.poping_links .modals .log-pass {
  padding-bottom: 15px;
}
.poping_links .modals .button-log {
  padding: 20px 0;
  overflow: hidden;
  width: 100%;
}
.poping_links .modals .button-log .Forgot {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.poping_links .modals .create_customer {
  background: #f7f7f7;
  padding: 15px 20px;
  margin: 0 -20px -20px;
  overflow: hidden;
}
.poping_links .modals .create_customer .reg_btn {
  float: right;
}
@media (min-width: 320px) and (max-width: 767px) {
  .poping_links .modals .create_customer .reg_btn {
    float: none;
    margin-top: 10px;
  }
}
.poping_links .modals .create_customer > span {
  color: #1f2228;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 10px;
}
.poping_links.opens .modals {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.poping_links.opens .btn-icon .fa-caret-down {
  display: none;
}
.poping_links.opens .btn-icon .fa-caret-up {
  display: block;
}
.poping_links .wrapper_remember {
  overflow: hidden;
  width: 100%;
  padding-top: 5px;
}
.poping_links .wrapper_remember .jq-checkbox {
  border: 1px solid #e6e6e6;
  float: left;
  background: #f7f7f7;
  border-radius: 0px;
  display: inline-block;
  padding: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 0px;
  position: relative;
  top: 2px;
  box-shadow: none;
}
.poping_links .wrapper_remember .jq-checkbox.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}
.poping_links .wrapper_remember .jq-checkbox.checked span,
.poping_links .wrapper_remember .jq-checkbox:hover span {
  display: block;
  width: 13px;
  height: 11px;
  background: url(../../../templates/t3_bs3_blank/images/check_box.png) left top no-repeat;
  position: relative;
  left: 1px;
  top: 3px;
}
.poping_links .wrapper_remember .jq-checkbox.disabled span {
  display: none;
}
.poping_links .wrapper_remember label {
  float: left;
  margin: 0;
  margin-left: 10px;
  font-weight: 300;
  font-size: 14px;
}
#logins {
  padding: 10px 30px 0 50px;
  text-align: center;
  min-width: 100px;
}
#logins .button {
  background: none;
  line-height: 20px;
  padding: 0;
  color: #2e3233;
  text-transform: none;
  height: auto;
}
#logins .button:hover,
#logins .button:focus {
  color: #76b500;
}
#t3-mainnav,
.center-block {
  position: relative;
  z-index: 1;
}
.top-block {
  position: relative;
  z-index: 2;
}
.top-block.fixed #t3-mainnav {
  max-width: 100%;
}
.top-block.fixed #t3-mainnav .container {
  margin: 0 auto;
}
#t3-mainnav {
  background: #515b5e;
  height: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #t3-mainnav {
    max-width: 970px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-mainnav {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-mainnav {
    position: relative !important;
    height: 80px !important;
    margin: 0 10px;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
  #t3-mainnav .navbar-header {
    overflow: hidden;
    width: 100%;
    margin: 0px 0;
    position: relative;
    top: 14px;
  }
  #t3-mainnav .navbar-header .navbar-toggle {
    float: none;
    display: inline-block;
    width: auto;
    padding: 0 10px;
  }
}
#t3-mainnav .navbar-header .navbar-nav {
  position: relative;
}
#t3-mainnav .navbar-nav > li > a,
#t3-mainnav .navbar-nav > li > span {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: #ecf0f1;
  text-transform: uppercase;
  padding: 0px 25px;
  display: table-cell;
  vertical-align: middle;
  height: 78px;
  border-right: 1px solid #fff;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #t3-mainnav .navbar-nav > li > a,
  #t3-mainnav .navbar-nav > li > span {
    padding: 0px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-mainnav .navbar-nav > li > a,
  #t3-mainnav .navbar-nav > li > span {
    padding: 0px 7px;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
  }
}
#t3-mainnav .navbar-nav > .dropdown > a .caret,
#t3-mainnav .navbar-nav > li > span .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
#t3-mainnav .dropdown-submenu > a:after {
  color: #fff;
  content: "\f0da";
  font-size: 12px;
  font-family: FontAwesome;
  margin-right: 13px;
  border: none;
  margin-top: 2px;
}
#t3-mainnav .navbar-nav > li > a,
#t3-mainnav .navbar-nav > li > span {
  background: #515b5e;
}
#t3-mainnav .navbar-nav > li + li > a,
#t3-mainnav .navbar-nav > li + li > span {
  background: #515b5e;
}
#t3-mainnav .navbar-nav > li + li + li > a,
#t3-mainnav .navbar-nav > li + li + li > span {
  background: #515b5e;
}
#t3-mainnav .navbar-nav > li + li + li + li > a,
#t3-mainnav .navbar-nav > li + li + li + li > span {
  background: #515b5e;
}
#t3-mainnav .navbar-nav > li + li + li + li + li > a,
#t3-mainnav .navbar-nav > li + li + li + li + li > span {
  background: #515b5e;
}
#t3-mainnav .navbar-nav > li + li + li + li + li + li > a,
#t3-mainnav .navbar-nav > li + li + li + li + li + li > span {
  background: #515b5e;
}
#t3-mainnav .navbar-nav > li + li + li + li + li + li + li > a,
#t3-mainnav .navbar-nav > li + li + li + li + li + li + li > span {
  background: #515b5e;
}
#t3-mainnav .mega-caption {
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  color: #ecf0f1;
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-mainnav .mega-caption {
    font-size: 12px;
  }
}
#t3-mainnav .mega-caption-empty {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #t3-mainnav .dropdown.li_lvl {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-mainnav .dropdown.li_lvl {
    position: static;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #t3-mainnav .dropdown.li_lvl > .mega-dropdown-menu {
    width: 100% !important;
    left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-mainnav .dropdown.li_lvl > .mega-dropdown-menu {
    width: 100% !important;
    left: 0 !important;
  }
}
#t3-mainnav .navbar-nav > li > a:hover,
#t3-mainnav .navbar-nav > li > a:focus,
#t3-mainnav .navbar-nav > li > span:hover,
#t3-mainnav .navbar-nav > li > span:focus,
#t3-mainnav .navbar-nav > .active > a,
#t3-mainnav .navbar-nav > .active > a:hover,
#t3-mainnav .navbar-nav > .active > a:focus,
#t3-mainnav .navbar-nav > .active > span,
#t3-mainnav .navbar-nav > .active > span:hover,
#t3-mainnav .navbar-nav > .active > span:focus,
#t3-mainnav .navbar-nav > .open > a,
#t3-mainnav .navbar-nav > .open > a:hover,
#t3-mainnav .navbar-nav > .open > a:focus,
#t3-mainnav .navbar-nav > .open > span,
#t3-mainnav .navbar-nav > .open > span,
#t3-mainnav .navbar-nav > .open > span {
  color: #ecf0f1;
  background-color: #76b500;
}
#t3-mainnav .dropdown-menu {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0px;
  padding: 0;
  background: #76b500;
}
#t3-mainnav .dropdown-menu .mega-inner {
  padding: 0;
}
#t3-mainnav .dropdown-menu .mega-col-nav {
  padding: 0;
}
#t3-mainnav .dropdown-menu .dropdown-menu {
  background: #76b500;
  border: none;
  border-top: none;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0px;
  margin-left: 0px;
}
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group {
  margin: 15px 15px;
}
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group .mega-col-nav {
  padding: 0 15px;
}
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group > a {
  color: #ffffff;
  font-size: 16px;
  padding: 8px 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  background: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group > a:before {
  content: "";
  margin-right: 0;
}
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group > a:hover,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group > a:focus,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group.active > a,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group.active > a:hover,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group.active > a:focus,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group.open > a,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group.open > a:hover,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group.open > a:focus {
  padding-left: 15px;
  background: #6aa300;
}
#t3-mainnav .t3-megamenu .mega-nav > li a {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 15px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#t3-mainnav .t3-megamenu .mega-nav > li a:before {
  color: #fff;
  content: "\f0da";
  font-size: 12px;
  font-family: FontAwesome;
  margin-right: 13px;
}
#t3-mainnav .t3-megamenu .mega-nav > li li a {
  padding: 5px 15px 4px;
}
#t3-mainnav .t3-megamenu .mega-nav > li a:hover,
#t3-mainnav .t3-megamenu .mega-nav > li.open > a,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav > li a:hover,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav > li.active > a,
#t3-mainnav .t3-megamenu .mega-nav > li a:focus,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav > li a:focus {
  padding-left: 20px;
  background: #6aa300;
}

#t3-mainnav {
  position: relative;
  z-index: 1;
}
.notFix #t3-mainnav.srcbg {
  background: #34495e;
  -webkit-animation: srcbg 300ms ease-out;
  -moz-animation: srcbg 300ms ease-out;
  animation: srcbg 300ms ease-out;
}
#t3-mainnav.srcbg {
  background: #34495e;
}
.notFix #t3-mainnav.srend {
  -webkit-animation: srcbg2 600ms ease-out;
  -moz-animation: srcbg2 600ms ease-out;
  animation: srcbg2 600ms ease-out;
}
#t3-mainnav div.t3-navbar {
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-mainnav div.t3-navbar {
    height: 76px;
  }
}
#t3-mainnav div.t3-navbar .navbar-collapse {
  padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-mainnav div.t3-navbar .t3-navbar-collapse {
    margin-top: 24px;
    border-right: none;
    border-left: none;
    margin-right: -1px;
  }
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav {
    margin: 0 0px 0 0;
    border-right: none;
    border-left: none;
  }
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li {
    display: block;
    padding: 0 0px;
  }
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li a,
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li span {
    display: block;
    height: auto;
    padding: 14px 20px;
  }
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li a .caret,
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li span .caret {
    position: absolute;
    right: 12px;
    top: 40%;
  }
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li .level1,
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li .level2 {
    padding: 10px 0;
  }
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li .level1 li a,
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li .level2 li a {
    padding-top: 4px;
    padding-bottom: 4px;
    background: none;
    color: #596067;
  }
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li .level1 li a:hover,
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li .level2 li a:hover {
    color: #fff;
  }
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li .level1 .current a,
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li .level2 .current a {
    color: #fff;
  }
}
.t3-navbar .search-custom {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
#t3-mainnav.srcbg .t3-navbar .search-custom {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.search-custom .serchline {
  position: relative;
}
.serchline {
  clear: both;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 78px;
  height: 78px;
  float: right;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .serchline {
    width: 70px;
  }
}
.srcbg .serchline {
  background: #515b5e;
  padding: 19px 30px 19px;
  width: 100%;
  height: auto;
}
.serchline form {
  display: none;
}
#t3-mainnav.srcbg form {
  display: block;
}
#t3-mainnav.srcbg .sropen {
  display: none;
}
#t3-mainnav.srcbg .srclose {
  display: block;
}
.serchline input {
  width: 100%;
  height: 40px;
  border: none;
  background: #fff;
  color: #1f2228;
  border-radius: 0;
  box-shadow: none !important;
  padding-top: 10px;
  padding-bottom: 9px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.search-input-wrapper {
  float: left;
  width: 40%;
  position: relative;
}
@media (min-width: 320px) and (max-width: 520px) {
  .search-input-wrapper {
    width: 100%;
    margin-bottom: 2px;
  }
}
.search-input-wrapper .dropdown-menu {
  width: 100%;
}
.search-input-wrapper .dropdown-menu a {
  color: #fff;
}
.search-input-wrapper .dropdown-menu .active a {
  background: #6aa300;
}
.sp-vmsearch-categorybox {
  float: left;
  width: 40%;
}
@media (min-width: 320px) and (max-width: 520px) {
  .sp-vmsearch-categorybox {
    width: 100%;
    margin-bottom: 2px;
  }
}
.sp-vmsearch-categorybox .sp-vmsearch-categories {
  background: #fff;
  margin: 0 30px;
  width: 87%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}
@media (min-width: 521px) and (max-width: 767px) {
  .sp-vmsearch-categorybox .sp-vmsearch-categories {
    margin: 0 1px;
    width: 99%;
  }
}
@media (min-width: 320px) and (max-width: 520px) {
  .sp-vmsearch-categorybox .sp-vmsearch-categories {
    margin: 0 0px;
    width: 100%;
  }
}
.sp-vmsearch-categorybox .sp-vmsearch-categories .select {
  padding: 9px 20px 9px;
  float: none !important;
}
.sp-vmsearch-categorybox .sp-vmsearch-categories .select:before {
  content: "\f0d7";
  font-size: 14px;
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 30%;
}
.sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown {
  background: #fff;
  width: 100%;
  margin-top: 40px;
  max-height: 350px;
}
.sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul li {
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul li:hover {
  background: #f7f7f7;
  color: #1f2228;
}
.sp-vmsearch-categorybox .sp-vmsearch-categories.opened {
  background: #f7f7f7;
}
.sp-vmsearch-categorybox .sp-vmsearch-categories.opened .select:before {
  content: "\f0d8";
  font-size: 14px;
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 30%;
}
.search-button-wrapper {
  float: left;
  width: 20%;
}
.serchline .sropen {
  width: 19px;
  height: 19px;
  background: none;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -9px;
  margin-top: -10px;
  cursor: pointer;
  display: block;
  font-size: 18px;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 520px) {
  .serchline .sropen {
    right: 30%;
  }
}
.serchline .sropen:hover {
  background: none;
}
.serchline .srclose {
  width: 19px;
  height: 19px;
  background: none;
  position: absolute;
  top: 28px;
  right: 31px;
  margin-right: 0px;
  margin-top: 0px;
  cursor: pointer;
  display: none;
  font-size: 18px;
  color: #fff;
}
@media (min-width: 521px) and (max-width: 767px) {
  .serchline .srclose {
    right: 8px;
  }
}
@media (min-width: 320px) and (max-width: 520px) {
  .serchline .srclose {
    right: 8px;
  }
}
.serchline .srclose:hover {
  background: none;
}
i[class^="fa-"],
i[class*=" fa-"] {
  margin: 0;
}

.calendar .button,
#jform_profile_dob_img {
  height: auto;
  line-height: 14px;
  padding: 2px;
  display: table-cell;
}
#jform_profile_dob_img {
  margin-top: 5px;
  width: 30px;
  line-height: 30px;
  border-radius: 0;
}
#jform_profile_dob_img i {
  font-style: normal;
}
#jform_profile_dob_img i:before {
  content: "\f073";
  font-size: 14px;
  font-family: FontAwesome;
  position: relative;
  right: 0px;
  top: 0px;
}
.button,
.addtocart-button,
.vm-button-correct,
.k2user .button {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 300;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  background: #76b500;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.button:hover,
.button:focus,
.addtocart-button:hover,
.addtocart-button:focus,
.vm-button-correct:hover,
.vm-button-correct:focus,
.k2user #form-login .button:hover,
.k2user #form-login .button:focus {
  background: #6aa300;
  color: #ffffff;
}
.button.reset,
.button.reset2 {
  color: #ffffff;
  background: #515b5e;
}
.button.reset:hover,
.button.reset:focus,
.button.reset2:hover,
.button.reset2:focus {
  color: #ffffff;
  background: #41494b;
}
.button.floatright {
  float: right;
}
.proddet .addtocart-button {
  height: 40px;
  line-height: 38px;
}
.proddet .addtocart-button i {
  margin-right: 5px;
}
@-moz-document url-prefix() {
  button.button {
    padding-bottom: 1px;
  }
}

.MainRow {
  padding: 30px 0;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  .MainRow {
    padding: 30px 10px;
  }
}
.module-title {
  background: #515b5e;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 20px;
  margin: 0 0 30px 0;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
}
@media (min-width: 320px) and (max-width: 767px) {
  .module-title {
    font-size: 14px;
    line-height: 20px;
  }
}

#Slider {
  position: relative;
  margin-top: 30px;
}
@media (min-width: 320px) and (max-width: 600px) {
  #Slider {
    margin-top: 0px;
  }
  #Slider .rev_slider_wrapper {
    display: none !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #Slider {
    padding: 0 10px;
    overflow: hidden;
  }
}
#Slider .txt1,
#Slider .txt1_1 {
  font-size: 36px !important;
  line-height: 38px;
  color: #2c3e50;
  font-weight: 900;
  display: inline-block;
  margin-left: 40px !important;
}
@media (min-width: 480px) and (max-width: 767px) {
  #Slider .txt1,
  #Slider .txt1_1 {
    line-height: 38px !important;
    margin-bottom: 5px !important;
  }
}
#Slider .txt1 span,
#Slider .txt1_1 span {
  font-weight: 300;
}
@media (min-width: 480px) and (max-width: 767px) {
  #Slider .txt1_1 {
    line-height: 38px !important;
    top: 20px !important;
    position: relative;
  }
}
#Slider .txt2 {
  color: #34495e;
  font-size: 24px !important;
  line-height: 26px;
  font-weight: 300;
  display: inline-block;
  margin-left: 40px !important;
}
@media (min-width: 480px) and (max-width: 767px) {
  #Slider .txt2 {
    line-height: 26px !important;
    top: 25px !important;
    position: relative;
  }
}
#Slider .txt3 {
  color: #34495e;
  font-size: 18px !important;
  line-height: 26px;
  font-weight: 300;
  display: inline-block;
  margin-left: 40px !important;
}
#Slider .txt3 strong {
  font-weight: 900;
  font-size: 24px !important;
  color: #2c3e50;
  display: inline-block;
  padding-left: 5px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #Slider .txt3 {
    line-height: 26px !important;
    top: 35px !important;
    position: relative;
  }
}
#Slider .txt4 {
  display: inline-block;
  margin-left: 40px !important;
}
#Slider .txt4 a {
  color: #fff;
  font-size: 18px !important;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 30px;
  display: inline-block;
  background: #76b500;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#Slider .txt4 a:hover {
  background: #c0392b;
}
@media (min-width: 480px) and (max-width: 767px) {
  #Slider .txt4 a {
    line-height: 20px !important;
    top: 30px !important;
    position: relative;
  }
}
#Slider .tp-bullets {
  margin: 0;
}
#Slider .tp-bullets .bullet {
  background: #ecf0f1;
  border-radius: 16px;
  display: inline-block;
  font-size: 0;
  height: 16px;
  line-height: 0;
  opacity: 1;
  outline: medium none;
  position: relative;
  text-indent: -9999px;
  width: 16px;
  z-index: 9999;
  margin: 0 5px;
}
#Slider .tp-bullets .bullet:hover,
#Slider .tp-bullets .bullet.selected {
  background: #76b500;
}
#Slider .tp-leftarrow {
  width: 50px;
  height: 50px;
  background: #2c3e50;
  background: rgba(44, 62, 80, 0.4);
  text-align: center;
  color: #fff;
  top: 50% !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#Slider .tp-leftarrow:before {
  content: "\f0d9";
  font-size: 24px;
  line-height: 50px;
  font-family: FontAwesome;
  position: relative;
  right: 0px;
  top: 0px;
}
#Slider .tp-leftarrow:hover {
  background: #76b500;
}
#Slider .tp-rightarrow {
  width: 50px;
  height: 50px;
  background: #2c3e50;
  background: rgba(44, 62, 80, 0.4);
  text-align: center;
  color: #fff;
  top: 50% !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#Slider .tp-rightarrow:before {
  content: "\f0da";
  font-size: 24px;
  line-height: 50px;
  font-family: FontAwesome;
  position: relative;
  right: 0px;
  top: 0px;
}
#Slider .tp-rightarrow:hover {
  background: #76b500;
}

.module.megamenu_vm .module-title {
  background: #ffffff;
  margin-bottom: 0;
}
.module.megamenu_vm .module-title:before {
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f07c";
  margin-right: 8px;
  line-height: 18px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.megamenu_vm .jux-megamenu > [class*="span"] {
  margin: 0;
  padding: 0 15px;
}
.module.megamenu_vm .module-ct {
  background: #ffffff;
  padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .module.megamenu_vm .module-ct .juxvm-megamenu {
    text-align: left;
  }
  .module.megamenu_vm .module-ct .juxvm-megamenu .button-bar {
    float: left;
    color: #2e3233;
    margin-left: 10px;
  }
  .module.megamenu_vm .module-ct .juxvm-megamenu .button-bar .icon-bar {
    background-color: #2e3233;
  }
  .module.megamenu_vm .module-ct .juxvm-megamenu .navbar-brand {
    color: #2e3233;
    margin: 0;
    text-align: left;
  }
  .module.megamenu_vm .module-ct .juxvm-megamenu .jux-nav > li .mega-nav {
    padding: 20px;
  }
  .module.megamenu_vm .module-ct .juxvm-megamenu .jux-nav > li .mega-nav li {
    padding-left: 0 !important;
  }
  .module.megamenu_vm .module-ct .juxvm-megamenu .mega-col-module {
    display: none;
  }
}
.module.megamenu_vm .module-ct .jux-nav {
  margin: 0;
  padding: 0 0;
  list-style-type: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.megamenu_vm .module-ct .jux-nav > li.mega-drop_1 > div.mega-dropdown-menu {
    width: 520px !important;
  }
}
.module.megamenu_vm .module-ct .jux-nav > li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.megamenu_vm .module-ct .jux-nav > li > a {
  color: #2e3233;
  display: block;
  padding: 8px 20px;
  font-weight: 300;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.megamenu_vm .module-ct .jux-nav > li.active,
.module.megamenu_vm .module-ct .jux-nav > li:hover,
.module.megamenu_vm .module-ct .jux-nav > li.dropdown.open {
  background: #f5f6f1;
}
.module.megamenu_vm .module-ct .jux-nav > li.active > a,
.module.megamenu_vm .module-ct .jux-nav > li:hover > a,
.module.megamenu_vm .module-ct .jux-nav > li.dropdown.open > a {
  color: #76b500;
  background: none;
}
.module.megamenu_vm .module-ct .jux-nav > li.dropdown > a:after {
  border-color: transparent transparent transparent #2e3233;
  right: 20px;
  border-width: 4px 0 4px 5px;
}
.module.megamenu_vm .module-ct .jux-nav > li.dropdown > a:hover:after {
  border-color: transparent transparent transparent #76b500;
}
.module.megamenu_vm .module-ct .jux-nav > li.dropdown.active > a:after,
.module.megamenu_vm .module-ct .jux-nav > li.dropdown.open > a:after {
  border-color: transparent transparent transparent #76b500;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #76b500;
  padding: 0px;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner {
  padding: 0;
  text-align: left;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li {
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li > a {
  color: #fff;
  padding: 8px 20px;
  font-weight: 300;
  display: block;
  background: none;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li.active,
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li:hover,
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li.dropdown.open {
  background: #6aa300;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li.active > a,
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li:hover > a,
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li.dropdown.open > a {
  color: #fff;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #fff;
  right: 20px;
  border-width: 4px 0 4px 5px!important;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li.dropdown-submenu > a:hover:after {
  border-color: transparent transparent transparent #fff;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li.dropdown-submenu.active > a:after,
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li.dropdown-submenu.open > a:after {
  border-color: transparent transparent transparent #fff;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li .dropdown-menu {
  margin-top: 0px;
  margin-left: 0px;
}
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner {
  padding: 0;
  text-align: left;
}
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner .mega-nav > li.mega-group {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  background: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner .mega-nav > li.mega-group {
    margin-top: 0px;
    margin-bottom: -20px;
  }
}
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner .mega-nav > li.mega-group > a {
  color: #fff;
  padding: 8px 20px;
  font-weight: 300;
  display: block;
  background: none;
  margin-bottom: 10px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner .mega-nav > li.mega-group.active,
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner .mega-nav > li.mega-group:hover {
  background: none;
}
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner .mega-nav > li.mega-group.active > a,
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner .mega-nav > li.mega-group:hover > a {
  color: #fff;
  background: #6aa300;
}
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner .mega-nav > li.mega-group .mega-group-ct .mega-inner {
  padding: 0;
  text-align: left;
}
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner .mega-nav > li.mega-group .mega-group-ct .mega-inner .mega-nav li {
  text-transform: none;
}
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner .mega-nav > li.mega-group .mega-group-ct .mega-inner .mega-nav li > a {
  margin-bottom: 0px;
}
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-col-module {
  margin: 0;
}
.module.megamenu_vm .module-ct .moduletablecustom_html_megamenu {
  margin: 0 20px 20px;
}
.module.megamenu_vm .module-ct .moduletablecustom_html_megamenu .list-banners {
  margin: 0;
  overflow: hidden;
  list-style: none;
}
.module.megamenu_vm .module-ct .moduletablecustom_html_megamenu .list-banners li {
  float: left;
  width: 50%;
  margin: 0;
}
.module.megamenu_vm .module-ct .moduletablecustom_html_megamenu .list-banners li a {
  color: #fff;
  font-weight: 300;
}
.module.megamenu_vm .module-ct .moduletablecustom_html_megamenu .list-banners li a:hover {
  color: #34495e;
}

.module.category .module-title {
  background: #ffffff;
  margin-bottom: 0;
}
.module.category .module-title:before {
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f07c";
  margin-right: 8px;
  line-height: 18px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.category .module-ct {
  background: #ffffff;
  padding: 0;
}
.module.category .module-ct .accordion {
  margin: 0;
  padding: 0 0;
  list-style-type: none;
}
.module.category .module-ct .accordion li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.category .module-ct .accordion li a {
  color: #2e3233;
  display: block;
  padding: 8px 20px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.category .module-ct .accordion li .VmArrowdown {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 1;
  width: 36px;
  text-align: center;
  font-weight: 400;
  line-height: 36px;
  height: 36px;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.category .module-ct .accordion li .VmArrowdown i {
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  font-size: 14px;
  line-height: 38px;
}
.module.category .module-ct .accordion li .VmArrowdown.close .minus {
  display: none;
}
.module.category .module-ct .accordion li .VmArrowdown.close .plus {
  display: block;
}
.module.category .module-ct .accordion li .VmArrowdown.expanded .minus {
  display: block;
}
.module.category .module-ct .accordion li .VmArrowdown.expanded .plus {
  display: none;
}
.module.category .module-ct .accordion li .VmArrowdown:hover {
  background: #bdc3c7;
}
.module.category .module-ct .accordion li.active,
.module.category .module-ct .accordion li:hover {
  background: #f5f6f1;
}
.module.category .module-ct .accordion li.active a,
.module.category .module-ct .accordion li:hover a {
  color: #76b500;
}
.module.category .module-ct .accordion li ul {
  list-style-type: none;
  background: #76b500;
  margin: 0;
  padding: 0;
  display: none;
}
.module.category .module-ct .accordion li ul li.level1 a {
  color: #fff;
  font-weight: 300;
}
.module.category .module-ct .accordion li ul li.level1 .VmArrowdown i {
  color: #fff;
}
.module.category .module-ct .accordion li ul li.level1 .VmArrowdown:hover {
  background: #76b500;
}
.module.category .module-ct .accordion li ul li.level1.active,
.module.category .module-ct .accordion li ul li.level1:hover {
  background: #6aa300;
}
.module.category .module-ct .accordion li ul li.level1.active a,
.module.category .module-ct .accordion li ul li.level1:hover a {
  color: #fff;
}
.module.category .module-ct .accordion li ul li.level1 ul {
  padding: 10px 20px;
}
.module.category .module-ct .accordion li ul li.level1 ul li.level2 a {
  color: #fff;
  font-weight: 300;
}
.module.category .module-ct .accordion li ul li.level1 ul li.level2 .VmArrowdown i {
  color: #fff;
}
.module.category .module-ct .accordion li ul li.level1 ul li.level2 .VmArrowdown:hover {
  background: #9b59b6;
}
.module.category .module-ct .accordion li ul li.level1 ul li.level2.active,
.module.category .module-ct .accordion li ul li.level1 ul li.level2:hover {
  background: #6aa300;
}
.module.category .module-ct .accordion li ul li.level1 ul li.level2.active a,
.module.category .module-ct .accordion li ul li.level1 ul li.level2:hover a {
  color: #fff;
}

.modal {
  bottom: 0;
  display: inline-block;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: relative;
  right: 0;
  top: 0;
  z-index: 1050;
}
.layout {
  padding: 0;
  margin: 0 0 -30px 0;
  list-style: none;
}
.layout li {
  margin: 0 -15px;
}
.layout li .prod-row {
  display: inline-block;
  vertical-align: top;
  padding: 0px 15px 30px;
  width: 297px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout li .prod-row {
    width: 248px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout li .prod-row {
    width: 258px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .layout li .prod-row {
    display: inline-block;
    float: none;
    width: 49.5%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .layout li .prod-row {
    width: 100%;
  }
}
.layout li .prod-row .count_holder_small {
  display: block;
}
.layout li .prod-row .product-box {
  background: #f7f7f7;
  position: relative;
}
.layout li .prod-row .product-box .browseImage {
  position: relative;
  max-height: 260px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout li .prod-row .product-box .browseImage {
    max-height: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout li .prod-row .product-box .browseImage {
    max-height: 200px;
  }
}
.layout li .prod-row .product-box .browseImage .lbl-box {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
}
.layout li .prod-row .product-box .browseImage .lbl-box div {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #fff;
  font-weight: 300;
}
.layout li .prod-row .product-box .browseImage .lbl-box div.limited {
  background: #9c59b6;
}
.layout li .prod-row .product-box .browseImage .lbl-box div.discount {
  background: #9c59b6;
}
.layout li .prod-row .product-box .browseImage .lbl-box div.hit {
  background: #e70032;
}
.layout li .prod-row .product-box .browseImage .lbl-box2 {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1;
}
.layout li .prod-row .product-box .browseImage .lbl-box2 div {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #fff;
  font-weight: 300;
}
.layout li .prod-row .product-box .browseImage .lbl-box2 div.sold {
  background: #a3a0a0;
}
.layout li .prod-row .product-box .browseImage .lbl-box2 div.new {
  background: #6aa300;
}
.layout li .prod-row .product-box .browseImage .img-wrapper {
  background: #fff;
  padding: 20px;
  overflow: hidden;
}
.layout li .prod-row .product-box .browseImage .img-wrapper img {
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.layout li .prod-row .product-box .desc1.liststock,
.layout li .prod-row .product-box .Title.liststock,
.layout li .prod-row .product-box .paddingtop8.liststock {
  display: none;
}
.layout li .prod-row .product-box .Title {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 20px;
}
.layout li .prod-row .product-box .Title a {
  color: #1f2228;
}
.layout li .prod-row .product-box .Title a:hover {
  color: #76b500;
}
.layout li .prod-row .product-box .description {
  padding: 0px 20px;
  font-size: 13px;
}
.layout li .prod-row .product-box .description p {
  margin-bottom: 0;
}
.layout li .prod-row .product-box .Price {
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
  color: #76b500;
  padding: 0 0 0 20px;
}
.layout li .prod-row .product-box .Price .WithoutTax {
  font-weight: 300;
  color: #596067;
  text-decoration: line-through;
  margin-right: 5px;
}
.layout li .prod-row .product-box .vote {
  display: inline-block;
  float: right;
  margin: 10px 20px 10px 0;
  padding: ;
  text-align: left;
  position: relative;
}
@media (min-width: 320px) and (max-width: 479px) {
  .layout li .prod-row .product-box .vote {
    float: none;
    margin: 10px 20px 10px 20px;
  }
}
.layout li .prod-row .product-box .vote .ratingbox {
  background: none;
  width: 75px;
  height: 14px;
  position: relative;
}
.layout li .prod-row .product-box .vote .ratingbox:before {
  color: #dbdbdb;
  content: "\f006\ \f006\ \f006\ \f006\ \f006";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
.layout li .prod-row .product-box .vote .stars-orange {
  background: none;
  overflow: hidden;
  height: 14px;
  left: 0;
  top: 0;
  position: absolute;
}
.layout li .prod-row .product-box .vote .stars-orange:before {
  color: #f1c40f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
.layout li .prod-row .product-box .product-actions {
  padding-top: 10px;
  color: #fff;
  display: table;
  width: 100%;
  overflow: hidden;
}
.layout li .prod-row .product-box .product-actions .addtocart-button {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  box-sizing: border-box;
  position: relative;
  height: 40px;
}
.layout li .prod-row .product-box .product-actions .addtocart-button > i {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  top: 0px;
}
.layout li .prod-row .product-box .product-actions > div {
  position: relative;
  border-left: 1px solid #e7f9fc;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0;
  display: table-cell;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  vertical-align: top;
}
.layout li .prod-row .product-box .product-actions > div.add-to-cart {
  border-left: none;
}
.layout li .prod-row .product-box .product-actions > div.current {
  width: auto;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  .layout li .prod-row .product-box .product-actions > div.add-to-favorites,
  .layout li .prod-row .product-box .product-actions > div.add-to-compare {
    display: none;
  }
}
.layout li .prod-row .product-box .product-actions > div.current span.action-name {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  white-space: nowrap;
  visibility: visible;
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 115px;
  text-overflow: ellipsis;
  padding-right: 0px;
  overflow: hidden;
  left: 26px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout li .prod-row .product-box .product-actions > div.current span.action-name {
    max-width: 105px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout li .prod-row .product-box .product-actions > div.current span.action-name {
    max-width: 105px;
  }
}
.layout li .prod-row .product-box .product-actions > div span.action-name {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  visibility: hidden;
  width: 0px;
  height: 0px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 300;
  margin-left: 5px;
  position: absolute;
  left: 85px;
  top: 0;
  line-height: 40px;
}
.layout li .prod-row .product-box .product-actions > div .add_compare {
  background: #515b5e;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px 10px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: auto;
  position: relative;
  height: 40px;
}
.layout li .prod-row .product-box .product-actions > div .add_compare.active,
.layout li .prod-row .product-box .product-actions > div .add_compare:hover {
  background: #41494b;
}
.layout li .prod-row .product-box .product-actions > div .add_wishlist {
  background: #515b5e;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px 9px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: auto;
  position: relative;
  height: 40px;
}
.layout li .prod-row .product-box .product-actions > div .add_wishlist i {
  line-height: 20px;
  position: relative;
  left: 2px;
}
.layout li .prod-row .product-box .product-actions > div .add_wishlist.active,
.layout li .prod-row .product-box .product-actions > div .add_wishlist:hover {
  background: #41494b;
}
.layout li .prod-row .product-box .paddingtop8 {
  padding: 20px 0 0 20px;
}
.layout li .prod-row .product-box .paddingtop8 .vm2-lowstock {
  background-image: none;
  width: 62px;
  height: 12px;
  display: block;
  background: #e2e6e7;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}
.layout li .prod-row .product-box .paddingtop8 .vm2-lowstock:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background: #f1c40f;
  height: 12px;
  width: 70%;
}
.layout li .prod-row .product-box .paddingtop8 .vm2-nostock {
  background-image: none;
  width: 62px;
  height: 12px;
  display: block;
  background: #e2e6e7;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}
.layout li .prod-row .product-box .paddingtop8 .vm2-nostock:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background: #e74c3c;
  height: 12px;
  width: 15%;
}
.layout li .prod-row .product-box .paddingtop8 .vm2-normalstock {
  background-image: none;
  width: 62px;
  height: 12px;
  display: block;
  background: #e2e6e7;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}
.layout li .prod-row .product-box .paddingtop8 .vm2-normalstock:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background: #1abc9c;
  height: 12px;
  width: 95%;
}
.layout li .prod-row .product-box:hover {
  
}
.layout li .prod-row .product-box:hover div.quick_btn {
  left: 50%;
  margin-top: 20px;
}
.layout li .prod-row .product-box:hover .img-wrapper {
  background: #fff;
}
.layout li .prod-row .product-box:hover .img-wrapper img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.layout.owl-carousel {
  margin: 0 -15px -30px;
  width: auto;
}
.layout.owl-carousel li {
  margin: 0 15px;
}
.layout.owl-carousel li .prod-row {
  width: 100%;
  padding: 0 0 30px 0;
  box-sizing: border-box;
}

div.quick_btn {
  line-height: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  border-radius: 0;
  padding: 10px 20px;
  background: #515b5e;
  width: 150px;
  left: 50%;
  top: 20%;
  margin-left: -75px;
  margin-top: -20px;
}
div.quick_btn i {
  display: inline-block;
}
div.quick_btn i:after {
  font-family: FontAwesome;
  content: "\f06e";
  margin-right: 0px;
}
div.quick_btn:hover {
  left: 50% !important;
  background: #6aa300;
}

.count_holder .count_info {
  float: none;
  font-size: 14px;
  margin: 0 23px 10px 0;
}
.count_holder .info_prod_left {
  float: left;
  font-size: 14px;
  margin: 0 0 10px 23px;
}
.count_info_left b,
.count_info b {
  border: 1px solid #FFFFFF;
  font-size: 18px;
  padding: 2px 10px;
}
.count_holder_small {
  border: 1px solid #9b59b6;
  background: #9b59b6;
  background: rgba(155, 89, 182, 0.8);
  padding: 11px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  display: block;
  border-radius: 0px;
}
.prod_hold .count_holder_small {
  display: none;
}
.count_info {
  color: #fff;
  float: none;
  font-size: 12px;
  margin: 0 0 0 0;
  text-align: left;
  font-weight: 300;
  text-transform: none;
  line-height: 22px;
  display: none;
}
.count_border {
  overflow: hidden;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.countdown_rtl {
  direction: rtl;
}
.countdown_holding span {
  color: #888;
}
.countdown_row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
  overflow: hidden;
  display: block;
}
.countdown_show1 .countdown_section {
  width: 98%;
}
.countdown_show2 .countdown_section {
  width: 48%;
}
.countdown_show3 .countdown_section {
  width: 32.5%;
}
.countdown_show4 .countdown_section {
  width: auto;
  float: left;
  margin-right: 5px;
}
.countdown_show4 .countdown_section:first-child {
  width: auto;
  float: left;
}
.countdown_show5 .countdown_section {
  width: 19.5%;
}
.countdown_show6 .countdown_section {
  width: 16.25%;
}
.countdown_show7 .countdown_section {
  width: 14%;
}
.countdown_section {
  display: block;
  float: left;
  font-size: 14px;
  text-align: left;
  color: #fff;
  line-height: 16px;
}
.countdown_amount {
  font-weight: 500;
  color: #fff;
  float: left;
  margin-right: 2px;
}
.countdown_section br {
  display: none;
}
.countdown_descr {
  display: block;
  float: left;
}
.bzSaleTimerDesc {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin-left: 0px;
  float: left;
  margin-bottom: 0px;
  padding-top: 0px;
  display: none;
}
.bzSaleTimerDesc div {
  color: #fff;
  font-weight: 500;
  display: inline-block;
}

div#facebox,
.fancybox-wrap {
  z-index: 655600;
  width: auto !important;
  padding: 0;
}
div#facebox .popup,
.fancybox-wrap .popup,
div#facebox .fancybox-skin,
.fancybox-wrap .fancybox-skin {
  border: none;
  padding: 0px !important;
  min-height: 210px;
  background: #fff;
  height: inherit;
  box-shadow: none;
  border-radius: 0;
}
div#facebox .popup .fancybox-image,
.fancybox-wrap .popup .fancybox-image,
div#facebox .fancybox-skin .fancybox-image,
.fancybox-wrap .fancybox-skin .fancybox-image {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
div#facebox .popup #fancybox-frame,
.fancybox-wrap .popup #fancybox-frame,
div#facebox .fancybox-skin #fancybox-frame,
.fancybox-wrap .fancybox-skin #fancybox-frame {
  min-height: 470px;
  padding: 20px;
}
div#facebox .popup .content,
.fancybox-wrap .popup .content,
div#facebox .fancybox-skin .content,
.fancybox-wrap .fancybox-skin .content,
div#facebox .popup > div,
.fancybox-wrap .popup > div,
div#facebox .fancybox-skin > div,
.fancybox-wrap .fancybox-skin > div {
  border-radius: 0;
  display: block;
  width: auto !important;
  overflow: hidden !important;
  padding: 20px;
}
div#facebox .popup .content.my-groovy-style2,
.fancybox-wrap .popup .content.my-groovy-style2,
div#facebox .fancybox-skin .content.my-groovy-style2,
.fancybox-wrap .fancybox-skin .content.my-groovy-style2,
div#facebox .popup > div.my-groovy-style2,
.fancybox-wrap .popup > div.my-groovy-style2,
div#facebox .fancybox-skin > div.my-groovy-style2,
.fancybox-wrap .fancybox-skin > div.my-groovy-style2 {
  padding-bottom: 95px;
}
div#facebox .popup .content .left,
.fancybox-wrap .popup .content .left,
div#facebox .fancybox-skin .content .left,
.fancybox-wrap .fancybox-skin .content .left,
div#facebox .popup > div .left,
.fancybox-wrap .popup > div .left,
div#facebox .fancybox-skin > div .left,
.fancybox-wrap .fancybox-skin > div .left {
  padding-left: 110px;
  max-width: 440px;
}
div#facebox .popup .content .left > div,
.fancybox-wrap .popup .content .left > div,
div#facebox .fancybox-skin .content .left > div,
.fancybox-wrap .fancybox-skin .content .left > div,
div#facebox .popup > div .left > div,
.fancybox-wrap .popup > div .left > div,
div#facebox .fancybox-skin > div .left > div,
.fancybox-wrap .fancybox-skin > div .left > div,
div#facebox .popup .content .left h4,
.fancybox-wrap .popup .content .left h4,
div#facebox .fancybox-skin .content .left h4,
.fancybox-wrap .fancybox-skin .content .left h4,
div#facebox .popup > div .left h4,
.fancybox-wrap .popup > div .left h4,
div#facebox .fancybox-skin > div .left h4,
.fancybox-wrap .fancybox-skin > div .left h4 {
  font-size: 16px;
  font-weight: 300;
}
div#facebox .popup .content img,
.fancybox-wrap .popup .content img,
div#facebox .fancybox-skin .content img,
.fancybox-wrap .fancybox-skin .content img,
div#facebox .popup > div img,
.fancybox-wrap .popup > div img,
div#facebox .fancybox-skin > div img,
.fancybox-wrap .fancybox-skin > div img {
  position: absolute;
  left: 10px;
  top: 10px;
  width: auto;
  height: 90px;
}
div#facebox .popup .content .button,
.fancybox-wrap .popup .content .button,
div#facebox .fancybox-skin .content .button,
.fancybox-wrap .fancybox-skin .content .button,
div#facebox .popup > div .button,
.fancybox-wrap .popup > div .button,
div#facebox .fancybox-skin > div .button,
.fancybox-wrap .fancybox-skin > div .button {
  position: relative;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
  margin-top: 30px;
}
div#facebox .popup .content .button.reset,
.fancybox-wrap .popup .content .button.reset,
div#facebox .fancybox-skin .content .button.reset,
.fancybox-wrap .fancybox-skin .content .button.reset,
div#facebox .popup > div .button.reset,
.fancybox-wrap .popup > div .button.reset,
div#facebox .fancybox-skin > div .button.reset,
.fancybox-wrap .fancybox-skin > div .button.reset {
  left: auto;
  right: 0;
}
div#facebox .popup .close,
.fancybox-wrap .popup .close,
div#facebox .fancybox-skin .close,
.fancybox-wrap .fancybox-skin .close {
  background: none;
  opacity: 1;
  top: 5px;
  right: 5px;
  font-size: 14px;
  padding: 0;
  height: auto;
  width: auto;
}
div#facebox .popup .close:after,
.fancybox-wrap .popup .close:after,
div#facebox .fancybox-skin .close:after,
.fancybox-wrap .fancybox-skin .close:after {
  font-family: FontAwesome;
  content: "\f00d";
  margin-right: 0px;
  font-size: 14px;
  color: #596067;
  font-weight: 400;
  text-shadow: none;
}
div#facebox .popup .close:hover:after,
.fancybox-wrap .popup .close:hover:after,
div#facebox .fancybox-skin .close:hover:after,
.fancybox-wrap .fancybox-skin .close:hover:after {
  color: #76b500;
}
div#facebox_overlay {
  z-index: 111111;
}
#sbox-window {
  z-index: 655576;
}
#sbox-overlay {
  z-index: 655556;
}
#system_view_overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111111;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
}
#system_view {
  background: #fff;
  padding: 10px;
  max-width: 440px;
  width: 440px;
  position: absolute;
  z-index: 111111;
  display: none;
}
#system_view .success_compare_img,
#system_view .success_wishlists_img {
  float: left;
  margin-right: 30px;
}
#system_view .success_compare_img img,
#system_view .success_wishlists_img img {
  max-height: 90px;
  width: auto;
}
#system_view .success_compare_left,
#system_view .success_wishlists_left {
  float: left;
  width: 290px;
}
#system_view .success_compare_left .title,
#system_view .success_wishlists_left .title {
  font-weight: 300;
  font-size: 16px;
}
#system_view .success_compare_left .title a,
#system_view .success_wishlists_left .title a {
  color: #1f2228;
}
#system_view .success_compare_left .title a:hover,
#system_view .success_wishlists_left .title a:hover {
  color: #76b500;
}
#system_view .success_compare_left .remcompare,
#system_view .success_wishlists_left .remcompare,
#system_view .success_compare_left .remwishlists,
#system_view .success_wishlists_left .remwishlists {
  padding-top: 10px;
}
#system_view .success_compare_left .remcompare a,
#system_view .success_wishlists_left .remcompare a,
#system_view .success_compare_left .remwishlists a,
#system_view .success_wishlists_left .remwishlists a {
  cursor: pointer;
  color: #76b500;
}
#system_view .success_compare_left .remcompare a:hover,
#system_view .success_wishlists_left .remcompare a:hover,
#system_view .success_compare_left .remwishlists a:hover,
#system_view .success_wishlists_left .remwishlists a:hover {
  color: #596067;
}
#system_view .success_compare_left .remcompare a i,
#system_view .success_wishlists_left .remcompare a i,
#system_view .success_compare_left .remwishlists a i,
#system_view .success_wishlists_left .remwishlists a i {
  display: none;
}
#system_view .wrapper2,
#system_view .success_compare,
#system_view .success_wishlists {
  width: 100%;
  clear: both;
}
#system_view .success_compare,
#system_view .success_wishlists {
  color: #3498db;
  padding: 20px 0;
}
#system_view .success_compare .notification,
#system_view .success_wishlists .notification {
  color: #1abc9c;
}
#system_view .success_compare .warning,
#system_view .success_wishlists .warning {
  color: #e74c3c;
}
#system_view .system_view_close {
  position: absolute;
  right: 5px;
  top: 0px;
  opacity: 1;
  cursor: pointer;
}
#system_view .system_view_close:hover {
  color: #76b500;
}
#system_view .reset2 {
  float: right;
}
.AjaxPreloaderC {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -22px;
  background: url(../../../templates/t3_bs3_blank/images/fancybox_loading.gif) center center no-repeat #000000;
  width: 44px;
  height: 44px;
  z-index: 9999;
  opacity: 0.9;
  border-radius: 6px;
}

.list_carousel_brand h3.module-title {
  margin-bottom: 20px;
}
.list_carousel_brand ul {
  margin: 0 -5px -30px;
  width: auto;
  list-style: none;
  padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .list_carousel_brand ul {
    margin: 0 -5px 0px;
  }
}
.list_carousel_brand ul .owl-wrapper-outer {
  padding: 5px 0;
}
.list_carousel_brand ul li {
  list-style: none;
  padding: 0;
  margin: 0 5px;
  text-align: center;
}
.list_carousel_brand ul li img {
  max-width: 100%;
  height: auto;
}
.list_carousel_brand ul li a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: #fff;
}
.list_carousel_brand ul li a:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.list_carousel_brand ul .owl-controls {
  right: 5px;
}

.module.best .module-title {
  background: #ffffff;
  margin-bottom: 0;
}
.module.best .module-title:before {
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f091";
  margin-right: 8px;
  line-height: 18px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.best .module-ct {
  background: #fff;
  padding: 0;
}
.module.best .listproduct {
  margin: 0;
}
.module.best .listproduct li {
  margin: 0;
  width: 100%;
}
.module.best .listproduct li .prod-row {
  width: 100%;
  padding: 10px;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  .module.best .listproduct li .prod-row {
    width: 100%;
  }
}
.module.best .listproduct li .prod-row.even {
  background: #f7f7f7;
}
.module.best .listproduct li .prod-row .product-box {
  background: none;
}
.module.best .listproduct li .prod-row .browseImage {
  width: 80px;
  background: #fff;
  float: left;
  margin-right: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module.best .listproduct li .prod-row .browseImage {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.best .listproduct li .prod-row .browseImage {
    width: 100%;
  }
}
.module.best .listproduct li .prod-row .browseImage .lbl-box,
.module.best .listproduct li .prod-row .browseImage .lbl-box2 {
  display: none;
}
.module.best .listproduct li .prod-row .browseImage .img-wrapper {
  padding: 5px;
}
.module.best .listproduct li .prod-row .slide-hover {
  float: left;
  width: 60%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module.best .listproduct li .prod-row .slide-hover {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.best .listproduct li .prod-row .slide-hover {
    width: 100%;
  }
}
.module.best .listproduct li .prod-row .slide-hover .Title {
  font-size: 14px;
  line-height: 16px;
  padding: 10px 0 0;
}
.module.best .listproduct li .prod-row .slide-hover .vote {
  float: none;
  margin: 5px 0;
}
.module.best .listproduct li .prod-row .slide-hover .Price {
  padding: 0;
  float: none;
  line-height: 20px;
}

.module.specials {
  overflow: hidden;
}
.module.specials .module-title {
  background: #ffffff;
  margin-bottom: 0;
}
.module.specials .module-title:before {
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f0d0";
  margin-right: 8px;
  line-height: 18px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.specials .module-ct {
  background: #ffffff;
  padding: 0;
}
.module.specials .sidebarproduct {
  margin-bottom: 0;
}
.module.specials .sidebarproduct .prod-row {
  padding-bottom: 0;
}
.module.specials .sidebarproduct .owl-controls {
  top: -50px;
}
.module.specials .sidebarproduct .owl-controls .owl-buttons div {
  background: #ffffff;
  color: #2e3233;
}
.module.specials .sidebarproduct .owl-controls .owl-buttons div:hover {
  background: #f7f7f7;
  color: #76b500;
}

.module.compare .module-title {
  background: #ffffff;
  margin-bottom: 0;
}
.module.compare .module-title:before {
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f0c5";
  margin-right: 8px;
  line-height: 18px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#mod_compare .modcompareprod {
  margin-bottom: 20px;
}
#mod_compare .not_text {
  font-size: 16px;
  color: #515b5e;
  margin: 0 -5px;
}
#mod_compare .image.fleft {
  float: left;
  width: 70px;
  margin-right: 20px;
}
#mod_compare .image.fleft img {
  width: 100%;
  height: auto;
}
#mod_compare .extra-wrap {
  float: left;
  width: 60%;
}
#mod_compare .extra-wrap .name a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #2e3233;
}
#mod_compare .extra-wrap .name a:hover {
  color: #3498db;
}
#mod_compare .extra-wrap .remcompare a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #e74c3c;
  cursor: pointer;
}
#mod_compare .extra-wrap .remcompare a:hover {
  color: #2e3233;
}
#mod_compare .btn_compare {
  background: #f7f7f7;
  color: #2e3233;
}
#mod_compare .btn_compare:hover {
  background: #ffffff;
  color: #fff;
}

.module.wishlist .module-title {
  background: #ffffff;
  margin-bottom: 0;
}
.module.wishlist .module-title:before {
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f08a";
  margin-right: 8px;
  line-height: 18px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#mod_wishlists .modwishlistsprod {
  margin-bottom: 20px;
}
#mod_wishlists .not_text {
  font-size: 16px;
  color: #515b5e;
  margin: 0 -5px;
}
#mod_wishlists .image.fleft {
  float: left;
  width: 70px;
  margin-right: 20px;
}
#mod_wishlists .image.fleft img {
  width: 100%;
  height: auto;
}
#mod_wishlists .extra-wrap {
  float: left;
  width: 60%;
}
#mod_wishlists .extra-wrap .name a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #2e3233;
}
#mod_wishlists .extra-wrap .name a:hover {
  color: #e74c3c;
}
#mod_wishlists .extra-wrap .remwishlists a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #e74c3c;
  cursor: pointer;
}
#mod_wishlists .extra-wrap .remwishlists a:hover {
  color: #2e3233;
}
#mod_wishlists .btn_wishlist {
  background: #f7f7f7;
  color: #2e3233;
}
#mod_wishlists .btn_wishlist:hover {
  background: #ffffff;
  color: #fff;
}

.module.tags .module-title {
  background: #ffffff;
  margin-bottom: 0;
}
.module.tags .module-title:before {
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f0c2";
  margin-right: 8px;
  line-height: 18px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.tags .module-ct {
  background: #ffffff;
  padding: 20px 20px 15px;
}
.module.tags .mod_tagsvm3 {
  overflow: hidden;
  width: 100%;
}
.module.tags .mod_tagsvm3 .vm_tag {
  display: inline-block;
  background: #f7f7f7;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px;
  text-transform: lowercase;
  float: left;
  margin: 0 5px 5px 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #2e3233;
}
.module.tags .mod_tagsvm3 .vm_tag span {
  font-size: 14px;
}
.module.tags .mod_tagsvm3 .vm_tag:hover {
  background: #ffffff;
  color: #fff;
}

.module.homeblog {
  overflow: hidden;
  width: 100%;
}
.module.homeblog .module-ct {
  background: none;
}
.module.homeblog #k2slider {
  list-style: outside none none;
  margin: 0 -15px;
  padding: 0;
  width: auto;
}
.module.homeblog #k2slider li {
  overflow: hidden;
  margin: 0 15px;
  background: #ffffff;
  padding: 20px;
}
.module.homeblog #k2slider li .moduleItemIntrotext {
  padding: 0;
}
.module.homeblog #k2slider li .moduleItemImage {
  float: left;
  width: 250px;
  margin-right: 20px;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module.homeblog #k2slider li .moduleItemImage {
    width: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.homeblog #k2slider li .moduleItemImage {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .module.homeblog #k2slider li .moduleItemImage {
    width: 100%;
  }
}
.module.homeblog #k2slider li .moduleItemImage img {
  width: 100%;
  height: auto;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  padding: 0;
  margin: 0;
  float: none;
}
.module.homeblog #k2slider li .fleft {
  float: left;
  padding: 10px 0px 0 0;
  width: 49%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.homeblog #k2slider li .fleft {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .module.homeblog #k2slider li .fleft {
    width: 100%;
  }
}
.module.homeblog #k2slider li .fleft .moduleItemTitle {
  color: #2e3233;
  font-size: 16px;
}
.module.homeblog #k2slider li .fleft .moduleItemTitle:hover {
  color: #6aa300;
}
.module.homeblog #k2slider li .fleft .moduleItemDateCreated {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
  padding-bottom: 10px;
  padding-top: 5px;
}
.module.homeblog #k2slider li .fleft .moduleItemDateCreated:before {
  font-size: 14px;
  font-family: FontAwesome;
  content: "\f017";
  margin-right: 8px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.homeblog #k2slider li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.category_description {
  font-size: 16px;
  color: #2e3233;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
.category_description img {
  width: 100%;
  height: auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.category_description .box-style {
  background: #fff;
}
.category_description .prod_cat {
  float: left;
  margin-right: 20px;
  width: 200px;
  background: #fff;
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .category_description .prod_cat {
    float: none;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .category_description .prod_cat {
    float: none;
    width: 100%;
  }
}
.category_description .prod_desc {
  padding: 20px;
}
.category-view {
  width: 100%;
  overflow: hidden;
}
.category-view .marg {
  margin: 0 -15px;
}
.category-view h2 {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.category-view .cat_row {
  float: left;
  width: 180px;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-view .cat_row {
    width: 248px;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-view .cat_row {
    width: 258px;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .category-view .cat_row {
    width: 49.5%;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .category-view .cat_row {
    width: 100%;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
.category-view .cat_row a {
  text-decoration: none;
  display: block;
}
.category-view .cat_row a .category-border {
  background: #fff;
  overflow: hidden;
  padding: 20px;
}
.category-view .cat_row a img {
  width: 100%;
  height: auto;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.category-view .cat_row a .category-title {
  color: #2e3233;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  background: #f7f7f7;
  padding: 10px 20px;
}
.category-view .cat_row a:hover .category-title {
  color: #76b500;
}
.category-view .cat_row a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.virtuemart_search {
  width: 100%;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}
.virtuemart_search input.inputbox {
  background: #fff;
  border: 1px solid #fff;
  width: 270px;
  float: left;
  margin-right: 10px;
  height: 40px;
}
.module-title.no-products {
  margin-top: 30px;
}
.module-title.no-products i {
  margin-right: 10px;
}
.orderby-displaynumber {
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
.orderby-displaynumber .border_bot {
  background: #a1aaaf;
  padding: 10px 10px 9px;
  min-height: 50px;
  position: relative;
  z-index: 2;
}
.orderby-displaynumber .border_bot .navigation_grid {
  float: right;
  overflow: hidden;
  width: 100px;
  margin: -10px -10px -10px 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  .orderby-displaynumber .border_bot .navigation_grid {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    border-left: 1px solid #ecfdfe;
  }
}
.orderby-displaynumber .border_bot .navigation_grid a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  float: left;
  border-left: 1px solid #ecfdfe;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.orderby-displaynumber .border_bot .navigation_grid a:hover,
.orderby-displaynumber .border_bot .navigation_grid a.active {
  background: #889196;
}
@media (min-width: 320px) and (max-width: 479px) {
  .orderby-displaynumber .border_bot .navigation_grid a {
    border-right: 1px solid #ecfdfe;
    margin-left: -1px;
  }
}
.orderby-displaynumber .border_bot .orderlistcontainer {
  position: relative;
  width: auto;
  float: left;
  background: #f7f7f7;
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  margin: 0 5px 1px 0;
}
.orderby-displaynumber .border_bot .orderlistcontainer .title {
  display: none;
}
.orderby-displaynumber .border_bot .orderlistcontainer .activeOrder,
.orderby-displaynumber .border_bot .orderlistcontainer .activeOrder a {
  font-size: 14px;
  font-weight: 300;
  color: #7a8188;
  cursor: pointer;
}
.orderby-displaynumber .border_bot .orderlistcontainer .activeOrder:after {
  font-family: FontAwesome;
  content: "\f0d7";
  margin-left: 8px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.orderby-displaynumber .border_bot .orderlistcontainer .activeOrder.hover:after {
  font-family: FontAwesome;
  content: "\f0d8";
  margin-left: 8px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.orderby-displaynumber .border_bot .orderlistcontainer .orderlist {
  background: #fff;
  position: absolute;
  left: 0;
  top: 31px;
  width: 180px;
  margin-top: 10px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block !important;
  opacity: 0;
  visibility: hidden;
}
.orderby-displaynumber .border_bot .orderlistcontainer .orderlist a {
  font-size: 14px;
  line-height: 24px;
  color: #7a8188;
  display: block;
  padding: 0 14px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.orderby-displaynumber .border_bot .orderlistcontainer .orderlist a:hover {
  background: #f7f7f7;
  color: #2e3233;
}
.orderby-displaynumber .border_bot .orderlistcontainer:hover .orderlist {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}
.orderby-displaynumber.bot {
  padding-top: 10px;
  padding-bottom: 20px;
}
.Results {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 15px 0 10px;
}
.Results .display-number {
  float: left;
  width: 40%;
  padding-top: 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .Results .display-number {
    float: none;
    width: 100%;
  }
}
.Results .display-number span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-right: 15px;
}
.Results .display-number .jq-selectbox {
  background: #fff;
  margin: 0 0px;
  padding: 0;
  width: 70px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.Results .display-number .jq-selectbox .select {
  padding: 0px 15px 0px;
  float: none !important;
  border: none;
  background: #f7f7f7;
  border-radius: 0;
  color: #7a8188;
}
.Results .display-number .jq-selectbox .select:before {
  content: "\f0d7";
  font-size: 14px;
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 0px;
}
.Results .display-number .jq-selectbox .dropdown {
  background: #fff;
  width: 100%;
  margin-top: 30px;
  max-height: 350px;
  top: 0 !important;
}
.Results .display-number .jq-selectbox .dropdown ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.Results .display-number .jq-selectbox .dropdown ul li {
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.Results .display-number .jq-selectbox .dropdown ul li:hover {
  background: #f7f7f7;
  color: #1f2228;
}
.Results .display-number .jq-selectbox.opened {
  background: #f7f7f7;
}
.Results .display-number .jq-selectbox.opened .select:before {
  content: "\f0d8";
  font-size: 14px;
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 0;
}
.Results #bottom-pagination-top {
  float: right;
  width: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .Results #bottom-pagination-top {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}
#bottom-pagination-top {
  margin-top: 0px;
}
#bottom-pagination-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#bottom-pagination-top ul li {
  float: left;
  font-size: 14px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  padding-left: 1px;
}
#bottom-pagination-top ul li a,
#bottom-pagination-top ul li span {
  display: block;
  background: #f7f7f7;
  color: #2e3233;
  text-decoration: none;
}
#bottom-pagination-top ul li a {
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#bottom-pagination-top ul li a:hover {
  background: #dde3e6;
}
.recentproducts {
  padding: 0;
  margin: 0 0 30px 0;
}
#product_list {
  position: relative;
  z-index: 1;
}
#product_list.list .layout li .prod-row {
  width: 100%;
  display: table;
}
@media (min-width: 320px) and (max-width: 479px) {
  #product_list.list .layout li .prod-row {
    width: 100%;
    display: block;
  }
}
#product_list.list .layout li .prod-row .browseImage {
  width: 20%;
  display: table-cell;
}
@media (min-width: 320px) and (max-width: 479px) {
  #product_list.list .layout li .prod-row .browseImage {
    width: 100%;
    display: block;
  }
}
#product_list.list .layout li .prod-row .browseImage .img-wrapper {
  padding: 20px;
}
#product_list.list .layout li .prod-row .browseImage .img-wrapper img {
  width: 280px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #product_list.list .layout li .prod-row .browseImage .img-wrapper img {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #product_list.list .layout li .prod-row .browseImage .img-wrapper img {
    width: 180px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #product_list.list .layout li .prod-row .browseImage .img-wrapper img {
    width: 200px;
  }
}
#product_list.list .layout li .prod-row .slide-hover {
  width: 80%;
  display: table-cell;
  vertical-align: top;
  position: relative;
}
@media (min-width: 320px) and (max-width: 479px) {
  #product_list.list .layout li .prod-row .slide-hover {
    width: 100%;
    display: block;
  }
}
#product_list.list .layout li .prod-row .slide-hover .gridstock {
  display: none;
}
#product_list.list .layout li .prod-row .slide-hover .gridstock.Title {
  display: block;
  padding-top: 20px;
}
#product_list.list .layout li .prod-row .slide-hover .liststock {
  display: block;
}
#product_list.list .layout li .prod-row .slide-hover .desc1 {
  color: #596067;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300px;
  padding: 0 20px;
  margin-bottom: 0;
}
#product_list.list .layout li .prod-row .slide-hover .desc1 p {
  margin-bottom: 0;
}
#product_list.list .layout li .prod-row .slide-hover .Title.liststock {
  padding-top: 20px;
  display: none;
}
#product_list.list .layout li .prod-row .slide-hover .product_tags {
  padding: 10px 20px;
}
#product_list.list .layout li .prod-row .slide-hover .product_tags .vm_tags {
  background: #fff;
  color: #2e3233;
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  text-transform: lowercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#product_list.list .layout li .prod-row .slide-hover .product_tags .vm_tags:hover {
  background: #1abc9c;
  color: #fff;
}
#product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions {
    position: relative;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions {
    position: relative;
    margin-left: 20px;
    width: 90%;
  }
}
#product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions > div {
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  #product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions > div {
    display: block;
    margin-top: 1px;
    border: none;
  }
}
#product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions > div .action-name {
  visibility: visible;
  opacity: 1;
  left: 30px;
  width: auto;
  height: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 120px;
  white-space: nowrap;
}
#product_list.list .layout li .prod-row .product-box div.quick_btn {
  left: 20% !important;
}
#product_list.list .layout li .prod-row .product-box:hover div.quick_btn {
  left: 20%;
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .zoomLens {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .zoomLens {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .zoomWindowContainer {
    display: none !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .zoomWindowContainer {
    display: none !important;
  }
}
#productdetailsview .availability {
  padding-bottom: 20px;
}
#productdetailsview .icons {
  overflow: hidden;
  width: 100%;
}
#productdetailsview .icons div {
  float: left;
  margin: 0 5px 0 0;
}
#productdetailsview .icons div a {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  background: rgba(44, 62, 80, 0.6);
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}
#productdetailsview .icons div a:hover {
  background: rgba(44, 62, 80, 0.9);
}
#productdetailsview .icons div img {
  display: none;
}
#productdetailsview .icons div.icons-pdf a:before {
  content: "\f1c1";
  font-family: FontAwesome;
}
#productdetailsview .icons div.icons-print a:before {
  content: "\f02f";
  font-family: FontAwesome;
}
#productdetailsview .icons div.icons-recomend a:before {
  content: "\f003";
  font-family: FontAwesome;
}
#productdetailsview .icons div.icons-edit a:before {
  content: "\f044";
  font-family: FontAwesome;
}
#productdetailsview .wrapper2 {
  background: #f7f7f7;
  padding: 0 20px 20px 0;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #productdetailsview .wrapper2 {
    padding: 0 0px 20px 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #productdetailsview .wrapper2 {
    padding: 0 0px 0px 0;
  }
}
#productdetailsview .wrapper2 .fleft {
  float: left;
  width: 370px;
  margin: 0 30px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #productdetailsview .wrapper2 .fleft {
    width: 285px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #productdetailsview .wrapper2 .fleft {
    margin: 0 0 0 0;
    width: 490px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #productdetailsview .wrapper2 .fleft {
    margin: 0 0 0 0;
    width: 100%;
    float: none;
  }
}
#productdetailsview .wrapper2 .fleft .lbl-box {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
}
#productdetailsview .wrapper2 .fleft .lbl-box div {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #fff;
  font-weight: 300;
  display: inline-block;
}
#productdetailsview .wrapper2 .fleft .lbl-box div.limited {
  background: #9c59b6;
}
#productdetailsview .wrapper2 .fleft .lbl-box div.discount {
  background: #9c59b6;
}
#productdetailsview .wrapper2 .fleft .lbl-box div.hit {
  background: #e70032;
}
#productdetailsview .wrapper2 .fleft .lbl-box2 {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1;
}
#productdetailsview .wrapper2 .fleft .lbl-box2 div {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #fff;
  font-weight: 300;
}
#productdetailsview .wrapper2 .fleft .lbl-box2 div.sold {
  background: #a3a0a0;
}
#productdetailsview .wrapper2 .fleft .lbl-box2 div.new {
  background: #6aa300;
}
#productdetailsview .wrapper2 .fleft .main-image {
  background: #fff;
  padding: 20px;
  margin-bottom: 1px;
}
#productdetailsview .wrapper2 .fleft .main-image img {
  max-width: 100%;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 767px) {
  #productdetailsview .wrapper2 .fleft .main-image img {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #productdetailsview .wrapper2 .fleft .jcarousel-container.clearfix {
    margin-right: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #productdetailsview .wrapper2 .fleft .jcarousel.additional-images {
    width: 285px;
  }
  #productdetailsview .wrapper2 .fleft .jcarousel.additional-images ul#carousel2 {
    width: 246px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #productdetailsview .wrapper2 .fleft .jcarousel.additional-images {
    width: 491px;
  }
  #productdetailsview .wrapper2 .fleft .jcarousel.additional-images ul#carousel2 {
    width: 452px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #productdetailsview .wrapper2 .fleft .jcarousel.additional-images {
    width: 101%;
  }
  #productdetailsview .wrapper2 .fleft .jcarousel.additional-images ul#carousel2 {
    width: 100%;
    padding-right: 0px;
  }
}
#productdetailsview .wrapper2 .fleft .jcarousel.additional-images a.thumb img {
  opacity: 0.5;
}
#productdetailsview .wrapper2 .fleft .jcarousel.additional-images a.thumb.active img {
  opacity: 1;
}
#productdetailsview .wrapper2 .fleft #gallery_02 .jcarousel-prev,
#productdetailsview .wrapper2 .fleft #gallery_02 .jcarousel-next {
  display: none !important;
}
#productdetailsview .wrapper2 .fleft #gallery_02 .owl-theme .owl-controls {
  top: 0;
  right: 0;
}
#productdetailsview .wrapper2 .fleft #gallery_02 .owl-theme .owl-controls .owl-next {
  width: 39px;
  height: 40px;
  left: auto;
  right: -40px;
  top: 0;
  position: absolute;
  border: none;
  background: #fff;
  color: #2e3233;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#productdetailsview .wrapper2 .fleft #gallery_02 .owl-theme .owl-controls .owl-next:hover {
  background: #dde3e6;
}
#productdetailsview .wrapper2 .fleft #gallery_02 .owl-theme .owl-controls .owl-prev {
  width: 39px;
  height: 40px;
  left: auto;
  right: -40px;
  top: 41px;
  position: absolute;
  border: none;
  background: #fff;
  color: #2e3233;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#productdetailsview .wrapper2 .fleft #gallery_02 .owl-theme .owl-controls .owl-prev:hover {
  background: #dde3e6;
}
#productdetailsview .wrapper2 .fright {
  float: left;
  width: 51%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #productdetailsview .wrapper2 .fright {
    width: 55%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #productdetailsview .wrapper2 .fright {
    width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #productdetailsview .wrapper2 .fright {
    width: 100%;
    padding: 0 20px;
  }
}
#productdetailsview .wrapper2 .fright .title {
  font-size: 24px;
  line-height: 26px;
  color: #2e3233;
  font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #productdetailsview .wrapper2 .fright .title {
    font-size: 20px;
  }
}
#productdetailsview .wrapper2 .fright .rating {
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  color: #7a8188;
  margin: 10px 20px 10px 0;
}
#productdetailsview .wrapper2 .fright .rating .vote {
  display: inline-block;
  padding: 0;
  text-align: left;
  position: relative;
}
#productdetailsview .wrapper2 .fright .rating .vote .ratingbox {
  background: none;
  width: 75px;
  height: 14px;
  position: relative;
}
#productdetailsview .wrapper2 .fright .rating .vote .ratingbox:before {
  color: #dbdbdb;
  content: "\f006\ \f006\ \f006\ \f006\ \f006";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
#productdetailsview .wrapper2 .fright .rating .vote .stars-orange {
  background: none;
  overflow: hidden;
  height: 14px;
  left: 0;
  top: 0;
  position: absolute;
}
#productdetailsview .wrapper2 .fright .rating .vote .stars-orange:before {
  color: #f1c40f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
#productdetailsview .wrapper2 .fright .rating .vote .rating-title {
  position: relative;
  top: -2px;
}
#productdetailsview .wrapper2 .fright .Dimensions h4 {
  margin: 10px 0;
  text-transform: capitalize;
}
#productdetailsview .wrapper2 .fright .manufacturer {
  color: #596067;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}
#productdetailsview .wrapper2 .fright .manufacturer span {
  display: inline-block;
  float: left;
  padding-right: 10px;
}
#productdetailsview .wrapper2 .fright .manufacturer a {
  display: inline-block;
  color: #2e3233;
  font-size: 14px;
  line-height: 22px;
  float: left;
}
#productdetailsview .wrapper2 .fright .manufacturer a:hover {
  color: #3498db;
}
#productdetailsview .wrapper2 .fright .stock {
  color: #596067;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}
#productdetailsview .wrapper2 .fright .stock span,
#productdetailsview .wrapper2 .fright .stock b,
#productdetailsview .wrapper2 .fright .stock i {
  float: left;
  display: inline-block;
}
#productdetailsview .wrapper2 .fright .stock span {
  padding-right: 10px;
}
#productdetailsview .wrapper2 .fright .stock i {
  color: #27ae60;
  font-style: normal;
  padding-right: 3px;
}
#productdetailsview .wrapper2 .fright .stock b {
  font-weight: 300;
  color: #2e3233;
}
#productdetailsview .wrapper2 .fright .code {
  color: #2e3233;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}
#productdetailsview .wrapper2 .fright .code span {
  color: #596067;
  padding-right: 10px;
  display: inline-block;
}
#productdetailsview .wrapper2 .fright .call-a-question {
  padding: 20px 0;
}
#productdetailsview .wrapper2 .fright .time-box {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
#productdetailsview .wrapper2 .fright .time-box .price {
  overflow: hidden;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}
#productdetailsview .wrapper2 .fright .time-box .price .text {
  font-size: 14px;
  line-height: 20px;
}
#productdetailsview .wrapper2 .fright .time-box .price .price-sale {
  background: #fff;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
  width: 34%;
  color: #76b500;
  padding: 10px 0 20px;
}
#productdetailsview .wrapper2 .fright .time-box .price .price-sale .PricesalesPrice {
  float: none;
}
#productdetailsview .wrapper2 .fright .time-box .price .price-old {
  background: #fff;
  margin-left: 0px;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
  width: 33%;
  color: #596067;
  padding: 10px 0 20px;
  position: relative;
}
#productdetailsview .wrapper2 .fright .time-box .price .price-old:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #f7f7f7;
}
#productdetailsview .wrapper2 .fright .time-box .price .price-old .PricebasePriceWithTax {
  float: none;
}
#productdetailsview .wrapper2 .fright .time-box .price .price_save {
  background: #fff;
  margin-left: 0px;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
  width: 33%;
  color: #9b59b6;
  padding: 10px 0 20px;
  position: relative;
}
#productdetailsview .wrapper2 .fright .time-box .price .price_save:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #f7f7f7;
}
#productdetailsview .wrapper2 .fright .time-box .price .price_save .PricediscountAmount {
  float: none;
}
#productdetailsview .wrapper2 .fright .time-box .bzSaleTimer {
  background: #fff;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
  width: 100%;
  color: #9b59b6;
  padding: 10px 0px 10px 10px;
  margin-bottom: 10px;
}
#productdetailsview .wrapper2 .fright .time-box .bzSaleTimer .countdown_section {
  color: #596067;
}
#productdetailsview .wrapper2 .fright .time-box .bzSaleTimer .countdown_amount {
  color: #596067;
}
#productdetailsview .wrapper2 .fright .time-box .bzSaleTimerDesc {
  float: left;
  width: 50%;
  display: block;
  color: #596067;
}
#productdetailsview .wrapper2 .fright .time-box .bzSaleTimerDesc div {
  font-weight: 400;
  color: #e74c3c;
}
#productdetailsview .wrapper2 .fright .time-box .bzSaleTimerDesc2 {
  float: left;
  width: 50%;
  display: block;
  color: #596067;
  text-align: right;
}
#productdetailsview .wrapper2 .fright .time-box .bzSaleTimerDesc2 div {
  display: inline-block;
}
#productdetailsview .wrapper2 .price {
  overflow: hidden;
  width: 100%;
}
#productdetailsview .wrapper2 .price .price-crossed {
  font-size: 16px;
  line-height: 36px;
  color: #596067;
  text-decoration: line-through;
  float: left;
  padding-right: 5px;
}
#productdetailsview .wrapper2 .price .PricesalesPrice {
  font-size: 24px;
  line-height: 36px;
  color: #76b500;
  font-weight: bold;
  float: left;
}
#productdetailsview .wrapper2 .short_desc p {
  margin: 0;
}
#productdetailsview .wrapper2 .product-box2 {
  padding-top: 20px;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field {
  margin-bottom: 10px;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-fields-title {
  color: #596067;
  font-weight: 300;
  min-width: 100px;
  display: inline-block;
  float: left;
  line-height: 20px;
  padding: 10px 0;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-fields-title b {
  font-weight: 300;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display {
  display: inline-block;
  line-height: 20px;
  float: left;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-single {
  background: #fff;
  border: 1px solid #e6e6e6;
  height: 40px;
  line-height: 20px;
  padding: 10px 14px;
  color: #7a8188;
  font-size: 14px;
  border-radius: 0;
  box-shadow: none;
  min-width: 180px;
  overflow: inherit !important;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-single span {
  min-width: 100px;
  margin: 0;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-single div {
  top: 7px;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-drop {
  border: none;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  min-width: 180px !important;
  padding: 0;
  margin: 1px 0 0 0px;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-drop .chzn-search {
  display: none;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-drop .chzn-results {
  padding: 0;
  margin: 0;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-drop li {
  font-size: 14px;
  line-height: 24px;
  color: #7a8188;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-drop li:hover,
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-drop li.highlighted {
  color: #2e3233;
  background: #f7f7f7;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-drop li.result-selected {
  color: #2e3233;
  background: #ebe9e9;
}
#productdetailsview .wrapper2 .controls {
  float: left;
  width: 200px;
}
#productdetailsview .wrapper2 .controls .quantity_box {
  line-height: 20px;
  color: #596067;
  font-weight: 300;
  float: left;
  display: inline-block;
  padding: 10px 0 10px 0;
  min-width: 100px;
}
#productdetailsview .wrapper2 .controls .box-quantity {
  position: relative;
  float: left;
  width: 90px;
}
#productdetailsview .wrapper2 .controls .box-quantity .quantity-input {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  color: #596067;
  padding: 10px 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  width: 90px;
  display: inline-block;
}
#productdetailsview .wrapper2 .controls .box-quantity .quantity-plus {
  position: absolute;
  top: 3px;
  right: 8px;
  width: 15px;
  line-height: 15px;
  font-size: 14px;
  color: #7a8188;
  text-align: center;
  cursor: pointer;
}
#productdetailsview .wrapper2 .controls .box-quantity .quantity-plus:hover {
  color: #2e3233;
}
#productdetailsview .wrapper2 .controls .box-quantity .quantity-minus {
  position: absolute;
  bottom: 3px;
  right: 8px;
  width: 15px;
  line-height: 15px;
  font-size: 14px;
  color: #7a8188;
  text-align: center;
  cursor: pointer;
}
#productdetailsview .wrapper2 .controls .box-quantity .quantity-minus:hover {
  color: #2e3233;
}
#productdetailsview .wrapper2 .product-actions {
  padding-top: 20px;
  display: table;
  overflow: hidden;
  width: 55%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #productdetailsview .wrapper2 .product-actions {
    width: 65%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #productdetailsview .wrapper2 .product-actions {
    width: 95%;
  }
}
#productdetailsview .wrapper2 .product-actions > div {
  border-right: 1px solid #e7f9fc;
  cursor: pointer;
  display: table-cell;
  height: 40px;
  padding: 0;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  vertical-align: top;
  width: 40px;
}
#productdetailsview .wrapper2 .product-actions > div a {
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  z-index: 0;
}
#productdetailsview .wrapper2 .product-actions > div.current {
  width: auto;
}
#productdetailsview .wrapper2 .product-actions > div.current span.action-name {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  white-space: nowrap;
  visibility: visible;
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 115px;
  text-overflow: ellipsis;
  padding-right: 0px;
  overflow: hidden;
  left: 26px;
}
#productdetailsview .wrapper2 .product-actions span.action-name {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  visibility: hidden;
  width: 0px;
  height: 0px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 300;
  margin-left: 5px;
  position: absolute;
  left: 85px;
  top: 0;
  line-height: 40px;
  text-transform: uppercase;
}
#productdetailsview .wrapper2 .product-actions .wishlist {
  background: #515b5e;
}
#productdetailsview .wrapper2 .product-actions .wishlist a {
  color: #fff;
  display: block;
  cursor: pointer;
}
#productdetailsview .wrapper2 .product-actions .wishlist span {
  display: inline-block;
}
#productdetailsview .wrapper2 .product-actions .wishlist.active,
#productdetailsview .wrapper2 .product-actions .wishlist:hover {
  background: #41494b;
}
#productdetailsview .wrapper2 .product-actions .compare_cat {
  background: #515b5e;
}
#productdetailsview .wrapper2 .product-actions .compare_cat a {
  color: #fff;
  display: block;
  cursor: pointer;
}
#productdetailsview .wrapper2 .product-actions .compare_cat span {
  display: inline-block;
}
#productdetailsview .wrapper2 .product-actions .compare_cat.active,
#productdetailsview .wrapper2 .product-actions .compare_cat:hover {
  background: #41494b;
}
#productdetailsview .wrapper2 .product-actions .ask-a-question {
  background: #515b5e;
}
#productdetailsview .wrapper2 .product-actions .ask-a-question a {
  color: #fff;
}
#productdetailsview .wrapper2 .product-actions .ask-a-question span {
  display: inline-block;
}
#productdetailsview .wrapper2 .product-actions .ask-a-question:hover {
  background: #41494b;
}
#productdetailsview .wrapper2 .related_categories {
  padding-top: 20px;
}
#productdetailsview .wrapper2 .related_categories .module-title-categories {
  color: #596067;
  font-size: 14px;
  line-height: 22px;
  background: none;
  float: left;
  padding-right: 10px;
}
#productdetailsview .wrapper2 .related_categories > div {
  overflow: hidden;
}
#productdetailsview .wrapper2 .related_categories > div .product-field {
  float: left;
  padding-right: 5px;
}
#productdetailsview .wrapper2 .related_categories > div .product-field-display img {
  display: none;
}
#productdetailsview .tabs_show {
  padding-bottom: 0px;
}
#productdetailsview .tabs_show .responsive-tabs__list {
  margin: 0 0 0px 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 99;
  clear: both;
  min-height: 50px;
}
@media (min-width: 320px) and (max-width: 991px) {
  #productdetailsview .tabs_show .responsive-tabs__list {
    display: none;
  }
}
#productdetailsview .tabs_show .responsive-tabs__list .responsive-tabs__list__item {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding: 15px 20px;
  background: #a1aaaf;
  border-radius: 0px;
  margin-right: 1px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #productdetailsview .tabs_show .responsive-tabs__list .responsive-tabs__list__item {
    padding: 15px 15px;
    font-size: 16px;
    line-height: 20px;
  }
}
#productdetailsview .tabs_show .responsive-tabs__list .responsive-tabs__list__item:hover,
#productdetailsview .tabs_show .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active,
#productdetailsview .tabs_show .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active:hover {
  background: #515b5e;
}
#productdetailsview .tabs_show .responsive-tabs__heading {
  display: none;
}
@media (min-width: 320px) and (max-width: 991px) {
  #productdetailsview .tabs_show .responsive-tabs__heading {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    padding: 15px 20px;
    background: #a1aaaf;
    border-radius: 0px;
    margin: 0 0 1px 0;
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  #productdetailsview .tabs_show .responsive-tabs__heading:hover,
  #productdetailsview .tabs_show .responsive-tabs__heading.responsive-tabs__heading--active {
    background: #34495e;
  }
}
#productdetailsview .tabs_show .responsive-tabs__panel {
  background: #fff;
  padding: 20px;
}
#productdetailsview .tabs_show .responsive-tabs__panel .desc p {
  margin-bottom: 10px;
}
#productdetailsview .tabs_show .responsive-tabs__panel .tags {
  font-size: 14px;
  line-height: 30px;
}
#productdetailsview .tabs_show .responsive-tabs__panel .tags .product-fields-title {
  color: #7a8188;
  display: inline-block;
  margin-right: 5px;
}
#productdetailsview .tabs_show .responsive-tabs__panel .tags .product-field-display {
  display: inline-block;
}
#productdetailsview .tabs_show .responsive-tabs__panel .tags .product-field-display .btx {
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  display: inline-block;
  background: #f7f7f7;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#productdetailsview .tabs_show .responsive-tabs__panel .tags .product-field-display .btx:hover {
  background: #1abc9c;
  color: #fff;
}
#productdetailsview .customer-reviews {
  color: #596067;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  font-weight: 300;
}
#productdetailsview .customer-reviews h4 {
  font-size: 18px;
  line-height: 24px;
  color: #2e3233;
  text-transform: uppercase;
  font-weight: 300;
}
#productdetailsview .customer-reviews .simplePagerNav {
  text-align: center;
  margin: 0 auto;
  list-style: none;
}
#productdetailsview .customer-reviews .simplePagerNav li {
  display: inline-block;
  background: #f7f7f7;
  width: 40px;
  height: 40px;
  color: #2e3233;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin: 0 1px 0 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#productdetailsview .customer-reviews .simplePagerNav li a {
  display: block;
}
#productdetailsview .customer-reviews .simplePagerNav li:hover,
#productdetailsview .customer-reviews .simplePagerNav li.currentPage {
  background: #dde3e6;
}
#productdetailsview .customer-reviews .simplePagerNav li:hover a,
#productdetailsview .customer-reviews .simplePagerNav li.currentPage a {
  color: #2e3233;
}
#productdetailsview .customer-reviews .scroll-pane {
  margin: 0;
  padding: 0;
  list-style: none;
}
#productdetailsview .customer-reviews .scroll-pane .step {
  padding-bottom: 20px;
  display: block;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal.more .coment {
  background: #e6ebee;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .coment {
  padding: 20px;
  background: #f7f7f7;
  margin-bottom: 20px;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .rbold {
  display: block;
  color: #2e3233;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .rdate {
  font-size: 12px;
  line-height: 20px;
  color: #7a8188;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .flright {
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  color: #7a8188;
  margin: 10px 20px 10px 0;
  float: none;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .flright .rvote {
  display: inline-block;
  padding: 0;
  text-align: left;
  position: relative;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .flright .rvote .ratingbox {
  background: none;
  width: 75px;
  height: 14px;
  display: inline-block;
  position: relative;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .flright .rvote .ratingbox:before {
  color: #dbdbdb;
  content: "\f006\ \f006\ \f006\ \f006\ \f006";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .flright .rvote .stars-orange {
  background: none;
  overflow: hidden;
  height: 14px;
  left: 0;
  top: 0;
  position: absolute;
  display: inline-block;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .flright .rvote .stars-orange:before {
  color: #f1c40f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .flright .rvote .rating-title {
  position: relative;
  top: -2px;
}
#productdetailsview .customer-reviews #comment {
  margin: 10px 0;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  box-shadow: none;
  border-radius: 0;
  min-height: 100px;
  padding-bottom: 10px;
  color: #7a8188;
  width: 100%;
  resize: none;
}
#productdetailsview .customer-reviews .rating {
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  color: #7a8188;
  margin: 10px 20px 10px 0;
  float: left;
}
#productdetailsview .customer-reviews .rating .vote {
  display: inline-block;
  padding: 0;
  text-align: left;
  position: relative;
  font-weight: normal;
}
#productdetailsview .customer-reviews .rating .vote .ratingbox {
  background: none;
  width: 75px;
  height: 14px;
  display: inline-block;
  position: relative;
}
#productdetailsview .customer-reviews .rating .vote .ratingbox:before {
  color: #dbdbdb;
  content: "\f006\ \f006\ \f006\ \f006\ \f006";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
#productdetailsview .customer-reviews .rating .vote .stars-orange {
  background: none;
  overflow: hidden;
  height: 14px;
  left: 0;
  top: 0;
  position: absolute;
  display: inline-block;
}
#productdetailsview .customer-reviews .rating .vote .stars-orange:before {
  color: #f1c40f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
#productdetailsview .customer-reviews .rating .vote .rating-title {
  position: relative;
  top: -2px;
}
#productdetailsview .customer-reviews .rcount {
  float: right;
  line-height: 60px;
  margin-top: -13px;
}
#productdetailsview .customer-reviews .rcount .vm-default {
  float: right;
  margin: 10px 0 0 10px;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  color: #7a8188;
  width: 70px;
}
#productdetailsview body #jc,
#productdetailsview body #jc .button {
  font-family: 'Roboto', sans-serif;
}
#productdetailsview #jc #comments .comments-buttons,
#productdetailsview #comments-form p,
#productdetailsview #comments-report-form p,
#productdetailsview #comments-form span,
#productdetailsview #comments-form .counter,
#productdetailsview #jc #comments .comment-body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300px;
}
#productdetailsview #comments a {
  color: #596067;
  background-color: inherit;
  font-weight: normal;
  text-decoration: none;
}
#productdetailsview #comments a:hover {
  color: #76b500;
}
#productdetailsview #jc #comments .comments-buttons {
  background: #f7f7f7;
  color: #2e3233;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 20px;
}
#productdetailsview #jc #comments .comments-vote {
  float: right;
  width: auto;
  top: 0;
}
#productdetailsview #jc #comments .comments-vote a.vote-poor {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  display: inline-block;
  padding: 0 0px;
  text-align: center;
  background: #e74c3c;
  margin-left: 1px;
  margin-right: 0;
}
#productdetailsview #jc #comments .comments-vote a.vote-good {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  display: inline-block;
  padding: 0 0px;
  text-align: center;
  background: #2ecc71;
  margin-left: 1px;
  margin-right: 0;
}
#productdetailsview #jc #comments .comments-vote span.vote-none {
  color: #2e3233;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  display: inline-block;
  padding: 0 0px;
  text-align: center;
  background: #f7f7f7;
  margin-left: 1px;
  margin-right: 0;
}
#productdetailsview #jc #comments .comments-vote span.vote-good {
  color: #2ecc71;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  display: inline-block;
  padding: 0 0px;
  text-align: center;
  background: #f7f7f7;
  margin-left: 1px;
  margin-right: 0;
}
#productdetailsview #jc #comments .comments-vote span.vote-poor {
  color: #e74c3c;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  display: inline-block;
  padding: 0 0px;
  text-align: center;
  background: #f7f7f7;
  margin-left: 1px;
  margin-right: 0;
}
#productdetailsview #jc #comments #comments-list-footer {
  overflow: hidden;
  width: 100%;
  padding-bottom: 10px;
}
#productdetailsview #jc #comments #comments-list-footer a {
  display: inline-block;
  float: left;
  margin: 0 1px 1px 0;
  line-height: 30px;
  height: 30px;
  padding: 0px 20px;
  color: #fff;
  font-weight: 300;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#productdetailsview #jc #comments #comments-list-footer a:hover {
  background: #a1aaaf !important;
}
#productdetailsview #jc #comments #comments-list-footer .refresh {
  background: #1abc9c !important;
}
#productdetailsview #jc #comments #comments-list-footer .rss {
  background: #f5791f !important;
}
#productdetailsview #jc #comments #comments-list-footer .subscribe {
  background: #34495e !important;
}
#productdetailsview #jc #comments #nav-top {
  background: none;
}
#productdetailsview #jc #comments #nav-top span {
  display: inline-block;
  width: 40px;
  margin: 0 1px 0 0;
  line-height: 40px;
  font-weight: 300;
  font-size: 14px;
  background: #f7f7f7;
  border: none;
}
#productdetailsview #jc #comments #nav-top span.activepage {
  background: #dde3e6;
}
#productdetailsview .product-related {
  padding-top: 30px;
}
#productdetailsview .module-title.recent {
  margin-top: 30px;
}
#productdetailsview .recentproducts {
  padding: 0;
  list-style: none;
}
#productdetailsview .product-title-youtube {
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 400;
}
#productdetailsview .custom .product-fields-title {
  font-size: 16px;
  padding-bottom: 10px;
  display: block;
  font-weight: 400;
}
#productdetailsview .filter .product-fields {
  overflow: hidden;
  width: 100%;
}
#productdetailsview .filter .product-fields .product-field {
  float: left;
  width: 33%;
}
#productdetailsview .filter .product-fields-title {
  font-size: 16px;
  padding-bottom: 10px;
  display: block;
  font-weight: 400;
}
#productdetailsview .back-to-category {
  clear: both;
  width: 100%;
  margin-bottom: 30px;
}
#productdetailsview .back-to-category .button_back {
  float: left;
  background: #f7f7f7;
  color: #2e3233;
}
#productdetailsview .back-to-category .button_back i {
  margin-right: 5px;
}
#productdetailsview .back-to-category .button_back:hover {
  background: #dde3e6;
}
#productdetailsview .back-to-category .product-neighbour {
  float: right;
  width: 480px;
}
#productdetailsview .back-to-category .product-neighbour ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#productdetailsview .back-to-category .product-neighbour ul li {
  margin-left: 1px;
  float: right;
  background: #f7f7f7;
}
#productdetailsview .back-to-category .product-neighbour ul li img {
  display: none;
}
#productdetailsview .back-to-category .product-neighbour ul li:hover {
  background: #dde3e6;
}
#productdetailsview .back-to-category .product-neighbour ul li:hover a {
  color: #2e3233;
}
#productdetailsview .back-to-category .product-neighbour ul li.previous i {
  margin-right: 5px;
}
#productdetailsview .back-to-category .product-neighbour ul li.next i {
  margin-left: 5px;
}
#productdetailsview.productdetails-view.quick div.Price .product-price span.PricesalesPrice {
  color: #76b500;
}
#notifyform {
  background: #fff;
  margin-bottom: 30px;
}
#notifyform .list-reviews {
  padding: 0 30px 30px;
}
#notifyform .list-reviews .floatleft {
  float: left;
  width: 70%;
  margin-right: 30px;
}

#t3-content .row {
  margin: 0 -15px;
}
.box-bg {
  background: #fff;
  margin-bottom: 30px;
}
.box-bg .box-bg-indent {
  padding: 0 30px 30px 30px;
}
.box-bg .box-bg-indent #form-login .button {
  margin-left: 10px;
}
.box-bg .box-bg-indent .control-buttons {
  padding-top: 20px;
}
.box-bg .box-bg-indent #reg_text {
  padding: 10px 0 20px 0;
}
.box-bg .box-bg-indent #editcell .adminlist {
  width: 100%;
}
.box-bg .box-bg-indent #com-form-login-username {
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .box-bg .box-bg-indent #com-form-login-username {
    margin-bottom: 14px;
  }
}
.box-bg .box-bg-indent #com-form-login-username:after {
  color: #7a8188;
  content: "\f007";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  right: 10px;
}
.box-bg .box-bg-indent #com-form-login-password {
  position: relative;
}
.box-bg .box-bg-indent #com-form-login-password:after {
  color: #7a8188;
  content: "\f023";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  right: 10px;
}
.box-bg .box-bg-indent .wrapper_remember {
  overflow: hidden;
  width: 100%;
  padding-top: 20px;
}
.box-bg .box-bg-indent .wrapper_remember label {
  font-size: 14px;
  color: #596067;
  font-weight: 300;
}
.box-bg .box-bg-indent .wrapper_remember .jq-checkbox {
  border: 1px solid #e6e6e6;
  float: left;
  background: #f7f7f7;
  border-radius: 0px;
  display: inline-block;
  padding: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 0px;
  position: relative;
  top: 2px;
  box-shadow: none;
}
.box-bg .box-bg-indent .wrapper_remember .jq-checkbox.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}
.box-bg .box-bg-indent .wrapper_remember .jq-checkbox.checked span,
.box-bg .box-bg-indent .wrapper_remember .jq-checkbox:hover span {
  display: block;
  width: 13px;
  height: 10px;
  background: url(../../../templates/t3_bs3_blank/images/check_box.png) left top no-repeat;
  position: relative;
  left: 1px;
  top: 3px;
}
.box-bg .box-bg-indent .wrapper_remember .jq-checkbox.disabled span {
  display: none;
}
.box-bg .box-bg-indent .wrapper_remember label {
  float: left;
  margin: 0;
  margin-left: 10px;
  font-weight: 300;
  font-size: 14px;
}
.box-bg .box-bg-indent .userdata {
  padding-bottom: 30px;
}
.box-bg .box-bg-indent .link {
  text-align: right;
  position: relative;
  top: -5px;
}
.box-bg .box-bg-indent .buttonBar-right {
  overflow: hidden;
  width: 100%;
  padding-top: 30px;
}
.box-bg .box-bg-indent .buttonBar-right .button {
  float: left;
  margin: 0 1px 0 0;
}
.box-bg .box-bg-indent .userfields_info {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  display: block;
  padding-bottom: 20px;
}
.box-bg .box-bg-indent fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.box-bg .box-bg-indent .adminForm.user-details {
  width: 100%;
}
.box-bg .box-bg-indent .adminForm.user-details tr {
  border: none;
  margin-bottom: 10px;
}
.box-bg .box-bg-indent .adminForm.user-details .key {
  width: 40%;
  border: none;
  text-align: left;
  padding-top: 10px;
}
.box-bg .box-bg-indent .adminForm.user-details .key label {
  font-weight: 300;
  color: #596067;
  text-align: left;
  display: block;
  float: none;
  width: 100%;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 {
  width: 60%;
  border: none;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 input {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  height: 40px;
  width: 100%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  border-radius: 0;
  color: #7a8188;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 10px 0;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 input:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 .jq-checkbox {
  border: 1px solid #e6e6e6;
  float: left;
  background: #f7f7f7;
  border-radius: 0px;
  display: inline-block;
  padding: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 0px;
  position: relative;
  top: 10px;
  box-shadow: none;
  margin-bottom: 40px;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 .jq-checkbox.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 .jq-checkbox.checked span,
.box-bg .box-bg-indent .adminForm.user-details .key2 .wrapper_remember .jq-checkbox:hover span {
  display: block;
  width: 13px;
  height: 10px;
  background: url(../../../templates/t3_bs3_blank/images/check_box.png) left top no-repeat;
  position: relative;
  left: 1px;
  top: 3px;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 .jq-checkbox.disabled span {
  display: none;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container {
  margin-bottom: 10px;
  min-width: 220px !important;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-single {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  height: 40px;
  line-height: 20px;
  padding: 10px 14px;
  color: #7a8188;
  font-size: 14px;
  border-radius: 0;
  box-shadow: none;
  min-width: 280px !important;
  overflow: inherit !important;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-single span {
  min-width: 100px;
  margin: 0;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-single div {
  top: 7px;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-drop {
  border: 1px solid #e6e6e6;
  border-top: none;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  min-width: 278px !important;
  padding: 0;
  margin: 1px 0 0 0px;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-drop .chzn-search {
  display: none;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-drop .chzn-results {
  padding: 0;
  margin: 0;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-drop li {
  font-size: 14px;
  line-height: 24px;
  color: #7a8188;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-drop li:hover,
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-drop li.highlighted {
  color: #2e3233;
  background: #f7f7f7;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-drop li.result-selected {
  color: #2e3233;
  background: #ebe9e9;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 .terms-of-service label {
  width: auto;
  font-weight: 300;
  padding-top: 10px;
  padding-left: 5px;
  float: none;
  overflow: hidden;
}
#ui-tabs {
  padding-top: 30px;
}
#ui-tabs ul#tabs {
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
#ui-tabs ul#tabs li {
  float: left;
  display: inline-block;
  cursor: pointer;
  background: #a1aaaf;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  margin-right: 1px;
}
#ui-tabs ul#tabs li:hover,
#ui-tabs ul#tabs li.current {
  background: #34495e;
}
#ui-tabs #tab-2 {
  display: none;
}

.orders-box .divice-name {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .orders-box .table,
  .orders-box tbody {
    display: block;
    width: 100%;
  }
  .orders-box .table .row0,
  .orders-box tbody .row0 {
    background: #ecf0f1;
  }
  .orders-box .table tr,
  .orders-box tbody tr,
  .orders-box .table td,
  .orders-box tbody td {
    display: block;
    width: 100%;
  }
  .orders-box .divece {
    display: none;
  }
  .orders-box .divice-name {
    display: block;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .order-box .table,
  .order-box2 .table,
  .order-box tbody,
  .order-box2 tbody {
    display: block;
    width: 100%;
  }
  .order-box .table .row0,
  .order-box2 .table .row0,
  .order-box tbody .row0,
  .order-box2 tbody .row0 {
    background: #ecf0f1;
  }
  .order-box .table tr,
  .order-box2 .table tr,
  .order-box tbody tr,
  .order-box2 tbody tr,
  .order-box .table td,
  .order-box2 .table td,
  .order-box tbody td,
  .order-box2 tbody td {
    display: block;
    width: 100% !important;
  }
}
.orders-box tbody td.total {
  color: #6aa300;
}
.order-view {
  padding-bottom: 30px;
}
.order-view #com-form-order-submit {
  padding-top: 10px;
}
.order-view #com-form-order-number,
.order-view #com-form-order-pass {
  padding-bottom: 20px;
}
.order-view #com-form-order-number label,
.order-view #com-form-order-pass label {
  font-weight: 300;
}
.print-order {
  width: 20px;
  color: #fff;
}
.print-order img {
  display: none;
}
.print-order:hover {
  color: #6aa300;
}
.order-items-box .divice-name {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .order-items-box tbody,
  .order-items-box .order-items {
    width: 100%;
    display: block;
  }
  .order-items-box .sectiontableheader {
    display: none;
  }
  .order-items-box .item,
  .order-items-box .prices,
  .order-items-box .coupon,
  .order-items-box .shipment,
  .order-items-box .Payment,
  .order-items-box .total,
  .order-items-box .rule {
    width: 100%;
    display: block;
  }
  .order-items-box .item td,
  .order-items-box .prices td,
  .order-items-box .coupon td,
  .order-items-box .shipment td,
  .order-items-box .Payment td,
  .order-items-box .total td,
  .order-items-box .rule td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .order-items-box .item .divice-name,
  .order-items-box .prices .divice-name,
  .order-items-box .coupon .divice-name,
  .order-items-box .shipment .divice-name,
  .order-items-box .Payment .divice-name,
  .order-items-box .total .divice-name,
  .order-items-box .rule .divice-name {
    display: block;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
  }
}
.order-items-box .size.color,
.order-items-box tr.total td.pricePad {
  color: #6aa300 !important;
}

.compare_box .module-title.no-products {
  background: #1abc9c;
}
.compare_box .module-title.no-products i {
  padding-right: 5px;
}
#compare_list_prod .comare_image {
  position: relative;
}
#compare_list_prod .comare_price .WithoutTax {
  display: inline-block;
  color: #596067;
  padding-right: 5px;
}
#compare_list_prod .comare_price div.PricesalesPrice {
  display: inline-block;
}
#compare_list_prod .comare_price span.PricesalesPrice {
  color: #76b500;
}
#compare_list_prod .lbl-box {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
}
#compare_list_prod .lbl-box div {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #fff;
  font-weight: 300;
}
#compare_list_prod .lbl-box div.limited {
  background: #9c59b6;
}
#compare_list_prod .lbl-box div.discount {
  background: #9c59b6;
}
#compare_list_prod .lbl-box div.hit {
  background: #e70032;
}
#compare_list_prod .lbl-box2 {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1;
}
#compare_list_prod .lbl-box2 div {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #fff;
  font-weight: 300;
}
#compare_list_prod .lbl-box2 div.sold {
  background: #a3a0a0;
}
#compare_list_prod .lbl-box2 div.new {
  background: #6aa300;
}
#compare_list_prod .controls {
  float: none;
  width: 200px;
  padding-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #compare_list_prod .controls {
    width: auto;
  }
}
#compare_list_prod .controls .quantity_box {
  line-height: 20px;
  color: #596067;
  font-weight: 300;
  float: left;
  display: inline-block;
  padding: 10px 0 10px 0;
  min-width: 100px;
}
#compare_list_prod .controls .box-quantity {
  position: relative;
  float: left;
  width: 90px;
}
#compare_list_prod .controls .box-quantity .quantity-input {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  color: #596067;
  padding: 10px 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  width: 90px;
  display: inline-block;
}
#compare_list_prod .controls .box-quantity .quantity-plus {
  position: absolute;
  top: 3px;
  right: 8px;
  width: 15px;
  line-height: 15px;
  font-size: 14px;
  color: #7a8188;
  text-align: center;
  cursor: pointer;
}
#compare_list_prod .controls .box-quantity .quantity-plus:hover {
  color: #2e3233;
}
#compare_list_prod .controls .box-quantity .quantity-minus {
  position: absolute;
  bottom: 3px;
  right: 8px;
  width: 15px;
  line-height: 15px;
  font-size: 14px;
  color: #7a8188;
  text-align: center;
  cursor: pointer;
}
#compare_list_prod .controls .box-quantity .quantity-minus:hover {
  color: #2e3233;
}
#compare_list_prod .rating {
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  color: #7a8188;
  margin: 10px 20px 10px 0;
}
#compare_list_prod .rating .vote {
  display: inline-block;
  padding: 0;
  text-align: left;
  position: relative;
}
#compare_list_prod .rating .vote .ratingbox {
  background: none;
  width: 75px;
  height: 14px;
  position: relative;
}
#compare_list_prod .rating .vote .ratingbox:before {
  color: #dbdbdb;
  content: "\f006\ \f006\ \f006\ \f006\ \f006";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
#compare_list_prod .rating .vote .stars-orange {
  background: none;
  overflow: hidden;
  height: 14px;
  left: 0;
  top: 0;
  position: absolute;
}
#compare_list_prod .rating .vote .stars-orange:before {
  color: #f1c40f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
#compare_list_prod .rating .vote .rating-title {
  position: relative;
  top: -2px;
}
#compare_list_prod .btx {
  background: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  margin-bottom: 3px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#compare_list_prod .btx:hover {
  background: #6aa300;
  color: #fff;
}
#compare_list_prod .red {
  color: #e74c3c;
}

.wishlist_box {
  padding-bottom: 30px;
}
.wishlist_box .module-title.no-products {
  margin-top: 30px;
  background: #1abc9c;
}
.wishlist_box .module-title.no-products i {
  padding-right: 5px;
}
.wishlist_box .module-title {
  position: relative;
}
.wishlist_box .module-title .back-to-category {
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #fff;
}
.wishlist_box .module-title .back-to-category .button_back {
  height: 50px;
  line-height: 48px;
  background: #34495e;
}
.wishlist_box .module-title .back-to-category .button_back:hover {
  background: #2c3e50;
}
.displayBlock {
  display: block !important;
}
.displayNone {
  display: none !important;
}

.Front_VM2 > div {
  margin-bottom: 30px;
}

#k2Container {
  padding: 0;
}
#k2Container .itemBackToTop {
  display: none;
}
#k2Container .K2ItemsRow {
  margin: 0 -15px 0 -15px;
  padding-bottom: 30px;
}
#k2Container .K2ItemsRow .itemContainer {
  padding: 0 15px;
}
#k2Container .k2AccountPage table.admintable td input.inputbox {
  float: left;
}
#k2Container .catItemView {
  padding: 0;
}
#k2Container .catItemView .catItemImageBlock {
  padding: 0;
  margin: 0;
}
#k2Container .catItemView .catItemImageBlock .catItemImage {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#k2Container .catItemView .catItemImageBlock .catItemImage img {
  padding: 0;
  border: none;
  width: 100%;
  height: auto;
}
#k2Container .catItemView .fleft {
  background: #f7f7f7;
  padding: 20px 20px 0 20px;
  
}
#k2Container .catItemView .fleft .itemRatingList a,
#k2Container .catItemView .fleft .itemRatingList .itemCurrentRating {
  text-indent: 0px;
}
#k2Container .catItemView .fleft .itemRatingList,
#k2Container .catItemView .fleft .itemRatingList a:hover,
#k2Container .catItemView .fleft .itemRatingList .itemCurrentRating {
  background: none;
}
#k2Container .catItemView .fleft .itemRatingList {
  position: relative;
  float: left;
  width: 90px;
  height: 20px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
#k2Container .catItemView .fleft .itemRatingList:hover .itemCurrentRating {
  z-index: 1;
}
#k2Container .catItemView .fleft .itemRatingList li {
  display: inline-block;
  background: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#k2Container .catItemView .fleft .itemRatingList li + li {
  display: block;
  float: left;
  background: none;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
#k2Container .catItemView .fleft .itemRatingList li + li:before {
  color: #dbdbdb;
  content: "\f006\ \f006\ \f006\ \f006\ \f006";
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
}
#k2Container .catItemView .fleft .itemRatingList .itemCurrentRating {
  height: 20px;
  line-height: 20px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: none;
  z-index: 6;
}
#k2Container .catItemView .fleft .itemRatingList .itemCurrentRating:before {
  color: #f1c40f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  top: 2px;
}
#k2Container .catItemView .fleft .itemRatingList a:hover {
  background: none;
  z-index: 1;
}
#k2Container .catItemView .fleft .itemRatingList a {
  font-size: 0;
  line-height: 0;
}
#k2Container .catItemView .fleft .itemRatingList a span {
  text-indent: -9999px;
}
#k2Container .catItemView .fleft .itemRatingList a.one-star {
  width: 20%;
  z-index: 5;
  display: block;
}
#k2Container .catItemView .fleft .itemRatingList a.one-star:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
#k2Container .catItemView .fleft .itemRatingList a.one-star:hover:before {
  z-index: 10;
  color: #f5791f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
}
#k2Container .catItemView .fleft .itemRatingList a.two-stars {
  width: 40%;
  z-index: 4;
}
#k2Container .catItemView .fleft .itemRatingList a.two-stars:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
#k2Container .catItemView .fleft .itemRatingList a.two-stars:hover:before {
  color: #f5791f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
}
#k2Container .catItemView .fleft .itemRatingList a.three-stars {
  width: 60%;
  z-index: 3;
}
#k2Container .catItemView .fleft .itemRatingList a.three-stars:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
#k2Container .catItemView .fleft .itemRatingList a.three-stars:hover:before {
  color: #f5791f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
}
#k2Container .catItemView .fleft .itemRatingList a.four-stars {
  width: 80%;
  z-index: 2;
}
#k2Container .catItemView .fleft .itemRatingList a.four-stars:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
#k2Container .catItemView .fleft .itemRatingList a.four-stars:hover:before {
  color: #f5791f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
}
#k2Container .catItemView .fleft .itemRatingList a.five-stars {
  width: 100%;
  z-index: 1;
}
#k2Container .catItemView .fleft .itemRatingList a.five-stars:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
#k2Container .catItemView .fleft .itemRatingList a.five-stars:hover:before {
  z-index: 6;
  color: #f5791f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
}
#k2Container .catItemView .fleft span.siteRoot {
  display: none;
}
#k2Container .catItemView .fleft .module-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  color: #2e3233;
  background: none;
  padding: 0;
  text-transform: capitalize;
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #k2Container .catItemView .fleft .module-title {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #k2Container .catItemView .fleft .module-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #k2Container .catItemView .fleft .module-title {
    font-size: 16px;
    line-height: 26px;
  }
}
#k2Container .catItemView .fleft .catItemHeader {
  overflow: hidden;
  width: 100%;
}
#k2Container .catItemView .fleft .catItemHeader .catItemDateCreated,
#k2Container .catItemView .fleft .catItemHeader .catItemHitsBlock,
#k2Container .catItemView .fleft .catItemHeader .catItemCategory,
#k2Container .catItemView .fleft .catItemHeader .catItemCommentsLink {
  float: left;
  margin-right: 10px;
}
#k2Container .catItemView .fleft .catItemDateCreated {
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
}
#k2Container .catItemView .fleft .catItemDateCreated i {
  margin-right: 5px;
}
#k2Container .catItemView .fleft .catItemHitsBlock {
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
  border: none;
}
#k2Container .catItemView .fleft .catItemHitsBlock i {
  margin-right: 5px;
}
#k2Container .catItemView .fleft .catItemCategory {
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
  border: none;
}
#k2Container .catItemView .fleft .catItemCategory i {
  margin-right: 5px;
}
#k2Container .catItemView .fleft .catItemCommentsLink {
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
  border: none;
}
#k2Container .catItemView .fleft .catItemCommentsLink i {
  margin-right: 5px;
}
#k2Container .catItemView .fleft .catItemBody {
  width: 100%;
  padding: 0;
}
#k2Container .catItemView .fleft .catItemBody .catItemIntroText {
  font-size: 14px;
  line-height: 20px;
  color: #596067;
  font-weight: 300;
  padding: 0;
}
#k2Container .catItemView .fleft .catItemBody .k2ReadMore {
  margin-left: -20px;
}
#k2Container .catItemView .fleft .catItemBody .k2ReadMore i {
  margin-right: 5px;
}
div.k2Pagination {
  float: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: center;
  width: 100%;
}
div.k2Pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: auto;
  overflow: hidden;
  float: right;
  margin-bottom: 30px;
}
div.k2Pagination ul li {
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 0 1px;
  text-align: center;
}
div.k2Pagination ul li a,
div.k2Pagination ul li span {
  display: block;
  padding: 10px 10px;
  min-width: 40px;
  background: #f7f7f7;
  color: #2e3233;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
div.k2Pagination ul li span {
  color: #676a6e;
}
div.k2Pagination ul li a:hover {
  background: #dde3e6;
  color: #676a6e;
}

#k2Container.itemView {
  padding: 0;
  border: none;
}
#k2Container.itemView .itemImageBlock {
  padding: 0;
  margin: 0;
}
#k2Container.itemView .itemImageBlock .itemImage {
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: block;
}
#k2Container.itemView .itemImageBlock .itemImage a {
  display: block;
}
#k2Container.itemView .itemImageBlock .itemImage img {
  padding: 0;
  border: none;
  width: 100% !important;
  height: auto;
}
#k2Container.itemView .fleft {
  background: #f7f7f7;
  padding: 20px 20px 5px 20px;
  margin-bottom: 30px;
  
}
#k2Container.itemView .fleft .itemRatingList a,
#k2Container.itemView .fleft .itemRatingList .itemCurrentRating {
  text-indent: 0px;
}
#k2Container.itemView .fleft .itemRatingList,
#k2Container.itemView .fleft .itemRatingList a:hover,
#k2Container.itemView .fleft .itemRatingList .itemCurrentRating {
  background: none;
}
#k2Container.itemView .fleft .itemRatingList {
  position: relative;
  float: left;
  width: 90px;
  height: 20px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
#k2Container.itemView .fleft .itemRatingList:hover .itemCurrentRating {
  z-index: 1;
}
#k2Container.itemView .fleft .itemRatingList li {
  display: inline-block;
  background: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#k2Container.itemView .fleft .itemRatingList li + li {
  display: block;
  float: left;
  background: none;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
#k2Container.itemView .fleft .itemRatingList li + li:before {
  color: #dbdbdb;
  content: "\f006\ \f006\ \f006\ \f006\ \f006";
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
}
#k2Container.itemView .fleft .itemRatingList .itemCurrentRating {
  height: 20px;
  line-height: 20px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: none;
  z-index: 6;
}
#k2Container.itemView .fleft .itemRatingList .itemCurrentRating:before {
  color: #f1c40f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  top: 2px;
}
#k2Container.itemView .fleft .itemRatingList a:hover {
  background: none;
  z-index: 1;
}
#k2Container.itemView .fleft .itemRatingList a {
  font-size: 0;
  line-height: 0;
}
#k2Container.itemView .fleft .itemRatingList a span {
  text-indent: -9999px;
}
#k2Container.itemView .fleft .itemRatingList a.one-star {
  width: 20%;
  z-index: 5;
  display: block;
}
#k2Container.itemView .fleft .itemRatingList a.one-star:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
#k2Container.itemView .fleft .itemRatingList a.one-star:hover:before {
  z-index: 10;
  color: #f5791f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
}
#k2Container.itemView .fleft .itemRatingList a.two-stars {
  width: 40%;
  z-index: 4;
}
#k2Container.itemView .fleft .itemRatingList a.two-stars:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
#k2Container.itemView .fleft .itemRatingList a.two-stars:hover:before {
  color: #f5791f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
}
#k2Container.itemView .fleft .itemRatingList a.three-stars {
  width: 60%;
  z-index: 3;
}
#k2Container.itemView .fleft .itemRatingList a.three-stars:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
#k2Container.itemView .fleft .itemRatingList a.three-stars:hover:before {
  color: #f5791f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
}
#k2Container.itemView .fleft .itemRatingList a.four-stars {
  width: 80%;
  z-index: 2;
}
#k2Container.itemView .fleft .itemRatingList a.four-stars:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
#k2Container.itemView .fleft .itemRatingList a.four-stars:hover:before {
  color: #f5791f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
}
#k2Container.itemView .fleft .itemRatingList a.five-stars {
  width: 100%;
  z-index: 1;
}
#k2Container.itemView .fleft .itemRatingList a.five-stars:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
#k2Container.itemView .fleft .itemRatingList a.five-stars:hover:before {
  z-index: 6;
  color: #f5791f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
}
#k2Container.itemView .fleft span.siteRoot {
  display: none;
}
#k2Container.itemView .fleft .itemHeader {
  overflow: hidden;
  width: 100%;
}
#k2Container.itemView .fleft .itemHeader .itemDateCreated,
#k2Container.itemView .fleft .itemHeader .itemContentFooter,
#k2Container.itemView .fleft .itemHeader .itemCategory,
#k2Container.itemView .fleft .itemHeader .itemCommentsLinks,
#k2Container.itemView .fleft .itemHeader .itemPrintLinks,
#k2Container.itemView .fleft .itemHeader .itemEmailLinks {
  float: left;
  margin-right: 10px;
}
#k2Container.itemView .fleft .itemPrintLinks {
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
}
#k2Container.itemView .fleft .itemPrintLinks i {
  margin-right: 5px;
}
#k2Container.itemView .fleft .itemEmailLinks {
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
}
#k2Container.itemView .fleft .itemEmailLinks i {
  margin-right: 5px;
}
#k2Container.itemView .fleft .itemDateCreated {
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
}
#k2Container.itemView .fleft .itemDateCreated i {
  margin-right: 5px;
}
#k2Container.itemView .fleft .itemContentFooter {
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
  border: none;
}
#k2Container.itemView .fleft .itemContentFooter i {
  margin-right: 5px;
}
#k2Container.itemView .fleft .itemCategory {
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
  border: none;
}
#k2Container.itemView .fleft .itemCategory i {
  margin-right: 5px;
}
#k2Container.itemView .fleft .itemCommentsLinks {
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
  border: none;
}
#k2Container.itemView .fleft .itemCommentsLinks i {
  margin-right: 5px;
}
#k2Container.itemView .fleft .itemBody {
  width: 100%;
  padding: 20px 0 0 0;
}
#k2Container.itemView .fleft .itemBody .itemFullText,
#k2Container.itemView .fleft .itemBody .itemIntroText {
  font-size: 14px;
  line-height: 20px;
  color: #596067;
  font-weight: 300;
  padding: 0;
}
#k2Container.itemView .fleft .itemBody .k2ReadMore {
  margin-left: -20px;
}
#k2Container.itemView .fleft .itemBody .k2ReadMore i {
  margin-right: 5px;
}
#k2Container.itemView div.itemLinks {
  margin: 0;
}
#k2Container.itemView .itemAuthorLatest {
  margin-bottom: 30px;
  margin-top: 0px;
}
#k2Container.itemView .itemAuthorLatest h3 {
  margin-bottom: 0;
}
#k2Container.itemView .itemAuthorLatest ul {
  list-style: none;
  margin: 0;
  padding: 20px;
  background: #fff;
}
#k2Container.itemView .itemAuthorLatest ul li {
  padding: 0;
  border: none;
  background: none;
}
#k2Container.itemView .itemAuthorLatest ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #2e3233;
}
#k2Container.itemView .itemAuthorLatest ul li a:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 15px;
  margin-right: 10px;
}
#k2Container.itemView .itemAuthorLatest ul li a:hover {
  color: #3498db;
}
#k2Container.itemView .itemAuthorLatest .itemNavigation {
  border: none;
  font-size: 14px;
  line-height: 20px;
  color: #596067;
  background: #f7f7f7;
  padding: 20px;
}
#k2Container.itemView .itemVideoBlock {
  padding: 0;
  background: none;
  margin-bottom: 30px;
}
#k2Container.itemView .itemVideoBlock .module-title {
  margin-bottom: 0;
}
#k2Container.itemView .itemVideoBlock .itemVideoEmbedded {
  background: #fff;
  padding: 20px;
}
#k2Container.itemView .itemVideoBlock .itemVideoEmbedded > iframe {
  width: 100% !important;
}
#k2Container.itemView .itemComments {
  padding: 0;
  background: none;
  border: none;
  margin-bottom: 30px;
}
#k2Container.itemView .itemComments .itemCommentsCounter {
  margin-bottom: 0;
}
#k2Container.itemView .itemComments .itemCommentsList {
  padding: 20px 20px 0 20px;
  background: #fff;
  margin-bottom: 0px;
}
#k2Container.itemView .itemComments .itemCommentsList li {
  border: none;
  background: none;
  padding: 0 0 20px 0;
}
#k2Container.itemView .itemComments .itemCommentsList li p {
  margin-bottom: 0;
  padding: 0;
}
#k2Container.itemView .itemComments .itemCommentsList li .avater {
  margin-right: 20px;
  border: 1px solid #e6e6e6;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentAuthorName {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #2e3233;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentDate {
  border: none;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #7a8188;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentDate i {
  margin-right: 5px;
}
#k2Container.itemView .itemComments .itemCommentsForm h2 {
  margin-bottom: 0;
}
#k2Container.itemView .itemComments .itemCommentsForm .coments-box {
  padding: 20px;
  background: #fff;
}
#k2Container.itemView .itemComments .itemCommentsForm .coments-box .group-row {
  margin: 0 -15px;
  overflow: hidden;
}
#k2Container.itemView .itemComments .itemCommentsForm .coments-box .col-1,
#k2Container.itemView .itemComments .itemCommentsForm .coments-box .col-2 {
  float: left;
  width: 50%;
  padding: 0 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #k2Container.itemView .itemComments .itemCommentsForm .coments-box .col-1,
  #k2Container.itemView .itemComments .itemCommentsForm .coments-box .col-2 {
    width: 100%;
  }
}
#k2Container.itemView .itemComments .itemCommentsForm .coments-box .col-1 .inputbox,
#k2Container.itemView .itemComments .itemCommentsForm .coments-box .col-2 .inputbox {
  width: 100%;
}
#k2Container.itemView .itemComments .itemCommentsForm .coments-box .col-3 .inputbox {
  width: 100%;
}
#k2Container.itemView .itemComments .itemCommentsForm .coments-box .group label {
  font-weight: 300;
  color: #596067;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
}
#k2Container.itemView .itemComments .itemCommentsForm .coments-box textarea {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: none;
  color: #7a8188;
  font-size: 14px;
  font-weight: 300;
  height: 140px;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  margin-bottom: 20px;
  resize: none !important;
  width: 100%;
}
#k2Container.itemView .itemComments div.itemCommentsPagination {
  float: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: center;
  width: 100%;
}
#k2Container.itemView .itemComments div.itemCommentsPagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: auto;
  overflow: hidden;
  float: right;
  margin-bottom: 30px;
  margin-top: 30px;
}
#k2Container.itemView .itemComments div.itemCommentsPagination ul li {
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 0 1px;
  text-align: center;
}
#k2Container.itemView .itemComments div.itemCommentsPagination ul li a,
#k2Container.itemView .itemComments div.itemCommentsPagination ul li span {
  display: block;
  padding: 10px 10px;
  min-width: 40px;
  background: #f7f7f7;
  color: #2e3233;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#k2Container.itemView .itemComments div.itemCommentsPagination ul li span {
  color: #676a6e;
}
#k2Container.itemView .itemComments div.itemCommentsPagination ul li a:hover {
  background: #dde3e6;
  color: #676a6e;
}

.module.maps .module-title {
  margin-bottom: 0;
}
.module.maps .module-ct {
  background: #fff;
  padding: 20px;
}
.module.maps .module-ct .responsive_map_description {
  font-size: 14px;
  line-height: 20px;
  color: #596067;
}
.module.maps .module-ct .responsive_map_description .fa-map-marker {
  background: #1abc9c;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  float: left;
  margin-top: 4px;
  margin-bottom: 20px;
}
.module.maps .module-ct .responsive_map_description .fa-phone {
  background: #f5791f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  float: left;
  margin-top: 4px;
  margin-bottom: 20px;
}
.module.maps .module-ct .responsive_map_description .fa-envelope-o {
  background: #3498db;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  float: left;
  margin-top: 4px;
  margin-bottom: 20px;
}
.module.maps .module-ct .responsive_map_description .fa-clock-o {
  background: #9b59b6;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  float: left;
  margin-top: 4px;
  margin-bottom: 20px;
}
div.alert {
  border-radius: 0px;
}
.contactContact {
  margin-bottom: 30px;
}
.contactContact .width30 {
  display: none;
}
.contactContact .module-title {
  margin-bottom: 0;
}
.contactContact .contact-form {
  background: #fff;
  padding: 20px;
}
.contactContact .contact-form legend {
  border: none;
}
.contactContact .contact-form .control-label {
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  text-align: left;
  width: auto;
}
.contactContact .contact-form .control-label label {
  font-size: 14px;
  line-height: 20px;
  color: #596067;
  font-weight: 300;
  padding-bottom: 10px;
}
.contactContact .contact-form .control-label label span {
  font-weight: bold;
  color: #e74c3c;
}
.contactContact .contact-form .controls {
  padding: 0;
  margin: 0;
}
.contactContact .contact-form .controls input {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  height: 40px;
  width: 100%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  border-radius: 0;
  color: #7a8188;
  font-size: 14px;
  font-weight: 300;
}
.contactContact .contact-form .controls input:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.contactContact .contact-form .controls textarea {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  height: 140px;
  width: 100%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  border-radius: 0;
  color: #7a8188;
  font-size: 14px;
  font-weight: 300;
  resize: none !important;
}
.contactContact .contact-form .controls textarea:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.contactContact .contact-form .form-actions {
  padding: 0;
  margin: -20px 0 0 0;
  background: none;
}

div.reset,
div.remind,
div.login-wrap,
div.logout {
  background: #fff;
  padding: 20px;
}
div.reset #user-registration p,
div.remind #user-registration p,
div.login-wrap #user-registration p,
div.logout #user-registration p,
div.reset .form-login-username p,
div.remind .form-login-username p,
div.login-wrap .form-login-username p,
div.logout .form-login-username p {
  padding: 0;
  background: none;
  margin-bottom: 20px;
  border: none;
}
div.reset #user-registration label,
div.remind #user-registration label,
div.login-wrap #user-registration label,
div.logout #user-registration label,
div.reset .form-login-username label,
div.remind .form-login-username label,
div.login-wrap .form-login-username label,
div.logout .form-login-username label {
  font-size: 14px;
  line-height: 20px;
  color: #596067;
  font-weight: 300;
  padding-bottom: 10px;
}
div.reset #user-registration label span,
div.remind #user-registration label span,
div.login-wrap #user-registration label span,
div.logout #user-registration label span,
div.reset .form-login-username label span,
div.remind .form-login-username label span,
div.login-wrap .form-login-username label span,
div.logout .form-login-username label span {
  font-weight: bold;
  color: #e74c3c;
}
div.reset #user-registration input,
div.remind #user-registration input,
div.login-wrap #user-registration input,
div.logout #user-registration input,
div.reset .form-login-username input,
div.remind .form-login-username input,
div.login-wrap .form-login-username input,
div.logout .form-login-username input {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  height: 40px;
  width: 50%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  border-radius: 0;
  color: #7a8188;
  font-size: 14px;
  font-weight: 300;
}
div.reset #user-registration input:focus,
div.remind #user-registration input:focus,
div.login-wrap #user-registration input:focus,
div.logout #user-registration input:focus,
div.reset .form-login-username input:focus,
div.remind .form-login-username input:focus,
div.login-wrap .form-login-username input:focus,
div.logout .form-login-username input:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
div.reset #user-registration .form-actions,
div.remind #user-registration .form-actions,
div.login-wrap #user-registration .form-actions,
div.logout #user-registration .form-actions,
div.reset .form-login-username .form-actions,
div.remind .form-login-username .form-actions,
div.login-wrap .form-login-username .form-actions,
div.logout .form-login-username .form-actions {
  background: none;
  padding: 0;
  margin: 0;
}
div.reset .other-links,
div.remind .other-links,
div.login-wrap .other-links,
div.logout .other-links {
  padding-top: 10px;
}
div.reset .other-links ul,
div.remind .other-links ul,
div.login-wrap .other-links ul,
div.logout .other-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.profile {
  background: #fff;
  padding: 20px;
}
.profile legend {
  border: none;
}
#josForm > h3,
.form-validate > h3 {
  margin-bottom: 0;
}
#josForm #k2Container,
.form-validate #k2Container {
  padding: 20px;
  background: #fff;
}
#josForm #k2Container th,
.form-validate #k2Container th,
#josForm #k2Container td,
.form-validate #k2Container td {
  background: none;
  border: none;
  text-align: left;
  padding: 0;
}
#josForm #k2Container th label,
.form-validate #k2Container th label,
#josForm #k2Container td label,
.form-validate #k2Container td label {
  font-size: 14px;
  line-height: 20px;
  color: #596067;
  font-weight: 300;
  text-align: left;
}
#josForm #k2Container th,
.form-validate #k2Container th {
  padding: 20px 0;
}
#josForm #k2Container td,
.form-validate #k2Container td {
  padding: 10px 0;
}
#josForm #k2Container td.key,
.form-validate #k2Container td.key {
  padding-top: 20px;
}
#josForm #k2Container td input[type=text],
.form-validate #k2Container td input[type=text],
#josForm #k2Container td input[type=url],
.form-validate #k2Container td input[type=url],
#josForm #k2Container td input[type=tel],
.form-validate #k2Container td input[type=tel] {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  height: 40px;
  width: 50%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  border-radius: 0;
  color: #7a8188;
  font-size: 14px;
  font-weight: 300;
}
#josForm #k2Container td input[type=text]:focus,
.form-validate #k2Container td input[type=text]:focus,
#josForm #k2Container td input[type=url]:focus,
.form-validate #k2Container td input[type=url]:focus,
#josForm #k2Container td input[type=tel]:focus,
.form-validate #k2Container td input[type=tel]:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
#josForm #k2Container td input[type=text]#image,
.form-validate #k2Container td input[type=text]#image,
#josForm #k2Container td input[type=url]#image,
.form-validate #k2Container td input[type=url]#image,
#josForm #k2Container td input[type=tel]#image,
.form-validate #k2Container td input[type=tel]#image {
  padding: 0px 35px 0px 0px;
}
#josForm #k2Container td textarea,
.form-validate #k2Container td textarea {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  height: 100px;
  width: 50%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  border-radius: 0;
  color: #7a8188;
  font-size: 14px;
  font-weight: 300;
}
#josForm #k2Container td textarea:focus,
.form-validate #k2Container td textarea:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
#josForm #k2Container #helpsite-refresh,
.form-validate #k2Container #helpsite-refresh {
  margin-top: 10px;
}

.cart-view {
  margin-bottom: 30px;
}
.cart-view .module-title {
  position: relative;
}
.cart-view .module-title .back-to-category {
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #fff;
}
.cart-view .module-title .back-to-category a.continue_link {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 48px;
  background: #34495e;
  display: block;
  text-transform: none;
  color: #fff;
  padding: 0 0;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.cart-view .module-title .back-to-category a.continue_link:before {
  content: "\f112";
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 50px;
  margin-right: 0px;
}
.cart-view .module-title .back-to-category a.continue_link:hover {
  background: #2c3e50;
}
.cart-view .billto-shipto .floatleft.width50 {
  float: left;
  width: 50%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .cart-view .billto-shipto .floatleft.width50 {
    width: 100%;
    float: none;
    margin: 10px 0;
  }
}
.cart-view .billto-shipto .floatleft.width50 > span {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  display: block;
  color: #596067;
}
.cart-view .billto-shipto .floatleft.width50 a.details {
  font-size: 16px;
  line-height: 36px;
  background: #f7f7f7;
  padding: 0 20px;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-view .billto-shipto .floatleft.width50 a.details {
    text-transform: none;
    font-size: 14px;
    line-height: 36px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .cart-view .billto-shipto .floatleft.width50 a.details {
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
  }
}
.cart-view .billto-shipto .floatleft.width50 .jq-checkbox {
  border: 1px solid #e6e6e6;
  float: left;
  background: #f7f7f7;
  border-radius: 0px;
  display: inline-block;
  padding: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  top: 2px;
  box-shadow: none;
}
.cart-view .billto-shipto .floatleft.width50 .jq-checkbox.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}
.cart-view .billto-shipto .floatleft.width50 .jq-checkbox.checked span,
.cart-view .billto-shipto .floatleft.width50 .jq-checkbox:hover span {
  display: block;
  width: 13px;
  height: 11px;
  background: url(../../../templates/t3_bs3_blank/images/check_box.png) left top no-repeat;
  position: relative;
  left: 1px;
  top: 3px;
}
.cart-view .billto-shipto .floatleft.width50 .jq-checkbox.disabled span {
  display: none;
}
.cart-view .billto-shipto .output-shipto {
  padding-top: 15px;
}
.cart-view .billto-shipto .output-shipto .jq-radio {
  border: 1px solid #e7e7e7;
  width: 18px;
  height: 18px;
  background: #f7f7f7;
  border-radius: 18px;
  text-align: center;
  line-height: 18px;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  top: 5px;
}
.cart-view .billto-shipto .output-shipto .jq-radio:before {
  content: " ";
  text-align: center;
  width: 8px;
  height: 8px;
  background: #7a8188;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  border-radius: 9px;
  opacity: 0;
  visibility: hidden;
}
.cart-view .billto-shipto .output-shipto .jq-radio.checked:before,
.cart-view .billto-shipto .output-shipto .jq-radio:hover:before {
  opacity: 1;
  visibility: visible;
}
.box-bg.basket {
  background: none;
}
.box-bg.basket .module-title {
  margin-bottom: 30px;
}
.box-bg.basket .box-bg-indent {
  padding: 0;
}
.box-bg.basket .box-bg-indent .cart-summary .divice-name {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .box-bg.basket .box-bg-indent .cart-summary {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .box-bg.basket .box-bg-indent .cart-summary tbody {
    width: 100%;
    display: block;
  }
  .box-bg.basket .box-bg-indent .cart-summary .device {
    display: none;
  }
  .box-bg.basket .box-bg-indent .cart-summary .prod-row {
    width: 100%;
    display: block;
  }
  .box-bg.basket .box-bg-indent .cart-summary .prod-row td {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt .quantity-input {
    width: 60px;
  }
  .box-bg.basket .box-bg-indent .cart-summary .price-total,
  .box-bg.basket .box-bg-indent .cart-summary .shipment-price,
  .box-bg.basket .box-bg-indent .cart-summary .paument-price,
  .box-bg.basket .box-bg-indent .cart-summary .total {
    width: 100%;
    display: block;
  }
  .box-bg.basket .box-bg-indent .cart-summary .price-total td,
  .box-bg.basket .box-bg-indent .cart-summary .shipment-price td,
  .box-bg.basket .box-bg-indent .cart-summary .paument-price td,
  .box-bg.basket .box-bg-indent .cart-summary .total td {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .box-bg.basket .box-bg-indent .cart-summary .divice-name {
    display: block;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}
.box-bg.basket .box-bg-indent .cart-summary th {
  background: #a1aaaf;
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
  color: #fff;
  font-weight: 300;
  padding: 10px 0 10px 20px;
  text-align: left;
  border-left: 1px solid #fff;
}
.box-bg.basket .box-bg-indent .cart-summary th.first {
  width: 270px;
  border-left: none;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row,
.box-bg.basket .box-bg-indent .cart-summary tr {
  border: none;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td,
.box-bg.basket .box-bg-indent .cart-summary tr td {
  border-top: 2px solid #e5f4fa;
  border-left: 2px solid #e5f4fa;
  background: #f7f7f7;
  padding: 10px 0 10px 20px;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.first,
.box-bg.basket .box-bg-indent .cart-summary tr td.first {
  border-left: none;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td .cart-images,
.box-bg.basket .box-bg-indent .cart-summary tr td .cart-images {
  width: 100px;
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td .cart-images img,
.box-bg.basket .box-bg-indent .cart-summary tr td .cart-images img {
  width: 100%;
  height: auto;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td .line-through,
.box-bg.basket .box-bg-indent .cart-summary tr td .line-through {
  text-decoration: line-through;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.first,
.box-bg.basket .box-bg-indent .cart-summary tr td.first {
  padding-right: 20px;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.ps,
.box-bg.basket .box-bg-indent .cart-summary tr td.ps,
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.tax,
.box-bg.basket .box-bg-indent .cart-summary tr td.tax,
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.disc,
.box-bg.basket .box-bg-indent .cart-summary tr td.disc {
  color: #596067;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.text-align-right,
.box-bg.basket .box-bg-indent .cart-summary tr td.text-align-right {
  text-align: right;
  padding-right: 20px;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt,
.box-bg.basket .box-bg-indent .cart-summary tr td.qnt {
  overflow: hidden;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt .quantity-input,
.box-bg.basket .box-bg-indent .cart-summary tr td.qnt .quantity-input {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: none !important;
  background: #fff;
  min-width: 68px;
  height: 38px;
  line-height: 38px;
  color: #7a8188;
  font-size: 14px;
  padding: 0 10px;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt button,
.box-bg.basket .box-bg-indent .cart-summary tr td.qnt button {
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin-top: 5px;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt button i,
.box-bg.basket .box-bg-indent .cart-summary tr td.qnt button i {
  margin-right: 5px;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt button:hover,
.box-bg.basket .box-bg-indent .cart-summary tr td.qnt button:hover,
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt button:focus,
.box-bg.basket .box-bg-indent .cart-summary tr td.qnt button:focus {
  color: #6aa300;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row.price-total .PricesalesPrice,
.box-bg.basket .box-bg-indent .cart-summary tr.price-total .PricesalesPrice,
.box-bg.basket .box-bg-indent .cart-summary .prod-row.shipment-price .PricesalesPrice,
.box-bg.basket .box-bg-indent .cart-summary tr.shipment-price .PricesalesPrice,
.box-bg.basket .box-bg-indent .cart-summary .prod-row.paument-price .PricesalesPrice,
.box-bg.basket .box-bg-indent .cart-summary tr.paument-price .PricesalesPrice,
.box-bg.basket .box-bg-indent .cart-summary .prod-row.price-total .PricesalesPriceShipment,
.box-bg.basket .box-bg-indent .cart-summary tr.price-total .PricesalesPriceShipment,
.box-bg.basket .box-bg-indent .cart-summary .prod-row.shipment-price .PricesalesPriceShipment,
.box-bg.basket .box-bg-indent .cart-summary tr.shipment-price .PricesalesPriceShipment,
.box-bg.basket .box-bg-indent .cart-summary .prod-row.paument-price .PricesalesPriceShipment,
.box-bg.basket .box-bg-indent .cart-summary tr.paument-price .PricesalesPriceShipment,
.box-bg.basket .box-bg-indent .cart-summary .prod-row.price-total .PricesalesPricePayment,
.box-bg.basket .box-bg-indent .cart-summary tr.price-total .PricesalesPricePayment,
.box-bg.basket .box-bg-indent .cart-summary .prod-row.shipment-price .PricesalesPricePayment,
.box-bg.basket .box-bg-indent .cart-summary tr.shipment-price .PricesalesPricePayment,
.box-bg.basket .box-bg-indent .cart-summary .prod-row.paument-price .PricesalesPricePayment,
.box-bg.basket .box-bg-indent .cart-summary tr.paument-price .PricesalesPricePayment {
  font-weight: bold;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row.total,
.box-bg.basket .box-bg-indent .cart-summary tr.total {
  font-weight: bold;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row.total .color,
.box-bg.basket .box-bg-indent .cart-summary tr.total .color {
  color: #76b500;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row.total td,
.box-bg.basket .box-bg-indent .cart-summary tr.total td {
  border-bottom: 2px solid #e5f4fa;
}
.cart-indent-row {
  padding: 0;
}
.cart-shipment td {
  border: none;
}
.cart-shipment .buttonBar-right {
  display: none;
}
.cart-shipment .vm-shipment-plugin-single {
  padding-top: 20px;
  clear: both;
  width: 100%;
}
.cart-shipment .vm-shipment-plugin-single:first-child {
  padding-top: 0;
}
.cart-shipment .vm-shipment-plugin-single .jq-radio {
  float: left;
  width: 18px;
  margin-right: 10px;
}
.cart-shipment .vm-shipment-plugin-single > label {
  float: left;
  width: 80%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart-shipment .vm-shipment-plugin-single > label {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-shipment .vm-shipment-plugin-single > label {
    width: 90%;
  }
}
.cart-shipment .vmshipment_name {
  font-size: 18px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}
.cart-shipment .vmshipment_description {
  font-weight: 300;
}
.cart-shipment .vmshipment_cost {
  display: block;
}
.cart-shipment .jq-radio {
  border: 1px solid #e7e7e7;
  width: 18px;
  height: 18px;
  background: #f7f7f7;
  border-radius: 18px;
  text-align: center;
  line-height: 18px;
  position: relative;
  cursor: pointer;
}
.cart-shipment .jq-radio:before {
  content: " ";
  text-align: center;
  width: 8px;
  height: 8px;
  background: #7a8188;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  border-radius: 9px;
  opacity: 0;
  visibility: hidden;
}
.cart-shipment .jq-radio.checked:before,
.cart-shipment .jq-radio:hover:before {
  opacity: 1;
  visibility: visible;
}
.cart-payment td {
  border: none;
}
.cart-payment .buttonBar-right {
  display: none;
}
.cart-payment .vm-payment-plugin-single {
  padding-top: 20px;
  clear: both;
  width: 100%;
}
.cart-payment .vm-payment-plugin-single:first-child {
  padding-top: 0;
}
.cart-payment .vm-payment-plugin-single .jq-radio {
  float: left;
  width: 18px;
  margin-right: 10px;
}
.cart-payment .vm-payment-plugin-single > label {
  float: left;
  width: 80%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart-payment .vm-payment-plugin-single > label {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-payment .vm-payment-plugin-single > label {
    width: 90%;
  }
}
.cart-payment .vmpayment_name {
  font-size: 18px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}
.cart-payment .vmpayment_description {
  font-weight: 300;
}
.cart-payment .vmpayment_cost {
  display: block;
}
.cart-payment .jq-radio {
  border: 1px solid #e7e7e7;
  width: 18px;
  height: 18px;
  background: #f7f7f7;
  border-radius: 18px;
  text-align: center;
  line-height: 18px;
  position: relative;
  cursor: pointer;
}
.cart-payment .jq-radio:before {
  content: " ";
  text-align: center;
  width: 8px;
  height: 8px;
  background: #7a8188;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  border-radius: 9px;
  opacity: 0;
  visibility: hidden;
}
.cart-payment .jq-radio.checked:before,
.cart-payment .jq-radio:hover:before {
  opacity: 1;
  visibility: visible;
}
.cart-coupon td {
  border: none;
}
.cart-coupon td input.coupon {
  width: 100%;
  margin-bottom: 20px;
}
.cart-coupon td .button {
  background: #2ecc71;
}
.cart-coupon td .button:hover,
.cart-coupon td .button:focus {
  background: #27ae60;
}
.checkout-form-box {
  background: #f7f7f7;
  padding: 30px;
}
.checkout-form-box .jq-checkbox {
  border: 1px solid #e6e6e6;
  float: left;
  background: #f7f7f7;
  border-radius: 0px;
  display: inline-block;
  padding: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 0px;
  position: relative;
  top: 2px;
  box-shadow: none;
  margin-right: 5px;
}
.checkout-form-box .jq-checkbox.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}
.checkout-form-box .jq-checkbox.checked span,
.checkout-form-box .jq-checkbox:hover span {
  display: block;
  width: 13px;
  height: 10px;
  background: url(../../../templates/t3_bs3_blank/images/check_box.png) left top no-repeat;
  position: relative;
  left: 1px;
  top: 3px;
}
.checkout-form-box .jq-checkbox.disabled span {
  display: none;
}
.checkout-form-box span.customer-note {
  padding-bottom: 10px;
  display: none;
}
.checkout-form-box #customer_note_field {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: none;
  color: #7a8188;
  font-size: 14px;
  font-weight: 300;
  height: 140px;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  margin-bottom: 20px;
  resize: none !important;
  width: 100%;
}
.checkout-form-box #customer_note_field:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.checkout-form-box span.cart.tos {
  display: none;
}
.checkout-form-box .terms-of-service label {
  font-weight: 300;
}
.checkout-form-box .terms-of-service label a {
  color: #596067;
}
.checkout-form-box .terms-of-service label a:hover {
  color: #76b500;
}
.checkout-form-box #checkoutFormSubmit {
  height: 50px;
  line-height: 48px;
  background: #e74c3c;
  margin-top: 20px;
  border: none;
  color: #fff;
  padding: 0 20px;
  text-transform: uppercase;
}
.checkout-form-box #checkoutFormSubmit:hover,
.checkout-form-box #checkoutFormSubmit:focus {
  background: #c0392b;
  color: #fff;
  border: none;
}
.finish-cart .vmCartPaymentLogo {
  display: block;
  padding: 10px 0;
}
.finish-cart .vmpayment_name {
  display: block;
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: 400;
}
.finish-cart .vmpayment_description {
  margin-bottom: -20px;
}
.finish-cart .post_payment_order_total {
  padding-bottom: 20px;
}

#Customblock-brand {
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  #Customblock-brand {
    padding: 0 10px;
  }
}
#Customblock-brand .t3-module.custom_bottom {
  margin-bottom: 15px;
}
#banners-top {
  padding-top: 30px;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  #banners-top {
    padding: 20px 10px 0;
  }
}
#banners-top .list-banners {
  overflow: hidden;
  margin: 0 0 0 -5px;
  padding: 0;
  list-style: none;
}
#banners-top .list-banners li {
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
  width: 358px;
  padding: 0px;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #banners-top .list-banners li {
    width: 296px;
    min-height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #banners-top .list-banners li {
    width: 228px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #banners-top .list-banners li {
    width: 100%;
  }
}
#banners-top .list-banners li.item1 {
  background: none;
}
#banners-top .list-banners li.item2 {
  background: none;
  width: 444px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #banners-top .list-banners li.item2 {
    width: 367px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #banners-top .list-banners li.item2 {
    width: 282px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #banners-top .list-banners li.item2 {
    width: 100%;
  }
}
#banners-top .list-banners li.item2 .txt1 {
  padding-left: 65px;
}
#banners-top .list-banners li.item2 i {
  right: auto;
  left: 20px;
}
#banners-top .list-banners li.item3 {
  background: none;
}
#banners-top .list-banners li.item3 .a {
  background: none;
}
#banners-top .list-banners li > a {
  float: none;
  display: block;
  padding: 0;
  background: none;
}
#banners-top .list-banners li .a {
  float: right;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  background: #3498db;
  font-weight: 300;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#banners-top .list-banners li img {
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#banners-top .list-banners li:hover img {
  opacity: 0.7;
}
.list-banners {
  overflow: hidden;
  margin: 0 0 0 -5px;
  padding: 0;
  list-style: none;
}
.list-banners li {
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
  width: 358px;
  padding: 20px;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list-banners li {
    width: 296px;
    min-height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-banners li {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .list-banners li {
    width: 100%;
  }
}
.list-banners li.item1 {
  background: #889196;
}
.list-banners li.item2 {
  background: #2980b9;
  width: 444px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list-banners li.item2 {
    width: 367px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-banners li.item2 {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .list-banners li.item2 {
    width: 100%;
  }
}
.list-banners li.item2 .txt1 {
  padding-left: 65px;
}
.list-banners li.item2 i {
  right: auto;
  left: 20px;
}
.list-banners li.item3 {
  background: #d35400;
}
.list-banners li.item3 .a {
  background: #f5791f;
}
.list-banners li .txt1 {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
  margin-top: -4px;
}
.list-banners li .txt1 span {
  font-size: 14px;
  font-weight: 300;
  display: block;
  text-transform: lowercase;
  margin-top: -8px;
}
.list-banners li i {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
}
.list-banners li > a {
  float: none;
  display: block;
  padding: 0;
  background: none;
}
.list-banners li .a {
  float: right;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  background: #3498db;
  font-weight: 300;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.list-banners li:hover {
  background: #34495e;
}
.list-banners li:hover .a {
  background: #333;
}
.home .breadcrumbs-custom {
  display: none;
}
.breadcrumbs-custom {
  margin: 0 -15px;
  padding: 30px 0 0;
}
.breadcrumbs-custom .breadcrumbs {
  padding: 10px 10px;
}
.step-payment-shipment .box-bg-indent .vm-payment-plugin-single,
.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single {
  width: 100%;
  clear: both;
  padding-top: 30px;
}
.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .jq-radio,
.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .jq-radio {
  float: left;
  margin-right: 20px;
}
.step-payment-shipment .box-bg-indent .vm-payment-plugin-single label,
.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single label {
  font-weight: normal;
}
.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .vmpayment_name,
.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .vmpayment_name,
.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .vmshipment_name,
.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .vmshipment_name {
  font-weight: 400;
  font-size: 18px;
  display: block;
  padding: 10px 0;
}
.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .vmpayment_description,
.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .vmpayment_description,
.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .vmshipment_description,
.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .vmshipment_description {
  padding-bottom: 10px;
  display: block;
}
.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .vmpayment_description p,
.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .vmpayment_description p,
.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .vmshipment_description p,
.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .vmshipment_description p {
  margin: 0;
}
.step-payment-shipment .box-bg-indent .vm-payment-plugin-single:first-child,
.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single:first-child {
  padding-top: 0;
}
.step-payment-shipment .box-bg-indent .buttonBar-right .button {
  float: left;
  margin-right: 3px;
}
.step-payment-shipment .box-bg-indent .jq-radio {
  border: 1px solid #e7e7e7;
  width: 18px;
  height: 18px;
  background: #f7f7f7;
  border-radius: 18px;
  text-align: center;
  line-height: 18px;
  position: relative;
  cursor: pointer;
}
.step-payment-shipment .box-bg-indent .jq-radio:before {
  content: " ";
  text-align: center;
  width: 8px;
  height: 8px;
  background: #7a8188;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  border-radius: 9px;
  opacity: 0;
  visibility: hidden;
}
.step-payment-shipment .box-bg-indent .jq-radio.checked:before,
.step-payment-shipment .box-bg-indent .jq-radio:hover:before {
  opacity: 1;
  visibility: visible;
}
.bottom-block #t3footnav-top {
  overflow: hidden;
  background: #41494b;
  margin-bottom: 1px;
  padding: 10px 0 20px;
}
.bottom-block #t3footnav-top .container {
  padding: 0 30px;
}
.bottom-block #t3footnav-top .t3-module {
  margin-bottom: 0;
}
.bottom-block #t3footnav-top .module._newsletter {
  padding-top: 5px;
}
.bottom-block #t3footnav-top .module-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  background: none;
  padding: 25px 0 0;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.bottom-block #t3footnav-top .acymailing_module_newsletter {
  overflow: hidden;
  width: auto;
  padding-top: 14px;
}
.bottom-block #t3footnav-top .acymailing_module_newsletter .acymailing_form .row {
  margin: 0;
}
.bottom-block #t3footnav-top .acymailing_module_newsletter .acymailing_form .row > p {
  padding: 0;
  width: auto;
  margin-bottom: 0;
}
.bottom-block #t3footnav-top .acymailing_module_newsletter .acymailing_form .row > p.fieldacyemail {
  margin-right: 5px;
}
.bottom-block #t3footnav-top .social {
  overflow: hidden;
  margin: 10px -3px 0;
  float: right;
  width: auto;
}
.bottom-block #t3footnav-top .social a {
  float: left;
  width: 46px;
  height: 46px;
  margin: 3px 3px;
  text-align: center;
  font-size: 19px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bottom-block #t3footnav-top .social a em {
  margin: 0;
  line-height: 48px;
  text-align: center;
}
.bottom-block #t3footnav-top .social a.google {
  background: #d74937;
}
.bottom-block #t3footnav-top .social a.google em {
  margin-left: 10px;
}
.bottom-block #t3footnav-top .social a.facebook {
  background: #39599f;
}
.bottom-block #t3footnav-top .social a.facebook em {
  margin-left: 2px;
}
.bottom-block #t3footnav-top .social a.pinterest {
  background: #b8242a;
}
.bottom-block #t3footnav-top .social a.pinterest em {
  margin-left: 10px;
}
.bottom-block #t3footnav-top .social a.twitter {
  background: #45b0e3;
}
.bottom-block #t3footnav-top .social a.twitter em {
  margin-left: 8px;
}
.bottom-block #t3footnav-top .social a.youtube {
  background: #e70031;
}
.bottom-block #t3footnav-top .social a.youtube em {
  margin-left: 8px;
}
.bottom-block #t3footnav-top .social a:hover {
  background: #2c3e50;
  color: #fff;
}
.bottom-block #t3footnav {
  background: #41494b;
  margin-bottom: 1px;
}

#t3footnav {
  overflow: hidden;
}
#t3footnav .container {
  padding: 0 30px;
}
#t3footnav .module-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  background: none;
  padding: 25px 0 0;
}
#t3footnav #jmod .jmod-tweet-container {
  margin-bottom: 10px;
}
#t3footnav #jmod .fleft {
  float: left;
  margin-right: 10px;
}
#t3footnav #jmod .jmod-tweet {
  font-size: 14px;
  line-height: 22px;
  color: #96a0a3;
  float: left;
  width: 80%;
}
#t3footnav #jmod .jmod-tweet a {
  color: #96a0a3;
  text-decoration: underline;
  margin-right: 5px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#t3footnav #jmod .jmod-tweet a:hover {
  text-decoration: none;
}
#t3footnav #jmod .jmod-tweet a.url {
  text-decoration: none;
  color: #ffffff;
  margin-right: 0px;
}
#t3footnav #jmod .jmod-tweet a.url:hover {
  text-decoration: none;
  color: #76b500;
}
#t3footnav #jmod .jmod-tweet-data {
  font-size: 13px;
  line-height: 22px;
  padding-top: 5px;
}
#t3footnav #jmod .jmod-tweet-data a {
  color: #96a0a3;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#t3footnav #jmod .jmod-tweet-data a:hover {
  color: #76b500;
}
#t3footnav .nav.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#t3footnav .nav.menu li {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 0;
}
#t3footnav .nav.menu li a {
  color: #ffffff;
  padding: 0;
  background: none;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#t3footnav .nav.menu li a:hover {
  color: #76b500;
  background: none;
  margin-left: 5px;
}
#t3footnav .nav.menu li a:before {
  font-size: 12px;
  font-family: FontAwesome;
  content: "\f0da";
  margin-right: 12px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#t3footnav .nav.menu li.active a {
  color: #76b500;
  background: none;
}
#t3footnav .customfoot1 {
  font-size: 14px;
  line-height: 22px;
  color: #96a0a3;
}
#t3footnav .customfoot1 > div {
  padding-bottom: 20px;
  overflow: hidden;
}
#t3footnav .customfoot1 i {
  font-size: 16px;
  color: #96a0a3;
  margin-right: 20px;
  float: left;
  position: relative;
  top: 3px;
}
#t3footnav .customfoot1 span {
  overflow: hidden;
  float: left;
  width: 80%;
}
#t3footnav .customfoot1 a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#t3footnav .customfoot1 a:hover {
  color: #76b500;
}
.t3-copyright {
  background: #282828 url(../../../templates/t3_bs3_blank/images/foot-bg.png) right 20px no-repeat;
  padding: 20px 0;
  color: #96a0a3;
}
.t3-copyright a {
  color: #ffffff;
}
.t3-copyright a:hover {
  color: #76b500;
}
@media (min-width: 320px) and (max-width: 767px) {
  .t3-copyright {
    background-image: none;
  }
  .t3-copyright small {
    width: 100%;
    display: block;
  }
}
#back-top {
  margin: 0;
}
#back-top a {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: fixed;
  right: 2%;
  bottom: 10%;
  background: #f7f7f7;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  z-index: 11;
  color: #2e3233;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#back-top a:hover {
  background: #2e3233;
  color: #f7f7f7;
}
@media (min-width: 320px) and (max-width: 767px) {
  #back-top a {
    display: none;
  }
}

.module.param .module-title {
  background: #ffffff;
  margin-bottom: 0;
}
.module.param .module-title:before {
  font-size: 16px;
  color: #fff;
  font-family: FontAwesome;
  content: "\f0b0";
  margin-right: 8px;
  line-height: 18px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.paramfilter .mcf_form > div {
  margin-bottom: 20px;
}
.paramfilter .heading {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.paramfilter .jq-checkbox {
  border: 1px solid #e2e6e7;
  background: #f7f7f7;
  border-radius: 0px;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
}
.paramfilter .jq-checkbox.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}
.paramfilter .jq-checkbox.checked span,
.paramfilter .jq-checkbox:hover span {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../../templates/t3_bs3_blank/images/check_box.png) left top no-repeat;
  position: relative;
  left: 2px;
  top: 2px;
}
.paramfilter .jq-checkbox.disabled span {
  display: none;
}
.paramfilter .jq-radio {
  border: 2px solid #e2e6e7;
  background: #f5f7f8;
  border-radius: 12px;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
}
.paramfilter .jq-radio.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}
.paramfilter .jq-radio.checked span,
.paramfilter .jq-radio:hover span {
  display: block;
  width: 10px;
  height: 10px;
  background: #292f38;
  position: relative;
  left: 2px;
  top: 2px;
  border-radius: 10px;
}
.paramfilter .jq-radio.disabled span {
  display: none;
}
.t3-sidebar .paramfilter .values li {
  border: none;
  padding: 4px 0;
}
.t3-sidebar .paramfilter .values li label {
  font-size: 14px;
  font-weight: 300;
}
.paramfilter a.reset {
  line-height: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-top: 3px;
}
.paramfilter .ui-slider-horizontal {
  height: 12px;
  box-shadow: none;
}
.paramfilter .ui-slider-horizontal {
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
}
.paramfilter .ui-slider .ui-slider-range {
  background: #76b500;
  margin-left: 0px;
  top: -1px;
  height: 12px;
}
.paramfilter .ui-slider-horizontal .ui-slider-handle {
  background: #a1aaaf;
  width: 12px;
  height: 22px;
  border-radius: 0px;
  box-shadow: none;
  border: none;
  top: -7px;
  margin-left: -6px;
  cursor: pointer;
}
.paramfilter .slider_active {
  border-radius: 0px;
  background: #f7f7f7;
  top: -1px;
  height: 12px;
}
.paramfilter .price .slider-range-gt,
.paramfilter .price .slider-range-lt {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  border: none;
  background: none;
}
.paramfilter .price .slider-range-lt {
  text-align: right;
}
.paramfilter div.values input {
  border: 1px solid #e4e4e2;
  border-radius: 0px;
  background: #f7f7f7;
  margin: 0 0 10px 0;
  box-shadow: none !important;
  width: 45%;
}
.paramfilter .values-named li label,
.paramfilter .values-named li label.checked {
  border: none;
  position: relative;
  height: auto;
  width: auto;
  margin-bottom: 5px;
}
.paramfilter .values-named li label .jq-checkbox {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  background: #fff;
}
.paramfilter .values-named li label span.jq-checkbox {
  display: none;
}
.paramfilter .values-named li label .color {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 22px;
  height: 22px;
  z-index: 1;
}
.paramfilter .values-named li label:hover .color,
.paramfilter .values-named li label.checked .color {
  background-image: url(../../../templates/t3_bs3_blank/images/check_box.png);
  background-position: 3px 6px;
  background-repeat: no-repeat;
}
.paramfilter .values-named li.hover label span.f-title {
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  right: auto;
  margin: 0;
  z-index: 3;
  text-align: center;
}
.paramfilter .values-named li.hover label span.f-title b {
  display: block;
  padding: 0 2px;
  margin-left: 0;
  margin-top: -10px;
  background: #fff;
  width: 100%;
  border: 1px solid #eee;
}
.fullreset {
  font-weight: 300;
  font-size: 14px;
  outline: none;
  outline: none !important;
  text-decoration: none;
}
.fullreset i {
  margin-right: 6px;
  margin-left: 2px;
  position: relative;
  top: -1px;
}
.fullreset.resetimg {
  background: url(../../../templates/t3_bs3_blank/images/aload-black_on_white.gif) left center no-repeat;
  padding-left: 20px;
}
.fullreset.resetimg i {
  display: none;
}
.fullreset:hover,
.fullreset:focus {
  text-decoration: none;
}

.cwcookielaw {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  padding: 9px 10px;
  background: #34495e;
}
.cwcookielaw .button {
  margin-left: 5px;
}
div.cwcookielawbg {
  height: 60px;
}
.cookies_height {
  height: 0;
  overflow: hidden;
}

.mod_vm2products {
  padding-bottom: 0px;
}
.mod_vm2products .module-title.no-products {
  margin-left: 15px;
  margin-right: 15px;
}
.mod_vm2products .responsive-tabs__list {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 99;
  clear: both;
  min-height: 50px;
}
.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding: 15px 20px;
  background: #a1aaaf;
  border-radius: 0px;
  margin-right: 1px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item:hover,
.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active,
.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active:hover {
  background: #515b5e;
}
.mod_vm2products .responsive-tabs__heading {
  display: none;
}
.mod_vm2products .responsive-tabs__panel .desc p {
  margin-bottom: 10px;
}
.mod_vm2products .responsive-tabs__panel .tags {
  font-size: 14px;
  line-height: 30px;
}
.mod_vm2products .responsive-tabs__panel .tags .product-fields-title {
  color: #7a8188;
  display: inline-block;
  margin-right: 5px;
}
.mod_vm2products .responsive-tabs__panel .tags .product-field-display {
  display: inline-block;
}
.mod_vm2products .responsive-tabs__panel .tags .product-field-display .btx {
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  display: inline-block;
  background: #f7f7f7;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mod_vm2products .responsive-tabs__panel .tags .product-field-display .btx:hover {
  background: #1abc9c;
  color: #fff;
}

div#slideShow {
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}
div#slideShow .browseImage {
  position: relative;
  width: 100%;
}
div#slideShow .browseImage .lbl-box {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
}
div#slideShow .browseImage .lbl-box div {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #fff;
  font-weight: 300;
}
div#slideShow .browseImage .lbl-box div.limited {
  background: #9c59b6;
}
div#slideShow .browseImage .lbl-box div.discount {
  background: #9c59b6;
}
div#slideShow .browseImage .lbl-box div.hit {
  background: #e70032;
}
div#slideShow .browseImage .lbl-box2 {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1;
}
div#slideShow .browseImage .lbl-box2 div {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #fff;
  font-weight: 300;
}
div#slideShow .browseImage .lbl-box2 div.sold {
  background: #a3a0a0;
}
div#slideShow .browseImage .lbl-box2 div.new {
  background: #6aa300;
}
div#slideShow .browseImage .img-wrapper {
  background: #fff;
  padding: 0px;
  overflow: hidden;
}
div#slideShow .browseImage .img-wrapper img {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
div#slideShow .time-box {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
div#slideShow .time-box .price {
  overflow: hidden;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}
div#slideShow .time-box .price .text {
  font-size: 14px;
  line-height: 20px;
  display: block;
}
div#slideShow .time-box .price .price-sale {
  background: #fff;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
  width: 34%;
  color: #76b500;
  padding: 10px 0 20px;
}
@media (min-width: 320px) and (max-width: 479px) {
  div#slideShow .time-box .price .price-sale {
    width: 100%;
  }
}
div#slideShow .time-box .price .price-sale .PricesalesPrice {
  float: none;
}
div#slideShow .time-box .price .price-old {
  background: #fff;
  margin-left: 0px;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
  width: 33%;
  color: #596067;
  padding: 10px 0 20px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 479px) {
  div#slideShow .time-box .price .price-old {
    width: 100%;
  }
}
div#slideShow .time-box .price .price-old:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #f7f7f7;
}
div#slideShow .time-box .price .price-old .PricebasePriceWithTax {
  float: none;
}
div#slideShow .time-box .price .price_save {
  background: #fff;
  margin-left: 0px;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
  width: 33%;
  color: #9b59b6;
  padding: 10px 0 20px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 479px) {
  div#slideShow .time-box .price .price_save {
    width: 100%;
  }
}
div#slideShow .time-box .price .price_save:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #f7f7f7;
}
div#slideShow .time-box .price .price_save .PricediscountAmount {
  float: none;
}
div#slideShow .time-box .bzSaleTimer {
  background: #fff;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
  width: 100%;
  color: #9b59b6;
  padding: 10px 0px 10px 10px;
  margin-bottom: 10px;
}
div#slideShow .time-box .bzSaleTimer .countdown_section {
  color: #596067;
}
div#slideShow .time-box .bzSaleTimer .countdown_amount {
  color: #596067;
}
div#slideShow .time-box .bzSaleTimerDesc {
  float: left;
  width: 50%;
  display: block;
  color: #596067;
}
div#slideShow .time-box .bzSaleTimerDesc div {
  font-weight: 400;
  color: #e74c3c;
}
div#slideShow .time-box .bzSaleTimerDesc2 {
  float: left;
  width: 50%;
  display: block;
  color: #596067;
  text-align: right;
}
div#slideShow .time-box .bzSaleTimerDesc2 div {
  display: inline-block;
}
div#slideShow .vote {
  display: inline-block;
  float: left;
  margin: 10px 20px 10px 0;
  padding: ;
  text-align: left;
  position: relative;
}
div#slideShow .vote .ratingbox {
  background: none;
  width: 75px;
  height: 14px;
  position: relative;
}
div#slideShow .vote .ratingbox:before {
  color: #dbdbdb;
  content: "\f006\ \f006\ \f006\ \f006\ \f006";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
div#slideShow .vote .stars-orange {
  background: none;
  overflow: hidden;
  height: 14px;
  left: 0;
  top: 0;
  position: absolute;
}
div#slideShow .vote .stars-orange:before {
  color: #f1c40f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
div#slideShow .product-actions {
  padding-top: 10px;
  width: 50%;
  color: #fff;
  display: table;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  div#slideShow .product-actions {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div#slideShow .product-actions {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  div#slideShow .product-actions {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  div#slideShow .product-actions {
    width: 100%;
  }
}
div#slideShow .product-actions .addtocart-button {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  box-sizing: border-box;
  position: relative;
  height: 40px;
}
div#slideShow .product-actions .addtocart-button > i {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  position: relative;
  top: 0px;
}
div#slideShow .product-actions > div {
  position: relative;
  border-left: 1px solid #e7f9fc;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0;
  display: table-cell;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  vertical-align: top;
}
div#slideShow .product-actions > div.add-to-cart {
  border-left: none;
}
div#slideShow .product-actions > div.current {
  width: auto;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  div#slideShow .product-actions > div.add-to-favorites,
  div#slideShow .product-actions > div.add-to-compare {
    display: none;
  }
}
div#slideShow .product-actions > div.current span.action-name {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  white-space: nowrap;
  visibility: visible;
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 115px;
  text-overflow: ellipsis;
  padding-right: 0px;
  overflow: hidden;
  left: 26px;
}
div#slideShow .product-actions > div span.action-name {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  visibility: hidden;
  width: 0px;
  height: 0px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 300;
  margin-left: 5px;
  position: absolute;
  left: 85px;
  top: 0;
  line-height: 40px;
}
div#slideShow .product-actions > div .add_compare {
  background: #515b5e;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px 10px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: auto;
  position: relative;
  height: 40px;
}
div#slideShow .product-actions > div .add_compare i {
  font-size: 16px;
  line-height: 20px;
  height: 20px;
}
div#slideShow .product-actions > div .add_compare.active,
div#slideShow .product-actions > div .add_compare:hover {
  background: #41494b;
}
div#slideShow .product-actions > div .add_wishlist {
  background: #515b5e;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px 9px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: auto;
  position: relative;
  height: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  div#slideShow .product-actions > div .add_wishlist {
    padding: 10px 10px 10px;
  }
}
@media (min-width: 320px) and (max-width: 689px) {
  div#slideShow .product-actions > div .add_wishlist {
    padding: 10px 10px 10px;
  }
}
div#slideShow .product-actions > div .add_wishlist i {
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  position: relative;
  left: 2px;
}
div#slideShow .product-actions > div .add_wishlist.active,
div#slideShow .product-actions > div .add_wishlist:hover {
  background: #41494b;
}
#slideShow {
  margin-bottom: 20px;
  width: 100%;
}
#slideShow .list_products {
  display: block;
  width: 100%;
}
#slideShow {
  position: relative;
  z-index: 2;
  background: #f7f7f7;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#slideShow.list ul {
  margin: 0;
  padding: 0px;
  list-style: none;
  display: block;
}
#slideShow.list li {
  text-align: left;
  padding: 0px;
  margin: 0 0 0 0;
  display: block;
  float: none;
  position: relative;
  z-index: 100;
  width: 100%;
  z-index: 1;
}
#slideShow.list .img-wrapper {
  overflow: hidden;
}
#slideShow .Title a {
  font-size: 24px;
  line-height: 26px;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 10px;
  font-weight: 300;
}
#slideShow .vote {
  padding-bottom: 10px;
  display: inline-block;
}
#slideShow .rating-title {
  display: inline-block;
  position: relative;
  top: -3px;
}
#slideShow.list .left-img {
  float: left;
  margin-right: 20px;
  padding: 20px 20px 15px 20px;
  width: 280px;
  background: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #slideShow.list .left-img {
    width: 226px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #slideShow.list .left-img {
    width: 490px;
  }
}
@media (min-width: 690px) and (max-width: 767px) {
  #slideShow.list .left-img {
    width: 35%;
  }
}
@media (min-width: 320px) and (max-width: 689px) {
  #slideShow.list .left-img {
    width: 100%;
  }
}
#slideShow.list li .product-box.hover .browseImage {
  position: relative;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 0px;
}
#slideShow.list li .product-box.hover .browseImage a {
  display: inline-block;
  text-align: center;
}
#slideShow.list li .product-box.hover .browseImage img {
  width: 100%;
  max-width: 100%;
  height: auto;
  text-align: center;
  vertical-align: middle;
}
#slideShow.list li .product-box.hover .slide-hover {
  float: left;
  width: 63%;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #slideShow.list li .product-box.hover .slide-hover {
    width: 100%;
    padding: 20px 20px 50px;
  }
}
@media (min-width: 690px) and (max-width: 767px) {
  #slideShow.list li .product-box.hover .slide-hover {
    width: 60%;
  }
}
@media (min-width: 320px) and (max-width: 689px) {
  #slideShow.list li .product-box.hover .slide-hover {
    width: 100%;
    padding: 20px 20px 50px;
  }
}
#slideShow.list li .product-box.hover .vm-img-desc,
#slideShow .quantity-box,
#slideShow .quantity-controls,
#slideShow .attributes {
  display: none;
}
#slideShow .desc1 {
  display: block;
  border-top: 1px solid #e2e6e7;
  border-bottom: 1px solid #e2e6e7;
  padding-top: 10px;
  font-size: 14px;
  margin-right: 5px;
}
#slideShow.loader {
  background: url(../../../templates/t3_bs3_blank/images/ajax-loader.gif) center center no-repeat;
  position: relative;
  z-index: 99;
  min-height: 90px;
  display: block;
  box-shadow: none;
  border: none;
}
div#slideShow .space_tabs li a {
  background: #fff;
}
div#slideShow .space_tabs li.space_here a {
  background: #76b500;
}
#quick_view_popup {
  z-index: 65554;
  position: relative;
}
div#sbox-window {
  padding: 20px;
  z-index: 65557;
}
div#sbox-window #sbox-btn-close {
  background: none;
  right: -5px;
  top: -5px;
  text-align: center;
  line-height: 30px;
}
div#sbox-window #sbox-btn-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 15px;
  position: relative;
  top: 0px;
}
div#sbox-window #sbox-btn-close:hover {
  color: #76b500;
}
#newsletter-popup .close {
  display: none;
}
#newsletter-popup div.wrap-border img {
  position: relative;
  top: 0;
  margin: 0 30px 0 0;
  left: 0;
  padding: 0;
  width: 40%;
  height: auto;
}
#newsletter-popup div.wrap-border .fleft {
  width: 50%;
}
#newsletter-popup div.wrap-border .fleft p {
  margin-bottom: 15px;
}
#newsletter-popup .acymailing_form .subbutton {
  margin-top: 0 !important;
}
div.fancybox-overlay {
  z-index: 66665;
}
div.fancybox-wrap {
  z-index: 66666 !important;
}
div.fancybox-wrap #fancybox-bg-n,
div.fancybox-wrap #fancybox-bg-ne,
div.fancybox-wrap #fancybox-bg-e,
div.fancybox-wrap #fancybox-bg-se,
div.fancybox-wrap #fancybox-bg-s,
div.fancybox-wrap #fancybox-bg-sw,
div.fancybox-wrap #fancybox-bg-w,
div.fancybox-wrap #fancybox-bg-nw {
  display: none;
}
div.fancybox-wrap #fancybox-content {
  width: 100% !important;
}
div.fancybox-wrap a.fancybox-close {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 1;
  cursor: pointer;
  background: none;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
}
div.fancybox-wrap a.fancybox-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 15px;
  position: relative;
  top: 0px;
}
div.fancybox-wrap a.fancybox-close:hover {
  color: #76b500;
}
body.component {
  background: #fff;
}
body.component .module-title {
  font-size: 12px;
}
body.component .asc-img {
  display: none;
}
body.component #Comment {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  height: 140px;
  width: 100%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  border-radius: 0;
  color: #7a8188;
  font-size: 14px;
  font-weight: 300;
  resize: none !important;
  margin-bottom: 10px;
}
body.component #Comment:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.order-box .vmshipment_description,
.order-box .vmpayment_description {
  padding-top: 15px;
  display: block;
}

.shop-accordion .su-spoiler-title {
  background: #34495e;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  margin-right: 1px;
  padding: 15px 30px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.shop-accordion .su-spoiler-title .su-spoiler-icon {
  left: 10px;
}
.shop-accordion .su-spoiler-content {
  background: #fff;
  padding: 20px;
}
.shop-accordion .su-spoiler-closed .su-spoiler-title {
  background: #a1aaaf;
}
.shop-tabs-horizontal {
  border-radius: 0;
  padding: 0;
}
.shop-tabs-horizontal .su-tabs-pane,
.shop-tabs-horizontal .su-tabs-nav span {
  border-radius: 0;
}
.shop-tabs-vertical {
  border-radius: 0;
  padding: 0;
}
.shop-tabs-vertical .su-tabs-pane,
.shop-tabs-vertical .su-tabs-nav span {
  border-radius: 0;
}
.user-details label {
  text-align: left;
}

.order-items-box tr td .priceColor2 {
  color: #2e3233;
}

.jcarousel li {
  box-sizing: border-box;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
  margin-top: 0;
  text-align: right;
  position: absolute;
  right: 15px;
  top: -80px;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 0;
  padding: 0;
  font-size: 24px;
  height: 50px;
  width: 50px;
  border-left: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 48px;
  background: #515b5e;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none;
  background: #41494b;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  
  opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-item.loading {
  min-height: 150px;
  background: url(../../../templates/t3_bs3_blank/less/AjaxLoader.gif) no-repeat center center;
}

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

#options {
  overflow: hidden;
  margin: 0 0 30px 0;
}
#filters,
#sort-by,
#sort-direction {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#filters li,
#sort-by li,
#sort-direction li {
  float: left;
  margin: 0 1px 1px 0;
}
#sort-by,
#sort-direction {
  float: right;
}
#filters {
  float: left;
}
.button.selected {
  background: #6aa300;
  color: #ffffff;
}
.button.reset.selected {
  color: #ffffff;
  background: #41494b;
}
#onepage_info_above_button {
  margin-bottom: -30px;
}
input[type="checkbox"] {
  border: none;
  width: 22px;
  height: 22px;
  padding: 0;
  margin-top: 0;
}
span.checkbox {
  margin: 0;
  background: #f4f4f4;
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 10px;
}
span.checkbox input[type="checkbox"] {
  visibility: hidden;
  margin: 0;
  opacity: 0;
}
span.checkbox label.checkbox_inner::before {
  color: #e74c3c;
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
  height: 100%;
  left: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
span.checkbox input[type="checkbox"]:checked + label.checkbox_inner::before {
  content: "\f078";
}
#checkout-advertise-box {
  padding: 20px;
  background: #fff;
}
#checkout-advertise-box label {
  font-weight: 300;
}
#checkout-advertise-box .inline {
  margin-bottom: -20px;
}
#checkout-advertise-box .inline table {
  width: 100%;
}
#checkout-advertise-box .inline table td:first-child input[type="text"] {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  height: 40px;
  width: 100%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  border-radius: 0;
  color: #7a8188;
  font-size: 14px;
  font-weight: 300;
  box-sizing: border-box;
}
#checkout-advertise-box .inline table td:first-child input[type="text"]:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
#checkout-advertise-box .inline table td:first-child .button {
  margin-left: 0 !important;
  margin-top: 10px;
}
#checkout-advertise-box .inline table #userIDcart {
  display: block !important;
  margin-bottom: 10px;
  height: 40px;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  width: 100% !important;
  box-sizing: border-box;
  max-width: inherit !important;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  border-radius: 0px;
}
#checkout-advertise-box .inline table #userIDcart:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
#checkout-advertise-box .inline table #userIDcart_chzn {
  display: none;
}
#checkout-advertise-box .click_new_shopper {
  margin-bottom: 20px;
  display: none;
}
.cart-view {
  font-family: 'Roboto', sans-serif;
}
#onepage_main_div.cart-view {
  margin-top: 30px;
}
#onepage_main_div.cart-view input.inputbox,
#onepage_main_div.cart-view #registertab input,
#onepage_main_div.cart-view .output-billto input,
#onepage_main_div.cart-view .output-shipto input {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  height: 40px;
  width: 100%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  border-radius: 0;
  color: #7a8188;
  font-size: 14px;
  font-weight: 300;
  box-sizing: border-box;
}
#onepage_main_div.cart-view input.inputbox:focus,
#onepage_main_div.cart-view #registertab input:focus,
#onepage_main_div.cart-view .output-billto input:focus,
#onepage_main_div.cart-view .output-shipto input:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
#onepage_main_div.cart-view #registertab input {
  width: 50%;
}
#onepage_main_div.cart-view #logintab .remembers {
  padding-bottom: 20px;
  padding-top: 10px;
}
#onepage_main_div.cart-view #tab_selector li {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}
#onepage_main_div.cart-view #tab_selector li.active {
  cursor: default;
}
#onepage_main_div.cart-view #tab_selector li:hover {
  background: #a1aaaf;
}
#onepage_main_div.cart-view #tab_selector li.active,
#onepage_main_div.cart-view #tab_selector li.active:hover {
  background: #a1aaaf;
}
@media (min-width: 320px) and (max-width: 767px) {
  #agreed_div a {
    display: none;
  }
}
#remember_login-styler {
  display: none !important;
}
div#basket_container.cart-view {
  padding-bottom: 0;
}
div#basket_container.cart-view .custom_chec.bg-marg {
  background: #fff;
  padding-top: 10px;
  border: none;
}
div#basket_container.cart-view .custom_chec.bg-marg .op_basket_row.custom_chec.none {
  display: block;
  height: 20px;
  padding: 8px 12px;
}
div#basket_container.cart-view .black-basket h3 {
  margin-bottom: 10px;
}
div#basket_container.cart-view .black-basket .col-module_content {
  border-radius: 0px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  background: #f7f7f7;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row {
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row.op_basket_header {
  background: #a1aaaf;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row.op_basket_header > div {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row .cart-title a,
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row .vm-customfield-cart {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #1f2228;
  font-family: 'Roboto', sans-serif;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row .cart-title a:hover {
  color: #3498db;
}
div#basket_container.cart-view .black-basket .col-module_content #tt_total_basket {
  color: #e74c3c;
}
div#basket_container.cart-view .black-basket .col-module_content .cart_form {
  float: none;
  text-align: center;
}
div#basket_container.cart-view .black-basket .col-module_content .update_form_wrap {
  text-align: center;
}
div#basket_container.cart-view .black-basket .col-module_content .vm2-add_quantity_cart {
  border: none;
  padding: 0;
  background: none;
  box-shadow: none;
  margin-right: 5px;
}
div#basket_container.cart-view .black-basket .col-module_content .vm2-add_quantity_cart:hover {
  color: #3498db;
}
div#basket_container.cart-view .black-basket .col-module_content input.inputbox_update {
  box-sizing: border-box;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
  margin-bottom: 5px;
  float: none;
}
#couponcode_field {
  padding: 0 20px 30px;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
}
#couponcode_field h3 {
  margin-right: -30px;
  margin-left: -30px;
}
#couponcode_field .coupon_input.input-large {
  width: 175px;
  margin-right: 5px;
  box-sizing: border-box;
  height: 41px;
}
#onepage_main_div .shipping_method_section {
  float: left;
  width: 50%;
  margin-right: 0px;
  box-sizing: border-box;
}
#onepage_main_div #payment_top_wrapper {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
#onepage_main_div .cart-view {
  background: #fff;
  padding: 0 20px 30px 20px;
}
#onepage_main_div .cart-view .module-title {
  margin-left: -20px;
  margin-right: -20px;
}
#onepage_main_div .cart-view .output-billto,
#onepage_main_div .cart-view .output-shipto {
  margin-bottom: -30px;
}
#onepage_main_div .cart-view .output-billto select,
#onepage_main_div .cart-view .output-shipto select {
  margin-bottom: 10px;
  height: 40px;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  width: 50% !important;
  box-sizing: border-box;
  max-width: inherit !important;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  border-radius: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #onepage_main_div .cart-view .output-billto select,
  #onepage_main_div .cart-view .output-shipto select {
    width: 100% !important;
  }
}
#onepage_main_div .cart-view .output-billto select:focus,
#onepage_main_div .cart-view .output-shipto select:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
#onepage_main_div input[type="radio"] {
  border: none;
  width: 18px;
  height: 18px;
  padding: 0;
  margin-top: 0;
}
#onepage_main_div div.opc_ship_wrap,
#onepage_main_div .payment_inner_html > div {
  position: relative;
}
#onepage_main_div div.opc_ship_wrap::before,
#onepage_main_div .payment_inner_html > div::before {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  min-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  vertical-align: middle;
  width: 18px;
  content: "";
}
#onepage_main_div input[type="radio"] {
  -moz-appearance: none;
  margin: 0;
  opacity: 0;
}
#onepage_main_div > label {
  bottom: 0;
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  white-space: nowrap;
}
#onepage_main_div input[type="radio"]:checked + label::before {
  background: #e74c3c;
  border-radius: 50%;
  content: " ";
  height: 14px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 14px;
}
#onepage_main_div .vmCartShipmentLogo,
#onepage_main_div .vmCartPaymentLogo {
  margin-left: 10px;
}
#onepage_main_div .vmshipment_description,
#onepage_main_div .vmpayment_description {
  font-weight: 300;
}
#onepage_main_div textarea.customer-comment {
  box-sizing: border-box;
}
#onepage_main_div #totalam {
  box-sizing: border-box;
}
.category_description {
  margin-bottom: 0;
}
.prod_desc {
  margin-bottom: 30px;
}
.Front_VM2 .category-view {
  margin-bottom: 0;
}
.Front_VM2 .box-style {
  padding: 20px 20px 10px 20px;
}
.Front_VM2 .box-style .prod_desc {
  padding: 0;
}
div#facebox .close img {
  display: none;
}
div#facebox div.content.my-groovy-style {
  width: 480px !important;
}
@media (min-width: 320px) and (max-width: 479px) {
  div#facebox div.content.my-groovy-style {
    width: 300px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #onepage_main_div .cart-view.shipping_method_section,
  #onepage_main_div #payment_top_wrapper {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .op_inside.loginsection.login-box input {
    width: 100% !important;
  }
}
div.category_description {
  margin-bottom: 30px;
}
.opg-modal-page .boxed-version .top-block {
  z-index: 0;
}
#productdetailsview .back-to-category {
  overflow: hidden;
}

@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}