/**
Theme Name: Plugit
Author: Sitekick Oy
Author URI: https://www.sitekick.fi
Description: Koko sivuston laajuinen kevyt teema. Tyylitykset ja sisällönhallinta tapahtuu pääosin Elementorin avulla.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: plugit
Template: astra
*/

/*
---------------------------------------------
General styles
---------------------------------------------
*/
@font-face {
    font-family: 'Avenir Next' !important;
    src:url("../astra-child/fonts/avenir-next-medium.otf") format("opentype");
    font-display: swap;
}

body {
    font-family: 'Avenir Next', Arial,sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
}

.text-w-list ul,
.text-w-list ol {
    margin-left: 1rem;
}

.text-w-list h3 {
    font-size: 1.5rem;
}

.breadcrumbs-section .breadcrumbs li a {
    padding: 0;
}

/*
---------------------------------------------
Header and navigation styles
---------------------------------------------
*/
.header__top-bar ul,
.header__main-bar ul {
    width: 100%;
}

.header__top-bar {
    margin-bottom: 0 !important;
}

.logo_container,
.social_container,
.others_container {
    width: auto !important;
}

.social_container {
    margin-left: auto !important;
}

.header__top-bar .last-item,
.header__main-bar .last-item {
    margin-left: auto !important;
}

.header__divider {
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 922px) {
    .header__main-bar ul {
        align-items: center !important;
    }
    #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu > li.mega-menu-item > a.mega-menu-link {
        transition: all 250ms ease-in;
    }
    #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu > li.mega-menu-item:hover > a.mega-menu-link {
        color: #45d1ff;
    }
    .popup-trigger a.menu-link,
    #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu > li.mega-menu-item.popup-trigger > a.mega-menu-link {
        background-color: transparent;
        border: 2px solid #45d1ff;
        color: white !important;
        border-radius: 99px;
        font-weight: bold !important;
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
    .popup-trigger a.menu-link:hover,
    #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu > li.mega-menu-item.popup-trigger > a.mega-menu-link:hover {
        background-color: #45d1ff;
        border: 2px solid #45d1ff;
    }
}

@media only screen and (max-width: 921px) {
    ul#menu-1-0acacc3,
    ul#menu-1-e100e9c,
    ul#menu-1-ff8069e {
        justify-content: center;
    }
    .header__main-bar > .elementor-container > .elementor-column,
    .header__main-bar > .elementor-container > .elementor-column > .elementor-widget-wrap,
    .header__main-bar .elementor-nav-menu--toggle,
    .header__main-bar .elementor-nav-menu--toggle > .elementor-widget-container
     {
        position: static !important;
    }
    .header__main-bar .elementor-nav-menu--dropdown {
        left: 0;
    }
    .header__main-bar {
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
    }
    .header__main-bar .elementor-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .header-top-bar,
    .header__main-bar {
        max-width: 50%;
    }
    .logo_container {
     width: 100% !important;
    }
}

/*
---------------------------------------------
Home styles
---------------------------------------------
*/
.hero .hero__title {
    margin-bottom: 0;
}

.services__highlights {
    margin-left: -10px;
}

.elementor-counter-number-prefix {
    display: none;
}

.services h2::before,
.recent h2::before,
.testimonials h2::before,
.counters h2::before,
.newsletter h2::before,
.charging h2::before,
.reasons h2::before {
    position: absolute;
    top: 30px;
    width: 1000px;
    left: -1030px;
    height: 3px;
    background-color: #0e336d;
    display: block;
    content: "";
}

section.testimonials h2::before,
section.counters h2::before,
section.newsletter h2::before,
section.charging h2::before {
    background-color: white;
}

article .henkilo .henkilo__info {
    margin-bottom: 0;
    line-height: 1.2;
}

article .henkilo .henkilo__info.henkilo__name {
    margin: .75rem 0;
}

.recent__card {
    min-height: 350px;
    transition: all 0.3s ease-in-out;
}

.recent__card:hover {
   border: 5px solid #45d1ff;
   background-color: rgba(97, 133, 192, 0.3);
}

.recent__card > .elementor-widget-wrap {
    align-content: center;
}

.recent__card h3 a {
    text-decoration: none !important;
}

.recent__terms a {
    color: white;
}

.recent__terms a:not(:first-child) {
    display: none !important;
}

.team .elementor-posts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.team .elementor-posts article {
    width: calc(16.6667% - 1.5rem);
}

@media only screen and (max-width: 1200px) {
    .team .elementor-posts article {
        width: calc(25% - 1.5rem);
    }
}

