body.app1 {
  padding: 0;
  margin: 0;
  font-family: "Open Sans";
  background: white;
  /** bmAlert
    * ------------------------ */
}
body.app1 a {
  color: black;
}
body.app1 a:hover {
  color: #4d1ca7;
  text-decoration: none;
  cursor: pointer;
}
body.app1 #top-bar {
  background: white;
  border-bottom: 1px solid #f7f7f7;
  line-height: 30px;
  padding: 7px 0;
  margin: 0;
  font-size: 12px;
}
body.app1 #top-bar a {
  text-transform: uppercase;
  font-size: 11px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  body.app1 #top-bar .pull-left,
  body.app1 #top-bar .pull-right {
    width: 100%;
    float: none;
    text-align: center;
  }
}
body.app1 #header {
  background: white;
}
body.app1 #header .container {
  padding-top: 15px;
  padding-bottom: 20px;
}
body.app1 #header #logo {
  display: block;
  top: 28px;
  color: #4d1ca7;
  font-size: 28px;
  line-height: 30px;
  font-weight: 800;
  min-height: 60px;
}
body.app1 #header #logo > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  body.app1 #header #logo {
    margin: 0 auto;
    text-align: center;
  }
  body.app1 #header #logo > span {
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
body.app1 #header #search-box {
  padding-top: 12px;
}
@media (max-width: 991px) {
  body.app1 #header #search-box {
    width: 400px;
    margin: 0 auto;
  }
}
body.app1 #header #search-box form {
  width: 100%;
  box-sizing: border-box;
  color: #404040;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 16px;
  height: 45px;
  line-height: 24px;
  position: relative;
  vertical-align: middle;
  border: 1px solid #cbcbcb;
}
body.app1 #header #search-box form input,
body.app1 #header #search-box form button {
  width: 100%;
  height: 42px;
  padding: 0 10px;
  border-radius: 0;
  border: none;
  color: #8e8e8e;
  font-style: normal;
  font-size: 13px;
}
body.app1 #header #search-box form button[type="submit"] {
  -webkit-box-shadow: none;
  width: 43px;
  height: 43px;
  margin: 0;
  padding: 10px;
  position: absolute;
  right: -1px;
  top: 0px;
  transition: 0.3s all ease-in-out;
  background: #4d1ca7;
  color: white;
  font-size: 14px;
  text-align: center;
}
body.app1 #header #search-box form button[type="submit"]:hover {
  background: #6123d3;
}
body.app1 #header #cart-link {
  width: auto;
  display: inline-block;
  margin: 4px auto 0 auto;
}
@media (max-width: 991px) {
  body.app1 #header #cart-link {
    position: relative;
    left: 50%;
    margin: 5px auto;
    transform: translateX(-50%);
    text-align: center;
  }
}
body.app1 #header #cart-link .header-icon {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border: 1px solid #4d1ca7;
  background: #4d1ca7;
  text-align: center;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
body.app1 #header #cart-link .header-icon i.fa {
  font-size: 24px;
  line-height: 40px;
  color: white;
}
body.app1 #header #cart-link .text-holder {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
}
body.app1 #header #cart-link .text-holder .name-text {
  padding: 5px 0 0 0;
  display: block;
  font-weight: bold;
  margin-top: 3px;
  height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
body.app1 #header #cart-link .text-holder .amount {
  display: block;
  position: relative;
  top: 5px;
  color: #999999;
}
body.app1 #header #cart-link:hover .header-icon {
  background: white;
}
body.app1 #header #cart-link:hover .header-icon i.fa {
  color: #4d1ca7;
}
body.app1 #top-nav-wrapper {
  height: 61px;
}
body.app1 #top-nav-wrapper #top-nav {
  background: #4d1ca7;
}
body.app1 #top-nav-wrapper #top-nav.fxd {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 90;
}
body.app1 #top-nav-wrapper #top-nav .navbar {
  margin: 0 0 0 -15px;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}
