.clearfix:after {
    display: block;
    content: "";
    clear: both;
}
body, input, textarea {
    font-family: 'Poppins', arial, sans-serif;
}
.button, button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .wc-block-components-button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, span.single_add_to_cart_button {
    padding: 1rem 2rem;
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    font-weight: 900;
    text-align: center;
    background: #fff;
    color: #000;
    transition: ease all 250ms;
    position: relative;
    border: 1px solid #000;
    border-radius: 4px;
}
.button:hover, button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .wc-block-components-button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, span.single_add_to_cart_button:hover {
    background: #f2f2f2;
    color: #000;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.only-text, button.button.alt.only-text {
    padding: 5px;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    max-width: 250px;
    margin: 15px 0 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.only-text:hover, button.button.alt.only-text:hover {
    background: transparent;
    text-decoration: underline;
}
.added_to_cart {
    display: block;
    margin-top: 10px;
    color: green;
}
.woocommerce-Price-amount {
    display: block;
}
.bg-main {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 232, 219, var(--tw-bg-opacity));
}
#content {
    min-height: calc(100vh - 135px);
}

.remove-button {
    background: transparent;
    border: none;
    color: #7e0000;
    margin-left: 5px;
}
.preorder_timer {
    position: absolute;
    top: 0;
    right: 0;
    background: #7800d8;
    color: #fff;
    padding: 5px 5px;
    font-size: 12px;
    font-weight: 500;
    min-width: 100px;
    line-height: 16px;
    border-radius: 0 0 0 4px;
}
.preorder_timer_clock {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}
.single-product .preorder_timer {
    min-width: 130px;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    top: 2px;
    right: 2px;
}
.single-product .preorder_timer_clock {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}
/*.button:before {*/
/*    content: '';*/
/*    background: rgba(0,0,0,.1);*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    transition: ease all 250ms;*/
/*}*/

/*.button:hover:before {*/
/*    top: 0;*/
/*}*/

@media screen and (min-width: 768px) {
    .postTitle {
        min-height: 104px;
    }
}
.pageContainer {
    max-width: 1280px;
    padding: 1rem;
    margin: 0 auto
}
.smallPageContainer {
    max-width: 810px;
    padding: 0 10px;
    margin: 0 auto
}
#page {
    padding: 0 464px 135px 0;
    position: relative;
}

#mainHeader {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 444px;
}
#mainHeader .inner {
    padding: 70px;
    background: #fff;
}
#mainHeader h1{
    font-size: 30px;
    font-weight: 600;
}
#mainHeader .logo {
    display: block;
    margin-bottom: 45px;
}
#mainHeader h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
#mainHeader p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
}
#mainHeader .sidebar-text.mobile {
    display: none;
    padding: 20px;
}
#mainHeader .image-container {
    display: block;
    width: 194px;
    height: 194px;
    background: url(../images/skoq_banner2.png) no-repeat center center;
}

#trueHeader {
    color: #000;
    padding: 40px 20px;
    background: #CEE8DB;
}
#trueHeader .pageContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#trueHeader .mh-logo {
    max-width: 160px; /* Adjust the size as needed */
}

#trueHeader .mh-nav {
    display: flex;
}

#trueHeader .mh-nav a {
    color: #000;
    text-decoration: none;
    position: relative;
    padding: 0 2px;
    transition: ease all 250ms;
}
#trueHeader .mh-nav a svg {
    display: inline-block;
    max-height: 34px;
    vertical-align: bottom;
}
#trueHeader .mh-nav a svg * {
    transition: ease all 250ms;
}
#trueHeader .mh-nav a:hover {
    color: #f1c232;
}
#trueHeader .mh-nav a:hover svg path {
    fill: #f1c232;
}

#trueHeader .mh-burger-menu {
    display: none; /* Hide initially */
}
#trueHeader #counter {
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    position: absolute;
    padding: 5px;
    font-size: 10px;
    font-weight: 300;
    top: -5px;
    left: calc(100% - 15px);
    min-width: 25px;
    text-align: center;
}
.productImage {
    display: block;
    border: 3px solid #000;
}

