/*
.formfield.city{display:none;}
.formfield.zip{display:none;}
.formfield.state{display:none;}
*/

#search-result-container .products-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: (32%)[3];
    grid-template-columns: repeat(3, 32%);
}

.form-activation .form-row-button{
	margin:1em 0;
}

#PaymentMethod_ASIAPAY {
  display: none; 
}

#PaymentMethod_ASIAPAY.inactive-payment {
    display: none; 
}

#PaymentMethod_ASIAPAY.active-payment {
    display: block; 
}

@media (max-width: 900px) {
    #PaymentMethod_ASIAPAY.active-payment {
        height: auto;
        margin-bottom: 30px; 
    } 
    
    .pdp-page .phoneOrder {
    	display: none;
    }
    
    .footer__inner .newsletter-signup {
    	margin-bottom: -80px;
    }
}

@media (max-width: 900px){
	.header__main {
	    background: transparent;
	}
	.header__right-menu{
	    color: inherit;
	}
	
	.scrolled .header__main {
	    background: #FFF;
	    color:#000;
	}
	
	.homepage .header__main{
		color: #FFF;	
	}
	
	.homepage.scrolled .header__main {
	    background: transparent;
		color: #FFF;	
	}
	.header__logo .icon-logo {
	    margin-top: 20px;
	}
}

/*Commented out the below css to provide consistency across all sites*/
/* @media (min-width: 901px) {
	.pdp-page .left-block-pdp {
		width: calc(100% - 470px);
	}
} */

@media (min-width: 901px) {
	.footer__menu-content {
	    margin-top: 15px;
	    margin-bottom: -60px;
	}
	
	.footer__social-icons {
		margin-bottom: -0px;
	}
	
	.footer__bottom {
	    padding-bottom: 17px;
	}
}

#store-detail-landmark .column-right, #store-detail-hong-kong-harbour-city .column-right, #store-detail-hong-kong-sogo-causeway-bay .column-right , #store-detail-hk-new-town-plaza .column-right , #store-detail-pacificplace .column-right, #store-detail-macau .column-right, #store-detail-hongkongoutlet .column-right, #store-detail-macau-galaxy .column-right, #store-detail-macau-one-central .column-right, #store-detail-taipei-taoyuan .column-right, #store-detail-taipei-sogo .column-right, #store-detail-indog-senayan-mall .column-right, #store-detail-vietnam-takashimaya .column-right, #store-detail-pathumwan .column-right, #store-detail-thailand-emquartier .column-right, #store-detail-sg-takashimaya .column-right, #store-detail-ionorchard .column-right
{
	display: block;
}

#store-detail-landmark .appt-btn, #store-detail-hong-kong-harbour-city .appt-btn, #store-detail-hong-kong-sogo-causeway-bay .appt-btn , #store-detail-hk-new-town-plaza .appt-btn , #store-detail-pacificplace .appt-btn, #store-detail-macau .appt-btn, #store-detail-hongkongoutlet .appt-btn, #store-detail-macau-galaxy .appt-btn, #store-detail-macau-one-central .appt-btn, #store-detail-taipei-taoyuan .appt-btn, #store-detail-taipei-sogo .appt-btn, #store-detail-indog-senayan-mall .appt-btn, #store-detail-vietnam-takashimaya .appt-btn, #store-detail-pathumwan .appt-btn, #store-detail-thailand-emquartier .appt-btn, #store-detail-sg-takashimaya .appt-btn, #store-detail-ionorchard .appt-btn
{
	display: none;
}

#cart-table .qty .errorclient {
	position: absolute;
    width: 150px;
}

#cart-table .qty .input-wrapper input, #cart-table .qty .input-wrapper input:disabled{
	color: rgb(0,0,0);
	opacity: 1;
   	-moz-opacity: 1; /* Firefox and Mozilla browsers */
   	-webkit-opacity: 1; /* WebKit browser e.g. Safari */
 	-webkit-text-fill-color: #000;
	font-weight: 300;
	font-size: 12px;
    font: 300 1em FuturaND, helvetica, arial, sans-serif;
}

#RegistrationForm > div > div:nth-child(1) > fieldset > div.formfield.birthday > div.day {
	width: 20%;
    display: inline-block;
}

#RegistrationForm > div > div:nth-child(1) > fieldset > div.formfield.birthday > div.month {
	width: 100%;
	display: inline-block;
} 

#RegistrationForm > div > div:nth-child(1) > fieldset > div.formfield.birthday > div.year {
	width: 30%;
	display: inline-block;
}

.pt_checkout #main .checkout-confirmation .confirmation-details-block {
    max-width: 645px;
    padding-right: 30px;
}

.pt_checkout #main .checkout-confirmation .confirmation-intro {
    max-width: 645px;
    padding-right: 30px;
}

select#dwfrm_accountactivation_phoneCountryCode_phoneCountryCode {
	width: 100%
}

.cart.bfx-checkout-container .error-container .error-msg {
	max-width: 100%;
}

.pt_checkout.single-page #main .checkout-callout-verisign {
    margin: 50px 0 10px;
    text-align: left;
}

.capitalize {
	text-transform: capitalize;
}

.sentence-case:first-letter {
  text-transform: capitalize;
}


.pt_checkout #main .checkout-confirmation .details-container h3, .pt_checkout #main .checkout-confirmation .confirmation-summary h3 {
    margin-top: 0px;
    line-height: 24px;
}

.checkout-confirmation .confirmation-details .sizedisplay {
	display: inline-block;
}

.register-url, .register-url:hover  {
	color: #fbb01b !important;
}

.headersubmenu_mobile .ship-to-label {
	display: none;
}

.pt_checkout.single-page #main .continuecheckoutbutton button {
    margin-top: 5px;
    margin-bottom: 120px;
}