@CHARSET "UTF-8";

.ec-gtm-cookie-directive 
{ 
	position: fixed; 
	bottom:20px; 
	left: 0; 
	right: 0; 
	text-align: center; 
	z-index:9999; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

.ec-gtm-cookie-directive > div 
{ 
	display: inline-block; 
	text-align: left;  
	background:#fff;
	padding:20px; 
	color:#000; 
	max-width:300px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.19);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.19);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background-clip: padding-box;
}

.ec-gtm-cookie-directive > div > div { float:left; min-width:300px; }
.ec-gtm-cookie-directive > div > div > div:before,
.ec-gtm-cookie-directive > div > div > div:after { content: " ";display: table; }
.ec-gtm-cookie-directive > div > div > div:after { clear: both; }
.ec-gtm-cookie-directive > div > div > div p { display:block; padding:5px; margin:0px; }
.ec-gtm-cookie-directive > div > div > div a { cursor:pointer; color:#8e8e8e; }
.ec-gtm-cookie-directive > div > div > div a.action { display:block; text-align:left; padding:5px; float:left; }
.ec-gtm-cookie-directive > div > div > div a.action.accept { color:#8bc53f; font-weight:bold; }
.ec-gtm-cookie-directive > div > div > div a.action.accept-all { color:#8bc53f; font-weight:bold; }
.ec-gtm-cookie-directive > div > div > div a.action.refuse {  }

.ec-gtm-cookie-directive-segments { background:#f7f7f7; margin:10px -20px 10px -20px; padding:10px 25px 10px 25px; }
.ec-gtm-cookie-directive-segments > div { padding:5px 0px 5px 0px; }

.ec-gtm-cookie-directive-segments > div input[type="checkbox"] { display: none; }
.ec-gtm-cookie-directive-segments > div input[type="checkbox"] + label { display: block; position: relative; padding-left: 35px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
.ec-gtm-cookie-directive-segments > div input[type="checkbox"] + label:before { content: ''; display: block; width: 20px; height: 20px; border: 1px solid #000; position: absolute; left: 0; top: 0; opacity: 1; -webkit-transition: all .12s, border-color .08s; transition: all .12s, border-color .08s; }
.ec-gtm-cookie-directive-segments > div input[type="checkbox"]:checked + label:before { width: 10px;top: -5px;left: 5px;border-radius: 0;opacity: 1;border-top-color: transparent;border-left-color: transparent; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
	


.ec-gtm-cookie-directive small { display:block; padding:10px 20px 10px 35px; }

.ec-gtm-cookie-directive > div > div > div .ec-gtm-cookie-directive-note-toggle { display:block; margin:5px 0px 5px 35px; color:#8bc53f; font-size:12px; cursor:pointer; }
.ec-gtm-cookie-directive > div > div > div .ec-gtm-cookie-directive-note { display:none; }

main .ec-gtm-cookie-directive { position:relative; }
main .ec-gtm-cookie-directive > div { -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow: none; max-width:100%; padding:0px; }
main .ec-gtm-cookie-directive-segments { margin:10px 0px 20px 0px; background:none; padding:0px; }


@media (min-width: 1200px) 
{
	.ec-gtm-cookie-directive > div  { max-width:600px; }
	.ec-gtm-cookie-directive > div > div { min-width:500px; }
	
	main .ec-gtm-cookie-directive { max-width:100%;}
}

@media (max-width: 1200px) 
{
	.ec-gtm-cookie-directive > div > div { float:left; min-width:200px; }
}


.chocolat-zoomable.chocolat-zoomed{
    cursor : zoom-out;
}
.chocolat-open{
    overflow: hidden;
}
.chocolat-overlay{
    height:100%;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:10;
    background-color:#fff;
    display: none;
    opacity: 0.8;
}
.chocolat-wrapper{
    height:100%;
    width:100%;
    position:fixed;
    display: none;
    left:0;
    top:0;
    z-index:16;
    color: #fff;
}
.chocolat-zoomable .chocolat-img{
    cursor : zoom-in;
}
.chocolat-loader{
    height:32px;
    width:32px;
    position:absolute;
    left:50%;
    top:50% ;
    margin-left:-16px;
    margin-top:-16px;
    z-index:11;
    background:url(../../frontend/Evolve/evolve/en_US/images/loader.gif);
    display:none;
}
.chocolat-content{
    position:fixed;
    width:0px;
    height:0px;
    left:50%;
    top:50%;
    z-index:14;
    text-align: left;
}

.chocolat-content .chocolat-img{
    position:absolute;
    width:100%;
    height:100%;
}
.chocolat-wrapper .chocolat-left{
    position:absolute;
    left:0;
    width:50px;
    height:100px;
    top: 50%;
    margin-top: -50px;
    cursor:pointer;
    background:url(../../frontend/Evolve/evolve/en_US/images/left.png) 50% 50% no-repeat;
    z-index: 17;
    display: none;

}
.chocolat-wrapper .chocolat-right{
    position:absolute;
    right:0;
    width:50px;
    height:100px;
    top: 50%;
    margin-top: -50px;
    cursor:pointer;
    background:url(../../frontend/Evolve/evolve/en_US/images/right.png)  50% 50% no-repeat;
    z-index: 17;
    display: none;
}
.chocolat-wrapper .chocolat-right.active{
    display: block;
}
.chocolat-wrapper .chocolat-left.active{
    display: block;
}
.chocolat-wrapper .chocolat-top{
    position:absolute;
    top:0px;
    right: 0;
    left: 0;
    line-height:50px;
    height:50px;
    overflow: hidden;
    z-index: 17;
    margin-bottom: 10px;
}
.chocolat-wrapper .chocolat-close{
    width:50px;
    height:50px;
    cursor:pointer;
    position: absolute;
    top: 0;
    right: 0;
    background:url(../../frontend/Evolve/evolve/en_US/images/close.png) 50% 50% no-repeat;
}
.chocolat-wrapper .chocolat-bottom{
    position:absolute;
    bottom:0;
    left: 0;
    right: 0;
    line-height:40px;
    height:40px;
    font-size:12px;
    z-index: 17;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0, 0, 0, 0.2);
    text-align: right;
    margin-top: 10px;
}
.chocolat-wrapper .chocolat-set-title{
    display: inline-block;
    padding-right: 15px;
    line-height: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.chocolat-wrapper .chocolat-pagination{
    float: right;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}
.chocolat-wrapper .chocolat-fullscreen{
    width: 16px;
    height: 40px;
    background: url(../../frontend/Evolve/evolve/en_US/images/fullscreen.png) 50% 50% no-repeat;
    display: block;
    margin:auto;
    cursor: pointer;
    float: right;
}
.chocolat-wrapper .chocolat-description{
    display: inline-block;
    float: left;
}

/* no container mode*/
body.chocolat-open>.chocolat-overlay{
    z-index:15;
}
body.chocolat-open>.chocolat-loader{
    z-index:15;
}
body.chocolat-open>.chocolat-content{
    z-index:17;
}

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay{
    position: absolute;
}
.chocolat-in-container{
    position: relative;
}

/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
}
*/
@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grecaptcha-badge {
  display: none !important;
}

html.fixed {
  overflow: hidden;
  height: 100vh;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

#placeholder-header {
  background: transparent;
}

.modal-header {
  background: transparent;
}

.swatch-option-tooltip {
  display: none !important;
}

.closetaglia {
  display: none;
}

/* Fix Owl Carousel Arrow */
.catalog-product-view .owl-nav div span::before,
.catalog-product-view .owl-nav div span::before {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #222;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50%;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}

.catalog-product-view .owl-next span::before,
.catalog-product-view .owl-next span::before {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #222;
  content: "\f054" !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50%;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}

.catalog-product-view .owl-prev span::before,
.catalog-product-view .owl-prev span::before {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #222;
  content: "\f053" !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50%;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}

.catalog-product-view .owl-prev, .catalog-product-view .owl-next {
  background: transparent;
  border: none;
}

/* Google Places */
.pac-container {
  -webkit-box-shadow: 0 1px 2px rgba(10, 10, 10, 0.01) !important;
          box-shadow: 0 1px 2px rgba(10, 10, 10, 0.01) !important;
}

/* Loader */
body > .loading-mask .loader:before,
body > .loading-mask .loader:after {
  width: 30px;
  height: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 50%;
  background-color: #111;
  opacity: .6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  content: "";
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
  z-index: 1;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../../frontend/Evolve/evolve/en_US/fonts/HelveticaNeue.ttf") format("truetype");
}

@font-face {
  font-family: 'Syne Regular';
  src: url("../../frontend/Evolve/evolve/en_US/fonts/Syne-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Syne Medium';
  src: url("../../frontend/Evolve/evolve/en_US/fonts/Syne-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Jane Roe';
  src: url("../../frontend/Evolve/evolve/en_US/fonts/JaneRoe-Bold.ttf") format("truetype");
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #111;
  letter-spacing: 0.03em;
}

.navigation li.level0 a.level-top,
.navigation ul.container .level0 > a,
.btn {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  color: #111;
}

b, strong {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
}

.price {
  display: inline-block;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.accordion {
  max-width: 100%;
  margin: 0 auto;
}

.accordion .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  padding: 2px 0;
  cursor: pointer;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 1px;
}

.accordion .heading i {
  margin-left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion .heading.active i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion .heading.not-active i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion .contents {
  display: none;
  padding: 15px;
  font-size: 14px;
  text-align: left;
}

.accordion .contents p {
  color: #111;
  text-align: left;
  font-size: 12px;
}

.message.error > *,
.message.success > *,
.message.info > *,
.message.warning > *,
.message.notice > * {
  color: #111;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
}

.message.error > * a,
.message.success > * a,
.message.info > * a,
.message.warning > * a,
.message.notice > * a {
  color: #111;
  text-decoration: underline;
}

.message.error > *:before,
.message.success > *:before,
.message.info > *:before,
.message.warning > *:before,
.message.notice > *:before {
  display: none;
}

.message.success > * {
  background-color: #d4edda;
}

.message.notice > * {
  background-color: #fff3cd;
}

.message.warning > *,
.message.error > * {
  background-color: #f8d7da;
}

.catalog-product-view .message.error > *, .catalog-product-view .message.success > *, .catalog-product-view .message.info > *, .catalog-product-view .message.warning > *, .catalog-product-view .message.notice > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.breadcrumbs {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  background: #fff;
  padding: 55px 0;
  margin-bottom: 15px;
  border: none;
}

.breadcrumbs .page-title-wrapper .page-header {
  font-size: 22px;
  letter-spacing: 1px;
  text-align: center;
  border: none;
  padding: 0;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs .page-title-wrapper .page-header span {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
}

.breadcrumbs .items {
  margin: 0 auto;
}

.breadcrumbs .container .items {
  margin: 0 auto;
}

.catalog-category-view,
.catalogsearch-result-index {
  /* 1- Filtri già selezionati */
  /* 2- Opzioni disponibili */
}

.catalog-category-view .block.filter .block-content.filter-content .filter-current,
.catalogsearch-result-index .block.filter .block-content.filter-content .filter-current {
  padding: 0;
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}

.catalog-category-view .block.filter .block-content.filter-content .filter-current strong.block-subtitle.filter-current-subtitle,
.catalogsearch-result-index .block.filter .block-content.filter-content .filter-current strong.block-subtitle.filter-current-subtitle {
  text-align: left;
  font-size: 12px;
  margin: 0 0 15px;
  text-transform: uppercase;
  display: none;
}

.catalog-category-view .block.filter .block-content.filter-content .filter-current ol,
.catalogsearch-result-index .block.filter .block-content.filter-content .filter-current ol {
  text-align: left;
  padding: 0;
}

.catalog-category-view .block.filter .block-content.filter-content .filter-current .item,
.catalogsearch-result-index .block.filter .block-content.filter-content .filter-current .item {
  display: inline-block;
  margin: 0 30px 0 0 !important;
  background: #fff;
  padding: 5px 30px 5px 0;
  text-align: left;
  border: none;
  text-transform: uppercase;
  position: relative;
}

.catalog-category-view .block.filter .block-content.filter-content .filter-current .item .filter-label,
.catalogsearch-result-index .block.filter .block-content.filter-content .filter-current .item .filter-label {
  color: #111;
  margin-right: 3px;
  font-size: 10px;
  font-weight: 400;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 400;
}

.catalog-category-view .block.filter .block-content.filter-content .filter-current .item .filter-value,
.catalogsearch-result-index .block.filter .block-content.filter-content .filter-current .item .filter-value {
  margin-right: 3px;
}

.catalog-category-view .block.filter .block-content.filter-content .filter-current .item .action.remove,
.catalogsearch-result-index .block.filter .block-content.filter-content .filter-current .item .action.remove {
  position: absolute;
  right: 10px;
  bottom: 5px;
}

.catalog-category-view .block.filter .block-content.filter-content .filter-current .item .action.remove .fa-trash:before,
.catalogsearch-result-index .block.filter .block-content.filter-content .filter-current .item .action.remove .fa-trash:before {
  content: "\f00d";
  color: #111 !important;
}

.catalog-category-view .block.filter .filter-clear,
.catalogsearch-result-index .block.filter .filter-clear {
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  margin: 0 0 0 10px;
  text-transform: uppercase;
  display: none;
}

.catalog-category-view .block.filter .filter-clear:hover,
.catalogsearch-result-index .block.filter .filter-clear:hover {
  color: #fff;
}

.catalog-category-view .sidebar.sidebar-main,
.catalogsearch-result-index .sidebar.sidebar-main {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

.catalog-category-view .sidebar.sidebar-main .filter-trigger,
.catalogsearch-result-index .sidebar.sidebar-main .filter-trigger {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 16px;
  color: #111;
  text-align: center;
  cursor: pointer;
  margin-bottom: 32px;
  display: none;
}

.catalog-category-view .sidebar.sidebar-main .block.filter,
.catalogsearch-result-index .sidebar.sidebar-main .block.filter {
  padding: 0;
  overflow: auto;
  margin: 0;
  background: #fff;
  border: none;
  -webkit-transition: box-shadow 0.5s, top 0.6s ease-in-out;
  -moz-transition: box-shadow 0.5s, top 0.6s ease-in-out;
  -o-transition: box-shadow 0.5s, top 0.6s ease-in-out;
  margin-bottom: 30px;
}

.catalog-category-view .sidebar.sidebar-main .block.filter.active-sticky,
.catalogsearch-result-index .sidebar.sidebar-main .block.filter.active-sticky {
  top: 160px;
  z-index: 9;
}

.catalog-category-view .sidebar.sidebar-main .block.filter.opened,
.catalogsearch-result-index .sidebar.sidebar-main .block.filter.opened {
  right: 0;
}

.catalog-category-view .sidebar.sidebar-main .block.filter.open,
.catalogsearch-result-index .sidebar.sidebar-main .block.filter.open {
  display: block;
}

.catalog-category-view .sidebar.sidebar-main .block.filter.stick,
.catalogsearch-result-index .sidebar.sidebar-main .block.filter.stick {
  position: fixed;
  top: 101px;
  left: 0;
  right: 0;
  z-index: 9;
  border-bottom: 1px solid #eee;
  border-top: 0;
  background: #fff;
  padding-bottom: 0;
}

.catalog-category-view .sidebar.sidebar-main .block.filter .block-content.filter-content,
.catalogsearch-result-index .sidebar.sidebar-main .block.filter .block-content.filter-content {
  padding: 0 15px;
  position: relative;
  max-width: 1660px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog-category-view .sidebar.sidebar-main .block.filter .block-content.filter-content #sorter,
.catalogsearch-result-index .sidebar.sidebar-main .block.filter .block-content.filter-content #sorter {
  width: auto;
  border: none;
  text-transform: uppercase;
  padding-right: 15px;
  font-size: 12px;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
}

.catalog-category-view .sidebar.sidebar-main .block.filter .block-content.filter-content .close-filter-fixed,
.catalogsearch-result-index .sidebar.sidebar-main .block.filter .block-content.filter-content .close-filter-fixed {
  display: none !important;
}

.catalog-category-view .sidebar.sidebar-main .block.filter .block-content.filter-content .close-filter-fixed button,
.catalogsearch-result-index .sidebar.sidebar-main .block.filter .block-content.filter-content .close-filter-fixed button {
  top: 0;
  left: 0px;
  font-size: 24px;
  position: absolute;
  z-index: 2;
  border: none;
  background: transparent;
  padding: 0 5px;
}

.catalog-category-view .sidebar.sidebar-main .block.filter .block-content.filter-content .close-filter-fixed button i,
.catalogsearch-result-index .sidebar.sidebar-main .block.filter .block-content.filter-content .close-filter-fixed button i {
  font-size: 40px;
}

.catalog-category-view .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options,
.catalogsearch-result-index .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options {
  margin: 0;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.catalog-category-view .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-item,
.catalogsearch-result-index .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-item {
  padding: 0;
  margin: 0 30px 0 0;
}

.catalog-category-view .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-item .filter-content,
.catalogsearch-result-index .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-item .filter-content {
  display: none;
}

.catalog-category-view .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading,
.catalogsearch-result-index .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading {
  padding: 5px 0;
}

.catalog-category-view .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading .filter-title,
.catalogsearch-result-index .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading .filter-title {
  width: 100%;
  padding-right: 15px;
}

.catalog-category-view .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading .filter-title i.fa-angle-down,
.catalogsearch-result-index .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading .filter-title i.fa-angle-down {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 100;
  font-size: 20px;
}

.catalog-category-view .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading.active + .filter-content,
.catalogsearch-result-index .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading.active + .filter-content {
  display: block;
  position: static;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 20px;
}

.catalog-category-view .sidebar.sidebar-main .filter-options,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  background: #fff;
  margin: 0 auto;
  border: none !important;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item {
  margin: 0 0 15px 0;
  padding: 0;
  border: none;
  padding: 0;
  /*box-shadow: 0 2px 8px 0 rgba(0,0,0,.13);*/
  position: relative;
  top: 0;
  left: 0;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item.active,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item.active {
  z-index: 99999999999;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item:last-child,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item:last-child {
  margin-right: 15px;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item.Taglia i.fa-info-circle, .catalog-category-view .sidebar.sidebar-main .filter-options .filter-item.Taglie i.fa-info-circle, .catalog-category-view .sidebar.sidebar-main .filter-options .filter-item.Size i.fa-info-circle, .catalog-category-view .sidebar.sidebar-main .filter-options .filter-item.Sizes i.fa-info-circle, .catalog-category-view .sidebar.sidebar-main .filter-options .filter-item.Maglieria i.fa-info-circle, .catalog-category-view .sidebar.sidebar-main .filter-options .filter-item.Knitwears i.fa-info-circle, .catalog-category-view .sidebar.sidebar-main .filter-options .filter-item.Pantaloni i.fa-info-circle, .catalog-category-view .sidebar.sidebar-main .filter-options .filter-item.Trousers i.fa-info-circle, .catalog-category-view .sidebar.sidebar-main .filter-options .filter-item.Scarpe i.fa-info-circle, .catalog-category-view .sidebar.sidebar-main .filter-options .filter-item.Shoes i.fa-info-circle, .catalog-category-view .sidebar.sidebar-main .filter-options .filter-item.Accessori i.fa-info-circle, .catalog-category-view .sidebar.sidebar-main .filter-options .filter-item.Accessories i.fa-info-circle,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item.Taglia i.fa-info-circle,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item.Taglie i.fa-info-circle,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item.Size i.fa-info-circle,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item.Sizes i.fa-info-circle,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item.Maglieria i.fa-info-circle,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item.Knitwears i.fa-info-circle,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item.Pantaloni i.fa-info-circle,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item.Trousers i.fa-info-circle,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item.Scarpe i.fa-info-circle,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item.Shoes i.fa-info-circle,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item.Accessori i.fa-info-circle,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item.Accessories i.fa-info-circle {
  display: inline-block !important;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item.Taglia, .catalog-category-view .sidebar.sidebar-main .filter-options .filter-item.Taglie, .catalog-category-view .sidebar.sidebar-main .filter-options .filter-item.Size, .catalog-category-view .sidebar.sidebar-main .filter-options .filter-item.Sizes,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item.Taglia,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item.Taglie,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item.Size,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item.Sizes {
  max-width: 450px;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item.Brands .items,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item.Brands .items {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 80px;
          column-gap: 80px;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-heading,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-heading {
  cursor: pointer;
  padding: 0 20px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  background: #fff;
  position: relative;
  z-index: 9;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-heading .filter-title,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-heading .filter-title {
  width: auto;
  font-size: 12px;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  color: #111;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  color: #111;
  padding: 0;
  margin: 0;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-heading .filter-title i.fa-angle-down,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-heading .filter-title i.fa-angle-down {
  font-size: 14px;
  position: relative;
  top: 1px;
  font-weight: 700;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-heading .filter-title i.fa-info-circle,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-heading .filter-title i.fa-info-circle {
  display: none;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-heading .filter-title i.fa-info-circle:hover,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-heading .filter-title i.fa-info-circle:hover {
  color: #111;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-heading.active,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-heading.active {
  width: auto;
  top: 0;
  left: 0;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-heading.active .filter-title,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-heading.active .filter-title {
  border-bottom: 1px solid #111;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-heading.active + .filter-content,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-heading.active + .filter-content {
  display: block;
  position: absolute;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-heading.active i.fa-angle-down,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-heading.active i.fa-angle-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -1px !important;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-content,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-content {
  left: 0;
  top: 0;
  overflow: auto;
  padding: 0;
  background: #fff;
  position: static;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding-top: 15px;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-content .count,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-content .count {
  display: none;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-content ol.items,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-content ol.items {
  max-height: none;
  overflow: auto;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-content a.mgs-ajax-layer-item,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-content a.mgs-ajax-layer-item {
  font-size: 12px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-content a.mgs-ajax-layer-item .count.mgs-option-count,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-content a.mgs-ajax-layer-item .count.mgs-option-count {
  display: none;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-content a.mgs-ajax-layer-item:hover,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-content a.mgs-ajax-layer-item:hover {
  color: #111;
  text-decoration: underline;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-content li.item,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-content li.item {
  display: block;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-content .swatch-option.disabled,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-content .swatch-option.disabled {
  display: none !important;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-content a,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-content a {
  display: block;
  color: #111;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 0.02em;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 400;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-content a:hover,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-content a:hover {
  color: #111;
  text-decoration: underline;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-content a.swatch-option-link-layered,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-content a.swatch-option-link-layered {
  display: inline-block;
  /*min-width: 35px;
                            height: 35px;
                            line-height: 35px;
                            text-align: center;
                            background: #f9f9f9;
                            border: 1px solid #eee;
                            border-radius: 0;*/
  margin-right: 15px !important;
  overflow: hidden;
  line-height: 1.7;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-content a .swatch-option.text,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-content a .swatch-option.text {
  height: auto;
  width: 100%;
  min-width: 100%;
  margin-right: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  color: #111;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: 400;
  text-align: center;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 400;
}

.catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-content a .swatch-option.text:hover, .catalog-category-view .sidebar.sidebar-main .filter-options .filter-item .filter-content a .swatch-option.text.selected,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-content a .swatch-option.text:hover,
.catalogsearch-result-index .sidebar.sidebar-main .filter-options .filter-item .filter-content a .swatch-option.text.selected {
  color: #111;
  background: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  text-decoration: underline;
}

/* FILTRI A BLOCCO

.catalog-category-view,
.catalogsearch-result-index {

    // 1- Filtri già selezionati
    .filter-current {
        padding: 0 20px 30px;
        text-align: center;
        strong.block-subtitle.filter-current-subtitle {
            display: none;
        }
        .item {
            display: inline-block;
            margin: 0 5px;
            background: #eee;
            padding: 3px 10px;
            .filter-label {
                color: #111;
                margin-right: 3px;
            }
            .filter-value {
                margin-right: 3px;
            }
        }
    }

    // 2- Opzioni disponibili
    .sidebar.sidebar-main {
        order: 1;
        width: 100%;
        .filter-trigger {
            @include font-bold;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            font-size: 16px;
            color: #111;
            text-align: center;
            cursor: pointer;
            margin-bottom: 32px;
            display: none;
        }
        // .block-filter-content {
        //     display: none;
        //     &.open {
        //         display: block;
        //     }
        // }
        .filter-options {
            @include flex-container;
            justify-content: center;
            margin-bottom: 35px;
            position: relative;
            background: #fff;
            padding: 0 40px;
            .filter-item {
                margin: 0 20px 30px;
                padding: 0;
                border: none;
                .filter-heading {
                    cursor: pointer;
                    .filter-title {
                        width: 100px;
                        padding-right: 0;
                        text-transform: uppercase;
                        font-size: 12px;
                        letter-spacing: 0.05em;
                        @include font-bold;
                        padding-top: 6px;
                        color: #111;
                        i {
                            font-size: 20px;
                            position: relative;
                            top: 3px;
                        }
                    }
                    &.active + .filter-content {
                        display: block;
                    }
                }
                .filter-content {
                    display: none;
                    a.mgs-ajax-layer-item {
                        font-size: 12px;
                        position: relative;
                        top: 2px;
                        margin-right: 10px;
                        .count.mgs-option-count {
                            display: none;
                        }
                        &:hover {
                            color: #111;
                            text-decoration: underline;
                        }
                    }
                    li.item {
                        display: block;
                    }
                    .swatch-option.disabled {
                        display: none !important;
                    }
                    .swatch-option.text {
                        height: auto;
                        width: auto;
                        min-width: 1px;
                        margin-right: 10px;
                        background: transparent;
                        border: none;
                        border-radius: 0;
                        color: #999;
                        &:hover,
                        &.selected {
                            color: #111;
                            border: none;
                            border-bottom: 1px solid #111;
                            box-shadow: none;
                        }
                    }
                }
            }
        }
    }
}

*/
/* 1- Button */
.btn,
button.action {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}

/* 2- Checkbox */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  margin-left: 21px;
}

[type=checkbox] + label[for], [type=radio] + label[for] {
  cursor: pointer;
  padding-left: 5px;
  line-height: 23px;
}

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -30px;
  width: 10px;
  height: 19px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: -25px;
  width: 14px;
  height: 14px;
  z-index: 0;
  border: 2px solid #cecece;
  border-radius: 1px;
  margin: 4px;
  -webkit-transition: .2s;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* 3- Radio */
[type="radio"]:not(:checked), [type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after {
  border: 1px solid #111;
}

[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 21px;
}

[type="radio"]:checked + label:before {
  border: 1px solid transparent;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border-radius: 0;
}

[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  margin: 4px;
  width: 10px;
  height: 10px;
  z-index: 0;
  -webkit-transition: .28s ease;
  transition: .28s ease;
}

[type="radio"]:checked + label:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #000;
  z-index: 0;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 0;
}

/* 4- Input */
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select,
select:not([multiple]),
select.form-control:not([multiple]),
select.input-text:not([multiple]) {
  height: 30px !important;
  border: none;
  border-bottom: 1px solid #111;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* 5- Label */
label, .label {
  margin: 0;
  font-weight: 100;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  text-transform: uppercase;
}

/* 1- Griglia */
.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.products .products {
  padding: 0 10px;
}

.products:after, .products:before {
  display: none;
}

.products .size-selector {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.products .size-selector .attributes-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products .size-selector .attributes-ctn p {
  margin: 10px 5px 0;
  color: #222;
  font-size: 10px;
}

.products .item.product {
  -webkit-box-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  float: none;
  padding: 0 15px;
}

.products .item.product .swt-container.swt-container-mobile {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.products .item.product:hover .product-top a img.seconda-immagine,
.products .item.product:hover .product-top .quick-buy,
.products .item.product:hover .product-top .swt-container {
  opacity: 1;
  visibility: visible;
  padding: 0 8px;
}

.products .item.product:hover .product-top .action.towishlist {
  display: block;
}

.products .item.product:hover .size-selector {
  opacity: 1;
  visibility: visible;
}

.products .item.product .swatch-option {
  min-width: 16px;
  height: 16px;
  margin-top: 7px;
  border: 1px solid #ccc;
}

.products .item.product .swt-container {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products .item.product .swt-container > span {
  font-size: 12px;
  color: #111;
  position: relative;
  top: 2px;
  display: none;
}

.products .item.product .swt-container div[class*="swatch-opt-"] {
  padding: 0;
  margin: 0;
  width: auto;
}

.products .item.product .swt-container div[class*="swatch-opt-"] .swatch-attribute {
  margin: 0;
}

.products .item.product .swt-container div[class*="swatch-opt-"] .swatch-attribute input {
  display: none !important;
}

.products .item.product .swt-container div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.products .item.product .swt-container div[class*="swatch-opt-"] .swatch-option.text {
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0 8px 0 0;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #111;
  background: transparent;
  width: auto;
  height: auto;
  text-align: center;
  line-height: 1;
  border: none;
  font-size: 10px;
  font-weight: 400;
}

.products .item.product .swt-container div[class*="swatch-opt-"] .swatch-option.text:hover, .products .item.product .swt-container div[class*="swatch-opt-"] .swatch-option.text.selectedd {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}

.products .item.product .swt-container div[class*="swatch-opt-"] .swatch-option:hover, .products .item.product .swt-container div[class*="swatch-opt-"] .swatch-option.selected {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
}

.products .item.product .swatch-input {
  display: none !important;
}

.products .item.product .product-top {
  background: transparent;
  position: relative;
  /*> a:after {
				position: absolute;
			    top: 0;
			    left: 0;
			    right: 0;
			    bottom: 0;
			    background: #000;
			    content: '';
			    opacity: 0.03;
			}*/
}

.products .item.product .product-top .discount-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0259FF;
  color: #fff;
  z-index: 2;
  text-align: center;
  font-size: 11px;
}

.products .item.product .product-top .prod-label {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 0;
  font-size: 11px;
  padding: 2px 5px;
  background: #eee;
  color: #111;
  margin-bottom: 5px;
}

.products .item.product .product-top .prod-label.sostenibilita {
  background: #00875A;
  color: #fff;
}

.products .item.product .product-top a {
  display: block;
}

.products .item.product .product-top a img {
  width: 100%;
  display: block;
  position: static;
  -webkit-transition: none;
  transition: none;
}

.products .item.product .product-top a img + img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}

.products .item.product .product-top .action.towishlist {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 20px;
  color: #111;
  font-size: 18px;
  z-index: 2;
  left: auto;
  height: auto;
  display: none;
}

.products .item.product .product-top .action.towishlist i:hover {
  font-weight: 900;
}

.products .item.product .product-top .product-label {
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  font-size: 10px;
}

.products .item.product .product-top .sold-out-label {
  background: transparent;
  right: auto;
  left: 10px;
}

.products .item.product .product-top .quick-buy {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.products .item.product .product-top .quick-buy button.action {
  height: 30px;
  line-height: 30px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.products .item.product .product-item-details {
  padding: 0;
  position: relative;
}

.products .item.product .product-item-details > .product-detail-action {
  padding-top: 10px;
  position: absolute;
  top: -45px;
  right: 33px;
  z-index: 9;
  font-size: 20px;
}

.products .item.product .product-item-details > .product-detail-action button {
  padding: 0 2px;
  font-size: 20px;
  color: #333;
}

.products .item.product .product-item-details form {
  opacity: 0;
  visibility: hidden;
}

.products .item.product .product-item-details form.active {
  opacity: 1;
  visibility: visible;
}

.products .item.product .product-item-details form .btn-primary {
  height: auto;
  padding: 0;
  line-height: 1;
  margin-top: 15px;
  font-family: "Helvetica Neue Bold", sans-serif;
  color: #EB8901;
  background: transparent;
  border: none;
  font-size: 12px;
  cursor: pointer;
}

.products .item.product .product-item-details form .btn-primary span {
  cursor: pointer;
}

.products .item.product .product-item-details form .btn-primary + .swatch-input {
  display: none;
}

.products .item.product .product-item-details .product-detail-content {
  padding: 15px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products .item.product .product-item-details .product-detail-content .product-detail-content-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 70px);
          flex: 0 0 calc(100% - 70px);
}

.products .item.product .product-item-details .product-detail-content .prezzo-taglia {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}

.products .item.product .product-item-details .product-detail-content .product-item-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products .item.product .product-item-details .product-detail-content .product-item-brand a {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #111;
}

.products .item.product .product-item-details .product-detail-content .product-item-brand .discount-label {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #111;
  background: #8CF8E1;
  padding: 0 5px;
}

.products .item.product .product-item-details .product-detail-content .product-item-name {
  margin: 2px 0 12px;
}

.products .item.product .product-item-details .product-detail-content .product-item-name a {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  display: block;
  font-size: 12px;
  margin: 0;
  color: #bababa;
}

.products .item.product .product-item-details .product-detail-content .price-box {
  margin: 0;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products .item.product .product-item-details .product-detail-content .price-box .price {
  color: #111;
  font-size: 14px;
}

.products .item.product .product-item-details .product-detail-content .price-box .old-price, .products .item.product .product-item-details .product-detail-content .price-box .normal-price {
  float: none;
  display: inline-block;
  margin: 0 2px;
}

.products .item.product .product-item-details .product-detail-content .price-box .old-price {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.products .item.product .product-item-details .product-detail-content .price-box .old-price .price {
  display: inline-block;
  color: #0259FF;
  margin-left: 0;
  font-size: 12px;
}

.products .item.product .product-item-details .product-detail-content .price-box .normal-price {
  line-height: 1;
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.products .item.product .product-item-details .product-detail-content .price-box .normal-price .price {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
}

.products .item.product .product-item-details .product-detail-content .prezzo-taglia .swatch-input.super-attribute-select {
  display: none;
}

.products .item.product .product-item-details .product-detail-content .prezzo-taglia .size-selector .attribute-set, .products .item.product .product-item-details .product-detail-content .prezzo-taglia .size-selector .attribute-sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  right: -5px;
}

.products .item.product .product-item-details .product-detail-content .prezzo-taglia .size-selector .attribute-set p, .products .item.product .product-item-details .product-detail-content .prezzo-taglia .size-selector .attribute-sizes p {
  margin: 0 10px 0 0;
  color: #111;
  font-size: 13px;
}

.products .item.product .product-item-details .product-detail-content .prezzo-taglia .size-selector .attribute-set .attributes-ctn, .products .item.product .product-item-details .product-detail-content .prezzo-taglia .size-selector .attribute-sizes .attributes-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products .item.product .product-item-details .product-detail-content .prezzo-taglia .oos {
  color: #111;
  margin: 3px 0 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

/*.catalog-product-view {
	.products .item.product .product-top a {
		padding-bottom: 0 !important;
	}
}*/
/* 2- Swatches */
.product-item-info .product-image a div.swatch-option-loading {
  display: block;
  background-image: url(../../frontend/Evolve/evolve/en_US/images/loader.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  content: none;
  left: 0;
  min-width: unset;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.catalog-category-view #maincontent > .row .column.main .products .item.product .product-top a img.swatch-option-loading,
.catalogsearch-result-index #maincontent > .row .column.main .products .item.product .product-top a img.swatch-option-loading {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
          transform: none;
}

.cms-home .item.product .product-top a img.swatch-option-loading {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
          transform: none;
}

.catalog-category-view .swatch-option-loading,
.catalogsearch-result-index .swatch-option-loading,
.cms-home .swatch-option-loading {
  content: url(../../frontend/Evolve/evolve/en_US/images/loader_bellissimo.gif);
  width: 100%;
  left: 0;
  right: 0;
}

.instagram {
  z-index: 9;
  position: relative;
  margin-bottom: 120px;
}

.instagram .content-heading {
  display: none;
}

.instagram h4 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}

.instagram > div {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.instagram > div .owl-item a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.instagram > div .owl-item a img {
  position: absolute;
  top: 0;
  left: 0;
}

.instagram .instagram-block .instagram-item:not(.hover-effect):hover > a:after {
  display: none !important;
}

.instagram .instagram-block .social-count {
  display: none !important;
}

.instagram .instagram-block .owl-carousel .owl-nav .owl-next {
  top: auto;
  bottom: -79px;
  margin: 0;
  -webkit-transform: none;
          transform: none;
  font-size: 130px;
  left: auto;
  right: 60px;
  color: #111;
  width: 50px;
}

.instagram .instagram-block .owl-carousel .owl-nav .owl-next i {
  width: 50px;
}

.instagram .instagram-block .owl-carousel .owl-nav .owl-next i:before {
  width: 50px;
}

.instagram .instagram-block .owl-carousel .owl-nav .owl-prev {
  top: auto;
  bottom: -79px;
  margin: 0;
  -webkit-transform: none;
          transform: none;
  font-size: 130px;
  left: -20px;
  right: auto;
  color: #111;
  width: 50px;
}

.instagram .instagram-block .owl-carousel .owl-nav .owl-prev i {
  width: 50px;
}

.instagram .instagram-block .owl-carousel .owl-nav .owl-prev i:before {
  width: 50px;
}

#iubenda {
  background-color: #eee;
}

.center {
  margin-top: 100px;
}

#iubenda-cs-banner {
  /* ------ IMPORTANT NOTICE: don't change these values as
            they may prevent the banner from properly showing. Some of these lines,
            moreover (like z-index) will overwrite the configuration initialized
            by the script you paste in your pages. To show the banner at the bottom
            you can switch to "bottom: 0px !important;". Don't forget to put "slideDown"
            to "false".
     */
  bottom: 0 !important;
  top: auto !important;
  left: 0px !important;
  position: fixed !important;
  width: 100% !important;
  z-index: 99999998 !important;
  background-color: #000;
  /* ----------------- */
}

/*  CONTENT CLASS */
.iubenda-cs-content {
  display: block;
  margin: 0 auto;
  padding: 15px 50px 20px 40px;
  width: auto;
  font-family: Helvetica,Arial,FreeSans,sans-serif;
  font-size: 14px;
  background: #000;
  color: #888;
  position: relative;
}

.iubenda-cs-rationale {
  max-width: 100%;
  margin: 0 auto;
}

/*   STYLE FOR TEXT INTERNAL BANNER */
.iubenda-banner-content > p:first-child {
  font-family: "Abel", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  display: none;
}

.iubenda-banner-content > p {
  font-family: "Abel", sans-serif;
  font-size: 12px;
  margin: 0;
  color: #fff;
}

/*  CLOSE BUTTON. NOTICE: IMAGE FOR BUTTON NOT IMPLEMENTED YET */
.iubenda-cs-close-btn {
  margin: 0;
  color: #888;
  text-decoration: none;
  font-size: 22px;
  position: absolute;
  top: 20px;
  right: 40px;
  border: none;
  font-family: 'Abel', sans-serif;
  /* Lato */
}

.iubenda-cs-close-btn:hover {
  color: #fff;
}

/*  STYLE FOR TEXT LINK TO PRIVACY POLICY */
.iubenda-cs-cookie-policy-lnk {
  text-decoration: underline;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.iubenda-cs-cookie-policy-lnk:hover {
  color: #fff;
}

#mc_embed_signup {
  max-width: 400px;
}

#mc_embed_signup h2 {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
}

#mc_embed_signup #mc_embed_signup_scroll {
  position: relative;
}

#mc_embed_signup p {
  margin: 0 0 15px;
  font-size: 14px;
}

#mc_embed_signup .email {
  background: transparent;
  border: 0;
  font-size: 12px;
  border-bottom: 1px solid #111;
  height: 20px;
  padding: 0;
  margin-top: 0;
  color: #111;
}

#mc_embed_signup input:-webkit-autofill,
#mc_embed_signup input:-webkit-autofill:hover,
#mc_embed_signup input:-webkit-autofill:focus {
  color: #111;
}

#mc_embed_signup #mc-embedded-subscribe {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  background: transparent;
  border: none;
  position: absolute;
  bottom: 5px;
  right: 0;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0;
  color: #111;
}

#mc_embed_signup #mc_embed_signup_scroll label {
  margin-left: 0;
  margin-right: 30px;
  color: #111;
}

#mc_embed_signup #mc_embed_signup_scroll [type="radio"]:checked + label:after,
#mc_embed_signup #mc_embed_signup_scroll .with-gap[type="radio"]:checked + label:after {
  background-color: #111;
}

#mc_embed_signup #mc_embed_signup_scroll [type="radio"] + label:before,
#mc_embed_signup #mc_embed_signup_scroll [type="radio"] + label:after {
  left: -5px;
}

#mc_embed_signup #mc_embed_signup_scroll [type="radio"]:not(:checked) + label,
#mc_embed_signup #mc_embed_signup_scroll [type="radio"]:checked + label {
  padding-left: 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
}

#mc_embed_signup #mc_embed_signup_scroll li {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
}

#mc_embed_signup .nl-pp {
  font-size: 10px;
  color: #bababa;
  margin-top: 5px;
}

#mc_embed_signup .nl-pp a {
  color: #bababa;
}

.cms-newsletter .column.main h2.page-h2 {
  max-width: 500px;
  margin: 0 auto;
  padding: 40px 0 20px;
}

.cms-newsletter .column.main #mc_embed_signup {
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
}

.marquee {
  position: relative;
  overflow: hidden;
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  border: none;
  background: #0259FF;
}

.marquee .marquee__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translate3d(var(--move-initial), 0, 0);
          transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: marquee 25s linear infinite;
          animation: marquee 25s linear infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  font-size: 11px;
  padding: 6px 0 5px;
}

.marquee .marquee__inner span {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.marquee:hover .marquee__inner {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
            transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    -webkit-transform: translate3d(var(--move-final), 0, 0);
            transform: translate3d(var(--move-final), 0, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
            transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    -webkit-transform: translate3d(var(--move-final), 0, 0);
            transform: translate3d(var(--move-final), 0, 0);
  }
}

.minicart-wrapper.minicart-sidebar.active > .ui-widget-content h4 {
  display: block !important;
  text-transform: uppercase;
  font-size: 9px;
}

.minicart-wrapper.minicart-sidebar .mage-dropdown-dialog .subtitle.empty {
  margin: 20px;
  color: #111;
}

.minicart-wrapper.minicart-sidebar .close-minicart {
  right: -468px;
  border: none;
  background: transparent;
  margin-right: 4px;
}

.minicart-wrapper.minicart-sidebar .close-minicart i {
  font-size: 30px !important;
  color: #111 !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content {
  border-left: 1px solid #111;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content h4 {
  height: 29px;
  border-bottom: 1px solid #111;
  line-height: 30px;
  padding: 0 30px 0 20px;
  display: none;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content #mini-cart {
  position: static;
  margin: 0;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content #mini-cart .product-item {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #111;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content #mini-cart .product-item .product-item-photo {
  width: 102px;
  border-right: 1px solid #111;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content #mini-cart .product-item .product-item-photo .product-image-photo {
  position: static;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content #mini-cart .product-item .product-item-photo .actions .primary {
  display: none;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content #mini-cart .product-item .product-item-details {
  text-align: left;
  padding: 13px 60px 10px 117px;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content #mini-cart .product-item .product-item-details .product-item-name {
  margin-bottom: 20px;
  display: block;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content #mini-cart .product-item .product-item-details .product-item-name a {
  color: #111 !important;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  text-transform: none;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content #mini-cart .product-item .product-item-details .product-item-name a:hover {
  color: #111;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content #mini-cart .product-item .product-item-details .details-qty.qty {
  display: none;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content #mini-cart .product-item .product-item-details .toggle {
  display: none;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content #mini-cart .product-item .product-item-details .content {
  display: block !important;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content #mini-cart .product-item .product-item-details .label {
  text-transform: uppercase;
  font-size: 11px;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content #mini-cart .product-item .product-item-details .values {
  margin-right: 10px;
  font-size: 11px;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content #mini-cart .product-item .product-item-details .values span {
  color: #111;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content #mini-cart .product-item .product-item-details .price {
  color: #111;
  font-size: 11px;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content #mini-cart .product-item .product.actions {
  top: 10px;
  right: 14px;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content #mini-cart .product-item .product.actions .action:after {
  font-size: 24px;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content .block-content .minicart-items-wrapper {
  height: auto !important;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content .block-content > .actions {
  margin: 0;
  border-top: none;
  position: static;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content .block-content > .actions .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content .block-content > .actions .actions .secondary {
  -webkit-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content .block-content > .actions .actions .secondary .btn.btn-default {
  text-transform: uppercase;
  color: #111 !important;
  border-right: 0;
  border-left: 0;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 12px;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content .block-content > .actions .actions .secondary .btn.btn-default:hover, .minicart-wrapper.minicart-sidebar > .ui-widget-content .block-content > .actions .actions .secondary .btn.btn-default:focus, .minicart-wrapper.minicart-sidebar > .ui-widget-content .block-content > .actions .actions .secondary .btn.btn-default:active {
  color: #111 !important;
  background: #fff !important;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content .block-content > .actions .actions .primary {
  -webkit-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content .block-content > .actions .actions .primary .btn-primary {
  text-transform: uppercase;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 12px;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content .block-content > .actions .actions .primary .btn-primary:hover, .minicart-wrapper.minicart-sidebar > .ui-widget-content .block-content > .actions .actions .primary .btn-primary:focus, .minicart-wrapper.minicart-sidebar > .ui-widget-content .block-content > .actions .actions .primary .btn-primary:active {
  background-color: #111 !important;
  color: #fff !important;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content .block-content > .actions .subtotal {
  margin: 0;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
}

.minicart-wrapper.minicart-sidebar > .ui-widget-content .block-content > .actions .subtotal span, .minicart-wrapper.minicart-sidebar > .ui-widget-content .block-content > .actions .subtotal .price-container, .minicart-wrapper.minicart-sidebar > .ui-widget-content .block-content > .actions .subtotal .price {
  font-size: 12px;
  color: #111;
}

/* Popup confirmation */
.modal-popup.confirm .modal-inner-wrap {
  max-width: 600px;
  border: 1px solid #111;
  margin: 0;
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.modal-popup.confirm .modal-inner-wrap .modal-header {
  top: 0;
  right: 0;
  border-left: 1px solid #111;
  border-bottom: 1px solid #111;
  z-index: 2;
}

.modal-popup.confirm .modal-inner-wrap .modal-header .action-close {
  position: static;
  border: none;
  top: 0;
  right: 0;
  background: transparent;
}

.modal-popup.confirm .modal-inner-wrap .modal-header .action-close:after {
  color: #111;
}

.modal-popup.confirm .modal-inner-wrap .modal-content {
  font-size: 12px;
}

.modal-popup.confirm .modal-inner-wrap .modal-footer {
  width: 100%;
  max-width: 100%;
}

.modal-popup.confirm .modal-inner-wrap .modal-footer button {
  height: 36px;
  line-height: 36px;
  border-radius: 0;
  margin: 0 2px;
  text-transform: uppercase;
  padding: 0;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
}

.modal-popup.confirm .modal-inner-wrap .modal-footer button.action-primary {
  background: #111;
  color: #fff;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* 1- Overlay */
.popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #202020;
  top: 0;
  left: 100%;
  opacity: 0;
  z-index: 99999998;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.overlay .popup-overlay {
  opacity: 0.5;
  left: 0;
}

/* 2- Popup */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.popup .popup-body {
  background: #ffffff;
  border: 1px solid #111;
  opacity: 0;
  width: 600px;
  max-width: 90vw;
  max-height: 80vh;
  overflow: visible;
  padding: 20px 40px;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  position: relative;
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.popup .popup-body h2 {
  font-size: 16px;
  margin-bottom: 30px;
}

.popup.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup.visible, .popup.transitioning {
  z-index: 9999999999999999;
}

.popup.visible .popup-body {
  opacity: 1;
  text-align: center;
}

.popup .popup-exit {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../../frontend/Evolve/evolve/en_US/images/close.png) no-repeat;
  background-size: 15px 15px;
  background-position: center;
  background-color: #fff;
  border-left: 1px solid #111;
  border-bottom: 1px solid #111;
}

.popup .popup-content {
  overflow-y: auto;
}

.popup .popup-content h3 {
  margin-bottom: 25px;
  text-transform: uppercase;
}

.popup .popup-content h4 {
  margin-bottom: 5px;
  font-size: 14px;
}

.popup .popup-content p {
  margin-bottom: 20px;
}

/* 3 - Newsletter Popup */
mfp-bg.mfp-fade-zoom.middle-center.mfp-ready {
  display: block !important;
}

.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade-zoom.middle-center.mfp-ready {
  display: block !important;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  text-align: center;
}

.popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 30px 0 0;
  width: 700px;
  margin: 0 auto;
  max-width: 95%;
}

.popup-content .sinistra {
  -webkit-box-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

.popup-content .destra {
  -webkit-box-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  padding: 30px 0 30px 30px;
  text-align: left;
}

.popup-content .destra .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
}

.popup-content .destra .block-note {
  margin: 0 0 20px;
}

.popup-content .destra input {
  margin-bottom: 5px;
  color: #111;
}

.popup-content .destra #mc_embed_signup #mc-embedded-subscribe {
  width: 100%;
  background: #111;
  color: #fff;
  border: none;
  height: 40px;
  margin-top: 15px;
  text-transform: uppercase;
  position: static;
}

.popup-content .destra #mc_embed_signup_scroll label {
  margin-left: 0;
  margin-right: 30px;
}

.popup-content .destra #mc_embed_signup_scroll [type="radio"] + label:before,
.popup-content .destra #mc_embed_signup_scroll [type="radio"] + label:after {
  left: -5px;
  top: 3px;
}

.popup-content .destra #mc_embed_signup_scroll [type="radio"]:not(:checked) + label,
.popup-content .destra #mc_embed_signup_scroll [type="radio"]:checked + label {
  padding-left: 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
}

.popup-content .destra #mc_embed_signup_scroll li {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
}

.popup-content .destra .nl-pp {
  font-size: 10px;
  display: block;
  line-height: 1.4;
  color: #bababa;
}

.popup-content .destra .nl-pp a {
  color: #bababa;
  text-decoration: underline;
}

.header .header-placeholder .search-popup .search-form {
  display: none;
}

.header .header-placeholder .search-popup .search-form.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 0 25px;
}

.header .header-placeholder .search-popup .search-form .form-search {
  top: 41px;
  right: 0;
  left: auto;
  bottom: auto;
  padding: 0 0 0 10px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  position: static;
  margin: 0;
  width: auto;
  height: 30px;
  width: 100%;
  height: 100%;
}

.header .header-placeholder .search-popup .search-form .form-search .form-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.header .header-placeholder .search-popup .search-form .form-search .form-search-container h3.search-title {
  margin: 0 10px 0 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  -webkit-transform: none;
          transform: none;
  display: none;
}

.header .header-placeholder .search-popup .search-form .form-search .form-search-container .wrapper-search {
  position: static;
  -webkit-transform: none;
          transform: none;
}

.header .header-placeholder .search-popup .search-form .form-search .form-search-container .wrapper-search input {
  border: none;
  height: 30px !important;
  background: #fff;
  color: #111 !important;
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
  padding: 1px 0 0 0 !important;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  font-size: 11px !important;
  text-transform: uppercase;
}

.header .header-placeholder .search-popup .search-form .form-search .form-search-container .wrapper-search .action.search.button {
  display: none;
}

.header .header-placeholder .search-popup .search-form .form-search .form-search-container .search-close {
  -webkit-transform: none;
          transform: none;
  left: auto;
  top: auto;
  right: 5px;
  bottom: -8px;
  font-size: 26px;
  color: #111;
}

.header .header-placeholder .search-popup .search-form .form-search .form-search-container .search-close:hover {
  color: #111;
}

.header .header-placeholder .search-popup .search-form .form-search .form-search-container #search_autocomplete {
  display: none !important;
}

.account-social-login {
  width: 50%;
  text-align: center;
  margin-top: 30px;
  display: none !important;
}

.account-social-login .social-btn, .account-social-login .btn-social, .account-social-login .actions-toolbar.social-btn.social-btn-actions-toolbar {
  width: 100%;
  padding: 0;
  border: none;
  text-transform: uppercase;
}

.header .header-placeholder .top-header .dropdown-switcher {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}

.header .header-placeholder .top-header .dropdown-switcher.switcher-language {
  text-transform: capitalize;
}

.header .header-placeholder .top-header .dropdown-switcher.switcher-language .name {
  display: inline-block;
}

.header .header-placeholder .top-header .dropdown-switcher.switcher-language .code {
  display: none;
}

.header .header-placeholder .top-header .dropdown-switcher.switcher-language .custom-toggle {
  text-transform: capitalize;
}

.header .header-placeholder .top-header .dropdown-switcher.switcher-language .dropdown-custom {
  left: 15px;
  right: auto;
}

.header .header-placeholder .top-header .dropdown-switcher.switcher-currency .name {
  display: none;
}

.header .header-placeholder .top-header .dropdown-switcher.switcher-currency .code {
  display: inline-block;
}

.header .header-placeholder .top-header .dropdown-switcher.switcher-currency .dropdown-custom {
  right: 15px;
  left: auto;
}

.header .header-placeholder .top-header .dropdown-switcher .title {
  display: none;
}

.header .header-placeholder .top-header .dropdown-switcher .custom-toggle:not(.alone) {
  display: none;
}

.header .header-placeholder .top-header .dropdown-switcher .custom-toggle {
  font-size: 14px;
  color: #000;
  padding: 30px 0;
  background: none;
  border: 0;
}

.header .header-placeholder .top-header .dropdown-switcher .custom-toggle i {
  font-size: 18px;
  margin-left: 5px;
  vertical-align: middle;
}

.header .header-placeholder .top-header .dropdown-switcher .custom-toggle:hover {
  color: #c00;
}

.header .header-placeholder .top-header .dropdown-switcher .dropdown-custom {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  top: calc(100% + 20px);
  min-width: 120px;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  position: absolute;
}

.header .header-placeholder .top-header .dropdown-switcher .dropdown-custom li a {
  padding: 7px 30px;
}

.header .header-placeholder .top-header .dropdown-switcher:hover .dropdown-custom {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.header .header-placeholder .swicther {
  margin-left: -15px;
  margin-right: -15px;
}

.header .header-placeholder .sidebar-menu .dropdown-switcher,
.header .header-placeholder .sidebar-menu .megamenu-click,
.header .header-placeholder .sidebar-menu .contact-us,
.header .header-placeholder .sidebar-menu .socials {
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
}

ul.tabs {
  margin: 40px 0 0;
  padding: 0;
  float: none;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.tabs li {
  float: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  color: #999;
  border-top: 1px solid #999;
  padding-top: 5px;
  margin-right: 20px;
  text-transform: uppercase;
}

ul.tabs li:hover {
  color: #111;
  border-top: 1px solid #111;
}

ul.tabs li.active {
  display: block;
  color: #111;
  border-top: 1px solid #111;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
  overflow: auto;
}

.tab_content {
  padding: 15px 0 40px;
  display: none;
}

.tab_content p {
  color: #111;
  line-height: 1.5;
  font-size: 14px;
  opacity: 0.9;
}

.tab_content a {
  text-decoration: underline;
}

.tab_content .short-description {
  margin: 0;
}

header.header.header2 {
  background: #fff;
}

header.header.header2.dark .first-header {
  background: #111;
}

header.header.header2.dark .first-header .social-header a,
header.header.header2.dark .first-header .icons .table-icon-menu > li > a {
  color: #fff;
}

header.header.header2.dark .second-header-container {
  border-color: #111;
  background: #111;
}

header.header.header2.dark .second-header-container .second-header {
  background: #111;
}

header.header.header2.dark .second-header-container .second-header .logo svg {
  fill: #fff;
}

header.header.header2.dark .second-header-container .second-header .menudesktop .menu h3 {
  color: #fff;
}

header.header.header2.dark .second-header-container .second-header .menudesktop .menu h3 a {
  color: #fff;
}

header.header.header2.dark .second-header-container .second-header .header-helper > li > a {
  color: #fff;
}

header.header.header2.dark .second-header-container .second-header .header-helper > li > a h4 {
  color: #fff;
}

header.header.header2 .active-sticky {
  width: 100%;
}

header.header.header2 .active-sticky .marquee {
  display: none;
}

header.header.header2 .first-header {
  height: 25px;
  padding: 0;
  position: relative;
}

header.header.header2 .first-header .first-header-container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header.header.header2 .first-header .dot {
  background: #0259FF;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

header.header.header2 .first-header .social-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header.header.header2 .first-header .social-header a {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 9px;
  padding: 0 25px 0 0;
  display: block;
  height: 25px;
  line-height: 25px;
  padding-top: 1px;
  color: #111;
}

header.header.header2 .first-header .icons {
  height: 25px;
}

header.header.header2 .first-header .icons .table-icon-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  padding: 0;
  text-align: right;
  float: none;
  min-height: 1px;
  margin-left: 0;
  margin-right: 0;
}

header.header.header2 .first-header .icons .table-icon-menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  padding: 0 0 0 25px;
  height: 25px;
}

header.header.header2 .first-header .icons .table-icon-menu > li svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: none;
}

header.header.header2 .first-header .icons .table-icon-menu > li > a,
header.header.header2 .first-header .icons .table-icon-menu > li h4 {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  color: #111;
  font-size: 9px;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 25px;
  position: relative;
  top: 1px;
}

header.header.header2 .first-header .icons .table-icon-menu > li.minicart-wrapper svg {
  position: relative;
  top: -1px;
}

header.header.header2 .first-header .icons .table-icon-menu > li.minicart-wrapper .action.showcart:before {
  display: none;
}

header.header.header2 .first-header .icons .table-icon-menu > li.minicart-wrapper .action.showcart span.qty {
  position: static;
  padding: 0;
  height: auto;
  min-width: 1px;
  text-align: left;
  line-height: 1;
  color: #111;
  border-radius: 0;
  background-color: transparent;
  display: inline-block;
  font-weight: 400;
  font-size: 11px;
}

header.header.header2 .first-header .icons .table-icon-menu > li.minicart-wrapper .action.showcart span.qty.empty:after {
  display: none;
}

header.header.header2 .first-header .icons .table-icon-menu > li.switcher-language svg {
  position: relative;
  top: 0px;
}

header.header.header2 .first-header .icons .table-icon-menu > li.switcher-language a {
  display: none;
}

header.header.header2 .first-header .icons .table-icon-menu > li.switcher-language a.active {
  display: block;
}

header.header.header2 .first-header .icons .table-icon-menu > li.switcher-language a:nth-child(5), header.header.header2 .first-header .icons .table-icon-menu > li.switcher-language a:nth-child(6), header.header.header2 .first-header .icons .table-icon-menu > li.switcher-language a:nth-child(7), header.header.header2 .first-header .icons .table-icon-menu > li.switcher-language a:nth-child(8) {
  display: none !important;
}

header.header.header2 .first-header .icons .table-icon-menu > li.switcher-language:hover a {
  display: block;
  margin-left: 10px;
}

header.header.header2 .first-header .icons .table-icon-menu > li.switcher-language:hover a.active {
  margin-left: 0;
}

header.header.header2 .second-header-container {
  position: relative;
  background: #fff;
}

header.header.header2 .second-header-container .second-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 15px;
  margin: 0 auto;
  max-width: 1660px;
  background: #fff;
}

header.header.header2 .second-header-container .second-header .mobile-menu-trigger,
header.header.header2 .second-header-container .second-header .mobile-cart-trigger {
  display: none;
}

header.header.header2 .second-header-container .second-header .logo {
  height: auto !important;
  margin: 0;
  position: relative;
  top: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 350px);
          flex: 0 0 calc(50% - 350px);
}

header.header.header2 .second-header-container .second-header .logo svg {
  width: auto;
  height: 30px;
  fill: #111;
  margin: 10px 0;
}

header.header.header2 .second-header-container .second-header .logo.white .st0 {
  fill: #fff !important;
}

header.header.header2 .second-header-container .second-header .menudesktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 700px;
          flex: 0 0 700px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header.header.header2 .second-header-container .second-header .menudesktop .menu {
  display: inline-block;
}

header.header.header2 .second-header-container .second-header .menudesktop .menu h3 {
  font-size: 14px;
  line-height: 1;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  margin-left: 30px;
  padding: 2px 3px 0px;
}

header.header.header2 .second-header-container .second-header .menudesktop .menu h3.highlight {
  background: #8CF8E1;
}

header.header.header2 .second-header-container .second-header .menudesktop .menu .submenu-content {
  display: none;
  background: #111;
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  bottom: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0px 22px;
  border-bottom: 1px solid #111;
}

header.header.header2 .second-header-container .second-header .menudesktop .menu .submenu-content > div {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header.header.header2 .second-header-container .second-header .menudesktop .menu .submenu-content > div > div:first-child {
  width: calc(50% - 217px);
  text-align: right;
  padding-right: 40px;
}

header.header.header2 .second-header-container .second-header .menudesktop .menu .submenu-content > div > div:first-child img {
  position: relative;
  top: -58px;
  max-width: 230px;
}

header.header.header2 .second-header-container .second-header .menudesktop .menu .submenu-content > div > div:nth-child(2), header.header.header2 .second-header-container .second-header .menudesktop .menu .submenu-content > div > div:nth-child(3) {
  border-top: 1px solid #999;
  padding-top: 38px;
}

header.header.header2 .second-header-container .second-header .menudesktop .menu .submenu-content > div > div:nth-child(3) {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

header.header.header2 .second-header-container .second-header .menudesktop .menu .submenu-content > div > div h4 {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 15px;
}

header.header.header2 .second-header-container .second-header .menudesktop .menu .submenu-content ul {
  width: auto;
  margin: 0 auto;
  padding-right: 100px;
}

header.header.header2 .second-header-container .second-header .menudesktop .menu .submenu-content ul.brand-list {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  column-gap: 0;
  max-width: 450px;
  margin-left: 0;
}

header.header.header2 .second-header-container .second-header .menudesktop .menu .submenu-content ul > li {
  width: auto;
  display: block;
  margin-right: 0;
  margin-bottom: 0;
}

header.header.header2 .second-header-container .second-header .menudesktop .menu .submenu-content ul > li > a {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
}

header.header.header2 .second-header-container .second-header .menudesktop .menu .submenu-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header.header.header2 .second-header-container .second-header .menudesktop .menu .submenu-woman > ul {
  padding-left: 325px;
}

header.header.header2 .second-header-container .second-header .menudesktop .menu .submenu-newarrivals > ul {
  padding-left: 425px;
}

header.header.header2 .second-header-container .second-header .menudesktop .menu .submenu-sales > ul {
  padding-left: 570px;
}

header.header.header2 .second-header-container .second-header .menudesktop .menu .submenu-brands > ul {
  padding-left: 655px;
}

header.header.header2 .second-header-container .second-header .header-helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 350px);
          flex: 0 0 calc(50% - 350px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.header.header2 .second-header-container .second-header .header-helper > li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.header.header2 .second-header-container .second-header .header-helper > li > svg {
  display: none;
}

header.header.header2 .second-header-container .second-header .header-helper > li.minicart-wrapper {
  padding: 0;
}

header.header.header2 .second-header-container .second-header .header-helper > li.minicart-wrapper .action.showcart:before {
  display: none;
}

header.header.header2 .second-header-container .second-header .header-helper > li.minicart-wrapper .action.showcart span.qty {
  background: transparent;
  border: none;
  color: #111;
  right: -16px;
  top: -2px;
  font-size: 9px;
}

header.header.header2 .second-header-container .second-header .header-helper > li.minicart-wrapper .action.showcart span.qty.empty {
  display: none;
}

header.header.header2 .second-header-container .second-header .header-helper > li .action-search {
  padding: 0;
  margin-left: 0 !important;
}

header.header.header2 .second-header-container .second-header .header-helper > li .action-search,
header.header.header2 .second-header-container .second-header .header-helper > li .action.showcart > h4 {
  font-size: 14px;
  line-height: 1;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  margin-left: 30px;
  padding: 2px 3px 0px;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: #111;
  opacity: 0.2;
  display: none;
}

.menu-overlay.active {
  display: block;
}

.cart-footer {
  display: none !important;
}

.scroll-to-top {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 5px 10px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 5px 10px 0px;
  color: #111;
  right: 20px;
  bottom: 15px;
  height: 46px;
  background: #111;
  color: #fff;
  border-radius: 50%;
  width: 46px;
  line-height: 46px;
  border: none;
}

.scroll-to-top i {
  line-height: 46px;
  color: #fff !important;
}

.footer {
  padding: 0;
  background: #fff;
  margin-top: 100px;
}

.footer .footer-container {
  background: #fff;
  padding-top: 0;
  margin-top: 0;
}

.footer .middle-footer {
  background: #111;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 11px;
  border-bottom: 1px solid #111;
}

.footer .middle-footer > div {
  -webkit-box-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
}

.footer .middle-footer > div.menu-footer__col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .middle-footer > div.menu-footer__col1 h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.footer .middle-footer > div.menu-footer__col1 p {
  color: #fff;
  font-size: 11px;
  opacity: 0.7;
}

.footer .middle-footer > div.menu-footer__col1 a {
  color: #fff;
  opacity: 0.7;
}

.footer .middle-footer > div.menu-footer__col1 .menu-footer__col1__address {
  margin-right: 150px;
}

.footer .middle-footer > div.menu-footer__col1 .menu-footer__col1__menu-main a {
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  margin-bottom: 5px;
  display: block;
}

.footer .middle-footer > div.menu-footer__col1 .menu-footer__col1__menu-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 20px;
}

.footer .middle-footer > div.menu-footer__col1 .menu-footer__col1__menu-second a {
  text-transform: uppercase;
  margin-right: 25px;
  font-size: 10px;
}

.footer .middle-footer > div.menu-footer__col2 {
  text-align: center;
}

.footer .middle-footer > div.menu-footer__col2 .menu-footer__col2__social a {
  font-size: 10px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.7;
  margin: 0 20px 30px;
}

.footer .middle-footer > div.menu-footer__col2 svg {
  height: 25px;
  fill: #fff;
}

.footer .middle-footer > div.menu-footer__col2 svg + span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.7;
}

.footer .middle-footer > div.menu-footer__col3 a {
  color: #fff;
}

.footer .middle-footer > div.menu-footer__col3 .menu-footer__col3__form-mailchimp {
  text-align: right;
}

.footer .middle-footer > div.menu-footer__col3 .menu-footer__col3__form-mailchimp > span {
  color: #fff;
  text-transform: uppercase;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
  max-width: 400px;
  margin: 0 0 0 auto;
  text-align: left;
}

.footer .middle-footer > div.menu-footer__col3 .menu-footer__col3__form-mailchimp #mc_embed_signup {
  margin-left: auto;
}

.footer .middle-footer > div.menu-footer__col3 .menu-footer__col3__form-mailchimp #mc_embed_signup .email {
  border-bottom: 1px solid #666;
  text-transform: uppercase;
  padding: 0 20px;
  color: #fff;
  font-size: 10px;
}

.footer .middle-footer > div.menu-footer__col3 .menu-footer__col3__form-mailchimp #mc_embed_signup #mc-embedded-subscribe {
  color: #fff;
  margin-right: 20px;
}

.footer .middle-footer > div.menu-footer__col3 .menu-footer__col3__form-mailchimp #mc_embed_signup .nl-pp {
  font-size: 9px;
  line-height: 1.5;
  max-width: 400px;
  margin: 5px 0 0 auto;
  text-align: left;
}

.footer .middle-footer > div.menu-footer__col3 .menu-footer__col3__copyright {
  text-align: right;
  color: #fff;
  margin-top: 35px;
}

.footer .bottom-footer {
  background: #111;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
}

.footer .bottom-footer a {
  color: #fff;
}

.wa-floating {
  margin: 8px 20px;
  position: fixed;
  bottom: 6px;
  overflow: visible;
  opacity: 1;
  border: 0px;
  z-index: 999998;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity, top, bottom;
  transition-property: opacity, top, bottom;
  right: 0px !important;
  font-size: 14px;
  background: #111;
  color: #fff;
  padding: 0 20px;
  height: 47px;
  border-radius: 47px;
  line-height: 47px;
}

.wa-floating.sposta {
  right: 60px !important;
}

.wa-floating:hover {
  color: #fff;
}

.nav-open .wa-floating {
  display: none;
}

.cms-index-index .homepage .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1660px;
}

.cms-index-index .homepage .hero > img {
  display: block;
}

.cms-index-index .homepage .hero > .content {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.cms-index-index .homepage .hero > .content h3 {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: .8em;
}

.cms-index-index .homepage .hero > .content .btn {
  background: #235CF6;
  color: #fff;
}

.cms-index-index .homepage .hero > .content .btn:hover {
  color: #fff;
}

@media (max-width: 1026px) {
  .cms-index-index .homepage .hero > .content h3 {
    font-size: 35px;
  }
}

.cms-index-index .homepage .banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1660px;
  margin: 0 auto;
  padding-top: 85px;
}

.cms-index-index .homepage .banners .banner {
  -webkit-box-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 15px;
  position: relative;
}

.cms-index-index .homepage .banners .banner img {
  width: 100%;
}

.cms-index-index .homepage .banners .banner h4 {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.cms-index-index .homepage .banners .banner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.cms-index-index .homepage .banners .banner > div a {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  color: #111;
  font-size: 26px;
  text-transform: uppercase;
  background: #8CF8E1;
  padding: 1px 5px 0px;
  margin: 0 20px 0;
  display: inline-block;
  line-height: 1.1;
}

.cms-index-index .homepage .home-slider-container {
  background: #fff;
  padding: 0 15px;
  margin: 80px 0 40px;
}

.cms-index-index .homepage .home-slider-container .home-slider-inner {
  max-width: 1660px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cms-index-index .homepage .home-slider-container .home-slider-inner > h4 {
  -webkit-box-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: center;
  font-size: 36px;
  color: #0259FF;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 5px;
  letter-spacing: 1px;
}

.cms-index-index .homepage .home-slider-container .home-slider-inner .block.widget.block-products-list.grid {
  -webkit-box-flex: 0 0 75%;
  -moz-box-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  max-width: 75%;
}

.cms-index-index .homepage .home-slider-container .home-slider-inner .block.widget.block-products-list.grid .products .products {
  padding: 0;
}

.cms-index-index .homepage .home-slider-container .home-slider-inner .block.widget.block-products-list.grid .products .products .item.product {
  padding: 0;
  margin: 0;
}

.cms-index-index .homepage .home-slider-container .home-slider-inner .block.widget.block-products-list.grid .products .products .item.product .product-item-info {
  position: relative;
}

.cms-index-index .homepage .home-slider-container .home-slider-inner .block.widget.block-products-list.grid .products .products .item.product .product-item-info .product-item-details {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  width: calc(100% - 40px);
}

.cms-index-index .homepage .home-slider-container .home-slider-inner .block.widget.block-products-list.grid .products .products .item.product .product-item-info .product-item-details .product-detail-content {
  padding: 20px;
}

.cms-index-index .homepage .home-slider-container .home-slider-inner .block.widget.block-products-list.grid .products .products .item.product .product-item-info .product-item-details .product-detail-content .product-detail-content-info {
  max-width: 70%;
}

.cms-index-index .homepage .home-slider-container .home-slider-inner .block.widget.block-products-list.grid .products .products .item.product:hover .product-item-info .product-item-details {
  opacity: 1;
  visibility: visible;
}

.cms-index-index .homepage .home-slider-container .home-slider-inner .block.widget.block-products-list.grid .owl-nav button {
  border: none;
  padding: 0;
  margin: 0;
  color: #111;
  font-size: 36px;
  background: transparent;
}

.cms-index-index .homepage .home-slider-container .home-slider-inner .block.widget.block-products-list.grid .owl-nav .owl-next {
  right: -30px;
}

.cms-index-index .homepage .home-slider-container .home-slider-inner .block.widget.block-products-list.grid .owl-nav .owl-prev {
  left: -30px;
}

.cms-index-index .footer {
  margin-top: 80px !important;
}

.catalog-category-view #maincontent > .row,
.catalogsearch-result-index #maincontent > .row {
  display: none;
}

.catalog-category-view .sidebar.sidebar-additional,
.catalogsearch-result-index .sidebar.sidebar-additional {
  display: none !important;
}

.catalog-category-view .mobile-filter-trigger,
.catalogsearch-result-index .mobile-filter-trigger {
  text-transform: uppercase;
  padding-right: 5px;
  color: #111;
  font-weight: 700;
  cursor: pointer;
}

.catalog-category-view .visible-xs.sidebar-reponsive-btn.btn-left,
.catalogsearch-result-index .visible-xs.sidebar-reponsive-btn.btn-left {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

.catalog-category-view .breadcrumbs,
.catalogsearch-result-index .breadcrumbs {
  display: none;
  border: none;
  margin-bottom: 0;
  padding: 55px 0 45px;
}

.catalog-category-view .breadcrumbs .page-title-wrapper,
.catalogsearch-result-index .breadcrumbs .page-title-wrapper {
  display: none;
}

.catalog-category-view .breadcrumbs .container,
.catalogsearch-result-index .breadcrumbs .container {
  max-width: 1660px;
  width: 100%;
}

.catalog-category-view .breadcrumbs .container .items,
.catalogsearch-result-index .breadcrumbs .container .items {
  margin: 0;
}

.catalog-category-view .breadcrumbs .container .items .item,
.catalogsearch-result-index .breadcrumbs .container .items .item {
  text-transform: uppercase;
  font-size: 22px;
}

.catalog-category-view .breadcrumbs .container .items .item.home,
.catalogsearch-result-index .breadcrumbs .container .items .item.home {
  display: none;
}

.catalog-category-view .breadcrumbs .container .items .item.home + .item[class*="category"]:before,
.catalogsearch-result-index .breadcrumbs .container .items .item.home + .item[class*="category"]:before {
  display: none;
}

.catalog-category-view .breadcrumbs .container .items .item + .item:before,
.catalogsearch-result-index .breadcrumbs .container .items .item + .item:before {
  padding: 0 2px 0 7px;
}

.catalog-category-view .breadcrumbs .container .items .item:last-child strong,
.catalogsearch-result-index .breadcrumbs .container .items .item:last-child strong {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
}

.catalog-category-view .category-view,
.catalogsearch-result-index .category-view {
  position: relative;
  max-width: 1680px;
  margin: 0 auto 30px;
  padding: 0 25px;
}

.catalog-category-view .category-view .cat-header,
.catalogsearch-result-index .category-view .cat-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog-category-view .category-view .cat-header > div,
.catalogsearch-result-index .category-view .cat-header > div {
  -webkit-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 15px;
}

.catalog-category-view .category-view .cat-header > div.category-image,
.catalogsearch-result-index .category-view .cat-header > div.category-image {
  text-align: right;
  padding: 0 15px 0 0;
}

.catalog-category-view .category-view .cat-header > div.category-image + div h1,
.catalogsearch-result-index .category-view .cat-header > div.category-image + div h1 {
  text-transform: uppercase;
  font-size: 40px;
  color: #0259FF;
}

.catalog-category-view .filter-bar,
.catalogsearch-result-index .filter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 30px;
  display: none;
}

.catalog-category-view .filter-bar.stick,
.catalogsearch-result-index .filter-bar.stick {
  position: fixed;
  top: 77px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9;
  border-bottom: 1px solid #eee;
}

.catalog-category-view .filter-bar .filtra,
.catalogsearch-result-index .filter-bar .filtra {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}

.catalog-category-view .filter-bar .filtra.open svg,
.catalogsearch-result-index .filter-bar .filtra.open svg {
  display: none;
}

.catalog-category-view .filter-bar .filtra.open i,
.catalogsearch-result-index .filter-bar .filtra.open i {
  display: inline-block;
}

.catalog-category-view .filter-bar .filtra svg,
.catalogsearch-result-index .filter-bar .filtra svg {
  margin-left: 4px;
  width: 20px;
  height: 20px;
}

.catalog-category-view .filter-bar .filtra i,
.catalogsearch-result-index .filter-bar .filtra i {
  display: none;
  margin-left: 10px;
  position: relative;
  top: 1px;
  font-size: 14px;
}

.catalog-category-view .filter-bar .ordina select,
.catalogsearch-result-index .filter-bar .ordina select {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  font-size: 14px;
  padding-right: 15px;
  border: none;
  text-transform: uppercase;
  background-position: 100% 49%;
}

.catalog-category-view #maincontent,
.catalogsearch-result-index #maincontent {
  width: 100%;
  padding: 0;
  border: none !important;
}

.catalog-category-view #maincontent > .row,
.catalogsearch-result-index #maincontent > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-category-view #maincontent > .row .column.main,
.catalogsearch-result-index #maincontent > .row .column.main {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}

.catalog-category-view #maincontent > .row .column.main .category-product-actions,
.catalogsearch-result-index #maincontent > .row .column.main .category-product-actions {
  display: none;
}

.catalog-category-view #maincontent > .row .column.main .products,
.catalogsearch-result-index #maincontent > .row .column.main .products {
  max-width: 1680px;
}

.catalogsearch-result-index .breadcrumbs {
  display: block;
}

.catalogsearch-result-index .breadcrumbs .page-header {
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.bottom-pagination .toolbar .pages .pagination {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  margin-top: 0;
}

.bottom-pagination .toolbar .pages .pagination > li a {
  padding: 5px 7px 0;
  margin: 0 3px;
}

.bottom-pagination .toolbar .pages .pagination > li > a, .bottom-pagination .toolbar .pages .pagination > li > a:hover,
.bottom-pagination .toolbar .pages .pagination > li:hover > a,
.bottom-pagination .toolbar .pages .pagination > li:hover > a:hover {
  border: none;
  width: auto;
  height: auto;
  line-height: 1;
  border-radius: 0 !important;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
  background: transparent;
  color: #111;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.bottom-pagination .toolbar .pages .pagination > li > a span, .bottom-pagination .toolbar .pages .pagination > li > a:hover span,
.bottom-pagination .toolbar .pages .pagination > li:hover > a span,
.bottom-pagination .toolbar .pages .pagination > li:hover > a:hover span {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 21px;
}

.bottom-pagination .toolbar .pages .pagination > li.current,
.bottom-pagination .toolbar .pages .pagination > li:hover.current {
  position: relative;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
}

.bottom-pagination .toolbar .pages .pagination > li.current a,
.bottom-pagination .toolbar .pages .pagination > li:hover.current a {
  color: #111;
  background: transparent;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
}

.bottom-pagination .toolbar .pages .pagination > li.current span,
.bottom-pagination .toolbar .pages .pagination > li:hover.current span {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
}

.bottom-pagination .toolbar .pages .pagination > li.pages-item-next, .bottom-pagination .toolbar .pages .pagination > li.pages-item-previous,
.bottom-pagination .toolbar .pages .pagination > li:hover.pages-item-next,
.bottom-pagination .toolbar .pages .pagination > li:hover.pages-item-previous {
  display: none !important;
}

.category-container.active-sticky {
  position: fixed;
  top: 107px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0px 1.5px 1px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1.5px 1px -1px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  z-index: 10;
}

.catalog-category-view .products .item.product:nth-child(7), .catalog-category-view .products .item.product:nth-child(21), .catalog-category-view .products .item.product:nth-child(35) {
  margin-right: 25%;
}

.catalog-category-view .products .item.product:nth-child(12), .catalog-category-view .products .item.product:nth-child(26), .catalog-category-view .products .item.product:nth-child(40) {
  margin-left: 25%;
}

.category-bottom-description {
  max-width: 1690px;
  margin: 100px auto;
  padding: 0 30px;
}

.category-bottom-description h1, .category-bottom-description h2 {
  margin-bottom: 8px;
  font-size: 14px;
}

.category-bottom-description h3, .category-bottom-description h4, .category-bottom-description h5, .category-bottom-description h6 {
  margin-bottom: 8px;
  font-size: 13px;
}

.category-bottom-description p + h1, .category-bottom-description p + h2, .category-bottom-description p + h3,
.category-bottom-description p + h4, .category-bottom-description p + h5, .category-bottom-description p + h6 {
  margin-top: 20px;
}

.category-bottom-description p {
  margin-bottom: 15px;
  font-size: 12px;
}

.category-bottom-description p:last-child {
  margin-bottom: 0;
}

.catalog-product-view .flycart-animated-add, .catalog-category-view .flycart-animated-add {
  display: none !important;
}

.catalog-product-view .breadcrumb-wrapper, .catalog-category-view .breadcrumb-wrapper {
  display: none;
}

.catalog-product-view .page.messages, .catalog-category-view .page.messages {
  position: relative;
  z-index: 100;
}

.catalog-product-view .product-info-main-content, .catalog-category-view .product-info-main-content {
  background: #fff;
  padding: 0;
  margin: 0;
}

.catalog-product-view .product-info-main-content .product-main.container, .catalog-category-view .product-info-main-content .product-main.container {
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.catalog-product-view .product-info-main-content .product-main.container > .row, .catalog-category-view .product-info-main-content .product-main.container > .row {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-media, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-media {
  display: none;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .preview-container, .catalog-category-view .product-info-main-content .product-main.container > .row .preview-container {
  display: none;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .sliders-container, .catalog-category-view .product-info-main-content .product-main.container > .row .sliders-container {
  -webkit-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  min-width: 0;
  padding-right: 15px;
  z-index: 2;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .sliders-container .owl-carousel, .catalog-category-view .product-info-main-content .product-main.container > .row .sliders-container .owl-carousel {
  position: static;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider, .catalog-category-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider {
  position: static;
  max-width: 100%;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider .owl-dots, .catalog-category-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider .owl-dots {
  display: none;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider .owl-nav button, .catalog-category-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider .owl-nav button {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  margin-top: -20px;
  right: -40px;
  left: auto;
  top: 50%;
  -webkit-transform: none;
          transform: none;
  height: 40px;
  line-height: 40px;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider .owl-nav button svg, .catalog-category-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider .owl-nav button svg {
  width: 40px;
  display: block;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider .owl-nav button span, .catalog-category-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider .owl-nav button span {
  font-size: 0;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider .owl-nav button span:before, .catalog-category-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider .owl-nav button span:before {
  font-size: 38px;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider .owl-nav button.owl-prev, .catalog-category-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider .owl-nav button.owl-prev {
  left: -60px;
  right: auto;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider .owl-nav button.owl-prev svg, .catalog-category-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider .owl-nav button.owl-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.catalog-product-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider .owl-nav button.owl-prev span:before, .catalog-category-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider .owl-nav button.owl-prev span:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .sliders-container .mobile-slider, .catalog-category-view .product-info-main-content .product-main.container > .row .sliders-container .mobile-slider {
  position: static;
  width: 60%;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main {
  -webkit-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 80px 0 0 60px;
  position: relative;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .guida-taglie, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .guida-taglie {
  display: none;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper > div h2, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper > div h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper > div h2 a, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper > div h2 a {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  color: #111;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper > div h2 .discount-label, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper > div h2 .discount-label {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  background: #0259FF;
  color: #fff;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper > div h1, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper > div h1 {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper > div h1 span, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper > div h1 span {
  color: #bababa;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper .price-box, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: right;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper .price-box .price, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper .price-box .price {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  color: #111;
  font-size: 22px;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper .price-box .normal-price, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper .price-box .normal-price {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  line-height: 1;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper .price-box .old-price, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper .price-box .old-price {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0;
  display: block !important;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper .price-box .old-price .price, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper .price-box .old-price .price {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #bababa;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-info-price, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .product-info-price {
  display: none;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main #scalapayText, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main #scalapayText {
  display: none;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product.attribute.overview, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .product.attribute.overview {
  display: none;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .details-container, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .details-container {
  font-size: 14px;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .details-container span, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .details-container span {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  text-transform: uppercase;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 0 45px;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset .guida-taglie, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset .guida-taglie {
  display: block;
  text-transform: uppercase;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  font-size: 14px;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset .swatch-opt, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset .swatch-opt {
  margin: 0;
  width: auto;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset .swatch-opt .swatch-attribute-label,
.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset .swatch-opt .swatch-attribute-selected-option, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset .swatch-opt .swatch-attribute-label,
.catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset .swatch-opt .swatch-attribute-selected-option {
  display: none;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset .swatch-opt .swatch-attribute-options, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset .swatch-opt .swatch-attribute-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset .swatch-opt .swatch-attribute-options .swatch-option.text, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset .swatch-opt .swatch-attribute-options .swatch-option.text {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0 20px 0 0;
  height: auto;
  line-height: 1;
  color: #111;
  font-size: 22px;
  text-align: left;
  width: auto;
  min-width: 1px;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset .swatch-opt .swatch-attribute-options .swatch-option.text.selected, .catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset .swatch-opt .swatch-attribute-options .swatch-option.text:hover, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset .swatch-opt .swatch-attribute-options .swatch-option.text.selected, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset .swatch-opt .swatch-attribute-options .swatch-option.text:hover {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0259FF;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset .swatch-opt .swatch-attribute-options .swatch-option.text.selected, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset .swatch-opt .swatch-attribute-options .swatch-option.text.selected {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  position: relative;
  top: 1px;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-bottom .box-tocart, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-bottom .box-tocart {
  margin-bottom: 45px;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-bottom .box-tocart .actions, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-bottom .box-tocart .actions {
  float: none;
  width: auto;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .action.tocart, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .action.tocart {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  min-width: 1px;
  padding: 0 40px;
  font-size: 12px;
  display: inline-block;
  width: auto;
  background: #0259FF;
  border-color: #0259FF;
  color: #fff;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .action.tocart:hover, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .action.tocart:hover {
  background: #0259FF;
  color: #fff;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .towishlist, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .towishlist {
  display: none;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .tab-prodotto ul.tabs li, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .tab-prodotto ul.tabs li {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  border: none;
  font-size: 12px;
  margin-right: 30px;
  color: #111;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .tab-prodotto ul.tabs li.active, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .tab-prodotto ul.tabs li.active {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  border: none;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .tab-prodotto .tab_content a, .catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .tab-prodotto .tab_content p, .catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .tab-prodotto .tab_content span, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .tab-prodotto .tab_content a, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .tab-prodotto .tab_content p, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .tab-prodotto .tab_content span {
  font-size: 12px;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .tab-prodotto .tab_content .fa-whatsapp, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .tab-prodotto .tab_content .fa-whatsapp {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .accordion .heading, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .accordion .heading {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .accordion .heading i, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .accordion .heading i {
  font-size: 12px;
  margin-left: 12px;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .accordion .contents, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .accordion .contents {
  padding: 10px 0;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .accordion .contents p, .catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .accordion .contents ul, .catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .accordion .contents li, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .accordion .contents p, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .accordion .contents ul, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .accordion .contents li {
  font-size: 12px;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .accordion .contents ul, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .accordion .contents ul {
  list-style-type: disc;
  padding-left: 15px;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .popup-details, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .popup-details {
  margin-top: 40px;
}

.catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .popup-details .popup-link, .catalog-category-view .product-info-main-content .product-main.container > .row .product-info-main .popup-details .popup-link {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 30px;
  border-bottom: 1px solid #111;
}

.catalog-product-view .preview-container-container, .catalog-category-view .preview-container-container {
  max-width: 1660px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-ordinal-group: 91;
      -ms-flex-order: 90;
          order: 90;
  padding: 30px 0 50px;
}

.catalog-product-view .preview-container-container .preview-container, .catalog-category-view .preview-container-container .preview-container {
  padding-right: 25%;
}

.catalog-product-view .preview-container-container .preview-container img, .catalog-category-view .preview-container-container .preview-container img {
  padding: 0 15px;
}

.catalog-product-view .preview-container-container .preview-container .owl-nav button, .catalog-category-view .preview-container-container .preview-container .owl-nav button {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  margin-top: -20px;
  right: calc(25% + 20px);
  left: auto;
  top: 50%;
  -webkit-transform: none;
          transform: none;
  height: 40px;
  line-height: 40px;
}

.catalog-product-view .preview-container-container .preview-container .owl-nav button svg, .catalog-category-view .preview-container-container .preview-container .owl-nav button svg {
  width: 40px;
  display: block;
}

.catalog-product-view .preview-container-container .preview-container .owl-nav button span, .catalog-category-view .preview-container-container .preview-container .owl-nav button span {
  font-size: 0;
}

.catalog-product-view .preview-container-container .preview-container .owl-nav button span:before, .catalog-category-view .preview-container-container .preview-container .owl-nav button span:before {
  font-size: 38px;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.catalog-product-view .preview-container-container .preview-container .owl-nav button.owl-prev, .catalog-category-view .preview-container-container .preview-container .owl-nav button.owl-prev {
  left: 20px;
  right: auto;
}

.catalog-product-view .preview-container-container .preview-container .owl-nav button.owl-prev svg, .catalog-category-view .preview-container-container .preview-container .owl-nav button.owl-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.catalog-product-view .preview-container-container .preview-container .owl-nav button.owl-prev span:before, .catalog-category-view .preview-container-container .preview-container .owl-nav button.owl-prev span:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.catalog-product-view #maincontent, .catalog-category-view #maincontent {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.catalog-product-view #maincontent .aw-arp-container--grid .titolo-related, .catalog-category-view #maincontent .aw-arp-container--grid .titolo-related {
  padding: 80px 15px 20px;
  text-align: left;
  max-width: 1660px;
  margin: 0 auto;
  display: none;
}

.catalog-product-view #maincontent .aw-arp-container--grid .titolo-related .aw-arp-container__title, .catalog-category-view #maincontent .aw-arp-container--grid .titolo-related .aw-arp-container__title {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}

.catalog-product-view #maincontent .aw-arp-container--grid .aw-arp-container__items, .catalog-category-view #maincontent .aw-arp-container--grid .aw-arp-container__items {
  max-width: 1660px;
  margin: 80px auto 0;
}

.catalog-product-view #maincontent .aw-arp-container--grid .aw-arp-container__items .item.product.product-item, .catalog-category-view #maincontent .aw-arp-container--grid .aw-arp-container__items .item.product.product-item {
  -webkit-box-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.catalog-product-view #maincontent .aw-arp-container--grid .aw-arp-container__items .item.product.product-item:nth-child(5), .catalog-category-view #maincontent .aw-arp-container--grid .aw-arp-container__items .item.product.product-item:nth-child(5) {
  display: none !important;
}

.catalog-product-view #maincontent .aw-arp-container--grid .aw-arp-container__items .item.product.product-item:first-child, .catalog-category-view #maincontent .aw-arp-container--grid .aw-arp-container__items .item.product.product-item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog-product-view #maincontent .aw-arp-container--grid .aw-arp-container__items .item.product.product-item:first-child h3, .catalog-category-view #maincontent .aw-arp-container--grid .aw-arp-container__items .item.product.product-item:first-child h3 {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  font-size: 40px;
  color: #0259FF;
  text-transform: uppercase;
  margin-bottom: 74px;
}

.catalog-product-view .popup .popup-body, .catalog-category-view .popup .popup-body {
  width: 1000px;
  overflow: auto;
}

.catalog-product-view .popup .popup-body h2, .catalog-category-view .popup .popup-body h2 {
  font-size: 18px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.catalog-product-view .popup .popup-content, .catalog-category-view .popup .popup-content {
  width: 100%;
  padding: 0;
}

.catalog-product-view .popup .popup-content h4, .catalog-category-view .popup .popup-content h4 {
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

.catalog-product-view .popup table, .catalog-product-view .popup .popup-text.flex-item, .catalog-category-view .popup table, .catalog-category-view .popup .popup-text.flex-item {
  width: 100%;
}

.catalog-product-view .popup table, .catalog-category-view .popup table {
  margin-top: 10px;
  margin-bottom: 60px;
}

.catalog-product-view .popup table br, .catalog-category-view .popup table br {
  display: none;
}

.catalog-product-view .popup table p, .catalog-category-view .popup table p {
  margin: 0 !important;
}

.catalog-product-view .popup table td, .catalog-product-view .popup table th, .catalog-category-view .popup table td, .catalog-category-view .popup table th {
  padding: 10px !important;
  text-align: center !important;
  border: 1px solid #111 !important;
  font-weight: 100;
  background: #fff !important;
}

.catalog-product-view .popup table thead, .catalog-category-view .popup table thead {
  background: #111;
}

.catalog-product-view .popup table thead th, .catalog-category-view .popup table thead th {
  text-align: center;
}

.catalog-product-view .popup table thead th *, .catalog-category-view .popup table thead th * {
  color: #fff;
  margin: 0;
}

.catalog-product-view .popup table tr:hover, .catalog-category-view .popup table tr:hover {
  background: #111 !important;
}

.catalog-product-view .popup table tr:hover td, .catalog-category-view .popup table tr:hover td {
  background: #111 !important;
  color: #fff !important;
}

.catalog-product-view .chocolat-wrapper, .catalog-category-view .chocolat-wrapper {
  z-index: 999999999;
}

.catalog-product-view .chocolat-wrapper .chocolat-close, .catalog-category-view .chocolat-wrapper .chocolat-close {
  background-size: 25px;
}

.catalog-product-view .chocolat-wrapper .chocolat-right,
.catalog-product-view .chocolat-wrapper .chocolat-left, .catalog-category-view .chocolat-wrapper .chocolat-right,
.catalog-category-view .chocolat-wrapper .chocolat-left {
  background-size: 20px 36px;
}

.catalog-product-view .chocolat-wrapper .chocolat-overlay, .catalog-category-view .chocolat-wrapper .chocolat-overlay {
  opacity: 1;
}

.catalog-product-view .chocolat-wrapper .chocolat-bottom, .catalog-category-view .chocolat-wrapper .chocolat-bottom {
  background: #fff;
  color: #111;
  border-top: 1px solid #111;
}

.checkout-cart-index .message > * {
  max-width: 1200px;
  margin: 0 auto 15px;
}

.checkout-cart-index .breadcrumbs {
  padding: 55px 0;
  margin-bottom: 15px;
}

.checkout-cart-index .breadcrumbs .items {
  margin: 0 auto;
}

.checkout-cart-index .breadcrumbs .items .item:last-child, .checkout-cart-index .breadcrumbs .items .item:nth-last-child(2) {
  display: none;
}

.checkout-cart-index .breadcrumbs h1 span {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
}

.checkout-cart-index .breadcrumbs .page-header {
  font-size: 22px;
  letter-spacing: 1px;
}

.checkout-cart-index .product-item-photo .actions .secondary {
  position: relative;
}

.checkout-cart-index .product-item-photo .actions .secondary .action:after {
  position: absolute;
  top: 0;
  right: 0;
  color: #111;
}

.checkout-cart-index .breadcrumbs {
  background: #fff;
}

.checkout-cart-index .column.main {
  max-width: 1200px;
  margin: 0 auto;
  float: none;
  padding: 0;
}

.checkout-cart-index .column.main .cart-empty {
  border: none;
  margin-bottom: 150px;
}

.checkout-cart-index .column.main .cart-empty p {
  margin: 0;
  color: #111;
}

.checkout-cart-index .column.main .cart-empty p a {
  color: #111;
  text-decoration: underline;
}

.checkout-cart-index .column.main .cart-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkout-cart-index .column.main .cart-container .form.form-cart {
  -webkit-box-flex: 0 0 70%;
  -moz-box-flex: 0 0 70%;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
}

.checkout-cart-index .column.main .cart-container .form.form-cart .cart.table-wrapper {
  background: transparent;
  border: 1px solid #eee;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #block-discount {
  display: block;
  margin-top: 10px;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #block-discount #block-discount-heading {
  display: none;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #block-discount .content {
  display: block !important;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #block-discount .content .fieldset.coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #block-discount .content .fieldset.coupon .field {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #block-discount .content .fieldset.coupon .actions-toolbar {
  margin-left: 10px;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #block-discount-heading {
  font-size: 14px;
  margin: 5px 0 0;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table thead tr th {
  border-top: none;
  background: none;
  padding: 7px 30px 11px;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table thead tr th span {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #111;
  font-size: 11px;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table thead tr th.item {
  text-align: left;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody {
  border-top: 1px solid #eee;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody .item-info {
  border-bottom: 1px solid #eee;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody .item-info .item {
  text-align: left;
  padding: 0;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody .item-info .item img {
  border-right: 1px solid #eee;
  display: block;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody .product-item-details {
  margin: 0;
  padding: 15px 5px 15px 15px;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody .product-item-details .product-item-name a {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody .product-item-details .item-options {
  line-height: 1;
  margin-top: 5px;
  font-size: 12px;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody .product-item-details .item-options dt, .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody .product-item-details .item-options dd {
  line-height: 1;
  margin: 0 5px 0 0;
  display: inline-block;
  width: auto;
  float: none;
  color: #111;
  font-size: 11px;
  text-transform: uppercase;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody .product-item-details .item-options dd {
  margin-bottom: 10px;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody .cart-price .price {
  font-size: 12px;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody .input-text.qty {
  border: 1px solid #eee;
  background: #fff;
  padding: 0;
  width: 40px;
  margin-top: -10px;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody .action.action-edit, .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody .action.action-towishlist {
  display: none;
}

.checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody .action.action-delete i {
  font-size: 18px;
  margin-top: 1px;
}

.checkout-cart-index .column.main .cart-container .form.form-cart .cart.main.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0;
}

.checkout-cart-index .column.main .cart-container .form.form-cart .cart.main.actions .action.clear {
  float: none;
  margin-left: 0;
  margin-right: 10px;
  background: #eee;
  color: #111;
  border: none;
}

.checkout-cart-index .column.main .cart-container .form.form-cart .cart.main.actions .action.update {
  color: #111;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  background: transparent;
  border: 1px solid #eee;
  border-top: 0;
}

.checkout-cart-index .column.main .cart-container .form.form-cart .cart.main.actions .action.continue, .checkout-cart-index .column.main .cart-container .form.form-cart .cart.main.actions .action.clear {
  display: none;
}

.checkout-cart-index .column.main .cart-container .form.form-cart .cart.main.actions .order-helpers {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.checkout-cart-index .column.main .cart-container .form.form-cart .cart.main.actions .order-helpers .order-helper {
  -webkit-box-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  padding-right: 50px;
}

.checkout-cart-index .column.main .cart-container .form.form-cart .cart.main.actions .order-helpers .order-helper h3 {
  font-size: 12px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.checkout-cart-index .column.main .cart-container .form.form-cart .cart.main.actions .order-helpers .order-helper p {
  font-size: 12px;
}

.checkout-cart-index .column.main .cart-container .form.form-cart .cart.main.actions .order-helpers .order-helper b a {
  display: block;
  font-size: 18px;
  color: #999;
  line-height: 20px;
  margin-bottom: 5px;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom {
  -webkit-box-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  max-width: 30%;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:first-child {
  float: none;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 0;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:first-child .checkout-extra {
  margin: 0;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:first-child .checkout-extra #block-shipping {
  display: none;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:first-child .checkout-extra #block-discount {
  margin-top: 0;
  width: 100%;
  float: none;
  padding: 0;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:first-child .checkout-extra #block-discount #block-discount-heading {
  display: none;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:first-child .checkout-extra #block-discount .field {
  margin-bottom: 0;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:first-child .checkout-extra #block-discount .field input {
  height: 40px !important;
  padding: 0 15px;
  border: 1px solid #eee;
  text-align: center;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:first-child .checkout-extra #block-discount button.action.btn-primary {
  width: 100%;
  background: #fff;
  border-color: #eee;
  border-top: none;
  color: #111;
  text-transform: uppercase;
  font-size: 12px;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:first-child .checkout-extra #block-discount-heading {
  font-size: 14px;
  margin: 5px 0 0;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) {
  float: none;
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 0;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) #cart-totals {
  margin: 0;
  border: 1px solid #eee;
  padding: 0;
  background: transparent;
  font-size: 12px;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) #cart-totals .price {
  font-size: 12px;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) #cart-totals .totals.shipping .mark .value {
  display: none;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) #cart-totals tr.grand.totals th {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  font-size: 11px;
  border: none;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) #cart-totals tr.grand.totals th strong {
  font-weight: 700;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) #cart-totals tr.grand.totals td {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  font-size: 11px;
  border: none;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) #cart-totals tr.grand.totals td strong .price {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  font-weight: 700;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) #cart-totals tr {
  border-bottom: 1px solid #eee;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) #cart-totals tr:last-child {
  border-bottom: none;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) #cart-totals tr th, .checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) #cart-totals tr td {
  border-bottom: none;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) #cart-totals tr th {
  padding: 0 0 0 20px;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) #cart-totals tr td {
  padding: 0 20px 0 0;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) .checkout-methods-items button.action.checkout {
  height: 50px;
  line-height: 50px;
  letter-spacing: 1px;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) .checkout-methods-items button.action.checkout span {
  font-size: 13px;
  text-transform: uppercase;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) .checkout-methods-items li:last-child {
  display: none;
}

.checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) .checkout-methods-items li:last-child {
  display: block !important;
}

.multicheckout.success + #registration, .checkout-success + #registration {
  border: none;
  margin: 0 auto;
  padding: 0 15px 30px;
  text-align: center;
  max-width: 600px;
}

.checkout-index-index .modal-popup .modal-inner-wrap {
  top: 0;
}

.checkout-index-index .modal-popup .modal-inner-wrap .modal-header .action-close:before {
  background: transparent !important;
}

.checkout-index-index span#tooltip-label {
  display: none !important;
}

.checkout-index-index .breadcrumbs,
.checkout-index-index header.header.header2 {
  display: none;
}

.checkout-index-index .account-social-login {
  display: none !important;
}

.checkout-index-index .header .panel.wrapper {
  display: none !important;
}

.checkout-index-index .loading-mask {
  background: #fff;
  opacity: 1;
}

.checkout-index-index .header-content.minnie.minnie {
  display: none !important;
}

.checkout-index-index .modal-popup {
  background: rgba(0, 0, 0, 0.3);
}

.checkout-index-index .modal-popup .modal-inner-wrap {
  max-height: 40vh;
  margin: 30vh auto;
  position: relative;
  font-size: 12px;
}

.checkout-index-index .modal-popup .modal-inner-wrap .modal-footer {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px 45px 11px;
}

.checkout-index-index .modal-popup .modal-inner-wrap .modal-footer button.action.secondary {
  background: #111;
  border-color: #111;
}

.checkout-index-index .modal-popup .modal-inner-wrap .modal-header {
  text-align: right;
}

.checkout-index-index .modal-popup .modal-inner-wrap .modal-header .action-close {
  background: transparent;
  border: none;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  height: 50px;
  padding: 0;
  line-height: 50px;
  width: 50px;
}

.checkout-index-index .modal-popup .modal-inner-wrap .modal-header .action-close:before {
  content: "\e680";
  font-family: "Pe-icon-7-stroke";
  font-size: 30px;
  color: #111;
  font-size: 44px;
}

.checkout-index-index .modal-popup .modal-inner-wrap .modal-header .action-close:before span {
  display: none;
}

.checkout-index-index .modal-popup .modal-inner-wrap h3, .checkout-index-index .modal-popup .modal-inner-wrap h4 {
  font-size: 16px;
}

.checkout-index-index .payment-option.discount-code {
  padding: 20px 30px;
}

.checkout-index-index .payment-option.discount-code .payment-option-title {
  cursor: initial;
  margin: 0;
}

.checkout-index-index .payment-option.discount-code .payment-option-title:after {
  display: none !important;
}

.checkout-index-index .payment-option.discount-code .payment-option-title span {
  font-size: 12px;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
}

.checkout-index-index .payment-option.discount-code .payment-option-content {
  display: block !important;
}

.checkout-index-index .payment-option.discount-code .payment-option-content .form.form-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.checkout-index-index .payment-option.discount-code .payment-option-content .form.form-discount .payment-option-inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.checkout-index-index .payment-option.discount-code .payment-option-content .form.form-discount .actions-toolbar .primary {
  margin: 0 0 0 10px;
}

.checkout-index-index .payment-option.discount-code .payment-option-content .form.form-discount .actions-toolbar .primary button.action {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #111;
  color: #fff;
  border: none;
}

.checkout-index-index .payment-option.discount-code .payment-option-content .form.form-discount .label {
  display: none;
}

.checkout-index-index .field-tooltip {
  top: 11px;
}

.checkout-index-index .field-tooltip .field-tooltip-content {
  top: -5px;
  padding: 7.5px 12px;
  z-index: 99;
}

.checkout-index-index .field-tooltip .field-tooltip-content:before, .checkout-index-index .field-tooltip .field-tooltip-content:after {
  top: 9px;
}

.checkout-index-index .column.main {
  padding: 0;
}

.checkout-index-index .page-header {
  display: none;
}

.checkout-index-index .header-checkout {
  height: 120px;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: relative;
}

.checkout-index-index .header-checkout .header-part {
  -webkit-box-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 406.66px;
}

.checkout-index-index .header-checkout .back-part {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout-index-index .header-checkout .back-part a {
  font-size: 34px;
  color: #222;
}

.checkout-index-index .header-checkout .logo-part {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-index-index .header-checkout .logo-part svg {
  width: 150px;
  margin-top: 20px;
}

.checkout-index-index .header-checkout .logo-part img {
  width: 100%;
  max-width: 180px;
  -webkit-filter: invert(100);
          filter: invert(100);
}

.checkout-index-index .header-checkout .helper-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout-index-index .header-checkout .helper-part .checkout-helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding-right: 0;
}

.checkout-index-index .header-checkout .helper-part .checkout-helper .checkout-helper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-index-index .header-checkout .helper-part .checkout-helper .checkout-helper-text p {
  font-size: 12px;
  margin: 0;
}

.checkout-index-index .header-checkout .helper-part .checkout-helper .checkout-helper-actions {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkout-index-index .header-checkout .helper-part .checkout-helper .checkout-helper-actions a {
  border: 1px solid #222;
  color: #222;
  padding: 10px;
  width: 130px;
  text-align: center;
  margin: 2px 0px;
}

.checkout-index-index .header-checkout .helper-part .checkout-helper .checkout-helper-actions a i {
  margin-right: 7px;
}

.checkout-index-index #maincontent {
  padding-top: 0;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.checkout-index-index #maincontent .trustpilot-widget {
  display: block;
  padding: 0 40px;
  position: relative;
  margin-top: 0;
  margin-bottom: 50px;
}

.checkout-index-index #maincontent #checkout {
  max-width: 1220px;
  margin: 0 auto;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.checkout-index-index #maincontent #checkout .authentication-wrapper {
  display: none;
}

.checkout-index-index #maincontent #checkout .opc-progress-bar {
  width: 100%;
  max-width: 1220px;
  margin: 0;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.checkout-index-index #maincontent #checkout .opc-progress-bar .opc-progress-bar-item {
  -webkit-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.checkout-index-index #maincontent #checkout .opc-progress-bar .opc-progress-bar-item._active:before,
.checkout-index-index #maincontent #checkout .opc-progress-bar .opc-progress-bar-item._active > span:before {
  background: #111;
}

.checkout-index-index #maincontent #checkout .opc-progress-bar .opc-progress-bar-item._active > span,
.checkout-index-index #maincontent #checkout .opc-progress-bar .opc-progress-bar-item._active > span:after {
  color: #111;
}

.checkout-index-index #maincontent #checkout .opc-progress-bar .opc-progress-bar-item > span {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  font-size: 13px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 350px);
          flex: 0 0 calc(100% - 350px);
  float: none;
  margin: 0 auto;
  padding: 0;
}

.checkout-index-index #maincontent #checkout .opc-wrapper .step-title {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  font-size: 16px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  padding: 25px 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 10px 0px;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 10px 0px;
  margin-bottom: 45px;
  border-radius: 4px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login #customer-email-fieldset {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  /*&:after {
						    content: "or";
						    position: absolute;
						    top: 31px;
						    right: -12px;
						    color: #111;
						    padding: 5px;
						    background: #fff;
						}*/
}

.checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login #customer-email-fieldset > div:first-child {
  margin-bottom: 30px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login #customer-email-fieldset > div:first-child .note span {
  font-size: 10px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login #customer-email-fieldset > div.field .note span {
  display: block;
  padding-top: 2px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login #customer-email-fieldset #customer-password {
  display: block;
}

.checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login #customer-email-fieldset .fieldset.hidden-fields .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login #customer-email-fieldset .fieldset.hidden-fields .label a {
  margin-right: 0;
  color: #999;
  font-size: 8px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login .social-button {
  -webkit-box-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  text-align: center;
  position: relative;
  padding-top: 0;
  top: -3px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login .social-button .title {
  font-size: 12px;
  margin: 0 0 5px;
  color: #111;
  display: block;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
}

.checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login .social-button li {
  margin: 0;
  display: block;
}

.checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login .social-button li a.g-button, .checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login .social-button li a.f-button,
.checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login .social-button li .btn-google, .checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login .social-button li .btn-facebook {
  font-size: 12px;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login .social-button li a.g-button, .checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login .social-button li .btn-google {
  background: #d34836;
  margin-bottom: 5px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login .social-button li a.f-button, .checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login .social-button li .btn-facebook {
  background: #3B5998;
}

.checkout-index-index #maincontent #checkout .opc-wrapper #checkout-step-shipping_method {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 5px 10px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 5px 10px 0px;
  border-radius: 4px;
  background: #fff;
  padding: 20px 30px;
  position: relative;
}

.checkout-index-index #maincontent #checkout .opc-wrapper #checkout-payment-method-load .checkout-agreement {
  margin-top: 30px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper #checkout-payment-method-load .checkout-agreement .action.action-show {
  height: auto;
  line-height: 1;
  padding: 0;
  position: relative;
  top: 6px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper #checkout-payment-method-load .items.payment-methods {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 5px 10px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 5px 10px 0px;
  border-radius: 4px;
  background: #fff;
  padding: 20px 30px;
  position: relative;
  margin-top: 70px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper #checkout-payment-method-load .items.payment-methods .step-title {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}

.checkout-index-index #maincontent #checkout .opc-wrapper #checkout-payment-method-load .items.payment-methods .payment-method-title.field {
  margin-bottom: 0;
}

.checkout-index-index #maincontent #checkout .opc-wrapper #checkout-payment-method-load .items.payment-methods .payment-method-title .label {
  padding-left: 30px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper #checkout-payment-method-load .items.payment-methods .payment-method-title .label img, .checkout-index-index #maincontent #checkout .opc-wrapper #checkout-payment-method-load .items.payment-methods .payment-method-title .label a {
  display: none;
}

.checkout-index-index #maincontent #checkout .opc-wrapper #checkout-payment-method-load .items.payment-methods .field.choice {
  padding-left: 0;
}

.checkout-index-index #maincontent #checkout .opc-wrapper #checkout-payment-method-load .items.payment-methods .field.choice button.action {
  background: #eee;
  border: none;
  color: #111;
  margin-top: 20px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper #checkout-payment-method-load .items.payment-methods .payment-method-content > p {
  background: #f8f8f8;
  border: 1px solid #eee;
  padding: 10px;
  font-size: 12px;
  margin-top: 10px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper #checkout-payment-method-load .items.payment-methods .payment-method-content > p.cryozonic-billing-address-warning {
  padding: 0;
  background: transparent;
  border: none;
}

.checkout-index-index #maincontent #checkout .opc-wrapper #checkout-payment-method-load .items.payment-methods .actions-toolbar button.action {
  width: 100%;
}

.checkout-index-index #maincontent #checkout .opc-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  float: none;
  width: 350px;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .modal-content {
  background: transparent;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-shipping-information {
  background: transparent;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-summary {
  background: #fff;
  padding: 25px 30px;
  margin-bottom: 45px;
  border-radius: 4px;
  margin-top: 0;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-summary .items-in-cart > .title {
  display: none;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-summary .items-in-cart .product-title-name {
  font-size: 12px;
  letter-spacing: 0;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-summary .minicart-items-wrapper .product-item .product {
  position: relative;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details {
  padding-left: 5px;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details .product-item-name-block {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details .product-item-name {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details .details-qty span {
  color: #111;
  font-size: 12px;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details .details-qty .label {
  display: none;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details .details-qty .value {
  position: absolute;
  top: -7px;
  left: 59px;
  background: #bbb;
  display: block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details span {
  color: #111;
  font-size: 12px;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details .toggle, .checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details .subtitle {
  display: none;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details .label {
  margin: 0;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details .content {
  display: block !important;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details .content dl {
  margin-bottom: 0;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details .content dt, .checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details .content dd {
  display: inline-block;
  font-size: 12px;
  color: #111;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-summary > .title {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  font-size: 12px;
  text-transform: none;
  padding: 0;
  margin: 71px 0 15px;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .content.minicart-items {
  display: block !important;
}

.checkout-index-index .order-helpers {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  padding-left: 0;
}

.checkout-index-index .order-helpers .order-helper {
  padding: 20px;
  margin-top: 20px;
}

.checkout-index-index .order-helpers .order-helper h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.checkout-index-index .order-helpers .order-helper p {
  margin: 0;
  font-size: 12px;
  color: #999;
  text-align: left;
  line-height: 1.4;
}

.checkout-index-index .payment-group .field.choice .control,
.checkout-index-index .payment-group .form-group.choice .control,
.checkout-index-index .payment-group .field.choice > input,
.checkout-index-index .payment-group .form-group.choice > input {
  top: 5px;
}

.checkout-index-index .payment-group .payment-method-title .label {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  font-size: 12px !important;
  padding-left: 25px;
}

.checkout-index-index .payment-group .payment-method-content {
  padding-left: 25px;
}

.checkout-index-index .payment-group .payment-method-content .billing-address-details {
  background: #f8f8f8;
  border: 1px solid #eee;
  padding: 10px;
  font-size: 12px;
}

.checkout-index-index .payment-group .payment-method-content .actions-toolbar .primary .action-update,
.checkout-index-index .payment-group .payment-method-content .actions-toolbar .primary .action-cancel {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  background: #eee;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #111;
}

/* Form */
#shipping-new-address-form {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 5px 10px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 5px 10px 0px;
  border-radius: 4px;
  background: #fff;
  padding: 20px 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#shipping-new-address-form div[name="shippingAddress.firstname"],
#shipping-new-address-form div[name="shippingAddress.lastname"],
#shipping-new-address-form div[name="shippingAddress.city"],
#shipping-new-address-form div[name="shippingAddress.region"],
#shipping-new-address-form div[name="shippingAddress.postcode"],
#shipping-new-address-form div[name="shippingAddress.country_id"],
#shipping-new-address-form div[name="shippingAddress.telephone"],
#shipping-new-address-form div[name="shippingAddress.region_id"],
#shipping-new-address-form div[name="shippingAddress.company"],
#shipping-new-address-form .field.street.admin__control-fields.required,
#shipping-new-address-form .order-attributes {
  -webkit-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

#shipping-new-address-form div[name="shippingAddress.lastname"],
#shipping-new-address-form .field.street.admin__control-fields.required,
#shipping-new-address-form div[name="shippingAddress.region"],
#shipping-new-address-form div[name="shippingAddress.country_id"],
#shipping-new-address-form .order-attributes {
  padding-left: 5px;
}

#shipping-new-address-form div[name="shippingAddress.company"],
#shipping-new-address-form div[name="shippingAddress.firstname"],
#shipping-new-address-form div[name="shippingAddress.city"],
#shipping-new-address-form div[name="shippingAddress.postcode"],
#shipping-new-address-form div[name="shippingAddress.telephone"] {
  padding-right: 5px;
}

#shipping-new-address-form .field.street.admin__control-fields.required {
  margin-bottom: 0;
}

/* Form New Address */
.checkout-billing-address .billing-address-form form .fieldset.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.checkout-billing-address .billing-address-form form .fieldset.address > .field {
  -webkit-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  float: none;
  max-width: 50%;
}

.checkout-billing-address .billing-address-form form .fieldset.address > .field:nth-child(3) {
  margin: 0;
}

.checkout-billing-address .billing-address-form form .fieldset.address > .field:first-child, .checkout-billing-address .billing-address-form form .fieldset.address > .field:nth-child(3), .checkout-billing-address .billing-address-form form .fieldset.address > .field:nth-child(5), .checkout-billing-address .billing-address-form form .fieldset.address > .field:nth-child(8) {
  padding-right: 5px;
}

.checkout-billing-address .billing-address-form form .fieldset.address > .field:nth-child(2), .checkout-billing-address .billing-address-form form .fieldset.address > .field:nth-child(4), .checkout-billing-address .billing-address-form form .fieldset.address > .field:nth-child(7), .checkout-billing-address .billing-address-form form .fieldset.address > .field:nth-child(9) {
  padding-left: 5px;
}

.table-checkout-shipping-method thead {
  display: none;
}

.table-checkout-shipping-method tbody tr td {
  border: none;
  text-align: left;
  color: #111;
  padding: 0;
  display: inline-block;
  margin-right: 60px;
}

.table-checkout-shipping-method tbody tr td.col-method:first-child {
  display: none;
}

.checkout-index-index #maincontent #checkout .opc-progress-bar .opc-progress-bar-item._active:before,
.checkout-index-index #maincontent #checkout .opc-progress-bar .opc-progress-bar-item._active > span:before,
.checkout-index-index #maincontent #checkout .opc-progress-bar .opc-progress-bar-item._active > span:after,
.opc-progress-bar .opc-progress-bar-item:before,
.opc-progress-bar .opc-progress-bar-item > span:before,
.opc-progress-bar .opc-progress-bar-item > span:after {
  display: none;
}

.checkout-index-index #maincontent #checkout .opc-progress-bar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkout-index-index #maincontent #checkout .opc-progress-bar .opc-progress-bar-item {
  -webkit-box-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin: 0 20px;
}

.checkout-index-index #maincontent #checkout .opc-progress-bar .opc-progress-bar-item > span {
  padding: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}

.checkout-index-index #maincontent #checkout .opc-progress-bar .opc-progress-bar-item._active > span {
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 10px 0px;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 10px 0px;
  background: #fff;
}

.checkout-index-index #maincontent #checkout .opc-progress-bar .opc-progress-bar-item._complete > span {
  color: #fff;
  background: #01B67A;
}

.opc-block-summary .table-totals tr.totals.sub th,
.opc-block-summary .table-totals tr.totals.sub td,
.opc-block-summary .table-totals tr th,
.opc-block-summary .table-totals tr td,
.opc-block-summary .table-totals tr.totals.grand th,
.opc-block-summary .table-totals tr.totals.grand td {
  font-size: 12px;
  color: #111;
}

.opc-block-summary .table-totals tr.totals.grand th strong,
.opc-block-summary .table-totals tr.totals.grand td strong {
  color: #111;
}

/* CHECKOUT RESTYLE */
.checkout-index-index {
  background: #fff;
}

.checkout-index-index p.nl-policy {
  font-size: 10px;
  margin-top: -10px;
}

.checkout-index-index #maincontent {
  width: 100%;
  background: #fff;
  margin: 0 auto;
}

.checkout-index-index #maincontent > .row {
  margin: 0;
}

.checkout-index-index #maincontent .header-checkout .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.checkout-index-index #maincontent .header-checkout .cont .logo-part {
  -webkit-box-flex: 0 0 66.6666%;
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.checkout-index-index #maincontent .header-checkout .cont .logo-part .contt {
  width: 100%;
  max-width: 900px;
  text-align: center;
  color: #1b1b1b;
  font-size: 42px;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  position: relative;
}

.checkout-index-index #maincontent .header-checkout .cont .logo-part .contt .go-back {
  position: absolute;
  top: 5px;
  left: 20px;
  right: auto;
}

.checkout-index-index #maincontent .header-checkout .cont .helper-part {
  -webkit-box-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  background: #fafafa;
  max-width: 100%;
}

.checkout-index-index #maincontent .header-checkout .cont .helper-part .checkout-helper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 60px;
}

.checkout-index-index #maincontent #checkout {
  max-width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  padding-top: 0;
}

.checkout-index-index #maincontent #checkout .opc-progress-bar {
  width: 100%;
  max-width: 900px;
  margin-right: 33.3333%;
  display: block;
  text-align: center;
  padding: 0;
  height: 40px;
}

.checkout-index-index #maincontent #checkout .opc-progress-bar .opc-progress-bar-item {
  width: auto;
}

.checkout-index-index #maincontent #checkout .opc-progress-bar .opc-progress-bar-item span {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.checkout-index-index #maincontent #checkout .opc-progress-bar .opc-progress-bar-item._active > span {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
}

.checkout-index-index #maincontent #checkout .opc-progress-bar .opc-progress-bar-item:first-child:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: -25px;
  color: #999;
  font-size: 19px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper {
  -webkit-box-flex: 0 0 66.6666%;
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 80px;
  padding-right: 40px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper:before {
  display: none;
}

.checkout-index-index #maincontent #checkout .opc-wrapper #checkoutSteps {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 900px;
  padding-left: 40px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper .step-title {
  padding: 0;
  margin: 0 0 15px;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login,
.checkout-index-index #maincontent #checkout .opc-wrapper #shipping-new-address-form,
.checkout-index-index #maincontent #checkout .opc-wrapper #checkout-step-shipping_method {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0 50px 0 0;
  border: none;
  margin-bottom: 0;
  /*label, .label {
						display: none;
					}*/
}

.checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login #customer-email-fieldset label, .checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login #customer-email-fieldset .label,
.checkout-index-index #maincontent #checkout .opc-wrapper #shipping-new-address-form #customer-email-fieldset label,
.checkout-index-index #maincontent #checkout .opc-wrapper #shipping-new-address-form #customer-email-fieldset .label,
.checkout-index-index #maincontent #checkout .opc-wrapper #checkout-step-shipping_method #customer-email-fieldset label,
.checkout-index-index #maincontent #checkout .opc-wrapper #checkout-step-shipping_method #customer-email-fieldset .label {
  display: inline-block;
}

.checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login #customer-email-fieldset .field,
.checkout-index-index #maincontent #checkout .opc-wrapper #shipping-new-address-form #customer-email-fieldset .field,
.checkout-index-index #maincontent #checkout .opc-wrapper #checkout-step-shipping_method #customer-email-fieldset .field {
  margin-bottom: 10px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper input:focus {
  border-color: #111;
}

.checkout-index-index #maincontent #checkout .opc-sidebar {
  -webkit-box-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  margin: 0;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-left: 60px;
  padding-bottom: 150px;
  margin-top: -160px;
  padding-top: 30px;
  border-left: 1px solid #111;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .modal-inner-wrap {
  max-width: 400px;
  margin: 0;
}

.checkout-index-index .footer {
  margin-top: 0;
  display: none;
}

.checkout-index-index .checkout-shipping-method {
  margin-top: 20px;
}

#shipping-method-buttons-container .action,
#shipping-method-buttons-container button.action {
  min-width: 100%;
  text-transform: uppercase;
  margin-bottom: 150px;
}

.checkout-index-index input[type="text"],
.checkout-index-index input[type="password"],
.checkout-index-index input[type="url"],
.checkout-index-index input[type="tel"],
.checkout-index-index input[type="number"],
.checkout-index-index input[type="datetime"],
.checkout-index-index input[type="email"],
.checkout-index-index select {
  height: 50px;
}

.checkout-helper-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkout-helper-actions a {
  color: #222;
  text-align: center;
  background: #fff;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 30px;
  border: 1px solid #111;
}

.checkout-helper-actions a i {
  margin-right: 7px;
}

.checkout-index-index #maincontent #checkout .opc-progress-bar .opc-progress-bar-item._complete > span {
  color: #999;
  background: transparent;
}

.checkout-index-index .payment-option.discount-code .payment-option-content .form.form-discount .actions-toolbar .primary button.action {
  height: 50px;
  line-height: 50px;
}

.checkout-index-index #maincontent #checkout .opc-wrapper #checkout-payment-method-load .items.payment-methods {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 30px 0 0;
}

.checkout-index-index #maincontent #checkout .opc-sidebar .opc-block-shipping-information {
  display: none;
}

.opc-block-summary .minicart-items-wrapper .product-item .product .product-image-container {
  height: auto !important;
}

.checkout-index-index .modal-popup .action-close::before {
  background: transparent !important;
}

#location-me {
  position: absolute;
  height: 29px;
  width: 30px;
  top: 95px;
  right: 50px;
  text-align: center;
  line-height: 29px;
  color: #111;
  background: #fff;
  cursor: pointer;
  font-size: 15px;
}

.field.requireds > .label:after, .form-group.requireds > .label:after, .field._required > .label:after, .form-group._required > .label:after, .field.required > .label:after, .form-group.required > .label:after, .field.requireds > label:after, .form-group.requireds > label:after, .field._required > label:after, .form-group._required > label:after, .field.required > label:after, .form-group.required > label:after {
  position: absolute;
}

.customer-account-logoutsuccess #maincontent p {
  text-align: center;
  padding-top: 80px;
}

.introduzione {
  display: none;
  padding: 60px 20px;
  background: #f1f1f1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.introduzione > div {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0;
}

.introduzione > div h2 {
  margin: 0 0 10px;
  font-size: 22px;
}

.introduzione > div p {
  margin: 0;
  opacity: 0.6;
  font-size: 15px;
  text-transform: none !important;
  color: #333;
}

.account .manager-box {
  display: none;
}

.account .message.success > * {
  position: static;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 9999999999;
  margin: 0;
  padding: 5px 0;
  background-color: #d4edda;
  font-size: 12px;
  margin-bottom: 20px;
}

.account .radio input[type="radio"],
.account .radio-inline input[type="radio"],
.account .checkbox input[type="radio"],
.account .checkbox-inline input[type="radio"],
.account .radio input[type="checkbox"],
.account .radio-inline input[type="checkbox"],
.account .checkbox input[type="checkbox"],
.account .checkbox-inline input[type="checkbox"] {
  margin-top: 6px;
}

.account main {
  z-index: inherit;
}

.account .introduzione {
  display: block;
}

.account .form-newsletter-manage .form-group.checkbox.choice {
  margin-bottom: 30px;
  padding: 0;
  margin-bottom: 0;
}

.account .form-newsletter-manage .nl-policy {
  font-size: 12px;
  margin-bottom: 30px;
}

.account .form-newsletter-manage .nl-policy a {
  color: #999;
  text-decoration: underline;
}

.account #maincontent {
  position: relative;
  padding: 0;
}

.account #maincontent > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1220px;
  margin: 0 auto;
}

.account #maincontent > .row .column.main {
  float: none !important;
  -webkit-box-flex: 0 0 75%;
  -moz-box-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  padding: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: static;
}

.account #maincontent > .row .column.main .control.customer-dob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.account #maincontent > .row .column.main .control.customer-dob input {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: auto;
}

.account #maincontent > .row .column.main .control.customer-dob button {
  height: 40px;
  border: none;
  background: #111;
  color: #fff;
  margin-left: 10px;
  padding: 0 13px;
}

.account #maincontent > .row .column.main .c-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.account #maincontent > .row .column.main .block-title {
  margin-bottom: 0;
}

.account #maincontent > .row .column.main .block-title h3 span {
  font-size: 16px;
}

.account #maincontent > .row .column.main .account-sub-title {
  font-size: 12px;
  margin-bottom: 0;
}

.account #maincontent > .row .column.main .btn.btn-xs, .account #maincontent > .row .column.main button.action.btn-xs {
  height: 30px;
  line-height: 30px;
  border: none;
  background: #eee;
  margin-bottom: 5px;
}

.account #maincontent > .row .column.main .btn.btn-xs:hover, .account #maincontent > .row .column.main button.action.btn-xs:hover {
  color: #111;
}

.account #maincontent > .row .column.main .btn.default, .account #maincontent > .row .column.main button.action.default, .account #maincontent > .row .column.main .btn.btn-default, .account #maincontent > .row .column.main button.action.btn-default {
  border-color: transparent;
  color: #111;
  background-color: transparent;
  height: auto;
  line-height: 1;
  display: inline-block;
  padding: 0;
  margin-right: 30px;
  text-decoration: underline;
}

.account #maincontent > .row .column.main .btn.default.back, .account #maincontent > .row .column.main button.action.default.back, .account #maincontent > .row .column.main .btn.btn-default.back, .account #maincontent > .row .column.main button.action.btn-default.back {
  display: none;
}

.account #maincontent > .row .column.main .back {
  display: none;
}

.account #maincontent > .row .column.main .btn.btn-lg, .account #maincontent > .row .column.main button.action.btn-lg {
  width: 100%;
}

.account #maincontent > .row .column.main .block-dashboard-addresses .margin-top30 {
  margin-top: 5px;
}

.account #maincontent > .row .column.main .block-dashboard-addresses .action.edit.btn.btn-sm.btn-primary {
  display: none;
}

.account #maincontent > .row .column.main .block-dashboard-orders .block-title {
  padding-top: 50px;
  margin-top: 60px;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.account #maincontent > .row .column.main .block-dashboard-orders .block-title strong {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-right: 0;
  line-height: 1;
}

.account #maincontent > .row .column.main .block-dashboard-orders .block-title a {
  color: #999;
}

.account #maincontent > .row .sidebar {
  -webkit-box-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  float: none !important;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0;
}

.account #maincontent > .row .sidebar .sidebar-additional {
  display: none;
}

.account #maincontent > .row .sidebar .account-nav-content ul li {
  padding: 0 20px;
  border-left: 5px solid transparent;
}

.account #maincontent > .row .sidebar .account-nav-content ul li a {
  color: #aaa;
}

.account #maincontent > .row .sidebar .account-nav-content ul li strong {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  color: #111;
}

.account #maincontent > .row .sidebar .account-nav-content ul li:hover {
  border-left: 5px solid #eee;
}

.account #maincontent > .row .sidebar .account-nav-content ul li.current {
  border-left: 5px solid #111;
}

.account #maincontent > .row .sidebar .account-nav-content ul li.current:hover {
  border-left: 5px solid #111;
}

.account.sales-order-view .column.main .order-links {
  margin: 10px 0 20px;
}

.account.sales-order-view .column.main .order-links li.nav.item, .account.sales-order-view .column.main .order-links li.current {
  border: none;
  padding: 0;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  text-align: left;
  font-size: 14px;
  color: #111;
}

.account.sales-order-view .column.main .order-title {
  display: none;
}

.account.sales-order-view .column.main .order-details-items .table-wrapper thead tr th {
  font-size: 11px !important;
}

.account.sales-order-view .column.main .order-details-items .table-wrapper tfoot tr th,
.account.sales-order-view .column.main .order-details-items .table-wrapper .price,
.account.sales-order-view .column.main .order-details-items .table-wrapper tfoot tr.grand_total th strong {
  font-size: 14px;
  color: #111;
}

.account.sales-order-view .column.main .block-order-details-view .block-title {
  display: none;
}

.account.sales-order-view .column.main .block-order-details-view .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.account.sales-order-view .column.main .block-order-details-view .block-content .box {
  -webkit-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.account.sales-order-view .column.main .block-order-details-view .block-content .box .box-title {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 20px;
  color: #111;
}

.account.sales-order-view .column.main .block-order-details-view .block-content .box .title, .account.sales-order-view .column.main .block-order-details-view .block-content .box a {
  color: #999 !important;
}

.account.customer-address-form .block-title h3, .account.customer-account-edit .block-title h3 {
  margin-bottom: 10px;
}

.account.customer-address-form .btn.btn-lg, .account.customer-address-form button.action.btn-lg, .account.customer-address-form .btn, .account.customer-address-form .btn-primary, .account.customer-account-edit .btn.btn-lg, .account.customer-account-edit button.action.btn-lg, .account.customer-account-edit .btn, .account.customer-account-edit .btn-primary {
  width: 100%;
}

/* Wishlist */
.wishlist-index-index .products-grid.wishlist .product-item-info .product-item-name {
  text-align: center;
}

.wishlist-index-index .products-grid.wishlist .product-item-info .product-item-name a {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  font-size: 12px;
}

.wishlist-index-index .products-grid.wishlist .product-item-info .price-box .price, .wishlist-index-index .products-grid.wishlist .product-item-info .price {
  color: #111;
  font-size: 12px;
}

.wishlist-index-index .products-grid.wishlist .product-item-info .price-box {
  text-align: center;
}

.wishlist-index-index .products-grid.wishlist .product-item-info .box-tocart .field.qty {
  display: none;
}

.wishlist-index-index .products-grid.wishlist .product-item-info .comment-box {
  display: none;
}

.wishlist-index-index .actions-toolbar .row > div {
  width: 50%;
}

.wishlist-index-index .actions-toolbar .row > div:nth-child(2) {
  display: none !important;
}

.wishlist-index-index .actions-toolbar .row > div button.action.btn-default {
  height: 40px !important;
  line-height: 40px !important;
}

/* 1- Generali */
#maincontent {
  background: #fff;
}

#maincontent .titolo-pagina {
  margin: 0 0 20px;
  font-size: 22px;
  letter-spacing: 1px;
}

/* 2- 404 */
.cms-noroute-index #maincontent .main {
  text-align: center;
}

/* 3- Ricerca */
.catalogsearch-result-index .breadcrumbs {
  margin-bottom: 30px;
}

.catalogsearch-result-index .breadcrumbs .page-header {
  margin-bottom: 0;
}

.catalogsearch-result-index .category-product-actions {
  display: none;
}

.catalogsearch-result-index .sidebar.sidebar-main {
  display: none;
}

.catalogsearch-result-index .column.main {
  float: none;
  width: 100%;
}

.catalogsearch-result-index .message.notice > * {
  background: #eee;
  color: #111;
  padding: 12px 20px;
}

.catalogsearch-result-index .message.notice > *:before {
  display: none;
}

/* 4- Lookbook */
.cms-outfit .column.main, .cms-lookbook .column.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1450px;
  margin: 0 auto;
  float: none;
}

.cms-outfit .column.main .lookbook-container, .cms-lookbook .column.main .lookbook-container {
  -webkit-box-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 15px 40px;
}

.mgs-lookbook-container {
  float: none;
  margin: 0 auto;
}

.pin__image:before {
  background: transparent !important;
}

.pin__type.pin__type--area {
  background: rgba(0, 0, 0, 0.75) !important;
}

.pin__type.pin__type--area .pin-label {
  color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pin__type.pin__type--area:hover {
  background: black !important;
}

.pin__popup .popup__content {
  padding: 0;
}

.pin__popup .popup__content .price-box .price {
  font-size: 13px;
}

.pin__opened .pin__popup img, .pin__popup img {
  width: 100%;
  display: block;
  height: auto !important;
}

.pin__opened .pin-label {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pin__popup .popup__content--product h3 {
  padding: 0 10px;
  font-size: 11px;
  text-transform: lowercase;
}

.pin__popup .popup__content--product .price-label {
  display: none;
}

.popup__content--product > div {
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #eee;
}

.popup__content--product > div form {
  padding: 12px 0;
  border-left: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup__content--product > div a,
.popup__content--product > div button.action.primary {
  text-transform: lowercase;
  font-size: 10px;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
}

.popup__content--product > div a:hover,
.popup__content--product > div button.action.primary:hover {
  color: #111;
}

/* 5- Checkout Successo */
.checkout-onepage-success #maincontent {
  padding-top: 100px;
}

.checkout-onepage-success #maincontent .multicheckout.success,
.checkout-onepage-success #maincontent .checkout-success {
  border: none;
}

.checkout-onepage-success #maincontent .multicheckout.success a,
.checkout-onepage-success #maincontent .checkout-success a {
  color: #111;
}

/* 6- Login / Registrazione */
.customer-account-login .breadcrumbs {
  margin: 0;
}

.customer-account-login #maincontent {
  padding: 0;
  width: 100%;
}

.customer-account-login #maincontent .column.main .login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.customer-account-login #maincontent .column.main .login-container > div:nth-child(2),
.customer-account-login #maincontent .column.main .login-container > div:nth-child(3) {
  float: none;
  -webkit-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 90px 20px;
}

.customer-account-login .footer {
  margin-top: 0;
}

.customer-account-login #maincontent,
.customer-account-create #maincontent {
  padding: 0;
  width: 100%;
}

.customer-account-login .social-button,
.customer-account-create .social-button {
  border-top: 1px solid #e6e6e6;
  margin-top: 45px;
  text-align: center;
}

.customer-account-login .social-button .title,
.customer-account-create .social-button .title {
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  margin: 0;
  position: relative;
  background: #fff;
  padding: 0 10px;
  top: -12px;
  display: inline-block;
  color: #111;
}

.customer-account-login .social-button li,
.customer-account-create .social-button li {
  margin: 0;
  display: block;
}

.customer-account-login .social-button li a.g-button, .customer-account-login .social-button li a.f-button,
.customer-account-create .social-button li a.g-button,
.customer-account-create .social-button li a.f-button {
  font-size: 12px;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
}

.customer-account-login .social-button li a.g-button,
.customer-account-create .social-button li a.g-button {
  background: #d34836;
  margin-bottom: 5px;
}

.customer-account-login .social-button li a.f-button,
.customer-account-create .social-button li a.f-button {
  background: #3B5998;
}

.customer-account-login .field.note,
.customer-account-create .field.note {
  text-align: center;
  font-style: initial;
}

.customer-account-login .page-wrapper,
.customer-account-create .page-wrapper {
  background-color: white;
}

.customer-account-login .page-header,
.customer-account-login .header.content.stick,
.customer-account-create .page-header,
.customer-account-create .header.content.stick {
  background-color: #fff;
}

.customer-account-login .column .block-title,
.customer-account-create .column .block-title {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}

.customer-account-login .column .block-title h2,
.customer-account-create .column .block-title h2 {
  margin: 0;
}

.customer-account-login .column .block-content,
.customer-account-create .column .block-content {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}

.customer-account-login .column .block-content fieldset,
.customer-account-create .column .block-content fieldset {
  margin: 0 auto;
}

.customer-account-login .column .block-content fieldset .form-group,
.customer-account-create .column .block-content fieldset .form-group {
  margin-bottom: 10px;
}

.customer-account-login .column .block-content fieldset .form-group label,
.customer-account-create .column .block-content fieldset .form-group label {
  text-align: left;
  display: block;
  margin: 0 0 5px;
  line-height: 1;
}

.customer-account-login .column .block-content p,
.customer-account-create .column .block-content p {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
}

.customer-account-login .column .block-content .control,
.customer-account-create .column .block-content .control {
  width: 100%;
}

.customer-account-login .column .block-content .actions-toolbar,
.customer-account-create .column .block-content .actions-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.customer-account-login .column .block-content .actions-toolbar .remind,
.customer-account-create .column .block-content .actions-toolbar .remind {
  font-size: 10px;
  color: inherit;
  position: absolute;
  right: 0;
  top: -11px;
}

.customer-account-login .column .block-content .actions-toolbar .create.primary,
.customer-account-create .column .block-content .actions-toolbar .create.primary {
  margin: 0 auto;
  border-radius: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.customer-account-login #remember-me-box,
.customer-account-login .login-container .fieldset:after,
.customer-account-create #remember-me-box,
.customer-account-create .login-container .fieldset:after {
  display: none;
}

.customer-account-login .actions-toolbar .primary,
.customer-account-create .actions-toolbar .primary {
  width: 100%;
  margin-top: 15px;
}

.customer-account-login .actions-toolbar .primary button,
.customer-account-create .actions-toolbar .primary button {
  width: 100%;
  margin: 0;
}

.customer-account-login .login-container .block-new-customer .actions-toolbar,
.customer-account-create .login-container .block-new-customer .actions-toolbar {
  margin: 0;
}

.customer-account-login .form-create-account,
.customer-account-create .form-create-account {
  padding: 30px 20px;
  margin: 0 auto;
  max-width: 900px;
}

.customer-account-create .column.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.customer-account-create .column.main .block.social-login-authentication-channel.account-social-login {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.customer-account-create .column.main .form-create-account {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 230px);
          flex: 0 0 calc(100% - 230px);
  /*padding-right: 30px;
            margin-right: 30px !important;
            border-right: 1px solid #eee;*/
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 auto;
}

.customer-account-create .column.main .form-create-account h3 span {
  font-size: 18px;
}

.customer-account-create .column.main .form-create-account .form-group.checkbox.choice.newsletter {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.customer-account-create .column.main .form-create-account .form-group.checkbox.choice.newsletter .checkbox input[type="checkbox"] {
  margin-top: 6px;
}

.customer-account-create .column.main .form-create-account .nl-policy {
  font-size: 11px;
  color: #999;
  margin-bottom: 25px;
}

.customer-account-create .column.main .form-create-account .nl-policy a {
  color: #999;
  text-decoration: underline;
}

.customer-account-create .column.main .form-create-account .control.customer-dob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.customer-account-create .column.main .form-create-account .control.customer-dob input {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: auto;
}

.customer-account-create .column.main .form-create-account .control.customer-dob button {
  height: 40px;
  border: none;
  background: #111;
  color: #fff;
  margin-left: 10px;
  padding: 0 13px;
}

.customer-account-create .column.main .form-create-account .actions-toolbar .secondary {
  display: none;
}

.customer-account-create .column.main .form-create-account .actions-toolbar .primary {
  text-transform: uppercase;
}

/* 7- Recupero Password */
.customer-account-forgotpassword #maincontent,
.customer-account-createpassword #maincontent {
  padding-top: 100px;
}

.customer-account-forgotpassword #maincontent .form.password.forget,
.customer-account-forgotpassword #maincontent .form.password.reset,
.customer-account-createpassword #maincontent .form.password.forget,
.customer-account-createpassword #maincontent .form.password.reset {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.customer-account-forgotpassword #maincontent .form.password.forget h1,
.customer-account-forgotpassword #maincontent .form.password.reset h1,
.customer-account-createpassword #maincontent .form.password.forget h1,
.customer-account-createpassword #maincontent .form.password.reset h1 {
  font-size: 22px;
  letter-spacing: 1px;
}

.customer-account-forgotpassword #maincontent .form.password.forget p,
.customer-account-forgotpassword #maincontent .form.password.reset p,
.customer-account-createpassword #maincontent .form.password.forget p,
.customer-account-createpassword #maincontent .form.password.reset p {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
}

.customer-account-forgotpassword #maincontent .form.password.forget .field.email.required,
.customer-account-forgotpassword #maincontent .form.password.reset .field.email.required,
.customer-account-createpassword #maincontent .form.password.forget .field.email.required,
.customer-account-createpassword #maincontent .form.password.reset .field.email.required {
  margin-bottom: 10px;
}

.customer-account-forgotpassword #maincontent .form.password.forget .primary button,
.customer-account-forgotpassword #maincontent .form.password.reset .primary button,
.customer-account-createpassword #maincontent .form.password.forget .primary button,
.customer-account-createpassword #maincontent .form.password.reset .primary button {
  width: 100%;
}

.customer-account-forgotpassword #maincontent .form.password.forget .secondary a,
.customer-account-forgotpassword #maincontent .form.password.reset .secondary a,
.customer-account-createpassword #maincontent .form.password.forget .secondary a,
.customer-account-createpassword #maincontent .form.password.reset .secondary a {
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  background: #eee;
  display: block;
  font-size: 12px;
}

.customer-account-createpassword #maincontent {
  padding-top: 0;
}

/* 8- Pagine Informative */
table.table-resi {
  margin: 20px auto 0;
}

table.table-resi td, table.table-resi th {
  padding: 10px 20px;
  border: 1px solid #eee;
}

.page-h2 {
  font-size: 16px;
  margin-bottom: 10px !important;
  text-align: left;
  text-transform: uppercase;
}

.cms-legal-information .text-center,
.cms-legal-informations .text-center,
.cms-order-payments .text-center,
.cms-return-policy .text-center,
.cms-shipping-time .text-center,
.cms-shipments .text-center,
.cms-payments .text-center,
.cms-privacy-policy .text-center,
.cms-cookie-policy .text-center,
.cms-about-us .text-center,
.cms-returns .text-center {
  text-align: left;
}

.cms-legal-information #maincontent,
.cms-legal-informations #maincontent,
.cms-order-payments #maincontent,
.cms-return-policy #maincontent,
.cms-shipping-time #maincontent,
.cms-shipments #maincontent,
.cms-payments #maincontent,
.cms-privacy-policy #maincontent,
.cms-cookie-policy #maincontent,
.cms-about-us #maincontent,
.cms-returns #maincontent {
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding: 0;
}

.cms-legal-information #maincontent > .row,
.cms-legal-informations #maincontent > .row,
.cms-order-payments #maincontent > .row,
.cms-return-policy #maincontent > .row,
.cms-shipping-time #maincontent > .row,
.cms-shipments #maincontent > .row,
.cms-payments #maincontent > .row,
.cms-privacy-policy #maincontent > .row,
.cms-cookie-policy #maincontent > .row,
.cms-about-us #maincontent > .row,
.cms-returns #maincontent > .row {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.cms-legal-information #maincontent .column.main,
.cms-legal-informations #maincontent .column.main,
.cms-order-payments #maincontent .column.main,
.cms-return-policy #maincontent .column.main,
.cms-shipping-time #maincontent .column.main,
.cms-shipments #maincontent .column.main,
.cms-payments #maincontent .column.main,
.cms-privacy-policy #maincontent .column.main,
.cms-cookie-policy #maincontent .column.main,
.cms-about-us #maincontent .column.main,
.cms-returns #maincontent .column.main {
  padding: 0;
  max-width: 900px;
  margin: 40px auto 0;
  float: none;
  text-align: left;
}

.cms-legal-information .page-header,
.cms-legal-information .header.content.stick,
.cms-legal-information .breadcrumbs,
.cms-legal-informations .page-header,
.cms-legal-informations .header.content.stick,
.cms-legal-informations .breadcrumbs,
.cms-order-payments .page-header,
.cms-order-payments .header.content.stick,
.cms-order-payments .breadcrumbs,
.cms-return-policy .page-header,
.cms-return-policy .header.content.stick,
.cms-return-policy .breadcrumbs,
.cms-shipping-time .page-header,
.cms-shipping-time .header.content.stick,
.cms-shipping-time .breadcrumbs,
.cms-shipments .page-header,
.cms-shipments .header.content.stick,
.cms-shipments .breadcrumbs,
.cms-payments .page-header,
.cms-payments .header.content.stick,
.cms-payments .breadcrumbs,
.cms-privacy-policy .page-header,
.cms-privacy-policy .header.content.stick,
.cms-privacy-policy .breadcrumbs,
.cms-cookie-policy .page-header,
.cms-cookie-policy .header.content.stick,
.cms-cookie-policy .breadcrumbs,
.cms-about-us .page-header,
.cms-about-us .header.content.stick,
.cms-about-us .breadcrumbs,
.cms-returns .page-header,
.cms-returns .header.content.stick,
.cms-returns .breadcrumbs {
  background-color: #fff;
}

.cms-legal-information .page-header .items,
.cms-legal-information .header.content.stick .items,
.cms-legal-information .breadcrumbs .items,
.cms-legal-informations .page-header .items,
.cms-legal-informations .header.content.stick .items,
.cms-legal-informations .breadcrumbs .items,
.cms-order-payments .page-header .items,
.cms-order-payments .header.content.stick .items,
.cms-order-payments .breadcrumbs .items,
.cms-return-policy .page-header .items,
.cms-return-policy .header.content.stick .items,
.cms-return-policy .breadcrumbs .items,
.cms-shipping-time .page-header .items,
.cms-shipping-time .header.content.stick .items,
.cms-shipping-time .breadcrumbs .items,
.cms-shipments .page-header .items,
.cms-shipments .header.content.stick .items,
.cms-shipments .breadcrumbs .items,
.cms-payments .page-header .items,
.cms-payments .header.content.stick .items,
.cms-payments .breadcrumbs .items,
.cms-privacy-policy .page-header .items,
.cms-privacy-policy .header.content.stick .items,
.cms-privacy-policy .breadcrumbs .items,
.cms-cookie-policy .page-header .items,
.cms-cookie-policy .header.content.stick .items,
.cms-cookie-policy .breadcrumbs .items,
.cms-about-us .page-header .items,
.cms-about-us .header.content.stick .items,
.cms-about-us .breadcrumbs .items,
.cms-returns .page-header .items,
.cms-returns .header.content.stick .items,
.cms-returns .breadcrumbs .items {
  margin: 5px auto 0;
}

.cms-legal-information .page-header h1 span,
.cms-legal-information .header.content.stick h1 span,
.cms-legal-information .breadcrumbs h1 span,
.cms-legal-informations .page-header h1 span,
.cms-legal-informations .header.content.stick h1 span,
.cms-legal-informations .breadcrumbs h1 span,
.cms-order-payments .page-header h1 span,
.cms-order-payments .header.content.stick h1 span,
.cms-order-payments .breadcrumbs h1 span,
.cms-return-policy .page-header h1 span,
.cms-return-policy .header.content.stick h1 span,
.cms-return-policy .breadcrumbs h1 span,
.cms-shipping-time .page-header h1 span,
.cms-shipping-time .header.content.stick h1 span,
.cms-shipping-time .breadcrumbs h1 span,
.cms-shipments .page-header h1 span,
.cms-shipments .header.content.stick h1 span,
.cms-shipments .breadcrumbs h1 span,
.cms-payments .page-header h1 span,
.cms-payments .header.content.stick h1 span,
.cms-payments .breadcrumbs h1 span,
.cms-privacy-policy .page-header h1 span,
.cms-privacy-policy .header.content.stick h1 span,
.cms-privacy-policy .breadcrumbs h1 span,
.cms-cookie-policy .page-header h1 span,
.cms-cookie-policy .header.content.stick h1 span,
.cms-cookie-policy .breadcrumbs h1 span,
.cms-about-us .page-header h1 span,
.cms-about-us .header.content.stick h1 span,
.cms-about-us .breadcrumbs h1 span,
.cms-returns .page-header h1 span,
.cms-returns .header.content.stick h1 span,
.cms-returns .breadcrumbs h1 span {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
}

.cms-legal-information h1,
.cms-legal-informations h1,
.cms-order-payments h1,
.cms-return-policy h1,
.cms-shipping-time h1,
.cms-shipments h1,
.cms-payments h1,
.cms-privacy-policy h1,
.cms-cookie-policy h1,
.cms-about-us h1,
.cms-returns h1 {
  font-size: 22px;
  letter-spacing: 1px;
}

.cms-legal-information .column h3,
.cms-legal-informations .column h3,
.cms-order-payments .column h3,
.cms-return-policy .column h3,
.cms-shipping-time .column h3,
.cms-shipments .column h3,
.cms-payments .column h3,
.cms-privacy-policy .column h3,
.cms-cookie-policy .column h3,
.cms-about-us .column h3,
.cms-returns .column h3 {
  padding-top: 25px;
  margin-bottom: 10px;
  font-size: 16px;
}

.cms-legal-information .column p,
.cms-legal-informations .column p,
.cms-order-payments .column p,
.cms-return-policy .column p,
.cms-shipping-time .column p,
.cms-shipments .column p,
.cms-payments .column p,
.cms-privacy-policy .column p,
.cms-cookie-policy .column p,
.cms-about-us .column p,
.cms-returns .column p {
  font-size: 13px;
  line-height: 1.5;
}

.cms-legal-information .text-center, .cms-legal-information .page-h2,
.cms-legal-informations .text-center,
.cms-legal-informations .page-h2,
.cms-shipping-time .text-center,
.cms-shipping-time .page-h2,
.cms-shipments .text-center,
.cms-shipments .page-h2 {
  text-align: center;
}

.cms-privacy-policy #maincontent,
.cms-cookie-policy #maincontent {
  text-align: left;
}

/* 9- Brands */
.cms-brands-woman .breadcrumbs,
.cms-brands-man .breadcrumbs {
  margin-bottom: 0;
}

.cms-brands-woman .column.main,
.cms-brands-man .column.main {
  padding: 0;
}

.cms-brands-woman .column.main .designers,
.cms-brands-man .column.main .designers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}

.cms-brands-woman .column.main .letter-container,
.cms-brands-man .column.main .letter-container {
  -webkit-box-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 60px;
}

.cms-brands-woman .column.main .letter-container:nth-child(4), .cms-brands-woman .column.main .letter-container:nth-child(8), .cms-brands-woman .column.main .letter-container:nth-child(12), .cms-brands-woman .column.main .letter-container:nth-child(16), .cms-brands-woman .column.main .letter-container:nth-child(20), .cms-brands-woman .column.main .letter-container:nth-child(24), .cms-brands-woman .column.main .letter-container:nth-child(28),
.cms-brands-man .column.main .letter-container:nth-child(4),
.cms-brands-man .column.main .letter-container:nth-child(8),
.cms-brands-man .column.main .letter-container:nth-child(12),
.cms-brands-man .column.main .letter-container:nth-child(16),
.cms-brands-man .column.main .letter-container:nth-child(20),
.cms-brands-man .column.main .letter-container:nth-child(24),
.cms-brands-man .column.main .letter-container:nth-child(28) {
  border-right: none;
}

.cms-brands-woman .column.main .letter-container .letter,
.cms-brands-man .column.main .letter-container .letter {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  font-size: 48px;
  color: #111;
  padding-right: 20px;
  line-height: 1;
  margin-bottom: 15px;
}

.cms-brands-woman .column.main .letter-container ul,
.cms-brands-man .column.main .letter-container ul {
  margin-bottom: 0;
}

.cms-brands-woman .column.main .letter-container ul a,
.cms-brands-man .column.main .letter-container ul a {
  color: #111;
  margin-bottom: 5px;
  display: block;
}

.cms-brands-woman .footer,
.cms-brands-man .footer {
  margin-top: 0;
  position: relative;
  top: -1px;
  z-index: 4;
}

/* 11- About Us */
.cms-chi-siamo .footer {
  margin-top: 0;
}

.cms-chi-siamo .breadcrumbs {
  display: none;
}

.cms-chi-siamo .about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cms-chi-siamo .about-container > div {
  -webkit-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.cms-chi-siamo .about-container > div > div {
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 90px 40px;
}

.cms-chi-siamo .about-container > div > div h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}

/* 11- Wedding */
.cms-agnetti-wedding .footer {
  margin-top: 0;
}

.cms-agnetti-wedding .breadcrumbs {
  display: none;
}

.cms-agnetti-wedding .column.main {
  padding: 0;
}

.cms-agnetti-wedding .column.main .wedding-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cms-agnetti-wedding .column.main .wedding-container > div {
  -webkit-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.cms-agnetti-wedding .column.main .wedding-container > div img {
  width: 100%;
}

.cms-agnetti-wedding .column.main .wedding-container > div > div {
  max-width: 600px;
  margin: 0 auto;
  padding: 90px 0;
}

.cms-agnetti-wedding .column.main .wedding-container > div > div h4 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 60px;
  text-transform: uppercase;
  padding: 0 20px;
}

.cms-agnetti-wedding .column.main .wedding-container > div > div h4 b {
  font-weight: 700;
}

.cms-agnetti-wedding .column.main .wedding-container > div > div h5 {
  padding: 0 20px;
}

.cms-agnetti-wedding .column.main .wedding-container > div > div p {
  margin-bottom: 30px;
  padding: 0 20px;
}

.cms-agnetti-wedding .column.main .wedding-container > div > div .info-box {
  margin-bottom: 40px;
}

.cms-agnetti-wedding .column.main .wedding-container > div > div .info-box h5, .cms-agnetti-wedding .column.main .wedding-container > div > div .info-box p {
  text-transform: uppercase;
}

.cms-agnetti-wedding .column.main .wedding-container > div > div .form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cms-agnetti-wedding .column.main .wedding-container > div > div .form-list > li {
  -webkit-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 20px;
}

.cms-agnetti-wedding .column.main .wedding-container > div > div .form-list > li .field {
  margin: 0 0 30px;
}

.cms-agnetti-wedding .column.main .wedding-container > div > div .form-list > li .field input {
  width: 100%;
}

.cms-agnetti-wedding .column.main .wedding-container > div > div .form-list > li .field input#date_appointment, .cms-agnetti-wedding .column.main .wedding-container > div > div .form-list > li .field input#date_wedding {
  padding-left: 10px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #111;
}

.cms-agnetti-wedding .column.main .wedding-container > div > div .form-list > li.textarea-container {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.cms-agnetti-wedding .column.main .wedding-container > div > div .form-list > li.textarea-container .field {
  margin: 0;
}

.cms-agnetti-wedding .column.main .wedding-container > div > div .form-list > li.textarea-container .field textarea {
  border: 1px solid #111;
  height: 80px;
  min-height: 80px;
}

.cms-agnetti-wedding .column.main .wedding-container > div > div .form-list > li.control {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.cms-agnetti-wedding .column.main .wedding-container > div > div .form-list > li.control label {
  text-transform: none;
  font-size: 9px;
  line-height: 1.5;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  padding-top: 4px;
}

.cms-agnetti-wedding .column.main .wedding-container > div > div .buttons-set {
  padding: 0 20px;
  margin-bottom: 90px;
}

.cms-agnetti-wedding .column.main .wedding-container > div > div .buttons-set p.required {
  display: none;
}

.cms-agnetti-wedding .column.main .wedding-container > div > div .buttons-set button,
.cms-agnetti-wedding .column.main .wedding-container > div > div .buttons-set a.btn {
  background: #fff;
  color: #111;
  height: 50px;
  line-height: 50px;
  border: 1px solid #111;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* -----------------------------------------------------------------------------*/
/* Stili per il Responsive
/* -----------------------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .checkout-cart-index #maincontent {
    width: 100%;
  }
  .checkout-cart-index #maincontent > .row {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .aminst-feed-post.-standard_resolution {
    height: auto;
  }
}

@media only screen and (max-width: 1750px) {
  .cms-index-index .homepage .home-slider-container .home-slider-inner .owl-nav .owl-next {
    right: 30px;
    color: #111;
  }
  .cms-index-index .homepage .home-slider-container .home-slider-inner .owl-nav .owl-prev {
    left: 30px;
    color: #111;
  }
  .cms-index-index .homepage .home-slider-container .home-slider-inner .block.widget.block-products-list.grid .owl-nav .owl-prev {
    left: 30px;
  }
  .cms-index-index .homepage .home-slider-container .home-slider-inner .block.widget.block-products-list.grid .owl-nav .owl-next {
    right: 30px;
  }
}

@media only screen and (max-width: 1719px) {
  header.header.header2 .first-header .social-header {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1620px) {
  header.header.header2 .second-header .menu .submenu-man {
    padding: 0 40px 0 130px;
  }
  header.header.header2 .second-header .menu .submenu-woman {
    padding: 0 130px 0 40px;
  }
}

@media only screen and (max-width: 1410px) {
  .checkout-index-index #maincontent #checkout .opc-wrapper {
    padding-left: 50px;
  }
  .checkout-index-index #maincontent #checkout .opc-sidebar {
    padding-right: 20px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1340px) {
  /* Header */
  header.header.header2 .second-header-container .second-header .menudesktop .menu .submenu-content > div > div:first-child img {
    top: 0;
  }
  /* Footer */
  /* Categoria */
  .catalog-category-view .category-view:before, .catalogsearch-result-index .category-view:before {
    display: none;
  }
  /* Griglia */
  .products {
    padding: 0;
  }
  /* Prodotto */
}

@media only screen and (max-width: 1199px) {
  .search-popup {
    display: block;
  }
  .header .header-placeholder .navbar-toggle-menu .nav-toggle {
    min-height: 60px;
  }
  header.header.header2 .second-header-container .second-header .menudesktop {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
  }
  header.header.header2 .second-header-container .second-header .logo,
  header.header.header2 .second-header-container .second-header .header-helper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 250px);
            flex: 0 0 calc(50% - 250px);
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .sliders-container {
    padding-right: 0;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider .owl-nav button.owl-prev {
    left: 0;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider .owl-nav button.owl-next {
    right: 0;
  }
}

@media only screen and (max-width: 1026px) {
  /* Header */
  .header.header.header2 .header-placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header.header.header2 .header-placeholder.active-sticky .second-header {
    border-top: none;
  }
  .header.header.header2 .header-placeholder .first-header {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: auto;
    padding: 0;
    border: none;
    height: 0;
  }
  .header.header.header2 .header-placeholder .first-header .table-icon-menu > li > svg {
    display: none;
  }
  .header.header.header2 .header-placeholder .first-header .table-icon-menu > li > a {
    font-size: 0;
  }
  .header.header.header2 .header-placeholder .first-header .table-icon-menu > li > a > h4 {
    font-size: 0;
  }
  .header.header.header2 .header-placeholder .first-header .minicart-wrapper.minicart-sidebar > .ui-widget-content h4 {
    line-height: 60px;
    height: 60px;
    border: none;
  }
  .header.header.header2 .header-placeholder .first-header .minicart-wrapper.minicart-sidebar .close-minicart {
    top: 15px;
  }
  .header.header.header2 .header-placeholder .first-header .minicart-wrapper.minicart-sidebar .close-minicart i {
    font-size: 34px !important;
    height: 34px !important;
    width: 34px !important;
  }
  .header.header.header2 .header-placeholder .marquee {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
  }
  .header.header.header2 .header-placeholder .second-header-container {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    border: none;
  }
  .header.header.header2 .header-placeholder .second-header-container .second-header {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
  .header.header.header2 .header-placeholder .second-header-container .second-header .menu.woman,
  .header.header.header2 .header-placeholder .second-header-container .second-header .menu.man,
  .header.header.header2 .header-placeholder .second-header-container .second-header .menudesktop {
    display: none;
  }
  .header.header.header2 .header-placeholder .second-header-container .second-header .logo {
    position: static;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 140px);
            flex: 0 0 calc(100% - 140px);
    text-align: center;
  }
  .header.header.header2 .header-placeholder .second-header-container .second-header .logo a {
    margin: 0 auto;
    display: block;
    position: relative;
    top: 3px;
  }
  .header.header.header2 .header-placeholder .second-header-container .second-header .logo a svg {
    width: auto;
    height: 20px;
  }
  .header.header.header2 .header-placeholder .second-header-container .second-header .menudesktop {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
  }
  .header.header.header2 .header-placeholder .second-header-container .second-header .header-helper > li:first-child {
    display: none;
  }
  .header.header.header2 .header-placeholder .second-header-container .second-header .header-helper > li.minicart-wrapper.minicart-sidebar > a.action.showcart {
    display: none;
  }
  .header.header.header2 .header-placeholder .second-header-container .second-header .mobile-menu-trigger {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    padding: 0 0 0 20px;
  }
  .header.header.header2 .header-placeholder .second-header-container .second-header .mobile-menu-trigger i {
    font-size: 20px;
    margin-right: 10px;
  }
  .header.header.header2 .header-placeholder .second-header-container .second-header .mobile-menu-trigger span {
    display: none;
  }
  .header.header.header2 .header-placeholder .second-header-container .second-header .mobile-cart-trigger {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    padding: 0 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    cursor: pointer;
  }
  .header.header.header2 .header-placeholder .second-header-container .second-header .mobile-cart-trigger svg {
    width: 28px;
    margin-left: 5px;
  }
  .header.header.header2 .header-placeholder .second-header-container .second-header .mobile-cart-trigger > span:first-child {
    display: none;
  }
  .header.header.header2 .header-placeholder .second-header-container .second-header .mobile-cart-trigger span {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-variant-numeric: lining-nums;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
  }
  .header.header.header2 .header-placeholder .second-header-container .second-header .mobile-cart-trigger span.counter-number {
    display: block;
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: 2;
    font-size: 12px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #0259FF;
    color: #fff;
    border-radius: 50%;
    text-align: center;
  }
  .header.header.header2 .header-placeholder .second-header-container .second-header .mobile-cart-trigger span.empty .counter-number {
    display: none;
  }
  /* Navigation */
  header.header.header2 .header-placeholder .middle-header .icons {
    padding-top: 18px;
  }
  header.header.header2 .header-placeholder .sidebar-menu {
    width: 280px;
    padding: 0 0 120px;
    border-right: none;
  }
  header.header.header2 .header-placeholder .sidebar-menu .close-nav-button {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    height: 60px;
    line-height: 60px;
    width: 40px;
  }
  header.header.header2 .header-placeholder .sidebar-menu .close-nav-button span {
    width: 40px;
    height: 60px;
    line-height: 60px;
    color: #111;
    background: #fff;
    font-size: 34px;
  }
  header.header.header2 .header-placeholder .sidebar-menu .no-popup {
    width: 100%;
    padding-right: 40px;
    border-bottom: none;
  }
  header.header.header2 .header-placeholder .sidebar-menu .no-popup .search-form .form-search .input-search .input-text {
    padding: 0 20px 0 60px;
    font-size: 11px;
    border: none;
    border-right: none;
    background: #f9f9f9;
    height: 60px !important;
    font-family: "Helvetica Neue Bold", sans-serif;
    font-variant-numeric: lining-nums;
    font-weight: 700;
    text-transform: uppercase;
  }
  header.header.header2 .header-placeholder .sidebar-menu .no-popup .search-form .form-search .input-search button {
    width: 60px;
    height: 60px;
    line-height: 60px;
    right: auto;
    left: 0;
    color: #111;
  }
  header.header.header2 .header-placeholder .sidebar-menu .no-popup .search-form .form-search .input-search .fa-long-arrow-alt-right {
    display: none;
  }
  header.header.header2 .header-placeholder .sidebar-menu .menumobile {
    position: relative;
    z-index: 9;
  }
  header.header.header2 .header-placeholder .sidebar-menu .menumobile .accordion {
    border-bottom: none;
  }
  header.header.header2 .header-placeholder .sidebar-menu .menumobile .accordion .heading {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-variant-numeric: lining-nums;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    height: 40px;
    padding: 0 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header.header.header2 .header-placeholder .sidebar-menu .menumobile .accordion .heading i {
    font-size: 14px;
  }
  header.header.header2 .header-placeholder .sidebar-menu .menumobile .accordion .contents {
    padding: 0;
    background: #fff;
  }
  header.header.header2 .header-placeholder .sidebar-menu .menumobile .accordion .contents ul {
    background: #fff;
  }
  header.header.header2 .header-placeholder .sidebar-menu .menumobile .accordion .contents ul li a {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-variant-numeric: lining-nums;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 15px 0 30px;
  }
  header.header.header2 .header-placeholder .sidebar-menu .menumobile .accordion .contents .heading {
    font-size: 10px;
    padding: 0 15px 0 30px;
  }
  header.header.header2 .header-placeholder .sidebar-menu .menumobile .accordion .contents .contents {
    margin-bottom: 30px;
  }
  header.header.header2 .header-placeholder .sidebar-menu .menumobile .accordion .contents .contents li a {
    padding-left: 30px;
    line-height: 25px;
  }
  header.header.header2 .header-placeholder .sidebar-menu .utility-links {
    border-top: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  header.header.header2 .header-placeholder .sidebar-menu .utility-links li {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-variant-numeric: lining-nums;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 40px;
    border-bottom: none;
    position: relative;
  }
  header.header.header2 .header-placeholder .sidebar-menu .utility-links li svg {
    display: none;
  }
  header.header.header2 .header-placeholder .sidebar-menu .utility-links li:first-child:after {
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 16px;
    color: #111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    content: "\f2bd";
  }
  header.header.header2 .header-placeholder .sidebar-menu .utility-links li:nth-child(2):after {
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 16px;
    color: #111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    content: "\f004";
  }
  header.header.header2 .header-placeholder .sidebar-menu .utility-links li.switcher-language {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 0;
    display: none;
  }
  header.header.header2 .header-placeholder .sidebar-menu .utility-links li.switcher-language .switcher-option {
    display: block;
    -webkit-box-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    text-align: center;
  }
  header.header.header2 .header-placeholder .sidebar-menu .utility-links li.switcher-language .switcher-option:nth-child(3) {
    border-left: 1px solid #111;
    border-right: 1px solid #111;
  }
  header.header.header2 .header-placeholder .sidebar-menu .utility-links li.switcher-language .switcher-option:nth-child(5), header.header.header2 .header-placeholder .sidebar-menu .utility-links li.switcher-language .switcher-option:nth-child(6), header.header.header2 .header-placeholder .sidebar-menu .utility-links li.switcher-language .switcher-option:nth-child(7), header.header.header2 .header-placeholder .sidebar-menu .utility-links li.switcher-language .switcher-option:nth-child(8) {
    display: none;
  }
  header.header.header2 .header-placeholder .sidebar-menu .nav-main-menu > li > a {
    padding: 10px 20px;
    color: #111;
    text-transform: uppercase;
    font-family: "Helvetica Neue Bold", sans-serif;
    font-variant-numeric: lining-nums;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
  }
  header.header.header2 .header-placeholder .sidebar-menu .nav-main-menu > li .toggle-menu {
    line-height: 40px !important;
    width: auto;
    margin-right: 10px;
  }
  header.header.header2 .header-placeholder .sidebar-menu .nav-main-menu > li .toggle-menu a {
    color: #111;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: block;
  }
  header.header.header2 .header-placeholder .sidebar-menu .nav-main-menu > li .toggle-menu a .icon-plus:before {
    font-size: 20px;
    position: relative;
    top: -4px;
    float: none;
  }
  header.header.header2 .header-placeholder .sidebar-menu .dropdown-menu {
    padding: 20px !important;
    background: #f0f0f0 !important;
  }
  header.header.header2 .header-placeholder .sidebar-menu .dropdown-menu .menu-container .colonna h4 {
    font-size: 10px;
    margin-bottom: 10px;
  }
  header.header.header2 .header-placeholder .sidebar-menu .dropdown-menu .menu-container .colonna h4 a {
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
  }
  header.header.header2 .header-placeholder .sidebar-menu .dropdown-menu .menu-container .colonna ul {
    margin-bottom: 0;
  }
  header.header.header2 .header-placeholder .sidebar-menu .dropdown-menu .menu-container .colonna ul li a {
    padding: 3px 0;
    display: block;
    font-size: 12px;
  }
  header.header.header2 .header-placeholder .sidebar-menu .dropdown-menu .menu-container .colonna img {
    display: none;
  }
  header.header.header2 .header-placeholder .sidebar-menu .dropdown-menu .menu-container .colonna + .colonna {
    margin-top: 50px;
  }
  .header .header-placeholder .sidebar-menu .dropdown-switcher,
  .header .header-placeholder .sidebar-menu .megamenu-click,
  .header .header-placeholder .sidebar-menu .contact-us,
  .header .header-placeholder .sidebar-menu .socials {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .header .header-placeholder .header-link > li {
    padding: 0;
  }
  .header .header-placeholder .header-link > li button, .header .header-placeholder .header-link > li a {
    font-size: 12px;
    padding: 10px 20px;
  }
  .header .header-placeholder .header-link > li button > i.fal.fa-user, .header .header-placeholder .header-link > li a > i.fal.fa-user {
    display: none;
  }
  .header .header-placeholder .dropdown-switcher li.active a {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-variant-numeric: lining-nums;
    font-weight: 700;
    color: #111;
  }
  /* Footer */
  /* Home */
  .cms-index-index .homepage .hero {
    padding: 0 15px;
  }
  .cms-index-index .homepage .hero:last-child {
    margin: 0;
  }
  .cms-index-index .homepage .hero .floating {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .cms-index-index .homepage .hero .floating > div h3 {
    font-size: 32px;
  }
  .cms-index-index .homepage .hero .floating + div {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .cms-index-index .homepage .banners {
    padding-top: 20px;
  }
  .cms-index-index .homepage .banners .banner {
    margin-bottom: 15px;
  }
  .cms-index-index .homepage .banners .banner h4 {
    font-size: 18px;
  }
  .cms-index-index .homepage .home-slider-container {
    margin: 0;
    padding: 30px 15px;
  }
  .cms-index-index .homepage .home-slider-container .home-slider-inner > h4 {
    font-size: 18px;
    padding: 0;
    margin: 0 auto 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .cms-index-index .homepage .home-slider-container .home-slider-inner .block.widget.block-products-list.grid {
    width: 100%;
    max-width: 100%;
  }
  .cms-index-index .homepage .home-slider-container .home-slider-inner .products .products .owl-item {
    padding: 0;
  }
  .cms-index-index .homepage .home-slider-container .home-slider-inner .products .products .owl-item .item.product {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cms-index-index .homepage .home-slider-container .home-slider-inner .products .products .owl-item .item.product .swt-container,
  .cms-index-index .homepage .home-slider-container .home-slider-inner .products .products .owl-item .item.product .product-detail-action {
    display: none !important;
  }
  .cms-index-index .homepage .home-slider-container .home-slider-inner .products .products .owl-item .item.product .product-item-info .product-item-details {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
  }
  .cms-index-index .homepage .home-slider-container .home-slider-inner .products .products .owl-item .item.product .product-item-info .product-item-details .discount-label {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
  }
  .cms-index-index .homepage .home-slider-container .home-slider-inner .products .products .owl-dots {
    margin-top: 30px;
  }
  .cms-index-index .homepage .home-slider-container .home-slider-inner .products .products .owl-dots .owl-dot {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0 2px;
  }
  .cms-index-index .homepage .home-slider-container .home-slider-inner .products .products .owl-dots .owl-dot span {
    margin: 0;
    border-radius: 0;
    height: 4px;
    width: 12px;
  }
  .cms-index-index .homepage .home-slider-container .home-slider-inner .products .products .owl-dots .owl-dot.active span {
    background: #fff;
  }
  .cms-index-index .footer {
    margin-top: 0 !important;
  }
  /* Categoria */
  .catalog-category-view .category-view,
  .catalogsearch-result-index .category-view {
    padding: 0;
  }
  .catalog-category-view .category-view .cat-header > div,
  .catalogsearch-result-index .category-view .cat-header > div {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .catalog-category-view .category-view .cat-header > div.category-image,
  .catalogsearch-result-index .category-view .cat-header > div.category-image {
    padding: 0 0 30px;
  }
  .catalog-category-view .category-view .cat-header > div.category-image + div h1,
  .catalogsearch-result-index .category-view .cat-header > div.category-image + div h1 {
    color: #111;
    font-size: 24px;
    margin: 0 0 10px;
    text-align: center;
  }
  .catalog-category-view .filter-bar,
  .catalogsearch-result-index .filter-bar {
    display: block;
    padding: 0 0 10px;
  }
  .catalog-category-view .filter-bar.stick,
  .catalogsearch-result-index .filter-bar.stick {
    top: 60px;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
  }
  .catalog-category-view .filter-bar.stick .filtra,
  .catalogsearch-result-index .filter-bar.stick .filtra {
    padding: 0 20px;
  }
  .catalog-category-view .filter-bar #sorter,
  .catalogsearch-result-index .filter-bar #sorter {
    display: none;
  }
  .catalog-category-view .filter-bar .filtra,
  .catalogsearch-result-index .filter-bar .filtra {
    width: 120px;
    margin: 0 auto;
    padding: 5px 20px;
    background: #111;
    color: #fff;
  }
  .catalog-category-view .filter-bar .filtra svg,
  .catalogsearch-result-index .filter-bar .filtra svg {
    fill: #fff;
  }
  .catalog-category-view .block-category-list,
  .catalogsearch-result-index .block-category-list {
    display: none;
  }
  .catalog-category-view .sidebar.sidebar-main .block.filter.stick,
  .catalogsearch-result-index .sidebar.sidebar-main .block.filter.stick {
    position: static;
    border: none;
  }
  .catalog-category-view #maincontent > .row .column.main .products .products,
  .catalogsearch-result-index #maincontent > .row .column.main .products .products {
    padding: 0 2px;
  }
  .catalog-category-view #maincontent > .row .column.main .products .products .item.product,
  .catalogsearch-result-index #maincontent > .row .column.main .products .products .item.product {
    padding: 0 2px;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
  }
  .catalog-category-view #maincontent > .row .column.main .products .products .item.product .product-top a img + img,
  .catalogsearch-result-index #maincontent > .row .column.main .products .products .item.product .product-top a img + img {
    display: none !important;
  }
  .catalog-category-view #maincontent > .row .column.main .products .products .item.product .product-top .swt-container,
  .catalogsearch-result-index #maincontent > .row .column.main .products .products .item.product .product-top .swt-container {
    display: none !important;
  }
  .catalog-category-view #maincontent > .row .column.main .products .products .item.product .product-top .action.towishlist,
  .catalogsearch-result-index #maincontent > .row .column.main .products .products .item.product .product-top .action.towishlist {
    display: block;
    top: 0px;
    right: 10px;
    font-size: 14px;
  }
  .catalog-category-view #maincontent > .row .column.main .products .products .item.product:nth-child(5) .product-item-info, .catalog-category-view #maincontent > .row .column.main .products .products .item.product:nth-child(6) .product-item-info, .catalog-category-view #maincontent > .row .column.main .products .products .item.product:nth-child(11) .product-item-info, .catalog-category-view #maincontent > .row .column.main .products .products .item.product:nth-child(12) .product-item-info, .catalog-category-view #maincontent > .row .column.main .products .products .item.product:nth-child(17) .product-item-info, .catalog-category-view #maincontent > .row .column.main .products .products .item.product:nth-child(18) .product-item-info, .catalog-category-view #maincontent > .row .column.main .products .products .item.product:nth-child(23) .product-item-info, .catalog-category-view #maincontent > .row .column.main .products .products .item.product:nth-child(24) .product-item-info, .catalog-category-view #maincontent > .row .column.main .products .products .item.product:nth-child(29) .product-item-info, .catalog-category-view #maincontent > .row .column.main .products .products .item.product:nth-child(30) .product-item-info,
  .catalogsearch-result-index #maincontent > .row .column.main .products .products .item.product:nth-child(5) .product-item-info,
  .catalogsearch-result-index #maincontent > .row .column.main .products .products .item.product:nth-child(6) .product-item-info,
  .catalogsearch-result-index #maincontent > .row .column.main .products .products .item.product:nth-child(11) .product-item-info,
  .catalogsearch-result-index #maincontent > .row .column.main .products .products .item.product:nth-child(12) .product-item-info,
  .catalogsearch-result-index #maincontent > .row .column.main .products .products .item.product:nth-child(17) .product-item-info,
  .catalogsearch-result-index #maincontent > .row .column.main .products .products .item.product:nth-child(18) .product-item-info,
  .catalogsearch-result-index #maincontent > .row .column.main .products .products .item.product:nth-child(23) .product-item-info,
  .catalogsearch-result-index #maincontent > .row .column.main .products .products .item.product:nth-child(24) .product-item-info,
  .catalogsearch-result-index #maincontent > .row .column.main .products .products .item.product:nth-child(29) .product-item-info,
  .catalogsearch-result-index #maincontent > .row .column.main .products .products .item.product:nth-child(30) .product-item-info {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  /* Prodotto */
  .catalog-product-view .preview-container-container {
    display: none;
  }
  .catalog-product-view .popup .popup-body {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .catalog-product-view .footer {
    margin-top: 30px;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .preview-image {
    display: none;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .mobile-slider {
    display: block;
    position: static;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .mobile-slider > div + div {
    display: none;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .mobile-slider .owl-item + .owl-item {
    display: none !important;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .mobile-slider .owl-item img {
    height: auto !important;
    border: none !important;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .mobile-slider.owl-loaded .owl-item + .owl-item {
    display: block !important;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .mobile-slider .owl-nav {
    display: none !important;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .mobile-slider .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .mobile-slider .owl-dots .owl-dot {
    display: block;
    border: none;
    background: transparent;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .mobile-slider .owl-dots .owl-dot span {
    margin: 0;
    width: 100%;
    border-radius: 0;
    background: transparent;
    height: 2px;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .mobile-slider .owl-dots .owl-dot.active span {
    background: #111;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .sliders-container {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 20px;
    margin: 0;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-options-wrapper > .fieldset .guida-taglie {
    display: none !important;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .popup-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .popup-details .popup-link {
    font-size: 12px;
    margin: 0;
  }
  .catalog-product-view #maincontent .aw-arp-container--grid .titolo-related {
    padding: 60px 20px 30px;
  }
  .catalog-product-view #maincontent .aw-arp-container--grid .titolo-related .aw-arp-container__title {
    font-size: 26px;
  }
  .catalog-product-view #maincontent .aw-arp-container--grid .aw-arp-container__items .item.product.product-item {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  /* Checkout */
  .checkout-index-index #maincontent .header-checkout .cont .logo-part {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .checkout-index-index #maincontent .header-checkout .cont .logo-part .contt {
    margin: 0 auto;
  }
  .checkout-index-index #maincontent .header-checkout .cont .helper-part {
    display: none;
  }
  .checkout-index-index #maincontent #checkout .opc-progress-bar {
    max-width: 100%;
    margin: 0;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 40px;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login,
  .checkout-index-index #maincontent #checkout .opc-wrapper #shipping-new-address-form,
  .checkout-index-index #maincontent #checkout .opc-wrapper #checkout-step-shipping_method,
  .checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login,
  .checkout-index-index #maincontent #checkout .opc-wrapper #shipping-new-address-form,
  .checkout-index-index #maincontent #checkout .opc-wrapper #checkout-step-shipping_method {
    padding-right: 0;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper #checkoutSteps {
    max-width: 100%;
  }
  .checkout-index-index #maincontent #checkout .opc-sidebar {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 50px;
    margin-top: 0;
    padding-bottom: 100px;
  }
  .checkout-index-index #maincontent #checkout .opc-sidebar .modal-inner-wrap {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    width: 100%;
  }
  .minicart-wrapper.minicart-sidebar > .ui-widget-content #mini-cart {
    max-height: 70vh;
    overflow: auto;
  }
  /* Generali */
  .btn, .button,
  .primary button,
  .secondary button,
  input, select,
  .customer-account-forgotpassword #maincontent .form.password.forget .secondary a {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  /* Breadcrumbs */
  .breadcrumbs {
    padding: 18px !important;
  }
  .breadcrumbs .page-title-wrapper .page-header span {
    font-size: 18px;
  }
  .breadcrumbs .items {
    display: table;
    margin: 0 auto;
  }
  .catalog-category-view .breadcrumbs .container .items,
  .catalogsearch-result-index .breadcrumbs .container .items {
    margin: 0 auto;
  }
  /* Header */
  header.header.header2 .first-header .icons {
    display: none;
  }
  header.header.header2 .header-placeholder .second-header-container .second-header .logo a svg {
    height: 20px;
  }
  /* Minicart */
  .header.header2 .header-content .header-bottom .cart .minicart-wrapper .close-minicart {
    display: none;
  }
  .minicart-wrapper.minicart-sidebar .mage-dropdown-dialog {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 5px 10px 0px;
            box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 5px 10px 0px;
  }
  /* Navigation */
  /* Footer */
  .footer .middle-footer {
    padding: 20px 0 0;
    background: #fff;
    border-bottom: none;
  }
  .footer .middle-footer > div {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 0 20px;
  }
  .footer .middle-footer > div.menu-footer__col1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 0;
  }
  .footer .middle-footer > div.menu-footer__col1 .menu-footer__col1__address,
  .footer .middle-footer > div.menu-footer__col1 .menu-footer__col1__menu-main {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .footer .middle-footer > div.menu-footer__col1 .menu-footer__col1__address {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
    padding-top: 20px;
    display: none;
  }
  .footer .middle-footer > div.menu-footer__col1 .menu-footer__col1__menu-main {
    border-top: 1px solid #111;
  }
  .footer .middle-footer > div.menu-footer__col1 .menu-footer__col1__menu-main a {
    margin: 0;
    padding: 10px 0;
    opacity: 1;
    display: block;
    font-size: 12px;
    color: #111;
    border-bottom: 1px solid #111;
  }
  .footer .middle-footer > div.menu-footer__col1 .menu-footer__col1__menu-second {
    margin: 0;
  }
  .footer .middle-footer > div.menu-footer__col1 .menu-footer__col1__menu-second > li {
    width: 100%;
    text-align: center;
  }
  .footer .middle-footer > div.menu-footer__col1 .menu-footer__col1__menu-second > li a {
    margin: 0;
    padding: 10px 0;
    opacity: 1;
    display: block;
    font-size: 12px;
    color: #111;
    border-bottom: 1px solid #111;
  }
  .footer .middle-footer > div.menu-footer__col2 {
    display: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer .middle-footer > div.menu-footer__col3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer .middle-footer > div.menu-footer__col3 .menu-footer__col3__form-mailchimp {
    margin: 40px auto;
    padding: 0 20px;
  }
  .footer .middle-footer > div.menu-footer__col3 .menu-footer__col3__form-mailchimp > span {
    color: #111;
    margin: 0 auto 20px;
    font-size: 16px;
    text-align: center;
  }
  .footer .middle-footer > div.menu-footer__col3 .menu-footer__col3__form-mailchimp #mc_embed_signup {
    margin: 0 auto;
  }
  .footer .middle-footer > div.menu-footer__col3 .menu-footer__col3__form-mailchimp #mc_embed_signup #mc-embedded-subscribe {
    color: #111;
    height: 20px;
    line-height: 1;
  }
  .footer .bottom-footer {
    background: #fff;
    margin-bottom: 60px;
  }
  .footer .bottom-footer span, .footer .bottom-footer a {
    color: #111;
  }
  /* Homepage */
  .cms-index-index .homepage .banners .banner {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* Filter */
  .catalog-category-view .sidebar .block.filter a:hover,
  .catalogsearch-result-index .sidebar .block.filter a:hover {
    color: #111;
  }
  .catalog-category-view #layered-filter-title,
  .catalogsearch-result-index #layered-filter-title {
    display: block !important;
  }
  .catalog-category-view .sidebar.sidebar-main,
  .catalogsearch-result-index .sidebar.sidebar-main {
    display: none;
  }
  .catalog-category-view .sidebar.sidebar-main.opened,
  .catalogsearch-result-index .sidebar.sidebar-main.opened {
    display: block;
    left: 0;
    width: 280px !important;
    margin-top: 0;
    background: #fff;
    border-right: 1px solid #111;
    padding: 59px 0 0;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter {
    padding: 0;
    border: none;
    display: block;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter > .filter-title,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter > .filter-title {
    display: block;
    margin: 0;
    height: 42px;
    padding: 0 20px;
    position: relative;
    line-height: 42px;
    border-bottom: none;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter > .filter-title span,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter > .filter-title span {
    text-transform: uppercase;
    font-size: 12px;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter > .filter-title button,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter > .filter-title button {
    height: 42px;
    line-height: 42px;
    width: 42px;
    border-radius: 0;
    border: none;
    border-left: none;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter > .filter-title button i,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter > .filter-title button i {
    font-size: 36px;
    position: relative;
    right: 4px;
    top: 1px;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content {
    padding: 0;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .block-filter-content,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .block-filter-content {
    width: 100%;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100% !important;
    margin: 0 !important;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item.Brands .items,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item.Brands .items {
    -webkit-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading {
    padding: 0;
    border-bottom: none;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading .filter-title,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading .filter-title {
    padding: 0 20px;
    margin: 0;
    line-height: 40px;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 12px;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading .filter-title .fal.fa-angle-down,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading .filter-title .fal.fa-angle-down {
    display: block;
    font-weight: 300;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 13px !important;
    right: 20px;
    font-size: 12px;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading .filter-title .fal.fa-angle-down:before,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading .filter-title .fal.fa-angle-down:before {
    content: "\f00d";
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading.active .filter-title .fal.fa-angle-down,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading.active .filter-title .fal.fa-angle-down {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading.active + .filter-content,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading.active + .filter-content {
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #111;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading.active + .filter-content a,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading.active + .filter-content a {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 12px;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading.active + .filter-content a .swatch-option.text,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item .filter-heading.active + .filter-content a .swatch-option.text {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 12px;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item .filter-content,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item .filter-content {
    display: none;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item .filter-content a.swatch-option-link-layered,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-options .filter-item .filter-content a.swatch-option-link-layered {
    margin-right: 20px !important;
    margin-bottom: 10px !important;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-current,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-current {
    padding: 20px 20px 10px;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-current .items,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-current .items {
    padding: 0;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-current .items .item,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-current .items .item {
    display: block;
    margin: 0 0 5px !important;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-current .items .item .action.remove,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-current .items .item .action.remove {
    right: 0;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-current .items .item .filter-label,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-current .items .item .filter-label {
    text-transform: uppercase;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-current + .block-actions,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-current + .block-actions {
    padding: 0 20px;
    border-bottom: 1px solid #111;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-current + .block-actions .filter-clear,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-current + .block-actions .filter-clear {
    width: 100%;
    margin-bottom: 20px;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-clear,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-clear {
    height: 30px;
    line-height: 30px;
  }
  .catalog-category-view .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-clear:hover,
  .catalogsearch-result-index .sidebar.sidebar-main.opened .block.filter .block-content.filter-content .filter-clear:hover {
    color: #fff;
  }
  .catalog-category-view .filter-current ol,
  .catalog-category-view .filter-current ol,
  .catalogsearch-result-index .filter-current ol,
  .catalogsearch-result-index .filter-current ol {
    text-align: center;
  }
  .catalog-category-view .mobile-filter-trigger,
  .catalogsearch-result-index .mobile-filter-trigger {
    color: #fff;
    text-transform: uppercase;
    background: #111;
    display: block;
    padding: 8px 30px;
    margin: 0 auto 25px;
    max-width: 220px;
    text-align: center;
  }
  /* Griglia */
  .products {
    padding: 0;
  }
  .products .item.product {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
  }
  .products .item.product .product-item-details .product-detail-content .product-item-brand .discount-label {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
  }
  .products .item.product .product-top .product-label.sold-out-label {
    display: none;
  }
  .products .item.product .product-item-details {
    display: block;
    padding: 0 15px;
    position: static;
  }
  .products .item.product .product-item-details .product-detail-content {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products .item.product .product-item-details .product-detail-content .product-item-brand {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
  }
  .products .item.product .product-item-details .product-detail-content .product-item-brand a {
    text-align: center;
  }
  .products .item.product .product-item-details .product-detail-content .product-item-name {
    text-align: center;
    width: 100%;
  }
  .products .item.product .product-item-details .product-detail-content .product-item-name a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .products .item.product .product-item-details .product-detail-content .prezzo-taglia {
    margin-top: 3px;
  }
  .products .item.product .product-item-details .product-detail-content .prezzo-taglia .price-box {
    text-align: center;
  }
  .products .item.product .product-item-details .product-detail-content .swt-container {
    display: none !important;
  }
  .products .item.product .swt-container-mobile {
    display: none !important;
    padding-top: 10px;
  }
  .products .item.product .swt-container-mobile .swatch-input.super-attribute-select {
    display: none;
  }
  .products .item.product .swt-container-mobile .swatch-attribute {
    margin: 0;
    text-align: center;
  }
  .products .item.product .swt-container-mobile .swatch-attribute .swatch-option {
    color: #111;
    font-size: 11px;
    margin: 0 3px;
    padding: 0;
    border: none;
    background: transparent;
    float: none;
    display: inline-block;
    color: #bababa;
  }
  /* Prodotto */
  .catalog-product-view .product-info-main-content .product-main.container > .row {
    padding: 0;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .sliders-container {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider .owl-nav button.owl-prev {
    left: 10px;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .sliders-container .desktop-slider .owl-nav button.owl-next {
    right: 10px;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: static;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper h2 a {
    font-size: 18px;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper h2 .discount-label {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 18px;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper h1 {
    font-size: 14px;
    margin-bottom: 35px !important;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .page-title-wrapper .price-box .price {
    font-size: 18px;
  }
  .catalog-product-view .product-info-main-content .product-main.container > .row .product-info-main .product-add-form .product-options-wrapper > .fieldset .swatch-opt .swatch-attribute-options .swatch-option.text {
    font-size: 18px;
  }
  .catalog-product-view #maincontent .aw-arp-container--grid .titolo-related {
    display: block;
    text-align: center;
    padding: 20px;
  }
  .catalog-product-view #maincontent .aw-arp-container--grid .titolo-related .aw-arp-container__title {
    font-size: 18px;
  }
  .catalog-product-view #maincontent .aw-arp-container--grid .aw-arp-container__items {
    margin-top: 0;
  }
  .catalog-product-view #maincontent .aw-arp-container--grid .aw-arp-container__items .item.product.product-item {
    display: block !important;
  }
  .catalog-product-view #maincontent .aw-arp-container--grid .aw-arp-container__items .item.product.product-item:first-child {
    display: none !important;
  }
  .catalog-product-view .footer {
    margin: 0;
  }
  body .wa-floating.sposta {
    right: 0px !important;
  }
  /* Carrello */
  .checkout-cart-index .cart.main.actions {
    display: none !important;
  }
  .checkout-cart-index .column.main .shopping-cart-bottom > div:first-child .checkout-extra #block-discount .field input {
    border-bottom: 1px solid #111 !important;
  }
  .checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:first-child {
    padding: 0 !important;
  }
  .checkout-cart-index .column.main .cart-container .shopping-cart-bottom #discount-coupon-form .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .checkout-cart-index .column.main .cart-container .shopping-cart-bottom #discount-coupon-form .coupon .field {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    padding-right: 5px;
  }
  .checkout-cart-index .column.main .cart-container .shopping-cart-bottom #discount-coupon-form .coupon button.action.btn-primary {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #111 !important;
  }
  .checkout-cart-index .column.main .cart-container .form.form-cart {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .checkout-cart-index .column.main .cart-container .form.form-cart .cart.table-wrapper {
    background: transparent;
    border-bottom: none;
    margin: 10px 15px 0;
  }
  .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table thead {
    display: none;
  }
  .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody {
    border: none;
    padding: 0;
  }
  .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody .item-info .item img {
    border: none;
    border-bottom: 1px solid #111;
  }
  .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody tr {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
  }
  .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody tr.item-actions {
    display: none;
  }
  .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody tr td {
    padding: 0 !important;
    text-align: center;
  }
  .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody tr td.col.qty, .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody tr td.col.subtotal, .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody tr td.col.price:before, .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody tr td.col.azioni:before {
    display: none;
  }
  .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody tr td.col.price {
    display: block;
    width: 100%;
    padding-bottom: 15px !important;
  }
  .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody tr td.col.azioni {
    padding: 0 !important;
  }
  .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody tr td.col.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody tr td.col.item .product-item-photo {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody tr td.col.item .product-item-details {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    margin: 10px 0 0;
  }
  .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options {
    margin-bottom: 10px;
  }
  .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dt, .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dd {
    float: none;
    display: inline-block;
  }
  .checkout-cart-index .column.main .cart-container .form.form-cart #shopping-cart-table tbody .action.action-delete i {
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 2;
    font-size: 24px;
  }
  .checkout-cart-index .column.main .cart-container .form.form-cart .cart.main.actions .action.update {
    display: none;
  }
  .checkout-cart-index .column.main .cart-container .shopping-cart-bottom {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    margin-top: 30px;
  }
  .checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) #cart-totals {
    padding: 0;
    border: none;
  }
  .checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) #cart-totals tbody tr th, .checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) #cart-totals tbody tr td {
    padding: 10px;
    border: none !important;
  }
  .checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) #cart-totals tbody tr.grand.totals th {
    padding: 10px;
  }
  .checkout-cart-index .column.main .cart-container .shopping-cart-bottom > div:nth-child(2) #cart-totals tbody tr.grand.totals td {
    font-size: 14px;
  }
  /* Checkout */
  .checkout-index-index #maincontent #checkout {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper #checkoutSteps {
    padding-left: 0;
  }
  .checkout-index-index .payment-group .field.choice > input,
  .checkout-index-index .opc-payment .payment-methods .payment-method .payment-method-billing-address .field.choice input {
    top: -11px;
  }
  .checkout-index-index .payment-option.discount-code {
    padding: 20px;
  }
  .checkout-index-index #maincontent #checkout .primary button {
    height: 50px;
    line-height: 50px;
  }
  .checkout-index-index #maincontent #checkout .opc-sidebar {
    display: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    position: static;
    margin: 0;
    padding: 0;
    visibility: visible;
  }
  .checkout-index-index #maincontent .header-checkout {
    position: relative;
    height: 80px;
    margin-bottom: 40px;
  }
  .checkout-index-index #maincontent .header-checkout .cont .header-part.logo-part {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    background: #111;
  }
  .checkout-index-index #maincontent .header-checkout .cont .header-part.logo-part svg {
    width: 100px;
    margin-top: 10px;
    fill: #fff;
  }
  .checkout-index-index #maincontent .header-checkout .cont .header-part.logo-part .st0 {
    fill: #ffffff !important;
  }
  .checkout-index-index #maincontent .header-checkout .cont .header-part.logo-part .contt {
    font-size: 20px;
    color: #fff;
  }
  .checkout-index-index #maincontent .header-checkout .cont .header-part.logo-part .contt .go-back {
    top: 3px;
    left: 30px;
    right: auto;
  }
  .checkout-index-index #maincontent .header-checkout .cont .header-part.logo-part .contt .go-back i {
    font-size: 36px;
    color: #fff;
  }
  .checkout-index-index #maincontent .header-checkout .cont .header-part.back-part {
    position: absolute;
    left: 20px;
    top: 13px;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper .step-title {
    font-size: 14px;
    text-align: center;
  }
  .checkout-index-index .opc-estimated-wrapper {
    display: none;
  }
  .checkout-index-index .order-helpers {
    display: none;
  }
  .checkout-index-index .table-checkout-shipping-method tbody tr td {
    margin-right: 20px;
  }
  .checkout-index-index #maincontent #checkout .primary button {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .checkout-index-index #maincontent #checkout .opc-progress-bar {
    display: none;
  }
  .checkout-index-index #maincontent #checkout .control._with-tooltip {
    padding-right: 0;
  }
  .checkout-index-index #maincontent #checkout .control._with-tooltip .field-tooltip {
    display: none;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 20px;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper #shipping-new-address-form .field,
  .checkout-index-index #maincontent #checkout .opc-wrapper .checkout-billing-address .billing-address-form form .field {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    padding: 0 !important;
    max-width: 100%;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper #shipping-new-address-form .field select,
  .checkout-index-index #maincontent #checkout .opc-wrapper .checkout-billing-address .billing-address-form form .field select {
    line-height: 40px;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper #shipping-new-address-form {
    padding: 20px 15px;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper #checkout-step-shipping_method {
    padding: 20px 15px;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login {
    padding: 25px 15px;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login #customer-email-fieldset {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login #customer-email-fieldset:after {
    display: none;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login #customer-email-fieldset .field.required .control._with-tooltip {
    padding-right: 0;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login #customer-email-fieldset .field.required .control._with-tooltip .field-tooltip {
    display: none;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login #customer-email-fieldset .fieldset.hidden-fields .label a {
    margin-right: 0;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login #customer-email-fieldset #customer-password {
    width: 100%;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper .form.form-login .social-button {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 40px;
    border-top: 1px solid #eee;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper #checkout-payment-method-load .items.payment-methods {
    padding: 20px 15px;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper #checkout-payment-method-load .items.payment-methods .payment-method-content {
    padding-left: 30px;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper #checkout-payment-method-load .items.payment-methods .payment-method-content .action.action-show {
    text-align: left;
  }
  .checkout-index-index #maincontent #checkout .opc-wrapper #checkout-payment-method-load .items.payment-methods .payment-method-content .actions-toolbar {
    margin-top: 30px;
  }
  /* 404 */
  .cms-noroute-index #maincontent {
    padding: 55px 20px;
  }
  .cms-noroute-index #maincontent .titolo-pagina {
    font-size: 22px;
    padding-bottom: 45px;
  }
  .cms-noroute-index #maincontent dl, .cms-noroute-index #maincontent dt, .cms-noroute-index #maincontent dd {
    font-size: 13px;
  }
  /* Pagine */
  .cms-legal-information .breadcrumbs,
  .cms-order-payments .breadcrumbs,
  .cms-return-policy .breadcrumbs,
  .cms-shipping-time .breadcrumbs,
  .cms-privacy-policy .breadcrumbs,
  .cms-cookie-policy .breadcrumbs,
  .cms-about-us .breadcrumbs,
  .customer-account-login .breadcrumbs,
  .catalogsearch-result-index .breadcrumbs,
  .checkout-cart-index .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cms-legal-information .breadcrumbs h1,
  .cms-order-payments .breadcrumbs h1,
  .cms-return-policy .breadcrumbs h1,
  .cms-shipping-time .breadcrumbs h1,
  .cms-privacy-policy .breadcrumbs h1,
  .cms-cookie-policy .breadcrumbs h1,
  .cms-about-us .breadcrumbs h1,
  .customer-account-login .breadcrumbs h1,
  .catalogsearch-result-index .breadcrumbs h1,
  .checkout-cart-index .breadcrumbs h1 {
    font-size: 22px;
  }
  .cms-legal-information #maincontent,
  .cms-order-payments #maincontent,
  .cms-return-policy #maincontent,
  .cms-shipping-time #maincontent,
  .cms-privacy-policy #maincontent,
  .cms-cookie-policy #maincontent,
  .cms-about-us #maincontent,
  .customer-account-login #maincontent,
  .catalogsearch-result-index #maincontent,
  .checkout-cart-index #maincontent {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cms-legal-information #maincontent .column.main,
  .cms-order-payments #maincontent .column.main,
  .cms-return-policy #maincontent .column.main,
  .cms-shipping-time #maincontent .column.main,
  .cms-privacy-policy #maincontent .column.main,
  .cms-cookie-policy #maincontent .column.main,
  .cms-about-us #maincontent .column.main,
  .customer-account-login #maincontent .column.main,
  .catalogsearch-result-index #maincontent .column.main,
  .checkout-cart-index #maincontent .column.main {
    padding: 0;
  }
  .cms-legal-information #maincontent .column.main h3,
  .cms-order-payments #maincontent .column.main h3,
  .cms-return-policy #maincontent .column.main h3,
  .cms-shipping-time #maincontent .column.main h3,
  .cms-privacy-policy #maincontent .column.main h3,
  .cms-cookie-policy #maincontent .column.main h3,
  .cms-about-us #maincontent .column.main h3,
  .customer-account-login #maincontent .column.main h3,
  .catalogsearch-result-index #maincontent .column.main h3,
  .checkout-cart-index #maincontent .column.main h3 {
    font-size: 14px;
  }
  .cms-legal-information #maincontent .column.main h3 span,
  .cms-order-payments #maincontent .column.main h3 span,
  .cms-return-policy #maincontent .column.main h3 span,
  .cms-shipping-time #maincontent .column.main h3 span,
  .cms-privacy-policy #maincontent .column.main h3 span,
  .cms-cookie-policy #maincontent .column.main h3 span,
  .cms-about-us #maincontent .column.main h3 span,
  .customer-account-login #maincontent .column.main h3 span,
  .catalogsearch-result-index #maincontent .column.main h3 span,
  .checkout-cart-index #maincontent .column.main h3 span {
    font-size: 14px;
  }
  /* Brand */
  .cms-brands-woman .column.main .letter-container,
  .cms-brands-man .column.main .letter-container {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .cms-brands-woman .column.main .letter-container:nth-child(even),
  .cms-brands-man .column.main .letter-container:nth-child(even) {
    border-right: none;
  }
  /* Login */
  .customer-account-login #maincontent .column.main .login-container > div:nth-child(2),
  .customer-account-login #maincontent .column.main .login-container > div:nth-child(3) {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 50px 20px;
    margin-bottom: 0;
    border: none;
  }
  .customer-account-login #maincontent .column.main .login-container > div:nth-child(3) {
    margin-bottom: 50px;
  }
  /* Register */
  .customer-account-create .column.main .form-create-account {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
    padding: 0 10px;
    border: none;
    max-width: 300px;
    margin: 30px auto 0;
  }
  /* Wishlist */
  .account #maincontent > .row .column.main .products-grid .product-item {
    width: 50%;
  }
  /* Brands */
  .designers .letter-container {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  /* About Us */
  .cms-chi-siamo .column.main {
    padding: 0;
  }
  .cms-chi-siamo .about-container > div {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .cms-chi-siamo .about-container > div:first-child {
    height: 500px;
  }
  .cms-chi-siamo .about-container > div > div {
    padding: 60px 20px 40px;
  }
  .cms-chi-siamo .about-container > div > div h4 {
    margin-bottom: 30px;
  }
  /* Wedding */
  .cms-agnetti-wedding .column.main .wedding-container > div {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .cms-agnetti-wedding .column.main .wedding-container > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 100vh;
  }
  .cms-agnetti-wedding .column.main .wedding-container > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cms-agnetti-wedding .column.main .wedding-container > div:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .cms-agnetti-wedding .column.main .wedding-container > div:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media only screen and (max-width: 767px) {
  .account .sidebar-reponsive-btn {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 5px 10px 0px;
            box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 5px 10px 0px;
    background: #1b1b1b;
    opacity: 1;
    color: #fff;
    line-height: 1;
    height: auto;
    padding: 5px 10px 7px;
    width: auto;
    top: 25%;
    font-size: 29px;
  }
  .account .title-topabs {
    background: transparent;
  }
  .account .title-topabs i {
    color: #111 !important;
  }
  .account .nav.items {
    margin-top: 115px;
  }
  .account .form-newsletter-manage .nl-policy, .account .form-newsletter-manage h3.title {
    text-align: left;
  }
  .account #maincontent > .row .column.main {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  .account #maincontent > .row .column.main .block-title h3.title {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .account #maincontent > .row .column.main .field, .account #maincontent > .row .column.main .form-group {
    text-align: left;
  }
  .account #maincontent > .row .column.main .btn {
    margin: 0 20px 40px !important;
  }
  .account #maincontent > .row .column.main .action.save.primary.btn.btn-primary {
    margin: 0 !important;
  }
  .account #maincontent > .row .column.main .btn {
    margin: 0 !important;
  }
  .account #maincontent > .row .column.main .products-grid .product-item {
    width: 100%;
  }
  /* Brand */
  .cms-brands-woman .column.main .letter-container,
  .cms-brands-man .column.main .letter-container {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-right: none;
  }
  .cms-index-index .homepage .hero .floating > div h3 {
    font-size: 22px;
  }
  .cms-index-index .homepage .hero .floating > div svg {
    width: 35px;
  }
  .cms-index-index .homepage .hero .floating + div div h3 {
    font-size: 18px;
  }
  .cms-index-index .homepage .home-slider-container {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .cms-agnetti-wedding .column.main .wedding-container > div > div .form-list > li {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media only screen and (min-width: 501px) and (max-width: 1026px) {
  .header-placeholder .second-header .header-helper {
    -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important;
  }
}
