@font-face {
  font-family: 'icomoon';
  src: url("../webfonts/icomoon.eot");
  src: url("../webfonts/icomoon.eot#iefix") format("embedded-opentype"), url("../webfonts/icomoon.ttf") format("truetype"), url("../webfonts/icomoon.woff") format("woff"), url("../webfonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style:normal;
}

/* ICOMOON 2 */
@font-face {
  font-family: 'icomoon2';
  src: url("../webfonts/icomoon2.eot?mxwvk9");
  src: url("../webfonts/icomoon2.eot?mxwvk9#iefix") format("embedded-opentype"), url("../webfonts/icomoon2.ttf?mxwvk9") format("truetype"), url("../webfonts/icomoon2.woff?mxwvk9") format("woff"), url("../webfonts/icomoon2.svg?mxwvk9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Page Header */

body {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    padding-top: 6px;
}

a:hover {text-decoration: underline;}

.fullrow {
  width: 100%;
  max-width: 100%;
  min-width: 1024px;
  margin: 0 auto;
}

div.hover-title {background-color: transparent;}

.header {
  background-color: #ffffff;
}

.header-logo {
  padding: 0;
}
.header-logo a {
  text-indent: -9999px;
  background: transparent url("../static/img/laufen-UI/logo_laufen_standard.png") no-repeat;
  width: 206px;
  height: 60px;
  padding: 5px 0 0 0;
  overflow: hidden;
  display: block;
  margin: 0;
  overflow: hidden;
}

.header-logo-ch a {
  text-indent: -9999px;
  background: transparent url("../static/img/laufen-UI/logo_laufen_ch.png") no-repeat;
  width: 206px;
  height: 60px;
  padding: 5px 0 0 0;
  overflow: hidden;
  display: block;
  margin: 0;
  overflow: hidden;
}


.specialfixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  widows: 100%;
  background: #ffffff;
  border-bottom: 1px solid #4a4a4a;
}
.specialfixed .header-logo {
  margin-top: 16px;
}


.submenu-select-country .header-logo a {
background-size: 103px 30px;
margin: 20px

}

nav {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 23px;
}

.sub-nav {
  background-color: #ffffff;
  height: 26px;
  position: relative;
  z-index: 500;
}
.sub-nav > nav > .columns {
  /*border-bottom: 1px solid #2f2f2f;*/
  height: 30px;
}
.sub-nav > nav > .columns > ul {
  position: absolute;
  height: 21px;
}
.sub-nav > nav > .columns > ul > li {
  float: left;
  height: 21px;
  background-image: none;
}

/*Selector de idiomas*/
.sub-nav > nav > .columns > ul > li#menu-idiomas .chevron-tiny-right {
	/* padding: 3px 18px 3px 6px; */
	transition: .2s;
}

.sub-nav > nav > .columns > ul > li#menu-idiomas .chevron-tiny-right:hover {
	text-decoration: none;
	color: #fff;
}

.sub-nav > nav > .columns > ul > li#menu-idiomas .chevron-tiny-right:hover span:before {
	color: #fff;
}

.sub-nav > nav > .columns > ul > li#menu-idiomas .chevron-tiny-right span:before {
    position: relative;
    left: 15px;
    top: 2px;
    transition: .2s;
}

.sub-nav > nav > .columns > ul > li#menu-idiomas .menu-more-sites {
	position: absolute;
    top: 24px;
    width: 39px;
    /*left: 15p*/
    background: #fff;
    z-index: 2;
}

.sub-nav > nav > .columns > ul > li#menu-idiomas .menu-more-sites .content {
    margin: 0 auto;
    width: 100%;
}

.sub-nav > nav > .columns > ul > li#menu-idiomas .menu-more-sites .content ul {
	margin: 0;
}

.sub-nav > nav > .columns > ul > li#menu-idiomas .menu-more-sites .content ul {
	margin: 0;
}


.sub-nav > nav > .columns > ul > li#menu-idiomas .menu-more-sites .content ul li {
    padding: 0;
    display: block;
    background: none;
}

.sub-nav > nav > .columns > ul > li#menu-idiomas .menu-more-sites .content ul li a {
    color: #666;
    display: block;
    /* font-weight: bold */;
    font-family: "icomoon", "icomoon2", Arial;
    text-align: center;
    padding: 2px 0;
}

#menu-idiomas .chevron-tiny-right.menu-button {
	color: #666;
}

.sub-nav > nav > .columns > ul > li#menu-idiomas .menu-more-sites .content ul li a:hover {
	background: #999;
	color: #FFF;
}

.sub-nav > nav > .columns > ul > li#menu-idiomas .menu-more-sites .content ul li a:hover {
	text-decoration: none;
}
/*Fin selector de idiomas*/
#countries_menu {
  	cursor: pointer;
    font-size: 12px;
    padding: 0 10px 0 0;
}

.sub-nav > nav > .columns > ul > li > a {
  /* font-weight: bold; */
  font-size: 11px;
  line-height: 18px;
  color: #000000;
  float: left;
  font-weight: normal;
  outline: none;
  padding: 3px 12px;
}
.sub-nav > nav > .columns > ul > li > a:hover, .sub-nav > nav > .columns > ul > li > a.hovered {
  color: #000000;
  background-color: #999;

}
.sub-nav > nav > .columns > ul.last {
  right: 0;
}
.sub-nav > nav > .columns > ul.last > li {
  margin-left: 30px;
  position: relative;
}
.sub-nav > nav > .columns > ul.last > li:first-child {
  margin-left: 0;
}
.sub-nav > nav > .columns > ul.last > li:last-child {
  background-color: #ffffff;
  width: 205px;
}
li.myroca-box {
  background-color: #ffffff;
  width: 140px;
}


/* The Grid ---------------------- */
.row {
  width: 1024px;
  max-width: 1024px;
  min-width: 1024px;
  margin: 0 auto;
}
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
}
.row.collapse .column, .row.collapse .columns {
  padding: 0;
}
.row .row.collapse {
  margin: 0;
}

