@import '../../common/theme-common/style/asm.css';

a {
	cursor: pointer;
}

.classShow {
	display: block;
}

.classHide {
	display: none;
}
@media (min-width:600px){
	.visible-xs {
		display: none;
	}
}
@media (max-width:599px){
	.hidden-xs {
		display: none;
	}
}
/* TODS CSS */
.shipping__row .shipping__newAddress {
	margin: 30px 0 40px;
}

.minicart__buttons .minicart__button span {
	line-height: 50px;
}

.minicart__buttons .button__spinner-container.submitButtonContainer {
	margin: 10px 0;
}

.minicart__buttons .button__spinner-container.submitButtonContainer .button__spinner-element,
.product__bar .button__spinner-container.submitButtonContainer .button__spinner-element,
.shoppingBag-paypalExpress-container .button__spinner-container.submitButtonContainer .button__spinner-element {
	background-color: #fff;
}
.minicart__buttons .button__spinner-container.submitButtonContainer .button__spinner-element .lds-dual-ring:after,
.product__bar .button__spinner-container.submitButtonContainer .button__spinner-element .lds-dual-ring:after,
.shoppingBag-paypalExpress-container .button__spinner-container.submitButtonContainer .button__spinner-element .lds-dual-ring:after {
	border-color: #999 transparent;
}
.minicart__buttons .button__spinner-container.submitButtonContainer .button__spinner-element,
.shoppingBag-paypalExpress-container .button__spinner-container.submitButtonContainer .button__spinner-element {
	max-width: 100%;
}

.listing.listing--noInfinite, .listing.j-listingList {
	height: auto;
	transition: min-height .5s ease-in-out;
}

.loadingContent {
	opacity: 0;
}

.acceptanceCheckbox .checkbox__label {
	min-height: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}

.error.open.j-section.hidden {
	display: none;
}

