/*
Theme Name: Epec
Theme URI: 
Author: Affinite.io
Author URI: https://affinite.io
Description: Epec theme
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: 4c-minerals
Template: affinite-multistore
*/
.container{
	max-width:1290px;
}
*{
	color:#000000;
}
a{
	color:#00536C;
}
.woocommerce-page .container ul.products li a img.attachment-woocommerce_thumbnail,
.woocommerce ul.products li a img.attachment-woocommerce_thumbnail{
	border-radius:20px;
}

.loop-price-container{
	padding-top:20px;
	padding-bottom:60px;
}
.woocommerce-loop-product__title{
	font-weight:400;
	text-align:center;
}
.loop-availabilty{
	position:absolute;
	bottom:28px;
	left:0;
	width:100%;
	text-align:left;
	color: #000;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.loop-location,
.loop-location a{
	text-align:left;
	color: #000;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin:0;
}
.woocommerce-page .container ul.products li a.woocommerce-loop-product__link{
	flex:1;
	justify-content:inherit;

}

.woocommerce-page .container ul.products li .loop-price-container .price{
	display: none;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:10px;	
	justify-content:center;
	margin:auto;
}
 .loop-price-container .price .woocommerce-Price-amount.amount{
	display:flex;
	font-size:24px;
	font-weight: 500;
	color:#232F3E;
	margin:auto;
}

.button.add_to_cart_button{
	background: #FFDBDB;
    box-shadow: none;
    border-radius: 50px;
    font-weight: 400;
	color: #000000;
	text-decoration: none;
	text-align:center;
	width:fit-content;
	cursor:pointer;
	margin-top:10px;
	padding: 16px 40px;
    align-self: center;
}
.button.add_to_cart_button:hover{
	opacity: 0.8;
}
.button.add_to_cart_button img{
	display:none;
}

.apf-checkbox__item.active .checkbox__item-switcher{
	background: #2980b9;
}

.woocommerce-product-gallery ol.flex-control-nav{
	flex-wrap:wrap;
}
.woocommerce-product-gallery ol.flex-control-nav li{
	aspect-ratio:1/1;
	width:60px;
}
.woocommerce-product-gallery__wrapper div{
	aspect-ratio:inherit;
}

.product__data-tabs{
	margin-top:40px;
	margin-bottom:40px;
}
.single-product-container{
	margin-bottom:60px;
}

.homepage-categories{
	position:relative;
}
.homepage-categories::before{
	content: "";
    position: absolute;
    top: -21px;
    left: 50%;
    width: 42.43px;
    height: 42.43px;
    background: #ffffff;
    transform: translateX(-50%) rotate(45deg);
}

.availability-date{
	font-weight:500;
}

.product-attributes{
	width:100%;
	display:flex;
	flex-direction: column;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #F6E8C6;
	border-top:#dcdada 1px solid;
    padding: 23px 28px;
}
.product-attributes-item{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	padding:6px 0;	
	border-bottom: #dcdada 1px solid;
    margin: 0;
    font-size: 14px;
    color: #232F3E;
}
.product-attributes-item:first-child{
	padding-top:0;
}
.product-attributes-item:last-child{
	padding-bottom:0;
	border-bottom:none;
}
.product-attributes-item .attribute-name{
	font-weight:500;
}

.benefits__container{
	display:none;
}

.header__burger{
	display:none;
}

.woocommerce-page .content-container #primary{
	margin:0;
}
.woocommerce-notices-wrapper, .woocommerce-message{
	margin:0;
}

.single-product-container{
	width:100%;
	display:grid;
	grid-template-columns: 1fr;
}
.single__product-header{
	display:grid;
	width:100%;
	position:relative;
	row-gap:50px;
	padding-bottom:70px;
}

