.checkout{
    max-width: 900px;
    margin: auto;
}
.checkout #shipping_method{
    display:flex;
    flex-wrap: wrap;
    margin:0 -8px;
}
.checkout #shipping_method li.shipping_method_0_free_shipping7{
    width:100%;
}
.checkout #shipping_method li:not(.shipping_method_0_free_shipping7){
    width:50%;
}
.checkout #shipping_method li input,.checkout #shipping_method label img:not(.delivery_logo),.delivery_block_display h3,.delivery_block_display .checkout-product-titles,.delivery_block_display .checkout-products,.delivery_block_display .discount-code ,.delivery_block_display .cart-overview{
    display:none!important;
}
.checkout #shipping_method li{
    width:50%;
    padding:0 8px;
    margin-bottom:16px;
}
.checkout .delivery_block_display .cart-summary .block {
    padding:0;
    border:0;
}
.checkout .delivery_block_display .delivery-method span.woocommerce-Price-amount.amount{
    position:unset;
}
.checkout .delivery_block_display .cart-summary{
    max-width:100%;
}
.checkout #shipping_method label .amount,.checkout #shipping_method label .amount span{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color:#747474;
}
.checkout #shipping_method li.active label{
    border: 1.5px solid #0C0C0C!important;
    color: #0C0C0C !important;
}
.checkout #shipping_method label p{
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 8px;
    margin-top: -2px;
    color: #747474;
}
.checkout .delivery-methods ul#shipping_method > li > label::before {
    content:unset;
}
.checkout .delivery-methods ul#shipping_method > li > label {
    margin: 0!important;
    width: 100%;
    display: flex;
    height: 74px;
    border-width: 1px;
    padding: 16px;
    border: 1px solid #E3E3E3;
    position:relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color:#747474;
    gap:8px;
    flex-wrap:wrap;
    cursor:pointer;
}
.checkout .delivery-methods ul#shipping_method > li.active > label .amount,.checkout .delivery-methods ul#shipping_method > li.active > label .amount span{
    color: #0C0C0C;
}
.checkout #shipping_method label img{
    position:absolute;
    right:16px;
    height: 32px;
    top:21px;
    width: auto;
}
.woocommerce-checkout p.form-row-first , .woocommerce-checkout p.form-row-last,.woocommerce-checkout #billing_city_field,.woocommerce-checkout #billing_city_field,.woocommerce-checkout #billing_postcode_field{
    width: 48%;
    display: inline-block;
}
.woocommerce-checkout p.form-row-last,.woocommerce-checkout #billing_postcode_field{
    margin-left: 4%;
}
.woocommerce-shipping-methods span.description{
    display:block;
    color:#686868;
    font-size:14px;
    line-height:20px;
    width: 100%;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0C0C0C;
    padding-left:16px;
    font-size:16px;
    line-height: 48px;
    height: 51px;
}

.woocommerce-checkout .form-control::placeholder {
    color:#747474;
}

.woocommerce-checkout .form-control,.woocommerce-checkout .checkout input#password {
    height: 51px;
    padding: 0 16px;
    border: 1px solid #B4B4B4;
    color: #0C0C0C;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
    border: 1px solid #B4B4B4;
    border-radius: 0;
    height: 51px;
}
.woocommerce-checkout h2{
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.48px;
    margin-bottom:32px;
}

