/*!
Theme Name: Polysil
Theme URI: http://underscores.me/
Author: Me
Author URI: http://underscores.me/
Description: Custom theme: Polysil, developed by Me
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: polysil-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Polysil is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/******** MULTI-LEVEL DROPDOWN FIX FOR BOOTSTRAP ********/

/* #mainNavigation .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
	background: #ffc550;
} */
/* Position submenus to open on the right side */
/* .dropdown-submenu {
	position: relative;
} */

/* #mainNavigation .navbar-nav .nav-item .dropdown-menu li {
	padding: 0 .5rem;
} */

/* #mainNavigation .navbar-nav .nav-item .dropdown-menu .dropdown-item {
	color: #333;
	border-radius: .25rem;
	padding: .5rem 0 !important;
	position: relative;
	font-family: "Signika","Helvetica Neue",Arial,sans-serif;
	font-weight: 300;
	font-size: .875rem;
	text-transform: uppercase;
} */

/* #mainNavigation .navbar-nav .nav-item .dropdown-menu .dropdown-item::before {
	content: "";
	position: absolute;
	width: 0;
	right: 0;
	bottom: 5px;
	height: 1px;
	opacity: 0;
	background-color: #0384CB;
	transition: all 0.35s ease-in-out 0s;
} */

/* #mainNavigation .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
	background: transparent;
} */

/* #mainNavigation .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover::before {
	width: 100%;
	opacity: 1;
	left: 0;
	right: auto;
} */

/* .dropdown-submenu .dropdown-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 100%;
	margin-left: .1rem;
	margin-right: .1rem;
} */

/* Show child submenu only when hovering over parent */
/* .dropdown-submenu:hover .dropdown-menu {
	display: block;
	opacity: 1;
	visibility: visible;
	transform: translateY(0rem);
	transition: all 0.5s ease-in-out 0s;
} */

/* Prevent menu from closing when interacting inside */
.dropdown-menu {
	margin-top: 0 !important;
}

/* #mainNavigation .navbar-nav .nav-item.dropdown .dropdown-submenu .dropdown-toggle:after {
	content:"";
	position:absolute;
	width:13px;
	height:13px;
	background-image:url('data:image/svg+xml,<svg viewBox="0 0 1024 1024" class="icon" version="1.1" xmlns="http://www.w3.org/2000/svg" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M256 120.768L306.432 64 768 512l-461.568 448L256 903.232 659.072 512z" fill="%23666666"></path></g></svg>');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display:inline-block;
	border:0;
	right: 0;
	top: 50%;
	transform: translate(-50%, -50%);
} */
.woocommerce-products-header + .entry-content,.entry-header + .entry-content{
	padding-block: clamp(1rem, 2.5vw, 3rem);
}
.entry-content .wp-block-table a{
	color: var(--bs-info);
	text-decoration: none;
}

.entry-content .wp-block-table a:hover{
	text-decoration: underline;
}

.corporate-team-section .responsive-block-editor-addons-team-avatar-wrapper {
	margin-bottom: .50rem;
}

.corporate-team-section .responsive-block-editor-addons-team-description {
	text-align: justify;
}

.corporate-team-section .responsive-block-editor-addons-team-avatar-wrapper img {
	padding: .25rem;
	background-color: var(--bs-body-bg);
	border: var(--bs-border-width) solid var(--bs-border-color-translucent);
	border-radius: var(--bs-border-radius-xl);
	max-width: 100%;
	height: auto;
}

.blogs-container.service-wrapper {
	background: none;
}

.blogs-container.service-wrapper:after, .blogs-container.service-wrapper:before {
	display: none;
}

.blogs-container.service-wrapper .service-card::before {
	background: #e9ffe6;
}

.blog-badges-container .blog-badge {
	color: #828a97;
	font-size: .875rem;
	position: relative;
	padding-inline-start: 1rem;
}

