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

.bg-gradient-blue{
   background-image: linear-gradient(to right, #356aa0 , #4ecaed);
}

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

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

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

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

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

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

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

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

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

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

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

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

.font-almost-black{
  color: #212121 !important;
}

.box-shadow, nav#nav, nav#nav li ul.level0, header#header #header-account, .products-slider .slide-item, {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}

#header{
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.02);
  background: #283672;
}

.header-nav-bar{
  background: #fff;
  height: 45px;
}

.header-nav-bar.sticky{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.menutopleft{
  background: rgba(254, 212, 48, 1);
}

b {
  font-weight: 600 !important;
}



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

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

select:focus {
  outline-color: #283673;
  color: #001346;
}

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

button {
  font-family: "Lato" !important;
} */

nav#nav {
  position: absolute;
  background: #fff;
  width: 300px;
  z-index: 999;
  display: none;
  border-radius: 0px;
}
nav#nav li {
  width: 100%;
  position: initial;
  background: #fff;
}
nav#nav li a {
  text-transform: initial;
  color: #323232;
  width: 100%;
  padding: 3px 0px 3px 45px;
}
nav#nav li a:hover {
  background-color: #f2f3f4;
  color: #283673;
  font-family: "Lato-Semibold";
}
nav#nav li a img {
  float: left;
  margin-top: 6px;
  margin-right: 12px;
}
nav#nav li a i {
  margin-top: 7px;
  margin-right: 10px;
}
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.level0 li.level1 a {
  font-family: "Lato-Semibold";
}
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.level1 li.level2 a{
  font-family: "Lato-Light";
  padding-left: 5px;
}

nav#nav li ul.level1 li.level2:nth-child(n+6){
  display:none
}

nav#nav li li.level1.parent:nth-child(n+5){
  display:none
}

nav#nav li li.level1:nth-child(n+25){
  display:none
}

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


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

nav#nav li ul.level0 li.level1:nth-child(n+21){
  display: none;
}

nav#nav li ul.level0 li.level1:nth-child(odd){
  clear: both;
}


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

.menu-bar-links {
  padding: 0;
  line-height: 45px;
}

.top-bar {
  line-height: 45px;
}
.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;
  padding-bottom: 15px;
}
header#header .logo-bar .logo {
  float: left;
  margin: 0 auto;
  max-width: 260px;
}
header#header #search_mini_form {
  
}
header#header #search_mini_form input {
  border: none;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  font-family: "Lato-Light";
  color: #3a3a3a;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}
header#header #search_mini_form button.search-button {
    height: 33px;
    width: 33px;
    display: block;
    font-size: 12px;
    text-indent: initial;
    background: #45505d;
    border-radius: 50px;
    right: 10px;
    top: 8px;
}
header#header #search_mini_form button.search-button:before {
  content: none;
}
header#header .header-minicart {
  /* float: right;
  width: 165px;
  margin-right: 20px; */
  z-index: 3;
}
header#header .header-minicart .skip-cart {

}
header#header .header-minicart .skip-cart span {
    font-size: 14px;
    text-transform: none;
    color: #fff;
    font-family: "Lato-Regular";
    float: left;
    margin-left: 5px;
}
header#header .my-account-url span{
     font-size: 14px;
    text-transform: none;
    color: #fff;
    font-family: "Lato-Regular";
    float: left;
    margin-left: 5px;
}
header#header .header-minicart #header-cart {
    top: 42px;
    z-index: 9999;
    width: 300px;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0px -5px 19px rgba(0, 0, 0, 0.07);
    right: 0;
    left: auto;
}
header#header .header-minicart .fas.fa-shopping-basket {
  line-height: 42px;
  float: left;
  margin-left: 5px;
}
header#header .header-minicart .minicart-count {
  /* height: 60px; */
  display: inline-block;
  vertical-align: middle;
}
header#header .fa-angle-down{
  margin-left: 5px;
}
header#header .header-minicart .minicart-actions {
  padding: 20px;
}
header#header .header-minicart .minicart-actions a {
  line-height: 40px;
  background-color: #283673;
  transition: 0.3s;
}
header#header .header-minicart .minicart-actions a:hover {
  background-color: #283673 !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 #f2f3f4;
  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 #f2f3f4;
}
header#header #header-account.skip-active {
    top: 28px;
    z-index: 9999;
    right: 200px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0px -5px 19px rgba(0, 0, 0, 0.07);
    width: 200px;
    left: auto;
}

header#header .skip-logout{
    position: absolute;
    top: 30px;
    background: #fff;
    z-index: 999;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    right: 205px;
    width: 300px;
    box-shadow: 0px -5px 19px rgba(0, 0, 0, 0.07);
}

header#header .skip-logout p {
    color: #8e8e8e;
    font-size: 12px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
}

header#header .skip-logout a.login{
    background: #283673;
    color: #fff;
    border-radius: 50px;
    width: 110px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    text-decoration: none;
}

header#header .skip-logout a.register{
    border-radius: 50px;
    width: 110px;
    height: 30px;
    display: inline-block;
    text-align: right;
    line-height: 30px;
    font-size: 12px;
    text-decoration: none;
    margin-left: 10px;
}

header#header .skip-logout:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    display: block;
    right: 160px;
    top: -20px;
    border-bottom-color: #fff;
}

header#header #header-account.skip-active:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    display: block;
    left: 50px;
    top: -20px;
    border-bottom-color: #fff;
}

header#header .header-minicart #header-cart:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    display: block;
    right: 100px;
    top: -20px;
    border-bottom-color: #fff;
}


#header-account a:hover{
  color: #1e1e1e;
  background: #ebebeb;
  text-decoration: none;
}

