@charset "UTF-8";
/*============HEADER V1 ==================*/
/* [2] */
/* [8] */
/*
 * Scut, a collection of Sass utilities
 * to ease and improve our implementations of common style-code patterns.
 * v1.4.0
 * Docs at http://davidtheclark.github.io/scut
 */
/*******************************************************
 Style Color
 ********************************************************/
.no-margin {
  margin: 0 !important;
}
/*Dev Custom */
.lib-list-item-product2 {
  border: none;
}
.lib-list-item-product2 .image-dev .list-button-dev {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
}
.lib-list-item-product2 .image-dev .list-button-dev li {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  background: #fff;
  position: relative;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #ddd;
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(40px);
  -moz-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  z-index: 1;
  transition-delay: 0s;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0.2s;
  z-index: 2;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0.2s;
  z-index: 2;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  z-index: 1;
  transition-delay: 0s;
}
.lib-list-item-product2 .image-dev .list-button-dev li:first-child {
  border-left: 1px solid #ddd;
}
.lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button {
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  box-shadow: none;
  border: none;
  color: #444;
  width: 40px;
  padding: 0;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover {
  background: #e34931;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover a, .lib-list-item-product2 .image-dev .list-button-dev li:hover button {
  color: #fff;
}
.lib-list-item-product2 .caption-dev {
  text-align: center;
  padding: 0 15px;
}
.lib-list-item-product2 .caption-dev .rating-dev {
  margin: 5px 0;
}
.lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
  font-size: 11px;
}
.lib-list-item-product2 .caption-dev .title-dev {
  color: #444;
  font-size: 13px;
}
.lib-list-item-product2 .caption-dev .price-dev .price.product-price {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-new {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-old {
  font-size: 12px;
}
.lib-list-item-product2 .caption-dev .add-cart-dev {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 20px;
  margin: 0 0 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
/*===============================================
 [SASS DIRECTORY ]
 [1] BLOCK HEADER
 [2] BLOCK FOOTER
 ==============================================*/
.common-home .megamenu-style-dev ul.megamenu > li.home > a {
  background: #fff;
  color: #e34931;
}
.typeheader-1 {
  /* So HTML policy home 9 */
}
.typeheader-1 .header-top {
  background: #fff;
  color: #666;
  border-bottom: 1px solid #e3e1e1;
}
.typeheader-1 .header-top .header-top-left {
  font-size: 12px;
  margin: 7px 0;
}
.typeheader-1 .header-top .header-top-left a {
  font-weight: normal;
  color: #666;
}
.typeheader-1 .header-top .header-top-left a:hover {
  color: #e34931;
}
.typeheader-1 .header-top .header-top-left .navbar-welcome .label {
  display: inline-block;
  background: #e34931;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  position: relative;
  margin-right: 10px;
  padding: 5px 5px 3px;
  font-size: 12px;
  font-weight: normal;
}
.typeheader-1 .header-top .header-top-left .navbar-welcome .label:before {
  content: "";
  position: absolute;
  right: -4px;
  top: 5px;
  width: 0px;
  height: 0px;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid #e34931;
}
.typeheader-1 .header-top .header-top-right {
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2px;
}
.typeheader-1 .header-top .header-top-right .location {
  line-height: 34px;
  padding-right: 8px;
  color: #666;
  font-size: 86%;
}
.typeheader-1 .header-top .header-top-right .location:hover {
  color: #e34931;
}
.typeheader-1 .header-top .header-top-right .location i {
  color: #e34931;
}
.typeheader-1 .header-top .header-top-right .navbar-phone {
  float: left;
  margin-bottom: 0;
  font-size: 12px;
}
.typeheader-1 .header-top .header-top-right .navbar-phone span {
  font-weight: bold;
}
.typeheader-1 .header-top .header-top-right .languages-block, .typeheader-1 .header-top .header-top-right .currencies-block {
  z-index: 2;
  position: relative;
  vertical-align: top;
  float: right;
  margin-bottom: 0;
  margin-top: 4px;
  margin-right: 0px;
}
.typeheader-1 .header-top .header-top-right .languages-block form .btn-group, .typeheader-1 .header-top .header-top-right .currencies-block form .btn-group {
  color: #666;
  display: block;
  line-height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: top;
}
.typeheader-1 .header-top .header-top-right .languages-block form .btn-group .btn-link, .typeheader-1 .header-top .header-top-right .currencies-block form .btn-group .btn-link {
  color: #666;
  display: block;
  padding: 0 10px;
  height: 24px;
  border: none;
  font-size: 12px;
}
.typeheader-1 .header-top .header-top-right .languages-block form .btn-group .btn-link:hover, .typeheader-1 .header-top .header-top-right .currencies-block form .btn-group .btn-link:hover {
  color: #e34931;
}
.typeheader-1 .header-top .header-top-right .languages-block form img, .typeheader-1 .header-top .header-top-right .currencies-block form img {
  margin-top: -2px;
}
.typeheader-1 .header-top .header-top-right .languages-block form span.fa-angle-down, .typeheader-1 .header-top .header-top-right .currencies-block form span.fa-angle-down {
  margin-left: 3px;
}
.typeheader-1 .header-top .header-top-right .currencies-block form .btn-group {
  padding-right: 0;
}
.typeheader-1 .header-top .header-top-right ul.top-link {
  list-style: none;
  margin: 0;
  vertical-align: top;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li {
  display: inline-block;
  position: relative;
  float: left;
  list-style: outside none none;
  height: 34px;
  line-height: 34px;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li > a {
  display: block;
  line-height: 15px;
  position: relative;
  height: 34px;
  line-height: 34px;
  color: #666;
  font-size: 12px;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li > a:hover {
  color: #e34931;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.account {
  padding-left: 8px;
  padding-right: 15px;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.account > a {
  padding: 0px 0px 0px 16px !important;
  background: none;
  text-indent: inherit;
  width: auto;
  font-size: 12px;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.account > a:before {
  content: "";
  background: url('../../images/icon-image.png') no-repeat -288px -265px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -2px;
  right: inherit;
  top: 7px;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.account > a:hover {
  color: #e34931;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.account > a:hover:before {
  background: url('../../images/icon-image.png') no-repeat -288px -302px;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.wishlist a {
  padding: 0px 0px 0px 16px !important;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.wishlist a:before {
  content: "";
  background: url('../../images/icon-image.png') no-repeat -288px -185px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -2px;
  right: inherit;
  top: 7px;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.wishlist a:hover {
  color: #e34931;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.wishlist a:hover:before {
  background: url('../../images/icon-image.png') no-repeat -288px -226px;
}
.typeheader-1 .header-center {
  background: #fff;
}
.typeheader-1 .header-center .navbar-logo {
  padding: 20px 15px 25px;
  text-align: left;
}
.typeheader-1 .header-center .middle-right {
  padding-left: 0;
}
.typeheader-1 .header-center .module {
  margin-bottom: 0;
}
.typeheader-1 .header-center .phone {
  float: right;
  padding: 42px 0 0 0;
  /*padding: 42px 0;*/
  margin-left: 10px;
  position: relative;
}
.typeheader-1 .header-center .phone .navbar-phone {
  position: relative;
  padding-left: 27px;
  margin-bottom: 0;
  font-size: 15px;
}
.typeheader-1 .header-center .phone .navbar-phone:before {
  content: "";
  background: url(../../images/icon-image.png) no-repeat -228px -219px !important;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -2px;
}
.typeheader-1 .header-center .phone .navbar-phone:after {
  content: "";
  height: 24px;
  width: 1px;
  position: absolute;
  left: -3px;
  top: -1px;
  background: #e3e1e1;
}
.typeheader-1 .header-center .shopping_cart {
  height: 33px;
  margin: 38px 0;
  margin-left: -10px;
}
.typeheader-1 .header-center .shopping_cart a.top_cart .shopcart {
  display: block;
  height: 33px;
  padding-left: 50px;
}
.typeheader-1 .header-center .shopping_cart a.top_cart .handle {
  background: url(../../images/icon-image.png) no-repeat -220px -174px !important;
  width: 40px;
  height: 40px;
  border: none;
  top: -5px;
}
.typeheader-1 .header-center .shopping_cart a.top_cart .shopcart .title {
  display: block;
  font-size: 15px;
  color: #444;
  text-transform: none;
  font-weight: normal;
}
.typeheader-1 .header-center .shopping_cart a.top_cart .price-minicart {
  padding: 0 !important;
}
.typeheader-1 .header-center .shopping_cart a.top_cart .price-minicart:before {
  display: none;
}
.typeheader-1 .header-center .shopping_cart a.top_cart .price-minicart .items_cart {
  top: -12px;
  left: 27px;
  font-size: 11px;
  height: 18px;
}
.typeheader-1 .header-center .shopping_cart a.top_cart .price-minicart .items_cart2, .typeheader-1 .header-center .shopping_cart a.top_cart .price-minicart .items_carts {
  display: none;
}
.typeheader-1 .header-bottom {
  box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
}
.typeheader-1 .header-bottom .menu-horizontal-w {
  float: left;
  display: inline-block;
  position: static;
  max-width: 80%; /*60%*/
}
@media (max-width: 991px) {
  .typeheader-1 .header-bottom .menu-horizontal-w {
    float: right;
    margin-right: 10px;
  }
}
.typeheader-1 .header-bottom .menu-horizontal-w ul.megamenu > li > a {
  text-transform: none;
  font-size: 16px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 10px; /*0 15px*/
  margin-right: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
.typeheader-1 .header-bottom .menu-horizontal-w ul.megamenu > li > a:hover {
  color: #fff;
}
.typeheader-1 .header-bottom .menu-horizontal-w ul.megamenu > li > a strong {
  font-weight: normal;
}
.typeheader-1 .header-bottom .menu-horizontal-w ul.megamenu > li.home a i {
  padding-right: 0;
}
.typeheader-1 .header-bottom .menu-horizontal-w ul.megamenu > li > a:hover, .typeheader-1 .header-bottom .menu-horizontal-w ul.megamenu > li.active > a, .typeheader-1 .header-bottom .menu-horizontal-w ul.megamenu > li:hover > a, .typeheader-1 .header-bottom .menu-horizontal-w ul.megamenu > li.home > a {
  background: rgba(0, 0, 0, .1);
}
.typeheader-1 .header-bottom .navbar-menu .contain {
  background: #e34931;
  display: inline-block;
  width: 100%;
  position: relative;
}
.typeheader-1 .header-bottom .container-megamenu.vertical {
  position: relative;
  z-index: 9;
}
.typeheader-1 .header-bottom .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper {
  background: #fff;
  border: 1px solid #e3e1e1;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
  border-bottom: none;
}
.typeheader-1 .header-bottom .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper .container {
  color: #444;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 13px 12px !important;
  padding-left: 47px !important;
}
.typeheader-1 .header-bottom .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper .megamenuToogle-pattern {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
.typeheader-1 .header-bottom .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper:before {
  content: "";
  background: url(../../images/icon-image.png) no-repeat -276px -19px !important;
  position: absolute;
  top: 16px;
  left: 20px;
  width: 20px;
  height: 20px;
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper {
  padding: 0px;
  display: block;
  z-index: 9999;
  border: 1px solid #e3e1e1;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
  border-top: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
@media (min-width: 1200px) {
  .typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper {
    width: 100%;
  }
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:after {
  display: none;
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper ul.megamenu > li b.icon-right:before {
  content: "\f105";
  color: #c5c5c5;
  font-size: 18px;
  top: 7px;
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {
  padding: 9px 0 9px;
  border-top: 1px solid #e3e1e1;
  font-size: 14px;
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a strong {
  font-size: 14px;
  font-weight: normal;
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:first-child > a {
  border-top: none;
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover b.icon-right:before {
  color: #e34931;
  font-size: 20px;
  top: 6px;
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover > a {
  background: transparent !important;
  color: #e34931;
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore {
  padding: 8px 20px;
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore span.more-view {
  padding-left: 17px;
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore .fa {
  left: 20px;
  padding: 0 5px;
}
.typeheader-1 .header-bottom .login {
  color: #fff;
  float: right;
  display: inline-block;
  padding: 8px 10px;
  font-size: 16px;
  margin-left: 10px;
  font-weight: normal;
  position: relative;
  padding-left: 45px;
  border-left: 1px solid #e9715e;
}
.typeheader-1 .header-bottom .login:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../images/icon-image.png) no-repeat -230px -298px !important;
  position: absolute;
  left: 19px;
  top: 9px;
}
.typeheader-1 .header-bottom .login:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #c6321b;
  position: absolute;
  left: -2px;
  top: 0px;
}
.typeheader-1 .header-bottom .login:hover {
  text-decoration: underline;
}
.typeheader-1 .header-bottom .searchbox-wrapper {
  float: right;
  display: inline-block;
  margin: 4px 10px; /*4px 0*/
  background: #fff url(../../images/icon-image.png) no-repeat -118px -131px !important;
  cursor: pointer;
  
}
.typeheader-1 .header-bottom #sosearchpro {
  width: 212px;
  height: 32px;
  margin: 0;
}
.typeheader-1 .header-bottom #sosearchpro option {
  background: #eee;
}
.typeheader-1 .header-bottom #sosearchpro.search-pro .autosearch-input {
  background-color: #eee;
  color: #777 !important;
}
.typeheader-1 .header-bottom #sosearchpro ::-webkit-input-placeholder {
  color: #777;
}
.typeheader-1 .header-bottom #sosearchpro ::-moz-input-placeholder {
  /* Firefox 19+ */
  color: #777;
}
.typeheader-1 .header-bottom #sosearchpro ::-moz-input-placeholder {
  /* Firefox 18- */
  color: #777;
}
.typeheader-1 .header-bottom #sosearchpro.search-pro .button-search {
  background-color: #fff !important;
  border-color: #fff !important;
  height: 32px !important;
  width: 32px !important;
  background: url(../../images/icon-image.png) no-repeat -276px -94px !important;
}
.typeheader-1 .header-bottom #sosearchpro.search-pro .button-search i {
  color: #333;
  top: 8px;
  right: 3px;
  display: none;
}
.typeheader-1 .header-bottom #sosearchpro.search-pro .autosearch-input {
  background-color: #fff;
  color: #666 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  height: 32px !important;
  line-height: 32px;
}
.typeheader-1 .header-bottom #sosearchpro.search-pro .input-group {
  border-spacing: 0;
}
.typeheader-1 .header-bottom #sosearchpro.search-pro .input-group .select_category {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  width: 35px;
  border: none;
}
.typeheader-1 .header-bottom #sosearchpro.search-pro .input-group .select_category select {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  height: 32px !important;
  line-height: 32px;
  background: url(../../images/icon-image.png) no-repeat -222px -258px #eee !important;
  color: #333;
  font-weight: bold;
  width: 175px;
  font-size: 0;
  width: 35px !important;
  padding: 0 10px !important;
}
.typeheader-1 .header-bottom #sosearchpro.search-pro .input-group .select_category select option {
  font-size: 14px;
}
.typeheader-1 .megamenu-style-dev ul.megamenu > li > a {
  color: #fff;
}
.typeheader-1 .policy-shop5 {
  padding: 37px 0 24px;
  padding-right: 20px;
}
.typeheader-1 .policy-shop5 .row {
  margin: 0 -10px;
}
.typeheader-1 .policy-shop5 .row [class*="col-"] {
  padding: 0 10px;
}
.typeheader-1 .policy-shop5 .content-policy {
  text-align: left;
  width: 100%;
  /*cursor: pointer;*/
  padding-left: 50px;
  position: relative;
}
/*.typeheader-1 .policy-shop5 .content-policy:hover .icon1, .typeheader-1 .policy-shop5 .content-policy:hover .icon2, .typeheader-1 .policy-shop5 .content-policy:hover .icon3 {
  background: #e34931;
}
.typeheader-1 .policy-shop5 .content-policy:hover .icon1 .fa, .typeheader-1 .policy-shop5 .content-policy:hover .icon2 .fa, .typeheader-1 .policy-shop5 .content-policy:hover .icon3 .fa {
  color: #fff;
}*/
.typeheader-1 .policy-shop5 .content-policy:hover .icon1:before, .typeheader-1 .policy-shop5 .content-policy:hover .icon2:before, .typeheader-1 .policy-shop5 .content-policy:hover .icon3:before {
  content: "";
  position: absolute;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  top: -4px;
  left: -4px;
  /*border: 2px solid #e34931;*/
}
.typeheader-1 .policy-shop5 .content-policy .icon1, .typeheader-1 .policy-shop5 .content-policy .icon2, .typeheader-1 .policy-shop5 .content-policy .icon3 {
  position: absolute;
  left: 7px;
  top: -2px;
  height: 37px;
  border: 1px solid #898989;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 37px;
  text-align: center;
  line-height: 35px;
}
.typeheader-1 .policy-shop5 .content-policy .icon1 .fa, .typeheader-1 .policy-shop5 .content-policy .icon2 .fa, .typeheader-1 .policy-shop5 .content-policy .icon3 .fa {
  font-size: 16px;
}
.typeheader-1 .policy-shop5 .content-policy h2 {
  color: #666;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0;
}
.typeheader-1 .policy-shop5 .content-policy h2 a {
  color: #666;
}
.typeheader-1 .policy-shop5 .content-policy h2 a:hover {
  color: #e34931;
}
.typeheader-1 .policy-shop5 .content-policy p {
  color: #666;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .typeheader-1.navbar-compact {
    position: static;
  }
  .typeheader-1.navbar-compact .header-bottom .navbar-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 9999;
    background: #fff;
    padding-top: 7px;
    box-shadow: 0 2px 3px #ddd;
    text-align: center;
  }
  .typeheader-1.navbar-compact .header-bottom .navbar-menu .contain {
    width: 1170px;
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .typeheader-1 .header-bottom .searchbox-wrapper {
    width: 34px;
    height: 34px;
    /*margin: 3px 0;*/
    background: #fff url(../../images/icon-image.png) no-repeat -116px -128px !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
  }
  .typeheader-1 .header-bottom .searchbox-wrapper:hover #sosearchpro {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    top: 100%;
    box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    -ms-box-shadow: 0 1px 3px #999;
    -moz-box-shadow: 0 1px 3px #999;
  }
  .typeheader-1 .header-bottom .searchbox-wrapper #sosearchpro {
    position: absolute;
    top: 120%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
}






.svCatBlock {
	margin-top: 10px;
}

.svCatChild {
	padding-left: 20px;
	cursor: pointer;
}


.svCat {
    background: #dcf4ff !important;
    color: #008fcc;
    font-size: 14px;
    line-height: 36px;
    margin-top: 15px;
    padding-left: 20px;
    cursor: pointer;
}


#showAll, #hideAll  {
	cursor: pointer;
	border-bottom: 1px dashed #555;

}





td .product_quantity_up, td .form-control, td .product_quantity_down  {
	height:22px!important;
}

td .box-info-product, td .option quantity {
    margin-bottom: 0px!important;
}





.svTopInfo {
    background-color: #dcf4ff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 450px;
    color: #555;
	text-align: justify;
}

.svTopInfoLogo {
	display:block;
}


.svTopInfoText {
	display:block;
}





#svst {
	width: 420px;
}

.svsb {
	background-color: #fff !important;
    border-color: #fff !important;
    height: 32px !important;
    width: 32px !important;
    background: url(../../images/icon-image.png) no-repeat -276px -94px !important;
}



.svminus {
    float: left;
    background-image: url(../../images/plus-minus1.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #e3e1e1;
    margin-bottom: 0px;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0;
    background-position: 4px center;
    margin-left: 2px;
}

.svplus {
float: left;
    background-image: url(../../images/plus-minus1.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #e3e1e1;
    margin-bottom: 0px;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0;
}


.svquantity {
    width: 40px;
    float: left;
}


.svFooterCart {
    display: block;
    background-color: #2f8bcb;
    height: auto;
    color: #fff;
    font-size: 30px;
    text-align: center;
	padding-top: 35px;
}

.svFooterCartTxt .items_carts {
	margin-left: 20px;
}


/* --- 18.06.2018 --- */

.pricelist-pricelist .svTopInfo {
	position: relative;
	margin-bottom: 8px;
	padding: 10px 15px;
	border-radius: 4px;
	background: #a0e3ff;
}

.pricelist-pricelist .svTopInfo + br,
.product-view > br {
	display: none;
}

.product-view .product-view {
	padding-top: 10px;
}

.pricelist-pricelist .svTopInfoLogo {
	position: absolute;
	top: 10px;
	left: 15px;
}

.pricelist-pricelist .svTopInfoLogo:before {
	content: "\f05a";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 22px;
	vertical-align: top;
}

.pricelist-pricelist .svTopInfoText {
	padding-left: 35px;
	font: normal 12px/1.3 Arial, Helvetica, sans-serif;
	color: #474747;
	letter-spacing: 0.025em;
}

.pricelist-pricelist #svst {
	height: 42px;
	width: 85%;
	max-width: 410px;
	padding: 0 15px;
	border: 2px solid #a9a9a9;
	border-radius: 0;
  padding-top: 12px;
}

.pricelist-pricelist #svst::-webkit-input-placeholder {
	font: italic 14px/1.2 Arial, Helvetica, sans-serif;
 	color: #bcbcbc;
 	letter-spacing: 0.055em;
}
.pricelist-pricelist #svst::-moz-placeholder {
	font: italic 14px/1.2 Arial, Helvetica, sans-serif;
 	color: #bcbcbc;
 	letter-spacing: 0.055em;
}
.pricelist-pricelist #svst:-ms-input-placeholder {
	font: italic 14px/1.2 Arial, Helvetica, sans-serif;
 	color: #bcbcbc;
 	letter-spacing: 0.055em;
}
.pricelist-pricelist #svst:-moz-placeholder {
	font: italic 14px/1.2 Arial, Helvetica, sans-serif;
 	color: #bcbcbc;
 	letter-spacing: 0.055em;
}

.pricelist-pricelist #svsb {
	border: none;
    outline: none;
    transform: translate(-45px, 24px);
    position: relative;
    top: -32px;
    left: 5px;
}


.pricelist-pricelist .blockShow {
	padding: 16px 0 2px;
    width: 100px;
    float: left;
}



#showAll, #hideAll {
	padding-bottom: 4px;
	font: normal 12px/1.2 Arial, Helvetica, sans-serif;
	color: #474747;
	letter-spacing: 0.025em;
}

.blockShowCart {
	padding: 16px 0 2px;

}


#showCart {
	padding-bottom: 4px;
	font: normal 12px/1.2 Arial, Helvetica, sans-serif;
	color: #474747;
	letter-spacing: 0.025em;
	cursor: pointer;
}





