@media (min-width: 769px) {}
	.partners-block__row {
		/*padding: -0 clamp(3.3333333333rem, 2.7422222222rem + 2.5333333333vw, 5.4444444444rem) 35px !important;*/
	}
}

.site-footer {
    padding-top: 40px !important;
	padding-bottom: 40px !important;
	max-height: 480px;
}

.site-footer__column h2 {    
    margin-bottom: 10px !important;    
}

.site-footer__column .button {
    margin: 20px auto clamp(2rem, 1.6266666667rem + 1.6vw, 3.3333333333rem) !important;
}

.site-footer__links > li {
    padding-bottom: 5px !important;
}

.site-footer__column h2, .site-footer__column .site-footer__links li {
    line-height: 30px !important;
}

ul.language-selector__options {
    z-index: 1000;
}

.error {
    font-size: smaller;
    color: red;
    margin-top: 2px;
    padding-left: 15px;
}

.site-footer {    
    padding-top: 10px !important;    
    padding-bottom: 10px !important;    
}


@media(min-width: 760px) {
	.easy-add-to-cart-container .eatc-quantities {
		width: 340px;
		justify-content: space-between;
		align-items: center;
	}

	.quantity-selector.select-menu .quantity-select-dropdown, .quantity-selector.select-menu .quantity-select-dropdown option, .quantity-selector .txt-quantity {    
		color: #000 !important;
		width: 100px !important;
		margin-bottom: 5px;
	}
}

@media(max-width: 760px) {
	.easy-add-to-cart-container {
		flex-direction: column;
	}
	.site-footer__column h2, .site-footer__column .site-footer__links li {
    line-height: 22px !important;
}
	.site-footer__column .button {
	    margin: 10px auto clamp(1.375rem, 1.118rem + 1.1vw, 2.5rem) !important; 
}
	.easy-add-to-cart-container .eatc-quantities {		
		display: flex !important;;;
		justify-content: space-between !important;;;
	}
	.quantity-selector.select-menu .quantity-select-dropdown {		
		width: 100px !important;
		font-size: 15px !important;
	}
	.highlighted_match__stars {		
		padding-bottom: 20px !important;;
	}
}

.icon-wishlist {
    width: 22px;
    height: 21px;
}

.wishlist_btn {
  position: relative;
}

.wishlist_btn:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 5px 0;
  display: block;
  position: absolute;
  top: 45px;
  left: 60%;
  transform: translateX(-50%) rotate(45deg);
  background-color: #FFF;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.wishlist_btn span {
  position: absolute;
  top: -5px;
  right: -8px;
  width: 12px;
  height: 12px;
  color: #FFF;
  text-align: center;
  z-index: 1;
  font-size: 9px;
  line-height: 12px;
}

.wishlist_btn span:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 2px 0;
  background: #FE4C4A;
  position: absolute;
  z-index: -1;
}

.cart_pop--active .wishlist_btn:before {
  opacity: 1;
  visibility: visible;
}

.shopping-cart-preview:before {
	right: 20%;
}

[dir="rtl"] .standard-hero__back {
	padding-right: 30px;
}

[dir="rtl"] .standard-hero__back .icon {
	transform: translateY(-50%) rotate(180deg);
	right: 0;
}

[dir="rtl"] .accountRegistration .mail .mail-valid[data-v-332fb8a0] {
	background-position: 3% 50%!important;
}

[dir="rtl"] .Password__icons {
	left: 0;
	right: auto;
}

[dir="rtl"] .Password__badge, .Password__toggle {
	margin-left: 13px;
}

[dir="rtl"] .check-row {
	padding: 15px 15px 15px 0px !important;
}

[dir="rtl"] .check-row .wrap-legal-check::before,
[dir="rtl"] .check label::before{
	right: 0;
}

[dir="rtl"] .check-row .check-text label {
	padding-left: 0px !important;
}

[dir="rtl"] .check-row .wrap-legal-check[data-v-2e796de3] {
	padding-left: 24pt;
}

[dir="rtl"] .check-row .wrap-legal-check .right-icon[data-v-2e796de3] {
	left: 10pt;
	right: auto;
}

[dir="rtl"] .close-results {
	margin-right: auto;
	margin-left: 15px;
}

[dir=rtl] .shopping-cart-preview[data-v-2b8693cd],
[dir=rtl] .login-floating-popup {
	right: auto !important;
	border-bottom-right-radius: 30px;
}

[dir=rtl] .shopping-cart-preview:before,
[dir=rtl] .login-floating-popup:before {
	left: 15%;
	right: auto;
}

[dir=rtl] .login-floating-popup:before {
	left: 90px;
}

[dir=rtl] .full-slider-block .arrows-wrapper .slick-arrow {
	transform: scaleX(-1);
}

