/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/

.single-product .woocommerce-notices-wrapper {
	display: none;
}

.single-product .summary .product_title,
.single-product .summary .price {
	display: none;
}

.single-product.woocommerce div.product .custom-summary {
	width: 100%;
    box-shadow: none;
	padding: 0;
}

.single_add_to_cart_button {
	display:none !important;
}

.custom-summary .first-payment-date,
.custom-summary .product_meta {
	display: none;
}

.custom_table tbody {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription {
	display: flex;
    width: calc(25% - 20px);
    margin: 0 10px;
    text-align: center;
    -webkit-transition: .1s ease;
    transition: .1s ease;
    box-shadow: 0 1px 4px rgb(0 0 0 / 7%);
    background: #fff;
    padding: 0;
    border-radius: 5px;
    height: 100%;
    margin-bottom: 20px;
	pointer-events: none;
}

.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription.loaded {
	pointer-events: auto;
}

.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription td {
	padding: 0 20px;
}

.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription td.table-name {
	font-family: "Poppins", Sans-serif;
    font-weight: 800;
    line-height: 1.2em;
    font-size: 13px;
    color: #242429;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center !important;
}

.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription td.woocommerce-grouped-product-list-item__price .amount {
    font-family: "Poppins", Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)!important;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--accent);
    padding-left: 25px;
    padding-right: 25px;
    justify-content: center;
    margin-top: 20px;
    text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
	display: block;
}

.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription td.woocommerce-grouped-product-list-item__label {
	display: none;
}

.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription td.woocommerce-grouped-product-list-item__price {
	margin-bottom: 10px;
}

.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription td.table-content,
.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription td.table-purchase{
	overflow: hidden;
    margin-bottom: 25px;
	padding-left: 25px !important;
    padding-right: 25px !important;
}

.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription td.table-purchase {
	display: none;
}

.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription:not(.purchasable),
.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription.current-plan {
	pointer-events: none;
}

.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription:not(.purchasable) td.table-purchase {
	display: table-cell;
}

.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription:not(.purchasable) td.table-button {
	display: none;
}

.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription td .select-package {
 	padding: 0 20px 20px;
}

.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription td.table-button.current-plan-button {
	display: none;
}

.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription.current-plan td.table-button {
	display: none;
}

.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription.current-plan td.table-button.current-plan-button {
	display: block;
	opacity: 0.7;
}


.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription td .select-package a {
font-size: 13px;
    padding: 14px 40px;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden;
    border-radius: 5px;
    line-height: 16px;
    font-weight: 600;
    width: 100%;
    height: auto;
    display: block;
}

.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription:hover td .select-package a {
	color: #fff;
    opacity: .9;
}

.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription td .select-package a i {
    width: auto;
    vertical-align: middle;
    float: none;
    top: 0;
    margin-left: 10px;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  z-index: 9999;
	display: none;
}
.loading:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: 6px solid #f2f2f2;
  border-top: 6px dotted #f2f2f2;
  border-bottom: 6px dotted #f2f2f2;
  border-radius: 50%;
  animation: loading 2s infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
}

@media(max-width: 992px) {
	.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription {
		width: calc(50% - 20px);
	}
}


@media(max-width: 768px) {
	.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription {
		width: calc(100%);
		margin: 0;
	}
	
	.custom_table tbody tr.woocommerce-grouped-product-list-item.product-type-job_package_subscription {
		margin: 20px 10px !important;
	}
}


.woocommerce-account #c27-site-wrapper > .elementor > .elementor-section.elementor-section-boxed:first-child > .elementor-container {
	max-width: 100%;
}


.woocommerce-account #c27-site-wrapper > .elementor > .elementor-section {
	display: none;
}

.woocommerce-account.woocommerce-my-listings #c27-site-wrapper > .elementor > .elementor-section {
	display: block;
}


.woocommerce-account #c27-site-wrapper > .elementor > .elementor-section:first-child {
	display: block;
}

.woocommerce-account.getting-started .i-section > .container {
    width: 100%;
	padding: 0;
}

.woocommerce-account.getting-started .i-section > .container > div,
.woocommerce-account.support .i-section > .container > div{
	padding: 0;
}

.woocommerce-account.getting-started .i-section > .container > div > div,
.woocommerce-account.support .i-section > .container > div > div {
	margin: 0;
}


.woocommerce-account .lf-item-info>h4,

.woocommerce-account .lf-item-info>.lf-contact{
	padding-left: 60px;
}


.woocommerce-account #c27-site-wrapper > .elementor > .elementor-section.elementor-section-boxed > .elementor-container > .elementor-column > .elementor-widget-wrap {
	padding: 0;
}

.woocommerce-account .elementor-section .elementor-element .i-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.woocommerce-account ul{
    list-style-type: none !important;
    list-style-position: initial !important
}

.woocommerce-account.woocommerce-my-listings .my-listings-stat-box > div {
	display: none;
}

.woocommerce-account.woocommerce-my-listings .my-listings-stat-box .stat-card-status-publish p {
	font-size: 14px;
}