.pricelist-pricelist .svCat {
	padding: 5px 15px;
	font: normal 18px/1.2 Arial, Helvetica, sans-serif;
	color: #0080b7;
	letter-spacing: -0.025em;
}

.pricelist-pricelist .svCatBlock {
	margin-top: 19px;
}

.pricelist-pricelist .svCatChild {
	padding-left: 17px;
	font: normal 14px/1.71 Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	letter-spacing: 0.025em;
}

.pricelist-pricelist .svCatBlock .table {
	border: 1px solid #e6e6e6;
	border-top: none;
}

.pricelist-pricelist .svCatBlock .table thead td {
	padding: 8px 15px;
	font: normal 13px/1.2 Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: -0.025em;
	text-align: center;
	border: 1px solid #dcf4ff;
	border-right: 1px solid #fefefe;
}

.pricelist-pricelist .svCatBlock .table thead td:last-child {
	border-right-color: #dcf4ff;
}

.pricelist-pricelist .svCatBlock .table td {
	padding: 4px 15px;
	font: normal 14px/2 Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: 0.025em;
	border: 1px solid #e6e6e6;
}

.pricelist-pricelist .svCatBlock .table td:last-child > div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.pricelist-pricelist .svCatBlock .table tbody tr:hover {
	background: #f4f4f4;
}