[dir=rtl] .arrows-wrapper .slick-arrow.slick-prev {
	transform: scaleX(1);
}

[dir=rtl] .final-round-content .close-details-btn {
	right: auto;
    left: 5px;
}

[dir=rtl] .login-floating-popup .preview-title .closeBtn {
	left: 20px;
	right: auto;
}

[dir=rtl] .afc23-eco-floating-menu .afc23-cart-icon,
[dir=rtl] .afc23-eco-floating-menu .afc23-wishlist-icon,
[dir=rtl] .afc23-eco-floating-menu .currency-link,
[dir=rtl] .afc23-eco-floating-menu .log {
	margin-left: auto;
    margin-right: 15px;
}

[dir=rtl] .current_user, .afc23-menu-icon.logged-in {
	/*border-radius: 10px 0;*/
}

@media(min-width: 800px) {
	.partners-block__inner {		
		display: flex;
		flex-direction: row;
		justify-content: center;
        column-gap: 58px;
	}
	.partners-block__partner-list {
		column-gap: 10px !important;
	}
	.standard-hero--home {
		min-height: 50vh !important;
		height: 65vh !important;
		margin-top: -60px !important;
	}
		.AsianCupContent .order-item-hospitality-product:not(:last-child) {
		border-bottom: solid 2px #EAEAEC;
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	.AsianCupContent .order-item-hospitality-product .hospitality-product-image {
		-o-object-fit: cover;
		object-fit: cover;
		height: 315px;
	}
}

.special-request-dietary-order-request {
	padding: 0 !important;
}

.special-request-dietary-container .special-request-order-title {
	background-color: var(--base-color) !important;
}

.special-request-dietary-container .special-request-order-line-title {
	background-color: #fff !important;;
	border: solid 2px #EAEAEC !important;
    border-bottom: none !important;
	
	.title {
		color: var(--base-color) !important;;
	}
}

.special-request-order-line-content {
    padding: .5rem 1rem;
	border: solid 2px #EAEAEC;
    border-bottom-right-radius: 50px;
}


.select-products__modal .product-price-label .price span.symbol,
.select-products__modal .popup-footer__total .price span.symbol {
	font-size: 18px !important;
}

.select-products__modal .product-price-label .price span.amount,
.select-products__modal .popup-footer__total .price span.amount{
	font-size: 20px !important;
}

.select-products__modal .product-price-label .price .secondary-currency span,
.select-products__modal .popup-footer__total .price .secondary-currency span {
	font-style: italic;
    font-weight: 300;
}

.select-products__modal .product-price-label .price .secondary-currency span.symbol {
	font-size: 14px !important;
}

.select-products__modal .product-price-label .price .secondary-currency span.amount {
	font-size: 16px !important;
}


.select-products__modal .popup-footer__total .price .secondary-currency span.symbol {
	font-size: 15px !important;
}

.select-products__modal .popup-footer__total .price .secondary-currency span.amount {
	font-size: 18px !important;
}

.ecommerce.newshoppingcart .cartTotalsContainer .totalSummary.total .price .symbol {
	font-size: 18px !important;
}

.ecommerce.newshoppingcart .cartTotalsContainer .totalSummary.total .price .amount {
	font-size: 26px !important;
}

.ecommerce.newshoppingcart .cartTotalsContainer .totalSummary.total .price .secondary-currency span {
	font-style: italic;
    font-weight: 300;
}

.ecommerce.newshoppingcart .cartTotalsContainer .totalSummary.total .price .secondary-currency span.symbol {
	font-size: 14px !important;
}

.ecommerce.newshoppingcart .cartTotalsContainer .totalSummary.total .price .secondary-currency span.amount {
	font-size: 18px !important;
}


.secondary-currency .amount {
	font-size: 14px !important;	
}

.easy-add-to-cart-container .atc-prices .easy-atc-line {
    display: flex;
	align-items: start;
	justify-content: space-between;
}

.easy-add-to-cart-container .atc-prices {
	margin-right: 15px;
	margin-left: auto;
}

[dir="rtl"] .easy-add-to-cart-container .atc-prices {
	margin-left: 15px;
	margin-right: auto;
}

.easy-add-to-cart-container .atc-prices .price {
	margin-left: 10px;	
}

.easy-add-to-cart-container {
	align-items: center;	
}
/*
a.afc23-cart-icon.cart-link.-active.shopping_cart_btn {
    display: none !important;
}
*/

/*
#fwc22EcommerceHeader > div.site-header__bottom.-nav-active > nav > div.primary-navigation__additional > a:nth-child(3), 
#fwc22EcommerceHeader > div.site-header__bottom.-nav-active > nav > div.primary-navigation__additional > a:nth-child(4) {
	display: none;
}
*/