body.app1 #top-nav-wrapper #top-nav .navbar .container-fluid {
  padding: 0;
}
body.app1 #top-nav-wrapper #top-nav .navbar .navbar-header button {
  border: none;
}
body.app1 #top-nav-wrapper #top-nav .navbar .navbar-header button:hover {
  background: none;
}
body.app1 #top-nav-wrapper #top-nav .navbar .navbar-header span.icon-bar {
  background-color: white;
}
body.app1 #top-nav-wrapper #top-nav .navbar a {
  padding: 20px 15px;
  font-size: 14px;
  line-height: 21px;
  color: white;
  transition: 0.3s all ease-in-out;
}
body.app1 #top-nav-wrapper #top-nav .navbar a:hover {
  background: #39157b;
}
body.app1 #top-nav-wrapper #top-nav .navbar .dropdown-menu {
  background: #4d1ca7 !important;
  box-shadow: none;
}
body.app1 #top-nav-wrapper #top-nav .navbar .dropdown-menu li a {
  padding: 10px;
  background: #4d1ca7 !important;
}
body.app1 #top-nav-wrapper #top-nav .navbar .dropdown-menu li a:hover {
  background: white !important;
  color: #4d1ca7;
}
body.app1 #top-nav-wrapper #top-nav .navbar #categories-box > a {
  background: #2f1165;
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 767px) {
  body.app1 #top-nav-wrapper #top-nav .navbar a {
    padding: 10px 30px;
  }
  body.app1 #top-nav-wrapper #top-nav .navbar .dropdown-menu li a {
    padding: 5px 0 5px 50px;
  }
}
body.app1 #content {
  padding-bottom: 50px;
  min-height: 600px;
  background: white;
  font-size: 14px;
  color: #8b8b8b;
}
body.app1 #content h1 {
  margin: 0 0 50px;
}
body.app1 #content h2 {
  color: #8b8b8b;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 31px;
  margin: 40px 0 20px;
  text-transform: uppercase;
}
body.app1 #content h2 a {
  font-size: 14px;
  text-transform: none;
}
body.app1 #content h3 {
  margin: 25px 0 15px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  color: #4d1ca7;
}
body.app1 #content .separetor1 {
  display: block;
  height: 25px;
}
body.app1 #content .carousel a.left,
body.app1 #content .carousel a.right {
  color: rgba(255, 255, 255, 0.95);
}
body.app1 #content .carousel a.left:hover,
body.app1 #content .carousel a.right:hover {
  color: white;
}
body.app1 #content .carousel .carousel-caption {
  font-size: 20px;
  color: white;
}
body.app1 #content .carousel .carousel-caption:hover {
  color: #4d1ca7;
}
@media (max-width: 991px) {
  body.app1 #content .carousel .carousel-caption {
    font-size: 14px;
  }
}
body.app1 #content .button1,
body.app1 #content .button2,
body.app1 #content input[type="submit"] {
  -webkit-box-shadow: none;
  border: 1px solid #4d1ca7;
  background: #4d1ca7;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  color: white;
  margin: 0;
  padding: 8px 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: 0.3s all ease;
  text-transform: uppercase;
}
body.app1 #content .button1:hover,
body.app1 #content .button2:hover,
body.app1 #content input[type="submit"]:hover {
  background: white;
  color: black;
}
@media (max-width: 767px) {
  body.app1 #content .button1,
  body.app1 #content .button2,
  body.app1 #content input[type="submit"] {
    padding: 8px 4px;
  }
}
body.app1 #content .button-info,
body.app1 #content .button-delete {
  display: inline-block;
  position: relative;
  color: #666;
}
body.app1 #content .button-info:before,
body.app1 #content .button-delete:before {
  content: "\f05a";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: FontAwesome;
  font-size: 16px;
  transform: translateX(-50%) translateY(-50%);
}
body.app1 #content .button-info:hover,
body.app1 #content .button-delete:hover {
  color: #4d1ca7;
}
body.app1 #content .button-delete:before {
  content: "\f014";
}
body.app1 #content .rel {
  position: relative;
}
body.app1 #content .product-icons {
  position: absolute;
  left: 10px;
  top: -9px;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: 0 0;
}
body.app1 #content .product-icons > span {
  width: 80px;
  display: block;
  position: relative;
  background: #4d1ca7;
  text-align: center;
  font-size: 14px;
  color: white;
  line-height: 14px;
  margin: 15px 0;
  padding: 8px 0;
  transform: translate3d(0, 0, 0);
}
body.app1 #content .product-icons > span:before {
  border-left: 10px solid #4d1ca7;
  border-top: 9px solid rgba(0, 0, 0, 0);
  bottom: -9px;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  right: 0px;
  transform: matrix(0, 1, -1, 0, 0, 0);
  width: 10px;
}
body.app1 #content .product-icons > span.label_notbuy {
  letter-spacing: -0.5px;
}
body.app1 #content #category-list {
  display: block;
  margin: -15px 0 40px;
  padding: 0;
}
body.app1 #content #category-list li {
  display: list-item;
  list-style: none;
  margin-bottom: 5px;
  overflow-x: hidden;
  overflow-y: hidden;
}
body.app1 #content #category-list li a {
  color: #666;
  display: block;
  font-size: 13px;
  line-height: 22px;
  padding-left: 12px;
  position: relative;
  text-decoration: none;
  transition: 0.3s all ease;
}
body.app1 #content #category-list li a:before {
  content: '\f105';
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  font-size: 13px;
  color: #666;
  transition: 0.3s all ease;
}
body.app1 #content #category-list li a:hover {
  color: #4d1ca7;
}
body.app1 #content #category-list li a:hover:before {
  color: #4d1ca7;
  transform: translateX(4px);
}
body.app1 #content .lister-pager {
  margin: 30px auto;
}
body.app1 #content .lister-pager:first-of-type {
  display: none;
}
body.app1 #content .lister-pager .list-pager-string {
  margin: 0 auto;
  text-align: center;
}
body.app1 #content .lister-pager .list-pager-string > a {
  margin: 3px;
  padding: 3px 8px;
  border: 1px solid #4d1ca7;
  color: #4d1ca7;
  font-size: 14px;
  cursor: pointer;
}
body.app1 #content .lister-pager .list-pager-string > a.pager-num-active,
body.app1 #content .lister-pager .list-pager-string > a:hover {
  background: #4d1ca7;
  color: white;
}
body.app1 #content .lister-order {
  margin: 25px 0 0;
}
body.app1 #content .lister-order .list-order-pre {
  display: none;
}
body.app1 #content .lister-order a {
  margin: 0 5px;
  line-height: 38px;
}
body.app1 #content .lister-order a.list-order-link-active {
  color: #4d1ca7;
}
body.app1 #content .lister-order select {
  border: 1px solid #cccccc;
  box-shadow: none;
  color: #8e8e8e;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 7px 20px 7px 10px;
  height: 38px;
  line-height: 21px;
  outline-color: #8e8e8e;
  outline-style: none;
  outline-width: 0px;
  text-shadow: none;
  min-width: 100px;
}
body.app1 #content .lister-rows {
  font-size: 14px;
  text-align: right;
  margin: 20px 0 -20px;
  position: relative;
  top: -50px;
  pointer-events: none;
}
body.app1 #content #myorders-balance-1 {
  position: relative;
  top: -10px;
}
body.app1 #content .product-list > div > div {
  border: 1px solid #eeeeee;
  height: 433px;
  margin-bottom: 32px;
  padding: 12px 7px 18px 7px;
  position: relative;
  text-align: center;
}
body.app1 #content .product-list > div > div .product-image {
  position: relative;
  width: 100%;
  height: 236px;
  background-color: rgba(0, 0, 0, 0);
  color: #ff0000;
  display: block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
}
body.app1 #content .product-list > div > div .product-image img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.5s all ease-in-out;
}
body.app1 #content .product-list > div > div .product-image:hover img {
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}
body.app1 #content .product-list > div > div .product-icons {
  top: 3px;
  pointer-events: none;
}
body.app1 #content .product-list > div > div .product-name {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
  top: 6px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  overflow: hidden;
}
body.app1 #content .product-list > div > div .product-btns {
  margin: 3px 0 10px;
}
body.app1 #content .product-list > div > div .product-price {
  margin: 6px;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  font-weight: bold;
  color: black;
}
body.app1 #content .product-list > div > div .product-price strike {
  font-size: 12px;
  font-weight: normal;
  color: #8b8b8b;
}
body.app1 #content .product-list > div > div .product-point {
  padding: 3px 0;
  font-size: 12px;
  line-height: 20px;
}
body.app1 #content .product-list > div > div .button1 {
  min-width: 45%;
}
body.app1 #content .spec-list .col {
  border: 1px solid #eeeeee;
  height: 150px;
  padding: 0;
}
body.app1 #content .spec-list .col > div {
  padding: 15px;
  overflow: hidden;
}
body.app1 #content .spec-list .col > div .product-image {
  width: 120px;
  height: 120px;
  display: inline-block;
}
body.app1 #content .spec-list .col > div .product-image img {
  width: 120px;
  height: 120px;
}
body.app1 #content .spec-list .col > div .product-data {
  position: absolute;
  left: 145px;
  top: 20px;
  display: inline-block;
}
body.app1 #content .spec-list .col > div .product-data .product-name {
  color: black;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
  max-height: 30px;
  overflow: hidden;
  transition: 0.3s all ease;
}
body.app1 #content .spec-list .col > div .product-data .product-name:hover {
  color: #4d1ca7;
}
body.app1 #content .spec-list .col > div .product-data .product-price {
  color: black;
  font-size: 12px;
  font-weight: bold;
}
body.app1 #content .spec-list .col > div .product-data .product-price strike {
  font-size: 10px;
  font-weight: normal;
  color: #8b8b8b;
}
body.app1 #content .spec-list .col > div .product-data .product-point {
  color: #666;
  font-size: 11px;
  line-height: 20px;
}
body.app1 #content .spec-list .col > div .product-data .product-btns {
  margin-top: 8px;
}
body.app1 #content .spec-list .col > div .product-data .product-btns a {
  background: white;
  color: #666;
  border-color: #eee;
}
body.app1 #content .spec-list .col > div .product-data .product-btns a:hover {
  border-color: #4d1ca7;
  color: #4d1ca7;
}
body.app1 #content .product h2 {
  font-size: 26px;
  line-height: 31px;
  margin: 0 0 30px;
}
body.app1 #content .product .product-price {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #404040;
}
body.app1 #content .product .product-price strike {
  font-size: 18px;
  font-weight: normal;
  color: #8b8b8b;
}
body.app1 #content .product .product-price-discount {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #404040;
}
body.app1 #content .product .product-point {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
body.app1 #content .product .product-lead {
  margin: 10px 0;
  font-size: 16px;
  line-height: 24px;
}
body.app1 #content .product .product-form {
  padding: 15px 0;
  display: block;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
}
body.app1 #content .product .product-form div {
  display: inline-block;
}
body.app1 #content .product .product-form input[type="text"] {
  position: relative;
  top: 2px;
  width: 60px;
  padding: 5px 6px;
  border: 1px solid #4d1ca7;
  text-align: center;
  font-size: 15px;
  line-height: 15px;
}
body.app1 #content .product .product-data {
  padding: 15px 0;
  border-bottom: 1px dotted #ddd;
  font-size: 13px;
  color: #404040;
}
body.app1 #content .product .product-desc {
  border: 1px solid #4d1ca7;
  font-size: 14px;
  line-height: 21px;
  color: #8b8b8b;
}
body.app1 #content .product .product-desc h3 {
  margin: 10px 0 15px;
}
body.app1 #content .product #product-clock-wrapper {
  font-weight: lighter;
  color: #333;
  border: 2px solid #eee;
  padding: 5px 8px;
}
body.app1 #content .product #product-clock-wrapper #product-clock > div {
  float: left;
  padding: 5px 4px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
