@charset "UTF-8";
/*============HEADER V1 ==================*/
/* [2] */
/* [8] */
/*===============================================
 [SASS DIRECTORY ]
 [1] Minxin Link
 [2] Minxin Button
 [3] Minxin Triangle
 [4] Minxin LABEL PRODUCT
 [5] Minxin Scrollbars
 [6] Minxin Dev Custom
 ==============================================*/
.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: #555;
  width: 40px;
  padding: 0;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover {
  background: #ff5e00;
}
.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;
}
/*EFECT PRODUCT NUMBER*/
.lib-two-img {
  position: relative;
  display: block;
}
.lib-two-img .img-1 {
  position: relative;
  /*@include transform(rotateY(0deg));*/
  transition: all 0.5s ease-in-out;
}
.lib-two-img .img-2 {
  position: absolute;
  z-index: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  display: block;
  /*@include transform(rotateY(90deg));*/
  transition: all 0.5s ease-in-out;
  left: 0;
}
.lib-two-img-over .img-1 {
  opacity: 0;
  /*transform-style: inherit;
   @include transform(rotateY(90deg));*/
  transition: all 0.5s ease-in-out;
}
.lib-two-img-over .img-2 {
  opacity: 1;
  /*@include transform(rotateY(0deg));*/
  transition: all 0.5s ease-in-out;
}
/*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-1 {
  /*HEADER SEARCH*/
  /*BLOCK CART*/
  /*MENU MEGA*/
}
.typeheader-1 .header-top {
  background-color: #f2f2f2;
  min-height: 25px;
  border-bottom: 1px solid #e8e8e8;
  color: #2d2d2d;
}
.typeheader-1 .header-top .header-top-left {
  padding: 6px 15px;
}
.typeheader-1 .header-top .header-top-left .telephone {
  float: left;
  padding-right: 5px;
}
.typeheader-1 .header-top .header-top-left .link-lg {
  color: #ff5e00;
  font-weight: bold;
}
.typeheader-1 .header-top .header-top-right {
  text-align: right;
  padding: 2px 15px;
}
.typeheader-1 .header-top .header-top-right .dropdown-menu {
  top: 29px;
}
.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 {
  padding: 0;
  display: inline-block;
  position: relative;
  list-style: outside none none;
  border-left: 1px solid #ddd;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li > a {
  display: block;
  padding: 0 13px;
  position: relative;
  color: #2d2d2d;
  font-size: 12px;
  line-height: 20px;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li > a:before {
  font-family: 'FontAwesome';
  margin-right: 7px;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li > a span.fa-angle-down {
  position: relative;
  left: 5px;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.log {
  border: none;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.logout > a:before {
  content: "\f09c";
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.login > a:before {
  content: "\f023";
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.account > a:before {
  content: "\f007";
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.wishlist > a:before {
  content: "\f004";
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.checkout > a:before {
  content: "\f045";
}
.typeheader-1 .header-top .header-top-right ul.top-link > li:hover > a {
  color: #ff5e00;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li .btn-group {
  line-height: 20px;
  display: block;
  display: block;
  font-size: 12px;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li .btn-group .btn-link {
  padding: 0 10px;
  border: none;
}
.typeheader-1 .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);
  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;
  left: 0;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li ul.dropdown-link li {
  display: block;
  border-left: 0;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li ul.dropdown-link li a {
  display: block;
  padding: 5px 0 4px;
  border-bottom: solid 1px #efefef;
  font-size: 11px;
  line-height: 18px;
  color: #2d2d2d;
  border-right: 0;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li ul.dropdown-link li a:hover {
  color: #ff5e00;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li ul.dropdown-link li a:after {
  display: none;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li ul.dropdown-link li:last-child a {
  border-bottom: 0;
}
.typeheader-1 .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-1 .header-center {
  padding: 10px 0 15px;
  background: #fff;
}
.typeheader-1 .header-center .phone-header {
  padding: 0px 15px 0px 45px;
  color: #2d2d2d;
  position: absolute;
  top: 2px;
  line-height: 22px;
  right: 0;
}
.typeheader-1 .header-center .phone-header .text {
  font-weight: bold;
  color: #2d2d2d;
  text-transform: capitalize;
}
.typeheader-1 .header-center .phone-header .phone {
  color: #ff5e00;
}
.typeheader-1 .header-center .phone-header a {
  color: #444;
}
.typeheader-1 .header-center .phone-header a:hover {
  color: #ff5e00;
}
.typeheader-1 .header-bottom {
  background-image: linear-gradient(287deg, #090 0%, #06463f 100%);
  box-shadow: -1px 3px 3px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 8;
  min-height: 45px;
}
/*.meniufloating .header-bottom {*/
/*  display: none;*/
/*}*/
.typeheader-1 .header-bottom .container .header-bottom-inner .header_search {
  padding: 0;
  margin-top: 7px;
}
@media (min-width: 1200px) {
  .typeheader-1 .header-bottom .container .header-bottom-inner .header_search {
    width: 70%;
  }
}
.typeheader-1 .header-bottom .header-right {
  padding: 0;
}
.typeheader-1 .header-bottom .header_custom_link {
  float: right;
}
.typeheader-1 .header-bottom .header_custom_link li {
  display: inline-block;
  float: left;
  margin: 11px 5px;
  height: 36px;
}
.typeheader-1 .header-bottom .header_custom_link li a {
  display: inline-block;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.typeheader-1 .header-bottom .header_custom_link li.wishlist a {
  background: url("../../images/icon/icon_general.png") no-repeat -12px -1403px #fff;
  position: relative;
}
.typeheader-1 .header-bottom .header_custom_link li.compare a {
  background: url("../../images/icon/icon_general.png") no-repeat -14px -1295px #fff;
  position: relative;
}
.typeheader-1 #main-content, .typeheader-1 #content {
  margin-bottom: 30px;
}
.typeheader-1 #sosearchpro.so-search {
  margin: 0;
  width: 100%;
  padding: 0;
}
.typeheader-1 #sosearchpro.so-search .search {
  border: none;
  background: #fff;
  border-radius: 28px;
}
.typeheader-1 #sosearchpro.so-search .select_category {
  width: 142px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.typeheader-1 #sosearchpro.so-search .select_category select {
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  padding-right: 26px;
}
.typeheader-1 #sosearchpro.so-search .select_category:after {
  content: "\f0d7";
  background-color: transparent;
  line-height: 44px;
  width: 20px;
  color: #444;
  right: 10px;
  left: auto;
}
.typeheader-1 #sosearchpro.so-search .autosearch-input {
  border: 0;
  /*height: 44px;*/
  background: #fff;
  /*border-left: 1px solid #ff5e00;*/
}
.typeheader-1 #sosearchpro.so-search .button-search {
  background: #2d2d2d;
  border: 0;
  font-size: 16px;
  /*height: 44px;*/
  padding: 0 8px;
  min-width: 68px;
  text-align: center;
  border-radius: 0 28px 28px 0;
}
.typeheader-1 #sosearchpro.so-search .button-search i {
  color: #fff;
  font-size: 16px;
}
.typeheader-1 #sosearchpro.so-search .button-search:hover {
  background: #999;
}
.typeheader-1 .block-cart {
  cursor: pointer;
  position: relative;
  padding: 11px 10px 10px 5px;
  display: inline-block;
  float: right;
}
.typeheader-1 .shopping_cart {
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: url("../../images/icon/icon_general.png") no-repeat -13px -1330px #fff;
  position: relative;
}
.typeheader-1 .shopping_cart h2 {
  display: none;
  color: #444;
  font-size: 12px;
  margin: 0;
  font-weight: bold;
}
.typeheader-1 .shopping_cart .btn-shopping-cart {
  display: block;
  font-size: 13px;
  cursor: pointer;
  width: auto;
  padding: 0;
}
.typeheader-1 .shopping_cart .btn-shopping-cart a.top_cart {
  padding-right: 20px;
  color: #fff;
}
.typeheader-1 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart {
  padding: 0px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  margin: 0;
}
.typeheader-1 .shopping_cart .btn-shopping-cart a.top_cart:hover {
  color: #ff5e00;
}
.typeheader-1 .shopping_cart .btn-shopping-cart a.top_cart:hover .shopcart .text-shopping-cart {
  color: #ff5e00;
}
.typeheader-1 .shopping_cart .btn-shopping-cart .total-shopping-cart {
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-image: linear-gradient(287deg, #090 0%, #06463f 100%);
  position: absolute;
  top: -20px;
  color: #fff;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  right: -20px;
}
.typeheader-1 .shopping_cart .dropdown-menu {
  margin: 5px 0;
  top: 35px;
  right: -11px;
  left: auto;
}
.typeheader-1 .shopping_cart .shoppingcart-box:before {
  right: 50px;
}
.typeheader-1 .megamenu-style-dev .navbar-default {
  background: transparent;
}
.typeheader-1 .megamenu-style-dev .horizontal ul.megamenu > li.active > a, .typeheader-1 .megamenu-style-dev .horizontal ul.megamenu > li:hover > a {
  background: transparent;
  color: #ff5e00;
  border-radius: 3px;
}
.typeheader-1 .megamenu-style-dev .horizontal ul.megamenu > li > a {
  color: #000 !important;
  font-size: 14px;
  height: auto;
  padding: 9px 4px;
  line-height: 28px;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: bold;
}
.typeheader-1 .megamenu-style-dev .horizontal ul.megamenu > li > a strong {
  font-weight: bold;
  color: #fff;
}
#header .header-center:hover ~ .select_category > select {
  display: none;
}

.right-class {
  float: right !important;
}

 .user-and-cart {
  margin-top: 3px
}

 .user-and-cart .navbar-right {
  padding: 0;
   width: 100%;
}

 .user-and-cart .navbar-right > ul > li > a {
  position: relative;
  font-size: 12px;
  height: 40px;
  /*padding: 8px 0;*/
   /*margin: 10px 30px;*/
  color: #d7b621
}

.user-text {
}


.user-and-cart .user-text{
  margin-top: 3px;
  margin-left: 25px;
}

 .user-and-cart .navbar-right > ul > li > a .fa {
  vertical-align: middle
}

 .user-and-cart .navbar-right > ul > li > a .fa:not(.fa-angle-down) {
  font-size: 26px;
   float: left;

}

 .user-and-cart .navbar-right > ul > li > a .fa:not(.fa-angle-down).fa-heart {
  font-size: 24px
}

 .user-and-cart .navbar-right > ul > li > a .inline-block {
  vertical-align: middle
}

 .user-and-cart .navbar-right > ul > li > a:hover,  .user-and-cart .navbar-right > ul > li > a:focus {
  background: 0 0;
  text-decoration: none
}

 .user-and-cart .navbar-right > ul > li.open > a {
  background: 0 0
}

 .user-and-cart .navbar-user .dropdown-menu {
   min-width: 100px;
   margin-left: -30px;
   /*margin-right: 70px;*/
}

 .user-and-cart .wishlist-button > a .inline-block {
  line-height: 1.7
}

 .user-and-cart .wishlist-button .dropdown-menu {
  min-width: 330px;
  margin-left: -165px
}

 .user-and-cart #navbar-cart .dropdown-menu {
  min-width: 330px;
  left: inherit;
  right: -100px
}

 .user-and-cart #navbar-cart .dropdown-menu .dropdown-title:before {
  right: 55px;
  left: inherit
}

 .user-and-cart #navbar-cart .dropdown-menu #cart-content-wrapper {
  padding: 0 10px 10px
}

 .user-and-cart #navbar-cart .cart-count {
  top: 3px;
  left: 15px;
  right: inherit;
  font-size: 11px;
  padding: 3px 5px
}
.user-and-cart .client-info {
  margin-top: 10px
}

