.mobile-disabled {
  display: none; }

.mobile-logo {
  display: none;
  float: left;
  width: 210px;
  padding: 13px 10px 0px; }

.navbar-toggle .icon-bar {
  background-color: #1A9BCB; }

@media (max-width: 767px) {
  .mobile-disabled {
    display: none;
    position: absolute;
    z-index: 101;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    .mobile-disabled .content {
      font-size: 2em;
      width: 75%;
      margin: auto;
      margin-top: 40px;
      border: solid 3px #1A9BCB;
      border-radius: 15px;
      text-align: center;
      padding: 20px; }
      .mobile-disabled .content img {
        width: 80%;
        margin-bottom: 20px; }
  header {
    display: none; }
  .navbar {
    margin-top: 10px; }
  .navbar-wrapper {
    margin-top: 0px; }
  .navbar-right {
    float: none !important; }
  .dropdown-menu {
    padding: 0px; }
  .dropdown-menu > li > a {
    color: #333333;
    background: white;
    border: none;
    border-radius: 0px; }
  .mobile-logo {
    display: block; }
  #main-carousel {
    margin-top: 30px; }
  #top_content {
    margin-top: 20px !important; }
  .breadcrumb {
    margin-top: 30px; }
  #content {
    margin-top: 20px; }
  .type-bubble {
    width: 75% !important; }
  .type-bubble-invert {
    width: 75% !important; }
  .circle {
    width: 32px !important;
    height: 32px !important; }
    .circle.active {
      width: 32px !important;
      height: 32px !important; }
  .table-circles td:nth-child(odd) {
    width: 32px; }
  .info-footer .foot-header {
    font-size: 16px; }
  #filter-area [class^="col-"] {
    margin-bottom: 15px; }
  #services {
    display: none !important; }
    #services .roundBlueBox {
      min-width: auto !important; }
  .services-label {
    display: none; }
  #mobile-services {
    display: initial !important; }
    #mobile-services .content {
      margin: 10px;
      padding: 15px; }
  .modal-dialog {
    width: 95% !important; }
  #chooseDesignModal .btn-primary {
    display: none; } }

#mobile-services {
  display: none; }

.info-footer [class^="col-"] {
  height: 200px; }