.lt-ie9 .row.main-content {
  width: 970px;
  min-width: 970px;
  max-width: 970px;
  padding-left: 10px;
  padding-right: 10px;
}

.column, .columns {
  float: left;
  min-height: 1px;
  padding: 0;
  position: relative;
}

.column.centered, .columns.centered {
  float: none !important;
  margin: 0 auto;
}

.one, .row .one {
  width: 8.33333%;
}

.two, .row .two {
  width: 16.66667%;
}

.two.brand, .row .two.brand {
  width: 13.33%;
}

.lt-ie9.lt-ie8 .two, .lt-ie9.lt-ie8 .row .two {
  width: 16.5%;
}

.three {
  width: 25%;
}

.row .three {
  width: 25%;
}
.row .three#pageContentLeftColumn {
  padding: 0 10px 0 0;
}

.four, .row .four {
  width: 33.33333%;
}

.lt-ie9.lt-ie8 .four, .lt-ie9.lt-ie8 .row .four {
  width: 32.22%;
}

.five, .row .five {
  width: 41.66667%;
}

.six, .row .six {
  width: 50%;
}

.lt-ie9.lt-ie8 .six, .lt-ie9.lt-ie8 .row .six {
  width: 49.5%;
}

.seven, .row .seven {
  width: 58.33333%;
}

.eight, .row .eight {
  width: 66.66667%;
}

.nine, .row .nine {
  width: 75%;
}

/* .nine.collections-page, .row .nine.collections-page { width: 73.77%; } */
.ten, .row .ten {
  width: 83.33333%;
}

.eleven, .row .eleven {
  width: 91.66667%;
}

.twelve {
  width: 100%;
}

.row .twelve {
  width: 100%;
}
.row .offset-by-one {
  margin-left: 8.33333%;
}
.row .offset-by-two {
  margin-left: 0%;
}
.row .offset-by-three {
  margin-left: 25%;
}
.row .offset-by-four {
  margin-left: 33.33333%;
}
.row .offset-by-five {
  margin-left: 41.66667%;
}
.row .offset-by-six {
  margin-left: 50%;
}
.row .offset-by-seven {
  margin-left: 58.33333%;
}
.row .offset-by-eight {
  margin-left: 66.66667%;
}
.row .offset-by-nine {
  margin-left: 75%;
}
.row .offset-by-ten {
  margin-left: 83.33333%;
}

.push-two {
  left: 16.66667%;
}

.pull-two {
  right: 16.66667%;
}

.push-three {
  left: 25%;
}

.pull-three {
  right: 25%;
}

.push-four {
  left: 33.33333%;
}

.pull-four {
  right: 33.33333%;
}

.push-five {
  left: 41.66667%;
}

.pull-five {
  right: 41.66667%;
}

.push-six {
  left: 50%;
}

.pull-six {
  right: 50%;
}

.push-seven {
  left: 58.33333%;
}

.pull-seven {
  right: 58.33333%;
}

.push-eight {
  left: 66.66667%;
}

.pull-eight {
  right: 66.66667%;
}

.push-nine {
  left: 75%;
}

.pull-nine {
  right: 75%;
}

.push-ten {
  left: 83.33333%;
}

.pull-ten {
  right: 83.33333%;
}

