.column-suborder a.track-button {
    display: inline-block;
}

td.order_status.column-order_status a.track-button,
td.suborder.column-suborder a.track-button {
    border: none;
    background: none;
}

td.order_status a.track-button span.ywot-icon-delivery:before {
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.woocommerce-account a.track-button {
    margin-right: 10px;
    padding: 10px 16px;
}

.woocommerce-account a.track-button span.ywot-icon-delivery:before {
    margin-right: 5px;
    position: relative;
    top: 2px;
    filter: brightness(0) invert(1);
}

.ywot-icon-delivery:before {
    content: url( ../images/carrier-icon.svg );
}

/* List shortcode */

.carrier-list-and-search-container .search-for {
  text-align: center;
  margin: 0 0 15px;
}

.carrier-list-and-search-container .search-for #noresults {
  display: none;
  margin: 35px 0;
  text-align: center;
}

.carrier-list-and-search-container .carrier-list-container .ywot-list-of-carriers-table-headers {
  margin: 1em;
}

.carrier-list-and-search-container .carrier-list-container .ywot-list-of-carriers-table-headers span {
  font-weight: bolder;
}

.carrier-list-and-search-container .carrier-list-container span.carrier {
  width: 33%;
  display: inline-block;
}

/* Check Tracking Information Shortcode  */

@media screen and (min-width: 768px) {
    .yith-ywot-check-tracking-info-form-container {
        /* width: 400px; */
        margin: auto;
        width: 50%;
    }
}

.ywot-check-tracking-info-form {
    background-color: #f4f4f4;
    padding: 50px 80px;
    border-radius: 10px;
    margin-top: 40px;
}

.ywot-check-tracking-info-form input {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.ywot-check-tracking-info-form button {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    border-radius: 5px;
}

.yith-ywot-tracking-info-results {
    /* width: 400px; */
    margin: auto;
    width: 50%;
    background-color: #F1F7E5;
    padding: 40px;
    margin-top: 30px;
}

.yith-ywot-tracking-info-results-header {
    font-weight: bold;
    margin-bottom: 10px;
}

.yith-ywot-tracking-info-error {
    font-weight: bold;
}

.yith-ywot-tracking-info-results p:first-of-type {
    margin-top: 10px;
}

.yith-ywot-tracking-info-results p:last-of-type {
    margin-bottom: 0px;
}

.yith-ywot-tracking-info-results-error {
    /* width: 400px; */
    margin: auto;
    width: 50%;
    background-color: #F7E9E2;
    padding: 40px;
    margin-top: 30px;
}

.yith-ywot-tracking-info-results-error .yith-ywot-tracking-info-error {
    color: #820000;
}

.yith-ywot-tracking-info-results-error p:first-of-type {
    margin-top: 10px;
}

.yith-ywot-tracking-info-results-error p:last-of-type {
    margin-bottom: 0px;
}

/* Plugin options */
.ywot_search_form {
    /*position: relative;*/
    /*padding-bottom: 25px;*/
    /*text-align: center;*/
    /*max-width: 500px;*/
    /*background-color: #f2f2f2;*/
    /*padding: 30px 15px;*/
    /*border-radius: 5px;*/
    margin-bottom: 30px;
    margin-top: -30px;
}

/*.yith-ywot-search-carrier-label {*/
/*    display: block;*/
/*    font-weight: bold;*/
/*    text-align: left;*/
/*    margin-left: 10%;*/
/*}*/

#search-for-carriers::placeholder {
    padding-left: 10px;
}

.yith-ywot-select-all-row .yith-ywot-carriers-separator {
    border-bottom: 1px solid #d8d8d8;
    margin-top: 10px;
}

.yith-ywot-select-all-row td.check-all {
    padding-bottom: 10px !important;
}

.yith-ywot-hide-description {
    display: none;
}

.yith-ywot-empty-state-container {
    background-image: url( '../images/carriers.jpg' );
    height: 600px;
    border: 1px solid #ddd;
    border-top: 0;
}

.yith-ywot-cta-container {
    position: relative;
    top: 35%;
    transform: translateY(-35%);
}

.yith-plugin-ui #yith_woocommerce_order_tracking_panel_carriers #plugin-fw-wc h2 + div p:before {
    margin-top: 0;
}

#yith_woocommerce_order_tracking_panel_import .ywot-import-tracking-codes-container{
    margin-top: -50px;
}

#yith_woocommerce_order_tracking_panel_import .yith-ywot-empty-state-container {
    border: none;
}

#yith_woocommerce_order_tracking_panel_import .yith-plugin-fw-panel-wc-row.custom > .titledesc {
    display: none;
}

#yith_woocommerce_order_tracking_panel_import #plugin-fw-wc h2 {
    padding-bottom: 0px;
}

#yith_woocommerce_order_tracking_panel_import .ywot-import-tracking-codes-container p {
    margin: 20px 0;
}

#yith_woocommerce_order_tracking_panel_import .ywot-import-tracking-codes-container div.description {
    margin-top: 10px;
    margin-bottom: 20px;
}

#yith_woocommerce_order_tracking_panel_import .ywot-import-tracking-codes-container .ywot-import-tracking-codes {
    padding: 5px 40px;
    margin-top: 5px;
}

#yith_woocommerce_order_tracking_panel_import .ywot-import-tracking-codes-container .ywot-import-delimiter {
    min-width: 50px;
    width: 50px;
    margin-top: 5px;
}

