.header-custom-block {
    background-color: #4D4D4D;
    color: #BEBEBE;
    padding: 8px 0;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}


/* General Styles */
/* Campaign styling */
.campaign {
    background: url(https://sandbox1.blugento.ro/media/wysiwyg/event-20191025-feature-black-friday-sale-s-en.jpg) no-repeat;
    background-attachment: fixed;
}

.campaign .page-container-wrapper {
margin: 0 !important;
}

.campaign .page-container-inner a img {
     max-width: 150px;
}

.campaign .products-grid .item-inner {
padding: 0;
}

.campaign .products-grid li.item {
padding: 0 5px !important;
}

.campaign .products-grid li.item .item-inner {
background-color: #fff;
}

.campaign .products-grid .product-box {
    padding: 18px 20px;
    text-align: left;
}

.campaign .page-main {
padding: 0;
}

.title-info {
	display: block;
	margin: 20px 0;
}

* {
    -o-transition: 0.3s color ease;
    -moz-transition: 0.3s color ease;
    -webkit-transition: 0.3s color ease;
    transition: 0.3s color ease;

    -o-transition: 0.3s background-color ease;
    -moz-transition: 0.3s background-color ease;
    -webkit-transition: 0.3s background-color ease;
    transition: 0.3s background-color ease;
}
.badge--new {
    display: block;
    background-color: #cecece;
    color: #000;
}
.page-container,
.row-wrapper {
    max-width: 1210px;
}

.row-wrapper-wide {
    max-width: 100%;
}

body {
    cursor: default;
}

a:hover {
    text-decoration: none;
}

.sidebar-bottom a.button {
    background-color: #000;
    color: #ffffff;
}

.sidebar-bottom a.button:hover {
    color: #ffffff;
    background-color: #04CAD8;
}

.cms-page-view .std h2:not(.product-name) {
    font-size: 20px;
}

.cms-home .page-main .row-wrapper:first-child .showcase {
    margin-top: -2px;
}

.opc-login .col-1 .button {
    color: #ffffff;
}

.opc-login .col-1 .button:hover {
    background-color: #04CAD8;
    color: #fff;
}

.page-main {
    padding-top: 60px;
    padding-bottom: 120px;
}

.cms-home .page-main {
    padding-top: 0;
    padding-bottom: 0;
}
.products-grid .tax-details {
  display: none;
}
.add-to-links li a {
  line-height: 25px;
}
.page-header .header-wishlist-count span span {
  color: #000;
  font-size: 0;
}
.avantaje-wrapper .item img {
  padding-right: 10px;
}
.block-cart .block-cart-aside .actions .proceed-checkout {
    background-color: #04CAD8;
    color: #000;
}
.block-cart .block-cart-aside .actions .proceed-checkout:hover { color: #fff; }
.page-header .mini-search .form-search input {
    border-radius: 25px;
    padding-left: 20px;
    letter-spacing: 0.25px;
    color: #7d7d7d;
}
.page-header .desktop .logo {
    left: 0;
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
.page-header .desktop .mini-account i{
    border: 1px solid #e1e1e1;
    border-radius: 50%;
}
.page-header .header-wishlist-count span i {
  background-size: 30px;
  background-position: 50%;
}
.page-header .desktop .mini-account .list--links {
    background: #fff;
    border: 1px solid #cecece;
    text-align: center;
}

.page-header .desktop .mini-account:hover .list--links {
    display: block;
}

.page-header .desktop .mini-account>ul {
top: 100% !important;
}

.page-header .desktop .mini-account>ul:after,
.block-cart .block-cart-aside .block-content:after {
    border-bottom: 10px solid #cecece;
}
.order-icons-1 .mini-search .form-search button {
  height: 35px;
}
.block-cart .block-cart-aside {
  border: 1px solid #cecece;
}
.page-header .desktop .mini-account .list--horizontal .list__item {
    display: block;
    float: none;
    clear: both;
    color: #000;
    font-size: 14px;
}
.page-header .page-container-wrapper--nav {
  border: NONE;
}
.mini-account .list--horizontal .list__item:hover {
    color: #04cad8;
}


/* Banner style */

.showcase .controls-middle .slick-dots {
    left: 19%;
    transform: none;
}

.showcase .slick-dots button {
    background-color: #acacac;
}

.showcase .slick-dots .slick-active button {
    background-color: #000000;
}

.showcase .slick-dots button {
    width: 10px;
    height: 10px;
    border: none;
    box-shadow: none;
}

.banner-wrapper {
    position: relative;
}

.banner-wrapper .over-banner {
    position: absolute;
    content: "";
    max-width: 1210px;
    padding: 0 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: left;
    z-index: 10;
}

.banner-wrapper .over-banner h1 {
    font-size: 36px;
    line-height: 60px;
    color: #00171f;
}

.banner-wrapper .over-banner p {
    max-width: 420px;
    color: #7d7d7d;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.1px;
}

.banner-wrapper .over-banner a {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    color: #00171f;
    background-color: #04cad8;
    width: 160px;
    text-align: center;
    padding: 12px 0;
    border-radius: 25px;
    transition: 0.2s all ease-in-out;
}

.banner-wrapper .over-banner a:hover {
    transition: 0.2s all ease-in-out;
    box-shadow: 1px 5px 5px 0 rgba(0,0,0,0.15);
}

.banner-image-1,
.banner-image-2 {
    position: absolute;
    z-index: 2;
}

.banner-set {
    display: inline-block;
    width: 100%;
}

.banner-image-1 {
    bottom: 50px;
    right: 40px;
}

.banner-image-2 {
    bottom: 50px;
    right: 0;
}

/* End of Banner style */

/* Banner-set Style */

.banner-wrapper1 {
    height: 370px;
    width: 60%;
    float: left;
    position: relative;
}

.banner-wrapper1:after,
.banner-wrapper2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent -20%, #f3f3f3 100%);
    z-index: 1;
}

.banner-wrapper2 {
    height: 370px;
    width: 35%;
    float: right;
    position: relative;
}

.banner-set .over-banner {
    position: relative;
    z-index: 3;
}

.banner-set h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
}

.banner-set p {
    font-size: 16px;
    line-height: 23px;
    color: #7d7d7d;
    margin-bottom: 45px;
}

.banner-set a {
   display: block;
   font-size: 13px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 0.75px;
   color: #00171f;
   background-color: #04cad8;
   width: 160px;
   text-align: center;
   padding: 12px 0;
   border-radius: 25px;
   -o-transition: 0.2s all ease;
   -moz-transition: 0.2s all ease;
   -webkit-transition: 0.2s all ease;
   transition: 0.2s all ease;
}

.banner-set a:hover {
    box-shadow: 1px 5px 5px 0 rgba(0,0,0,0.15);
    -o-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.over-banner.set1 {
    padding-left: 40px;
    padding-right: 30px;
    width: 50%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.over-banner.set2 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 30px;
    width: 60%;
}

/* End of Banner-set Style */

/* Advantages Style */

.avantaje-wrapper .item {
    width: 25%;
    float: left;
    padding: 40px 30px;
    background-color: #f3f4f3;
    position: relative;
    min-height: 156px;
    display: flex;
    align-items: center;
}

.avantaje-wrapper .item:after {
    position: absolute;
    content: "";
    height: 100px;
    width: 1px;
    background-color: #e1e1e1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.avantaje-wrapper .item.item-4:after {
    display: none;
}

.avantaje-wrapper .item p {
    width: 70%;
    float: right;
    font-size: 20px;
    text-align: center;
}

/* End of Advantages Style */

/* Banner-bottom Style */

.banner-bottom {
    display: inline-block;
    width: 100%;
    background: linear-gradient(to bottom, transparent -20%, #f3f3f3 100%);
    position: relative;
}

.banner-bottom .banner-info {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  padding: 0 40px;
  width: 45%;
}

.banner-bottom-image {
    float: left;
    width: 45%;
}

.banner-info h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
}

.banner-info p {
    font-size: 16px;
    line-height: 23px;
    color: #7d7d7d;
    margin-bottom: 5%;
}

.banner-info a {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    color: #00171f;
    background-color: #04cad8;
    width: 160px;
    text-align: center;
    padding: 12px 0;
    border-radius: 25px;
    -o-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.banner-info a:hover {
    box-shadow: 1px 5px 5px 0 rgba(0,0,0,0.15);
    -o-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

/* End of Banner-bottom Style */

/* Product Category Style */

.col-4, .layout-2columns-left .products-grid li.item, .layout-2columns-right .products-grid li.item {
    padding: 0 25px;
}

.button.ajaxcart-modal-close {
    background-color: transparent;
    color: #04cad8;
}

h2.subtitle {
    line-height: 20px;
    padding-bottom: 5px;
    position: relative;
    font-size: 18px;
}

h2.subtitle:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 17%;
    height: 2px;
    background-color: #00171f;
    transition: 0.3s all ease-in-out;
}
.products-grid .product-name a {
    color: #000;
}

.products-grid .price-box .price {
    color: #999;
}

.page-main .widget-new h2.subtitle:after {
    width: 9%;
}

.page-main .widget-new:hover h2.subtitle:after,
.page-main .widget-multiproducts:hover h2.subtitle:after {
    width: 100%;
}

.products-grid .item-inner,
.products-list .item-inner {
    background-color: transparent;
}

.products-grid .product-image img {
    border-bottom: 1px solid #e1e1e1;
    z-index: 10;
}

.products-list .product-image img {
    border-right: 1px solid #e1e1e1;
}

.products-grid .product-box {
    padding-left: 0;
    padding-right: 0;
}

.products-grid .product-name,
.products-list .product-name,
.products-grid .price-box .price,
.products-list .price-box .price {
    letter-spacing: 0.25px;
}

.products-grid .product-box .desc,
.products-list .product-box .desc {
    color: #7d7d7d;
    letter-spacing: 0.25px;
}

.products-grid .product-image:after,
.products-list .product-image:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s all ease-in-out;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#33000000',GradientType=0 );
    opacity: 0;
    z-index: 0;
}

.products-grid .item-inner:hover .product-image:after,
.products-list .item-inner:hover .product-image:after {
    opacity: 0.7;
    transition: 0.3s all ease-in-out;
}

.products-grid .product-actions {
    width: 60%;
}

.products-grid .product-actions .button,
.products-list .product-actions .button {
    position: relative;
    font-size: 0;
    display: inline-block;
    width: 33.33%;
    float: left;
    background: transparent;
    padding: 0;
    height: 40px;
    text-align: center;
}

.products-grid .product-actions .button:before,
.products-list .product-actions .button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    z-index: 0;
    border-radius: 50%;
    width: 40px;
    background: #04cad8 url('https://sandbox1.blugento.ro/skin/frontend/blugento/default/blugento/images/var_mini-cart__link__after.svg') 50% 50% no-repeat;
    transition: 0.3s ease-in-out;
}

.products-grid .product-actions .button:hover:before,
.products-list .product-actions .button:hover:before,
.products-grid .add-to-links li a:hover:before,
.products-list .add-to-links li a:hover:before {
    box-shadow: 1px 5px 5px 0 rgba(0,0,0,0.15);
    transition: 0.3s ease-in-out;
}

.ambrands-link {
    float: none;
    padding-left: 0;
    padding-bottom: 10px;
}

.tabs-nav {
    padding: 0;
}

.products-grid .product-actions .button:hover {
    background-color: transparent;
}

.products-grid .add-to-links,
.products-list .add-to-links {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
    width: 66.66%;
    float: left;
}

.products-grid .add-to-links li,
.products-list .add-to-links li {
    float: left;
    display: block;
    width: 50%;
    padding: 0;
}

.products-list .product-actions .button,
.products-list .add-to-links li {
    width: 50px;
}

.products-grid .add-to-links li a,
.products-list .add-to-links li a {
    display: inline-block;
    text-decoration: none;
}

.products-grid .product-box {
    overflow: visible;
}

.products-grid .add-to-links li a > span,
.products-list .add-to-links li a > span {
    font-size: 0;
    text-decoration: none;
}

.category-products .add-to-links.customer-logged-in a.ajax-loading-wishlist:after, 
.category-products .add-to-links.customer-logged-in a.ajax-loading-wishlist:before,
.category-products .add-to-links.customer-logged-in a.ajax-loading-compare:after,
.category-products .add-to-links.customer-logged-in a.ajax-loading-compare:before {
    width: 25px;
    height: 25px;
}

.category-products .add-to-links.customer-logged-in a.ajax-loading-wishlist:after,
.category-products .add-to-links.customer-logged-in a.ajax-loading-compare:after {
     top: 10px;
     left: 10px;
}

.products-grid .add-to-links li a:before,
.products-list .add-to-links li a:before {
    border: 1px solid #e1e1e1;
    padding: 7px;
    border-radius: 50%;
    margin: 0;
    height: 24px;
    transition: 0.3s ease-in-out;
}

.product-view.gallery-orientation-1 .more-views .item-image {
    background-color: #ffffff;
}

.product-view .product-shop .add-to-cart button,
.tabs-nav>li.activeli,
.cart .discount button,
.cart-totals .checkout-types .btn-checkout,
.multiple-checkout button, .opc button {
    color: #000000;
}

.product-view .product-shop .add-to-cart button:hover,
.cart .discount button:hover,
.cart-totals .checkout-types .btn-checkout:hover,
.multiple-checkout button:hover, .opc button:hover {
    color: #ffffff;
}

.products-grid .product-box .discount,
.price-box .price-label {
    display: none;
}

.badge--sale {
    background-color: #FE4A49;
    color: #fff;
}

.badge {
    padding: 8px;
    font-size: 12px;
}

.cms-home .products-grid .product-box .desc, .cms-home .products-list .product-box .desc, .catalog-category-view .products-list .product-box .desc, .catalog-category-view .products-grid .product-box .desc{
    display: none;
}

.products-grid .product-box .desc, .products-list .product-box .desc {
    display: none;
}

.category-intro {
    padding: 0 0 45px;
}

.product-collateral {
    margin-bottom: 30px;
}

.easytabs-content {
    padding: 35px 10px;
}

.product-view .box-tags {
    float: left;
    border-top: 0;
}

.tabs-nav {
    border-bottom: 1px solid #f5f5f5;
}

.my-wishlist table .add-to-cart-alt button {
    height: 44px;
}

.product-view.gallery-orientation-2 .more-views li {
    padding-bottom: 15px;
}

/* End of Product Category Style */

/* Footer style */

.page-footer a {
    color: #7d7d7d;
}

.page-footer .copyright,
.page-footer .copyright strong {
    color: #ffffff;
}

.page-footer .page-container-wrapper {
    background-color: #00171f;
}

.page-footer .page-container-wrapper {
    border: none;
}

.page-footer .page-container-wrapper:first-child {
    background-color: #f5f5f5;
}

.page-footer .marketing-box>i {
    display: none;
}

.page-footer .marketing-box--newsletter .input-text {
    height: 40px;
    width: 415px;
    border: 1px solid #e1e1e1;
    border-radius: 25px;
}

.page-footer .marketing-box--newsletter .button {
    font-size: 0;
    background: transparent;
    position: relative;
    right: 30px;
    height: 40px;
}

.page-footer .marketing-box--newsletter .button:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    border-left: 1px solid #e1e1e1;
    background: url('https://sandbox1.blugento.ro/skin/frontend/blugento/default/blugento/images/var_page-footer__marketing-box--newsletter__before.svg') no-repeat center center;
    background-size: 20px;
}

