@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: #0083c1;
}
.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-4 {
  /*HEADER SEARCH*/
  /*BLOCK CART*/
}
.typeheader-4 .header-top {
  padding: 3px 0;
  background: #222;
  color: #ccc;
  font-size: 86%;
  position: relative;
  z-index: 9;
}
.typeheader-4 .header-top .header-top-left {
  line-height: 35px;
  color: #ccc;
}
.typeheader-4 .header-top .header-top-left span.phone {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.typeheader-4 .header-top .header-top-left .fa.fa-phone {
  font-size: 14px;
}
.typeheader-4 .header-top .header-top-left .fa {
  margin-right: 5px;
  color: #df1a18;
}
.typeheader-4 .header-top .header-top-left .welcome-msg {
  margin-top: 5px;
  height: 24px;
  overflow: hidden;
}
.typeheader-4 .header-top .header-top-left .welcome-msg .label-msg {
  margin: 0;
  display: inline-block;
  position: relative;
  color: #fff;
  background: #e67e22;
  padding: 0 10px;
  border-radius: 2px;
  line-height: 20px;
}
.typeheader-4 .header-top .header-top-left .welcome-msg a {
  display: inline-block;
  margin: 0;
  padding: 0 6px;
  color: #666;
}
.typeheader-4 .header-top .header-top-left .welcome-msg .list-msg .label-msg, .typeheader-4 .header-top .header-top-left .welcome-msg .list-msg a {
  font-size: 12px;
}
.typeheader-4 .header-top .header-top-left .navbar-welcome {
  line-height: 27px;
}
.typeheader-4 .header-top .header-top-left .dropdown-menu {
  right: inherit;
  left: 0;
}
.typeheader-4 .header-top .header-top-right {
  text-align: right;
  display: inline-block;
}
.typeheader-4 .header-top .header-top-right .navbar-phone {
  margin-bottom: 0;
  line-height: 35px;
  display: inline-block;
}
.typeheader-4 .header-top .header-top-right .navbar-phone i {
  color: #0083c1;
}
.typeheader-4 .header-top .header-top-right .location {
  color: #ccc;
  padding-left: 16px;
  padding-right: 13px;
  position: relative;
}
.typeheader-4 .header-top .header-top-right .location:before {
  content: "";
  display: inline-block;
  background: #656565;
  height: 10px;
  width: 1px;
  position: absolute;
  left: 0;
  right: inherit;
  top: 4px;
}
.typeheader-4 .header-top .header-top-right .location i {
  color: #0083c1;
  margin-right: 7px;
}
.typeheader-4 .header-top .header-top-right ul.top-link {
  list-style: none;
  margin: 0;
  vertical-align: top;
}
.typeheader-4 .header-top .header-top-right ul.top-link > li {
  display: inline-block;
  position: relative;
  float: left;
  list-style: outside none none;
  height: 37px;
  line-height: 37px;
}
.typeheader-4 .header-top .header-top-right ul.top-link > li > a {
  display: block;
  padding: 0 10px;
  position: relative;
  height: 37px;
  line-height: 37px;
  width: 12px;
  font-size: 0;
}
.typeheader-4 .header-top .header-top-right ul.top-link > li > a:before {
  content: '\f007';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  font-size: 12px;
  position: absolute;
  color: #0083c1;
  left: 3px;
  right: inherit;
  top: 11px;
}
.typeheader-4 .header-top .header-top-right ul.top-link > li.account {
  padding-left: 8px;
  padding-right: 8px;
}
.typeheader-4 .header-top .header-top-right ul.top-link > li.account:before {
  content: "";
  display: inline-block;
  background: #656565;
  height: 10px;
  width: 1px;
  position: absolute;
  left: 0;
  right: inherit;
  top: 13px;
}
.typeheader-4 .header-top .header-top-right ul.top-link > li.account > a {
  color: #ccc;
  background: none;
  padding: 0px 0px 0px 20px !important;
  text-indent: inherit;
  width: auto;
  font-size: 12px;
}
.typeheader-4 .header-top .header-top-right ul.top-link > li.account > a .fa-angle-down {
  margin-left: 5px;
}
.typeheader-4 .header-top .header-top-right ul.top-link > li ul.dropdown-link {
  position: absolute;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  left: 0;
  opacity: 0;
  padding: 0px 10px;
  top: 33px;
  transition: top 0.3s ease 0s, opacity 0.3s ease 0s;
  width: 200px;
  z-index: -1;
  text-align: left;
}
.typeheader-4 .header-top .header-top-right ul.top-link > li ul.dropdown-link li {
  display: block;
  border-left: 0;
}
.typeheader-4 .header-top .header-top-right ul.top-link > li ul.dropdown-link li a {
  border-right: 0;
  display: block;
  padding: 5px 0 4px;
  border-bottom: solid 1px #efefef;
  font-size: 11px;
  line-height: 18px;
  color: #666;
}
.typeheader-4 .header-top .header-top-right ul.top-link > li ul.dropdown-link li a:hover {
  color: #0083c1;
}
.typeheader-4 .header-top .header-top-right ul.top-link > li ul.dropdown-link li a:after {
  display: none;
}
.typeheader-4 .header-top .header-top-right ul.top-link > li ul.dropdown-link li:last-child a {
  border-bottom: 0;
}
.typeheader-4 .header-top .header-top-right ul.top-link > li.account:hover ul.dropdown-link {
  top: 34px;
  z-index: 9999;
  opacity: 1;
  border-top: 1px solid rgba(200, 199, 199, 0.3);
}
.typeheader-4 .header-top .header-top-right .dropdown-menu {
  right: 0;
  left: inherit;
}
.typeheader-4 .header-top .header-top-right .btn-group:before {
  content: "";
  display: inline-block;
  background: #656565;
  height: 10px;
  width: 1px;
  position: absolute;
  left: 0;
  right: inherit;
  top: 13px;
}
.typeheader-4 .header-top .header-top-right .btn-group .btn-link {
  color: #ccc;
}
.typeheader-4 .header-center {
  padding: 0;
  background: #fff;
}
.typeheader-4 .header-center .navbar-logo {
  padding: 20px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .typeheader-4 .header-center .navbar-logo {
    position: relative;
    top: -5px;
  }
}
.typeheader-4 .header-center.center .header-center-right {
  margin-top: 16px;
}
.typeheader-4 .header-center.left .header-center-right {
  text-align: right;
  float: right;
  margin-top: 4px;
}
.typeheader-4 .header-center .shopping_cart a.top_cart .shopcart {
  display: block;
  height: 50px;
}
.typeheader-4 .header-center .shopping_cart a.top_cart .handle {
  background: url(../../images/icon/icon-cart2.png) no-repeat center center;
  background-color: #0083c1;
  border-color: #0083c1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  right: 0;
  left: inherit;
}
.typeheader-4 .header-center .shopping_cart a.top_cart .price-minicart:before, .typeheader-4 .header-center .shopping_cart a.top_cart .price-minicart .items_carts {
  display: none;
}
.typeheader-4 .header-center .shopping_cart a.top_cart .price-minicart span.items_cart {
  background: #333;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  right: -9px;
  left: inherit;
}
.typeheader-4 #main-content, .typeheader-4 #content {
  margin-bottom: 30px;
}
.typeheader-4 .megamenu-style-dev.menu-vetical {
  z-index: 999;
}
.typeheader-4 .megamenu-style-dev .horizontal {
  margin: 31px 0;
}
.typeheader-4 #sosearchpro.search-pro {
  position: absolute;
  width: 50px;
  right: 85px;
  background: #f2f2f2;
  border-radius: 25px;
  height: 50px;
  padding: 4px 0;
  margin: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