object, embed {
  max-width: 100%;
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

/* Nicolas Gallagher's micro clearfix */
/* .row { *zoom: 1; } */
.row:before {
  content: " ";
  display: table;
}
.row:after {
  content: " ";
  display: table;
  clear: both;
}

a.chevron-tiny-right, a.chevron-tiny-nomenu-right {
  padding-right: 10px;
  position: relative;
}
a.chevron-tiny-right span, a.chevron-tiny-nomenu-right span {
  font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
  color: #000;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 2px 0 0 0;
  display: inline-block;
}

a.chevron-tiny-right span:before {
  content: "\e60b";
  padding-left: 6px;
}

a.chevron-tiny-right span.ico-select-country:before{
  content:"";
  padding-left: inherit;
}

span.ico-select-country {
  background: transparent url(../images/rocaUI/resources.png) no-repeat -57px -110px !important;
  width: 20px !important;
  height: 18px !important;
  display: block !important;
  float: left !important;
  margin: 2px 4px 0 0 !important;
  position: relative !important;
}

.main-header {
  background-color: #ffffff;
  height: 94px;
  position: relative;
  z-index: 99;
}
.main-header h1.logo {
  margin: 15px 0 0 0 !important;
  padding: 0;
  font-size: 14px;
}
.main-header h1.logo a {
  height: auto;
  width: 100%;
  padding: 0 0 0 0;
  overflow: hidden;
  display: block;
  margin: 0;
  outline: 0;
}
.main-header h1.logo img {
  width: 90%;
  height: auto;
}

.main-nav {
  background-color: #ffffff;
  height: 35px;
  position: relative;
  margin-top: 31px;
  width: 790px;
  float: right;
}

.main-nav img {
    max-width: 100%;
  }

.main-nav ul > li {
  border-right: 1px solid #000;
  font-size: 13px;
  line-height: 20px;
  text-indent: 0;
  float: left;
  margin: 0;
}

nav > ul > li {
    border-right: 1px solid #000;
    float: left;
    margin: 0 -1px 0 0;
    position: relative;
}

.main-nav ul > li:last-child, .main-nav ul > li.last {
  border-right: none;
}

.lt-ie8 .main-nav > nav > ul > li.last {
  width: 16.2%;
}

.main-nav > nav > ul.last {
  position: absolute;
  right: 0;
}

.main-nav > nav > ul > li:hover {
  background: transparent;
  color: #0096d0;
  cursor: pointer;
  overflow: visible;
  height: 150%;
  border-right-color:#999;
}

.main-nav > nav > ul > li:hover > a {
  color: #ffffff;
  box-shadow: inset 0px 0px 0px 1px #808080;
  background-color: #999;
}
.main-nav > nav > ul > li > a {
  width: auto;
  padding: 8px 18px 6px 18px;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  height: auto;
  display: block;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  position: inherit;
}

.main-nav > nav > ul > li > a:hover {
  color: white;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #808080;
  box-shadow: inset 0px 0px 0px 1px #808080;
  background-color: #999;
  transition: initial;
  transition-duration: 0.3s;
}

.main-nav > nav > ul li ul li {
    padding-right: 0;
	  font-size: 12px;
    line-height: 22px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    border-right-style: none;
    display: block;
    color: #000000;
    float: none;
    width: 100%%;
    margin: 0 auto;
}

.main-nav > nav > ul li ul li p {
  line-height: 1.5;
}
.main-nav > nav > ul li ul li a {
  padding: 0 2px
}
/* Only used in Header? */
/*
#site {
    position: absolute;
    left: 44px;
    top: 76px;
    width: 990px;
    z-index: 20;
}
*/

.main-nav > nav > ul > li > div {
    position: absolute;
    left: 0;
    top: 30px;
    width: auto;
    height: auto;
    display: none;
    font-size: 12px;
    line-height: 12px;
}
.main-nav > nav > ul > li > div,
.main-nav > nav li li:hover > div {
    background: url(../images/rocaUI/menu.png);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.main-nav > nav > ul > li:hover > div {
    display: block;
}

.main-nav > nav > ul > li:hover > div > ul > li > div {
    padding-right: 10px
}

.main-nav > nav > ul > li > div > ul {
    position: relative;
    width: 225px;
    padding: 32px 0 10px 12px;
}
.main-nav > nav li li > div {
    position: absolute;
    z-index: 999;
    top: 0;
    left:0;
    display: none;
}
.main-nav > nav li li > div img {
    display: block;
    margin: 0 0 10px 0;
    /* padding-right: 10px; */
}
/*#site li ul:before { content:''; }
#site li ul:before,*/

.main-nav > nav > ul li ul li:hover > div {}

.main-nav > nav li li:hover > div {
    left: 225px !important;
    position: absolute;
    position: absolute;
    top: 0;
    width: 240px;
    padding: 11px;
    display: block;
    text-transform: none;
    min-height: 100%;
    padding-right: 0;
}
.main-nav > nav .details,
.main-nav > nav .details div {
    /* min-height:270px; */
    padding-right: 0;
}
.mobile .main-nav > nav ul li div ul li a {
    font-size: 15px;
    display: block;
    padding: 4px 15px 4px 0;
}
.main-nav > nav > ul > li.last,
.main-nav > nav > ul > li.last a,
.main-nav > nav > ul > li.last:hover,
.main-nav > nav > ul > li.last:hover a,
.main-nav > nav > ul > li.last a:hover,
.main-nav > nav > ul > li.active.last,
.main-nav > nav > ul > li.active.last:hover,
.main-nav > nav > ul > li.active.last a,
.main-nav > nav > ul > li.active.last a:hover,
.main-nav > nav > ul > li.active.last:hover a,
.main-nav > nav > ul > li:first-child a {
    background-image: none !important;
}
.main-nav > nav ul li div .details li div .more {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    white-space: nowrap;
    text-decoration: underline;
    padding: 0 0 0 17px;
    display: inline;
}
.main-nav > nav ul li div .details li div .more:hover {
    text-decoration: none;
}
.main-nav > nav .details div {
    height: 100%;
    min-height: inherit;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.main-nav > nav .details div {
    padding-top: 0 !important;
}
.main-nav > nav.details div img {
    padding-top: 10px;
}
.main-nav > nav li li li > div {
    left: 240px !important;
    padding-right: 10px !important;
}
.main-nav > nav li li li {
    padding-right: 10px;
}
.main-nav > nav .details div img {
    padding-top: 10px;
}
.main-nav > nav li > a {
    display: block;
}
.main-nav > nav > ul > .last {
    padding-top: 0 !important;
    padding-left: 0 !important;
}

.main-nav > nav > ul > li:last-child > a {
  text-align: right;
  padding: 8px 13px 6px 18px;
}

.main-nav ul > li.last a {
  border-right: none;
}

.main-nav .menu-select-country {
  padding: 0;
  overflow: visible;
}

.main-nav ul li a.chevron-small-right span {
  display: none;
}

/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
.block-grid {
  display: block;
  overflow: hidden;
  padding: 0;
}
.block-grid > li {
  display: block;
  height: auto;
  float: left;
}
.block-grid.one-up > li {
  width: 100%;
}
.block-grid.two-up > li {
  width: 50%;
}

/* .block-grid.one-up { margin: 0; margin: 0 -8px; } */
/* .block-grid.two-up { margin: 0 -15px; margin: 0 -8px; } */
.lt-ie9.lt-ie8 .block-grid.two-up > li {
  width: 49.5%;
}

.block-grid.two-up.mobile > li {
  width: 100%;
}

.lt-ie9.lt-ie8 .block-grid.two-up.mobile > li {
  width: 99%;
}

.block-grid.two-up > li:nth-child(2n+1) {
  clear: both;
}
.block-grid.three-up > li {
  width: 33.33333%;
}
.block-grid.three-up > li:nth-child(3n+1) {
  clear: both;
}
.block-grid.four-up > li {
  width: 25%;
}
.block-grid.four-up > li:nth-child(4n+1) {
  clear: both;
}
.block-grid.five-up > li {
  width: 20%;
}
.block-grid.five-up > li:nth-child(5n+1) {
  clear: both;
}
.block-grid.six-up > li {
  width: 16.66667%;
}
.block-grid.six-up > li:nth-child(6n+1) {
  clear: both;
}

/* .block-grid.three-up { margin: 0 -12px; margin: 0 -8px; } */
/* .block-grid.four-up { margin: 0 -10px; } */
/* .block-grid.five-up { margin: 0 -8px; } */
/* .block-grid.six-up { margin: 0 -8px; } */
.lt-ie9.lt-ie8 .block-grid.six-up > li {
  width: 16.52%;
}

/* .block-grid.seven-up { margin: 0 -8px; } */
.block-grid.seven-up > li {
  width: 14.28571%;
}
.block-grid.seven-up > li:nth-child(7n+1) {
  clear: both;
}
.block-grid.eight-up > li {
  width: 12.5%;
}
.block-grid.eight-up > li:nth-child(8n+1) {
  clear: both;
}
.block-grid.nine-up > li {
  width: 11.11111%;
}
.block-grid.nine-up > li:nth-child(9n+1) {
  clear: both;
}
.block-grid.ten-up > li {
  width: 10%;
}
.block-grid.ten-up > li:nth-child(10n+1) {
  clear: both;
}
.block-grid.eleven-up > li {
  width: 9.09091%;
}
.block-grid.eleven-up > li:nth-child(11n+1) {
  clear: both;
}
.block-grid.twelve-up > li {
  width: 8.33333%;
}
.block-grid.twelve-up > li:nth-child(12n+1) {
  clear: both;
}

ul.block-grid li.hovered a {
  background-color: #0096d0;
  color: #fff;
}

.search-link p {
  text-align: right;
  font-size: 12px;
  line-height: 27px;
  color: #8a8a8a !important;
}
.search-link a {
  color: #8a8a8a !important;
}
.search-link a:hover {
  color: #fff !important;
}
.search-link input {
  color: #ddd;
}

.product-search-header {
  position: relative;
  margin: 0;
  width: 202px;
}
.product-search-header-mobile{
  position: relative;
  margin: 0;
  width: 100%;
  height: 0px;
}
.product-search-header input {
  float: right;
  font-size: 12px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  box-sizing: border-box !important;
  margin: 0;
  background-color: #fff;
  width: 140px;
  margin-right: 26px;
  height: 28px !important;
  border: 1px solid #e8e8e8;
  zoom: 1;
  filter: alpha(opacity=90);
  opacity: 0.9;
  -webkit-border-radius: 0px;
-moz-border-radius: 1px;
border-radius: 0px;
transition: all 0.3s ease;

}
.product-search-header-mobile input {
  font-size: 12px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  box-sizing: border-box !important;
  margin: 0;
  width: 100%;
  height: 28px !important;
  border: 1px solid #e8e8e8;
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-border-radius: 0px;
  -moz-border-radius: 1px;
  border-radius: 0px;
  transition: all 0.3s ease;
  color: #a5a5a5;
}

.lt-ie9.lt-ie8 .product-search-header input {
  height: 18px !important;
  width: 150px;
  margin: 17px 0 0 0;
  padding-bottom: 0;
  padding-left: 2px;
}
.lt-ie9.lt-ie8 .product-search-header.ie7white input {
  background: #fff !important;
  transition: none;
  color: #666666;
}

.product-search-header input:focus {
  color: #000000;
  background: #fff;
  border: 1px solid #000;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.lt-ie9.lt-ie8 .product-search-header input:focus {
  background: #fff !important;
}

.product-search-header > span {
  position: relative;
  top: 13px;
  padding: 13px 15px;
  background-color: transparent;
  border: 0;
  background-image: url("../images/rocaUI/zoom.png");
  background-repeat: no-repeat;
  background-position: 10px 4px;
}

.product-search-header > button,
.product-search-header > button:hover {
	position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    height: 28px;
    width: 28px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background-size: 19px auto;
	border: 0;
	background: url("../images/rocaUI/search-roca.png") no-repeat center right scroll transparent;
}

.product-search-header > button:hover {
	opacity: .8;
}

.lt-ie9.lt-ie8 .product-search-header button {
  top: 17px;
}

.product-search-header label {
  position: absolute;
  top: 23px;
  right: 75px;
  font-size: 12px;
  z-index: -1;
}

.lt-ie9.lt-ie8 .product-search-header label {
  right: 72px;
}

#divCountriesPopup {
	background-color: #333;
}

#divCountriesPopup h2 {
    font: bold 32px Arial, sans-serif;
    text-transform: inherit;
    color: white;
    margin: 20px 0 40px 0px;
    padding: 0;
}

#divCountriesPopup p{
    font-size: 16px;
    color: white;
    margin: 20px 0 5px;
    padding: 0;
    display: block;
}