.blog-badges-container .blog-badge::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #ffc550;
	left: 0;
	top: 5px;
}

.rewards-container .reward-card{
	background: rgb(255,243.4,220);
	border-radius: 20px;
	border: 0;
}

/* PRODUCT DETAILS */
.woocommerce-product-gallery .flex-viewport{
	border: 1px solid #e1e1e1;
	padding: 1rem;
	margin-bottom: 1rem;
	border-radius: 1.5rem;
}
.flex-control-nav li{
	border: 1px solid #e1e1e1;
	padding: .5rem;
	border-radius: 1.5rem;
	/* margin-top: 2rem !important; */
}
.flex-control-nav li:not(:last-child){
	margin-right: .15rem !important;
}
.flex-control-nav li img{
	border-radius: 1.5rem;
}
.flex-viewport .woocommerce-product-gallery__image{
	/* padding: 1rem; */
}
.flex-viewport .woocommerce-product-gallery__image a > img{
  max-width: 600px !important;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: auto !important;
}

.list-check-circle,
.woocommerce .summary ul {
  padding: 0;
  list-style: none;
}
.woocommerce .summary ul li {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
}
.woocommerce .summary ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 28px;
  width: 28px;
  border: 2px solid #ffc550;
  border-radius: 50%;
  background: rgba(255, 197, 80, 0.15) url(assets/images/assets/check-list.svg)
    no-repeat center center/60%;
}
.product_meta{
	margin-block: 1rem;
}
.wp-block-heading + ul{
	margin-top: 1.5rem;
	margin-bottom: 2.5rem;
}

/* 1. Reset the counter on the table body */
.dynamic-row-number-table tbody {
	counter-reset: rowNumber;
}

/* 2. Increment the counter for every row */
.dynamic-row-number-table tbody tr {
	counter-increment: rowNumber;
}

/* 3. Display the counter in the first empty cell of each row */
.dynamic-row-number-table tbody tr td:first-child::before {
	content: counter(rowNumber);
}

/* FAQ page Tabs */

.faq-tabs .responsive-block-editor-addons-tabs__panel .responsive-block-editor-addons-tab {
	border-color: transparent !important;
	border-width: 0 !important;
	border-style: none !important;
	text-align: left !important;
	padding: 0 !important;
}

.faq-tabs .responsive-block-editor-addons-tabs__panel .responsive-block-editor-addons-tabs__active {
	border-color: transparent !important;
	border-width: 0 !important;
	border-style: none !important;
}

.faq-tabs .responsive-block-editor-addons-tabs__panel .responsive-block-editor-addons-tab .responsive-block-editor-addons-tabs-list {
	padding: 8px 12px;
	width: 100%;
	display: inline-block;

	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0;
	border-right-width: 0;
	border-color: #e0e0e0;
	text-decoration: none;
	font-family: "Signika","Helvetica Neue",Arial,sans-serif;
}

.faq-tabs .responsive-block-editor-addons-tabs__panel .responsive-block-editor-addons-tab .responsive-block-editor-addons-tabs-list span {
	color: #323240 !important;
}

.faq-tabs .responsive-block-editor-addons-tabs__panel .responsive-block-editor-addons-tab:last-child .responsive-block-editor-addons-tabs-list {
	border-bottom-width: 1px;
	border-bottom-left-radius: 5px;
}

.faq-tabs .responsive-block-editor-addons-tabs__panel .responsive-block-editor-addons-tabs__active .responsive-block-editor-addons-tabs-list {
	background: #E8E8E899 !important;
}

.faq-tabs.responsive-block-editor-addons-block-tabs.responsive-block-editor-addons-tabs__wrap > .responsive-block-editor-addons-tabs__body-wrap {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.faq-tabs .responsive-block-editor-addons-tabs__panel .responsive-block-editor-addons-tab:first-child .responsive-block-editor-addons-tabs-list {
	border-top-left-radius: 5px;
}
