form.methods-shipping #checkout-shipping-method-load .checkout-shipping-method-wrapper {
    display: flex;
    margin: 20px 0;
}

form.methods-shipping #checkout-shipping-method-load .checkout-shipping-method-wrapper .shipping-method-item {
    position: relative;
    margin-right: 10px;
    background-color: #fff;
    border: 2px solid #ff5501;
    padding: 10px 15px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}

form.methods-shipping #checkout-shipping-method-load .checkout-shipping-method-wrapper .shipping-method-item .shipping-method-radio {
    position: absolute;
    opacity: 0;
}

form.methods-shipping #checkout-shipping-method-load .checkout-shipping-method-wrapper .shipping-method-item .shipping-method-carrier {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: uppercase;
}

form.methods-shipping #checkout-shipping-method-load .checkout-shipping-method-wrapper .shipping-method-item .shipping-method-price {
    color: #ff5501;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 37px;
    text-transform: uppercase;
}

form.methods-shipping #checkout-shipping-method-load .checkout-shipping-method-wrapper .shipping-method-item.selected {
    border: 2px solid #ff5501;
}

.checkout-container .opc-wrapper form {
    max-width: 100%;
}

form input[type=text],
form input[type=email],
form input[type=password],
form select,
.checkout-container .opc-wrapper input[type=text],
.checkout-container .opc-wrapper input[type=email],
.checkout-container .opc-wrapper input[type=password],
.checkout-container .opc-wrapper select {
    min-height: 50px;
    border: 1px solid #000 !important;
    box-sizing: border-box;
}

.checkout-container .opc-wrapper .checkout-billing-address fieldset .billing-address-form {
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
}

.checkout-container .opc-wrapper .checkout-billing-address fieldset .mandatory {
    display: none;
}

.checkout-container .opc-progress-bar {
    text-align: center;
}

.checkout-container {
    margin-top: 50px
}

.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action{
    height: 50px;
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
}

.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover{
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff;
    box-shadow: none;
}

.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus){
    box-shadow: none;
}

.checkout-cart-index .cart-summary #block-discount .coupon{
    display: flex;
    align-items: flex-start;
}

.checkout-cart-index .cart-summary #block-discount .coupon .field{
    margin-bottom: 0;
}

.checkout-cart-index .cart-summary #block-discount .coupon .actions-toolbar .action.primary{
    box-shadow: none;
    border-radius: 0;
    height: 50px;
    margin-right: 0;
    padding: 0;
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
}

.checkout-cart-index .cart-summary #block-discount .coupon .actions-toolbar .action.primary:active,
.checkout-cart-index .cart-summary #block-discount .coupon .actions-toolbar .action.primary:hover,
.checkout-cart-index .cart-summary #block-discount .coupon .actions-toolbar .action.primary:focus{
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff;
    box-shadow: none;
}

.checkout-payment-method .payment-methods .payment-option.discount-code{
    margin-top: 40px;
    border-bottom: 1px solid #ccc;
}

.page-wrapper .page-main{
    margin-top: 25px;
}

@media (min-width: 769px) {
    .opc-wrapper .form.form-shipping-address {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }
}

.checkout-container .opc-sidebar .opc-block-summary {
    background: none;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
}

.opc-progress-bar {
    text-align: center;
}

.opc-progress-bar .opc-progress-bar-item::before {
    background: #000;
    border-color: #000;
    height: 5px;
}

.opc-progress-bar .opc-progress-bar-item._complete:before,
.opc-progress-bar .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
    height: 5px;
}

.opc-progress-bar .opc-progress-bar-item._complete>span::before,
.opc-progress-bar .opc-progress-bar-item._active>span::before {
    background: #ff5501;
    border-color: #ff5501;
}

.opc-progress-bar .opc-progress-bar-item>span::before {
    background: #000;
    border-color: #000;
}

.opc-progress-bar .opc-progress-bar-item._complete span,
.opc-progress-bar .opc-progress-bar-item._active span {
    color: #000;
}

.checkout-index-index .opc-progress-bar-item>span,
.checkout-cart-index .opc-progress-bar-item>span,
.checkout-onepage-success .opc-progress-bar-item>span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.checkout-cart-index .cart-summary #block-shipping{
    display: none;
}

.opc-block-summary .product-item .message.notice.restrict{
    color: #ff5501;
}

.column.main .opc-block-summary .product-item .product{
    padding-bottom: 25px;
}
.column.main .opc-block-summary .product-item .action.action-delete{
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.column.main .opc-block-summary .product-item .action.action-delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.column.main .opc-block-summary .product-item .action.action-delete > span{
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sample-ordering-notice {
    margin-top: 20px; /* Adjust as needed */
    font-size: 14px;
    color: #333;
}

@media (min-width: 769px) {
    .opc-progress-bar .opc-progress-bar-item._complete>span:after,
    .opc-progress-bar .opc-progress-bar-item._active>span:after {
        color: #ff5501;
    }
}

@media (max-width: 769px) {
    .opc-progress-bar{
        display:none;
    }
    
    .sample-ordering-notice{
        padding-left: 15px;
        padding-right: 15px;
    }
}