.wrapper {
  overflow: hidden;
}
.owl-carousel .owl-wrapper-outer {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.form-control {
  color: #333;
  font-size: 14px;
  height: 42px;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 8px 12px;
}
.form-control:focus {
  border-color: #555;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
}
.form-control:-moz-placeholder {
  color: #999;
  font-style: italic;
}
.form-control::-moz-placeholder {
  color: #999;
  font-style: italic;
}
.form-control:-ms-input-placeholder {
  color: #999;
  font-style: italic;
}
.form-control + .text-danger {
  margin-top: 5px;
}
.jcf-select {
  height: 42px;
  border-radius: 0;
}
.jcf-select .jcf-select-text {
  color: #666;
  font-size: 14px;
  line-height: 40px;
}
.jcf-select:before {
  top: 17px !important;
}
.jcf-select-drop .jcf-select-drop-content {
  padding: 6px 0 7px;
  border-top: none;
}
.jcf-select-drop .jcf-select-drop-content .jcf-list .jcf-option {
  color: #000;
  padding: 6px 20px;
}
.jcf-select-drop .jcf-select-drop-content .jcf-list .jcf-option.jcf-hover {
  background: #daf3f7;
}
.jcf-list .jcf-option {
  color: #555;
  font-size: 14px;
  padding: 6px 20px;
}
.btn {
  outline: none !important;
  box-shadow: none;
}
.btn.btn-primary {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  background: #008500;
  border-radius: 6px;
  border: none;
  box-shadow: 0 3px 0 #68a268;
  padding: 11px 22px 9px;
  position: relative;
}
.btn.btn-primary:hover {
  top: 2px;
  box-shadow: 0 1px 0 #68a268;
}
.btn.btn-primary:focus,
.btn.btn-primary:active {
  top: 3px;
  box-shadow: 0 0 0 #68a268;
}
.btn.btn-send {
  color: #fff;
  /*font-size: 18px;*/
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  background: #ff8e00;
  border-radius: 6px;
  border: none;
  box-shadow: 0 3px 0 #d3a21a;
  /*padding: 11px 22px 9px;*/
  position: relative;
}
.btn.btn-send:hover {
  top: 2px;
  box-shadow: 0 1px 0 #d3a21a;
}
.btn.btn-send:focus,
.btn.btn-send:active {
  top: 3px;
  box-shadow: 0 0 0 #d3a21a;
}
/* pagination
------------------ */
.pagination {
  margin: 35px 0 0;
  position: relative;
}
.pagination:after,
.pagination:before {
  content: '';
  position: absolute;
  width: 240px;
  height: 12px;
  top: 50%;
  right: -280px;
  margin-top: -6px;
}
.pagination:after {
  background: url("../image/pagination-r.png") no-repeat 50%;
  right: -280px;
}
.pagination:before {
  background: url("../image/pagination-l.png") no-repeat 50%;
  left: -280px;
}
.pagination > li > a,
.pagination > li > span {
  color: #000;
  font-size: 22px;
  line-height: 34px;
  background: none !important;
  border: none;
  padding: 0 15px;
  text-align: center;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #0a76a3;
}
.pagination > li.last,
.pagination > li.first {
  display: none;
}
.pagination > li.active > span {
  background: #0a76a3 !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 0;
}
.pagination > li.next > a,
.pagination > li.prev > a {
  color: #000;
}
.pagination > li.next > a .fa,
.pagination > li.prev > a .fa {
  color: #ddd;
  font-size: 28px;
}
.pagination > li.next > a:hover .fa,
.pagination > li.prev > a:hover .fa {
  color: #0a76a3;
}
/* header
------------------ */
header .logo-region {
  padding: 15px 0 20px;
}
header .logo-region .col-md-3 {
  padding-top: 22px !important;
}
@media only screen and (min-width: 991px) {
  header .logo-region .col-md-3 {
    width: 19%;
  }
  header .logo-region .col-md-3.logo {
    width: 24%;
  }
  header .logo-region .col-md-3.logo img {
    margin: 0 auto;
  }
}
header .logo-region .col-md-3.logo {
  padding: 0 !important;
}
header .logo-region .col-md-3.search-inner {
  padding-left: 0;
}
header .logo-region #search {
  margin-bottom: 0;
  border: 1px solid #cce4ef;
  border-radius: 15px;
  /*overflow: hidden;*/
  width: 100%;
}
header .logo-region #search .input-lg {
  color: #aaa;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.3px;
  height: 38px;
  padding: 0 15px 0 40px;
  border: none;
  border-radius: 15px;
  outline: none;
  box-shadow: none;
  width: 100%;
}
header .logo-region #search .input-lg::-webkit-input-placeholder {
  color: #999;
  font-size: 12px;
  font-style: normal;
}
header .logo-region #search .input-lg:-moz-placeholder {
  color: #999;
  font-size: 12px;
  font-style: normal;
}
header .logo-region #search .input-lg::-moz-placeholder {
  color: #999;
  font-size: 12px;
  font-style: normal;
}
header .logo-region #search .input-lg:-ms-input-placeholder {
  color: #999;
  font-size: 12px;
  font-style: normal;
}
header .logo-region #search .input-group-btn {
  position: absolute;
  z-index: 3;
  left: 10px;
  top: 6px;
}
header .logo-region #search .input-group-btn button {
  color: #84bbc1;
  font-size: 16px;
  line-height: 1.4;
  background: none;
  width: 24px;
  border: none;
  padding: 0;
  box-shadow: none;
}
header .logo-region #search .input-group-btn button .fa {
  background: url("../image/search.png") no-repeat;
  width: 19px;
  height: 17px;
  font-size: 0;
  vertical-align: middle;
}
header .logo-region .text {
  color: #0a76a3;
  font-size: 14px;
  line-height: 40px;
  display: block;
}
header .logo-region .text.skype {
  text-align: right;
}
header .logo-region .text.skype a {
  color: #65B0D1;
  border-bottom: 1px dashed #65B0D1;
}
header .logo-region .text.skype a:hover {
  border-color: transparent;
}
header .logo-region .text.phone {
  text-align: right;
  line-height: 25px;
}
header .logo-region .text.phone a {
  color: #65B0D1;
  border-bottom: 1px dashed #65B0D1;
}
header .logo-region .text.phone a:hover {
  border-color: transparent;
}
header .logo-region .text.phone + .dropdown-menu {
  padding: 10px 28px;
  box-shadow: none;
  right: 0;
  left: auto;
  border: 1px solid #0A75A3;
}
header .logo-region .text.phone + .dropdown-menu:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0A75A3;
  top: -10px;
  right: 8px;
}
header .logo-region .text.phone + .dropdown-menu .divider {
  margin: 9px -12px;
}
header .logo-region .text.phone + .dropdown-menu li {
  padding: 4px 0 0;
}
header .logo-region .text.phone + .dropdown-menu li:first-child,
header .logo-region .text.phone + .dropdown-menu li.divider {
  padding: 0;
}
header .logo-region .text.phone + .dropdown-menu li span {
  color: #6DC4CA;
  font-size: 14px;
}
header .logo-region .text.phone + .dropdown-menu li a {
  color: #999;
  font-size: 14px;
  text-decoration: underline;
}
header .logo-region .text.phone + .dropdown-menu li a:hover {
  text-decoration: none;
}
header .logo-region #callme-button {
  cursor: pointer;
  background: url("../image/callme.png") no-repeat;
  width: 26px;
  height: 26px;
  display: block;
  margin: 6px 0 0 15px;
  float: left;
}
header .logo-region .login_popup {
  cursor: pointer;
  background: url("../image/login.png") no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  margin: 6px 0 0 40px;
  float: left;
  border: 1px solid #fff;
  position: relative;
}
header .logo-region .login_popup:hover {
  border: 1px solid #8BD3D8;
  border-radius: 50%;
}
header .logo-region .login_popup span {
  width: 100%;
  height: 100%;
  position: absolute;
}
header .logo-region .login_popup .discount {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  background: #ff8e00;
  width: 28px;
  height: 28px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: -22px;
  top: -14px;
  padding-left: 1px;
}
header .logo-region #cart {
  float: right;
  display: block;
  width: auto;
  margin: -4px 0 0;
}
header .logo-region #cart > button {
  background: url("../image/cart.png") no-repeat;
  width: 45px;
  height: 41px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
header .logo-region #cart > button #cart-total {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  background: #ff8e00;
  width: 21px;
  height: 21px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: -6px;
  top: 0;
  padding-left: 1px;
}
header nav {
  background: #0a76a3;
  height: 44px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.095);
  position: relative;
  z-index: 3;
}

/*
header nav ul.nav {
  float: none;
  display: block;
  width: 100%;
}
header nav ul.nav > li {
  float: left;
  display: block;
  max-width: 20%;
  min-width: 16.6%;
  position: static;
}
header nav ul.nav > li:first-child > a {
  border-left: 1px solid #3EA5D1;
}
header nav ul.nav > li > a {
  color: #fff;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  padding: 0 11px;
  border-right: 1px solid #3EA5D1;
}
header nav ul.nav > li > a .fa {
  font-size: 12px;
  line-height: 44px;
  margin-left: 6px;
  vertical-align: top;
}
header nav ul.nav > li > a:focus {
  background: none;
}
header nav ul.nav > li:hover > a,
header nav ul.nav > li.open > a {
  background: #3EA5D1 !important;
}
header nav ul.nav > li:hover > .dropdown-menu,
header nav ul.nav > li.open > .dropdown-menu {
  background: #3EA5D1;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 30px 0;
}
header nav ul.nav > li:hover > .dropdown-menu > .dropdown-inner,
header nav ul.nav > li.open > .dropdown-menu > .dropdown-inner {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  display: table;
}
header nav ul.nav > li:hover > .dropdown-menu > .dropdown-inner ul,
header nav ul.nav > li.open > .dropdown-menu > .dropdown-inner ul {
  display: table-cell;
  padding-left: 45px;
}
header nav ul.nav > li:hover > .dropdown-menu > .dropdown-inner ul:first-child,
header nav ul.nav > li.open > .dropdown-menu > .dropdown-inner ul:first-child {
  padding-left: 0;
}
header nav ul.nav > li:hover > .dropdown-menu > .dropdown-inner ul li.title,
header nav ul.nav > li.open > .dropdown-menu > .dropdown-inner ul li.title {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 0 0 10px;
  margin: 0 0 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #c4dee1;
}
header nav ul.nav > li:hover > .dropdown-menu > .dropdown-inner ul li.title:before,
header nav ul.nav > li.open > .dropdown-menu > .dropdown-inner ul li.title:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 8px;
  height: 8px;
  background: #ff8e00;
  border-radius: 50%;
}
header nav ul.nav > li:hover > .dropdown-menu > .dropdown-inner ul li a,
header nav ul.nav > li.open > .dropdown-menu > .dropdown-inner ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  background: none;
  padding: 2px 0;
}
header nav ul.nav > li:hover > .dropdown-menu > .dropdown-inner ul li a:hover,
header nav ul.nav > li.open > .dropdown-menu > .dropdown-inner ul li a:hover {
  text-decoration: underline;
}
*/

/* footer
------------------ */
footer {
  padding: 40px 0 32px;
  border-top: 5px solid #cce4ef;
}
footer h5 {
  color: #0a76a3;
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
  border-bottom: 1px solid #ff8e00;
  position: relative;
  display: block;
  padding: 0 0 14px;
  margin: 0 0 16px;
  width: 230px;
}
footer h5:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
  background: #0a76a3;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