body.app1 #content .product #product-clock-wrapper #product-clock > div i {
  padding-top: 3px;
  font-size: 26px;
  color: #4d1ca7;
}
body.app1 #content .product #product-clock-wrapper #product-clock > div span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
}
body.app1 #content .page_header_wrap {
  margin-bottom: 30px;
  background: url('/images/webshop/bg.jpg') no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  display: block;
  height: 270px;
  padding: 80px 0;
  position: relative;
}
body.app1 #content .page_header_wrap:after {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  height: 270px;
  left: 0px;
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 100%;
}
body.app1 #content .page_header_wrap .site-title {
  position: relative;
  color: #ffffff;
  display: block;
  font-size: 36px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  z-index: 2;
}
body.app1 #content .page_header_wrap .breadcrumb {
  margin-top: 10px;
  position: relative;
  z-index: 2;
  text-align: center;
  background: none;
}
body.app1 #content .page_header_wrap .breadcrumb li:nth-child(n+2):before {
  content: '> ';
}
body.app1 #content .page_header_wrap .breadcrumb li a {
  font-size: 14px;
  line-height: 21px;
  color: white;
}
body.app1 #content .page_header_wrap .breadcrumb li a:hover {
  color: #4d1ca7;
}
body.app1 #content .page_header_wrap .breadcrumb li:last-child a {
  color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
}
body.app1 #content .sbbox {
  border: 1px solid #eaeaea;
  color: #404040;
  display: block;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 30px;
  padding: 0 15px 15px 15px;
}
body.app1 #content .sbbox:first-child {
  margin-top: -20px;
}
body.app1 #content .sbbox .sbbox-title {
  border-bottom: 1px solid #eaeaea;
  color: #4d1ca7;
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin: 0 -15px 20px -15px;
  padding: 10px 15px;
  text-transform: uppercase;
}
body.app1 #content .sidebarmenu ul {
  display: block;
  margin: 0;
  padding: 0;
}
body.app1 #content .sidebarmenu ul > li {
  display: list-item;
  list-style: none;
  margin-bottom: 5px;
  overflow-x: hidden;
  overflow-y: hidden;
}
body.app1 #content .sidebarmenu ul > li > a {
  color: #666;
  display: block;
  font-size: 13px;
  line-height: 22px;
  padding-left: 12px;
  position: relative;
  text-decoration: none;
  transition: 0.3s all ease;
}
body.app1 #content .sidebarmenu ul > li > a:before {
  content: '\f105';
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  font-size: 13px;
  color: #666;
  transition: 0.3s all ease;
}
body.app1 #content .sidebarmenu ul > li > a:hover {
  color: #4d1ca7;
}
body.app1 #content .sidebarmenu ul > li > a:hover:before {
  color: #4d1ca7;
  transform: translateX(4px);
}
body.app1 #content .sidebarmenu ul > li.active > a {
  font-weight: bold;
}
body.app1 #content .sidebarmenu ul > li ul {
  margin: 5px 15px 10px;
}
body.app1 #content .sidebarmenu ul > li ul a:before {
  content: '\f0da';
}
body.app1 #content #sb-cart {
  margin: 0;
  padding: 0;
}
body.app1 #content #sb-cart li {
  list-style: none;
  margin: 6px 0;
}
body.app1 #content #sb-cart li .quantity {
  float: left;
  font-size: 12px;
}
body.app1 #content #sb-cart li .price {
  font-size: 12px;
  font-weight: bold;
  margin: 0 10px;
  float: right;
}
body.app1 #content #sb-cart li .title a {
  color: #4d1ca7;
}
body.app1 #content #sb-cart-price {
  padding-top: 5px;
  border-top: 1px solid #eaeaea;
  font-size: 16px;
  font-weight: bold;
  color: #4d1ca7;
}
body.app1 #content #sb-cart-point {
  font-size: 13px;
  line-height: 20px;
}
body.app1 #content #sb-cart-buttons {
  padding: 10px 0 0 0;
  margin: 5px 0 0 0;
  border-top: 1px solid #eaeaea;
}
body.app1 #content #sb-cart-buttons > a {
  margin: 2px 0;
}
body.app1 #content .sb-products {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.app1 #content .sb-products li {
  margin: 0;
  padding: 8px 0;
}
body.app1 #content .sb-products li a {
  display: block;
  font-size: 12px;
  color: #666;
  position: relative;
}
body.app1 #content .sb-products li a .image {
  width: 70px;
  height: 80px;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  position: relative;
}
body.app1 #content .sb-products li a .image img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
body.app1 #content .sb-products li a .text-holder {
  display: block;
  position: absolute;
  top: 0;
  left: 80px;
}
body.app1 #content .sb-products li a .text-holder span {
  display: block;
}
body.app1 #content .sb-products li a .text-holder span.name-text {
  margin: 5px 0 5px;
  font-size: 13px;
  line-height: 15px;
  max-height: 30px;
  overflow: hidden;
}
body.app1 #content .sb-products li a .text-holder span.amount {
  font-weight: 700;
}
body.app1 #content .sb-products li a .text-holder span.amount strike {
  font-size: 11px;
  font-weight: normal;
  color: #8b8b8b;
}
body.app1 #content .sb-products li a .text-holder span.amount-p {
  font-size: 11px;
}
body.app1 #content .sb-products li a:hover {
  color: #666;
}
body.app1 #content .home-banner {
  position: relative;
}
body.app1 #content .home-banner .banner-text {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}
body.app1 #content .home-banner .banner-text .title-1 {
  font-size: 28px;
  line-height: 33px;
  color: #4d1ca7;
}
body.app1 #content .home-banner .banner-text .title-2 {
  font-size: 42px;
  line-height: 63px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px 0 20px;
}
body.app1 #content .home-banner .banner-text a {
  font-size: 14px;
}
body.app1 #content .home-banner .banner-text a:hover {
  border-color: white;
  background: transparent;
  color: white;
}
@media (max-width: 991px) {
  body.app1 #content .home-banner .banner-text .title-1 {
    font-size: 18px;
    line-height: 25px;
  }
  body.app1 #content .home-banner .banner-text .title-2 {
    font-size: 26px;
    line-height: 30px;
  }
  body.app1 #content .home-banner .banner-text a {
    font-size: 12px;
  }
}
body.app1 #content .home-links {
  padding: 15px 0 30px;
  background: #eeeeee;
}
body.app1 #content .home-links a .img-box {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid #cbcbcb;
  text-align: center;
  line-height: 50px;
  transition: 0.3s all ease;
}
body.app1 #content .home-links a .img-box i.fa {
  position: relative;
  top: 14px;
  font-size: 18px;
  color: #4d1ca7;
  transition: 0.3s all ease;
}
body.app1 #content .home-links a .text-box {
  position: relative;
  left: 5px;
  top: 20px;
  display: inline-block;
  font-size: 13px;
  color: #666;
  transition: 0.3s all ease;
}
body.app1 #content .home-links a:hover .img-box {
  background-color: #4d1ca7;
  border-color: white;
}
body.app1 #content .home-links a:hover .img-box i.fa {
  color: white;
}
body.app1 #content .home-links a:hover .text-box {
  color: #666;
}
body.app1 #content .home-links a:hover .text-box strong {
  color: #4d1ca7;
}
body.app1 #content .category-list a.col {
  margin: 0;
  padding: 0;
}
body.app1 #content .category-list a.col > div {
  padding: 30px 10%;
  background: white;
  border: 1px solid #f2f2f2;
  overflow: hidden;
}
body.app1 #content .category-list a.col > div .img-box {
  width: 100%;
  height: 330px;
  overflow: hidden;
  position: relative;
}
body.app1 #content .category-list a.col > div .img-box img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1199px) {
  body.app1 #content .category-list a.col > div .img-box {
    height: 270px;
  }
}
body.app1 #content .category-list a.col > div .text-box {
  width: 80%;
  padding: 20px 0;
  position: absolute;
  bottom: 20%;
  left: 10%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  transition: 0.3s background ease, 0.3s color ease;
  color: black;
  overflow: hidden;
}
body.app1 #content .category-list a.col > div .text-box .title {
  font-size: 22px;
  line-height: 27px;
}
body.app1 #content .category-list a.col > div .text-box .products {
  line-height: 30px;
}
body.app1 #content .category-list a.col > div:hover .text-box {
  background: #4d1ca7;
  color: white;
}
body.app1 #content #home-categories {
  padding: 30px 0 35px;
  background: #eeeeee url(/images/webshop/bg-category.jpg) left top no-repeat;
  background-size: cover;
}
body.app1 #content #home-categories.all {
  padding: 0;
  background: none;
}
body.app1 #content #home-categories h2 {
  margin: 0 0 20px;
  color: white;
}
body.app1 #content #home-categories .links a {
  font-size: 16px;
  color: white;
  top: 9px;
  position: relative;
  margin-left: 6px;
  transition: 0.3s all ease;
}
body.app1 #content #home-categories .links a#category-slider-left,
body.app1 #content #home-categories .links a#category-slider-right {
  width: 24px;
  display: inline-block;
  border: 1px solid white;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.app1 #content #home-categories .links a#category-slider-left:hover,
