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;
}

.logo-img {
    max-height: 32px;
}

.mobile a img {
    max-height: 18px;
}


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

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

.fs-24 {
    font-size: 24px;
}

@media (min-width: 769px), print {
    .page-main {
        max-width: none !important;
    }
    .block.newsletter {
        max-width: none !important;
        width: 90% !important;
    }
    .block.newsletter .field.newsletter {
        max-width: none !important;
    }
    .block.newsletter .field {
        margin-right: 0px !important;
    }
    .block.newsletter .action.subscribe {
        border-radius: 0px !important;
    }
    .block.newsletter .form.subscribe > .field, .block.newsletter .form.subscribe > .actions {
        float: inherit;
    }
}

.block.newsletter {
    margin-bottom: 1rem;
}

.block.newsletter .title {
    display: block;
}

.block.newsletter .content {
    margin-bottom: 10px;
}

.block.newsletter .disclaimer {
    font-size: 11px;
    color: #fff;
}

.form.subscribe input[type="email"] {
    height: 40px;
    border: none;
    border-radius: 0px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.form.subscribe input[type="email"]::placeholder {
     color: #c2c2c2;
}

.form.subscribe label {
    margin-bottom: 0px;
}

.form.subscribe .action.primary {
    background: #0fb19b;
    border: none;
    transition: all ease 0.1s;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 7px 15px;
    font-size: 1.4rem;
}

.form.subscribe .action.primary:hover {
    background: #158e7e;
}

.block.newsletter .action.subscribe {
    margin-left: 0px;
    height: 40px;
}

.block.newsletter .field .control::before {
    font-size: 22px;
    line-height: 40px;
    color: #c2c2c2;
    content: '\e61d';
}



.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 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: none;
}

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

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

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

.cart-summary .checkout-methods-items {
    margin: 0;
    padding: 0;
}

.cart-summary .checkout-methods-items .item {
    margin: 0;
}

.coupon_code {
    border: 1px solid #272935;
    border-radius: 6px;
    height: 50px;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
}

.coupon-field-wrapper {
    display: flex;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    max-width: none;
    flex: 1 1 1;
}

.control--coupon {
    width: 100% !important;
    position: relative;
}

.action.cancel.btn-cancel-coupon {
    position: absolute;
    top: 0px;
    right: 7px;
    color: rgb(239, 55, 55);
    font-size: 29px;
    border: none;
    box-shadow: none;
    background: none;
}

.coupon-layout {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    max-width: 640px;
    flex-wrap: wrap;
}

.coupon-actions {
    display: flex;
    align-items: stretch;
    /* flex: 0 1 200px; */
}

.coupon-actions .btn-main-portox {
    width: 100%;
    height: 44px;
    padding: 0 20px;
    border-radius: 8px;
    white-space: nowrap;
}

.coupon-voucher-trigger {
    position: static;
    height: 44px;
    padding: 0 14px;
    border-radius: 8px;
}

.voucher-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #1f7b6d;
    background: #e7f5f1;
    border: 1px solid #bfe1d7;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.voucher-badge:hover {
    background: #d3efe6;
}

.voucher-badge__count {
    min-width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #1f7b6d;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

#discount-code {
    border: 2px solid #272935;
    border-radius: 6px;
    padding: 0 16px;
    height: 44px;
    font-size: 15px;
    width: 100%;
}

#coupon_code {
    height: 44px;
    font-size: 15px;
    border: 1px solid #c9ced6;
    border-radius: 8px;
    width: 100%;
    padding-left: 12px;
    padding-right: 40px;
}

.payment-coupon-wrapper {
    max-width: 360px;
    margin-top: 0px;
}

.payment-coupon-wrapper .control--coupon {
    width: 100%;
}

#opc-sidebar {
  padding-top: 14px;
  padding-left: 10px;
  padding-right: 10px;
}

.payment-step .opc-block-summary {
  background: #fff;
  padding: 16px;
  margin-bottom: 32px;
  word-break: break-word;
  overflow-wrap: anywhere;
}

    .payment-step .opc-sidebar .payment-option-content {
        padding: 0px 12px;
        background:none;
        padding-top: 12px;
    }

.form.form-discount .actions-toolbar {
    margin-top: 0px;
  display: inherit;
  flex-direction: unset;
  align-items: center;
  justify-content: inherit;
  border-top-width: 0px;
  border-color: 0px;
  padding-top: 0px;
}

.actions-toolbar .action-vouchers {
    padding: 5px 18px !important;
    border-radius: 10px;
    color: white;
    background: #1f7b6d;
    border: none;
    margin-right: 10px;
}

.actions-toolbar .action-vouchers:hover {
    background: #1d665b;
}

.discount-shell {
    background: #f7f9f9;
    border: 1px solid #dce5e4;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.discount-shell__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
}

.discount-shell__title {
    margin: 0;
    font-weight: 700;
    color: #132325;
}

.discount-shell__hint {
    margin: 2px 0 0;
    color: #5c6b6b;
    font-size: 14px;
}

.discount-shell__status {
    background: #e7f5f1;
    color: #1f7b6d;
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 700;
    font-size: 12px;
}

.discount-shell__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
}

.action-apply {
    padding: 10px 16px;
    border-radius: 10px;
    background: #1a2426;
    color: #fff;
    border: 1px solid #1a2426;
    min-width: 120px;
    transition: all 0.2s ease;
}

.action-apply:hover {
    background: #101719;
    border-color: #101719;
}

