/*
 Theme Name: iransite
 Theme URI: https://iransite.com/
 Author: IRANSITE
 Author URI: mailto:info@iransite.com
 Description: Powered by IRANSITE company
 Version: 1.0
 License: Free
 Text Domain: iransite
*/
@font-face {
	font-family: 'IRANSansXFaNum';
	src: url('fonts/IRANSansXFaNum-Bold.woff2') format('woff2'), url('fonts/IRANSansXFaNum-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'IRANSansXFaNum';
	src: url('fonts/IRANSansXFaNum-Medium.woff2') format('woff2'), url('fonts/IRANSansXFaNum-Medium.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
:root {
	--bs-primary: #303779;
	--bs-secondary: #005c81;
	--bs-body-font-size: 13px;
	--bs-body-color: #313131;
	--bs-body-color-rgb: 30, 30, 30;
	--bs-light: #f5f5f5;
	--bs-light-rgb: 245, 245, 245;
	--bs-dark: #313131;
	--bs-dark-rgb: 49, 49, 49;
	--bs-primary-rgb: 48, 55, 121;
	--bs-secondary-rgb: 0, 92, 129;
	--bs-link-color: #414aa3;
	--bs-link-color-rgb: 65, 74, 163;
	--bs-link-hover-color: rgb(31, 36, 79);
    --bs-link-hover-color-rgb: 31, 36, 79;
	--bs-body-font-family: IRANSansXFaNum, Arial, tahoma;
	--bs-box-shadow: 0 8px 16px rgba(96, 97, 112, 0.16); 
	--bs-border-radius: 8px;
	--bs-success: rgb(6, 194, 112);
	--bs-success-rgb: 6, 194, 112;
	--bs-danger: #ff3b3b;
	--bs-danger-rgb: 255, 59, 59;
	font-size: 13px;

	--bs-primary-darker: #1F244F;
	--bs-primary-lighter: #414AA3;
	--bs-primary-subtle: #C1C5E7;

	--bs-secondary-darker: #004A67;
	--bs-secondary-lighter: #1A6C8E;
	--bs-secondary-subtle: #CCDEE6;

	--bs-body-color4: #6F6F6F;
}

.bg-primary-darker {
	background: var(--bs-primary-darker);
}
.bg-primary-lighter {
	background: var(--bs-primary-lighter);
}
.bg-secondary-darker {
	background: var(--bs-secondary-darker);
}
.bg-secondary-lighter {
	background: var(--bs-secondary-lighter);
}
.border-primary-subtle {
	border-color: var(--bs-primary-subtle)
}

.text-body4 {
	color: var(--bs-body-color4);
}
.text-primary-lighter {
	color: var(--bs-primary-lighter);
}

.shadow {
	box-shadow: 0 4px 8px rgba(96, 97, 112, 0.16) !important;
}

body {
	line-height: 2;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 2;
	font-weight: bold;
}
.h1, h1 {
	font-size: 18px;
}
.h2, h2 {
	font-size: 16px;
}
.h3, h3 {
	font-size: 15px;
}
.fs-16 {
	font-size: 16px;
}
.fs-14 {
	font-size: 14px;
}
.fs-12 {
	font-size: 12px;
}
input[type=text], input[type=tel], input[type=number], input[type=email], input[type=password], select, textarea {
	border: 1px solid #E0E0E0 !important;
	background: transparent;
	padding: 0 1rem !important;
	line-height: 45px !important;
	height: 45px !important;
	font-family: IRANSansXFaNum !important;
	border-radius: calc(var(--bs-border-radius) * 1.5) !important;
}
textarea {
	display: block;
	height: auto !important;
	min-height: 165px !important;
	line-height: 2em !important;
}
[type=email], [type=number], [type=tel], [type=url] {
	direction: rtl;
}
video {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	width: 100%;
}
.text-justify {
	text-align: justify;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
}
.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
}
.btn-primary-lighter {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-primary-lighter);
    --bs-btn-border-color: var(--bs-primary-lighter);
    --bs-btn-hover-bg: var(--bs-secondary-lighter);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-bg: var(--bs-secondary-lighter);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-success);
    --bs-btn-border-color: var(--bs-success);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #23B93C;
    --bs-btn-disabled-border-color: #23B93C;
}
.btn, button {
	padding: 0 1.5rem;
	font-size: 14px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--bs-border-radius);
}
.btn-arrow:after {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 8L6 12M6 12L10 16M6 12L18 12' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	height: 24px;
}