@media only screen and (max-width: 921px) {
    .services h2::before,
    .recent h2::before,
    .testimonials h2::before,
    .counters h2::before,
    .newsletter h2::before,
    .charging h2::before,
    .reasons h2::before {
        display: none;
    }
    .elementor-counter-number-wrapper {
        justify-content: center;
    }
    .elementor-counter-number-suffix {
        flex-grow: 0 !important;
    }
    .team .elementor-posts article {
        width: calc(33.33333% - 1.5rem);
    }
}

@media only screen and (max-width: 544px) {
    .team .elementor-posts article {
        width: calc(50% - 1rem);
    }
}

/*
---------------------------------------------
Customer styles
---------------------------------------------
*/
.solutions__customers .solution__customer h3 a {
    text-decoration: none;
}

.solution__customer img {
    border: 2px solid #0E336D;
    border-radius: 50%;
    padding: .5rem;
}

.solution__customer:hover img {
    background-color: #45D1FF;
}

.solution__customer:hover h3 a {
    color: #45D1FF;
}

.charging ol,
.faq ol {
    margin-left: 1rem;
}

.customer--home .faq .elementor-accordion-item {
    margin-bottom: .5rem;
    border-top: 1px solid #d4d4d4;
}

.more .elementor-widget-post-info {
    display: none;
}

.contact-card {
    display: flex;
    background-color: #ededed;
    max-height: 170px;
}

.contact-image {
    flex-basis: 40%;
}

.contact-image img {
    height: 100%;
}

.contact-details {
    flex-basis: 60%;
    display: flex;
    align-items: center;
    padding: 2rem 1rem;
}

.contact-details ul {
    margin: 0;
    list-style: none;
    font-size: .8rem;
}

.contact-details li {
    line-height: 1.2;
}

.contact-details li:not(:first-child) {
    font-size: .75rem;
}

.contact-position {
    color: #45D1FF;
}

.customer__process {
    counter-reset: steps;
}

.customer__process .elementor-widget-shortcode > .elementor-widget-container {
    padding: 100px 0 200px 0;
}

.process-step {
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    z-index: 20;
    justify-content: center;
}

.process-step .text,
.process-step .number,
.process-step .title {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
}

.process-step .title,
.process-step .number {
    font-size: 2.4rem;
}

.process-step .title,
.process-step .text {
    width: 42%;
}

.process-step .title h3,
.process-step .text p {
    margin-bottom: 0;
    width: 100%;
}

.process-step .number {
    width: 16%;
    text-align: center;
}

.process-step .number:after {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    padding: 0;
    line-height: 80px;
    font-size: 40px;
    border: 2px solid #0e336d;
    border-radius: 40px;
    background-color: #fff;
    text-align: center;
    color: #0e336d;
    font-weight: bold;
    counter-increment: steps;
    content: counter(steps);
}

.process-step:nth-child(odd) .text {
    order: 1;
    text-align: right;
}

.process-step:nth-child(odd) .number {
    order: 2;
}

.process-step:nth-child(odd) .title {
    order: 3;
}

.process-step:nth-child(even) .title {
    text-align: right;
}


.line {
    position: absolute;
    left: 50%;
    top: 5%;
    width: 2px;
    background-color: #0e336d;
    display: block;
    margin: 0 0 0 -1px;
    padding: 0;
    height: 90%;
    z-index: 10;
}

.line:before {
    display: block;
    margin: -5px 0 0 -5px;
    padding: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #0e336d;
    left: 50%;
    top: 0;
    content: "";
}

