/** ===== Account Page ===== **/
.woocommerce-account .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	display: block;
	width: 100%;
}
.woocommerce-account p{
    font-size: 15px;
    line-height: 30px;
    color: #444;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-bottom: 30px;
	width: 30%;
	float: right;
	padding: 0 15px;
}

@media (max-width: 767px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
		margin-bottom: 60px;
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	list-style: none;
	padding: 35px;
	border: 1px solid rgba(76, 67, 159, 0.1);
	box-shadow: 0 0 30px 0 rgba(76, 67, 159, 0.05);
	background-color: #fff;
	border-radius: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {background: #f6f6f6;padding: 0px 25px;margin-bottom: 10px;border-radius: 12px;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active{
    background: var(--tarla-primary-color);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
    color: #fff !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before{
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	font-size: 14px;
	padding: 10px 0;
	color: #444;
	position: relative;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	color: var(--tarla-primary-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	content: "\f177";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
	font-family: "Font Awesome 5 Pro";
	color: var(--tarla-primary-color);
	margin-left: -16px;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	color: inherit;
	padding-inline-start: 26px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a:before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	margin-left: 0;
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-content {
	margin-bottom: 30px;
	padding: 0 15px;
	width: 70%;
	float: left;
}

@media (max-width: 767px) {
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		margin-bottom: 0;
	}
}

.woocommerce-account .woocommerce-MyAccount-content .col-1,
.woocommerce-account .woocommerce-MyAccount-content .col-2 {
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
	max-width: inherit;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
	padding: 0;
}
.woocommerce-account .addresses .title .edit{
	float: right;
}
.woocommerce-account .addresses .title h2{
	
font-size: 20px;
	
margin: 10px 0;
}

@media (max-width: 767px) {
	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.col-2 {
		padding-top: 30px;
	}
}

.woocommerce-account .woocommerce-MyAccount-content .form-row label {
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset {
	padding: 15px;
	border: 1px solid #444;
	margin-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details__title,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title,
.woocommerce-account .woocommerce-MyAccount-content h3 {
	font-size: 28px;
}

@media (max-width: 1024px) {
	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details__title,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title,
  .woocommerce-account .woocommerce-MyAccount-content h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
	border: none;
	margin: 0;
}

.woocommerce-account .woocommerce-form {
	max-width: 670px;
	margin: 30px auto 0;
	padding: 35px !important;
	border: 1px solid rgba(76, 67, 159, 0.1) !important;
	box-shadow: 0 0 30px 0 rgba(76, 67, 159, 0.05);
	background-color: #fff;
	border-radius: 15px !important;
}
.woocommerce-account .woocommerce-form .woocommerce-privacy-policy-text {
    margin: 20px 0;
    line-height: 30px;
    font-size: 15px;
}

.woocommerce-account .woocommerce-form input:focus {
	/* background-color: #fff; */
	border: none !important;
	outline: unset !important;
	box-shadow: unset !important;
}

.woocommerce-account .woocommerce-form label {
	margin-bottom: 5px;
}

.woocommerce-account .woocommerce-form .woocommerce-Button.button {
	margin-right: 16px;
	height: auto;
}

.woocommerce-account .woocommerce-ResetPassword {
	margin-bottom: 0;
}

.woocommerce-account .woocommerce-ResetPassword input {
    margin: 10px 0px !important;
}

.woocommerce-account .woocommerce-ResetPassword a {
	color: var(--tarla-primary-color);
}

.woocommerce-account .woocommerce-ResetPassword a:hover {
	color: #444;
}

.woocommerce-account .woocommerce-form .woocommerce-form__label-for-checkbox {
	padding: 0;
	line-height: 50px;
}

.woocommerce-account .woocommerce-form .woocommerce-form__label-for-checkbox span {
	font-size: 15px;
}

.woocommerce-account .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
	position: relative;
	top: -1px;
}

.woocommerce-account .woocommerce-form .woocommerce-Button {
	height: 42px;
}

.woocommerce-account .woocommerce-notices-wrapper + h2 {
	/* text-align: center; */
	font-size: 24px;
}

.woocommerce-account #customer_login {
	margin: 0 -15px;
	width: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.woocommerce-account #customer_login h2 {
	font-size: 24px;
}

.woocommerce-account #customer_login .u-column1.col-1,
.woocommerce-account #customer_login .u-column2.col-2 {
	width: 50%;
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
	max-width: 100%;
	padding: 0 15px;
}

@media (max-width: 767px) {
	.woocommerce-account #customer_login {
		margin: 0;
	}

	.woocommerce-account #customer_login .u-column1.col-1,
  .woocommerce-account #customer_login .u-column2.col-2 {
		width: 100%;
		padding: 0;
	}
}

.woocommerce-account .woocommerce-password-strength.bad {
	background-color: transparent;
	padding: 8px 0;
}

.woocommerce .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.woocommerce .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
	height: auto;
	margin-right: 10px;
}

/** ===== Thank You Page ===== **/
.woocommerce-order table.shop_table {
	border: none;
}

.woocommerce-order .woocommerce-order-details {
	margin: 0;
}

.woocommerce-order .woocommerce-customer-details {
	margin: 0;
	padding-top: 50px;
}

.woocommerce-order .woocommerce-customer-details address {
	padding: 20px;
	border-radius: 0;
	border-color: #444;
}

.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-column__title {
	font-size: 32px;
}

@media (max-width: 767px) {
	.woocommerce-order .woocommerce-order-details__title,
  .woocommerce-order .woocommerce-column__title {
		font-size: 26px;
	}
}

/** ===== Cart Page ===== **/
body.woocommerce-cart .woocommerce-cart-form .actions {
	text-align: right !important;
}

body.woocommerce-cart .woocommerce-cart-form .actions .button {
	height: 50px;
	padding: 10px 35px;
	float: left;
}

