@charset "UTF-8";
/*   
Theme Name: PathSoft
Theme URI: https://www.templatemonster.com/wordpress-themes/pathsoft-it-solutions-for-your-business-services-wordpress-theme-99496.html
Author: Koval Web
Author URI: https://www.templatemonster.com/vendors/kovalweb
Description: The Template is created for web template
Tags: html5, css3, sass, gulp, bootstrap grid
Version: 2.5.0
*/
body .wp-element-button {
    font-size: 1rem;
}

body .wc-blocks-components-select .wc-blocks-components-select__container {
    border-color: var(--border-color);
}

body .wc-blocks-components-select .wc-blocks-components-select__select:focus {
    box-shadow: none;
}

body .wc-blocks-components-select .wc-blocks-components-select__expand {
    fill: var(--text-primary);
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    text-indent: -999;
    color: transparent !important;
    overflow: hidden;
    transition: all 0.2s;
}

.woocommerce a.remove::before {
    content: "";
    font-family: "Material Icons";
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    font-weight: normal;
    font-style: normal;
    color: var(--text-primary);
    transition: all 0.2s;
}

.woocommerce a.remove:hover {
    transform: rotate(90deg);
    background: none;
}

.woocommerce a.remove:hover::before {
    color: var(--error-color);
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-thumbnail a {
    display: block;
    min-width: 4.5rem;
    width: 4.5rem;
    height: 4.5rem;
    border: 1px solid var(--border-color);
    border-radius: var(--el-border-radius);
    overflow: hidden;
}

.product-name a {
    font-family: var(--heading-font-family);
    font-size: 1.125rem;
    font-weight: var(--heading-font-weight);
    text-decoration: none;
    color: var(--text-primary);
}

.product-name a:hover {
    color: var(--accent-color);
}

.product-name .variation {
    margin-top: 0.25rem;
}

.product-subtotal .woocommerce-Price-amount {
    color: var(--text-primary);
    font-size: 1.125rem;
}

.product-price .woocommerce-Price-amount {
    color: var(--text-primary);
    font-size: 1rem;
    white-space: nowrap;
}

.order-total .woocommerce-Price-amount {
    font-weight: bold;
}

.woocommerce-shipping-calculator .woo-btn {
    width: 100%;
}

.coupon .btn {
    background: transparent;
    color: var(--text-primary);
    fill: var(--text-primary);
}

.coupon .btn:hover {
    background: none;
    color: var(--background-color);
}

.coupon .btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--text-primary);
    border-radius: var(--el-border-radius-min);
    overflow: hidden;
}

.coupon .btn .el-ripple-circle {
    background: var(--text-primary);
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 0;
}

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    margin: 0 0 1.5rem 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding-right: 0.5rem;
}

.woocommerce table.shop_table th:last-child,
.woocommerce table.shop_table td:last-child {
    padding-right: 1rem;
    text-align: right;
}

.woocommerce table.shop_table th.product-remove,
.woocommerce table.shop_table td.product-remove {
    padding-right: 0;
}

.woocommerce table.shop_table th.product-name,
.woocommerce table.shop_table td.product-name {
    width: 100%;
}

.woocommerce ul#shipping_method {
    margin-bottom: 1rem;
}

.woocommerce ul#shipping_method li {
    position: relative;
    margin-bottom: 0.75rem;
}

.woocommerce ul#shipping_method li:last-child {
    margin-bottom: 0;
}

.woocommerce ul#shipping_method li input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.woocommerce ul#shipping_method li input:hover + label::before {
    border-color: var(--accent-color);
}

.woocommerce ul#shipping_method li input:checked + label::after {
    opacity: 1;
}

.woocommerce ul#shipping_method li input:checked + label::before {
    border-color: var(--accent-color);
}

.woocommerce ul#shipping_method li label {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 0.9375rem;
    font-weight: var(--font-weight);
    line-height: 1.25rem;
    margin: 0;
    padding: 0.0625rem 1.875rem 0 0;
    cursor: pointer;
}

.woocommerce ul#shipping_method li label::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    fill: var(--accent-color);
    color: var(--accent-color);
    transition: all 0.2s;
}

.woocommerce ul#shipping_method li label::after {
    content: "";
    position: absolute;
    right: 0.3125rem;
    top: 0.3125rem;
    width: 0.625rem;
    height: 0.625rem;
    background-color: var(--accent-color);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.2s;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button {
    display: block;
    text-align: right;
}

.woocommerce .quantity .qty {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media only screen and (min-width: 992px) {
    .woocommerce-cart-form {
        float: left;
        width: 70%;
        padding-right: 30px;
    }

    .cart-collaterals {
        width: 30%;
        float: right;
        margin-right: 0;
    }

    .woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
        width: 30%;
    }

    .woocommerce .cart-collaterals::after, .woocommerce .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before {
        content: none;
    }

    .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
        display: block;
        width: 100%;
    }

    .woocommerce .cart-collaterals h2,
