.sold_out{
            bottom: 60%;
            background: var(--primary-color);
            text-align: center;
            color: white;
            opacity: 0.8;
            padding: 5px 10px;
            font-size: 18px;
            font-weight: bold;
            position: absolute;
            left: 5%;
            /* margin: 5px; */
            width: 90%;
          }

          .note_product {
            top: 1%;
            background: var(--primary-color);
            text-align: center;
            color: white;
            opacity: 1;
            padding: 5px 10px;
            font-size: 14px;
            font-weight: bold;
            position: absolute;
            width: 100px;
        }
        
        .breadcrumb_section.page-title-mini {
    padding: 30px 0 !important;
    }
    .footer_top {
    padding: 18px 0 10px !important;
    }
    ul.footer_payment.text-center.text-lg-right
    {
    /*margin-top:-30px !important;*/
    text-align:center !important;
    }
    .product .product_title, .product_box .product_title, .product_wrap .product_title {
    overflow: unset !important;
    }
    .banner_home
    {
    margin:0px !important;
    }

    .loading_card {
        min-height: 600px;
        bottom: 0;
        height: 100%;
        right: 0;
        background-color: white;
        box-shadow: 0 0 5px 5px rgb(0 0 0 / 10%);
        opacity: 1;
        overflow: hidden;
        position: fixed;
        top: 0;
      
        width: 100%;
        z-index: 1062;
      }
      .loading_card_spinner{
        position:fixed;
        top:40%;
        left:40%
      }
      @media only screen and (max-width: 500px) {
        .loading_card_spinner{
            position:fixed;
            top:20%;
            left:25%
          }
      }
   
   
    
        .btn_guest {
            margin: 2px !important;
        }

        .account_email_check {
            width: 20px;
        }

        .account_input {
            height: 40px !important;
            border-radius: 8px;
            margin: 1px;
        }

        .flag_account {
            position: relative;
            text-align: left;
            bottom: 30%;
            float: left;
            margin-left: 10px;
        }

        .account_button {
            margin: 5% 0;
        }

        .address_input {
            width: 100% !important;
        }
        .phone_input{
            text-align: center;
        }
        .login_guest:hover{background-color: var(--primary-color) !important;color:white}


        .grid.lg\:grid-cols-12.md\:grid-cols-2.grid-cols-1.gap-6.checkout_page {
    display: revert-layer;
}


    


    .section_item{
display:none ;
}
.navbar .dropdown .show {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  outline-color: transparent !important;
}
button.btn.dropdown-toggle.btn-secondary {
  background-color: transparent !important;
  color: #525355 !important;
  border: none  !important;
}
ul.hooper-track{
  transform: translate(0px, 0px) !important;
}
@media only screen and (max-width: 1000px) {
.row.mt-4.check_out_page {

    flex-direction: column-reverse;
}

.add_address_order .vodal-dialog {
    top:10%;
        height: fit-content !important;
    }
}

.add_address_order .vodal-dialog {
        height: fit-content !important;
    }

    .add_address_order .vodal-dialog img{
        width:100%;
        object-fit: contain;
    }
