.bg-blue {
  background: #1b276a !important;
}

.bg-blue-dark {
  background: #001346 !important;
}

.bg-orange {
  background: #f1592a !important;
}

.bg-white {
  background: white !important;
}

.bg-grey {
  background: #e9ebee !important;
}

.bg-dark-grey {
  background: #323232 !important;
}

.font-blue {
  color: #1b276a !important;
}

.font-blue-dark {
  color: #001346 !important;
}

.font-orange {
  color: #f1592a !important;
}

.font-white {
  color: white !important;
}

.font-grey {
  color: #e9ebee !important;
}

.font-dark-grey {
  color: #323232 !important;
}

.box-shadow, nav#nav, nav#nav li ul.level0, header#header #header-account, .products-slider .slide-item, .catalog-category-view #narrow-by-list dt, .catalog-category-view #narrow-by-list dd, .catalog-category-view .category-products .toolbar, .catalog-category-view .products-grid li {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}

b {
  font-weight: 600 !important;
}

body.catalog-product-view{
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
}

.above-the-fold .side-items:after, .home-main-slider .slide-item .slide-item-inner:before, .image-links .col-md-4 .item:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b276a+0,e5e5e5+100&1+0,0+100 */
  background: -moz-linear-gradient(45deg, #1b276a 0%, rgba(229, 229, 229, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #1b276a 0%, rgba(229, 229, 229, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #1b276a 0%, rgba(229, 229, 229, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b276a', endColorstr='#00e5e5e5',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.above-the-fold .side-items:hover:after, .image-links .col-md-6 .item:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1592a+0,e5e5e5+100&1+0,0+100 */
  background: -moz-linear-gradient(45deg, #f1592a 0%, rgba(229, 229, 229, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #f1592a 0%, rgba(229, 229, 229, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f1592a 0%, rgba(229, 229, 229, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1592a', endColorstr='#00e5e5e5',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

::-moz-selection {
  /* Code for Firefox */
  color: #001346;
  background: #f1592a;
}

::selection {
  color: #001346;
  background: #f1592a;
}

select:focus {
  outline-color: #1b276a;
  color: #001346;
}

body {
  font-family: "Poppins" !important;
}
body *:not(i[class^='fa']) {
  font-family: "Poppins" !important;
}

button {
  font-family: "Poppins" !important;
}

.bannerslide-default-slider .jquery-slider-timer,
.bannerslide-default-slider .jquery-slider-control-pause,
.bannerslide-default-slider .jquery-slider-control-play{
  display: none!important;
}

nav#nav {
  position: absolute;
  background: #fff;
  width: calc(100% - 30px);
  z-index: 99;
  display: none;
}
nav#nav li {
  width: 100%;
  position: initial;
}
nav#nav li a {
  text-transform: initial;
  font-weight: normal;
  color: #323232;
  width: 100%;
  transition: 0.3s;
  padding: 5.5px 15px;
  font-size: 14px;
  font-family: "Poppins-Regular";
}
nav#nav li a:hover {
  background-color: #e9ebee;
  color: #f1592a;
}
nav#nav li a img {
  float: left;
  margin-top: 6px;
  margin-right: 12px;
}
nav#nav li a i {
  margin-top: 7px;
}
nav#nav li ul.level0 {
  padding: 0;
  padding-top: 15px;
  width: 100%;
  /*left: 100%;*/
  top: 0;
  height: 100%;
  border: none;
  transition: 0.2s;
}
nav#nav li ul.level0 li a {
  border: none;
  padding-left: 15px;
}
nav#nav li > ul {
  display: block !important;
  opacity: 0;
  left: 95%;
  pointer-events: none;
}
nav#nav li.menu-active > ul {
  pointer-events: initial;
  opacity: 1;
  left: 100%;
}

nav#nav li ul.level0 {
    width: 570px;
    margin-left: 0px;
    background: #fff;
    box-shadow: none;
    border: 1px solid #eaeaea;
    height: auto;
    min-height: 100%;
}

nav#nav li ul.level0 li.level1{
  float: left;
  width: 50%;
}

.cms-home nav#nav,
.cms-acasa nav#nav {
  display: block;
}

@media(min-width: 991px){
  .cms-home .menu-toggle,
  .cms-acasa .menu-toggle{
    pointer-events: none;
  }
}


.section-margin {
  margin-bottom: 30px;
}

.section-margin-top{
  margin-bottom: 10px;
}

.space-banners{
  height: 15px;
}

.menu-bar-links {
  margin: 0 -15px;
  padding: 0;
  line-height: 50px;
}

.top-bar {
  line-height: 50px;
}
.top-bar .links {
  font-size: 12px;
}
.top-bar .links a {
  margin-right: 20px;
}
.top-bar .social-icons a {
  margin-left: 15px;
}

header#header .logo-bar {
  padding-top: 15px;
}
header#header .logo-bar .logo {
  float: none;
  margin: 0 auto;
}
header#header #search_mini_form {
  margin-top: 15px;
}
header#header #search_mini_form input {
  border-color: #e9ebee;
  border-radius: 0px;
  height: 44px;
  line-height: 44px;
}
header#header #search_mini_form button.search-button {
  height: 44px;
  display: block;
  color: #001346;
  font-size: 15px;
  text-indent: initial;
}
header#header #search_mini_form button.search-button:before {
  content: none;
}
header#header .header-minicart {
  float: right;
  width: 45%;
}
header#header .header-minicart .skip-cart {
  background: #e9ebee;
  line-height: initial;
}
header#header .header-minicart .skip-cart span {
  font-size: 14px;
}
header#header .header-minicart #header-cart {
  top: 75px;
  z-index: 9999;
  width: 350px;
}
header#header .header-minicart .fas.fa-shopping-basket {
  line-height: 42px;
  float: left;
  margin-left: 5px;
}
header#header .header-minicart .minicart-count {
  float: none !important;
  line-height: 12px;
  margin-top: 10px;
  padding-left: 15px;
  overflow: hidden;
  margin-left: 5px;
  text-align: left;
}
header#header .header-minicart .minicart-actions {
  padding: 20px;
}
header#header .header-minicart .minicart-actions a {
  line-height: 40px;
  background-color: #1b276a;
  transition: 0.3s;
}
header#header .header-minicart .minicart-actions a:hover {
  background-color: #f1592a !important;
}
header#header .header-minicart .product-details .product-name a {
  color: #323232;
  text-transform: initial;
  font-size: 10px;
}
header#header .header-minicart .mini-products-list {
  padding: 0;
  margin-bottom: 0;
}
header#header .header-minicart .mini-products-list li {
  margin-bottom: 0;
  padding: 20px;
  border-bottom: 1px solid #e9ebee;
  font-size: 12px;
}
header#header .header-minicart .mini-products-list li .price {
  font-weight: 600;
  font-size: 12px;
  margin-right: 8px;
  margin-left: 8px;
}
header#header .header-minicart .subtotal {
  margin-bottom: 0;
  padding: 20px;
  border-bottom: 1px solid #e9ebee;
}
header#header #header-account.skip-active {
  top: 75px;
  z-index: 9999;
}

.header-nav-bar .menu-toggle {
  cursor: pointer;
  line-height: 50px;
  font-weight: 600;
}
.header-nav-bar .menu-toggle i {
  line-height: 50px;
}
.header-nav-bar .menu-bar-links a {
  line-height: 50px;
  display: inline-block;
  padding: 0 15px;
  font-weight: 600;
}
.header-nav-bar .menu-bar-links .additional-links a {
  font-weight: 600;
  transition: 0.3s;
}
.header-nav-bar .menu-bar-links .additional-links a:hover {
  background-color: #001346;
}

.account-cart-wrapper {
  width: 100%;
  margin-top: 15px;
}
.account-cart-wrapper .skip-links {
  width: initial;
}
.account-cart-wrapper a.skip-link {
  width: 40%;
  transition: 0.3s;
  background: #e9ebee;
}
.account-cart-wrapper a.skip-link:hover {
  background: #e9ebee;
}

.account-cart-wrapper a.skip-link i span{
  text-transform: none;
  margin-left: 5px;
  font-weight: normal;
  font-family: "Poppins-Semibold";
  font-size: 12px;
}
.above-the-fold {
  padding-top: 30px;
}
.above-the-fold .side-items {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 72.5%;
    transition: 0.3s;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px!important;
}
.above-the-fold .side-items:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.3s;
}
.above-the-fold .side-items .caption {
  z-index: 999;
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-weight: 600;
  font-size: 24px;
  line-height: 22px;
}
.above-the-fold .side-items .caption .font-white {
  font-weight: 600;
  font-size: 18px;
}
.above-the-fold .side-items:hover:after {
  opacity: 0.5;
}

