div.itemFrame {
    position: relative;
}
div.itemFrame:hover img{
    opacity:0.5;
}
div.itemFrame:hover input {
    display: block;
}
div.itemFrame input {
    position:absolute;
    display:none;
}
div.itemFrame input.quickview {
  background: #3e7aa2;
    top: 42%;
    left:20%;
    color: white;
    border-radius: 4px;
  
}

div.itemFrame input.quickview:hover{
background-color:#fa4b00;
}

#productDetail a,#productDetail a:hover{color:#000;}

a#addtocart {color:#fff;}

a.checkoutwarning {font-weight:bold; font-size:inherit;}



.password-policy {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    bottom: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
    font-size: 11px;
    margin-left: 300px;
    max-width: 476px;
    width:350px;
    padding: 5px;
    position: absolute;
    text-align: left;
    white-space: normal;
    z-index: 1010;
}

#register-view .password-policy-title, #wizard-step-content .password-policy-title {padding: 5px 10px;margin: 0;font-size: 11px;font-weight: bold;line-height: 10px;background-color: #f7f7f7;border-bottom: 1px solid #ebebeb;border-radius: 5px 5px 0 0;color: #d00000;}
#register-view .password-policy-content,#login .password-policy-content ,#wizard-step-content .password-policy-content {padding:4px;margin-top:3px;}
#register-view h3.password-policy-title {font-size:11px;}
#wizard-step-content h3.password-policy-title {font-size:11px;}
#searchAgencyButton {
float:initial;
margin-bottom: 35px;
margin-right: 56px;
}
#changeaddressbuttondiv{
float:initial;
width:80%
}
#editbuttondiv{
float:left;}
#actionbuttonsdiv {
margin-top: 10px;
    margin-bottom: 44px;
}
#deliveryOptionSelector,#wbselement,#authorizedMessage{
margin-top: 10px;
 margin-bottom: 10px;
}
#main .change-address{
font-weight:bold;
}
#main .add-new-address {
 margin-bottom: 5px;
}
#reviewYourOrder {
font-size:13px;
}
#main .alert, #main .alert h4 {
font-size:13px;
}