.product-edit-container .show_if_needs_shipping.dokan-shipping-dimention-options {
    display: none !important;
}

.product-edit-container .dokan-clearfix.dokan-shipping-container {
    display: none !important;
}

.show_if_needs_shipping.dokan-form-group {
    display: none !important;
}

.dokan-product-shipping-parcel-alert {
    margin-bottom: 15px;
    color: #f05025;
    display: none;
}

.hide_if_Downloadable_Virtual_auction{
    display: none !important;
}


/* Meta Box css style */
#vendor-dokan-easy-post-shipment-creation button.displayAddShipment,
#vendor-dokan-easy-post-shipment-creation button.displayLinkShipment {
    width: 100%;
    margin: 2px !important;
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

/* Ensuring .displayLinkShipment is also styled as a button */
button.displayLinkShipment {
    width: 100%;
    margin: 2px !important;
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

#vendor-dokan-easy-post-shipment-creation div.shipmentMetaBoxForm table.form-table th {
    display: block;
    padding: 0 !important;
    width: auto;
    border: 0;
    float: left;
}

#vendor-dokan-easy-post-shipment-creation .postbox table.form-table {
    margin-bottom: 0;
}

#vendor-dokan-easy-post-shipment-creation div.shipmentMetaBoxForm table.form-table td select {
    width: 85%;
    max-width: 85%;
}

#vendor-dokan-easy-post-shipment-creation table.form-table th {
    display: block;
    padding: 0 !important;
    width: auto;
    border: 0;
}

#vendor-dokan-easy-post-shipment-creation .form-table td {
    display: block;
    padding: 0 !important;
    width: auto;
    border: 0;
}

#vendor-dokan-easy-post-shipment-creation div.shipmentMetaBoxForm table.form-table td input,
div.shipmentMetaBoxForm table.form-table td select {
    width: 85%;
    max-width: 85%;
}

#vendor-dokan-easy-post-shipment-creation label.switchify.switchify-label>span.switchify-switch {
    display: block;
    background-color: #cecece;
    height: 1em;
    width: 1.6em;
    position: relative;
    border: 1px solid #cecece;
    border-radius: 1em;
    transition: background-color .25s, border-color .25s;
}

#vendor-dokan-easy-post-shipment-creation label.switchify.switchify-label>input.switchified:checked+span.switchify-switch {
    background-color: #4bcc23;
    border-color: #4bcc23;
}

#vendor-dokan-easy-post-shipment-creation label.switchify.switchify-label>input.switchified {
    display: none;
}

#vendor-dokan-easy-post-shipment-creation div.shipmentMetaBoxForm table.form-table tr.form-table-row-checkbox td fieldset label {
    margin: 0 !important;
}

#vendor-dokan-easy-post-shipment-creation div.shipmentMetaBoxForm table.form-table tr.form-table-row-checkbox td {
    float: right;
    width: 11%;
}

#vendor-dokan-easy-post-shipment-creation div.shipmentMetaBoxForm table.form-table tr.form-table-row-checkbox th {
    float: right;
    width: 88%;
}

#vendor-dokan-easy-post-shipment-creation label.switchify.switchify-label>input.switchified:checked+span.switchify-switch::after {
    left: calc(100% - 1em);
}

#vendor-dokan-easy-post-shipment-creation label.switchify.switchify-label>span.switchify-switch::after {
    content: "";
    background-color: #fff;
    display: block;
    height: 1em;
    width: 1em;
    position: absolute;
    border-radius: 1em;
    left: 0;
    transition: left .25s;
    -webkit-transition: left .25s;
    -moz-transition: left .25s;
    -ms-transition: left .25s;
    -o-transition: left .25s;
}

#vendor-dokan-easy-post-shipment-creation fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

#vendor-dokan-easy-post-shipment-creation .addShipmentForm.shipmentMetaBoxForm {
    padding: 10px 15px;
}

/* vendor dashboard parcel size settings css */
.vendor-dashboard-parcel-size-settings table.form-table th {
    position: relative;
    padding-right: 24px;
}

.vendor-dashboard-parcel-size-settings .form-table th {
    vertical-align: top;
    text-align: left;
    padding: 20px 10px 20px 0;
    width: 200px;
    line-height: 1.3;
    font-weight: 600;
}