.page-footer .marketing-box--newsletter {
    float: none;
}

.page-footer .page-container-wrapper:first-child .page-container {
    text-align: center;
}

.page-footer .marketing-wrapper {
    display: inline-block;
    float: left;
    text-align: left;
    margin-left: 10%;
}

.page-footer .marketing-wrapper h4 {
    font-size: 18px;
    color: #00171f;
    padding-bottom: 10px;
    letter-spacing: 0.25px;
}

.page-footer .marketing-wrapper h5 {
    font-size: 15px;
    text-transform: initial;
    font-weight: 400;
    letter-spacing: 0.25px;
    color: #7d7d7d;
}

.page-footer .marketing-box h4,
.page-footer .marketing-box h5,
.page-footer .copyright br {
    display: none;
}

.page-footer .col-2 {
    width: 100%;
    order: 2;
}

.page-footer .col-4 {
    width: 100%;
    order: 1;
}

.page-footer .footer-links ul {
    width: 25%;
}

.page-footer .footer-links ul:first-child {
    width: 50%;
}
.page-footer .footer-links ul.list--social {
    display: flex;
    width: 100%;
}

.footer-links ul li:first-child {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.footer-links ul li span {
    color: #7d7d7d;
}

.footer-links ul li a {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.25px;
}
/* End of Footer Style */
/*Coercturi*/
.add-to-links li a.link-wishlist:before,
.add-to-links li a.link-compare:before {
    background-color: #fff;
    background-position: center;
    height: 25px;
    width: 25px;
}

.products-grid .product-actions {
    margin: 0 auto;
    padding-top: 25px;
}

.page-header .desktop .block-cart>a>i {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    background-position: center;
    background-size: 27px;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-position: 50% 50%;
}
.page-header .desktop .mini-account i {
  background-size:30px;
  background-position: 50%;
}

.page-header .desktop .block-cart>a>i:hover,
.custom-account:hover {
    background-color: #04CAD8;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.button.btn-empty,
.button.btn-update {
    background-color: #000000;
    color: #fff;
}

.button.btn-empty:hover,
.button.btn-update:hover {
    background-color: #04CAD8;
    color: #fff;
}

.cart .discount button {
    background-color: #cecece;
}

.multiple-checkout .step-title, .opc .step-title {
    border-bottom: 2px solid #f5f5f5;
}

.multiple-checkout button, .opc button {
    background-color: #000;
    color: #fff;
}

.multiple-checkout button:hover, .opc button:hover {
 background-color: #04CAD8;
 color: #fff;
}

.products-grid .item-inner, .products-list .item-inner {
    padding: 0 15px;
}

/* Responsive style start */
@media (min-width: 996px) {
  .cms-index-index .page-main .page-container {
    padding-top: 0;
}
.page-header .header-wishlist-count span i {
  border: 1px solid #e1e1e1;
  border-radius: 50%;
}
.nav--primary a.level1 {
    color: #000000;
}

.nav--primary .submenu {
    margin-top: -1px;
    border: 1px solid #ebebeb;
}

.cms-home .page-main .page-container,
.page-header .page-container {
    padding: 0 20px;
}

.cms-home .page-main .page-container:first-child {
    padding: 0;
}

.page-header .mini-wrapper-2 > div + div {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.page-header .mini-search .form-search input {
    height: 40px;
    width: 415px;
}

.block-cart>a>i {
    background-color: #04cad8;
    border-radius: 50%;
}

.nav-container {
    border-bottom: 2px solid #e1e1e1;
    z-index: 1;
}
.cms-home .nav-container {
  border-bottom: 0;
}

.links-after li,
.links-before li,
.nav--primary li.level0,
.nav--primary__item {
    padding: 0 20px;
}

.links-after li > a,
.links-before li > a,
.nav--primary a.level0,
.nav--primary-button {
    padding: 20px 0 10px;
    margin-bottom: -2px;
    letter-spacing: 0.5px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    border-bottom: 2px solid transparent;
}

.links-after li > a:hover,
.links-before li > a:hover,
.nav--primary a.level0:hover,
.nav--primary-button:hover {
    border-bottom: 2px solid #04cad8;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.products-grid.grid-6 li.item,
.products-grid.grid-4 li.item {
    width: 25%;
    padding: 15px;
}

.page-header .desktop .block-cart>a>i,
.page-header .header-wishlist-count span i,
.page-header .desktop .mini-account i, .page-header .page-container-wrapper--sticky .mini-account i,
.form-search button {
    background-size: 20px;
}
}

@media (max-width: 1024px) {
    .avantaje-wrapper .item p {
        font-size: 15px;
        padding-left: 5px;
        width: 60%;
    }

    .avantaje-wrapper .item {
        padding: 40px 25px;
    }

    .banner-set h2 {
        font-size: 30px;
    }

    .over-banner.set1 {
        top: 35px;
        transform: none;
    }

    .page-footer .marketing-wrapper {
        margin-left: 5%;
    }

    .products-grid .product-actions {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 995px) {
  .products-grid .product-badges {
    display: block;
}
.breadcrumbs {
    white-space: unset;
}
.block-cart>a>i {
    height: 30px;
}
.page-header .header-wishlist-count span i {
    border: none;
}
.cms-index-index .page-main .page-container {
    padding-top: 0;
}
.page-header .desktop .block-cart>a>i {
    border: none;
    height: 30px;
}
.page-container-wrapper.on-mobile.mobile > div > div.mini-cart > div {
    display: block;
    padding: 0;
}

.showcase .controls-middle .slick-dots {
    left: 50%;
    transform: translateX(-50%);
}

.banner-wrapper1,
.banner-wrapper2 {
    width: 100%;
}

.banner-wrapper .over-banner p {
    max-width: 360px;
}

.banner-wrapper .over-banner h1 {
    line-height: 40px;
}

.avantaje-wrapper .item {
    text-align: center;
    min-height: 186px;
    padding: 20px 10px;
}

.avantaje-wrapper .item p {
    text-align: left;
    width:auto;
}
.avantaje-wrapper img {
  width: 40px;
  padding-right: 10px;
}

.banner-bottom-image {
    width: 40%;
}

.banner-info {
    width: 60%;
}

.banner-bottom {
    padding-bottom: 50px;
}

.page-footer .marketing-wrapper {
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    margin-left: 0;
}

.page-footer .footer-links ul,
.page-footer .footer-links ul:first-child {
    padding-right: 0;
}

.block-layered-nav dt {
    color: #ffffff;
}

.products-grid .product-actions {
    width: 100%;
}
}

@media (max-width: 769px) {
.campaign .block-cart {
background: #fff;
padding: 5px;
margin-top: 30px;
}

    .over-banner h1,
    .banner-info h2 {
        font-size: 25px;
        line-height: inherit;
    }
    .banner-wrapper .over-banner p,
    .banner-bottom .banner-info p {
      display: none;
  }
  .banner-wrapper .over-banner a,
  .over-banner.set2 a,
  .banner-info a,
  .over-banner.set1 a {
      width: fit-content;
      padding: 8px 25px;
      font-size: 11px;
      margin-top: 10px;
  }

  .banner-wrapper1:after, .banner-wrapper2:after {
    background: linear-gradient(to bottom, transparent -40%, #f3f3f3 100%);
}
.product-view .product-shop .product-name h1 {
  font-size: 28px;
  display: block;
  width: 100%;
  float: left;
  margin: 3% 0;
}
}

@media (max-width: 650px) {
    .page-footer .marketing-box--newsletter .input-text {
        width: 100%;
    }

    .page-footer .footer-links ul,
    .page-footer .footer-links ul:first-child,
    .page-footer .copyright {
        width: 100%;
        text-align: center;
    }

    .page-footer .footer-links ul.list--social {
        justify-content: center;
    }

    .over-banner.set1 {
        width: 100%;
        text-align: center;
    }

    .banner-image-1 {
        right: 15%;
        bottom: 15px;
    }

    .over-banner.set1 a {
        margin: 0 auto;
    }

    .over-banner.set2 a {
        margin: 0;
    }

    .avantaje-wrapper .item {
        width: 50%;
    }

    .avantaje-wrapper .item.item-2:after {
        display: none;
    }
    .avantaje-wrapper .item {
      min-height: 140px;
  }

  .banner-bottom-image,
  .banner-bottom .banner-info {
      width: 100%;
  }

  .banner-info {
    width: 100%;
}
.banner-bottom .banner-info {
  position: relative;
  transform: unset;
}
.banner-set h2 {
  line-height: inherit;
}
}

@media (max-width: 480px) {
    .over-banner p {
        display: none;
    }

    .banner-wrapper .over-banner {
        position: relative;
        top: 0;
        transform: none;
        text-align: center;
        background: #f2f2f2;
        padding: 15px 0;
    }

    .banner-image-1 {
        right: 0;
    }

    .over-banner.set2 {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

    .over-banner.set2 a {
        margin: 0 auto;
    }

    .avantaje-wrapper .item {
        width: 100%;
        margin-bottom: 5px;
    }

    .banner-info h2 {
        font-size: 34px;
    }

    .avantaje-wrapper .item:after {
        display: none;
    }

    .banner-wrapper .over-banner a {
        margin: 10px auto;
    }
}

@media (max-width: 320px) {
    .banner-info h2 {
        font-size: 34px;
    }

    .over-banner.set2 {
        width: 100%;
        text-align: center;
    }

    .over-banner.set2 a {
        margin: 0 auto;
    }

    .banner-image-1 {
        right: 0;
        width: 100%;
    }
}
/* End of Responsive style */
/* General Styles */

* {
    -o-transition: 0.3s color ease;
    -moz-transition: 0.3s color ease;
    -webkit-transition: 0.3s color ease;
    transition: 0.3s color ease;

    -o-transition: 0.3s background-color ease;
    -moz-transition: 0.3s background-color ease;
    -webkit-transition: 0.3s background-color ease;
    transition: 0.3s background-color ease;
}
.badge--new {
    display: block;
    background-color: #cecece;
    color: #000;
}
.page-container,
.row-wrapper {
    max-width: 1210px;
}

.row-wrapper-wide {
    max-width: 100%;
}

body {
    cursor: default;
}

a:hover {
    text-decoration: none;
}

.sidebar-bottom a.button {
    background-color: #000;
    color: #ffffff;
}

.sidebar-bottom a.button:hover {
    color: #ffffff;
    background-color: #04CAD8;
}

.cms-page-view .std h2:not(.product-name) {
    font-size: 20px;
}

.cms-home .page-main .row-wrapper:first-child .showcase {
    margin-top: -2px;
}

.opc-login .col-1 .button {
    color: #ffffff;
}

.opc-login .col-1 .button:hover {
    background-color: #04CAD8;
    color: #fff;
}

.page-main {
    padding-top: 60px;
    padding-bottom: 120px;
}

.cms-home .page-main {
    padding-top: 0;
    padding-bottom: 0;
}
.products-grid .tax-details {
  display: none;
}
.add-to-links li a {
  line-height: 25px;
}
.page-header .header-wishlist-count span span {
  color: #000;
  font-size: 0;
}
.avantaje-wrapper .item img {
  padding-right: 10px;
}
.block-cart .block-cart-aside .actions .proceed-checkout {
    background-color: #04CAD8;
    color: #000;
}

.page-header .mini-search .form-search input {
    border-radius: 25px;
    padding-left: 20px;
    letter-spacing: 0.25px;
    color: #7d7d7d;
}
.page-header .desktop .logo {
    left: 0;
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
.page-header .desktop .mini-account i{
    border: 1px solid #e1e1e1;
    border-radius: 50%;
}
.page-header .header-wishlist-count span i {
  background-size: 30px;
  background-position: 50%;
}
.page-header .desktop .mini-account .list--links {
    background: #fff;
    border: 1px solid #cecece;
    text-align: center;
}

.page-header .desktop .mini-account:hover .list--links {
    display: block;
}

.page-header .desktop .mini-account>ul:after,
.block-cart .block-cart-aside .block-content:after {
    border-bottom: 10px solid #cecece;
}
.order-icons-1 .mini-search .form-search button {
  height: 35px;
}
.block-cart .block-cart-aside {
  border: 1px solid #cecece;
}
.page-header .desktop .mini-account .list--horizontal .list__item {
    display: block;
    float: none;
    clear: both;
    color: #000;
    font-size: 14px;
}
.page-header .page-container-wrapper--nav {
  border: NONE;
}
.mini-account .list--horizontal .list__item:hover {
    color: #04cad8;
}


/* Banner style */

.showcase .controls-middle .slick-dots {
    left: 19%;
    transform: none;
}

.showcase .slick-dots button {
    background-color: #acacac;
}

.showcase .slick-dots .slick-active button {
    background-color: #000000;
}

.showcase .slick-dots button {
    width: 10px;
    height: 10px;
    border: none;
    box-shadow: none;
}

.banner-wrapper {
    position: relative;
}

.banner-wrapper .over-banner {
    position: absolute;
    content: "";
    max-width: 1210px;
    padding: 0 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: left;
    z-index: 10;
}

.banner-wrapper .over-banner h1 {
    font-size: 36px;
    line-height: 60px;
    color: #00171f;
}

.banner-wrapper .over-banner p {
    max-width: 420px;
    color: #7d7d7d;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.1px;
}

.banner-wrapper .over-banner a {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    color: #00171f;
    background-color: #04cad8;
    width: 160px;
    text-align: center;
    padding: 12px 0;
    border-radius: 25px;
    transition: 0.2s all ease-in-out;
}

.banner-wrapper .over-banner a:hover {
    transition: 0.2s all ease-in-out;
    box-shadow: 1px 5px 5px 0 rgba(0,0,0,0.15);
}

.banner-image-1,
.banner-image-2 {
    position: absolute;
    z-index: 2;
}

.banner-set {
    display: inline-block;
    width: 100%;
}

.banner-image-1 {
    bottom: 50px;
    right: 40px;
}

.banner-image-2 {
    bottom: 50px;
    right: 0;
}

/* End of Banner style */

/* Banner-set Style */

.banner-wrapper1 {
    height: 370px;
    width: 60%;
    float: left;
    position: relative;
}

.banner-wrapper1:after,
.banner-wrapper2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent -20%, #f3f3f3 100%);
    z-index: 1;
}

.banner-wrapper2 {
    height: 370px;
    width: 35%;
    float: right;
    position: relative;
}

.banner-set .over-banner {
    position: relative;
    z-index: 3;
}

.banner-set h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
}

.banner-set p {
    font-size: 16px;
    line-height: 23px;
    color: #7d7d7d;
    margin-bottom: 45px;
}

.banner-set a {
   display: block;
   font-size: 13px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 0.75px;
   color: #00171f;
   background-color: #04cad8;
   width: 160px;
   text-align: center;
   padding: 12px 0;
   border-radius: 25px;
   -o-transition: 0.2s all ease;
   -moz-transition: 0.2s all ease;
   -webkit-transition: 0.2s all ease;
   transition: 0.2s all ease;
}

.banner-set a:hover {
    box-shadow: 1px 5px 5px 0 rgba(0,0,0,0.15);
    -o-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.over-banner.set1 {
    padding-left: 40px;
    padding-right: 30px;
    width: 50%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.over-banner.set2 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 30px;
    width: 60%;
}

/* End of Banner-set Style */

/* Advantages Style */

.avantaje-wrapper .item {
    width: 25%;
    float: left;
    padding: 40px 30px;
    background-color: #f3f4f3;
    position: relative;
    min-height: 156px;
    display: flex;
    align-items: center;
}

.avantaje-wrapper .item:after {
    position: absolute;
    content: "";
    height: 100px;
    width: 1px;
    background-color: #e1e1e1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.avantaje-wrapper .item.item-4:after {
    display: none;
}

.avantaje-wrapper .item p {
    width: 70%;
    float: right;
    font-size: 20px;
    text-align: center;
}

/* End of Advantages Style */

/* Banner-bottom Style */

.banner-bottom {
    display: inline-block;
    width: 100%;
    background: linear-gradient(to bottom, transparent -20%, #f3f3f3 100%);
    position: relative;
}

.banner-bottom .banner-info {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  padding: 0 40px;
  width: 45%;
}

.banner-bottom-image {
    float: left;
    width: 45%;
}

.banner-info h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
}

.banner-info p {
    font-size: 16px;
    line-height: 23px;
    color: #7d7d7d;
    margin-bottom: 5%;
}

.banner-info a {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    color: #00171f;
    background-color: #04cad8;
    width: 160px;
    text-align: center;
    padding: 12px 0;
    border-radius: 25px;
    -o-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.banner-info a:hover {
    box-shadow: 1px 5px 5px 0 rgba(0,0,0,0.15);
    -o-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

/* End of Banner-bottom Style */

/* Product Category Style */

.col-4, .layout-2columns-left .products-grid li.item, .layout-2columns-right .products-grid li.item {
    padding: 0 25px;
}

.button.ajaxcart-modal-close {
    background-color: transparent;
    color: #04cad8;
}

h2.subtitle {
    line-height: 20px;
    padding-bottom: 5px;
    position: relative;
    font-size: 18px;
}

h2.subtitle:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 17%;
    height: 2px;
    background-color: #00171f;
    transition: 0.3s all ease-in-out;
}
.products-grid .product-name a {
    color: #000;
}

.products-grid .price-box .price {
    color: #999;
}

.page-main .widget-new h2.subtitle:after {
    width: 9%;
}

.page-main .widget-new:hover h2.subtitle:after,
.page-main .widget-multiproducts:hover h2.subtitle:after {
    width: 100%;
}

.products-grid .item-inner,
.products-list .item-inner {
    background-color: transparent;
}

.products-grid .product-image img {
    border-bottom: 1px solid #e1e1e1;
    z-index: 10;
}

.products-list .product-image img {
    border-right: 1px solid #e1e1e1;
}

.products-grid .product-box {
    padding-left: 0;
    padding-right: 0;
}

.products-grid .product-name,
.products-list .product-name,
.products-grid .price-box .price,
.products-list .price-box .price {
    letter-spacing: 0.25px;
}

.products-grid .product-box .desc,
.products-list .product-box .desc {
    color: #7d7d7d;
    letter-spacing: 0.25px;
}

.products-grid .product-image:after,
.products-list .product-image:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s all ease-in-out;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#33000000',GradientType=0 );
    opacity: 0;
    z-index: 0;
}

.products-grid .item-inner:hover .product-image:after,
.products-list .item-inner:hover .product-image:after {
    opacity: 0.7;
    transition: 0.3s all ease-in-out;
}

.products-grid .product-actions {
    width: 60%;
}

.products-grid .product-actions .button,
.products-list .product-actions .button {
    position: relative;
    font-size: 0;
    display: inline-block;
    width: 33.33%;
    float: left;
    background: transparent;
    padding: 0;
    height: 40px;
    text-align: center;
}

.products-grid .product-actions .button:before,
.products-list .product-actions .button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    z-index: 0;
    border-radius: 50%;
    width: 40px;
    background: #04cad8 url('https://sandbox1.blugento.ro/skin/frontend/blugento/default/blugento/images/var_mini-cart__link__after.svg') 50% 50% no-repeat;
    transition: 0.3s ease-in-out;
}

.products-grid .product-actions .button:hover:before,
.products-list .product-actions .button:hover:before,
.products-grid .add-to-links li a:hover:before,
.products-list .add-to-links li a:hover:before {
    box-shadow: 1px 5px 5px 0 rgba(0,0,0,0.15);
    transition: 0.3s ease-in-out;
}

.ambrands-link {
    float: none;
    padding-left: 0;
    padding-bottom: 10px;
}

.tabs-nav {
    padding: 0;
}

.products-grid .product-actions .button:hover {
    background-color: transparent;
}

.products-grid .add-to-links,
.products-list .add-to-links {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
    width: 66.66%;
    float: left;
}

.products-grid .add-to-links li,
.products-list .add-to-links li {
    float: left;
    display: block;
    width: 50%;
    padding: 0;
}

.products-list .product-actions .button,
.products-list .add-to-links li {
    width: 50px;
}

.products-grid .add-to-links li a,
.products-list .add-to-links li a {
    display: inline-block;
}

.products-grid .add-to-links li a:before,
.products-list .add-to-links li a:before {
    border: 1px solid #e1e1e1;
    padding: 7px;
    border-radius: 50%;
    margin: 0;
    height: 24px;
    transition: 0.3s ease-in-out;
}

.product-view.gallery-orientation-1 .more-views .item-image {
    background-color: #ffffff;
}

.product-view .product-shop .add-to-cart button,
.tabs-nav>li.activeli,
.cart .discount button,
.cart-totals .checkout-types .btn-checkout,
.multiple-checkout button, .opc button {
    color: #000000;
}

.product-view .product-shop .add-to-cart button:hover,
.cart .discount button:hover,
.cart-totals .checkout-types .btn-checkout:hover,
.multiple-checkout button:hover, .opc button:hover {
    color: #ffffff;
}

.products-grid .product-box .discount,
.price-box .price-label {
    display: none;
}

.badge--sale {
    background-color: #FE4A49;
    color: #fff;
}

.badge {
    padding: 8px;
    font-size: 12px;
}

.cms-home .products-grid .product-box .desc, .cms-home .products-list .product-box .desc, .catalog-category-view .products-list .product-box .desc, .catalog-category-view .products-grid .product-box .desc{
    display: none;
}

.products-grid .product-box .desc, .products-list .product-box .desc {
    display: none;
}

.category-intro {
    padding: 0 0 45px;
}

.product-collateral {
    margin-bottom: 30px;
}

.easytabs-content {
    padding: 35px 10px;
}

.product-view .box-tags {
    float: left;
    border-top: 0;
}

.tabs-nav {
    border-bottom: 1px solid #f5f5f5;
}

.my-wishlist table .add-to-cart-alt button {
    height: 44px;
}

.product-view.gallery-orientation-2 .more-views li {
    padding-bottom: 15px;
}

/* End of Product Category Style */

/* Footer style */

.page-footer a {
    color: #7d7d7d;
}

.page-footer .copyright,
.page-footer .copyright strong {
    color: #ffffff;
}

.page-footer .page-container-wrapper {
    background-color: #00171f;
}

.page-footer .page-container-wrapper {
    border: none;
}

.page-footer .page-container-wrapper:first-child {
    background-color: #f5f5f5;
}

.page-footer .marketing-box>i {
    display: none;
}

.page-footer .marketing-box--newsletter .input-text {
    height: 40px;
    width: 415px;
    border: 1px solid #e1e1e1;
    border-radius: 25px;
}

.page-footer .marketing-box--newsletter .button {
    font-size: 0;
    background: transparent;
    position: relative;
    right: 30px;
    height: 40px;
}

.page-footer .marketing-box--newsletter .button:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    border-left: 1px solid #e1e1e1;
    background: url('https://sandbox1.blugento.ro/skin/frontend/blugento/default/blugento/images/var_page-footer__marketing-box--newsletter__before.svg') no-repeat center center;
    background-size: 20px;
}

.page-footer .marketing-box--newsletter {
    float: none;
}

.page-footer .page-container-wrapper:first-child .page-container {
    text-align: center;
}

.page-footer .marketing-wrapper {
    display: inline-block;
    float: left;
    text-align: left;
    margin-left: 10%;
}

.page-footer .marketing-wrapper h4 {
    font-size: 18px;
    color: #00171f;
    padding-bottom: 10px;
    letter-spacing: 0.25px;
}

.page-footer .marketing-wrapper h5 {
    font-size: 15px;
    text-transform: initial;
    font-weight: 400;
    letter-spacing: 0.25px;
    color: #7d7d7d;
}

.page-footer .marketing-box h4,
.page-footer .marketing-box h5,
.page-footer .copyright br {
    display: none;
}

.page-footer .col-2 {
    width: 100%;
    order: 2;
}

.page-footer .col-4 {
    width: 100%;
    order: 1;
}

.page-footer .footer-links ul {
    width: 25%;
}

.page-footer .footer-links ul:first-child {
    width: 50%;
}
.page-footer .footer-links ul.list--social {
    display: flex;
    width: 100%;
}

.footer-links ul li:first-child {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.footer-links ul li span {
    color: #7d7d7d;
}

.footer-links ul li a {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.25px;
}
/* End of Footer Style */
/*Coercturi*/
.add-to-links li a.link-wishlist:before,
.add-to-links li a.link-compare:before {
    background-position: center;
    height: 25px;
    width: 25px;
}

.products-grid .product-actions {
    float: left;
    margin: 0 auto;
    padding-top: 25px;
}

.page-header .desktop .block-cart>a>i {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    background-position: center;
    background-size: 27px;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-position: 50% 50%;
}
.page-header .desktop .mini-account i {
  background-size:30px;
  background-position: 50%;
}

.page-header .desktop .block-cart>a>i:hover,
.custom-account:hover {
    background-color: #04CAD8;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.button.btn-empty,
.button.btn-update {
    background-color: #000000;
    color: #fff;
}

.button.btn-empty:hover,
.button.btn-update:hover {
    background-color: #04CAD8;
    color: #fff;
}

.cart .discount button {
    background-color: #cecece;
}

.multiple-checkout .step-title, .opc .step-title {
    border-bottom: 2px solid #f5f5f5;
}

.multiple-checkout button, .opc button {
    background-color: #000;
    color: #fff;
}

.multiple-checkout button:hover, .opc button:hover {
 background-color: #04CAD8;
 color: #fff;
}

.products-grid .item-inner, .products-list .item-inner {
    padding: 0 15px;
}

/* Responsive style start */
@media (min-width: 996px) {
  .cms-index-index .page-main .page-container {
    padding-top: 0;
}
.page-header .header-wishlist-count span i {
  border: 1px solid #e1e1e1;
  border-radius: 50%;
}
.nav--primary a.level1 {
    color: #000000;
}

.nav--primary .submenu {
    margin-top: -1px;
    border: 1px solid #ebebeb;
}

.cms-home .page-main .page-container,
.page-header .page-container {
    padding: 0 20px;
}

.cms-home .page-main .page-container:first-child {
    padding: 0;
}

.page-header .mini-wrapper-2 > div + div {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.page-header .mini-search .form-search input {
    height: 40px;
    width: 415px;
}

.block-cart>a>i {
    background-color: #04cad8;
    border-radius: 50%;
}

.nav-container {
    border-bottom: 2px solid #e1e1e1;
    z-index: 1;
}
.cms-home .nav-container {
  border-bottom: 0;
}

.links-after li,
.links-before li,
.nav--primary li.level0,
.nav--primary__item {
    padding: 0 20px;
}

.links-after li > a,
.links-before li > a,
.nav--primary a.level0,
.nav--primary-button {
    padding: 20px 0 10px;
    margin-bottom: -2px;
    letter-spacing: 0.5px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    border-bottom: 2px solid transparent;
}

.links-after li > a:hover,
.links-before li > a:hover,
.nav--primary a.level0:hover,
.nav--primary-button:hover {
    border-bottom: 2px solid #04cad8;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.products-grid.grid-6 li.item,
.products-grid.grid-4 li.item {
    width: 25%;
    padding: 15px;
}

.page-header .desktop .block-cart>a>i,
.page-header .header-wishlist-count span i,
.page-header .desktop .mini-account i, .page-header .page-container-wrapper--sticky .mini-account i,
.form-search button {
    background-size: 20px;
}
}

@media (max-width: 1024px) {
    .avantaje-wrapper .item p {
        font-size: 15px;
        padding-left: 5px;
        width: 60%;
    }

    .avantaje-wrapper .item {
        padding: 40px 25px;
    }

    .banner-set h2 {
        font-size: 30px;
    }

    .over-banner.set1 {
        top: 35px;
        transform: none;
    }

    .page-footer .marketing-wrapper {
        margin-left: 5%;
    }

    .products-grid .product-actions {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 995px) {
  .products-grid .product-badges {
    display: block;
}
.breadcrumbs {
    white-space: unset;
}
.block-cart>a>i {
    height: 30px;
}
.page-header .header-wishlist-count span i {
    border: none;
}
.cms-index-index .page-main .page-container {
    padding-top: 0;
}
.page-header .desktop .block-cart>a>i {
    border: none;
    height: 30px;
}
.page-container-wrapper.on-mobile.mobile > div > div.mini-cart > div {
    display: block;
    padding: 0;
}

.showcase .controls-middle .slick-dots {
    left: 50%;
    transform: translateX(-50%);
}

.banner-wrapper1,
.banner-wrapper2 {
    width: 100%;
}

.banner-wrapper .over-banner p {
    max-width: 360px;
}

.banner-wrapper .over-banner h1 {
    line-height: 40px;
}

.avantaje-wrapper .item {
    text-align: center;
    min-height: 186px;
    padding: 20px 10px;
}

.avantaje-wrapper .item p {
    text-align: left;
    width:auto;
}
.avantaje-wrapper img {
  width: 40px;
  padding-right: 10px;
}

.banner-bottom-image {
    width: 40%;
}

.banner-info {
    width: 60%;
}

.banner-bottom {
    padding-bottom: 50px;
}

.page-footer .marketing-wrapper {
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    margin-left: 0;
}

.page-footer .footer-links ul,
.page-footer .footer-links ul:first-child {
    padding-right: 0;
}

.block-layered-nav dt {
    color: #ffffff;
}

.products-grid .product-actions {
    width: 100%;
}
}

@media (max-width: 769px) {
    .over-banner h1,
    .banner-info h2 {
        font-size: 25px;
        line-height: inherit;
    }
    .banner-wrapper .over-banner p,
    .banner-bottom .banner-info p {
      display: none;
  }
  .banner-wrapper .over-banner a,
  .over-banner.set2 a,
  .banner-info a,
  .over-banner.set1 a {
      width: fit-content;
      padding: 8px 25px;
      font-size: 11px;
      margin-top: 10px;
  }

  .banner-wrapper1:after, .banner-wrapper2:after {
    background: linear-gradient(to bottom, transparent -40%, #f3f3f3 100%);
}
.product-view .product-shop .product-name h1 {
  font-size: 28px;
  display: block;
  width: 100%;
  float: left;
  margin: 3% 0;
}
}

@media (max-width: 650px) {
    .page-footer .marketing-box--newsletter .input-text {
        width: 100%;
    }

    .page-footer .footer-links ul,
    .page-footer .footer-links ul:first-child,
    .page-footer .copyright {
        width: 100%;
        text-align: center;
    }

    .page-footer .footer-links ul.list--social {
        justify-content: center;
    }

    .over-banner.set1 {
        width: 100%;
        text-align: center;
    }

    .banner-image-1 {
        right: 15%;
        bottom: 15px;
    }

    .over-banner.set1 a {
        margin: 0 auto;
    }

    .over-banner.set2 a {
        margin: 0;
    }

    .avantaje-wrapper .item {
        width: 50%;
    }

    .avantaje-wrapper .item.item-2:after {
        display: none;
    }
    .avantaje-wrapper .item {
      min-height: 140px;
  }

  .banner-bottom-image,
  .banner-bottom .banner-info {
      width: 100%;
  }

  .banner-info {
    width: 100%;
}
.banner-bottom .banner-info {
  position: relative;
  transform: unset;
}
.banner-set h2 {
  line-height: inherit;
}
}

@media (max-width: 480px) {
    .over-banner p {
        display: none;
    }

    .banner-wrapper .over-banner {
        position: relative;
        top: 0;
        transform: none;
        text-align: center;
        background: #f2f2f2;
        padding: 15px 0;
    }

    .banner-image-1 {
        right: 0;
    }

    .over-banner.set2 {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

    .over-banner.set2 a {
        margin: 0 auto;
    }

    .avantaje-wrapper .item {
        width: 100%;
        margin-bottom: 5px;
    }

    .banner-info h2 {
        font-size: 34px;
    }

    .avantaje-wrapper .item:after {
        display: none;
    }

    .banner-wrapper .over-banner a {
        margin: 10px auto;
    }
}

@media (max-width: 320px) {
    .banner-info h2 {
        font-size: 34px;
    }

    .over-banner.set2 {
        width: 100%;
        text-align: center;
    }

    .over-banner.set2 a {
        margin: 0 auto;
    }

    .banner-image-1 {
        right: 0;
        width: 100%;
    }
}
/* End of Responsive style */