@media only screen and (max-width: 1080px) {
    #trueHeader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
        padding: 10px;
    }
    #page {
        padding-top: 91px;
    }
    #content {
        min-height: 1px;
    }
    /*#trueHeader .pageContainer {*/
    /*    justify-content: center;*/
    /*}*/
    /*#trueHeader .mh-nav {*/
    /*    display: none; !* Hide the regular navigation links on small screens *!*/
    /*}*/
    #trueHeader .mh-nav a {
        font-size: 0;
    }
    #filter_options {
        display: none;
    }
}

.productItem {
    max-width: 316px;
}
.productItem h3 {
    font-size: 20px;
    font-weight: 700;
}
.productTitle h3 {
    min-height: 60px;
}
.site-main {
    padding: 1rem 0 0;
}
.site-main > .woocommerce-breadcrumb {
    max-width: 810px;
    margin: 0 auto 20px;
    padding: 0 10px;
}
.site-main > .product {
    max-width: 810px;
    margin: 0 auto;
    padding: 0 10px;
}
.site-main > .product h1 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.product_meta > span {
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.product_meta > span span,
.product_meta > span a{
    font-weight: 400;
    display: inline-block;
}
.site-main > #sidebar {
    display: none;
}
.additionalInfoTitle {
    margin: 30px 0;
    font-size: 24px;
    font-weight: 600;
}

.woocommerce-product-details__short-description {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 30px;
    border-bottom: 3px solid #000;
    margin-bottom: 30px;
}
/*.woocommerce-breadcrumb {*/
/*    display: none;*/
/*}*/
.woocommerce table.shop_attributes tr td, .woocommerce table.shop_attributes tr th  {
    border-bottom: 1px solid #000;
}
.woocommerce table.shop_attributes tr:last-child td, .woocommerce table.shop_attributes tr:last-child th {
    border-bottom: none;
}
.woocommerce table.shop_attributes tr:nth-child(2n) td, .woocommerce table.shop_attributes tr:nth-child(2n) th {
    background: #fff;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 20px;
    text-align: center;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    max-width: 55px;
    height: 77px;
    display: inline-block;
    float: none;
    overflow: hidden;
    position: relative;
    margin: 0 1px
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    max-width: 300px;
    height: 77px;
    width: auto;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}
.wc-block-components-radio-control .easypack_show_geowidget {
    font-size: 0!important;
    padding: 10px!important;
    border: 2px solid #000!important;
    background: #fff!important;
    color: #000!important;
}
.wc-block-components-radio-control .easypack_show_geowidget:after {
    content: "Wybierz paczkomat";
    font-size: 14px!important;
    line-height: 1.2;
}
.wc-block-components-radio-control .easypack_show_geowidget:hover {
    background: #f2f2f2!important;
}
.quantity input.qty {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.quantity-wrapper {
    position: relative;
    width: 250px;
}

.woocommerce div.product form.cart .quantity-wrapper button[name="add-to-cart"],
.woocommerce div.product form.cart .quantity-wrapper .single_add_to_cart_button {
    font-size: 22px;
    font-weight: 600;
    border-width: 2px;
    border-radius: 0;
    width: 100%;
    float: none
}
.woocommerce div.product form.cart .variations select {
    font-size: 22px;
    font-weight: 600;
    padding: 10px;
    background: #fff;
    border: 2px solid #000;
    max-width: 250px;
    width: 100%;
    min-width: 1px;
}
table.variations th.label {
    display: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color:#e11a4c;
    color:#fff
}
.woocommerce div.product form.cart .quantity-wrapper button[name="add-to-cart"] {
    font-size: 22px;
    font-weight: 600;
    border-width: 2px;
    border-radius: 0;
    width: 100%;
    float: none
}
.quantity-wrapper .plus-btn, .quantity-wrapper .minus-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 600;
    border: 0;
    width: 34px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    z-index: 3;
}
.quantity-wrapper .plus-btn {
    right: 17px;
}
.quantity-wrapper .minus-btn {
    left: 17px;
}
.woocommerce-notices-wrapper {
    max-width: 810px;
    margin: 0 auto;
    padding: 0 10px;
}