.header-nav-bar .menu-toggle span{
  cursor: pointer;
  line-height: 45px;
  font-family: "Lato-Semibold";
  color: #000;
  font-size: 16px;
  vertical-align: middle;
  text-transform: uppercase;
  margin-left: 15px;
}
.header-nav-bar .menu-toggle i {
  line-height: 45px;
  margin-right: 15px;
}
.header-nav-bar .menu-bar-links a {
  line-height: 45px;
  display: inline-block;
  padding-left: 30px;
}
.header-nav-bar .menu-bar-links .additional-links a {
  font-family:"Lato-Semibold";
  transition: 0.3s;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.header-nav-bar .menu-bar-links .additional-links a:hover {
  
}

.account-cart-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-cart-wrapper .skip-links {
  width: initial;
}
.account-cart-wrapper a.skip-link {
  /* width: 140px; */
  width: auto;
  transition: 0.3s;
  padding: 0 10px;
  /* height: 60px; */
}
.account-cart-wrapper a.skip-link.favorite {
  /* width: 85px; */
  transition: 0.3s;
}
.account-cart-wrapper a.skip-link.favorite span{
  margin-left: 5px;
  color: #fff;
}
.account-cart-wrapper a.skip-link:hover {
  /*background: #f2f3f4;*/
}

.above-the-fold {
  background: #f9f9f9;
  
}
.above-the-fold .side-items {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  transition: 0.3s;
  background-size: cover;
  background-position: center;
}
.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: 20px;
  height: 20px;
  background: transparent;
  transition: 0.3s;
  display: block !important;
  text-align: center;
  line-height: 15px;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #dcdcdc;
  border: 1px solid #dcdcdc;
}
.slick-slider .prevArrowSlick:hover, .slick-slider .nextArrowSlick:hover {
  color: #fff;
  background: #283673;
}
.slick-slider .prevArrowSlick {
  left: -50px;
}
.slick-slider .nextArrowSlick {
  right: -50px;
}
.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;
  width: 10px;
  height: 10px;
  background: transparent;
  margin: 5px;
  border: 1px solid #cdcdcd;
}
.slick-slider .slick-dots li button {
  color: transparent;
  font-size: 0;
  appearance: none;
  opacity: 0;
}
.slick-slider .slick-dots li.slick-active {
  background-color: #283673;
}

.home-main-slider .slide-item .slide-item-inner {
  height: 0px;
  padding-bottom: 50%;
  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: 999;
  opacity: 0.8;
}
.home-main-slider .nextArrowSlick {
  right: 0px;
  z-index: 999;
  opacity: 0.8;
}

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

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

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

.products-slider .slick-list {
  margin-bottom: 15px;
}
.products-slider .slide-item {
  border-radius: 5px;
  transition: 0.3s;
  margin: 0 15px;
}
.products-slider .slide-item .tags {
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: 999;
}
.products-slider .slide-item .tags .oferta-limitata,
.catalog-category-view .products-grid li .tags .oferta-limitata,
.catalogsearch-result-index .products-grid li .tags .oferta-limitata{
    background: url('../images/label-bg.png') 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 3px;
    float: left;
    clear: both;
    z-index: 3;
    height: 40px;
    line-height: 37px;
    width: 35px;
    padding-left: 4px;
    font-size: 12px;
}
.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%;
  margin-top: 15px;
}
.products-slider .slide-item .product-name {
  color: #323232;
  margin-top: 10px;
  font-weight: initial;
  transition: 0.3s;  
}
.products-slider .slide-item a.product-name{
  overflow: hidden;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.products-slider .slide-item .product-name:hover {
  color: #283673;
  text-decoration: none;
}
.products-slider .slide-item .product-name b {
  font-weight: initial !important;
  color: #212121;
  font-family: "Lato-Regular";
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 45px;
}
.products-slider .slide-item .old-price {
  /* text-decoration: line-through; */
  color: #A0A0A0;
  font-family: "Lato-Light";
    float: none;
}
.products-slider .slide-item .old-price:before{
  content: 'PRP:';
}
.products-slider .slide-item .final-price {
  font-size: 24px;
  font-weight: 600;
  color: #e13b3f!important;
}

.products-slider .slide-item .stock-status .in-stock,
.left-box-products .stock-status .in-stock {
    color: #18c518;
    font-family: "Lato-Light";
    font-size: 12px;
}

.products-slider .slide-item .stock-status .in-stock .fa,
.left-box-products .stock-status .in-stock .fa{
    margin-right: 5px;
}

.left-box-products .stock-status .in-stock{
    display: block;
    margin-bottom: 10px;
}

.products-slider .slide-item .price-section {
  margin-bottom: 15px;
  margin-top: 10px;
  overflow: hidden;
  text-align: center;
    min-height: 60px;
}
.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 #f2f3f4;
  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: #283673;
  color: #fff;
  text-decoration: none;
}
.products-slider .slide-item .stars .stars-inner {
  display: block;
  height: 20px;
  overflow: hidden;
  color: #fbd503;
}
.products-slider .slide-item:hover {
  transform: scale(1.05);
}

.image-links {
  padding-top: 40px;
  padding-bottom: 40px;
}
.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: 30px;
  padding-bottom: 30px;
}

.categ-frecvente-inner{
  padding-top: 60px;
  padding-bottom: 30px;
}

.parteneri .parteneri-slider .slide-item-inner {
  margin: 0 15px;
  height: 90px;
}
.parteneri > div {
  padding-top: 0px;
  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: #283673 !important;
  text-decoration: none;
}

.newlsetter {
  padding: 15px 0;
}
.newlsetter .newsletter-description .title {
  font-size: 14px;
  font-weight: normal!important;
  font-family: "Lato-Regular";
  margin-left: 10px;
  margin-bottom: 0px;
  margin-top: 15px;
}

.newlsetter .newsletter-description .subtitle {
  font-size: 24px;
  font-weight: normal!important;
  font-family: "Lato-Regular";
  margin-left: 10px;
}

.newlsetter a.button-red {
    font-size: 14px;
    font-family: "Lato-Regular";
    text-decoration: none;
    color: #fff;
    background: #283673;
    border-radius: 50px;
    width: 285px;
    height: 50px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 48px;
    margin-top: 20px;
    transition: 0.4s;
    float: right;
}

.newlsetter a.button-red:hover{
  background: #283673;
}