.action-apply.is-remove {
    background: #fff;
    color: #1f7b6d;
    border: 1px solid #1f7b6d;
    box-shadow: inset 0 0 0 1px #1f7b6d;
}

.action-apply[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #e5eded;
    border-color: #d6e2e2;
    color: #708080;
}

.cart-summary .block .fieldset {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
}

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

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

@media (max-width: 767px) {
    .cart-summary {
        font-size: 16px !important;
    }
    .cart-summary > .title {
        font-size: 20px !important;
    }
    .coupon-layout {
        flex-direction: column;
    }
    .coupon-actions {
        width: 100%;
    }
    .coupon-actions .btn-main-portox {
        width: 100%;
    }
    #coupon_code {
        font-size: 14px !important;
        height: 44px !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;
    }
    .copyright-text {
        font-size: 12px !important;
    }

}

.copyright-text {
    text-align: left;
    color: #fff;
    font-size: 14px;
}

@media (max-width: 540px) {
    .coupon-field-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .coupon-voucher-trigger {
        width: 100%;
        justify-content: center;
    }

    .payment-coupon-wrapper {
        max-width: 100%;
    }

    .discount-shell__grid {
        grid-template-columns: 1fr;
    }
}

.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;
}

@media (max-width: 1100px) {
    .payment-step {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .payment-step .checkout-payment-method {
        order: 1;
    }
    .payment-step .checkout-payment-method,
    .payment-step .opc-sidebar {
        width: 100%;
        max-width: 100%;
    }
    .payment-step .opc-sidebar {
        order: 2;
    }
    .payment-step .opc-block-summary {
        width: 100%;
        padding: 16px;
        margin: 0;
    }
    .payment-coupon-wrapper {
        max-width: 100%;
    }
    .coupon-layout {
        flex-direction: column;
    }
    .coupon-actions {
        width: 100%;
    }
    .coupon-actions .btn-main-portox {
        width: 100%;
    }
    .discount-shell__grid {
        grid-template-columns: 1fr;
    }
    #opc-sidebar {
        padding: 0;
    }
    .checkout-container {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .opc-wrapper,
    .opc-sidebar {
        width: 100% !important;
        max-width: 100% !important;
        float: none;
    }
    .payment-step .opc-block-summary {
        border: 1px solid #e5e5e5;
        border-radius: 12px;
        box-shadow: none;
    }
    .discount-shell {
        margin-bottom: 12px;
    }
    .opc-sidebar .opc-summary-wrapper {
        display: block !important;
    }
}

#modal-content-10 {
  padding: 15px;
}

@media (max-width: 767px) {
    .modal-custom.opc-summary-modal {
        position: static;
        display: block !important;
        opacity: 1 !important;
        pointer-events: auto;
        background: transparent;
        border: none;
        box-shadow: none;
    }
    .modal-custom.opc-summary-modal .modal-inner-wrap {
        position: static;
        transform: none;
        width: 100%;
        max-width: 100%;
        box-shadow: none;
        padding: 0;
        height: auto;
        border: none;
    }
    .modal-custom.opc-summary-modal .modal-header,
    .modal-custom.opc-summary-modal .action-close {
        display: none;
    }
    .modal-custom.opc-summary-modal .modal-content {
        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 only screen and (max-width: 768px) {
  .form-discount {
    display: block;
    height: auto;
    padding: none;
    gap: 0px;
    width: 100%;
    margin-top: 20px;
  }
}

/* @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;
}

.voucher-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.voucher-overlay.is-active {
    display: flex;
}

.voucher-overlay__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.voucher-overlay__panel {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    width: calc(100% - 40px);
    max-width: 420px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    z-index: 1;
    background: radial-gradient(circle at top left, #f7fbfa, #ffffff 60%);
}

.voucher-overlay__panel .voucher-overlay__close:hover {
    color: #000;
    border: none;
    background: none;
}

.voucher-overlay__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

#voucher-overlay-title {
    font-size: 16px;
}

.voucher-overlay__close {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    color: #506064;
}

.voucher-overlay__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    max-height: 500px;
}

.voucher-overlay__item {
    border: 1px solid #e0eeee;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    align-items: flex-start;
    background: #f9fdfb;
}

.voucher-overlay__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-width: 240px;
}

.voucher-overlay__info .name {
    font-size: 16px;
    font-weight: 600;
    color: #162425;
}

.voucher-overlay__code {
    font-weight: 600;
    color: #162425;
    word-break: break-word;
    font-size: 14px;
}

.voucher-overlay__discount {
    color: #1f7b6d;
    font-size: 14px;
    font-weight: 600;
}

.voucher-overlay__meta {
    color: #6e7a7b;
    font-size: 12px;
}

.voucher-overlay__apply {
    display: inline-flex;
    align-items: center;
    border: none;
    background: #1f7b6d;
    color: #fff;
    border-radius: 8px;
    padding: 4px 12px;
    cursor: pointer;
    align-self: center;
    font-size: 16px;
    margin-left: auto;
    box-shadow: 0 8px 16px rgba(31, 123, 109, 0.25);
}

.voucher-overlay__apply:hover {
    background: #1d665b;
    color: white;
    border: none;
}

.voucher-overlay__typed {
    margin-top: 12px;
    padding: 12px 16px;
    border: 1px dashed #c8dcdc;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.voucher-overlay__typed .voucher-overlay__apply {
    align-self: flex-start;
}

.voucher-overlay__empty {
    margin: 0;
    color: #5c6b6b;
}
