/*
Theme Name: Anvogue Child
Theme URI: https://anvogue.presslayouts.com/landing
Author: PressLayouts Team
Description: This is a child theme for Anvogue
Version: 1.0
Author URI: https://www.presslayouts.com/
Template: anvogue
Text Domain: anvogue-child
*/

/* view local vendor page 'vendor phone number'*/
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-phone {
    display:none;
}



/* Vendor product table on dashboard - hide 'Type/Earnings Colum))) */

.dokan-dashboard #dokan-product-list-table td:nth-child(8),
.dokan-dashboard #dokan-product-list-table th:nth-child(8) {
  display: none !important;
}




/* Manxsy Shipping Profiles – Button Styling */
#manxsy-profiles-modal .button,
#manxsy-open-profiles-modal.button,
.manxsy-ship-fields .button {
    background-color: #000 !important; /* black background */
    color: #fff !important; /* white text */
    border: none !important;
    border-radius: 6px;
    transition: all 0.3s ease;
}

#manxsy-profiles-modal .button:hover,
#manxsy-open-profiles-modal.button:hover,
.manxsy-ship-fields .button:hover {
    background-color: #D2EF9A !important; /* your theme's green */
    color: #000 !important; /* black text on hover */
}


#manxsy-profiles-modal .button#manxsy_delete_profile {
    background-color: #d9534f !important; /* red delete button */
    color: #fff !important;
}

#manxsy-profiles-modal .button#manxsy_delete_profile:hover {
    background-color: #c9302c !important;
    color: #fff !important;
}




/* Hide vendor address on single product pages 
body.single-product li.store-address {
    display: none !important;
}*/



/* product add-on single product page - add-on total section removed **********/

body.postid-28234 #product-addons-total ul li:first-child {
  display: none !important;
}



/* Dokan vendor dashboard / frontend product edit */
.dokan-dashboard label[for="product_type"],
.dokan-dashboard select#product_type,
.dokan-dashboard .product-type-field,
.dokan-dashboard .dokan-product-type,
.dokan-dashboard p.form-field.product-type-field { display: none !important; }



/* Hide street address in Dokan store listings */
.store-address .street_1 {
    display: none !important;
}

/* Optional: also hide street_2 and postcode if they exist */
.store-address .street_2,
.store-address .zip {
    display: none !important;
}


/* Hide street address on single vendor store page */
.dokan-store .dokan-store-address .street_1,
.dokan-store .dokan-store-address .street_2,
.dokan-store .dokan-store-address .zip {
    display: none !important;
}



.dokan-single-store .store-coupon-wrap .code {

  background: #D2EF9A !important;
 max-width: 100% !important;
  width: 100% !important;
}

.dokan-single-store .store-coupon-wrap .code span.outside {
max-width:100% !important;
  width: 100% !important;
}

.dokan-single-store .store-coupon-wrap .code span.outside span.inside {
  border: 1.1px dashed #000;
  padding: 15px 10px;
  border-radius: 2px;
  float: left;
  text-align: center;
  width: 100% !important;
}


.page-id-4533 .dokan-header-actions button {
  display: block !important;
}


.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) {
  border-radius: var(--bm-message-border-radius) !important;
  background: rgba(var(--right-message-bg-color), 1);
  color: rgba(var(--right-message-text-color), 1);
  border-radius: 6px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) {
  border-radius: var(--bm-message-border-radius) !important;
  background: rgba(var(--left-message-bg-color), 1);
  color: rgba(var(--left-message-text-color), 1);
  border-radius: 6px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}



/* SINGLE PRODUCT PAGE VENDOR INFO BOX ************/
.dokan-vendor-info-wrap {
  border: 1px solid #E7E7E7;
  padding: 20px;
  margin-top: 15px;
  display: flex;
  flex-direction: column; 
/* stack content neatly */
  align-items: center;    
  
/* center text */
  border-radius: 8px;     
/* softer corners */
  background-color: #fafafa; 
/* light background for contrast */
  box-shadow: 0 2px 6px rgba(0,0,0,0.05); /* subtle shadow */
	border-radius:6px;
}