#yith_woocommerce_order_tracking_panel_import .forminp.forminp-custom .ywot-import-tracking-codes-container th {
    padding-left: 0;
}

button#yith-ywot-import-button {
    padding: 0 30px;
    margin-right: 10px;
    margin-top: 5px;
}

div.yith-ywot-track-information.yith-plugin-ui input[type="text"] {
    color: #2c3338;
}

.yith-ywot-track-information.yith-plugin-ui {
    padding-top: 10px;
}

.yith-ywot-track-information .yith-ywot-order-picked-up-container {
    display: flex;
    justify-content: space-between;
}

.yith-ywot-track-information ::placeholder {
    font-size: 13px;
}

label.yith-ywot-order-picked-up-label {
    position: relative;
    top: 4px;
}

.yith-ywot-tracking-carrier-id .select2-container {
    width: 100% !important;
}

.yith-ywot-tracking-info-container {
    margin: 40px 0;
}

.yith-ywot-track-information p input,
.yith-ywot-track-information .yith-ywot-tracking-pickup-date .yith-plugin-fw-datepicker {
    width: 100%;
}

.woocommerce-account div.yith-ywot-tracking-info-container p.yith-ywot-tracking-info-header {
    font-size: 20px;
    color: black;
    margin-bottom: 10px;
    font-weight: bold;
}

.yith-ywot-tracking-info-container .ywot_order_details {
    background-color: rgba(246,246,246,255);
    padding: 20px;
}

div.yith-ywot-tracking-info-container p:first-of-type {
    margin-top: 0px;
}

div.yith-ywot-tracking-info-container p:last-of-type {
    margin-bottom: 0px;
}

/* Frontend Manager */
#yith-wcfm-orders-form p.yith-ywot-tracking-code {
    margin-top: 20px;
}

#yith-wcfm-orders-form .yith-ywot-tracking-pickup-date {
    margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
    .ywot-check-tracking-info-form {
        padding: 50px 20px;
    }
}

.yith-plugin-ui #yith_woocommerce_order_tracking_panel_carriers .yith-plugin-fw__panel__option--html {
    max-width: 100%;
}

.yith-plugin-ui #yith_woocommerce_order_tracking_panel_carriers .yith-plugin-fw__panel__option__label {
    display: none;
}


/***********************************************
	IMPORTER
***********************************************/

#ywot-import-container .import-configuration {
    padding: 15px 0;
}

#ywot_import_codes{
    float: right;
    margin-right: 12px;
}
#ywot-import-container ul.steps li {
    display: inline-block;
    border-color: #0e87b8;
    color: #aaa;
    margin-right: 30px;
    padding-bottom: 5px;
}

#ywot-import-container .steps li.active {
    font-weight: 700;
    border-bottom: 4px solid #0e87b8;
    color: #0073aa;
}

#ywot-import-container .steps-content h2 {
    border: none !important;
    padding-left: 0 !important;
    padding: 5px 0;
}

#ywot-import-container .steps-content table {
    border: none!important;
}

#ywot-import-container .single-step {
    display: none;
}

#ywot-import-container .single-step.active {
    display: block;
}

.yith-sl-content-wrapper-modal .single-step label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

#ywot-import-container .alert-notice {
    margin-left: 15px;
    color: #ff0000;
    display: none;
}

#ywot-import-container .field-description{
    font-size: 13px;
}

#step-completed.completed ul.steps {
    display: none;
}

#step-completed.completed .yith-plugin-fw__modal__title {
    display: none;
}

#step-completed.completed .steps-content {
    border: none;
}

#step-completed.completed {
    text-align: center;
}

#step-completed.completed {
    width: auto!important;
    padding: 40px 100px;
}

#step-completed.completed img {
    width: 50px;
}

#step-completed.completed p {
    color: #000;
    font-size: 17px;
    margin: 15px 0 30px 0;
}

button#close-modal {
    padding: 0 40px;
}

button.try-again{
    background: var(--yith-outline-bg);
    border: 1px solid var(--yith-outline-border);
    color: var(--yith-outline-text);
}

#ywot-import-container footer{
    margin-top: 3em;
}

#ywot-import-container .single-step.configuration input {
    margin: 8px;
}

input#ywot_csv_delimiter{
    width: 90px;
}

label.ywot_csv_delimiter{
    display: inline-flex;
    width: 100%;
}

#ywot-import-container label.ywot_csv_delimiter span{
    margin: 3% 3% 0 0;
}

#step-configuration-data .export-configuration-settings-group label div.yith-plugin-fw-checkbox-field-wrapper{
    float: left;
    width: 10%;
}

#step-configuration-data .export-configuration-settings-group label{
    margin-bottom: 6px;
}


.export-configuration-settings-group label.left{
    float: left;
    width: 50%;
}

.export-configuration-settings-group label.right{
    float: right;
    width: 50%;
}

#ywot-import-container .single-step .import-configuration .field-label {
    flex: 0 0 25%;
}

#ywot-import-container .single-step .import-configuration .field-description {
    margin-left: 10em;
    width: 68%;
}

#ywot-import-container .single-step .import-configuration .yith-plugin-fw-field-wrapper {
    width: 68%;
    float: right;
    margin-right: 3%;
    margin-bottom: 10px;
}

.yith-plugins_page_yith_woocommerce_order_tracking_panel .yith-plugin-fw__modal__wrap {
    z-index: 9999;
}

.ywot-hidden{
    display: none !important;
}