.slick-slider .prevArrowSlick, .slick-slider .nextArrowSlick {
  width: 40px;
  height: 40px;
  background: #fff;
  transition: 0.3s;
  display: block !important;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-slider .prevArrowSlick:hover, .slick-slider .nextArrowSlick:hover {
  color: #f1592a;
}
.slick-slider .prevArrowSlick {
  left: -70px;
}
.slick-slider .nextArrowSlick {
  right: -70px;
}
.slick-slider .slick-track {
  margin-bottom: 10px;
  margin-top: 10px;
}
.slick-slider .slick-slide:focus {
  outline: none;
}
.slick-slider .slide-item {
  margin: 0 15px;
}
.slick-slider .slick-list {
  margin: 0 -15px;
}
.slick-slider .slick-dots {
  text-align: center;
}
.slick-slider .slick-dots li {
  display: inline-block;
  /*text-indent: 99999px;*/
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 5px;
}
.slick-slider .slick-dots li button {
  color: transparent;
  font-size: 0;
  appearance: none;
  opacity: 0;
}
.slick-slider .slick-dots li.slick-active {
  background-color: #f1592a;
}

.home-main-slider .slide-item .slide-item-inner {
  height: 0px;
  padding-bottom: 74%;
  position: relative;
}
.home-main-slider .slide-item .slide-item-inner:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.home-main-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.home-main-slider .slick-track {
  margin-top: 0;
  margin-bottom: 0;
}
.home-main-slider .prevArrowSlick {
  left: 0px;
  z-index: 3;
  opacity: 0.8;
}
.home-main-slider .nextArrowSlick {
  right: -1px;
  z-index: 999;
  opacity: 0.8;
}

.catalog-product-view .beneficii .beneficiu{
  margin: 0 auto;
  width: 33%;
}

.beneficii .beneficiu {
  padding: 10px;
  border-right: 1px solid #e9ebee;
  height: 90px;
}
.beneficii .beneficiu span {
  padding-left: 10px;
  font-size: 12px;
  font-weight: 600;
}

.cms-home .beneficii .beneficiu,
.cms-acasa .beneficii .beneficiu{
  margin-left: 2.5%;
}

.home-oferte-speciale {
  background-size: cover;
}
.home-oferte-speciale .oferte-speciale {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slick-title-section .title {
  font-size: 24px;
}

.products-slider .slick-list {
  margin-bottom: 15px;
}
.products-slider .slide-item {
  border-radius: 5px;
  transition: 0.3s;
}
.products-slider .slide-item .tags {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 999;
  margin-top: 10px;
}
.products-slider .slide-item .tags .oferta-limitata {
  background: #f0592a;
  margin-bottom: 3px;
  float: left;
  padding: 0 5px;
  clear: both;
}
.products-slider .slide-item .tags .reducere {
  background: #ed1c24;
  margin-bottom: 3px;
  float: left;
  padding: 0 5px;
  clear: both;
}
.products-slider .slide-item .tags .nou {
  background: #00a651;
  margin-bottom: 3px;
  float: left;
  padding: 0 5px;
  clear: both;
}
.products-slider .slide-item .product-image {
  width: 80%;
  padding-top: 10px;
}
.products-slider .slide-item .product-name {
  color: #323232;
  margin-top: 25px;
  font-weight: initial;
  margin-bottom: 15px;
  transition: 0.3s;
  height: 65px;
  overflow: hidden;
  display: -webkit-box!important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.products-slider .slide-item .product-name:hover {
  color: #f1592a;
  text-decoration: none;
}
.products-slider .slide-item .product-name b {
  font-weight: initial !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.products-slider .slide-item .old-price {
  text-decoration: line-through;
  color: #323232;
}
.products-slider .slide-item .final-price {
  font-size: 18px;
  font-weight: 600;
  color: #f1592a;
}
.products-slider .slide-item .stock-status .in-stock {
  color: #00a651;
}
.products-slider .slide-item .price-section {
  margin-bottom: 15px;
  margin-top: 10px;
  overflow: hidden;
  min-height: 50px;
}
.products-slider .slide-item .product-actions {
  margin-bottom: 15px;
}
.products-slider .slide-item .product-actions a {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #e9ebee;
  display: block;
  width: 100% !important;
  min-width: 100%;
  transition: 0.3s;
  font-weight: 600;
  font-size: 12px;
}
.products-slider .slide-item .product-actions a:hover {
  background-color: #f1592a;
  color: #fff;
  text-decoration: none;
}
.products-slider .slide-item .stars .stars-inner {
  display: block;
  height: 20px;
  overflow: hidden;
  color: #f1592a;
}
.products-slider .slide-item:hover {
  transform: scale(1.05);
}

.image-links {
  padding-top: 60px;
  padding-bottom: 60px;
}
.image-links .col-md-4 .item {
  position: relative;
  height: 0;
  padding-bottom: 70%;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
}
.image-links .col-md-4 .item:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.image-links .col-md-6 .item {
  position: relative;
  height: 0;
  padding-bottom: 33%;
}
.image-links .col-md-6 .item:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.image-links .item .caption {
  z-index: 9999;
  position: absolute;
  top: 15px;
  left: 15px;
}
.image-links .item .caption .title {
  font-size: 30px;
}
.image-links .item .caption .subtitle {
  font-size: 24px;
}

.top-vanzari {
  padding-top: 50px;
  padding-bottom: 50px;
}

.parteneri .parteneri-slider .slide-item-inner {
  margin: 0 15px;
  height: 90px;
}
.parteneri > div {
  padding-top: 50px;
  padding-bottom: 50px;
}

.home-blog {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.home-blog .section-title {
  margin-bottom: 15px;
}
.home-blog .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.home-blog .content {
  margin-top: 10px;
}
.home-blog .blog-action {
  margin-top: 25px;
}
.home-blog .blog-action .blog-mai-multe {
  padding: 15px 40px;
  transition: 0.3s;
}
.home-blog .blog-action .blog-mai-multe:hover {
  background-color: #f1592a !important;
  text-decoration: none;
}

.newlsetter {
  padding: 30px 0 10px 0px;
}
.newlsetter .newsletter-description .title {
  font-size: 24px;
}
.newlsetter .block-subscribe {
  width: 100%;
}
.newlsetter .block-subscribe #newsletter-validate-detail input {
  width: calc(100% - 95px);
  height: 50px;
  line-height: 50px;
  border-radius: 0px;
  border: 0px;
  max-width: 325px;
}
.newlsetter .block-subscribe #newsletter-validate-detail button {
  width: 120px;
  height: 50px;
}

.footer-section .social-footer a {
  border: 2px solid;
  width: 40px;
  height: 40px;
  border: 2px solid;
  display: block;
  float: left;
  line-height: 40px;
  text-align: center;
  margin-left: 20px;
  transition: 0.3s;
  margin-top: 5px;
}
.footer-section .social-footer a:hover {
  color: #f1592a!important;
}
.footer-section .footer-mapouter {
  text-align: right;
  height: 250px;
  width: 250px;
}
.footer-section .footer-mapouter .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 250px;
  width: 250px;
}
.footer-section .main-footer {
  padding: 50px 0;
}
.footer-section .main-footer .section-title {
  margin-bottom: 20px;
  font-weight: 600;
  -webkit-backface-visibility: hidden;
}
.footer-section .main-footer .aspic {
  margin-top: 65px;
  font-size: 12px;
}
.footer-section .main-footer .contact .address {
  margin-bottom: 25px;
}
.footer-section .main-footer .footer-links a {
  clear: both;
  transition: 0.3s;
}
.footer-section .main-footer .footer-links a:hover {
  /*transform: translateX(5px);
  transform-origin: 0;*/
  text-decoration: none;
}
.footer-section .bottom-bar {
  line-height: 60px;
  font-size: 12px;
}

.breadcrumbs {
  height: 50px;
  line-height: 50px;
  background: #e9ebee;
  margin: 0!important
}

.breadcrumbs ul{
  max-width: 1140px;
  margin-left: auto!important;
  margin-right: auto!important;
  padding: 0 15px;
}

.breadcrumbs a {
  color: #323232 !important;
  text-transform: initial;
}

.product-view .product-name .h1 {
    font-size: 24px;
    text-transform: initial;
    color: #2b2a29;
    padding-top: 0px;
    padding-bottom: 10px;
    display: block;
    border: none;
    font-family: "Poppins-Regular";
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: 15px;
}
.product-view .extra-info .ratings p a {
  line-height: 24px;
  font-size: 14px;
  margin-left: 15px;
  font-family: "Poppins-Semibold";
  color: #323232;
}
.product-view .extra-info .ratings p a:first-child {
  color: #b3b3b3 !important;
  font-size: 12px;
}
.product-view .ratings .rating-links .separator{
  display: none;
}


.product-view .product-shop-old .availability.in-stock,
.product-view .product-shop-old .availability.in-stock-limited {
  margin-bottom: 20px;
}
.product-view .product-shop-old .availability.in-stock span {
  background-color: #00a651;
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.product-view .product-shop-old .availability.in-stock-limited span{
  background-color: #dec13b;
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.product-view .product-shop-old .availability.out-of-stock {
  margin-bottom: 20px;
}
.product-view .product-shop-old .availability.out-of-stock span {
  background-color: #8f0000;
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.product-view .product-shop-old .price-and-stock {
  border-bottom: 1px solid #e9ebee;
  padding-bottom: 15px;
  margin-bottom: 15px!important;
}
.product-view .product-shop-old .price-and-stock .price-box {
  overflow: hidden;
}
.product-view .product-shop-old .price-and-stock .price-box .old-price span {
  font-size: 14px;
  color: #323232;
}
.product-view .product-shop-old .price-and-stock .price-box .old-price,
.product-view .product-shop-old .price-and-stock .price-box .special-price{
  float: right;
}
.product-view .product-shop-old .price-and-stock .price-box .special-price {
  clear: both;
}
.product-view .product-shop-old .price-and-stock .price-box .special-price span {
  color: #1b276a;
  font-size: 34px;
  font-weight: 600;
}
.product-view .producator-livrare {
  padding-top: 20px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #e9ebee;
}
.product-view .producator-livrare .producator, .product-view .producator-livrare .livrare {
  padding-bottom: 15px !important;
}
.product-view .optiuni-produs-wrapper {
  padding-top: 10px;
  padding-bottom: 15px;
  width: 100%;
  float: left;
}
.product-view .optiuni-produs-wrapper .optiuni-produs {
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 15px;
}
.product-view .optiuni-produs-wrapper .optiuni-produs span {
  border: 1px solid #e9ebee;
  padding: 5px 10px;  
  display: block;
  float: left;
  margin-right: 5px;
  font-size: 12px;
  font-family: "Poppins-Semibold";
  color: #323232;
}
.product-view .optiuni-produs-wrapper .optiuni-bottom span {
  padding: 15px 9px;
  width: 92px;
}
.product-view .optiuni-produs-wrapper .optiuni-bottom span img{
  margin: 0 auto;
}
.product-view .optiuni-produs-wrapper .optiuni-produs span.active {
  border-color: #f1592a;
}
.product-view .optiuni-produs-wrapper .titlu-optiune-produs:first-child {
  margin-top: 0px;
}
.product-view .beneficii {
  border-top: 1px solid #e9ebee;
}
.product-view .plateste-in-rate {
  background-size: cover;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.product-view .plateste-in-rate p {
  margin-bottom: 15px;
  font-size: 18px;
}
.product-view .more-views h2 {
  text-transform: initial;
  margin-top: 15px;
  color: #7c7c7c;
  font-size: 14px;
}
.product-view .more-views .product-image-thumbs {
  margin: 0 auto;
  width: calc(100% - 200px);
  text-align: center;
}
.product-view .more-views .product-image-thumbs a:hover {
  border: none;
}
.product-view .more-views .product-image-thumbs a:hover img {
  box-sizing: border-box;
  border: 1px solid #e9ebee;
}
.product-view .more-views .product-image-thumbs a {
  border: none;
}
.product-view .more-views .product-image-thumbs a img {
  border: 1px solid #e9ebee;
}
.product-view .more-views .product-image-thumbs a:focus {
  outline: none;
}
.product-view .more-views .slick-slider .nextArrowSlick {
  right: -60px;
}
.product-view .more-views .slick-slider .prevArrowSlick {
  left: -60px;
}
.product-view .add-to-cart-wrapper-old {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid #e9ebee;
}
.product-view .add-to-cart-wrapper-old .add-to-cart {
  border: none;
}
.product-view .add-to-cart-wrapper-old .add-to-cart .qty-wrapper {
  margin: 0;
  float: left;
  width: 100%;
}
.product-view .add-to-cart-wrapper-old .add-to-cart .qty-wrapper label {
  line-height: 60px;
  text-transform: uppercase;
}
.product-view .add-to-cart-wrapper-old .add-to-cart .qty-wrapper input {
  border-radius: 0;
  height: 60px;
  width: 65px;
  border: 1px solid #e9ebee;
  border-right: 0px;
}
.product-view .add-to-cart-wrapper-old .add-to-cart .qty-wrapper .qty-increments {
  float: right;
}
.product-view .add-to-cart-wrapper-old .add-to-cart .qty-wrapper .qty-increments div {
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: 1px solid #e9ebee;
}
.product-view .add-to-cart-wrapper-old .add-to-cart .qty-wrapper .qty-increments div:nth-child(2){
  border-top: 0px;
}
.product-view .add-to-cart-wrapper-old .add-to-cart .qty-wrapper .qty-increments div:hover {
  color: #f1592a;
}
.product-view .add-to-cart-wrapper-old .add-to-cart .add-to-cart-buttons {
  margin: 0;
  width: 100%;
  float: left;
}
.product-view .add-to-cart-wrapper-old .add-to-cart .add-to-cart-buttons button {
  width: 100%;
  background-color: #1b276a;
  height: 60px;
  transition: 0.3s;
}
.product-view .add-to-cart-wrapper-old .add-to-cart .add-to-cart-buttons button:hover {
  background-color: #f1592a;
}
.product-view .add-to-links-old .link-wishlist {
  text-transform: uppercase;
  color: #323232;
  font-weight: 600;
  width: 100%;
  display: block;
  height: 60px;
  vertical-align: middle;
  line-height: 60px;
  text-align: center;
  border: 1px solid #e9ebee;
}
.product-view .add-to-links-old a.cumpara-rate {
  border: 1px solid #1b276a;
  width: 100%;
  height: 60px;
  display: block;
  padding-top: 10px;
}
.product-view .add-to-links-old a {
  transition: 0.3s;
}
.product-view .add-to-links-old a:hover {
  text-decoration: none;
  background-color: #001346;
  color: #fff !important;
}
.product-view .add-to-links-old a:hover span {
  color: #fff !important;
}
.product-view .product-collateral.toggle-content ul.toggle-tabs {
  background-color: transparent;
  border: none;
}
.product-view .product-collateral.toggle-content ul.toggle-tabs li {
  line-height: 100px;
  border: none;
  background-color: transparent;
  color: #fff;
}
.product-view .product-collateral.toggle-content ul.toggle-tabs li span {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-transform: initial;
}
.product-view .product-collateral.toggle-content ul.toggle-tabs li.current {
  border-bottom: 3px solid #f1592a;
}
.product-view .product-collateral.toggle-content #collateral-tabs .tab-container {
  border: none;
  color: #323232;
}
.product-view .products-slider {
  padding-top: 50px;
  padding-bottom: 50px;
}
.product-view .products-slider .title {
  margin-bottom: 15px;
}
.product-view .istoric-navigare {
  padding-top: 50px;
  padding-bottom: 50px;
}
.product-image-thumbs li.slick-slide{
  display: inline-block!important;
  float: none;
}
.product-img-box-old .slick-slider .slick-track{
  min-width: 102%!important;
}

.product-img-box-old img{
  max-width: 100%;
  margin: 0 auto;
}

.catalog-category-view .col2-left-layout {
  background: #e9ebee;
}
.catalog-category-view .col1-layout {
  background: #e9ebee;
}
.catalog-category-view .col1-layout .content-wrapper {
  margin-top: 30px;
}
.catalog-category-view .col1-layout .col-main{
  max-width: 1140px;
  margin: 0px auto;
  padding: 0 15px;
  margin-top: 30px;
}
.catalog-category-view .breadcrumbs-wrapper,
.catalog-category-view .breadcrumbs,
.catalogsearch-result-index .breadcrumbs {
  background: #fff !important;
}
.catalog-category-view .col-left {
  width: 100%;
  padding: 0;
}
.catalog-category-view .col-left .block-layered-nav .block-title, .catalog-category-view .col-left .block-layered-nav .block-subtitle, .catalog-category-view .col-left .block-layered-nav .currently, .catalog-category-view .col-left .block-layered-nav .actions {
  /*display: none !important;*/
  background: #fff;
  margin: 0px;
}

.catalog-category-view .col-left .block-layered-nav .block-subtitle{
  padding: 18px 20px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 600;
  color: #323232;
}

.catalogsearch-result-index .col-left .block-layered-nav .block-title, .catalogsearch-result-index .col-left .block-layered-nav .block-subtitle, .catalogsearch-result-index .col-left .block-layered-nav .currently, .catalogsearch-result-index .col-left .block-layered-nav .actions {
  /*display: none !important;*/
  background: #fff;
  margin: 0px;
}

.catalogsearch-result-index .col-left .block-layered-nav .block-subtitle{
  padding: 18px 20px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 600;
  color: #323232;
}

.block-layered-nav .currently ol li .label{
  font-weight: 600;
  color: #323232;
}

.block-layered-nav .currently ol{
  padding: 15px 20px!important;
}

.block-layered-nav .currently ol li,
.block-layered-nav .currently ol{
  margin-bottom: 0!important;
}

.catalog-category-view .col-left .block-layered-nav .actions{
  margin-bottom: 30px;
  padding: 10px 20px;
}

.catalog-category-view .col-left .block-layered-nav .block-title{
  display: none!important;
}

.catalogsearch-result-index .col-left .block-layered-nav .actions{
  margin-bottom: 30px;
  padding: 10px 20px;
}

.catalogsearch-result-index .col-left .block-layered-nav .block-title{
  display: none!important;
}


.block-layered-nav .block-content{
  display: block!important;
}

.block-layered-nav dl ol > li > a{
  background-color:transparent!important;
}
.catalog-category-view .col-main {
  width: 100%;
  padding: 0;
}
.catalog-category-view #narrow-by-list .ui-slider-horizontal .ui-slider-range {
  top: 5px;
  height: 2px;
}
.catalog-category-view #narrow-by-list .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: pointer;
  top: -2px !important;
  -ms-touch-action: none;
  touch-action: none;
  background: #1b276a;
  border-color: #1b276a;
}
.col2-left-layout div.block-layered-nav div.amshopby-slider div.handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: pointer;
  top: 1px !important;
  -ms-touch-action: none;
  touch-action: none;
  background: #1b276a;
  border-color: #1b276a;
}
.block-layered-nav .amshopby-slider-bar {
    position: absolute;
    background: #ed1c24;
    height: 2px;
    top: 8px;
    z-index: 1;
}
.catalog-category-view #narrow-by-list .ui-slider .ui-slider-range {
  background: #f1592a;
}
.catalog-category-view #narrow-by-list dt {
  background-color: #fff;
  border: none;
  background-image: none;
  padding: 10px 20px;
  text-transform: initial;
  font-weight: 600;
  color: #323232;
}
.catalog-category-view #narrow-by-list dt:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  display: block;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 10px;
  font-size: 16px;
  top: 5px;
  font-weight: 900;
}
.catalog-category-view #narrow-by-list .amshopby-collapsed:before {
  content: "\f106";
}
.catalog-category-view #narrow-by-list .amshopby-cat .count {
  display: none;
}
.catalog-category-view #narrow-by-list dd {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 10px 20px;
  border: none;
}
.catalog-category-view #narrow-by-list dd a {
  padding-left: 0;
}
.catalog-category-view #narrow-by-list .amshopby-attr {
  background-image: none;
}
.catalog-category-view #narrow-by-list .amshopby-attr:before {
  width: 20px;
  height: 20px;
  content: " ";
  border: 2px solid #e9ebee !important;
  display: block;
  float: left;
  margin-right: 5px;
}
.catalog-category-view #narrow-by-list .amshopby-attr .count {
  display: none;
}
.catalog-category-view #narrow-by-list .amshopby-attr-selected {
  background-image: none;
  position: relative;
  font-weight: initial;
}
.catalog-category-view #narrow-by-list .amshopby-attr-selected .count {
  display: none;
}
.catalog-category-view #narrow-by-list .amshopby-attr-selected:before {
  width: 20px;
  height: 20px;
  border: 2px solid #e9ebee !important;
  display: block;
  float: left;
  margin-right: 5px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #1b276a;
  line-height: 17px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}
