@charset "UTF-8";
#volvo #ExternalIframe {
  height: 100vh !important; }

#html5box-html5-lightbox {
  color: transparent !important; }
  #html5box-html5-lightbox #html5-lightbox-box .html5-elem-wrap {
    display: none !important; }
  #html5box-html5-lightbox #html5-lightbox-box .html5-image {
    padding: 0 !important;
    border-top: #2B7BCD solid 2px !important; }
  #html5box-html5-lightbox #html5-lightbox-box #html5-close {
    position: absolute;
    background-color: #2B7BCD !important;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    cursor: pointer; }
    #html5box-html5-lightbox #html5-lightbox-box #html5-close img {
      display: block;
      margin: 18px auto 0 auto;
      height: 19px;
      width: 19px; }
  #html5box-html5-lightbox #html5-lightbox-overlay {
    opacity: .5 !important; }

.listing_wrap {
  padding: 0; }

/*$color-background: #2B7BCD;
$color-loader: #2B7BCD;


.loader {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: $color-loader;
  letter-spacing: 0.2em;

  &::before, &::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: $color-loader;
    position: absolute;
    animation: load .7s infinite alternate ease-in-out;
  }

  &::before {
    top: 0;
  }

  &::after {
    bottom: 0;
  }
}

@keyframes load {
  0% { left: 0; height: 30px; width: 15px }
  50% { height: 8px; width: 40px }
  100% { left: 235px; height: 30px; width: 15px}
}


.loader_wrap{
  position:relative;
}
.results_section{
  position: relative;
}




.loader_wrap{
  position:relative;
  min-height: 100px;
  // πâ£πâ╝πâ½πü«πé╡πéñπé║
  $width: 15px;
  $height: 15px;

  // πâÉπéªπâ│πâëπü«Φ╖¥Θ¢ó
  $bounce_height: 30px;


  .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .text {
    color: #2B7BCD;
    display: inline-block;
    margin-left: 5px;
    font-weight: 700;
  }

  .bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: $width;
    &:before {
      position: absolute;
      content: '';
      display: block;
      top: 0;
      width: $width;
      height: $height;
      border-radius: 50%;
      background-color: #2B7BCD;
      transform-origin: 50%;
      animation: bounce 500ms alternate infinite ease;
    }
  }
  @keyframes bounce {
    0% {
      top: $bounce_height;
      height: 5px;
      border-radius: 60px 60px 20px 20px;
      transform: scaleX(2);
    }
    35% {
      height: $height;
      border-radius: 50%;
      transform: scaleX(1);
    }
    100% {
      top: 0;
    }
  }
}




@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.lds-rolling {
  position: relative;
}
.lds-rolling div,
.lds-rolling div:after {
  position: absolute;
  width: 70px;
  height: 70px;
  border: 7px solid #5699d2;
  border-top-color: transparent;
  border-radius: 50%;
  top: 35px;
  right: 40%;
}
.lds-rolling div {
  -webkit-animation: lds-rolling 1s linear infinite;
  animation: lds-rolling 1s linear infinite;
}
.lds-rolling div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lds-rolling {
  width: 100% !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}*/
#volvo {
  background: #fff; }
  #volvo .gdprDisclaimer-box .inputType_checkbox.terms {
    display: inline-block;
    padding-top: 3px;
    float: left;
    max-width: 13%; }
  #volvo .gdprDisclaimer-box label {
    display: inline-block;
    max-width: 87%;
    float: left; }
  #volvo .brochure_wrap {
    padding-top: 30px; }
    #volvo .brochure_wrap h3 {
      margin-top: 0;
      font-weight: normal;
      font-size: 34px;
      color: #000;
      font-family: 'Volvo Sans Regular', sans-serif; }
      @media screen and (max-width: 767px) {
        #volvo .brochure_wrap h3 {
          font-size: 20px;
          margin-top: 20px; } }
    #volvo .brochure_wrap .btn {
      line-height: 55px;
      display: inline-block;
      border: 1px solid #007BCD;
      border-radius: 0;
      min-height: 55px;
      margin: 26px 0 0;
      padding: 0 11%;
      color: #007BCD; }
      #volvo .brochure_wrap .btn:hover {
        background-color: #007BCD;
        color: #fff;
        text-decoration: none !important; }
    @media screen and (min-width: 768px) {
      #volvo .brochure_wrap .winter_img {
        padding-left: 15px; } }
    @media screen and (max-width: 767px) {
      #volvo .brochure_wrap {
        padding: 0; } }

#overlay_dropdown {
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  top: 0;
  z-index: 9;
  display: none; }
  #overlay_dropdown.active {
    display: block; }

