/*
Theme Name: Miniture Child
Theme URI: http://miniture.novaworks.net
Description: This is a child theme for Miniture Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: miniture
Version: 1.1
*/

.yoast-breadcrumbs {
    font-size: .9em;
}

.yoast-breadcrumbs .sep {
    margin: 0 4px;
}

.page-header-content .yoast-breadcrumbs {
    margin-bottom: 20px;
}

.nova-page-header.large .yoast-breadcrumbs {
    text-align: center;
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .button {
    font-size: 1.2em;
    line-height: 1.1;
    padding: 0.9375rem;
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions .coupon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions .coupon button[name=apply_coupon] {
    top: 0;
    transform: unset;
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions .coupon .coupon-error-notice {
    color: #cc1818
}

@media screen and (min-width: 1024px) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions button[name=update_cart] {
        margin-top: 0;
        top: 2.375rem;
        transform: unset;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr:not(.cart_item) td.actions .coupon {
        width: 65%
    }
}

body.woocommerce-cart .woocommerce .cart_item .product-price ins {
    text-decoration: none;
}

body.woocommerce-cart .woocommerce .cart_item .product-price del {
    margin-right: 5px;
}

body.woocommerce-cart .woocommerce .cart_item .product-price del .amount {
    color: var(--site-wc-price-old)
}

@media screen and (max-width: 768px) {
    body.woocommerce-cart .woocommerce .cart_item .product-price:before {
        margin-right: auto;
    }

    body.woocommerce-cart .woocommerce .cart_item .product-quantity:before {
        text-align: left;
        margin-right: auto;
    }

    body.woocommerce-cart .woocommerce .woocommerce-cart-form td.product-quantity .quantity {
        margin-right: 0;
    }

    body.woocommerce-cart .woocommerce .woocommerce-cart-form td.product-name:before {
        text-align: left;
    }

    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name {
        text-align: right;
    }

    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name > a {
        float: none;
    }

    body.woocommerce-cart .woocommerce .woocommerce-cart-form tr.cart_item .product-name > a.remove {
        margin-top: 1rem;
    }
}

body.woocommerce-checkout .woocommerce .checkout_coupon p.form-row .coupon-error-notice {
    font-size: .85em;
    line-height: 135%;
    color: #cc1818;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.cart_item td {
    width: 50%
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .button {
    font-size: 16px;
    text-transform: none;
    padding: 20px 40px;
}

body.woocommerce-checkout .woocommerce .checkout_coupon p.form-row-last .button {
    font-size: 15px;
    padding: 17px 28px;
}

.advanced-woo-labels.awl-align-left-top {
    row-gap: 5px;
    padding: 20px;
}

.advanced-woo-labels.awl-align-left-top .awl-label-wrap .awl-label-text {
    text-transform: uppercase;
    border-radius: 100px !important;
    overflow: hidden;
}

ul.products .product .product-item .product-item__badges .advanced-woo-labels {
    padding: 0
}

body .swal2-html-container {
    margin: 0;
}

.swal2-container .swal2-close {
    font-weight: 300;
    margin-top: -35px;
    margin-right: -35px;
}

.swal2-container .swal2-close:focus {
    outline: none;
    border: 0;
    box-shadow: none
}

.swal2-container .swal2-popup {
    padding: 50px !important;
}

.swal2-container .wpcf7-form p {
    position: relative;
    margin-bottom: 10px;
}

.swal2-container .wpcf7-not-valid-tip {
    font-size: .9em;
}

.swal2-container .wpcf7-form .wpcf7-form-control-wrap {
    margin-top: 10px
}

.swal2-container .wpcf7-form .wpcf7-submit {
    font-size: 16px;
}

.swal2-container .wpcf7-form .wpcf7-spinner {
    top: 50%;
    transform: translateY(-50%);
    left: unset;
}

body .swal2-container .wpcf7-response-output {
    font-size: .9em;
    line-height: 145%;
    margin: 30px 0 0 0;
    padding: 15px 20px;
}

body .swal2-container .wpcf7-list-item {
    margin-left: 0;
}

@media screen and (max-width: 1279px) {
    .btn-request-call button.wpb-pcf-form-fire {
        font-size: 0;
        border-radius: 100px;
        padding: 8px 20px;
    }

    .btn-request-call button.wpb-pcf-form-fire:after {
        content: "\edb8";
        font: normal normal normal 18px / 1 dliconoutline;
    }
}

@media screen and (max-width: 768px) {
    .btn-request-call button.wpb-pcf-form-fire {
        padding: 6px 12px;
    }

    .btn-request-call button.wpb-pcf-form-fire:after {
        font-size: 16px;
    }

    .kitify-nova-cart .header-cart-box .count-badge {
        height: 14px;
        width: 14px;
    }

    .swal2-container .swal2-popup {
        padding: 30px !important;
    }
}

@media screen and (max-width: 540px) {
    .header-mobile-phone {
        width: 100%;
    }
}

.main-navigation .mega-sub-menu.menu-item-has-children > a,
.main-navigation .mega-sub-menu.menu-item-has-children > span {
    font-weight: 700;
}

.nav-menu ul.mega-menu ul li {
    padding: 0;
}

.site-canvas-menu > .row {
    height: 100% !important;
}

.site-canvas-menu > .row .header-mobiles-primary-menu {
    height: 100% !important;
    padding-bottom: 0;
}

.site-canvas-menu > .row .header-mobiles-primary-menu .is-drilldown {
    height: 100% !important;
}

.site-canvas-menu > .row .header-mobiles-primary-menu .mobile-menu {
    height: 100% !important;
}

.elementor-kitify-nova-menu .mega-menu {
    height: calc(100vh - 130px);
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 1599px) {
    .elementor-kitify-nova-menu .mega-menu {
        height: calc(100vh - 100px);
    }
}

@media (max-width: 1279px) {
    .elementor-kitify-nova-menu .mega-menu {
        height: calc(100vh - 90px);
    }
}

.site-canvas-menu > .row .header-mobiles-primary-menu .submenu.is-active {
    height: 100% !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-menu ul.mega-menu ul.mega-menu-main {
    padding: 20px 0;
}

.nav-menu ul.mega-menu ul.mega-menu-main > li > a,
.main-navigation .sub-menu li a,
.mega-menu-main .menu-item > a {
    line-height: 150%;
    white-space: normal;
    padding: 6px 0
}

.mega-menu-main .sub-menu .sub-menu {
    display: none;
    padding-left: 10px;
    padding-bottom: 20px;
}

.mega-menu .mega-menu-main .sub-menu > li > a,
.mega-menu .mega-menu-main .sub-menu > li > span {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.mega-menu .mega-menu-main .sub-menu > li > a > .novaicon-down-arrow:before,
.mega-menu .mega-menu-main .sub-menu > li > span > .novaicon-down-arrow:before {
    content: '\ea11';
    transition: transform 0.3s ease;
}

.mega-menu .mega-menu-main .sub-menu > li > a > .novaicon-down-arrow.opened:before,
.mega-menu .mega-menu-main .sub-menu > li > span > .novaicon-down-arrow.opened:before {
    content: '\ea12';
}

.mega-menu .mega-menu-main .sub-menu > li > a > .kitify-nav-arrow,
.mega-menu .mega-menu-main .sub-menu > li > span > .kitify-nav-arrow {
    display: block;
    margin-top: 7px;
}

.nav-menu ul.mega-menu ul.mega-menu-main > li {
    padding: 20px 40px
}

.header-search .header_search_form .header_search_ajax_results_wrapper .view-all {
    border-radius: 3px;
}

.header-search .header_search_form .header_search_ajax_results_wrapper .view-all:hover {
    border-color: var(--site-secondary-button-bg);
    background: var(--site-secondary-button-bg);
}

.widget .novaapf-active-filters a {
    line-height: 125%;
    padding: 7px 30px 7px 10px;
    display: flex;
}

.widget .novaapf-active-filters a:after {
    margin-top: 1px;
}

.product-brands-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    justify-content: flex-start;
}

.product-brands-grid .brand-item {
    font-size: .9em;
    text-align: center;
    text-transform: uppercase;
    flex: 0 1 calc((100% / 6) - 20px);
    box-sizing: border-box;
}

.product-brands-grid .brand-item a {
    display: flex;
    flex-direction: column;
}

.product-brands-grid .brand-item img {
    border: 1px solid var(--e-global-color-756b8a8);
    max-width: 100%;
    height: auto;
    padding: 10px;
}

.product-brands-grid .brand-item .title {
    margin-top: 15px;
}

@media (max-width: 768px) {
    .product-brands-grid .brand-item {
        flex: 0 1 calc((100% / 3) - 13.33px);
    }
}

@media (max-width: 480px) {
    .product-brands-grid .brand-item {
        flex: 0 1 calc((100% / 2) - 10px);
    }

    .product-brands-grid .brand-item .title {
        font-size: 0.9rem;
    }

    .product-brands-grid .brand-item img {
        padding: 10px;
    }
}

@media (max-width: 320px) {
    .product-brands-grid .brand-item {
        flex: 0 1 100%;
    }
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__total.total {
    border: none;
    padding-bottom: 1rem;
    margin-bottom: 0;
}

.woocommerce-mini-cart__before-buttons {
    border-bottom: 1px solid var(--dropdown-border-color);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.woocommerce-mini-cart__before-buttons p {
    margin: 0
}

.full-title .kitify-section-title {
    padding-right: 100px;
}

@media (max-width: 500px) {
    .full-title .kitify-section-title {
        padding-right: 0;
    }
}

ul#shipping_method li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

ul#shipping_method li input {
    margin-top: 3px;
}

.woocommerce-form-coupon .form-row br {
    display: none;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods p {
    margin-bottom: 0 !important;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method>label {
    margin: 0;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box {
    margin-top: .5rem;
    padding: 0;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment a:hover {
    text-decoration: none;
    border: none !important;
}