.jobcircle-woocommerce-main {
	padding-top: 94px;
	padding-bottom: 60px;
	transition: padding 0.3s ease-in-out;
	flex-grow: 1;
	min-width: 0;
}

.sticky-header .jobcircle-woocommerce-main {
	padding-top: 84px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover {
	color: #20ca6f;
}

.woocommerce-products-header h1 {
	font-size: 50px;
	line-height: 1.25;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 10px;
}

.woocommerce-ordering select {
	background: #fff;
	border: 1px solid #aeaeae;
	border-radius: 5px;
	padding: 7px 10px;
}

.woocommerce ul.products {
	display: flex;
	flex-flow: row wrap;
	margin: -15px;
}

.woocommerce ul.products li.product {
	margin: 15px;
	width: calc(25% - 30px);
	overflow: hidden;
	border-radius: 15px;
	border: 1px solid #d5d5d5;
	display: block;
	color: #444;
	padding: 0 0 20px;
	box-shadow: 0 10px 0 rgba(0,0,0,0.05);
}

.woocommerce ul.products li.product a {
	display: block;
	position: relative;
	color: #000;
}

.woocommerce ul.products li.product a:hover {
	color: #20ca6f;
}

.woocommerce span.onsale {
	width: 50px;
	height: 50px;
	margin: 0;
	left: 15px;
	top: 15px;
}

.woocommerce ul.products li.product .onsale {
	top: 15px;
	left: auto;
	right: 15px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: inherit;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
	padding: 0 15px 15px;
}

.woocommerce ul.products li.product .star-rating {
	margin: 0 15px 15px;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price {
	color: #000;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	padding: 0 15px 25px;
	margin: 0;
}

.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del {
	margin: 0 7px 0 0;
	font-weight: 400;
}

.woocommerce ul.products li.product .button {
	margin: 0 15px;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	padding: 11px 25px 13px;
	background: #20ca6f;
	text-align: center;
	transition: 0.3s;
	float: left;
}

.woocommerce ul.products li.product .button:hover {
	color: #fff;
	background: #1cb061;
}

.woocommerce ul.products li.product a.added_to_cart {
	margin: 0 15px 0 0;
	float: right;
}

.woocommerce nav.woocommerce-pagination {
	padding: 60px 0 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	border: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.woocommerce nav.woocommerce-pagination ul li {
	padding: 0 5px;
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 5px 9px;
	font-size: 16px;
	font-weight: 500;
}

.woocommerce div.product {
	margin: 20px 0 0;
}

.woocommerce div.product .product_title {
	font-size: 44px;
	line-height: 1.3;
	color: #000;
	margin: 0 0 20px;
}

.woocommerce div.product p.price {
	padding-left: 0;
	padding-right: 0;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	margin: 0 0 15px;
	overflow: hidden;
}

.woocommerce div.product form.cart {
	display: flex;
	align-items: center;
}

.woocommerce div.product form.cart div.quantity {
	margin: 0 15px 0 0
}

.woocommerce div.product form.cart div.quantity .qty {
	outline: none;
	border-radius: 5px;
	border: 1px solid #aeaeae;
	padding: 5px 10px;
	width: 90px;
	height: 48px;
}

.woocommerce div.product form.cart .button {
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	padding: 11px 25px 13px;
	background: #20ca6f;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: 0.3s;
}

.woocommerce div.product form.cart .button:hover {
	color: #fff;
	background: #1cb061;
}

.woocommerce div.product .product_meta a {
	color: #20ca6f;
}

.woocommerce div.product .product_meta a:hover {
	color: #1cb061;
}

.woocommerce-page div.product .woocommerce-tabs {
	padding: 20px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 0 0 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom-color: #1cb061;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #1cb061;
  	background-color: #20ca6f;
	transition: 0.3s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active):hover {
	background: #1cb061;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	box-shadow: 2px 2px 0 #20ca6f;
	border-color: #20ca6f;
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	box-shadow: -2px 2px 0 #20ca6f;
	border-color: #20ca6f;
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #fff;
	font-weight: 600;
	padding: 6px 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
	color: #20ca6f;
}

.woocommerce-page div.product .woocommerce-tabs h2 {
	font-size: 36px;
	line-height: 1.3;
	color: #000;
	margin: 0 0 15px;
}

.comment-respond .comment-reply-title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 18px;
}

.woocommerce #review_form #respond textarea {
	border: 1px solid #aeaeae;
	border-radius: 5px;
	outline: none;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1.5;
}

.woocommerce #review_form #respond .form-submit input {
	margin: 0;
	border-radius: 30px;
	color: #fff;
	min-width: 150px;
	font-size: 16px;
	line-height: 1.5;
	padding: 11px 25px 13px;
	background: #20ca6f;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: 0.3s;
}