.search {
  margin-top: 0;
  padding-left: 80px
}
 .search {
  padding-left: 15px;
  padding-right: 10px
}
.search {
  padding-left: 25px
}


 .search {
  padding: 0;
  margin-top: 8px;
  margin-bottom: 8px
}

 .search .input-group {
   background: #fff;
   border: 1px solid #06463f;
   /*width: 440px;*/
   -webkit-border-top-right-radius: 4px;
   -moz-border-radius-topright: 4px;
   border-top-right-radius: 4px;
   -webkit-border-bottom-right-radius: 4px;
   -moz-border-radius-bottomright: 4px;
   border-bottom-right-radius: 4px;
   -webkit-border-bottom-left-radius: 4px;
   -webkit-border-top-left-radius: 4px;
   -moz-border-radius-bottomleft: 4px;
   -moz-border-radius-topleft: 4px;
   border-bottom-left-radius: 4px;
   border-top-left-radius: 4px
}

 .search .input-group .btn-link {
  margin-right: 0px;
  padding: 7px 10px;
  /*border-left: 1px solid #eee*/
}

 .search .input-group .btn-link .fa {
  font-size: 20px
}

 .search .input-group .btn-link:hover,  .search .input-group .btn-link:focus {
  outline: none
}

 .search .input-group:before {
  content: " ";
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #06463f transparent transparent #06463f;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

 .search input {
  height: 36px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

 .search #search-suggest {
  position: absolute;
  top: 42px;
  right: 0;
  background-color: rgba(255, 255, 255, .95);
  z-index: 1000;
  padding: 15px;
  width: 100%;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

 .search #search-suggest.well {
  background-image: none
}

 .search #search-suggest legend {
  margin-bottom: 8px;
  font-size: 18px
}

 .search #search-suggest ul li {
  cursor: pointer;
  padding: 3px 5px
}

 .search #search-suggest ul li:hover,  .search #search-suggest ul li.hover {
  background: #eee
}

 .search #search-suggest ul.products li {
  padding: 5px
}

 .search #search-suggest ul.products li .fa-star,  .search #search-suggest ul.products li .fa-star-o {
  color: #f06b23
}
.contact-us{
  font-size: 20px;
  color: #fff;
  padding: 9px 0px;
}
.section-style1{
  background: rgba(242,242,242,1) !important;
}
.sub-menu .content .row {
  float: left;
  margin-right: 10px;
}
ul.megamenu .sub-menu .content > .row{
  padding-top: 0px;
}
.padleft {
  padding-left:60px;
}
@media (max-width: 991px) {
  .typeheader-1 .megamenu-style-dev .horizontal ul.megamenu > li > a strong {
    font-weight: bold;
    color: #000 !important;
  }
  .header-top {
    display: none;
  }
  #show-verticalmenu {
   display: none;
  }
  #slide-full1 {
    display: none;
  }

  .module.block-categories .cate-content .cate a.title-cate {
    font-weight: 700;
    font-size: 12px !important;
  }

  .product-badge-box {
    left: 0px !important;
  }

 .product-item-container h4 {
    height: 140px;
  }

  .products-category .products-list.list-masonry .product-layout .product-item-container .right-block .caption, .products-category .products-list.grid .product-layout .product-item-container .right-block .caption {
    height: 190px !important;
  }
  .module .products-list.list-masonry .product-layout .product-item-container .right-block .caption, .module .products-list.grid .product-layout .product-item-container .right-block .caption {
    height: 190px !important;
  }

  /*#asemanatoare  .releate-products .products-list.grid .product-layout .product-item-container{*/
    /*height: 380px !important;*/
  /*}*/
  /*.product-filter {*/
    /*display: none;*/
  /*}*/

  .open-sidebar {
    line-height: 25px;
    display: inline-block;
    border: 1px solid #000;
    margin-bottom: 5px;
    padding: 0px 15px;
    letter-spacing: 5px;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    color: #FFF;
    background: #06463f;
  }
  .module .products-list.grid .product-layout .product-item-container {
    height: 350px !important;
  }
  .products-list.grid .product-layout .product-item-container {
    height: 550px !important;
  }
  .fb_dialog_content iframe {
    bottom: 50px !important;
  }

  #asemanatoare  .releate-products .products-list.grid .product-layout .product-item-container{
    height: 380px !important;
  }
  .products-list.list-masonry .product-layout .product-item-container, .products-list.grid .product-layout .product-item-container{
    margin: 5px 0 !important;
  }
  .product-detail .open-sidebar {
    display: none;
  }
  .padleft {
    padding-left:0px !important;
  }
  .search .input-group {
    /*width: 330px !important;*/
  }
  .typeheader-1 .block-cart{
    float: none;
  }
  .cate6 {
    display: block !important;
  }
  .cc-revoke.cc-bottom {
    left: 9em !important;
  }
}
.cadou {
  display: block;
  width: 70px;
  height: 70px;
  background-image: linear-gradient(287deg, #ff1d25 0%, #c4171b 100%);
  background-size: contain;
  text-align: center;
  position: absolute;
  bottom: 260px;
  font: 700 12px / .9 'Play', sans-serif;
  right: 15px;
  color: #fff;
  z-index: 1;
  transform: rotate(25deg);
  padding: 23px 0;
  border-radius: 50%;
}
.promotiecageorietag2{color:#fff;font-weight:700;font-size:14px;position:absolute;padding:2px 8px;width:100%;text-transform:uppercase;left: 70%;top: 0px;display: block;}
@media (max-width: 500px) {
  .cadou {
    top: 0px !important;
    right: 0px !important;
  }
  .promotiecageorietag2{left: 65%;}
}

#checkout .benef {
  clear: both;
  border: 1px solid #f1f1f1;
  height: 60px;
  padding: 5px;
  box-shadow: 3px 3px 2px #e3e3e3;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: -2px;
  margin-left: -2px;
}

.checkout-white-box {
  position: relative;
  background-color: #fff;
  box-shadow: 3px 3px 2px #e3e3e3;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  /*margin-right: 8px;*/
}

.checkout-white-box p.gift-text {
  padding-left: 60px;
  position: relative
}

.checkout-white-box p.gift-text:before {
  content: "\f06b";
  position: absolute;
  left: 21px;
  font-size: 27px;
  font-weight: 700;
  top: -4px;
  font-family: fontawesome;
  color: #f0381c
}

.checkout-white-box p.gift-text span.plus-gift {
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 25px
}

.checkout-white-box p.gift-text a {
  color: #000
}

.checkout-white-box span.promo-gift {
  font-weight: 700;
  color: #f0381c
}

.checkout-white-box .stock-info .availability {
  margin-top: 5px;
  font-weight: 700;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 4px;
  color: #000!important;
  font-size: 12px;
  background: #f3f31e
}

.checkout-white-box .stock-info .availability.instock {
  background: green;
  color: #fff!important
}

.checkout-white-box li.smaller-column {
  width: 12%!important
}

.checkout-white-box .save-as-wishlist {
  text-decoration: none!important
}

.checkout-white-box .save-as-wishlist .fa-heart {
  margin-right: 5px
}

#checkout {
  /*margin-top: 70px*/
}

