#form-link{
	color: #313233;
    border-bottom: 1px dotted #313233;
    font-weight: bold;
    font-size: 12px;
    margin-left: 20px;
}

#form-link-kvkk{
    color: #828387;
    font-weight: 500;
    text-decoration: underline!important;
}

.checkout-pages-header #header.transparent-header, .sub-pages-header{
	background-color: #333 !important;
}

.close {
    position: absolute;
    margin-top: 0px !important;
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%);
}

.modal-header {
    position: relative;
}


.modal-dialog[type="error"] .modal-header{
	    background-color: #ff0000;
}

.modal-dialog[type="error"] .modal-title{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.modal-dialog[type="redirection"] .modal-header{
	    background-color: #FFC107;
}

.modal-dialog[type="redirection"] .modal-title{
    color: #212121;
    font-size: 20px;
    font-weight: bold;
}

#rule-code{
	    text-align: center;
    color: #fff;
    margin-top: 5px;
}


.modal-dialog[type="error"] .close {
	text-shadow: none;
    color: #fff;
}

.modal-body{
	font-size: 16px;
}

@media (max-width: 767px) and (min-width: 576px){

	#inner-button-container {
	    padding: 0px 0px 0px 0px !important;
	    text-align: center;
	}	
	
	#buy-package-button-mobile {
	    width: 100% !important;
	    text-align: center;
	}
}

#buy-package-button{
	display: inline-block;
    width: 240px;
    font-size: 15px;
    height: auto;
    line-height: 28px;
    float: right;
    margin-top: 5px;
    padding: 4px 0px;
	text-align: center;
}

.form-row{
	margin-bottom: 11px;
}

.form-check-label[for="aggreementCheckbox"], .form-check-label[for="dijital-pazarlama"]{
	padding-left: 20px;
	text-transform: none;
	font-weight: 300;
}

.form-check-label[for="dijital-pazarlama"]{
	margin-top: 10px;
}

#dijital-pazarlama{
	top: 10px;
	
}

.form-check input[type="checkbox"] {
    position: absolute;
    left: 15px;
    top: 0px;
}

.help-block {
    margin: 0px;
    color: #eb0241;
    margin-top: -8px;
    font-size: 11px;
    position: absolute;
}

span#product-name{
	font-weight: bold;
}

.onay-popup-divs{
	margin-bottom: 20px;
	position: relative;
}

#onaycheckbox{
	position: absolute;
	left: 0px;
	top: 0px;
}

label[for="onaycheckbox"]{
	font-size: 16px;
    font-weight: 300;
}

#buy-selected-package-form{
	margin-bottom: 0px;
}

.with-checkbox-inside{
	padding-left: 20px;
}

.bottom-margin{
	margin-bottom: 20px;
}

#warning-box{
	padding: 10px;
	border-radius: 5px;
	color: #856404;
    background-color: #fff3cd;
    border: 1px solid #e0d1a2;
}

#product-name div{
	display: inline;
}

#promotion-popup-glass{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: rgba(0,0,0,0.4);
}

#promotion-popup-container{
	max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
}

.promotion-popup-bold-text{
	font-size: 17px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	text-align: center;
	
}

.captcha-box {
    width: calc(100% - 335px);
}

.global-captcha-img {
    position: absolute;
    top: 31px;
    right: 15px;
    height: 31px;
    cursor: pointer;
}

.global-captcha-img {
    left: 175px;
}

.refresh-captcha-text {
    position: absolute;
    bottom: -15px;
    left: 220px;
    right: auto;
}

.promotion-popup-text{
	font-size: 16px;
	font-weight: 300;
	margin: 5px 0px 20px 0px;
}

#promotion-popup-image{
	margin: 30px 0px 10px 0px;
}

#promotion-popup-continue-button-holder{
	border-top: 1px solid #ccc;
	padding: 5px;
}

#close-promotion-popup{
    position: absolute;
    top: 13px;
    right: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    display: inline-block;
}

#promotion-popup-header{
	background-color: #eb0241;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	position: relative;
	font-weight: 300;
}

#add-tckn{
    position: absolute;
    top: 13px;
    left: 300px;
}

.variable-sentence{
	font-weight: 300 !important;
}

#login-ttnet{
	width: 100%;
	text-align: center;
	margin-right: 0px;
}

