/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
.brxe-container {
	width: 1300px;
}
.bricks-archive-title-wrapper {
	margin: 50px 0;
}
.header-language.brxe-polylang-language-switcher select {
	border-style: hidden !important;
}
.brxe-woocommerce-products {
	padding-bottom: 80px;
}
.lang-de .footer-en,
.lang-de .footer-it,
.lang-de .footer-fr {
	display: none;
}
.lang-en .footer-de,
.lang-en .footer-it,
.lang-en .footer-fr {
	display: none;
}
.lang-fr .footer-de,
.lang-fr .footer-it,
.lang-fr .footer-en {
	display: none;
}
.lang-it .footer-de,
.lang-it .footer-fr,
.lang-it .footer-en {
	display: none;
}
/* -------------------------------------------------------------------
   WOOCOMMERCE
------------------------------------------------------------------- */
.brxe-container.before-checkout {
	margin-top: 50px;
	width: 1300px;
}

.woocommerce table {
	border-collapse: initial !important;
	border: 1px solid #e7eaee !important;
	border-radius: 6px !important;
}
.woocommerce .button {
    height: 50px;
    padding-left: 20px !important;
    padding-right: 20px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	font-family: "avenir-next-lt-pro" !important;
	
	background-color: #142560 !important;
	background-position: 100% !important;
	background-repeat: no-repeat !important;
	background-size: 200% !important;
	background-position: 100% !important;
	background-image: linear-gradient(to right, #545da1, #142560, #142560) !important;
	
	border-radius: 6px !important;
    color: #ffffff !important;
	
	transition: background-position .5s cubic-bezier(0, 0, 0.23, 1);
}
.woocommerce .button:hover {
	background-position: 0 !important;
	background-size: 100% !important;
	transition: background .5s cubic-bezier(0, 0, 0.23,1) !important;
}
.woocommerce-cart-form button[type=submit]:disabled {
	background-color: rgba(20, 37, 96, 0.5) !important;
}
#place_order[type=submit]:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.woocommerce-checkout-review-order .product-name {
	position: relative;
}
.woocommerce-checkout-review-order .product-total,
.woocommerce-checkout-review-order .cart-subtotal,
.woocommerce-checkout-review-order .order-total,
.woocommerce-checkout-review-order .tax-rate {
	text-align: right;
}
.woocommerce-checkout-review-order .product-name .cart-item__wrapper {
	/* padding: 15px 10px; */
    width: auto;
    display: flex;
    align-items: flex-start;
}
.woocommerce-checkout-review-order .product-name .cart-item__wrapper .cart-item__image {
	padding: 5px;
	margin-right: 10px;
    border-radius: 6px;
    border: 1px solid #e7eaee;	
}
.woocommerce-checkout-review-order .product-name .cart-item__wrapper .cart-item__name {
	line-height: 17px;
}
.woocommerce-checkout-review-order .product-name .cart-item__wrapper .cart-item__attribute--menge {
	padding-left: 3px;
}
.woocommerce-checkout-review-order .product-name .product-quantity {
    position: absolute;
    right: 30px;
    bottom: 45px;
}
.woocommerce-checkout-review-order .product-name .cart-item__wrapper .cart-item__image img {
	width: 50px;
}
.woocommerce table thead th,
.woocommerce table tbody th,
.woocommerce table tbody td {
	border-bottom: 1px solid #e7eaee !important;
}
.woocommerce table tbody tr:last-child td,
.woocommerce table tbody .order-total th,
.woocommerce table tbody .order-total td {
	border-bottom: transparent !important;
}
.woocommerce .cart .actions {
	padding-right: 30px;
} 
.woocommerce .cart .product-thumbnail a {
	padding: 5px;
	width: 80px;
	height: 80px;
	display: flex;
	border: 1px solid #e7eaee;
	border-radius: 6px;
}
.woocommerce table tbody .cart-subtotal th,
.woocommerce table tbody .order-total th,
.woocommerce table tbody .tax-rate th {
	padding-left: 15px !important; 
}
.woocommerce table tbody .cart-subtotal,
.woocommerce table tbody .order-total,
.woocommerce table tbody .tax-rate {
	text-align: right;
}
.cart-collaterals table tbody th,
.cart-collaterals table tbody td {
	padding: 15px !important;
}
.woocommerce-cart-form .product-remove {
	width: 45px !important;
}

