/********************************/
/********************************/
/* Base Style                   */
/********************************/
/********************************/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&display=swap');


body {
  font-family: 'Roboto', sans-serif;
}


h1 {
  font-size: 32px;
  font-weight: 700;
}




@media (min-width: 768px) {
  .cms-index-index .page-wrapper .nav-sections {
    margin-bottom: 0px;
  }
}

/* HEADER */

.page-header {
    background: #fff;
    color: #1b1b1a;
    border-bottom: 0;
}
header.page-header .panel.wrapper {
  border-bottom: none;
}
@media screen and (max-width: 600px) {
  .columns {
    display: block !important;
  }
}


.page-header .switcher strong {
  font-weight: 700;
}

.page-header .minicart-wrapper {
  color: #000;
}

#minicart-content-wrapper a {
  color: #000;
}

.page-header .dropdown a,
.page-header .dropdown .alink,
.page-header .dropdown a:visited,
.page-header .dropdown .alink:visited {
  color: #000;
}

.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  min-width: 30px;
}


header.page-header a.logo {
  margin: 0 0 0px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.logo img {
  max-width: 110px;
}

@media (min-width: 768px) {
  header.page-header .header.panel {
    padding: 0;
  }

  .cms-index-index header.page-header .panel.wrapper {
    border-bottom: none;
  }

  .page-header {
    position: relative;
  }

  .minicart-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 6;
    margin-top: 0;
  } 


}

.page-header a,
.page-header .alink,
.page-header a:visited,
.page-header .alink:visited {
    color: #fff;
    text-decoration: none;
}

.page-header a:hover, 
.page-header .alink:hover {
    text-decoration: underline;
}

.minicart-wrapper .action.showcart:before,
.block-search .action.search:before,
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart.active:hover:before {
  color: #000;
  content: "";
  /* width: 35px;
  height: 35px; */
  width: 27px;
  height: 27px;
  background: url('../images/form/cart.svg') center center no-repeat;
  background-size: 80% 80%;
}

.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart.active:hover:before {
  background: url('../images/form/cart-hover.svg') center center no-repeat;
  background-size: 80% 80%;
}



/* .minicart-wrapper {
  position: absolute;
  right: 20px;
  top: -45px;
} */

div.minicart-wrapper .action.showcart {
  position: relative;
}
div.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  border-radius: 50%;
  right: -13px;
  background: #5b1e85;
}

@media (min-width: 768px) {
  .block-search input {
    background: transparent;
    color: #fff;
  }

  div.header.panel>.header.links {
    /* margin-right: 40px; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 55px;
    z-index: 3;
  }
  
  div.header.panel>.switcher.switcher-language {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 3;
  }

  div.header.panel>.header.links li {
    display: none;
    margin: 0 0 0 6px;
  }
  div.header.panel>.header.links li:first-child {
    display: inline-block;
  }
  
  div.header.panel>.header.links li:first-child a {
    display: block;
    /* width: 35px;
    height: 35px; */
    width: 27px;
    height: 27px;
    text-indent: -9999px;
    background: url(../images/form/user.svg) center center no-repeat;
    background-size: 70% 70%;
  }

  div.header.panel>.header.links li:first-child a:hover {
    background: url(../images/form/user-hover.svg) center center no-repeat;
    background-size: 70% 70%;
  }

  .customer-logged-in div.header.panel>.header.links li.authorization-link {
    display: inline-block;
  }

  .customer-logged-in div.header.panel>.header.links li.authorization-link a {
    display: block;
    /* width: 35px;
    height: 35px; */
    width: 27px;
    height: 27px;
    text-indent: -9999px;
    background: url(../images/form/logout.svg) center center no-repeat;
    background-size: 70% 70%;
  }

  .customer-logged-in div.header.panel>.header.links li.authorization-link a:hover {
    background: url(../images/form/logout-hover.svg) center center no-repeat;
    background-size: 70% 70%;
  }
  
  div.header.content {
    padding: 2px 20px 2px;
    max-width: 100%;
    background-color: #3f1e98;
  }

}
.page-header{
  background-color: #3f1e98;
}


@media (max-width: 767px) {
  .cms-index-index .page-header {
    margin-bottom: 0;
  }
  .minicart-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 6;
    margin-top: 0;
  } 
  .minicart-wrapper .block-minicart {
    right: -19px;
  }
  div.minicart-wrapper .action.showcart .counter.qty {
    right: 20px;
  }
  span.nav-toggle {
    top: 50%;
    transform: translateY(-50%);
  }
  span.nav-toggle:before {
    color:white;
  }
}