#captcha-img-ttnet{
	position: absolute;
    top: 27px;
    right: 15px;
    height: 31px;
    cursor: pointer;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.ttnet-login-form-holder:before{
    content: '';
    position: absolute;
    left: -100%;
    top: 50%;
    width: 100%;
    background: url(../images/checkout-pages/ttnet-login-left-arrows.png) no-repeat 50% 20px;
    height: 100%;
}

.ttnet-login-form-holder:after{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 100%;
    background: url(../images/checkout-pages/ttnet-login-right-arrows.png) no-repeat 50% 20px;
    height: 100%;
}

.ttnet-login-form-holder{
	background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
    padding: 40px;
}

#session-storage-tckn{
	font-weight: bold;
}

.no-package-warning{
	text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #eb0241;
}

.ttnet-no-package-container{
     padding: 15px 15px 15px 15px;
}

.adslUsersContainer{
	width: 100%;
	padding: 15px 105px 15px 0px;
    margin: 15px 0px;
    height: auto;
    position: relative;
    cursor: pointer;
    transition: all 200ms ease-out;
    border-bottom: 1px solid #e5e5e5;
}

.adslUsersContainer:last-of-type{
	border-bottom: none !important;
}

.ttnet-popup-p{
	font-size: 16px;
    margin-bottom: 5px;
}

.ttnet-popup-buttons{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.productName{
	font-size: 14px;
	font-weight: bold;
}

.adslNumber{
	font-size: 14px;
}

#ttnet-activation-container #inner-button-container{
	padding-bottom: 0px;	
}

#ttnet-activation-container{
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
    padding: 40px 40px 20px 40px;
}

.ttnet-login-container {
    background: url(../images/checkout-pages/ttnet-triangle.png) no-repeat 50% 20px;
    background-size: 65px;
}

.ttnet-login-p{
	font-size: 15px !important;
    color: #5a5b5f;
	margin-bottom: 0px !important;
}

.ttnet-bg{
	background-color: #06bec8 !important;
}

.telekom-logo{	
	margin: 5px 0px 0px 20px;
}

.ttnet-bg:hover{
	background-color: #09ced9 !important;
}

.individual-package{
	margin: 15px 0px;
    padding: 15px 15px 15px 50px;
	position: relative;
	transition: all 200ms ease-out;
}

.add-new-user{
	width: 100%;
	text-align: center;
}

.individual-package.activated:hover{
	transform: scale(1.005,1.005);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.individual-package.not-activated:hover{
	transform: scale(1.005,1.005);
}

.activation-package-name, .activation-package-holder-name {
    font-size: 20px;
}

.individual-package.activated .activation-package-status{color: #5b9d45;}
.individual-package.not-activated .activation-package-status{color: #eb0241;}

.activation-package-status, .activation-package-holder-tckn{
	font-size: 16px;
	font-weight: 300;
}

.individual-package .package-status i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 16px;
}

.individual-package.activated .package-status:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 12px;
	border-color: transparent transparent transparent #5b9d45;
	position: absolute;
	right: -10px;
	top: 15px;
}


.individual-package.not-activated .package-status:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 12px;
	border-color: transparent transparent transparent #eb0241;
	position: absolute;
	right: -10px;
	top: 15px;
}

.individual-package.activated .package-status{
    background-color: #5b9d45;
}

.individual-package.not-activated .package-status{
	background-color: #eb0241;
}

.ttnet-captcha {
    position: absolute;
    top: 27px;
    left: 300px;
    height: 31px;
    cursor: pointer;
}

.individual-package.activated{
	background-color: #f2f2f2;
	border: 1px solid rgba(0,0,0,0);
}

.individual-package.not-activated{
	background-color: #fff;
	border: 1px solid #eb0241;
}

.package-status{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    color: #fff;
    height: 100%;
}

#checkout-container{
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
}

div[type="tt-sozlesme"]{
	width: 977px;
}

.with-info-text{
	margin-bottom: 5px;
}

.max-width{
	max-width: 281px;
}

.mobile-links{
	max-width: 120px;
}

.info-text{
	font-size: 11px;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 5px;
	border-bottom: 1px dotted rgba(0,0,0,0);
}

.info-text i{
	font-size: 13px;
	float: left;
}

.tckn-popup:hover{
	cursor: pointer;
	text-decoration: underline;
}

