.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#ffffff;
}

:root{
--wd-text-font:"Lato", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Lato", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
:root{
--wd-primary-color:#83b735;
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-shop-bgcolor:#83b735;
}
:root{
--btn-shop-bgcolor-hover:#6ca300;
}
:root{
--btn-accent-bgcolor:#83b735;
}
:root{
--btn-accent-bgcolor-hover:#6ca300;
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
	:root{
	
	
			--wd-form-brd-radius: 0px;
	
	--wd-form-brd-width: 2px;

	--btn-default-color: #333;
	--btn-default-color-hover: #333;

	--btn-shop-color: #fff;
	--btn-shop-color-hover: #fff;

	--btn-accent-color: #fff;
	--btn-accent-color-hover: #fff;
			--btn-default-brd-radius: 0px;
		--btn-default-box-shadow: none;
		--btn-default-box-shadow-hover: none;
		--btn-default-box-shadow-active: none;
		--btn-default-bottom: 0px;
	
	
			--btn-accent-brd-radius: 0px;
		--btn-accent-box-shadow: none;
		--btn-accent-box-shadow-hover: none;
		--btn-accent-box-shadow-active: none;
		--btn-accent-bottom: 0px;
	
	
			--btn-shop-bottom-active: -1px;
		--btn-shop-brd-radius: 0px;
		--btn-shop-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
		--btn-shop-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
	
	
	
	
	
	
	
		}

	/* Site width */
		/* Header Boxed */
	@media (min-width: 1025px) {
		.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
			max-width: 1192px;
		}
	}

	.container {
		max-width: 1222px;
	}
	
	
	@media (min-width: 1222px) {

		[data-vc-full-width]:not([data-vc-stretch-content]) {
			padding-left: calc((100vw - 1222px) / 2);
			padding-right: calc((100vw - 1222px) / 2);
		}

		.platform-Windows [data-vc-full-width]:not([data-vc-stretch-content]) {
			padding-left: calc((100vw - 1239px) / 2);
			padding-right: calc((100vw - 1239px) / 2);
		}
	}

	
/* Quick view */
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

/* Shop popup */
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}

/* Age verify */
div.wd-popup.wd-age-verify {
	max-width: 500px;
}

/* Header Banner */
.header-banner {
	height: 40px;
}

body.header-banner-display .website-wrapper {
	margin-top:40px;
}

/* Tablet */
@media (max-width: 1024px) {
	/* header Banner */
	.header-banner {
		height: 40px;
	}
	
	body.header-banner-display .website-wrapper {
		margin-top:40px;
	}
}

.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
		
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//profitmaxacademy.com/wp-content/themes/woodmart/fonts/woodmart-font.woff2?v=6.1.4") format("woff2"),
	url("//profitmaxacademy.com/wp-content/themes/woodmart/fonts/woodmart-font.woff?v=6.1.4") format("woff");
}

.df-popup-thumb {
    width: 100% !important;
}
span.df-book-title {
    background: #d30c67 !important;
    color: #fff;
    font-size: 18px !important;
}
.presentationBox .infoBox, .post-password-form {
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
padding: 20PX 10PX;
}
/*.post-password-form input {
	background: #d30c67;
} */
/* Media Queries for Responsive Design */
        @media screen and (max-width: 1024px) {
            .grid-container {
                grid-template-columns: repeat(2, 1fr); /* 2 columns for medium screens */
            }

            table th:nth-child(2), table td:nth-child(2),
            table th:nth-child(3), table td:nth-child(3) {
                width: 60px; /* Smaller fixed width for DATE and TIME on medium screens */
            }
        }

        @media screen and (max-width: 768px) {
            .grid-container {
                grid-template-columns: repeat(1, 1fr); /* 1 column for small screens */
            }

            table th:nth-child(2), table td:nth-child(2),
            table th:nth-child(3), table td:nth-child(3) {
                width: 50px; /* Smaller fixed width for DATE and TIME on small screens */
            }
        }

        @media screen and (max-width: 480px) {
            .grid-item h3 {
                font-size: 16px; /* Smaller header text for small devices */
            }

            table th, table td {
                padding: 8px; /* Smaller padding for smaller devices */
            }

            table th:first-child, table td:first-child {
                max-width: 100px; /* Reduce max-width of STOCKS column on very small screens */
            }

            table th:nth-child(2), table td:nth-child(2),
            table th:nth-child(3), table td:nth-child(3) {
                width: 45px; /* Further reduce width for DATE and TIME on small devices */
            }
        }
thead tr th {
    background: #ddd !important;
    font-weight: bold;
}
section.MainSection {
    text-align: center;
}
.grid-container {
 display: grid;
 grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
 gap: 20px; /* Gap between grid items */
 padding: 20px;
}
.grid-item {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 5px;
   overflow: hidden;
}
.grid-item h3 {
  background-color: #2d4159; /* Dark blue header background */
  color: white;
  padding: 10px;
  text-align: center;
   margin: 0;
}
table {
   width: 100%;
   border-collapse: collapse;
   text-align: left;
}
table th, table td {
  padding: 10px;
  border: 1px solid #ddd;
}
/* Ensure the STOCKS column is flexible while keeping the other columns stable */
        table th:first-child, table td:first-child {
            width: auto; 
            white-space: normal; 
            overflow: hidden; 
            text-overflow: ellipsis; 
            max-width: 200px; 
						overflow-wrap: break-word;
        }

        table th:nth-child(2), table td:nth-child(2),
        table th:nth-child(3), table td:nth-child(3) {
            width: 90px; 
        }