/* CHECK BOXES ***********/
input[type="checkbox"], input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  margin-bottom: 5px;
  cursor: pointer;
  vertical-align: middle;
  border: 2px solid #000; /* solid black border */
  border-radius: 4px; /* slightly rounded corners for checkboxes */
  background-color: #fff; /* default background */
  position: relative;
  transition: all 0.2s;
}

input[type="checkbox"]:checked {
  background-color: #000; /* fill when checked */
}

input[type="radio"] {
  border-radius: 50%; /* circle for radio */
}

input[type="radio"]:checked {
  background-color: #000;
  box-shadow: inset 0 0 0 6px #fff; /* white dot inside */
}

input[type="checkbox"]:hover, input[type="radio"]:hover {
  border-color: #0073e6; /* highlight on hover */
}





.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
  margin: 0;
  position: relative;
  cursor: pointer;
  padding: 6px 6px 6px 6px;
  margin: 6px 6px 6px 6px;
}

.dokan-dashboard .dokan-dashboard-wrap * {
  box-sizing: border-box;
  border-radius: 6px;
}


.product-edit-new-container label.form-label span {
	display:none !important;

}



.dokan-label{
	border-radius:6px !important;
}

.widget_shopping_cart .mini-cart-item-content span.quantity {
  display: none !important;
}

	.wc-pao-addon-image-swatch {
  display: inline-block;
  outline: 1px solid #ddd;
  padding: 2px;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 6px;
}

.wc-pao-addon-image-swatch img {
  max-width: 65px;
  max-height: 65px;
  float: left;
  border-radius: 6px !important;
}

	.woocommerce-info{
		border-top-color:#D2EF9A;
border-radius:6px !important;
	}
	


a.cancel_sale_schedule {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
display: inline-block;
  background-color: #0073aa;
  color: #fff !important;
  padding: 3px 6px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;

}

.dokan-progress-bar-info {
  background-color: #40cc42;
}


.dokan-product-listing .dokan-product-listing-area table td img {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 100px;
	border-radius:6px;
}




.dvm-btn {
    background-color: #000000 !important; /* black background */
    color: #ffffff !important;           /* white text */
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.dvm-btn:hover {
    background-color: #D2EF9A !important; /* hover background */
    color: #000000 !important;             /* hover text color */
}



/* View Product button (vendor edit product page) */
.dokan-btn-view {
    margin-right: 10px;         /* space between Save and View */
align-content: center;
  font-size: 16px !important;
min-height: 52px !important;
    border-radius: 6px;        /* rounded corners */
    background: #000;          /* default background */
    color: #fff;               /* default text color */
    padding: 10px 18px;        /* consistent padding */
    font-size: 14px;           /* consistent font size */
    font-weight: 500;          /* match Save Product */
    text-decoration: none;     /* remove underline */
    display: inline-block;     /* ensures button look */
    transition: all 0.2s ease; /* smooth hover */
}

.dokan-btn-view:hover {
    background: #D2EF9A; /* hover background */
    color: #000;         /* hover text color */
}




.product-customisation-box {
    margin: 15px 0;
    padding: 15px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 6px;
	width:100%;
}

.product-customisation-box label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}

.product-customisation-input {
    width: 100% !important;
    box-sizing: border-box;
}




/* Edit product permalink */
.dokan-panel .dokan-panel-body td.refunded-total, .dokan-product-edit-form #dokan-product-title-area #edit-slug-box #sample-permalink a{
	color:blue !important;
}

/* Blog Author id */
.author-link.vcard {
    display: none;
}



/* Push the sidebar below seller header */
.dokan-store .dokan-store-wrap {
    display: flex;
    flex-wrap: wrap;
}

.dokan-store .dokan-store-sidebar {
    order: 2; /* Moves sidebar below the header in flex */
    width: 25%; /* Adjust width if needed */
}

.dokan-store .dokan-store-content {
    order: 1; /* Makes products appear first */
    width: 75%; /* Adjust width to fit content */
}






