/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer* versions in the future. If you wish to customize PrestaShop for your* needs please refer to http://www.prestashop.com for more information.**  @author    PrestaShop SA <contact@prestashop.com>*  @copyright 2007-2022 PrestaShop SA*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)*  International Registered Trademark & Property of PrestaShop SA** Don't forget to prefix your containers with your own identifier* to avoid any conflicts with others containers.*/ 

body#module-groheserviceform-groheform {
     margin: 0;
     padding: 0;
     background-color: transparent;
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-position-y: 70%;
     position: relative;
}
 #AppGroheService {
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     color: #fff;
     background-color: transparent;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     position: relative;
}
 #AppGroheService .main-header {
     color: #fff;
     font-family: "Poppins";
     text-align: center;
     padding: 30px;
}
 #AppGroheService section:not(#page-0) .main-header {
     background: rgb(19, 35, 59);
     background: white;
}
 #AppGroheService #page-0 .main-header {
     position: absolute;
     top: 10%;
     left: 50%;
     transform: translateX(-50%);
     z-index: 1;
}
 #AppGroheService .main-header h1,#AppGroheService .main-header h2 {
     font-family: "Poppins";
     font-size: 52px;
     font-weight: 700;
     color: #fff;
}
.step #AppGroheService .main-header h1 {
    color: #1F3C64;
}
 #AppGroheService #top-bar {
     display: none;
}
#AppGroheService #top-bar {
    background-color: #252525;
    color: #fff;
    padding: 10px;
    text-align: center;
    max-width: 1920;
    margin: auto;
}
#AppGroheService #top-bar .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
#AppGroheService #top-bar .container img.logo_white {
    margin-right: 10px;
}
#AppGroheService #top-bar .container a {
    color: white;
    font-weight: bold;
}
 #blue, #red {
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     height: 100%;
}
 #blue {
     background-image: url(../../../../../modules/groheserviceform/views/img/cold.jpg);
}
 #red {
     background-image: url(../../../../../modules/groheserviceform/views/img/hot.jpg);
}
 section[id^="page"] {
     display: none;
}
 .select-type {
     font-family: "Poppins";
     position: absolute;
     bottom: 10%;
     left: 50%;
     transform: translateX(-50%);
     font-size: 52px;
     font-weight: 700;
     color: #fff;
     padding: 20px 30px;
     border-radius: 2em;
     box-shadow: 0 0 3px #eee;
}
 #blue .select-type {
     background-color: #174167;
}
 #red .select-type {
     background-color: #b11922;
}
#form_grohe, .form_grohe {
    background: rgb(255, 255, 255);
    background: #E9E9E9;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    margin-top: 0 !important;
}
#form_grohe .productSubmit  , .form_grohe .productSubmit {
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    border: none;
    cursor: pointer;
    background-color: #00b67a;
    margin-top: 20px;
}
 #form_grohe .productSubmit:focus {
     outline: 0;
}
 #form_grohe .productSubmit:hover {
     color: #174167;
}
 #form_grohe .productSubmit:before {
     content: "\002B";
     font-size: 1.5em;
     font-weight: 500;
}
 #navigation {
     display: none;
    /*position: fixed;
    */
     bottom: 5%;
    /*left: 50%;
     transform: translateX(-50%);
    */
     z-index: 1;
     padding-top: 30px;
     padding-bottom: 50px;
}
 #navigation .nav-container {
     margin: 0 auto;
     display: flex;
     justify-content: center;
     align-items: center;
}
 #navigation [id^="nav-"] {
     background-color: #252525;
     color: #fff;
     padding: 5px 15px;
     width: 22%;
     display: flex;
     position: relative;
     font-size: 12px;
     font-weight: 700;
     text-align: center;
     justify-content: center;
     align-items: center;
     padding: 5px 30px;
}
 #navigation [id^="nav-"]:before {
     width: 70px;
     height: 70px;
     font-size: 4em;
     font-weight: 900;
     color: #fff;
     border-radius: 50%;
     background-color: #174167;
     position: absolute;
     left: -25px;
     top: 50%;
     transform: translateY(-50%);
     justify-content: center;
     align-items: center;
     display: inline-flex;
}
 #navigation [id^="nav-"]:nth-child(1):before {
     content: "1";
}
 #navigation [id^="nav-"]:nth-child(2):before {
     content: "2";
}
 #navigation [id^="nav-"]:nth-child(3):before {
     content: "3";
}
 #navigation [id^="nav-"]:nth-child(4):before {
     content: "4";
}
 #navigation [id^="nav-"]:first-child {
     border-radius: 15px 0 0 15px;
}
 #navigation [id^="nav-"]:last-child {
     border-radius: 0 15px 15px 0;
}
#navigation [id^="nav-"].active {
    background-color: #F5F5F5;
    color: #000;
    padding: 10px 30px;
}
 #navigation .active:before {
     color: #fff;
     background-color: #00b67a;
}
 input.error {
     outline: none !important;
     border: 1px solid red;
     box-shadow: 0 0 10px rgba(250, 0, 0, 0.5);
}
 .notify {
     animation-name: fadeIn;
     animation-duration: 300ms;
     position: absolute;
     padding: 10px;
     text-align: center;
     width: 100%;
     transition: ALl 300ms ease;
     top: 0;
}
 .notify.success {
     color: #fff;
     background-color: #00b67a;
}
.notify.error {
    color: #fff;
    background-color: red;
    position: fixed;
    z-index: 9;
}
@keyframes fadeIn {
     0% {
         opacity: 0;
         transform: translateY(-150px);
    }
     100% {
         opacity: 1;
         transform: translateY(0);
    }
}
.product-selected .item .delItem {
     margin-left: 10px;
}
.product-selected .item .delItem:after {
     content: "\00D7";
     width: 20px;
     height: 20px;
     cursor: pointer;
     display: inline-block;
     color: #252525;
     font-size: 25px;
     z-index: 99999;
     font-weight: 900;
     font-family: sans-serif;
     line-height: 25px;
     display: flex;
     align-items: center;
}
 .product-selected .item {
     color: #252525;
     display: flex;
     align-items: center;
}
 .plan-select {
     display: block;
     width: 100%;
     min-height: 300px;
     position: relative;
}
 .plan-select:hover {
     transform: scale(1.1);
     transform-origin: 50% 0;
}
 .py-36 {
     padding-bottom: 6rem !important;
     padding-top: 3rem;
}
 input[id^="package-"] {
     display: none;
}
 #form_grohe .plan-select:not(.active) {
     opacity: 0.7;
}
#form_grohe .plan-select.active {
    box-shadow: none;
    transform: scale(1);
    transform-origin: 50% 0;
    opacity: 1 !important;
    margin-top: 0px;
}
 .plan-select:hover {
     transform: scale(1);
     transform-origin: 50% 0;
     opacity: 1 !important;
}
.plan-select:not(:hover) {
    opacity: 0.7 !important;
    transition: all cubic-bezier(0.4, 0, 1, 1) 100ms;
}
 form#form_grohe[data-action-page="2"] .row.m-3.form-bottom label.form-label {
     font-weight: bold;
     font-size: 16px;
     font-family: "Poppins";
}
 #form_grohe .form-location {
     justify-content: center;
     display: flex;
     flex-wrap: wrap;
}
 #form_grohe .form-location label {
     font-weight: 700;
     margin-bottom: 0;
}
#form_grohe .form-location input {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    max-width: 500px;
    border: 1px solid #d5d5d5;
}
 #form_grohe input:focus {
}
 .form-bottom .btn-form {
     font-size: 2em;
     font-weight: 700;
     color: #fff;
     padding: 10px 35px;
     border-radius: 40px;
     border: none;
     cursor: pointer;
}
 .form-bottom > div[class^="col-"] {
}
.btn-back, .btn-back0 {
    background-color: #174067;
    margin-left: auto;
    display: block;
    width: fit-content;
    -webkit-appearance: none !important;
}
 .btn-next {
     background-color: #00b67a;
}
 .btn-back:hover {
     background-color: #326297;
}
 .btn-next:hover {
     background-color: #0acd8f;
}
 .text-center {
     text-align: center;
     align-items: center;
     align-self: center;
     margin-left: auto;
     margin-right: auto;
}
 .lds-dual-ring {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     display: inline-block;
     width: 80px;
     height: 80px;
     opacity: 0.5;
}
 .lds-dual-ring:after {
     content: " ";
     display: block;
     width: 64px;
     height: 64px;
     margin: 8px;
     border-radius: 50%;
     border: 6px solid #fff;
     border-color: #fff transparent #fff transparent;
     animation: lds-dual-ring 1.2s linear infinite;
}
 @keyframes lds-dual-ring {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
/**** address ****/
 section#page-3 {
     color: #000;
     font-size: 18px;
}
section#page-3 #form_grohe input {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    border: 1px solid #eaeaea;
}
 #form_grohe .form_header {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     min-height: 100px;
}
 #form_grohe .form_header h3 {
     font-size: 1.8rem;
     color: #174067;
     font-weight: 900;
     width: 100%;
     text-align: center;
     display: block;
     height: auto;
}
 #form_grohe .form_header > * {
     margin-bottom: 5px;
     width: 100%;
     text-align: center;
}
 #form_grohe .form-group {
     margin-bottom: 10px;
}
 #form_grohe .form-control-label{
     padding-top: 0;
}
 .bg-white {
     background-color: #fff;
}
 .border-round {
     border-radius: 15px;
}
 .address-select {
     display: flex;
     justify-content: center;
     align-items: center;
}
.address-select span {
    display: flex;
    color: #174067;
    background-color: #fff;
    border: 1px solid #eee;
    font-weight: 900;
    border-radius: 30px;
    padding: 5px 20px;
    margin-right: 15px;
    cursor: pointer;
}
form#form_grohe {
    padding-left: 0;
    padding-right: 0;
}
form#form_grohe .product_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
}
form#form_grohe .product_list img {
    max-width: 350px !important;
    border-radius: 20px;
}
 .address-select span.active {
     background-color: #174067;
     color: #fff;
     border: 1px solid #174067;
}
 div#AppGroheService[type="blue"] a.plan-select img {
     object-fit: cover;
     width: 100%;
}
 div#AppGroheService[type="blue"] a.plan-select img {
     display: none;
}
 div#AppGroheService[type="blue"] a.plan-select img.blue {
     display: block;
}
 div#AppGroheService[type="blue"] a.plan-select img.red {
     display: none;
}
 div#AppGroheService[type="red"] a.plan-select img.red {
     display: block;
}
 div#AppGroheService[type="red"] a.plan-select img.blue {
     display: none;
}
 div#AppGroheService a.plan-select img {
     width: 100%;
}
 section#page-3 #form_grohe input[disabled="disabled"] {
     background: #ededed;
}
 .install_thankyou {
     padding: 100px !important;
}
 .box-thankyou {
     background: white;
     color: black;
     width: 80%;
     margin: auto;
     padding: 50px;
     display: flex;
     flex-direction: column;
     align-content: center;
     justify-content: center;
     box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
     border-radius: 20px;
}
 .box-bottom {
     display: block;
     background: #00b67a;
     margin: auto;
     font-size: 30px;
     font-weight: 700;
     color: #fff;
     padding: 20px 35px;
     border-radius: 40px;
     border: none;
     cursor: pointer;
     margin-top: 30px;
     font-family: "Poppins";
}
 .box-thankyou .box-des {
     align-items: center;
     text-align: center;
     display: block;
     float: none;
}
 a.btn-done {
     color: #fff;
}
 .box-thankyou .detail {
     font-weight: bold;
     width: 350px;
     margin: auto;
     line-height: 27px;
}
 .box-thankyou .box-des h1 {
     font-family: "Poppins";
     font-size: 40px;
     font-weight: 700;
     color: #174167;
}
 .box-thankyou .detail {
     font-weight: bold;
     width: 350px;
     margin: auto;
     line-height: normal;
     font-family: "Poppins";
     font-size: 16px;
}
 .showonlypc{
     display: block;
     padding: 0;
     padding-bottom: 20px !important;
}
 .showonlymobile{
     display: none !important;
}
 form#form_grohe .box-product-images .owl-nav {
     position: absolute;
     background: red;
     top: calc(50% - 50px);
     width: 100%;
     left: 0px;
}
 form#form_grohe .box-product-images .owl-nav button.owl-prev, form#form_grohe .box-product-images .owl-nav button.owl-next {
     background: none;
     padding: 0px !important;
     color: #d5d5d5;
     font-size: 80px;
}
 form#form_grohe .box-product-images .owl-nav button.owl-next {
     right: 0px;
     position: absolute;
}
 form#form_grohe .box-product-images .owl-nav button.owl-prev {
     left: 0px;
     position: absolute;
}
 .box-product-images {
     padding: 10px 50px;
}
form#form_grohe[data-action-page="2"] {
    padding-top: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 1200px;
}
 input#faucets, input#filter {
     display: none;
}
 form#form_grohe[data-action-page="2"] .row.m-3.form-bottom {
     margin-bottom: 20px !important;
}
 .form-group.pl-2.product-selected {
     padding: 20px;
}
 .form-group.pl-2.product-selected .item {
     margin: 10px 0;
}
 .form-bt2 {
     position: absolute;
     bottom: -20px;
     width: 100%;
     left: 0;
}
 .form-bottom .btn-form {
     font-size: 30px;
     font-weight: 700;
     color: #fff;
     padding: 20px 40px;
     border-radius: 40px;
     border: none;
     cursor: pointer;
}
 .row.row-field-address-company {
     margin-bottom: 100px;
}
 .row.row-field-address-personel {
     margin-bottom: 50px;
}
 form#form_grohe[data-address-type="company"] .form-bt2 {
     bottom: -45px;
}
 form#form_grohe[data-address-type="personal"] .form-bt2 {
     bottom: -45px;
}
 form#form_grohe[data-address-type="company"], form#form_grohe[data-address-type="personal"] {
     margin-bottom: 70px !important;
}
 .box-product-images .owl-buttons {
     position: absolute;
     background: transparent;
     top: calc(50% - 60px) !important;
     width: 100% !important;
     left: 0px;
}
 label.product_name {
     text-align: center;
     height: 46px;
}
 .box-thankyou h2 {
     font-size: 35px;
     color: #174167;
     font-weight: bold;
}
 input#create_user_prestashop {
     margin-left: 0;
}
 .form-check label {
     margin-left: 0;
     line-height: 22px;
}
 div#box_default_address h3 {
     font-size: 16px;
     margin: 15px 0;
}
 input.form-control[name="company_email"].error {
     border: 1px solid red;
}
 .noti.show {
     border: 1px solid #ddd;
     padding: 10px;
     font-size: 11px;
     background: #ddd;
     padding-left: 35px;
     position: relative;
}
 .noti.show.red:before {
     content: "";
     width: 16px;
     background-image: url(../../../../../modules/groheserviceform/views/img/red.png);
     height: 16px;
     position: absolute;
     background-repeat: no-repeat;
     background-size: 100%;
     left: 10px;
}
 .noti.show.green:before {
     content: "";
     background-image: url(../../../../../modules/groheserviceform/views/img/green.png);
     width: 16px;
     height: 16px;
     position: absolute;
     background-repeat: no-repeat;
     background-size: 100%;
     left: 10px;
}
 .popup_color {
     position: relative;
}
 .popup_color .popup_text {
     display: none;
}
 .popup_icon {
     display: block;
     width: 20px;
     height: 20px;
     position: absolute;
     right: -26px;
     top: auto;
     bottom: 0;
}
 .popup_color .popup_icon:before {
     content: "";
     background-image: url(../../../../../modules/groheserviceform/views/img/egg.png);
     width: 20px;
     height: 20px;
     position: static;
     background-repeat: no-repeat;
     background-size: 100%;
     left: auto;
     bottom: 0px;
     right: 0;
     cursor: pointer;
     display: block;
}
 .popup_text.show {
     display: block;
     position: absolute;
     background: #fff;
     bottom: auto;
     left: calc(100% + 10px);
     width: 350px;
     border: 1px solid #ddd;
     padding: 10px;
     z-index: 9999;
     top: auto;
     text-align: left;
     box-shadow: 8px 6px 17px 0px #ddd;
     -webkit-box-shadow: 8px 6px 17px 0px #ddd;
     -moz-box-shadow: 8px 6px 17px 0px rgba(0,0,0,0.75);
     font-size: 12px;
     margin-top: -89px;
}
 .row_create_user_prestashop2 {
     margin: 0;
}
 .row_create_user_prestashop2 label.form-check-label {
     padding-left: 25px;
}
 .row_create_user_prestashop2 input#create_user_prestashop2 {
     margin-left: 0;
}
 .row_create_user_prestashop2 .col-md-12 {
     padding: 0;
}
.showplanuse {
    color: black;
    text-align: center;
    margin: 10px 20px;
    margin-bottom: 50px;
}
div#planPackage.showonlymobile .owl-item {
    padding: 0px;
}
.row_create_user_prestashop label {
    text-align: left;
}
.btn-next.notallow {
    background-color: #d5d5d5;
    cursor: not-allowed !important;
}
button.productSubmit.removebefore:before{
    display: none;
}
input#install_location_input.noti {
    border: 1px solid red;
}
.form-location-flex {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: center;
}
label#noti_install_location_input {
    font-size: 14px;
    color: red;
    font-weight: normal !important;
    margin-top: 5px;
    display: none;
}
label#noti_install_location_input.show{
    display: block;
}
label.txt_product_name {
    margin-top: 5px;
    display: block;
    text-align: center;
    margin-bottom: 0;
    font-weight: bold;
}
section.section_detail_list {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

section.section_detail_list { max-width: 1920px; margin-left: auto; margin-right: auto; }
section.section_detail_list>.container {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.section_detail_list>.container:before { background: #fff; content: ""; padding: 0 1000px; width: 100%; overflow: hidden; position: absolute; height: 100%; display: block !important; top: 0; box-sizing: content-box; margin-left: -1000px; max-width: 1920px; margin: auto; padding: 0 0px !important; margin-left: -0px !important; }
section.section_detail_list>.container:after {
    background: var(--primary);
    z-index: 2;
    left: 0px;
    content: "";
    width: 100%;
    overflow: hidden;
    position: absolute;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    max-width: 1920px;
    margin: auto;
    padding: 0 0px !important;
    margin-left: -0px !important;
    height: 70%;
    top: calc(50% - 20px);
    transform: translate(0%, -50%);
}
section.section_detail_list>.container form {
    max-width: 1400px;
    margin: auto;
    position: relative;
    z-index: 3;
}
section.section_detail_list form#form_grohe .col-md-4 {
    padding: 0;
}
.box-bottom a.btn-done.btn-form {
    font-weight: bold;
    font-size: 25px;
}
@media (max-width:1199px) {
    section.section_detail_list>.container:before { display: none !important; }
    form#form_grohe[data-action-page="2"] {
        max-width: 1200px;
        width: 100%;
    }
    #AppGroheService .main-header h1, #AppGroheService .main-header h2 {
        font-size: 42px;
    }
    #navigation [id^="nav-"] {
        padding: 5px 30px;
        min-height: 50px;
        line-height: normal;
        font-size: 12px;
        padding-left: 50px;
    }
}
 @media (max-width: 991px){
     .rowcolor {
         display: flex;
         align-items: center;
         height: 100%;
         width: 100%;
         flex-direction: row;
    }
     .select-type {
         width: 80%;
         font-size: 40px;
    }
     .container {
         width: 100%;
         max-width: 100%;
    }
     #navigation [id^="nav-"] {
         padding: 5px 30px;
         min-height: 50px;
    }
     form#form_grohe[data-address-type="company"] .col-md-6.col-lg-6 {
         width: 100%;
    }
     .box-thankyou {
         background: white;
         color: black;
         width: 100%;
    }
     form#form_grohe.install_thankyou {
         padding: 30px !important;
    }
    .popup_text.show {
        left: calc(00% + 5px);
    }
    #navigation [id^="nav-"] {
        padding: 5px 30px;
        min-height: 50px;
        line-height: normal;
        font-size: 12px;
        padding-left: 50px;
    }
    form#form_grohe[data-action-page="2"] .row.m-3.form-bottom {
        margin: 20px !important;
    }
    .form-bottom .btn-form {
        font-size: 25px;
        padding: 15px 40px;
    }
}
@media (max-width: 767px){
     html {
         max-width: 100%;
    }
     .rowcolor .col-md-6 {
         width: 50%;
         margin: 0;
    }
     .form-bottom > div[class^="col-"] {
         width: 100%;
         text-align: center;
    }
     .form-bottom .btn-form {
         margin: auto;
         margin-bottom: 10px;
         margin-top: 10px;
         width: 100%;
         padding: 10px;
         font-size: 25px;
    }
     #form_grohe {
         margin: 20px !important;
         padding: 30px !important;
    }
     #navigation [id^="nav-"] {
         padding: 5px 30px;
         min-height: 50px;
         word-break: break-word;
         font-weight: normal;
         font-size: 9px;
         line-height: 14px;
    }
     .row.mx-0.form-bottom {
         display: flex;
         flex-direction: column;
    }
    .row.mx-0.form-bottom .col-md-6.next {
        order: 1;
    }
    .row.mx-0.form-bottom .col-md-6.back {

        order: 1;
    }
    .row.mx-0.form-bottom a.btn-back.btn-form {
         background: #ddd;
         color: #252525;
    }
     #form_grohe .plan-select {
         border: 0px solid #d5d5d5;
         box-shadow: none;
         transform: scale(1);
         margin-top: 0;
    }
     #form_grohe .plan-select.active {
         border: 0px solid #d5d5d5;
         box-shadow: none;
         transform: scale(1);
         margin-top: 0px;
    }
     .form-group.pl-2.product-selected .container {
         padding: 0;
    }
    .row.mx-0.form-bottom .col-md-6.back a#start_new {

        background: #d5d5d5;
       
    }
    .row_create_user_prestashop2 label.form-check-label {
        text-align: left;
    }
    button.btn-next.btn-form {
       
    }
    .product-selected .item .delItem:after {
         content: "\00D7";
         width: 25px;
         height: 25px;
         cursor: pointer;
         display: inline-block;
         font-size: 25px;
         z-index: 99999;
         font-weight: normal;
         font-family: sans-serif;
         border-radius: 50%;
         text-align: center;
         padding: 5px;
         line-height: 17px;
    }
     .row.mx-0.form-bottom {
         display: flex;
         flex-direction: column;
         position: static;
    }
     .showonlypc{
         display: none;
    }
     .showonlymobile{
         display: block !important;
    }
     .owl-nav {
         position: absolute;
         top: calc(50% - 40px);
         width: 100%;
    }
     form#form_grohe.page2 .owl-carousel .owl-nav button.owl-prev, form#form_grohe.page2 .owl-carousel .owl-nav button.owl-next {
         background: none;
         padding: 0px !important;
         color: #d5d5d5;
         font-size: 80px;
    }
     form#form_grohe.page2 .owl-carousel .owl-nav button.owl-next {
         right: 0;
         position: absolute;
    }
     .row.mx-0.form-bottom {
         display: flex;
         flex-direction: row;
         position: static;
    }

    #form_grohe .form-group.product-selected {
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .row.mx-0.form-bottom {
        display: flex;
        flex-direction: row;
        position: static;
    }
    .row.mx-0.form-bottom .col-md-6.back a#start_new, 
    .row.mx-0.form-bottom a.btn-back.btn-form {
        background: transparent;
        color: transparent;
        padding: 0;
        width: auto;
        margin: 0;
        display: flex;
        height: 100%;
    }
    .row.mx-0.form-bottom .col-md-6.back {
        order: 1;
        width: 50px;
        padding-right: 0;
    }
    .row.mx-0.form-bottom .col-md-6.next {
        order: 1;
        width: calc(100% - 50px);
    }
    .row.mx-0.form-bottom .col-md-6.back a#start_new:before, 
    .row.mx-0.form-bottom a.btn-back.btn-form:before {
        content: "";
        background-image: url(../../../../../modules/groheserviceform/views/img/arrow-left.png);
        width: 100%;
        cursor: pointer;
        display: inline-block;
        font-size: 25px;
        z-index: 99999;
        font-weight: normal;
        font-family: sans-serif;
        border-radius: 50%;
        text-align: center;
        padding: 5px;
        line-height: 17px;
        color: black;
        background-size: 100%;
        height: 50px;
        width: 30px;
        margin-top: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    button.btn-next.btn-form {
        margin: 0;
    }
    .row.mx-0.form-bottom {
        display: flex;
        position: static;
        margin: 0;
        padding: 0 15px;
    }
    form#form_grohe[data-action-page="3"] .row.mx-0.form-bottom {
        display: flex;
        position: static;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .plan-select:not(:hover) {
        opacity: 1 !important;
    }
    div#planPackage.showonlymobile {
        margin: 0 !important;
        padding-top: 20px;
    }
    #AppGroheService #top-bar .container {
        flex-direction: column;
    }
    #AppGroheService #top-bar .container img.logo_white {
        margin-right: 10px;
        border-radius: 0;
        margin-bottom: 5;
        width: auto;
    }
    #AppGroheService #top-bar .container span, #AppGroheService #top-bar .container a {
        font-size: 12px;
        line-height: normal;
    }
    #AppGroheService .main-header {
        padding-bottom: 0;
    }
    form#form_grohe[data-action-page="2"] {
        margin: 0 !important;
        margin-top: 15px !important;
    }
    #navigation [id^="nav-"]:before {
        width: 50px;
        height: 50px;
    }
    #navigation [id^="nav-"] {
        min-height: 30px;
        height: 50px;
    }
    section.section_detail_list[nav="nav-2"]>.container {
        display: block;
    }
    section#page-3 div#address_company>.container {
        padding: 0;
    }
    div#address_company div#box_invoice_address {
        margin-top: 20px;
    }
    section#page-3 #form_grohe .form_header span {
        font-size: 16px;
        margin: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    section#page-3 #form_grohe .form_header h3 {
        word-break: break-word;
        font-size: 18px !important;
        margin-top: 0;
    }
    .install_thankyou {
        padding: 30px !important;
    }

    .box-thankyou .box-des h1 {
        font-family: "Poppins";
        font-size: 30px;
    }
    .box-thankyou .detail {
        font-weight: bold;
        max-width: 350px;
        margin: auto;
        line-height: normal;
        font-family: "Poppins";
        font-size: 16px;
        width: 100%;
    }
    .box-thankyou {
        background: white;
        color: black;
        width: 100%;
        padding: 30px 20px;
    }
    .install_thankyou {
        padding: 30px !important;
        margin: 0px !important;
    }
    div#thankyou>.container {
        padding: 0;
    }
    div#thankyou>.container .col-md-12 {
        padding: 0;
    }
    .box-bottom {
        padding: 10px 35px;
        margin-top: 30px;
        font-size: 20px;
    }
}
@media (max-width: 575px){
     .showonlypc{
         display: none;
    }
     .showonlymobile{
         display: block !important;
    }
     #AppGroheService #page-0 .main-header {
         position: static;
         background: #174167;
         transform: translateX(0%);
         padding: 20px;
    }
     #AppGroheService .main-header h1, #AppGroheService .main-header h2 {
         font-size: 20px;
    }
     .select-type {
         width: 85%;
         font-size: 16px;
         padding: 20px;
         text-align: center;
         position: absolute;
         transform: translateX(0%);
         text-align: center;
         align-items: center;
         display: flex;
         justify-content: center;
         margin: auto;
         left: 50%;
         transform: translateX(-50%);
    }
     .rowcolor .col-md-6 {
         padding: 0;
    }
     .rowcolor {
         max-height: 500px;
    }
     section#page-0 {
         background-image: url(../../../../../modules/groheserviceform/views/img/bg_form.jpg);
         height: 100%;
    }
     #navigation [id^="nav-"] {
         color: transparent;
         background: transparent;
    }
     #navigation [id^="nav-"].active {
         background-color: #fff;
         color: #000;
         padding: 10px 30px;
         background: transparent;
         color: transparent;
    }
     .plan-select:hover {
         transform: scale(1);
         transform-origin: 50% 0;
    }
     .owl-nav {
         position: absolute;
         top: calc(50% - 40px);
         width: 100%;
    }
     form#form_grohe.page2 .owl-carousel .owl-nav button.owl-prev, form#form_grohe.page2 .owl-carousel .owl-nav button.owl-next {
         background: none;
         padding: 0px !important;
         color: #d5d5d5;
         font-size: 80px;
    }
     form#form_grohe.page2 .owl-carousel .owl-nav button.owl-next {
         right: 0;
         position: absolute;
    }
     #navigation [id^="nav-"]:before {
         left: auto;
    }
     .row.py-36.showonlymobile.owl-carousel.owl-loaded {
         padding-bottom: 20px !important;
         margin: 0 !important;
    }
     label.product_name {
         text-align: center;
         height: 46px;
    }
     .row.mx-0.form-bottom {
         display: flex;
         position: static;
    }
     form#form_grohe[data-action-page="2"] .row.m-3.form-bottom {
         margin: 0 !important;
    }
     form#form_grohe[data-action-page="2"] {
         padding-top: 20px !important;
         padding-left: 10px !important;
         padding-right: 10px !important;
    }
     .form-group.pl-2.product-selected {
         padding: 0 !important;
    }
     a#start_new {
         background: #ddd;
         color: #252525;
    }
     form#form_grohe[data-action-page="3"] {
         margin: 0 !important;
         margin-top: 30px !important;
         margin-bottom: 30px !important;
         padding: 10px !important;
    }
     .row.row-field-address-company {
         margin-bottom: 0px;
    }
     .padding0 {
         padding: 0 !important;
    }
     form#form_grohe.box-add-2 {
         margin-bottom: 30px !important;
         padding: 10px !important;
    }
     #form_grohe .form-group .col-md-6 {
         margin-top: 10px;
    }
     div#box_default_address h3 {
         margin: 20px 0;
         text-align: center;
    }
     #form_grohe .form-group .col-md-8, #form_grohe .form-group .col-md-4 {
         margin-top: 10px;
    }
     form#form_grohe.install_thankyou {
         padding: 0px !important;
    }
     .box-thankyou {
         background: white;
         color: black;
         width: 100%;
         padding: 50px 20px;
         overflow: hidden;
    }
     .box-thankyou .detail {
         font-weight: bold;
         width: 100%;
         font-size: 16px;
    }
    form#form_grohe .box-product-images .owl-nav {
        top: calc(50% - 50px);
    }
    .popup_text.show {
        left: calc(00% + 0px);
        width: 100%;
    }
    form#form_grohe[data-action-page="2"] .row.m-3.form-bottom {
        margin-right: 0 !important;
        margin-bottom: 20px !important;
        margin-left: 0 !important;
    }
    form#form_grohe[data-action-page="2"] {
        margin: 0 !important;
        margin-top: 15px !important;
    }
    .box-product-images {
        padding: 10px 10px;
    }
}
@media (max-width: 420px){
     .address-select {
         flex-direction: column;
    }
     .address-select span {
         width: 100%;
         text-align: center;
         justify-content: center;
         margin-bottom: 5;
         margin-top: 5;
         padding: 10px;
    }
     section#page-3 #form_grohe .form_header span {
         font-size: 16px;
    }
     #form_grohe .productSubmit {
         font-size: 18px;
    }
     .box-thankyou .box-des h1 {
         font-size: 25px;
    }
     .box-thankyou .detail {
         font-weight: normal;
         width: 100%;
         font-size: 14px;
    }
}
@media (max-width: 375px){
    .rowcolor {
        max-height: 350px;
    }
     form#form_grohe .box-product-images .owl-nav button.owl-prev, form#form_grohe .box-product-images .owl-nav button.owl-next {
         font-size: 50px;
    }
     .form-bottom .btn-form {
         margin-bottom: 5px;
         margin-top: 10px;
         font-size: 18px;
    }
     form#form_grohe.page2 .owl-carousel .owl-nav button.owl-prev, form#form_grohe.page2 .owl-carousel .owl-nav button.owl-next {
         font-size: 50px;
    }
     form#form_grohe.install_thankyou {
         padding: 0px !important;
         margin-left: 0 !important;
         margin-right: 0 !important;
    }
    .row.mx-0.form-bottom .col-md-6.next {
        order: 1;
        width: calc(100% - 30px);
    }
    .row.mx-0.form-bottom .col-md-6.back {
        order: 1;
        width: 30px;
        padding-right: 0;
    }
    .row.mx-0.form-bottom .col-md-6.back a#start_new:before, .row.mx-0.form-bottom a.btn-back.btn-form:before {
        height: 40px;
        background-size: 80%;
        padding: 0;
        background-repeat: no-repeat;
    }
    .showplanuse {
        margin: 10px 10px;
        font-size: 14px;
    }
}
