


/* ----------------------------------------------------
				Products Area CSS
---------------------------------------------------- */
.product_title,
.product-content { }



/* ----------------------------------------------------
                 Products Tabs CSS
---------------------------------------------------- */
.product-tabs {
	margin:  50px 0 15px 0;
	display: inline-block;
	width: 100%;
}

.tab_content {
  	padding-top: 30px;
}
.tab_content h5 {
  	font-weight: 600;
  	padding: 0px 0px 15px 0px;
}
.tab_content ul {
	list-style-type: none;
}
.tab_content ul li {
	padding-left: 2rem;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 2em;
}
.tab_content ul li::before {
	content: "—";
	margin-right: 1rem;
	margin-left: -2rem;
	display: inline-block;
}

.tabs,
.tabs_mobile {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
}
.tab-style,
.tab_heading {
	font-family: "Arial";
	text-transform: capitalize;
}
.tabs .tab-style,
.tabs_mobile .tab-style {
	box-sizing: border-box;
	width: 25%;
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 20px;
	height: 60px;
	background-color: #f2f2f2;
	overflow: hidden;
	position: relative;
	font-weight: 400;
	color: #ccc;
	line-height: 60px;
	word-wrap: break-word;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.15);
}
.tabs .active,
.tabs_mobile .active {
	display: block;
}
.tabs .tab-style:hover,
.tabs_mobile .tab-style:hover,
.tabs .active,
.tabs_mobile .active,
.tabs .active:hover,
.tabs_mobile .active:hover {
	background-color: white;
	color: #1bbcad;
	font-weight: 600;
}

.tab_container {
	padding-top: 30px;
	margin-bottom: 50px;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background-color: white;
	overflow: auto;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	border-radius: 0px 0px 10px 10px;
}

.tab_content {
	padding: 20px;
}
.tab_heading,
.tabs_mobile {
	display: none;
}

@media screen and (max-width: 991px) {
	.tabs {
		display: none;
	}
	.tabs_mobile {
		display: block;
	}
	.tabs_mobile .tab-style {
		font-size: 1.4em;
		font-weight: 700;
		line-height: 60px;
		text-align: center;
	}
	.tabs_mobile .tab-style .active {
		color: #1bbcad;
	}
	.tab_container {
		border-radius: 15px;
	}
	.tab_heading {
		display: block;
		color: #1bbcad;
		font-weight: 600;
		margin: 0;
		padding: 15px 0 !important;
	}
	.content_active {
		background-color: white;
		color: #1bbcad;
	}
}

/* ================ Accordion CSS ================ */
.tab_container .accordion-button {
	color: #787878;
}
.tab_container .accordion-button:not(.collapsed) {
  	font-weight: 500;
	color: #0c63e4;
}
.tab_container .accordion-button.collapsed > span {
	display: none;
}
.tab_container .accordion-button > span {
	display: inline-block;
	font-family: "Arial";
	text-align: start;
	text-transform: capitalize;
}
.tab_container .accordion-button > span::after {
	content: ":";
	margin: 0 8px;
}
@media (max-width: 991px) {
	.tab_container .accordion-button > span,
	.tab_container .accordion-button > span::after {
		display: none;
	}
}