.pricelist-pricelist .svCatBlock .table td a {
	display: block;
	color: #000;
	transition: .3s linear;
}

.pricelist-pricelist .svCatBlock .table td a:hover {
	text-indent: 2px;
}

.pricelist-pricelist .svCatBlock .table tbody tr:first-child td {
	border-top: none;
}

.pricelist-pricelist .form-control {
	height: 22px !important;
	width: 34px;
	padding: 0;
	text-align: center;
	border: 1px solid #a9a9a9;
	border-radius: 0;
}

.pricelist-pricelist .svminus,
.pricelist-pricelist .svplus {
	height: 22px;
	width: 20px;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	border: none;
	border-radius: 0;
	background: #008fcc;
	cursor: pointer;
	transition: .3s linear;
}

.pricelist-pricelist .svminus {
	line-height: 18px;
}

.pricelist-pricelist .svminus:hover,
.pricelist-pricelist .svplus:hover {
	background: #007bb0;
}

.pricelist-pricelist .svminus:before {
	content: "-";
}

.pricelist-pricelist .svplus:before {
	content: "+";
}

.svquantity {
	width: auto;
}

.svFooterCart {
	padding: 5px 0 5px;
	background: #008fcc;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 101;
}

.svFooterCart .svFooterCartTxt {
	display: inline-block;
	width: 49%;
	font: normal 20px/1.2 Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0.025em;
	text-align: left;
}