.catalog-category-view .custom-category-navigation {
  margin-bottom: 30px;
}
.catalog-category-view .custom-category-navigation li a {
  font-weight: 600;
  /*height: 35px;*/
  line-height: 35px;
  padding: 0 15px;
  transition: 0.3s;
}
.catalog-category-view .custom-category-navigation li a:hover {
  background-color: #f1592a !important;
  text-decoration: none;
}
.catalog-category-view .custom-category-navigation li.current-category {
  font-weight: 600;
  padding: 0 15px;
  display: block;
  min-height: 50px;
  line-height: 50px;
}
.catalog-category-view .category-products .category-title {
  padding: 12px 0px;
  overflow: hidden;
  border-bottom: 1px solid #e9ebee;
}
.catalog-category-view .category-products .category-title h1 {
  margin-bottom: 0;
  text-transform: initial;
  font-size: 24px;
  font-family: "Poppins-Semibold";
  line-height: 32px;
}
.catalog-category-view .category-products .category-title .count {
  font-size: 14px;
  line-height: 35px;
  margin-left: 15px;
  display: block;
  float: left;
  font-family: "Poppins-Semibold";
}
.catalog-category-view .category-products .toolbar {
  background-color: #fff;
  margin: 0;
  margin-bottom: 30px;
  border: none;
}
.catalog-category-view .col2-left-layout .content-wrapper {
  margin-top: 30px;
}
.catalog-category-view .category-products .toolbar select {
  height: 40px;
  border: 1px solid #e9ebee;
  border-radius: 5px;
}
.catalog-category-view .category-products .toolbar-bottom {
  margin-bottom: 60px;
}
.catalog-category-view .category-products .toolbar-bottom .category-title, .catalog-category-view .category-products .toolbar-bottom .sorter, .catalog-category-view .category-products .toolbar-bottom .limiter {
  display: none;
}
.catalog-category-view .category-products .toolbar-bottom .pager {
  width: 100%;
}
.catalog-category-view .category-products .toolbar-bottom .pager .pages {
  margin: 0;
  overflow: initial;
  margin-bottom: 25px;
  margin-top: 10px;
}
.catalog-category-view .category-products .toolbar-bottom .pager .pages li {
  height: 40px;
  width: 40px;
  margin: 0 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.catalog-category-view .category-products .toolbar-bottom .pager .pages li a {
  height: 40px;
  line-height: 40px;
  width: 100%;
  border: 1px solid #e9ebee;
  border-radius: 5px;
  transition: 0.3s;
}
.catalog-category-view .category-products .toolbar-bottom .pager .pages li a:not(.next):hover {
  background: #f1592a;
  color: #fff;
  text-decoration: none;
}
.catalog-category-view .category-products .toolbar-bottom .pager .pages li a:not(.prev):hover {
  background: #f1592a;
  color: #fff;
  text-decoration: none;
}
.catalog-category-view .category-products .toolbar-bottom .pager .pages li.current {
  padding: 0 5px;
  background: #1b276a;
  color: #fff;
  line-height: 40px;
}
.catalog-category-view .category-products .toolbar-bottom .count-container {
  color: #323232;
  margin-top: 15px;
}
.catalog-category-view .category-products .toolbar-top .view-mode, 
.catalog-category-view .category-products .toolbar-top .count-container .amount, 
.catalog-category-view .category-products .toolbar-top .pages/*, 
.catalog-category-view .category-products .toolbar-top .sort-by-switcher*/ {
  display: none;
}
.catalog-category-view .category-products .toolbar-top .pager {
  float: left;
  overflow: visible;
}
.catalog-category-view .category-products .toolbar-top .count-container {
  margin-left: 30px;
}
.catalog-category-view .category-products .toolbar-top label {
  font-weight: 600;
  text-transform: initial;
  color: #323232;
  line-height: 40px;
}
.catalog-category-view .category-products .toolbar-top .toolbar {
  padding: 9px 15px 15px 15px;
  min-height: 60px;
}
.catalog-category-view .products-grid li {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
}
.catalog-category-view .products-grid li .product-name a,
.catalogsearch-result-index .products-grid li .product-name a {
  color: #323232;
  text-transform: initial;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.catalog-category-view .products-grid li .product-info {
  padding-bottom: 20px !important;
  min-height: initial !important;
}
.catalog-category-view .products-grid li:hover {
  transform: scale(1.03);
}
.catalog-category-view .products-grid li .tags {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 3;
  margin-top: 10px;
}
.catalog-category-view .products-grid li .tags .oferta-limitata {
  background: #f0592a;
  margin-bottom: 3px;
  float: left;
  padding: 0 5px;
  clear: both;
}
.catalog-category-view .products-grid li .tags .reducere {
  background: #ed1c24;
  margin-bottom: 3px;
  float: left;
  padding: 0 5px;
  clear: both;
}
.catalog-category-view .products-grid li .tags .nou {
  background: #00a651;
  margin-bottom: 3px;
  float: left;
  padding: 0 5px;
  clear: both;
}
.catalog-category-view .products-grid li .link-wishlist {
  color: #e9ebee;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
  font-size: 18px;
  transition: 0.3s;
}
.catalog-category-view .products-grid li .link-wishlist:hover,
.catalog-category-view .products-grid li .link-wishlist.active {
  transform: scale(1.1);
  color: red;
}
.products-slider .link-wishlist {
  color: #e9ebee;
  position: absolute;
  right: 25px;
  top: 10px;
  z-index: 999;
  font-size: 18px;
  transition: 0.3s;
}
.products-slider .link-wishlist:hover,
.products-slider .link-wishlist.active {
  transform: scale(1.1);
  color: red;
}

.catalog-category-view .products-grid .product-image {
  border: none;
}
.catalog-category-view .products-grid .product-image img {
  border: none;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 10px;
}
.catalog-category-view .products-grid .actions {
  position: relative;
  border-top: 1px solid #e9ebee;
}
.catalog-category-view .products-grid .actions a.button, .catalog-category-view .products-grid .actions button {
  border: 1px solid #e9ebee;
  color: #4b4b4b;
  width: 100%;
  background: none !important;
  padding: 10px 5px;
  transition: 0.3s;
  max-height: 40px;
  max-width: 100px;
  font-family: "Poppins-Semibold"!important;
  font-size: 12px;
}
.catalog-category-view .products-grid .actions a.button:hover, .catalog-category-view .products-grid .actions button:hover {
  color: #fff;
  background: #f1592a !important;
}
.catalog-category-view .products-grid .actions button.btn-cart:hover {
  color: #fff;
  background: #1b276a !important;
}
.catalog-category-view .products-grid .actions div .action-wrapper {
  padding: 0 5px;
}
.catalog-category-view .products-grid .actions div .action-wrapper:first-child {
  padding-left: 15px;
  padding-right: 7px !important;
}
.catalog-category-view .products-grid .actions div .action-wrapper:last-child {
  padding-right: 15px;
  padding-left: 7px !important;
}
.catalog-category-view .products-grid .availability.in-stock {
  color: #00a651;
  font-weight: 600;
}
.catalog-category-view .products-grid .availability.in-stock-limited {
  color: #dec13b;
  font-weight: 600;
}
.catalog-category-view .products-grid .price-box {
  margin-bottom: 15px;
  overflow: hidden;
}
.catalog-category-view .products-grid .price-box .old-price {
  float: left !important;
}
.catalog-category-view .products-grid .price-box .old-price span {
  float: left !important;
  font-size: 12px;
  color: #4b4b4b;
  line-height: 24px;
  font-family: "Poppins-Regular";
  font-weight: normal;
}
.catalog-category-view .products-grid .price-box .special-price {
  float: right !important;
}
.catalog-category-view .products-grid .price-box .special-price span {
  float: right;
  font-size: 16px;
  font-weight: 600;
  color: #f1592a;
}
.catalog-category-view .istoric-navigare {
  margin-bottom: 50px;
  max-width: 100%;
  width: 100%;
  float: left;
}

.ambrands-index-view .category-title{
    padding: 12px 0px;
    overflow: hidden;
    border-bottom: 1px solid #e9ebee;
    background: #fff;
}

.ambrands-index-view .category-title h1{
  padding: 0;
  margin: 0;
  margin-left: 15px;
  text-transform: initial;
  font-size: 24px;
  font-family: "Poppins-Semibold";
  line-height: 32px;
  color: #323232;
  float: left;
}

.catalog-category-view .review-section,
.catalogsearch-result-index .review-section,
.ambrands-index-view .review-section{
  min-height: 40px;
}

.ambrands-index-view .col2-left-layout {
  background: #e9ebee;
}
.ambrands-index-view .col1-layout {
  background: #e9ebee;
}
.ambrands-index-view .col1-layout .content-wrapper {
  margin-top: 30px;
}
.ambrands-index-view .col1-layout .col-main{
  max-width: 1140px;
  margin: 0px auto;
  padding: 0 15px;
  margin-top: 30px;
}
.ambrands-index-view .breadcrumbs-wrapper,
.ambrands-index-view .breadcrumbs,
.catalogsearch-result-index .breadcrumbs {
  background: #fff !important;
}
.ambrands-index-view .col-left {
  width: 100%;
  padding: 0;
}
.ambrands-index-view .col-left .block-layered-nav .block-title, .ambrands-index-view .col-left .block-layered-nav .block-subtitle, .ambrands-index-view .col-left .block-layered-nav .currently, .ambrands-index-view .col-left .block-layered-nav .actions {
  /*display: none !important;*/
  background: #fff;
  margin: 0px;
}

.ambrands-index-view .col-left .block-layered-nav .block-subtitle{
  padding: 18px 20px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 600;
  color: #323232;
}

.block-layered-nav .currently ol li .label{
  font-weight: 600;
  color: #323232;
}

.block-layered-nav .currently ol{
  padding: 15px 20px!important;
}

.block-layered-nav .currently ol li,
.block-layered-nav .currently ol{
  margin-bottom: 0!important;
}

.ambrands-index-view .col-left .block-layered-nav .actions{
  margin-bottom: 30px;
  padding: 10px 20px;
}

.ambrands-index-view  .brand-page .category-image{
  display: none;
}

.ambrands-index-view .col-left .block-layered-nav .block-title{
  display: none!important;
}

.block-layered-nav .block-content{
  display: block!important;
}

.block-layered-nav dl ol > li > a{
  background-color:transparent!important;
}
.ambrands-index-view .col-main {
  width: 100%;
  padding: 0;
}
.ambrands-index-view #narrow-by-list .ui-slider-horizontal .ui-slider-range {
  top: 5px;
  height: 2px;
}
.ambrands-index-view #narrow-by-list .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: pointer;
  top: -2px !important;
  -ms-touch-action: none;
  touch-action: none;
  background: #1b276a;
  border-color: #1b276a;
}
.ambrands-index-view #narrow-by-list .ui-slider .ui-slider-range {
  background: #f1592a;
}
.ambrands-index-view #narrow-by-list dt {
  background-color: #fff;
  border: none;
  background-image: none;
  padding: 10px 20px;
  text-transform: initial;
  font-weight: 600;
  color: #323232;
}
.ambrands-index-view #narrow-by-list dt:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  display: block;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 10px;
  font-size: 16px;
  top: 5px;
  font-weight: 900;
}
.ambrands-index-view #narrow-by-list .amshopby-collapsed:before {
  content: "\f106";
}
.ambrands-index-view #narrow-by-list .amshopby-cat .count {
  display: none;
}
.ambrands-index-view #narrow-by-list dd {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 10px 20px;
  border: none;
}
.ambrands-index-view #narrow-by-list dd a {
  padding-left: 0;
}
.ambrands-index-view #narrow-by-list .amshopby-attr {
  background-image: none;
}
.ambrands-index-view #narrow-by-list .amshopby-attr:before {
  width: 20px;
  height: 20px;
  content: " ";
  border: 2px solid #e9ebee !important;
  display: block;
  float: left;
  margin-right: 5px;
}
.ambrands-index-view #narrow-by-list .amshopby-attr .count {
  display: none;
}
.ambrands-index-view #narrow-by-list .amshopby-attr-selected {
  background-image: none;
  position: relative;
  font-weight: initial;
}
.ambrands-index-view #narrow-by-list .amshopby-attr-selected .count {
  display: none;
}
.ambrands-index-view #narrow-by-list .amshopby-attr-selected:before {
  width: 20px;
  height: 20px;
  border: 2px solid #e9ebee !important;
  display: block;
  float: left;
  margin-right: 5px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #1b276a;
  line-height: 17px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}