/* Featured products grid: 4 per row */
.manxsy-featured-products ul.products,
ul.products.manxsy-featured-products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px;
}

/* Make images slightly smaller */
.manxsy-featured-products ul.products li.product img,
ul.products.manxsy-featured-products li.product img {
    max-width: 90% !important;
    margin: 0 auto;
}




/* Hide Latest Products section */
#dokan_store_section_latest {
    display: none !important;
}

/* Hide Best Selling Products section */
#dokan_store_section_best_selling {
    display: none !important;
}

/* Hide Top Rated Products section */
#dokan_store_section_top_rated {
    display: none !important;
}



.dokan-shipping-policy-container .shipping-heading-info {
    display: none !important;
}



#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .featured-favourite .featured-label {

  margin-bottom: 10px;
}

/* single product report abuse button */
.dokan-report-abuse-button {
  display: inline-block;
  color: #e85b5b !important;
  margin-top: 5px;
  font-size: 0.8em;
}

/* Store page - sales + member since text *****/
.vendor-sales-box {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center; /* Center the content horizontally */
    margin: 20px auto;       /* Center the box itself and add vertical spacing */
}



/* Store verification ticks widget */
.fa-check-circle:before {
    content: "\f058";
    color: green;
}


body.single-product .dokan-btn{
	margin-bottom:10px; 
}
/* Share button single product page **/
.pls-product-share {
  padding-top: 10px;
}

/* ORDER NOTES *****/
.dokan-orders-content .dokan-orders-area ul.order_notes .note_content {
  position: relative;
  background: #5a7d5a;
  padding: 3px 10px;
  margin-bottom: 10px;
  color: white;
}

/* ORDER PICTURER THUMBNAIL*/
.dokan-orders-content .dokan-orders-area td img {
  padding: 2px;
  margin: 0;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
  width: 80px;
  height: 100px;
}




/* Fix Dokan seller badge modal close button shape */
.seller-badge-modal .modal-close-link.dashicons {
    width: 30px;
    height: 20px;
    line-height: 32px;
    border-radius: 6px;       /* make it circular */
    background: #f5f5f5;      /* light background */
    color: #333;              /* icon color */
    font-size: 18px;          /* icon size */
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;   /* subtle border */
    cursor: pointer;
    transition: all 0.2s ease;
}

.seller-badge-modal .modal-close-link.dashicons:hover {
    background: #e74c3c;   /* red on hover */
    color: #fff;
    border-color: #e74c3c;
}





/* Hide Grouped & Affiliate/External products in Dokan Edit Product page */
#product_type.dokan-form-control option[value="grouped"],
#product_type.dokan-form-control option[value="external"] {
    display: none !important;
}



div.dokan-seller-badge-list div.container {
  position: relative;
  width: 60px;
  height: 43px;
}

.dokan-single-store .dokan-store-tabs ul li.dokan-right {
  border-right: 0;
  margin-right: 10px;
}

/* SALE SCHEDULE LABEL */
a.sale_schedule {
    display: inline-block;
    background-color: #0073aa; /* WordPress blue */
    color: #fff !important;
    padding: 3px 6px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    transition: background-color 0.2s ease;
    margin-bottom: 3px;
}

a.sale_schedule:hover {
    background-color: #005f8d; /* darker blue on hover */
}

/* DOKAN BUTTONS */
input[type="submit"].dokan-btn-theme,
.dokan-btn-theme {
    border-radius: 6px;
}

.dokan-btn-sm {
    padding: 0.75em 1.4671em;
    border-radius: 12px;
}

/* SEO INPUT BOX */
.product-edit-new-container .dokan-product-seo .wpseo-shortcode-wrap select.wpseo_shortcode {
    height: 40px !important;
    line-height: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box !important;
    background-color: #fafafa !important;
    display: none;
}