footer ul.list-unstyled li {
  padding: 6px 0 0;
}
footer ul.list-unstyled li:first-child {
  padding-top: 0;
}
footer ul.list-unstyled li a {
  color: #555555;
  font-size: 14px;
  line-height: 1.6;
}
footer ul.list-unstyled li a:hover {
  color: #555555;
  text-decoration: underline;
}
footer ul.list-unstyled li span {
  color: #555555;
  font-size: 14px;
  line-height: 1.6;
  display: block;
}
footer ul.social {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer ul.social li {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../image/social-new.png") no-repeat;
  margin: 0 0 0 10px;
  opacity: 0.5;
  padding: 0;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
footer ul.social li:hover {
  padding: 0;
  opacity: 1;
}
footer ul.social li:first-child {
  margin-left: 0;
}
footer ul.social li.fb:hover {
  border: 5px solid #a3b2e3;
}
footer ul.social li.vk {
  background-position: -42px 0;
}
footer ul.social li.vk:hover {
  border: 5px solid #b8c7f3;
}
footer ul.social li.od {
  background-position: -84px 0;
}
footer ul.social li.od:hover {
  border: 5px solid #f0cf94;
}
footer ul.social li.gplus {
  background-position: -126px 0;
}
footer ul.social li.gplus:hover {
  border: 5px solid #eea1a0;
}
footer ul.social li.insta {
  background-position: -168px 0;
}
footer ul.social li.insta:hover {
  border: 5px solid rgb(231, 181, 153)
}
footer ul.social li a {
  display: block;
  height: 100%;
  border: none;
  padding: 0;
}
footer .pay {
  color: #555;
  font-size: 14px;
  padding: 0;
}
footer .pay img {
  margin-left: 15px;
  margin-bottom: 6px;
  opacity: 0.6;
}
footer .pay img:first-child {
  margin-left: 0;
}
footer .pay img:hover {
  opacity: 1;
}
footer .developer {
  color: #666;
  font-size: 12px;
  line-height: 36px;
  padding: 30px 0 0;
}
/* slider show
------------------ */
.slideshowBlock {
  margin: 0 !important;
}
.slideshowBlock .banner-description-region {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -600px;
}
.slideshowBlock .banner-description {
  width: 454px;
  height: 494px;
  position: relative;
  float: right;
  background: url("../image/slider-desc.png") no-repeat;
  padding: 120px 60px 0 130px;
}
.slideshowBlock .banner-description span {
  color: #ff8e00;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #ff8e00;
  position: relative;
  display: block;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.slideshowBlock .banner-description span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
  background: #0a76a3;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.slideshowBlock .banner-description p {
  color: #596263;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}
.slideshowBlock .banner-description a {
  color: #65B0D1;
  text-decoration: underline;
}
.slideshowBlock .banner-description a:hover {
  text-decoration: none;
}
.slideshowBlock .owl-controls {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
.slideshowBlock .owl-buttons {
  position: absolute;
  right: 96px;
  width: 120px;
  bottom: 56px;
}
.slideshowBlock .owl-buttons > div {
  text-indent: -9999px;
  width: 44px;
  height: 44px;
  background: url("../image/slider-nav.png") no-repeat;
  opacity: 0.5 !important;
}
.slideshowBlock .owl-buttons > div:hover {
  opacity: 1 !important;
}
.slideshowBlock .owl-buttons > div.owl-next {
  background-position: -44px 0;
}
.slideshowBlock.owl-carousel:hover .owl-buttons div {
  opacity: 0.5;
}
/* banner on home page
------------------ */
body.information-information #banner0 {
  display: none !important;
}

body.information-information #banner0.
body.common-home #banner0 {
  height: 190px;
}
body.information-information #banner0.owl-carousel,
body.common-home #banner0.owl-carousel {
  background: transparent;
}
body.information-information #banner0.owl-carousel .owl-wrapper-outer,
body.common-home #banner0.owl-carousel .owl-wrapper-outer {
  background: none;
  border: none;
  box-shadow: none;
  padding: 15px 0 30px;
}
body.information-information #banner0.owl-carousel .owl-wrapper-outer .owl-item .item,
body.common-home #banner0.owl-carousel .owl-wrapper-outer .owl-item .item {
  height: 190px;
}
body.information-information #banner0,
body.common-home #banner0 {
  z-index: 9;
  width: 740px;
  position: relative;
  margin-top: -100px;
  margin-bottom: 65px;
  /*.owl-item.synced .item {
      top: -15px;
      &:before {
        opacity: 0.3;
        bottom: -45px;
      }
      .banner-description-region {
        opacity:1;
      }
    }*/
}
body.information-information #banner0:after,
body.common-home #banner0:after {
  content: '';
  display: block;
  clear: both;
}
body.information-information #banner0 .item,
body.common-home #banner0 .item {
  display: block;
  float: left;
  margin-left: 20px;
  position: relative;
  border-radius: 22px;
  border: 8px solid rgba(255, 255, 255, 0.5);
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
body.information-information #banner0 .item:first-child,
body.common-home #banner0 .item:first-child {
  margin-left: 0;
}
body.information-information #banner0 .item:before,
body.common-home #banner0 .item:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -220px;
  bottom: -30px;
  background: url("../image/bannershadow.png") no-repeat;
  width: 440px;
  height: 22px;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
body.information-information #banner0 .item:hover,
body.common-home #banner0 .item:hover {
  top: -15px;
}
body.information-information #banner0 .item:hover:before,
body.common-home #banner0 .item:hover:before {
  opacity: 0.3;
  bottom: -45px;
}
body.information-information #banner0 .item:hover .banner-description-region,
body.common-home #banner0 .item:hover .banner-description-region {
  opacity: 1;
}
body.information-information #banner0 .item figure,
body.common-home #banner0 .item figure {
  border-radius: 14px;
  overflow: hidden;
}
body.information-information #banner0 .item .banner-description-region,
body.common-home #banner0 .item .banner-description-region {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 30px;
  border-radius: 14px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
