/* Hide 'edit', 'delete' classes specifically for page ID 1399 */
.page-id-1399 .edit,
.page-id-1399 .delete,
.page-id-1399 .withdraw,
.page-id-1399 .settings.has-submenu
{
    display: none !important;
}
.page-id-1399 .pull-right, .dokan-add-product-link
{
	display: none !important;
}

/* Hide 'dokan-account-migration-lists' specifically for page ID 11 (My Account) */
.page-id-11 .dokan-account-migration-lists {
    display: none !important;
}
.banner .banner-content {
  position: relative;
  padding: 50px 0 50px!important;
}

/* Hide the entire div containing the Shiprocket Pincode Checker */
#shiprocket_pincode_check {
    display: none !important;
}

#check_pincode {
    display: none !important;
}
	
/* Contact Form 7 Responsive Styling */
.wpcf7-form .form-group {
    width: 100%;
    margin-bottom: 15px;
}

.wpcf7-form .form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form .wpcf7-checkbox {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.wpcf7-form input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #45a049;
}

.single-product .author-bio-section {
    display: none;
}
.single-product .yith-wfbt-section.tbay-addon .tbay-addon-title, .single-product .related.tbay-addon .tbay-addon-title, .tbay-addon .tbay-addon-title{
	color: #ff6600 !important;
}

#tbay-main-content .product-recently-viewed .tbay-addon-title{
	margin-top:30px !important;
	margin-bottom: 0;
}
.tbay-addon .tbay-addon-title .subtitle{
	display:non
}
body.tbay-homepage-demo .product-recently-viewed .tbay-addon-content{
    background: #fff;
    border: none !important;
}

@media only screen and (max-width: 600px) {
	div#home-banner-row{
		margin-top: 30px !important;
		    padding-top: 30px !important;
	}
}

.wpced {
    background-color: #ff6600 !important; /* Background color */
    color: #ff6600 !important; /* Text color */
    padding: 1px 2px; /* Reduced padding */
    border-radius: 5px; /* Rounded corners */
    display: inline-block; /* Ensures proper styling */
    font-weight: bold; /* Makes text bold */
}