body.app1 #content #home-categories .links a#category-slider-right:hover {
  border-color: #4d1ca7;
}
body.app1 #content #home-categories .links a#category-slider-right {
  margin-left: 1px;
}
body.app1 #content #home-categories .links a:hover {
  color: #4d1ca7;
}
body.app1 #content .products-new h2 {
  margin: 30px 0 20px;
}
body.app1 #home-product {
  padding: 0;
  background: #eeeeee;
}
body.app1 #home-product .container {
  display: table;
}
body.app1 #home-product .container .row {
  height: 100%;
  display: table-row;
}
body.app1 #home-product .container .row > div {
  display: table-cell;
  float: none;
  vertical-align: top;
}
body.app1 #home-product .container .row > div:first-child,
body.app1 #home-product .container .row > div:last-child {
  padding-top: 30px;
  padding-bottom: 35px;
}
body.app1 #home-product .container .row > div:first-child {
  padding-right: 40px;
  padding-left: 0;
}
body.app1 #home-product .container .row > div:last-child {
  padding-left: 40px;
  padding-right: 0;
}
body.app1 #home-product .counter-wrapper {
  background: #4d1ca7;
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  padding: 0;
}
body.app1 #home-product .counter-wrapper #home-product-clock {
  width: 90%;
  height: 100%;
  position: absolute;
  left: 5%;
  top: 0%;
}
body.app1 #home-product .counter-wrapper #home-product-clock > div {
  position: absolute;
  width: 100%;
  height: 20%;
  border-bottom: 1px solid white;
}
body.app1 #home-product .counter-wrapper #home-product-clock > div > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
body.app1 #home-product .counter-wrapper #home-product-clock > div span {
  display: block;
  font-size: 26px;
}
body.app1 #home-product .counter-wrapper #home-product-clock > div:last-child {
  border: none;
}
body.app1 #home-product .counter-wrapper #home-product-clock > div:nth-child(1) {
  width: 110%;
  left: -5%;
  top: 0%;
  font-size: 30px;
}
body.app1 #home-product .counter-wrapper #home-product-clock > div:nth-child(2) {
  top: 20%;
}
body.app1 #home-product .counter-wrapper #home-product-clock > div:nth-child(3) {
  top: 40%;
}
body.app1 #home-product .counter-wrapper #home-product-clock > div:nth-child(4) {
  top: 60%;
}
body.app1 #home-product .counter-wrapper #home-product-clock > div:nth-child(5) {
  top: 80%;
}
body.app1 #home-product .product-image-wrapper {
  position: relative;
  display: block;
}
body.app1 #home-product .product-image-wrapper .product-image {
  display: block;
}
body.app1 #home-product .product-image-wrapper .product-image img {
  display: block;
  width: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  body.app1 #home-product .product-image-wrapper {
    max-width: 100%;
  }
}
body.app1 #home-product .category-name {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  color: #666;
  text-transform: uppercase;
}
body.app1 #home-product .product-name {
  display: block;
  margin: 15px 0 20px;
  font-size: 32px;
  line-height: 38px;
  color: black;
  font-weight: bold;
}
body.app1 #home-product .product-lead {
  display: block;
  margin: 15px 0 5px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