.woocommerce-checkout .checkout .cart-summary {
    max-width: unset;
}
.woocommerce-checkout .cart-overview > .order-summary.border-top{
    border-top: 1px solid #dee2e6 !important;
}
.woocommerce-checkout-review-order.delivery_block_display .custom-dropdown{
    display:block!important;
    position: relative;
}
.woocommerce-checkout-review-order:not(.delivery_block_display) .custom-dropdown,.woocommerce-checkout h1,.woocommerce-checkout-review-order-table:not(.delivery_block_display) > .cart-summary #venipak_pickup_point,.hide-shipping .delivery-method,.delivery_block_display .woocommerce-cart,.woocommerce-checkout-review-order-table:not(.delivery_block_display) .select2, .delivery_block_display .block > p,.delivery_block_display .block >.woocommerce-form-coupon1,.woocommerce-checkout-review-order-table:not(.delivery_block_display) .selected-pickup-info{
    display:none!important;
}
.checkout_coupon1.woocommerce-form-coupon1 button{
    width: 116px!important;
    height: 48px!important;
    border-radius: 2px!important;
    padding-top: 14px;
    padding-right: 28px;
    padding-bottom: 14px;
    padding-left: 28px;
    background: #F2F2F2!important;
    color:#7D808D!important;
    font-weight: 500!important;
    font-size: 14px;
    line-height: 20px;
    border:0;
}
.quantity a.btn.minus, .quantity a.btn.plus {
    color: #0C0C0C;
}
.quantity a.btn.minus.disabled{
    color: #AFAFAF;
}
.quantity a.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    min-width: 35px;
    padding: 0;
}
.quantity a.btn.minus {
    font-size: 37px;
    line-height: 26px;
}
.quantity a.btn:hover{
    text-decoration:unset;
}
.quantity a.btn.plus {
    font-size: 26px;
    line-height: 26px;
}

.woocommerce-checkout #order_review:not(.delivery_block_display) #coupon_code{
    width:84.5%;
    margin-right:1%;
    height: 48px;
    border-radius: 2px;
    border: 1px solid #B4B4B4;
    padding-left:16px;
    font-size:14px;
}
.hide-shipping #order_review{
    background: #F7F7F7;
    gap: 40px;
    border-radius: 1px;
    padding-top: 32px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    margin-top:72px;
}
.checkout #order_review:not(.delivery_block_display) .cart-summary > .block {
    padding: 0;
    margin: 0 0 24px 0;
    border: 0;
    border-radius: 0;
}
.checkout #order_review:not(.delivery_block_display) .cart-summary > .block > .block {
    background:#FFFFFF;
    padding: 24px;
    padding-bottom: 48px;
    border: 0;
    border-radius: 0;
    font-size:0;
}
.checkout #order_review:not(.delivery_block_display) .cart-summary > .block > .block span,.checkout #order_review:not(.delivery_block_display) .cart-summary > .block > .block p{
    font-size:16px;
}
.checkout #order_review:not(.delivery_block_display) .cart-summary > .block > .block table#cart-table .thumbnail img{
    width:56px;
}

.checkout #order_review:not(.delivery_block_display) .cart-summary > .block > .block table#cart-table th{
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color:#585858;
    text-transform:uppercase;
}
.checkout #order_review:not(.delivery_block_display) .cart-summary > .block > .block .details a{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0C0C0C;
}
.checkout #order_review:not(.delivery_block_display) .cart-summary > .block > .block table#cart-table .quantity {
    margin:auto;
}
.checkout #order_review:not(.delivery_block_display) .cart-summary > .block > .block table#cart-table th:nth-child(1){
    width:48%;
}

.checkout #order_review:not(.delivery_block_display) .cart-summary > .block > .block table#cart-table td:nth-child(1) div.d-flex{
    gap: 12px;
    padding-right: 20px;
}
.checkout #order_review:not(.delivery_block_display) .cart-summary > .block > .block table#cart-table th:nth-last-child(1){
    width: 13%;
}

.checkout #order_review:not(.delivery_block_display) .cart-summary > .block > .block table#cart-table td:nth-child(2){
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.16px;
}
.checkout #order_review:not(.delivery_block_display) .cart-summary > .block > .block table#cart-table td{
    padding-top:24px;
    padding-bottom:24px;
}
.checkout #order_review:not(.delivery_block_display) .cart-summary > .block > .block table#cart-table{
    border-bottom: 1px solid #E8EBF0;
    margin-bottom:24px;
}
.checkout #order_review:not(.delivery_block_display) .cart-summary > .block > .block .checkout_coupon1.woocommerce-form-coupon1{
    display:flex!important;
    flex-wrap: wrap;
    font-size: 14px;
}
.checkout #order_review:not(.delivery_block_display) .cart-summary > .block > .block .checkout_coupon1.woocommerce-form-coupon1 .messsage{
    width:100%;
}
.checkout .cart-summary table tbody tr:first-child td, .checkout .cart-summary table tbody tr:first-child th{
    padding-top: 24px;
}
.checkout .cart-summary table tbody tr td a {
    color: #585858;
    font-size: 14px;
}
.checkout .cart-summary table tbody tr th{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border:0;
    color:#0C0C0C;
    padding:0;
    padding-bottom:12px; 
}
.checkout .cart-summary table tbody tr:nth-last-child(1) td,.checkout .cart-summary table tbody tr:nth-last-child(1) th{
    padding-bottom:24px;
}
.checkout .cart-summary table tbody tr td{
    padding:0;
    padding-bottom:12px;
}