.single__product-header .container{
	position:relative;
	z-index:10;
}
.single-product .content-container.single__product-header-content{
	gap:80px;
}
.single__product-header .single__product-header-image{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	z-index:1;
}
.single__product-header .single__product-header-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	z-index:2;
}
.single__product-header-content h1{
	color: #ffffff;
	font-family: "Open Sans";
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin:0;
}
.single__product-header-content-description,
.single__product-header-content-description p{
	color: #ffffff;
	font-family: "Open Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.single__product-header-content-description p{
	padding:0;
	margin:0;
}
.breadcrumb-container{
	padding: 10px 0;
}
.single__product-header-content{
	padding:0;
}
.course__meta{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:50px;
	padding:117px 0 70px 0;	
}
.course__meta-item{
	display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 0.75rem;
    row-gap: 0.25rem;
    align-items: center; 
	background-color: #F3F3F3;
	border-radius: 20px;
	padding: 20px 30px;	
}
.course__meta-item-icon{
	grid-row: 1;
    grid-column: 1;	
}
.course__meta-item-ikon img{
	width: 40px;
	height: 40px;
	object-fit: contain;
}
.course__meta-item-label{
	grid-row: 1;
    grid-column: 2;
}
.course__meta-item-label h3{
	margin:0;
	color: #000;
	font-family: "Open Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.course__meta-item-value{
	grid-column: 1 / span 2;
    grid-row: 2;
	color: #000;
	margin:0;
	font-family: "Open Sans";
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
}
.course__meta-item-value p{
	margin: 0;
}
.course__meta-item-value a{
	color: #000;
	text-decoration: underline;
	transition: color 0.3s ease;
}
.course__meta-item-value a:hover{
	text-decoration: none;
}

/* Students */
.course__students{
	display:flex;
	flex-direction:column;
	gap:20px;
	width:100%;
	max-width:1140px;
	margin-left:auto;
	margin-right:auto;
}
.course__students h2{
	color: #000;
	text-align: center;
	font-family: "Open Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.course__students-list{
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:30px;
	width:100%;
}
.course__students-list-item{
	display:flex;
	flex-direction:column;
	gap:20px;
	width:100%;
}
.students__list-header{
	display:flex;
	flex-direction:row;
	gap:20px;
	width:100%;
	align-items:center;
}
.students__list-header img{
	display:flex;
	width:119px;
	height:119px;
	object-fit:cover;
	border-radius: 20px;
}
.students__list-header h3{
	color: #000;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.students__list-content{
	color: #000;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.students__list-content p{
	margin:0;
}

/* Skills */
.course__skills{
	display:flex;
	flex-direction:column;
	gap:20px;
	width:100%;
	padding:75px 0;
}
.course__skills-list{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:40px;
	width:100%;
}
.course__skills-list-item{
	display:flex;
	flex-direction:column;
	gap:20px;
	width:100%;
	border-radius: 20px;
	background: #F3F3F3;
	padding:30px;
}
.skills__list-header{
	display:flex;
	flex-direction:row;
	gap:20px;
	width:100%;
	align-items:center;
}
.skills__list-header span{
	color: rgba(0, 0, 0, 0.13);
	font-family: "Open Sans";
	font-size: 100px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.skills__list-header h3{
	color: #000;
	font-family: "Open Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.skills__list-content{
	color: #000;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.call__to_action{
	width:100%;
	display:flex;
	justify-content:center;
	padding:20px 0;
}

.call__to_action-button,
.header-call-to-action{
	border-radius: 50px;
	background: #FFDBDB;
	font-size: 25px;
    line-height: 25px;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 50px;
    padding-right: 50px;
    color: #000000;
	text-decoration: none;
	width:fit-content;
}
.call__to_action-button:hover,
.header-call-to-action:hover{
	opacity: 0.8;
	color: #000000;
	text-decoration: none;
}

/* Course Blocks Accordion */
.course__course_blocks {
	width: 100%;
	max-width:768px;
	margin-top: 40px;
	margin-left:auto;
	margin-right:auto;
}
.course__course_blocks h2{
	width:100%;
	text-align:center;
	color: #000;
	font-family: "Open Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin:20px 0;
}
.course__course_blocks-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}
.course__course_blocks-list-item {
	width: 100%;
	border-radius: 18px;
	border: 1px solid #D9D9D9;
	background: #F5F5F5;
	padding: 16px;
	transition: background-color 0.3s ease;
}
.course__course_blocks-list-item.active {
	background: #ffffff;
}
.course__blocks-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	width: 100%;
}
.course__blocks-title {
	font-family: "Open Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #000;
	margin: 0;
	flex: 1;
}
.course__blocks-toggle {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	font-size: 20px;
	color: #000;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 15px;
}
.course__blocks-toggle-icon {
	transition: transform 0.3s ease;
	display: inline-block;
}
.course__blocks-toggle[aria-expanded="true"] .course__blocks-toggle-icon {
	transform: rotate(180deg);
}
.course__blocks-content {
	width: 100%;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #D9D9D9;
	display: none;
}
.course__blocks-content.active {
	display: block;
}
.course__blocks-content-inner {
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #000;
}
.course__blocks-content-inner p {
	margin: 0 0 15px 0;
}
.course__blocks-content-inner p:last-child {
	margin-bottom: 0;
}

