/*
* Shop Page Styles
*/
body {
	overflow-x: hidden;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#yestutor-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	top: 0;
	left:0;
	display: none;
}
#yestutor-loader {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    border: 8px solid #f3f3f3;
    border-top: 8px solid var(--e-global-color-primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
	z-index: 9999;
	display: none;
}
.yestutor-products-container {
	display: flex;
	column-gap: 40px;
}
.filter-scetion {
	width: 30%;
}
.products-scetion {
	width: 70%;
}
.products-container {

}


.product-list-wrapper ul {
	list-style: none;
	display: flex;
	column-gap: 20px;
	padding-left: 0;
	flex-direction: column;
}
#pagination-links {
	margin: 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
	column-gap: 10px;
}
#pagination-links a {
	padding: 10px;
	background: #ededed;
	color: #000;
}
#pagination-links a.active {
	background: #ededed;
	color: var(--e-global-color-primary);
}
.pf-item {
    margin-bottom: 24px;
}
.pf-item>.widget_title {
    padding: 12px 24px;
    border-radius: 6px 6px 0 0;
    background-color: #e0e0e0;
    margin-bottom: 0;
	margin-top: 0;
}

.pf-item ul li a {
	display: flex;
    column-gap: 10px;
	position: relative;
}

.pf-item ul li a:before {
	content:'';
	-webkit-appearance: none;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	width: 16px;
    height: 16px;
    margin: 2px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 3px;
}
.pf-item ul li a:hover:before,
.pf-item ul li a.active:before {
	border-color: var(--e-global-color-a2c0d56);
}

.pf-item ul li a.active:after {
	content:'\2714';
	-webkit-appearance: none;
	display: inline-block;
	position: absolute;
	vertical-align: middle;
	cursor: pointer;
	width: 16px;
	height: 16px;
	left: 5px;
	top: -1px;
	font-size: 12px;
}











.pf-item>.inner-wrap {
    padding: 24px;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
}

.products-scetion .filter-horizontal {
	background: var(--e-global-color-primary);
	position: relative;
    display: flex;
    margin-bottom: 24px;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
    padding: 32px;
    border: none !important;
}

.woocommerce-before-shop-loop {
    text-align: left;
    margin-bottom: 24px;
    height: 48px;
    padding: 0 16px 0 8px;
    background: #e0e0e0;
    display: flex;
    align-items: center; 
    justify-content: flex-start;
    color: #444;
}
.woocommerce-before-shop-loop>* {
    display: block;
    vertical-align: middle;
    margin: 0;
}
.woocommerce-result-count {
    line-height: 26px;
    position: relative;
    margin-bottom: 0;
    display: block !important;
    text-align: right;
    font-size: 13px;
}
.pf-item>.inner-wrap {
    padding: 24px;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
}

.widget ul {
	list-style: none;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
} 

.widget_categories ul li, 
.widget_product_categories ul li, 
.pf-item.list.cat ul li {
    padding: 4px 0; 
}

.widget_categories ul li a, 
.widget_product_categories ul li a, 
.pf-item.list.cat ul li a {
	color: #000;
	font-weight: bold;
}

.widget_categories ul li a:hover, 
.widget_product_categories ul li a:hover, 
.pf-item.list.cat ul li a:hover,
.widget_categories ul li a.active, 
.widget_product_categories ul li a.active, 
.pf-item ul li a.active {
	color: var( --e-global-color-a2c0d56 );
}


.product-list-wrapper li {
    padding: 20px;
	width: 100%;
	display: flex;	
	flex-direction: column;
    box-shadow: inset 0 0 0 1px #e0e0e0;
	border-radius: 6px;
	margin-bottom: 20px;
}


.job-details-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.job-details-top h3.pricing-card-title {
	margin-bottom: 0!important;
}
.job-details-top h4 {
	font-weight: 700!important;
}
.job-details-top h4 a{
	color: var( --e-global-color-a2c0d56 )!important; 
	font-weight: 700;
}	