.newlsetter .block-subscribe {
  width: 100%;
}
.newlsetter .block-subscribe #newsletter-validate-detail input {
  width: calc(100% - 95px);
  height: 50px;
  line-height: 50px;
  border-radius: 0px;
}
.newlsetter .block-subscribe #newsletter-validate-detail button {
  width: 95px;
  height: 50px;
}

.footer-section .social-footer a {
  border: 2px solid;
  width: 50px;
  height: 50px;
  border: 2px solid;
  display: block;
  float: left;
  line-height: 50px;
  text-align: center;
  margin-left: 20px;
  transition: 0.3s;
}
.footer-section .social-footer a:hover {
  background-color: #001346;
}
.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;
}
.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 .main-footer p.title{
  width: 100%;
  font-size: 18px;
  color: #212121;
  font-family: "Lato-Regular";
  margin-bottom: 25px;
}

.footer-section .main-footer p.title:after {
    content: "";
    position: absolute;
    width: 85px;
    height: 2px;
    background: #e3e3e3;
    left: 15px;
    top: 34px;
}

.footer-section .main-footer a.subtitle,
.footer-section .main-footer p.subtitle{
  width: 100%;
  float: left;
  font-size: 14px;
  color: #212121;
  font-family: "Lato-Light";
  margin-bottom: 15px;
}


.footer-section .bottom-bar {
  line-height: 60px;
  font-size: 12px;
  font-family: "Lato-Light";
}

.footer-section .bottom-bar i{
  border: 1px solid;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin-left: 10px;
}

.footer-section .bottom-bar i:hover{
  background: #283673;
  color: #fff;
}

.breadcrumbs {
  margin: 0 auto!important;
  height: 50px;
  line-height: 50px;
}
.breadcrumbs a {
  color: #323232 !important;
  text-transform: initial;
}

.product-view .product-img-box-old .label {
  position: absolute;
  z-index: 1;
  width: 70px;
  top: 25px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 85px;
  color: #fff;
  line-height: 95px;
  padding-left: 12px;
  font-size: 16px;
}

.category-products .label {
  position: absolute;
  width: 40px;
  top: 5px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 50px;
  color: #fff;
  line-height: 55px;
  font-size: 10px;
}

.product-view .product-name .h1 {
  font-size: 28px;
  text-transform: initial;
  color: #212121;
  padding-top: 0px;
  padding-bottom: 10px;
  display: block;
  border: none;
  margin-bottom: 7px;
  font-weight: normal;
}

.product-view .extra-info .ratings p a {
  line-height: 24px;
  font-size: 14px;
  display: block;
}
.product-view .extra-info .ratings p a:first-child {
  color: #b3b3b3 !important;
  display: none;
}
.product-view .product-shop-old{
  margin-top: 40px;
}
.product-view .product-shop-old .ratings .rating-links .separator{
  display: none;
}
.product-view .product-shop-old .availability.in-stock {
  margin-bottom: 20px;
}
.product-view .product-shop-old .availability.in-stock span {
  background-color: #70bc2c;
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  border-radius: 10px;
  text-transform: lowercase;
}
.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;
  border-radius: 10px;
  text-transform: lowercase;
}
.product-view .product-shop-old .price-and-stock {
  border-bottom: 1px solid #f2f3f4;
  padding-bottom: 15px;
}
.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: 18px;
  color: #A0A0A0;
  font-weight: normal;
  font-family: "Lato-Regular";
}
.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: #e13b3f;
  font-size: 26px;
  font-weight: 600;
}
.product-view .producator-livrare {
  padding-top: 15px !important;
  padding-bottom: 0px !important;
  border-bottom: 1px solid #f2f3f4;
}
.product-view .producator-livrare .producator, .product-view .producator-livrare .livrare {
  padding-bottom: 0px !important;
}

.product-view .producator-livrare .bottom0{
  color: #212121;
}

.product-view .producator-livrare .bottom0 span{
  color: #70bc2c;
}

.product-view .producator-livrare .bottom0 span.red{
  color: #283673;
}

.product-view .producator-livrare img{
  margin-top: 5px;
}
.product-view .optiuni-produs-wrapper {
  padding-top: 20px;
  padding-bottom: 15px;
}
.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 #f2f3f4;
  padding: 10px;
  display: block;
  float: left;
  margin-right: 5px;
  border-radius: 5px;
}
.product-view .optiuni-produs-wrapper .optiuni-produs span.active {
  border-color: #283673;
}
.product-view .optiuni-produs-wrapper .titlu-optiune-produs:first-child {
  margin-top: 0px;
}
.product-view .beneficii {
  border-top: 1px solid #f2f3f4;
}
.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% - 100px);
}
.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 #f2f3f4;
}
.product-view .more-views .product-image-thumbs a {
  border: none;
}
.product-view .more-views .product-image-thumbs a img {
  border: 1px solid #f2f3f4;
}
.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 {

}
@media(max-width: 991px){
  .product-view .add-to-cart-wrapper-old{
    margin-bottom: 30px;
  }
}
.product-view .add-to-cart {
  border: none;
}
.product-view .add-to-cart .qty-wrapper {
  margin: 0;
  float: left;
  width: 100%;
}
@media(max-width: 991px){
  .product-view .add-to-cart .qty-wrapper{
    margin-bottom: 30px;
  }
}
.product-view .add-to-cart .qty-wrapper label {
  line-height: 60px;
  text-transform: uppercase;
}
.product-view .add-to-cart .qty-wrapper input {
  border-radius: 0;
  height: 60px!important;
  border: 1px solid #f2f3f4;
  width: 90%;
}
.product-view .add-to-cart .qty-wrapper .qty-increments {
  float: right;
  width: 10%;
}
.product-view .add-to-cart .qty-wrapper .float-right{
  width: 100%;
}
.product-view .add-to-cart .qty-wrapper .qty-increments div {
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  height: 30px;
  width: 100%;
  min-width: 25px;
  line-height: 30px;
  border: 1px solid #f2f3f4;
}
.product-view .add-to-cart .qty-wrapper .qty-increments div:hover {
  color: #283673;
}
.product-view .add-to-cart .add-to-cart-buttons {
  margin: 0;
  width: 100%;
  float: left;
}
.product-view .add-to-cart .add-to-cart-buttons button {
    width: 100%;
    background-color: #283673;
    height: 50px;
    transition: 0.3s;
    border-radius: 30px;
}
.product-view .add-to-cart .add-to-cart-buttons button:hover {
  background-color: #283673;
}
.product-view a.link-wishlist {
  width: 100%;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border: 1px solid #efefef;
  border-radius: 30px;
  color: #212121;
  font-family: "Lato-Medium";
  font-size: 16px;
  transition: 0.3s;
}

