/* ==========================================================================
   WM Quotation — Styles
   ========================================================================== */

/* --------------------------------------------------------------------------
   Form base
   -------------------------------------------------------------------------- */

#quotation form fieldset {
    border: unset;
    padding: 0;
}

#quotation form.form-send {
    max-width: 820px;
    margin: 0 auto;
}

#quotation form .form-group {
    margin-bottom: 20px;
}

#quotation form .form-group:last-child {
    margin-bottom: 0;
}

#quotation form .form-group input,
#quotation form .form-group textarea,
#quotation form .inline_inputs li input {
    font-size: inherit;
    padding-right: 15px;
    padding-left: 15px;
    border: 2px solid var(--bricks-border-color);
    border-radius: 16px;
}

#quotation form .form-group input {
    line-height: 50px;
    height: 50px;
}

#quotation form .form-group input:focus,
#quotation form .form-group textarea:focus {
    border-color: var(--wm-color__blue);
}

#quotation form .form-group input:focus-visible,
#quotation form .form-group textarea:focus-visible {
    outline: none;
}

/* --------------------------------------------------------------------------
   Typography & labels
   -------------------------------------------------------------------------- */

#quotation h2,
#quotation h3 {
    text-align: center;
    font-size: var(--wm-font-size__h4);
    color: var(--wm-color__dark);
}

#quotation label {
    font-weight: 700;
    color: var(--wm-color__dark);
}

#quotation .c_2col_8_def p {
    line-height: 1.2;
}

#quotation .fs_row {
    display: flex;
}

#quotation .row-btns {
    text-align: center;
    margin-top: 48px;
}

#brx-content #quotation span {
    line-height: 1.2;
}

/*:where(.brxe-shortcode) #quotation a {
    border-bottom: unset;
}*/

/* --------------------------------------------------------------------------
   Alerts
   -------------------------------------------------------------------------- */

#quotation .alert {
    text-align: center;
    margin: 20px 0;
    color: red;
    font-weight: bold;
}

#quotation .alert.alert-success {
    color: green;
}

/* --------------------------------------------------------------------------
   Safety badge
   -------------------------------------------------------------------------- */

.form-be-safe-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 20px;
}

.form-be-safe {
    min-width: 32px;
    height: auto;
}

.form-be-safe::before {
    content: "";
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    background-image: url(../img/shield.png);
    background-size: contain;
}

.form-be-safe-wrap p {
    width: calc(100% - 40px);
}

/* --------------------------------------------------------------------------
   Info icon (SVG via background-image)
   -------------------------------------------------------------------------- */

.info-icon {
    font-size: 28px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.info-icon a {
    color: #ccc;
}

#quotation .icon-info-circle::before {
    content: "";
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%230088cc' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z'/%3E%3C/svg%3E");
    background-size: 24px;
    background-repeat: no-repeat;
    transition: background-image 0.3s;
}

#quotation .icon-info-circle:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%231f3d59' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z'/%3E%3C/svg%3E");
}

/* --------------------------------------------------------------------------
   Quotation steps breadcrumb
   -------------------------------------------------------------------------- */

#quotation article .quotation-steps {
    list-style-type: none;
    margin: 0 0 30px;
    border-bottom: 1px solid #ffda46;
}

#quotation article .quotation-steps li {
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    line-height: 25px;
}

#quotation article .quotation-steps li.active {
    background: #fff8bf;
}

/* --------------------------------------------------------------------------
   Quotation container & product listing
   -------------------------------------------------------------------------- */

#quotation article .quotation-container {
    overflow: hidden;
}

#quotation article .choose-container {
    overflow: hidden;
}

#quotation article .choose-container ul.choose li.page {
    margin: 0;
}

#quotation article ul.choose {
    list-style-type: none;
    padding-inline-start: 0;
    margin-block: 0;
}

#quotation article ul.choose ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-top: 32px;
}

#quotation article ul.product_listing li {
    width: 158px;
    height: 155px;
    border: 1px solid transparent;
}

#quotation article ul.product_listing li:hover {
    background: #ffffe4;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-color: #ffda46;
}

