/* TODO: remove this file and move it to style.scss once we have the devex releases process.
 */
 .pch_stat_wrapper{
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 16px;
 }
.pch_stat_item{
    background: white;
    width: calc(100% / 3);
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 16px;
    box-shadow: 0px 0px 10px 0px #00000012;;
}
.pch_stat_item span{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.d-none{
    display: none !important;
}

#billing_company_field{
    display: block !important;
}

.discount-row .row{
    margin-left: -15px;
    margin-right: -15px;
}

.discount-row .col-12{
    width: 100%;
    padding: 15px;
    float: left;
    display: block;
}

.discount-row label{
    display: block;
    width: 100%;
}

@media screen and (min-width: 768px){
    .discount-row .col-md-3{
        width: 25%;
    }

    .discount-row .col-md-9{
        width: 75%;
    }
}

.clearfix{
    clear: both;
    height: 0;
    width: 100%;
    display: block;
}
.profi_modal_products,.profi_modal_interval{
    position: fixed;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.2);
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profi_modal_interval_wrapper{
    background: white;
    width: 100%;
    padding: 24px;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.profi_modal_interval_calendar{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 10px;
    grid-auto-rows: minmax(32px, auto);
    margin: 32px 0px;
}
.profi_modal_interval_calendar_item{
    line-height: 32px;
    text-align: center;
    background-color: #00005D;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    padding: 4px 8px;
}
.profi_modal_interval_calendar_item.enable{
    background-color: forestgreen;
}
.profi_modal_products_wrapper{
    background: white;
    /*max-width: 700px;*/
    max-width: 1100px;
    width: 100%;
    padding: 32px;
    max-height: 800px;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.profi_modal_products_wrapper-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}   
.profi_modal_products_wrapper .button{
    text-align: center;
}
.profi_modal_products_close-button{
    background-color: rgb(215, 0, 0);
    cursor: pointer;
}
.profi_modal_products_list{
    overflow-y: auto;
    margin-bottom:24px;
}

.profi_modal_products_item,.profi_modal_variable_item{
    justify-content: space-between;
    padding: 16px 0px 16px 16px;
}
.profi_modal_products_item:nth-child(odd),.profi_modal_variable_item:nth-child(odd) {
    background: #f6f6f6;
}
.profi_modal_products_item img,.profi_modal_variable_item img{
    height: 80px;
    width: auto;
}

.profi_row{
    display:flex;
    flex-direction: row;
    align-items: center;
}
.profi_row.sb{
    justify-content: space-between;
    width: 100%;
}
.profi_col{
    display:flex;
    flex-direction: column;
    align-items: start;
}
.profi_col.fw{
    width: 100%;
}
.profi_skladove_zasoby {
    padding-right: 20px;
}
.profi_product_add,.profi_variation_add{
    background-color: white;
    border-radius: 200px;
    width: 20px;
    height: 20px;
    border: green solid 2px;
    margin-left: 24px;
    margin-right: 24px;
    cursor: pointer;
}
.profi_product_add.add,.profi_variation_add.add{
    background-color: green;
}
#profi_modal_products_search{
    width: 100%;
    display: block;
    margin: 16px 0px;
}
.profi_product_quantity{
    width: 80px;
}
#profi_products_list{
    list-style: none;
    margin-left: 0;
    border: 1px solid #dedede;
}
#profi_products_list li:nth-child(odd){
    background-color: white;
}
#profi_products_list li,.profi_products_list_nav{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 8px;
}
.profi_products_list_nav h6{
    font-weight: bold;
}
#profi_shipping_payment_msg_box{
    background: white;
    border-top: 4px solid red;
    padding: 16px;
    margin: 16px 0px;
}
.profi_modal_close{
    width: 24px;
    height: 24px;
    background-image: url("../src/img/cross-black.svg");
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
}
#profi_post_title_axo{
    font-size: inherit;
    width: 500px;
    background: transparent;
    border: none;
    outline: none;
    padding: 0px 24px 24px 0px;
    color: black;
    font-weight: 500;
}
.profi-open-variable{
    width: 20px;
    height: 20px;
    background: blue;
    color: white;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    transform: rotate(90deg);
    border-radius: 8px;
    font-family: cursive;
    cursor: pointer;
    margin-left: 20px;
}




#profi_modal_products_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #profi_modal_products_loading div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #00005D;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #00005D transparent transparent transparent;
  }
  #profi_modal_products_loading div:nth-child(1) {
    animation-delay: -0.45s;
  }
  #profi_modal_products_loading div:nth-child(2) {
    animation-delay: -0.3s;
  }
  #profi_modal_products_loading div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
 