/**
 * WARNING: Do not change this file. Your changes will be lost.
 * 2026-09-21 05:59:58 */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");body.boxed {
}
@media (min-width: 768px) {
    .page-layout-1column .product-info-main, .page-layout-2columns-left .product-info-main, .page-layout-2columns-right .product-info-main, .page-layout-3columns .product-info-main,.page-product-downloadable .product-options-bottom {
        width: 57.17%;
    }
    .page-layout-1column .product.media, .page-layout-2columns-left .product.media, .page-layout-2columns-right .product.media, .page-layout-3columns .product.media,.page-product-downloadable .product-options-wrapper {
        width: 40.83%;
    }

    .page-layout-1column .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-left .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-right .column.main > .custom-block ~ .product-info-main, .page-layout-3columns .column.main > .custom-block ~ .product-info-main {
        width: 42.8775%;
    }
    .page-layout-1column .column.main > .custom-block ~ .product.media, .page-layout-2columns-left .column.main > .custom-block ~ .product.media, .page-layout-2columns-right .column.main > .custom-block ~ .product.media, .page-layout-3columns .column.main > .custom-block ~ .product.media {
        width: 30.6225%;
    }
}
@media (max-width: 480px){
    .products-grid .product-item {
        float: none;
        width: 100%;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 767px) {

    .cart.table-wrapper .item .col.item {
        display: flex;
        align-items: flex-start;
        padding: 15px;
        gap: 15px;
    }

    .cart.table-wrapper .item .col.item .product-item-photo {
        flex: 0 0 75px;
        width: 75px;
    }

    .cart.table-wrapper .item .col.item .product-item-details {
        flex: 1;
        min-width: 0;
        text-align: left;
    }

    .cart.table-wrapper .col.qty,
    .cart.table-wrapper .col.price,
    .cart.table-wrapper .col.subtotal,
    .cart.table-wrapper .col.msrp {
        float: left;
        width: 33%;
    }

}


@media (max-width: 768px) {
    .page-wrapper, 
    .page-main, 
    #checkout.checkout-container {
        overflow-x: visible;
    }

    #checkout.checkout-container {
        position: relative;
        padding-top: 87px;
        margin-top: 0;
    }

    #checkout.checkout-container > .opc-estimated-wrapper {
        background-color: #f4f4f4;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
        color: #777;
        
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 85px;
        
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
        z-index: 10;
        margin: 0;
    }

    #checkout.checkout-container > .opc-estimated-wrapper .estimated-block {
        font-size: 18px;
        font-weight: 600;
    }
    
    .opc-estimated-wrapper .estimated-block .estimated-price {
        color: #08c;
    }

    #checkout.checkout-container > .opc-estimated-wrapper .minicart-wrapper {
        margin-right: 95px;
    }

    #checkout.checkout-container > .authentication-wrapper {
        position: absolute;
        top: 0;
        bottom: auto;
        left: auto;
        right: 3px;
        transform: none;
        margin-top: 0;
        z-index: 20;
    }

    #checkout.checkout-container > .authentication-wrapper .action-auth-toggle {
        background: transparent;
        border: none;
        color: #333;
        font-size: 14px;
        font-weight: 400;
        padding: 0;
        margin-top: 34px !important;
        white-space: nowrap;
        text-decoration: none;
        display: inline-block;
    }

    #checkout.checkout-container > .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
        font-family: 'porto-icons' !important;
        content: '\f815' !important;
        font-size: 35px;
    }
}


@media only screen and (max-width: 768px) {
    .opc-wrapper,
    .opc-wrapper .opc,
    #checkoutSteps {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    li#shipping.checkout-shipping-address {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0;
        padding: 0; 
        background-color: transparent; 
        border: none;
    }

    li#shipping .step-title {
        margin-bottom: 12px;
    }

    li#shipping .step-content {
        background-color: #f8f8f8;
        border: 1px solid #e1e1e1;
        border-radius: 6px;
        padding: 6px 12px 16px 12px;
        box-sizing: border-box;
        width: 100%;
    }

    li#shipping .step-content .field,
    li#shipping .step-content .fieldset {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin-top: 0;
        margin-bottom: 10px;
    }

    li#shipping .step-content form > fieldset:first-of-type,
    li#shipping .step-content #customer-email-fieldset {
        margin-top: 0;
        padding-top: 0;
    }

    li#shipping input.input-text,
    li#shipping select.select {
        width: 100%;
        max-width: 100%;
        height: 42px;
        padding: 0 10px;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 4px;
        box-sizing: border-box;
    }

    li#shipping .label {
        display: block;
        margin-bottom: 4px;
        font-size: 14px;
        font-weight: 400;
        color: #555555;
        text-align: left;
    }

    #shipping-method-buttons-container,
    #shipping-method-buttons-container .primary,
    #shipping-method-buttons-container button.action.continue.primary {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    #shipping-method-buttons-container button.action.continue.primary {
        display: block;
        margin-top: 15px;
    }

    li#opc-shipping_method .step-title {
        display: none;
    }

li#payment legend.legend {
        display: none;
    }

    /* Added top and bottom spacing for the captcha block */
    li#payment .field.captcha {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .payment-group > .step-title {
        margin-top: 20px;
        margin-bottom: 16px;
    }
}