#checkout #sticky_col {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

#checkout #sticky_col.invisible {
  visibility: hidden;
  opacity: 0
}

#checkout .benefits {
  border: none
}

#checkout .benefits .benefit {
  padding-top: 10px;
  padding-bottom: 10px;
  border: none
}

#checkout .benefits .benefit .icon {
  color: #666;
  margin-right: 10px
}

#checkout .benefits .benefit .description {
  text-align: left;
  color: #000
}

#checkout .benefits .small {
  color: #999
}

#checkout h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 140%;
  color: #000
}

#checkout hr {
  border-color: #eee
}

#checkout .cherror {
  background: 0 0
}

#checkout .cherror span {
  font-size: 80%
}

#checkout .btn-default:not(.btn-circle) {
  padding: 5px 18px
}

#checkout .btn-default:not(.btn-circle).btn-sm {
  padding-top: 3px;
  padding-bottom: 3px
}

#checkout .btn-default:not(.btn-circle).btn-lg {
  padding-top: 9px;
  padding-bottom: 9px
}

#checkout .add .btn.btn-lg {
  padding-left: 5px
}

#checkout .add .label-danger {
  line-height: 32px
}

#checkout .alert {
  background-image: none;
  margin-top: 10px;
  -webkit-box-shadow: none;
  box-shadow: none
}