.product-view a.link-wishlist:hover{
  text-decoration: none;
  background: #efefef;
}
.product-view .add-to-links-old a.cumpara-rate {
  border: 1px solid #283673;
  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: #283673;
  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: 58px;
  border: none;
  background-color: transparent;
  color: #fff;
}
.product-view .product-collateral.toggle-content ul.toggle-tabs li span {
  background-color: transparent;
  color: #212121;
  font-size: 18px;
  text-transform: initial;
}
.product-view .product-collateral.toggle-content ul.toggle-tabs li.current {
  border-bottom: 3px solid #283673;
}
.product-view .product-collateral.toggle-content #collateral-tabs .tab-container {
  border: none;
  color: #323232;
}
.product-view .products-slider {
  padding-top: 50px;
  
}
.product-view .products-slider .title {
  margin-bottom: 25px;
}
.product-view .istoric-navigare {
  padding-top: 50px;
  padding-bottom: 50px;
}

.product-view .add-to-links-old{
  display: none;
}

.catalog-category-view .col2-left-layout {
  background: #f2f3f4;
}
.catalog-category-view .col2-left-layout .content-wrapper {
  
}
.catalog-category-view .breadcrumbs-wrapper {
  /*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; */
}
.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: #283673;
  border-color: #283673;
}
.catalog-category-view #narrow-by-list .ui-slider .ui-slider-range {
  background: #283673;
}
.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;
  border-radius: 10px 10px 0px 0px;
}
.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: 0px 20px;
  border: none;
  overflow: auto;
  max-height: 260px;
  border-radius: 0px 0px 10px 10px;
}
.catalog-category-view #narrow-by-list dd a {
  padding-left: 0;
  font-family: "Lato-Regular";
  color: #000;
  font-size: 12px;
}

.box-filtru{
  overflow: auto; 
  max-height: 255px;
  border-radius: 0px 0px 10px 10px;
}