.woocommerce-page .cart-collaterals h2 {
        padding-top: 0.875rem;
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 992px) {
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr td.product-remove,
.woocommerce-page table.shop_table_responsive tr td.product-remove {
        display: flex;
        justify-content: center;
    }

    .woocommerce table.shop_table_responsive tr td.product-quantity,
.woocommerce-page table.shop_table_responsive tr td.product-quantity {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .woocommerce table.shop_table th,
.woocommerce table.shop_table td {
        padding-right: 1rem;
    }

    .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
        margin-right: 0;
        width: 100%;
        margin-bottom: 0.75rem;
    }
}

body .wc-block-cart table.wc-block-cart-items,
body .wc-block-cart table.wc-block-cart-items td,
body .wc-block-cart table.wc-block-cart-items th {
    margin: 0;
}

body .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
body .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
body .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    padding-top: 0;
}

body .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
body .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
body .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    padding-bottom: 0;
}

body .editor-styles-wrapper table.wc-block-cart-items,
body table.wc-block-cart-items {
    border-collapse: collapse;
}

body .editor-styles-wrapper table.wc-block-cart-items thead,
body table.wc-block-cart-items thead {
    border-bottom: 1px solid var(--border-color);
}

body .editor-styles-wrapper table.wc-block-cart-items thead tr th,
body table.wc-block-cart-items thead tr th {
    font-size: 0.875rem;
}

body .editor-styles-wrapper table.wc-block-cart-items tbody tr,
body table.wc-block-cart-items tbody tr {
    border-bottom: 1px solid var(--border-color);
}

body .editor-styles-wrapper table.wc-block-cart-items tr:nth-child(even),
body table.wc-block-cart-items tr:nth-child(even) {
    background-color: transparent;
}

body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    color: var(--alert-danger);
}

body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    color: var(--alert-danger);
}

body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    border-radius: 0.375rem;
    border: 1px solid var(--border-color);
}

body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-family: var(--heading-font-family);
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    color: var(--text-primary);
    margin-bottom: 0.125rem;
}

body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:hover,
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:hover {
    text-decoration: underline;
}

body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-price__regular,
body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-price__value,
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-price__regular,
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-price__value {
    font-size: 0.875rem;
    font-family: var(--heading-font-family);
    font-weight: 600;
}

body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-price__regular,
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-price__regular {
    color: var(--text-secondary);
}

body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-price__value,
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-price__value {
    color: var(--accent-color);
}

body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-formatted-money-amount,
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-formatted-money-amount {
    color: var(--accent-color);
}

body .is-large.wc-block-cart .wc-block-cart-items th {
    padding: 0 0 0.5rem 0;
}

body .is-large.wc-block-cart .wc-block-cart-items th:first-child {
    text-align: left;
}

body .is-large.wc-block-cart .wc-block-cart-items td:first-child {
    padding-left: 0;
}

body .is-large.wc-block-cart .wc-block-cart-items td:last-child {
    padding-right: 0;
}

body .is-large.wc-block-cart .wc-block-cart-items td:after {
    content: none;
}

body .is-large.wc-block-cart .wc-block-cart-items:after {
    content: none;
}

body .is-large.wc-block-cart .wc-block-cart__totals-title {
    font-size: 0.875rem;
    padding: 0 0 0.5rem 0;
}

body .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
body .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
    padding-left: 0;
    padding-right: 0;
}

body .is-large .wc-block-components-sidebar .wc-block-components-panel,
body .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
body .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 0;
    padding-right: 0;
}

body .wc-block-components-totals-wrapper {
    border-top: 1px solid var(--border-color);
}

body .wc-block-components-totals-wrapper:after {
    opacity: 1;
    border-color: var(--border-color);
}

body .wc-block-components-quantity-selector::after {
    content: none;
}

body .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    border: 1px solid var(--border-color);
    opacity: 1;
    transition: all 0.2s;
}

body .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    box-shadow: none;
}

body .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus {
    border-right: 1px solid var(--border-color);
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

body .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus {
    border-left: 1px solid var(--border-color);
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

body .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    border-color: var(--text-primary);
}

body .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-family: var(--heading-font-family);
    font-size: 0.8125rem;
    padding: 0.375rem 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    border-radius: 0;
}

body .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
    box-shadow: none;
}

body .wc-block-components-formatted-money-amount {
    font-family: var(--heading-font-family);
    font-weight: 600;
    color: var(--accent-color);
}

body .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-family: var(--heading-font-family);
    font-weight: 600;
}

body .wc-block-components-product-badge {
    border-color: var(--border-color);
}

@media (min-width: 576px) {
    body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-price__regular,
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-price__value {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    body .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p,
body .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
        line-height: 1.42;
    }
}