.preorder4x-label{
    background-color: #dd1818a6;
    color: white;
    text-align: center;
    border-radius: 5px;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    line-height: 12px;
}

.preorder4x-label>h3{
    font-size: 11px;
}

.preorder4x-label>h4{
    font-size: 10px;
}

.preorder4x_cart_item_alert{
    color:red;
    font-size: 12px;
    margin-bottom: 0;
}

.preorder4x_opt_div{
    margin-bottom: 20px;
    padding: 20px;
}

.preorder4x_custom_shipping_box_main input{
    text-align: left;
    margin: 10px;
    width: initial !important;
    float: none;
    height: auto;
}
.preorder4x_custom_shipping_box input{
    text-align: left;
    width: initial !important;
    float: none;
    height: auto;
    padding:0;
}

.preorder4x_custom_shipping_box{
    margin-bottom: 20px;
    margin-left: 20px;
}

.preorder4x_custom_shipping_box label{
    display:contents !important;
}

.preorder4x_custom_shipping_box td{
    vertical-align: middle;
}

.shipping_preview_box{
    display: none;
}

.custom_basket{
    display: none !important;
}


.shipping_preview_box{
    padding:20px;
}

.shipping_preview_box p{
    margin-left: 20px;
}

.shipping_preview_box ul{
    margin-left: 40px;
    margin-bottom: 40px;
}

#shipping-slots table{
    width: 96%;
    border-collapse: collapse;
    margin-bottom: 30px;
    font-size: 16px;
    border: 1px dotted white;
}


#shipping-slots table tr td:nth-child(1){
    width: 50%;
}

#shipping-slots table tr td{
    padding: 5px;
}

.custom_basket{
    width: 96%;
    padding: 20px;
    margin: auto;
}

.custom_basket table{
    width: 80%;
    max-width: 600px;
}

.custom_basket table tr td:nth-child(odd){
    font-weight: bold;
}

.custom_basket table tr td:nth-child(even){
    text-align: right;
}

.custom_basket table tr td{
    border-bottom: 1px dotted white;
    padding : 10px 0;
}

.custom_basket table tr:last-child td{
    border-bottom: none;
    padding : 10px 0;
}

.custom_basket table tr td:first-child ul{
    margin-left: 10px;
}

.custom_basket table ul li{
    list-style: none;
    font-size: 80%;
    color: #767676;
}

.shipping-package-details{
    float: left;
}
.shipping-package-content{
    float: left;
}

pre{
    color:white !important;
}

input[name='update_cart'] {
    display: none !important;
 }
  
button[name='update_cart'] {
    display: none !important;
}
 

.checkout_table_4x td{
    width: 50%;
}


/*  BACKEND */
#pdf4x_metabox .button {
    display: inline-block;
    text-align: center;
    margin: 5px 0;
    width: 100%;
}
#pdf4x_metabox .button[style*="pointer-events: none;"] {
    cursor: not-allowed;
    background-color: #ddd;
    color: #888;
}
#pdf4x_metabox table {
    border: 1px solid #ccc;
    margin-top: 10px;
}
#pdf4x_metabox table td{
    padding: 10px;
    width: 33% !important;
    text-align: center;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
    display: block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



.woocommerce-MyAccount-navigation ul{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content:space-between;
}

.woocommerce-MyAccount-navigation ul li{
    margin: 10px 0;
}


.myaccount_4x_icons {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    cursor: pointer;
}

.myaccount_4x_icons:hover {
    opacity: 0.8;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.additional_addresses{
    display: flex;
    width: 100%;
    flex-direction: row;
}

.additional_addresses li{
    margin: 20px;
    max-width: 30%;
}

#select2-shipping_country-container{
    pointer-events: none;
}

.show-items-toggle{
    background: linear-gradient(90deg, rgba(81,88,227,1) 0%, rgba(66,232,255,1) 100%) !important;
    border: 0;
    transition: 0.2s all;
    text-decoration: none;
    padding: 15px 35px;
    border: 0 !important;
    transition: 0.2s all;
    text-decoration: none;
    padding: 15px 35px !important;
    border-radius: 10px !important;
    font-size: 1.2em;
    color: #fff !important;
    text-align: center !important;
    width: 100% !important;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}