.catalog-category-view #narrow-by-list .amshopby-attr {
  background-image: none;
}
.catalog-category-view #narrow-by-list .amshopby-attr:before {
  width: 13px;
  height: 13px;
  content: " ";
  border: 1px solid #aeaeae !important;
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}
.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: 13px;
  height: 13px;
  border: 1px solid #aeaeae !important;
  display: block;
  float: left;
  margin-right: 5px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #283673;
  line-height: 11px;
  text-align: center;
  font-size: 9px;
  margin-top: 3px;
  font-weight: 900;
}
.catalog-category-view .custom-category-navigation {
  margin-bottom: 30px;
}
.catalog-category-view .custom-category-navigation li a {
  font-weight: normal;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  transition: 0.3s;
  font-size: 13px;
  color: #212121;
  font-family: "Lato-Regular";
}
.catalog-category-view .custom-category-navigation li a:hover {
  background-color: #283673 !important;
  text-decoration: none;
  color: #fff;
}
.catalog-category-view .custom-category-navigation li.current-category {
  font-weight: 600;
  padding: 0 15px;
  display: block;
  height: 50px;
  line-height: 50px;
  border-radius: 10px 10px 0px 0px;
}
.catalog-category-view .category-products .category-title {
  padding: 7px 0px;
  overflow: hidden;
  border-bottom: 1px solid #f2f3f4;
  border-radius: 10px 10px 0 0;
}
.catalog-category-view .category-products .category-title h1 {
  margin-bottom: 0;
  text-transform: initial;
  font-size: 24px;
  line-height: 31px;
}
.catalog-category-view .category-products .category-title .count {
  font-size: 14px;
  line-height: 35px;
  margin-left: 15px;
  display: block;
  float: right;
  color: #999;
}
.catalog-category-view .category-products .toolbar {
  background-color: #fff;
  margin: 0;
  margin-bottom: 30px;
  border: none;
}
.catalog-category-view .category-products .toolbar select {
  height: 40px;
  border: 1px solid #f2f3f4;
  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 #f2f3f4;
  border-radius: 5px;
  transition: 0.3s;
}
.catalog-category-view .category-products .toolbar-bottom .pager .pages li a:not(.next):hover {
  background: #283673;
  color: #fff;
  text-decoration: none;
}
.catalog-category-view .category-products .toolbar-bottom .pager .pages li a:not(.prev):hover {
  background: #283673;
  color: #fff;
  text-decoration: none;
}
.catalog-category-view .category-products .toolbar-bottom .pager .pages li.current {
  padding: 0 5px;
  background: #283673;
  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 {
    text-transform: initial;
    color: #999;
    line-height: 40px;
    display: block;
    float: none;
    margin-bottom: 0px;
}
.catalog-category-view .category-products .toolbar-top .toolbar {
  padding: 9px 15px 15px 15px;
  height: 104px;
  border-radius: 0 0 10px 10px;
}
.catalog-category-view .products-grid li {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
}
.products-grid li.slide-item{
    background: #fff;
}
.catalog-category-view .products-grid li .product-name a {
  color: #323232;
  text-transform: initial;
  font-weight: 600;
}
.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: 1;
  margin-top: 10px;
}
.catalog-category-view .products-grid li .tags .oferta-limitata,
.catalogsearch-result-index .products-grid li .tags .oferta-limitata{
  margin-left: 15px;
}
.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: #f2f3f4;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  font-size: 18px;
  transition: 0.3s;
}
.catalog-category-view .products-grid li .link-wishlist:hover {
  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: 15px 0px;
}
.catalog-category-view .products-grid .actions {
  position: relative;
}
.catalog-category-view .products-grid .actions a.button, .catalog-category-view .products-grid .actions button {
  border: 1px solid #f2f3f4;
  color: #323232;
  width: 100%;
  background: none !important;
  padding: 15px 5px;
  transition: 0.3s;
}
.catalog-category-view .products-grid .actions a.button:hover, .catalog-category-view .products-grid .actions button:hover {
  color: #fff;
  background: #283673 !important;
}
.catalog-category-view .products-grid .actions button.btn-cart:hover {
  color: #fff;
  background: #283673 !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,
.catalogsearch-result-index .products-grid .availability.in-stock{
    color: #18c518;
    font-family: "Lato-Light";
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 10px;
}

.catalog-category-view .products-grid .availability.in-stock .fa,
.catalogsearch-result-index .products-grid .availability.in-stock .fa{
    margin-right: 5px;
}
.catalog-category-view .products-grid .price-box {
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center;
    min-height: 60px;
}
.catalog-category-view .products-grid .price-box .old-price {
  float: none !important;
}
.catalog-category-view .products-grid .price-box .old-price span {
    float: none !important;
    font-size: 14px;
    color: #A0A0A0;
    font-weight: normal;
    font-family: "Lato-Regular";
}
.catalog-category-view .products-grid .price-box .special-price {
  float: none !important;
  padding-left: 0;
  width: 100%;
}
.catalog-category-view .products-grid .price-box .special-price span {
    float: left;
    font-size: 24px;
    font-weight: 600;
    color: #e13b3f;
    width: 100%;
}
.catalog-category-view .istoric-navigare {
  margin-bottom: 50px;
  max-width: 100%;
  float: left;
}

.catalogsearch-result-index .col2-left-layout {
  background: #f2f3f4;
}
.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: #283673;
  border-color: #283673;
}
.catalogsearch-result-index #narrow-by-list .ui-slider .ui-slider-range {
  background: #283673;
}
.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;
  padding: 18px 20px;
  box-shadow: none;
  border-bottom: 1px solid #efefef;
  border-radius: 10px 10px 0px 0px;
}
.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: 16px;
  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;
  border-radius: 0px 0px 10px 10px;
}
.catalogsearch-result-index #narrow-by-list dd a {
  padding-left: 0;
}
.catalogsearch-result-index #narrow-by-list .amshopby-attr {
  background-image: none;
  color: #323232;
  font-size: 13px;
}
.catalogsearch-result-index #narrow-by-list .amshopby-attr:before {
  width: 13px;
  height: 13px;
  content: " ";
  border: 1px solid #aeaeae !important;
  display: block;
  float: left;
  margin-right: 11px;
  margin-top: 3px;
}
.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 #f2f3f4 !important;
  display: block;
  float: left;
  margin-right: 5px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #283673;
  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: #283673 !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 #f2f3f4;
}
.catalogsearch-result-index .category-products .category-title h1 {
  margin-bottom: 0;
  text-transform: initial;
  font-size: 24px;
  font-family: "Lato-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: "Lato-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 #f2f3f4;
  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 #f2f3f4;
  border-radius: 5px;
  transition: 0.3s;
}
.catalogsearch-result-index .category-products .toolbar-bottom .pager .pages li a:not(.next):hover {
  background: #283673;
  color: #fff;
  text-decoration: none;
}
.catalogsearch-result-index .category-products .toolbar-bottom .pager .pages li a:not(.prev):hover {
  background: #283673;
  color: #fff;
  text-decoration: none;
}
.catalogsearch-result-index .category-products .toolbar-bottom .pager .pages li.current {
  padding: 0 5px;
  background: #283673;
  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 {
  text-transform: initial;
  color: #999;
  line-height: 40px;
  display: block;
  float: none;
  margin-bottom: 0px;
}
.catalogsearch-result-index .category-products .toolbar-top .toolbar {
  padding: 9px 15px 15px 15px;
  height: 104px;
  border-radius: 10px;
}
.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 {
    font-weight: initial !important;
    color: #212121;
    font-family: "Lato-Regular";
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 45px;
    text-transform: none;
}
.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 .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: #f2f3f4;
  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;
}
.catalogsearch-result-index .products-grid .actions a.button, .catalogsearch-result-index .products-grid .actions button {
  border: 1px solid #f2f3f4;
  color: #283673;
  width: 100%;
  background: none !important;
  padding: 10px 5px;
  transition: 0.3s;
  max-height: 40px;
  max-width: 100px;
  font-family: "Lato-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: #283673 !important;
}
.catalogsearch-result-index .products-grid .actions button.btn-cart:hover {
  color: #fff;
  background: #283673 !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 .price-box {
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
    min-height: 60px;
}
.catalogsearch-result-index .products-grid .price-box .old-price {
  float: none !important;
  display: block;
}
.catalogsearch-result-index .products-grid .price-box .old-price span {
    float: none !important;
    font-size: 14px;
    color: #A0A0A0;
    font-weight: normal;
    font-family: "Lato-Regular";
    display: block;
}
.catalogsearch-result-index .products-grid .price-box .old-price span.price-label{
  display: none;
}
.catalogsearch-result-index .products-grid .price-box .special-price {
  float: none !important;
}
.catalogsearch-result-index .products-grid .price-box .special-price span {
    float: left;
    font-size: 24px;
    font-weight: 600;
    color: #283673;
    width: 100%;
}
.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 #f2f3f4;
  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 #f2f3f4;
  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: #283673;
  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: #283673;
  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: #283673;
  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: #283673;
  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: #283673;
  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: #283673;
}

.account-cart-wrapper img {
    max-height: 25px;
    max-width: 40px;
    float: left;
    /* margin-top: 5px; */
}

.paddleft0{
  padding-left: 0px;
}

.top15{
  margin-top: 15px;
}

.cat-section{

}

.cat-section .col-lg-2{
  text-align: center;
  border-right: 1px solid #f2f2f2;
}

.cat-section .col-lg-2:last-child{
  border-right: none;
}