body.information-information #banner0 .item .banner-description-region span ,
body.common-home #banner0 .item .banner-description-region span {
  color: #ff8e00;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #ff8e00;
  position: relative;
  display: block;
  padding: 0 0 12px;
  margin: 0 0 12px;
}
body.information-information #banner0 .item .banner-description-region span:before,
body.common-home #banner0 .item .banner-description-region span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #0a76a3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
body.information-information #banner0 .item .banner-description-region p,
body.common-home #banner0 .item .banner-description-region p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  margin: 0 0 5px;
}
body.information-information #banner0 .item .banner-description-region a,
body.common-home #banner0 .item .banner-description-region a {
  color: #fff;
  text-decoration: underline;
}
body.information-information #banner0 .item .banner-description-region a:hover,
body.common-home #banner0 .item .banner-description-region a:hover {
  text-decoration: none;
}
body.information-information #banner0 .item img,
body.common-home #banner0 .item img {
  width: 100%;
}
/* module: bestseller, special, trigger, welcome on home
------------------ */
.module h3 {
  color: #fc8c3a;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 50px;
}
.module h3 span {
  padding: 0 70px;
  position: relative;
}
.module h3 span:after,
.module h3 span:before {
  content: '';
  background: url("../image/attr-title.png") no-repeat;
  width: 39px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.module h3 span:after {
  right: 0;
  background-position: -39px 0;
}
.module h3 span:before {
  left: 0;
}
.module .owl-carousel .owl-item > .col-xs-4 {
  width: 100%;
}
.module.bestseller .owl-carousel,
.module.latest .owl-carousel,
.module.special .owl-carousel,
.module.related .owl-carousel {
  margin: 0;
  padding: 0 40px;
}
.module.bestseller .owl-carousel .owl-wrapper,
.module.latest .owl-carousel .owl-wrapper,
.module.special .owl-carousel .owl-wrapper,
.module.related .owl-carousel .owl-wrapper {
  padding: 0 0 80px;
}
.module.bestseller .owl-buttons > div,
.module.latest .owl-buttons > div,
.module.special .owl-buttons > div,
.module.related .owl-buttons > div {
  text-indent: -9999px;
  background: url("../image/owl-nav.png") no-repeat;
  width: 28px;
  height: 48px;
  margin-top: -48px;
  transition: all 0s ease;
}
.module.bestseller .owl-buttons > div.owl-prev:hover,
.module.latest .owl-buttons > div.owl-prev:hover,
.module.special .owl-buttons > div.owl-prev:hover,
.module.related .owl-buttons > div.owl-prev:hover {
  background-position: 0 -49px;
}
.module.bestseller .owl-buttons > div.owl-next,
.module.latest .owl-buttons > div.owl-next,
.module.special .owl-buttons > div.owl-next,
.module.related .owl-buttons > div.owl-next {
  background-position: -28px 0;
}
.module.bestseller .owl-buttons > div.owl-next:hover,
.module.latest .owl-buttons > div.owl-next:hover,
.module.special .owl-buttons > div.owl-next:hover,
.module.related .owl-buttons > div.owl-next:hover {
  background-position: -28px -49px;
}
.module.trigger {
  border-top: 1px solid #d8ecee;
  padding: 90px 10079px 100px;
  margin: 0 -9999px;
  position: relative;
}
.module.trigger:after {
  content: '';
  display: block;
  clear: both;
}
.module.trigger .trigger-inner {
  width: 25%;
  float: left;
  padding: 0 20px;
}
.module.trigger .trigger-inner:hover figure {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.module.trigger .trigger-inner.blue figure {
  background: #0a76a3;
  border-radius: 50%;
  border: 10px solid #e2f1f2;
}
.module.trigger .trigger-inner.yellow figure {
  background: #ff8e00;
  border-radius: 50%;
  border: 10px solid #fbedc6;
}
.module.trigger .trigger-inner figure {
  width: 174px;
  height: 174px;
  margin: 0 auto 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.module.trigger .trigger-inner figure img {
  margin: 17px auto;
  display: block;
}
.module.trigger .trigger-inner span {
  color: #404040;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px;
}
.module.trigger .trigger-inner p {
  color: #777;
  font-size: 14px;
  margin: 0;
  text-align: center;
}
.module.welcome {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.3px;
  background: url("../image/welcome.jpg") no-repeat 50% 0;
  margin: 0 -9999px;
  padding: 46px 9999px;
}
.module.welcome h1 {
  color: #ffe395;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 35px;
}
.module.welcome .welcome-inner {
  width: 55%;
  max-height: 400px;
  padding-right: 10px;
}
.module.welcome .jcf-scrollbar-vertical {
  margin: 60px 0 !important;
  height: 300px !important;
}
.module.list-category {
  margin: 0 0 15px;
  border: 1px solid #0a76a3;
  padding: 15px 15px 15px 15px;
  border-radius: 20px;
}
.module.list-category .title {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 10px;
  display: block;
}
.module.list-category > ul > li > a {
  color: #7a7a7a;
  font-size: 13px;
  text-transform: uppercase;
  background: none !important;
  padding: 6px 0 6px 10px;
  border: none !important;
  position: relative;
  display: inline-block;
}
.module.list-category > ul > li > a:hover {
  text-decoration: underline;
}
.module.list-category > ul > li.children > a:before {
  color: #3EA5D1;
  content: "\f0d7";
  font: normal normal normal 12px/1 FontAwesome;
  position: absolute;
  right: -12px;
  top: 7px;
}
.module.list-category > ul > li.children > ul {
  margin: 0 0 8px;
}
.module.list-category > ul > li.children > ul > li > a,
.module.list-category > ul > li.children > ul > li > span {
  color: #7a7a7a;
  font-size: 13px;
  background: none !important;
  padding: 5px 0 5px 24px;
  border: none !important;
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
.module.list-category > ul > li.children > ul > li > a:hover,
.module.list-category > ul > li.children > ul > li > span:hover {
  text-decoration: none;
}
.module.list-category > ul > li.children > ul > li > a:before,
.module.list-category > ul > li.children > ul > li > span:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #65B0D1;
  position: absolute;
  left: 10px;
  top: 11px;
}
.module.list-category > ul > li.children > ul > li > a.active,
.module.list-category > ul > li.children > ul > li > span.active {
  color: #ff8e00;
  text-decoration: none !important;
}
.module.list-category > ul > li.children > ul > li > a.active:before,
.module.list-category > ul > li.children > ul > li > span.active:before {
  background: #ff8e00;
}
.module.list-category > ul > li.active > a {
  color: #fff;
  text-decoration: none;
  background: #0a76a3 !important;
  display: block;
  border-radius: 0;
  margin: 0 -15px 0 -15px;
  padding: 7px 15px 7px 24px;
}
.module.list-category > ul > li.active > a:before {
  display: none;
}
/* product thumb
------------------ */
.product-thumb {
  position: relative;
  border: 4px solid #0a76a3;
  border-radius: 6px;
  margin: 0 0 35px;
}
.product-thumb:hover {
  z-index: 9;
  background: #fff;
  border-color: #0a76a3;
}
.product-thumb:hover .buttons {
  display: block;
}
.product-thumb .image {
  margin: 0 0 20px;
}
.product-thumb .image .promotags {
  width: 109px !important;
  height: 38px !important;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.product-thumb .caption {
  margin: 0 0 15px;
}
.product-thumb .caption h4,
.product-thumb .caption .h4 {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.3px;
  text-align: center;
  padding: 0 5px;
  margin: 0;
  /*height: 56px;*/
  height: 84px;
  overflow: hidden;
}
.product-thumb .caption h4 a,
.product-thumb .caption .h4 a {
  color: #000;
}
.product-thumb .caption h4 a:hover,
.product-thumb .caption .h4 a:hover {
  text-decoration: underline;
}
.product-thumb .caption .price {
  text-align: center;
}
.product-thumb .caption .price .price-default {
  color: #000;
  font-size: 22px;
}
.product-thumb .caption .price .price-old {
  color: #999;
  font-size: 16px;
  text-decoration: line-through;
  margin-right: 6px;
}
.product-thumb .caption .price .price-new {
  color: #EA402F;
  font-size: 22px;
}
.product-thumb .buttons {
  display: none;
  text-align: center;
  margin: 25px 0;
}
@media only screen and (max-width: 1199px) {
  .product-thumb .buttons {
    display: block;
  }
}
.product-list .product-thumb {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 0;
  margin: -1px 0 0;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
  position: relative;
}
.product-list .product-thumb:after {
  content: '';
  display: block;
  clear: both;
}
.product-list .product-thumb:hover {
  border-color: #3EA5D1;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
}
.product-list .product-thumb .image,
.product-list .product-thumb .caption,
.product-list .product-thumb .buttons {
  display: inline-block;
  vertical-align: middle;
}
.product-list .product-thumb .image {
  margin: 0 20px 0 0;
  width: 240px;
}
.product-list .product-thumb .caption {
  width: 390px;
  vertical-align: top;
  margin: 0;
}
.product-list .product-thumb .caption h4,
.product-list .product-thumb .caption .h4 {
  font-size: 16px;
  text-align: left;
  height: auto;
  max-height: 52px;
  margin: 0 0 6px;
}
.product-list .product-thumb .caption h4 a,
.product-list .product-thumb .caption .h4 a {
  text-decoration: underline;
}
.product-list .product-thumb .caption h4 a:hover,
.product-list .product-thumb .caption .h4 a:hover {
  text-decoration: none;
}
.product-list .product-thumb .caption .description,
.product-list .product-thumb .caption .link {
  display: block !important;
  visibility: visible !important;
}
.product-list .product-thumb .caption .description {
  color: #5e5e5e;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.3px;
  height: 78px;
  overflow: hidden;
  margin: 0 0 4px;
}
.product-list .product-thumb .caption .link a {
  color: #78b5f4;
  font-size: 12px;
  text-decoration: underline;
}
.product-list .product-thumb .caption .link a:hover {
  text-decoration: none;
}
.product-list .product-thumb .caption .link a .fa {
  font-size: 12px;
  margin-left: 4px;
}
.product-list .product-thumb .caption .price {
  display: none;
}
.product-list .product-thumb .buttons {
  width: 194px;
  padding: 0 20px;
}
.product-list .product-thumb .buttons .price {
  display: block !important;
  visibility: visible !important;
}
.product-list .product-thumb .buttons .price {
  text-align: center;
  margin: 0 0 10px;
}
.product-list .product-thumb .buttons .price .price-default {
  color: #000;
  font-size: 20px;
}
.product-list .product-thumb .buttons .price .price-old {
  color: #999;
  font-size: 16px;
  text-decoration: line-through;
  margin-right: 6px;
}
.product-list .product-thumb .buttons .price .price-new {
  color: #EA402F;
  font-size: 20px;
}
/* page product
------------------ */
.page.product {
  /* jcf-scrollable
  ------------------ */
}
.page.product .detail-region {
  margin-bottom: 40px;
}
.page.product .image-region .promotags {
  position: absolute;
  z-index: 2;
  left: 19px;
  top: 4px !important;
  width: 109px !important;
  height: 38px !important;
}
.page.product .image-region #owl-image figure {
  position: relative;
  padding: 0 50px;
  margin: 0;
  border: 4px solid #e2f1f2;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.page.product .image-region #owl-image figure:hover {
  border-color: #3EA5D1;
}
.page.product .image-region #owl-image figure img {
  width: 100%;
}
.page.product .image-region #owl-image-add {
  margin-top: 15px;
  padding: 0 45px;
}
.page.product .image-region #owl-image-add figure {
  position: relative;
  margin: 0;
}
.page.product .image-region #owl-image-add figure img {
  width: 100%;
}
.page.product .image-region .owl-carousel {
  margin: 0;
  padding: 0;
}
.page.product .image-region .owl-carousel .owl-buttons > div {
  text-indent: -9999px;
  background: url("../image/owl-nav.png") no-repeat;
  width: 28px;
  height: 48px;
  margin-top: -24px;
  transition: all 0s ease;
}
.page.product .image-region .owl-carousel .owl-buttons > div.owl-prev:hover {
  background-position: 0 -49px;
}
.page.product .image-region .owl-carousel .owl-buttons > div.owl-next {
  background-position: -28px 0;
}
.page.product .image-region .owl-carousel .owl-buttons > div.owl-next:hover {
  background-position: -28px -49px;
}
.page.product .short-description-region h1 {
  color: #666;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 18px;
}
.page.product .short-description-region .model {
  color: #f3c548;
  font-weight: bold;
  display: block;
  margin: 0 0 18px;
}
.page.product .short-description-region .model b {
  color: #7c7c7c;
}
.page.product .short-description-region .description {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.3px;
  margin: 0;
  max-height: 240px;
  overflow: hidden;
}
.page.product .short-description-region .options-block {
  margin-top: -35px;
}
.page.product .short-description-region .options-block h3 {
  color: #555;
  font-size: 15px;
  margin: 0 0 10px;
}
.page.product .short-description-region .options-block .form-group .control-label {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}
.page.product .short-description-region .options-block .form-group .radio,
.page.product .short-description-region .options-block .form-group .checkbox {
  margin-top: 4px;
  margin-bottom: 4px;
}
.page.product .short-description-region .options-block .form-group .radio label,
.page.product .short-description-region .options-block .form-group .checkbox label {
  color: #666;
  font-size: 13px;
  padding-left: 0;
}
.page.product .short-description-region .options-block .form-group .radio .jcf-radio,
.page.product .short-description-region .options-block .form-group .checkbox .jcf-radio {
  margin: 0 4px 0 0;
  height: 18px;
  width: 18px;
  border: 1px solid #0a76a3;
}
.page.product .short-description-region .options-block .form-group .radio .jcf-radio span,
.page.product .short-description-region .options-block .form-group .checkbox .jcf-radio span {
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #3EA5D1;
}
.page.product .short-description-region .options-block .form-group .radio .jcf-checkbox,
.page.product .short-description-region .options-block .form-group .checkbox .jcf-checkbox {
  margin: 0 4px 0 0;
  height: 18px;
  width: 18px;
  border: 1px solid #0a76a3;
}
.page.product .short-description-region .options-block .form-group .radio .jcf-checkbox span,
.page.product .short-description-region .options-block .form-group .checkbox .jcf-checkbox span {
  width: 16px;
  margin: -6px 0 0 -5px;
  border-color: #3EA5D1;
}
.page.product .short-description-region .bay-region .price {
  position: relative;
  margin: 0 0 45px;
}
.page.product .short-description-region .bay-region .stock{
	position: absolute;
    top: -22px;
    font-size: 14px;
    font-weight: 600;
}
.page.product .short-description-region .bay-region .stock.yes_stock{
	color:green;
}
.page.product .short-description-region .bay-region .stock.no_stock{
	color:red;
}
.page.product .short-description-region .bay-region .price .price-default {
  color: #666;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
}
.page.product .short-description-region .bay-region .price .price-old {
  color: #999;
  font-weight: 600;
  text-decoration: line-through;
  position: absolute;
  left: 15px;
  top: -16px;
}
.page.product .short-description-region .bay-region .price .price-new {
  color: #f3c548;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
}
.page.product .short-description-region .bay-region .fast-order .phone-input {
  color: #b1b1b1;
  font-size: 12px;
  line-height: 1.4;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  padding: 0 14px;
  width: 150px;
  height: 34px;
  outline: none;
  vertical-align: top;
}
.page.product .short-description-region .bay-region .fast-order .fa {
  color: #c9c9c9;
  font-size: 22px;
  line-height: 34px;
  padding: 0 6px;
}
.page.product .short-description-region .bay-region .fast-order #fast-order {
  font-size: 13px;
  padding: 8px 15px 8px;
  box-shadow: none;
  top: 0;
  vertical-align: top;
  text-shadow: none;
  border-radius: 4px;
}
.page.product .short-description-region .bay-region .fast-order #fast-order:hover {
  background: #68a268;
}
.page.product .short-description-region .bay-region .qc-quantity-prod {
  width: 112px;
  float: left;
  margin: 0;
}
.page.product .short-description-region .bay-region .qc-quantity-prod input[type="text"] {
  color: #666;
  font-size: 16px;
  height: 44px;
  border-color: #ccc !important;
  border-width: 1px 0;
  z-index: 9;
  padding: 0;
  min-width: 40px;
  text-align: center;
  box-shadow: inset 0 4px 3px -2px rgba(0, 0, 0, 0.05) !important;
}
.page.product .short-description-region .bay-region .qc-quantity-prod button {
  height: 44px;
  outline: none !important;
  background: #fff;
}
.page.product .short-description-region .bay-region .qc-quantity-prod button .fa {
  color: #ccc;
  top: 1px;
  position: relative;
}
.page.product .short-description-region .bay-region .qc-quantity-prod button:hover .fa {
  color: #68a268;
}
.page.product .short-description-region .bay-region .qc-quantity-prod button.decrease-prod {
  border-radius: 4px 0 0 4px;
  box-shadow: inset 3px 2px 3px rgba(0, 0, 0, 0.05);
}
.page.product .short-description-region .bay-region .qc-quantity-prod button.increase-prod {
  border-radius: 0 4px 4px 0;
  box-shadow: inset -3px 2px 3px rgba(0, 0, 0, 0.05);
}
.page.product .short-description-region .bay-region .social-inner {
  margin: 0 0 0 40px;
  float: left;
  position: relative;
}
.page.product .short-description-region .bay-region .social-inner:after {
  content: '';
  display: block;
  clear: both;
}
.page.product .short-description-region .bay-region .social-inner .title {
  color: #444;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: -22px;
  width: 140px;
}
.page.product .short-description-region .bay-region .social-inner ul.social {
  padding: 4px 0 0;
  margin: 0;
  list-style: none;
}
.page.product .short-description-region .bay-region .social-inner ul.social li {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background: url("../image/social.png") no-repeat;
  margin: 0 0 0 6px;
  opacity: 0.5;
  padding: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.page.product .short-description-region .bay-region .social-inner ul.social li:hover {
  padding: 0;
  opacity: 1;
}
.page.product .short-description-region .bay-region .social-inner ul.social li:first-child {
  margin-left: 0;
}
.page.product .short-description-region .bay-region .social-inner ul.social li.vk {
  background-position: -42px 0;
}
.page.product .short-description-region .bay-region .social-inner ul.social li.od {
  background-position: -84px 0;
}
.page.product .short-description-region .bay-region .social-inner ul.social li.gplus {
  background-position: -126px 0;
}
.page.product .short-description-region .bay-region .social-inner ul.social li.insta {
  background-position: -168px 0;
}
.page.product .short-description-region .bay-region .social-inner ul.social li a {
  display: block;
  height: 100%;
  border: none;
  padding: 0;
}
.page.product .description-region {
  margin: 0 -15px 60px;
  min-height: 154px;
  position: relative;
}
.page.product .description-region h4 {
  color: #606060;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 15px;
}
.page.product .description-region .jcf-scrollable-wrapper {
  margin: 0;
}
.page.product .description-region .description-inner {
  color: #606060;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.3px;
  margin: 0;
  /*max-height: 214px;*/
  overflow: hidden;
}
.page.product .description-region .trigger-region {
  /*position: absolute;
      right: 0;
      top: 50%;
      margin-top: -75px;*/
}
.page.product .description-region .trigger-region .trigger-inner {
  width: 50%;
  float: left;
  padding: 0 10px;
  margin: 0 0 35px;
}
.page.product .description-region .trigger-region .trigger-inner img {
  display: block;
  margin: 0 auto 20px;
}
.page.product .description-region .trigger-region .trigger-inner .title {
  color: #444;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
  text-align: center;
  display: block;
}
.page.product .description-region .trigger-region .trigger-inner p {
  color: #777;
  font-size: 12px;
  letter-spacing: 0.3px;
  text-align: center;
}
.page.product .description-region .description-regions,
.page.product .description-region .characteristics-regions,
.page.product .description-region #tab-review {
  margin-bottom: 35px;
}
.page.product .description-region .description-regions h3,
.page.product .description-region .characteristics-regions h3,
.page.product .description-region #tab-review h3 {
  color: #000;
  font-size: 30px;
  margin: 0 0 25px;
}
.page.product .description-region .nav-tabs {
  border-bottom: none;
  margin-bottom: 10px;
}
.page.product .description-region .nav-tabs li {
  margin-left: 20px;
}
.page.product .description-region .nav-tabs li:first-child {
  margin-left: 0;
}
.page.product .description-region .nav-tabs li a {
  color: #555;
  font-size: 21px;
  padding: 0;
  border: none;
  background: none !important;
}
.page.product .description-region .nav-tabs li.active a {
  color: #3EA5D1;
  border-bottom: 2px solid #3EA5D1;
}
.page.product .description-region .description-regions {
  /*width: 37%;*/
  line-height: 1.6;
  letter-spacing: 0.3px;
}
.page.product .description-region .description-regions.col-xs-12 {
  width: 100%;
}
.page.product .description-region .scrollText {
  max-height: 284px;
  padding-right: 8px;
}
.page.product .description-region .jcf-scrollbar-vertical {
  width: 6px;
  background: #f7f7f7;
}
.page.product .description-region .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  cursor: pointer;
  width: 6px;
  background: #ffb13e;
}
.page.product .description-region .characteristics-regions {
  /*width: 63%;*/
}
.page.product .description-region .characteristics-regions .table-striped {
  margin: 20px 0 0;
}
.page.product .description-region .characteristics-regions .table-striped > tbody > tr {
  background: #fff;
}
.page.product .description-region .characteristics-regions .table-striped > tbody > tr:nth-of-type(odd) {
  background: #f6f6f6;
}
.page.product .description-region .characteristics-regions .table-striped > tbody > tr > td {
  color: #000;
  font-size: 14px;
  padding: 9px 12px 8px;
  border: none;
  border-radius: 0 10px 10px 0;
}
.page.product .description-region .characteristics-regions .table-striped > tbody > tr > td:first-child {
  border-radius: 10px 0 0 10px;
}
.page.product .description-region .characteristics-regions .table-striped > tbody > tr > td a {
  color: #000;
  text-decoration: underline;
}
.page.product .description-region .characteristics-regions .table-striped > tbody > tr > td a:hover {
  text-decoration: none;
}
.page.product .jcf-scrollable-wrapper {
  margin: 0 0 45px;
  padding: 0 10px 0 0;
}
.page.product .jcf-scrollable-wrapper .jcf-scrollbar-vertical {
  right: 0;
  background: rgba(160, 209, 214, 0.2);
  border-radius: 8px;
}
.page.product .jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #0a76a3;
  border-radius: 8px;
}
.page.product #tab-review #review {
  margin: 25px 0 0;
}
.page.product #tab-review h5 {
  color: #555;
  font-size: 20px;
  margin: 15px 0 10px;
  position: relative;
}
.page.product #tab-review h5:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eee;
  top: 50%;
}
.page.product #tab-review h5 span {
  z-index: 9;
  position: relative;
  padding-right: 20px;
  background: #fff;
}
/* dropdown cart
------------------ */
#cart > .dropdown-menu {
  background: #fff;
  border-radius: 4px;
  margin-top: 4px;
  width: 360px;
  padding: 10px 10px 15px 15px;
  border: 1px solid #0A75A3;
}
#cart > .dropdown-menu:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0A75A3;
  top: -10px;
  right: 7px;
}
#cart > .dropdown-menu .checkoutBlock {
  border-top: 1px solid #0A75A3;
  padding: 16px 0 0;
  margin: 0;
}
#cart > .dropdown-menu .checkoutBlock a {
  color: #0A75A3;
  font-size: 14px;
  border-radius: 8px;
  padding: 8px 16px;
  background: #fff;
  box-shadow: none;
  border: 1px solid #0A75A3;
}
#cart > .dropdown-menu .checkoutBlock a:hover {
  color: #fff;
  background: #0A75A3;
}
#cart > .dropdown-menu > li:first-child {
  max-height: 205px;
  overflow: hidden;
  margin: 0;
  position: relative;
  /* padding: 0 10px 0 0; */
}
#cart > .dropdown-menu > li:first-child .iScrollVerticalScrollbar {
  min-width: 4px;
  /* background:#eee; */
  /* border-radius:4px; */
}
#cart > .dropdown-menu > li:first-child .iScrollVerticalScrollbar .iScrollIndicator {
  background: #ffb13e !important;
}
#cart > .dropdown-menu > li:first-child > table {
  display: table;
  margin: 0 10px 10px 0;
}
#cart > .dropdown-menu > li:first-child > table > tbody > tr {
  background: #fff !important;
}
#cart > .dropdown-menu > li:first-child > table > tbody > tr > td {
  color: #111;
  font-size: 14px;
  background: #fff !important;
  border-top: 1px solid #eee !important;
}
#cart > .dropdown-menu > li:first-child > table > tbody > tr > td a {
  color: #333;
  font-size: 14px;
  text-decoration: underline;
}
#cart > .dropdown-menu > li:first-child > table > tbody > tr > td a:hover {
  text-decoration: none;
}
#cart > .dropdown-menu > li:first-child > table > tbody > tr > td small {
  color: #777;
  font-size: 11px;
  display: block;
}
#cart > .dropdown-menu > li:first-child > table > tbody > tr > td .total {
  color: #0A75A3;
  font-size: 14px;
  display: block;
  margin: 2px 0;
}
#cart > .dropdown-menu > li:first-child > table > tbody > tr > td .total b {
  color: #ccc;
  font-size: 14px;
  line-height: 14px;
  display: block;
  margin: 6px 0 -2px;
}
#cart > .dropdown-menu > li:first-child > table > tbody > tr > td .total i {
  color: #999;
  font-style: normal;
  font-size: 14px;
}
#cart > .dropdown-menu > li:first-child > table > tbody > tr > td.remove {
  position: relative;
}
#cart > .dropdown-menu > li:first-child > table > tbody > tr > td.remove .btn-remove {
  color: red;
  line-height: 14px;
  padding: 0;
  border: none;
  box-shadow: none;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