#checkout .alert.top-alerts {
  margin: 0 0 20px;
  color: #000
}

#checkout .alert.top-alerts.free-shipping-msg {
  font-size: 115%
}

#checkout .alert.top-alerts.free-shipping-msg span {
  text-transform: capitalize
}

#checkout .alert.top-alerts.free-shipping-msg .fa-truck {
  font-size: 25px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px
}

#checkout .alert.top-alerts.free-shipping-msg a {
  color: #000
}

#checkout .radio,#checkout .checkbox,#checkout input[type=radio],#checkout input[type=checkbox] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

#checkout .radio:focus,#checkout .checkbox:focus,#checkout input[type=radio]:focus,#checkout input[type=checkbox]:focus,#checkout .radio:checked,#checkout .checkbox:checked,#checkout input[type=radio]:checked,#checkout input[type=checkbox]:checked {
  outline: none
}

#checkout .radio:before,#checkout input[type=radio]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1db";
  margin-right: 3px;
  color: #bebebe
}

#checkout .radio.checked:before,#checkout input[type=radio].checked:before,#checkout .radio:checked:before,#checkout input[type=radio]:checked:before {
  content: "\f192";
  color: #337ab7
}

#checkout .checkbox:before,#checkout input[type=checkbox]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f096";
  margin-right: 3px;
  color: #bebebe
}