.cat-section p{
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #1d6da2;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0px;
}

.cat-section a:hover{
  text-decoration: none;
}

.cat-section img{
  float: none;
  margin: 0 auto;
  max-width: 100%;
  height: 70px;
  object-fit: contain;
}

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



.best-sellers-section a.detalii {
    color: #fff;
    background: #283673;
    border: 1px solid #283673;
    text-transform: none;
    font-size: 14px;
    font-weight: 100;
    font-family: "Lato-Regular";
    height: 40px;
    max-width: 130px;
    margin: 10px auto;
    transition: 0.5s;
    border-radius: 50px;
    min-width: auto;
    padding: 0px;
    line-height: 36px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    text-align: center;
    transition: 0.5s;
}

.best-sellers-section a.detalii:hover{
  color: #283673;
  background: #fff;
  border: 1px solid #283673;
  transition: 0.5s;
  text-decoration: none;
}

.best-sellers-section .stars-inner {
    display: block;
    height: 20px;
    overflow: hidden;
    color: #fbd503;
}

.best-sellers-section .col-md-3{
  padding-right: 0px;
  padding-left: 0px;  
}

.right-bd{
  border-right: 2px solid #ebebeb;
}

.text-center{
  text-align: center;
}

.best-sellers-section .label-red{
  font-size: 13px;
  color: #fff;
  background: #283673;
  width: 80px;
  text-align: center;
  height: 30px;
  line-height: 28px;
  text-transform: uppercase;
  position: absolute;
  right: 20px;
  top: 20px;
}

.best-sellers-section p.blue-small{
  font-size: 14px;
  color: #283673;
  margin-bottom: 5px;
  font-weight: 100;
  margin-left: 0px;
  margin-top: 30px;
}

.best-sellers-section p.title{
  font-size: 28px;
  color: #212121;
  font-weight: 100;
  margin-left: 20px;
  margin-bottom: 20px;
}
.best-sellers-section p.title:after{
  content: "";
  position: absolute;
  width: 85px;
  height: 2px;
  background: #e3e3e3;
  left: 20px;
  top: 95px;
}

.best-sellers-section p.prod-title {
    margin-top: 30px;
    font-family: "Lato-Regular";
    font-size: 24px;
    letter-spacing: -1px;
    color: #1f1f1f;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 30px;
}

.cat-tab{display: none;}



.cat-tab img{object-fit: contain;}

.cat-tab p.description{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.cat-tab .content {
    background: #fff;
    margin: 0px 15px;
    height: 415px;
    padding-left: 5px;
}

.left-box-products{
    width: 40%;
    padding: 0 15px;
    padding-left: 0px;
    transition: 0.3s;
}

.left-box-products:hover{
    transform: scale(1.05);
}

.right-box-products{
    width: 60%;
    padding: 0 15px;
    padding-right: 0px;
}

.left-box-products .old-price{
    text-decoration: line-through;
    color: #A0A0A0;
    font-family: "Lato-Light";
    float: none;
}

.left-box-products .final-price {
    font-size: 24px;
    font-weight: 600;
    color: #283673;
}

.left-box-products .space{
    display: block;
    height:15px;
}

.best-sellers-section .best-seller-sidebar{
    overflow: auto;
    margin-bottom: 30px;
}

.best-sellers-section .best-seller-sidebar .best-seller-trigger-cat {
    padding: 9px 40px 9px 0px;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
    font-family: 'Lato-Light';
    border-bottom: 0px;
    font-size: 16px;
    transition: 0.5s;
    float: left;
    border-bottom: 2px solid #e3e3e3;
}

.best-sellers-section .best-seller-sidebar .best-seller-trigger-cat.active {
    color: #0a2632;
    transition: 0.5s;
    font-family: 'Lato-Semibold';
}
.best-sellers-section .best-seller-sidebar .best-seller-trigger-cat.active:after{
    content:'';
    width:100px;
    height: 2px;
    background: #283673;
    position: absolute;
    bottom: -2px;
    width: 100%;
    left: -10%
}
.best-sellers-section .best-seller-sidebar .best-seller-trigger-cat.active .fa-angle-right {
  right: 15px;
  opacity: 1;
}
.best-sellers-section .slick-arrow {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  padding: 5px 12px;
  margin-left: 15px;
}
.best-sellers-section .slick-arrow:hover {
  background: #fcb120;
}
.best-sellers-section [class^="best-seller-products-slider"] {
  margin: -10px;
}
.best-sellers-section [class^="best-seller-products-slider"] .product-slide {
  padding: 15px !important;
  float: left;
}
.best-sellers-section [class^="best-seller-products-slider"] .product-slide .product-slide-inner {
  min-height: 131px;
  padding: 10px;
  transition: 0.3s;
}
.best-sellers-section [class^="best-seller-products-slider"] .product-slide .product-slide-inner .product-info {
  padding-right: 20px !important;
}
.best-sellers-section [class^="best-seller-products-slider"] .product-slide .product-slide-inner .product-info .product-name {
  font-size: 12px;
}
.best-sellers-section [class^="best-seller-products-slider"] .product-slide .product-slide-inner .product-info .product-name:hover {
  color: #fcb120;
}
.best-sellers-section [class^="best-seller-products-slider"] .product-slide .product-slide-inner .product-info .price-section {
  margin: 5px 0;
}
.best-sellers-section [class^="best-seller-products-slider"] .product-slide .product-slide-inner .product-info .price-section .special-price {
  font-size: 13px;
  color: #fcb120;
  font-family: 'Lato-Semibold';
}
.best-sellers-section [class^="best-seller-products-slider"] .product-slide .product-slide-inner .product-info .price-section .original-price {
  font-size: 12px;
  text-decoration: line-through;
}
.best-sellers-section [class^="best-seller-products-slider"] .product-slide .product-slide-inner .product-info .price-section .original-price.no-special {
  font-size: 13px;
  color: #fcb120;
  text-decoration: initial;
  font-family: 'Lato-Semibold';
}
.best-sellers-section [class^="best-seller-products-slider"] .product-slide .product-slide-inner .product-info .price-section .original-price.no-special .discount-percent {
  display: none;
}
.best-sellers-section [class^="best-seller-products-slider"] .product-slide .product-slide-inner .product-info .stars {
  font-size: 11px;
}
.best-sellers-section [class^="best-seller-products-slider"] .product-slide .product-slide-inner:hover {
  transform: scale(1.1);
}

.account-create ul li label:not(.no-width){
  width: 35%!important;
  margin-top: 20px;
}

.slide-content{
  padding: 100px 0px;
}

.slide-content img{
  max-width: 100%;
}

.slide-content .big{
  color: #fff;
  font-size: 60px;
  font-family: "Lato-Semibold";
  margin-bottom: 0px;
}

.slide-content .small{
  color: #fff;
  font-size: 24px;
  font-family: "Lato-Regular";
  margin-top: -10px;
}

.button-white{
  color: #212121;
  font-size: 14px;
  font-family: "Lato-Regular";
  background: #fff;
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  margin-top: 30px;;
}

.button-white:hover{
  text-decoration: none;
}

.product-view .product-essential{
  border-top: 1px solid #e3e3e3;
}

.bottom0{
  margin-bottom: 0;
}

.rewardssocial-buttons{
  display: none;
}

.product-view .add-to-box{
  float: left;
  width: 100%;
  margin-top: 30px;
}

.reward-box{
  background: #f5f5f5;
  border-radius: 10px;
  padding: 15px 0px;
}

.reward-box img{
  margin-top: 10px;
}

.reward-box .font-almost-black{
  font-size: 16px;
  font-family: "Lato-Medium";
  margin-bottom: 5px;
}

.reward-box .points{
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #283673;
  font-size: 16px;
  border-bottom: 1px solid #efefef;
}

.reward-box .points span{
  color: #212121;
}

.reward-box a{
  color: #283673;
}

.products-slider .fa{
  font-size: 10px;
}

.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;
}

