/* BASIS */
.mobile-comparator-wrapper {
	clear: both;
	display: block;
	background-color: #ffffff !important;
	position: relative;
	text-align: left;
}

.mobile-comparator-wrapper img {
	margin-bottom: 0;
	display: inline;
	box-shadow: none !important;
	border: none !important;
	background: none !important;
	padding: 0px !important;
}

.mobile-comparator-wrapper a{
	text-decoration: none !important;
}

.mobile-comparator-wrapper div{
	box-sizing: border-box;
}

.mobile-comparator-wrapper a img {
	border: 0;
}

.daisyconMobileTabel {
	box-sizing: border-box;
	width: 100%;
	z-index: 10;
}

.daisyconMobileTable{
	width: 100%;
	vertical-align: middle !important;
	margin: 0px !important;
	border-collapse: inherit !important;
	overflow: auto;
}

.daisyconMobileTable img,
.daisyconMobileTableActions img{
	border: none;
}

.daisyconTelecomNoSelect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.daisyconMobileSpec, .daisyconMobileFree{
	float: left;
	padding: 0 0.3em;
	background: #f3f3f3;
	margin: 3px;
	font-size: 13px;
}

.daisyconMobileSpec:first-child{
	margin-left: 0%;
}

.daisyconMobileSpec:last-child{
	margin-right: 0%;
}

/* FILTERS */
.daisyconTelecomFilterBlock {
	border-radius: 3px;
	box-sizing: border-box;
	margin-top: 18px;
	-webkit-box-shadow: 0 2px 13px 0 hsla(0, 0%, 67.1%, .75);
	box-shadow: 0 2px 13px 0 hsla(0, 0%, 67.1%, .75);
}

.mobile-comparator-wrapper .daisyconTelecomFilterBlock:first-child {
	margin: 0;
}

.daisyconTelecomHeader {
	background: #3497fc;
	border-radius: 3px;
	color: #ffffff;
	font-size: 125%;
	padding: 10px;
}

.daisyconTelecomMinMaxIcon {
	margin-right: 5px;
	width: 12px;
}

.daisyconTelecomFilterBlock .daisyconTelecomHeader {
	border-radius: 0;
	cursor: pointer;
}

.daisyconMobileSlider{
	clear: none;
	padding-top: 30px;
	box-sizing: border-box;
}

.mobile-comparator-wrapper .daisyconSliders input {
	font-size: 10px!important;
}

.mobile-comparator-wrapper .daisyconSliders label {
	font-size: 10px!important;
}

.daisyconMobileSelecter {
	padding-left: 1%;
	padding: 5px;
}

