/*
Theme Name: Etchy Child
Theme URI: https://etchy.qodeinteractive.com
Description: A child theme of Etchy
Author: Elated Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: etchy
Template: etchy
*/

/*span.page-numbers.current {
  line-height: 35px;
  padding: 0 12px;
}

.itemsPerpage {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.itemsPerpage select#postsPerPage {
  margin-left: 15px;
}

table.woocommerce-orders-table tbody tr td {
  vertical-align: top;
}

.button_preview_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

a.woocommerce-button.button.preview_btn {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

table.woocommerce-orders-table tbody tr td .enable_proof_true {
  width: 100% !important;
  text-align: center;
  margin-left: 0 !important;
}

.product_img_area a.removeJob {
  padding-top: 15px;
}

table.woocommerce-orders-table tbody tr td .product_info_area p {
  margin-bottom: 0px;
}

.paddingSpace {
  padding: 0 !important;
}

.paddingSpace .prod_details {
  margin-bottom: 15px;
}
.textwidget.custom-html-widget .welcom-message a {
    display: flex;
    align-items: center;
}
 
 
.textwidget.custom-html-widget .welcom-message a p.customer-name {
    padding-left: 7px;
}
div#qodef-page-header-inner {
    padding: 0 20px;
}
.shop_table.shop_table_responsive .woocommerce-shipping-methods li {
    display: flex;
    align-items: flex-start;
}
.shop_table.shop_table_responsive .woocommerce-shipping-methods li input {
    margin-top: 7px;
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1350px) { 


  .qodef-search-opener.qodef-source--icon-pack{
    font-size: 11px;
  }
  .qodef-header-navigation ul li a span {
      font-size: 11px;
  }
}
*/
.woo_favorite_add_button::after {
    content: " Favorite";
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-left: 5px;
}


