File "main-base.scss"

Full Path: /srv/www/www.cadoro.it/src/scss/main-base.scss
File size: 12.72 KB
MIME-type: text/plain
Charset: utf-8


.header {
  position: relative;
  background-color: #e10f21;
  color: #fff;
  z-index: 100;
  transition: opacity 0.3s ease-in-out;

  .navbar {
    margin: 0;
    min-height: 0;
    border: none;
  }

  .header-logo {
    padding: 10px 0 8px;
  }

  .nav>li>a {
    background-color: transparent;
    border-bottom: 10px solid transparent;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    padding: 10px 10px 6px;

    &:hover, &:active, &:focus {
      background-color: transparent;
    }

    &.active, &:hover {
      border-color: #fff;
      color: #6d0000;
    }

    &.search {
      font-weight: 600;
      padding: 10px 20px 0px 50px;

      &.active, &:hover {
        border-color: transparent;
      }
    }

    &.profile {
      background: #c70011 url(../images/icon-profile.png) 10px 5px no-repeat;
      margin-left: 10px;
      font-weight: 100;
      padding: 10px 20px 0px 50px;

      &.active, &:hover {
        border-color: transparent;
      }

      &.logged {
        background-color: #fff;
        color: #c70011;
      }
    }
  }

  .nav .open>a:hover, .nav .open>a:focus {
    border-color: #fff;
  }

  .nav>li {
    position: initial;
  }

  .dropdown-menu {
    border: none;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    padding: 0;

    li {
      display: inline-block;
    }

    li>a {
      border-bottom: 10px solid transparent;
      padding-bottom: 5px;
      padding-top: 10px;

      &.active {
        border-color: #e10f21;
      }
    }
  }
}

.content {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;

  h1 {
    font-family: Oswald, sans-serif;
    font-size: 38px;
    font-weight: 100;
    line-height: 46px;
  }

  h2 {
    font-family: Oswald, sans-serif;
    font-size: 34px;
    font-weight: 100;
    line-height: 40px;

    small {
      color: #000;
      display: block;
      font-size: 24px;
      font-weight: 100;
      line-height: 32px;
    }
  }

  h3 {
    font-family: Oswald, sans-serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 28px;

    small {
      color: #000;
      display: block;
      font-size: 18px;
      font-weight: 100;
      line-height: 24px;
    }
  }

  hr {
    border-top: 2px solid #6e6e6e;
  }

  .btn {
    font-family: Oswald, sans-serif;
  }

  .well {
    border: none;
    background-color: #e6e6e6;
    color: #000;
    display: block;
    text-decoration: none;

    .well-footer {
      background-color: #c1c1c1;
      margin-left: -18px;
      margin-right: -18px;
      margin-bottom: -18px;
      margin-top: 10px;
      padding: 10px 18px;

      a {
        color: #fff;

        &:hover {
          text-decoration: none;
        }
      }

      i {
        border: 1px solid #fff;
        border-radius: 20px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        padding-left: 2px;
        vertical-align: -1px;
        margin-left: 8px;
      }
    }

    &.well-white {
      background-color: transparent;
    }
  }

  .well-xs {
    padding: 15px;
  }

  .well-xxs {
    padding: 5px 15px;
  }

  .well-white {
    background-color: #fff;
    border: 1px solid #e5e5e5;
  }

  .well-yellow {
    background-color: #ffecc7;
  }

  .well-orange {
    background-color: #ffba95;
  }

  .well-green {
    background-color: #00736a;
    color: #fff;
  }

  .well-brown {
    background-color: #534741;
    color: #fff;
  }

  .well-ocher {
    background-color: #d7b92f;
    color: #fff;
    position: relative;

    .counter {
      font-size: 28px;
      line-height: 28px;

      strong {
        display: block;
        color: #715d00;
        font-size: 54px;
        font-weight: 600;
        line-height: 54px;
      }
    }
  }

  .well-red {
    background-color: #e10f21;
    color: #fff;
  }

  .well-bg-red {
    background: #e10f21 url(../images/bg-red.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 0;
    position: relative;

    .help-block.has-error {
      color: #fff;
      font-weight: bold;
    }

    img {
      position: absolute;
      top: -20px;
      left: 200px;
      width: 200px;
    }

    h3, h3 small {
      color: #fff;
      margin: 0;
    }

    .col-sm-4,
    .col-sm-8 {
      padding: 20px;
    }

    .col-sm-4 {
      background-color: rgba(255,255,255,0.65);
      color: #000;
      min-height: 300px;

      h3, h3 small {
        color: #000;
      }
    }

    .btn-danger {
      background-color: transparent;
      border: 3px solid #fff;
    }

    .btn-default {
      background-color: transparent;
      border: 3px solid #000;
      color: #000;
    }
  }

  .well-white-red {
    background-color: #ffffff;
    border: 2px solid #e10f21;

    a {
      color: #999;
      font-size: 14px;
    }
  }

  .well-lightgreen {
    background-color: #809c62;
    color: #fff;
  }

  .well-lightorange {
    background-color: #fbb654;
    color: #fff;
  }

  .h4 {
    line-height: 24px;
    font-weight: 100;
  }

  big {
    font-size: 28px;
    line-height: 32px;
  }

  .orange {
    color: #b59b20;
  }

  .green {
    color: #007c46;
  }

  .red {
    color: #e10f21;
  }

  .font-big {
    font-size: 18px;
    line-height: 22px;
  }

  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 100;
  }

  .carousel-inner>.item {
    padding-bottom: 60px;
    text-align: center;
  }

  .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: inline-block;
  }

  .carousel-indicators {
    bottom: 10px;
  }

  .carousel-indicators li {
    background-color: #aaa;

    &.active {
      background-color: #000;
    }
  }

  .border-top {
    margin-top: 60px;

    &::before {
      content: " ";
      display: block;
      border-top: 1px solid #888;
      margin-bottom: 60px;
      margin-right: 20%;
      margin-left: 20%;
    }
  }
}