.line:after {
    display: block;
    margin: 0 0 0 -40px;
    padding: 0;
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #0e336d;
    left: 50%;
    bottom: 0;
    content: "";
    background-image: url(/wp-content/uploads/sites/4/2021/08/plugit-white-small.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.job-cards .elementor-post__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (max-width: 921px) {
    .process-step {
        flex-direction: column;
    }
    .process-step .title,
    .process-step .text,
    .process-step .number {
        min-height: 0;
    }

    .process-step .title,
    .process-step .text,
    .process-step .number {
        width: 100%;
        text-align: center !important;
    }
    .process-step .number {
        order: 1 !important;
    }
    .process-step .title {
        order: 2 !important;
        margin: 1rem 0; 
    }
    .process-step .text {
        order: 3 !important;
    }
    .line {
        display: none;
    }
    .customer__process .elementor-widget-shortcode > .elementor-widget-container {
        padding: 0;
    }
    
}

/*
---------------------------------------------
Blog styles
---------------------------------------------
*/

.blog .blog__body p {
    max-width: 45rem;
    margin: 0 auto;
}

.blog__posts .elementor-post__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #E9EDEE;
    padding: 1.5rem;
}

.blog__posts article.post .elementor-post__thumbnail__link {
    margin-right: 0 !important;
}

.blog__posts .elementor-post__thumbnail {
    height: 350px;
}

.blog__posts article .elementor-post__read-more {
    background-color: #0E336D;
    color: white;
    padding: .5rem;
    width: 110px;
    text-align: center;
}

.single-post .category-tapahtumat-ja-webinaarit .post > .elementor-container > .elementor-column:first-child  {
    width: 100% !important;
}

.single-post .category-tapahtumat-ja-webinaarit .post > .elementor-container > .elementor-column:last-child  {
    display: none !important;
}

.post__latest ul,
.post__categories ul {
    margin-left: 1rem;
    margin-bottom: 0;
    font-size: .8rem;
    list-style: none;
}

.post__latest ul li,
.post__categories ul li {
    position: relative;
}

.post__latest ul li a::before,
.post__categories ul li a::before {
    height: 2px;
    background-color: #45d1ff;
    border: none;
    width: 15px;
    margin: 0;
    margin-left: -1rem;
    padding: 0;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
}

.post__content p,
.post__content h2,
.post__content h4,
.post__content h3,
.post__content h5 {
    margin-bottom: 1rem;
}

.post__content hr {
    display: none;
}

.post__content ul,
.post__content ol {
    margin-left: 1rem;
}
.post__content ol li {
    margin-bottom: 1rem;
}

.post__content blockquote {
    margin-left: 0;
    font-size: .9rem;
}

.post__content .sectionblock {
    padding: 1.5rem;
    margin: 1rem 0;
}

.post__content .sectionblock li {
    font-size: .9rem;
}

.post__content .article-faq {
    margin-bottom: 3rem;
}

.post__content .article-faq li {
    list-style: none;
}

.post__content .article-faq h3 {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    margin-bottom: .5rem;
}

.post__content .article-faq p {
    margin-bottom: 0;
}

@media only screen and (min-width: 921px) {
    .post__content h2 {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 921px) {
    .blog__posts article.post {
        flex-direction: column;
    }

    .blog__posts article.post:nth-child(odd) .elementor-post__thumbnail__link {
        order: 1;
    }

    .blog__posts article.post .elementor-post__thumbnail__link .elementor-post__thumbnail {
        padding-bottom: 0 !important;
        height: 300px !important;
    }
    
    .blog__posts article.post:nth-child(odd) .elementor-post__text {
        order: 2;
    }
    .blog__posts article.post .elementor-post__thumbnail__link,
    .blog__posts article.post .elementor-post__text {
        width: 100% !important;
    }
}

/*
---------------------------------------------
Map styles
---------------------------------------------
*/
.mapwrap {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.mapwrap #map {
    height: 700px;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.mapwrap .map-links {
    z-index: 10000;
    position: absolute;
    left: 0;
    top: 65px;
    display: block;
    list-style: none;
    margin: 0;
}

.mapwrap .map-links li {
    display: block;
    float: left;
    clear: left;
    margin: 0 0 15px 0;
    padding: 0;
}

.mapwrap .map-links li a {
    display: block;
    line-height: 24px;
    width: auto;
    height: 102px;
    background-color: #fff;
    font-size: 16px;
    text-align: right;
    padding: 15px 30px;
    margin: 0;
    color: #0e336d;
    width: 280px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mapwrap .map-links li a strong {
    font-size: 24px;
    font-weight: normal;
}

.mapwrap .map-links li a.selected {
    background-color: #45d1ff;
    width: 330px;
}

.for-who-cards a {
    color: white;
}

/*
---------------------------------------------
Shop styles
---------------------------------------------
*/
.woocommerce .header-categories li.product-category a picture {
    display: none;
}

.woocommerce .header-categories ul.products li.product-category .woocommerce-loop-category__title {
    background-color: #45d1ff !important;
    padding: .7rem 0;
}

.woocommerce.archive.tax-product_cat header.woocommerce-products-header {
    display: none;
}

.woocommerce.single-product #hero-cats {
    background-color: white;
}

.woocommerce.archive.tax-product_cat .woocommerce-ordering {
    margin: 0;
}

.woocommerce select {
    height: 2.07778rem;
    padding: .44444rem;
    border: 1px solid #4e4e4e;
    border-color: #4e4e4e !important;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: .88889rem;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    padding-right: 1.33333rem;
}

.woocommerce.archive.tax-product_cat .woocommerce-result-count {
    margin-bottom: 1.5rem;
}

.woocommerce ul.products li.product a img {
    margin-bottom: 1.5rem;
}

.woocommerce-page ul.products li.product .woocommerce-loop-category__title {
    bottom: 0;
    position: static;
    text-transform: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title mark.count {
    display: none;
}

.woocommerce .header-categories ul.products li.product-category {
    padding: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 4rem;
}

.woocommerce ul.products li.product .ast-woo-product-category {
    display: none;
}

.woocommerce ul.products li.product .button {
    width: 100%;
}

.woocommerce.single-product .product-summary ul {
    margin-top: 1rem;
    margin-left: 1rem;
}

.woocommerce-product-details__short-description .column {
    margin-bottom: 1rem;
}

.woocommerce-product-details__short-description .layoutArea > p:last-of-type {
    margin-top: 1.5rem;
}

.woocommerce.single-product table.variations {
    background-color: #EBF3F5;
    padding: 1rem;
}

.woocommerce.single-product table.variations tr {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.woocommerce.single-product form.cart table.variations td.label {
    line-height: 1;
    vertical-align: top;
    margin-top: 0;
}

.woocommerce.single-product table.variations td.value {
    width: 100%;
}

.woocommerce div.product form.cart .reset_variations {
    padding: 1rem 0 0;
    text-transform: none;
    color: #cc0033;
    font-size: .85rem;
    font-weight: 400;
    opacity: 1;
}

.woocommerce .product-related h2 {
    text-transform: uppercase;
    font-weight: bold;
}

.woocommerce table.shop_table thead {
    background-color: #0e336d;
    color: white;
    font-size: .85rem;
}

.woocommerce table.shop_table tbody,
.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
    background-color: #ebf3f5;
    font-weight: 400;
    font-size: .85rem;
}

.woocommerce table.shop_table tbody td a {
    color: #0e336d;
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1)
}

.woocommerce .woocommerce-cart-form .cart td.actions input {
    font-size: .75rem;
    min-height: 2rem;
}

.woocommerce .woocommerce-cart-form .cart td.actions .button {
    background-color: #0e336d;
    font-size: .75rem;
    border-radius: 0;
    font-weight: 400;
    height: 2rem;
}

.woocommerce table.shop_table tbody td a,
.woocommerce-cart table.shop_table .woocommerce-Price-amount {
    text-decoration: none;
    font-weight: 400;
}

.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 0;
    border-width: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals>h2 {
    background-color: transparent;
    margin-bottom: 0;
    border-bottom: 0;
    text-transform: uppercase;
}

.woocommerce table.shop_table .product-thumbnail img {
    width: 2rem;
}

.checkout-button,
#place_order,
.wc-backward {
    background-color: #0e336d !important;
    border-radius: 0 !important;
}

.wc-backward {
    margin: 1rem 0 2rem !important;
}

.woocommerce-billing-fields input,
.woocommerce-billing-fields select,
.woocommerce-shipping-fields .shipping_address input,
.woocommerce-shipping-fields .shipping_address select,
.woocommerce-additional-fields textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.07778rem;
    margin: 0 0 .88889rem;
    padding: .44444rem;
    border: 1px solid #4e4e4e;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    font-family: inherit;
    font-size: .88889rem;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    -webkit-transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.woocommerce .select2-container .select2-selection--single {
    padding: .44444rem;
}

.woocommerce form .form-row label {
    font-size: .75rem;
    font-weight: 400;
}

.woocommerce.woocommerce-checkout form #order_review, .woocommerce.woocommerce-checkout form #order_review_heading, .woocommerce-page.woocommerce-checkout form #order_review, .woocommerce-page.woocommerce-checkout form #order_review_heading,
.woocommerce.woocommerce-checkout form #customer_details.col2-set, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
    width: 100%;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
    width: 45%;
    float: left;
}

.woocommerce-billing-fields {
    margin-right: 4rem;
}

.woocommerce-page.woocommerce-checkout form #order_review_heading, .woocommerce.woocommerce-checkout form #order_review_heading {
    border: 0;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: .5rem;
}

.woocommerce-page.woocommerce-checkout form #order_review, .woocommerce.woocommerce-checkout form #order_review {
    padding: 0;
    border: 0;
}