.svFooterCart .svFooterCartTxt:before {
	content: "\f07a";
	display: inline-block;
	margin-right: 20px;
	font-size: 30px;
	font-family: "FontAwesome";
}

.svFooterCart .checkout {
	display: inline-block;
	width: 49%;
	text-align: right;
}

.svFooterCart .btn-checkout {
	display: inline-block;
	padding: 7px 15px;
	font: normal 15px/1.2 Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-radius: 0;
}



@media screen and (max-width: 991px) {
	.pricelist-pricelist .svCatBlock {
		overflow: scroll;
	}
}

@media screen and (max-width: 768px) {
	.svFooterCart {
		height: auto;
	}
	.svFooterCart .checkout,
	.svFooterCart .svFooterCartTxt {
		display: block;
		width: 100%;
		padding: 0px;
    padding-bottom: 5px;
		text-align: center;
    font-size: 14px;
	}

.svFooterCart {
    padding: 5px 0 5px;
}

.svFooterCart .btn-checkout {
    display: inline-block;
    padding: 5px 15px;}


}

@media screen and (max-width: 380px) {

	.checkout-content .table-bordered {
		zoom: 0.7;
	}

}

@media screen and (max-width: 500px) {
	.svTopInfo {
		width:100%;
	}
}


@media screen and (max-width: 600px) {
.pricelist-pricelist .svCatBlock .table {border: none;}

.pricelist-pricelist .svCatBlock .table tr {border-top:1px solid #e6e6e6!important;}
/*.pricelist-pricelist .svCatBlock .table tbody tr:first-child td { border-top:1px solid #e6e6e6!important;  }
.pricelist-pricelist .svCatBlock .table tbody tr:not(:first-child) td { border-top:none!important;  }*/
table  td:nth-of-type(1):before { content: "Артикул:  "; }
table  td:nth-of-type(2):before { content: "Наименование: "; }
table  td:nth-of-type(3):before { content: "Объем:  "; }
table  td:nth-of-type(4):before { content: "Цена:  "; }
table  td:nth-of-type(5):before { content: "Наличие:  "; }
table  td:nth-of-type(6):before { content: "Кол-во:  "; }

  table {
    border: 0;
  }

  table td { text-align: left!important; min-height: 40px; }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;

  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: none;
    padding-right: 7px;
  }

table td .quantity { width: 100px!important; padding-left: 5px!important; padding-top: 3px!important;}

table td .svquantity { width: 100px!important; padding-left: 5px!important; padding-top: 3px!important;}

  table td:last-child {
    border-bottom: 0;
  }
}