/* Woocommerce my account page style*/
.woocommerce-MyAccount-content {
    max-width: 810px;
    margin: 0 auto;
    padding: 0 10px;
}
.woocommerce-MyAccount-content h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-content p:last-child {
    margin-bottom: 0;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-content p a {
    font-weight: 700;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-content p a:hover {
    text-decoration: underline;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-content p strong {
    font-weight: 700;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-content p strong span {
    font-weight: 300;
}
.woocommerce-MyAccount-navigation {
    max-width: 810px;
    margin: 0 auto;
    padding: 0 10px;
}
.woocommerce-MyAccount-navigation ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.woocommerce-MyAccount-navigation ul li {
    width: 100%;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    transition: ease all 250ms;
}
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #000;
    color: #fff;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #000;
    color: #fff;
}
.woocommerce-MyAccount-navigation ul li.is-active a:hover {
    background: #000;
    color: #fff;
}
.woocommerce-EditAccountForm, label .woocommerce-form-row label {
    font-size: 12px;
    font-weight: 300;
}
.woocommerce-EditAccountForm input, .woocommerce-form-row .woocommerce-Input {
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}
.woocommerce-privacy-policy-text {
    font-size: 10px;
    margin-bottom: 10px;
    font-weight: 300;
}
.inpost-parcel-locker-wrap {
    text-align: center;
}
#inpost-parcel-locker-id {
    width: 100%;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #000;
    font-size: 12px;
    font-weight: 300;
}
.inpost-parcel-locker-input-label {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #000;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}
.inpost-parcel-locker-input-label:hover {
    background: #f3f3f3;
}
.woocommerce-product-attributes-item--dimensions {
    display: none;
}
.woocommerce-Addresses .woocommerce-Address {
    margin-bottom: 30px;
}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a {
    font-size: 14px;
    color: #0e7b17;
}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a:hover {
    text-decoration: underline;
}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-content {
    font-size: 14px;
    font-weight: 300;
}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-content p {
    margin-bottom: 0;
}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-content p:last-child {
    margin-bottom: 0;
}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-content p strong {
    font-weight: 700;
}

#footer {
    padding: 1rem;
    z-index: 4;
}

#footer .col-lg-1 {
    padding-left: 0;
}

#footer p {
    font-size: 13px;
    color: #999;
    font-weight: 300;
}

#footer p span {
    font-weight: 900;
    display: block;
    font-size: 1rem;
}


#footer .f-middle {
    margin: 30px 0;
}

.singleInfo p {
    margin-bottom: 10px;
}
.singleInfo table.sizes td {
    border: 1px solid #000;
    font-size: 12px;
    padding: 5px;
}
.singleInfo table.sizes tr td:first-child {
    white-space: nowrap;
}
.singleInfo .table-wrap {
    overflow: auto;
}
.footer-line-holder {
    position: relative;
}
.footer-line-holder:after {
    content: ' | ';
    position: absolute;
    height: 10px;
    right: 0;
}
.footer-line-holder:hover {
    color: #f1c232;
}
.footer-line-holder:hover:after {
    color: #000;
}

/*#footer .f-btn {*/
/*    font-weight: 900;*/
/*    color: #fff;*/
/*    font-size: 14px;*/
/*    background: #F21559;*/
/*    border-radius: 5px;*/
/*    padding: 15px 30px;*/
/*    display: inline-block;*/
/*}*/

/*#footer .col-lg-3 .f-btn {*/
/*    font-size: 14px;*/
/*}*/

/*#footer .grey-line {*/
/*    border: 1px solid #333;*/
/*    margin-top: 52px;*/
/*}*/

/*#footer h4 {*/
/*    font-weight: 900;*/
/*    color: #fff;*/
/*    font-size: 16px;*/
/*}*/

/*#footer .button {*/
/*    font-size: 14px;*/
/*    font-weight: 900*/
/*}*/

/*#footer .f-socials, #footer .f-copy, #footer .f-links {*/
/*    text-align: right;*/
/*}*/

/*#footer .f-socials a, #footer .f-links a {*/
/*    display: inline-block;*/
/*    padding-left: 15px;*/
/*}*/

/*#footer .f-socials a {*/
/*    padding-left: 45px;*/
/*    padding-bottom: 30px;*/
/*}*/

/*#footer .container-fluid, #footer .container-fluid .col-lg-6 {*/
/*    margin: 30px 0 0;*/
/*    padding: 15px 0 0;*/
/*}*/

/*#footer .container-fluid .row {*/
/*    margin-left: -45px;*/
/*    margin-right: -45px;*/
/*}*/

/*#footer .f-banners h5 {*/
/*    font-size: 23px;*/
/*    font-weight: 900;*/
/*    padding: 30px;*/
/*}*/

/*#footer .left {*/
/*    background: #E7F5FF;*/
/*    margin: 0;*/
/*}*/

/*#footer .left h5 {*/
/*    color: #180F4C;*/
/*}*/

/*#footer .left .f-left, #footer .left .f-right {*/
/*    float: right;*/
/*}*/

/*#footer .left .f-left {*/
/*    padding-right: 120px;*/
/*}*/

/*#footer .call {*/
/*    margin: 35px 30px;*/
/*}*/

/*#footer .call p {*/
/*    color: #180F4C;*/
/*    font-size: 12px;*/
/*    font-weight: 300;*/
/*    padding: 5px 0 0 2px;*/
/*}*/

/*#footer .right {*/
/*    background: #180F4C;*/
/*}*/

#footer .right .f-left, #footer .right .f-right {
    float: left;
}

#footer .right h5 {
    color: #fff;
    padding-bottom: 5px;
}

#footer .right-call {
    margin-top: 35px;
}

#footer .right p {
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
}

@media screen and (max-width: 1080px) {
    #page {
        padding-right: 0;
    }
    #mainHeader {
        width: 100%;
        position: static;
        background: #fff;
        text-align: center;
        padding: 20px 0 0;
    }
    #mainHeader .logo {
        display: inline-block;
        margin-bottom: 0;
    }
    #mainHeader h3 {
        display: none;
    }
    #mainHeader .logo {
        display: none;
    }
    #mainHeader .sidebar-text.desktop {
        display: none;
    }
    #mainHeader .sidebar-text.mobile {
        display: block;
    }
    #mainHeader .image-container {
        display: none;
    }
    .bannerTop {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #footer {
        position: relative;
    }
    #page {
        padding-bottom: 0;
    }
    .productsListContainer {
        padding-bottom: 60px;
    }
    .footer-line-holder:after {
        content: none;
    }
    #footer nav {
        margin-top: 20px;
    }
    #footer nav .mobile-link {
        display: none;
    }
    #footer nav.open {
        display: block;
        width: 100%;
    }
    #footer .menuHolder {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
    }
    #mainLogo {
        text-align: left;
    }


    #mobileMenuTrigger {
        width: 26px;
        height: 20px;
        display: block;
        position: relative;
        cursor: pointer;
    }
    #mobileMenuTrigger span {
        width: 100%;
        height: 3px;
        background-color: #1E1E1E;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateY(-50%);
        transition: all 0.3s ease-in-out;
    }
    #mobileMenuTrigger.open {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1001;
    }
    #mobileMenuTrigger span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
    }
    #mobileMenuTrigger span:nth-child(3) {
        top: 100%;
        transform: translateY(-50%);
    }
    #mobileMenuTrigger.open span:nth-child(1) {
        transform: translateY(-50%) rotate(45deg);
        top: 50%;
    }
    #mobileMenuTrigger.open span:nth-child(2) {
        opacity: 0;
    }
    #mobileMenuTrigger.open span:nth-child(3) {
        transform: translateY(-50%) rotate(-45deg);
        top: 50%;
    }
    #mainMobileNav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 1000;
        padding: 20px;
    }
    #mainMobileNav.open {
        display: block;
    }
    #mainMobileNav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    #mainMobileNav ul li {
        margin-bottom: 20px;
        text-align: center;
    }
    #mainMobileNav ul li a {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        text-decoration: none;
    }
    #mainMobileNav ul li a:hover {
        text-decoration: underline;
    }
    #mainMobileNav ul li a.active {
        color: #f1c232;
    }
}

ul.ubermenu-submenu.ubermenu-submenu-id-112.ubermenu-submenu-type-stack.ubermenu-submenu-indent {
    padding-left: 0;
}

#post-134 p {
    margin-bottom: 1rem;
}

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

    .form-submit input#submit {
        width: 100%;
    }
    #footer .col-lg-1 img{
        padding: 30px 0 30px 15px;
    }
    #footer .grey-line{
        display: none;
    }
    #footer h4 {
        padding-top: 20px;
    }
    #footer .f-banners {
        display: none;
    }
    #footer .f-socials, #footer .f-copy, #footer .f-links {
        text-align: left;
    }
    #footer .f-socials {
        padding-top: 30px;
    }
    #footer .f-socials a {
        padding-left: 15px;
    }
    #footer .call {
        margin-bottom: 0;
    }
    #footer .container-fluid .col-lg-6 {
        margin-top: 0;
        padding-top: 0;
    }
    #footer .right .f-right {
        float: right;
        margin: 0 15px 30px 0;
    }
    .category-single {
        width: 100%;
    }
    .content h1, #list-top h1 {
        font-size: 4rem;
    }
    .thumbnail img {
        height: auto;
    }
}

#bottom-contact {
    background-color: transparent; /* Black background color */
    position: fixed; /* Make it stick/fixed */
    bottom: 0; /* Stay on top */
    display: none;
    width: 100%; /* Full width */
    transition: bottom .7s; /* Transition effect when sliding down (and up) */
    z-index: 9999;
}

#footer .f-btn, #bottom-contact .f-btn {
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    background: #F21559;
    border-radius: 5px;
    padding: 15px 30px;
    display: inline-block;
}

div.wpcf7-response-output {
    text-align: center;
    padding: 20px;
}

#copyrights {
    text-align: center;
    font-size: 10px;
    background-color: #000;
    padding: 10px 0 10px;
}
#copyrights a {
    color: #fff;
    font-size: 0.75rem;
}
#copyrights a:hover {
    text-decoration: underline;
}

/*! tailwindcss v2.2.15 | MIT License | https://tailwindcss.com*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
    box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
    margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
    font-family:
            system-ui,
            -apple-system, /* Firefox supports this but not yet `system-ui` */
            'Segoe UI',
            Roboto,
            Helvetica,
            Arial,
            sans-serif,
            'Apple Color Emoji',
            'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family:
            ui-monospace,
            SFMono-Regular,
            Consolas,
            'Liberation Mono',
            Menlo,
            monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row .select2-container {
    border: 2px solid #000;
    padding: 10px;
    background: #fff;
}
.select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0;
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
    text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
    padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

button {
    background-color: transparent;
    background-image: none;
}

fieldset {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
    font-family: 'Poppins', arial, sans-serif;; /* 1 */
    line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
    font-family: inherit;
    line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
    border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
    border-style: solid;
}

textarea {
    resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #838589;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    color: #838589;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #838589;
}

button,
[role="button"] {
    cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
    outline: auto;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
    color: inherit;
    text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 *
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 *
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block; /* 1 */
    vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
    max-width: 100%;
    height: auto;
}

#youtubeSection .inline-block {
    vertical-align: top;
    padding: .5rem;
}

#youtubeSection .youtubeTitle {
    display: table;
    width: 100%;
    height: 140px;
    padding: .5rem 1.5rem;
}

#youtubeSection h5 {
    display: table-cell;
    vertical-align: middle;
    text-align: middle
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
    display: none;
}

*, ::before, ::after {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-border-opacity: 1;
    border-color: rgba(171, 166, 193, var(--tw-border-opacity));
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.fixed {
    position: fixed;
}
.relative {
    position: relative;
}
.inset-x-0 {
    left: 0;
    right: 0;
}
.top-0 {
    top: 0;
}
.right-0 {
    right: 0;
}
.bottom-0 {
    bottom: 0;
}
.left-0 {
    left: 0;
}
.z-10 {
    z-index: 10;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.m-auto {
    margin: auto;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mt-4 {
    margin-top: 1rem;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
.flex {
    display: flex;
}
.hidden {
    display: none;
}
.h-full {
    height: 100%;
}
.min-h-screen {
    min-height: 100vh;
}
.w-full {
    width: 100%;
}
.max-w-screen-sm {
    max-width: 640px;
}
.max-w-xs {
    max-width: 20rem;
}
.-rotate-45 {
    --tw-rotate: -45deg;
    transform: var(--tw-transform);
}
.resize {
    resize: both;
}
.flex-wrap {
    flex-wrap: wrap;
}
.overflow-hidden {
    overflow: hidden;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-md {
    border-radius: 0.375rem;
}
.justify-content-center {
    justify-content: center;
}
.bg-main {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 232, 219, var(--tw-bg-opacity));
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-violet-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 21, 76, var(--tw-bg-opacity));
}
.bg-violet-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(53, 43, 93, var(--tw-bg-opacity));
}
.bg-violet-light {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 46, 139, var(--tw-bg-opacity));
}
.fill-current {
    fill: currentColor;
}
.p-2 {
    padding: 0.5rem;
}
.p-4 {
    padding: 1rem;
}
.p-1 {
    padding: 0.25rem;
}
.p-10 {
    padding: 2.5rem;
}
.p-8 {
    padding: 2rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-0 {
    padding-left: 0;
    padding-right: 0;
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.pr-0 {
    padding-right: 0;
}
.pr-4 {
    padding-right: 1rem;
}
.pt-10 {
    padding-top: 2.5rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.text-center {
    text-align: center;
}
.align-top {
    vertical-align: top;
}
.align-middle {
    vertical-align: middle;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.font-light {
    font-weight: 300;
}
.font-bold {
    font-weight: 700;
}
.font-black {
    font-weight: 900;
}
.font-size-12 {
    font-size: 0.75rem;
}
.text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(152, 152, 152, var(--tw-text-opacity));
}
.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(62, 62, 62, var(--tw-text-opacity));
}
.text-violet-dark {
    --tw-text-opacity: 1;
    color: rgba(32, 21, 76, var(--tw-text-opacity));
}
.text-cyan {
    --tw-text-opacity: 1;
    color: rgba(37, 157, 254, var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-cyan-dark {
    --tw-text-opacity: 1;
    color: rgba(0, 147, 241, var(--tw-text-opacity));
}
.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 166, 193, var(--tw-text-opacity));
}
.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
}
.text-violet {
    --tw-text-opacity: 1;
    color: rgba(52, 38, 120, var(--tw-text-opacity));
}
.text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.w-12\/12 {
    width: 100%;

}

@media screen and (max-width: 1100px) {
    .box-wrap .last {
        text-align: center
    }
    .box-wrap .last .button {
        display: block;
        float: none;
        margin: 0.5rem auto 0
    }
}
@media screen and (min-width: 768px) {
    .box:before {
        content: '';
        background: #f8165d;
        position: absolute;
        left: 1.5rem;
        top: 50%;
        margin-top: -0.5rem;
        width: 1rem;
        height: 1rem;
        border-radius: 50%
    }
}
@media screen and (max-width: 768px) {
    .box-wrap .last {
        text-align: left
    }
}
.hover\:text-cyan:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 157, 254, var(--tw-text-opacity));
}
@media (prefers-color-scheme: dark) {
    .dark\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .dark\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(171, 166, 193, var(--tw-bg-opacity));
    }
    .dark\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(152, 152, 152, var(--tw-bg-opacity));
    }
    .dark\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 133, 137, var(--tw-bg-opacity));
    }
    .dark\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .dark\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(245, 245, 245, var(--tw-text-opacity));
    }
    .dark\:grayscale {
        --tw-grayscale: grayscale(100%);
        filter: var(--tw-filter);
    }
}
@media (min-width: 640px) {
    .sm\:float-left {
        float: left;
    }
    .sm\:w-6\/12 {
        width: 50%;
    }
    .sm\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 245, 245, var(--tw-border-opacity));
    }
    .sm\:pl-16 {
        padding-left: 4rem;
    }
    .sm\:pr-4 {
        padding-right: 1rem;
    }
}
@media (min-width: 768px) {
    .md\:fixed {
        position: fixed;
    }
    .md\:absolute {
        position: absolute;
    }
    .md\:float-right {
        float: right;
    }
    .md\:float-left {
        float: left;
    }
    .md\:float-none {
        float: none;
    }
    .md\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .md\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .md\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .md\:inline-block {
        display: inline-block;
    }
    .md\:table {
        display: table;
    }
    .md\:table-cell {
        display: table-cell;
    }
    .md\:w-6\/12 {
        width: 50%;
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:w-2\/12 {
        width: 16.666667%;
    }
    .md\:w-4\/12 {
        width: 33.333333%;
    }
    .md\:border-r {
        border-right-width: 1px;
    }
    .md\:border-solid {
        border-style: solid;
    }
    .md\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 245, 245, var(--tw-border-opacity));
    }
    .md\:p-4 {
        padding: 1rem;
    }
    .md\:pr-4 {
        padding-right: 1rem;
    }
    .md\:p-3 {
        padding: 0.75rem;
    }
    .md\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .md\:pr-2 {
        padding-right: 0.5rem;
    }
    .md\:pt-20 {
        padding-top: 5rem;
    }
    .md\:align-middle {
        vertical-align: middle;
    }
    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .justify-content-md-left {
        justify-content: flex-start;
    }
}
@media (min-width: 1024px) {
    .lg\:float-right {
        float: right;
    }
    .lg\:float-left {
        float: left;
    }
    .lg\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .lg\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .lg\:mb-8 {
        margin-bottom: 2rem;
    }
    .lg\:block {
        display: block;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:w-3\/12 {
        width: 25%;
    }
    .lg\:w-1\/12 {
        width: 8.333333%;
    }
    .lg\:w-2\/12 {
        width: 16.666667%;
    }
    .lg\:w-9\/12 {
        width: 75%;
    }
    .lg\:w-4\/12 {
        width: 33.333333%;
    }
    .lg\:w-8\/12 {
        width: 66.666667%;
    }
    .lg\:w-6\/12 {
        width: 50%;
    }
    .lg\:p-6 {
        padding: 1.5rem;
    }
    .lg\:p-4 {
        padding: 1rem;
    }
    .lg\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .lg\:pr-4 {
        padding-right: 1rem;
    }
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
.wp-editor-container {
    width: 100%;
    max-width: 800px;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price, .wp-block-woocommerce-checkout .wc-block-components-product-metadata {
    display: none;
}
.wc-block-components-shipping-rates-control .button.alt.geowidget_show_map, .wc-block-components-shipping-rates-control #geowidget_show_map {
    padding: 10px;
    cursor: pointer;
    font-size: 16px !important;
}
.wc-block-components-shipping-rates-control .button.alt.geowidget_show_map:hover, .wc-block-components-shipping-rates-control #geowidget_show_map:hover {
    /* choose color that fits 29bb15 as hover */
    background: #1a8c1a;
    color: #fff;
}