.woocommerce-checkout-review-order table thead {
    background-color: #0e336d !important;
}

.woocommerce-checkout-review-order table tfoot {
    background-color: #dbe9ed;
}

.woocommerce-page.woocommerce-checkout table.shop_table th,
.woocommerce-page.woocommerce-checkout table.shop_table td, 
.woocommerce.woocommerce-checkout table.shop_table dt {
    font-size: .85rem;
    opacity: 1;
    padding: 9px 12px !important;
}

.woocommerce table.shop_table .woocommerce-Price-amount, .woocommerce-page table.shop_table .woocommerce-Price-amount {
    font-weight: 400;
}

.installation-infobox {
    width: 100%;
    height: auto;
    padding: 30px;
    margin: 30px 0;
    background-color: #0e336d;
    background-image: url(/wp-content/uploads/sites/4/2021/09/asennus-bg.jpg);
    background-position: center center;
    background-size: cover;
    color: #ffffff;
}

.installation-infobox .cell {
    max-width: 50%;
}

.installation-infobox h4 {
    color: white;
    text-transform: uppercase;
}

.installation-infobox a.button {
    margin-top: 1rem;
}

.installation-infobox a.button,
.installation-infobox a.button:hover,
.installation-infobox a.button:focus
 {
    background-color: white;
    color: #0e336d;
}

