/*SERVICE-2529: Hide production search*/
#secondary_content_search
{
  display:none !important;
}
/*S2529-END*/

/*CAS-06200 : modify Login page after GBV1 changes*/
/* Button text in  UPPERCASE*/

#identification_header span a {
    text-transform: none !important;
}

/*Make this url look like a button*/
#create_account_button {
    color:white;
    background-color:#ffb060;
       padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    font-size: 11px;
    float:right;
}

#guest_login_button {
    color:white;
    background-color:#ffb060;
        padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    font-size: 11px;
    float:left;
}

/*Remove underline when hover*/
#create_account_button:hover , #guest_login_button:hover{
    background-color:#ffb060;
    text-decoration:none;
}
/*Make Login section similar to old design*/
.groupBtnRegisterAndGuestLogin{
    width: 52%;
    margin:0px;
    float:right;
    border-top:none !important;
}

#main_content_login{
    width:45%;
    margin:0px; 
    float:left;
}

/*Guest Login when this section is visible*/
 #main_content_register{
    width:49%;
    margin:0px; 
    float:right;
}
#guest_login_box_content{
    border-bottom: 1px solid #ffb060;     
}

/*Responsive mode - Classic theme */
@media screen and (max-width: 980px){
    .groupBtnRegisterAndGuestLogin   {
        width:97%;        
    }
    .mainLoginContainer{
        padding-right:10px !important;
        padding-bottom:35px !important;        
    }
    #main_content_login{
    border:none !important; 
    }
}


.left{
    width:100%;
}

/*CAS-06200 end */

/*Add logo for VPAY payment method*/
.vpay .payment_method {
    width: 30px !important;
    height: 33px !important;
}

/*25.02.2020 Hide all topics in Storefront*/
.main_content_storefront_topic{
	display:none;
} 