/* Course form */
.course__form{
	display:flex;
	flex-direction:column;
	gap:20px;
	width:100%;
	max-width:680px;
	margin-left:auto;
	margin-right:auto;
}
.course__form h2{
	color: #000;
	font-family: "Open Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin:0;
}
.participant-fields{
	width:100%;
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:34px;
	row-gap:18px;
}

/* Newsletter form */
.footer__newsletter{
	width:100%;
	background-color:#F3F3F3;
	padding:80px 0 70px 0;
}
.footer__newsletter h2{
	color: #000;
	font-family: "Open Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align:center;
	margin:0;
}
.epec-newsletter-form{
	width:100%;
	max-width:1064px;
	margin:0 auto;
	padding:50px 0 0 0;
	display:flex;
	flex-direction:column;
	gap:30px;
}
.epec-newsletter-row-container{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:34px;
	width:100%;
}
.epec-newsletter-form-row{
	width:100%;
}
.epec-newsletter-form-group{
	width:100%;
}
.epec-newsletter-form-group input.epec-newsletter-input{
	width:100%;
	border-radius: 50px;
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #000;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	box-shadow:none;
	text-align:center;
	padding:10px 20px;	
}
input.epec-newsletter-input:focus{
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #000;
}
input.epec-newsletter-input:focus-visible{
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #000;
}

.epec-newsletter-checkbox-label{
	display:flex;
	align-items:start;
	gap:20px;
}
.epec-newsletter-checkbox-label .epec-newsletter-checkbox{
	width:20px;
	height:20px;
}
.epec-newsletter-checkbox-label .epec-newsletter-checkbox-text{
	color: #000;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.epec-newsletter-submit-row{
	display:flex;
	justify-content:center;
}
.epec-newsletter-form-row button.epec-newsletter-submit{
	border-radius: 50px;
	border:none;
	background: #FFDBDB;
	font-size: 25px;
    line-height: 25px;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 50px;
    padding-right: 50px;
    color: #000000;
	text-decoration: none;
	width:fit-content;
	cursor:pointer;
}
.epec-newsletter-form-row button.epec-newsletter-submit:hover{
	opacity: 0.8;
}
.epec-newsletter-form-group input.epec-newsletter-input.error{
	border:1px solid #e74c3c;
}
.epec-newsletter-error{
	color:#e74c3c;
}

.epec-newsletter-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	border-radius: 4px;
}
.epec-newsletter-spinner {
	width: 40px;
	height: 40px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #00536C;
	border-radius: 50%;
	animation: epec-newsletter-spin 1s linear infinite;
}
@keyframes epec-newsletter-spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.epec-newsletter-success-message{
	width:100%;
	text-align:center;
	color: #000;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align:center;
	margin:0;
}

/* woocommerce-breadcrumb */
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a{
	color:#ffffff;
	text-decoration: none;
}