#quotation article ul.product_listing li a {
    display: block;
    width: 158px;
    height: 155px;
    text-decoration: none;
    color: #444;
    border-bottom: unset;
}

#quotation article ul.product_listing li .img_align {
    width: 158px;
    height: 130px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    object-fit: contain;
}

#quotation article ul.product_listing li p {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
}

#quotation article ul.product_listing li.last_item_row {
    margin-right: 0;
}

/* Inactive/disabled product tiles */

#quotation article ul.product_listing li.unactive {
    opacity: 0.3;
}

#quotation article ul.product_listing li.unactive a {
    cursor: default;
}

#quotation article ul.product_listing li.unactive:hover {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

/* --------------------------------------------------------------------------
   Small products select
   -------------------------------------------------------------------------- */

ul.small_products_select {
    margin: 30px 0 0 !important;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    list-style: none;
}

ul.small_products_select li a {
    display: block;
    width: 124px;
    text-align: center;
    color: #707070;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    transition: all 300ms ease-out;
}

ul.small_products_select li a:hover {
    color: #ff7e00;
}

ul.small_products_select li a:hover span {
    background-position: center bottom !important;
}

ul.small_products_select li a span {
    display: block;
    margin: 0 auto 4px;
    width: 100px;
    height: 100px;
}

/* --------------------------------------------------------------------------
   Small calculation select (color, addons)
   -------------------------------------------------------------------------- */

ul.small_calculation_select {
    list-style-type: none;
    padding-inline-start: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.small_calculation_select li {
    padding: 10px 0;
    margin: 0 10px 0 0;
    border-radius: 5px;
    border: 1px solid transparent;
    position: relative;
}

ul.small_calculation_select li:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    border-color: #aaa;
}

ul.small_calculation_select li:hover span.image {
    background-position: center bottom !important;
}

ul.small_calculation_select li:hover span.text_label {
    color: #ff7e00;
}

ul.small_calculation_select li:hover .hidden_info {
    border-radius: 0 0 5px 5px;
}

ul.small_calculation_select li.additional_items {
    padding-bottom: 0;
}

ul.small_calculation_select li label {
    width: 124px;
    display: block;
    text-align: center;
}

ul.small_calculation_select li label span.image {
    display: block;
    margin: 0 auto 12px;
    width: 100px;
    height: 100px;
}

ul.small_calculation_select li label span.text_label {
    color: var(--wm-color__dark);
    display: block;
    margin: 0 0 0 6px;
    text-align: center;
}

ul.small_calculation_select li label input[type="checkbox"],
ul.small_calculation_select li label input[type="radio"] {
    margin: 1px 0 0;
}

ul.small_calculation_select li label .text_label_wrapper {
    display: inline-block;
    margin: 0 auto;
}

ul.small_calculation_select li .hidden_info {
    display: none;
    padding: 7px 0 7px 7px;
    margin-top: 3px;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    background: #f1efef;
}

ul.small_calculation_select li .hidden_info .text_label_mini {
    display: block;
    text-align: left;
    line-height: 21px;
}

ul.small_calculation_select li .hidden_info input[type="text"] {
    display: block;
    width: 33px;
    height: 21px;
    line-height: 21px !important;
    margin: 0 5px 0 7px;
}

.profile_listing li:hover label,
.small_calculation_select li:hover label {
    cursor: pointer;
}

/* --------------------------------------------------------------------------
   Big calculation select (profile system)
   -------------------------------------------------------------------------- */

ul.big_calculation_select {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-inline-start: 0;
}

ul.big_calculation_select label span.image {
    background-size: contain !important;
}

ul.big_calculation_select li label {
    width: 174px;
}

