@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
 ==============================================*/
.typeheader-2 .header-top {
  color: #fff;
  padding: 19px 0 12px;
  text-align: center;
  background: #e34931;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.typeheader-2 .header-top .location {
  color: #666;
  padding-right: 15px;
}
.typeheader-2 .header-top .location:hover {
  color: #fff;
}
.typeheader-2 .collapsed-block {
  float: right;
  margin: 42px 0 35px;
  padding-right: 15px;
  padding-top: 0px;
  position: relative;
}
.typeheader-2 .collapsed-block .show-account span {
  display: block;
  width: 23px;
  height: 2px;
  border-radius: 1px;
  background: #363636;
  margin-bottom: 5px;
}
.typeheader-2 .collapsed-block .top-link {
  position: relative;
  cursor: pointer;
}
.typeheader-2 .collapsed-block .btn-group {
  margin-top: -8px;
}
.typeheader-2 .collapsed-block .btn-group img {
  margin-top: -3px;
}
.typeheader-2 .collapsed-block .btn-group .btn-link {
  padding: 1px 0;
  padding-right: 20px;
}
.typeheader-2 .navbar-logo {
  margin: 21px 0;
  text-align: center;
}
.typeheader-2 .style-feature .sub-menu {
  left: 25% !important;
}
.typeheader-2 .shopping-cart {
  float: left;
  position: relative;
  padding-right: 34px;
  padding-left: 36px;
  margin: 39px 0 32px;
}
.typeheader-2 .shopping-cart .fa-shopping-cart {
  color: #e34931;
  font-size: 17px;
}
.typeheader-2 .shopping-cart .shopcart {
  width: 25px;
  height: 25px;
}
.typeheader-2 .shopping-cart .shopcart:before {
  content: "";
  background: url('../../images/icon-image.png') no-repeat -223px -132px;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: -3px;
}
.typeheader-2 .shopping-cart .shopcart .title {
  display: none;
}
.typeheader-2 a.top_cart .price-minicart .items_cart {
  background: #e34931;
  padding: 3px 7px 0;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -32px;
  color: #fff;
}
.typeheader-2 a.top_cart .price-minicart .items_cart2, .typeheader-2 a.top_cart .price-minicart .items_carts {
  display: none;
}
.typeheader-2 .search_pro {
  float: right;
  padding: 41px 0;
  position: relative;
  cursor: pointer;
  padding-left: 15px;
}
.typeheader-2 .search_pro .icon-search i {
  color: #242424;
  font-size: 20px;
}
.typeheader-2 .search_pro:hover #sosearchpro.search-pro {
  display: block;
}
.typeheader-2 #sosearchpro.search-pro {
  display: none;
  position: absolute;
  width: 450px;
  right: 0px;
  border: 1px solid #ddd;
  background: #fff;
}
.typeheader-2 #sosearchpro.search-pro .button-search, .typeheader-2 #sosearchpro.search-pro .autosearch-input {
  height: 40px !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
}
.typeheader-2 #sosearchpro.search-pro .button-search:hover i, .typeheader-2 #sosearchpro.search-pro .autosearch-input:hover i {
  color: #e34931;
}
.typeheader-2 #sosearchpro.search-pro.active {
  display: block;
}
.typeheader-2 #sosearchpro.search-pro .select_category {
  border: none;
  border-left: 1px solid #ddd;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
}
.typeheader-2 #sosearchpro.search-pro .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: 40px;
  line-height: 39px;
  width: 158px !important;
}
.typeheader-2 #sosearchpro.search-pro .input-group {
  border-spacing: 0;
}
.typeheader-2 .navbar-phone {
  float: left;
  margin: 40px 0;
  font-size: 15px;
  padding: 0 10px;
  position: relative;
  padding-right: 17px !important;
}
.typeheader-2 .navbar-phone i {
  font-size: 28px;
  position: absolute;
  right: 0;
  top: -5px;
}
.typeheader-2 .header-bottom {
  background: #252525;
  text-align: center;
}
.typeheader-2 .header-bottom > .container {
  position: relative;
}
.typeheader-2 .header-bottom .megamenu-style-dev ul.megamenu > li > a {
  margin: 16px 0 6px 30px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: none;
}
.typeheader-2 .header-bottom .menu-horizontal {
  display: inline-block;
}
.typeheader-2 .header-bottom .megamenu-style-dev ul.megamenu > li > a:hover, .typeheader-2 .header-bottom .megamenu-style-dev ul.megamenu > li.active > a, .typeheader-2 .header-bottom .megamenu-style-dev ul.megamenu > li:hover > a {
  background: none;
  color: #e34931;
}