/* Ask form */
.course__ask-form{
	display:flex;
	justify-content:center;
	width:100%;
	max-width:800px;
	flex-direction:column;
	gap:28px;
	margin-left:auto;
	margin-right:auto;
}
.course__ask-form h2,
.course__ask-form h3{
	color: #000;
	text-align: center;
	font-family: "Open Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.epec-course-quote-form{
	display:flex;
	flex-direction:column;
	gap:34px;
	width:100%;
}
.epec-course-quote-form-row{
	display:flex;
	justify-content:center;
	width:100%;
}
.epec-course-quote-form-group{
	display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}
#epec_course_quote_email{
	width:320px;
	color: #000;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	padding:15px;
	border-radius: 50px;
	border: 1px solid #000000;
	background: #ffffff;
	box-shadow:none;
	text-align:center;
}
#epec_course_quote_email:focus{
	border: 1px solid #000000;
	background: #ffffff;
	color: #000;
}
#epec_course_quote_email:focus-visible{
	border: 1px solid #000000;
	background: #ffffff;
	color: #000;
}
#epec_course_quote_email.error{
	border: 1px solid #e74c3c;
}
#epec_course_quote_email.error:focus{
	border: 1px solid #e74c3c;
}
#epec_course_quote_email.error:focus-visible{
	border: 1px solid #e74c3c;
}
#epec_course_quote_email.error:hover{
	border: 1px solid #e74c3c;
}
.epec-course-quote-error{
	color:#e74c3c;
}
.epec-course-quote-submit{
	border-radius: 50px;
	border:none;
	background: #FFDBDB;
	font-size: 25px;
    line-height: 25px;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 50px;
    padding-right: 50px;
    color: #000000;
	text-decoration: none;
	text-align:center;
	width:320px;
	cursor:pointer;
}
.epec-course-quote-submit:hover{
	opacity: 0.8;
}
.epec-course-quote-submit:disabled{
	opacity: 0.6;
	cursor: not-allowed;
}
.epec-course-quote-submit:disabled:hover{
	opacity: 0.6;
	cursor: not-allowed;
}
.epec-course-quote-success-message{
	width:100%;
	text-align:center;
}