#checkout .checkbox.checked:before,#checkout input[type=checkbox].checked:before,#checkout .checkbox:checked:before,#checkout input[type=checkbox]:checked:before {
  content: "\f046";
  margin-right: 1px;
  color: #337ab7
}

#checkout .warranty-extension input[type=radio],#checkout .warranty-extension input[type=checkbox] {
  -webkit-appearance: none;
  cursor: pointer;
  background: 0 0;
  border: none
}

#checkout .warranty-extension input[type=radio]:before,#checkout .warranty-extension input[type=checkbox]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  margin-right: 3px
}

#checkout .warranty-extension input[type=radio]:checked,#checkout .warranty-extension input[type=checkbox]:checked {
  background: 0 0;
  border: none
}

#checkout .warranty-extension input[type=radio]:checked:before,#checkout .warranty-extension input[type=checkbox]:checked:before {
  content: "\f00c";
  color: #000;
  line-height: 10px
}

#checkout .warranty-extension input[type=radio]:focus,#checkout .warranty-extension input[type=checkbox]:focus,#checkout .warranty-extension input[type=radio]:hover,#checkout .warranty-extension input[type=checkbox]:hover {
  outline: none
}

#checkout .warranty-extension>label {
  color: #337ab7;
  font-weight: 400
}

#checkout fieldset {
  margin: 0px 55px
}

#checkout .sumar{
  margin-top: 10px;
  padding: 0px;
  position: relative;
  background-color: #fff;
  box-shadow: 3px 3px 2px #e3e3e3;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-bottom: 8px;
}
#checkout fieldset legend {
  margin-left: -45px;
  font-size: 18px;
  border-bottom: none;
  margin-top: 20px;
  margin-bottom: 10px
}

#checkout fieldset legend .step {
  margin-right: 10px;
  padding: 5px 12px;
  opacity: 1;
  background: #337ab7;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  -webkit-border-top-right-radius: 100%;
  -moz-border-radius-topright: 100%;
  border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 100%;
  -moz-border-radius-bottomright: 100%;
  border-bottom-right-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  -webkit-border-top-left-radius: 100%;
  -moz-border-radius-bottomleft: 100%;
  -moz-border-radius-topleft: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%
}

#checkout fieldset h2,#checkout fieldset h3,#checkout fieldset h5 {
  margin-bottom: 0
}

#checkout fieldset textarea {
  overflow-x: hidden
}

#checkout #payment_methods .payment-method-item {
  display: block;
  min-height: 35px;
  border-bottom: 1px solid #d6d6d6
}

#checkout #payment_methods .payment-method-item:before {
  padding-top: 5px
}

#checkout #payment_methods .payment-method-item img {
  /*float: right*/
  width: 70px;
}

#checkout #payment_methods .payment-method-item img.checkout-oney-img {
  max-height: none;
  max-width: 100px;
  display: inline-block;
  margin-top: 3px
}

#checkout #payment_methods .payment-method-item .pm_extra_fields {
  padding-left: 18px
}

#checkout #payment_methods .payment-method-item .pm_extra_fields #oney_simulator .oney-modal .oney-title,#checkout #payment_methods .payment-method-item .pm_extra_fields #oney_simulator .oney-modal .oney-subtitle {
  display: none
}

#checkout #payment_methods .payment-method-item .pm_extra_fields #oney_simulator .oney-modal .oney-wrapper .main-plan {
  border-bottom: none
}

#checkout #payment_methods .payment-method-item .pm_extra_fields #oney_simulator .oney-modal .oney-wrapper .oney-img img {
  width: 30px
}

#checkout #payment_methods .payment-method-item .pm_extra_fields #oney_simulator .more-details {
  display: none
}

#checkout #payment_methods .payment-method-item .payment_tokens_container {
  display: none
}

#checkout #payment_methods .payment-method-item.checked .payment_tokens_container {
  display: block
}

#checkout #payment_methods .payment-method-item.checked#payment_method_16 {
  border-bottom: none!important
}

#checkout #payment_methods .payment-method-group-wrapper {
  border-bottom: 1px solid #d6d6d6
}

#checkout #payment_methods .payment-method-group-wrapper .payment-method-title {
  margin: 0;
  padding: 9px 0 11px;
  cursor: pointer
}

#checkout #payment_methods .payment-method-group-wrapper .payment-method-title:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-right: 11px;
  font-size: 18px;
  color: #aaa
}

#checkout #payment_methods .payment-method-group-wrapper .payment-method-title.active:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  color: #337ab7;
  font-size: 18px;
  margin-right: 6px
}

#checkout #payment_methods .payment-method-group-wrapper .payment-method-group {
  display: none;
  padding-bottom: 15px
}

#checkout #payment_methods .payment-method-group-wrapper .payment-method-group .payment-method-item {
  min-height: 20px;
  padding-left: 30px;
  border: none
}

#checkout #payment_methods .payment-method-group-wrapper:last-of-type {
  border: none
}

#checkout .pagination {
  margin: 5px 0 0
}

#checkout small.info {
  padding-left: 18px;
  display: block;
  color: #000;
  font-size: 100%
}

#checkout #working_div {
  padding: 0 0 15px
}

#checkout #working_div .fa-info-circle {
  display: none
}

#checkout #working_div h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bolder
}

#checkout #buyer_person .print_invoice img {
  margin-top: -10px;
  margin-right: 10px;
  max-height: 100px
}