.spinner {
	background: url(../public/images/geocms/loading.gif) no-repeat scroll 50% 50% #AAA;
	background-size: 8%;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

.overlay.findInBoutique .overlay__close {
	color: #473130;
}

.wrapper .mainWrapper.darkBg {
	background: #fcfaf6;
}

/* generic loader */
.genericLoader {
	position: absolute;
	background-color: #fff;
	width: 102%;
	display: table;
	height: 200px;
	text-align: center;
	font-weight: 700;
	visibility: visible;
	opacity: 1;
	transition: visibility 0.6s, opacity 0.5s linear;
	-moz-transition: visibility 0.6s, opacity 0.5s linear;
	-o-transition: visibility 0.6s, opacity 0.5s linear;
	-webkit-transition: visibility 0.6s, opacity 0.5s linear;
  }

.genericLoader span{
	text-transform: uppercase;
	font-size: 19px;
	vertical-align: middle;
	display: table-cell;
	-webkit-animation: pulse 2s linear infinite;
	-moz-animation: pulse 2s linear infinite;
	-o-animation: pulse 2s linear infinite;
	animation: pulse 2s linear infinite;
  }

  @keyframes pulse {
	0% {opacity: 1;}
	25% {opacity: .4;}
	50% {opacity: 1;}
	75% {opacity: .4;}
	100% {opacity: 1;}
  }

  @-moz-keyframes pulse{
	0% {opacity: 1;}
	25% {opacity: .4;}
	50% {opacity: 1;}
	75% {opacity: .4;}
	100% {opacity: 1;}
  }

  @-o-keyframes pulse{
	0% {opacity: 1;}
	25% {opacity: .4;}
	50% {opacity: 1;}
	75% {opacity: .4;}
	100% {opacity: 1;}
  }

  @-webkit-keyframes pulse{
	0% {opacity: 1;}
	25% {opacity: .4;}
	50% {opacity: 1;}
	75% {opacity: .4;}
	100% {opacity: 1;}
  }

  /* generic loader */
  .hideLoader {
	visibility: hidden;
	opacity: 0;
  }

  /* checkout_step_3 loader */
  .summaryLoader {
	position: fixed;
	height: 100%;
	top: 0;
	z-index: 99;
	}

	.owl-carousel:focus,
	.owl-carousel:focus * {
		outline : 0 !important;
	}

	/* fix on unesplicable css rule from application.css */
	body:before {
		position: initial !important;
	}

/* ADA fix for tabbing and style for function outlineTab */
.product__use .choose__listLink--sizeGuide{
	display: none;
}
.user-is-tabbing .product__use .choose__listLink--sizeGuide{
	display: block;
	width: 100%;
	background-color: transparent;
	padding: 0;
	margin-bottom: 10px;
}
.user-is-tabbing .product__use .choose__listLink--sizeGuide a{
	color: #473130;
	text-align: center;
}
.user-is-tabbing .product__use .choose__listLink--sizeGuide span{
	padding: 0;
}

.user-is-tabbing .product__chooseCarousel .listingItem:focus .product__subText{
	opacity: 1;
}
.actionBar__item--customer .actionBar__icon:focus + .actionBar__popup{
	display: block;
}
body[class*="checkout-"] .skipButtons{
	display:none;
}
/* end of ADA fix */

.choose__txt.out_of_stock {
	text-decoration: line-through;
}
.choose__select.out_of_stock {
	text-decoration: line-through;
}

.newAddress__form.formToShow.checkbox_padding_disabled div.shipping__row {
	padding-bottom: 0px;
}

.pageLabel--checkout-3 .hideInStep3 {
	display: none;
}

.whiteElement {
	color: #fff;
}

.promo_custom {
	padding: 15px !important;
	font-size:11px !important;
}

.summary__link, .summary__value {
	text-align: right;
}

.presales__link {
	color: rgb(71, 49, 48);
}

.plpCustomBackLink {
	height: inherit;
}
.plpCustomBackLink a {
	display: inline-block;
    font-size: 12px;
	padding-top: 22px;
	border-bottom: 1px solid;
}

.summary.summary--mobile {
	border: none !important;
}

.customer .customer__tabber.fixed {
	position: absolute !important;
	top: 0 !important;
}

.customer__card.customer__card--cn {
    width: 100%;
	height: 100%;
	object-fit: contain;
}

.customer__card--wechat {
	background: url("../public/images/checkout/cards/css_sprites_cn.png") -5px -2px;
    background-size: auto 95px;
    width: 70px !important;
}

.customer__card--alipay {
	background: url("../public/images/checkout/cards/css_sprites_cn.png") -5px -35px;
    background-size: auto 95px;
    width: 62px !important;
}

.product__bar.js-fixedBar.noFixed {
	display: none;
}


.searchimg {
	text-align: center;
	font-size: 24px;
	border-bottom: 1px solid #D0D0D0;
	padding: 15px 10px;
	font-family: serif;
	margin-bottom: 50px;
}
.parundersearch {
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 34px;
	font-family: "Open Sans", sans-serif;
	padding: 0 33px;
}
.vm-button{
	background-color: #f39f0a;
	height: 44px;
	border: 0px;
	margin:0 auto 40px;
	width: 300px;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
}
.intersearch {
	text-align:center;
}


@media (min-width:768px){
	.actionBar__item--search.not-asm-customer {
		right: 120px;
	}
	.product__bar.js-fixedBar.noFixed {
		display: block;
	}
	.productBar__addToCart{
		position: relative;
	}
	.productBar__addToCart:before{
		position: absolute;
	}
	.productBar__addToCart > span {
		line-height: 60px!important;
	}
	.country-not-shoppable .actionBar__item--locator{
		left:120px
	}
	.country-not-shoppable .actionBar__item--search{
		right:60px
	}
	.internalCanvas__txt {
		width: 600px;
	}
	.product__bar .productBar__addToCart--center{
		min-width:265px;
	}
	.hasError .radio ~ .checkbox__label {
		padding-left: 70px!important;
	}
}
.form__btn.checkoutPayment__button--disabled {
	cursor: not-allowed;
}
.radio__label__error.form__error {
	padding-left: 0!important;
}
.customSelect .select_wrapper {
	position: relative;
}
.checkbox__label.form__error {
	font-size: 12px;
}
@media (min-width:965px){
	.checkbox__label.form__error {
		font-size: 11px;
	}
}
.hasError .customSelect__select {
	border: none;
}
.hasError .radio__label {
	margin-bottom: 0;
}

.actionBar__lang-2 {
  border-left: 1px solid #f39f0a;
  padding-left: 5px;
  margin-left: 5px;
}

.reserve__btn {
	cursor: pointer;
}
.reserve__body .reserve__list {
	padding-bottom: 30px;
    background-color: white;
}
.reserve__details .reserveDetails__header {
	padding: 30px 85px 30px 20px;
}

.not-available .reserve__availability.reserve__availability--outofstock {
	color: #d34a4a;
}

.form__label {
	pointer-events: none;
}
.form__field-password-tips {
	font-size: 10px;
	margin-top:5px;
}
.hasError .checkbox__label.form__error:before { 
	border: none;
	width: 0;
	height: 0;
} 

.fiscal-code .form__field{
	margin-top: 20px;
}

.form__row.shipping__billing {
	padding: 0
}

.shipping__billing.open .checkbox__label:before {
	background: #fff !important;
	content: "" !important;
}

.shipping__billing.open > .checkbox__label:before,
.shipping__billing.open .checkbox:checked + .checkbox__label:before {
	background: #f39f0a !important;
	font-family: "todsIcon" !important;
	content: "" !important;
}

.shipping__row.fiscal-code input {
	text-transform: uppercase;
}

.shipping__row.fiscal-code input::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
.shipping__row.fiscal-code input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
.shipping__row.fiscal-code input::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
.shipping__row.fiscal-code input:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
.shipping__row.fiscal-code input::placeholder { /* Recent browsers */
    text-transform: none;
}

@media (max-width: 861px) {
	.shipping__row.fiscal-code {
		padding: 0;
	}
}

.product__bar {
	z-index: 9999 !important;
}

.product__choose.is_paypal_express .choose__list {
	max-height: 155px;
}

.recapBar--online_exclusive,
.product__bar--online_exclusive > .productBar__addToCart {
	pointer-events: none;
	cursor: default;
}
.recapBar--online_exclusive:hover,
.product__bar--online_exclusive > .productBar__addToCart:hover {
	background: #f39f0a;
}

.detailBox.online_exclusive .detailBox__content.big {
	display: none;
}
@media (min-width: 768px) {
	.online_exclusive .detailBox__content:last-child:before {
		padding-top: 43%;
	}
	.online_exclusive .detailBox__content:last-child {
		width: 100%!important;
	}
}
@media (min-width: 1024px) {
	.detailBox.online_exclusive .detailBox__content {
		width: 33.33333%!important;
		margin: 0 8.26667%;
	}
	.detailBox__content:last-child:before {
		padding-top: 0!important;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.detailBox .detailBox__content.big,
	.detailBox .detailBox__content:last-child{
		width:48%;
	}
	.detailBox .detailBox__content.big{
		margin-right:2%;
	}
	.detailBox .detailBox__content:last-child{
		margin-left:2%;
	}
}

/* hotfix per il customer care cinese */
@media (min-width: 650px) {
	input:focus {
		font-size: 14px!important;
	}
}

.choose__link.choose__link--size.choose__link--onesize:after {
	display: none;
}

.cart__label {
	padding: 20px 5px 0;
}

.checkoutPayment__cvv_image_container {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.checkoutPayment__cvv_icon {
	max-width: 35px;
}

.checkoutPayment__cvv_image {
	width: auto !important;
	position: relative !important;
	transform: none !important;
	-webkit-transform: none !important;
	left: auto !important;
	top: auto !important;
	max-width: 130px;
}

.form__popup.checkoutPayment__cvv_active {
	display: block;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.form__popup.checkoutPayment__cvv_active {
		left: -75px;
	}
	.form__popup.checkoutPayment__cvv_active .form__popupAux:before {
		left: 95px;
	}
}

.checkoutPayment__text {
	padding: 10px 0;
	font-size: 13px;
}

.checkoutPayment__cvv .cvv_close {
	font-size: 15px;
	position: absolute;
	right: 6%;
	top: 12%;
}

.checkoutPayment__show-payments-types {
	font-size: 13px;
	margin-top: 10px;
	cursor: pointer;
	text-decoration: underline;
}

.checkoutPayment__cvv {
	position: absolute;
	top: 16%;
	right: 3%;
}

.checkoutPayment__cvv.image--cvv {
	top: 20%;
}

.form__field.checkoutPayment__field-no-padding {
	padding: 0;
}

.form__btn.checkoutPayment__button--disabled {
	background: #fff;
}

.productBar__addToCart.paypal_express,
.productBar__addToCart.isBuyNow {
	border-color: #e7e2dc;
	vertical-align: bottom;
	cursor: pointer;
	margin-bottom: 0;
}

.productBar__addToCart.paypal_express {
	background-color: #fff;
}

.productBar__addToCart.isBuyNow {
	background-color: #eaded2;
	border: none;
}

.productBar__addToCart.paypal_express:hover,
.productBar__addToCart.isBuyNow:hover {
	border: 1px solid #d6c5bc;
}

.product__bar .button__spinner-container.submitButtonContainer {
	display: inline-block;
    vertical-align: bottom;
}

.minicart__button.minicart__button--paypal_express img,
.product__bar .productBar__addToCart.paypal_express img,
.shoppingBag-paypalExpress-container .productBar__addToCart.paypal_express img {
	margin-left: 10px;
	margin-top: -2px;
	vertical-align: middle;
	width: 79px;
}

.product__bar--mobile .productBar__addToCart:not(:only-child) {
	width: 50%;
	vertical-align: bottom;
}

.product__bar--mobile .button__spinner-container.submitButtonContainer {
	width: 50%;
}

.product__bar--mobile .button__spinner-container.submitButtonContainer .button__spinner-element {
	margin: 0;
	max-width: 100%;
}

.product__bar--mobile .productBar__addToCart.paypal_express {
	width: 100%;
}

.productBar__addToCart:not(:only-child):before {
	display: none;
}

.minicart__button.minicart__button--paypal_express {
	background: #fff;
  	border: 1px solid #e7e2dc;
	color: #473130;
	cursor: pointer;
	margin-bottom: 0;
}

.minicart__button.minicart__button--paypal_express:hover {
	border: 1px solid #d6c5bc;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.checkoutPayment__cvv {
		right: 10%;
	}
}

.cart__event__label {
	color: #473130;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 10px 0 0;
	font-weight: 600;
	line-height: 1.5;
}

h1.product__title {
	text-transform: uppercase;
}

.actionBar__item--login.open .login__btns {
	bottom: 0px;
}

.actionBar__item--login.open .login--logged {
    height: 95vh;
}
/* fix for vivocha */
.overOpen #vvc_widget_5a5f523addb00ca2068b4584.vivocha_widget.vivocha_media{
	    background: rgba(0, 0, 0, 0.7) !important;
}

.order__number {
  background-color: initial!important;
}
/* fix for application.css vm component */
@media (min-width: 1280px) {
	.listingItem.listingItem--decoBig{
		float:none !important;
	}
}
.listingItem--decoBig.listingItem--decoBig--4.listingItem{
	float:left !important;
}

.order__number {
  background-color: initial!important;
}

.lds-dual-ring {
	display: inline-block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 8px;
	left: 0;
	margin: 0 auto;
	right: 0;
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 28px;
	height: 28px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #fff;
	border-color: #fff transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}


@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.button__spinner-container {
	position: relative;
}
.button__spinner-element {
	display: none;
	position: absolute;
	max-width: calc(100% - 40px);
	width: 100%;
	height: 100%;
	top: 0;
	background-color: #f39f0a;
	opacity: 0.9;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.button__spinner-element.disabled{
	display: block;
}
.button__spinner-element.disabled .lds-dual-ring{
	visibility: hidden;
}
.form__btn.zipCodeButton {
	float: left;
	width: 100%;
	min-width: 190px;
	margin: 0 0 20px 0;
	padding: 0 20px;
	min-height: 50px;
}
@media (min-width: 600px) {
	.button__spinner-element {
		max-width: 100%;
	}
	.postalCodeContainer {
		max-width: 100%;
	}
	.form__btn.zipCodeButton {
		width: calc(25% - 30px);
		margin: 0 0 0 30px;
	}
	.payment__data {
		height: auto !important;
		min-height: 165px;
	}
	.reserve-step3 .form__field.form__field--half,
	.store-reserve .form__field.form__field--half {
		width: 35%;
	}
}
.confirmation__row--recap .payment__datatitle {
	padding-right: 0;
}
.button__spinner-element.is-active {
	display: block;
}
.checkout__privacyLabel {
	text-align: center;
}
.checkout__privacyLabel a {
	text-decoration: underline;
}
.checkout__creditCard__label {
	background: lightyellow;
	display: block;
	padding: 14px 25px;
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 18px;
}

.checkout__creditCard__label b {
	font-weight: 600!important;
}

.customer__accordionSmall b {
	font-weight: 600;
}
.customer__accordionItem.privacy_accortionItem {
	padding: 25px;
}
.checkout2__privacy {
	padding: 25px;
	font-size: 12px;
}

.button__spinner-container button {
	margin-bottom: 20px;
}

.logoElbaz {
	width: 240px;
	margin: 0 auto;
	display: block;
	margin-bottom: 30px;
}
.searchbor img {
	display:none;
}
.lastSuggSearch{
	display:none;
}
.underSerach {
	display:none
}
.searchBar__submitIcon {
	background: #f39f0a;
    height: 1px;
    content: "";
    position: relative;
    display: none;
    top: 50%;
}
.searchBar__submitIcon:before {
    top: 0;
    transition: 0.3s;
    width: 15px;
    height: 1px;
    content: "";
    background: #f39f0a;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    position: absolute;
    right: 0;
}
.searchBar__submitIcon:after {
	top: 0;
    transition: 0.3s;
    width: 15px;
    height: 1px;
    content: "";
    background: #f39f0a;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    position: absolute;
    right: 0;
}

.gendersFiltersVs {
	display: flex;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #EBEBEB;
	text-transform: uppercase;
	height: 45px;
	font-size: 12px;
	line-height: 43px;
	color:#473130;
	background-color: #ffffff;
	position: relative;
}

.gendersFiltersVs .actv:after {
	background-color: #f39f0a;
    height: 2px;
    position: absolute;
    width: 30px;
    content: "";
    top: 42px;
    margin-left: -38px;
}
.gendersFiltersVs > li {
	width: 100%;
	text-align: center;
}

.numberResultsVs{
	font-size: 12px;
    padding: 20px 0;
    text-align: center;
	background-color: #fcfaf6;
	color:#8F8F8F;
	z-index: 2;
    position: relative;
}

.vsPreview img{
	width: 100%;
}

.vsPreview {
	display: block;
    margin: 20px auto 0px auto;
    width: 220px;
}

.generalContentVs .listing{
	min-height: initial !important;
    padding-top: 0;
}

@media only screen and (max-width: 768px) {
	.logoElbaz {
		width: 160px;
		margin: 0 auto;
		display: block;
		margin-bottom: 50px;
	}
	.product__bar--mobile,
	.productDetail .product__bar--mobile.noFixed {
		display: flex;
	}
	.product__bar--mobile .productBar__addToCart:not(:only-child) {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.productBar__addToCart:not(:only-child) > span {
		display: block;
		line-height: 16px;
	}
	.product__bar--mobile .productBar__addToCart.paypal_express img {
		width: 32px;
	}

	.lastSuggSearch {
		font-size: 12px;
		text-align: left;
		margin-bottom: 30px;
		display: block;
		line-height: 40px;
		margin-top: 40px;
	}
	.lastSuggSearch > li:first-child {
		font-size: 16px;
		font-weight: bold;
		box-sizing: content-box;
	}

	.selection_title_vs:before {
		content: '';
		position: absolute;
		width: 1px;
		left: 50%;
		height: 15px;
		top: 0;
		background-color: #f39f0a;
	}

	.selection_title_vs:after {
		content: '';
		position: absolute;
		width: 2px;
		left: 50%;
		height: 30px;
		background-color: #f39f0a;
		bottom: -15px;
		z-index: 99;
	}

	.selection_title_vs {
		text-align: center;
		margin-bottom: 5px;
		position: relative;
		padding: 20px 0 25px 0px;
		top: -2px;
	}

	.subtitle_selection_vs {
		font-family: "Playfair Display", arial;
		font-size: 20px;
		color: #473130;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.subtitle_desc_selection_vs {
		font-size: 13px;
	}
	.underSerach {
		font-size: 11px;
		line-height: normal;
		text-align: left;
		display: block;
		margin-top: 10px;
		padding: 0 20px;
	}
	.generalContentVs .searchbor {
		height: 100%;
	}
	.generalContentVs .searchbor img {
		display: initial;
		vertical-align: middle;
		width: 24px;
	}
	.i-search {
		padding-left: 15px;
	}

	.generalContentVs .searchBar__submit {
		right: 0;
		top: 0px;
		position: absolute;
		height: 52px;
		width: 40px;
	}
	.generalContentVs.searchBar_inupt{
		width: 200px ;
		background: none ;
		border: none ;
		font-size: 20px ;
	}
	.generalContentVs .searchBar__icon {
		width: 40px;
		padding-left: 0;
		position: absolute;
		left: 0;
		top: 0px;
		float: none;
		display: block;
	}

	.generalContentVs .searchbor .awesomplete > ul {
		top: 52px;
    	border: 1px solid #e6e0da;
	}

	.generalContentVs .searchbor .awesomplete > ul > li:first-child {
		border-top: 1px solid #e6e0da;
	}

	body.pageLabel--visual-search-result .listingVs {
		padding-top: 0px !important;
	}

	body.pageLabel--visual-search-result,
	body.pageLabel--visual-search {
		min-height: initial;
		overflow-x: initial;
	}

	body.pageLabel--visual-search-result .generalContentVs:before,
	body.pageLabel--visual-search .generalContentVs:before {
		width: 0;
	}

	.intersearch .suggestpar{
		padding: 30px 0 15px 0px;
		font-size: 17px;
		text-align: center;
		font-family: "Playfair Display", arial;
		font-weight: 600;
	}
	.intersearch .imgsuggest{
		display:flex;
	}
	.intersearch .imgsuggest .immsugg{
		width: 32%;
		max-width: 100%;
		align-self: center;
	}
	.intersearch .imgsuggest .immsugg:nth-child(2){
		margin: 0 2%;
	}

	.intersearch .fallwint{
		padding:30px 0;
		font-size: 17px;
		text-align: center;
		font-family: "Playfair Display", arial;
		font-weight: 600;
	}

	.intersearch .imgfallwint{
		display:flex;
		flex-wrap: wrap;
		padding-bottom: 20px;
	}

	.intersearch .imgfallwint .vmbig .wintf{
		width: 230px;
    	max-width: 100%;
	}
	.intersearch .imgfallwint .vmbig {
		width: 50%;
		padding: 0 10px;
	}
	.intersearch .imgfallwint .vmbig .paravmbig{
		text-decoration: underline;
		padding: 16px 0px;
		position:relative;
		margin-top: -2px;
		font-size: 12px;
	}
	.intersearch .imgfallwint .vmbig .paravmbig:before {
		content: "";
		display: block;
		width: 1px;
		height: 16px;
		top: 0;
		position: absolute;
		left: 50%;
		background-color: #f39f0a;
	}

	.generalContentVs .searchBar {
		position: relative;
		opacity: 1;
		margin: 20px 20px 0px 20px;
		transform: none;
		-webkit-transform: none;
		border: 1px solid #efedea;
		background-color: #fff;
		padding: 0 40px;
	}

	.title_vs {
		padding: 0px 20px;
		text-align: center;
		margin-top: 20px;
		font-family: "Playfair Display", arial;
		font-size: 20px;
	}

	.generalContentVs .searchBar__aux {
		display: block;
		width: 100%;
		height: 100%;
	}

	.generalContentVs .mainAux:after {
		display: table;
		content: "";
		position: absolute;
		width: 1px;
		height: 100%;
		bottom: 0;
		top: 0;
		background: #f8f2ed;
		z-index: 1;
		left: 50%;
	}

	.shipping__giftForm .shipping__giftBox img {
		display: block;
		width: 100%;
	}

	.wrapper.inCheckout .shipping.checkout .reamingingCount {
		bottom: 30px;
	}
}

.acceptanceCheckbox a {
	display: inline-block;
	margin-top: -1px;
	color: #473130;
}

/* fix gift message china */
.shipping__giftBox textarea:focus{
	font-size: 13px;
}

@media (min-width: 600px){
	.shipping__giftBox textarea:focus{
		font-size: 14px;
	}
}
/* end fix message */

h4.payment__datatitle > p {
	margin-top: 4px;
}


/***** MEDIAQUERY FOR IPHONE *******/

/* iPhone X in portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
	.actionBar__item--bag .minicart {
		height: calc(100vh - 95px);
	}
}

/* iPhone 6, 7, & 8 in portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
	.actionBar__item--bag .minicart {
		height: calc(100vh - 95px);
	}
}
/* iPhone 5 & 5S in portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    .actionBar__item--bag .minicart {
		height: calc(100vh - 95px);
	}
}

/***** END MEDIAQUERY FOR IPHONE *******/

/* skip content */
.skipButtons{
	height:0;
	position: relative;
}
.skipButtons button{
	clip: rect(1px,1px,1px,1px);
    padding: 0;
    border: 0;
    height: 0;
    overflow: hidden;
}
.skipButtons button:focus {
	background: #473130;
    z-index: 1000;
    color: #fff;
    clip: auto;
    font-size: 14px;
    margin: 0;
    height: auto;
    padding: 10px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    line-height: 30px;
}
/* end skip content */

.page-ProductPageTods .side__content .side__btns {
	margin-top: 0;
}

.page-ProductPageTods .side__content .side__btns #vvc_placeholder_5a0ee6458b2fc12e068b4937.isCN img {
    max-width: 40px;
}

.page-ProductPageTods .side__content .side__btns #vvc_placeholder_5a0ee6458b2fc12e068b4937.isCN {
	display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.page-ProductPageTods .side__content .side__btns #vvc_placeholder_5a0ee6458b2fc12e068b4937.isCN >*:first-child {
	margin-left: 5px;
}

.page-ProductPageTods .side__content img.qrcode {
    width: 50%;
	margin-top: 20px;
}

.page-ProductPageTods .side__content .chimg {
	text-align: center;
}

/**
* Order List Spinner
* .component-spinner class is added on #root selector from todsUtility.js
**/
@-webkit-keyframes spinner {
	to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

@-moz-keyframes spinner {
	to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

@-o-keyframes spinner {
	to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

@keyframes spinner {
	to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

.component-spinner .order__empty {
	position: relative;
}

.component-spinner .order__empty:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 7px solid #ccc;
	border-top-color: #473130;
	animation: spinner .6s linear infinite;
	-webkit-animation: spinner .6s linear infinite;
	-moz-animation: spinner .6s linear infinite;
	-o-animation: spinner .6s linear infinite;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.component-spinner .order__empty:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: #fff;
	opacity: 0.8;
}

/*checkout gift message*/
.shipping__giftBox{
	position: relative;
}
@media (min-width: 968px){
	.checkout .shipping__giftBox:nth-child(2n) {
		margin-right: 0;
    	margin-left: 40px;
	}
	.checkout .shipping__giftBox img{
		width: 100%;
	}
	.product__bar.noFixed .productBar__addToCart {
		min-width: 265px;
	}
	.reserve-step1 .reserve__recap .recapBar__image {
		width: 90px;
	}
	.reserve-step1 .reserve__recap .recapBar__productInfo {
		width: calc(100% - 90px);
	}
	.reserve-step1 .reserve__recap .recapBar__col:first-child {
		width: 50%;
	}
	.reserve-step1 .reserve__recap .recapBar__col {
		width: 45%;
	}
}

/*end checkout gift message*/

.payment--pickup .form__row {
	padding: 0px !important;
    margin-top: 15px;
}

/* Disable links for gift products */
.disable-link-inline {
	pointer-events: none;
	display: inline-block;
}

.disable-link-block {
	pointer-events: none;
	display: block;
}

.intersearch .spinner {
	position: static;
}
/* fix for rolling strip */
@media (min-width: 600px){
	.wrapper__msg {
		padding: 3px!important;
	}
}
/* end fix for rolling strip */

.actionBar__item--lang .actionBar__dd:after {
   display:none !important;
}

.spinnerVs {
	background: no-repeat scroll 50% 50% #fff;
	opacity: 1;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

.page-ListingPageTods .listing .listingItem > a {
	min-height: 150px;
	display: block;
}


@media only screen and (min-width: 767px) {
    .page-ListingPageTods .listing .listingItem > a {
		min-height: 200px;
	}
}

@media only screen and (min-width: 991px) {
    .page-ListingPageTods .listing .listingItem > a {
		min-height: 200px;
	}
}

@media only screen and (min-width: 1024px) {
    .page-ListingPageTods .listing .listingItem > a {
		min-height: 300px;
	}
}

@media only screen and (min-width: 1650px) {
    .page-ListingPageTods .listing .listingItem > a {
		min-height: 400px;
	}
}
/* topbox listato */
.internalCanvas__txt {
	text-align: center;
    padding: 30px 0;
    padding: 30px;
    width: 100%;
    max-width: 600px;
    padding: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}
@media (min-width: 0) and (max-width: 768px) {
	.internalCanvas__title {
	  line-height: 1.2;
	}
}
@media (max-width: 768px) {
	.internalCanvas--tr .internalCanvas__par,
	.internalCanvas--tr .internalCanvas__title,
	.internalCanvas .internalCanvas__title {
		color: #fff;
		text-align:center;
	}
	.internalCanvas--tr .internalCanvas__txt {
		padding: 0 20px;
	}
	.page-ListingPageTods .internalCanvas {
	  min-height: 90px;
	}
	.internalCanvas__title.internalCanvas__title--small {
		font-size: 24px;
	}
}
/* end topbox listato */

.hasError .customSelect .customSelect__select,
.hasError .customSelect.customSelect--light .customSelect__select
{
	border: 1px solid #D62424;
}
.hasError .customSelect:after {
	top: 40%;
}

.shipping__row .hasError .checkbox__label {
	color: #D62424;
}

.user-is-tabbing .choose__selected{
	display:none;
}
.user-is-tabbing .productDetail .choose__select{
	display:block;
}

/* FIX TODSAM-1990: Correctly reorient vertical japanese characters*/
@media (min-width: 1024px) {
	.product__back.ja {
		width: 8em;
	}
	.product__back.ja a {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
		writing-mode: vertical-lr;
	}
}
/* add credit card sprites */
.customer__card--diner {
    background: url("../public/images/checkout/cards/css_sprites.png") -80px -10px;
}

/*custom select*/
.detailListing .recapBar__size a,
.detailListing .recapBar__size ul{
	display:none;
}
.detailListing select.choose__select{
	display:block;
}
.findInBoutique .recapBar__size a,
.findInBoutique .recapBar__size ul{
	display:none;
}
.boutique__info.boutique__error {
	flex: 100%;
}
@media (min-width: 600px) and (max-width: 1024px){
	.boutique__info.boutique__error {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media (min-width: 1280px) {
	.boutique__row .boutique__info.boutique__error {
		margin-left: 0;
		margin-right: 0;
	}
}
/*end custom select*/

/* fix for application.css menu list */
@media (min-width: 968px){
	.navigationWrapper .subNavigation__main--touch .subNavigation__list {
	   width: 33.33333%;
	   float: initial;
   }
   .navigationWrapper .subNavigation__main {
	   text-align: center;
   }
}
/* end of menu fix */

/*fix for cart application.css*/
header .header__logo {
    width: 90px!important;
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
}

@media (min-width: 600px){
	.wrapper__msg+.header+.genericLoader+.mainWrapper {
		padding-top: 0;
	}

	nav.actionBar .header__logo {
		width: 137px!important;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		padding: 0;
	}
}
/*end fix*/
aside.sideContainer{
	z-index: 999;
}

.productDetail section.detailBox {
	display: flex;
	flex-wrap: wrap;
}

.wrapper-visualsearch-link {
	margin: 11px 20px 18px 20px;
	text-align: left;
}

.wrapper-visualsearch-link h3{
	padding: 16px 0 12px 0px;
    font-size: 17px;
    font-weight: bold;
}

.wrapper-visualsearch-link ul {
    line-height: 45px;
    font-size: 14px;
}
/*end fix*/

/* return order */
.reso-multiple .area__box {
    margin-top: 18px;
    margin-bottom: 10px;
}
.reso-multiple .area__box .text__align-right-grey {
	float: right;
	margin-top: 10px;
}
.reso-single .text__align-right-grey {
	float: unset;
	text-align: right;
	margin-bottom: 10px;
  }

.return-confirm .cart__row--total .cart__par {
	padding: 10px 0;
}
.return-confirm .cart__row--total .cart__right {
	float: right;
	width: 25%;
	padding: 10px 0;
}
.exchange-confirm .cart__container .cart__cell.cart__cell--img {
	float: left;
	position: static;
	transform: none;
}
.exchange-confirm .step__description {
	margin-top: 15px;
}

.return-info .information--title {
	text-align: center;
}
.exchange-recap a {
    text-decoration: underline;
    color: #2d2d2d;
}
.exchange-confirm .form__field--half,
.return-address .form__field--half {
	padding-left: 0;
	padding-right: 0;
}
.OrderReturnExchangeAddressForm .additional.country {
	line-height: 14px;
}
.OrderReturnExchangeAddressForm .additional.country span {
	font-size: 14px;
}

.reso-multiple .form__field:first-child .form__label {
    margin-left: 0px;
    padding-right: 30px;
}

.cart__productTrack,
.cart__productTrack a {
	letter-spacing: .25px;
	line-height: 1.8;
	font-size: 11px;
	font-weight: normal;
}
.cart__productTrack a {
	text-decoration: underline;
}
.reso .order__tableCol.order__tableItem .order__link {
	text-decoration: underline;
	text-align: left;
}
.reso .order__tableItem .order__link:before,
.reso .order__tableItem .order__link:after {
	display: none;
}

@media (min-width:768px) {
	.customer.reso .order__tableItem {
		padding-right: 10px;
	}
}
@media (max-width:768px) {
	.reso .table__mobileText {
		width: 40%;
		float: right;
	}
}
@media (max-width:599px) {
	.customer.guest{
		padding-top: 10px;
	}
	.guest.customer .address.checkout {
		margin-top: 20px;
	}
}
/* return order */

.trackingForm .form__row:first-child .form__field {
	margin-bottom: 0;
	padding-bottom: 0;
}

.shipping__giftInfo {
	clear: left;
	font-size: 12px;
	line-height: 1.4;
	padding-top: 20px;
}
@media (min-width: 600px) {
.shipping__giftInfo {
	padding-left: 20px;
}
}
@media (min-width: 1024px) {
.shipping__giftInfo {
	padding-left: 0;
}
}
@media (min-width: 1280px) {
.shipping__giftInfo {
	padding-top: 40px;
}
}

/*alpenite css for logo font*/
[class^="headerlogo-"], [class*=" headerlogo-"] {
	font-family: 'todslogo' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 38px;
	color: black;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (min-width: 767px) {
[class^="headerlogo-"], [class*=" headerlogo-"] {
	font-size: 56px;
}
}
.header__logo a{
	text-align: center;
	height: 100%;
	width: 100%;
	position: relative;
}
.headerlogo-icon:before {
	content: "\e900";
}
.headerlogo-icon.icon-white{
	color: white;
	font-size: 48px;
}
.overlay__country .header__logo {
height: 100px;
padding: 0;
}
/*end logo font*/

.cart__atpCheck__message .cart__productInfo {
    color: #d62424;
}

.storelocator__map {
	overflow: hidden;
}
.store-reserve .form__field .form__error {
	text-align:left;
}
.store-reserve .form__field--half {
	width: 40%;
	padding-left: 0;
}

.store-reserve .form__field {
	text-align:left;
}
.store-reserve .overlay__small .reserve_store-description .reserveRegister__subtitle.overlay__title small {
	line-height: 19px;
}

.overlay.reserve-step3Close .overlay__close {
	color: #473130;
}

.reserve-step3 .reserveRegister.reserveRegister--first:before {
	display: none;
}


.product__choose .choose__selected,
.product__choose .choose__link.open .choose__list {
	display: block;
}

.user-is-tabbing .classHideCarousel {
	display: none!important;
}

.user-is-tabbing .j-productCarousel.open .classHideCarousel{
	display: block!important;
}

.productInfo__aux .alert .product__shipTitle{
	color: #473130;
	text-decoration: underline;
}

@media (min-width: 968px) {
	.reserve__ctaContainer .reserve__cta {
		width: auto;
	}
	.overlay__content.reserve-step3 {
		height: 100vh;
	}
	.reserve__recap .recapBar__size .choose__link:after {
		right: 10px;
	}
	.reserve__recap .recapBar__size .choose__select {
		padding-left: 10px;
	}
}
.reserveRegister__aux {
	background-color: #faf7f3;
}
.reserveRegister__btn.disabled {
	pointer-events: none;
	background: #fff;
}

.reserve-step3 .thankyou-confirm,
.store-reserve .thankyou-confirm {
	display: block;
}

body:not(.deviceMobile) .countryList__item:focus.countryList__item--lang.longer .countryList__txtAux, body:not(.deviceMobile) .countryList__item:hover.countryList__item--lang.longer .countryList__txtAux {
	transform: translateY(-12px);
}

/* fix arabe.css */
html[dir=rtl] .product__subText:only-child {
	width: 100%;
}
html[dir=rtl] .product__useLink:only-child {
	border: none;
}
html[dir=rtl] .product__useIcon {
	margin-left: 5px;
}
html[dir=rtl] .owl-carousel {
	direction: ltr;
}
@media (min-width: 968px) {
	html[dir=rtl] .subNavigation__list {
		float: none !important;
	}
	html[dir=rtl] .subNavigation__main {
		text-align: center !important;
	}
}
/**/
.user-is-tabbing #country__langSelect label:before {
	content: "";
	display: inline-block;
	border-top: 5px solid #f39f0a;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	margin-top: -3px;
	top: 50%;
	right: 1px;
}

/* fix for content slot plp image */
.internalCanvas .internalCanvas__banner img[src*="TopboxNeutro.jpg"]{
	height:170px;
}
.page-register .internalCanvas__banner{
	transform: translateY(0px) translateZ(0px) !important;
}
@media (max-width: 1023px){
	.main .internalCanvas{
		background: url("https://www.tods.com/fashion/component/tods/topbox/TopboxNeutro.jpg");
		max-height: 170px;
	}
	.main .internalCanvas .internalCanvas__banner img{
		display: none;
	}
	.main .internalCanvas--tr .internalCanvas__txt{
	    transform: translate(-50%, -50%);
        left: 50%;
	}
	.main .internalCanvas--tr .internalCanvas__txt .internalCanvas__title,
	.main .internalCanvas--tr .internalCanvas__txt .internalCanvas__par{
		color: #473130;
		text-align:center
	}
}
@media (min-width:1024px){
	.internalCanvas .internalCanvas__banner img{
		display: block;
	}
	header.page-ListingPageTods .internalCanvas {
		min-height: auto;
   	}
   	header.internalCanvas.internalCanvas--small {
		height: auto;
   	}
	.internalCanvas .internalCanvas__banner picture {
		max-height: unset;
	}
}
/* end fix for content slot plp image */

@media (min-width: 768px) {
	.footer__copy {
		display: flex;
		flex-direction: column;
		align-items: center;
		overflow: hidden;
		line-height: 1.3rem;
	}
	.reserve__recap .recapBar__color {
		height: auto;
	}
}

/* plp: 2 or 4 columns only: */
@media (min-width: 768px) and (orientation: portrait) {
	.wrapper .mainWrapper:before {
		visibility: visible;
	}
	.wrapper .mainWrapper:after, .wrapper .main:before {
		visibility: hidden;
	}
	.listing .listingItem {
		width: 50%;
	}
}
@media (min-width: 768px) and (orientation: landscape) {
	.wrapper .mainWrapper:before,
	.wrapper .mainWrapper:after,
	.wrapper .main:before {
		visibility: visible;
	}
	.wrapper .main:before {
		left: 25%;
	}
	.wrapper .mainWrapper:after {
		left: 75%;
	}
	.listing .listingItem {
		width: 25%;
	}
}

/* searchPage search */
.searchPage-search-container .title {
	font-family: "Playfair Display", arial;
	font-size: 32px;
	line-height: 1.4;
	text-align: center;
	margin: 32px auto 30px;
}
.searchPage-search-container > div {
	width: calc(50% + 1px);
	min-width: 150px;
	margin: 0 auto;
	overflow: hidden;
}
.searchPage-search-container .contentSearch {
	position: relative;
	max-width: 514px;
}
.searchPage-search-container .contentSearch .searchBar__icon {
	position: absolute;
	top: 15px;
	left: 15px;
	line-height: 1;
	font-size: 24px;
	padding: 0;
	color: #716863;
}
.searchPage-search-container .contentSearch .resetBtn {
	width: 24px;
	height: 24px;
	top: 15px;
	right: 15px;
	line-height: 0;
	position: absolute;
}
.searchPage-search-container .contentSearch .resetBtn img {
	width: inherit;
	height: inherit;
}
.searchPage-search-container .searchBar__inupt {
	background: #fff;
	border: 1px solid #808080;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	height: 52px;
	width: 100%;
	font-size: 14px;
	min-width: auto;
	max-width: 100%;
	padding: 0 41px 0 53px;
}
.searchPage-search-container .searchBar__inupt::placeholder {
	color: #716863;
}
.searchPage-search-container .awesomplete {
	margin-left: 0;
	width: 100%;
}
.searchPage-search-container .awesomplete > ul {
	position: static;
}
.searchPage-search-container .awesomplete > ul > li {
	font-size: 14px;
	text-align: center;
	padding: 18px 10px;
	border-style: solid;
	border-color: #e6e0da;
	border-width: 1px;
	border-top-width: 0;
}
.searchPage-search-container .listingRow__counter {
	text-align: center;
	margin: 60px auto 20px;
	font-size: 16px;
	text-transform: none;
}
.searchPage-search-container .separator {
	content: "";
	display: block;
	width: 3px;
	height: 25px;
	position: relative;
	left: 50%;
	top: 0;
	background-color: #f39f0a;
}
.searchPage-search-container .notFound__par {
	margin-top: 57px;
	margin-bottom: 52px;
	width: 67%;
	max-width: 300px;
	padding: 0;
	font-size: 16px;
}
.searchPage-search-container .notFound__par a {
	text-decoration: underline;
}
@media (max-width: 768px) {
	.searchPage-search-container > div {
		width: 90%;
	}
	.searchPage-search-container .title {
		font-size: 24px;
	}
	.storelocator__btn .i-search,
	.reserve__btn .i-search {
		padding-left: 0;
	}
}
.listing.no-results {
	padding: 0;
}
.listing.no-results .notFound {
	margin: 0 auto;
	max-width: 100%;
}
.listing.isSearch {
	padding-top: 0;
}

body.template-pages-visualSearchPage .padding {
	padding: 20px;
}

body.template-pages-visualSearchPage .title_vs {
	font-size: 24px;
	margin: 0 0 20px;
	line-height: 1.3;
}

body.template-pages-visualSearchPage .subtitle_vs {
	font-size: 14px;
	margin: 0 0 20px;
	line-height: 1.4;
}

body.template-pages-visualSearchPage .uploadButton {
	height: 60px;
	color: #473130;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	background: #f39f0a;
	border: 1px solid #f39f0a;
	transition: .4s cubic-bezier(.77,0,.175,1);
	width: 100%;
	padding: 0 20px;
	display: flex;
    align-items: center;
	justify-content: center;
	text-transform: uppercase;
	margin: 0 0 35px;
}
body.template-pages-visualSearchPage .uploadButton span {
	margin-top: 2px;
	margin-left: 8px;
	font-weight: 600;
}
body.template-pages-visualSearchPage .uploadButton img {
	width: 27px;
	height: auto;
}
body.template-pages-visualSearchPage .wrapper-visualsearch-link {
	margin: 0 0 50px;
	font-family: "Open Sans", sans-serif;
}
body.template-pages-visualSearchPage .wrapper-visualsearch-link .title {
	font-size: 17px;
	line-height: 1.4;
	margin-bottom: 15px;
	font-weight: bold;
}
body.template-pages-visualSearchPage .wrapper-visualsearch-link ol {
	list-style: decimal;
	padding: 0 0 0 15px;
}
body.template-pages-visualSearchPage .wrapper-visualsearch-link ol li {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.6;
}

.header .searchBar .titleMobile,
.header .searchBar .wrapper-visualsearch-link,
.header .searchBar .resetBtn,
.header .searchBar .visualSearchCam {
	display: none;
}

@media (max-width: 768px) {
	.header.j-header.searchOpen {
		margin-top: 0 !important;
		z-index: 9999;
	}
	.header .searchBar {
		min-height: 100vh;
		overflow: auto;
		background: #FCFAF6;
	}
	.header .searchBar .searchBarTitleMobile {
		padding-top: 10px;
    	padding-bottom: 5px;
	}
	.header .searchBar .resetBtn,
	.header .searchBar .visualSearchCam,
	.header .searchBar .titleMobile,
	.header .searchBar .wrapper-visualsearch-link {
		display: block;
	}
	.header .searchBar .searchBar__submit,
	.header .searchBar .searchBar__aux .searchBar__close {
		display: none;
	}
	.header .searchBar .wrapper-visualsearch-link {
		margin: 0;
	}
	.header .searchBar .wrapper-visualsearch-link h3 {
		line-height: 1.4;
	}
	.header .searchBar .searchBar__aux {
		position: relative;
		line-height: 1;
	}
	.header .searchBar .searchBar__aux .searchBar__icon {
		position: absolute;
		top: 15px;
		left: 15px;
		line-height: 1;
		font-size: 24px;
		padding: 0;
		color: #716863;
	}
	.header .searchBar .searchBar__aux .resetBtn {
		width: 24px;
		height: 24px;
		top: 15px;
		right: 15px;
		line-height: 0;
		position: absolute;
	}
	.header .searchBar .searchBar__aux .resetBtn img {
		width: inherit;
		height: inherit;
	}
	.header .searchBar .searchBar__aux .searchBar__inupt {
		background: #fff;
		border: 1px solid #808080;
		border-radius: 0;
		box-shadow: none;
		-webkit-appearance: none;
		height: 52px;
		width: 100%;
		padding-left: 53px;
		font-size: 16px;
		min-width: auto;
		max-width: 100%;
		padding: 0 45px 0 50px;
	}
	.header .searchBar .searchBar__aux .searchBar__inupt::placeholder {
		color: #716863;
	}
	.header .searchBar .searchBar__aux .awesomplete {
		margin-left: 0;
		width: 100%;
		line-height: 0;
	}
	.header .searchBar .searchBar__aux .awesomplete > ul {
		top: 52px;
	}
	.header .searchBar .searchBar__aux .awesomplete > ul > li {
		font-size: 16px;
		text-align: center;
		padding: 17px 10px;
		border-style: solid;
		border-color: #e6e0da;
		border-width: 1px;
		border-top-width: 0;
	}
	.header .searchBar .visualSearchCam {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		margin: 28px 0 24px;
	}
	.header .searchBar .visualSearchCam img {
		width: 26px;
		height: auto;
	}
	.header .searchBar .visualSearchCam span {
		margin-left: 10px;
		display: inline-block;
		font-size: 14px;
		line-height: 1.2;
		text-align: left;
	}
	.header .searchBar .searchBarTitleMobile {
		font-size: 24px;
		font-family: "Playfair Display", arial;
	}
}

/* searchPage search */

.notFound__cat--Sale h2{
	padding: 0;
    height: auto;
    line-height: initial;
}
.notFound__cat--Sale .notFound__catTitle::after {
    top: unset;
    bottom: -20px;
}
.notFound__cat--Sale .notFound__catList{
	padding-top: 20px
}
.productDetail .product__msg,
.productDetail .product__back a,
.productDetail .product__shipTitle{
	background-color: transparent;
}
/* Fix for PLP grey background images - TODSAM-3095 */
.listingItem .listing__img .listingImg__hover {
	left: 5%;
}

.listingItem .listing__text .listing__title {
	margin: 15px auto 10px;
}

.deviceMobile .listingItem .listing__text .listing__title {
	margin: 8px auto 10px;
}
/* END Fix for PLP grey background images - TODSAM-3095 */


/* Fix for PDP cropped images - TODSAM-3115 */
@media (min-width: 968px) {
	.productImages .productImages__item img {
		position: absolute;
	}
	.productImages .productImages__item {
		margin: 0 auto;
		height: auto;
		min-height: auto;
	}
	.productImages__item:before {
		content: "";
		display: block;
		width: 100%;
		padding-top: 111.11%;
	}
}
/* END Fix for PDP cropped images - TODSAM-3115 */


/* GEOBLOCKING */

.tods-geoblocking {
	height: 60px;
	min-height: 60px;
	background-color: #faf7f3;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 999;
	width: 100%;
}

.geo-blocking__container {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.text-info-geo-blocking {
	margin-bottom: 0;
	margin-right: 12px;
	font-size: 12px;
}

.form-geo-blocking {
	display: flex;
	align-items: center;
}

.select-geo-blocking {
	font-size: 12px;
	display: flex;
    align-items: center;
    padding: 8px 70px 8px 15px;
    border: 1px solid #9A8E89;
    background-color: white;
    position: relative;
}

.select-geo-blocking:before {
    content: '';
	font-family: todsIcon!important;
    position: absolute;
    right: 8px;
    top: 50%;
	font-size: 14px;
    transform: translateY(-50%) rotate(90deg);
	color: #f39f0a;
}

.button-geo-blocking {
	text-transform: uppercase;
	font-family: "Open Sans",sans-serif;
	font-size: 12px;
	padding: 7px 23px;
	margin-left: 12px;
	background-color: #f39f0a;
	border: none;
	color: #473130;
	cursor: pointer;
}

.geo-blocking__close-icon {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(-50%, -50%);
	cursor: pointer;
	font-family: 'todsIcon';
	color: #000;
}

.geo-blocking__close-icon:before {
	font-family: 'todsIcon';
}

.geoBlockingState {
	padding-top: 60px;
}
.geoBlockingState .newsletterBox.newsletterBox--lead,
.geoBlockingState .wrapper__msg {
	z-index: 998;
}

.geoBlockingState .crossNav.j-stickyHeader.fixed {
	top: 57px !important;
}

@media all and (max-width: 950px) and (min-width: 767px) {
	.text-info-geo-blocking {
		width: 60%;
	}
}
@media all and (max-width: 767px) {
	.geoBlockingState {
		padding-top: 137px;
	}

	.tods-geoblocking {
		height: 134px;
		display: block;
		padding-top: 3px;
	}

	.geo-blocking__container {
		display: flex;
		align-items: center;
		flex-direction: column;
		margin: 25px 0;
	}

	.text-info-geo-blocking {
		margin-bottom: 10px;
		margin-right: 0;
		text-align: center;
		width: 75%;
		line-height: 15px;
	}
	
	.form-geo-blocking {
		display: flex;
		align-items: center;
	}
	
	.select-geo-blocking {
		display: flex;
		align-items: center;
		padding: 8px 70px 8px 15px;
		border: 1px solid #9A8E89;
		background-color: white;
		position: relative;
	}
	
	.select-geo-blocking:before {
		content: '';
		font-family: todsIcon!important;
		position: absolute;
		right: 8px;
		top: 50%;
		font-size: 14px;
		transform: translateY(-50%) rotate(90deg);
		color: #f39f0a;
	}
	
	.geo-blocking__close-icon {
		position: absolute;
		top: 28px;
		right: 10px;
		transform: translate(-50%, -50%);
		cursor: pointer;
		font-family: 'todsIcon';
		color: #000;
		font-size: 20px;
	}
	
	.geo-blocking__close-icon:before {
		font-family: 'todsIcon';
	}

	.geoBlockingState .header {
		margin-top: 158px !important;
		z-index: 999;
	}

	.geoBlockingState .wrapper__msg {
		z-index: 999;
	}

	.geoBlockingState .wrapper__msg {
		top: 134px;
		position: fixed !important;
	}

	.geoBlockingState .wrapper__msg ~ .header {
		margin-top: 175px !important;
	}

	.geoBlockingState .wrapper__msg ~ .mainWrapper .crossNav.j-stickyHeader.fixed {
		top: 229px !important;
	}

	.geoBlockingState .searchBar {
		visibility: hidden;
	}

	.geoBlockingState .searchOpen .searchBar {
		visibility: visible;
	}

	.geoBlockingState .header.searchOpen {
		margin-top: 0 !important;
	}

	.geoBlockingState .crossNav.j-stickyHeader.fixed {
		top: 206px !important;
	}
}
.customer__info.customer__info--confirmation{
	padding-bottom: 30px;
	font-size: 14px;
	font-family: "Open Sans",sans-serif;
    font-weight: 400;
	line-height: 1.6;
}
.customer__info.customer__info--confirmation a{
	text-decoration: underline;
}

fieldset.hide {
    display: none;
}


.boutique__info.msg__error {
	width: calc(100% - 30px);
	flex: 0 0 calc(100% - 30px);
}

body.page-ListingPageTods .listingRow__counter {
	display: block!important;  
}

@media (max-width: 1024px) {
	.actionBar__list .actionBar__item--login.open .login__btns{
		position: static;
	}
}

.shipping__address input:disabled+.radio__label:before{
	background-color:#ccc;
}

.saved-address-error p {
    color: #d62424;
    font-size: 13px;
    padding-top: 10px;
    margin: 0;
} 

.crossNav__section .crossNav__list{
	background:rgb(240, 240, 240);
}

/* GENERIC SPINNER BUTTON FOR BUTTONS */
.button-spinner-container {
	position: relative;
    margin-top: 20px;
    padding: 0;
}

.button-spinner {
	display: none;
	position: absolute;
	max-width: 360px;
    width: calc(100% - 40px);
	height: 100%;
	top: 0;
	background-color: #f39f0a;
	opacity: 0.9;
	margin: 0 auto;
	left: 0;
	right: 0;
}
@media (max-width: 768px) {
	.button-spinner {
		width: 100%;
	}	
}
.button-spinner.is-active{
	display: block;
}

.button-spinner .lds-dual-ring {
	display: inline-block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 8px;
	left: 0;
	margin: 0 auto;
	right: 0;
}
.button-spinner .lds-dual-ring:after {
	content: " ";
	display: block;
	width: 28px;
	height: 28px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #fff;
	border-color: #fff transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