.course__contact-form{
	display:flex;
	flex-direction:column;
	gap:20px;
	width:100%;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
.course__contact-form h3{
	color: #000;
	text-align: center;
	font-family: "Open Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.epec-contact-form-wrapper{
	width:100%;
	max-width:340px;
	margin-left:auto;
	margin-right:auto;
}	
.epec-contact-form-wrapper-large{
	max-width:1064px;
}
.epec-contact-form-wrapper-large .epec-contact-form-row-inline{
	gap:30px;
}
.epec-contact-form{
	position:relative;
	display: flex;
	flex-direction:column;
	gap:20px;
}
.epec-contact-form-row{
	display:flex;
	justify-content:center;
	width:100%;
}
.epec-contact-form-group{
	display:flex;
	flex-direction:column;
	width:100%;
}
.epec-contact-form-group input.epec-contact-input{
	width:100%;
	padding:16px 10px;
	border-radius: 50px;
	border: 1px solid #000000;
	background: #ffffff;
	box-shadow:none;
	text-align:center;
}
.epec-contact-input:focus{
	border: 1px solid #000000;
	background: #ffffff;
	color: #000;
}
.epec-contact-input:focus-visible{
	border: 1px solid #000000;
	background: #ffffff;
	color: #000;
}
.epec-contact-input.error{
	border: 1px solid #e74c3c;
}
.epec-contact-input.error:focus{
	border: 1px solid #e74c3c;
}
.epec-contact-input.error:focus-visible{
	border: 1px solid #e74c3c;
}
.epec-contact-form-group textarea.epec-contact-textarea{
	width:100%;
	padding:30px 10px;
	border-radius: 50px;
	border: 1px solid #000000;
	background: #ffffff;
	box-shadow:none;
	text-align:center;
}
.epec-contact-form-group textarea.epec-contact-textarea:focus{
	border: 1px solid #000000;
	background: #ffffff;
	color: #000;
}
.epec-contact-form-group textarea.epec-contact-textarea:focus-visible{
	border: 1px solid #000000;
	background: #ffffff;
	color: #000;
}
.epec-contact-form-group textarea.epec-contact-textarea.error{
	border: 1px solid #e74c3c;
}
.epec-contact-form-group textarea.epec-contact-textarea.error:focus{
	border: 1px solid #e74c3c;
}
.epec-contact-form-group textarea.epec-contact-textarea.error:focus-visible{
	border: 1px solid #e74c3c;
}
.epec-contact-form-group textarea.epec-contact-textarea.error:hover{
	border: 1px solid #e74c3c;
}
.epec-contact-error{
	color:#e74c3c;
}
.epec-contact-submit{
	border-radius: 50px;
	border:none;
	background: #FFDBDB;
	font-size: 25px;
    line-height: 25px;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 50px;
    padding-right: 50px;
    color: #000000;
	text-decoration: none;
	text-align:center;
	width:fit-content;
	cursor:pointer;
	margin-top:10px;
}
.epec-contact-submit:hover{
	opacity: 0.8;
}
.epec-contact-submit:disabled{
	opacity: 0.6;
	cursor: not-allowed;
}
.epec-contact-submit:disabled:hover{
	opacity: 0.6;
	cursor: not-allowed;
}

/* Course lectors */
.course__lectors{
	display:flex;
	flex-direction:column;
	gap:20px;
	width:100%;
}
.course__lectors h2{
	color: #000;
	text-align: center;
	font-family: "Open Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.course__lectors-list{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:0px;
	width:100%;
	max-width:840px;
	margin-left:auto;
	margin-right:auto;
}
.course__lectors-list-item{
	display:flex;
	flex-direction:column;
	gap:20px;
	width:100%;
	padding:40px 26px;
}
.course__lector-thumbnail{
	width:100%;
	height:100%;
	object-fit:cover;
}
.course__lector-thumbnail img{
	border-radius: 20px;
	width:100%;
	height:100%;
	object-fit:cover;
}
.course__lector-name{
	color: #000;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.course__lector-specialization{
	color: #000;
	font-family: "Open Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.course__lector-social{
	width:100%;
	display:flex;
	flex-direction:row;
	gap:10px;
	align-items:center;
}
.course__lector-social-link{
	display:flex;
	justify-content:center;
	align-items:center;
	height:40px;	
}
.course__lector-social-link img{
	width:auto;
	height:40px;
}

/* Participant */
.course-participants-cart-table {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.participants-table-header{
	margin-top:20px;
	font-weight: bold;
	width:100%;
}
.participants-table-container{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.participants-table-container p{
	margin: 0;
}

/* Woo layout */
.woocommerce-page .content-container{
	grid-template-columns: 1fr;
}

.woocommerce__archive-title{
	display:flex;
	justify-content:center;
	width:100%;
	max-width:800px;
	flex-direction:column;
	gap:28px;
	margin-left:auto;
	margin-right:auto;
	padding:40px 0;
}
.woocommerce__archive-title h2,
.woocommerce__archive-title h3{
	color: #000;
	text-align: center;
	font-family: "Open Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.woocommerce-page .container ul.products{
	margin-bottom:60px;
}
.woocommerce-page .container ul.products li, .woocommerce ul.products li{
	padding:20px;
}
.woocommerce-page .container ul.products li .loop-product-image-wrapper img, 
.woocommerce ul.products li .loop-product-image-wrapper img{
	border-radius:20px;
}
.woocommerce-loop-product__title{
	color: #000;
	font-family: "Open Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align:left;
}
.ordering-wrapper-start{
	display:none;
}
.post-type-archive-product .content-container.container:has(.products){
	max-width:1080px;
}

.margin-0{
	margin:0;
}
.line-height-55{
	line-height:55px;
}

/* Header 1 */
.header{
	background-color:#ffffff;
}
.header__section{
	grid-template-columns: 1fr;
}
.header--1 .header__section-container{
	flex-direction:row;
	align-items:center;
}

/* Mini cart */
.header__cart-content{
	display:none;
}
.header__cart-arrow{
	display:none;
}
.header__cart-count{
	display:none!important;
}
.header__cart{
	background-color:transparent;
	width:fit-content;
	padding:0;
	box-shadow:none;
}
.header__cart-icon{
	width:80px;
	height:80px;
	background-color:transparent;
	background-image:url('assets/images/icons/cart-icon.svg');
	background-size:80px 80px;
	background-repeat:no-repeat;
	background-position:center;
}
.header__cart-icon svg{
	display:none;
}
/* Menu */
.header__nav nav ul{
	justify-content:right;
	align-items:center;
	gap:20px;
}
.header__nav nav ul li a {
	color: #000;
	font-family: "Open Sans";
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left:10px;
	padding-right:10px;
}
.menu-button a{
	display: flex;
	width: 292px;
	height: 77px;
	padding: 12px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 50px;
	background: #FFDBDB;
}
/* Top alert */
.top__alert{
	background-color:#FFDBDB;
}
.top__alert-container{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	position:relative;
	padding: 23px 0;
}
.top__alert-container>span{
	color: #000;
	font-family: "Open Sans";
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.top__alert-container>a{
	position:absolute;
	right:0;
	top:50%;
	bottom:0;
	transform:translateY(-50%);
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	gap:10;
	text-decoration: none;
}
.top__alert-container>a>span{
	color: #000;
	font-family: "Open Sans";
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.top__alert-container>a>img{
	width:40px;
	height:40px;
}

.top-bar{
	background-color:#F3F3F3;
	padding:10px 0;
}
.top-bar__container{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	width:100%;
	max-width:1290px;
	margin:0 auto;
}
.top-bar__social{
	display:flex;
	flex-direction:row;
	gap:20px;
	align-items:center;
}
.top-bar__social-link{
	display:flex;
	justify-content:center;
	align-items:center;
	height:50px;
}
.top-bar__social-link img{
	width:auto;
	height:50px;
}

.top-bar__account{
	display:flex;
	flex-direction:row;
	gap:20px;
	align-items:center;
}
.top-bar__account-link{
	display:flex;
	flex-direction:row;
	gap:10px;
	align-items:center;
	text-decoration: none;
}
.top-bar__account-link img{
	width:auto;
	height:28px;
}
.top-bar__account-link span{
	color: #000;
	font-family: "Open Sans";
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.product-carousel:has(#splide){
	max-width:1140px;
}
#splide .splide__track{
	margin:0 100px;
}
#splide .price{
	display:none;
}

#splide  .button.add_to_cart_button{
	color:#000000!important;
}
#splide .splide__arrow{
	border:none;
	background-color:transparent;
	width:80px;
	height:80px;
	background-size:80px 80px;
	background-repeat:no-repeat;
	background-position:center;
}
#splide .splide__arrow.splide__arrow--prev{
	background-image:url('assets/images/icons/arrow-left.svg');
}
#splide .splide__arrow.splide__arrow--next{
	background-image:url('assets/images/icons/arrow-right.svg');
}
#splide .splide__arrow svg{
	display:none
}