.ambrands-index-view .custom-category-navigation {
  margin-bottom: 30px;
}
.ambrands-index-view .custom-category-navigation li a {
  font-weight: 600;
  /*height: 35px;*/
  line-height: 35px;
  padding: 0 15px;
  transition: 0.3s;
}
.ambrands-index-view .custom-category-navigation li a:hover {
  background-color: #f1592a !important;
  text-decoration: none;
}
.ambrands-index-view .custom-category-navigation li.current-category {
  font-weight: 600;
  padding: 0 15px;
  display: block;
  min-height: 50px;
  line-height: 50px;
}

.ambrands-index-view #narrow-by-list dd {
    overflow: auto;
    max-height: 260px;
}

.ambrands-index-view .category-products .category-title {
  padding: 12px 0px;
  overflow: hidden;
  border-bottom: 1px solid #e9ebee;
}
.ambrands-index-view .category-products .category-title h1 {
  margin-bottom: 0;
  text-transform: initial;
  font-size: 24px;
  font-family: "Poppins-Semibold";
  line-height: 32px;
}
.ambrands-index-view .category-products .category-title .count {
  font-size: 14px;
  line-height: 35px;
  margin-left: 15px;
  display: block;
  float: left;
  font-family: "Poppins-Semibold";
}
.ambrands-index-view .category-products .toolbar {
  background-color: #fff;
  margin: 0;
  margin-bottom: 30px;
  border: none;
}
.ambrands-index-view .col2-left-layout .content-wrapper {
  margin-top: 0px;
  padding-top: 30px;
}
.ambrands-index-view .category-products{
  margin-top: 0px;
}
.ambrands-index-view .category-products .toolbar select {
  height: 40px;
  border: 1px solid #e9ebee;
  border-radius: 5px;
}
.ambrands-index-view .category-products .toolbar-bottom {
  margin-bottom: 60px;
}
.ambrands-index-view .category-products .toolbar-bottom .category-title, .ambrands-index-view .category-products .toolbar-bottom .sorter, .ambrands-index-view .category-products .toolbar-bottom .limiter {
  display: none;
}
.ambrands-index-view .category-products .toolbar-bottom .pager {
  width: 100%;
}
.ambrands-index-view .category-products .toolbar-bottom .pager .pages {
  margin: 0;
  overflow: initial;
  margin-bottom: 25px;
  margin-top: 10px;
}
.ambrands-index-view .category-products .toolbar-bottom .pager .pages li {
  height: 40px;
  width: 40px;
  margin: 0 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.ambrands-index-view .category-products .toolbar-bottom .pager .pages li a {
  height: 40px;
  line-height: 40px;
  width: 100%;
  border: 1px solid #e9ebee;
  border-radius: 5px;
  transition: 0.3s;
}
.ambrands-index-view .category-products .toolbar-bottom .pager .pages li a:not(.next):hover {
  background: #f1592a;
  color: #fff;
  text-decoration: none;
}
.ambrands-index-view .category-products .toolbar-bottom .pager .pages li a:not(.prev):hover {
  background: #f1592a;
  color: #fff;
  text-decoration: none;
}
.ambrands-index-view .category-products .toolbar-bottom .pager .pages li.current {
  padding: 0 5px;
  background: #1b276a;
  color: #fff;
  line-height: 40px;
}
.ambrands-index-view .category-products .toolbar-bottom .count-container {
  color: #323232;
  margin-top: 15px;
}
.ambrands-index-view .category-products .toolbar-top .view-mode, 
.ambrands-index-view .category-products .toolbar-top .count-container .amount, 
.ambrands-index-view .category-products .toolbar-top .pages/*, 
.ambrands-index-view .category-products .toolbar-top .sort-by-switcher*/ {
  display: none;
}
.ambrands-index-view .category-products .toolbar-top .pager {
  float: left;
  overflow: visible;
}
.ambrands-index-view .category-products .toolbar-top .count-container {
  margin-left: 30px;
}
.ambrands-index-view .category-products .toolbar-top label {
  font-weight: 600;
  text-transform: initial;
  color: #323232;
  line-height: 40px;
}
.ambrands-index-view .category-products .toolbar-top .toolbar {
  padding: 9px 15px 15px 15px;
  min-height: 60px;
}
.ambrands-index-view .products-grid li {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
}
.ambrands-index-view .products-grid li .product-name a {
  color: #323232;
  text-transform: initial;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ambrands-index-view .products-grid li .product-info {
  padding-bottom: 20px !important;
  min-height: initial !important;
}
.ambrands-index-view .products-grid li:hover {
  transform: scale(1.03);
}
.ambrands-index-view .products-grid li .tags {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 3;
  margin-top: 10px;
}
.ambrands-index-view .products-grid li .tags .oferta-limitata {
  background: #f0592a;
  margin-bottom: 3px;
  float: left;
  padding: 0 5px;
  clear: both;
}
.ambrands-index-view .products-grid li .tags .reducere {
  background: #ed1c24;
  margin-bottom: 3px;
  float: left;
  padding: 0 5px;
  clear: both;
}
.ambrands-index-view .products-grid li .tags .nou {
  background: #00a651;
  margin-bottom: 3px;
  float: left;
  padding: 0 5px;
  clear: both;
}
.ambrands-index-view .products-grid li .link-wishlist {
  color: #e9ebee;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
  font-size: 18px;
  transition: 0.3s;
}
.ambrands-index-view .products-grid li .link-wishlist:hover,
.ambrands-index-view .products-grid li .link-wishlist.active {
  transform: scale(1.1);
  color: red;
}
.products-slider .link-wishlist {
  color: #e9ebee;
  position: absolute;
  right: 25px;
  top: 10px;
  z-index: 999;
  font-size: 18px;
  transition: 0.3s;
}
.products-slider .link-wishlist:hover,
.products-slider .link-wishlist.active {
  transform: scale(1.1);
  color: red;
}

.ambrands-index-view .products-grid .product-image {
  border: none;
}
.ambrands-index-view .products-grid .product-image img {
  border: none;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 10px;
}
.ambrands-index-view .products-grid .actions {
  position: relative;
  border-top: 1px solid #e9ebee;
}
.ambrands-index-view .products-grid .actions a.button, .ambrands-index-view .products-grid .actions button {
  border: 1px solid #e9ebee;
  color: #4b4b4b;
  width: 100%;
  background: none !important;
  padding: 10px 5px;
  transition: 0.3s;
  max-height: 40px;
  max-width: 100px;
  font-family: "Poppins-Semibold"!important;
  font-size: 12px;
}
.ambrands-index-view .products-grid .actions a.button:hover, .ambrands-index-view .products-grid .actions button:hover {
  color: #fff;
  background: #f1592a !important;
}
.ambrands-index-view .products-grid .actions button.btn-cart:hover {
  color: #fff;
  background: #1b276a !important;
}
.ambrands-index-view .products-grid .actions div .action-wrapper {
  padding: 0 5px;
}
.ambrands-index-view .products-grid .actions div .action-wrapper:first-child {
  padding-left: 15px;
  padding-right: 7px !important;
}
.ambrands-index-view .products-grid .actions div .action-wrapper:last-child {
  padding-right: 15px;
  padding-left: 7px !important;
}
.ambrands-index-view .products-grid .availability.in-stock {
  color: #00a651;
  font-weight: 600;
}
.ambrands-index-view .products-grid .price-box {
  margin-bottom: 15px;
  overflow: hidden;
}
.ambrands-index-view .products-grid .price-box .old-price {
  float: left !important;
}
.ambrands-index-view .products-grid .price-box .old-price span {
  float: left !important;
  font-size: 12px;
  color: #4b4b4b;
  line-height: 24px;
  font-family: "Poppins-Regular";
  font-weight: normal;
}
.ambrands-index-view .products-grid .price-box .special-price {
  float: right !important;
}
.ambrands-index-view .products-grid .price-box .special-price span {
  float: right;
  font-size: 16px;
  font-weight: 600;
  color: #f1592a;
}
.ambrands-index-view .istoric-navigare {
  margin-bottom: 50px;
  max-width: 100%;
  float: left;
}

.ambrands-index-view div.brand_container{
  display: none;
}

.amshopby-index-index .col2-left-layout {
  background: #e9ebee;
}
.amshopby-index-index .col1-layout {
  background: #e9ebee;
}
.amshopby-index-index .col1-layout .content-wrapper {
  margin-top: 30px;
}
.amshopby-index-index .col1-layout .col-main{
  max-width: 1140px;
  margin: 0px auto;
  padding: 0 15px;
  margin-top: 30px;
}
.amshopby-index-index .breadcrumbs-wrapper {
  background: #fff !important;
}
.amshopby-index-index .col-left {
  width: 100%;
  padding: 0;
}
.amshopby-index-index .col-left .block-layered-nav .block-title, .amshopby-index-index .col-left .block-layered-nav .block-subtitle, .amshopby-index-index .col-left .block-layered-nav .currently, .amshopby-index-index .col-left .block-layered-nav .actions {
  display: none !important;
}
.amshopby-index-index .col-main {
  width: 100%;
  padding: 0;
}
.amshopby-index-index #narrow-by-list .ui-slider-horizontal .ui-slider-range {
  top: 5px;
  height: 2px;
}
.amshopby-index-index #narrow-by-list .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: pointer;
  top: -2px !important;
  -ms-touch-action: none;
  touch-action: none;
  background: #1b276a;
  border-color: #1b276a;
}
.amshopby-index-index #narrow-by-list .ui-slider .ui-slider-range {
  background: #f1592a;
}
.amshopby-index-index #narrow-by-list dt {
  background-color: #fff;
  border: none;
  background-image: none;
  padding: 10px 20px;
  text-transform: initial;
  font-weight: 600;
  color: #323232;
}
.amshopby-index-index #narrow-by-list dt:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  display: block;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 10px;
  font-size: 16px;
  top: 5px;
  font-weight: 900;
}
.amshopby-index-index #narrow-by-list .amshopby-collapsed:before {
  content: "\f106";
}
.amshopby-index-index #narrow-by-list .amshopby-cat .count {
  display: none;
}
.amshopby-index-index #narrow-by-list dd {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 10px 20px;
  border: none;
}
.amshopby-index-index #narrow-by-list dd a {
  padding-left: 0;
}
.amshopby-index-index #narrow-by-list .amshopby-attr {
  background-image: none;
}
.amshopby-index-index #narrow-by-list .amshopby-attr:before {
  width: 20px;
  height: 20px;
  content: " ";
  border: 2px solid #e9ebee !important;
  display: block;
  float: left;
  margin-right: 5px;
}
.amshopby-index-index #narrow-by-list .amshopby-attr .count {
  display: none;
}
.amshopby-index-index #narrow-by-list .amshopby-attr-selected {
  background-image: none;
  position: relative;
  font-weight: initial;
}
.amshopby-index-index #narrow-by-list .amshopby-attr-selected .count {
  display: none;
}
.amshopby-index-index #narrow-by-list .amshopby-attr-selected:before {
  width: 20px;
  height: 20px;
  border: 2px solid #e9ebee !important;
  display: block;
  float: left;
  margin-right: 5px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #1b276a;
  line-height: 17px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}