.icon-16 {
	width: 16px;
	height: 16px;
}
.icon-20 {
	width: 20px;
	height: 20px;
}
.icon-24 {
	width: 24px;
	height: 24px;
}
.icon-30 {
	width: 30px;
	height: 30px;
}
.icon-40 {
	width: 40px;
	height: 40px;
}
.icon-holder {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(48, 55, 121, 0.3);
}
.icon-holder.small {
	width: 28px;
	height: 28px;
	background: rgba(194,194,194,0.5)
}

.rounded-1-5x {
	border-radius: calc(var(--bs-border-radius) * 1.5);
}
.rounded-2x {
	border-radius: calc(var(--bs-border-radius) * 2);
}

a.text-body:hover {
	color: var(--bs-primary-lighter) !important;
}

.cursor-pointer {
	cursor: pointer;
}

.leaflet-popup-content {
	font-family: IRANSansXFaNum, Arial, tahoma;
}

.main {
	position: relative;
}
.main ::-webkit-scrollbar {
    width: 5px;
	height: 5px
}
.main ::-webkit-scrollbar-track {
    background: #D9D9D9;
	border-radius: 5px;
}
.main ::-webkit-scrollbar-thumb {
    background: var(--bs-primary);
	border-radius: 5px;
}

.main-menu-holder ul.menu-l1 {
	gap: 2rem;
}
.main-menu-holder ul.menu-l1 > li > a {
	padding: 1.75rem 0;
}
.main-menu-holder ul li a {
	color: var(--bs-body-color);
	display: flex;
	align-items: center;
}
.main-menu-holder ul li a.dropdown:after {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 9.5L12 13.5L16 9.5' stroke='%231E1E1E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	height: 24px;
	transition: all 0.3s ease-in-out;
}
.main-menu-holder ul li:hover a {
	color: var(--bs-primary)
}

.main-menu-holder ul li:hover a.dropdown:after {
	transform: rotate(-90deg);
}
body.rtl .main-menu-holder ul li:hover a.dropdown:after {
	transform: rotate(90deg);
}
.main-menu .menu-l2.dropdown-box {
	position: absolute;
	background: var(--bs-light);
	padding: 0.5rem 0;
	min-width: 200px;
	top: 100%;
	right: -999em;
	list-style: none;
	opacity: 0;
	border: 1px solid #E4E4E4;
	border-radius: var(--bs-border-radius);
	transition: opacity 0.3s ease-in-out;
}
.main-menu .menu-l2.dropdown-box > li {
	margin: 0 1rem;
	position: relative;
}
.main-menu .menu-l2.dropdown-box > li:not(:last-child) {
	border-bottom: 1px solid #E4E4E4;
}
.main-menu .menu-l2.dropdown-box li:hover a {
	color: var(--bs-primary);
}
.main-menu .menu-l2.dropdown-box li:not(:last-child) {
	margin-bottom: 0;
}
.main-menu .menu-l2.dropdown-box li a {
	font-size: 1rem;
	padding: 0.5rem 0;
	font-weight: 300;
	color: var(--bs-body-color);
	font-size: 0.9rem;
	align-items: center;
}
.main-menu li.dropdown:hover .dropdown-box {
	left: 0;
	opacity: 1;
}
body.rtl .main-menu li.dropdown:hover .dropdown-box {
	left: unset;
	right: 0;
}