#lectors-carousel .splide__track{
	margin:0 100px;
}
#lectors-carousel .splide__arrow{
	border:none;
	background-color:transparent;
	width:80px;
	height:80px;
	background-size:80px 80px;
	background-repeat:no-repeat;
	background-position:center;
}
#lectors-carousel .splide__arrow.splide__arrow--prev{
	background-image:url('assets/images/icons/arrow-left.svg');
}
#lectors-carousel .splide__arrow.splide__arrow--next{
	background-image:url('assets/images/icons/arrow-right.svg');
}
#lectors-carousel .splide__arrow svg{
	display:none
}

/* Footer */
.footer__section{
	grid-template-columns: 1fr 1fr 1fr;
	max-width:1290px;
}
.footer__box h3{
	opacity:1;
	color: #FFF;
	font-family: "Open Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:10px;
}
.footer__box-first img{
	background-color:#ffffff;
}
.footer__address p{
	opacity:1;
	color: #FFF;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer__box-third ul li a{
	opacity:1;
	color: #FFF;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer__nrv h3{
	margin-bottom:16px;
}
.footer__nrv img{
	border-radius:10px;
}
.footer__address{
	margin-bottom:16px;
}
.footer__box-contact-line{
	padding:0;
	background-color:transparent;
	box-shadow:none;
	gap:24px;
}
.footer__box-contact-line a{
	opacity:1;
	color: #FFF;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer__social{
	align-items:center;
	margin-top:30px;
}