.vendor-dashboard-parcel-size-settings .vendor-parcel-set-btn {
    margin-left: 24.5% !important;
}

table#vendor-order-easypost-shipment tr {
    margin-bottom: 10px;
}

div#vendor-order-create-shipping-wrap {
    display: flex;
    flex-direction: column;
    /* width: 50%; */
    margin: 10px;
    justify-content: center;
    align-items: center;
}

/* pop up design */

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    text-align: center;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    top: -19px;
    left: 14px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#shippingLabelModal th {
    font-weight: 700;
}

#vendor-dokan-easy-post-shipment-creation #shipping_label_section {
    padding: 10px;
}

#vendor-easypost-shipment-pdf-link,
#vendor-easypost-shipment-tracking-link {
    color: #2271b1;
}

.modal-tab-first-address table tbody tr td:first-child {
    font-weight: 800;
}

.modal-tab-second-address table tbody tr td:first-child {
    font-weight: 800;
}

.modal-tab-first-address table {
    width: 100%;
    border: 1px solid lightgray;
    padding: 10px;
}

.modal-tab-second-address table {
    border: 1px solid lightgray;
    padding: 10px;
    margin-bottom: 20px;
}

.modal-tab-first-address table tbody tr td:first-child,
.modal-tab-second-address table tbody tr td:first-child {
    width: 40%;
    text-align: left;
}

.modal-tab-first-address table tbody tr td:last-child,
.modal-tab-second-address table tbody tr td:last-child {
    width: 60%;
    text-align: left;
}

table#vendor-order-easypost-shipment {
    margin-bottom: 20px;
}

.disable-vendor-parcel-size-settings {
    pointer-events: none;
}

.input-with-unit {
    display: flex;
    align-items: center;
}

.input-with-unit input {
    margin-right: 10px;
}

.dokan-form-group.product-shipping-parcel-sizes-wrap {
    border: 0.5px solid lightgray;
    margin: 0px !important;
    padding: 20px;
}

.dokan-form-group.product-shipping-parcel-sizes-wrap label {
    display: block;
    font-weight: 600;
    font-size: 13px;
}

.parcel-size-recommended {
    display: block;
    width: 110px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    padding: 5px;
    color: white;
    background-color: #437f5b;
    border-radius: 15px;
}

.product-shipping-parcel-sizes-radio-wrap {
    display: flex;
}

.product-shipping-parcel-sizes-radio-wrap .product-shipping-parcel-sizes-radio-info {
    width: 40%;
}

.product-shipping-parcel-sizes-radio-wrap input[type='radio'] {
    transform: scale(1.5);
}

.product-shipping-parcel-sizes-radio-wrap input[type='radio']:focus {
    outline: none;
}

.dokan-variable-attributes  .weight-dimension{
    display: none !important;
}

.dokan-product-shipping-parcel-wrap-variable {
    padding-left: 0px !important;
}

.dokan-variable-attributes .weight-dimension {
    margin-top: 10px !important;
}

.dokan-variable-attributes .weight-dimension .content-half-part {
    width: 25% !important;
}

.dokan-variable-attributes .weight-dimension .content-half-part.dimensions_field  {
    width: 75% !important;
}

.dokan-variable-attributes .weight-dimension .content-half-part.dimensions_field input.wc_input_decimal {
    width: 32% !important;
}

.simple-others-dimensions-label {
    margin-right: 9px;
    display: inline-block !important;
    width: 24% !important;
}

.simple-others-dimentions-label-wrap {
    display: flex;
}

.dokan-auction-product-form .dokan-shipping-dimention-options {
    margin: 10px 0px 10px 0px !important;
}

.product-shipping-parcel-sizes-wrap .dokan-shipping-container {
    margin-top: 10px !important;
    padding: 0px !important;
}

.vendor-dashboard-parcel-size-settings .vendor-small-size-settings table tbody tr th label,
.vendor-dashboard-parcel-size-settings .vendor-medium-size-settings table tbody tr th label,
.vendor-dashboard-parcel-size-settings .vendor-large-size-settings table tbody tr th label{
    padding-left: 15px !important;
}

.product-edit-new-container #shipping-size-container .dokan-form-group:nth-child(2){
    display: block !important;
}