/* Unique Project Styles */

/* -- Global */

h1, .h1 {
  font-family: 'rockwell';
  font-weight: var(--font-weight-normal);
}


h2, .h2 {
    font-family: 'rockwell';
    font-weight: var(--font-weight-normal);
}

.action.primary, .action-primary {
    padding: 1rem 1.5rem;
}

/* Top Banner */

.cms-index-index .top-container {
    background: #F5F5F5;
}

.banner-wrapper h1 {
    font-weight: 400;
    color: var(--color-branding-primary)
}


/* Header */

.page-header {
    border-bottom: 1px solid var(--color-border-lines);
}

.minicart-wrapper .action.showcart .counter.qty {
    background: var(--color-minicart-icon);
}

.topnav a {
    font-size: 1.2rem;
    font-family: 'rockwell';
}

@media only screen and (min-width: 768px) {

    .topnav a {
        font-size: var(--text-normal-size)
    }

}

/* Home page */

.top-container .widget.block > .products-wrapper {
    background: #fff;
}

.top-container .block.widget.block-products-list.grid {
    margin: 0;
}

.top-container .block.widget .products-grid .product-items {
    margin: 0;
    padding-bottom: 4rem;
}

/* Category page */

.sale-price-wrapper {
    display: flex;
    gap: 1rem;
    flex-direction: row-reverse;
    justify-content: center;
    color: var(--color-price-old);
    align-items: center;
}

.product-info-main .price-box .special-price span.price, 
.product-item .price-box  .special-price span.price {
    font-size: 2.4rem;
}

.product-item .price-box .price {
    font-size: 2.4rem;
    color: var(--color-price);
    font-weight: var(--font-weight-bold);
}

.product-item .price-box .old-price .price {
    font-size: var(--text-small-size);
}

/* -- Product Page */

.long-description-item {
    background: #F5F5F5;
}

.long-description-item h2 {
    margin-top: 0;
    font-size: 2.6rem;
    font-weight: 400;
}

.long-description-wrapper {
    gap: 2rem;
}

.long-description-item {
    width: calc(100% - 6rem);
    padding: 2rem;
}

.product-info-main .page-title-wrapper h1.page-title {
    font-size: var(--text-h2-size);
    line-height: 1;
    font-weight: 400;
}

.catalog-product-view .price-box.price-final_price {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
}

.product-info-main .price-box .price-wrapper .price {
    font-size: 2.4rem;
    color: var(--color-price);
}

.product-info-main .price-box .old-price .price-wrapper .price {
    font-size: 1.4rem;
}

.catalog-product-view .qty label.label span {
    display: none;
}

.catalog-product-view .column.main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
}

.product-info-price {
    display: flex;
    flex-direction: column;
}

p.discount-message {
    margin: 0;
}

.discount_message_wrapper {
    min-height: 1.5em;
    margin: 1rem 0 0 0;
}

.product.info p.discount-message {
    display: none;
}

@media only screen and (min-width: 768px) {

    .long-description-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .long-description-item {
        flex: 1 1 0;
        padding: 2rem;
        min-width: calc(33% - 6rem);
    }


}


/* MP Lite Section Headers */

p.category-label {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: var(--color-branding-primary);
}

@media only screen and (min-width: 768px) {

    

}

/* Succes Page */

.banner-wrapper h1:after {
    content: none;

}

/* RI Instalation Module */

.installation-index-index input#btn_submit {
    border-radius: 2rem;
}

/* Gate Modal */

.modal-logo {
    width: 100%;
    margin: 2rem 0;
    max-width: 35rem;
}

.gate h1 {
    font-weight: 500;
    color: var(--color-branding-primary);
}

.gate .form-fields {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.gate .double-fields {
    display: flex;
    gap: 1.5rem;
    flex-direction: row;
}

.gate .double-fields > * {
    width: 100%;
}

.gate input, .gate select {
    height: 5rem;
}

.gate input.submit {
    border-radius: 5rem;
}

.custom-popup-modal._inner-scroll .modal-inner-wrap {
    max-width: 80rem;
}

header.modal-header {
    background: var(--color-branding-primary);
}

.custom-popup-modal .action-close:before {
    color: #ffffff;
}

.modal-popup .action-close {
    padding: 8px;
}

/* Footer */

.page-wrapper > .page-bottom {
    background: #0072ce;
    background: -moz-linear-gradient(top,  #0072ce 0%, #1d4f91 100%, #1d4f91 100%);
    background: -webkit-linear-gradient(top,  #0072ce 0%,#1d4f91 100%,#1d4f91 100%);
    background: linear-gradient(to bottom,  #0072ce 0%,#1d4f91 100%,#1d4f91 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072ce', endColorstr='#1d4f91',GradientType=0 );
    color: #ffffff;
    text-align: center;
}

.page-bottom, .page-footer {
    background: #1d4f91;
}

.page-bottom a, .page-bottom a:visited {
    color: #ffffff;
    font-weight: bold;
}

.page-bottom a:hover {
    color: #DEE22B;
}

/* Build and Buy a Kit  */


.build-kit-inner {
    max-width: 128rem;
    margin: auto;
}

.build-kit-wrapper {
    background: var(--color-branding-primary);
    color: #fff;
    text-align: center;
    padding: 1.5rem;
}

.build-kit-inner .headline {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.build-kit-inner  svg {
    height: 3rem;
    fill: #fedb00;
}

.build-kit-inner h2 {
    margin: 0 0 1rem 0;
    font-weight: 400;
}

.build-kit-inner span {
    font-weight: var(--font-weight-bold);
}

.steps {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.steps span {
    font-size: var(--text-h2-size);
    font-family: 'rockwell';
}

.steps > p {
    width: 100%;
    line-height: 1.2;
}

/* Top Ribbon */

.top-ribbon {
    text-align: center;
    background: #0072ce;
    padding: .5rem 2rem;
    color: #ffffff;
}

/* Tooltip */

.tooltip svg {
    height: 1.5rem;
    padding-left: .5rem;
}