#boutique_store {
  padding-top: 50px;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
  #boutique_store .bot_header {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0; }
    #boutique_store .bot_header .head_back {
      float: left; }
      #boutique_store .bot_header .head_back a {
        color: #2B7BCD; }
      #boutique_store .bot_header .head_back .glyphicon {
        padding-right: 5px; }
    #boutique_store .bot_header .head_cart {
      float: right;
      color: #0B0B0B;
      position: relative; }
      #boutique_store .bot_header .head_cart .items_number {
        border-radius: 50%;
        background: #F05B5B;
        color: #fff;
        font-weight: 700;
        font-size: 13px;
        position: absolute;
        z-index: 1;
        left: -19px;
        padding: 4px;
        float: left;
        padding-right: 9px;
        padding-left: 9px; }
        #boutique_store .bot_header .head_cart .items_number.large_number {
          /*padding-left:6px;*/ }
        #boutique_store .bot_header .head_cart .items_number.rly_large_number {
          /*left: -24px;*/
          /*  height: 28px;
            width: 32px;
            padding-top: 5px;
            padding-left: 6px;
            left: -24px;*/ }
        #boutique_store .bot_header .head_cart .items_number.xl_large_number {
          /* left: -34px;*/
          /* height: 33px;
           width: 42px;
           top: -3px;
           padding-top: 7px;*/ }
      #boutique_store .bot_header .head_cart .open_cart {
        cursor: pointer;
        font-size: 16px; }
      #boutique_store .bot_header .head_cart .glyphicon {
        padding-right: 5px;
        color: rgba(0, 0, 0, 0.4); }
      #boutique_store .bot_header .head_cart .cart {
        position: absolute;
        width: 600px;
        right: 0;
        z-index: 10;
        background: #fff;
        padding: 15px;
        top: 38px;
        display: none;
        border: 1px solid #E3E3E3;
        box-shadow: 0 11px 25px rgba(0, 0, 0, 0.08); }
        #boutique_store .bot_header .head_cart .cart.active {
          display: block; }
        #boutique_store .bot_header .head_cart .cart .shoppingCart .shopingCartTitle {
          border: 0;
          display: none; }
        #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_send {
          border: 0; }
          #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_send .check_cart {
            color: #1592E6;
            font-size: 14px;
            padding: 15px;
            border: 1px solid #1592E6;
            display: inline-block;
            width: 49%;
            text-align: center; }
            #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_send .check_cart:hover {
              text-decoration: none; }
          #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_send .go_order {
            color: #fff;
            font-size: 14px;
            padding: 15px;
            border: 1px solid #1592E6;
            background: #1592E6;
            display: inline-block;
            width: 49%;
            text-align: center;
            float: right; }
            #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_send .go_order:hover {
              text-decoration: none; }
        #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_wrap .cart_items {
          min-height: 70px;
          padding: 15px 20px 10px; }
          #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_wrap .cart_items .item {
            border: 0;
            position: relative;
            padding-bottom: 20px;
            margin-bottom: 5px;
            padding-top: 15px;
            /*&:last-child{
              border:0;
            }*/ }
            #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_wrap .cart_items .item .removeFromCart {
              text-decoration: none;
              position: absolute;
              right: 0;
              top: 73%; }
              #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_wrap .cart_items .item .removeFromCart .glyphicon {
                color: #bb162b;
                font-size: 16px; }
            #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_wrap .cart_items .item .title .titleInCart {
              text-decoration: none;
              color: #0B0B0B;
              font-size: 16px; }
            #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_wrap .cart_items .item .title .quantity span {
              color: rgba(0, 0, 0, 0.6); }
          #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_wrap .cart_items .image {
            max-width: 150px; }
          #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_wrap .cart_items img {
            max-width: 100px; }
        #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_wrap .added_to_cart {
          display: none;
          padding-bottom: 15px; }
          #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_wrap .added_to_cart .item_was_added {
            font-size: 18px;
            color: #000; }
            #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_wrap .added_to_cart .item_was_added:before {
              content: '';
              width: 20px;
              height: 20px;
              background: url("../../../../sharedcakephp/volvo2/img/boutique/ok.svg");
              background-repeat: no-repeat;
              display: inline-block;
              margin-right: 10px;
              position: relative;
              top: 3px; }
          #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_wrap .added_to_cart.active {
            display: block; }
        #boutique_store .bot_header .head_cart .cart .close_cart {
          width: 20px;
          height: 20px;
          background: url(../../../../sharedcakephp/volvo2/img/boutique/close.svg);
          background-repeat: no-repeat;
          cursor: pointer;
          position: absolute;
          right: 20px;
          top: 20px;
          z-index: 30; }
  #boutique_store .bot_content {
    padding-top: 50px; }
    #boutique_store .bot_content .filter_cars {
      padding-bottom: 30px; }
      #boutique_store .bot_content .filter_cars .filter_cars_title {
        font-size: 18px;
        color: #000000;
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 15px; }
      #boutique_store .bot_content .filter_cars .filter_items {
        padding-top: 15px; }
        #boutique_store .bot_content .filter_cars .filter_items .filter_cars_item {
          padding-bottom: 15px; }
          #boutique_store .bot_content .filter_cars .filter_items .filter_cars_item a {
            color: #0B0B0B;
            font-size: 16px; }
            #boutique_store .bot_content .filter_cars .filter_items .filter_cars_item a.active {
              font-weight: 700; }
            #boutique_store .bot_content .filter_cars .filter_items .filter_cars_item a:hover {
              color: inherit;
              text-decoration: none; }
    #boutique_store .bot_content .filter_category .filter_cars_title {
      font-size: 18px;
      color: #000000;
      border-bottom: 1px solid #E5E5E5;
      padding-bottom: 15px; }
    #boutique_store .bot_content .filter_category .filter_items {
      padding-top: 15px; }
      #boutique_store .bot_content .filter_category .filter_items .filter_cars_item {
        padding-bottom: 15px; }
        #boutique_store .bot_content .filter_category .filter_items .filter_cars_item a {
          color: #0B0B0B;
          font-size: 16px; }
          #boutique_store .bot_content .filter_category .filter_items .filter_cars_item a:hover {
            color: inherit;
            text-decoration: none; }
    #boutique_store .bot_content .list_content .list_title {
      font-size: 18px;
      color: #000000;
      padding-bottom: 15px; }
      #boutique_store .bot_content .list_content .list_title span {
        color: rgba(0, 0, 0, 0.6);
        padding-left: 15px; }
  #boutique_store .cart_items p {
    padding-top: 30px;
    padding-bottom: 30px; }
  #boutique_store .mobile_filter {
    display: none; }
  @media screen and (max-width: 1200px) {
    #boutique_store .bot_header {
      /* padding-left:15px;
       padding-right:15px;*/ }
      #boutique_store .bot_header .head_back {
        padding-left: 15px; }
      #boutique_store .bot_header .head_cart {
        padding-right: 15px; } }
  @media screen and (max-width: 767px) {
    #boutique_store {
      padding-right: 0;
      padding-left: 0;
      padding-top: 0; }
      #boutique_store .bot_header .head_cart .cart {
        width: 100vw; }
        #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_send {
          padding-left: 0;
          padding-right: 0;
          margin-top: 0; }
          #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_send .go_order {
            width: 100%; }
        #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_wrap .cart_items {
          padding-top: 30px;
          padding-left: 0;
          padding-right: 0; }
          #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_wrap .cart_items .image {
            max-width: 100%;
            padding-right: 0;
            padding-left: 0; }
          #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_wrap .cart_items .title {
            padding-right: 0; }
      #boutique_store .bot_header .head_cart .open_cart .cart_text {
        display: none; }
      #boutique_store .bot_header .head_back a {
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px; }
      #boutique_store .bot_header .head_back .back_bread {
        display: none; }
      #boutique_store .bot_content {
        float: left; }
      #boutique_store .filtered_section {
        display: none; }
      #boutique_store .mobile_filter {
        display: block;
        /*border-bottom: 1px solid #E5E5E5;*/ }
        #boutique_store .mobile_filter select {
          width: 100%;
          border: 0;
          border: 0;
          height: 55px;
          -moz-appearance: none;
          -webkit-appearance: none;
          appearance: none;
          background: #fff url(../../../../sharedcakephp/volvo2/img/boutique/dropdown.svg);
          background-repeat: no-repeat;
          background-size: 10px;
          background-position-x: 94%;
          background-position-y: center;
          cursor: pointer;
          outline: 0;
          /*color: transparent;*/
          text-shadow: 0 0 0 #000;
          float: left;
          border-bottom: 1px solid #E5E5E5; }
          #boutique_store .mobile_filter select#selectbox2 {
            text-align: right;
            padding-right: 45px; }
          #boutique_store .mobile_filter select#selectbox1 {
            border-right: 1px solid #E5E5E5; }
      #boutique_store .filter_sticky {
        display: block !important;
        position: fixed !important;
        top: 60px !important;
        width: 100% !important;
        left: 0;
        right: 0;
        margin-top: 0;
        z-index: 10;
        background: #fff; }
      #boutique_store .listing_wrap {
        padding: 0; } }
  @media screen and (max-width: 575px) {
    #boutique_store .mobile_filter select {
      background-position-x: 91%; } }
  @media screen and (max-width: 380px) {
    #boutique_store .mobile_filter select {
      font-size: 12px;
      background-position-x: 87%; }
    #boutique_store .bot_header .head_cart .cart .shoppingCart .cart_wrap .cart_items img {
      max-width: 90px; } }