#cart > .dropdown-menu > li:first-child > table > tbody > tr > td.thumb {
  width: 50px;
  padding: 0;
}
#cart > .dropdown-menu > li:first-child > table > tbody > tr > td.thumb a {
  display: block;
}
#cart > .dropdown-menu > li:first-child > table > tbody > tr > td.thumb a img {
  width: 100%;
  border: none;
  border-radius: 0;
}
#cart > .dropdown-menu > li:first-child > table > tbody > tr > td.quantity {
  padding: 8px 0 0;
  width: 50px;
}
#cart > .dropdown-menu > li:first-child > table > tbody > tr > td:first-child {
  padding: 4px 16px 4px 0;
}
#cart > .dropdown-menu > li:first-child > table > tbody > tr:first-child td {
  border-top: none !important;
}
#cart > .dropdown-menu > li > div {
  padding: 0;
  min-width: 318px;
}
#cart > .dropdown-menu > li > p {
  margin: 10px 0 0;
}
#cart > .dropdown-menu div > table {
  margin: 0;
}
#cart > .dropdown-menu div > table > tbody > tr > td {
  color: #111;
  font-size: 12px;
  border-top: none;
  vertical-align: bottom;
}
#cart > .dropdown-menu div > table > tbody > tr > td:first-child {
  width: 70%;
}
#cart > .dropdown-menu div > table > tbody > tr + tr td + td {
  color: #0A75A3;
  font-size: 14px;
  line-height: 18px;
}
/* breadcrumb
------------------ */
.breadcrumb {
  margin: 20px 0 25px;
  padding: 0;
  background: #fff;
  border-radius: 0;
}
.breadcrumb li {
  position: relative;
}
.breadcrumb li span,
.breadcrumb li a {
  color: #bbb;
  font-size: 12px;
}
.breadcrumb li a:hover {
  color: #6DC4CA;
  text-decoration: underline;
}
.breadcrumb li + li {
  padding-left: 16px;
}
.breadcrumb li + li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #0a76a3;
  border-radius: 50%;
  padding: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -2px;
}
/* about
------------------ */
.page.about,
.page.information,
.page.blog,
.page.contact,
.page.account {
  margin-bottom: 65px;
}
.page.about h1,
.page.information h1,
.page.blog h1,
.page.contact h1,
.page.account h1 {
  color: #ff8e00;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 50px;
}
.page.about h1 span,
.page.information h1 span,
.page.blog h1 span,
.page.contact h1 span,
.page.account h1 span {
  padding: 0 70px;
  position: relative;
}
.page.about h1 span:after,
.page.information h1 span:after,
.page.blog h1 span:after,
.page.contact h1 span:after,
.page.account h1 span:after,
.page.about h1 span:before,
.page.information h1 span:before,
.page.blog h1 span:before,
.page.contact h1 span:before,
.page.account h1 span:before {
  content: '';
  background: url("../image/attr-title.png") no-repeat;
  width: 39px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.page.about h1 span:before,
.page.information h1 span:before,
.page.blog h1 span:before,
.page.contact h1 span:before,
.page.account h1 span:before {
  left: 0;
}
.page.about h1 span:after,
.page.information h1 span:after,
.page.blog h1 span:after,
.page.contact h1 span:after,
.page.account h1 span:after {
  right: 0;
  background-position: -39px 0;
}
.page.about .slider-region {
  border: 4px solid rgba(221, 221, 221, 0.3);
  border-radius: 6px;
  margin: -4px -4px 55px;
}
.page.about .slider-region .slideshowBlock .banner-description-region {
  display: none;
}
.page.about .slider-region .slideshowBlock .owl-wrapper-outer {
  position: relative;
}
.page.about .slider-region .slideshowBlock .owl-wrapper-outer:before {
  content: '';
  background: url("../image/slider-region.png") no-repeat;
  width: 189px;
  height: 193px;
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: 0;
}
.page.about .slider-region .slideshowBlock .owl-buttons {
  z-index: 9;
  right: 35px;
  bottom: 70px;
}
.page.about .slider-region .slideshowBlock .owl-buttons div {
  opacity: 0.5;
}
.page.about .description {
  color: #363636;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.3px;
}
.page.about .description h3 {
  color: #0a76a3;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px;
}
.page.about .description img {
  border: 4px solid rgba(221, 221, 221, 0.3);
  border-radius: 6px;
  margin: -4px;
}
.page.about .columns-two {
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.page.blog .articles-region > .row {
  margin: 0 -25px;
}
.page.blog .articles-region .articles-inner {
  padding: 0 25px;
  margin: 0 0 35px;
}
.page.blog .articles-region .articles-inner:hover img {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari */
  transform: scale(1.1);
}
.page.blog .articles-region .articles-inner figure {
  overflow: hidden;
  border: 4px solid #0a76a3;
  margin: 0 0 10px;
}
.page.blog .articles-region .articles-inner figure img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.page.blog .articles-region .articles-inner span {
  color: #7a7a7a;
  font-size: 12px;
  display: block;
  margin: 0 0 4px;
}
.page.blog .articles-region .articles-inner h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  height: 64px;
  overflow: hidden;
}
.page.blog .articles-region .articles-inner h4 a {
  color: #7a7a7a;
  text-decoration: underline;
}
.page.blog .articles-region .articles-inner h4 a:hover {
  text-decoration: none;
}
.page.blog .article-region h1 {
  color: #333;
  font-size: 16px;
  text-align: left;
  float: left;
  margin: 0;
}
.page.blog .article-region .date {
  color: #999;
  font-size: 13px;
}
.page.blog .article-region .header-inner {
  padding: 0 0 15px;
  margin: 0 0 25px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.page.blog .article-region .header-inner:after {
  content: '';
  display: block;
  clear: both;
}
.page.blog .article-region .description-inner,
.page.blog .article-region .description-inner span,
.page.blog .article-region .description-inner p {
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
  line-height: 1.6 !important;
}
.page.blog .article-region .description-inner p {
  margin-bottom: 15px;
}
.page.blog .article-region .description-inner img {
  /*border: 4px solid #f1f1f1;*/
  margin: 0 25px 10px -4px;
  border-radius: 6px;
}
.page.blog .article-region .description-inner h3 {
  color: #3EA5D1;
  font-weight: 600;
}
.page.blog .article-region .gallery-inner {
  margin: 55px 0 0;
}
.page.blog .article-region .gallery-inner.owl-carousel {
  padding: 0 40px;
}
.page.blog .article-region .gallery-inner.owl-carousel .owl-wrapper-outer {
  padding: 5px 0;
}
.page.blog .article-region .gallery-inner.owl-carousel .owl-item .item {
  display: block;
  margin: 0 15px;
}
.page.blog .article-region .gallery-inner.owl-carousel .owl-item .item img {
  width: 100%;
  border: 4px solid #f1f1f1;
  margin: -4px;
  border-radius: 6px;
}
.page.blog .article-region .gallery-inner.owl-carousel .owl-item .item img:hover {
  border-color: #0a76a3;
}
.page.blog .article-region .videos-inner {
  margin: 55px auto 0;
  text-align: center;
}
.page.blog .article-region .owl-buttons > div {
  text-indent: -9999px;
  background: url("../image/owl-nav.png") no-repeat;
  width: 28px;
  height: 48px;
  margin-top: -20px;
  transition: all 0s ease;
}
.page.blog .article-region .owl-buttons > div.owl-prev:hover {
  background-position: 0 -49px;
}
.page.blog .article-region .owl-buttons > div.owl-next {
  background-position: -28px 0;
}
.page.blog .article-region .owl-buttons > div.owl-next:hover {
  background-position: -28px -49px;
}
.page.contact .contact-list {
  margin: 0 0 25px;
}
.page.contact .contact-list ul {
  position: relative;
  margin: 0 0 15px;
}
.page.contact .contact-list ul li {
  color: #555555;
  font-size: 16px;
  line-height: 1.4;
  padding: 6px 0 0;
}
.page.contact .contact-list ul li.title {
  position: absolute;
  top: 0;
  right: 156px;
}
.page.contact .form-horizontal h3 {
  color: #111;
  font-size: 18px;
  margin: 0 0 25px;
}
.page.account.home #content h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.page.account.home #content a {
  color: #f3c548;
  font-size: 14px;
  text-decoration: underline;
}
.page.account.home #content a:hover {
  text-decoration: none;
}
.page.special,
.page.search,
.page.category,
.page.manufacturer {
  margin-bottom: 65px;
}
.page.special h1,
.page.search h1,
.page.category h1,
.page.manufacturer h1 {
  color: #fc8c3a;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 50px;
}
.page.special h1 span,
.page.search h1 span,
.page.category h1 span,
.page.manufacturer h1 span {
  padding: 0 70px;
  position: relative;
}
.page.special h1 span:after,
.page.search h1 span:after,
.page.category h1 span:after,
.page.manufacturer h1 span:after,
.page.special h1 span:before,
.page.search h1 span:before,
.page.category h1 span:before,
.page.manufacturer h1 span:before {
  content: '';
  background: url("../image/attr-title.png") no-repeat;
  width: 39px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.page.special h1 span:before,
.page.search h1 span:before,
.page.category h1 span:before,
.page.manufacturer h1 span:before {
  left: 0;
}
.page.special h1 span:after,
.page.search h1 span:after,
.page.category h1 span:after,
.page.manufacturer h1 span:after {
  right: 0;
  background-position: -39px 0;
}
.page.special .short-description h1,
.page.search .short-description h1,
.page.category .short-description h1,
.page.manufacturer .short-description h1,
.page.special .full-description h1,
.page.search .full-description h1,
.page.category .full-description h1,
.page.manufacturer .full-description h1 {
  font-size: 26px;
  text-transform: inherit;
  margin: 0 0 15px;
}
.page.special .short-description h1 span,
.page.search .short-description h1 span,
.page.category .short-description h1 span,
.page.manufacturer .short-description h1 span,
.page.special .full-description h1 span,
.page.search .full-description h1 span,
.page.category .full-description h1 span,
.page.manufacturer .full-description h1 span {
  padding: 0;
}
.page.special .short-description h1 span:before,
.page.search .short-description h1 span:before,
.page.category .short-description h1 span:before,
.page.manufacturer .short-description h1 span:before,
.page.special .full-description h1 span:before,
.page.search .full-description h1 span:before,
.page.category .full-description h1 span:before,
.page.manufacturer .full-description h1 span:before,
.page.special .short-description h1 span:after,
.page.search .short-description h1 span:after,
.page.category .short-description h1 span:after,
.page.manufacturer .short-description h1 span:after,
.page.special .full-description h1 span:after,
.page.search .full-description h1 span:after,
.page.category .full-description h1 span:after,
.page.manufacturer .full-description h1 span:after {
  display: none;
}
.page.special .search-container .checkbox-inline,
.page.search .search-container .checkbox-inline,
.page.category .search-container .checkbox-inline,
.page.manufacturer .search-container .checkbox-inline {
  padding-left: 0;
}

@media only screen and (min-width: 1200px) {
  .page.special #column-left,
  .page.search #column-left,
  .page.category #column-left,
  .page.manufacturer #column-left {
    width: 23%;
  }
  .page.special #content,
  .page.search #content,
  .page.category #content,
  .page.manufacturer #content {
    width: 77%;
  }
}