#continentGlobal{
	padding: 10px;
    border: 0;
    width: 100%;
    max-width: 280px;
}

#countryGlobal{
	padding: 10px;
    border: 0;
    width: 100%;
    max-width: 280px;

}

#auxContinentDivGlobal .mfp-close{

    position: absolute;
    right: calc(50% - 535px);
    top: 50px;
    text-decoration: none;
    font-size: 2rem;
    color: #b1b1b1;
    border: 1px solid #b1b1b1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
}

@media only screen and (max-width: 748px) and (min-width: 0) {
	#auxContinentDivGlobal .mfp-close{
	    right: 20px !important;
	}
	
	.submenu-select-country {
	    display: block!important;
	    width: 100% !important;
	    background: url(../images/countries/laufen_selectCountry.jpg) no-repeat left center scroll#333 !important;
	    background-size: 100% auto !important;

	}
	
	.submenu-select-country .content {
	    width: 100% !important;
	    padding-left: 35px !important;
	    text-align: left;
	}
	
	#countries_menu{
		float: right;
	    display: contents;
	    font-size: 14px !important;
	}
	#close_countries{
	    right: 20px !important;
	}

}


.lt-ie9.lt-ie8 .product-search-header-mobile input {
  height: 18px !important;
  width: 150px;
  margin: 17px 0 0 0;
  padding-bottom: 0;
  padding-left: 2px;
}
.lt-ie9.lt-ie8 .product-search-header-mobile.ie7white input {
  background: #fff !important;
  transition: none;
  color: #666666;
}