.amshopby-index-index .custom-category-navigation {
  margin-bottom: 30px;
}
.amshopby-index-index .custom-category-navigation li a {
  font-weight: 600;
  /*height: 35px;*/
  line-height: 35px;
  padding: 0 15px;
  transition: 0.3s;
}
.amshopby-index-index .custom-category-navigation li a:hover {
  background-color: #f1592a !important;
  text-decoration: none;
}
.amshopby-index-index .custom-category-navigation li.current-category {
  font-weight: 600;
  padding: 0 15px;
  display: block;
  min-height: 50px;
  line-height: 50px;
}
.amshopby-index-index .category-products .category-title {
  padding: 12px 0px;
  overflow: hidden;
  border-bottom: 1px solid #e9ebee;
}
.amshopby-index-index .category-products .category-title h1 {
  margin-bottom: 0;
  text-transform: initial;
  font-size: 24px;
  font-family: "Poppins-Semibold";
  line-height: 32px;
}
.amshopby-index-index .category-products .category-title .count {
  font-size: 14px;
  line-height: 35px;
  margin-left: 15px;
  display: block;
  float: left;
  font-family: "Poppins-Semibold";
}
.amshopby-index-index .category-products .toolbar {
  background-color: #fff;
  margin: 0;
  margin-bottom: 30px;
  border: none;
}
.amshopby-index-index .col2-left-layout .content-wrapper {
  margin-top: 30px;
}
.amshopby-index-index .category-products .toolbar select {
  height: 40px;
  border: 1px solid #e9ebee;
  border-radius: 5px;
}
.amshopby-index-index .category-products .toolbar-bottom {
  margin-bottom: 60px;
}
.amshopby-index-index .category-products .toolbar-bottom .category-title, .amshopby-index-index .category-products .toolbar-bottom .sorter, .amshopby-index-index .category-products .toolbar-bottom .limiter {
  display: none;
}
.amshopby-index-index .category-products .toolbar-bottom .pager {
  width: 100%;
}
.amshopby-index-index .category-products .toolbar-bottom .pager .pages {
  margin: 0;
  overflow: initial;
  margin-bottom: 25px;
  margin-top: 10px;
}
.amshopby-index-index .category-products .toolbar-bottom .pager .pages li {
  height: 40px;
  width: 40px;
  margin: 0 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.amshopby-index-index .category-products .toolbar-bottom .pager .pages li a {
  height: 40px;
  line-height: 40px;
  width: 100%;
  border: 1px solid #e9ebee;
  border-radius: 5px;
  transition: 0.3s;
}
.amshopby-index-index .category-products .toolbar-bottom .pager .pages li a:not(.next):hover {
  background: #f1592a;
  color: #fff;
  text-decoration: none;
}
.amshopby-index-index .category-products .toolbar-bottom .pager .pages li a:not(.prev):hover {
  background: #f1592a;
  color: #fff;
  text-decoration: none;
}
.amshopby-index-index .category-products .toolbar-bottom .pager .pages li.current {
  padding: 0 5px;
  background: #1b276a;
  color: #fff;
  line-height: 40px;
}
.amshopby-index-index .category-products .toolbar-bottom .count-container {
  color: #323232;
  margin-top: 15px;
}
.amshopby-index-index .category-products .toolbar-top .view-mode, .amshopby-index-index .category-products .toolbar-top .count-container .amount, .amshopby-index-index .category-products .toolbar-top .pages, .amshopby-index-index .category-products .toolbar-top .sort-by-switcher {
  display: none;
}
.amshopby-index-index .category-products .toolbar-top .pager {
  float: left;
  overflow: visible;
}
.amshopby-index-index .category-products .toolbar-top .count-container {
  margin-left: 30px;
}
.amshopby-index-index .category-products .toolbar-top label {
  font-weight: 600;
  text-transform: initial;
  color: #323232;
  line-height: 40px;
}
.amshopby-index-index .category-products .toolbar-top .toolbar {
  padding: 9px 15px 15px 15px;
  min-height: 60px;
}
.amshopby-index-index .products-grid li {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
}
.amshopby-index-index .products-grid li .product-name a {
  color: #323232;
  text-transform: initial;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.amshopby-index-index .products-grid li .product-info {
  padding-bottom: 20px !important;
  min-height: initial !important;
}
.amshopby-index-index .products-grid li:hover {
  transform: scale(1.03);
}
.amshopby-index-index .products-grid li .tags {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 999;
  margin-top: 10px;
}
.amshopby-index-index .products-grid li .tags .oferta-limitata {
  background: #f0592a;
  margin-bottom: 3px;
  float: left;
  padding: 0 5px;
  clear: both;
}
.amshopby-index-index .products-grid li .tags .reducere {
  background: #ed1c24;
  margin-bottom: 3px;
  float: left;
  padding: 0 5px;
  clear: both;
}
.amshopby-index-index .products-grid li .tags .nou {
  background: #00a651;
  margin-bottom: 3px;
  float: left;
  padding: 0 5px;
  clear: both;
}
.amshopby-index-index .products-grid li .link-wishlist {
  color: #e9ebee;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
  font-size: 18px;
  transition: 0.3s;
}
.amshopby-index-index .products-grid li .link-wishlist:hover {
  transform: scale(1.1);
  color: red;
}
.amshopby-index-index .products-grid .product-image {
  border: none;
}
.amshopby-index-index .products-grid .product-image img {
  border: none;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 10px;
}
.amshopby-index-index .products-grid .actions {
  position: relative;
  border-top: 1px solid #e9ebee;
}
.amshopby-index-index .products-grid .actions a.button, .amshopby-index-index .products-grid .actions button {
  border: 1px solid #e9ebee;
  color: #4b4b4b;
  width: 100%;
  background: none !important;
  padding: 10px 5px;
  transition: 0.3s;
  max-height: 40px;
  max-width: 100px;
  font-family: "Poppins-Semibold"!important;
  font-size: 12px;
}
.amshopby-index-index .products-grid .actions a.button:hover, .amshopby-index-index .products-grid .actions button:hover {
  color: #fff;
  background: #f1592a !important;
}
.amshopby-index-index .products-grid .actions button.btn-cart:hover {
  color: #fff;
  background: #1b276a !important;
}
.amshopby-index-index .products-grid .actions div .action-wrapper {
  padding: 0 5px;
}
.amshopby-index-index .products-grid .actions div .action-wrapper:first-child {
  padding-left: 15px;
  padding-right: 7px !important;
}
.amshopby-index-index .products-grid .actions div .action-wrapper:last-child {
  padding-right: 15px;
  padding-left: 7px !important;
}
.amshopby-index-index .products-grid .availability.in-stock {
  color: #00a651;
  font-weight: 600;
}
.amshopby-index-index .products-grid .price-box {
  margin-bottom: 15px;
  overflow: hidden;
}
.amshopby-index-index .products-grid .price-box .old-price {
  float: left !important;
}
.amshopby-index-index .products-grid .price-box .old-price span {
  float: left !important;
  font-size: 12px;
  color: #4b4b4b;
  line-height: 24px;
  font-family: "Poppins-Regular";
  font-weight: normal;
}
.amshopby-index-index .products-grid .price-box .special-price {
  float: right !important;
}
.amshopby-index-index .products-grid .price-box .special-price span {
  float: right;
  font-size: 16px;
  font-weight: 600;
  color: #f1592a;
}
.amshopby-index-index .istoric-navigare {
  margin-bottom: 50px;
  max-width: 100%;
  float: left;
}

.catalogsearch-result-index .col2-left-layout {
  background: #e9ebee;
}
.catalogsearch-result-index .col2-left-layout .content-wrapper {
  margin-top: 30px;
}
.catalogsearch-result-index .breadcrumbs-wrapper {
  background: #fff !important;
}
.catalogsearch-result-index .col-left {
  width: 100%;
  padding: 0;
}
.catalogsearch-result-index .col-left .block-layered-nav .block-title, .catalogsearch-result-index .col-left .block-layered-nav .block-subtitle, .catalogsearch-result-index .col-left .block-layered-nav .currently, .catalogsearch-result-index .col-left .block-layered-nav .actions {
  /*display: none !important;*/
}
.catalogsearch-result-index .col-main {
  width: 100%;
  padding: 0;
}
.catalogsearch-result-index #narrow-by-list .ui-slider-horizontal .ui-slider-range {
  top: 5px;
  height: 2px;
}
.catalogsearch-result-index #narrow-by-list .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: pointer;
  top: -2px !important;
  -ms-touch-action: none;
  touch-action: none;
  background: #1b276a;
  border-color: #1b276a;
}
.catalogsearch-result-index #narrow-by-list .ui-slider .ui-slider-range {
  background: #f1592a;
}
.catalogsearch-result-index #narrow-by-list dt {
  background-color: #fff;
  border: none;
  background-image: none;
  padding: 10px 20px;
  text-transform: initial;
  font-weight: 600;
  color: #323232;
}
.catalogsearch-result-index #narrow-by-list dt:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  display: block;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 10px;
  font-size: 16px;
  top: 5px;
  font-weight: 900;
}
.catalogsearch-result-index #narrow-by-list .amshopby-collapsed:before {
  content: "\f106";
}
.catalogsearch-result-index #narrow-by-list .amshopby-cat .count {
  display: none;
}
.catalogsearch-result-index #narrow-by-list dd {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 10px 20px;
  border: none;
  overflow: auto;
  max-height: 260px;
}
.catalogsearch-result-index #narrow-by-list dd a {
  padding-left: 0;
}
.catalogsearch-result-index #narrow-by-list .amshopby-attr {
  background-image: none;
}
.catalogsearch-result-index #narrow-by-list .amshopby-attr:before {
  width: 20px;
  height: 20px;
  content: " ";
  border: 2px solid #e9ebee !important;
  display: block;
  float: left;
  margin-right: 5px;
}
.catalogsearch-result-index #narrow-by-list .amshopby-attr .count {
  display: none;
}
.catalogsearch-result-index #narrow-by-list .amshopby-attr-selected {
  background-image: none;
  position: relative;
  font-weight: initial;
}
.catalogsearch-result-index #narrow-by-list .amshopby-attr-selected .count {
  display: none;
}
.catalogsearch-result-index #narrow-by-list .amshopby-attr-selected:before {
  width: 20px;
  height: 20px;
  border: 2px solid #e9ebee !important;
  display: block;
  float: left;
  margin-right: 5px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #1b276a;
  line-height: 17px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}
