
/***** alerts *****/
#postbar_errs_ntfy_container{
    position: fixed;
    top: 15px;
    right: 2%;
    width: 96%;
    z-index: 9999999;   
}
#postbar_errs_ntfy_container .postbar-err-holder{
    background-color: rgba(156, 29, 7, 0.8);
    color: #ffffff;
    margin-bottom: 15px;
    width: 350px;
    max-width: 92%;
    padding: 15px;
    box-shadow: 0 0 10px #000000;    
    display: flex;
    align-items: start; 
}
#postbar_errs_ntfy_container .postbar-err-holder .postbar-err-holder-closer{
    cursor: pointer;
    width: 15px;
    height: 15px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    font-family: arial;
}
#postbar_errs_ntfy_container .postbar-err-holder .postbar-err-content{
    width: 100%;
}
/***** End: alerts *****/

/***** shipping modal *****/
#postexShippingModalSelector_container{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 9999999999999999;
    overflow: auto;
    display: none;
}
#postex-shipping-modal-selector{
    background-color: #ffffff;
    width: 80%;
    margin: 20px auto;
    border: 1px solid #e5e5e5;
    font-family: inherit;
    border-radius: 10px;
}
#postex-shipping-modal-selector #postbar_services_header{
    display: flex;
    align-items: center;
    background: linear-gradient(#e9e9e9, #acacac);
    border-bottom: 1px solid #acacac;
    padding: 10px 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#postex-shipping-modal-selector #postbar_services_header h3{
    font-size: 16px;
    margin: 0;
    flex: 1 1;
    color: #000000;
}
#postex-close-modal-icon{
    width: 25px;
    height: 25px;
    background-image: url('../images/close.png');
    background-size: 100% 100%;
    margin-left: 12px;
    cursor: pointer;
}
#postex-shipping-modal-selector .shipping-info-content{
    padding: 20px;
}
#postex-shipping-modal-selector .form-items{
    margin: 20px 0;
}
#postex-shipping-modal-selector .shipping-services-types-table{
    margin-top: 20px;
}
#postex-shipping-modal-selector .shipping-services-types-table .shipping-row{
    display: flex;
    margin-top: 5px;
}
#postex-shipping-modal-selector .shipping-services-types-table .shipping-row.titles{
    margin-top: 15px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 7px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
}
#postex-shipping-modal-selector .shipping-services-types-table .shipping-row .shipping-selection{
    width: 10%;
}
#postex-shipping-modal-selector .shipping-services-types-table .shipping-row .shipping-details{
    width: 90%;
    display: flex;
}
#postex-shipping-modal-selector .shipping-services-types-table .shipping-row .shipping-details .details-item{
    width: 33.3333%;
}
#postex-shipping-modal-selector .shipping-services-types-table .shipping-row .shipping-details .details-item .label{
    display: none;
}
#postex-shipping-modal-selector .shipping-services-types-table .title-label,
.postbar-act-form-control label{
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}
#postex-shipping-modal-selector .postex-modal-footer{
    padding: 10px 20px 20px 20px;
    text-align: center;
}
#postex-shipping-modal-selector .postex-modal-footer button{
    margin: 0 8px;
    font-size: 15px !important;
    font-family: inherit;
    font-weight: normal;
    padding: 8px 25px;
    color: #000000;
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    line-height: 1;
}
#postex-shipping-modal-selector .postex-modal-footer button#postex_modal_btn_save{
    border-color: #007bff;
    box-shadow: inset 0 1px 0 #00a4ff, inset 0 15px 17px #09a0f3, inset 0 -5px 12px #025fc4;
    background-color: #0694e3;
    color: #ffffff;
}
#postex-shipping-modal-selector .postex-modal-footer button:hover,
#postex-shipping-modal-selector .postex-modal-footer button#postex_modal_btn_save:hover{
    box-shadow:none;
}
#postbar_services_content #shipping_rows_container .shipping-row:hover{
    cursor: pointer;
    background-color: #ededed;
}
.postex-btn-has-loading{
    position: relative;
}
.postex-btn-has-loading .postex-btn-loading{
    position: absolute;
    top: 50%;
    right: 15px;
    width: 18px;
    height: 18px;
    margin: -9px 0px 0px 0px;
    color: #fff;
    transition: all .3s;
    transition-timing-function: ease-in;
    animation: ld-spin 1s infinite linear;
    border: 3px solid white;
    border-radius: 50%;
    border-left-color: transparent;
    display: none;
}
.postex-btn-has-loading.loading .postex-btn-loading{
    display: block;
}
.postex-btn-has-loading.loading .postex-btn-txt{
    margin-right: 20px;
    transition: all ease 0.3s;
}
@keyframes ld-spin {
    0% {
        animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
/***** End: shipping modal *****/

/***** cart page *****/
table.shop_table tr.shipping .woocommerce-shipping-destination{
    display: none;
}
.postbar-act-form-control{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: right;
}
.postbar-act-form-control select,
.postbar-act-form-control label{
    width: 100%;
    max-width: 100%;
}
.shop_table #shipping_method .woocommerce-Price-amount{
    display: block;
}
button.postex-shipping-open-modal,
.postex-shipping-open-modal label{
    background-color: wheat;
    border: 1px solid #ededed;
    outline: 0;
    font-size: 15px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    line-height: 20px !important;
    padding: 5px 18px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    color: #000000;
    font-weight: normal;
    width: 60%;
    margin: 0 auto;
}
button.postex-shipping-open-modal:hover,
.postex-shipping-open-modal label:hover{
    box-shadow: none;
    border-color: #aaa;
}
button.postex-shipping-open-modal:before,
.postex-shipping-open-modal label:before{
    content: '';
    width: 30px;
    height: 30px;
    background-image: url('../images/shipping-and-location.png');
    background-size: 100% 100%;
    margin-left: 10px;
}
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
    display: none !important;
    opacity: 0 !important;
}
/***** End: cart page *****/

/***** Checkout *****/
.postex-textlike-select select{
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: auto !important;
}
.postex-textlike-select select::-ms-expand {
    display: none;
}
.postex-checkout-change-statecity label{
    cursor: pointer;
}
.postex-checkout-change-statecity label span.optional,
.postex-checkout-change-statecity label input[type="checkbox"],
.postex-hide-checkout-field{
    display: none !important;
}
/***** End: Checkout *****/

/***** Order Tracking *****/
#postbar_order_traching{
    background-color: #f5f5f5;
    margin: 15px 0 25px 0;
    padding: 15px;
    border: 1px solid #eaeaea;
    border-radius: 15px;
    box-shadow: 0px 2px 4px #808080;
}
#postbar_order_traching #pshot-header{
    margin-bottom: 18px;
}
#postbar_order_traching #pshot-header h5{
    margin: 0px;
    font-weight: bold;
    font-size: 14px;
}
#postbar_order_traching #pshot-body{
    display: flex;
    flex-direction: row;
    align-items: start;
}
#postbar_order_traching #pshot-body .img-container{
    margin-left: 20px;
    width: 100px;
    height: 100px;
    background-image: url("../images/shipping-information.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#postbar_order_traching #pshot-body .pshot-info-row{
    margin-bottom: 5px;
}
#postbar_order_traching #pshot-body .pshot-info-row a{
    color: #0072ff;
}
/***** End: Order Tracking *****/