.tab_container a > .card {
	outline: 0;
	text-decoration: none;
}
.tab_container a:hover > .card {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.tab_container .card {
	margin: 13px 0;
}
.tab_container .card-body {
	padding: 20px 15px 15px 15px;
	border-top: 1px solid #eaeaea;
}
.tab_container .card-title,
.tab_container .card-text {
	text-align: center;
	font-family: "Arial";
	margin: 0;
}
.tab_container .card-text,
.tab_container .card-text::before,
.tab_container .card-text::after {
	font-family: "Roboto";
	font-weight: 300;
	font-size: 14px;
	color: #999;
	text-transform: capitalize;
}
.tab_container .card-text::before {
	content: "(";
}
.tab_container .card-text::after {
	content: ")";
}



/* ----------------------------------------------------
	    	Products Partners Slide CSS
---------------------------------------------------- */
.prt-carousel {
	position: relative;
}
@media (max-width: 767px) {
	.prt-carousel .col-5 {
		width: 70%;
		padding: 0;
	}
	.prt-carousel .col-1 {
		width: 12.5%;
		padding: 0;
	}
}



/* ----------------------------------------------------
               Products Categories CSS
---------------------------------------------------- */
.prd-categories {
	margin: 0 0 60px 0;
	background: url("../../images/bg-img/lightgreen-half-square.png") bottom right no-repeat;
	background-size: contain;
}
@media (max-width: 767px) {
	.prd-categories .card-body .prd-tag {
		margin-top: 15px;
	}
}
.prd-tag {
	color: #1bbcad;
	display: inline-block;
	font-size: 13px;
	font-family: "Arial";
	font-weight: normal;
	text-transform: uppercase;
}
.prd-tag > img {
	display: inline-block;
	margin-right: 5px;
	width: 18px;
}
.prd-description {
    margin-top: 5px;
}
@media (max-width: 767px) {
	.prd-description .d-flex .col-md-6 {
		width: 50%;
	}
}
.prd-description label { 
	margin: 0;
	color: #666;
	font-size: 16px;
}
.prd-description h4,
.prd-description h5 {
	color: currentColor;
}
.prd-description h5 {
	font-weight: normal;
	margin: 0;
}

.prd-categories .btn-outline-link {
	padding: 8px 15px;
  	color: #1bbcad;
	font-size: 15px;
  	display: inline-block;
	width: 100%;
	margin-top: 10px;
	text-align: center;
	border: 1px solid #1bbcad;
	border-radius: 5px;
}
@media (max-width: 767px) {
	.prd-categories .btn-outline-link {
		margin-top: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.prd-categories .btn-outline-link {
		margin-top: 56px;
	}
}
.prd-categories .btn-outline-link:hover {
	font-weight: 600;
}
.prd-categories .btn-outline-link img {
    margin-left: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-filter: brightness();
    -moz-filter: brightness();
    -ms-filter: brightness();
    -o-filter: brightness();
    filter: brightness();
}
.prd-categories .btn-outline-link:hover img {
    margin-left: 20px;
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -ms-filter: brightness(1);
    -o-filter: brightness(1);
    filter: brightness(1);
}



/* ----------------------------------------------------
                 Products Overview CSS
---------------------------------------------------- */
.prd-overview {
	margin: 60px 0 90px 0;
	background: url("../../images/bg-img/lightgreen-half-square.png") bottom right no-repeat;
	background-size: contain;
}
.image-gallery {
  	/* margin: 0 auto; */
  	display: table;
}
.primary,
.thumbnails {
  	display: table-cell;
}
/* .thumbnails {
  	height: 600px;
} */
.primary {
  	width: 526px;
  	height: 400px;
  	background-size: cover;
  	background-position: center center;
  	background-repeat: no-repeat;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.thumbnail-image {
  	width: 80px;
  	height: 120px;
  	margin: 0 30px 15px 0;
  	background-size: cover;
  	background-position: center center;
  	background-repeat: no-repeat;
  	border: 1px solid whitesmoke;
}
a.thumbnail-image:hover,
.selected .thumbnail-image {
  	border: 1px solid #ccc;
}
@media (max-width: 991px) {
	.prd-overview .prd-tag {
		margin-top: 30px;
	}
}
.prd-overview_description {
	display: block;
	font-size: 16px;
    /* margin: 30px 0 !important; 
	color: #777; */
}
.prd-overview_bottomLink {
	position: absolute;
	bottom: 0;
}
.prd-overview .col-lg-6.col-md-12.position-relative {
	padding-left: 30px;
}
@media (max-width: 991px) {
    .prd-overview_description {
        margin-bottom: 20px;
        padding-bottom: 60px;
        border-bottom: 1px solid #eaeaea;
    }
    .prd-overview .col-lg-6.col-md-12.position-relative {
		padding-left: 15px;
	}
	.prd-overview_bottomLink {
		display: contents;
	}
}

p.viewer {
	font-family: "Arial";
	font-size: 14px;
	color: #999;
	margin: 0;
}
p.viewer::before {
	content: "\f06e";
	font-family: "Font Awesome 6 Free";
	font-size: 14px;
	font-weight: 900;
	margin-right: 8px;
}
.prd-overview_bottomLink a.fa,
.prd-overview_bottomLink a.fab {
	float: right;
  	padding: 0 15px;
  	font-size: 24px;
	color: #999;
  	text-align: center;
  	text-decoration: none;
}
.prd-overview_bottomLink a.fa:hover,
.prd-overview_bottomLink a.fab:hover {
    color: #1bbcad;
}
@media (max-width: 767px) {
	.prd-overview .col-md-4 {
		display: none;
	}
}



a#group-name,
a#catagory,
a#mainGroupName {
    color: currentColor;
}
span#tabname,
a:hover#group-name,
a#groupName,
a:hover#catagory,
a:hover#mainGroupName {
    color: #1bbcad  !important;
}