.product-search-header-mobile input:focus {
  color: #000000;
  background: #fff;
  border: 1px solid #000;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.lt-ie9.lt-ie8 .product-search-header-mobile input:focus {
  background: #fff !important;
}

.product-search-header-mobile > span {
  position: relative;
  top: 13px;
  padding: 13px 15px;
  background-color: transparent;
  border: 0;
  background-image: url("../images/rocaUI/zoom.png");
  background-repeat: no-repeat;
  background-position: 10px 4px;
}

.product-search-header-mobile > button,
.product-search-header-mobile > button:hover {
	position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    height: 28px;
    width: 28px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background-size: 19px auto;
	border: 0;
	background: url("../images/rocaUI/search-roca.png") no-repeat center right scroll transparent;
}

.product-search-header-mobile > button:hover {
	opacity: .8;
}

.lt-ie9.lt-ie8 .product-search-header-mobile button {
  top: 17px;
}

.product-search-header-mobile label {
  position: absolute;
  top: 23px;
  right: 75px;
  font-size: 12px;
  z-index: -1;
}

.lt-ie9.lt-ie8 .product-search-header-mobile label {
  right: 72px;
}


div#divCountries {
    position: fixed;
    width: 100%;
    top: 120px;
    left: 50%;
    text-transform: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ededed;
}

.submenu-select-country {
	display: block!important;
	width: 1030px;
	padding: 18vh 0; /* Alto en función de la pantalla */
	margin: 0 auto;
	background: url("../images/countries/laufen_selectCountry.jpg") no-repeat right center scroll #333;
	background-size: 70% auto;
}

.submenu-select-country:after {
    content: '';
    display: block;
    clear: both;
}

#close_countries {
    position: absolute;
    right: calc(50% - 535px);
    top: 50px;
    text-decoration: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 2rem;
    color: #b1b1b1;
    border: 1px solid #b1b1b1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
}

.menu-select-country.specialtop::after {
  top: 58px;
}

.lt-ie9 .submenu-select-country {
  background-color: #000000;
}

.submenu-select-country .container {
  height: 490px;
  overflow: auto;
}

.submenu-select-country .logo {
  margin: 15px 0 0 0;
  padding: 0;
}
.submenu-select-country .logo a {
  text-indent: -9999px;
  background: transparent url("../images/rocaUI/resources.png") no-repeat -4px -4px;
  width: 70px;
  height: 28px;
  padding: 5px 0 0 0;
  overflow: hidden;
  display: block;
  margin: 0;
  overflow: hidden;
}

.submenu-select-country .content {
    width: 100%;
    display: table;
    margin: 0 auto;
    float: none;
}

div#divCountries {
    background-color: #333;
}

div#divCountries h2,
div#divCountries p {
    font-size: 16px;
    color: white;
    margin: 20px 0 5px;
    padding: 0;
}

div#divCountries h2 {
    font: bold 32px Arial, sans-serif;
    text-transform: inherit;
    margin-bottom: 40px;
}

div#divCountries select {
    padding: 10px;
    border: 0;
    width: 100%;
    max-width: 280px;
}

.submenu-select-country .content .columns {
  padding-right: 10px;
  display: table-cell;
  vertical-align: top;
  float: none;
  min-width: 150px;
}

.submenu-select-country .content .one {
  width: 130px;
}

.submenu-select-country .content .two {
  width: 350px;
}

.submenu-select-country .content .extra {
  width: 180px;
  margin-left: 1px;
  margin-right: 0;
}

.lt-ie9 .submenu-select-country .content .extra {
  width: 170px;
}

.submenu-select-country .content .columns p {
  clear: both;
  border-bottom: 1px solid #4a4a4a;
  color: #fff;
  margin: 15px 0 5px 0;
  padding-bottom: 2px;
  width: 100%;
  float: left;
}

.submenu-select-country .content .columns p:first-child {
  margin: 0 0 5px 0;
  color: #000;
}

.submenu-select-country .content .columns > ul {
  position: relative;
  width: 100%;
}
.submenu-select-country .content .columns > ul:after {
  content: '';
  display: table;
  clear: both;
}
.submenu-select-country .content .columns > ul li {
  border: none;
  display: block;
  background-image: none;
  padding: 0;
}
.submenu-select-country .content .columns.x2 > ul li {
  float: left;
  width: 50%;
}

.submenu-select-country .content .columns > ul li a {
  color: #8a8a8a;
  font-size: 13px;
  line-height: 120%;
}

.submenu-select-country .content .columns > ul li a.other {
  color: #0096d0;
}

.submenu-select-country .content .submenu {
  display: none;
  margin-top: 60px;
}

.submenu-select-country .content .submenu p {
  margin: 0 0 5px 0;
}

.submenu-select-country .content .international-site-link {
  display: inline-block;
}

.submenu-select-country .content .international-site-link a {
  color: #fff;
}

.submenu-select-country .content .international-site-link a {
  color: #000000;
}

.submenu-select-country .content .international-site-link a:hover {
  color: #fff;
}
.submenu-select-country .content .international-site-link a span.chevron-small-nomenu {
  margin-top: 3px;
}

.menu-select-country .content .international-site-link a span.chevron-small-nomenu {
  margin-top: 3px;
}