.checkout .cart-summary table tfoot{
    border-top: 1px solid #E8EBF0;
}
.checkout .cart-summary table tfoot td{
    font-size: 20px !important;
    line-height: 28px;
    letter-spacing: -0.2px;
}

.woocommerce-checkout small.includes_tax {
    margin-top: 0;
    font-size:16px;
    color:#747474;
    font-weight:400;
}

.block.checkout-shipping{
    padding:0;
    background:transparent;
}

.block.checkout-shipping {
    padding: 0 !important;
    background: transparent !important;
}

.payment_box.payment_method_makecommerce {
    padding: 24px !important;
    background: white;
    position: relative;
    margin-top: 20px;
}
.payment_box.payment_method_makecommerce::after {
    content: "";
    position: absolute;
    top: -16px;
    left: 45px;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
div.makecommerce_country_picker_methods.logosize-medium div.makecommerce-banklink-picker {
    max-width: 25%;
    width:25%;
}
.checkout #order_review:not(.delivery_block_display) .cart-summary > .block > .block table#cart-table span.woocommerce-Price-currencySymbol,.checkout #order_review:not(.delivery_block_display) .cart-summary > .block > .block table#cart-table .amount{
    color: #0c0c0c;
}
li.makecommerce-picker-country .makecommerce_country_picker_methods.logosize-medium {
    max-width: 100%;
}

.wc_payment_method{
    margin-bottom:20px;
}

.woocommerce-checkout button#place_order {
    width: 100%;
    max-width: 201px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.checkout .secure-payment-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin: 25px 0 0 0;
    line-height: 16px;
    color: #585858;
}

.checkout .confirm-terms label a {
    color: #0C0C0C;
    text-transform: lowercase;
    position:relative;
    text-decoration:unset;
    font-weight:500;
}

input[type="radio"] + label {
    color:#585858;
}

input[type="radio"]:checked + label{
    color:#0C0C0C;
}

.checkout abbr[title],.checkout abbr[data-bs-original-title] {
    text-decoration: unset;
    color:#D60000;
}

.woocommerce-checkout .checkout .woocommerce-info{
    text-align: center;
    border: 0;
    font-size:16px;
    color:#4D4D4D;
}
.woocommerce-checkout .checkout .woocommerce-info a{
    color:#0C0C0C;
    font-weight:500;
    position:relative;
    text-decoration:unset;
}
.woocommerce-checkout .checkout .woocommerce-info a:hover{
    text-decoration:unset;
}
.woocommerce-checkout .checkout .woocommerce-info a::after,.checkout .confirm-terms label a:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    height:2px;
    width:100%;
    background:#E6E6E6;
}

.checkout .confirm-terms{
    border-top:1px solid #E6E6E6;
    padding-top:24px;
    margin-top:24px;
}
.checkout  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
.woocommerce-form-login-toggle .woocommerce-info{
    margin: 0;
    padding: 0;
    margin-bottom: 0 !important;
}
.woocommerce > .woocommerce-form-coupon-toggle .woocommerce-info{
    padding-bottom:54px;
}