.typeheader-4 #sosearchpro.search-pro:hover {
  overflow: visible;
  width: 660px;
}
.typeheader-4 #sosearchpro.search-pro .autosearch-input {
  background: transparent;
  padding-left: 15px;
  padding-right: 40px;
}
.typeheader-4 #sosearchpro.search-pro .input-group {
  float: right;
}
.typeheader-4 #sosearchpro.search-pro #sosearchpro.search-pro .select_category select {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
}
.typeheader-4 #sosearchpro.search-pro .select_category {
  border-radius: 25px !important;
}
.typeheader-4 #sosearchpro.search-pro .select_category select {
  border-radius: 25px;
  font-weight: bold;
  font-size: 13px;
}
.typeheader-4 #sosearchpro.search-pro .button-search {
  border-radius: 50%;
  background: #202020;
  border-color: #202020;
  height: 50px !important;
  width: 50px !important;
  top: -4px;
  right: -6px;
  left: inherit;
}
.typeheader-4 #sosearchpro.search-pro .button-search i {
  top: 17px;
  right: 11px;
  color: #fff;
}
.typeheader-4.navbar-compact .header-center .navbar-logo {
  padding: 7px 0 !important;
}
.typeheader-4.navbar-compact .header-center .navbar-logo img {
  max-width: 160px;
}
.typeheader-4.navbar-compact .shopping_cart, .typeheader-4.navbar-compact .megamenu-style-dev .horizontal {
  margin: 8px 0 !important;
}
