/* TA-102 CSS */
.shopFilter .woocommerce-result-count {
    color: #000000;
}
.shopFilter .woocommerce-ordering .orderby {
    border-color: #000000;
    color: #000000;
    cursor: pointer;
}
.shopFilter .woocommerce-ordering .orderby option:hover {
    color: #FFF;
    background-color: #C25C08;
}
/* option:checked,
option:hover {
	color: #FFF;
  background-color: #C25C08;
} */
.shopFilter .woocommerce-ordering .orderby:focus-visible {
    outline-color: #000000;
}
/* .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	font-weight: 300;
} */
.elementor .elementor-element.elementor-widget.elementor-wc-products ul.products li.product span.onsale{
	 line-height: 3.2;
}

/* Variations */
.stutiVariation table tbody>tr:nth-child(odd)>td, .stutiVariation table tbody>tr:nth-child(odd)>th {
	background-color: transparent;
}

.stutiVariation select#weight {
	border: 1px solid #C25C08;
}
.stutiVariation .variations tbody tr {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.stutiVariation .variations tbody tr th.label {
	padding-left: 0;
}

/* Add to cart */
body.e-wc-message-notice .woocommerce-message {
    background-color: #000000;
}
.e-wc-message-notice .woocommerce-message .button:hover {
	color: #000000;
}
body.e-wc-message-notice .woocommerce-message .button {
	font-size: 16px;
	padding: 10px 20px;
	margin-left: 5px;
}

/* Footer Google reviews */
.custom-reviews .wp-gr .wp-google-left {
	display: none !important;
}
.custom-reviews .wp-gr.wpac .wp-google-left img {
	  width: 70px!important;
    height: 70px!important;
    border-radius: 0%!important;
}
.custom-reviews .wp-gr .wp-google-left img {
	box-shadow: none !important;
}
.custom-reviews .wp-gr .wp-google-right .wp-google-name span,
.custom-reviews .wp-gr .wp-google-right .wp-google-powered{
	color:#FFF !important;
}
.custom-reviews .wp-gr .wp-google-right .wp-google-name {
	font-size: 120%!important;
}

/* Product title */
.woocommerce-loop-product__title {
	min-height: 5.8rem;
}
.custom-products .woocommerce-loop-product__title {
	min-height: 4rem;
}

/* Search */
.custom-search .elementor-search-form__submit {
	border-radius: 50px !important;
}

/* Hero Slider */
.custom-slider .elementor-slides .swiper-slide-inner {
	padding: 2% 6%;
}

/* Google translate */
.g-translate .gt_float_switcher .gt-selected .gt-current-lang {
	padding: 5px;
	width: 105px;
}
.g-translate .gt_float_switcher .gt-selected .gt-current-lang > .gt_float_switcher-arrow {
	float: right;
}

.g-translate .gt_float_switcher .gt_options {
	position: absolute;
	background-color: #FFF;
}
.g-translate .gt_float_switcher .gt_options a {
	padding: 5px 10px 5px 5px;
	width: 105px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 15px;
  font-weight: 600;
}
.g-translate .gt_float_switcher img {
	width: 22px;
}
.g-translate .gt-lang-code {
	font-size: 16px;
}

/* cart view button */
.added_to_cart.wc-forward {
	margin-left: 5px; 
}


/* Email */
#wrapper {
	padding: 10px 0 !important;
}

/* Account */
.woocommerce-form.woocommerce-form-login.login,
.woocommerce-form.woocommerce-form-register.register{
	padding: 0 !important;
	margin-top: -20px !important;
}

/* Single Product */
.elementor-widget-container ul + p {
	margin-top: 20px;
}
.gt-current-lang > img, .gt_options .nturl > img {
    display: none !important;
}
.gt-current-lang,.gt_options .nturl{
    text-align: center !important;
    justify-content: center !important;
} 