.header-item {
	padding: 0.75rem;
}

.search-form button {
	background: none;
	padding: 0;
	border: none;
	height: 16px;
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%)
}
.search-form .search-input {
	background: #F1F1F1;
}
header .search-form .search-input {
	border: none !important;
	border-radius: var(--bs-border-radius) !important;
	min-width: 300px;
	outline: 0;
}

.slider-title {
	font-size: 24px;
	font-weight: bold;
}
.slider-content {
	font-size: 19px;
}

.quick-access-icon-holder {
	width: 64px;
	height: 64px;
	margin-top: -32px;
}
.quick-access-icon-holder svg {
	filter: brightness(0) invert(1);
}

.certificate-holder {
	background: radial-gradient(1466.24% 149.53% at -5.39% -6.07%, #5F6AD1 0%, #303779 100%);
	min-height: 380px;
}

.comment-holder {
	background: #f9f9f9;
}
.comments-carousel img {
	width: auto !important;
}
.comments-carousel .owl-stage {
	padding: 1rem 0;
}
.comments-carousel .owl-stage-outer:before {
	content: '';
	width: 25%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffffff;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	z-index: 10;
}
.comments-carousel .owl-stage-outer:after {
	content: '';
	width: 25%;
	height: 100%;
	right: 0;
	top: 0;
	background: #ffffff;
	background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	z-index: 10;
}

.front-page-content-holder {
	max-height: 330px;
    overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}
.front-page-content-holder.active {
	max-height: 2000px;
}
#show-more:after {
	content: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L6.5 6.5' stroke='%23313131' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 6.5L11.5 1.5' stroke='%23313131' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	transition: all 0.3s ease-in-out;
}
#show-more.active:after {
	transform: rotate(180deg)
}

.blog-carousel .owl-prev, .blog-carousel .owl-next,
.comments-carousel .owl-prev, .comments-carousel .owl-next,
.product-slider .owl-prev, .product-slider .owl-next {
	position: absolute;
	top: -40px;
	height: 24px;
}
.blog-carousel .owl-prev,
.comments-carousel .owl-prev,
.product-slider .owl-prev {
	left: 0
}
.blog-carousel .owl-next,
.comments-carousel .owl-next,
.product-slider .owl-next {
	left: 40px;
}

.blog-img {
	height: 250px;
	object-fit: cover;
}
.blog-info {
	background: rgba(194, 194, 194, 0.50);
	backdrop-filter: blur(2px);
	position: absolute;
    left: 50%;
    bottom: 0.5rem;
    transform: translateX(-50%);
    width: 85%;
}

.btn-share, .btn-copy {
	font-weight: bold;
	font-size: 12px;
	border: none !important;
}
.btn-share {
	background: rgba(var(--bs-primary-rgb), 0.25);
	color: var(--bs-primary);
}
.btn-copy {
	background: rgba(255, 136, 0, 0.25);
	color: #ff8800;
}
.btn-share:hover, .btn-copy:active {
	background: var(--bs-primary) !important;;
	color: #fff !important;;
}
.btn-copy:hover, .btn-copy:active {
	background: #ff8800 !important;
	color: #fff !important;
}
.btn-share:hover svg, .btn-share:active svg,
.btn-copy:hover svg, .btn-copy:active svg {
	stroke: #fff;
}

.featured-products {
	background-image: url(images/bg-pattern.png);
	background-repeat: center;
	background-position: center center;
	background-size: cover;
}

.rank-math-breadcrumb {
	padding: 1rem 0;
}
.rank-math-breadcrumb p {
	margin: 0;
	color: var(--bs-text-body);
}
.rank-math-breadcrumb a {
	color: var(--bs-text-body);
}
.rank-math-breadcrumb a:hover {
	color: var(--bs-primary-lighter)
}