.page.special .SortView-region .sort-inner .jcf-select,
.page.search .SortView-region .sort-inner .jcf-select,
.page.category .SortView-region .sort-inner .jcf-select,
.page.manufacturer .SortView-region .sort-inner .jcf-select {
  border: none;
  box-shadow: none;
  line-height: 24px;
  height: 24px;
}
.page.special .SortView-region .sort-inner .jcf-select:before,
.page.search .SortView-region .sort-inner .jcf-select:before,
.page.category .SortView-region .sort-inner .jcf-select:before,
.page.manufacturer .SortView-region .sort-inner .jcf-select:before {
  top: 4px !important;
  right: 0;
  background: url("../image/select-open.png") no-repeat;
  width: 16px;
  height: 16px;
  border: none;
  margin: 0;
}
.page.special .SortView-region .sort-inner .jcf-select.jcf-drop-active,
.page.search .SortView-region .sort-inner .jcf-select.jcf-drop-active,
.page.category .SortView-region .sort-inner .jcf-select.jcf-drop-active,
.page.manufacturer .SortView-region .sort-inner .jcf-select.jcf-drop-active {
  border: solid #ccc;
  border-width: 1px 1px 0;
}
.page.special .SortView-region .sort-inner .jcf-select.jcf-drop-active .jcf-select-text,
.page.search .SortView-region .sort-inner .jcf-select.jcf-drop-active .jcf-select-text,
.page.category .SortView-region .sort-inner .jcf-select.jcf-drop-active .jcf-select-text,
.page.manufacturer .SortView-region .sort-inner .jcf-select.jcf-drop-active .jcf-select-text {
  padding: 2px 8px;
}
.page.special .SortView-region .sort-inner .jcf-select .jcf-select-text,
.page.search .SortView-region .sort-inner .jcf-select .jcf-select-text,
.page.category .SortView-region .sort-inner .jcf-select .jcf-select-text,
.page.manufacturer .SortView-region .sort-inner .jcf-select .jcf-select-text {
  color: #333;
  font-size: 12px;
  line-height: 24px;
  margin: 0 16px 0 0;
}
.page.special .SortView-region .sort-inner .jcf-select .jcf-select-opener,
.page.search .SortView-region .sort-inner .jcf-select .jcf-select-opener,
.page.category .SortView-region .sort-inner .jcf-select .jcf-select-opener,
.page.manufacturer .SortView-region .sort-inner .jcf-select .jcf-select-opener {
  cursor: pointer;
  width: 16px;
}
.page.special .SortView-region .sort-inner .jcf-select .jcf-select-drop,
.page.search .SortView-region .sort-inner .jcf-select .jcf-select-drop,
.page.category .SortView-region .sort-inner .jcf-select .jcf-select-drop,
.page.manufacturer .SortView-region .sort-inner .jcf-select .jcf-select-drop {
  padding: 0;
  border: none;
  left: -1px;
}
.page.special .SortView-region .sort-inner .jcf-select .jcf-select-drop .jcf-select-drop-content .jcf-list .jcf-option,
.page.search .SortView-region .sort-inner .jcf-select .jcf-select-drop .jcf-select-drop-content .jcf-list .jcf-option,
.page.category .SortView-region .sort-inner .jcf-select .jcf-select-drop .jcf-select-drop-content .jcf-list .jcf-option,
.page.manufacturer .SortView-region .sort-inner .jcf-select .jcf-select-drop .jcf-select-drop-content .jcf-list .jcf-option {
  padding: 6px 6px;
  color: #333;
  font-size: 12px;
}
.page.special .SortView-region .view-inner .btn-default,
.page.search .SortView-region .view-inner .btn-default,
.page.category .SortView-region .view-inner .btn-default,
.page.manufacturer .SortView-region .view-inner .btn-default {
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
}
.page.special .SortView-region .view-inner .btn-default .fa,
.page.search .SortView-region .view-inner .btn-default .fa,
.page.category .SortView-region .view-inner .btn-default .fa,
.page.manufacturer .SortView-region .view-inner .btn-default .fa {
  color: #afaba3;
  font-size: 24px;
}
.page.special .SortView-region .view-inner .btn-default:hover .fa,
.page.search .SortView-region .view-inner .btn-default:hover .fa,
.page.category .SortView-region .view-inner .btn-default:hover .fa,
.page.manufacturer .SortView-region .view-inner .btn-default:hover .fa {
  color: #ff8e00;
}
.page.special .SortView-region .view-inner .btn-default + .btn-default,
.page.search .SortView-region .view-inner .btn-default + .btn-default,
.page.category .SortView-region .view-inner .btn-default + .btn-default,
.page.manufacturer .SortView-region .view-inner .btn-default + .btn-default {
  margin-left: 10px;
}
.page.special .product-layoutBlock,
.page.search .product-layoutBlock,
.page.category .product-layoutBlock,
.page.manufacturer .product-layoutBlock {
  margin: 0 -10px;
}
.page.special .product-layoutBlock .product-layout,
.page.search .product-layoutBlock .product-layout,
.page.category .product-layoutBlock .product-layout,
.page.manufacturer .product-layoutBlock .product-layout {
  padding: 0 10px;
}
/* mfilter
------------------ */
.mfilter-box > .mfilter-content {
  border: none;
  border-radius: 0;
}
.mfilter-box > .mfilter-content > ul > li {
  margin: 0 0 10px;
}
.mfilter-box > .mfilter-content > ul > li .mfilter-heading {
  background: none;
}
.mfilter-box > .mfilter-content > ul > li .mfilter-heading.mfilter-collapsed .mfilter-heading-content i {
  display: block;
}
.mfilter-box > .mfilter-content > ul > li .mfilter-heading .mfilter-heading-content {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0 8px;
}
.mfilter-box > .mfilter-content > ul > li .mfilter-heading .mfilter-heading-content i {
  display: none;
}
.mfilter-box > .mfilter-content > ul > li .mfilter-content-opts .mfilter-opts-container {
  border: none;
}
.mfilter-box > .mfilter-content > ul > li .mfilter-content-opts .mfilter-opts-container .mfilter-option.mfilter-disabled .mfilter-col-input .jcf-checkbox {
  border: 1px solid #E2E2E2;
}
.mfilter-box > .mfilter-content > ul > li .mfilter-content-opts .mfilter-opts-container .mfilter-option.mfilter-disabled label {
  color: #E2E2E2 !important;
  cursor: no-drop;
}
.mfilter-box > .mfilter-content > ul > li .mfilter-content-opts .mfilter-opts-container .mfilter-option #mfilter-opts-price-min,
.mfilter-box > .mfilter-content > ul > li .mfilter-content-opts .mfilter-opts-container .mfilter-option #mfilter-opts-price-max {
  font-family: 'Open Sans', sans-serif;
  min-width: 70px;
  width: 70px;
  margin: 0 3px;
  height: 30px;
  border-radius: 25px;
}
.mfilter-box > .mfilter-content > ul > li .mfilter-content-opts .mfilter-opts-container .mfilter-option .mfilter-price-inputs {
  margin: 5px 0 15px;
  color: #9b9b9b;
  font-size: 12px;
}
.mfilter-box > .mfilter-content > ul > li .mfilter-content-opts .mfilter-opts-container .mfilter-option .mfilter-col-input .jcf-checkbox {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 1px solid #0a76a3;
  margin: 3px 8px 0 0;
}
.mfilter-box > .mfilter-content > ul > li .mfilter-content-opts .mfilter-opts-container .mfilter-option .mfilter-col-input .jcf-checkbox span {
  margin: -3px 0 0 -3px;
  height: 6px;
  width: 6px;
  background-color: #0a76a3;
  border-radius: 50%;
  border: none;
}
.mfilter-box > .mfilter-content > ul > li .mfilter-content-opts .mfilter-opts-container .mfilter-option label {
  color: #9b9b9b;
  padding: 4px 0;
}
.mfilter-box > .mfilter-content > ul > li .mfilter-content-opts .mfilter-opts-container .mfilter-option label.jcf-label-active {
  color: #000;
}
.mfilter-box > .mfilter-content > ul > li .mfilter-content-opts .mfilter-opts-container .mfilter-option.mfilter-image {
  margin: 0 0 0 6px;
}
.mfilter-box > .mfilter-content > ul > li .mfilter-content-opts .mfilter-opts-container .mfilter-option.mfilter-image .jcf-checkbox {
  display: none;
}
.mfilter-box > .mfilter-content > ul > li .mfilter-content-opts .mfilter-opts-container .mfilter-option.mfilter-image label {
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  padding: 2px;
}
.mfilter-box > .mfilter-content > ul > li .mfilter-content-opts .mfilter-opts-container .mfilter-option.mfilter-image label img {
  vertical-align: top;
  border-radius: 50%;
}
.mfilter-box > .mfilter-content > ul > li .mfilter-content-opts .mfilter-opts-container .mfilter-option.mfilter-image.mfilter-input-active {
  opacity: 1;
}
.mfilter-box > .mfilter-content > ul > li .mfilter-content-opts .mfilter-opts-container .mfilter-option.mfilter-image.mfilter-input-active label {
  box-shadow: inset 0 0 2px #ababab;
  border: 1px solid #555;
  padding: 2px;
}
.mfilter-box .mfilter-tb-as-td {
  padding: 2px 0;
  border: none;
}
/* modal
------------------ */
.modal.success-order .modal-dialog {
  width: 440px;
}
.modal.success-order .modal-dialog .modal-header {
  padding: 20px;
}
.modal.success-order .modal-dialog .modal-header h4 {
  color: #313131;
  font-size: 18px;
  text-transform: uppercase;
}
.modal.success-order .modal-dialog .modal-body {
  color: #989898;
  font-size: 14px;
}
.modal.success-order .modal-dialog .modal-footer {
  padding: 20px 60px;
}
.modal.success-order .modal-dialog .modal-footer .btn-link {
  color: #65B0D1;
  text-decoration: underline;
  font-size: 14px;
  padding: 14px 0;
  border: none;
  float: left;
}
.modal.success-order .modal-dialog .modal-footer .btn-link:hover {
  text-decoration: none;
}
.modal.login_popup .modal-dialog {
  width: 440px;
}
.modal.login_popup .modal-dialog .modal-footer {
  padding: 30px 60px;
}
.modal.login_popup .modal-dialog .modal-footer .btn-link {
  color: #65B0D1;
  text-decoration: underline;
  font-size: 14px;
  padding: 14px 0;
  border: none;
  float: left;
}
.modal.login_popup .modal-dialog .modal-footer .btn-link:hover {
  text-decoration: none;
}
.modal .modal-dialog .modal-content {
  box-shadow: none;
  border: 14px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
}
.modal .modal-dialog .modal-header {
  padding: 30px;
  border-bottom: none;
}
.modal .modal-dialog .modal-header .modal-title {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.modal .modal-dialog .modal-header .close {
  color: red;
  font-size: 24px;
  position: absolute;
  z-index: 99;
  right: 15px;
  top: 10px;
  opacity: .6;
  outline: none;
}
.modal .modal-dialog .modal-header .close:hover {
  opacity: 1;
}
.modal .modal-dialog .modal-body {
  padding: 0 60px;
}
.modal .modal-dialog .modal-body .form-group {
  margin: 25px 0 0;
}
.modal .modal-dialog .modal-body .form-group:first-child {
  margin-top: 0;
}
.modal .modal-dialog .modal-footer {
  border: none;
  text-align: center;
  padding: 30px 40px;
}
.modal + .modal-backdrop.fade.in {
  opacity: .7;
}
.modal.cart-popup {
  z-index: 99;
}
.modal.cart-popup .modal-dialog {
  width: 1000px;
}
.modal.cart-popup .modal-header {
  padding: 20px 0 0;
  min-height: 0;
}
.modal.cart-popup .modal-header h4 {
  display: none;
}
.modal.cart-popup .modal-body {
  margin-bottom: 15px;
}
.modal.cart-popup .modal-body .content-inside .left-inside {
  padding-right: 0;
  width: 260px;
}
.modal.cart-popup .modal-body .content-inside .left-inside .thumbBlock .promotags {
  position: absolute;
  left: 15px !important;
  width: 109px !important;
  height: 38px !important;
}
.modal.cart-popup .modal-body .content-inside .left-inside .thumbBlock .thumbnail {
  padding: 0;
  border: 1px solid #eee;
  border-radius: 0;
}
.modal.cart-popup .modal-body .content-inside .left-inside .thumbBlock .thumbnail:hover {
  border-color: #25a0e6;
}
.modal.cart-popup .modal-body .content-inside .right-inside {
  width: 478px;
}
.modal.cart-popup .modal-body .content-inside .right-inside h1 {
  font-size: 22px;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0 0 10px;
  text-align: left;
}
.modal.cart-popup .modal-body .content-inside .right-inside .options-block {
  margin: 0 0 30px;
}
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .productOptions {
  padding: 10px 0 0;
}
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block {
  margin: 0 0 30px;
  padding: 75px 0 0;
  position: relative;
}
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block > div {
  margin-left: 27px;
  display: inline-block;
  vertical-align: middle;
}
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block > div:first-child {
  margin-left: 0;
}
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .price-layout {
  position: relative;
}
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .price-layout .price-old {
  color: #999;
  text-decoration: line-through;
  position: absolute;
  top: -16px;
}
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .price-layout .price-new {
  color: #ec5239;
  font-size: 36px;
  line-height: 36px;
  position: relative;
  top: 4px;
}
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .price-layout .price-default {
  color: #0099cc;
  font-size: 36px;
  line-height: 36px;
}
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .price-layout .price-discounts {
  color: #999;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 200px;
}
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .qc-quantity {
  width: 112px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding-left: 165px;
}
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .qc-quantity:before {
  content: 'Количество:';
  position: absolute;
  left: 65px;
  top: 12px;
  color: #999;
  font-size: 14px;
}
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .qc-quantity button {
  height: 44px;
  outline: none !important;
  box-shadow: none !important;
  background: #fff;
}
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .qc-quantity button .fa {
  color: #ccc;
  top: 1px;
  position: relative;
}
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .qc-quantity button:hover .fa {
  color: #333;
}
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .qc-quantity button.decrease {
  border-radius: 25px 0 0 25px;
}
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .qc-quantity button.increase {
  border-radius: 0 25px 25px 0;
}
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .qc-quantity input[type="text"] {
  color: #666;
  font-size: 16px;
  height: 44px;
  border-color: #ccc !important;
  box-shadow: none !important;
  border-width: 1px 0;
  z-index: 9;
  padding: 0;
  min-width: 40px;
  text-align: center;
}
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .btn-layout {
  top: -4px;
  position: relative;
}
.modal.cart-popup .modal-body .content-inside .right-inside .trigger-block {
  margin: 0 -15px 45px;
  padding: 0 0 0 15px;
}
.modal.cart-popup .modal-body .content-inside .right-inside .trigger-block p {
  color: #666;
  font-size: 13px;
  margin: 0 0 8px;
}
.modal.cart-popup .modal-body .content-inside .right-inside .trigger-block .col-xs-6 {
  width: 215px;
}
.modal.cart-popup .modal-body .content-inside .right-inside .trigger-block .col-xs-6 + .col-xs-6 {
  width: 230px;
  padding-left: 0;
}
.modal.cart-popup .modal-body .content-inside .right-inside .description-block > div {
  position: relative;
}
.modal.cart-popup .modal-body .content-inside .right-inside .description-block > div:after {
  content: '';
  display: block;
  clear: both;
}
.modal.cart-popup .modal-body .content-inside .right-inside .description-block .attribute-layout {
  margin: 0 0 25px;
}
.modal.cart-popup .modal-body .content-inside .right-inside .description-block .attribute-layout li + li {
  margin-top: 10px;
}
.modal.cart-popup .modal-body .content-inside .right-inside .description-block .name {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  float: left;
  margin-right: 15px;
}
.modal.cart-popup .modal-body .content-inside .right-inside .description-block .text {
  color: #666;
  overflow: hidden;
}
.modal.cart-popup .modal-body .content-inside .right-inside .fast-order #fast-order-phone {
  color: #999;
  font-size: 16px;
  font-weight: 300;
  height: 40px;
  border: 1px solid #d6d6d6;
  padding: 2px 15px 0;
  width: 184px;
  margin: 0 10px 0 0;
  vertical-align: top;
  outline: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.modal.cart-popup .modal-body .content-inside .right-inside .fast-order #fast-order-phone:focus {
  border: 1px solid #999;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.095) !important;
}
.modal.cart-popup .modal-body .content-inside .right-inside .fast-order .fa {
  color: #999;
  font-size: 18px;
  margin: 0 10px 0 0;
}
.modal.cart-popup .modal-body .content-inside .right-inside .fast-order #fast-order {
  color: #333;
  font-size: 18px;
  border-radius: 0;
  border: 1px solid #d6d6d6;
  background: #f5f5f5;
  padding: 7px 20px 6px;
  outline: none;
}
.modal.cart-popup .modal-footer {
  padding: 18px 15px 19px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal.cart-popup .modal-footer a {
  text-decoration: none;
}
.modal.cart-popup .modal-content {
  border-radius: 25px;
}
.modal.cart-popup .modal-header {
  margin: 0 20px;
  border: none;
}
.modal.cart-popup .modal-dialog {
  width: 760px !important;
}
.modal.cart-popup .modal-body {
  padding: 0 30px;
  margin-bottom: 20px;
}
.modal.cart-popup .modal-body .content-inside {
  margin: 0 -15px;
}
.modal.cart-popup .modal-body .content-inside .left-inside {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.modal.cart-popup .modal-body .content-inside .left-inside a.thumbnail {
  border: none !important;
  margin: 0;
}
.modal.cart-popup .modal-body .content-inside .right-inside {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .modal.cart-popup .modal-body .content-inside .left-inside {
    width: inherit !important;
    margin-bottom: 0;
  }
  .modal.cart-popup .modal-body .content-inside .right-inside {
    width: inherit !important;
    max-width: 400px;
  }
}
.modal.cart-popup .modal-body .content-inside .right-inside .price-layout > div {
  padding: 0 0 0 15px;
  margin-bottom: 0;
}
.modal.cart-popup .modal-body .content-inside .right-inside .price-layout .price-single .label {
  line-height: 1.4;
  padding: 4px 17px 0;
}
.modal.cart-popup .modal-body .content-inside .right-inside .price-layout .price-single .value {
  font-size: 18px;
  padding: 0;
}
.modal.cart-popup .modal-body .content-inside .right-inside .price-layout .price-total .label {
  line-height: 1.4;
  padding: 5px 17px 0;
}
.modal.cart-popup .modal-body .content-inside .right-inside .price-layout .price-total .value {
  color: #333;
  font-size: 28px;
  line-height: 20px;
  font-weight: 300;
  padding: 0;
}
.modal.cart-popup .modal-footer {
  padding: 18px 20px 19px;
}
.modal.cart-popup .modal-footer a.btn {
  font-size: 20px;
  padding: 12px 32px;
}
.modal.cart-popup .modal-footer .close {
  line-height: 1.2;
  float: left;
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px dashed #333;
  padding: 18px 0 0;
  opacity: 1;
  outline: none;
}
.modal.cart-popup .modal-footer .close:hover {
  border-bottom: 1px dashed transparent;
}
.modal.cart-popup .price-layout {
  margin-left: 0 !important;
}
.modal.cart-popup .price-layout div {
  margin-bottom: 20px;
}
.modal.cart-popup .price-layout .label {
  font-size: 14px;
  color: #999;
  text-align: right;
  font-weight: normal;
}
/* page not-found
------------------ */
.page.not-found #content {
  height: auto;
  padding: 0;
  margin-top: 200px;
}
.page.not-found .text {
  margin-right: 90px;
}
.page.not-found h1 {
  color: #0a76a3;
  font-size: 72px;
  line-height: 58px;
  font-weight: 600;
  text-align: right;
  margin: 20px 0 35px;
}
.page.not-found p {
  color: #ff8e00;
  font-size: 310px;
  line-height: 246px;
  font-weight: 600;
  margin: 0 0 60px;
}
.page.not-found .buttons {
  padding: 0 40px;
}
.page.not-found .buttons .btn-send {
  font-size: 18px;
  padding: 11px 22px 9px;
}
/* checkout-checkout
------------------ */
body.checkout-checkout footer,
body.checkout-checkout header nav,
body.checkout-checkout .breadcrumb {
  display: none;
}
body.checkout-checkout header {
  border-bottom: 5px solid #cce4ef;
  padding: 0 0 5px;
  margin: 0 0 50px;
}
@media (min-width: 1024px) {
  body.checkout-checkout #qc_confirm_order {
    position: absolute;
    right: 35px;
    bottom: 0;
    z-index: 9;
  }
  body.checkout-checkout #qc_confirm_order:hover,
  body.checkout-checkout #qc_confirm_order:focus {
    top: inherit;
  }
  body.checkout-checkout #qc_confirm_order:hover {
    bottom: -2px;
  }
  body.checkout-checkout #qc_confirm_order:focus {
    bottom: -3px;
  }
}
body.checkout-checkout #quickcheckout {
  margin-bottom: 65px;
}
body.checkout-checkout #quickcheckout:after {
  content: '';
  display: block;
  clear: both;
}
body.checkout-checkout #quickcheckout textarea {
  resize: vertical;
}
body.checkout-checkout #quickcheckout #payment_wrap {
  display: none;
}
body.checkout-checkout #quickcheckout #payment_address_wrap .panel-heading {
  display: none;
}
body.checkout-checkout #quickcheckout #payment_address_wrap .panel-body {
  padding: 15px 15px 5px;
}
body.checkout-checkout #quickcheckout #payment_address_wrap .panel-default {
  border-radius: 0;
  border-color: #e4e4e4;
}
body.checkout-checkout #quickcheckout #payment_address_wrap .panel-default .form-group .col-xs-6 {
  width: 100%;
}
body.checkout-checkout #quickcheckout #payment_address_wrap .panel-default .form-group .col-xs-6:first-child {
  display: none;
}
body.checkout-checkout #quickcheckout #payment_address_wrap .radio-input .jcf-radio {
  float: left;
}
body.checkout-checkout #quickcheckout #payment_address_wrap .radio-input label {
  overflow: hidden;
  display: block;
}
body.checkout-checkout #quickcheckout #option_login_popup_trigger_wrap {
  width: 30%;
  margin: 0 -15px;
  text-align: center;
}
body.checkout-checkout #quickcheckout #option_login_popup_trigger_wrap .btn-group .btn {
  color: #989898;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  background: none;
  box-shadow: none !important;
  float: none;
  display: inline-block;
  top: 0 !important;
}
body.checkout-checkout #quickcheckout #option_login_popup_trigger_wrap .btn-group .btn .jcf-radio {
  display: none;
}
body.checkout-checkout #quickcheckout #option_login_popup_trigger_wrap .btn-group .btn.btn-primary {
  color: #ff8e00;
  font-size: 12px;
  text-shadow: none;
  padding: 8px 12px;
}
body.checkout-checkout #quickcheckout #option_login_popup_trigger_wrap .btn-group .btn + .btn:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  height: 16px;
  background: #989898;
}
body.checkout-checkout #quickcheckout #confirm_wrap {
  margin-top: -41px;
}
body.checkout-checkout #quickcheckout #confirm_wrap .panel-body {
  padding: 15px 15px 5px;
}
body.checkout-checkout #quickcheckout #confirm_wrap .panel-default {
  border-radius: 0;
  border-color: #e4e4e4;
  border-top: none;
}
body.checkout-checkout #quickcheckout #confirm_wrap .panel-default .form-group .col-xs-6 {
  width: 100%;
}
body.checkout-checkout #quickcheckout #confirm_wrap .panel-default .form-group .col-xs-6:first-child {
  display: none;
}
body.checkout-checkout #quickcheckout #confirm_wrap #comment_input .control-label {
  display: none;
}
body.checkout-checkout #quickcheckout #cart_wrap input#coupon + button {
  position: absolute;
  right: 15px;
  top: 0;
  height: 42px;
  border-radius: 0;
  background: #3EA5D1;
  border: none;
  color: #fff;
  font-size: 16px;
}
body.checkout-checkout #quickcheckout #cart_wrap input#coupon + button:hover {
  box-shadow: inset -1px 1px 4px rgba(0, 0, 0, 0.2);
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-heading {
  display: none;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-body {
  padding: 0;
}
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart thead tr {
  border: 1px solid #eee;
}
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart thead tr td {
  color: #989898;
  font-size: 12px;
  padding: 12px;
  background: rgba(10, 118, 163, 0.1);
  text-shadow: 1px 1px #fff;
  border: none;
}
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart {
  background: #fff;
  border: none;
  margin-bottom: 15px;
}
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart > tbody > tr {
  border: 1px solid #eee;
}
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart > tbody > tr:first-child > td {
  border-top: none;
}
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart > tbody > tr > td {
  padding: 15px 15px 15px;
  border: none;
  border-top: 1px solid #eee;
  vertical-align: middle;
}
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart > tbody > tr > td.qc-image {
  width: 120px;
  text-align: left;
  position: relative;
}
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart > tbody > tr > td.qc-image img {
  width: 120px;
}
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart > tbody > tr > td.qc-name {
  color: #666;
  font-size: 14px;
  max-width: 200px;
}
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart > tbody > tr > td.qc-name a {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart > tbody > tr > td.qc-name a:hover {
  text-decoration: none;
}
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart > tbody > tr > td.qc-price,
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart > tbody > tr > td.qc-quantity,
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart > tbody > tr > td.qc-total {
  color: #000;
  font-size: 16px;
  line-height: 38px;
  text-align: left;
}
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart > tbody > tr > td.qc-quantity {
  width: 80px;
}
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart > tbody > tr > td.qc-quantity .input-group {
  border: 1px solid #eee;
  border-radius: 25px;
  width: 90px;
  min-width: 80px;
  padding: 0 4px;
  text-align: center;
}
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart > tbody > tr > td.qc-quantity .input-group .input-group-btn button {
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 28px;
  background: #3EA5D1;
  border: none;
  border-radius: 50%;
  padding: 0 0 0 2px;
}
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart > tbody > tr > td.qc-quantity input[type="text"] {
  border: none;
  box-shadow: none !important;
  margin: 0 2px;
  width: 36px;
  padding: 0;
}
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart > tbody > tr > td.qc-total {
  position: relative;
}
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart > tbody > tr > td.qc-total .fa {
  cursor: pointer;
  color: #999;
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  background: url("../image/del.png") no-repeat;
  width: 21px;
  height: 21px;
  opacity: .7;
  display: block;
}
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart > tbody > tr > td.qc-total .fa:hover {
  opacity: 1;
}
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart > tbody > tr > td.qc-total .fa:before,
body.checkout-checkout #quickcheckout #cart_wrap table.qc-cart > tbody > tr > td.qc-total .fa:after {
  display: none;
}
body.checkout-checkout #quickcheckout #cart_wrap .qc-summary {
  margin: -5px 0 10px;
}
body.checkout-checkout #quickcheckout #cart_wrap .qc-summary .control-label {
  color: #777;
  font-size: 14px;
  font-weight: 400;
}
body.checkout-checkout #quickcheckout #cart_wrap .qc-summary .form-control-static {
  color: #777;
  font-size: 14px;
  padding-left: 0;
}
body.checkout-checkout #quickcheckout #cart_wrap .qc-summary .qc-totals:last-child .form-control-static {
  color: #333;
  font-size: 16px;
  line-height: 18px;
}
body.checkout-checkout #quickcheckout #shipping_method_wrap .panel-default,
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default {
  border: none;
  background: none;
  margin: 0;
  padding: 0 15px;
  box-shadow: none;
}
body.checkout-checkout #quickcheckout #shipping_method_wrap .panel-default .panel-heading,
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-heading {
  border: none;
  background: none;
  padding: 0 0 15px;
  border-radius: 0;
}
body.checkout-checkout #quickcheckout #shipping_method_wrap .panel-default .panel-heading .text,
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-heading .text {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
body.checkout-checkout #quickcheckout #shipping_method_wrap .panel-default .panel-heading .text.payment-method,
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-heading .text.payment-method {
  padding-left: 36px;
}
body.checkout-checkout #quickcheckout #shipping_method_wrap .panel-default .panel-heading .text.payment-method:before,
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-heading .text.payment-method:before {
  content: '';
  background: url("../image/money.png") no-repeat;
  width: 26px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
body.checkout-checkout #quickcheckout #shipping_method_wrap .panel-default .panel-heading .text.shipping-method,
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-heading .text.shipping-method {
  padding-left: 30px;
}
body.checkout-checkout #quickcheckout #shipping_method_wrap .panel-default .panel-heading .text.shipping-method:before,
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-heading .text.shipping-method:before {
  content: '';
  background: url("../image/bi-bi.png") no-repeat;
  width: 20px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
body.checkout-checkout #quickcheckout #shipping_method_wrap .panel-default .panel-body,
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-body {
  padding: 0;
  border: none;
}
body.checkout-checkout #quickcheckout #shipping_method_wrap .panel-default .panel-body .title,
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-body .title,
body.checkout-checkout #quickcheckout #shipping_method_wrap .panel-default .panel-body .description,
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-body .description {
  display: none;
}
body.checkout-checkout #quickcheckout #shipping_method_wrap .panel-default .panel-body .radio-input,
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-body .radio-input {
  margin: 12px 0 0;
}
body.checkout-checkout #quickcheckout #shipping_method_wrap .panel-default .panel-body .radio-input:first-child,
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-body .radio-input:first-child {
  margin: 0;
}
body.checkout-checkout #quickcheckout #shipping_method_wrap .panel-default .panel-body .radio-input label,
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-body .radio-input label {
  color: #989898;
  font-size: 14px;
  line-height: 16px;
  padding-left: 0;
}
body.checkout-checkout #quickcheckout #shipping_method_wrap .panel-default .panel-body .radio-input label .jcf-radio,
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-body .radio-input label .jcf-radio {
  height: 16px;
  width: 16px;
  top: 0;
  margin: 0 6px 0 0;
  border: 1px solid #DDDDDD;
  float: left;
}
body.checkout-checkout #quickcheckout #shipping_method_wrap .panel-default .panel-body .radio-input label .jcf-radio span,
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-body .radio-input label .jcf-radio span {
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: #111;
}
body.checkout-checkout #quickcheckout #shipping_method_wrap .panel-default .panel-body .radio-input .price,
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-body .radio-input .price {
  display: none;
}
body.checkout-checkout #quickcheckout #shipping_method_wrap .panel-default .panel-body .title:first-child + .radio-input,
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-body .title:first-child + .radio-input {
  margin: 0;
}
body.checkout-checkout h1 {
  color: #ff8e00;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 50px;
}
body.checkout-checkout h1 span {
  padding: 0 70px;
  position: relative;
}
body.checkout-checkout h1 span:after,
body.checkout-checkout h1 span:before {
  content: '';
  background: url("../image/attr-title.png") no-repeat;
  width: 39px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
body.checkout-checkout h1 span:before {
  left: 0;
}
body.checkout-checkout h1 span:after {
  right: 0;
  background-position: -39px 0;
}
/* developers
------------------ */
.developers {
  line-height: 14px;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  float: right;
}
.developers a {
  color: #6f6f6f;
  font-size: 13px;
  display: inline-block;
  padding: 4px 32px 18px 0;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  width: 164px;
  z-index: 1;
  text-align: right;
  border-bottom: 1px solid transparent;
}
.developers a .devLogo {
  animation-duration: 1s;
  animation-fill-mode: both;
  background: url('../image/copyB.png') no-repeat;
  float: right;
  height: 36px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  width: 26px;
}
.developers a:hover .devLogo {
  animation-name: tada;
  background: url("../image/copyB.png") no-repeat 0 -36px;
  -webkit-animation-name: tada;
}
.developers a:hover + span {
  text-decoration: underline;
}
.developers span {
  color: #6f6f6f;
  font-size: 13px;
  display: block;
  margin: -16px 0 0 7px;
  position: relative;
}
@-webkit-keyframes tada {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
  }
}
/* jcf-scrollbar-vertical
------------------ */
.jcf-scrollbar-vertical .jcf-scrollbar-inc,
.jcf-scrollbar-vertical .jcf-scrollbar-dec {
  display: none;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  cursor: pointer;
}
.ymaps-2-1-29-image {
  position: relative;
}
.ymaps-2-1-29-image:before {
  content: '';
  background: url("../image/map-hint-shadow.png") no-repeat;
  width: 79px;
  height: 88px;
  position: absolute;
  left: 19px;
  top: 5px;
  z-index: -1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.columns-two {
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
#map {
  width: 100%;
  height: 400px;
  padding: 0;
  margin: 0;
  border-top: 5px solid #cce4ef;
}
/* livesearch
------------------ */
#livesearch_search_results {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  left: 0;
  list-style-type: none;
  max-height: 330px;
  overflow: auto;
  padding: 5px 0 8px;
  position: absolute;
  top: 100%;
  z-index: 12;
  margin: 1px 0 0;
  width: 150%;
  border-radius: 0 10px 10px 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#livesearch_search_results li {
  overflow: hidden;
  width: 100%;
  margin: 8px 0 0;
  padding: 8px 8px 0;
  border-top: 1px solid #eee;
}
#livesearch_search_results li img {
  border: 1px solid #357ebd;
  float: left;
  margin-right: 10px;
  width: 40px;
}
#livesearch_search_results li > a {
  color: #333;
  width: 100%;
  padding: 0;
}
#livesearch_search_results li > a:hover {
  color: #23527c;
}
#livesearch_search_results li > a span {
  color: #e72b2b !important;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