.woocommerce .cart-collaterals .cross-sells {
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce .cart-collaterals .cross-sells h2 {
    padding-left: 0;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    margin-left: 0;
}

.woocommerce .cart-collaterals .cross-sells ul.products > li.product {
    background-color: #ebf3f5;
    padding: 1rem;
    text-align: center;
    font-size: .8rem;
}

.woocommerce .cart-collaterals .cross-sells ul.products > li.product h2 {
    text-transform: none;
    font-weight: 400;
}

.woocommerce .cart-collaterals .cross-sells ul.products > li.product .price {
    font-size: 1.1rem;
    color: #0e336d;
}

.woocommerce .cart-collaterals .cross-sells ul.products > li.product a.add_to_cart_button {
    line-height: 1;
}

.woocommerce .cart-collaterals .cross-sells ul.products {
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.woocommerce div.product .product-tabs ul.wc-tabs {
    padding-left: 1rem;
    /*overflow: visible !important;*/
    border-top-width: 0;
    margin-bottom: 1rem;
}

.woocommerce div.product .product-tabs ul.wc-tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2 !important;
    z-index: 1;
    left: -1000px !important;
    width: 3000px !important;
}

.woocommerce div.product .product-tabs ul.wc-tabs > li {
    margin-right: 0;
    border: 1px solid #d3ced2;
    margin: 0 -5px;
}

.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs.wc-tabs > li > a {
    font-size: 1rem;
}

.woocommerce div.product .product-tabs ul.wc-tabs > li.active {
    border-bottom-color: white;
}

.woocommerce div.product .product-tabs ul.tabs li.active::before {
    display: none;
}

.woocommerce div.product .product-tabs .woocommerce-Tabs-panel p {
    margin-bottom: 1rem;
    font-size: .9rem;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
    padding: 20px;
    border-top: 0;
    margin: 0;
}

.woocommerce-Tabs-panel tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #dbe9ed;
    background-color: #ebf3f5;
}

.woocommerce div.product .product-tabs .woocommerce-Tabs-panel table p {
    margin-bottom: 0;
}

.woocommerce div.product .product-tabs .woocommerce-Tabs-panel table th {
    font-size: .85rem;
}

.woocommerce div.product .product-tabs .woocommerce-Tabs-panel table td {
    font-size: .85rem;
    font-style: italic;
}

.santander h5 {
    margin-bottom: 0;
}

.santander ul {
    margin-left: 1rem;
}

.santander ul li,
.santander p {
    font-size: .9rem;
}