#boutique {
  max-width: 1200px;
  margin: 0 auto;
  /*margin-top:50px;*/
  margin-bottom: 50px;
  /* background: #F7F7F7;*/
  padding-top: 20px;
  padding-bottom: 50px; }
  #boutique .module-subpage_title h1 {
    text-align: center;
    border-bottom: 1px solid #E2E2E2;
    max-width: 95%;
    margin: 0 auto;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  #boutique .boutique_content .range_table {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }
    #boutique .boutique_content .range_table .range_car {
      display: block;
      padding: 10px; }
      #boutique .boutique_content .range_table .range_car:hover {
        background: #fff;
        border-radius: 3px;
        color: inherit;
        text-decoration: none;
        filter: brightness(105%);
        box-shadow: 0px 0 2px #cbcbcb; }
      #boutique .boutique_content .range_table .range_car .range_car_wrap:hover {
        background: none; }
        #boutique .boutique_content .range_table .range_car .range_car_wrap:hover .range_car_title {
          color: inherit; }
      #boutique .boutique_content .range_table .range_car .range_car_wrap .range_car_title {
        text-align: center;
        color: inherit;
        padding-top: 5px; }
  #boutique .shop-items .item .item_wrapper {
    border: 1px solid #fff;
    background: none;
    padding: 5px;
    font-size: 16px; }
    #boutique .shop-items .item .item_wrapper .info {
      /*padding-bottom:30px;*/
      padding-top: 20px;
      position: relative; }
      #boutique .shop-items .item .item_wrapper .info .title {
        color: #0b0b0b;
        text-decoration: none;
        padding-bottom: 0;
        font-size: 16px; }
        #boutique .shop-items .item .item_wrapper .info .title a {
          text-decoration: none; }
      #boutique .shop-items .item .item_wrapper .info .subtitle {
        color: rgba(11, 11, 11, 0.6);
        padding-top: 10px;
        padding-bottom: 10px; }
      #boutique .shop-items .item .item_wrapper .info .price {
        padding-bottom: 0;
        padding-top: 15px; }
    #boutique .shop-items .item .item_wrapper .hidden_cta {
      position: relative; }
      #boutique .shop-items .item .item_wrapper .hidden_cta .lookout {
        padding-top: 5px;
        height: 23px; }
        #boutique .shop-items .item .item_wrapper .hidden_cta .lookout a {
          color: #1592E6;
          text-decoration: none;
          display: none;
          position: absolute;
          font-size: 14px;
          bottom: 10px;
          left: 10px; }
          #boutique .shop-items .item .item_wrapper .hidden_cta .lookout a:hover {
            text-decoration: underline; }
      #boutique .shop-items .item .item_wrapper .hidden_cta .lookout_cart {
        padding-top: 5px;
        height: 23px; }
        #boutique .shop-items .item .item_wrapper .hidden_cta .lookout_cart .addToCardBtn {
          color: #1592E6;
          text-decoration: none;
          display: none;
          position: absolute;
          font-size: 14px;
          bottom: 10px;
          right: 10px; }
          #boutique .shop-items .item .item_wrapper .hidden_cta .lookout_cart .addToCardBtn:hover {
            text-decoration: underline; }
        #boutique .shop-items .item .item_wrapper .hidden_cta .lookout_cart .glyphicon {
          color: #1592E6;
          padding-right: 5px; }
    #boutique .shop-items .item .item_wrapper .toolbar {
      display: none; }
    #boutique .shop-items .item .item_wrapper:hover {
      border: 1px solid #B1B1B1;
      background: none !important;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    #boutique .shop-items .item .item_wrapper .image a {
      padding-top: 100% !important;
      background-size: contain !important;
      background-position: top !important; }
  #boutique .boutique-items .item .item_wrapper a {
    padding-top: 100% !important;
    background-size: contain !important;
    background-position: top !important; }
  #boutique .shop-items .item:hover .item_wrapper .hidden_cta .lookout a {
    display: inline-block; }
  #boutique .shop-items .item:hover .item_wrapper .hidden_cta .lookout_cart .addToCardBtn {
    display: inline-block; }
  #boutique .details .item-info {
    padding-left: 40px;
    padding-right: 15px;
    padding-top: 30px; }
  #boutique .details .content-body.model .item-detail h1 {
    color: #0B0B0B;
    font-size: 18px; }
  #boutique .details .content-body.model .item-detail .item-info .item-pn {
    padding-bottom: 0;
    color: rgba(11, 11, 11, 0.6); }
  #boutique .details .content-body.model .item-detail .item-info .item_selected_model {
    padding-bottom: 0;
    color: rgba(11, 11, 11, 0.6);
    /*.selected_models{
      color:red;
    }
    .selected_models:first-child{
      color:blue;
    }*/ }
  #boutique .details .content-body.model .item-detail .item-info .item-description {
    color: rgba(11, 11, 11, 0.6); }
  #boutique .details .content-body.model .item-detail .item-info .item-price {
    font-size: 14px;
    color: rgba(11, 11, 11, 0.6);
    padding-bottom: 30px; }
  #boutique .details .content-body.model .item-detail .item-info .quantity_wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 30px;
    color: #0b0b0b;
    position: relative; }
    #boutique .details .content-body.model .item-detail .item-info .quantity_wrap .number_value {
      border: 1px solid #E5E5E5;
      padding: 10px;
      width: 50px;
      top: 4px;
      position: absolute;
      right: 0;
      text-align: center; }
  #boutique .details .content-body.model .item-detail .item-info .add-to-basket a {
    color: #1592E6;
    font-size: 14px;
    padding: 15px;
    border: 1px solid #1592E6;
    display: inline-block;
    width: 49%;
    text-align: center; }
    #boutique .details .content-body.model .item-detail .item-info .add-to-basket a:hover {
      text-decoration: none;
      background: #1592E6;
      color: #FFF; }
  #boutique .details .suggested_wrap {
    padding-top: 50px; }
  #boutique .details .boutique_content_more h1 {
    font-size: 18px;
    color: #000000; }
  #boutique .details .boutique-items {
    display: block;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    padding-top: 30px; }
    #boutique .details .boutique-items .item {
      padding: 0; }
      #boutique .details .boutique-items .item .item_wrapper {
        background: none;
        border: 1px solid #fff;
        padding: 5px;
        padding-bottom: 15px;
        font-size: 16px; }
        #boutique .details .boutique-items .item .item_wrapper .info {
          padding-left: 10px;
          position: relative; }
          #boutique .details .boutique-items .item .item_wrapper .info .title a {
            color: #0b0b0b;
            text-decoration: none;
            font-size: 16px; }
          #boutique .details .boutique-items .item .item_wrapper .info .price {
            color: rgba(11, 11, 11, 0.6);
            font-size: 16px; }
        #boutique .details .boutique-items .item .item_wrapper .hidden_cta {
          position: relative; }
          #boutique .details .boutique-items .item .item_wrapper .hidden_cta .lookout {
            padding-top: 5px;
            height: 23px; }
            #boutique .details .boutique-items .item .item_wrapper .hidden_cta .lookout a {
              color: #1592E6;
              text-decoration: none;
              display: none;
              position: absolute;
              font-size: 14px;
              bottom: 0;
              left: 10px; }
              #boutique .details .boutique-items .item .item_wrapper .hidden_cta .lookout a:hover {
                text-decoration: underline; }
          #boutique .details .boutique-items .item .item_wrapper .hidden_cta .lookout_cart {
            padding-top: 5px;
            height: 23px; }
            #boutique .details .boutique-items .item .item_wrapper .hidden_cta .lookout_cart .addToCardBtn {
              color: #1592E6;
              text-decoration: none;
              display: none;
              position: absolute;
              font-size: 14px;
              bottom: 0;
              right: 10px; }
              #boutique .details .boutique-items .item .item_wrapper .hidden_cta .lookout_cart .addToCardBtn:hover {
                text-decoration: underline; }
            #boutique .details .boutique-items .item .item_wrapper .hidden_cta .lookout_cart .glyphicon {
              color: #1592E6;
              padding-right: 5px; }
        #boutique .details .boutique-items .item .item_wrapper:hover {
          border: 1px solid #B1B1B1;
          background: none !important;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
          #boutique .details .boutique-items .item .item_wrapper:hover .lookout a {
            display: block; }
          #boutique .details .boutique-items .item .item_wrapper:hover .lookout_cart .addToCardBtn {
            display: block; }
  @media screen and (max-width: 767px) {
    #boutique .details .item-info {
      padding-left: 15px; }
    #boutique .details .suggested_wrap {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 480px) {
    #boutique .details .content-body.model .item-detail .item-info .add-to-basket a {
      width: 100%; }
    #boutique .details .item-info {
      padding-left: 0;
      padding-right: 0; }
    #boutique .details .boutique_content_more {
      padding-left: 0;
      padding-right: 0; } }
  #boutique .checkbox-wrapper-upper.checked {
    background-image: url("../../../../sharedcakephp/volvo/images/checkbox_on.png");
    /* border-radius:30px;*/ }
  #boutique .checkbox-wrapper-upper {
    background-image: url("../../../../sharedcakephp/volvo/images/checkbox_off.png");
    background-repeat: no-repeat;
    margin: 0;
    cursor: pointer;
    height: 25px;
    background-size: 25px 25px;
    margin-bottom: 25px;
    position: relative; }
  #boutique .checkbox-wrapper-upper .checkbox-text {
    position: absolute;
    font-size: 16px;
    float: left;
    margin-left: 35px;
    top: 6px;
    color: #0B0B0B;
    text-transform: lowercase;
    line-height: 16px; }
    #boutique .checkbox-wrapper-upper .checkbox-text:first-letter {
      text-transform: uppercase; }
  #boutique .checkbox-wrapper-upper {
    cursor: pointer; }
  @media screen and (max-width: 1200px) {
    #boutique .shop-items .item, #boutique .boutique-items .item {
      flex: 0 1 50%; }
    #boutique .details .boutique-items {
      column-count: 2;
      -webkit-column-count: 2; }
    #boutique .boutique_content_more {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 767px) {
    #boutique .shop-items .item .item_wrapper .hidden_cta {
      /* .lookout {
         a{
           display:inline-block;
         }
       }*/ }
      #boutique .shop-items .item .item_wrapper .hidden_cta .lookout_cart .addToCardBtn {
        left: 10px;
        display: inline-block; }
    #boutique .shop-items .item .item_wrapper:hover .lookout a {
      display: none; }
    #boutique .shop-items .item:hover .item_wrapper .hidden_cta .lookout a {
      display: none; }
    #boutique .details .boutique-items .item .item_wrapper .hidden_cta .lookout_cart .addToCardBtn {
      display: inline-block;
      left: 0; }
    #boutique .details .boutique-items .item .item_wrapper:hover .lookout a {
      display: none; }
    #boutique .filter_sticky {
      display: block !important;
      position: fixed !important;
      top: 60px !important;
      width: 100% !important;
      left: 0;
      right: 0;
      margin-top: 0;
      z-index: 10;
      background: #fff; }
    #boutique .details .boutique-items {
      column-count: 2; } }
  @media screen and (max-width: 575px) {
    #boutique .shop-items .item, #boutique .boutique-items .item {
      flex: 1 1 100% !important;
      width: 100%;
      padding: 0; }
    #boutique .details .boutique-items {
      column-count: 1; } }
  #boutique .row {
    margin: 0; }