.footer__copyright{
	background-color:#3C3C3C;
	padding:13px 0 13px 0;
}
.footer__copyright .container{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.footer__copyright .container p{
	display:flex;
	opacity:1;
	color: #FFF;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin:0;
}
#footer-links{
	display:flex;
	flex-direction:row;
	gap:20px;
	align-items:center;
	list-style:none;
	padding:0;
	margin:0;
}
#footer-links li{
	display:flex;
}
#footer-links li a{
	opacity: 1;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    width: fit-content;
    white-space: nowrap;
    text-decoration: none;
}

/* Thank you */
.thankyou-header{
	width:100%;
}
.thankyou-header h1{
	color: #000;
	font-family: "Open Sans";
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;	
}
.woocommerce-bacs-bank-details{
	display:none;
}
.page-id-14 .woocommerce-order-details,
.page-id-14 .woocommerce-customer-details{
	display:none;
}

.call__to_action-container{
	display:flex;
	margin-top:40px;
}
.call__to_action-container .call__to_action-button{
	color:#000000;
	text-decoration: none;
}

.cart__bottom-right a,
#place_order{
	border-radius: 50px;
    background: #FFDBDB;
    font-size: 25px;
    line-height: 25px;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 50px;
    padding-right: 50px;
    color: #000000;
    text-decoration: none;
    width: fit-content;
	border:none;
	cursor: pointer;
}

.cart__bottom-left a{
	border-radius: 50px;
	font-size: 25px;
    line-height: 25px;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 50px;
    padding-right: 50px;
    color: #000000;
    text-decoration: none;
    width: fit-content;
	border:none;
	cursor: pointer;
}
.checkout__summary{
	background-color:transparent;
}

.footer__logo_wrap{
	display:none;
}

.woocommerce-MyAccount-navigation ul li a{
	background-color:#444444;
	padding-top:30px;
	padding-bottom:30px;
	color:#ffffff!important;
	text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a{
	color:#000000!important;
	background-color:#FFDBDB!important;
}
.woocommerce-form-login, .woocommerce-form-register{
	max-width:480px;
	margin:auto;
}
.woocommerce-ResetPassword .woocommerce-Button,
.woocommerce-form-register__submit,
.woocommerce-form-login__submit{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    background: #FFDBDB;
	color:#000000;
	border:none;
	color: #000;
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px 40px;
	width:fit-content;
	cursor:pointer;
}
.woocommerce-ResetPassword .woocommerce-Button:hover,
.woocommerce-form-register__submit:hover,
.woocommerce-form-login__submit:hover{
	opacity:0.8;
}
.woocommerce-ResetPassword .woocommerce-Button:disabled,
.woocommerce-form-register__submit:disabled,
.woocommerce-form-login__submit:disabled{
	opacity:0.5;
	cursor:not-allowed;
}
.woocommerce-ResetPassword .woocommerce-Button:disabled:hover,
.woocommerce-form-register__submit:disabled:hover,
.woocommerce-form-login__submit:disabled:hover{
	opacity:0.5;
	cursor:not-allowed;
}
.woocommerce:has(.woocommerce-form-login) h2{
	text-align:center;
}
.woocommerce:has(.woocommerce-form-register) h2{
	text-align:center;
}
.woocommerce:has(.woocommerce-ResetPassword) h2{
	text-align:center;
}

.grey-breadcrumb .woocommerce-breadcrumb, 
.grey-breadcrumb .woocommerce-breadcrumb a{
	color:#000000;
}