.international-site-link a:hover {background-color: #999;}

.submenu-select-country .content .submenu p {
  color: #6a6a6a;
  width: 100%;
  border-bottom: 1px solid #8a8a8a;
}

.submenu-select-country .content .submenu p.country-list {
  color: #8a8a8a;
  padding: 3px 0 10px 0;
  float: none;
  clear: both;
}

.submenu-select-country .content .submenu p.country-list a {
  color: #8a8a8a;
  line-height: 150%;
}

.submenu-select-country .content .submenu p.country-list a:hover {
  color: #0096d0;
}

/* My Roca */
.my-roca-out {
  height: 23px;
  width: auto;
  position: relative;
  border-top: 0;
  border-left: 1px solid #000;
}

ul.my-roca-out li, .lt-ie9 ul.my-roca-out li {
  margin-right: 0;
  padding: 4px 0 0 0;
}

.my-roca-out:hover {
  cursor: pointer;
}

.my-roca-out a.chevron-tiny-right span {
  right: 2px;
}

.my-roca-out a.chevron-tiny-nomenu-right span:before {content: "\e60b";}

.my-roca-out a.chevron-tiny-nomenu-right span {
  right: 0px;
  top:0;
  display: inline-block;
  position: relative;
  margin-left: 0px;
  background: none;
  width: 20px;
  height: 20px;
  -moz-osx-font-smoothing: grayscale;
    font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none
}

.my-roca-active {
  background-color: #999 !important;
}

.my-roca {
  background-color: #ffffff;
  display: none;
  position: absolute;
  border-top:1px solid #eee;
  top: 22px;
  z-index: 65000;
  right: -80px;
  width: 205px;
  min-height: 88px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.my-roca .content {
  font-size: 12px;
  width: auto;
  width: 100%;
}
.my-roca .content ul {
  margin: 10px auto 10px auto;
  width: 94%;
}
.my-roca .content ul li {
  font-size: 12px;
  text-indent: 24px;
  background-image: none;
  padding: 0;
}

.lt-ie9.lt-ie8 .my-roca .content ul li.wish, .lt-ie9.lt-ie8 .my-roca .content ul li.comparer {
  position: relative;
  width: 190px;
}

.my-roca .content ul li span.icon {
  width: 18px;
  height: 18px;
  position: relative;
  float: right;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHtJREFUeNpi/P//PwM1ARMDlQELLglGRsbpQOojEFfgUoPNd/hcCDKsHIg7SHIiyBZsGApAhv3HZShWfQQMxGsouQbiNJQSA7EaSqmBGIZSw0AUQ7Hpo3rCHlAvUzVSqJpsqJqwqZr18BqGy0BGXDFKbvHFOOhLbIAAAwB5RrgueOec4gAAAABJRU5ErkJggg==") no-repeat scroll right center;
  margin-right: -3px;
  margin-top: 1px;
  opacity: 0.4;
}

.lt-ie9.lt-ie8 .my-roca .content ul li span.icon {
  position: absolute;
  left: 155px;
  top: 10px;
  float: none;
  margin: 0;
}

.my-roca .content ul li.wish a {
  color: #666666;
  font-weight: normal;
  /*background: #ffffff url("../images/rocaUI/icons-my-menu.png") no-repeat 1px 10px;*/
  font-family: "icomoon","icomoon2",Arial;
}
.my-roca .content ul li.wish a:before {
  content: "\e607";
  padding: 0 5px 0 0;
}

.my-roca .content ul li.comparer a {
  color: #666666;
  font-weight: normal;
  /*background: #ffffff url("../images/rocaUI/icons-my-menu.png") no-repeat 2px -95px;*/
  font-family: "icomoon","icomoon2",Arial;
}

.my-roca .content ul li.comparer a:before {
  content: "\ea45";
  padding: 0 5px 0 0;
}

.my-roca .content ul li.basket a {
  color: #666666;
  font-weight: normal;
  background: #ffffff url("../images/rocaUI/icons-my-menu.png") no-repeat 2px -620px;
}
.my-roca .content ul li.login a {
  color: #666666;
  font-weight: normal;
  background: #ffffff url("../images/rocaUI/icons-my-menu.png") no-repeat 2px -583px;
}

ul.last li ul {
  position: relative;
}
ul.last li ul li {
  font-size: 11px;
  color: #fff;
  display: inline;
}
ul.last li ul.my-roca-out li:last-child {
  position: relative;
  right: 0;
  top: 0;
  background-image: none;
}
ul.last li ul.my-roca-out li a {
  color: #8F8F8F;
  padding-right: 1px;
}
ul.my-roca-out.my-roca-active li a {

}

ul.my-roca-out.my-roca-active li p {
    color: #fff;
}

.my-roca .content ul li:last-child {
  position: relative !important;
  right: 0;
  width: 100%;
}

ul.last li ul li a {
  color: #000000;
}

.my-roca .content ul li a {
  padding: 5px 5px;
  margin: 5px 0;
  display: block;
}
.my-roca .content ul li a:hover {
  background-color: #999 !important;
  color: #fff;
  border: 0;
  text-decoration: none;
}

li.wish-icon p, li.comparer-icon p, li.basket-icon p {
  font-size: 12px;
  line-height: 1.2;
  color: #000000;
  margin: 0;
  padding: 0 0 0 10px;
  display: inline;
  font-family:"icomoon", "icomoon2",Arial;
}
li.wish-icon, li.comparer-icon {
  position: relative;
  background-image: none;
}

li.wish-icon p:before {
  content: "\e607";
  padding: 0 3px 0 0;
}

li.wish-icon.active p:before {
  color:#e61f22;
}

li.comparer-icon p:before{
  content: "\ea45";
  padding: 0 3px 0 0;
}

li.comparer-icon.active p:before{
  color:#e61f22;
}

li.wish-icon {
  /*background: transparent url("../images/rocaUI/icons-my-menu.png") no-repeat 3px 2px;*/

}
li.comparer-icon {
  /*background: transparent url("../images/rocaUI/icons-my-menu.png") no-repeat 0 -102px;*/
}
li.basket-icon {
  background: transparent url("../images/rocaUI/icons-my-menu.png") no-repeat 0 -630px;
}

.lt-ie9 .myroca-box li.wish-icon {
  background-color: transparent;
  background-image: url("../images/rocaUI/icons-my-menu.png");
  background-position: 3px 2px;
  background-repeat: no-repeat;
  padding: 2px;
  width: 45px;
  height: 23px;
}
.lt-ie9 .myroca-box li.comparer-icon {
  background-color: transparent;
  background-image: url("../images/rocaUI/icons-my-menu.png");
  background-position: 2px -104px !important;
  background-repeat: no-repeat;
  padding: 2px;
  width: 45px;
  height: 23px;
}
.lt-ie9 .myroca-box li.wish-icon.acive {
  background-color: red;
  background-image: url("../images/rocaUI/icons-my-menu.png");
  background-position: 3px -49px;
  background-repeat: no-repeat;
  padding: 2px;
  width: 45px;
  height: 23px;
}
.lt-ie9 .myroca-box li.comparer-icon.active {
  background-color: transparent;
  background-image: url("../images/rocaUI/icons-my-menu.png");
  background-position: 0 -147px !important;
  background-repeat: no-repeat;
  padding: 2px;
  width: 45px;
  height: 23px;
}

header.mobile #laufen-logo {
	display: block;
	font-size: 1em;
	margin: 0;
	padding: 0 0 1em;
}
header.mobile #laufen-logo a {
	height: 60px;
    width: 206px;
    display: block;
}
header.mobile #laufen-logo img {
	max-width: 180px;
	height: auto;
	padding: 5px 0 0 5px;
	display: block;
	box-sizing: initial;
	margin-left: 40px;
}