.boutique_cart #boutique_store {
  /*padding-bottom:30px;*/ }
  .boutique_cart #boutique_store .bot_header .header_cart {
    text-align: center; }
    .boutique_cart #boutique_store .bot_header .header_cart span {
      text-transform: uppercase;
      font-size: 18px;
      position: relative;
      left: -30px; }
  .boutique_cart #boutique_store .bot_header .head_back {
    line-height: 25px; }
@media screen and (max-width: 767px) {
  .boutique_cart #boutique_store {
    /*padding-bottom:30px;*/ }
    .boutique_cart #boutique_store .bot_header .header_cart {
      text-align: right; } }

#boutique_form {
  max-width: 1200px;
  margin: 0 auto;
  /*margin-top:50px;*/
  margin-bottom: 50px;
  /* background: #F7F7F7;*/
  padding-top: 20px;
  padding-bottom: 50px; }
  #boutique_form .dropdown_zastopnik_oprema_form #ClientsCrmUniqueKmagCode {
    margin-bottom: 5px !important; }
  #boutique_form .oprema-join #form_tattoo .terms_checkbox {
    padding-top: 30px; }
  #boutique_form .oprema-join #form_tattoo .mainTableBorder .terms_checkbox .gdprDisclaimer-box label {
    padding-top: 5px; }
  #boutique_form .oprema-join #form_tattoo .tip_error {
    top: -18px !important;
    margin-left: 15px !important; }
  #boutique_form .oprema-join #oprema_form {
    border-left: 1px solid #DADADA;
    float: right;
    padding-top: 20px; }
  #boutique_form .oprema-join .item_details_wrap {
    padding-top: 35px;
    padding-right: 30px;
    padding-left: 0; }
  #boutique_form .oprema-join #form_tattoo .mainTableBorder {
    top: -25px;
    padding-left: 10px;
    padding-right: 10px; }
    #boutique_form .oprema-join #form_tattoo .mainTableBorder #boutiqueMainTable .tableOverall {
      border: 0; }
    #boutique_form .oprema-join #form_tattoo .mainTableBorder #boutiqueMainTable .item_listing {
      border-bottom: 1px solid #DADADA;
      position: relative; }
      #boutique_form .oprema-join #form_tattoo .mainTableBorder #boutiqueMainTable .item_listing .item_listing_wrap {
        padding-top: 15px;
        padding-bottom: 15px; }
      #boutique_form .oprema-join #form_tattoo .mainTableBorder #boutiqueMainTable .item_listing .quantityselector {
        float: left;
        text-align: center;
        border: 1px solid #E5E5E5;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 15px !important; }
      #boutique_form .oprema-join #form_tattoo .mainTableBorder #boutiqueMainTable .item_listing .tablePrice {
        font-size: 16px;
        color: rgba(11, 11, 11, 0.6);
        position: relative; }
    #boutique_form .oprema-join #form_tattoo .mainTableBorder #boutiqueMainTable td {
      padding-top: 20px;
      padding-bottom: 20px; }
      #boutique_form .oprema-join #form_tattoo .mainTableBorder #boutiqueMainTable td h4 {
        font-size: 16px;
        color: #0B0B0B;
        margin-bottom: 0; }
    #boutique_form .oprema-join #form_tattoo .mainTableBorder #boutiqueMainTable .first {
      border-bottom: 1px solid #DADADA; }
    #boutique_form .oprema-join #form_tattoo .mainTableBorder #boutiqueMainTable .removeCart {
      text-decoration: none;
      background: none;
      position: absolute;
      right: 0;
      bottom: 0; }
      #boutique_form .oprema-join #form_tattoo .mainTableBorder #boutiqueMainTable .removeCart .glyphicon {
        color: #bb162b;
        font-size: 16px; }
    #boutique_form .oprema-join #form_tattoo .mainTableBorder #boutiqueMainTable .tableImage {
      width: 19%; }
    #boutique_form .oprema-join #form_tattoo .mainTableBorder #boutiqueMainTable .tableTitle {
      width: 35%; }
    #boutique_form .oprema-join #form_tattoo .mainTableBorder #boutiqueMainTable th.tableImage, #boutique_form .oprema-join #form_tattoo .mainTableBorder #boutiqueMainTable th.tableQuantity, #boutique_form .oprema-join #form_tattoo .mainTableBorder #boutiqueMainTable th.tablePrice {
      font-weight: 400;
      color: rgba(11, 11, 11, 0.6);
      font-size: 18px; }
    #boutique_form .oprema-join #form_tattoo .mainTableBorder .send_title {
      font-weight: 400;
      font-size: 28px;
      text-transform: none; }
    #boutique_form .oprema-join #form_tattoo .mainTableBorder .send_subtitle {
      font-size: 16px;
      color: #000;
      margin-top: 15px;
      margin-bottom: 30px; }
    #boutique_form .oprema-join #form_tattoo .mainTableBorder .overall {
      font-size: 16px;
      color: rgba(11, 11, 11, 0.6); }
      #boutique_form .oprema-join #form_tattoo .mainTableBorder .overall #overall {
        display: inline-block;
        font-size: 16px;
        color: rgba(11, 11, 11, 0.6); }
      #boutique_form .oprema-join #form_tattoo .mainTableBorder .overall #calculatedpricesum {
        font-size: 16px;
        color: rgba(11, 11, 11, 0.6);
        font-weight: 400; }
    #boutique_form .oprema-join #form_tattoo .mainTableBorder .terms_checkbox input[type="checkbox"]:not(old) + label {
      background-image: url("../../../../sharedcakephp/volvo/images/checkbox_off.png");
      background-repeat: no-repeat;
      margin: 0;
      cursor: pointer;
      background-size: 25px 25px;
      margin-bottom: 25px;
      position: relative;
      width: 100% !important;
      left: -5px;
      height: 30px; }
    #boutique_form .oprema-join #form_tattoo .mainTableBorder .terms_checkbox input[type="checkbox"]:checked:not(old) + label {
      background-image: url("../../../../sharedcakephp/volvo/images/checkbox_on.png") !important; }
  #boutique_form .oprema-join .mainTableBorder .form_navigation {
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center; }
    #boutique_form .oprema-join .mainTableBorder .form_navigation .submitForm {
      background: #fff;
      border: 1px solid #1592E6;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      color: #1592E6;
      padding: 15px 50px 15px 50px;
      text-transform: none;
      font-weight: 300; }
      #boutique_form .oprema-join .mainTableBorder .form_navigation .submitForm:hover {
        background: #1592E6;
        color: #fff; }
      #boutique_form .oprema-join .mainTableBorder .form_navigation .submitForm .glyphicon {
        font-size: 12px;
        padding-left: 15px; }
  #boutique_form .oprema-join .dropdown_zastopnik_oprema_form {
    padding-bottom: 25px; }
    #boutique_form .oprema-join .dropdown_zastopnik_oprema_form .input label {
      display: block;
      color: #393B3E;
      font-size: 16px;
      margin-bottom: 10px; }
    #boutique_form .oprema-join .dropdown_zastopnik_oprema_form .input select {
      border: 1px solid #DADADA;
      height: 55px;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background: #FCFCFC url(../../../../sharedcakephp/volvo2/img/boutique/dropdown.svg);
      background-repeat: no-repeat;
      background-size: 10px;
      background-position-x: 95%;
      background-position-y: center;
      cursor: pointer;
      outline: 0;
      /*color: rgba(0,0,0,1);*/
      text-shadow: 0 0 0 #000; }
      #boutique_form .oprema-join .dropdown_zastopnik_oprema_form .input select:focus {
        outline: 0; }
      #boutique_form .oprema-join .dropdown_zastopnik_oprema_form .input select::-moz-focus-inner {
        border: 0;
        outline: 0; }
  #boutique_form .oprema-join #oprema_form .input_oprema_form.no_label {
    padding-bottom: 25px; }
    #boutique_form .oprema-join #oprema_form .input_oprema_form.no_label .input label {
      display: block;
      color: #393B3E;
      font-size: 16px;
      margin-bottom: 10px; }
    #boutique_form .oprema-join #oprema_form .input_oprema_form.no_label .input input {
      border: 1px solid #DADADA;
      height: 55px;
      background: #FCFCFC; }
  #boutique_form .refresh_wrap {
    margin-top: 8px;
    max-width: 20px;
    height: auto;
    display: inline-block;
    cursor: pointer;
    transform: rotate(1deg);
    transition: 0.5s;
    position: absolute !important;
    margin-left: 5px; }
    #boutique_form .refresh_wrap:hover {
      transform: rotate(150deg); }
    #boutique_form .refresh_wrap.rotate {
      transform: rotate(360deg); }
    #boutique_form .refresh_wrap .glyphicon {
      font-size: 14px;
      color: #2B7BCD; }
  @media screen and (max-width: 810px) {
    #boutique_form .oprema-join #oprema_form {
      border: 0; } }
  @media screen and (max-width: 767px) {
    #boutique_form .oprema-join .mainTableBorder {
      padding: 0; }
      #boutique_form .oprema-join .mainTableBorder #boutiqueMainTable .tableImageTitle a:hover {
        text-decoration: none; }
      #boutique_form .oprema-join .mainTableBorder #boutiqueMainTable .tableImageTitle span {
        color: #0B0B0B !important;
        font-size: 14px; }
        #boutique_form .oprema-join .mainTableBorder #boutiqueMainTable .tableImageTitle span:hover {
          text-decoration: none; }
      #boutique_form .oprema-join .mainTableBorder #boutiqueMainTable .tableImageTitle img {
        max-width: 100px; }
      #boutique_form .oprema-join .mainTableBorder .form_navigation .submitForm {
        margin-left: 0; }
    #boutique_form .oprema-join #oprema_form {
      /*float:none;*/
      padding-right: 0;
      padding-left: 0;
      border: 0; }
    #boutique_form .oprema-join #column-main-wide #form_tattoo {
      padding: 0; }
      #boutique_form .oprema-join #column-main-wide #form_tattoo .mainTableBorder {
        padding: 0; }
    #boutique_form .oprema-join .item_details_wrap {
      padding-right: 15px;
      padding-left: 15px; } }
  @media screen and (max-width: 310px) {
    #boutique_form .oprema-join .mainTableBorder #boutiqueMainTable .tablePrice {
      padding-right: 20px; }
    #boutique_form .oprema-join #form_tattoo .mainTableBorder #boutiqueMainTable .removeCart {
      right: 15px; }
    #boutique_form .oprema-join #form_tattoo .mainTableBorder #boutiqueMainTable .tableOverall .overall {
      position: relative;
      right: 15px; } }
  #boutique_form .row {
    margin: 0; }

.row {
  margin: 0; }

@media screen and (min-width: 1200px) {
  .container {
    width: 1200px; } }
#volvo #brochure h1,
#volvo #brochure h2,
#volvo #brochure h3,
#volvo #brochure h4 {
  font-family: Helvetica, Arial, sans-serif !important; }

/*# sourceMappingURL=boutique.css.map */