@media only screen and (max-width: 921px) {
    .woocommerce-billing-fields, 
    .woocommerce-shipping-fields, 
    .woocommerce-additional-fields {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 921px) {
    body.tax-product_cat .elementor-widget-wc-archive-products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 544px) {
    body.tax-product_cat .elementor-widget-wc-archive-products ul.products {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    body.tax-product_cat .elementor-widget-wc-archive-products form.woocommerce-ordering {
        margin-bottom: 1rem !important;
    }
}

/*
---------------------------------------------
Privacy styles
---------------------------------------------
*/
.privacy h3 {
    font-size: 1.5rem;
}

.privacy ul {
    margin-left: 1rem;
}

/*
---------------------------------------------
Partner styles
---------------------------------------------
*/
.partner-info h3 {
    font-size: 1.6rem;
}

.partner-info .contact-name h3 {
    font-size: 1rem;
}

.partner-info .form-link {
    margin-top: -1rem;
}

/*
---------------------------------------------
Form styles
---------------------------------------------
*/
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: normal !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-size: 1rem !important;
}

.gform_wrapper.gravity-theme .gfield input[type="text"],
.gform_wrapper.gravity-theme .gfield textarea
 {
    height: 1.87rem;
    margin: 0 0 .5rem;
    padding: .4rem;
    border: 1px solid #4e4e4e;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1) !important;
    font-family: inherit;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.4;
}

h2.gform_title {
    font-size: 1.3rem;
}

.gsection {
    border-bottom: 1px solid #ccc;
    margin-top: 1rem;
    margin-bottom: .75rem;
}

h3.gsection_title {
    font-size: 1.3rem;
    margin-bottom: .3rem;
}

#gform_9 label {
    font-size: .85rem;
}

.gform_wrapper.gravity-theme .gfield_checkbox label {
    font-size: .85rem;
}

.mapping .gform_wrapper.gravity-theme .gfield input.medium,
.gform_wrapper.gravity-theme .gfield input.large[type="text"],
.gform_wrapper.gravity-theme .gfield input.large[type="email"],
.gform_wrapper.gravity-theme .gfield input.large[type="tel"]
 {
    width: 100%;
}

/* Complianz */
.cmplz-always-active {
    --cmplz_category_header_always_active_color: white !important;
    font-weight: 600 !important;
}

.mega-header #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu li.mega-menu-megamenu ul.mega-sub-menu > li.mega-menu-row {
    width: 90%;
    float: none;
    margin: 0 auto;
}

.max-menu #mega-menu-wrap-secondary_menu,
.max-menu #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu > li:not(:last-child) > a:hover,
.max-menu #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu > li.mega-toggle-on > a {
    background: transparent !important;
    background-color: transparent !important;
}

.max-menu #mega-menu-wrap-secondary_menu ul#mega-menu-secondary_menu {
    display: flex;
    margin: 0;
}

#mega-menu-wrap-secondary_menu #mega-menu-secondary_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    margin-left: 4px;
}

.max-menu #mega-menu-wrap-secondary_menu ul#mega-menu-secondary_menu > li > a {
    color: white;
    padding: 13px 20px;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.max-menu #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu > li.mega-toggle-on > .mega-sub-menu {
    margin-top: -1px;
    border-top: 1px solid white;
}

.max-menu #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu > li.mega-toggle-on > .mega-sub-menu .mega-sub-menu {
    max-width: 1400px;
    margin: 0 auto;
}

#mega-menu-wrap-secondary_menu #mega-menu-secondary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    min-height: 10rem;
}

.mega-sub-menu ul.menu {
    list-style: none;
    margin-left: 0;
}

.mega-sub-menu ul.menu a {
    color: white;
}

.mega-sub-menu ul.menu li {
    margin-bottom: 10px;
}

.mega-sub-menu ul li h4 {
    font-size: 18px !important;
}

.mega-sub-menu ul.menu li a {
    font-size: 16px;
}

.mega-sub-menu ul.menu a:hover {
    color: #45D1FF;
}

.mega-sub-menu .mega-menu-item ul.menu {
    margin-top: .5rem;
    margin-bottom: 0;
}

#mega-menu-wrap-secondary_menu #mega-menu-secondary_menu > li.mega-menu-item.popup-trigger > a.mega-menu-link {
    height: 50px;
    line-height: 50px;
}

@media (max-width: 921px) {
    .max-menu #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu > li.mega-toggle-on > .mega-sub-menu {
        margin-top: 0;
        border-top: 0;
        padding-top: 3px;
    }
    .max-menu #mega-menu-wrap-secondary_menu ul#mega-menu-secondary_menu {
        display: none;
    }
    #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        min-height: auto;
        padding: 5px 15px 10px 10px;
    }
    .mega-sub-menu ul li h4 {
        font-size: 12px !important;
    }
    .mega-sub-menu ul.menu li a {
        font-size: 12px;
    }
    .mega-header #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu li.mega-menu-megamenu ul.mega-sub-menu > li.mega-menu-row {
        width: 100%;
    }
    .mega-sub-menu ul.menu li {
        margin-bottom: 5px;
    }     
    .mega-sub-menu .mega-menu-item ul.menu {
        margin-top: .2rem;
        margin-bottom: 0;
    }
}