.catalogsearch-result-index .custom-category-navigation {
  margin-bottom: 30px;
}
.catalogsearch-result-index .custom-category-navigation li a {
  font-weight: 600;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  transition: 0.3s;
}
.catalogsearch-result-index .custom-category-navigation li a:hover {
  background-color: #f1592a !important;
  text-decoration: none;
}
.catalogsearch-result-index .custom-category-navigation li.current-category {
  font-weight: 600;
  padding: 0 15px;
  display: block;
  height: 50px;
  line-height: 50px;
}
.catalogsearch-result-index .category-products .category-title {
  padding: 12px 0px;
  overflow: hidden;
  border-bottom: 1px solid #e9ebee;
}
.catalogsearch-result-index .category-products .category-title h1 {
  margin-bottom: 0;
  text-transform: initial;
  font-size: 24px;
  font-family: "Poppins-Semibold";
  line-height: 32px;
}
.catalogsearch-result-index .category-products .category-title .count {
  font-size: 14px;
  line-height: 35px;
  margin-left: 15px;
  display: block;
  float: left;
  font-family: "Poppins-Semibold";
}
.catalogsearch-result-index .category-products .toolbar {
  background-color: #fff;
  margin: 0;
  margin-bottom: 30px;
  border: none;
}
.catalogsearch-result-index .category-products .toolbar select {
  height: 40px;
  border: 1px solid #e9ebee;
  border-radius: 5px;
}
.catalogsearch-result-index .category-products .toolbar-bottom {
  margin-bottom: 60px;
}
.catalogsearch-result-index .category-products .toolbar-bottom .category-title, .catalogsearch-result-index .category-products .toolbar-bottom .sorter, .catalogsearch-result-index .category-products .toolbar-bottom .limiter {
  display: none;
}
.catalogsearch-result-index .category-products .toolbar-bottom .pager {
  width: 100%;
}
.catalogsearch-result-index .category-products .toolbar-bottom .pager .pages {
  margin: 0;
  overflow: initial;
  margin-bottom: 25px;
  margin-top: 10px;
}
.catalogsearch-result-index .category-products .toolbar-bottom .pager .pages li {
  height: 40px;
  width: 40px;
  margin: 0 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.catalogsearch-result-index .category-products .toolbar-bottom .pager .pages li a {
  height: 40px;
  line-height: 40px;
  width: 100%;
  border: 1px solid #e9ebee;
  border-radius: 5px;
  transition: 0.3s;
}
.catalogsearch-result-index .category-products .toolbar-bottom .pager .pages li a:not(.next):hover {
  background: #f1592a;
  color: #fff;
  text-decoration: none;
}
.catalogsearch-result-index .category-products .toolbar-bottom .pager .pages li a:not(.prev):hover {
  background: #f1592a;
  color: #fff;
  text-decoration: none;
}
.catalogsearch-result-index .category-products .toolbar-bottom .pager .pages li.current {
  padding: 0 5px;
  background: #1b276a;
  color: #fff;
  line-height: 40px;
}
.catalogsearch-result-index .category-products .toolbar-bottom .count-container {
  color: #323232;
  margin-top: 15px;
}
.catalogsearch-result-index .category-products .toolbar-top .view-mode, .catalogsearch-result-index .category-products .toolbar-top .count-container .amount, .catalogsearch-result-index .category-products .toolbar-top .pages, .catalogsearch-result-index .category-products .toolbar-top .sort-by-switcher {
  display: none;
}
.catalogsearch-result-index .category-products .toolbar-top .pager {
  float: left;
  overflow: visible;
}
.catalogsearch-result-index .category-products .toolbar-top .count-container {
  margin-left: 30px;
}
.catalogsearch-result-index .category-products .toolbar-top label {
  font-weight: 600;
  text-transform: initial;
  color: #323232;
  line-height: 40px;
}
.catalogsearch-result-index .category-products .toolbar-top .toolbar {
  padding: 9px 15px 15px 15px;
}
.catalogsearch-result-index .products-grid li {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
}
.catalogsearch-result-index .products-grid li .product-name a {
  color: #323232;
  text-transform: initial;
  font-weight: 600;
}
.catalogsearch-result-index .products-grid li .product-info {
  padding-bottom: 20px !important;
  min-height: initial !important;
}
.catalogsearch-result-index .products-grid li:hover {
  transform: scale(1.03);
}
.catalogsearch-result-index .products-grid li .tags {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
  margin-top: 10px;
}
.catalogsearch-result-index .products-grid li .tags .oferta-limitata {
  background: #f0592a;
  margin-bottom: 3px;
  float: left;
  padding: 0 5px;
  clear: both;
}
.catalogsearch-result-index .products-grid li .tags .reducere {
  background: #ed1c24;
  margin-bottom: 3px;
  float: left;
  padding: 0 5px;
  clear: both;
}
.catalogsearch-result-index .products-grid li .tags .nou {
  background: #00a651;
  margin-bottom: 3px;
  float: left;
  padding: 0 5px;
  clear: both;
}
.catalogsearch-result-index .products-grid li .link-wishlist {
  color: #e9ebee;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  font-size: 18px;
  transition: 0.3s;
}
.catalogsearch-result-index .products-grid li .link-wishlist:hover {
  transform: scale(1.1);
  color: red;
}
.catalogsearch-result-index .products-grid .product-image {
  border: none;
}
.catalogsearch-result-index .products-grid .product-image img {
  border: none;
  max-width: 80%;
  margin: 0 auto;
}
.catalogsearch-result-index .products-grid .actions {
  position: relative;
  border-top: 1px solid #e9ebee;
}
.catalogsearch-result-index .products-grid .actions a.button, .catalogsearch-result-index .products-grid .actions button {
  border: 1px solid #e9ebee;
  color: #4b4b4b;
  width: 100%;
  background: none !important;
  padding: 10px 5px;
  transition: 0.3s;
  max-height: 40px;
  max-width: 100px;
  font-family: "Poppins-Semibold"!important;
  font-size: 12px;
}
.catalogsearch-result-index .products-grid .actions a.button:hover, .catalogsearch-result-index .products-grid .actions button:hover {
  color: #fff;
  background: #f1592a !important;
}
.catalogsearch-result-index .products-grid .actions button.btn-cart:hover {
  color: #fff;
  background: #1b276a !important;
}
.catalogsearch-result-index .products-grid .actions div .action-wrapper {
  padding: 0 5px;
}
.catalogsearch-result-index .products-grid .actions div .action-wrapper:first-child {
  padding-left: 15px;
  padding-right: 7px !important;
}
.catalogsearch-result-index .products-grid .actions div .action-wrapper:last-child {
  padding-right: 15px;
  padding-left: 7px !important;
}
.catalogsearch-result-index .products-grid .availability.in-stock {
  color: #00a651;
  font-weight: 600;
}
.catalogsearch-result-index .products-grid .price-box {
  margin-bottom: 15px;
  overflow: hidden;
}
.catalogsearch-result-index .products-grid .price-box .old-price {
  float: left !important;
}
.catalogsearch-result-index .products-grid .price-box .old-price span {
  float: left !important;
  font-size: 12px;
  color: #4b4b4b;
  line-height: 24px;
  font-family: "Poppins-Regular";
  font-weight: normal;
}
.catalogsearch-result-index .products-grid .price-box .special-price {
  float: right !important;
}
.catalogsearch-result-index .products-grid .price-box .special-price span {
  float: right;
  font-size: 16px;
  font-weight: 600;
  color: #f1592a;
}
.catalogsearch-result-index .istoric-navigare {
  margin-bottom: 50px;
  max-width: 100%;
  float: left;
}

.account-create .fieldset {
  margin-left: 0 !important;
}
.account-create .page-title {
  border-bottom: 1px solid #e9ebee;
  margin-bottom: 35px;
}
.account-create .page-title h1 {
  border-bottom: none;
  font-size: 24px;
  color: #323232;
  text-transform: initial;
  margin-top: 30px;
  margin-top: 15px;
}
.account-create input[type="text"], .account-create input[type="password"], .account-create input[type="email"] {
  height: 50px;
  border: 1px solid #e9ebee;
  padding: 10px;
}
.account-create ul li {
  overflow: hidden;
}
.account-create ul li .field {
  margin-bottom: 15px;
  overflow: hidden;
}
.account-create ul li label {
  font-weight: initial;
  font-size: 14px;
  padding-bottom: 15px;
}
.account-create ul li label:not(.no-width) {
  width: 200px !important;
  float: left;
}
.account-create ul li .input-box {
  width: calc(100% - 200px);
  float: left;
}
.account-create [type="radio"]:checked, .account-create [type="radio"]:not(:checked) {
  position: absolute;
  opacity: 0;
}
.account-create [type="radio"]:checked + label, .account-create [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.account-create [type="radio"]:checked + label:before, .account-create [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.account-create [type="radio"]:checked + label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #f1592a;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.account-create [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #f1592a;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.account-create [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.account-create [type="checkbox"]:checked, .account-create [type="checkbox"]:not(:checked) {
  position: absolute;
  opacity: 0;
}
.account-create [type="checkbox"]:checked + label, .account-create [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.account-create [type="checkbox"]:checked + label:before, .account-create [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  background: #fff;
}
.account-create [type="checkbox"]:checked + label:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  color: #f1592a;
  top: 0px;
  left: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  display: block;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.account-create [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  color: #f1592a;
  top: 0px;
  left: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  display: block;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.account-create [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  display: block;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.account-create .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  font-weight: initial;
}
.account-create .btn {
  color: #fff;
  background-color: #1b276a;
  padding: 15px 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0px !important;
  cursor: pointer;
}
.account-create .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.account-create .detalii-login {
  text-transform: initial;
  margin-bottom: 25px;
}
.account-create .buttons-set {
  border-top: none;
  margin: none !important;
  margin-left: 0 !important;
  margin-bottom: 50px;
}
.account-create .buttons-set button {
  padding: 20px;
}
.account-create .social-login {
  padding: 50px 0;
}
.account-create .social-login p {
  margin-bottom: 25px;
}
.account-create .social-login a {
  transition: 0.3s;
}
.account-create .social-login a:hover {
  transform: scale(1.05);
}
.account-create .buttons-set {
  margin-top: 0px;
}
.account-create button[type="submit"] {
  font-size: 14px;
  transition: 0.3s;
  margin-left: 0px !important;
}
.account-create button[type="submit"]:hover {
  background: #f1592a;
}

.product-view .relative span {
    margin: 15px 0px;
}

#ghid{
  max-width: 40%;
  float: right;
}

#bannere-info{
  width: 100%;
}

#product-options-wrapper {
    max-width: 60%;
    float: left;
    margin-top: 15px;
    clear: none;
}

.category-products .action-wrapper .availability.out-of-stock{
  border: 1px solid #e9ebee;
  width: 100%;
  background: none !important;
  padding: 10px 5px;
  transition: 0.3s;
  max-height: 40px;
  max-width: 100px;
  font-family: "Poppins-Semibold"!important;
  font-size: 12px;
}

.category-products .availability.out-of-stock span{

}

#totop {
    height: 40px;
    position: fixed;
    right: 15px;
    width: 40px;
    z-index: 9999;
    bottom: 0;
    background-color: #f0592a;
    font-size: 16px;
    color: #08c;
    text-align: center;
    line-height: 1;
    padding: 11px 0;
    display: none;
    border-radius: 5px 5px 0 0;
    transition: 1s;
}