.black-layer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 3;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s,visibility .3s;
    transition: opacity .3s,visibility .3s;
    background-color: rgba(0,0,0,.5);
    overflow-y: hidden;
}

.open-black-layer{
    opacity: 1;
    visibility: visible;
    z-index: 890;
}


.white-header{
  z-index: 990;
  background: #f9f9f9;
  position: relative;
}

.block-menu{
  display: block!important;
}

.customer-review-info li .info-title{
  font-weight: normal!important;
  color: #000;
}

.my-account .box-collateral .review-dd{
  position: relative;
}

.my-account .box-collateral .review-dd .title{
  position: absolute;
  top: 0px;
}

.my-account .box-collateral .review-dd .review-wrapper{
  position: absolute;
  top: 30px;
}

.my-account .box-collateral .review-dd .title.status{
  position: relative;
}

.review-customer-index .bottom-pager{
  display: none;
}

.review-customer-index .buttons-set{
  border:none;
}

.my-account .box-collateral .review-hr:first-child{
  border: none!important;
}

.checkout-cart-index .footer-section .newlsetter,
.onestepcheckout-index-index .footer-section .newlsetter{
  display: none;
}

.catalog-category-view .col1-layout {
  background: #f2f3f4;
}
.catalog-category-view .col1-layout .content-wrapper {
  margin-top: 30px;
}
.catalog-category-view .col1-layout .col-main{
  max-width: 1200px;
  margin: 0px auto;
  padding: 0 15px;
  margin-top: 30px;
}

.search-bar-top{
  padding-top: 10px;
  display: flex;
  align-items: center;
}

.header-sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  transition: 0.4s;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2)!important;
}

.header-sticky .logo-mobile{
  flex: 0 0 25%;
  max-width: 25%;
}

.header-sticky .left55{
  flex: 0 0 75%;
  max-width: 75%;
}

.header-sticky .left55 .search-bar-top.col-sm-7,
.header-sticky .left55 .col-sm-5.links-mobile{
  flex: 0 0 50%;
  max-width: 50%;
}

.header-sticky .menu-bar-links{
  display: none;
}

.header-sticky .logo-bar .logo{
  max-width: 100px!important;
  min-width: auto!important;
  left: 50%;
  float: right!important;
  min-height: 60px;
}

.header-sticky .menu-toggle {
    width: 60%;
    float: left;
    height: 50px;
    margin-top: 10px;
    text-align: center;
}

.header-sticky .menu-toggle:hover{
  cursor: pointer;
}

.header-sticky .menu-toggle span{
  display: none;
}

.header-sticky .search-bar-top{
  padding-top: 0px;
}

nav#nav{
  top: 45px;
}

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

.cms-home .header-nav-bar.sticky nav#nav{
  display: none;
}

.header-sticky .menu-toggle .fa-angle-down{
  font-size: 25px;
  color: #000;
  margin: 0 auto!important;
  float: none!important;
}

.header-sticky .menu-toggle .fa-angle-down:before{
  content: "\f0c9"!important;
}

.header-sticky nav#nav{
  top: 0px;
  left: -50px;
}

.p-0-left{
  padding-left: 0px!important;
}

.subslider-section{
  margin-top: 50px;
  padding: 20px 0px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  display: block;
  margin-bottom: 3px;
}

.cart-button{
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 3;
    background: #3a3a3a;
    border-top-right-radius: 70% 100%!important;
    border-bottom-right-radius: 70% 100%!important;
    padding: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.boxes img{
  max-width: 100%;
  margin-bottom: 15px;
}

.catalog-product-view .short-description{
	padding: 25px 0; 
}


@media (max-width: 1200px) {
  .header-sticky .menu-toggle{
    width: 40%
  }
  .header-sticky nav#nav{
    left: -250px;
  }
}


@media (max-width: 991px) {
  .header-sticky,{
    display: none!important;
  }
  .header-nav-bar{
    height: 0;
  }
  #narrow-by-list{
    display: none;
  }
  .block-subtitle--filter.active ~ #narrow-by-list{
    display: block;
  }


  header#header .header-minicart #header-cart:before{
    right: 10px;
  }
  header#header #header-account.skip-active:before{
    left: auto;
    right: 32px;
  }
  .product-view .product-name .h1{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  

}