.section1, .section2 {
	width: 100%;
}
.section1 .sectionHeading h1, .section2 .sectionHeading h1 {
	 text-align: center;
	 padding: 8px;
   color: #fff !important;
   margin: 0px;
}
.section1 .sectionHeading {
	background: green;
}
.section2 .sectionHeading {
	background: red;
}
/*--  Alert Page END --*/
.onlineCourseBTN {
 margin-top: 20px;
}
.homePopupBTN {
    float: left;
	margin-right: 10px;
}
.related-products .product-element-top img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    display: none !important;
}
/* --- Download PDF form -- */
.snp-banner1 {
    background: #000 !important;
}

/* Counter Box --- */
.lgx_app_item {
    box-shadow: rgb(255 255 255 / 35%) 0px 5px 15px;
    padding: 25px 0px;
    border-radius: 10px;
}
span.lgx_counter_value {
    color: #d30c67 !important;
    font-weight: 900 !important;
    font-size: 32px !important;
}
h4.lgx_app_item_title {
    color: #fff !important;
    font-size: 16px !important;
}
/*--- Counter Box CSS End -- */
.product-tabs-wrapper {
    padding-top: 0px;
}
.screenersBox h2 {
    color: #fff;
}
.vc_tta-color-blue.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #fff !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-heading {
    margin-bottom: 5px !important;
}
.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff !important;
    background: #d30c67 !important;
}
.vc_active h4 a {
    background: #d30c67 !important;
    color: #fff !important;
}
.tpstyle-3 .image-bg-circle {
    width: 100%;
    height: 250px;
    border-radius: 10px;
}
.vc_tta.vc_general .vc_tta-panel-body {
    padding: 14px 0px !important;
}
.resp-vtabs .vresp-tab-content-active {
    background-color: #d1d1d1 !important;
    border-left: 2px solid #dc0c6a !important;
}
.resp-vtabs .vresp-tabs-container {
    border: unset !important;
}
.enquiryForm {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 20px;
}
.ginput_container input, .ginput_container textarea {
    padding: 10px 20px !important;
}
div#my_popup, .popupForm{
    background: #ddd;
}
.gform_button {
    background: #d30c67;
    border-radius: 10px;
    color: #fff !important;
    padding: 15px 30px;
}
.gform_button:hover {
	background: #000 !important;
}
.counterBox {
    box-shadow: rgb(255 255 255 / 35%) 0px 5px 15px;
    padding: 25px 0px;
    border-radius: 10px;
}
.productInfoBox h3 {
    font-size: 18px;
}
.productInfoBox h4 {
    font-size: 16px;
}
.counterBox 
 .counter-value {
    color: #d30c67 !important;
    font-weight: 900 !important;
    font-size: 32px;
}
.counterBox .counter-label {
    color: #fff !important;
    font-size: 16px !important;
}
.productInfoBox .title {
    font-size: 25px;
}
.productTabs {
    background: #fff;
    box-shadow: 2px 2px 8px #ccc;
    border-radius: 4px;
    padding: 25px;
}
.productInfoBox {
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 8px #ccc;
    position: relative;
    background: #fff;
    padding: 20px 10px;
}
ul.tabs.wc-tabs, .wd-prefooter {
    display: none;
}
.productTabs ul.vc_tta-tabs-list li a {
    background: #000 !important;
    color: #fff !important;
    padding: 20px 40px !important;
    font-size: 20px !important;
}
.sixBoxSection {
    background: #da0c6a;
    color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
}
.testimonialSection .testimonial-content, .testimonialSection footer {
    color: #fff;
}
.homeTabSection li.vc_tta-tab.vc_active {
    background: #d30c67;
    color: #fff !important;
}
.homeTabSection li.vc_tta-tab {
    background: #fff;
    border-radius: 5px;
}
input[type="number"] {
    padding: 20px;
    text-align: unset;
}
textarea {
    min-height: 100px;
}
.formSection {
    background: #324864;
    border-radius: 20px;
    padding: 40px 30px 30px 30px;
}
.downIcon {
    width: 50px;
	  margin: 0px auto;
}
.infoBoxSection h4 {
	color: #fff;
}
.infoBoxSection {
    background: #d30c67;
    padding: 15px 30px;
    border-radius: 20px;
}
.wd-header-my-account.wd-tools-element.wd-event-hover.wd-with-username.wd-account-style-icon span.wd-tools-icon, .wd-header-my-account.wd-tools-element.wd-event-hover.wd-with-username.wd-account-style-icon span.wd-tools-text {
    color: #fcd01a;
    font-size: 16px !important;
    font-weight: 900;
}
.tableHeading {
    background: #000;
    padding-top: 30px;
}
.tablepress-table-name {
    margin-bottom: 0px;
    text-align: center;
    padding: 8px 0px;
    background: #c40a62;
    color: #fff;
}
.listWithIcon.liftList li {
    flex-direction: row-reverse !important;
    display: flex !important;
    justify-content: end;
}
.listWithIcon span.list-icon {
    padding: 10px;
    height: 50px !important;
    width: 50px !important;
    margin: 0px 10px;
}
.listWithIcon li {
    margin-bottom: 30px !important;
}@media (min-width: 768px) and (max-width: 1024px) {
	.sectionHeading h1 {
	font-size: 18px;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.sectionHeading h1 {
	font-size: 18px;
}
}

@media (max-width: 576px) {
	.grid-container {
	display: block;
}
.grid-container .grid-item {
	margin-bottom: 20px;
}
.sectionHeading h1 {
	font-size: 18px;
}
}