.job-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
	margin-top: 20px;
	column-gap: 10px;
}

.actions {
	display: flex;
	column-gap: 10px;
	align-items: center;
}
.job-actions .actions span,
.job-actions .actions a {
	color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 8px 10px;
}

.social-buttons {
	display: flex;
	align-items: center;
}

.social-buttons .addtoany_shortcode {
	display: flex;
	align-items: center;
}

.product-list-wrapper .post-body {
    padding: 0 12px 12px;
}

.product-list-wrapper .post-body .woocommerce-loop-product__title {
	overflow: hidden;
    min-height: 40px;
	margin-bottom: 8px;
	word-break: break-word;
	font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.product .image-container {
    position: relative;
    display: block;
    max-width: 100%;
    line-height: 0;
    background: 0 0;
    line-height: 0;
	border-radius: 6px;
}
.product .image-container img {
    opacity: 1;
    border-radius: 6px;
	/*transition: opacity .3s ease-out, transform .3s cubic-bezier(.19,1,.22,1);*/
    position: relative;
    width: 100%;
    transform-origin: center;
	margin: 0 auto;
}
.price-button-wrapp {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.product .post-body .button, .product .post-body .added_to_cart, .post-read-more {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0 !important;
    text-align: left !important;
    width: auto;
    font-size: 18px;
    background-color: transparent !important;
    padding: 0 !important;
    color: var(--e-global-color-primary);
	text-transform: capitalize;
}
.filter-breadcrumbs {
    margin-bottom: 20px;
}
.clear-all-attribute, .filter-breadcrumbs>* {
    display: inline-block!important;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    transition: all .2s ease;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #e0e0e0;
    padding: 4px 16px !important;
}
#apply-filters {
	margin-top: 25px;
	outline: none;
}
@media only screen and (min-width: 768px) {
    .woocommerce-before-shop-loop>* {
        display: inline-block;
        margin: 0;
    }
	.woocommerce-result-count {
        float: right;
    }
	 .product-list-wrapper .product .post-body {
        padding: 0 16px 16px;
        z-index: 15;
    }
}

@media only screen and (max-width: 768px) {
	.yestutor-products-container {
		flex-direction: column;
	}
	.filter-scetion {
		width: 100%;
	}
	.products-scetion {
		width: 100%;
	}
	.job-actions {
		flex-direction: column-reverse;
		row-gap: 20px;
	}
	.single-job-details .job-actions {
		flex-direction: column;
	}
}

@media only screen and (max-width: 560px) {
	.job-details-top {
		align-items: start;
		flex-direction: column;
		margin-bottom: 20px;
	}
}
.wc-block-components-panel .wc-block-components-panel__button {
	padding: 10px!important;
	border-radius: 5px;
	border: none!important;
	font-size: 16px;
	line-height: 1;
}

.wc-block-components-panel .wc-block-components-panel__button:hover {
	padding: 10px!important;
	border-radius: 5px;
	border: none!important;
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
}

em.error, .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442!important;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce em.help-block,
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a94442;
	font-size: 13px;
}
.intl-tel-input {
  display: block;
  width: 100%;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
	border-top-left-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 0;
}
.form-check {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.form-check-inline {
	display: inline-flex;
	align-items: center;
	column-gap: 10px;
}
.form-check-inline label, 
.form-check label{
	padding: 0;
	cursor: pointer;
	font-weight: normal!important;
}
.form-section {
	background: #eee;
	margin-bottom: 40px;
	padding: 20px;
	border: 1px solid #d5d8dc;
}
.job-forms input, 
.job-forms textarea{
	background: white!important;
	padding: .5rem 1rem!important;
	border-radius: 0px!important;
	border: 1px solid #ddd!important;
}

.job-forms select,
.job-forms input[type='number']{
	background: white!important;
	padding: .75rem 1rem!important;
	border-radius: 0px!important;
	border: 1px solid #ddd!important;
}
.form-label {
	padding-bottom: 0!important;
}

.complete_profile_form input,
.complete_profile_form select {
	border-radius: 0px!important;
	border: 1px solid #eee!important;
}
.complete_profile_form select {
	padding: .75rem 1rem!important;
	background-color: var(--e-global-color-cfa1f76);
}
.form-check-input {
	cursor: pointer;
}
.form-check-input[type=radio] {
	background: white!important;
	border-radius: 50%!important;
    width: 20px !important;
    height: 20px !important;
    padding: 5px !important;	
}
.form-check-input:checked[type=radio],
.form-check-input:checked[type=checkbox] {
	background: var(--e-global-color-332724a)!important;
}
.form-label {
	font-size: 14px!important;
}
.form-label.required:after {
	content: " *"!important;
	color: red;
	font-weight: 500;
}

#locations-box {
	display: none;
}