/* Hide brand fields */
.dokan-dashboard label[for*="brand"],
.dokan-dashboard .select2-container[id*="brand"],
.dokan-dashboard .dokan-form-group:has([for*="brand"]),
.dokan-form-group label[for="product_brand_edit"],
.dokan-form-group select#product_brand_edit,
.dokan-form-group .product_brand_search,
.dokan-form-group select[name="product_brand[]"],
.dokan-form-group:has(#product_brand_edit) {
    display: none !important;
}

/* Variable shipping box */
.dokan-dashboard-content.dokan-product-edit .dokan-form-group.hide_if_variation_virtual,
.dokan-variable-attributes .weight-dimension,
.show_if_needs_shipping.dokan-form-group,
.dokan-shipping-zone-list-container,
.shipping-method-popup .mt-4:nth-child(1),
.shipping-method-popup .mt-4:nth-child(2),
.shipping-method-popup .mt-4:nth-child(3),
.product-edit-new-container .dokan-shipping-container .dokan-shipping-dimention-options,
.show_if_needs_shipping.dokan-shipping-dimention-options[style],
.dokan-shipping-single-zone-container .bg-white.px-4.py-6.sm\:grid.sm\:grid-cols-3.sm\:gap-4.sm\:px-3,
.dokan-shipping-single-zone-container .bg-gray-50.px-4.py-6.sm\:grid.sm\:grid-cols-3.sm\:gap-4.sm\:px-3 {
    display: none !important;
}

/* PRODUCT CATEGORY MODAL */
.dokan-product-category-modal .dokan-product-category-modal-content {
    position: fixed;
    bottom: calc(50% - 275px);
    background-color: #fefefe;
    width: 80%;
    height: 550px;
    padding: 19px 45px;
    overflow: auto;
    border-radius: 6px;
}