.fluentform .ff_submit_btn_wrapper {
	display: flex;
	justify-content: end;
	margin: 0 !important;
}
.fluentform .ff-el-input--label label {
	font-weight: 200 !important;
}

.paginate a, .paginate span {
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--bs-border-radius);
	color: var(--text-body);
	transition: all 0.3s ease-in-out;
}
.paginate a.next, .paginate a.prev {
	background: rgba(var(--bs-primary-rgb), 0.25);
}
.paginate a.next:hover svg path, .paginate a.prev:hover svg path {
	fill: #fff;
}
.paginate a:hover, .paginate span {
	background: var(--bs-primary);
	color: #fff;
}

.post-content img {
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: calc(var(--bs-border-radius) * 2);
}
.post-single-sidebar {
	top: 1rem;
}
body.admin-bar .post-single-sidebar {
	top: calc(1rem + 32px);
}
.toc-list {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem !important;
}
.toc-list li a:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
	transition: all 0.3s ease-in-out;
}
.toc-list li a:after {
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.5);
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
.toc-list li a {
	color: rgba(255,255,255,0.5);
	font-weight: bold;
	font-size: 12px;
	column-gap: 1rem;
	align-items: baseline;
	transition: all 0.3s ease-in-out;
}
.toc-list li a:hover, .toc-list li a.active {
	color: #fff;
}
.toc-list li a:hover:before, .toc-list li a.active:before {
	background: var(--bs-success);
}
.toc-list li a:hover:after, .toc-list li a.active:after {
	border-color: #fff;
}
.toc-list li a span {
	padding: 1.5rem 0;
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	padding-right: 3rem;
}

.faq-row {
	background: #ffffff;
}
.faq-row .faq-question  {
	cursor: pointer;
}
.home-faq .faq-row.active {
	flex-grow: 1;
}
.faq-row.active {
	background: var(--bs-primary);
}
.faq-row.active .faq-question  {
	color: #fff;
}
.faq-row .faq-question:after  {
	content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1V13M13 7L1 7' stroke='%23414AA3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    height: 27px;
	transition: all .3s ease-in-out;
}
.faq-row.active .faq-question:after {
	transform: rotate(-45deg);
	filter: brightness(0) invert(1);
}
.faq-row .faq-answer  {
	max-height: 0;
	transition: max-height 0.5s ease-in-out;
}
.faq-row.active .faq-answer  {
	max-height: 8rem;
}
.faq-row .faq-answer p  {
	margin: 0;
}

.woocommerce-loop-product__link {
	flex-grow: 1;
}
.rating-value:after {
	content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.62297 0.889988C6.18625 -0.296661 7.81375 -0.296664 8.37703 0.889986L9.35052 2.94082C9.5742 3.41204 10.0066 3.73866 10.5067 3.81422L12.6835 4.14309C13.9431 4.33337 14.446 5.94268 13.5346 6.86636L11.9594 8.46271C11.5975 8.82951 11.4324 9.35797 11.5178 9.87589L11.8896 12.13C12.1048 13.4342 10.7881 14.4288 9.66157 13.8131L7.71458 12.7488C7.26722 12.5043 6.73278 12.5043 6.28542 12.7488L4.33843 13.8131C3.21187 14.4288 1.8952 13.4342 2.11035 12.13L2.48219 9.8759C2.56763 9.35798 2.40248 8.82951 2.04056 8.46271L0.465413 6.86636C-0.445994 5.94268 0.0569298 4.33337 1.31646 4.14309L3.49326 3.81422C3.99342 3.73866 4.4258 3.41204 4.64948 2.94082L5.62297 0.889988Z' fill='%23FDAC42'/%3E%3C/svg%3E%0A");
	width: 14px;
	height: 18px;
}
.woocommerce-pagination {
	margin-top: 3rem;
}
.woocommerce nav.woocommerce-pagination ul {
	border: 1px solid rgba(var(--bs-primary-rgb), 0.25);
	border-radius: 10px;
	display: inline-flex;
	gap: 0.5rem;
	padding: 0.25rem;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--bs-border-radius);
    color: var(--text-body);
    transition: all 0.3s ease-in-out;
	padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover {
	background: var(--bs-primary);
	color: #fff;
}
.woocommerce .woocommerce-ordering {
    margin: 0;
}
.woocommerce .woocommerce-ordering select {
    background: var(--bs-primary-subtle);
    border: none !important;
    padding: 0 0.5rem !important;
    border-radius: calc(var(--bs-border-radius) * 2) !important;
	color: var(--bs-primary)
}