.woocommerce #review_form #respond .form-submit input:hover {
	color: #fff;
	background: #1cb061;
}

.related.products h2 {
  font-size: 36px;
  line-height: 1.3;
  color: #000;
  margin: 0 0 25px;
}

.woocommerce-cart-form {
	padding: 50px 0 0;
}

.woocommerce .woocommerce-cart-form a.remove {
	line-height: 0.75;
}

.woocommerce table.shop_table th {
	color: #000;
	padding: 12px;
}

.woocommerce table.shop_table td {
	padding: 12px;
}

.woocommerce table.shop_table .product-name > a {
	color: #20ca6f;
}

.woocommerce table.shop_table .product-name > a:hover {
	color: #1cb061;
}

.woocommerce table.shop_table .quantity .qty {
	outline: none;
	border-radius: 5px;
	border: 1px solid #aeaeae;
	padding: 5px 10px;
	width:80px;
	height: 42px;
}

.woocommerce table.shop_table .actions .coupon {
	width: 370px;
}

.woocommerce table.shop_table .actions .coupon .input-text {
	width: 218px;
	height: 48px;
	margin: 0 !important;
	border-radius: 30px;
	border-color: #aeaeae !important;
	padding: 11px 20px 13px !important;
}

.woocommerce table.shop_table .actions .button {
	margin: 0 0 0 7px;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	padding: 11px 20px 13px;
	background: #20ca6f;
	text-align: center;
	transition: 0.3s;
	float: right;
	font-weight: 600;
}

.woocommerce table.shop_table .actions .button:hover {
	color: #fff;
	background: #1cb061;
}

.woocommerce table.shop_table .actions .button[disabled],
.woocommerce table.shop_table .actions .button[disabled]:hover {
	background: #20ca6f;
}

.woocommerce .cart-collaterals {
	padding: 0 0 50px;
}

.woocommerce .cart-collaterals .cart_totals h2 {
	font-size: 30px;
	color: #000;
	margin: 0 0 10px;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	margin: 0;
	border-radius: 30px;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	padding: 14px 20px 16px;
	background: #20ca6f;
	text-align: center;
	transition: 0.3s;
	font-weight: 600;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	color: #fff;
	background: #1cb061;
}


.jobcircle-section-tbpading {
	overflow: hidden;
}

.jobcircle-section-tbpading .bg-white.rounded {
	background: transparent !important;
	border-radius: 0 !important;
}

.woocommerce-form-coupon-toggle .showcoupon {
	color: #20ca6f;
}

.woocommerce-form-coupon-toggle .showcoupon:hover {
	color: #1cb061;
}

.checkout.woocommerce-checkout {
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	margin: 30px 0;
}

.checkout.woocommerce-checkout h3 {
	font-size: 28px;
	color: #000;
	margin: 0 0 10px;
}

.woocommerce form .form-row {
	margin-bottom: 10px;
}

.woocommerce form .form-row .input-text {
	border-radius: 30px;
	border: 1px solid #aeaeae;
	font-size: 16px;
	line-height: 1.5 !important;
	padding: 9px 15px 11px;
}

.woocommerce form .form-row label {
	line-height: 1.5;
	padding: 0 0 0 10px;
	margin: 0 0 8px;
}

.woocommerce form .woocommerce-input-wrapper {
	display: block;
}

.woocommerce form .form-row .select2-container {
	display: block;
}

.woocommerce form .select2-container .select2-selection--single {
	height: 46px;
}

.woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 16px;
	line-height: 1.5;
	color: #000 !important;
	padding: 9px 45px 11px 15px !important;
}

.woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}

.woocommerce form .form-row textarea.input-text {
	height: 160px;
	border-radius: 20px;
}

.woocommerce form .form-row.place-order {
	margin-bottom: 0;
}

.woocommerce .checkout.woocommerce-checkout .col2-set {
	margin-bottom: 30px;
}

.woocommerce table.shop_table .product-total,
.woocommerce table.shop_table .cart-subtotal td,
.woocommerce table.shop_table .order-total td {
	text-align: right;
}

.woocommerce .wc-block-components-notice-banner {
	margin: 30px 0 20px;
}

.woocommerce .woocommerce-checkout #payment {
	background: #f5f5f5;
}