ul.big_calculation_select li label span.image {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

ul.big_calculation_select li label span.text_label {
    max-width: 130px;
}

ul.big_calculation_select li.last_row_item {
    margin-right: 0;
}

/* Profile images — plastic windows */

ul.big_calculation_select .pasiv span.image    { background: url(../img/products/new/pasiv.jpg)    no-repeat center top; }
ul.big_calculation_select .optim span.image    { background: url(../img/products/new/optim.jpg)    no-repeat center top; }
ul.big_calculation_select .standard span.image { background: url(../img/products/new/standard.jpg) no-repeat center top; }
ul.big_calculation_select .basic span.image    { background: url(../img/products/new/basic.jpg)    no-repeat center top; }

/* Profile images — aluminium windows */

ul.big_calculation_select .w77hi span.image { background: url(../img/products/new/w77hi.jpg) no-repeat center top; }
ul.big_calculation_select .w72 span.image   { background: url(../img/products/new/w72.jpg)   no-repeat center top; }
ul.big_calculation_select .w72i span.image  { background: url(../img/products/new/w72i.jpg)  no-repeat center top; }
ul.big_calculation_select .w65 span.image   { background: url(../img/products/new/w65.jpg)   no-repeat center top; }

/* Profile images — doors */

ul.big_calculation_select .plastove span.image  { background: url(../img/products/new/plastove.jpg)  no-repeat center top; }
ul.big_calculation_select .d92 span.image       { background: url(../img/products/new/d92.jpg)       no-repeat center top; }
ul.big_calculation_select .d72 span.image       { background: url(../img/products/new/d72.jpg)       no-repeat center top; }
ul.big_calculation_select .d65 span.image       { background: url(../img/products/new/d65.jpg)       no-repeat center top; }
ul.big_calculation_select .d50 span.image       { background: url(../img/products/new/d50.jpg)       no-repeat center top; }
ul.big_calculation_select .sp-plast span.image  { background: url(../img/products/new/sp-plast.jpg)  no-repeat center top; }
ul.big_calculation_select .sp-hlinik span.image { background: url(../img/products/new/sp-hlinik.jpg) no-repeat center top; }
ul.big_calculation_select .zp-plast span.image  { background: url(../img/products/new/zp-plast.jpg)  no-repeat center top; }
ul.big_calculation_select .zp-hlinik span.image { background: url(../img/products/new/zp-hlinik.jpg) no-repeat center top; }

/* --------------------------------------------------------------------------
   Addon images (small_products_select + small_calculation_select)
   -------------------------------------------------------------------------- */

ul.small_products_select .product_2 span,
ul.small_calculation_select .product_2 span.image  { background: url(../img/products/product_small_2.jpg)  no-repeat center top; }

ul.small_products_select .product_3 span,
ul.small_calculation_select .product_3 span.image  { background: url(../img/products/product_small_3.jpg)  no-repeat center top; }

ul.small_products_select .product_4 span,
ul.small_calculation_select .product_4 span.image  { background: url(../img/products/product_small_4.jpg)  no-repeat center top; }

ul.small_products_select .product_5 span,
ul.small_calculation_select .product_5 span.image  { background: url(../img/products/product_small_5.jpg)  no-repeat center top; }

ul.small_products_select .product_7 span,
ul.small_calculation_select .product_7 span.image  { background: url(../img/products/product_small_7.jpg)  no-repeat center top; }

ul.small_products_select .product_14 span,
ul.small_calculation_select .product_14 span.image { background: url(../img/products/product_small_14.jpg) no-repeat center top; }

ul.small_products_select .product_15 span,
ul.small_calculation_select .product_15 span.image { background: url(../img/products/product_small_15.jpg) no-repeat center top; }

ul.small_products_select .product_20 span,
ul.small_calculation_select .product_20 span.image { background: url(../img/products/product_small_20.jpg) no-repeat center top; }

ul.small_products_select .product_21 span,
ul.small_calculation_select .product_21 span.image { background: url(../img/products/product_small_21.jpg) no-repeat center top; }

.selected_option span.image {
    background-position: center bottom !important;
}

/* --------------------------------------------------------------------------
   Inline inputs (dimensions)
   -------------------------------------------------------------------------- */

ul.inline_inputs {
    list-style: none;
    padding-inline-start: 0;
    margin-top: -6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.inline_inputs li {
    width: 124px;
    margin-right: 30px;
}

ul.inline_inputs li input[type="text"],
ul.inline_inputs li input[type="password"] {
    width: 114px !important;
}

/* --------------------------------------------------------------------------
   Summary table
   -------------------------------------------------------------------------- */

.table-scroll {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

table.selected_products {
    min-width: 560px;
}

table.selected_products {
    width: 100%;
    margin-top: 30px;
}

table.selected_products caption {
    text-align: center;
    padding: 5px 0 5px 10px;
    border: 1px solid #ccc;
    border-bottom: none;
}

table.selected_products a {
    color: var(--wm-color__blue);
    border-bottom: 1px solid currentColor !important;
}

table.selected_products a:hover {
    color: var(--wm-color__blue-dark);
}

table.selected_products tr th,
table.selected_products tr td {
    text-align: left;
    padding: 5px 0 5px 10px;
}

table.selected_products tr th {
    font-weight: 800;
    font-size: 11px;
    color: #555;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

table.selected_products tr th:last-child {
    border-right: 1px solid #ccc;
}

table.selected_products tr td {
    vertical-align: top;
    border-bottom: 1px dashed #ccc;
    border-left: 1px dashed #ccc;
}

table.selected_products tr td:first-child {
    vertical-align: top;
}

table.selected_products tr td:last-child {
    border-right: 1px dashed #ccc;
}

table.selected_products tr td img {
    height: 60px;
    width: auto;
    margin-right: 10px;
}

table.selected_products tr:hover td {
    background: #fff8bf;
}

/* --------------------------------------------------------------------------
   Form validation
   -------------------------------------------------------------------------- */

.input_error {
    border: 1px solid #db3737 !important;
    background: #ffe7e7;
}

/* --------------------------------------------------------------------------
   HP benefit block
   -------------------------------------------------------------------------- */

.hp-benefit a {
    display: block;
}

.hp-benefit a:hover {
    text-decoration: none;
}

.hp-benefit b {
    color: #0088cc;
    font-weight: normal;
}

/* --------------------------------------------------------------------------
   Quick products CTA
   -------------------------------------------------------------------------- */

.quick_products {
    float: right;
    z-index: 9;
    overflow: hidden;
    position: relative;
    background: #fff;
    top: -124px;
    border-radius: 90px 0 0 0;
    margin-bottom: -123px;
}

.quick_products .products_wrapper {
    min-height: 186px;
    background: url(../img/products.png) no-repeat center top;
}

.quick_products .products_wrapper ul {
    list-style-type: none;
    overflow: hidden;
    width: 100%;
    padding-left: 0;
    text-align: center;
}

.quick_products .products_wrapper ul li {
    display: inline-block;
    width: 170px;
    padding-top: 5px;
}

.quick_products .products_wrapper ul li:hover p.img_label a {
    color: #ff7e00;
    transition: all 500ms ease-out;
}

.quick_products .products_wrapper ul li a.img_link {
    display: block;
    width: 170px;
    height: 170px;
    border: 0;
}

.quick_products .products_wrapper ul li a.img_cta1 { background: url(../img/img_link_1a.png) no-repeat center top; }
.quick_products .products_wrapper ul li a.img_cta2 { background: url(../img/img_link_2a.png) no-repeat center top; }
.quick_products .products_wrapper ul li a.img_cta3 { background: url(../img/img_link_3a.png) no-repeat center top; }
.quick_products .products_wrapper ul li a.img_cta4 { background: url(../img/img_link_4a.png) no-repeat center top; }
.quick_products .products_wrapper ul li a.img_cta5 { background: url(../img/img_link_5a.png) no-repeat center top; }

.quick_products .products_wrapper ul li.product1:hover a.img_cta1,
.quick_products .products_wrapper ul li.product2:hover a.img_cta2,
.quick_products .products_wrapper ul li.product3:hover a.img_cta3,
.quick_products .products_wrapper ul li.product4:hover a.img_cta4,
.quick_products .products_wrapper ul li.product5:hover a.img_cta5 {
    background-position: center bottom;
}

.quick_products .products_wrapper ul li p.img_label {
    text-align: center;
    text-transform: uppercase;
}

.quick_products .products_wrapper ul li p.img_label a {
    font-weight: 800;
    color: #555;
    text-decoration: none;
}

.quick_products .products_wrapper ul li.product1 p.img_label { padding: 0 6px 0 22px; }
.quick_products .products_wrapper ul li.product2 p.img_label { padding: 0 14px; }
.quick_products .products_wrapper ul li.product3 p.img_label { padding: 0 22px 0 6px; }

/* --------------------------------------------------------------------------
   Image hotlinks
   -------------------------------------------------------------------------- */

.image_hotlinks {
    float: right;
}

.image_hotlinks ul {
    margin-top: 10px;
    list-style-type: none;
    text-align: center;
}

.image_hotlinks ul li {
    position: relative;
    display: inline-block;
    width: 215px;
    margin: 0;
    text-align: left;
}

.image_hotlinks ul li a {
    font-size: 13px;
    line-height: 15px;
    font-weight: 800;
    color: #555;
    text-transform: uppercase;
    text-decoration: none;
}

.image_hotlinks ul li a:hover {
    color: #ff7e00;
}

.image_hotlinks ul li .circle_bg {
    width: 98px;
    height: 98px;
    margin-left: 4px;
    background: url(../img/circle_bg.png) no-repeat center top;
    z-index: 1;
    position: relative;
}

.image_hotlinks ul li .label_bg {
    position: absolute;
    top: 18px;
    left: 49px;
    z-index: 0;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    padding: 16px 16px 16px 61px;
}

.image_hotlinks ul li .icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: all 200ms ease-out;
}

.image_hotlinks ul li.hotlink1 .icon       { background: url(../img/icon_hotlink_1.png) no-repeat 0 15px; }
.image_hotlinks ul li.hotlink1:hover .icon { background-position: 0 9px; }
.image_hotlinks ul li.hotlink2 .icon       { background: url(../img/icon_hotlink_2.png) no-repeat 0 12px; }
.image_hotlinks ul li.hotlink2:hover .icon { background-position: 0 6px; }

.image_hotlinks ul li.hotlink2 {
    margin-left: 15px;
    width: 185px;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media screen and (min-width: 1200px) {
    .image_hotlinks {
        position: relative;
        left: 80px;
    }
}

/* bootstrap md 992 */
@media screen and (max-width: 991px) {
    .quick_products {
        top: -156px;
        margin-bottom: -50px;
    }

    .image_hotlinks {
        position: relative;
        top: 222px;
        left: -26px;
        display: inline-block;
        float: none;
    }

    .col-sm-center {
        text-align: center;
    }
}

/* bootstrap sm 768 */
@media screen and (max-width: 767px) {
    .quick_products .products_wrapper ul li {
        width: 108px;
        margin-bottom: 6px;
    }

    .quick_products .products_wrapper ul li a.img_link {
        width: 108px;
        height: 113px;
        background-size: 98px 226px !important;
    }

    #quotation article ul.product_listing li,
    #quotation article ul.product_listing li a {
        margin: 0;
        width: 110px;
        height: 140px;
    }

    #quotation article ul.product_listing li .img_align
    {
      width: 110px;
      height: 110px;
    }

    ul.big_calculation_select li label,
    ul.small_calculation_select li label
    {
      width: 110px;
    }

    ul.big_calculation_select li label span.image
    {
      width: 100px;
      height: 100px;
    }

    ul.inline_inputs
    {
      flex-direction: column;
    }

    ul.inline_inputs li
    {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
    }

    ul.inline_inputs li input[type="text"], ul.inline_inputs li input[type="password"] 
    {
      width: 100% !important;
    }

    ul.small_calculation_select li label span.text_label
    {
      margin: 0 6px;
      font-size: 1.4rem;
    }
  
}

@media screen and (max-width: 499px) {
    .quick_products {
        margin-bottom: 10px;
    }

    #quotation .fs_row
    {
      flex-direction: column;
      gap: 20px;
    }

    #quotation .fs_row .c_2col_4_def,
    #quotation .fs_row .c_2col_8_def
    {
      width: 100%;
    }

    .row-btns a
    {
      margin: 4px 0;
    }
}