@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 #f2f3f4 !important;
  }
}
@media (max-width: 991px) {
  nav#nav {
    height: auto !important;
    overflow: auto;
  }

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

  .account-cart-wrapper {
    position: relative !important;
    float: left;
  }

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

  .header-minicart #header-cart {
    /* top: 100% !important; */
  }
}
@media (max-width: 1199px) {
  #header-account {
    right: 15px !important;
  }

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

@media only screen and (min-width: 1200px) {

  .left55{padding-left: 55px}

  header#header .logo-bar .logo{
    max-width: 100%;
  }

  .logo img{
    width: 100%;
  }
}


.Vector_Smart_Object {
  background-image: url("Vector Smart Object.png");
  position: absolute;
  left: 607px;
  top: 436px;
  width: 40px;
  height: 48px;
  z-index: 571;
}


.phone-right a{
  color: #000;
  font-weight: bold;
}
.phone-right i{
  margin-right: 10px;
}


.sticky-addto{
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: #fff;
  line-height: 55px;
  padding: 10px 0;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
  -webkit-transform: translateY(+100%);
  transform: translateY(+100%);
}
.sticky-addto.show{
  -webkit-transition: .2s!important;
  transition: .2s!important;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.sticky-addto h3{
  font-size: 16px;
  color: #000;
  text-transform: none;
  margin: 0;
  max-height: 47px;
  overflow: hidden;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.sticky-addto .price{
  font-size: 26px;
  color: #e13b3f;
  margin: 0;
  font-weight:bold;
  text-align: center;
}
.sticky-addto .prod-img img{
  display: block;
  margin: 0 auto;
}

@media(max-width: 576px){
  .hide-stick{
    display: none!important;
  }
}

a.whatsapp{
  display: block;
  color: #000;
  text-align: center;
  margin-bottom: 25px;
  margin: 0 auto;
}
a.whatsapp img{
  margin-right: 5px;
  display: inline-block;
}

.blue-bar {
  background-color: #000080;
  text-align: center;
  padding: 15px;
  margin-top: 15px;
}
.blue-bar h3{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.tab-content .content img{width: 100%}
.tab-content .content{margin-top: 20px;}
.tab-content .content p{color: rgb(0, 0, 0); font-style: normal; text-decoration: none; font-size: 18px; font-weight: 400; text-align: center;}
.tab-content .content h4{
  color: #000;
  text-align: center;
  font-size: 22px;
  margin-top: 15px;
}
.tab-content .sigla{max-width: 120px; margin: 0 auto; }
.flex-center{align-items: center;  justify-content: center;}
a.comanda {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  border: none;
  background-color: #48AA35;
  padding: 10px;
  margin: 15px auto;
  display: block;
  float: none;
  text-align: center;
  max-width: 170px;
  text-decoration: none;
}
.spacer{display: block; height: 30px; width: 100%;}

.tab-content ul li{font-family: "Lato-Regular"; font-size: 16px;}

.recenzii-produs h2{
      color: #222;
      font-weight: 600;
      text-transform: none;
  }
  .review-box .avatar{
      background: green;
      border-radius: 50%;
      width: 56px;
      height: 56px;
      text-align: center;
      color: #fff;
      font-size: 22px;
      font-weight: bold;
      vertical-align: middle;
      line-height: 56px;
  }
  .review-box{
      display: flex;
      align-items: center;
  }
  .review-box .left-col{
      width: 15%;
      padding-right: 15px;
  }
  .review-box .right-col{
      padding-left: 15px;
  }
  .review-box .nume{
      color: #222;
      font-weight: 600;
      margin-top: 10px;
      margin-bottom: 0;
      font-size: 16px;
  }
  .review-box .data{
      color: #888888;
      font-size: 14px;
  }
  .review-box .titlu-rev{
      font-size: 16px;
      color: #222;
      font-weight: 600;
      margin-bottom: 5px;
  }
  .review-box .text-rev{
      margin-top: 15px;
  }

img.poza-recenzie{max-height: 200px; max-width: 100%;}


.tab-content .recenzii-produs img{width: auto}
  @media(max-width: 991px){
      .review-box .left-col{
          width: 35%;
      }
  }


@media(max-width: 991px){.blue-bar{margin-left: -25px;    margin-right: -25px;}}

@media(min-width: 991px){.review-box .left-col{min-width: 180px}}

.catalog-product-view .product-options .checkbox[type="checkbox"],
.catalog-product-view .product-options input[type="radio"] {
  opacity: 0;
}

.product-options .input-box ul.options-list li{
  display: inline-block;
  margin-right: 10px;
}

.catalog-product-view .call-us, .special-offer {
  width: 100%;
  background: #dce8f9;
  border-radius: 10px;
  margin: 20px auto;
  padding: 15px 10px;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.catalog-product-view .special-offer .image {
  position: relative;
  display: flex;
}
.catalog-product-view .special-offer .image img {
  max-width: 45px;
  max-height: 45px;
  margin-right: 30px;
  border-radius: 4px;
}
.catalog-product-view .special-offer .sale-price {
  font-weight: bold;
  color: #e0173c;
}
.catalog-product-view .special-offer .regular-price {
  color: #91afc6;
  text-decoration: line-through;
}
.catalog-product-view .special-offer .buy-both {
  min-width: 200px;
}
.catalog-product-view .special-offer button {
  background-position: 10% 50%;
  background-color: #263771;
  border: none;
  width: 100%;
  margin: auto;
  border-radius: 4px;
  font-size: 1.1em;
  font-weight: 500;
  padding: 0.7em 5% 0.7em 15%;
  outline: none !important;
  color: #fff;
}
.catalog-product-view .special-offer .title-price{
  color: #000;
}
@media(max-width:991px){
  .catalog-product-view .special-offer {
      flex-direction: column;
  }
  .catalog-product-view .special-offer .buy-both{
     margin: 15px 0;
  }
}