@media screen and (max-width:768px){
    .woocommerce-checkout .checkout .woocommerce > .woocommerce-form-login-toggle .woocommerce-info,.woocommerce-checkout .checkout .woocommerce > .woocommerce-form-coupon-toggle .woocommerce-info{
        text-align: left !important;
        padding-left:0;
        padding-right:0;
    }
    .woocommerce-checkout .checkout .woocommerce > .woocommerce-form-login-toggle .woocommerce-info:before ,.woocommerce-checkout .checkout .woocommerce > .woocommerce-form-coupon-toggle .woocommerce-info:before{
        content: unset !important;
    }
    .woocommerce-checkout .checkout .woocommerce-info a{
        display:inline;
    }
    .woocommerce-checkout .checkout .woocommerce > .woocommerce-form-login-toggle,.woocommerce-checkout .checkout .woocommerce > .woocommerce-form-coupon-toggle{
        border: 0;
    }
    .shipping_method_0_shopup_venipak_shipping_pickup_method11 {
        order:1;
    }
    .shipping_method_0_shopup_venipak_shipping_pickup_method11 {
        order:1;
    }
    .shipping_method_0_shopup_venipak_shipping_courier_method8 {
        order:2;
    }
    .checkout .cart-overview {
        margin-top: 14px;
    }
    .checkout .cart-summary table tfoot td {
        font-size: 18px !important;
        line-height: 24px;
        letter-spacing: -0.18px;
    }
    .checkout .cart-summary table tfoot td .includes_tax{
        margin: 0 0px 0px -20px;
        font-size:12px;
        line-height:18px;
        letter-spacing: -0.12px;
    }
    .checkout .cart-summary table tfoot td .includes_tax .woocommerce-Price-amount{
        line-height: 18px;
        font-size: 12px;
        letter-spacing: -0.12px;
    }
    .checkout .cart-summary table tfoot td .woocommerce-Price-amount{
        line-height: 20px;
        font-size: 16px;
        letter-spacing: -0.16px;
    }
    .woocommerce-checkout .cart-overview > .order-summary.border-top{
        border-top: 1px solid #dee2e6 !important;
        margin-top: 0px;
    }
    .woocommerce-checkout #main-content > .container {
        padding: 0 16px;
    }
    .woocommerce-checkout #main-content > .container > .container{
        padding: 0;
    }
    .checkout #shipping_method li:not(.shipping_method_0_free_shipping7) {
        width: 100%;
    }
    .d-smm-none{
        display:none;
    }
    .checkout #order_review:not(.delivery_block_display) .cart-summary > .block > .block table#cart-table .quantity {
        margin: 8px 0;
    }
    .checkout .cart-summary {
        margin-top: 0;
        margin-left: 0;
    }
    .woocommerce-checkout p.form-row-first, .woocommerce-checkout p.form-row-last, .woocommerce-checkout #billing_city_field, .woocommerce-checkout #billing_city_field, .woocommerce-checkout #billing_postcode_field {
        width: 100%;
        display: inline-block;
    }
    .woocommerce-checkout p.form-row-last, .woocommerce-checkout #billing_postcode_field {
        margin-left:0;
    } 
    .checkout .cart-summary table tfoot tr.total-tr::before{
        content:none;
    }
    
    .woocommerce-checkout.checkout #shipping_method li input, .checkout #shipping_method label img:not(.delivery_logo), .delivery_block_display h3, .delivery_block_display .checkout-product-titles, .delivery_block_display .checkout-products, .delivery_block_display .discount-code, .delivery_block_display .cart-overview {
        display: none !important;
    }  
   .woocommerce-checkout form h3#order_review_heading{
        display: block!important;
        margin-bottom:24px;
    }
    .woocommerce-checkout button#place_order {
        width: 100%;
        max-width: 100%;
    }
    .checkout .secure-payment-text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .woocommerce-checkout #order_review:not(.delivery_block_display) #coupon_code,.checkout_coupon1.woocommerce-form-coupon1 button {
        width:100%!important;
        margin-right:0;
    }
    .checkout #order_review:not(.delivery_block_display) .cart-summary > .block > .block .checkout_coupon1.woocommerce-form-coupon1 {
        display: flex !important    ;
        flex-wrap: wrap;
        gap: 12px;
    }
    div.makecommerce_country_picker_methods.logosize-medium div.makecommerce-banklink-picker {
        max-width: 50%;
        width:50%;
    }
}
.woocommerce-form-login {
    display: inline-table;
    width:100%;
}
.woocommerce-checkout .checkout input#username, .woocommerce-checkout .checkout input#password {
    width: 100% !important;
    height: 40px !important;
}

#venipak_pickup_point{
      width: 100%;
  height: 52px;
  border: 1px solid #B4B4B4;
  color: #747474;
  padding: 16px;
  background: white;
  font-family: "Metropolis 400";
}
#venipak_pickup_point option{
  font-family: "Metropolis 400";
}

.woocommerce-form-login-toggle{
    margin-bottom:30px;
}
.checkout-inline-error-message{
    position:absolute;
    color:red;
}