.footer-newsletter {
  background-color: #e10f21;
  color: #fff;
  margin-top: 20px;
  padding: 10px 0;

  a, a:hover, a:focus, a:active {
    color: #fff;
    text-decoration: none;
  }

  h4 {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 25px;
    line-height: 28px;

    small {
      color: #fff;
      display: block;
      font-size: 20px;
      font-weight: 100;
      line-height: 24px;
    }
  }

  label {
    font-size: 12px;
    line-height: 15px;

    input {
      top: 0;
    }
  }

  .btn-danger {
    @include button-variant(#e10f21, #fff, #e10f21);
    font-family: Oswald, sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
  }
}

.footer {
  border-top: 2px solid #e10f21;
  font-size: 14px;
  line-height: 16px;
  
  .footer-social{
    padding: 36px 20px;
    border-left: 2px solid #e10f21;
    font-family: Oswald, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    .label-s{
        position: relative;
        top:5px;
    }  
  }
  .footer-area-riservata {
    color: #000000;
    display: block;
    border-left: 2px solid #e10f21;
    border-right: 2px solid #e10f21;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding: 42px 20px;
    text-align: center;
  }

  hr {
    border-bottom: none;
    border-top: 2px solid #e10f21;
    margin: 0;

    &.gray {
      border-color: #b4b4b4;
      margin-bottom: 25px;
      margin-top: 25px;
    }
  }

  a {
    color: #000;
    font-size: 15px;
    font-weight: 100;
    line-height: 19px;

    strong {
      font-family: Oswald, sans-serif;
      font-size: 16px;
      font-weight: 600;
      line-height: 20px;
      display: block;
    }
  }

  .list-unstyled>li {
    margin-bottom: 6px;
  }

  .footer-credits {
    color: #989898;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 20px;

    img {
      margin-left: 8px;
    }
  }
}

.privacy-cookie {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
  margin-top: 0;
  text-align: center;
  text-transform: none;

  .btn {
    color: #222;
    display: inline-block;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;

    &:hover,
    &:focus,
    &:active {
      color: #fff;
    }
  }
}

.btn-lg {
  border: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  padding: 9px 40px 9px;
}

.main-toolbar {
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 30%;
  width: 80px;
}

.main-toolbar img {
  width: 90px;
}

.profile-toolbar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background-color: #534741;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #fff;
  line-height: 64px;

  a, a:hover, a:focus, a:active {
    color: #fff;
    text-decoration: none;
  }

  .col-sm-6 {
    font-size: 20px;
  }

  .col-sm-2,
  .col-sm-4 {
    font-size: 14px;

    strong {
      font-size: 20px;
    }
  }
  .arrow {
    position: absolute;
    top: -27px;
    right: 52px;
  }

  .profile-toolbar-2 {
    display: none;
    padding-right: 65px;
    font-size: 28px;
  }

  &.open {
    .profile-toolbar-1 {
      display: none;
    }
    .profile-toolbar-2 {
      display: block;
    }
  }

  .profile-toolbar-links a {
    display: block;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
    &:after {
      content: ">";
      float: right;
      margin-right: 10px;
    }
  }

  .profile-toolbar-points {
    display: block;
    margin-top: 16px;
    line-height: 18px;
  }
}