#checkout #buyer_person .form-inline label input {
  width: 100%
}

#checkout #buyer_person .form-inline label input::-webkit-input-placeholder {
  color: #000;
  font-weight: 400
}

#checkout #buyer_person .form-inline label input:-moz-placeholder {
  color: #000;
  font-weight: 400
}

#checkout #buyer_person .form-inline label input::-moz-placeholder {
  color: #000;
  font-weight: 400
}

#checkout #buyer_person .form-inline label input:-ms-input-placeholder {
  color: #000;
  font-weight: 400
}

#checkout #buyer_person .form-inline .form-group,#checkout #buyer_person .form-inline label {
  margin: 0;
  width: 100%
}

#checkout #buyer_person #new_company_form .control-label {
  text-align: left
}

#checkout label {
  margin-bottom: 5px
}

#checkout label.cherror {
  position: relative
}

#checkout label.cherror input,#checkout label.cherror select {
  border: 1px solid red
}

#checkout label.chsuccess {
  position: relative
}

#checkout label.chsuccess input,#checkout label.chsuccess select,#checkout label.chsuccess textarea {
  padding-right: 25px;
  border: 1px solid #80c780
}

#checkout label.chsuccess:not(#new_company_name_label):before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  right: 10px;
  top: 10px;
  color: #5cb85c
}

#checkout input.cherror,#checkout select.cherror,#checkout textarea.cherror {
  border: 1px solid red;
  color: inherit
}

#checkout .form-control-wrapper {
  position: relative
}

#checkout .form-control-wrapper .fa {
  display: none
}

#checkout .form-control-wrapper .chsuccess {
  border: 1px solid #80c780;
  padding-right: 25px
}

#checkout .form-control-wrapper .chsuccess+.fa {
  position: absolute;
  right: 10px;
  display: inline-block;
  color: #5cb85c
}

#checkout .form-control-wrapper select.chsuccess+.fa {
  right: 20px
}

#checkout span.form-control-wrapper .chsuccess+.fa {
  top: 4px
}

#checkout div.form-control-wrapper .chsuccess+.fa {
  top: 10px
}

#checkout .cherror-text {
  color: red
}

#checkout .checkout_delivery .alert {
  margin-bottom: 0
}

#checkout .checkout_delivery #new_address_form {
  padding-left: 18px
}

#checkout .checkout_delivery .control-label {
  text-align: left
}

#checkout .checkout_delivery #shipper_chooser h4 {
  display: inline-block;
  font-size: 100%;
  font-weight: 700
}

#checkout .checkout_delivery #shipper_chooser .radio {
  display: inline-block
}

#checkout .checkout_delivery #express_delivery_title {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 16px
}

#checkout-bnr-carousel {
  clear: both;
  margin-top: -40px
}

#checkout-bnr-carousel .carousel-control {
  display: none
}

#checkout-bnr-carousel .carousel-indicators {
  bottom: 0;
  margin-bottom: 0
}

#checkout-cart .loading_message,#btn_confirm .loading_message {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  margin: 0;
  width: 100%;
  height: 100%;
  padding-top: 200px;
  padding-top: 48vh;
  background: rgba(0,0,0,.3);
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #fff
}

#checkout-cart .free-expedition-cost,#btn_confirm .free-expedition-cost {
  color: #76982d
}

#checkout-cart .free-expedition-cost strong,#btn_confirm .free-expedition-cost strong {
  text-transform: uppercase
}
.cart-table h5 a {
  color: #000;
}
.cart-table {
  position: relative;
  color: #000
}
.instock {
  color: #4db84d!important;
}
.cart-table h5 {
  margin: 0;
  line-height: inherit;
  font-weight: 700
}

.cart-table h5 a {
  color: #000
}
.delivery-methods ul li.active a span:after {
  content: '\f00c';
  font-family: FontAwesome;
  position: absolute;
  right: 22px;
  font-size: 18px;
}
.delivery-methods .nav-pills li a {
  border: 1px solid #000;
}
/*.delivery-methods ul li.active a#delivery-tab {*/
/*  background-image: url();*/
/*}*/
.cart-table h5 span {
  font-weight: 400;
  font-size: 90%;
  padding: 5px;
}

.cart-table ul {
  margin-left: 0;
  margin-right: 0
}

.cart-table .striped>div:nth-of-type(odd),.cart-table .striped>li:nth-of-type(odd) {
  background: 0 0
}

.cart-table ul {
  margin-bottom: 0;
  padding: 15px 10px
}

.cart-table ul:first-child {
  padding-bottom: 15px
}

.cart-table ul:first-child .small {
  color: #999
}

.cart-table ul.product {
  border-top: 1px solid #eee
}

.cart-table ul.product .price {
  white-space: nowrap;
  font-size: 23px;
  color: #4b4b4b;
  position: relative
}

.cart-table ul.product .price button.delete-button {
  position: absolute;
  right: -30px;
  top: -7px;
  padding-left: 0;
  padding-right: 0
}

.cart-table ul.product .price button.delete-button .fa-trash-o {
  color: #3380c3;
  cursor: pointer;
  font-size: 25px
}

.cart-table ul.product .price .small {
  font-weight: 400;
  color: #999;
  font-size: 100%
}

.cart-table ul.product .price .small.full-price {
  color: #4b4b4b;
  font-size: 100%;
  font-size: 15px;
  float: right;
  padding-right: 7px
}

