div#TB_window .tbl_buttons {
	margin-top: 30px;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: auto;
}
div#TB_window .tbl_btn_left {
	margin-right: 15px;
}
div#TB_ajaxContent {
   height: auto !important;
	width: 100% !important;
    text-align: center;
}
div#TB_window .tb_footer {
	margin-top: 30px;
}
div#TB_window {
	position: fixed !important;
	top: 5% !important;
	left: 10% !important;
	right: 10% !important;
	margin: 0 auto !important;
	width:50% !important;
    max-height:90%;
    height: auto!important;
	overflow-x: hidden;
}
#TB_ajaxContent .mycred_socialshare_notice{
	display:none;
}
#TB_closeWindowButton span.screen-reader-text {
    display: none;
}
/*#TB_closeWindowButton{
	display: none!important;
}*/
div#wped_variation_disclaimer {
    display: none;
}
@media screen and (max-width: 700px){
  div#TB_window {
	 width: 80% !important;
   
  }
}
.wpcd-dislcaimer-logo {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	margin: 0 0 10px 0;
}
.wpcd-logo-wrapper {
    width: 100px;
    /*border-radius: 100%;*/
    display: inline-block;
    overflow: hidden;
    height: 100px;
}
a.wpcd-button{
	color:inherit !important;
	border:none !important;
	width: 100%;
}
label[for=wcpd_terms_condition] {
    display: block;
}