/* mobile menu */
#mobile-menu-header #menumobile2 {
	display: none;
}
@media only screen and (min-width: 0) and (max-width: 748px) {
.mm-menu.mm-theme-white .mm-listview > li .mm-next::after, .mm-menu.mm-theme-white .mm-listview > li .mm-arrow::after {border-color:#000;}
.mm-menu .mm-navbar .mm-btn::before, .mm-menu .mm-navbar .mm-btn::after, .mm-menu.mm-theme-white .mm-navbar .mm-btn::before, .mm-menu.mm-theme-white .mm-navbar .mm-btn::after {border-color:#000; color:#000;}
.mm-listview .mm-next::before {border-left: 0;}
.mm-listview > li:not(.mm-divider)::after {left: 0;}
.mm-listview, .mm-listview > li {background-image: none;}
.mm-listview > li > span.icon, .mm-listview > li.mm-favorites > a {display: inline;}
.mm-listview > li > span.icon.fav-selected {color:red;}
.mm-menu.mm-theme-white .mm-listview > li > a, .mm-listview > li > span {color:#000;}
.mm-listview > li > a:hover, .mm-listview > li > a:focus  {color:#888;}
.mm-listview > li.mm-favorites, .mm-listview > li.mm-favorites:not(.mm-divider)::after {border-bottom: none !important; border-bottom-width: 0;}
.mm-listview > li.mm-favorites {margin-top:40px;}
.mm-listview > li.mm-favorites > a {padding-left:0;}
#page.mm-page {box-sizing:border-box;}
.mm-opened #main {margin-top:0;}
.mm-page.mm-slideout {width: 100%;}
.mm-page.mm-slideout #teaser {margin-top: 0px;}
.mm-opening .mm-page.mm-slideout #header {position: relative;}
.mm-opening .mm-page.mm-slideout#page {opacity: 0.25;}
}
#menumobile2 .favourite-header .icon {
    color: #e71f22;
    padding-right: 10px;
}
/* footer */

.catalog-page-footer {
  float: none;
  clear: both;
  display: block;
}

.footer {
  border-top: 1px solid #999;
  padding: 20px 0 0;

  margin: 0 auto;
}
.footer a {
  color: #000000;
}
.footer .menu {
  float: left;
  margin-bottom: 20px;
  width: 655px;
}
.footer .menu .menuColumn {
  float: left;
  margin: 0 10px 0 0;
  width: 140px;
}
.footer h2, .footer h3, .footer h4 {
  text-transform: uppercase;
}
.footer h2 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0;
}
.footer h2 a {
  color: #000;
  text-decoration: none;
}
.footer ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer ul li {
  margin: 0 0 15px;
  line-height: 1.3;
  font-size: 12px;
}
.footer ul li a:hover {
  color: #e61f22;
}
.footer .contact {
  float: left;
  width: 335px;
}
.footer .contact .contactLink {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.footer .contact .socials {
  margin-bottom: 15px;
  display: table;
}
.footer .contact .socials a {
  background: #d5d5d5;
  color: #fff;
  display: inline-block;
  float: left;
  margin-right: 2px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 12px;
  text-transform: none;
  line-height: 1;
  height: 24px;
  width: 24px;
}
.footer .contact .socials a:hover {
  background: #999;
}
.footer .contact .socials .facebook:before, .footer .contact .socials .twitter:before,
.footer .contact .socials .play:before, .footer .contact .socials .youtube:before, .footer .contact .socials :before,
.footer .contact .socials .linkedin:before, .footer .contact .socials .mail:before, .footer .contact .socials .itunes:before {
  left: 6px;
  position: relative;
  top: 6px;
}
.footer .contact .socials .itunes {
  width: 72px;
}
.footer .contact .socials .itunes:before {
  content: '\e626';
  font-size: 17px;
  top: 4px;
}
.footer .contact h2 {
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 10px;
}
.footer .contact form {
  margin: 0;
  width: 230px;
}
.footer .contact form input, .footer .contact form textarea {
  border: 1px solid #ccc;
  width: 213px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.footer .contact form input[type="text"] {
  background: none;
  border-radius: 0;
  color: #999;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  width: 213px;
  padding: 5px;
  height: inherit;
}
.footer .contact form label {
  font-size: .75em;
  font-family: arial, sans-serif;
  color: #000000;
}
.footer .contact form .contactPrivacyPolicy {
  display: block;
  margin: 0 0 15px;
  width: 100%;
}
.footer .contact form .contactPrivacyPolicy input[type="checkbox"] {
  margin-right: 5px;
  width: auto;
}
.footer .contact form .button {
  background: #e8e8e8;
  border: 1px solid #d5d5d5;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 8px 10px 7px 10px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer .contact form .button:hover {
  color: #ffffff;
  background: #999;
}

.footer-links {
  border-left: 1px solid #cccccc;
}

.lt-ie8 .footer-links.last {
  width: 16%;
}

.footer-links ul {
  min-height: 200px;
  margin-left: 13px;
}
.footer-links ul li {
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 5px;
}
.footer-links ul li:first-child {
  font-size: 13px;
  color: #727272;
}
.footer-links ul li a {
  color: #0096d0;
  line-height: 14px;
}

.footer .footer-logo {
  margin-top: 65px;
  height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}
.footer .footer-logo a {
  width: 288px;
  height: 0;
  padding-top: 0;
  display: inline-block;
  outline: none;
}
.footer .footer-logo .mobile-four.three.columns img {
  width: 187px;
  height: auto;
  margin-top: 8px;
  margin-bottom: 2px;
  padding-bottom: 2px;
}
.footer .footer-copyright p {
  color: #666666;
  font-size: 11px;
  line-height: 30px;
  float: left;
}
.footer .footer-copyright p:last-child {
  margin-left: 1px;
}
.footer .ban_footer {
  background-color: transparent;
  float: right;
  height: auto;
  margin: -7px 5px 0 0;
  min-width: 50px;
  padding-top: 4px;
  text-align: right;
  width: 100%;
}
.footer .ban_footer a {
  width: auto;
}

/* Do you want to know more banner */
.more-footer {
  clear: both;
  background-color: #F4F5F5;
  padding-top: 1em;
  border-top: 1px solid #e8e8e8;
  margin: 0 !important;
}
.more-footer:first-child .two {
  padding-left: 5px !important;
}
.more-footer .two.columns {
  background-color: #e8e8e8;
  height: 220px;
  padding-left: 1px;
  padding-right: 1px;
}
.more-footer .two.columns.ellipsis {
  height: 220px;
  overflow: hidden;
}
.more-footer .two.columns:last-child {
  float: left !important;
}
.more-footer p {
  font-size: 1em;
  margin: .5em 0 .5em 5px;
  padding: .25em 0;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}
.more-footer img {
  margin-bottom: .5em;
  width: 156px;
  height: auto;
}
.more-footer .two.columns h5, .more-footer .two.columns h6, .more-footer .two.columns p {
  color: #666666;
  padding: 0 .25em;
  margin: 0;
  text-align: left;
}
.more-footer .two.columns h5 {
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}
.more-footer .two.columns h6 {
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}
.more-footer .two.columns p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding-top: .5em;
  padding-bottom: .75em;
  text-align: left;
}

.centerbox {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

/* extra footer */
.row .row.extra-footer {
  margin: 2em 0 1em 0 !important;
}

.extra-footer {
  margin-top: 1em;
  margin-bottom: 1em;
}
.extra-footer .four {
  border-right: 1px solid #fff;
}
.extra-footer .four.noborder {
  border: none;
}
.extra-footer .four.columns {
  background-color: #ececec;
  padding: 0 0 1.5em 0;
}
.extra-footer a {
  padding: 1em 0;
  display: block;
}
.extra-footer .four.columns h6, .extra-footer .four.columns p {
  font-size: 12px;
  color: #666666;
  padding: 0 .5em;
  margin: 0;
}
.extra-footer .four.columns h6 {
  font-size: 12px;
  color: #0096d0 !important;
  padding: 0 .5em;
  margin: 0;
}

.more-footer .two.columns:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}

.footer .footerLinks {
    border-bottom:1px solid #999;
    clear:both;
    margin:0 0 15px;
    padding:0 0 15px
}
.footer .footerLinks a {
    border-left:1px solid #000;
    display:inline-block;
    font-size:14px;
    margin:0 0 0 10px;
    padding:2px 0 2px 10px
}
.footer .footerLinks a:first-child {
    border:0;
    margin-left:0;
    padding-left:0
}

.footer .bottomLeft,
.footer .bottomRight {
    font-size:14px
}
.footer .bottomLeft {
    float:left
}
.footer .bottomLeft > a {
    display:inline-block;
    font-size:14px;
    margin:0 10px 0 0;
    padding:2px 10px 2px 0;
    text-transform:uppercase
}
.footer .bottomLeft .otherCountries:before {
    display:inline-block;
    margin:0 5px 0 0;
    top:2px;
    position:relative;
    font-family:'icomoon';
    content:"\e600";
    speak:none;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    font-size:18px;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.footer .bottomRight {
    text-align:right
}

.main-nav>nav li.menu-four li:hover>div {left: -260px !important;}
.main-nav>nav li.menu-five li:hover>div {left: -260px !important;}
.main-nav>nav li.menu-six li:hover>div {left: -260px !important;}

#my-roca-message-wish, #my-roca-message-comparer {
  position: absolute;
  z-index: 99999;
  display: none;
  position: absolute !important;
  background: transparent url('../images/rocaUI/arrow_top_adv.png') no-repeat center top;
  width: auto;
  min-width: 227px;
  height: 90px;
  top: 25px !important;
  color: #fff !important;
  text-transform: none !important;
}

#my-roca-message-wish {
  right: 180px !important; 
}

#my-roca-message-comparer {
  right: 140px !important;
}

#my-roca-message-wish div, #my-roca-message-comparer div {
  background-color: #e61f22;
  color: #fff;
  height: 25px;
  width: 90%;
  margin: 0 auto;
}

#my-roca-message-wish div p, #my-roca-message-comparer div p {
  padding: 1px 8px 0 8px;
  font-size: 13px;
  text-align: center;
  color: #fff;
}

.lt-ie9.lt-ie8 #my-roca-message-wish, .lt-ie9.lt-ie8 #my-roca-message-comparer {
  z-index: 65000;
  right: -1px;
  width: 220px;
}

.lt-ie9.lt-ie8  #my-roca-message-wish div p, .lt-ie9.lt-ie8 #my-roca-message-comparer div p {
  padding: -3px 6px 0 6px;
  margin-top: 0;
  font-size: 13px;
  text-align: center;
  line-height: 90%;
  color: #fff !important;
}