body {
    font-size: 18px !important;
}

@media (max-width: 767px) {
    body {
        font-size: 14px !important;
    }
}

a {
    color: black !important;
    text-decoration: none !important;
}

a:visited, .alink:visited {
    color: inherit;
    text-decoration: none;
}

.page-header {
    margin-bottom: 0px;
}

.columns .column.main {
    padding-bottom: 40px;
}

fs-18 {
    font-size: 18px;
}

fs-20 {
    font-size: 20px;
}

.page-main, .columns {
    max-width: none;
    padding: 0px;
    margin: 0px;
}

@media (min-width: 640px) {
    .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
        grid-template-columns: auto;
    }
}

@media (min-width: 769px) {
    .cart-summary {
        width: 40%;
    }
    .cart-container .form-cart {
        width: 60%;
    }
}

.table > :not(caption) > * > * {
    border-bottom-width: 0px;
}

.cart-summary {
    background: none;
}

.cart-summary > .title {
    font-weight: bold;
    font-size: 24px;
    padding-left: 4px;
}

.cart-summary .block > .coupon-container.content.content {
    display: block;
}

#coupon_code {
    border: 1px solid #272935;
    border-radius: 6px;
    padding: 0px 40px 0px 20px;
    height: 50px;
    font-size: 16px;
    max-width: 300px;
}

.cart-summary .block .fieldset {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.cart-summary .block .fieldset .field {
    margin: 0;
}

.form.form-cart th {
    padding: 8px 10px !important;
}

@media (max-width: 767px) {
    .cart-summary {
        font-size: 16px !important;
    }
    .cart-summary > .title {
        font-size: 20px !important;
    }
    #coupon_code {
        font-size: 14px !important; 
    }
    .form.form-cart th span {
        font-size: 20px !important;
    }
    .cart.item .product-item-name {
        font-size: 16px;
    }
    .cart.item .price-including-tax, .cart.item .price-excluding-tax {
        font-size: 16px;
    }

}

.btn-main-portox {
    padding: 10px 30px;
    border-radius: 10px;
    color: white;
    background: #1f7b6d;
    border: none;
}

.btn-main-portox:hover {
    background: #1d665b;
    color: white;
    border: none;
}

.btn-checkout {
    width: 100%;
    padding: 10px 30px;
    border-radius: 10px;
    color: white;
    background: #263238;
    border: none;
}

.btn-checkout:hover {
    background: #1a2225;
    color: white;
    border: none;
}

.text-grey-sm {
    font-size: 16px;
    color: #878b9f;
}

.cart.table-wrapper .product-item-name + .item-options {
    margin-top: 0px;
}

.cart.table-wrapper .actions-toolbar {
    border-top-width: 0px;
    padding-top: 0px;
}

.cart.table-wrapper .item .col.item {
    padding: 0;
}

.cart.table-wrapper .product-item-photo {
    position: inherit;
    max-width: 100%;
    top: inherit;
}

@media (min-width: 769px), print {
    .cart.table-wrapper .product-item-photo {
        max-width: inherit;
        padding-right: 0px;
    }
}

/* @media (min-width: 769px), print {
    .cart.table-wrapper .product-item-details {
        display: table-cell;
        vertical-align: top;
        white-space: normal;
        width: 50%;
    }
} */

.product-image-photo {
    position: inherit;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
}

.cart.table-wrapper {
    padding: 0px 15px;
}

.cart.table-wrapper .product-item-name {
    margin-top: 10px;
}

.cart.table-wrapper .action-box p {
    display: none;
}

.cart.table-wrapper .qty-box {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.cart.table-wrapper .qty-box .plus {
    border-radius: 0px 10px 10px 0px;
}


.cart.table-wrapper .qty-box .min {
    border-radius: 10px 0px 0px 10px;
}


.cart.table-wrapper .input-text.qty {
    width: 45px;
    border-left: none;
    border-right: none;
    -moz-appearance: textfield;
    text-align: center;

}
.cart.table-wrapper input.input-text.qty::-webkit-outer-spin-button,
.cart.table-wrapper input.input-text.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.action.action-delete svg:hover {
    fill: red;
}

.cart.table-wrapper .cart.item .cart-price .price {
    color: #1f7b6d;
}

@media (min-width: 769px), print {
    .opc-progress-bar-item {
        vertical-align: middle !important;
    }
    .opc-progress-bar-item > span.step-number-container{
        width: 30px !important;
        height: 30px !important;
    }
}

.page-header {
    font-size: inherit;
}

.checkout-payment-method .payment-method-title {
    font-size: inherit;
}

.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
    font-size: inherit;
}

.icon-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ef3737;
    min-width: 20px;
    min-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    color: white;
    align-content: center;
}