.daisyconMobileSelecter  select{
	border-radius: 2px;
	border: none;
	background: #f1f1f1;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}

.daisyconMobileFilterContainer{
	float: left;
	width: 29%;
	border-width: 1px 1px 0 1px;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
	padding-top: 1px;
}

.daisyconMobileFilterContainer .daisyconSelecter{
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	clear: both;
	border-bottom: 1px solid #cccccc;
}

.daisyconMobileFilterContainer .daisyconSliders{
	width: 100%;
	clear: both;

}

.daisyconMobileFilterContainer .daisyconSliders, .daisyconMobileFilterContainer .daisyconMobileSlider{
	width: 100%;
	clear: both;
}

.daisyconMobileCompareArea{
	float: right;
	width: 70%;
}

.daisyconTelecomSlider{
	position: relative;
	z-index: 1;
	width: 98%;
	margin-left: 1%;
}

.daisyconTelecomSliderTitle{
	text-align: right;
	color: #aeaeae;
	padding: 5px;
}

.daisyconTelecomProviderFilter {
	width: 33.333%;
	text-align: center;
	margin-bottom: 10px;
	float: left;
	cursor: pointer;
	padding: 5px;
	-webkit-box-sizing: border-box;
}

.daisyconTelecomProviderFilter img {
	width: 80%;
	box-shadow: none;
}

/* SLIDERS */
.mobile-comparator-wrapper .noUi-handle{
	border: none !important;
	box-shadow: none !important;
	width: 20px  !important;
	height: 20px !important;
	border-radius: 100% !important;
	background: none;
	background: #ff8300;
}

.mobile-comparator-wrapper .noUi-horizontal {
	height: 10px;
	margin-top: 10px;
}

.mobile-comparator-wrapper .noUi-horizontal .noUi-handle {
	background-color: #ff8300;
	height: 20px;
	margin: 0 7px;
	top: -6px;
	width: 20px;
}

.mobile-comparator-wrapper .noUi-connect {
	background: #eeeeee;
	box-shadow: none;
}

.mobile-comparator-wrapper .noUi-handle:before,
.mobile-comparator-wrapper .noUi-handle:after {
	height: 10px;
	top: 4px;
}

.mobile-comparator-wrapper .noUi-handle:before {
	left: 7px;
}

.mobile-comparator-wrapper .noUi-handle:after {
	left: 10px;
}


.mobile-comparator-wrapper .noUi-handle:before, .noUi-handle:after{
	content: none !important;
}

.mobile-comparator-wrapper .noUi-base{
	background: #ff8300;
}

.mobile-comparator-wrapper .noUi-origin{
	background: #eeeeee;
	border-radius: 0px !important;
}

.daisyconTelecomSliderInt .noUi-origin, .daisyconTelecomSliderMin .noUi-origin{
	background: #ff8300;
	border-radius: 0px !important;
}

.daisyconTelecomSliderInt .noUi-base, .daisyconTelecomSliderMin .noUi-base{
	background: #eeeeee;
}

.daisyconTelecomTooltip {
	display: block;
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	top: -32px;
	line-height: 14px !important;
	padding: 5px;
	left: -30px;
	text-align: center;
	width: 80px;
	background: #ff8300;
	color: #ffffff;
	z-index: 100;
}

.daisyconTelecomTriangle {
	width: 20px !important;
	height: 20px !important;
	border-left: 10px solid transparent !important;
	border-right: 10px solid transparent !important;
	border-top: 7px solid #ff8300;
	position: absolute;
	top: 23px;
	left: 30px;
}

/* ZOEKVELD */
.daisycon-telecom-search {
	background-image: url('../images/static/sourcefiles/search.png');
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	border-radius: 2px;
	border: 1px solid #cccccc !important;
	box-sizing: border-box;
	clear: both;
	font-size: 16px;
	padding: 6px 28px 6px 8px !important;
	width: 100%;
	margin-top: 5px !important;
	height: auto !important;
}

.daisycon-telecom-search-box {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 2px 4px #555;
	box-sizing: content-box;
	display: none;
	max-height: 300px;
	overflow-y: auto;
	position: absolute;
	text-align: left;
	z-index: 9999999999;
}

.daisycon-telecom-search-headresult,
.daisycon-telecom-search-noresult,
.daisycon-telecom-search-result {
	background: #ffffff;
	box-sizing: content-box;
	cursor: pointer;
	display: block;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	padding: 4px 8px;
	text-overflow: ellipsis;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.daisycon-telecom-search-headresult,
.daisycon-telecom-search-noresult {
	cursor: default;
}

.daisycon-telecom-search-result:hover {
	background: #888888;
	color: #ffffff;
}

.daisycon-telecom-search-result-tip:after {
	background: #ff8300;
	border-radius: 3px;
	color: #ffffff;
	content: 'tip';
	margin-left: 8px;
	padding: 2px 4px;
}

.daisycon-telecom-search-result-tip:hover:after {
	background: #f3f3f3;
	color: #888888;
}

.daisycon-telecom-search-headresult {
	background: #eeeeee;
}

.daisycon-telecom-search-noresult {
	color: #cccccc;
}

.daisycon-telecom-search-mark {
	font-weight: 700;
}

.daisycon-telecom-search-filter {
	margin: 0;
}

.daisycon-telecom-search-filteritem {
	color: #333333;
	background: #f3f3f3;
	border: 1px solid #eaeaea;
	padding: 5px 10px;
	border-radius: 2px;
	cursor: pointer;
	box-sizing: border-box;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	line-height: 1.6em;
}

.daisycon-telecom-search-filteritem:first-child {
	margin: 0;
}

.daisycon-telecom-search-filteritem[data-checked="true"] {
	background: #e4eef4;
}

.daisycon-telecom-search-filteritem:hover {
	background: #ffffff;
	border-color: #dddddd;
}

/* Chrome only */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.daisycon-telecom-search-filteritem:before {
		vertical-align: sub;
	}
}

.daisycon-telecom-search-filteritem img {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	margin-right: 5px;
	width: 13px;
	background: transparent;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	border: none;
}

/* Resultaten*/
.daisyconMobileRow {
	background: #ffffff;
	box-sizing: border-box;
	margin-bottom: 18px;
	padding: 5px 10px;
	position: relative;
	width: 100%;
	z-index: 2;
	border-radius: 2px;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 13px 0 hsla(0, 0%, 67.1%, .75);
	box-shadow: 0 2px 13px 0 hsla(0, 0%, 67.1%, .75);
}

.daisyconMobileColContainer{
	line-height: 120%;
}

.daisyconMobileColContainerTwo{
	align-items: center;
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
}

.daisyconMobileColRow{
	background: #ffffff;
	border: solid 1px #d6d6d6;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
	border-radius: 2px;
}

.daisyconMobileRowContent{
	width: 100%;
}

.daisyconTelecomProviderLogo{
	height: 36px !important;
	min-width: 90px;
	vertical-align: middle;
}

.daisyconTelecomResultHeader {
	border-bottom: solid 1px #eaeaea;
	padding-bottom: 2px;
	margin-bottom: 5px;
	line-height: 25px;
}

.daisyconTelecomStoreLogo {
	height: 25px !important;
	display: inline;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: 5px;
}

.daisyconMobileColPrice a{
	font-size: 28px;
}

.daisyconMobileColPrice span{
	display: block;
	margin-top: 0.5em;
}

.daisyconMobileColPrice {
	text-align: center;
}

.daisyconMobileSpecs,
.daisyconMobileColPrice,
.daisyconMobileButton {
	margin: 12px 12px 6px 12px;
}

.daisyconMobileButton {
	-webkit-box-shadow: 0 2px 6px 0 rgba(171, 171, 171, 0.75);
	box-shadow: 0 2px 6px 0 rgba(171, 171, 171, 0.75);
}

.daisyconMobileButton:hover {
	-webkit-box-shadow: 0 2px 3px 0 rgba(171, 171, 171, 0.75);
	box-shadow: 0 2px 3px 0 rgba(171, 171, 171, 0.75);
}

.imuBox {
	width: 162px;
}

.daisyconTelecomResultHeader .daisyconTelecomCheckbox {
	float: right;
	padding: 4px 8px;
	margin: 2px;
	cursor: pointer;
	line-height: 18px
}

.daisyconTelecomResultHeader .daisyconTelecomCheckbox img {
	width: 13px;
	height: 13px;
	margin: 0px;
	display: inline-block !important;
	vertical-align: middle;
	margin-right: 5px;
}

.daisyconMobileName {
    margin-left: 18px;
    font-weight: bold;
}

.daisyconMobileName.daisyconMobileNameHover {
	cursor: pointer;
}

.daisyconMobileName.daisyconMobileNameHover:hover{
	color: #ff8300;
}

.daisyconTelecom4g {
	font-style: italic;
}

.daisyconTelecomPhoneTooltip, .daisyconTelecomPhoneArrow:after {
	background: #555555;
}

.daisyconTelecomPhoneTooltip {
	pointer-events: none;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	display: block;
	position: absolute;
	padding: 8px 14px;
	color: #ffffff;
	border-radius: 5px;
	margin-top: -56px;
	text-align: center;
	font-size: 11px;
	font-stretch: condensed;
	text-decoration: none;
	box-shadow: 0 0 7px #ffffff;
	white-space: nowrap;
	transition: opacity .2s, margin .2s;
}

.daisyconTelecomPhoneArrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -62px;
	bottom: -16px;
}

.daisyconTelecomPhoneArrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -24px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px #fff, 5px 6px 9px -9px #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.daisyconMobileName:hover ~ .daisyconTelecomPhoneTooltip {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	margin-top: -46px;
}

.daisyconMobileNoResults {
	background: #dd8888;
	border-radius: 5px;
	border: 1px solid #dddddd;
	color: #ffffff;
	display: block;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 10px;
}

.daisyconMobileStore{
	display: block;
	width: 100%;
	margin-top: 2px;
	text-align: center;
	font-size: 80%;
}

.daisyconMobileStore img{
	height: 25px;
}

.daisyconTelecomMoreSubscriptions {
	border-top: 1px solid #eaeaea;
	clear: both;
	cursor: pointer;
	font-size: 12px;
	margin-bottom: -5px;
	margin-top: 5px;
	padding: 6px;
	text-align: center;
}

.daisyconTelecomMoreSubscriptions img {
	display: inline-block !important;
	vertical-align: middle !important;
	height: 8px !important;
	margin-right: 10px;
}

.daisyconTelecomMobileImage img {
	max-height: 120px;
	max-width: 90px;
}

.daisyconTelecomMobileImage {
	float: left;
	height: 120px;
	text-align: center;
	width: auto;
	margin-left: -40px;
	position: relative;
	margin-top: 10px;
}