#totop i{
    color: #fff;
}

.contacts-index-index .col-md-9 form{
  display: none;
}

.contacts-index-index #messages_product_view{
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: -38%;
}

.catalog-category-view #narrow-by-list dd,
.amshopby-index-index #narrow-by-list dd {    
    overflow: auto;
    max-height: 260px;
}

.post-content-home img{
  width: 100%;
  height: 180px;
  object-fit: contain;
}

.post-content-home .title{
  min-height: 55px;
}

.cart-empty p{
  color: #000;
  font-size: 16px;
}

.brand-name{
  margin-left: 5px;
}

.catalog-category-view #category{
  display: none;
}

.category-reduceri #category,
.category-black-friday #category{
  display: block;
}

#header-account{
  padding: 30px 40px!important;
}

/*.dropdown-account:before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  display: block;
  right: 40%;
  top: -20px;
  border-bottom-color: #fff;
}*/

#header-account a.bg-orange,
#header-account a.bg-orange:hover{
  color: #fff;
  font-size: 12px;
  padding: 0px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
}

#header-account a.new-account{
  font-size: 12px;
  color: #2a2a29;
  padding: 10px 0px;
  text-decoration: none;
}

#header-account a.new-account:hover{
  font-size: 12px;
  color: #2a2a29;
  text-decoration: none;
}

#header-account .social{
  border-top: 1px solid #e9ebee;
  text-align: center;
}

#header-account .social p{
  font-size: 12px;
  color: #2a2a29;
  padding-top: 15px;
  margin-bottom: 5px;
}

#header-account .social a{
  padding: 5px;
}

#header-account .text-left a{
  text-align: left;
}

header#header .account-cart-wrapper .fas.fa-user-circle {
    line-height: 42px;
    float: left;
    margin-left: 5px;
}

header#header .account-cart-wrapper .name-section {
    float: none !important;
    line-height: 12px;
    margin-top: 15px;
    padding-left: 10px;
    overflow: hidden;
    margin-left: 5px;
    text-align: left;
}

header#header .account-cart-wrapper .name-section b,
header#header .account-cart-wrapper .name-section span{
    font-weight: normal!important;
    font-family: "Poppins-Semibold";
    font-size: 12px!important;
    display: block;
    text-transform: none;
}

.return-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #2b2a29;
    font-family: "Poppins-Regular";
}

/* Hide the browser's default checkbox */
.return-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.return-box:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.return-box input:checked ~ .checkmark {
    background-color: #1b276a ;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.return-box input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.return-box .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


p.cerere{
  font-size: 18px;
  color: #2b2a29;
  font-family: "Poppins-Semibold";
  width: 100%;
  margin-top: 30px;
  float: left;
}

.return-page .bottom-section{
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  padding-top: 30px;
  margin-top: 10px;
}

.return-page .bottom-section p{
  color: #2b2a29;
}

.return-page .bottom-section p.small-title{
  font-family: "Poppins-Semibold";
  margin-bottom: 0px;
  color: #2b2a29;
}

.return-page textarea{
  width: 100%;
  max-width: 100%;
  border: 1px solid #e1e1e1;
  height: 60px;
}

.return-page .bottom-section .section{
  border-top: 1px solid #e1e1e1;
  padding-top: 15px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.return-page .bottom-section .bottom-accept{
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
}

.return-page .bottom-section .bottom-accept .checkmark{
  top: 20px;
}

.return-page .retur-submit{
  display: block;
  width: 170px;
  height: 50px;
  font-family: "Poppins-Semibold";
  font-size: 14px;
  margin-bottom: 60px;
}


.modal-body img{
  max-width: 100%;
}

.modal-dialog{
  max-width: 700px;
}

.sidefil {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #f5f5f5;
    overflow-x: hidden;
    padding-top: 60px;    
}



.sidefil30{
    width: 30%;
}

.sidefil a {
    padding: 10px 30px 10px 15px;
    text-decoration: none;
    font-size: 15px;
    color: #000;
    display: block;
}

.sidefil a:hover {
    color: #000;
}


.sidefil dt {
    text-decoration: none;
    font-size: 15px;
    color: #000;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 10px 15px 10px 15px;
    font-weight: 100;
}

.sidefil dt:after {
    content: ">";
    right: 0px;
    color: #000;
    float: right;
    margin-right: 0px;
}

.sidefil dt.level2 {
    padding-left: 30px;
}

.sidefil dd.level3 {
    padding-left: 30px;
    border-bottom: 1px solid #fff;
}

.sidefil dt:hover{
    cursor: pointer;
}

.sidefil .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    margin-left: 0px;
}

.sidefil .closebtn:after{
    content: "Inapoi";
    font-size: 15px;
    color: #000;
    position: absolute;
    left: 50px;
    top: 25px;
}

.rate-tab p{
  font-size: 16px;
}

.rate-tab p.font-blue{
  font-size: 18px;
}

.rate-section{
  border-top: 1px solid #ebebeb;
}

.rate-section p{
  font-size: 18px;
  color: #2b2a29;
  margin-top: 15px;
  display: inline-block;
}

.rate-section select{
  float: right;
  max-width: 150px;
  margin-top: 15px;
  border-radius: 0;
  border: 1px solid #ebebeb;
}

.rate-tab #tabel{
  margin-top: 20px;
}