.product-categories {
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-categories li {
	padding: 0.5rem 0;
}
.product-categories a {
	color: var(--bs-body-color);
	padding: 0.5rem 0;
	display: flex;
	gap: 0.5rem;
	align-items: center;
	position: relative;
}
.product-categories a:before {
	content: '';
	width: 24px;
	height: 24px;
	background: rgba(var(--bs-primary-rgb), 0.16);
	border-radius: var(--bs-border-radius);
	flex-shrink: 0;
}
.product-categories li.current-cat a:after {
	content: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7L4.52642 9.82114C5.35374 10.483 6.55365 10.3848 7.2624 9.59733L15 1' stroke='%23303779' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
    width: 16px;
    height: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-product-search {
	position: relative;
}
.woocommerce-product-search .search-field {
	width: 100%;
	height: 42px;
	padding: 0 1rem;
	background: #F1F1F1;
	border: none;
	outline: 0;
	border-radius: var(--bs-border-radius);
}
.woocommerce-product-search button {
	font-size: 0;
	background: none;
	padding: 0;
	border: none;
	outline: 0;
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%)
}
.woocommerce-product-search button:before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_14099_2457)'%3E%3Cpath d='M14.6668 14.6693L13.3335 13.3359M1.3335 7.66927C1.3335 4.17147 4.16903 1.33594 7.66683 1.33594C11.1646 1.33594 14.0002 4.17147 14.0002 7.66927C14.0002 11.1671 11.1646 14.0026 7.66683 14.0026C4.16903 14.0026 1.3335 11.1671 1.3335 7.66927Z' stroke='%23303779' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_14099_2457'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.product-holder {
	border: 1px solid #F1F1F1;
	padding: 1rem;
	border-radius: calc(var(--bs-border-radius) * 1.5);
}
.product-holder a {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.attachment-woocommerce_thumbnail {
	border-radius: var(--bs-border-radius);
}

p.price {
	margin: 0;
}
.price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px !important;
	color: var(--bs-body-color) !important;
}
.price del {
	color: #6F6F6F;
	opacity: 1 !important;
}
.price del .woocommerce-Price-currencySymbol {
	display: none;
}
.price ins {
	text-decoration: none;
}
.price ins .woocommerce-Price-currencySymbol {
	font-size: 12px;
	font-weight: 400;
}
.product-holder .price {
	padding: 1rem;
	border-radius: var(--bs-border-radius);
	background: var(--bs-primary-lighter);
}
.product-holder .price del {
	color: var(--bs-primary-subtle);
}
.product-holder .price ins {
	color: #fff;
}
.product-holder .price ins .woocommerce-Price-currencySymbol {
	color: var(--bs-primary-subtle);
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 100%;
	float: none;
}
.woocommerce div.product div.summary {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 0;
	height: 100%;
}
.woocommerce-product-details__short-description {
	text-align: justify;
}
.teacher-img {
	width: 64px;
	height: 64px;
}
.woocommerce div.product div.images {
	margin: 0;
}
.woocommerce-product-gallery__image img {
	border-radius: calc(var(--bs-border-radius) * 1.5);
}
.woocommerce div.product form.cart {
	margin: 0;
}
.woocommerce div.product form.cart .button {
	width: 100%;
	background-color: var(--bs-primary);
	padding: 0;
	border-radius: var(--bs-border-radius);
}
.woocommerce div.product form.cart .button:hover {
	background-color: var(--bs-primary-lighter);
}
.woocommerce-tabs {
	margin-top: 1.5rem;
	text-align: justify;
}
ul.tabs {
	background: var(--bs-light);
	padding: 1rem !important;
	border-radius: var(--bs-border-radius);
	display: flex;
	gap: 1rem;
}
ul.tabs:before {
	display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: none;
	border: none;
	border-radius: var(--bs-border-radius);
	padding: 0 1rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--bs-primary-subtle);
	color: var(--bs-primary)
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}
.calendar {
	background: rgba(194, 194, 194, 0.5)
}
.page-calendar > div:not(:last-child) {
	border-bottom: 1px solid #A4A4A4;
	padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
}