/*Cart styles */

.cart-table-th td {
  background: #DCF4FF;
    padding: 8px 15px;
    font: normal 13px/1.2 Arial, Helvetica, sans-serif;
    color: #000;
    letter-spacing: -0.025em;
    text-align: center;
    border: 1px solid #dcf4ff;
        border-top-color: rgb(220, 244, 255);
        border-top-style: solid;
        border-top-width: 1px;
        border-right-color: rgb(220, 244, 255);
        border-right-style: solid;
        border-right-width: 1px;
    border-right: 1px solid #fefefe;
}

.row-table-cart img { height: 30px; }

 #accordion { display: none }

.account-login #content .col-sm-6:first-child { display: none }

.account-login #content .col-sm-6:nth-child(2) { }

.account-login #breadcrumb {  }






 .svTopInfo {
  position: relative;
  margin-bottom: 8px;
  padding: 10px 15px;
  border-radius: 4px;
  background: #a0e3ff;
}

 .svTopInfo + br,
.product-view > br {
  display: none;
}

 .svTopInfoLogo {
  position: absolute;
  top: 10px;
  left: 15px;
}

 .svTopInfoLogo:before {
  content: "\f05a";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 22px;
  vertical-align: top;
}

 .svTopInfoText {
  padding-left: 35px;
  font: normal 12px/1.3 Arial, Helvetica, sans-serif;
  color: #474747;
  letter-spacing: 0.025em;
}

 #svst {
  height: 42px;
  width: 85%;
  max-width: 410px;
  padding: 0 15px;
  border: 2px solid #a9a9a9;
  border-radius: 0;
  padding-top: 12px;
}

 #svst::-webkit-input-placeholder {
  font: italic 14px/1.2 Arial, Helvetica, sans-serif;
  color: #bcbcbc;
  letter-spacing: 0.055em;
}
 #svst::-moz-placeholder {
  font: italic 14px/1.2 Arial, Helvetica, sans-serif;
  color: #bcbcbc;
  letter-spacing: 0.055em;
}
 #svst:-ms-input-placeholder {
  font: italic 14px/1.2 Arial, Helvetica, sans-serif;
  color: #bcbcbc;
  letter-spacing: 0.055em;
}
 #svst:-moz-placeholder {
  font: italic 14px/1.2 Arial, Helvetica, sans-serif;
  color: #bcbcbc;
  letter-spacing: 0.055em;
}

 #svsb {
  border: none;
  outline: none;
  transform: translate(-45px, 24px);
  position: relative;
  top: -32px;
  left: 5px;
}


 .blockShow {
  padding: 16px 0 2px;
  width: 100px;
  float: left;
}

 .svCat {
  padding: 5px 15px;
  font: normal 18px/1.2 Arial, Helvetica, sans-serif;
  color: #0080b7;
  letter-spacing: -0.025em;
}

 .svCatBlock {
  margin-top: 19px;
}

 .svCatChild {
  padding-left: 17px;
  font: normal 14px/1.71 Arial, Helvetica, sans-serif;
  color: #4c4c4c;
  letter-spacing: 0.025em;
}

 .svCatBlock .table {
  border: 1px solid #e6e6e6;
  border-top: none;
}

 .svCatBlock .table thead td {
  padding: 8px 15px;
  font: normal 13px/1.2 Arial, Helvetica, sans-serif;
  color: #000;
  letter-spacing: -0.025em;
  text-align: center;
  border: 1px solid #dcf4ff;
  border-right: 1px solid #fefefe;
}

 .svCatBlock .table thead td:last-child {
  border-right-color: #dcf4ff;
}

 .svCatBlock .table td {
  padding: 4px 15px;
  font: normal 14px/2 Arial, Helvetica, sans-serif;
  color: #000;
  letter-spacing: 0.025em;
  border: 1px solid #e6e6e6;
}

 .svCatBlock .table td:last-child > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

 .svCatBlock .table tbody tr:hover {
  background: #f4f4f4;
}

 .svCatBlock .table td a {
  display: block;
  color: #000;
  transition: .3s linear;
}

 .svCatBlock .table td a:hover {
  text-indent: 2px;
}

 .svCatBlock .table tbody tr:first-child td {
  border-top: none;
}

 .form-control .svquty {
  width: 34px;
  padding: 0;
  /*border: 1px solid #a9a9a9;*/
  border-radius: 0;
}
 #datetimepicker1 {
  margin: 25px 10px 0 10px;
}

 .quantity input[type='text']{
  min-height: 22px!important;
}

 .svminus,
 .svplus {
  height: 22px;
  width: 20px;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 0;
  background: #008fcc;
  cursor: pointer;
  transition: .3s linear;
}

 .svminus {
  line-height: 18px;
}

 .svminus:hover,
 .svplus:hover {
  background: #007bb0;
}

 .svminus:before {
  content: "-";
}

 .svplus:before {
  content: "+";
}
 .quantity {
  display: flex;
  justify-content: center;
}
 a.remover {
  margin: 5px 0 0 10px;
  justify-content: center;
  width: 14px;
  height: 14px;
  background-image: url(../../images/control-cart.png);
  background-repeat: no-repeat;
  background-color: #ccc;
  background-position: 0px -36px;
}