.rate-tab #tabel tr p, .rate-tab #tabel td{
  font-size: 14px;
  color: #2b2a29;
  font-family: "Poppins-Regular";
}

.rate-tab #tabel p.font-blue{
  font-size: 18px;
}

.bannerslide-default-slider{
  margin-bottom: 0px!important;
}

.magestore-bannerslider,
.bannerslide-default-slider .jquery-slider-wrapper,
.bannerslide-default-slider .jquery-slider-wrapper div,
.bannerslide-default-slider img{
  max-width: 100%;
  margin-bottom: 15px;
}


.bannerslide-default-slider .jquery-slider-slide{
  position: relative!important;
}


.magestore-bannerslider,
.bannerslide-default-slider img{
  width: 100%;
  height: auto;
}


.bannerslide-default-slider .jquery-slider-navigation-next{
  width: 40px!important;
  height: 40px!important;
  background: #fff!important;
  right: 0px!important;
  text-align: center;
}

.bannerslide-default-slider .jquery-slider-navigation-next:before{
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  line-height: 40px;
  color: #636363;
}

.bannerslide-default-slider .jquery-slider-navigation-prev{
  width: 40px!important;
  height: 40px!important;
  background: #fff!important;
  left: 0px!important;
  text-align: center;
}

.bannerslide-default-slider .jquery-slider-navigation-prev:before{
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  line-height: 40px;
  color: #636363;
}

.bannerslide-default-slider .jquery-slider-navigation-next:hover,
.bannerslide-default-slider .jquery-slider-navigation-prev:hover{
  text-decoration: none!important;
}

.tbi-section {
    padding-top: 15px;
    float: left;
    width: 100%;
    border-top: 1px solid #e9ebee;
    border-bottom: 1px solid #e9ebee;
    margin-bottom: 30px;
}

.tbi-section .col-6{
  text-align: center;
}

.first-banner-right{
  float: left;
  margin-bottom: 15px;
}

.iwd-ordermanager-confirm-edit .col-main {
    max-width: 1140px;
    margin: 0px auto;
    padding: 15px!important;
}



@media screen and (max-height: 450px) {
  .sidefil {padding-top: 15px;}
  .sidefil a {font-size: 18px;}
}


.amshopby-filters-top {display: none;}

.category-products{float: left; width: 100%;}

.filtru:hover, .filtru2:hover{
    cursor: pointer;
}


.filtru{
float:left; 
color:#000; 
text-transform:uppercase; 
font-size:18px; 
display: block; 
padding: 10px;
text-align: center;
font-weight: bold;
max-width: 60px;
}

.home-main-slider{
  max-height: 400px;
  position: relative;
}

.slider1-1{
  height: 400px;
}


.home-main-slider { 
    opacity: 0; 
    text-align: center; 
    animation: fadein 1s; 
    animation-delay:1s; 
    -webkit-animation-fill-mode: forwards; 
    -moz-animation-fill-mode: forwards; 
    -ms-animation-fill-mode: forwards; 
    animation-fill-mode: forwards; 
} 
@keyframes fadein { 
    from { opacity: 0; } /*Update because you asked for this numbers BUT i propose from 0 otherwise you are instantly seeing the div. */
    to { opacity: 1;} 
}

@media screen and (min-width: 991px) {
  .no-mobile{display: none}
}

.blog-index-list .toolbar{
  float: left;
  width: 100%;
  background: transparent;
  border: none;
}

.blog-index-list .toolbar select {
  height: 40px;
  border: 1px solid #e9ebee;
  border-radius: 5px;
}
.blog-index-list .toolbar {
  margin-bottom: 60px;
}
.blog-index-list .toolbar .category-title, .blog-index-list .toolbar .sorter, .blog-index-list .toolbar .limiter {
  display: none;
}
.blog-index-list .toolbar .pager {
  width: 100%;
}
.blog-index-list .toolbar .pager .pages {
  margin: 0;
  overflow: initial;
  margin-bottom: 25px;
  margin-top: 10px;
}
.blog-index-list .toolbar .pager .pages li {
  height: 40px;
  width: 40px;
  margin: 0 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.blog-index-list .toolbar .pager .pages li a {
  height: 40px;
  line-height: 40px;
  width: 100%;
  border: 1px solid #e9ebee;
  border-radius: 5px;
  transition: 0.3s;
}
.blog-index-list .toolbar .pager .pages li a:not(.next):hover {
  background: #f1592a;
  color: #fff;
  text-decoration: none;
}
.blog-index-list .toolbar .pager .pages li a:not(.prev):hover {
  background: #f1592a;
  color: #fff;
  text-decoration: none;
}
.blog-index-list .toolbar .pager .pages li.current {
  padding: 0 5px;
  background: #1b276a;
  color: #fff;
  line-height: 40px;
}
.blog-index-list .toolbar .count-container {
  color: #323232;
  margin-top: 15px;
}

.blog-cat-view .toolbar select {
  height: 40px;
  border: 1px solid #e9ebee;
  border-radius: 5px;
}
.blog-cat-view .toolbar {
  margin-bottom: 60px;
}
.blog-cat-view .toolbar .category-title, .blog-cat-view .toolbar .sorter, .blog-cat-view .toolbar .limiter {
  display: none;
}
.blog-cat-view .toolbar .pager {
  width: 100%;
}
.blog-cat-view .toolbar .pager .pages {
  margin: 0;
  overflow: initial;
  margin-bottom: 25px;
  margin-top: 10px;
}
.blog-cat-view .toolbar .pager .pages li {
  height: 40px;
  width: 40px;
  margin: 0 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.blog-cat-view .toolbar .pager .pages li a {
  height: 40px;
  line-height: 40px;
  width: 100%;
  border: 1px solid #e9ebee;
  border-radius: 5px;
  transition: 0.3s;
}
.blog-cat-view .toolbar .pager .pages li a:not(.next):hover {
  background: #f1592a;
  color: #fff;
  text-decoration: none;
}
.blog-cat-view .toolbar .pager .pages li a:not(.prev):hover {
  background: #f1592a;
  color: #fff;
  text-decoration: none;
}
.blog-cat-view .toolbar .pager .pages li.current {
  padding: 0 5px;
  background: #1b276a;
  color: #fff;
  line-height: 40px;
}
.blog-cat-view .toolbar .count-container {
  color: #323232;
  margin-top: 15px;
}

.istoric-comenzi{
  height: 33px;
  margin-bottom: 25px;
}

.drreminder-index-products .col1-layout{
	max-width: 1140px;
	margin: 0 auto;
	padding-left: 15px;
	padding-left: 15px;
}

.drreminder-index-products h3{
	text-transform: none;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #000;
	font-size: 24px;
}

.grey-box{
  text-align: center;
  padding: 40px;
  background: #eaebef;
}

.grey-box .pslogin-block .pslogin-buttons ul li .pslogin-button-text{
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}

.grey-box .pslogin-block .pslogin-buttons ul li .pslogin-button-icon{
  margin-top: 5px;
}

.grey-box .pslogin-block .pslogin-buttons ul li{
  height: 45px;
}

@media (max-width: 767px) {
  .image-links .item {
    margin-bottom: 30px;
  }

  #header-account {
    position: absolute;
    background: #fff;
    width: 100%;
  }
  #header-account li a {
    border-bottom: 0px;
  }

  #header-cart {
    width: 100% !important;
    position: absolute;
    background: #fff;
    left: 0;
  }

  .above-the-fold .side-items {
    margin-top: 30px;
  }

  .product-collateral dt {
    background: #fff !important;
    border: none !important;
    border-bottom: 1px solid #e9ebee !important;
  }

  .first-banner-right{
    float: left;
    width: 48%;
    margin-bottom: 0px;
  }

  .second-banner-right{
    float: right;
    width: 48%;
  }
}
@media (max-width: 991px) {

  header#header .account-cart-wrapper .fas.fa-user-circle{
    line-height: initial;
    margin-top: 15px;
  }

  header#header .account-cart-wrapper .name-section{
    margin: 0;
    padding-top: 10px;
  }

  .nav-primary{
    display: none!important
  }

  .header-nav-bar .no-mobile{
    position: absolute;
    top: -130px;
    z-index: 99999999;
  }

  .social-footer{
    display: none;
  }

  nav#nav {
    height: auto !important;
    overflow: auto;
  }

  .menu-bar-links {
    margin: 0;
    padding: 0px !important;
  }

  .menu-bar-links .header-buttons{
    padding-left: 15px;
  }

  .newlsetter .block-subscribe #newsletter-validate-detail button{
    width: 95px;
  }

  .catalog-category-view .products-grid .product-image img{
    margin-top: 50px;
  }

  .slick-slider .prevArrowSlick, .slick-slider .nextArrowSlick{
    display: none!important;
  }

  .product-img-box-old .slick-slider .prevArrowSlick, .slick-slider .nextArrowSlick{
    display: inline!important;
  }

  .account-cart-wrapper {
    position: relative !important;
    float: left;
  }
  .account-cart-wrapper #header-account {
    top: 100% !important;
    left: 0;
  }

  .skip-links {
    overflow: initial !important;
  }

  .header-minicart #header-cart {
    top: 100% !important;
  }
  .image-links{
    padding-bottom: 30px;
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {

  .first-banner-right{
    margin-bottom: -2px!important
  }

  .availability.out-of-stock span, .availability.in-stock span,
  .catalog-category-view .products-grid .actions a.button, .catalog-category-view .products-grid .actions button{
  	font-size: 10px;
  }	

  #header-account {
    right: 200px !important;
  }

  .footer-links {
    margin-top: 30px;
  }

  .slick-slider .prevArrowSlick, .slick-slider .nextArrowSlick{
    display: none!important;
  }

  .product-img-box-old .slick-slider .prevArrowSlick, .slick-slider .nextArrowSlick{
    display: inline!important;
  }

  .top-bar .links a{
    margin-right: 10px;
  }

  .top-bar .links a:last-child{
    margin-right: 0px
  }

  nav#nav li a{
    padding: 2.5px 10px;
  }

  nav#nav li a img{
    margin-right: 5px;
  }

  .category-products .action-wrapper .availability.out-of-stock{
    margin: 0 auto;
  }

  .section-margin{
    margin-bottom: 0px;
  }

  .product-view .istoric-navigare,
  .product-view .products-slider{
    padding-top: 0px!important;
  }

  .istoric-navigare .slider1-4 img,
  .istoric-navigare .magestore-bannerslider{
    margin-bottom: 10px;
  }

  .bannerslide-default-slider .jquery-slider-wrapper,
  .bannerslide-default-slider .jquery-slider-wrapper div{
    height: auto!important;
    max-height: 230px;
  }  

  

  .catalog-category-view .products-grid .price-box,
  .catalogsearch-result-index .products-grid .price-box,
  .ambrands-index-view .products-grid .price-box{
    min-height: 60px;
  }

  .ambrands-index-view .products-grid .price-box .special-price,
  .ambrands-index-view .products-grid .price-box .old-price,
  .catalog-category-view .products-grid .price-box .special-price,
  .catalog-category-view .products-grid .price-box .old-price,
  .catalogsearch-result-index .products-grid .price-box .special-price,
  .catalogsearch-result-index .products-grid .price-box .old-price{
    float: none!important;
    padding: 0;
  }

}