#livesearch_search_results li:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
#livesearch_search_results li:hover img {
  border: 1px solid #000;
}
#livesearch_search_results li:first-child {
  border-top: none;
}
#livesearch_search_results li.last {
  width: auto;
  display: block;
  padding: 10px 0 3px;
  background: none;
  text-align: center;
}
#livesearch_search_results li.last span {
  color: #fff !important;
  font-size: 14px;
  font-weight: 400 !important;
  text-decoration: none !important;
  text-transform: none;
}
#livesearch_search_results li.last a {
  text-decoration: none !important;
  border: none;
  width: auto;
  padding: 12px 10px;
}
#livesearch_search_results .highlighted {
  background-color: #000;
}
.fix-menu {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 99;
  bottom: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}
.fix-menu .container {
  margin: 0 auto;
}
.fix-menu .logo {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  margin: 4px 0 0;
}
.fix-menu ul {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 10px;
}
.fix-menu ul li {
  display: inline-block;
}
.fix-menu ul li a {
  color: #484848;
  font-size: 13px;
  line-height: 1.4;
  margin-left: 5px;
}
.fix-menu ul li a:hover {
  text-decoration: underline;
}
.fix-menu ul li.phone {
  color: #ff8e00;
  font-size: 13px;
  line-height: 1.4;
}
.fix-menu .callback-footer {
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  background: #ff8e00;
  height: 30px;
  padding: 0 10px;
  display: inline-block;
  margin: 0 0 0 15px;
}
.fix-menu .callback-footer:hover {
  background: #DEA71E;
}
#topon {
  bottom: 30px;
  left: 45%;
  margin-left: 700px;
  position: fixed;
  z-index: 9999;
}
#topon a span {
  background: url("../image/up-arrow.png") 0 0 no-repeat transparent;
  display: block;
  height: 32px;
  margin-bottom: 7px;
  width: 50px;
  opacity: .7;
}
#topon a span:hover {
  background-position: 0 -32px;
  opacity: 1;
}
.skidka {
  display: block;
  text-align: right;
  padding-right: 13px;
  color: #777;
}
.skidka em {
  font-style: normal;
  display: inline-block;
  padding-right: 15px;
}

@media only screen and (max-width: 500px) {
  .page.not-found h1 {
    text-align:center;
  }
  .page.not-found p {
    font-size: 220px;
    line-height: 115px;
    text-align: center;
  }
  .page.not-found #content {
    height: auto;
    margin-top: 30px;
  }
  .page.not-found .text {
    margin-right:0;
  }
  .page.not-found .buttons {
    padding: 0px 25px;
  }
}

@media only screen and (max-width: 360px) {
  .page.not-found h1 {
    text-align:center;
  }
  .page.not-found p {
    font-size: 150px;
    line-height: 46px;
  }
  .page.not-found #content {
    margin-top: 10px;
  }
  .page.not-found .text {
    margin-right:0;
  }
  .page.not-found .buttons {
    padding: 0 5px;
  }
}