@media screen and (max-width: 991px) {
   .svCatBlock {
    overflow: scroll;
  }
}

@media screen and (max-width: 600px) {
   .svCatBlock .table {border: none;}

   .svCatBlock .table tr {border-top:1px solid #e6e6e6!important;}
  /*  .svCatBlock .table tbody tr:first-child td { border-top:1px solid #e6e6e6!important;  }
    .svCatBlock .table tbody tr:not(:first-child) td { border-top:none!important;  }*/
  table  td:nth-of-type(1):before { content: "Артикул:  "; font-weight: 100;}
  table  td:nth-of-type(2):before { content: "Наименование: "; font-weight: 100;}
  table  td:nth-of-type(3):before { content: "Объем:  "; font-weight: 100;}
  table  td:nth-of-type(4):before { content: "Цена:  "; font-weight: 100;}
  table  td:nth-of-type(5):before { content: "Наличие:  "; font-weight: 100;}
  table  td:nth-of-type(6):before { content: "Кол-во:  "; font-weight: 100;}

  .pricelist-pricelist .svCatBlock .table td{ font-weight: 700;}

  table {
    border: 0;
  }

  table td { text-align: left!important; min-height: 40px; }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;

  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: none;
    padding-right: 7px;
  }

  .pricelist-pricelist #svcatblock_62 table td::before {

    font: normal 14px/2 Arial, Helvetica, sans-serif;
    color: #000;
    letter-spacing: 0.025em;
    float: left;
    padding-right: 7px;
  }

  .pricelist-pricelist #svcatblock_62 table td {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }

  .pricelist-pricelist #svcatblock_62 .svquantity {
    float: right;
  }

  .pricelist-pricelist #svcatblock_62 table  td:nth-of-type(1):before { content: ""; }
  .pricelist-pricelist #svcatblock_62 table  td:nth-of-type(2):before { content: ""; }

  table td .quantity { width: 100px!important; padding-left: 5px!important; padding-top: 3px!important;}

  table td .svquantity { width: 100px!important; padding-left: 5px!important; padding-top: 3px!important;}

  table td:last-child {
    border-bottom: 0;
  }
}

.price-minicart.text-shopping-cart { display: none!important }

.pricelist-pricelist .container-megamenu.vertical { display: block }

.form-price { background: #38BDDC!important }

.banner_left { margin-top: 600px; }

.filter_type.icon-select { z-index: 0 }

.account-account aside { display: none!important }

.open ul.dropdown-menu { z-index: 10000!important;  }

.product-category-95 .pav_model span { display: none }











