.product-template-default {
    background-color: #FDF8F2;
    overflow: auto;
}
.product-template-default .wrapper {
    max-width: 1400px;
    padding-left: 20px;
    padding-right: 20px;
}
.flex-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
}
.menu-header {
    background-color: #FFF;
}
.logo-header {
    width: 29%;
}
.logo-header img {
    width: 80%;
}
.product-template-default .logo-header img {
    width: 100%;
    max-width: 284px;
}
.menu-header .primary-menu li a {
    font-weight: 400;
    position: relative;
}
.menu-header .primary-menu {
    width: 14%;
    margin-left: 0; 
}
.menu-header .primary-menu .menu-item-has-children > a:after {
    position: absolute;
    content: '';
    background-image: url('/wp-content/themes/peauceros/assets/images/arrow_down.svg');
    background-repeat: no-repeat;
    width: 15px;
    height: 8px;
    right: -25px;
    top: calc( 50% - 3px );
}
.menu-header .primary-menu .menu-item-has-children > a:hover:after {
    background-image: url('/wp-content/themes/peauceros/assets/images/arrow_down_orange.svg');
}
.menu-header .search-link-header {
    width: 29%;
    margin-left: 0;
}
.menu-header .search-link-header .content-search {
    float: left;
    width: 100%;
    margin: 0;
}
.menu-header .search-link-header .content-search span {
    width: 100%;
    padding: 15px 25px 15px 45px;
    border: 1px solid #000;
    border-radius: 40px;
    font-size: 18px;
    font-style: normal;
    color: #000;
    font-weight: 400;
    margin-right: 0;
}
.product-template-default .menu-header .search-link-header .content-search span {
    padding: 20px 25px 20px 53px;
}
.menu-header .search-link-header .content-search::after {
    top: calc( 50% - 9px );
    left: 15px;
    width: 18px;
    height: 18px;
    background-size: contain;
}
.cart {
    display: inline;
}
.cart-header {
    display: inline-block;
    vertical-align: middle;
    width: 22%;
}
.cart-header a {
    display: block;
    color: #000;
    background-color: #FDA949;
    border: 1px solid #FDA949;
    border-radius: 40px;
    padding: 15px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-template-default .cart-header a {
    padding: 20px 53px;
}
.product-template-default .cart-header .content-cart {
    font-size: 16px;
}
.cart-header a:hover {
    background-color: #FFF;
}
.cart-header .icon-cart {
    display: inline-block;
    vertical-align: middle;
    min-width: 0;
    width: 20px;
    height: 20px;
    margin-right: 17px;
    position: relative;
}
.number {
    display: block;
	position: absolute;
	bottom: -10px;
    right: -10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
	background-color: #FFF;
    border-radius: 50%;
    color: #000;
    font-size: 14px;
    text-align: center;
}
.cart-header .content-cart {
    width: none;
    text-align: left;
    font-weight: 400;
    line-height: 17px;
    font-size: 14px;
}
.cart-header .icon-cart img{
    display: inline-block;
    width: 20px;
    height: 20px;
}


  @media (max-width: 1016px) {
    .menu-header .search-link-header .content-search span {
      display: none;
    }
    .menu-header .search-link-header .content-search {
        float: right;
    }
    .menu-header .search-link-header .content-search::after {
        right: 15px;
        left: auto;
    }
    .cart-header {
        width: 30%;
    }
  }
  @media screen and (max-width: 768px) {
    .menu-header .primary-menu {
        width: 240px;
        margin-left: 0; 
    }
    .logo-header {
        width: 45%;
    }
    .cart-header {
        width: 35%;
    }
    .responsive-button {
        width: 8%;
    }
  }
  @media screen and (max-width: 568px) {
    .logo-header {
        width: 40%;
    }
    .logo-header img {
        width: 90%;
    }
    .cart-header {
        width: 40%;
    }
    .product-template-default .cart-header a {
        padding: 10px 20px;
    }
    .cart-header .icon-cart {
        margin-right: 8px;
    }
    .cart-header .content-cart .cart {
        display: none;
    }
    .product-template-default .cart-header .content-cart {
        font-size: 14px;
    }
    .cart-header a {
        padding: 10px 10px;
    }
    .responsive-button {
        width: 13%;
    }
  }
  
  
#banner #content-slider-home #slider-home {
  width: 100%!important;
}