.parent-details-alert .swal-title {
	text-align: left!important;
    margin-top: 15px;
    border-bottom: 1px solid;
    font-size: 16px;
}
.parent-details-alert li {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.parent-details-alert li label {
	margin: 0;
	padding: 0;
}
.job-details {
	text-align: left; 
	list-style: none;
}

.dash-boxes {
	display: flex;
	align-items: center;
	column-gap: 40px;
}

.dash-boxes .dbox-content {
	background-color: var(--e-global-color-d49ac81);
	border-radius: 10px;
	color: #fff;
	text-align: center;
	padding: 10px 10px 10px 10px;
	z-index: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 200px;
	height: 200px;
	margin-top: 20px;
	flex-direction: column;
}
.dash-boxes .dbox-title {
	font-size: 61px;
	margin-bottom: 20px;
	display: block;
}
.dash-boxes .dbox-content {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	position: relative;
}
.dash-boxes .dbox-action {
	position: absolute;
    bottom: 10px;
    right: 20px;
}
.dash-boxes .dbox-action a {
	color:#fff!important;
	text-transform: capitalize;
}

.job-content ul {
	list-style: none;
	padding: 0;
}

.job-content li {
	display: flex;
	align-items: center;
    column-gap: 10px;
	margin: 0 0 5px;
	padding: 0;
	font-size: 14px;
	flex-direction: row;
    border: none;
    box-shadow: none;
}

.job-content li label {
	color: #000;
	margin-bottom: 0;
    padding-bottom: 0;
	font-size: 14px;
}

#extra-tutor-info {
	display: none;
}

.sr-only.form-label {
	display: block;
}

.time-table {
	text-align: center;
	background: #f8f9fa;
	padding: 10px 10px 5px;
	overflow-x: auto;
	max-width: 100%;
}

.time-table tr th.text-left{
	text-align: left;
}	
.time-table tr th{ 
	padding: 5px!important;
	border: 1px solid red;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
	display: flex;
    column-gap: 10px;
    align-items: center;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    font-size: 0.95em;
}

button.submit-btn {
	padding: 15px 30px;
	line-height: var(--e-global-typography-accent-line-height);
	color: var(--e-global-color-text);
	background-color: var(--e-global-color-d49ac81);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: var(--e-global-color-d49ac81);
	border-radius: 7px 7px 7px 7px;
}

.lr-social-login-container .eael-social-button {
	padding: 0px!important;
	margin-top: 10px;  
}
.lr-social-login-container .eael-social-button.eael-facebook {
	padding: 0 12px;
	width: 185px!important;
	border: 1px solid #dadce0;
	border-radius: 4px;
	font-family: "Google Sans", arial, sans-serif;
    font-weight: 500;
	font-size: 14px!important;
	color: #3c4043;
	height: 40px;
}


.lr-social-login-container .eael-social-button.eael-facebook:hover {
	border-color: #d2e3fc;
}