body.woocommerce-cart .woocommerce-cart-form .actions .button:disabled[disabled] {
	opacity: 0.8;
	color: #fff;
}

body.woocommerce-cart .woocommerce-cart-form .actions .button:disabled[disabled]:hover {
	color: #fff;
	background-color: var(--tarla-secondary-color);
}

body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text {
	width: 200px !important;
	height: 50px;
	padding: 0 25px;
	border: none;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table {
	border: none;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
	font-size: 16px;
	font-weight: 600;
	color: #444;
	padding: 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid var(--tarla-primary-color);
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
	text-align: right;
	border-left: none;
	border-right: none;
	border-top: none;
	/* border-bottom: 1px solid #444; */
	padding: 10px 10px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item{
    border: 1px solid #ddd; 
    padding: 15px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item:nth-child(even), body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item:nth-child(even) td {
    background: #f5f5fa !important;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
	border-bottom: none;
	padding-left: 0;
	padding-right: 0;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td .quantity .qty {
	width: 80px;
	height: 50px;
	border-radius: 0;
	font-size: 15px !important;
	color: #444;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item:nth-child(even) .quantity .qty {
    background: #ffffff;
}

@media (max-width: 768px) {
	body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td .quantity .qty {
		margin-left: auto;
	}
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td .quantity-icon {
	display: none;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a {
	color: #444;
	font-size: 14px;
	font-weight: 400;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover {
	color: var(--tarla-primary-color);
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation {
	display: none;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price,
body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal {
	color: #444;
	font-size: 15px;
	font-weight: 500;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins,
body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins {
	color: #444;
	background-color: transparent;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail {
	text-align: center !important;
	min-width: 120px;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a {
	display: block;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img {
	width: 100%;
	max-width: 60px;
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove {
	font-size: 18px;
	height: 25px;
	width: 25px;
	line-height: 28px;
	background-color: var(--tarla-primary-color);
	color: #fff !important;
	border-radius: 50%;
	font-weight: normal;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin: auto;
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover {
	color: #444;
	background-color: var(--tarla-secondary-color);
}

@media (max-width: 1024px) {
	body.woocommerce-cart .woocommerce-cart-form .product-remove {
		min-height: 57px;
	}
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table {
	margin-bottom: 40px;
	border-radius: 0;
}

@media (max-width: 767px) {
	body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
		background-color: #fff !important;
	}
}
body.woocommerce-cart .cart-collaterals {
    border-top: 1px dashed #ddd;
    padding-top: 20px;
}
body.woocommerce-cart .cart-collaterals .cart_totals {
	width: 40%;
	padding: 35px;
	border: 1px solid rgba(76, 67, 159, 0.1);
	box-shadow: 0 0 30px 0 rgba(76, 67, 159, 0.05);
	background-color: #fff;
	border-radius: 15px;
	float: none !important;
	margin-top: 30px;
	margin: 30px auto auto;
}

@media (max-width: 1024px) {
	body.woocommerce-cart .cart-collaterals .cart_totals {
		width: 60%;
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 767px) {
	body.woocommerce-cart .cart-collaterals .cart_totals {
		padding: 30px;
		width: 100%;
	}
}

body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
	font-size: 22px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

body.woocommerce-cart .cart-collaterals .cart_totals th {
	font-size: 16px;
	font-weight: 500;
	vertical-align: middle !important;
	border: none !important;
	color: #444;
	padding: 10px 10px 10px 0px;
}

body.woocommerce-cart .cart-collaterals .cart_totals th + td {
	border-left: 1px solid #444;
}

body.woocommerce-cart .cart-collaterals .cart_totals td {
	font-size: 15px;
	border: none !important;
	padding: 10px;
	text-align: left;
}

body.woocommerce-cart .cart-collaterals .cart_totals strong {
	font-weight: 700;
}

body.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
	color: #444;
	font-weight: 600;
}

body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
	border: none;
	margin: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
	margin-bottom: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
	color: var(--tarla-primary-color);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
	color: #444;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
	padding-top: 10px;
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	padding: 15px 0 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
	margin-bottom: 0;
	width: 100%;
	padding: 18px 30px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: var(--tarla-primary-color);
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
	color: #fff;
	background-color: #222;
}

body.woocommerce-cart .cart-collaterals .cart_totals .form-row-wide > span {
	display: block;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .button {
	font-size: 15px;
	padding: 14px 30px;
}

body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
	text-align: right;
}

/** ===== Checkout Page ===== **/
.woocommerce-checkout .woocommerce-form-login {
	border: none !important;
	background-color: var(--tarla-light-color);
	border-radius: 0;
}

.woocommerce-checkout .woocommerce-form-login input {
	background-color: #fff;
}

.woocommerce-checkout form.checkout_coupon {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 25px;
	border: 1px solid rgb(76 67 159 / 10%);
	box-shadow: 0 0 30px 0 rgba(76, 67, 159, 0.05);
	border-radius: 15px;
}

.woocommerce-checkout form.checkout_coupon .form-row-first {
	width: 50%;
	padding-left: 30px;
	margin-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}

@media (max-width: 479px) {
	.woocommerce-checkout form.checkout_coupon .form-row-first {
		padding-right: 0;
		width: 100%;
	}
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
	width: 50%;
	margin-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}

@media (max-width: 479px) {
	.woocommerce-checkout form.checkout_coupon .form-row-last {
		width: 100%;
	}
}


.woocommerce-checkout #add_payment_method #payment,
.woocommerce-checkout #payment {
	border-radius: 0;
}

.woocommerce-checkout #customer_details {
	width: inherit;
}
.woocommerce-checkout #customer_details .col-1 {
    float: right;
}
.woocommerce-checkout #customer_details .col-2 {
    float: left;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
	width: 49%;
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
	max-width: 100%;
}

.woocommerce-checkout #customer_details .col-1 .col-1,
.woocommerce-checkout #customer_details .col-1 .col-2,
.woocommerce-checkout #customer_details .col-2 .col-1,
.woocommerce-checkout #customer_details .col-2 .col-2 {
	padding: 0 15px;
}

@media (max-width: 767px) {
	.woocommerce-checkout #customer_details {
		margin: 0;
	}

	.woocommerce-checkout #customer_details .col-1,
  .woocommerce-checkout #customer_details .col-2 {
		width: 100%;
	}
}

.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
	width: 100%;
	display: block;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields {
	margin-bottom: 36px;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
	font-size: 24px;
	margin-bottom: 18px;
	text-transform: capitalize;
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields {
	margin-bottom: 36px;
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
	font-size: 24px;
	margin-bottom: 18px;
	text-transform: capitalize;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
	font-size: 22px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 20px;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address label {
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
	color: var(--tarla-primary-color);
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
	position: absolute;
	opacity: 0;
}

.woocommerce-checkout #customer_details #billing_country_field label,
.woocommerce-checkout #customer_details #shipping_country_field label,
.woocommerce-checkout #customer_details #billing_address_1_field label,
.woocommerce-checkout #customer_details #shipping_address_1_field label,
.woocommerce-checkout #customer_details #order_comments_field label {
	display: none !important;
}

.woocommerce-checkout #customer_details #billing_country_field textarea,
.woocommerce-checkout #customer_details #shipping_country_field textarea,
.woocommerce-checkout #customer_details #billing_address_1_field textarea,
.woocommerce-checkout #customer_details #shipping_address_1_field textarea,
.woocommerce-checkout #customer_details #order_comments_field textarea {
	padding: 18px 30px;
}

.woocommerce-checkout form.woocommerce-checkout {
	padding-top: 30px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 18px;
	text-transform: capitalize;
}

.woocommerce-checkout form.woocommerce-checkout #order_review th {
	font-weight: 500;
	vertical-align: middle !important;
}

.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
	border-left: 1px solid #444;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
	border-left: 1px solid #444;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
	margin-bottom: 50px;
	border: none;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th {
	font-weight: 500;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th,
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
	border-left: none;
	padding: 15px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td.product-total,
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td {
	font-size: 15px;
	font-weight: 600;
	color: #444;
	padding: 10px 15px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
	background-color: var(--tarla-light-color);
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
	margin-left: 10px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
	padding: 30px;
	border-bottom: 1px solid #444;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
	padding: 30px;
	margin: 0;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
	float: none;
	margin-top: 10px;
	background-color: var(--tarla-primary-color);
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:hover {
	color: #444;
	background-color: var(--tarla-secondary-color);
}

.woocommerce-checkout #payment .woocommerce-notice {
	background-color: #fff;
}

.woocommerce-checkout #payment input[type=radio] {
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
}

.woocommerce-checkout #payment label {
	color: #444;
	display: inline-block;
	margin: 0 0 8px;
}

.woocommerce-checkout #payment div.payment_box {
	background-color: #fff;
}

.woocommerce-checkout #payment div.payment_box::before {
	border-color: #fff;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

/** ===== WooCommerce TopBar ===== **/
.woocommerce-loop-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 45px;
}

@media (max-width: 479px) {
	.woocommerce-loop-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.woocommerce-loop-top .woocommerce-result-count {
	font-size: 15px;
	margin: 0;
	color: #444;
	float: none;
}

@media (max-width: 479px) {
	.woocommerce-loop-top .woocommerce-result-count {
		margin-bottom: 15px;
	}
}

.woocommerce-loop-top .woocommerce-ordering {
	margin: 0;
	float: none;
}

.woocommerce-loop-top .woocommerce-ordering select {
	height: 40px;
	width: 250px;
	border: none;
	color: #444;
	background-color: #f5f5f5;
	appearance: none;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSIjODg4IiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB2aWV3Qm94PSIwIDAgMzMwIDMzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGlkPSJYTUxJRF8yMjVfIiBkPSJNMzI1LjYwNyw3OS4zOTNjLTUuODU3LTUuODU3LTE1LjM1NS01Ljg1OC0yMS4yMTMsMC4wMDFsLTEzOS4zOSwxMzkuMzkzTDI1LjYwNyw3OS4zOTMgIGMtNS44NTctNS44NTctMTUuMzU1LTUuODU4LTIxLjIxMywwLjAwMWMtNS44NTgsNS44NTgtNS44NTgsMTUuMzU1LDAsMjEuMjEzbDE1MC4wMDQsMTUwYzIuODEzLDIuODEzLDYuNjI4LDQuMzkzLDEwLjYwNiw0LjM5MyAgczcuNzk0LTEuNTgxLDEwLjYwNi00LjM5NGwxNDkuOTk2LTE1MEMzMzEuNDY1LDk0Ljc0OSwzMzEuNDY1LDg1LjI1MSwzMjUuNjA3LDc5LjM5M3oiLz4KPC9zdmc+);
	background-repeat: no-repeat;
	background-position: left 20px top 50%;
	background-size: 0.65rem auto;
}
.woocommerce-loop-top .woocommerce-ordering select:focus{
	border: unset !important;
	box-shadow: unset !important;
	outline: unset !important;
}

@media (max-width: 767px) {
	.woocommerce-loop-top .woocommerce-ordering select {
		width: 180px;
		height: 55px;
		font-size: 14px;
	}
}

/** ===== Woocommerce Common ===== **/
body.woocommerce input,
body.woocommerce select,
body.woocommerce select,
body.woocommerce textarea,
body.woocommerce-page input,
body.woocommerce-page select,
body.woocommerce-page select,
body.woocommerce-page textarea {
	height: 45px;
	color: #444;
	background-color: #f7f7f9;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	border: 1px solid transparent;
	border-radius: 12px;
	padding: 0 15px;
}

body.woocommerce input:focus,
body.woocommerce select:focus,
body.woocommerce select:focus,
body.woocommerce textarea:focus,
body.woocommerce-page input:focus,
body.woocommerce-page select:focus,
body.woocommerce-page select:focus,
body.woocommerce-page textarea:focus {
	color: #444;
	border-color: #444;
}

body.woocommerce .select2-container,
body.woocommerce-page .select2-container {
	height: 45px;
}

body.woocommerce .select2-container .select2-selection--single,
body.woocommerce-page .select2-container .select2-selection--single {
	height: 45px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid transparent;
	background-color: #f7f7f9;
	border-radius: 12px;
}

body.woocommerce .select2-container .select2-selection--single .select2-selection__rendered,
body.woocommerce-page .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0 25px;
	color: #444;
}

body.woocommerce .select2-container .select2-selection--single .select2-selection__arrow,
body.woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow {
	top: 9px;
	left: 15px;
}

body.woocommerce .select2-container span.selection,
body.woocommerce-page .select2-container span.selection {
	display: block;
}

body.woocommerce .select2-container .select2-search--dropdown .select2-search__field,
body.woocommerce-page .select2-container .select2-search--dropdown .select2-search__field {
	border-color: #444;
}

body.woocommerce .select2-container .select2-search--dropdown .select2-search__field:focus,
body.woocommerce-page .select2-container .select2-search--dropdown .select2-search__field:focus {
	border-color: var(--tarla-dark-color);
}

body.woocommerce .select2-dropdown,
body.woocommerce-page .select2-dropdown {
	border-color: #444;
}

body.woocommerce form .form-row,
body.woocommerce-page form .form-row {
	padding: 0 0 10px;
}

body.woocommerce table.cart td.actions .coupon .input-text,
body.woocommerce-page table.cart td.actions .coupon .input-text {
	margin-left: 15px;
	border-color: #444;
}

body.woocommerce table.cart td.actions .coupon .input-text:focus,
body.woocommerce-page table.cart td.actions .coupon .input-text:focus {
	border-color: var(--tarla-dark-color);
}

body.woocommerce textarea,
body.woocommerce-page textarea {
	padding-top: 24px;
	padding-bottom: 24px;
	min-height: 140px;
}

body.woocommerce .comment-form,
body.woocommerce-page .comment-form {
	max-width: 100%;
}

body.woocommerce .qty,
body.woocommerce-page .qty {
	padding: 0 10px 0 5px !important;
}

body.woocommerce .button,
body.woocommerce .single_add_to_cart_button,
body.woocommerce .single_add_to_cart_button.alt,
body.woocommerce #respond input#submit,
body.woocommerce .actions .button,
body.woocommerce .wc-forward,
body.woocommerce-page .button,
body.woocommerce-page .single_add_to_cart_button,
body.woocommerce-page .single_add_to_cart_button.alt,
body.woocommerce-page #respond input#submit,
body.woocommerce-page .actions .button,
body.woocommerce-page .wc-forward {
	position: relative;
	z-index: 1;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.188;
	text-transform: capitalize;
	text-decoration: none;
	border: none;
	border-radius: 12px;
	background-color: var(--tarla-primary-color);
	color: #fff;
	overflow: hidden;
	padding: 14px 25px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

@media (max-width: 767px) {
	body.woocommerce .button,
  body.woocommerce .single_add_to_cart_button,
  body.woocommerce .single_add_to_cart_button.alt,
  body.woocommerce #respond input#submit,
  body.woocommerce .actions .button,
  body.woocommerce .wc-forward,
  body.woocommerce-page .button,
  body.woocommerce-page .single_add_to_cart_button,
  body.woocommerce-page .single_add_to_cart_button.alt,
  body.woocommerce-page #respond input#submit,
  body.woocommerce-page .actions .button,
  body.woocommerce-page .wc-forward {
		font-size: 15px;
		padding: 16px 30px;
	}
}

@media (max-width: 479px) {
	body.woocommerce .button,
  body.woocommerce .single_add_to_cart_button,
  body.woocommerce .single_add_to_cart_button.alt,
  body.woocommerce #respond input#submit,
  body.woocommerce .actions .button,
  body.woocommerce .wc-forward,
  body.woocommerce-page .button,
  body.woocommerce-page .single_add_to_cart_button,
  body.woocommerce-page .single_add_to_cart_button.alt,
  body.woocommerce-page #respond input#submit,
  body.woocommerce-page .actions .button,
  body.woocommerce-page .wc-forward {
		font-size: 15px;
		padding: 16px 25px;
	}
}

body.woocommerce .button:hover,
body.woocommerce .single_add_to_cart_button:hover,
body.woocommerce .single_add_to_cart_button.alt:hover,
body.woocommerce #respond input#submit:hover,
body.woocommerce .actions .button:hover,
body.woocommerce .wc-forward:hover,
body.woocommerce-page .button:hover,
body.woocommerce-page .single_add_to_cart_button:hover,
body.woocommerce-page .single_add_to_cart_button.alt:hover,
body.woocommerce-page #respond input#submit:hover,
body.woocommerce-page .actions .button:hover,
body.woocommerce-page .wc-forward:hover {
	background-color: #222;
}

body.woocommerce label,
body.woocommerce-page label {
	font-size: 15px;
}

@media (max-width: 767px) {
	body.woocommerce .coupon #coupon_code,
  body.woocommerce-page .coupon #coupon_code {
		width: 100% !important;
		margin-bottom: 10px;
	}

	body.woocommerce .coupon .button,
  body.woocommerce-page .coupon .button {
		width: 100% !important;
	}
}

body.woocommerce table.shop_table,
body.woocommerce-page table.shop_table {
	border-radius: 0;
}

body.woocommerce table.shop_table td,
body.woocommerce-page table.shop_table td {
	padding: 20px 15px;
	border-top: none;
}

body.woocommerce table.shop_table th,
body.woocommerce table.shop_table tbody th,
body.woocommerce table.shop_table tfoot td,
body.woocommerce table.shop_table tfoot th,
body.woocommerce-page table.shop_table th,
body.woocommerce-page table.shop_table tbody th,
body.woocommerce-page table.shop_table tfoot td,
body.woocommerce-page table.shop_table tfoot th {
	font-weight: 500;
}

body.woocommerce table.shop_table .variation dt,
body.woocommerce-page table.shop_table .variation dt {
	font-weight: 500;
}

body.woocommerce table.shop_table tfoot th,
body.woocommerce-page table.shop_table tfoot th {
	border-top: none;
}

body.woocommerce table.shop_table a,
body.woocommerce-page table.shop_table a {
	color: #444;
}

body.woocommerce #add_payment_method table.cart img, body.woocommerce.woocommerce-cart table.cart img, body.woocommerce.woocommerce-checkout table.cart img,
body.woocommerce-page #add_payment_method table.cart img,
body.woocommerce-page.woocommerce-cart table.cart img,
body.woocommerce-page.woocommerce-checkout table.cart img {
	width: 50px;
}

body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-info,
body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-info {
	color: inherit;
	background-color: var(--tarla-light-color);
	border-color: var(--tarla-primary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 30px;
}
.woocommerce a {
    color: #4b429f;
}
/* Ø§Ø³ØªØ§ÛŒÙ„ ÙØ±Ù…â€ŒÙ‡Ø§ */
.woocommerce-checkout form.checkout {
    background: #ffffff;
    padding: 35px;
    border: 1px solid rgb(76 67 159 / 10%);
    box-shadow: 0 0 30px 0 rgba(76, 67, 159, 0.05);
    border-radius: 15px;
}

@media (max-width: 767px) {
.woocommerce-checkout form.checkout {
	padding: 15px;
}
}



/* Ø§Ø³ØªØ§ÛŒÙ„ Ø¬Ø¯ÙˆÙ„ Ø®Ù„Ø§ØµÙ‡ Ø³ÙØ§Ø±Ø´ */
.woocommerce-checkout .woocommerce-checkout-review-order {
    background: #fafafa;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.woocommerce-checkout table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce-checkout table.shop_table th {
    background-color: #f3f3f3;
    font-weight: bold;
}

.woocommerce-checkout table.shop_table .product-total {
    font-weight: bold;
}

/* Ø§Ø³ØªØ§ÛŒÙ„ Ø¹Ù†Ø§ÙˆÛŒÙ† Ø¨Ø®Ø´â€ŒÙ‡Ø§ */
.woocommerce-checkout h3 {
    color: #444;
    padding-bottom: 5px;
}


@media (max-width: 767px) {
	body.woocommerce .woocommerce-message,
  body.woocommerce .woocommerce-info,
  body.woocommerce-page .woocommerce-message,
  body.woocommerce-page .woocommerce-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 15px 25px;
		font-size: 14px;
		line-height: 28px;
	}
}

body.woocommerce .woocommerce-message:before,
body.woocommerce .woocommerce-info:before,
body.woocommerce-page .woocommerce-message:before,
body.woocommerce-page .woocommerce-info:before {
	color: var(--tarla-primary-color);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	body.woocommerce .woocommerce-message:before,
  body.woocommerce .woocommerce-info:before,
  body.woocommerce-page .woocommerce-message:before,
  body.woocommerce-page .woocommerce-info:before {
		display: block;
		position: unset;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		margin-bottom: 5px;
	}
}

body.woocommerce .woocommerce-message::after,
body.woocommerce .woocommerce-info::after,
body.woocommerce-page .woocommerce-message::after,
body.woocommerce-page .woocommerce-info::after {
	display: none;
}

body.woocommerce .woocommerce-message .button,
body.woocommerce .woocommerce-info .button,
body.woocommerce-page .woocommerce-message .button,
body.woocommerce-page .woocommerce-info .button {
	-webkit-box-ordinal-group: 23;
	-ms-flex-order: 22;
	order: 22;
}

@media (max-width: 767px) {
	body.woocommerce .woocommerce-message .button,
  body.woocommerce .woocommerce-info .button,
  body.woocommerce-page .woocommerce-message .button,
  body.woocommerce-page .woocommerce-info .button {
		padding: 0 20px;
		line-height: 35px;
		height: 35px;
		margin-top: 20px;
	}
}

body.woocommerce span.onsale,
body.woocommerce-page span.onsale {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 30px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	border-radius: 0;
	min-width: inherit;
	min-height: inherit;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	background-color: var(--tarla-primary-color);
	margin: 0 !important;
	top: 20px !important;
	left: auto !important;
	right: 20px !important;
	z-index: 2;
}

/** ===== Product Details ===== **/
.woocommerce.single-product div.product .woocommerce-summary-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 35px;
	border: 1px solid rgba(76, 67, 159, 0.1);
	box-shadow: 0 0 30px 0 rgba(76, 67, 159, 0.05);
	background-color: #fff;
	border-radius: 15px;
	gap: 40px;
	align-items: center;
}

@media (max-width: 1024px) {
	.woocommerce.single-product div.product .woocommerce-summary-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.woocommerce.single-product div.product .woocommerce-summary-wrap span.onsale {
	left: 20px !important;
	right: auto !important;
}

.woocommerce.single-product div.product .woocommerce-product-gallery {
	width: 40% !important;
	margin: 0;
}
.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    transform: rotateY(180deg);
    text-indent: 9999px;
}
.woocommerce.single-product div.product .woocommerce-product-gallery .flex-viewport {
	height: 300px !important;
}

@media (max-width: 1200px) {
	.woocommerce.single-product div.product .woocommerce-product-gallery {
		width: 50% !important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media (max-width: 1024px) {
	.woocommerce.single-product div.product .woocommerce-product-gallery {
		width: 100% !important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	border-radius: 3px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image{
	height: 100%;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
	position: relative;
	display: block;
	pointer-events: none;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a img{
	height: 100%;
	object-fit: contain;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin-top: 30px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	padding: 0 50px;
}

@media (max-width: 479px) {
	.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
		grid-gap: 20px;
		padding: 0;
	}
}

.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	float: none;
	width: 100%;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.4;
	border: 2px solid #ddd;
	border-radius: 20px;
	padding: 5px;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
	border-color: var(--tarla-primary-color);
}

.woocommerce.single-product div.product .quantity {
	margin: 0 0 0 10px !important;
}

.woocommerce.single-product div.product .quantity .qty {
	border-radius: 0;
	font-size: 15px !important;
	color: #444;
	font-weight: 500;
	height: 45px !important;
	width: 70px;
	padding: 0 3px !important;
	border-radius: 0;
	background-color: #f6f6f6;
	border-radius: 12px;
}

.woocommerce.single-product div.product .quantity .qty:focus {
	border-color: #444;
}

.woocommerce.single-product div.product .entry-summary {
	width: 60% !important;
	float: none;
	margin: 0;
	padding: 30px 0 30px 30px;
}
.woocommerce.single-product div.product .entry-summary .product_title {
	
font-size: 18px;
	
margin-bottom: 20px;
	
font-weight: 600;
	
color: #444;
	
border-bottom: 1px dashed #ddd;
	
margin-bottom: 30px;
	
padding-bottom: 20px;
	
line-height: 32px;
}

@media (max-width: 1349px) {
	.woocommerce.single-product div.product .entry-summary {
		padding-left: 70px;
	}
}

@media (max-width: 1200px) {
	.woocommerce.single-product div.product .entry-summary {
		padding-left: 50px;
	}
}

@media (max-width: 1024px) {
	.woocommerce.single-product div.product .entry-summary {
		width: 100% !important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding: 0;
		padding-top: 20px;
	}
}

.woocommerce.single-product div.product .entry-summary .price {
	width: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 18px;
	font-weight: 600;
	color: var(--tarla-primary-color);
	line-height: 1;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 20px;
}


.woocommerce.single-product div.product .entry-summary .price del,
.woocommerce.single-product div.product .entry-summary .price del > span {
	color: #444 !important;
	margin-right: 5px;
	text-decoration: line-through;
	opacity: 1;
}

.woocommerce.single-product div.product .entry-summary .woocommerce-product-rating {
	margin: 0 0 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
}

.woocommerce.single-product div.product .entry-summary .woocommerce-product-rating a.woocommerce-review-link {
	color: var(--tarla-primary-color);
	line-height: 1;
	margin-left: 10px;
	font-size: 15px;
	font-weight: 500;
}

.woocommerce.single-product div.product .entry-summary .woocommerce-product-rating .star-rating {
	font-size: 16px;
	line-height: 1;
	margin: 0;
	color: #FF7800;
	top: -1px;
}

.woocommerce.single-product div.product .entry-summary .woocommerce-product-rating .star-rating::before {
	color: #FF7800;
}
.woocommerce.single-product div.product .entry-summary .woocommerce-product-details__short-description p {font-size: 14px;line-height: 30px;color: #444;}
.woocommerce.single-product div.product .entry-summary .woocommerce-product-details__short-description p:last-child {
	margin: 0;
}

.woocommerce.single-product div.product .entry-summary p.stock.in-stock {
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0 0;
	color: var(--tarla-secondary-color);
}

.woocommerce.single-product div.product .entry-summary .product_meta {
	background: #f6f6f6;
	margin: 20px 0 0 0;
	padding: 10px 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-radius: 12px;
}

.woocommerce.single-product div.product .entry-summary .product_meta .sku_wrapper,
.woocommerce.single-product div.product .entry-summary .product_meta .posted_in,
.woocommerce.single-product div.product .entry-summary .product_meta .tagged_as {
	display: block;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	color: #888;
	/* margin-bottom: 8px; */
	line-height: 1.4;
}

.woocommerce.single-product div.product .entry-summary .product_meta .sku_wrapper span,
.woocommerce.single-product div.product .entry-summary .product_meta .sku_wrapper a,
.woocommerce.single-product div.product .entry-summary .product_meta .posted_in span,
.woocommerce.single-product div.product .entry-summary .product_meta .posted_in a,
.woocommerce.single-product div.product .entry-summary .product_meta .tagged_as span,
.woocommerce.single-product div.product .entry-summary .product_meta .tagged_as a {
	color: #444;
	margin-left: 7px;
	font-size: 14px;
	font-weight: 400;
}

.woocommerce.single-product div.product .entry-summary .product_meta .sku_wrapper a:hover,
.woocommerce.single-product div.product .entry-summary .product_meta .posted_in a:hover,
.woocommerce.single-product div.product .entry-summary .product_meta .tagged_as a:hover {
	color: var(--tarla-primary-color);
}

.woocommerce.single-product div.product .entry-summary form.cart {
	margin: 25px 0 0;
	/* border-top: 1px solid #444; */
}

.woocommerce.single-product div.product .entry-summary form.cart label {
	font-size: 15px;
	letter-spacing: 0.03em;
	margin-bottom: 0;
	margin-right: 8px;
	color: #444;
	font-weight: 500;
	text-transform: capitalize;
}

.woocommerce.single-product div.product .entry-summary form.cart label a {
	color: inherit;
}

.woocommerce.single-product div.product .entry-summary form.cart label a:hover {
	color: var(--tarla-primary-color);
}

.woocommerce.single-product div.product .entry-summary form.cart .reset_variations {
	display: none !important;
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list {
	border: none;
	margin-bottom: 28px;
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list td {
	vertical-align: middle;
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list .woocommerce-Price-amount {
	font-weight: 600;
	color: var(--tarla-primary-color);
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list del .woocommerce-Price-amount {
	color: inherit;
	opacity: 0.5;
	text-decoration: line-through;
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list ins {
	background: transparent;
}

.woocommerce.single-product div.product .entry-summary form.cart .variations {
	margin-bottom: 10px;
}

.woocommerce.single-product div.product .entry-summary form.cart .variations td {
	padding: 0 0 20px 0;
	vertical-align: middle;
}

.woocommerce.single-product div.product .entry-summary form.cart .button-variable-wrapper .button-variable-item {
	background-color: var(--tarla-light-color);
	border: none;
	line-height: 40px;
	color: #444;
	text-transform: capitalize;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin: 0 5px 5px 0;
	width: 40px;
	height: 40px;
}

.woocommerce.single-product div.product .entry-summary form.cart .button-variable-wrapper .button-variable-item span {
	font-size: 14px;
}

.woocommerce.single-product div.product .entry-summary form.cart .button-variable-wrapper .button-variable-item.selected, .woocommerce.single-product div.product .entry-summary form.cart .button-variable-wrapper .button-variable-item:hover {
	background-color: var(--tarla-primary-color);
	color: #fff;
}

.woocommerce.single-product div.product .entry-summary form.cart .color-variable-wrapper .color-variable-item {
	padding: 0;
	border: none;
	margin: 0 5px 5px 0;
	opacity: 0.5;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.woocommerce.single-product div.product .entry-summary form.cart .color-variable-wrapper .color-variable-item span {
	border: 2px solid rgba(0, 0, 0, 0.2);
}

.woocommerce.single-product div.product .entry-summary form.cart .color-variable-wrapper .color-variable-item.selected {
	opacity: 1;
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-variation-add-to-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce.single-product div.product .entry-summary form.cart button {
	height: 45px;
	background-color: var(--tarla-primary-color);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	border-radius: 12px;
}

.woocommerce.single-product div.product .entry-summary form.cart button:hover {
	background-color: #222;
}

.woocommerce.single-product div.product .entry-summary form.cart:not(.grouped_form) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce.single-product div.product .woocommerce-tabs {
	padding-top: 90px;
	padding: 65px 35px 35px 35px;
	border: 1px solid rgba(76, 67, 159, 0.1);
	box-shadow: 0 0 30px 0 rgba(76, 67, 159, 0.05);
	background-color: #fff;
	border-radius: 0 0 15px 15px;
	margin: 0 30px;
	border-top: 0 !important;
}

@media (max-width: 767px) {
	.woocommerce.single-product div.product .woocommerce-tabs {
		padding-top: 70px;
		margin: 0 15px;
	}
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: visible;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs {
		margin-bottom: 35px;
	}
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs:before, .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs:after {
	display: none !important;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li {
	margin: 0 8px 15px 8px;
	padding: 0;
	border: none;
	background-color: unset;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
	border: 1px solid transparent;
	border-radius: 15px;
	padding: 16px 45px;
	color: #444;
	background-color: #eee;
}

@media (max-width: 1200px) {
	.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
		padding: 18px 30px;
	}
}

@media (max-width: 1024px) {
	.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
		padding: 16px 25px;
	}
}

@media (max-width: 479px) {
	.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
		font-size: 14px;
		padding: 14px 20px;
	}
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a:hover {
	background-color: var(--tarla-primary-color);
	color: #fff;
	border-color: var(--tarla-primary-color);
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li.active a {
	background-color: var(--tarla-primary-color);
	color: #fff;
	border-color: var(--tarla-primary-color);
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li:before, .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li:after {
	display: none !important;
}

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
	margin-bottom: 0;
	font-size: 14px;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
	line-height: 2.3;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
	margin-bottom: 0;
}

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
	display: none;
}

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
	border: 1px solid #444;
}

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	padding: 10px 20px;
	color: #444;
	background-color: transparent;
	vertical-align: middle;
	border-color: #444;
}

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th {
	background-color: var(--tarla-light-color);
	width: 200px;
	font-weight: 600;
}

@media (max-width: 479px) {
	.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th {
		width: auto;
	}
}

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
	font-size: 18px !important;
	margin-bottom: 22px;
}

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-noreviews {
	margin-bottom: 15px !important;
}

.woocommerce.single-product div.product .woocommerce-tabs .comment-reply-title,
.woocommerce.single-product div.product .woocommerce-tabs .nice-select {
	display: none;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-notes {
	display: none;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond p {
	margin: 0 0 20px;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-rating,
.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-comment,
.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-cookies-consent,
.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .form-submit {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-author,
.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-email {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

@media (max-width: 479px) {
	.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-author,
  .woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-email {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-author {
	padding-right: 15px;
}

@media (max-width: 479px) {
	.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-author {
		padding-right: 0;
	}
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-email {
	padding-left: 15px;
}

@media (max-width: 479px) {
	.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-email {
		padding-left: 0;
	}
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond label {
	margin-bottom: 15px;
	display: block;
	line-height: 1;
}

@media (max-width: 767px) {
	.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond label {
		font-size: 14px;
	}
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .stars {
	margin-bottom: 10px;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .stars a {
	color: #FF7800;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond input:not([type=submit]),
.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond textarea {
	background-color: var(--tarla-light-color);
	border: 1px solid var(--tarla-light-color);
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond input:not([type=submit]):focus,
.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond textarea:focus {
	border-color: #444;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond #comment {
	padding: 20px 30px;
	height: 140px;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-cookies-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-cookies-consent label {
	margin: 0 0 0 10px;
	line-height: 1.4;
}

@media (max-width: 767px) {
	.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-cookies-consent label {
		font-size: 14px;
	}
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-cookies-consent input[type=checkbox] {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15px;
	flex: 0 0 15px;
	top: -1px;
	position: relative;
	height: auto;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .form-submit {
	margin: 0;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond input.submit {
	padding: 10px 45px;
	height: 50px;
	text-align: center;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 30px;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-rating label,
.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-rating .stars {
	margin: 0;
	line-height: 1;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-rating .stars {
	margin-left: 20px;
	font-size: 16px;
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist {
	padding: 0;
	margin: 0 0 50px;
	border-bottom: 1px solid #444;
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review {
	position: relative;
	margin: 0 0 50px;
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review .star-rating {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 15px;
	color: #FF7800;
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review .star-rating::before {
	color: #FF7800;
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review .star-rating .count-rating {
	display: none;
}

@media (max-width: 479px) {
	.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review .star-rating {
		position: relative;
		display: block;
		right: auto;
		float: none;
		margin-bottom: 10px;
		font-size: 14px;
	}
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review .comment_container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review img.avatar {
	position: relative;
	padding: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-right: 20px;
}

@media (max-width: 479px) {
	.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review img.avatar {
		width: 60px;
		height: 60px;
		margin-right: 15px;
	}
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review .comment-text {
	border: none;
	margin: 0;
	padding: 0;
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review .meta {
	margin: 0 0 5px;
	line-height: 1;
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review .meta .woocommerce-review__author {
	font-size: 20px;
	color: #444;
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review .description p {
	margin: 0;
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist ul.children {
	margin: 35px 0 0 50px;
}

.woocommerce.single-product section.related {
	margin-top: 50px;
}

@media (max-width: 1024px) {
	.woocommerce.single-product section.related {
		margin-top: 0;
		padding-top: 60px;
	}
}

.woocommerce.single-product section.related h2 {
	font-size: 26px;
	margin-bottom: 45px;
	text-align: center;
	color: #444;
}

@media (max-width: 1024px) {
	.woocommerce.single-product section.related h2 {
		font-size: 28px;
	}
}

/** ===== Products Loop ===== **/
.woocommerce ul.products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px -15px !important;
}

.woocommerce ul.products li.product {
	padding: 0 15px;
	margin: 0 0 30px;
	width: 100% !important;
}
.woocommerce ul.products li.product a {
    color: #444;
    font-size: 15px;
    font-weight: 500;
}

@media (min-width: 480px) and (max-width: 1024px) {
	.woocommerce ul.products li.product {
		width: 50% !important;
	}
}

@media (min-width: 1025px) and (max-width: 1200px) {
	.woocommerce ul.products li.product {
		width: 33.333333% !important;
	}
}

@media (min-width: 1201px) {
	.woocommerce ul.products li.product {
		width: 25% !important;
	}
}

.woocommerce ul.products.columns-1 li.product {
	width: 100% !important;
}

@media (min-width: 1025px) {
	.woocommerce ul.products.columns-2 li.product {
		width: 50% !important;
	}
}

@media (min-width: 1025px) {
	.woocommerce ul.products.columns-3 li.product {
		width: 33.333333% !important;
	}
}

@media (min-width: 1201px) {
	.woocommerce ul.products.columns-4 li.product {
		width: 25% !important;
	}
}

@media (min-width: 1350px) {
	.woocommerce ul.products.columns-5 li.product {
		width: 20% !important;
	}
}

@media (min-width: 1350px) {
	.woocommerce ul.products.columns-6 li.product {
		width: 16.666666% !important;
	}
}

.woocommerce ul.products .product .woocommerce-product-inner {
	text-align: center;
	position: relative;
	padding: 35px;
	border: 1px solid rgba(76, 67, 159, 0.1);
	box-shadow: 0 0 30px 0 rgba(76, 67, 159, 0.05);
	background-color: #fff;
	border-radius: 15px;
}
.woocommerce ul.products .product .woocommerce-product-inner:hover{
	border-color: #4b429f;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	height: 200px;
	/* border: 1px solid #ddd; */
	/* border-radius: 25px; */
	/* padding: 30px; */
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button {
	position: absolute;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button,
.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward {
	padding: 12px 20px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	text-wrap-mode: nowrap;
	border-radius: 12px;
	color: #fff;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.loading,
.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward.loading {
	opacity: 1;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.loading::before,
.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward.loading::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: var(--tarla-secondary-color);
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.loading::after,
.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward.loading::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	content: "\e01c" !important;
	z-index: 2;
	color: #444;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.added {
	opacity: 1;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.added::before {
	opacity: 0;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.added::after {
	display: none;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.woocommerce ul.products .product .woocommerce-product-inner:hover .product-thumbnail img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(0.8);
	filter: blur(5px);
}

.woocommerce ul.products .product .woocommerce-product-inner:hover .cart-button {
	opacity: 1;
	visibility: visible;
	bottom: calc( 50% - 30px );
}

.woocommerce ul.products .product .woocommerce-product-inner .star-rating {
	margin: 0 auto 12px;
	font-size: 14px;
	color: #FF7800;
}

.woocommerce ul.products .product .woocommerce-product-inner .star-rating::before {
	color: #FF7800;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-title {
	margin: 0 0 5px;
	font-size: 20px;
	/* padding: 0 25px; */
}

.woocommerce ul.products .product .woocommerce-product-inner .price {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #444;
	background: #4b429f;
	color: #fff;
	display: inline-flex;
	padding: 6px 10px;
	border-radius: 50px;
}

.woocommerce ul.products .product .woocommerce-product-inner .price del {
	text-decoration: line-through;
	opacity: 0.8;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.woocommerce ul.products .product .woocommerce-product-inner .price ins {
	font-weight: inherit;
}
