@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

img.cover {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.woocommerce-checkout {
    overflow-x: clip;
}

.woocommerce-checkout .woocommerce-Price-currencySymbol {
    display: none !important;
}

a {
    text-decoration: unset !important;
}

.woocommerce {
    margin-top: 0 !important;
}

header.c-header--overlay img.style-svg {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.c-page-header .o-button--outline {
    background-color: #fff !important;
}

.c-page-header .o-button--outline:hover {
    background-color: #84adfc !important;
}

.c-block__image picture img,
.c-block__image-wrap img {
    height: 200px;
    object-fit: cover;
    margin-top: 5px;
}

.c-page-header__feature img {
    min-height: 300px;
}

.c-media-block .c-block__meta {
    font-size: 14px;
}

.c-block__image picture img {
    margin-top: unset !important;
}

.stk-block-heading h3 {
    color: #052252;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: bold;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
}

.title-block-custom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: .9375rem;
    border-left: .1875rem solid #000;
    border-left-color: rgb(0, 0, 0);
    margin-top: 70px;
}

h3.wp-block-heading {
    font-size: 1.25rem !important;
    font-family: "Noto Sans", "Helvetica", "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold !important;
}

.eventer-dynamic-list-set ul li {
    list-style-type: none;
}

/* eventer */
ul li.eventer-event-grid-item::before {
    content: unset !important;
}

.eventer-quick-share,
.eventer-grid-fimage>a::before,
.eventer-grid-fimage>a::after {
    display: none;
    border-width: 0px;
}

.eventer-grid-fimage img {
    object-fit: cover;
    height: 250px;
}

.eventer-grid-fimage a:hover {
    border-width: 0px !important;
}

.eventer-grid-content span:hover,
.eventer-grid-content a:hover {
    border-width: 0px !important;
}

.eventer-grid-content,
.eventer-grid-clean .eventer-grid-meta>div:nth-child(2n+1),
.eventer-grid-meta>div {
    background: #052252;
    color: #84adfc;
}

.eventer-event-grid-item.equah-item {
    background: #052252 !important;
}

.eventer-grid-content {
    padding-bottom: 15px;
}

.eventer-grid-content a {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
}

.eventer-event-grid-item {
    text-indent: unset !important;
}

.eventer-grid-content a:hover {
    color: #84adfc;
}

.eventer-grid-clean .eventer-grid-meta>div:first-child {
    border: unset;
}

.eventer-grid-clean .eventer-event-title {
    padding: 20px 20px;
}

.eventer-grid-meta {
    padding-left: 10px;
}

.eventer-grid-meta>div {
    padding: 6px 5px 5px 45px;
}

.eventer-grid-meta>div>i {
    top: 9px;
}

.eventer-grid-clean .eventer-grid-fimage {
    margin: unset;
}

.eventer-single-event-details ul li {
    margin-left: 20px;
}

.eventer-single-event-details ul li:nth-child(2) {
    padding-left: 25px;
}

.eventer-single-event-details ul li:nth-child(2) i {
    left: -10px;
}

.eventer-single-event-details ul li::before {
    content: unset !important;
}

.c-header__nav-secondary .c-secondary-nav__list {
    margin-left: -3px !important;
}

.c-primary-nav__subnav__list-item.has-subnav .o-arrow--down::after {
    border-top-color: #000 !important;
}

@media only screen and (max-width: 992px) {
    .c-header__nav-secondary .c-secondary-nav__list {
        margin-left: 3px !important;
    }

    .c-media-block__image {
        width: auto !important;
    }

    .c-page-header__content .c-media-block__image {
        width: 100% !important;
    }

    .c-block__image picture img {
        height: unset;
        margin-bottom: 10px;
    }
}

.asl-filter-cntrl {
    display: none;
}

li.sl-item::before,
.sl-social-icon li {
    display: none !important;
}

li.sl-addr span br {
    display: none !important;
}

.asl-panel a {
    text-decoration: none !important;
    border: 0px !important;
}

/* WOOCOMMERCE */
body.woocommerce-page section.l-main__content,
body.woocommerce-page .c-page-header__content {
    width: 100%;
    padding-left: 50px !important;
    padding-right: 50px !important;
    margin: unset;
}

@media only screen and (max-width: 768px) {

    body.woocommerce-page section.l-main__content,
    body.woocommerce-page .c-page-header__content {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

body.woocommerce-page article.c-article {
    padding: unset !important;
    margin-top: 60px;
    width: 100%;
}

/* Cart */
body.cart table.shop_table {
    border-radius: 0px !important;
    border: unset;
}

.cart-table-title {
    color: #052252 !important;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .cart-table-title {
        margin-bottom: 32px;
        font-size: 22px;
    }
}

body.cart table.shop_table td {
    border-top: unset;
}

body.cart table.shop_table tr.line {
    height: 1px;
    width: 100%;
    display: inline-block;
    position: absolute;
    border: unset;
    background: rgba(5, 34, 82, 0.30);
}

body.cart table.shop_table tr.line:first-child {
    height: 0px;
}

body.cart table.shop_table td.product-thumbnail {
    width: 87px;
    border: 1px solid var(--Blue-30, rgba(5, 34, 82, 0.30));
    background: #FFF;
    margin: 28px 0px;
    display: block;
    padding: 14px 12px;
}

body.cart table.shop_table td.product-thumbnail img {
    width: 56px;
    box-shadow: none;
    margin: 0 auto;
    height: 78px;
    object-fit: cover;
}

body.cart table.shop_table td.product-name {
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #052252;
}

body.cart table.shop_table tr.order-total {
    /* margin-top: 40px; */
}



body.cart table.shop_table tr.order-total td {
    background-color: transparent !important;
}

body.cart table.shop_table td.product-name a {
    border-bottom: unset;
}

body.cart table.shop_table td.product-price,
.cart-collaterals bdi {
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    color: #2E6DE7;
}

body.cart table.shop_table td.product-remove a,
.custom-cart-entry a.remove {
    color: #4A4A4A !important;
}

.custom-cart-entry a {
    margin-bottom: 0 !important;
    margin-top: 14px;
}

body.cart table.shop_table td.product-remove a:hover,
.custom-cart-entry a.remove:hover {
    background-color: #4A4A4A !important;
    color: #FFF !important;
}

body.cart table.shop_table td.product-subtotal {
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
}

body.cart table.shop_table th {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 250%;
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 16px;
}

body.cart table.shop_table td.actions button {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    border-radius: 100px;
    background: unset;
    border: 1px solid #2E6DE7;
    color: #2E6DE7 !important;
    padding: 13px 16px 11px !important;
}

body.cart thead {
    background: #d5e2fa;
    color: #052252;
}

body.cart tbody {
    position: relative;
}

tr:nth-child(2n) {
    background-color: unset !important;
}

body.cart tr:nth-child(3) {
    background-color: unset !important;
    border-top: 1px solid rgba(5, 34, 82, 0.30) !important;
}

body.cart thead th {
    border: unset !important;
}

.cart-collaterals {
    background-color: #d5e2fa;
    padding: 40px;
    margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
    .cart-collaterals {
        padding: 20px;
    }
}

.cart-collaterals .cart_totals {
    float: unset !important;
    width: 100% !important;
}

.cart-collaterals table.shop_table {
    margin-top: 23px !important;
}

.cart-collaterals table.shop_table th,
.cart-collaterals table.shop_table td {
    padding: unset !important;
    border: unset !important;
}

.woocomcart-collaterals table.shop_table tr {
    border: unset !important;
}

.cart-collaterals table.shop_table th {
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    color: #052252;
    text-transform: unset !important;
}

.cart-collaterals table.shop_table td {
    text-align: right;
}

.cart-collaterals table.shop_table td .woocommerce-Price-currencySymbol {
    display: none !important;
}

.cart-collaterals table.shop_table tr.woocommerce-shipping-totals th,
.cart-collaterals table.shop_table tr.woocommerce-shipping-totals td {
    padding-bottom: 40px !important;
    background-color: transparent !important;
}

.cart-collaterals table.shop_table tr.order-total th,
.cart-collaterals table.shop_table tr.order-total td {
    padding-top: 28px !important;
    border-top: 1px solid rgba(5, 34, 82, 0.30) !important;
}

@media only screen and (max-width: 768px) {

    .cart-collaterals table.shop_table tr.woocommerce-shipping-totals th,
    .cart-collaterals table.shop_table tr.woocommerce-shipping-totals td {
        padding-bottom: 0px !important;
    }


    .cart-collaterals table.shop_table tr.order-total td {
        border-top: none !important;
    }
}

.cart-collaterals table.shop_table td::before {
    color: #052252;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.wc-proceed-to-checkout {
    padding: unset !important;
    margin-bottom: 84px !important;
}

.cart-collaterals .cart_totals h2 {
    color: #052252 !important;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

@media only screen and (max-width: 768px) {
    .wc-proceed-to-checkout {
        margin-bottom: 40px !important;
    }

    .wc-proceed-to-checkout a {
        width: 100% !important;
    }

    .cart-sidebar-wrapper {
        margin-bottom: 60px;
    }
}

.wc-proceed-to-checkout a.checkout-button {
    display: unset !important;
    background-color: #2E6DE7 !important;
    color: #FFF;
    padding: 20px 28px !important;
    align-items: center;
    border-radius: 100px !important;
    margin-top: 40px !important;
    display: inline-block !important;
    padding: 20px 28px;
    margin-bottom: 0 !important;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif !important;
    transition: background-color ease-in-out .2s;
    border: none !important;
}

.wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #052252 !important;
    border: none !important;
}


/* End Cart */

/* Checkout */
body.checkout .c-header__nav-secondary,
body.checkout .c-header__nav-primary,
body.checkout .l-wrap__sabbath,
body.checkout .c-page-header {
    display: none;
}

/* .l-wrap__content {
    margin-left: calc(100vw / 14 * 1 - 0.01px);
} */

form.checkout label {
    color: #052252;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 3px;
}

form.checkout input {
    border: 1px solid var(--Blue-30, rgba(5, 34, 82, 0.30));
    background: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 18px 20px;
}

/* End Checkout */

.mollie-card-component iframe {
    height: revert-layer !important;
}

body.shop .c-breadcrumbs {
    display: none;
}

body.woocommerce h2 {
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

@media only screen and (max-width: 768px) {
    body.woocommerce h2 {
        font-size: 22px;
    }
}

.uagb-block-38ec71f0 {
    background-color: rgba(46, 109, 231, 0.10);
    padding: 40px 40px 0 40px;
}

@media only screen and (max-width: 768px) {
    .uagb-block-38ec71f0 {
        padding: 20px 20px 0 20px;
        margin-top: 0 !important;
    }
}

body.woocommerce h3,
.cart-collaterals h2,
.wc-proceed-to-checkout a {
    font-family: "Noto Sans", Georgia, Times, "Times New Roman", serif !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

body.woocommerce p {
    font-family: "Noto Sans", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

body.woocommerce .c-block__heading-title {
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 120% !important;
}

body.woocommerce .c-page-header__content,
body.woocommerce .l-main__content {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
    margin-left: auto;
    width: 100% !important;
}

.body.page-id-10 .woocommerce.columns-4 {
    display: none;
}

.woo_sidebar .widget {
    background: unset;
    border: unset;
}

.woo_sidebar .widget .textwidget {
    margin-top: 0;
}

.woo_sidebar .widget ul li {
    border-bottom: 1px solid rgba(5, 34, 82, 0.30);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 24px 0px 24px 38px !important;
    margin-top: 0px !important;
    list-style-type: none;
    margin-left: 0px;
    position: relative;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif !important;
}

.woo_sidebar .widget ul li:before {
    content: "\f058";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    color: #052252;
    font-size: 22px;
}

.woo_sidebar .widget ul li:first-child {
    padding-top: 0px;
}

.woo_sidebar .widget ul li:last-child {
    border-bottom: 0px;
}

.shop-front-div-height {
    position: relative !important;
}

.shop-front-div-height h3 {
    position: absolute;
    bottom: 3px;
}

.wc-block-grid__product-link,
.wc-block-grid__product .wc-block-grid__product-image {
    display: block !important;
    border: unset !important;
}

.wc-block-grid__products {
    margin: unset;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

@media only screen and (max-width: 1030px) {
    .wc-block-grid__products {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        display: grid !important;
    }
}

@media only screen and (max-width: 576px) {
    .wc-block-grid__products {
        gap: 12px;
        display: grid !important;
    }
}

.wc-block-grid__product {
    border: 1px solid var(--Blue-30, rgba(5, 34, 82, 0.30)) !important;
    text-indent: unset !important;
    text-align: left;
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
}

@media only screen and (min-width: 768px) {
    .wc-block-grid__product {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

.wc-block-grid__product-image {
    background: #eaf0fd;
    display: flex !important;
    width: 100%;
    height: 264px;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px !important;
    padding: 20px;
}

@media only screen and (max-width: 768px) {
    .wc-block-grid__product-image {
        margin-bottom: 12px !important;
        aspect-ratio: 1;
        height: 100%;
    }
}

.wc-block-grid__product-image img {
    height: 100% !important;
    width: auto !important;
    margin: 0 auto;
    object-fit: cover;
    object-position: center center;
}

.wc-block-grid__product::before {
    display: none !important;
}

.wc-block-grid__product-title {
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif !important;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: #052252;
    padding: 0px 24px;
    margin-bottom: 12px !important;
    height: auto !important;
}

@media only screen and (max-width: 768px) {
    .wc-block-grid__product-title {
        padding: 0px 12px;
        font-size: 16px !important;
    }
}

.wc-block-grid__product-price {
    padding-left: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: #2E6DE7;
    font-family: "Noto Sans", "Helvetica", "Arial", sans-serif;
}

@media only screen and (max-width: 768px) {
    .wc-block-grid__product-price {
        padding-left: 12px;
    }
}

.wc-block-grid__product-price .woocommerce-Price-currencySymbol {
    display: none !important;
}

.ajax_add_to_cart {
    background-color: #2E6DE7;
    border: unset;
    width: 74px;
    height: 47px;
    flex-shrink: 0;
    /* right: 24px;
        bottom: 24px; */
    position: relative;
    float: right;
}

@media only screen and (max-width: 768px) {
    .ajax_add_to_cart {
        width: 100%;
        position: relative;
        float: none !important;
        height: 39px;
    }
}

.ajax_add_to_cart:before {
    content: "\f290";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font: var(--fa-font-sharp-solid);
    top: 47%;
    transform: translateY(-50%);
    font-weight: 400;
    color: #fff;
    font-size: 20px;
}

.adv-buttons {
    margin: 20px 24px 24px 24px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.adv-buttons .wc-block-grid__product-add-to-cart {
    margin: 0 !important;
}

@media only screen and (max-width: 1460px) {
    .adv-buttons {
        flex-direction: column;
        align-items: center;
        justify-content: start;
        margin: 20px 12px 16px 12px;
    }

    .adv-buttons .wc-block-grid__product-add-to-cart,
    .adv-buttons .adv-button,
    .adv-buttons .add_to_cart_button {
        width: 100% !important;
    }

    .adv-buttons .adv-button {
        margin-top: 8px;
    }
}

.adv-button {
    display: inline-flex;
    padding: 15px 16px 13px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid var(--Light-Blue, #2E6DE7);
    background: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Noto Sans", "Helvetica", "Arial", sans-serif;
    color: #2E6DE7;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .adv-button {
        display: none !important;
    }
}

.adv-button i {
    margin-top: -4px;
}

.adv-button:hover {
    background-color: #2E6DE7;
    border: 1px solid var(--Light-Blue, #2E6DE7) !important;
    color: #fff;
}

@media (min-width: 1301px) {
    body.woocommerce-page .l-grid--7-col .l-grid-item--xxl--3-col {
        width: calc((100vw / 7) * 7 - 0.01px) !important;
    }
}

@media (min-width: 901px) {
    .l-main .c-article {
        padding-right: 3.25rem !important;
    }
}

/* Formulieren GF */
.gform_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.gform_wrapper li {
    text-indent: unset !important;
}

.gform_wrapper ul li:before {
    content: unset !important;
}

.gform_wrapper .gchoice input {
    margin-right: 30px;
}

/* Shop general */
body.woocommerce-page section.l-main__content {
    &:not(.woocommerce-product-single) {
        padding: 0 !important;
    }
}

body.woocommerce-page .l-wrap__content {
    margin: 0 !important;
}

body.woocommerce-page .c-page-header__content {
    padding-left: 50px !important;
}

.c-sidebar .widget {
    padding: 0 !important;
    padding-top: 60px !important;
}

/* Shop index featured categorie */
body.woocommerce-page article.c-article {
    padding-left: 50px !important;
    padding-right: 78px !important;
}

@media only screen and (max-width: 768px) {
    body.woocommerce-page article.c-article {
        margin-top: 16px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    body.woocommerce-page .c-page-header__content {
        padding-left: 16px !important;
    }
}

.wp-block-uagb-container {
    padding: 0 !important;
    margin-top: 0 !important;
}

.shop-categorieen {
    background: rgba(46, 109, 231, 0.10);
    margin-bottom: 80px !important;
    padding: 24px 42px 42px 42px !important;
}

@media only screen and (max-width: 768px) {
    .shop-categorieen {
        padding: 20px !important;
    }
}

.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.wc-block-featured-category {
    min-height: auto !important;
}

.wc-block-featured-category__title {
    margin: 0 !important;
    padding: 0 !important;
    width: auto;
    margin-top: 24px !important;
    margin-bottom: 8px !important;
    font-size: 20px !important;
}

@media only screen and (max-width: 768px) {
    .wc-block-featured-category__title {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 768px) {
    .wc-block-featured-category__title {
        height: auto !important;
    }
}

.wc-block-featured-category__description {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    text-align: left;
    margin-bottom: 24px !important;
    padding-right: 55px !important;
}

@media only screen and (max-width: 768px) {
    .wc-block-featured-category__description {
        flex: 1;
        margin-right: 20px !important;
        padding-right: 0 !important;
    }
}

.wc-block-featured-category__link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    width: auto;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .wc-block-featured-category__link {
        position: absolute;
        top: 22px;
        transform: unset;
    }
}

.wc-block-featured-category__link .wp-block-button__link {
    background-color: transparent !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
}

.wc-block-featured-category__link .wp-block-button__link svg path {
    fill: #2E6DE7 !important;
}

.wc-block-featured-category__title,
.wc-block-featured-category__description {
    margin-left: 104px !important;
}

.wc-block-featured-category__wrapper {
    position: relative;
    border: 1px solid rgba(5, 34, 82, 0.30) !important;
    background: #FFF !important;
    flex-direction: column !important;
    justify-content: start !important;
    align-items: start !important;
    flex-wrap: nowrap !important;
    padding-bottom: 24px !important;
}

@media only screen and (max-width: 768px) {
    .wc-block-featured-category__wrapper {
        padding-bottom: 0 !important;
    }
}

.wc-block-featured-category__wrapper img {
    position: absolute !important;
    width: 61px !important;
    height: 95px !important;
    object-fit: cover !important;
    top: 24px !important;
    left: 24px !important;
}

@media only screen and (max-width: 768px) {
    .wc-block-featured-category__wrapper img {
        width: 32px !important;
        height: 50px !important;
    }

    .wc-block-featured-category__title,
    .wc-block-featured-category__description,
    .wc-block-featured-category__link {
        margin-left: 74px !important;
    }
}



.wc-block-featured-category__description {
    color: #4A4A4A;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

@media only screen and (max-width: 768px) {
    .wc-block-featured-category__description {
        font-size: 14px;
    }
}

.wc-block-grid__products li:nth-of-type(3n) {
    /* margin-right: 0 !important; */
}

.woocommerce .uagb-block-2e7e02d8 {
    margin-top: 100px !important;
}

@media only screen and (max-width: 768px) {
    .woocommerce .uagb-block-2e7e02d8 {
        margin-top: 60px !important;
    }
}

.woocommerce .uagb-block-2e7e02d8 h2 {
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.woocommerce .uagb-block-2e7e02d8 h3 {
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 120% !important;
}

@media only screen and (max-width: 768px) {
    .woocommerce .uagb-block-2e7e02d8 h2.uagb-heading-text {
        font-size: 22px !important;
    }

    .woocommerce .uagb-block-2e7e02d8 h3.uagb-heading-text {
        font-size: 16px !important;
        top: 0;
    }
}

/* Category archive */
.c-breadcrumbs span,
.c-breadcrumbs span a {
    color: #052252 !important;
    font-family: "Noto Sans" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 120% !important;
    text-transform: uppercase !important;
}

.c-breadcrumbs span.breadcrumb_last {
    color: #4A4A4A !important;
}

li.product {
    border: 1px solid rgba(5, 34, 82, 0.30) !important;
    background: #FFF !important;
}

li.product .image-wrapper {
    width: 100%;
    aspect-ratio: 1;
    background: rgba(46, 109, 231, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
}

li.product h2 {
    color: #052252 !important;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 24px 24px 36px 24px !important;
}

span.price {
    padding: 0 24px !important;
    margin-bottom: 20px !important;
}

span.price span {
    color: #2E6DE7;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

li.product .product-link-wrapper {
    padding: 0 24px 24px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

li.product .product-link-wrapper a {
    display: inline-flex;
    height: 47px;
    padding: 0 16px;
    border-radius: 200px;
    border: 1px solid #2E6DE7;
    background: #FFF;
    align-items: center;
    justify-content: center;
    /* typography */
    color: #2E6DE7;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

li.product .image-wrapper img {
    width: auto !important;
    /* height: 200px !important; */
}

/* Product single */
.woocommerce-product-single {
    display: block !important;
}

.woocommerce-product-single .image-wrapper {
    width: 95%;
}

.woocommerce-product-single .image-wrapper img {
    width: 95%;
}

@media only screen and (max-width: 768px) {

    .woocommerce-product-single .image-wrapper {
        padding: 0 12vw;
        margin-bottom: 40px;
    }
}

.woocommerce-product-single .c-article {
    width: 100% !important;
    padding: 0 50px !important;
}

.product-header {
    padding: 76px 0 20px 50px;
    background-color: #2F557F;
    margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
    .product-header {
        padding: 76px 20px 20px 20px;
        margin-bottom: 20px;
    }
}

.product-header strong {
    color: #FFF;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif !important;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.woocommerce-product-single .woocommerce-tabs {
    display: none !important;
}

.woocommerce-product-single .c-article__footer {
    display: none !important;
}

.woocommerce-product-single .product-title {
    color: #052252;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 32px;
    margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .woocommerce-product-single .product-title {
        font-size: 22px;
        margin-bottom: 24px;
    }
}

.woocommerce-product-single .product-attributes {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 44px !important;
}

.woocommerce-product-single .product-attributes .attribute {
    display: inline-block !important;
    width: auto !important;
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid rgba(5, 34, 82, 0.30);
}

.woocommerce-product-single .product-attributes .attribute:last-of-type {
    margin-right: unset;
    padding-right: unset;
    border-right: unset;
}

.woocommerce-product-single .product-attributes .attribute span {
    color: #4A4A4A;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

@media screen and (max-width: 768px) {
    .woocommerce-product-single .product-attributes .attribute span {
        font-size: 14px;
    }
}

.woocommerce-product-single .pricing {
    margin-bottom: 20px;
}

.woocommerce-product-single .pricing span {
    color: #2E6DE7;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-product-single .buttons {
    margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
    .woocommerce-product-single .buttons {
        margin-bottom: 60px;
    }
}

.woocommerce-product-single .buttons .cart {
    display: flex;
    align-items: center;
}

.woocommerce-product-single .buttons .quantity {
    display: flex;
    align-items: center;
    margin-right: 32px !important;
}

.woocommerce-product-single .buttons .quantity button {
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    background-color: transparent !important;
}

.woocommerce-product-single .buttons .quantity input {
    margin: 0 12px;
}

.woocommerce-product-single .buttons .single_add_to_cart_button {
    height: 47px !important;
    padding: 0 16px !important;
    background-color: #2E6DE7 !important;
    border-radius: 200px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: background-color ease-in-out .2s;
}

@media screen and (max-width: 768px) {
    .woocommerce-product-single .buttons .single_add_to_cart_button {
        flex: 1;
    }

    .woocommerce-product-single .buttons .single_add_to_cart_button svg {
        margin-right: 0 !important;
    }
}

.woocommerce-product-single .buttons .single_add_to_cart_button:hover {
    background-color: #052252 !important;
}

.woocommerce-product-single .buttons .single_add_to_cart_button svg {
    margin-right: 10px;
}

.woocommerce-product-single .usps {
    margin-bottom: 80px;
    width: auto;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .woocommerce-product-single .usps {
        margin-bottom: 60px;
    }
}

.woocommerce-product-single .usps .usp {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(5, 34, 82, 0.30);
}

.woocommerce-product-single .usps .usp:last-of-type {
    margin-bottom: unset;
    padding-bottom: unset;
    border-bottom: unset;
}

.woocommerce-product-single .usps .usp span {
    display: block;
    margin-left: 12px;
    color: #4A4A4A;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.woocommerce-product-single .description-title {
    color: #052252;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .woocommerce-product-single .description-title {
        font-size: 16px;
        margin-bottom: 12px;
    }
}

.woocommerce-product-single .description {
    color: #4A4A4A;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (min-width: 768px) {
    .woocommerce-product-single .description {
        width: 500px;
    }
}

.woocommerce-product-single .related-products {
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .woocommerce-product-single .related-products {
        margin-bottom: 0;
    }
}

.woocommerce-product-single .related-products .image-wrapper {
    margin-bottom: 0 !important;
}

.woocommerce-product-single h3.related-product-title {
    margin-top: 100px;
    margin-bottom: 24px;
    color: #052252 !important;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media screen and (max-width: 768px) {
    .woocommerce-product-single h3.related-product-title {
        margin-top: 60px;
    }
}


@media screen and (max-width: 768px) {
    .woocommerce-product-single h3.related-product-title {
        font-size: 22px;
    }
}

.product-card {
    border: 1px solid rgba(5, 34, 82, 0.30);
    background: #FFF;
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.product-card .image-wrapper {
    width: 100%;
    height: 264px;
    background: rgba(46, 109, 231, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.product-card .image-wrapper img {
    width: auto !important;
}

@media screen and (max-width: 768px) {
    .product-card .image-wrapper {
        height: 140px !important;
    }
}

.product-card .image-wrapper img {
    height: 100%;
}

.product-card--inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
}

.product-card--body {
    padding: 24px 24px 20px 24px;
}

@media only screen and (max-width: 768px) {
    .product-card--body {
        padding: 12px;
    }
}

.product-card--body h5 {
    color: #052252;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

@media only screen and (max-width: 768px) {
    .product-card--body h5 {
        font-size: 16px;
    }
}

.product-card--footer .pricing {
    margin-bottom: 20px;
}

.product-card--footer .pricing .price {
    color: #2E6DE7 !important;
    font-family: "Noto Sans";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    margin: 0;
    padding: 0 !important;
}

.product-card--footer .buttons {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-card--footer .buttons .button--info {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 47px;
    padding: 0 16px;
    border-radius: 200px;
    border: 1px solid #2E6DE7;
    transition: border ease-in-out .2s, background-color ease-in-out .2s !important;
    background-color: #FFF;
}

@media only screen and (max-width: 768px) {
    .product-card--footer .buttons .button--info {
        display: none;
    }

    .product-card--footer .buttons .button--add {
        width: 100%;
    }

    .product-card--footer {
        padding: 0 12px 12px 12px !important;
    }
}

.product-card--footer .buttons .button--info svg path {
    transition: fill ease-in-out .2s !important;
    fill: #2E6DE7;
}

.product-card--footer .buttons .button--info:hover {
    background-color: #2E6DE7 !important;
    border: 1px solid #2E6DE7 !important;
}

.product-card--footer .buttons .button--info:hover span {
    color: #FFF;
}

.product-card--footer .buttons .button--info:hover svg path {
    fill: #FFF;
}

.product-card--footer .buttons .button--info span {
    color: #2E6DE7;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: color ease-in-out .2s !important;
}

.product-card--footer .buttons .button--info svg {
    margin-left: 10px;
}

.product-card--footer .buttons .button--add {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 47px;
    padding: 0 30px;
    border-radius: 200px;
    border: 1px solid #2E6DE7;
    background-color: #2E6DE7;
    transition: border ease-in-out .2s, background-color ease-in-out .2s;
}

.product-card--footer .buttons .button--add:hover {
    background-color: #052252;
    border: 1px solid #052252 !important;
}

.product-card--footer {
    padding: 0 24px 24px 24px;
}

.single-product-plus svg rect:first-of-type,
.single-product-minus svg rect:first-of-type {
    transition: fill ease-in-out .2s;
}

.single-product-plus:hover svg rect:first-of-type,
.single-product-minus:hover svg rect:first-of-type {
    fill: #052252;
}

li.product {
    border: none !important;
}

/* Product archive */
.term-description {
    display: none !important;
}

.c-breadcrumbs__list {
    display: none !important;
}

.product-archive--header .woocommerce-breadcrumb,
.checkout-header .woocommerce-breadcrumb,
.woocommerce-breadcrumb--product,
.cart-breadcrumbs {
    color: #4A4A4A;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.product-archive--header .woocommerce-breadcrumb a,
.checkout-header .woocommerce-breadcrumb a,
.woocommerce-breadcrumb--product a,
.cart-breadcrumbs a {
    color: #052252;
    text-decoration: none;
    border: none !important;
}

@media screen and (max-width: 768px) {

    .product-archive--header .woocommerce-breadcrumb,
    .checkout-header .woocommerce-breadcrumb,
    .woocommerce-breadcrumb--product {
        font-size: 14px;
    }
}

.product-archive--header .archive-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.product-archive--header .archive-title-wrapper .back-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    height: 47px;
    background-color: #2E6DE7;
    border-radius: 200px;
    transition: background-color ease-in-out .2s;
    /* typography */
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.product-archive--header .archive-title-wrapper .back-button:hover {
    background-color: #052252;
}

.product-archive--header .archive-title-wrapper .back-button svg {
    margin-right: 10px;
    transform: scaleX(-1);
}

.product-archive--header h3.archive-title {
    color: #052252 !important;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

@media screen and (max-width: 768px) {
    .product-archive--header h3.archive-title {
        font-size: 22px;
    }
}

.product-archive--subcategories {
    width: 100%;
    margin-bottom: 60px;
    position: relative;
}

.product-archive--subcategories .category-swipe-next {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to right, transparent, #FFF);
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100px;
    z-index: 2;
}

.product-archive--subcategories .category-swipe-next--button rect[fill="#2E6DE7"] {
    transition: fill ease-in-out .2s;
}

.product-archive--subcategories .category-swipe-next--button rect[fill="#2E6DE7"]:hover {
    fill: #052252;
}

@media screen and (max-width: 768px) {
    .product-archive--subcategories {
        margin-bottom: 32px;
    }
}

.product-archive--subcategories .swiper-wrapper {}

.product-archive--subcategories .swiper-slide {
    width: fit-content;
}

.product-archive--subcategories .swiper-slide a {
    border: none !important;
    display: flex;
    align-items: center;
    border-radius: 100px;
    border: 1px solid rgba(5, 34, 82, 0.30) !important;
    padding: 6px 24px 6px 6px;
    background: #FFF;
}

.product-archive--subcategories .swiper-slide .image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: rgba(46, 109, 231, 0.1);
}

.product-archive--subcategories .swiper-slide img {
    display: block;
    width: 23px;
    height: 36px;
    object-fit: cover;
    object-position: center center;
}

.product-archive--subcategories .swiper-slide span {
    display: block;
    margin-left: 12px;
    color: #052252;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

/* Sidebar */

.woocommerce-sidebar {
    margin-top: 60px;
    margin-right: 30px;
}

@media only screen and (max-width: 768px) {
    .woocommerce-sidebar {
        margin-top: 60px;
        margin-left: 16px;
        margin-right: 16px
    }
}

.woocommerce-sidebar h3.woocommerce-sidebar--title {
    color: #052252;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 120% !important;
    margin-bottom: 28px;
}

.woocommerce-sidebar ul {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-sidebar ul li {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(5, 34, 82, 0.30);
    display: flex;
    align-items: center;
}

.woocommerce-sidebar ul li ::before {
    display: none !important;
}

.woocommerce-sidebar ul li:last-of-type {
    margin-bottom: unset;
    padding-bottom: unset;
    border-bottom: unset;
}

.woocommerce-sidebar ul li svg {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.woocommerce-sidebar ul li span {
    flex: 1;
    color: #4A4A4A;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.woocommerce-cart-form-sidebar .woocommerce-sidebar ul li span {
    padding-left: 10px;
}

.text ul:not(.c-breadcrumbs__list):not(.o-inline-list):not(.c-share-tools__list) li::before {
    display: none !important;
}

/* Cart */
.woocommerce .return-to-shop a,
.woocommerce .notice a {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 16px !important;
    height: 47px !important;
    background-color: #2E6DE7 !important;
    border-radius: 200px !important;
    transition: background-color ease-in-out .2s !important;
    /* typography */
    color: #FFF !important;
    font-family: "Noto Sans" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
}

.woocommerce .return-to-shop a:hover,
.woocommerce .notice a:hover {
    background-color: #052252 !important;
    color: #FFF !important;
}

.woocommerce-cart-form a {
    border: none !important;
}

.woocommerce-cart-form th {
    color: #052252;
    font-family: "Noto Sans";
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 120% !important;
    text-transform: uppercase !important;
}

.woocommerce-cart-form td.product-name a {
    color: #052252 !important;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 140% !important;
}

.woocommerce-cart-form .woocommerce-Price-currencySymbol {
    display: none !important;
}

.woocommerce-cart-form td.product-price {
    color: #2E6DE7 !important;
    font-family: "Noto Sans" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
}

.woocommerce-cart-form td.product-quantity input {
    min-width: 55px !important;
    border: 1px solid rgba(5, 34, 82, 0.30) !important;
    background: #FFF !important;
}

.woocommerce-cart-form .cart-minus,
.woocommerce-cart-form .cart-plus {
    display: none !important;
}

.woocommerce-cart-form td.product-subtotal {
    color: #4A4A4A !important;
    font-family: "Noto Sans" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
}

.woocommerce-cart-form td.actions {
    padding: 0 !important;
}

.woocommerce-cart-form .actions-inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-cart-form .actions-inner-wrapper button {
    display: inline-flex !important;
    align-items: center;
}

.woocommerce-cart-form .actions-inner-wrapper button svg {
    margin-right: 10px;
}

.woocommerce-cart-form .actions-inner-wrapper button svg path {
    fill: #2E6DE7;
}

@media only screen and (max-width: 768px) {
    .woocommerce-cart-form .actions-inner-wrapper {
        flex-direction: column !important;
    }

    .woocommerce-cart-form .actions-inner-wrapper a,
    .woocommerce-cart-form .actions-inner-wrapper button {
        width: 100%;
    }

    .woocommerce-cart-form .actions-inner-wrapper a {
        margin-bottom: 12px;
    }
}

.woocommerce-cart-form .actions-inner-wrapper .back-to-shop {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 47px;
    padding: 0 16px;
    border-radius: 200px;
    border: 1px solid #717171 !important;
    transition: border ease-in-out .2s, background-color ease-in-out .2s !important;
}

.woocommerce-cart-form .actions-inner-wrapper .back-to-shop:hover {
    background-color: #717171 !important;
    border: 1px solid #717171 !important;
}

.woocommerce-cart-form .actions-inner-wrapper .back-to-shop:hover span {
    color: #FFF;
}

.woocommerce-cart-form .actions-inner-wrapper .back-to-shop:hover svg path {
    fill: #FFF;
}

.woocommerce-cart-form .actions-inner-wrapper .back-to-shop span {
    color: #717171;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: color ease-in-out .2s !important;
}

.woocommerce-cart-form .actions-inner-wrapper {
    padding-top: 32px;
}

.woocommerce-cart-form .actions-inner-wrapper .back-to-shop svg {
    margin-right: 10px;
}

.woocommerce-cart-form .actions-inner-wrapper .back-to-shop svg path {
    transition: fill ease-in-out .2s !important;
}

.woocommerce-cart-form__contents {
    margin-bottom: 82px !important;
}

@media only screen and (max-width: 768px) {
    .woocommerce-cart-form__contents {
        margin-bottom: 40px !important;
    }

    .woocommerce .payment-methods {
        margin-bottom: 60px !important;
    }
}

.woocommerce .payment-methods {
    display: flex;
    align-items: center;
    height: 120px;
    border: 1px solid rgba(5, 34, 82, 0.30);
    background: #FFF;
    justify-content: space-evenly;
    margin-bottom: 130px;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .woocommerce .payment-methods {
        padding: 20px;
        height: auto;
        justify-content: center;
        gap: 32px;
    }

    .woocommerce .payment-methods svg {
        flex: 0 1 40px;
    }
}

/* Notices */
.notice {
    padding: 26px;
    border: 1px solid rgba(46, 109, 231, 0.10);
    background-color: #FFF;
    margin-bottom: 60px;
    color: #052252;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .notice {
        flex-direction: column;
        text-align: center;
    }

    .notice a {
        width: 100%;
        margin-top: 16px !important;
    }
}


/* Checkout */
.checkout-header {}

.checkout-header h1 {
    color: #052252;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-top: 32px;
    margin-bottom: 22px;
}

.woocommerce-billing-fields h3,
#order_review_heading {
    color: #052252 !important;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}

.woocommerce-billing-fields__field-wrapper label {
    color: #052252;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal !important;
    padding-bottom: 8px;
}

.woocommerce-input-wrapper input,
.woocommerce-input-wrapper span#select2-billing_country-container {
    border: 1px solid rgba(5, 34, 82, 0.30) !important;
    background: #FFF !important;
    padding: 18px 20px !important;
    /* typography */
    color: #4A4A4A;
    font-family: "Noto Sans";
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    height: auto !important;
}

.select2-container--default .select2-selection--single {
    background-color: none !important;
    border: none !important;
    border-radius: 0 !important;
}

.woocommerce-additional-fields {
    display: none;
}

.form-row {
    padding-bottom: 0 !important;
    margin-bottom: 32px !important;
}

.form-row[data-priority="40"] {
    margin-bottom: 64px !important;
}

.woocommerce-checkout-review-order-table {
    background-color: rgba(46, 109, 231, 0.2) !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 40px !important;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 0 !important;
    border: none !important;
}

.woocommerce-checkout-review-order-table th.product-name,
.woocommerce-checkout-review-order-table th.product-total {
    color: #052252;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal !important;
    padding-bottom: 16px !important;
}

.woocommerce-checkout-review-order-table tbody td.product-name,
.woocommerce-checkout-review-order-table tbody td.product-name strong,
.woocommerce-checkout-review-order-table tfoot .cart-subtotal th,
.woocommerce-checkout-review-order-table tfoot .order-total th {
    color: #052252;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 160%;
}

.woocommerce-checkout-review-order-table tbody td.product-total,
.woocommerce-checkout-review-order-table tfoot .cart-subtotal td,
.woocommerce-checkout-review-order-table tfoot .order-total td,
.woocommerce-checkout-review-order-table tfoot .order-total td strong {
    color: #2E6DE7;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 160%;
}

.woocommerce-checkout-review-order-table tfoot .cart-subtotal th,
.woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
    padding-top: 12px !important;
    padding-bottom: 28px !important;
    border-bottom: 1px solid rgba(5, 34, 82, 0.30) !important;
}

.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout-review-order-table tfoot .order-total td {
    padding-top: 28px !important;
}

.woocommerce-checkout-review-order-table tfoot .order-total th {
    color: #052252;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 160%;
}

#payment {
    border: 1px solid rgba(5, 34, 82, 0.30) !important;
    border-radius: 0 !important;
    background: #FFF !important;
    padding: 40px !important;
}

@media screen and (max-width: 768px) {
    #payment {
        padding: 20px !important;
    }
}

#payment .wc_payment_methods {
    padding: 0 !important;
    border-bottom: none !important;
}

#payment .wc_payment_method {
    margin-bottom: 40px !important;
}

#payment .wc_payment_method input {
    padding: 0 !important;
    width: 24px;
    height: 24px;
    border: none !important;
    margin-right: 24px !important;
    border: 1px solid rgba(5, 34, 82, 0.3) !important;
}

#payment .wc_payment_method input:checked {
    background-color: #2E6DE7;
}

#payment .wc_payment_method label {
    color: #052252;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px !important;
}

#payment .payment_box {
    background-color: #D5E2FA !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

#payment .payment_box p {
    padding: 20px 36px !important;
    color: #2F557F;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#payment .payment_box::before {
    border-color: #D5E2FA !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
}

#payment .place-order {
    padding: 0 !important;
    display: flex;
    align-items: center;
}

#payment .woocommerce-terms-and-conditions-wrapper {
    display: none !important;
}

#payment button#place_order {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-decoration: none !important;
    height: 47px !important;
    padding: 0 16px !important;
    border-radius: 200px !important;
    transition: border ease-in-out .2s, background-color ease-in-out .2s !important;
    float: none !important;
    background-color: #2E6DE7 !important;
    /* typography */
    color: #FFF;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: none !important;
}

.l-wrap--checkout .l-content {
    width: 100% !important;
}

body.woocommerce-page .article-wrapper article.c-article {
    padding-left: 0 !important;
    margin-left: 50px !important;
    margin-right: 50px !important;
    padding-right: 48px !important;
}

@media screen and (max-width: 768px) {
    body.woocommerce-page .article-wrapper article.c-article {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1135px) {
    body.woocommerce-page .article-wrapper article.c-article {
        padding-right: 136px !important;
    }
}

@media screen and (max-width: 768px) {
    body.woocommerce-page .article-wrapper article.c-article {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
}

body.woocommerce-page .article-wrapper--correction {
    margin-right: -34px;
}

@media only screen and (max-width: 287px) {
    body.woocommerce-page .article-wrapper--correction {
        margin-right: 0;
    }
}

.custom-cart-entry {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(5, 34, 82, 0.30);
}

:nth-last-child(1 of .custom-cart-entry) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.custom-cart-entry .thumbnail-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 77px;
    padding: 14px 20px;
    border: 1px solid rgba(5, 34, 82, 0.30) !important;
    background: #FFF;
}

@media only screen and (max-width: 768px) {
    .custom-cart-entry .thumbnail-wrapper {
        min-height: 97px !important;
    }
}

.custom-cart-entry .details {
    padding-left: 16px;
    flex: 1;
}

.custom-cart-entry a {
    color: #052252;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: block;
    margin-bottom: 32px !important;
}

.custom-cart-entry .details--list div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.custom-cart-entry .details--list div:last-of-type {
    margin-bottom: 0;
}

.custom-cart-entry .details--list div strong {
    color: #052252;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.custom-cart-entry .details--list div small {
    color: #2E6DE7;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.custom-cart-entry .details--list div small.subtotal {
    color: #4A4A4A;
}

@media only screen and (max-width: 991px) {
    .woocommerce table.shop_table_responsive thead {
        display: none !important
    }
}

.custom-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.custom-product-grid::before {
    display: none !important;
}

.custom-product-grid .product {
    width: 100% !important;
    margin: 0 !important;
}

@media only screen and (max-width: 768px) {
    .woocommerce .c-sidebar {
        margin-top: 0 !important;
    }

    .woocommerce-product-single .c-article {
        padding: 0 !important;
    }

    .custom-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 540px) {
    .custom-product-grid {
        /* grid-template-columns: 1fr; */
        gap: 12px !important;
    }
}

@media only screen and (min-width: 768px) {

    .woocommerce .wp-block-uagb-container,
    .woocommerce .wp-block-uagb-container .wc-block-featured-category {
        height: 100% !important;
    }
}

.woocommerce-aside {
    position: fixed !important;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 2 !important;
}

aside .cart-button {
    position: absolute;
    bottom: 40px;
    right: 40px;
    background-color: #FFF;
    z-index: 1;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(5, 34, 82, 0.30);
    border-radius: 100%;
}

@media only screen and (max-width: 768px) {
    aside .cart-button {
        bottom: 15px;
        right: 15px;
    }
}

aside .cart-button span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    top: -6px;
    right: -6px;
    background-color: #052252;
    width: 28px;
    height: 28px;
    border-radius: 100%;
}

input.input-text[name="quantity"]::-webkit-outer-spin-button,
input.input-text[name="quantity"]::-webkit-inner-spin-button,
.woocommerce-cart-form td.product-quantity input::-webkit-outer-spin-button,
.woocommerce-cart-form td.product-quantity input::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

input.input-text[name="quantity"],
.woocommerce-cart-form td.product-quantity input,
.woocommerce .quantity .qty {
    -moz-appearance: textfield;
    color: #052252 !important;
    border: 1px solid rgba(5, 34, 82, 0.30);
}

.no-related--offset {
    margin-bottom: 100px;
}

@media (min-width: 481px) and (max-width: 600px) {
    .woocommerce .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n+1) {
        padding-right: 0 !important;
    }

    .woocommerce .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 0 !important;
    }
}

.cart-usps .woocommerce-sidebar {
    margin: 40px 0 0 0 !important;
}

@media only screen and (max-width: 768px) {
    .uagb-block-29a6ea34 {
        margin-top: 0;
    }

    .uagb-block-679095af {
        margin-top: 12px !important;
        padding-bottom: 50px !important;
    }
}

.woocommerce .shop_table .woocommerce-shipping-destination,
.woocommerce .shop_table .woocommerce-shipping-calculator {
    display: none;
}

.woocommerce .shop_table .woocommerce-shipping-methods li label {
    font-size: 0;
}

.shop .shortcode-block {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .shop .shortcode-block {
        display: block !important;
        margin-top: 60px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}