#checkout-step-3-container{
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
	padding: 40px 40px 0px 40px;
}

#checkout-fail-container{
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
	padding: 40px;
}


#checkout-step-4-container{
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
	padding: 50px 40px 20px 40px;
	overflow: hidden;
}

.fail-page-step-name i{
	color: #eb0241 !important;
}

.mobile-links{
	margin: 10px 5px 10px 0px;
	display: inline-block;
}

#return-to-main-page{
	margin-top: 30px;
}

#return-to-packages-page{
	margin-top: 30px;
}

#success-page-mobile-text{
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}

#success-page-mobile-container{
	padding: 20px 0px;
	background: rgb(0,91,135); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,91,135,1) 0%, rgba(0,125,117,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,91,135,1) 0%,rgba(0,125,117,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,91,135,1) 0%,rgba(0,125,117,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b87', endColorstr='#007d75',GradientType=1 ); /* IE6-9 */
	position: relative;
}

#success-page-mobile-container:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: -100%;
	background-color: rgba(0,125,117,1);
}

#success-page-mobile-container:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: -100%;
	background-color: rgba(0,91,135,1);
}

#login-to-raunt{
	margin: 10px 0px 50px 0px;
}

#send-to-kvkk, #send-to-iys, #send-to-kkk {
    color: #828387;
    font-weight: 500;
    margin-bottom: 5px;
}

.form-check-label a{
    color: #828387;
    font-weight: 500;
    margin-bottom: 5px;
}

.with-border-top{
     border-top: 1px solid #ccc;
}

body[page="checkout"] .content-wrap{
     padding: 40px 0;
}

#enter-new-address-button{
	margin-bottom: 40px;
	max-width: 100%;
	background-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0c1921;
    border: 1px solid;
}

.progress-circle-containers{
	text-align: center;
}

#checkout-package-photo{
	margin-bottom: 10px;
	max-height: 170px;
}

#click-if-prm-code{
	cursor: pointer;
	transition: all 200ms ease-out;
	color: #5b9d45;
	font-size:13px;
}

#progress-static-text{
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}

#progress-next-step{
	font-size: 14px;
	font-weight: 300;
	text-align: right;
}

.aggreement-content div{
	font-size: 16px;
	margin-bottom: 5px;
} 

.aggreement-header{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}

.aggreement-sub-header{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px;
}

.aggreement-content span{
	font-size: 16px;
}

.aggreement-content{
	margin-bottom: 25px;
}

#click-if-prm-code:hover{
	text-decoration: underline;
}

#button-container{
	position: absolute;
    left: 15px;
    right: 15px;
    bottom: -70px;
    border-top: 1px solid #ccc
}

.progress-circles{
	border-radius: 50%;
	text-align: center;
	background-color: #fff;
	color: #5b9d45;
	height: 80px;
	width: 80px;
	display: inline-block;
	border: 1px solid #5b9d45;
	position: relative;
}

#progress-right-col{
	background-color: #f7f7f7;	
}

.progress-circles[data-delay="200"]{
	animation-delay: 200ms;
}

.progress-circles[data-delay="400"]{
	animation-delay: 400ms;
}

.progress-circles[data-delay="600"]{
	animation-delay: 600ms;
}

.progress-circles[data-delay="800"]{
	animation-delay: 800ms;
}

.progress-circles[data-delay="1000"]{
	animation-delay: 1000ms;
}

.progress-circles i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 35px;
}

.active-progress-circle i, .visited-progress-circle i{
	font-size: 25px;
}

.prm-code-info{
    position: absolute;
    top: 25px;
    left: 100%;
    width: 100%;
    min-width: 220px;
    text-align: center;
	font-size: 12px;
    line-height: 12px;
    height: 34px;
    padding: 10px 20px 10px 45px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
}

.success-prm i, .fail-prm i{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#step-name i{
	color: #5b9d45;
	font-size: 50px;
	position: absolute;
	left: 0px;
}

.success-page-text, .fail-page-text{
	font-size: 16px;
	font-weight: 300;
	margin: 10px 0px;
}

.hide-prm-code-info{
	display: none;
}

.hidden{
	display: none !important;
}

.package-desc-row img{
	width: 100%;
}


