@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 .typeheader-3 {
  position: absolute;
  top: 20px !important;
}
.typeheader-3 {
  text-align: center;
  z-index: 999;
  right: 0;
  width: 100%;
}
.typeheader-3 .style-feature .sub-menu {
  left: 25% !important;
}
.typeheader-3 .header-top {
  background: #fff;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.typeheader-3 .header-top ul.dropdown-menu {
  right: inherit;
  left: 0;
}
.typeheader-3 .header {
  position: relative;
  background: #fff;
}
.typeheader-3 .navbar-logo {
  float: right;
  margin: 15px 0;
  margin-right: 25px;
}
.typeheader-3 .menu-horizontal {
  display: inline-block;
}
.typeheader-3 .menu-horizontal .megamenu-style-dev ul.megamenu .sub-menu {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.typeheader-3 .menu-horizontal .megamenu-style-dev ul.megamenu > li > a {
  background: none;
  color: #222;
  margin: 24px 0 16px 17px;
  font-size: 14px;
}
.typeheader-3 .menu-horizontal .megamenu-style-dev ul.megamenu > li > a strong {
  font-weight: normal;
}
.typeheader-3 .menu-horizontal .megamenu-style-dev ul.megamenu > li > a:hover, .typeheader-3 .menu-horizontal .megamenu-style-dev ul.megamenu > li.active > a, .typeheader-3 .menu-horizontal .megamenu-style-dev ul.megamenu > li:hover > a {
  color: #e34931;
  background: none;
}
.typeheader-3 .collapsed-block {
  float: left;
  margin: 27px 0 22px;
  padding-right: 15px;
  margin-right: 9px;
  padding-top: 4px;
  position: relative;
  cursor: pointer;
}
.typeheader-3 .collapsed-block:before {
  content: '';
  width: 1px;
  height: 16px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 4px;
}
.typeheader-3 .collapsed-block .show-account span {
  display: block;
  width: 19px;
  height: 2px;
  border-radius: 1px;
  background: #e34931;
  margin-bottom: 4px;
}
.typeheader-3 .collapsed-block .dropdown-menu {
  left: 0;
  right: inherit;
  display: none;
}
.typeheader-3 .collapsed-block .dropdown-menu .dropdown-menu {
  display: block;
  position: relative;
  margin: 0;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
}
.typeheader-3 .collapsed-block .dropdown-menu .btn-group {
  display: block;
}
.typeheader-3 .collapsed-block:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.typeheader-3 .collapsed-block .dropdown-menu {
  padding: 10px;
}
.typeheader-3 .collapsed-block .account {
  clear: both;
}
.typeheader-3 .collapsed-block .account .btn-xs {
  display: block;
  padding: 9px 0 7px;
  text-align: right;
}
.typeheader-3 .collapsed-block .dropdown-toggle {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #222;
  padding: 0;
  width: 100%;
  font-size: 12px;
}
.typeheader-3 .collapsed-block .dropdown-toggle .btn-group .btn-link:hover {
  color: #222;
}
.typeheader-3 .collapsed-block .dropdown-toggle .fa-caret-down {
  margin-left: 5px;
  float: left;
  margin-top: 5px;
}
.typeheader-3 .collapsed-block ul.dropdown {
  padding-right: 15px;
  margin-bottom: 10px;
}
.typeheader-3 .shopping-cart {
  float: left;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  margin: 25px 0;
  margin-right: 16px;
}
.typeheader-3 .shopping-cart .fa-shopping-cart {
  color: #e34931;
  font-size: 17px;
}
.typeheader-3 .shopping-cart .shopcart {
  position: relative;
}
.typeheader-3 .shopping-cart .shopcart:before {
  content: '\f07a';
  width: 20px;
  height: 20px;
  color: #e34931;
  font-size: 17px;
  font-family: FontAwesome;
}
.typeheader-3 .shopping-cart .shopcart .title {
  display: none;
}
.typeheader-3 .shopping-cart .shopcart:after {
  content: '';
  width: 1px;
  height: 16px;
  background: #ccc;
  position: absolute;
  right: -17px;
  top: 5px;
}
.typeheader-3 a.top_cart .price-minicart {
  display: none;
}
.typeheader-3 .search_pro {
  float: left;
  padding: 27px 10px;
  position: relative;
  cursor: pointer;
}
.typeheader-3 .search_pro .icon-search i {
  color: #e34931;
}
.typeheader-3 .search_pro:hover #sosearchpro.search-pro {
  display: block;
}
.typeheader-3 #sosearchpro.search-pro {
  display: none;
  position: absolute;
  width: 450px;
  left: -13px;
  border: 1px solid #ddd;
  background: #fff;
}
.typeheader-3 #sosearchpro.search-pro .button-search, .typeheader-3 #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-3 #sosearchpro.search-pro .button-search:hover i, .typeheader-3 #sosearchpro.search-pro .autosearch-input:hover i {
  color: #e34931;
}
.typeheader-3 #sosearchpro.search-pro.active {
  display: block;
}
.typeheader-3 #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-3 #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: 39px;
  line-height: 38px;
  width: 157px !important;
}
.typeheader-3 #sosearchpro.search-pro .input-group {
  border-spacing: 0;
}
.typeheader-3.navbar-compact {
  position: fixed;
  top: 0 !important;
  box-shadow: 0 2px 3px #ddd;
  -webkit-box-shadow: 0 2px 3px #ddd;
  -moz-box-shadow: 0 2px 3px #ddd;
  -ms-box-shadow: 0 2px 3px #ddd;
}