.daisyconTelecomCompareButton {
	background: #00a6da;
	border-radius: 2px 2px 0 0;
	color: #000000;
	cursor: pointer;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	position: absolute;
	right: 10px;
	z-index: 1;
	color: #ffffff;
}

/* RESULTATEN EXTRA */
.daisyconTelecomExtra {
	display: none;
	clear: both;
	margin-top: 5px;
	border-bottom: 1px dotted #cccccc;
	padding: 2px;
	padding-bottom: 7px;
}

.daisyconTelecomExtraHead{
	font-weight: bold;
}

.daisyconTelecomExtra .daisyconMobileActionSub{
	text-align: center;
	display: inline-block;
	padding: 5px 12px;
	border-radius: 2px;
	font-size: 13px;

}

.daisyconTelecomExtraCol{
	float: left;
	width: 20%;
}

.daisyconTelecomExtraColPrice{
	margin-top: 18px;
	text-align: center;
	font-size: 18px;
}

.daisyconTelecomExtra .daisyconMobileShopLogo img {
	max-height: 30px;
}

/* Laadscherm */
.daisyconMobileLoading{
	position: absolute;
	z-index: 101;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 10px;
	left: 0px;
	display: none;
}

.daisyconMobileLoading img{
	margin-top: 50px;
}

.daisyconMobileLoadingText{
	margin: 0 auto;
	width: 50%;
	padding: 5px;
	background: #656565;
	border-radius: 2px;
	text-align: center;
	color: #ffffff;
	margin-top: 10px;
	border: 1px solid #333333;
	font-size: 11px;
}

.daisyconMobileLoadingBg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	z-index: 100;
}

.daisyconMobileSpotlightAction {
	border-radius: 2px;
	font-size: 11px;
	line-height: 14px;
	margin-left: 5px;
	padding: 4px 5px;
	white-space: nowrap;
	z-index: 9999;
}

.daisyconMobileFree{
	padding: 2px 5px;
	background: #f68e07;
	color: #ffffff;
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 2px;
}

/* VERGEIJKEN POPUP */
.daisyconMobileComparePopup{
	width: 80%;
	background: #ffffff;
	position: fixed;
	z-index: 101;
	top: 50px;
	left: 10%;
	display: none;
}

.daisyconMobileComparePopupContent{
	padding: 10px;
}

.daisyconMobileComparePopupTitle{
	width: 100%;
	padding: 10px;
	background: #3498db;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	box-sizing: border-box;
}

.daisyconMobileComparePopupBg{
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	display: none;
}

.daisyconMobileCompareColum{
	float: left;
	width: 20%;
}

.daisyconMobileCompareRow{
	border-top: 1px solid #cccccc;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.daisyconMobileCompareRowModel{
	padding: 5px;
	height: 90px;
	font-weight: bold;
}

.daisyconMobileCompareColum:first-child{
	font-weight: bold;
}