.package-desc-row .packages-badge-container{
	display: none;
}
#apply-coupon-code{
	position: absolute;
    right: 15px;
    font-size: 12px;
    top: 24px;
    height: 34px;
    line-height: 34px;
    padding: 0px 15px;
    background-color: #215188;
}

#apply-coupon-code:hover{
	background-color: #196b97;
}

.shrinked-input{
	width: calc(100% - 90px);
}

.fail-prm{
    background-color: transparent;
	color: #eb0241;
	border: 1px solid #eb0241;
}

.success-prm{
	background-color: transparent;
	color: #56a055;
	border: 1px solid #56a055;
}

.popup-trigger{
	color: #313233;
    border-bottom: 1px dotted #313233;
    font-weight: bold;
}

#inner-button-container{
     padding: 25px 10px 25px 25px;
     width: 100%;
}

#inner-button-container.less-height{
     padding: 10px;
}

#button-container.less-height{
	height: 70px;
}

.card-logos{
      margin: 15px 10px;
}

.progress-circles-text{
	margin: 10px 0px 30px 0px;
}

.active-progress-circle{
	background-color: #5b9d45;	
	height: 60px;
	width: 60px;
	margin: 10px 0px;
	color: #fff;
}

.visited-progress-circle{
	background-color: #5b9d45;	
	height: 60px;
	width: 60px;
	margin: 10px 0px;
	color: #fff;
}

.progress-circles:before{
    content: '';
    position: absolute;
    right: -100%;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #5b9d45;
}

.visited-progress-circle:before{
	content: '';
    position: absolute;
    right: -130%;
    top: 50%;
    width: 130%;
    height: 1px;
    background-color: #5b9d45;
}

.progress-circles:after{
    content: '';
    position: absolute;
    left: -100%;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #5b9d45;
}

.no-before-element:before{
	display: none;
}

.no-after-element:after{
	display: none;
}


.active-progress-circle:after{
    content: '';
    position: absolute;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 20px solid rgba(91, 157, 69, 0.1);
    left: -13px;
    top: -13px;
    background-color: transparent;
}

.red-row-desc{
	color: #eb0241 !important;
	border-bottom: 1px solid #eb0241;
	padding-top: 0px !important;
}

#fake-table{
    display: table;
    width: 100%;
    padding-left: 6px;
    margin-bottom: 5px; 
}

#progress-left-col{
	padding: 40px 10px 0px 50px;
}

#progress-right-col{
	padding: 20px;
}

.form-control.invalid, .sm-form-control.invalid {
    border-color: #eb0241;
}

.form-control{
	margin-bottom: 10px;
}

.help-block{
	margin-bottom: 30px;
}

.hidden-hizligo-gift-box{
	opacity: 0;
}

.hizligo-gift-box{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5bc00+40,fdad00+100 */
	background: #e5bc00; /* Old browsers */
	background: -moz-linear-gradient(left, #e5bc00 40%, #fdad00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e5bc00 40%,#fdad00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e5bc00 40%,#fdad00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5bc00', endColorstr='#fdad00',GradientType=1 ); /* IE6-9 */
    border-radius: 5px;
    text-align: center;
    padding: 20px;
    -webkit-box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.1);
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 10px 0px;
    height: auto;
    position: relative;
}

.hizligo-gift-box:after{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url("") no-repeat 0% 0%;
}


.hizligo-gift-box.sticky-gift-box{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 315px;
}

.package-desc-row{
	width: 100%;
	display: table-row;
}


#checkout-step-1{
	margin-bottom: 0px;
}

.row-title{
	font-size: 15px;
	font-weight: bold;
	color: #1c1c1c;
	text-align: right;
	padding: 7px 5px 7px 5px;
	display: table-cell;
    line-height: 17px;
}

#scrollbar-container{
	height: 300px;
	overflow: hidden;
}

.row-desc{
	font-size: 15px;
	font-weight: 300;
	color: #5a5b5f;
	text-align: left;
	padding: 5px 2px 5px 5px;
	display: inline;
}

#step-holder{
	color: #ababab;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}

#step-name{
	color: #4c4c4c;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 10px;
}


@media  screen and (max-width: 991px) and (min-width: 799px) {
	#buy-package-button{
		width: 180px;
	}
}

@media  screen and (max-width: 768px){
	#step-holder{
		font-size: 16px;
	}
}