/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*Products */
.block-tab-4 .nav-link {
			padding-top: 20px;
			padding-bottom: 20px;
			font-weight: 500;
			color: #222;
			transition: none;
		}

		.block-tab-4 .nav-link.active,
		.block-tab-4 .tab-pane {
			color: #FFF;
			background-color: #125715;
		}

		.block-tab-4 .nav-link:nth-child(2).active,
		.block-tab-4 .tab-pane:nth-child(2) {
			background-color: #6d0f0f;
		}

		.block-tab-4 .nav-link:nth-child(3).active,
		.block-tab-4 .tab-pane:nth-child(3) {
			background-color: #1d0f6d;
		}

		.block-tab-4 .nav-link:nth-child(4).active,
		.block-tab-4 .tab-pane:nth-child(4) {
			background-color: #0f6d60;
		}

		.block-tab-4 .nav-link:nth-child(5).active,
		.block-tab-4 .tab-pane:nth-child(5) {
			background-color: #6d6b0f;
		}

		.block-tab-4 .nav-link:nth-child(6).active,
		.block-tab-4 .tab-pane:nth-child(6) {
			background-color: #0f676d;
		}

		.block-tab-4 .nav-link:nth-child(7).active,
		.block-tab-4 .tab-pane:nth-child(7) {
			background-color: #6d0f55;
		}
		
		