.cart {
  background-color: #f5f5f5;
  padding-bottom: 40px; }
  .cart h1 {
    color: #1A9BCB; }
  .cart .table {
    border-bottom: solid 1px #cccccc;
    margin-bottom: 20px; }
    .cart .table select {
      height: 38px; }
    .cart .table thead {
      color: #1A9BCB; }
    .cart .table .img-thumbnail {
      max-height: 120px; }
  .cart .buttons {
    text-align: center;
    margin-top: -20px; }

/* CHECKOUT */
.checkout {
  background-color: #f5f5f5;
  padding-bottom: 40px; }
  .checkout h4 {
    color: #1A9BCB; }
    .checkout h4.heading-line {
      font-weight: bold;
      text-align: center; }
      .checkout h4.heading-line:after {
        content: " ";
        width: 100%;
        border-bottom: solid 1px #ccc;
        margin-top: 20px;
        position: absolute;
        left: 0px;
        z-index: 0; }
      .checkout h4.heading-line > span {
        position: relative;
        z-index: 1;
        padding: 10px 50px;
        display: inline-block;
        background-color: #f5f5f5; }
  .checkout .btn.btn-info, .checkout .btn.btn-primary {
    background-color: #ffffff;
    color: #1A9BCB; }
  .checkout label {
    color: #1A9BCB;
    font-weight: normal; }
  .checkout a {
    color: #1A9BCB; }
  .checkout .steps {
    margin-bottom: 40px; }
    .checkout .steps:before {
      content: " ";
      width: 100%;
      border-bottom: solid 1px #ccc;
      margin-top: 28px;
      position: absolute; }
    .checkout .steps .step {
      text-align: center; }
      .checkout .steps .step.active .step-number {
        background-color: #1A9BCB;
        color: #ffffff; }
      .checkout .steps .step .step-number {
        display: inline-block;
        width: 56px;
        height: 56px;
        border-radius: 56px;
        border: solid 1px #ccc;
        line-height: 56px;
        font-size: 24px;
        background-color: #ffffff;
        color: #1A9BCB; }
  .checkout .products-table {
    border-bottom: solid 1px #cccccc;
    margin-bottom: 20px; }
    .checkout .products-table select {
      height: 38px; }
    .checkout .products-table thead {
      color: #1A9BCB; }
    .checkout .products-table .img-thumbnail {
      max-height: 120px; }
    .checkout .products-table .cart-product-total {
      background-color: #D6EFFA;
      text-align: center;
      border-radius: 5px;
      padding: 10px;
      color: #1A9BCB;
      width: 60%;
      margin: auto; }
  .checkout .products-total {
    margin-bottom: 40px;
    border: solid 3px #ccc;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
    background-color: #ffffff; }
    .checkout .products-total .sub-total {
      color: #1A9BCB;
      margin-left: 100px; }
  .checkout .design-method {
    margin-bottom: 40px; }
  .checkout .shipping-address {
    text-align: center;
    margin-bottom: 40px; }
  .checkout .package-method {
    margin-bottom: 40px; }
  .checkout .shipping-method label {
    width: 100%; }
  .checkout .shipping-method input[type="radio"]:checked + div {
    background-color: #cccccc;
    background-image: radial-gradient(circle at center, #f5f5f5 0, #cccccc 100%);
    color: #1FABE2; }
    .checkout .shipping-method input[type="radio"]:checked + div:before {
      content: "\e013";
      font-family: 'Glyphicons Halflings';
      position: absolute;
      width: 32px;
      height: 32px;
      line-height: 32px;
      font-size: 16px;
      text-align: center;
      right: 16px;
      top: -16px;
      background-color: #1A9BCB;
      color: #ffffff;
      border-radius: 32px;
      animation-duration: 0.2s;
      animation-name: popup; }
  .checkout .shipping-method .quote input {
    display: none; }
  .checkout .shipping-method .quote label {
    color: #000000;
    cursor: pointer;
    border: solid 1px #cccccc;
    border-radius: 10px;
    overflow: hidden; }
    .checkout .shipping-method .quote label > div {
      outline: solid 1px #cccccc;
      padding: 10px;
      text-align: center;
      background-color: #ffffff; }
      .checkout .shipping-method .quote label > div.date {
        color: #1A9BCB;
        font-size: 24px;
        text-transform: uppercase;
        position: relative; }
        .checkout .shipping-method .quote label > div.date .day {
          font-size: 48px; }
  .checkout .payment-address {
    margin-bottom: 40px;
    text-align: center; }
  .checkout .payment-method {
    margin-bottom: 40px; }
    .checkout .payment-method label {
      width: 100%; }
    .checkout .payment-method input[type="radio"]:checked + div {
      background-color: #cccccc;
      background-image: radial-gradient(circle at center, #f5f5f5 0, #cccccc 100%);
      color: #1FABE2; }
      .checkout .payment-method input[type="radio"]:checked + div:before {
        content: "\e013";
        font-family: 'Glyphicons Halflings';
        position: absolute;
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        text-align: center;
        right: 16px;
        top: -16px;
        background-color: #1A9BCB;
        color: #ffffff;
        border-radius: 32px;
        animation-duration: 0.2s;
        animation-name: popup; }
    .checkout .payment-method .heading-line {
      margin-bottom: 20px; }
    .checkout .payment-method .method input {
      display: none; }
    .checkout .payment-method .method label {
      color: #000000;
      cursor: pointer;
      border: solid 1px #cccccc;
      border-radius: 10px;
      overflow: hidden; }
      .checkout .payment-method .method label > div {
        outline: solid 1px #cccccc;
        padding: 10px;
        text-align: center;
        background-color: #ffffff; }
    .checkout .payment-method .method .terms {
      min-height: 80px; }
    .checkout .payment-method .method .image {
      min-height: 200px;
      background-size: 80%;
      background-repeat: no-repeat;
      background-position: center center;
      position: relative; }
    .checkout .payment-method .method.method-easypay_cc .image {
      background-image: url(../imgs/visa_mc.svg);
      background-size: 65%; }
    .checkout .payment-method .method.method-easypay_mb .image {
      background-image: url(../imgs/multibanco.svg); }
    .checkout .payment-method .method.method-bank_transfer .image {
      background-image: url(../imgs/bank.svg);
      background-size: 60%; }
  .checkout .totals {
    border: solid 3px #ccc;
    border-radius: 10px;
    padding: 20px 20px;
    margin-top: 40px;
    background-color: #ffffff; }
    .checkout .totals h3 {
      margin-top: -35px;
      text-align: center;
      margin-bottom: 35px; }
      .checkout .totals h3 span {
        border-radius: 5px;
        color: #ffffff;
        background-color: #1A9BCB;
        text-align: center;
        padding: 10px 15px;
        text-transform: uppercase; }
    .checkout .totals table {
      width: 100%; }
      .checkout .totals table tr:last-child td {
        font-weight: bold; }
      .checkout .totals table td {
        padding: 10px 0px; }
        .checkout .totals table td:last-child {
          text-align: right; }
    .checkout .totals .buttons {
      display: block;
      margin-top: 10px;
      margin-bottom: -43px;
      text-align: center; }
      .checkout .totals .buttons .btn-primary {
        color: #1A9BCB;
        background-color: #ffffff; }
    .checkout .totals .info {
      margin-top: 20px;
      padding-top: 20px;
      border-top: solid 1px #cccccc;
      text-align: center; }
  .checkout .checkout-confirm table thead td {
    color: #1A9BCB; }
  .checkout .checkout-confirm table tfoot > tr > td:first-child {
    border: none; }

@keyframes popup {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }
