.page-footer {
    background-color: #003057;
}

.footer-logo a {
    width: 195px;
    margin: 0 0 40px;
    border: none;
    display: block;
    background: transparent;
}

.footer-logo img {
    height: auto;
}

.footer-top {
    padding: 63px 0;
}

.footer-link-head {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.footer-info a {
    color: #DFFEFF;
    padding-left: 36px;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    border: none;
    margin: 0 0 10px;
    background: transparent;
}

.footer-info a i {
    position: absolute;
    left: 0;
    top: 0;
    color: #DFFEFF;
    font-size: 26px;
}

.footer-info .footer-address {
    color: #fff;
    padding-left: 36px;
    font-size: 18px;
    font-weight: 400;
    display: block;
    position: relative;
    margin: 0 0 10px;
}

.footer-address a {
    padding-left: 0;
}

.footer-info .footer-address i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #DFFEFF;
    font-size: 26px;
}

.footer-link ul {
    padding: 0;
    margin: 0;
}

.footer-link ul li {
    padding: 0;
    margin: 0 0 7px 0;
}

.footer-link ul li:before {
    display: none;
}

.footer-link ul li a {
    color: #DFFEFF;
    font-size: 18px;
    font-weight: 400;
    display: block;
    position: relative;
    border: none;
    background: transparent;
}

.footer-top-right-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-partners {
    max-width: 45%;
    width: 100%;
}

.footer-partners ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 114px;
}

.footer-partners ul li {
    padding: 0;
    margin: 0 11px 1px 0;
}

.footer-partners ul li:before {
    display: none;
}

.footer-partners ul li{
    color: #7FA0B3;
    font-size: 42px;
    font-weight: 400;
    display: block;
    position: relative;
    border: none;
    background: transparent;
    line-height: 1em;
}

.footer-top-right {
    margin-top: 40px;
}

.newsletter-input input {
    width: 100%;
    display: block;
    background-color: rgba(206,229,237,0.33);
    padding: 7px 50px 7px 10px;
    border: 1px solid rgba(206,229,237,0.33);
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    border: none;
    height: 42px;
}

.newsletter-input input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.newsletter-input input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.newsletter-input input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.newsletter-input input::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.newsletter-input input::placeholder {
    color: #fff;
    opacity: 1;
}

.newsletter-input button {
    position: absolute;
    width: 40px;
    height: 42px;
    background-color: #41B6E6;
    border: 1px solid #41B6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #143156;
    font-size: 23px;
    right: 0;
    top: 0;
    padding: 0;
}

.newsletter-input {
    position: relative;
    margin-top: 15px;
}

.footer-newsletter {
    margin-top: 40px;
}

.footer-newsletter .wpcf7-response-output {
    display: none;
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px;
}

.footer-social h3 {
    margin: 0;
}

.footer-social a {
    color: #DFFEFF;
    margin-left: 15px;
    font-size: 28px;
    border: none;
    background: transparent;
    display: flex;
}

.footer-bottom {
    background-color: #001E36;
    padding: 32px 0;
}

.footer-bottom-wrapper ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 306px;
}

.footer-bottom-wrapper ul li {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.footer-bottom-wrapper ul li:last-child {
    width: 100%;
    margin: 22px 0 0 0;
}

.footer-bottom-wrapper ul li:before {
    display: none;
}

.footer-bottom-wrapper ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    border: none;
    background: transparent;
}

.back-to-top a {
    font-size: 18px;
    color: #41B6E6;
    font-weight: 700;
    padding-right: 23px;
    position: relative;
    border: none;
    background: transparent;
}

.back-to-top a:hover {
    color: #fff;
}

.back-to-top a i {
    position: absolute;
    right: 0;
    top: 3px;
}

.back-to-top {
    margin-top: 22px;
}

.wpcf7-form-control-wrap {
    display: block;
    text-align: right;
}

.footer-newsletter .wpcf7-not-valid-tip {
    color: #C10E0E;
    font-size: 14px;
    font-weight: 700;
}

.newsletter-input input.wpcf7-not-valid {
    border: 1px solid #C10E0E;
}

.newsletter-input .wpcf7-form-control-wrap:has( .wpcf7-not-valid ) + button {
    border-top-color: red;
    border-right-color: red;
    border-bottom-color: red;
}

@media(min-width: 768px) {
    .footer-top-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-top-right {
        margin: 0;
        width: 324px;
    }

    .footer-partners {
        max-width: unset;
        width: unset;
    }

    .footer-top-left {
        display: flex;
        flex-direction: column-reverse;
    }

    .footer-logo a {
        margin: 36px 0 0;
    }

    .footer-bottom-wrapper ul {
        max-width: unset;
    }

    .footer-bottom-wrapper ul li:last-child {
        width: unset;
        margin: 0;
    }

    .back-to-top {
        margin-top: 12px;
        text-align: center;
    }

    .footer-bottom {
        padding: 31px 0;
    }
}

@media(min-width: 1200px) {
    .footer-top-left {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        width: 40%;
        max-width: 529px;
    }

    .footer-logo a {
        margin: 0;
    }

    .footer-top-right {
        width: 53%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-newsletter {
        margin-top: 0;
        width: 295px;
    }

    .footer-top-right-flex {
        max-width: 319px;
        width: 100%;
    }

    .footer-bottom-wrapper ul {
        justify-content: flex-start;
    }

    .footer-bottom-wrapper ul li {
        margin: 0 60px 0 0;
        font-size: 18px;
    }

    .footer-bottom-wrapper ul li a {
        font-size: 18px;
    }

    .footer-bottom-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .back-to-top {
        margin-top: 0;
    }

    .footer-bottom {
        padding: 18px 0;
        background-color: rgba(0, 30, 54, 0.77);
    }

    .footer-top {
        padding: 60px 0 50px;
    }

    .footer-info a:hover,
    .footer-social a:hover,
    .footer-link ul li a:hover,
    .footer-bottom-wrapper ul li a:hover {
        color: #fff;
    }

    .newsletter-input button:hover {
        background-color: #1884b1;
        color: #fff;
    }
}





/* Cart Popup */
.mini-cart-popup {
    position: fixed;
    right: 0;
    top: 0;
    max-width: 460px;
    width: 100%;
    background: #fff;
    z-index: 999999;
    height: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    transition: all 0.3s;
}

.mini-cart-popup.active {
    right: 0;
}

.fx-cart-mini_body {
    padding: 30px 25px;
    height: calc(100% - 155px);
}

.widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mini-cart-top {
    position: relative;
    padding: 30px 25px 20px;
    border-bottom: 1px solid #E8E8E8;
}

.mini-cart-shipping {
    margin-bottom: 30px;
}

.mini-cart-shipping__text {
    font-size: 16px;
    color: #2D2A2A;
}

.mini-cart-shipping__text span {
    font-weight: 700;
}

.mini-cart-shipping__progress {
    position: relative;
    content: "";
    height: 8px;
    margin-top: 5px;
    background: #CEE5ED;
}

.mini-cart-shipping__progress-bar {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #41B6E6;
    z-index: 1;
}

.mini-cart__heading {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #040E1C;
    font-weight: 700;
}

.mini-cart__heading .icon-cart {
    display: inline-block;
    margin-right: 8px;
}

.fx-cart-header-btn-close {
    position: absolute;
    font-size: 22px;
    color: #003057;
    top: 15px;
    right: 25px;
}

.active-mini-cart .fx-cart-mini {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.fx-cart-header-btn {
    background: #ddd;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 12px;
    min-width: 100px;
    cursor: pointer;
    text-align: center;
}

.woocommerce-mini-cart {
    position: relative;
}

.widget_shopping_cart_content:before  {
	position: absolute;    
    display: none;
    z-index: 2;
    background: rgba(255,255,255, .5);
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.widget_shopping_cart_content:has( .woocommerce-mini-cart.loading ) .fx-loader,
.widget_shopping_cart_content:has( .woocommerce-mini-cart.loading ):before {
    display: block;

}

.woocommerce-mini-cart-item {
    position: relative;
}

span.qty-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
}

.widget_shopping_cart_content .fx-loader {
    left: 50%;
    -webkit-transform: translate(-60%, -50%);
            transform: translate(-60%, -50%);
    top: 50%;
}
@-webkit-keyframes loader-03 {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes loader-03 {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

.fx-cart-mini .quantity {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.fx-cart-mini .quantity .single-product__label {
    display: none;
}

.mini-cart-item-info {
    padding-right: 105px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
}

.mini-cart-item-info .woocommerce-Price-amount {
    display: block;
    color: #505759;
}

.fx-cart-mini .quantity + span.woocommerce-Price-amount.amount {
    position: absolute;
    top: 50px;
    left: 115px;
}

.fx-cart-mini .quantity + span.woocommerce-Price-amount.amount::before {
    content: 'Price';
    margin-right: 5px;
}

.fx-cart-mini_body {
    padding: 30px 25px;
}

.fx-cart-mini .fx-cart-mini_body ul {
    max-height: calc(100vh - 450px);
    overflow-x: hidden;
    margin-right: -15px;
    margin: 0;
}

.fx-cart-mini .fx-cart-mini_body ul li.woocommerce-mini-cart-item.mini_cart_item:before {
    display: none;
}

.fx-cart-mini .fx-cart-mini_body ul li.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    position: relative;
    line-height: 28px;
    border-bottom: 1px solid #EAEAEA;
    margin-right: 10px;
}

.fx-cart-mini .fx-cart-mini_body ul li.woocommerce-mini-cart-item.mini_cart_item img {
    width: 67px;
    height: auto;
}

.fx-cart-mini .fx-custom-render-total {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 5px;
    background: #EBEBEB;
    color: #003057;
    font-weight: 400;
}

div.product form.cart div.quantity {
    display: flex;
    margin-left: 15px;
}

.quick-view .quantity {
    max-width: 120px;
}

.quantity .qty {
    width: 32px;
    max-width: 32px;
    padding: 7px 0;
    border: 0;
    background: transparent;
    font-weight: 700;
    font-size: 16px;
    color: var(--dark-blue);
    text-align: center;
}

.woocommerce .quantity input[type="text"],
.woocommerce-mini-cart .quantity .qty {
    padding:  10px 0;
}

.quantity .minus,
.quantity .plus {
    border: 0;
    background: transparent;
    font-size: 32px;
    font-weight: 400;
    color: var(--dark-blue);
    line-height: 1em;
    padding: 0 7px;
}

.product .quantity .minus,
.product .quantity .plus,
.woocommerce-mini-cart .quantity .minus,
.woocommerce-mini-cart .quantity .plus {
    padding: 0 10px;
}

.woocommerce-mini-cart-item .quantity {
    justify-content: flex-end;
    gap: 0;
    margin-bottom: 0;
}

.woocommerce-mini-cart-item .quantity .minus, 
.woocommerce-mini-cart-item .quantity .plus,
.woocommerce-mini-cart-item .quantity .qty {
    color: #2D2A2A;
}

.woocommerce-mini-cart-item .quantity {
    background: transparent;
    border: 1px solid #777;
}

.mini-cart-img,
.remove_from_cart_button {
    display: block;
    background-size: 3px 0;
}

.mini-cart__bottom {
    margin-top: auto;
}

.mini-cart__bottom .button.empty-cart {
    width: auto;
}

.fx-cart-mini .fx-cart-mini_body .woocommerce-mini-cart__total {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 20px;
}

.fx-cart-mini .fx-cart-mini_body .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-size: 24px;
    font-weight: 700;
    color: #040E1C;
}

.fx-cart-mini a.button.checkout {
    background: var(--dark-blue);
    color: #fff;
    margin-top: 10px;
}

.fx-cart-mini a.button.checkout:hover {
    background: #41B6E6;
    border-color: #41B6E6;
    color: #143156;
}

.woocommerce-mini-cart__total strong {
    font-weight: 400;
}

.woocommerce-mini-cart__buttons {
    display: flex;
    flex-direction: column;
}

.woocommerce-mini-cart__buttons .button:first-child {
    background: #fff;
    color: #003057;
    text-transform: capitalize;
}

.woocommerce-NoticeGroup-checkout {
    position: relative !important;
    margin-bottom: 100px !important;
}