/* NAVBAR */

@media (min-width: 768px) {
  div.nav-sections {
    margin-bottom: 0;
  }
  .nav-sections .nav-sections-item-content>.navigation {
    display: none;
  }
  nav.navigation {
    background: #000;
  }
  nav.navigation .level0>.level-top {
    color: #fff;
  }
  nav.navigation .level0>.level-top:hover,
  nav.navigation .level0>.level-top.ui-state-focus {
    color: #f3f3f3;
  }
  nav.navigation .level0.active>.level-top,
  nav.navigation .level0.has-active>.level-top {
    border-color: #fff;
    color: #fff;
  }
}

.nav-sections {
    background: #000;
}




@media (max-width: 767px) {
  .navigation {
    display: none;
  }
  .navigation {
    background: #000;
  }

  .navigation .level0 {
    border-top: none;
  }
  .navigation li.level0:last-child {
    border-bottom: none;
  }
  .navigation .level0>.level-top {
    text-transform: none;
  }
  .navigation a, .navigation a:hover {
    color: #fff;
  }

  .nav-sections-item-title {
    border-color: #000;
  }
  .nav-sections-item-title a {
    color: #000;
  }
  .nav-sections-item-title.active a {
    color: #fff;
  }

  .nav-sections .header.links li>a {
    border-top: none;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: none;
  }
  .nav-sections .header.links {
    border-bottom: none;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #fff;
  }
  
  .nav-sections .switcher.switcher-language {
    width: 20px;
  }
  .nav-sections .switcher {
    border-top: none;
    color: #fff;
  }
  .nav-sections .switcher:last-child {
    border-bottom: none;
  }
  .nav-sections .switcher .label {
    display: none;
  }
  .nav-sections .switcher a {
    color: #fff;
  }

  .navigation .level0.active>a:not(.ui-state-active),
  .navigation .level0.has-active>a:not(.ui-state-active) {
    border-color: #5b1e85;
  }

  
  .nav-sections .nav-sections-item-content > li {
    display: block;
    list-style: none;
    display: block;
    padding: 20px;
    font-size: 20px;
  }
  .nav-sections .nav-sections-item-content > li a {
    color: #fff;
  }

  #socialMobile {
    padding: 0px 20px;
  }

  #socialMobile a {
    display: inline-block;
    margin-right: 20px;
  }

  #socialMobile a .icon {
    width: 35px;
    height: 35px;
  }

}

#socialDesktop {
  display: none;
}

@media (min-width: 768px) {
  #socialDesktop {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 85px;
    z-index: 3;
    margin-top: 0;
  }
  #socialDesktop a {
    color: white;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  #socialDesktop a:hover {
    color: #5b1e85;
    text-decoration: none;
  }
  #socialDesktop a .icon {
    width: 18px;
    height: 18px;
    fill: white;
  }
  /* #socialDesktop a:hover .icon {
    fill: #5b1e85;
  } */
  .customer-logged-in #socialDesktop {
    right: 115px;
  }
}


#socialDesktop a:hover .icon {
  fill: #5b1e85;
}





/* VISUAL */

.visual-dopo-navbar p {
  margin-bottom: 0;
}

.visual-dopo-navbar .block-static-block.widget, .visual-dopo-navbar .block-cms-link.widget {
    margin-bottom: 0px;
}


@media (max-width: 767px) {
  /* ITA */
  .sliderWrap-2,
  .sliderWrap-3 {
    display: none;
  }
  /* MOBILE ITA */
  .sliderWrap-5,
  .sliderWrap-6 {
    display: block;
  }
}

@media (min-width: 768px) {
  /* ITA */
  .sliderWrap-2,
  .sliderWrap-3 {
    display: block;
  }
  /* MOBILE ITA */
  .sliderWrap-5,
  .sliderWrap-6 {
    display: none;
  }
}


div.breadcrumbs {
    margin-top: 20px;
}




/* About page */
.hero {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
  background: url("../images/about/header_Mirka.jpg") center center no-repeat;
  background-size: cover; 
  display: grid;
  place-items: center;
}
.hero h1 {
  font-family: 'PT Serif', serif;
  font-size: 60px;
  line-height: 1;
  color: #fff;
}