.cart-table ul.product-cart-gift .name {
  padding-top: 35px;
  color: #f4b124;
  font-size: 120%
}

.cart-table ul.product-cart-gift .name .description {
  font-style: italic
}

.cart-table ul.product_donation .donation_name a {
  color: #000;
  text-decoration: underline
}

.cart-table ul.product_donation .donation_value .radio:not(.checked):before {
  margin-right: 5px
}

.cart-table ul.product_donation .donation_values ul {
  border-top: 0
}

.cart-table ul.product_donation .donation_values ul li.radio {
  margin-right: 15px
}

.cart-table ul.product_donation .donation_values ul .another_donation_value {
  width: 70px;
  border: 1px solid #bebebe;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.cart-table ul.product_donation .donation_values ul li button.btn-default {
  font-weight: 700;
  border-width: 2px
}

.cart-table .cart-options input,.cart-table .cart-options select,.cart-table .cart-options button {
  vertical-align: middle
}

.cart-table .cart-options .title {
  padding: 5px 0;
  cursor: pointer
}

.cart-table .cart-options a {
  color: #000;
  text-decoration: underline
}

.cart-table .quantity .btn-link {
  padding: 0 20px
}

.cart-table .quantity .btn-link:focus {
  outline: none
}

.cart-table .quantity input {
  position: relative;
  float: left;
  height: 34px;
  width: 50px;
  min-width: inherit;
  max-width: inherit;
  padding: 0 0 0 20px;
  font-size: 100%;
  color: #000;
  font-weight: 700;
  background: 0 0;
  border: 1px solid #eee;
  border-right: none;
  box-shadow: none
}

.cart-table .quantity em {
  position: relative;
  float: left;
  height: 34px;
  background: #eee;
  font-style: normal;
  padding: 7px 10px
}

.cart-table .delete .btn {
  border: none
}

.cart-table .shopping-wishlist a {
  color: #333
}

.cart-table .shopping-wishlist a .fa-heart-o {
  color: #ababab
}

.cart-table .checkout-cart-right .cart-summary h4 {
  font-size: 100%;
  height: 56px;
  line-height: 1.42857143;
  border-bottom: 1px solid #eee
}
.cart-table .text-bold {
  font-weight: 700!important;
}
.cart-table .hpad-md {
  padding-right: 15px!important;
  padding-left: 15px!important;
}
.cart-table .pad15 {
  padding-top: 19px!important;
  padding-bottom: 15px!important;
}
.margin-bottom-0 {
  margin-bottom: 0!important;
}
.margin-top-0 {
  margin-top: 0!important;
}
.cart-table .checkout-cart-right .cart-summary .summary-box .all-costs h5 {
  font-size: 100%
}

.cart-table .checkout-cart-right .cart-summary .summary-box .cart-total {
  margin-top: 0;
  border-top: 1px solid #eee;
  font-size: 120%
}

.cart-table .checkout-cart-right .cart-summary .summary-box .shipping-cost {
  text-transform: uppercase;
  font-weight: 700;
  color: #2470b9
}

.cart-table .checkout-cart-right .cart-summary .summary-box .shipping-cost span {
  font-weight: 700
}

.cart-table .checkout-cart-right.fixed {
  position: absolute;
  background: #fff
}

.cart-table .checkout-cart-right input,.cart-table .checkout-cart-right select {
  width: 100%;
  color: #999;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.cart-table .checkout-cart-right .voucher-container {
  /*display: none*/
}

.cart-table .checkout-cart-right .newsletter-discount-container {
  display: none
}

.cart-table .checkout-cart-right .available_points {
  display: none
}

.tankyou-page .cart-table ul:first-child {
  padding: 5px 10px
}

#checkout-wrapper .checkout-white-box {
  padding: 15px 20px 0;
  position: relative
}

#checkout-wrapper .checkout_last_step {
  background: #fbfbfb;
  border: 1px solid #eee
}

#checkout-wrapper .checkout_last_step fieldset {
  margin: 0;
  padding: 15px 20px
}

#checkout-wrapper .checkout_last_step fieldset legend {
  margin-left: 0;
  margin-bottom: 0;
  padding-top: 20px
}

#checkout-wrapper .checkout_last_step #order_review .table.borderless th,#checkout-wrapper .checkout_last_step #order_review .table.borderless td {
  padding: 5px 0;
  border: none;
  font-weight: 400;
  color: #333;
}

#checkout-wrapper .checkout_last_step #order_review .table.borderless th del.small,#checkout-wrapper .checkout_last_step #order_review .table.borderless td del.small {
  margin-right: 5px;
  font-size: 100%;
  color: #999
}

#checkout-wrapper .checkout_last_step #order_review .table.borderless>tbody+tbody {
  border: none
}

#checkout-wrapper .checkout_last_step #review-details {
  font-size: 115%
}

#checkout-wrapper .checkout_last_step #review-details a {
  /*font-size: 85%*/
  color: #337ab7;
}
#checkout-wrapper .checkout_last_step #review-details hr {
  margin-top: 1px;
  margin-bottom: 1px;
}
#checkout-wrapper .checkout_last_step #option_newsletter small {
  font-style: italic
}

#checkout-wrapper p.alert {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px
}

#checkout-wrapper .btn-back a {
  color: #000;
  font-weight: 700;
  font-size: 20px
}

#checkout-wrapper .btn-back a:hover {
  text-decoration: none;
  color: #5cb85c
}

.progress-box {
  position: relative
}