/* PRODUCT FORM */
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-height: 38px;
    padding: 6px 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: inherit;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus-within {
    border-color: var(--wp-admin-theme-color, #0073aa);
    box-shadow: 0 0 0 2px rgba(0,115,170,.25);
    outline: 0;
}

.select2-container--open .select2-dropdown--below {
    margin-top: 1px;
}

/* PRODUCT SHIPPING HEADER */
.manxsy-ship-header {
    display: inline-flex !important;
    justify-content: flex-end;
    margin: 20px 0 10px 15px;
}

/* PLUGIN/STORE SIDEBAR */
.pls-widget-bordered .widget {
    border: none;
    padding: 2.5rem 1.5rem;
    margin-bottom: 1.5rem;
}

.dokan-store-wrap.layout-left .dokan-store-sidebar {
    margin-right: 0;
}

.dokan-single-store .dokan-store-tabs ul.dokan-modules-button {
    border: 0;
    align-items: flex-end;
}

.dokan-single-store .dokan-store-tabs ul.dokan-list-inline {
    border-style: none;
}

.dokan-store-sidebar {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0px;
    margin-bottom: 30px;
    font-family: var(--font-primary, sans-serif);
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper {
    border: 0;
}

.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a {
    width: 100%;
    text-decoration: none;
    color: #666;
    padding: 10px 15px;
    display: inline-block;
    font-weight: 600;
    font-size: medium;
}

.vendor-sales-box {
    border: 0 solid #2a2a2a;
    padding: 15px;
    margin-top: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 100%;
}

.vendor-sales-box h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.vendor-sales-box p {
    font-size: 24px;
    font-weight: bold;
    color: #2a2a2a;
    margin: 0;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .seller-rating {
    display: inline;
    padding: 1rem;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

/* PROFILE INFO TOP OF PAGE */
@media (min-width: 1200px) {
    .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
        padding: 4px;
    }
    .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li::after {
        content: '';
        color: #000;
        font-weight: bold;
        font-size: 18px;
        position: relative;
        top: 3px;
    }
}

/* PRODUCT PAGE TABS */
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
    display: inline-block;
    margin-left: 2rem;
    margin-right: 0;
    padding-bottom: 1rem;
}

/* TOP SEARCH BAR */
.ajax-search-style-1 .search-submit {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

/* LOCAL SELLER FILTER BAR */
#dokan-store-listing-filter-wrap {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 1px 1px 20px 0px #E9E9E9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 6px;
}

/* TOP MENU BLACK SECTION */
.pls-categories-menu-title {
    background-color: var(--pls-categories-menu-title-background);
    color: var(--pls-categories-menu-title-color);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 1rem;
    text-transform: uppercase;
    width: 100%;
    border-radius: 6px;
}

/* BACKGROUND STYLE FIX */
.dokan-layout :is(.bg-primary-500) {
    background-color: #D2EF9A;
    border: 1px solid black;
}

/* DASHBOARD MESSAGES */
.dokan-dash-sidebar ul.dokan-dashboard-menu li.messages a {
    font-size: 0 !important;
}

.dokan-dash-sidebar ul.dokan-dashboard-menu li.messages a::after {
    content: "Messages";
    font-size: 14px;
    color: #fff;
}

/* MESSAGE POP BUBBLE */
.bpbmuc {
    background: white;
    border-radius: 100%;
    color: black;
    font-size: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    margin: 4px;
}

/* MESSAGE NOTIFICATIONS */
.bm-toast-site-message {
    background: #000 !important;
    color: #fff !important;
    user-select: none;
    opacity: 1;
    padding: 20px;
}

/* WOOCOMMERCE PRODUCT STYLES */
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    padding-bottom: 10px;
}

.woocommerce div.summary .product_title {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0;
}

/* HIDE ENLARGED IMAGE CAPTION */
.pswp__caption__center {
    display: none;
}

/* CONTACT SELLER BUTTON */
body.single-product .dokan-btn,
body.single-product .dokan-store-support-btn,
body.single-product .dokan-btn--contact-seller {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 14px 20px;
    font-size: 1rem;
    text-align: center;
    border-radius: 12px;
}

body.single-product .dokan-btn.dokan-btn--contact-seller {
    line-height: 1.4;
}

/* WOOCOMMERCE ACCOUNT AND DASHBOARD */
.woocommerce-MyAccount-content > p:first-of-type {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    flex: 0 0 72%;
    max-width: 72%;
    background-color: #f7f7f7;
    align-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
}

.woocommerce-MyAccount-content ul.dokan-account-migration-lists {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #eee;
    display: none;
}

/* UPLOADERS */
.uploader-inline-content .post-upload-ui,
.attachment-details .setting.has-description,
.attachment-details .setting,
.media-sidebar .setting.has-description,
.media-sidebar .setting,
.attachment-details .setting+.description,
.attachments-browser .media-toolbar-primary {
    display: none;
    margin-bottom: 2em;
}

/* SELECT2 MULTIPLE & SINGLE */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-height: 38px;
    padding: 6px 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
}

/* SELECT2 COLORS FIX */
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: inherit;
}

/* addons box single product page */

.wc-pao-addons-container {
  margin-bottom: 10px;
  max-width: 100%;
  width: 100% !important;
}




widget_shopping_cart .mini-cart-item-content span.quantity {
  display: none;
}


.wc-pao-addon-name {
  display: inline;
  margin: 0 5px 0 10px !important;
  padding: 0 !important;
  font-size: 20px;
}


.dokan-dashboard .dokan-product-edit-form .dokan-attribute-variation-options {
    display: none !important;
}


.dokan-edit-row .dokan-section-heading {
  padding: 10px 15px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  cursor: pointer;
  background: #ececec;
}



.product-edit-new-container label.form-label {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 17px;
  display: block;
}



.product-edit-container #edit-slug-box {
  margin-top: 10px;
 display: none;
}



/* variations - title drop down field ****/

.wc-pao-addon-main-settings-2 .wc-pao-col2.show {
  display: none !important;
}

/* edit product page top section */
.product-edit-new-container .dokan-form-top-area .dokan-product-meta {
  width: 65%;
  background: #f0f9ff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 430px) {
  .dokan-dashboard .content-half-part:first-child {
    padding-right: 1rem;
  }


/* Hide the price type containers completely */
.wc-pao-addon-content-price-type,
.wc-pao-addon-option-price-type {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

	

/* END OF FIXED CSS */