.woocommerce div.product #commentform {
	display: flex;
	flex-direction: column;

	input[type=text], input[type=email] {
		width: 100%;
		margin-bottom: 1rem;
	}

	.comment-form-rating {
		order: 4;
	}
	.form-submit {
		order: 5;
		text-align: left;

		#submit {
			color: #fff;
			background: #23B93C;
			border-color: #23B93C;
			padding: 0 30px;
			border-radius: calc(var(--bs-border-radius) * 2);

			&:hover {
			background: #157347;
			border-color: #146c43;
			}
		}
	}
	.comment-form-cookies-consent {
		margin-top: 1rem !important;
	}
	.stars {
		margin: 0 !important;
	}
}

.our-vision {
	background: radial-gradient(1564.45% 197.92% at 6.73% 23.19%, #414AA3 0%, #1F244F 100%);
	position: relative;
}
.our-vision:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/vision-bg.png) no-repeat left center;
	background-size: cover;
	opacity: 0.25;
	border-radius: calc(var(--bs-border-radius) * 2);
}
.social-icon:hover {
	fill: var(--bs-body-color)
}

@media only screen and (max-width: 767px) {
	body.mobile-menu-active .main:before {
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
		position: absolute;
		right: 0;
		top: 0;
		z-index: 50;
	}
	.h1, h1 {
		font-size: 16px;
	}
	.h2, h2, .h3, h3 {
		font-size: 15px;
	}
	.main-menu-holder {
		position: fixed;
		height: 100%;
		background: var(--bs-light);
		box-shadow: 0px 0 5px rgba(0, 0, 0, 0.2);
		z-index: 100;
		top: 0;
		right: 0;
		width: 70%;
		padding: 2rem;
		right:-70%;
		transition: all 0.3s ease-in-out;
		overflow-y: auto;
	}
	body.admin-bar .main-menu-holder {
		top: 46px;
	}
	.main-menu-holder ul.menu-l1 > li > a {
		padding: 1rem 0;
	}
	.main-menu-holder ul.menu-l1 > li.has-megamenu > .mega-menu {
		right: -999em;
		opacity: 0;
	}
	.main-menu-holder ul.menu-l1 > li.has-megamenu:hover > .mega-menu {
		position: relative;
        right: unset;
        top: unset;
        box-shadow: none;
        opacity: 1;
	}
	.main-menu-holder .mega-menu .cat-holder:not(:last-child) {
		border-bottom: 1px solid #ddd;
		padding-bottom: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.main-menu-holder .mega-menu .cat-holder img {
		flex-shrink: 0;
		width: 30px;
		height: 30px;
	}
	.main-menu-holder ul li a {
		justify-content: space-between;
	}
	.main-menu-holder.menu-active {
		right: 0;
	}
	header #mobile-menu-toggler {
		width: 30px;
	}
	header #mobile-menu-toggler .toggler-bar {
		width: 100%;
		height: 2px;
		background: var(--bs-body-color);
		position: relative;
	}
	header #mobile-menu-toggler .toggler-bar:nth-child(2) {
		width: 50%
	}
}