.progress-box .fa-angle-down {
  position: absolute;
  top: -15px;
  left: 50%;
  color: #337ab7;
  font-weight: 700;
  margin-left: -5px;
  font-size: 16px
}

.progress-box .progress-line {
  width: 100%;
  height: 8px
}

.progress-box .progress-line.colored {
  background: #337ab7
}

.progress-box .progress-line.grey {
  background: #d6d6d6
}

.progress-box .green {
  color: #337ab7
}

.progress-box.thankyou-page .fa-angle-down {
  left: inherit;
  right: 5px
}

#static_page_content img {
  display: block;
  max-width: 100%;
  height: auto
}

.notifications {
  position: fixed;
  z-index: 1001
}

.notifications ul {
  padding-left: 15px
}

.notifications ul li {
  white-space: nowrap
}

.notifications.top-right {
  right: 10px;
  top: 80px
}

.notifications.top-left {
  left: 10px;
  top: 80px
}

.notifications.bottom-left {
  left: 10px;
  bottom: 20px
}

.notifications.bottom-right {
  right: 10px;
  bottom: 20px
}

.notifications>div {
  position: relative;
  margin: 0
}




.cc-banner .cc-btn:last-child,.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link,.cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke,.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: .5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,.cc-close,.cc-link,.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

/*.cc-highlight .cc-btn:first-child {*/
/*  background-color: transparent;*/
/*  border-color: transparent;*/
/*}*/

/*.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover {*/
/*  background-color: transparent;*/
/*  text-decoration: underline;*/
/*}*/

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}

.cc-close:focus,.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-banner.cc-bottom,.cc-settings-view {
  right: 0;
  bottom: 0;
  left: 0;
}

.cc-floating>.cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-compliance>.cc-btn {
  -ms-flex: 1;
  flex: 1;
}

.cc-btn+.cc-btn {
  margin-left: .5em;
}

@media print {
  .cc-revoke,.cc-window {
    display: none;
  }
}

@media screen and (max-width:900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
  margin-left: 0;
}

.cc-settings-view {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 10001;
  outline: 0;
}

.cc-settings-dialog {
  position: relative;
  margin: 30px auto;
  top: 10%;
  width: 650px;
  padding: 30px;
}

.cookie_settings_header {
  font-size: 20px;
  margin-top: 5px;
}

.cc-settings-dialog label {
  font-size: 14px;
}

.cc-btn {
  border-radius: 3px;
}

@media (max-width:1025px) {
  div.cc-highlight {
    margin-top: 12px;
  }

  div.cc-compliance {
    width: 100%;
  }

  div.cc-highlight .cc-btn:first-child {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: .9em;
  }

  .cc-settings-dialog div.cc-highlight .cc-btn:first-child {
    font-size: 1.2em;
  }

  .cc-revoke,.cc-window {
    font-size: 15px;
    line-height: 1.4em;
  }

  span.cc-message {
    padding-top: 20px;
  }

  div.cc-settings-dialog {
    height: 100vh;
    width: 100vw;
    top: 0;
    margin-top: 0;
    overflow: auto;
    padding-top: 40px;
  }

  div.cc-window.cc-banner {
    flex-direction: column;
    align-items: start;
  }

  a.cc-btn.cc-settings {
    margin-left: 0;
  }

  .cc-btn-save-settings {
    margin-left: 0!important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cc-compliance {
    display: block;
  }
  .cc-compliance > .cc-btn {
    display: inline-block;
  }
}
@media (max-width: 478px) {
  div.cc-settings-dialog {
    width: auto;
  }
}
.cc-window {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.cc-settings {
  color: rgb(255, 255, 255);
  border-color: rgb(241, 214, 0);
  background-color: rgb(0, 0, 0);
}
.cc-btn {
  color: rgb(0, 0, 0);
  border-color: transparent;
  background-color: rgb(241, 214, 0);
  outline: none;
  border-radius: 3px;
}
.cc-btn:hover,  .cc-btn:focus {
  background-color: rgb(255, 252, 38);
}
.reciclare{
  font-size: 14px;
  font-weight: 600;
  color: #090;
}
.subtitle {
  text-align: center;
  font-weight: bold;
}

.intro {
  margin-bottom: 50px;
}

.reciclare__title {
  margin-bottom: 50px;
}

.benefits h3 {
  text-align: center;
}

.benefits__title {
  text-align: center;
}

.benefit__title {
  font-weight: bold;
}

.benefit__card {
  margin-bottom: 25px;
  text-align: center;
}

.benefit__icon {
  margin-bottom: 10px;
}

.benefits__title {
  font-weight: bold;
}

.benefits__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: flex-start;
}

.benefit__title {
  align-items: center;
}

.benefit__icon {
  margin-bottom: 20px;
}

.benefit-number {
  color: #06463f;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 20px;
  border: 3px solid #06463f;
  border-radius: 100%;
  margin-bottom: 10px;
}

.buton-reciclare {
  background-color: #f60;
  color: white;
  padding: 15px 30px;
  display: inline-block;
  text-decoration: none;
  border: none;
}

.buton-reciclare:hover {
  background-image: linear-gradient(287deg, #090 0%, #06463f 100%);
  color:white;
}

.action {
  margin-bottom:50px;
}

@media only screen and (max-width: 768px) {
  .benefits__container {
    padding: 20px;
    text-align: center;
  }

  .benefits__cards {
    display: grid;
    grid-template-columns: 1fr;
  }
}