.accentItalic {
  font-weight: 700;
  font-style: italic;
  color: #5b1e85;
}
.row--flex {
  font-family: 'PT Serif', serif;
    display: flex;
}
.row--flex .row--flex__col {
    align-self: flex-start;
}
.row--flex .row--flex__col--center {
    align-self: center;
}
.row--flex .row--flex__col--bottom {
    align-self: flex-end;
}

.text-picture__text {
  width: 60%;
  margin-bottom: 20px;
}
.text-picture__picture {
  width: 40%;
  margin-bottom: 40px;
}
.text-picture__text {
  padding-right: 40px; 
}
.row--img-left .text-picture__text {
  padding-right: 0px; 
  padding-left: 20px; 
}
.text-picture__picture img {
  max-width: 100%;
  width: 100%;
}
.row--flex {
  font-size: 18px;
    line-height: 1.6;
}
.row--flex p {
  text-indent: 30px;
  margin: 0 0 8px;
}

@media (max-width: 767px) {
  .row--flex {
    flex-direction: column;
  }
  .text-picture__text {
    width: 100%;
    padding-right: 0px; 
  }
  .text-picture__picture {
    width: 100%;
  }
  .row--img-left .text-picture__text {
    order: 0;
    }
    .row--img-left .text-picture__picture {
      order: 1;
      padding-left: 0px; 
    }
}







/* PRE FOOTER */

div.page-wrapper>.page-bottom {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  background-color: #3f1e98;
  margin-top: 50px;
}


/* FOOTER */

footer.page-footer {
  /* border-top: solid 1px rgba(0,0,0,0); */
  border-top: none;
  background-color: #151515;
  color: #fff;
}

.footer.content .links>li {
    margin: 0 0 14px;
}

footer.page-footer a,
footer.page-footer .alink,
footer.page-footer a:visited,
footer.page-footer .alink:visited {
    color: #fff;
    text-decoration: none;
}

footer.page-footer a:hover, 
footer.page-footer .alink:hover {
    text-decoration: underline;
}

footer .footer.content {
    border-top: 1px solid #d1d1d1;
    border-top: none;
    margin-top: 25px;
    padding-bottom: 0px;
    padding-top: 25px;
    overflow: auto;
}

.postfooter {
    position: relative;
    background: #151515;
    color: #616161;
    /* padding-top: 20px;
    padding-bottom: 20px; */
    clear: both;
}

.postfooter-cont {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1280px;
    box-sizing: border-box;
    overflow: auto;
}

.postfooter .copyright {
    color: #fff;
    display: inline-block;
    padding: 10px 16px 50px;
    font-size: 12px;
}

.postfooter .copyright img {
    max-width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}



.footer__social-handler {
    margin: 0 0 8px;
}
.footer__social-list-subtitle {
  color: #fff;
    display: none;
}
.list--with-icon {
    justify-content: center;
}
.list--horizontal {
    display: flex;
    flex-flow: row wrap;
}
.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list--with-icon .list__item {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.list--with-icon .list__item:first-child {
    padding-top: 0;
}
.list--with-icon .list__icon-link {
    padding: 12px;
}
.footer__social-icon {
    fill: #fff;
}
/* .list--with-icon .list__icon-link .footer__social-icon:hover {
    fill: #d6d6d6;
} */
.icon {
    display: block;
    width: 20px;
    height: 20px;
    padding: 2px;
    transition: all .3s ease-in-out,outline-offset 1ms;
}


@media (min-width: 768px) {
  
  .footer.content ul.links {
    margin-bottom: 0px;
  }

  .footer__social-handler {
      /* display: flex;
      flex-flow: row nowrap;
      align-items: center;
      order: 1; */
      margin: 0;
      float: right;
  }
  .footer__social-list-subtitle {
    display: block;
    margin-right: 16px;
    font-size: 12px;
  }
}






.logoFooterCsa {
  max-width: 180px;
  float: right;
}

@media (max-width: 767px) {
  .footer.content .links>li {
    text-align: center;
  }
  .logoFooterCsa {
    /* width: 100%;
    max-width: 100%; */
    /* text-align: center;
    margin-top: 25px; */
    width: 250px;
    margin: 25px auto;
    /* padding: 0px 60px; */
    box-sizing: border-box;
    float: none;
  }
  .postfooter-cont {
    text-align: center;
  }
}


/* Cookie message */
.message.global.noscript,
.message.global.cookie {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
  text-align: center;
  z-index: 5;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #ffffff;
  text-decoration: underline;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #5b1e85;
  text-decoration: none;
}


.page-header .panel.wrapper .switcher .options {
  color: #fff;
}