form.woocommerce-cart-form .quantity {
	width: 150px !important;
}
form.woocommerce-cart-form .quantity .action {
	background-color: rgba(231, 234, 238, 0.2);
	border: 1px solid #e7eaee !important;
	transition: 0.3s ease !important;
}
form.woocommerce-cart-form .quantity .action:hover {
	background-color: rgba(231, 234, 238, 0.5);
}
form.woocommerce-cart-form .quantity .minus {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
form.woocommerce-cart-form .quantity .plus { 
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
form.woocommerce-cart-form .quantity .qty {
	height: 40px !important;
	border-top: 1px solid #e7eaee !important;
	border-bottom: 1px solid #e7eaee !important;
	border-radius: initial !important;
}

.woocommerce input,
.woocommerce select,
.select2-search__field {
	width: 100%;
	height: 45px;
	border: 1px solid #e7eaee !important;
	border-radius: 6px !important;
	transition: border .3s ease !important;
}
.woocommerce input:focus-visible,
.woocommerce select:focus-visible,
.select2-search__field:focus-visible {
	border: 1px solid #142560 !important;
	outline: initial !important;
}
.select2-dropdown {
	border: 1px solid #e7eaee !important;
}
.woocommerce .select2-selection {
	height: 45px !important;
	border: 1px solid #e7eaee !important;
	border-radius: 6px !important;
}
.custom-order-review .woocommerce-checkout-payment {
	border: 1px solid #e7eaee !important;
	border-radius: 6px;
}
.custom-order-review .shop_table th,
.custom-order-review .shop_table td {
	border-bottom: 1px solid #e7eaee !important;
}
.custom-order-review .shop_table tfoot .cart-subtotal th,
.custom-order-review .shop_table tfoot .cart-subtotal td {
	border-top: 1px solid #e7eaee !important;
}
.shop_table .cart-subtotal th,
.shop_table .tax-rate th,
.shop_table .cart-subtotal td,
.shop_table .tax-rate td,
.shop_table .shipping th,
.shop_table .woocommerce-shipping-destination {
	font-weight: 400;
}
.shop_table .woocommerce-shipping-methods,
.shop_table .woocommerce-shipping-destination {
	max-width: 150px;
	text-align: right;
}
.shop_table .woocommerce-shipping-methods  label {
	color: #07090d;
	font-size: 14px;
	font-weight: 700;
}
.shop_table .woocommerce-shipping-destination {
	font-size: 14px;
	line-height: 20px;
}
.shop_table .woocommerce-shipping-totals td {
	display: flex;
    align-items: flex-end;
	flex-direction: column;
	
}
.custom-order-review .shop_table tfoot tr:last-child th,
.custom-order-review .shop_table tfoot tr:last-child td {
	border-bottom: transparent !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
	border-radius: 6px;
}
.woocommerce-form-coupon {
	border-radius: 6px;
}
.cart-empty.woocommerce-info {
	border-radius: 6px;
}
.wc-empty-cart-message {
	padding: 30px 0;
}
.return-to-shop {
	margin-bottom: 80px;
}

.woocommerce-NoticeGroup-checkout {
	/* display: none; */
	
	margin-top: 20px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.woocommerce-invalid .checkout-inline-error-message {
    padding-top: 5px;
    padding-left: 5px;
    font-size: 12px;
    color: #fa4362;
}
.woocommerce-order {
	padding-bottom: 80px;
}
.woocommerce-order-overview.order_details {
	border-radius: 6px;
	border: 1px solid #e7eaee;
}
.woocommerce-order-overview.order_details li,
.woocommerce-order-overview.order_details li:nth-child(odd) {
	border-color: #e7eaee !important;
}
.woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-customer-details .woocommerce-column__title {
	color: #142560;
	padding-bottom: 10px;
}
.woocommerce address {
	padding: 15px 20px;
	border-radius: 6px;
	border: 1px solid #e7eaee;
}
.products .product {
	padding: 15px;
	border: 1px solid #e7eaee;
	border-radius: 6px;
}
.cart .cart-item__image {
	display: none;
}
.cart-item__info .cart-item__attribute--menge .cart-item__attribute-value {
	width: 100%;
	display: block;
	color: #a6a6a6;
	font-size: 12px;
	line-height: 15px;
	font-weight: 300;
}
.cart-item__info .cart-item__attribute {
	padding-top: 5px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
}
.cart-item__info .cart-item__attribute img {
	width: 25px;
	padding-right: 5px;
}
.cart-item__info .cart-item__attribute .cart-item__attribute-name {
	width: 100%;
	display: block;
	color: #a6a6a6;
	font-size: 12px;
	line-height: 15px;
	font-weight: 300;
}
.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address {
	padding-bottom: 30px;
}
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
	display: flex !important;
	align-items: center;
}
.woocommerce-checkout .woocommerce-shipping-fields .checkbox,
.custom-privacy-checkbox .woocommerce-form__label-for-checkbox {
	position: relative;
	display: inline-block !important;
}
.custom-privacy-checkbox {
	padding-bottom: 15px;
}
.custom-privacy-checkbox .woocommerce-form__label-for-checkbox  {
	padding-left: 30px;
}
.woocommerce-checkout .woocommerce-shipping-fields .checkbox .woocommerce-form__input-checkbox,
.custom-privacy-checkbox .input-checkbox,
.woocommerce-checkout .woocommerce-form__input-checkbox {
	display: none !important;
}
.woocommerce-checkout .woocommerce-shipping-fields .checkbox::before,
.custom-privacy-checkbox .woocommerce-form__label-for-checkbox::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #e7eaee;
	border-radius: 3px;
	background-color: #fff;
	position: absolute;
	right: -30px;
	top: 7px;
	transition: 0.3s;
}
.custom-privacy-checkbox .woocommerce-form__label-for-checkbox::before {
	right: initial;
	left: 0;
}
.woocommerce-checkout .woocommerce-shipping-fields .checkbox .woocommerce-form__input-checkbox:checked + span::before,
.custom-privacy-checkbox .woocommerce-form__label-for-checkbox .input-checkbox:checked + span::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #142560;
	border-radius: 3px;
	background-color: #fff;
	position: absolute;
	right: -30px;
	top: 7px;
	transition: 0.3s;
}
.custom-privacy-checkbox .woocommerce-form__label-for-checkbox .input-checkbox:checked + span::before  {
	right: initial;
	left: 0;
}
.woocommerce-checkout .woocommerce-shipping-fields .checkbox .woocommerce-form__input-checkbox:checked + span::after,
.custom-privacy-checkbox .woocommerce-form__label-for-checkbox .input-checkbox:checked + span::after {
    content: '';
    position: absolute;
    top: 9px;
    right: -24px;
    width: 6px;
    height: 12px;
    border: solid #142560;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.custom-privacy-checkbox .woocommerce-form__label-for-checkbox .input-checkbox:checked + span::after  {
	right: initial;
	left: 7px;
}
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox span,
.custom-privacy-checkbox .woocommerce-form__label-for-checkbox span {
	order: 1;
	font-size: 18px;
	color: #142560;
}
.custom-privacy-checkbox .woocommerce-form__label-for-checkbox span {
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox input,
.custom-privacy-checkbox .woocommerce-form__label-for-checkbox .input-checkbox {
	position: relative !important;
	margin-left: 15px;
	width: 20px;
	height: 20px;
	order: 2;
	transform: initial !important;
}
.woocommerce-columns--addresses {
	gap: 15px;
}
.woocommerce-shipping-message {
	position: relative;
	margin: 10px 0 30px 0;
    padding: 12px 12px 12px 35px;
    display: flex;
    align-items: flex-start;
    background: #f5f6f7;
    border-radius: 6px;
}
.woocommerce-shipping-message p {
	font-size: 14px;
	line-height: 17px;
}
.woocommerce-shipping-message::before {
	content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 10px;
    background-image: url(https://shop.ricare.ch/wp-content/uploads/2025/07/truck.svg);
	background-repeat: no-repeat;
    background-size: 18px;
    background-position: center center;
    transform: translateY(-50%);
	
}
.woocommerce-billing-title h3 {
    font-size: 32px;
    color: #142560;
	line-height: 42px;
}
.woocommerce-back-to-shop {
	text-align: center;
}
.default-country-selected .woocommerce-input-wrapper {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px;
	border-radius: 6px;
	background: #f5f6f7;
}
/* -------------------------------------------------------------------
   FOOTER
------------------------------------------------------------------- */
.footer .footer-menu li a span {
	transition: color .3s ease;
}
.footer .footer-menu li a:hover span {
	color: #ffffff !important;
}
.footer a {
	transition: color .3s ease;
}

.footer a:hover {
	color: #ffffff !important;
}
/* -------------------------------------------------------------------
   RESPONSIVE
------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	.before-checkout {
		padding: 0 50px;
	}
}

@media only screen and (max-width: 767px) {
	.before-checkout {
		padding: 0 30px;
	}	
}

@media only screen and (max-width: 680px) {
  .vc_hidden-xs {
    display: none; } 

  form.woocommerce-cart-form .woocommerce-cart-form__cart-item td {
	padding-right: 15px;
	padding-left: 15px;
  }
  form.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-remove {
	width: 100% !important;
	justify-content: center;
  }
  form.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail {
	justify-content: center;
  }
  .woocommerce .cart .product-thumbnail a {
	flex-grow: initial;
  }
  .woocommerce-cart-form tbody tr:nth-child(odd) {
	background-color: rgba(231, 234, 238, 0.2);
  }
  .woocommerce .cart .actions {
	padding-left: 30px;
  }
  form.woocommerce-cart-form .quantity {
	width: 120px !important;
  }
}

@media only screen and (max-width: 478px) {
	.before-checkout {
		padding: 0 20px;
	}	
}
@media only screen and (max-width: 320px) {
	.woocommerce .button {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
		height: auto;
		line-height: 20px !important;
	}	
}













.product-rating {
  display: flex;
  align-items: center;
}

.stars {
  display: flex;
}

.star {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  overflow: hidden;
}

.star-bg img,
.star-fill img {
  width: 100%;
  height: auto;
  display: block;
}

.star-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.rating-count {
  margin-left: 6px;
  font-size: 0.9rem;
  color: #555;
}