body.app1 #home-product .product-btns a {
  margin: 15px 5px 15px 0;
}
body.app1 #home-product .product-price {
  margin: 10px 0 15px;
  padding: 10px 0;
  font-size: 26px;
  line-height: 30px;
  color: black;
  font-weight: 600;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
body.app1 #home-product .product-price strike {
  font-weight: normal;
  color: #8b8b8b;
  font-size: 22px;
}
body.app1 #home-product .product-point {
  font-size: 14px;
  line-height: 16px;
}
body.app1 .products-search {
  border: 1px solid #eaeaea;
  padding: 20px 0 25px;
}
body.app1 .products-search input[type="text"] {
  width: 100%;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  height: 35px;
  letter-spacing: normal;
  line-height: 13px;
  margin: 0;
  padding: 0 10px;
}
body.app1 .module-usermanager-login,
body.app1 .module-usermanager-forgotpassword {
  border: 1px solid #eaeaea;
  padding: 20px 30px;
}
body.app1 .module-usermanager-login a,
body.app1 .module-usermanager-forgotpassword a {
  color: #666666;
}
body.app1 .module-usermanager-login a:hover,
body.app1 .module-usermanager-forgotpassword a:hover {
  color: #4d1ca7;
}
body.app1 ul.form {
  margin: 10px 0;
  padding: 0;
}
body.app1 ul.form li {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  position: relative;
}
body.app1 ul.form li em {
  display: inline-block;
  color: red;
  float: left;
  margin-right: 6px;
}
body.app1 ul.form li em.invalid {
  position: absolute;
  left: 0px;
  font-size: 10px;
  bottom: -12px;
}
body.app1 ul.form li label {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
body.app1 ul.form li p.desc {
  margin: 2px 0;
  font-size: 11px;
  color: #9e9e9e;
  font-style: italic;
}
body.app1 ul.form li input:not([type="submit"]):not([type="checkbox"]),
body.app1 ul.form li select,
body.app1 ul.form li textarea {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #666666;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  height: 35px;
  letter-spacing: normal;
  line-height: 13px;
  margin: 0;
  padding: 0 10px;
}
body.app1 ul.form li input:not([type="submit"]):not([type="checkbox"]).invalid,
body.app1 ul.form li select.invalid,
body.app1 ul.form li textarea.invalid {
  border-color: red;
}
body.app1 ul.form li textarea {
  height: 120px;
}
body.app1 ul.form li .radiobuttons-box2 .container {
  margin: 15px 0;
}
body.app1 ul.form li .radiobuttons-box2 .container .radiobutton {
  width: 100%;
  display: block;
  clear: both;
}
body.app1 ul.form li .radiobuttons-box2 .container .radiobutton input {
  display: inline-block !important;
  width: 30px;
}
body.app1 ul.form li .radiobuttons-box2 .container .radiobutton label {
  display: inline-block !important;
  top: -10px;
  position: relative;
  color: #666;
}
body.app1 ul.form li .radiobuttons-box2 .container .radiobutton span {
  position: relative;
  top: -10px;
  left: 20px;
  color: #4d1ca7;
}
body.app1 ul.form li .radiobuttons-box2 .container .description {
  position: relative;
  top: -10px;
  left: 30px;
  clear: both;
  font-size: 11px;
}
body.app1 table.list {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  border: 1px solid #eaeaea;
}
body.app1 table.list td,
body.app1 table.list th {
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
body.app1 table.list td.center,
body.app1 table.list th.center {
  text-align: center;
}
body.app1 table.list td.right,
body.app1 table.list th.right {
  text-align: right;
}
body.app1 table.list th {
  text-align: center;
}
body.app1 table.list input {
  min-width: 40px;
  max-width: 100px;
  text-align: center;
  border: 1px solid #4d1ca7;
  line-height: 32px;
  padding: 0 10px;
}
body.app1 table.list tr.bold > * {
  font-weight: bold;
  font-size: 15px;
  color: #4d1ca7;
}
body.app1 #cart-links {
  width: 100%;
  margin: 30px 0;
}
body.app1 #cart-links p:first-child {
  float: left;
}
body.app1 #cart-links p:nth-child(2) {
  float: right;
  text-align: right;
}
body.app1 .webshop-order-step1-package-weight {
  display: none;
}
body.app1 .copyUserData {
  text-align: right;
  font-size: 12px;
  cursor: pointer;
}
body.app1 .copyUserData a {
  margin-left: 10px;
}
body.app1 #footer {
  background: #333333;
  padding: 0px 0 30px;
  color: #c6c6c6;
  font-size: 13px;
}
body.app1 #footer h3 {
  color: white;
  display: block;
  font-size: 18px;
  margin-bottom: 25px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 40px;
  text-transform: uppercase;
}
body.app1 #footer ul {
  margin: 0;
  padding: 0;
}
body.app1 #footer ul li {
  margin: 0 0 8px 0;
  list-style: none;
}
body.app1 #footer ul li a {
  color: #c6c6c6;
  display: block;
  font-size: 13px;
  padding-left: 14px;
  position: relative;
  text-decoration: none;
  transition: 0.3s all ease;
}
body.app1 #footer ul li a:before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-size: 13px;
  color: #666;
  transition: 0.3s all ease;
}
body.app1 #footer ul li a:hover {
  color: #4d1ca7;
}
body.app1 #footer ul li a:hover:before {
  transform: translateX(4px);
  color: #4d1ca7;
}
body.app1 #footer-bar {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #2f2f2f;
  font-size: 13px;
  color: #8b8b8b;
}
body.app1 #footer-main-menu #main-menu {
  background: #2f2f2f;
}
body.app1 #bm_alert {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  margin: 0;
  padding: 0;
}
body.app1 #bm_alert p.bm_alert_hide {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-shadow: 0 0 2px #FFF;
  line-height: 20px;
  cursor: pointer;
}
body.app1 #bm_alert p.bm_alert_pic {
  display: none;
}
body.app1 #bm_alert div {
  display: none;
  padding: 15px 20px;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #656565;
  font-size: 15px;
  color: black;
}
body.app1 #bm_alert div.notify {
  background: rgba(223, 240, 216, 0.95);
  border-color: #d6e9c6;
  color: #3c763d;
}
body.app1 #bm_alert div.error {
  background: rgba(242, 222, 222, 0.95);
  border-color: #ebccd1;
  color: #a94442;
}