.woocommerce .woocommerce-checkout #payment .woocommerce-privacy-policy-link {
	color: #20ca6f;
}

.woocommerce .woocommerce-checkout #payment .woocommerce-privacy-policy-link:hover {
	color: #1cb061;
}

.woocommerce #payment #place_order {
	margin: 0 0 0 7px;
	border-radius: 30px;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	padding: 15px 25px 17px;
	background: #20ca6f;
	text-align: center;
	transition: 0.3s;
	float: right;
	font-weight: 600;
}

.woocommerce #payment #place_order:hover {
	color: #fff;
	background: #1cb061;
}

@media (min-width: 769px) {	
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last {
		width: 49% !important;
	}
}

@media (min-width: 992px) {
	.woocommerce-checkout-review-order {
		display: flex;
		justify-content: space-between;
	}
	
	.woocommerce .shop_table.woocommerce-checkout-review-order-table {
		width: 50%;
		margin: 0;
	}
	
	.woocommerce .woocommerce-checkout-payment {
		width: 48%;
	}
}

@media (max-width: 1199px) {
	.woocommerce ul.products {
		margin: -10px -10px -20px;
	}
	
	.woocommerce ul.products li.product {
		width: calc(33.333% - 20px);
		margin: 10px 10px 20px;
	}
	
	.woocommerce div.product .product_title {
		font-size: 40px;
	}
	
	.woocommerce-page div.product .woocommerce-tabs h2,
	.related.products h2 {
		font-size: 32px;
	}
}

@media (max-width: 991px) {
	.woocommerce-products-header h1 {
		font-size: 44px;	
	}
	
	.woocommerce .woocommerce-ordering {
		float: right !important;
	}
	
	.woocommerce ul.products {
		margin: -7px -7px -20px !important;
	}
	
	.woocommerce ul.products li.product {
		width: calc(50% - 14px) !important;
		margin: 7px 7px 20px !important;
	}
	
	.woocommerce div.product .product_title {
		font-size: 36px;
	}
	
	.woocommerce-page div.product .woocommerce-tabs h2, 
	.related.products h2 {
		font-size: 30px;	
	}
}


@media (max-width: 768px) {
	.woocommerce table.shop_table .quantity .qty {
		height: auto;
	}
	
	.woocommerce table.shop_table .actions .coupon {
		width: 100%;
	}
	
	.woocommerce table.shop_table .actions .button {
		margin: 0 0 10px;
	}
	
	.woocommerce .cart-collaterals .cart_totals h2 {
		font-size: 24px;
	}
	
	.woocommerce .woocommerce-billing-fields {
		margin-bottom: 30px;		
	}
}

@media (max-width: 767px) {
	.jobcircle-woocommerce-main {
		padding-top: 85px;
		padding-bottom: 35px;
	}
	
	.sticky-header .jobcircle-woocommerce-main {
		padding-top: 65px;
	}
	
	.woocommerce-products-header h1 {
		font-size: 38px;	
	}
	
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 21px;
	}
	
	.woocommerce ul.products li.product .price,
	.woocommerce div.product p.price {
		font-size: 16px;
	}
	
	.woocommerce nav.woocommerce-pagination {
		padding: 35px 0 0;
	}
}

@media (max-width: 575px) {
	.woocommerce .woocommerce-ordering {
		width: 100%;
	}
	
	.woocommerce .woocommerce-ordering select {
		width: 100%;
	}
	
	.woocommerce-products-header h1 {
		font-size: 35px;	
	}
	
	.woocommerce ul.products li.product {
		width: calc(100% - 14px) !important;
	}
	
	.woocommerce div.product .product_title {
		font-size: 32px;
	}
	
	.woocommerce-page div.product .woocommerce-tabs h2, 
	.related.products h2 {
		font-size: 25px;	
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		padding: 0 10px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding: 6px 0;
		font-size: 13px;
	}
	
	.checkout.woocommerce-checkout {
		padding: 18px 12px;
	}
	
	.checkout.woocommerce-checkout h3 {
		padding: 0 3px;
		font-size: 25px;
	}
	
	.woocommerce form .form-row .input-text {
		font-size: 14px;
		padding: 6px 15px 8px;
	}
	
	.woocommerce form .select2-container .select2-selection--single {
		height: 37px;
	}
	
	.woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 14px;
		padding: 6px 45px 8px 15px !important;
	}
	
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last {
		width: 49% !important;
	}
	
	.woocommerce #payment #place_order {
		font-size: 16px;
		padding: 11px 25px 13px;
	}
}