@media (max-width: 991px) {
  .header {
    position: initial;
  }
}

@media (max-width: 767px) {
  .main-toolbar {
    display: none;
  }

  .header .dropdown-menu { margin-top: 15px !important; }
  .header .dropdown-menu li { display: block; }
  .header .header-logo img { max-width: 140px; }

  .content {
    h1 {font-size: 40px; line-height: 45px;}
    h1 small {font-size: 19px; line-height: 21px;}

    .product {
      min-height: 260px !important;
    }
  }
  .footer-social{
    padding: 36px 0px;
    border-right: 2px solid #e10f21;
    border-bottom: 2px solid #e10f21;
    border-top: 2px solid #e10f21;
  }
  .shop-description{
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-social{
    padding-left: 0 !important;
    padding-right: 0 !important;
    .label-s{
      top: 0 !important;
      font-size: 16px;
    }
    img{
      width: 28px !important;
    }
  }
  .footer-area-riservata{
    font-size: 18px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .footer-social{
    padding-left: 0 !important;
    padding-right: 0 !important;
    .label-s{
      top: 0 !important;
    }
  }
}
.nav-pills>li>a {
  color: #000;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  background-color: #e6e6e6;
  color: #000;
}

.nav-pills.nav-justified {
  margin-bottom: 20px;
}

.nav-pills.nav-justified>li>a {
  background-color: #e6e6e6;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
}

.nav-pills.nav-justified>li.active>a,
.nav-pills.nav-justified>li>a:hover,
.nav-pills.nav-justified>li>a:focus {
  background-color: #e10f21;
  color: #fff;
}

.nav-pills.nav-justified>li.active>a:after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #e10f21 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
}

.form-horizontal .control-label {
  text-align: left;
}

.navbar-toggle {
  font-size: 28px;
  z-index: 99;
  margin: 0;
  float: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media (min-width: 767px) {
  body.header-sticky {
    padding-top: 88px;
    .header {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 10;
      bottom: initial;
      max-height: 88px;
    }
  }
}

@media (max-width: 766px) {
  .header .header-logo {
    text-align: center;
  }
}

.scroll-loader,
.click-loader {
  strong {
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    &:after,
    &:before {
      content: " ";
      display: inline-block;
      border-top: 1px solid #555;
      width: 80px;
      margin: 0 20px;
      vertical-align: 6px;
    }
  }
}

.content h5 {
  &:after,
  &:before {
    content: " ";
    display: inline-block;
    border-top: 1px solid #555;
    width: 25%;
    margin: 0 20px;
    vertical-align: 3px;
  }
}

.content .product {
  font-size: 12px;
  line-height: 16px;

  b {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
  }

  .red {
    color: #e10f21;
  }
}

.click-loader {
  display: block;

  &, &:hover, &:active, &:focus {
    color: #000;
    text-decoration: none;
  }
}

a.black,
a.black:focus,
a.black:hover {
  color: #000;
}