.daisyconMobileCompareRowModel img{
	max-height: 70px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.daisyconMobileCompareRowModelName{
	max-width: 69.6%;
	float: left;
	margin-left: 1%;
	line-height: 20px
}

.daisyconActionButton{
	padding: 5px 10px;
	background: #ff7200;
	color: #ffffff !important;
	cursor: pointer;
	margin-top: 10px;
	border-radius: 2px;
	text-decoration: none;
	font-weight: 400;
}

.daisyconMobileComparePopupClose {
	position: absolute;
	right: 8px;
	color: #333333;
	width: 22px;
	height: 22px;
	border-radius: 2px;
	line-height: 22px;
	text-align: center;
	top: 8px;
	color: #ffffff;
	cursor: pointer;
}

.daisyconMobileComparePopupClose:before {
	content: ' \D7';
	font-size: 22px;
}

/* DISCLAIMER */
.mobileTableDisclaimerGo {
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
}

.mobileTableDisclaimerHide {
	text-decoration: underline;
}

.mobileTableDisclaimer {
	display: none;
	text-align: justify;
}

.mobileTableDisclaimer,
.mobileTableDisclaimerGo {
	font-size: 10px;
	padding: 0 5px;
	margin-bottom: 5px;
	margin-left: 30%;
}

.daisyconTableDisclaimerMobile {
	margin-left: 0% !important;
}

/* BUTTON */
.daisyconMobileAction {
	color: #ffffff !important;
	background: #ff8300;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px 24px 14px;
	padding-right: 15px;
	text-decoration: none;
	border-radius: 3px;
	font-size: 120%;
	-webkit-box-shadow: 0 2px 6px 0 rgba(171, 171, 171, 0.75);
	box-shadow: 0 2px 6px 0 rgba(171, 171, 171, 0.75);
}

.daisyconMobileAction:hover {
	-webkit-box-shadow: 0 2px 3px 0 rgba(171, 171, 171, 0.75);
	box-shadow: 0 2px 3px 0 rgba(171, 171, 171, 0.75);
}

.daisyconMobileAction:after {
	content: '»';
	padding-left: 10px;
	padding-right: 5px;
	font-size: 140%;
}

.daisyconMobileAction:hover:after {
	padding-left: 15px;
	padding-right: 0px;
}

.daisyconMobileAction:active {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.daisyconComparator {
	padding-top: 1px;
}

.daisyconComparator .daisyconMobileMoreMobiles {
	background: #3497fc;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	font-size: 125%;
	padding: 10px;
	text-align: center;
}

/* Hide refurbished */
.daisyconMobileRefurbished {
	display: none;
}

/* New Search */
.mobile-comparator-wrapper .daisyconTelecomProviderFilterActive {
	background-color: #d7f3fd;
}

.mobile-comparator-wrapper .daisycon-telecom-search-filteritem-provider {
	display: none;
}

/* MOBIEL */
.daisyconMobileColContainerOne{
	display: flex;
	flex-grow: 1;
	padding-left: 40px;
	width: 28%;
}

.daisyconMobileColContainerOne .daisyconMobileCol{
	width: 100%;
}

.daisyconMobileRow600 .daisyconMobileSpecSms{
	display: none;
}

.daisyconMobileRow600 .daisyconTelecomExtraCol{
	width: 20%;
}

/* 500 */
.daisyconMobileRow500 .daisyconMobileSpecSms, .daisyconMobileRow500 .daisyconTelecomCheckbox, .daisyconMobileRow500 .daisyconTelecomStoreLogo{
	display: none;
}

.daisyconMobileRow500 .daisyconTelecomExtraColToestel{
	display: none;
}

.daisyconMobileRow500 .daisyconTelecomExtraCol{
	width: 25%;
}

.daisyconMobileRow400 .daisyconMobileColContainer.daisyconMobileColContainerTwo,
.daisyconMobileRow500 .daisyconMobileColContainer.daisyconMobileColContainerTwo {
	flex-direction: column;
	justify-content: center;
}

/* 400 */
.daisyconMobileRow400 .daisyconTelecomStoreLogo, .daisyconMobileRow400 .daisyconTelecomCheckbox, .daisyconMobileRow400 .daisyconMobileSpecSms{
	display: none;
}

.daisyconMobileRow400 .daisyconTelecomExtraColToestel, .daisyconMobileRow400 .daisyconTelecomExtraColAbbo{
	display: none;
}

.daisyconMobileRow400 .daisyconMobileAction,
.daisyconMobileRow400 .daisyconMobileButton {
	width: 100%;
}

.daisyconMobileFilterContainer450 .daisyconTelecomFilterBlockAbbo{
	margin-bottom: 10px;
}

.daisyconMobileRow400 .daisyconTelecomExtraCol{
	width: 33.333333%;
}

.daisyconMobileRow400 .daisyconMobileColContainerOne {
	width: 65%;
	margin-bottom: -46px;
}

.daisyconMobileImageBig {
	display: none;
	position: absolute;
	z-index: 9999;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
	background: #ffffff;
}

.daisyconMobileImageBig img {
	max-height: 200px;
	max-width: 200px;
}

.daisyconTelecomSidebarSmall {
	font-size: 10px;
}

.daisyconMobileImageBig .daisyconMobileImageBigName {
	color: #333333;
	font-size: 13px;
	margin-top: 6px;
	text-align: center;
}

.mobile-comparator-wrapper .daisyconMobileSubscriptionData, .mobile-comparator-wrapper .daisyconMobileSubscriptionPriceData {
	display: none;
	position: absolute;
	z-index: 9999;
	border-radius: 10px;
	overflow: hidden;
	padding: 5px;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
	background: #ffffff;
}

.mobile-comparator-wrapper .daisyconMobileSubscriptionData table, .mobile-comparator-wrapper .daisyconMobileSubscriptionPriceData table {
	border: 0;
	border-collapse: collapse;
	color: #333333;
	font-family: sans-serif;
	line-height: 16px;
	margin: 0 !important;
	width: 480px !important;
}

.mobile-comparator-wrapper .daisyconMobileSubscriptionData tr, .mobile-comparator-wrapper .daisyconMobileSubscriptionPriceData tr {
	border: 0;
}

.mobile-comparator-wrapper .daisyconMobileSubscriptionData tr:first-child {
	border-bottom: solid 1px #eeeeee;
}

.mobile-comparator-wrapper .daisyconMobileSubscriptionPriceData tr:last-child {
	border-top: solid 1px #eeeeee;
}

.mobile-comparator-wrapper .daisyconMobileSubscriptionData th{
	font-weight: 700;
	text-align: left;
}

.mobile-comparator-wrapper .daisyconMobileSubscriptionData th,
.mobile-comparator-wrapper .daisyconMobileSubscriptionData td,
.mobile-comparator-wrapper .daisyconMobileSubscriptionPriceData td {
	border: 0;
	font-size: 10px;
	padding: 5px;
}

.mobile-comparator-wrapper .daisyconMobileInfo {
	height: 10px;
	margin-left: 4px;
	vertical-align: sub;
	width: 10px;
}

.mobileDateSize{
    color: gray;
    font-size: 11px;
}

.mobile-comparator-wrapper div.daisyconMobileSubscriptionData table{
	width: 382px !important;
	border-spacing: 0px;
}

.flright{
	float: right;
}

.daisyconMobileSubscriptionPriceData {
    width: 245px;
}

.leftSidebarSingleBlock {
	display: flex;
	justify-content: center;
	align-items: center;
}

.leftSidebarSingleDeviceTitle {
    width: 55%;
    float: right;
    font-size: 13pt;
}

.leftSidebarSingleDeviceTitle.daisyconTelecomSidebarMid {
	font-size: 14px;
}

.leftSidebarSingleDeviceTitle.daisyconTelecomSidebarMid span {
	font-size: 13px;
}

.leftSidebarSingleDeviceTitle.daisyconTelecomSidebarSmall,
.leftSidebarSingleDeviceTitle.daisyconTelecomSidebarSmall span {
	font-size: 12px;
}

.leftSidebarSingleDeviceTitle span {
	font-weight: bold;
}

.daisyconTelecomMobileStorage {
	color: gray;
	font-size: 80%;
}

.daisyconTelecomProduct {
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -5px;
}

.daisyconTelecomAfm480 {
	display: none !important;
	margin-bottom: 10px !important;
	max-width: 480px;
	width: 100%;
}

.daisyconTelecom450 .daisyconTelecomAfm480 {
	display: inline !important;
}

.daisyconTelecom450 .daisyconTelecomAfm136 {
	display: none !important;
}

.daisyconMobileRow250 .daisyconMobileColContainerTwo .daisyconMobileColPrice {
	display: none;
}

.daisyconTelecomThumb {
	vertical-align: sub;
	width: 20px;
}

.daisyconTelecomRefurbished {
	margin-left: 5px;
	vertical-align: middle;
	width: 20px;
}

.daisyconTelecomRefurbished path {
	fill: #66cc22;
}

.daisyconMobilePrice {
	align-items: center;
	display: flex;
	display: none;
	justify-content: center;
}

.daisyconMobileRow250 .daisyconMobilePrice {
	display: flex;
}

.daisyconTelecomAfm136 {
	max-width: 149px;
}