/************* GLOBAL *************/

:root {
	--color-black: #000000;
	--color-white: #ffffff;
	--color-gray-A: #f8f0f0;
	--color-gray-B: #eeeeee;
	--color-gray-C: #363636;
	--color-gray-D: #EFEFEF;
	--color-gray-E: #444444;
	--color-gray-F: #AAAAAA;
	--color-gray-G: #6C6C6C;
	--color-gray-H: #999999;
	--color-gray-I: #757575;
	--color-gray-J: #A4A4A4;
	--color-gray-K: #CDCDCD;
	--color-gray-L: #BCBCBC;
	--color-gray-M: #FBFBFB;
	--color-gray-N: #b9b9b9;
	--color-gray-O: #ebebeb;
	--color-gray-P: #D9D9D9;
	--color-gray-Q: #cccccc;
	--color-gray-R: #E3E3E3;
	--color-gray-S: #f8f8f8;
	--color-gray-T: #333333;
	--color-gray-U: #f5f5f5;
	--color-gray-V: #8C8C8C;
	--color-gray-W: #bbbbbb;
	--color-gray-X: #e9e9e9;
	--color-red-A: #E84E50;
	--color-red-B: #FB4C49;
	--color-red-C: #DB1915;
	--color-red-D: #fc4c4c;
	--color-red-E: #898787;
	--color-red-F: #E54747;
	--color-red-G: #FD0000;
	--color-red-H: #373535;
	--color-red-I: #FC4C4F;
	--color-red-J: #E2484B;
	--color-orange-A: #FBA53E;
	--color-orange-B: #EF7F00;
	--color-blue-A: #39373d;
	--color-blue-B: #2D2C31;
	--color-blue-C: #67666B;
	--color-blue-D: #38353C;
	--color-blue-E: #C1C0C5;
	--color-green-A: #84a587;
	--color-green-B: #65B56C;
	--color-green-C: #8f8713;
	--color-green-D: #67B56A;
	--color-green-E: #54a85d;
	--color-green-F: #42aa4e;
	--color-tyrkis-A: #5BC4D7;
	--color-tyrkis-B: #5BC5D5;
	--color-tyrkis-C: #D6EFF3;
	--color-tyrkis-D: #D7EFF3;
	--color-tyrkis-E: #F6FEFF;
	--color-tyrkis-F: #F2F6F7;
	--color-tyrkis-G: #5BC3D5;
	--color-tyrkis-H: #24acc6;
	--color-tyrkis-I: #E1F5F7;
	--color-tyrkis-J: #71cff4;
	--color-tyrkis-K: #5bc4d5;
	--color-tyrkis-L: #57C5D6;
	--color-yellow-A: #fdf369;
	--color-yellow-B: #F0AD4E;
	--color-yellow-C: #FDF46B;
	--color-yellow-D: #F7EDD4;

	--color-dark-A: rgba(0, 0, 0, .075);
	--color-dark-B: rgba(0, 0, 0, .1);
	--color-dark-C: rgba(0, 0, 0, .25);
	--color-dark-D: rgba(0, 0, 0, .5);
	--color-dark-E: rgba(50, 50, 50, .15);
	--color-dark-F: rgba(50, 50, 50, .5);
	--color-dark-G: rgba(255, 255, 255, .5)
}

.jumbotron.error {
	background-color: var(--color-gray-A) !important;
}

.jumbotron.error p {
	color: var(--color-red-A) !important;
}

.jumbotron.ok {
	background-color: var(--color-green-A) !important;
}

.jumbotron.ok p {
	color: var(--color-green-A) !important;
}

.dropdown-backdrop {
  position: static !important;
}

.navbar-collapse {
	z-index: 300 !important;
}

[contenteditable]:read-only {
  cursor: not-allowed;
}

p, h2 {
	cursor: default !important;
}

p.flex {
	display: flex;
	flex-wrap: wrap;
}

.list-point {
	position: relative;
	left: -.5em;
	margin-right: -.25em;
}

.testT {
	position: absolute;
	left: -10000px;
	top: -5000px;
	padding: 0;
	margin: 0;
	border: 0;
}

*:focus {
    outline: 0 !important;
}

a.btn {
	text-decoration: none !important;
}

#head {
	margin-top: 40px;
	margin-bottom: 40px;
}

#submenu {
	z-index: 1000 !important;
}

.subTitle {
    text-align: center;
    margin: 50px 0 !important;
}

#navbarLang {
	display: inline-block;
	display: -moz-stack;
	position: relative;
}

.blockTitle {
	font-size: 1.6em;
	font-weight: 300;
    text-align: left;
    padding-bottom: 20px;
}

input[type=radio][disabled] ~ label {
	cursor: default !important;
}

.landingDomains .blockTitle {
  padding-bottom: 5px;
}

.advFormHomeTitle .blockTitle,
.advFormHomeTitle .blockSubTitle {
	margin: 0 11%;
}

#newDomain_advForm_top .blockTitle,
#newDomain_advForm_bottom .blockTitle {
	font-size: 2.2em;
	padding: 0;
	margin: 0;
}

.blockSubTitle {
	font-size: 1.3em;
	font-weight: 300;
	text-align: left;
	padding: 20px;
}

#newDomain_advForm_top .blockSubTitle,
#newDomain_advForm_bottom .blockSubTitle {
	padding: 0;
	margin: 0;
}

.row.relative {
	position: relative;
}

.row.r1, .row.r2, .row.r3, .row.r4, .row.r5, .row.r6, .row.r7, .row.r8, .row.r9 {
	margin-top: 20px;
}

.iFly {
	position: absolute;
	z-index: 9;
	top: -10px;
	right: -10px;
}

.iOrange {
	color: var(--color-orange-A) !important;
}

.iWhite {
	color: var(--color-white) !important;
}

.iGreen {
	color: var(--color-green-B) !important;
}

.iRed {
	color: var(--color-red-B) !important;
}

.iTyrkis {
	color: var(--color-tyrkis-A) !important;
}

.iEmpty {
	display: inline-block;
	width: 29px;
	height: 29px;
}

.fa-stack.iRed,
.fa-stack.iOrange,
.fa-stack.iTyrkis {
	cursor: default;
}

.iEmpty {
	cursor: pointer;
}

.iEmpty.incart {
	cursor: default;
}

.iEmpty .iFly {
	right: 0;
	top: 0;
}

.iEmpty.incart .iFly {
	cursor: default;
}

.scrollableMenu {
    height: auto;
    max-height: 211px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.alert_but {
	display: inline-block !important;
	background-color: var(--color-red-C);
	margin: 15px;
}

.bold {
	font-weight: bold;
}

#footer-family .btn {
	z-index: 5 !important;
}

.buttonLarge {
	background-color: var(--color-tyrkis-B);
	color: var(--color-white) !important;
	white-space: normal;
	word-wrap: break-word;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	padding: 16px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.buttonSmall {
	background-color: var(--color-tyrkis-B);
	color: var(--color-white) !important;
	white-space: normal;
	word-wrap: break-word;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	padding: 10px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.buttonYellow {
	background-color: var(--color-yellow-A);
    color: var(--color-green-C) !important;
}

.buttonWhite {
	background-color: var(--color-white);
    color: var(--color-gray-C) !important;
}

.buttonShadow {
	-webkit-box-shadow: 0 5px 5px 0 var(--color-dark-E);
	-moz-box-shadow: 0 5px 5px 0 var(--color-dark-E);
	box-shadow: 0 5px 5px 0  var(--color-dark-E);
}

.buttonBlock {
	display: inline-block;
	margin: 10px;
}

.buttonLarge:hover,
.buttonSmall:hover {
	background-color: var(--color-black);
	color: var(--color-white) !important;
}

.pR {
	padding-right: 10% !important;
}

.pR2 {
	padding-right: 5% !important;
}

.pR3 {
	padding-right: 5.7% !important;
}

#newDomain_homeGoToOrder {
	visibility: hidden;
}

.btn-right {
	float: right;
}

#registracia-domen.anchor {
	border-top: 60px solid transparent !important;
    margin-top: -60px !important;
}

h1.stred {
	margin-top: -40px;
	text-align: center;
	margin-bottom: 60px;
	font-size: 30px;
}

a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

/************* SPECIAL PAGES ELEMENTS ************/
#CTAbutton {
	background-color: var(--color-tyrkis-B) !important;
}

#CTAbutton:hover {
	background-color: var(--color-blue-A) !important;
}

#million {
	display: inline-table;
	overflow: hidden;
	margin: 30px 0;
	height: 130px !important;
	line-height: 130px !important;
}

#million .m1a,
#million .mSa,
#million .m0a,
#million .m0b,
#million .m0c,
#million .mSb,
#million .m0d,
#million .m0e,
#million .m0f {
	display: table-cell;
}

#million .m1a,
#million .mSa,
#million .m0a,
#million .m0b,
#million .m0c,
#million .mSb,
#million .m0d,
#million .m0e,
#million .m0f {
	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: transform .2s ease-in;
	-ms-transition: transform .2s ease-in;
	-o-transition: transform .2s ease-in;
	transition: transform .2s ease-in;
	-webkit-transform: translate(0, -100%);
	-moz-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	-o-transform: translate(0, -100%);
	transform: translate(0, -100%);
}

#million .jumpUp {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

/************* ORDER STEP NAVIGATION *************/
btn-right {
	float: right;
}

#orderStep_nav {
	margin-top: 60px;
	border-top: 1px solid #C9E2E7;
	width: 100%;
}

.orderStep_one,
.orderStep_two,
.orderStep_three,
.orderStep_four {
	display: table-cell;
	float: left;
	height: 138px;
	width: 25%;
	border-bottom: 1px solid #C9E2E7;
	text-align: center;
}

.orderStep_one.after,
.orderStep_two.after,
.orderStep_three.after {
	border-bottom: none;
}

.orderStep_one.active,
.orderStep_two.active,
.orderStep_three.active {
	border-right: 1px solid #C9E2E7;
	border-bottom: none;
}

.orderStep_four.active {
	border-bottom: none;
}

.orderStepImg {
	position: relative;
    top: -50px;
}

.orderStepTitle {
	position: relative;
	top: -25px;
	color: var(--color-tyrkis-B);
	padding: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 15px;
}

/************* SELECT PRODUCT *************/

#selectProduct_area label {
	margin-left: 20px;
	font-weight: 400;
}

#selectProduct_area label.actived {
	font-weight: 700;
	color: var(--color-tyrkis-A);
}

#selectProduct_area .col-xs-4.first {
	text-align: center;
	padding: 40px 0;
	border: 1px solid var(--color-gray-B);
	border-bottom: none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#selectProduct_area .col-xs-4.first.active {
	border-color: var(--color-tyrkis-B);
	border-width: 3px;
}

#selectProduct_area .col-xs-4.first.unactive {
	border-right: none;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}

#selectProduct_area .col-xs-4.first.alternative {
	border-right: 1px solid var(--color-gray-B);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#selectProduct_area .col-xs-4.middle {
	text-align: center;
	padding: 40px 0;
	border-top: 1px solid var(--color-gray-B);
	border-right: 1px solid var(--color-gray-B);
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

#selectProduct_area .col-xs-4.middle.active {
	border-left: 3px solid;
	border-color: var(--color-tyrkis-B);
	border-width: 3px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#selectProduct_area .col-xs-4.middle.alternative {
	border-right: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#selectProduct_area .col-xs-4.last {
	text-align: center;
	padding: 40px 0;
	border-top: 1px solid var(--color-gray-B);
	border-right: 1px solid var(--color-gray-B);
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

#selectProduct_area .col-xs-4.last.active {
	border-left: 3px solid;
	border-color: var(--color-tyrkis-B);
	border-width: 3px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#selectProduct_area .col-xs-4.last.unactive {
	border-left: none;
}

.selectProduct_item {
	display: inline-block;
}

.selectProduct_item input,
.selectProduct_item label {
	cursor: pointer;
}

#selectProduct_domNew,
#selectProduct_domNew input,
#selectProduct_domNew input + label,
#selectProduct_domTransfer,
#selectProduct_domTransfer input,
#selectProduct_domTransfer input + label,
#selectProduct_webhost,
#selectProduct_webhost input,
#selectProduct_webhost input + label {
	cursor: pointer;
}

/************* TRANSFER DOMAIN *************/

#transDomain_container {
	padding-bottom: 30px;
	background-color: var(--color-tyrkis-B);
	color: var(--color-white);
}

#transDomain_container .blockTitle,
#transDomain_container .blockSubTitle {
	color: var(--color-white);
}

#transDomain_inputArea {
	position: relative;
}

#transDomain_input {
	z-index: 8;
	width: 100%;
	padding: 15px;
	border: none;
	background-color: var(--color-white);
	color: var(--color-gray-I);
	font-weight: 700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#transDomain_submit {
	padding: 15px;
	border: 0;
	background-color: var(--color-yellow-A);
	font-weight: 700;
	width: 100%;
	color: var(--color-green-C);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#transDomain_submit:hover {
	background-color: var(--color-black);
	color: var(--color-white);
}

#transDomain_status {
	display: none;
	color: var(--color-gray-E);
	font-weight: 700;
	text-align: center;
	border-left: 1px solid var(--color-gray-B);
	border-right: 1px solid var(--color-gray-B);
	border-bottom: 1px solid var(--color-gray-B);
	padding: 15px;
}

#transDomain_status .firstStatus p {
	margin: 0;
	padding: 30px 0 0 0;
}

#transDomain_andHostingButton {
	position: relative;
	z-index: 1;
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	padding: 16px 10px;
	color: var(--color-white);
	background-color: var(--color-tyrkis-B);
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#transDomain_andHostingButton:hover {
	background-color: var(--color-black);
	color: var(--color-white);
}

#transDomain_andHostingButtonArrow {
	display: none;
	position: absolute;
	z-index: 2;
	top: 25px;
	left: 46%;
	color: var(--color-tyrkis-B);
}

#transDomain_andHostingButtonArrow.hovering {
	color: var(--color-black);
}

/************* NEW DOMAIN *************/

#formArea.landingDomains {
  margin: -50px 0;
  padding: 70px 0 140px;
  background: url('//webhouse.family/webhouse.sk/img/landing-domains-bckg.jpg') 50% bottom no-repeat var(--color-yellow-D);
}

#newDomain_adv,
#newDomain_adv_top,
#newDomain_adv_bottom {
	padding-bottom: 30px;
	background-color: var(--color-tyrkis-B);
	color: var(--color-white);
}

#newDomain_adv.alternative,
#newDomain_adv_top.alternative,
#newDomain_adv_bottom.alternative {
	padding-bottom: 0;
	background-color: transparent;
	color: var(--color-white);
}

#newDomain_adv.alternative #newDomain_advForm {
	margin-top: 100px;
}

#formArea_top,
#formArea_bottom {
	margin: 100px 0;
}

.landingDomains #newDomain_adv.alternative  #newDomain_advForm {
  margin-top: 0;
}

#newDomain_adv .blockTitle,
#newDomain_adv .blockSubTitle,
#newDomain_adv_top .blockTitle,
#newDomain_adv_top .blockSubTitle,
#newDomain_adv_bottom .blockTitle,
#newDomain_adv_bottom .blockSubTitle {
	color: var(--color-white);
}

.advFormHomeTitle {
	padding: 15px 0;
	background-color: var(--color-tyrkis-B);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#newDomain_advForm_top .advFormHomeTitle,
#newDomain_advForm_bottom .advFormHomeTitle {
	padding: 3% 4%;
}

#newDomain_advInput,
#newDomain_advInput_top,
#newDomain_advInput_bottom {
	z-index: 8;
	width: 100%;
	padding: 15px;
	border: none;
	background-color: var(--color-white);
	color: var(--color-gray-I);
	font-weight: 700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#newDomain_advInput_top,
#newDomain_advInput_bottom {
	font-weight: 600;
	font-size: 1.4em;
}

.newDomain_advInput.alternative {
	padding-bottom: 30px;
	background-color: var(--color-tyrkis-B);
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}

#newDomain_advForm_top .newDomain_advInput.alternative,
#newDomain_advForm_bottom .newDomain_advInput.alternative {
	padding: 0 0 3% 4%;
}

.newDomain_advInput.alternative #newDomain_advInput {
	margin-left: 15%;
	width: 85%;
}

.newDomain_advSubmit.alternative {
	padding-bottom: 30px;
	background-color: var(--color-tyrkis-B);
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}

#newDomain_advForm_top .newDomain_advSubmit.alternative,
#newDomain_advForm_bottom .newDomain_advSubmit.alternative {
	padding: 0 4% 3% 8px;
}

.newDomain_advSubmit.alternative #newDomain_advSubmit {
	width: 70%;
}

#newDomain_advWorking {
	position: absolute;
	z-index: 9;
	display: none;
	right: 10px;
    top: -5px;
	color: var(--color-gray-I);
}

.advSubmitArea {
	position: relative;
	display: inline;
}

#newDomain_advSubmit,
#newDomain_advSubmit_top,
#newDomain_advSubmit_bottom {
	padding: 15px;
	border: 0;
	background-color: var(--color-yellow-A);
	font-weight: 700;
	width: 100%;
	color: var(--color-green-C);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#newDomain_advSubmit_top,
#newDomain_advSubmit_bottom {
	font-weight: 600;
	font-size: 1.4em;
}

#newDomain_advSubmit:hover,
#newDomain_advSubmit_top:hover,
#newDomain_advSubmit_bottom:hover {
	background-color: var(--color-black);
	color: var(--color-white);
}

.advSubmitArea:hover #newDomain_advWorking {
	color: var(--color-white);
}

#newDomain_advError {
	background-color: var(--color-red-D);
	color: var(--color-white) !important;
}

#newDomain_advError .issueTitle {
	margin-bottom: 0 !important;
	font-weight: bold;
}

#newDomain_advStatus {
	display: none;
	color: var(--color-gray-E);
	font-weight: 700;
	text-align: center;
	border-left: 1px solid var(--color-gray-B);
	border-right: 1px solid var(--color-gray-B);
	border-bottom: 1px solid var(--color-gray-B);
}

.advErrorContentHome {
	background-color: var(--color-red-D);
	color: var(--color-white) !important;
}

.homeSpacer {
	background-image: url('/templates/img/order/home-spacer.png');
	background-repeat: no-repeat;
	background-position: 90% 0;
	height: 18px;
}

.homeSpacerBottom {
	background-image: url('/templates/img/order/home-but-spacer.png');
	background-repeat: no-repeat;
	background-position: 12% 0;
	height: 13px;
}

.homeUnderSpacer {
	background-color: var(--color-tyrkis-B);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.homeUnderSpacer .col-lg-12 {
	padding: 0 !important;
}

.homeUnderSpacerLine {
	margin-top: 13px;
	width: 100%;
	height: 5px;
	background-color: var(--color-white);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.homeUnderSpacerLine.alternative {
	background-color: var(--color-red-D);
}

.homeBeforeSpacer {
	background-color: var(--color-yellow-C);
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.homeBeforeSpacer .col-lg-12 {
	padding: 0 !important;
	overflow: hidden;
}

.homeBeforeSpacerLine {
	margin-bottom: 13px;
	width: 100%;
	height: 5px;
	background-color: var(--color-white);
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 0 10px 0 var(--color-dark-F);
	-moz-box-shadow:    0 0 10px 0 var(--color-dark-F);
	box-shadow:         0 0 10px 0 var(--color-dark-F);
}

.homeButtonArea {
	padding: 0 !important;
}

.advErrorHomeEnd {
	background-color: var(--color-red-D);
	height: 10px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.fsc1 {
	padding: 30px 15px;
}

.fsc1.hidden {
	display: none;
}

.fsc2 {
	padding: 15px;
}

#newDomain_advStatus .firstStatus p {
	margin: 0;
	padding: 30px 0 0 0;
}

#newDomain_advStatus .firstStatus.first p {
	padding: 30px 0 30px 0;
}

#newDomain_advStatus .secondStatus {
	clear: both;
}

#newDomain_advStatus .secondStatus p {
	margin: 0;
	padding: 30px 0 30px 0;
}

#newDomain_advStatus .firstStatusButton1 {
	background-color: var(--color-green-B);
    color: var(--color-white);
    cursor: pointer;
    font-size: 14px;
    height: 50px;
    line-height: 14px;
    padding: 0 18px;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    box-shadow: none !important;
}

#newDomain_advStatus .firstStatusButtonIcon1 {
	background-color: var(--color-green-E);
    color: var(--color-white);
    font-size: 20px;
    height: 50px;
    line-height: 20px;
    padding: 0 16px;
    z-index: 1;
    box-shadow: none !important;
}

#newDomain_advStatus .firstStatusButton4 {
	background-color:  var(--color-white);
	color: var(--color-tyrkis-B);
    cursor: default;
    font-size: 14px;
    height: 50px;
    line-height: 14px;
    padding: 0 18px;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    box-shadow: none !important;
}

#newDomain_advStatus .firstStatusButtonIcon4 {
	background-color: var(--color-tyrkis-B);
	color: var(--color-white);
    font-size: 20px;
    height: 50px;
    line-height: 20px;
    padding: 0 16px;
    cursor: default;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 1;
	box-shadow: none !important;
}

#newDomain_advStatus .firstStatusButton1:hover,
#newDomain_advStatus .firstStatusButtonIcon1:hover,
#newDomain_advStatus .firstStatusButton4:hover,
#newDomain_advStatus .firstStatusButtonIcon4:hover {
	z-index: 1;
}

#newDomain_mobileNotify {
	z-index: 10500;
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	background-color: var(--color-tyrkis-G);
	color: var(--color-white);
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 10px;
	width: 100%;
	box-shadow: 0 4px 4px var(--color-dark-D);
}

#newDomain_l1Area {
	position: relative;
	background-color: var(--color-tyrkis-E);
	padding: 60px 0 80px;
	border-left: 1px solid var(--color-gray-B);
	border-right: 1px solid var(--color-gray-B);
	border-bottom: 1px solid var(--color-gray-B);
}

#newDomain_l1Working {
	position: absolute;
	z-index: 9;
	display: none;
	top: 35px;
	right: 5px;
}

.newDomain_l1Column {
	position: relative;
	display: inline-block;
	width: 20%;
	padding: 0;
	margin: 0;
}

.homeResults #newDomain_advStatus {
	border: none;
	background-color: var(--color-white);
}

.homeResults #newDomain_l1Area {
	border: none;
	background-color: var(--color-white);
	padding: 15px 0;
}

#newDomain_advHomeResults {
	display: none;
}

.newDomain_l1Box {
	text-align: center;
	font-weight: 700;
}

.newDomain_l1Box .fa-stack {
	font-size: 22px;
}

.newDomain_l1Box.st0 {
	color: var(--color-red-B);
}

.newDomain_l1Box.st1 {
	color: var(--color-green-D);
}

.newDomain_l1Box.st2 {
	color: var(--color-orange-A);
}

.newDomain_l1Box.st3 {
	color: var(--color-green-D);
}

.newDomain_l1Box.st4 {
	color:var(--color-tyrkis-A);
}

.newDomain_l1Box.st5 {
	color: var(--color-red-B);
}

.newDomain_l1Box .ring {
	position: relative;
	display: inline-block;
	padding: 25px 0;
	cursor: default;
	width: 75px;
	height: 75px;
}

.newDomain_l1Box .ring.use {
	cursor: pointer;
}

.newDomain_l1Box .ring.hide {
	display: none;
}

.newDomain_l1Box .ring .ringLoading {
	position: absolute;
	z-index: 8;
	top: 0;
	left: 0;
	background-image: url('/templates/img/order/preloader-bg.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.newDomain_l1Box .ring .ringLoading.ie9up {
	filter: none;
}

.newDomain_l1Box .info {
	font-size: .8em;
	padding: 5px 0 10px 0;
}

.newDomain_l1Box .info.hide {
	display: none;
}

.newDomain_l1Box .price {
	border-top: 1px solid;
	padding-top: 10px;
}

.newDomain_l1Box .price.hide {
	display: none;
}

.newDomain_l1Box .price.priceHide {
	visibility: hidden;
}

.newDomain_l1Box .verify {
	color: var(--color-gray-F);
	padding: 5px 0 10px 0;
	font-size: .8em;
}

.newDomain_l1Box.st2 .price {
	color: var(--color-gray-G);
}

.newDomain_l1Bg0 {
	width: 75px;
	height: 75px;
	background-repeat: no-repeat;
	background-image: url('/templates/img/order/checkDomainFirstLevel_bg0.png');
}

.newDomain_l1Bg1 {
	width: 75px;
	height: 75px;
	background-repeat: no-repeat;
	background-image: url('/templates/img/order/checkDomainFirstLevel_bg1.png');
}

.newDomain_l1Bg2 {
	width: 75px;
	height: 75px;
	background-repeat: no-repeat;
	background-image: url('/templates/img/order/checkDomainFirstLevel_bg2.png');
}

.newDomain_l1Bg3 {
	width: 75px;
	height: 75px;
	background-repeat: no-repeat;
	background-image: url('/templates/img/order/checkDomainFirstLevel_bg3.png');
}

.newDomain_l1Bg4 {
	width: 75px;
	height: 75px;
	background-repeat: no-repeat;
	background-image: url('/templates/img/order/checkDomainFirstLevel_bg4.png');
}

.newDomain_l1Bg5 {
	width: 75px;
	height: 75px;
	background-repeat: no-repeat;
	background-image: url('/templates/img/order/checkDomainFirstLevel_bg0.png');
}

.newDomain_l1Selected {
	background-image: url('/templates/img/order/checkDomainFirstLevel_selected.png');
}

#newDomain_l2Button {
	position: absolute;
	bottom: 0;
	right: 0;
}

#newDomain_l2Button .btn {
	width: 200px;
	height: 60px;
	background-color: transparent !important;
	border-bottom: none !important;
	border-right: none !important;
	border-color: var(--color-gray-B) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	color: var(--color-gray-J) !important;
	white-space: normal !important;
	text-align: left !important;
	word-wrap: break-word !important;
	-webkit-border-radius: 5px 0 0 0 !important;
	-moz-border-radius: 5px 0 0 0 !important;
	border-radius: 5px 0 0 0 !important;
}

#newDomain_l2Button .btn:hover {
	background-color: var(--color-gray-B) !important;
	color: var(--color-gray-I) !important;
}

#newDomain_l2ButtonPlusMinus {
    border-right: 1px solid var(--color-gray-B);
    display: block;
    float: left;
    height: 59px;
    margin: 0 10px 0 0;
    padding: 20px 15px 20px 5px;
    position: relative;
    top: -6px;
    width: 38px;
}

#newDomain_l2ButtonWorking {
	visibility: hidden;
}

#newDomain_l2Area {
	position: relative;
	background-color: var(--color-tyrkis-E);
	border-left: 1px solid var(--color-gray-B);
	border-right: 1px solid var(--color-gray-B);
	border-bottom: 1px solid var(--color-gray-B);
}

#newDomain_l2 {
	margin-bottom: 60px;
}

#newDomain_l2 .row,
#newDomain_l3 .row {
	margin-top: 0;
	height: 49px;
}

#newDomain_l2 .row.r0 {
	height: 80px;
}

#newDomain_l2 .row.bottom {
	border-bottom: 1px solid var(--color-gray-B);
}

.newDomain_l2Border {
	height: 4px;
	line-height: 4px;
	background-color: var(--color-tyrkis-F);
}

.newDomain_l2Column,
.newDomain_l3Column {
	position: relative;
	display: inline-block;
	width: 25%;
	height: 49px;
	line-height: 46px;
	padding: 0;
	margin: 0;
	vertical-align: inherit;
}

.newDomain_l3Column.select {
	display: inline-table;
}

.newDomain_l2Column.top {
	top: 0;
	height: 80px;
	line-height: 80px;
}

.newDomain_l2Box,
.newDomain_l3Box {
	width: 100%;
	height: 49px;
	line-height: 48px;
	font-size: .8em;
	border-right: 1px solid var(--color-gray-B);
	border-bottom: 1px solid var(--color-gray-B);
}

.newDomain_l2Box.last,
.newDomain_l3Box.last {
	border-right: none;
}

.newDomain_l2Box.bottom {
	border-bottom: none;
}

.newDomain_l2Box.top {
	height: 79px;
	line-height: 59px;
}

.newDomain_l2Box .domainName,
.newDomain_l3Box .domainName {
	display: inline-block;
	width: 40%;
	text-align: left;
	text-transform: uppercase;
	padding: 10px;
	line-height: 29px;
	vertical-align: top;
}

.newDomain_l2Box.top .domainName {
	padding: 40px 10px 0 10px;
}

.newDomain_l2Box .price,
.newDomain_l3Box .price {
	display: inline-block;
	width: 30%;
	font-weight: 700;
	padding: 10px;
	line-height: 29px;
	vertical-align: top;
	white-space: nowrap;
}

.newDomain_l2Box.top .price {
	padding: 40px 10px 0 10px;
}

.newDomain_l2Box .iconStatus,
.newDomain_l3Box .iconStatus {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 30%;
	padding: 10px;
	line-height: 29px;
	text-align: left;
	vertical-align: top;
}

.newDomain_l2Box.top .iconStatus {
	top: 0;
	padding: 40px 10px 0 10px;
	background-position: 0 30px;
}

.newDomain_l2Box.bottom .iconStatus {
	height: 48px;
}

.newDomain_l2Box .iconStatus .fa-stack,
.newDomain_l3Box .iconStatus .fa-stack {
	font-size: 15px;
    height: 29px;
    left: -1px;
    position: relative;
    top: -2px;
    width: 29px;
}

.ringLoadingSmall {
	display: none;
	position: absolute;
	z-index: 8;
	background-image: url('/templates/img/order/preloader-bg-small.png');
	width: 29px;
	height: 29px;
}

.newDomain_l3Box .ringLoadingSmall {
	top: 10px;
	left: 9px;
}

.newDomain_l2Box.top .ringLoadingSmall {
	top: 39px;
	right: -40px;
}

.newDomain_l2Box .ringLoadingSmall {
	top: 9px;
	right: -40px;
}

.ringLoadingSmall.ie9up {
	filter: none;
}

.newDomain_l2Box.--premium .domainName,
.newDomain_l3Box.--premium .domainName,
.newDomain_l2Box.--premium .price,
.newDomain_l3Box.--premium .price {
	padding: 2px 10px 0
}

.newDomain_l2Box.--premium .domainName .--premium-note,
.newDomain_l3Box.--premium .domainName .--premium-note {
	display: block !important;
    line-height: 0 !important;
    color: var(--color-red-A) !important;
    text-transform: none !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

.newDomain_l2Box.--premium .price .--nc-price,
.newDomain_l3Box.--premium .price .--nc-price {
	text-decoration: line-through !important;
    color: var(--color-gray-H) !important;
}

.newDomain_l2Box.--premium .price .--premium-price,
.newDomain_l3Box.--premium .price .--premium-price {
	display: block !important;
    line-height: 0 !important;
    color: var(--color-tyrkis-A);
}

#newDomain_l3Button {
	position: absolute;
	bottom: 4px;
	left: 0;
}

#newDomain_l3Button .btn {
	width: 310px;
	height: 60px;
	padding: 16px 12px;
	background-color: transparent !important;
	border: none !important;
	border-color: var(--color-gray-B) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	color: var(--color-gray-J) !important;
	white-space: normal !important;
	text-align: left !important;
	word-wrap: break-word !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

#newDomain_l3Button .btn:hover {
	background-color: var(--color-gray-B) !important;
	color: var(--color-gray-H) !important;
}

#newDomain_l3Button i {
    border-right: 1px solid var(--color-gray-B);
    display: block;
    float: left;
    height: 59px;
    margin: 0 10px 0 0;
    padding: 20px 15px 20px 5px;
    position: relative;
    top: -16px;
    width: 38px;
}

#newDomain_l3Area {
	background-color: var(--color-tyrkis-E);
	border: 1px solid var(--color-gray-B);
	border-top: none;
}

.newDomain_l3Border {
	padding-top: 30px;
	border-bottom: 4px solid var(--color-tyrkis-F);
}

.newDomain_l3DropDown {
	border-color: var(--color-gray-K);
	margin-left: 8px;
}

.newDomain_l3DropDownButtonA {
	position: relative;
	min-width: 167px;
	padding-left: 0;
    padding-right: 10px;
    background-image: url('/templates/img/order/thirdLevelIconBg.png');
	background-position: 10px 11px;
	background-repeat: no-repeat;
	font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
}

.newDomain_l3DropDownButtonA:hover,
.newDomain_l3DropDownButtonA:focus,
.newDomain_l3DropDownButtonA:active {
	background-color: var(--color-white);
}

.newDomain_l3DropDownButtonB {
	padding-left: 16px !important;
    padding-right: 16px !important;
    background-color: var(--color-gray-D);
}

.newDomain_l3DropDownButtonB.btn {
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 12px;
    padding-top: 13px;
}

.newDomain_l3DropDown .caret {
	color: var(--color-gray-L);
}

.newDomain_l3DropDownSelectedIcon {
	position: absolute;
	left: 12px;
    top: 13px;
    font-size: .45em;
    line-height: 1.6em;
}

.newDomain_l3DropDown .scrollableMenu {
	min-width: 210px;
	z-index: 8;
}

.newDomain_l3DropDown .scrollableMenu a {
	text-decoration: none !important;
}

.newDomain_l3DropDown .scrollableMenu a:hover,
.newDomain_l3DropDown .scrollableMenu a:focus {
	background-color: transparent;
}

.newDomain_l3DropDown .scrollableMenu li {
	position: relative;
	background-image: url('/templates/img/order/thirdLevelIconBg.png');
	background-position: 10px 8px;
	background-repeat: no-repeat;
	padding: 7px 0 7px 10px;
	border-bottom: 1px solid #d7d7d7;
	cursor: pointer;
}

.newDomain_l3DropDown .scrollableMenu > li > a {
	padding-left: 30px;
}

.newDomain_l3DropDown .scrollableMenu li.last {
	border-bottom: none;
}

.newDomain_l3DropDownActiveIcon {
	display: none;
	position: absolute;
	background-image: url('/templates/img/order/thirdLevelActive.png');
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
}

.newDomain_l3DropDownButtonA .newDomain_l3DropDownActiveIcon {
	top: 10px;
	left: 8px;
}

.newDomain_l3DropDown .scrollableMenu .newDomain_l3DropDownActiveIcon {
	top: 7px;
	left: 8px;
}

#newDomain_andHostingButton {
	position: relative;
	z-index: 1;
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	padding: 16px 10px;
	color: var(--color-white);
	background-color: var(--color-tyrkis-B);
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#newDomain_andHostingButton:hover {
	background-color: var(--color-black);
	color: var(--color-white);
}

#newDomain_andHostingButtonArrow {
	display: none;
	position: absolute;
	z-index: 2;
	top: 25px;
	left: 46%;
	color: var(--color-tyrkis-B);
}

#newDomain_andHostingButtonArrow.hovering {
	color: var(--color-black);
}

#hostingVserverButtonArrow {
	display: none;
	position: absolute;
	z-index: 2;
	bottom: -37px;
	left: 46%;
	color: var(--color-yellow-A);
}

#hostingVserverButtonArrow.hovering {
	color: var(--color-blue-D);
}

.row.line {
	vertical-align: top;
}

/************* CART *************/

#cart_addToCart {
	margin-top: 30px;
	margin-bottom: 30px;
}

#cart_addToCart.webhostingPlusDomain {
	border-left: 1px solid var(--color-gray-B);
    border-right: 1px solid var(--color-gray-B);
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 50px;
    padding-top: 30px;
}

#cart_addToCartOnlyDomain {
	width: 100%;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	padding: 16px 10px;
	color: var(--color-green-C);
	background-color: var(--color-yellow-A);
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#cart_addToCartOnlyDomain:hover {
	background-color: var(--color-black);
	color: var(--color-white);
}

#cart_top {
	padding: 0;
	display: none;
	height: 50px;
    /* line-height: 46px; */
    vertical-align: inherit;
    float: left;
}

#cart_top .cart_confirmButton,
#cart_top .cart_emptyButton {
	width: 100%;
	padding: 10px;
	text-align: center;
	border-top: 1px dotted var(--color-gray-N);
}

#cart_top .cart_confirmButton .btn,
#cart_top .cart_emptyButton .btn {
	background-color: var(--color-tyrkis-B);
	color: var(--color-white);
	white-space: normal;
	word-wrap: break-word;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	padding: 10px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#cart_top .cart_confirmButton .btn:hover,
#cart_top .cart_emptyButton .btn:hover {
	background-color: var(--color-black);
	color: var(--color-white);
}

#cart_top .cart_emptyText {
    color: var(--color-gray-Q);
    font-size: 14px;
    font-weight: 700;
    padding: 0 14px;
}

#cart_topInfo {
	display: table-cell;
	position: relative;
	padding: 0 10px;
	width: 100px;
	height: 100%;
	border-right: 1px solid var(--color-gray-P);
	text-align: left;
    vertical-align: middle;
    white-space: nowrap;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	cursor: pointer;
}

#cart_topInfo .badge {
	position: absolute;
	top: -8px;
	left: -8px;
}

#cart_topDropdownToggle {
	height: 100%;
	width: 46px;
	border: none;
	text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	cursor: pointer;
}

#cart_topDropdownToggle  .fa-shopping-cart {
	color: var(--color-tyrkis-B);
	font-size: 18pt;
}

#cart_list {
	display: none;
	position: absolute;
	z-index: 10600;
	top: 53px;
	right: 0;
	width: 260px;
	min-width: 246px;
	max-width: 400px;
	margin-top: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	background-color: transparent;
	box-shadow: 0 4px 0 var(--color-dark-B);
}

.cart_listHead {
	position: relative;
	width: 100%;
	padding: 0 14px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;

	border: 2px solid var(--color-gray-N);
	background-color: var(--color-gray-S);

	color: var(--color-tyrkis-L);
	font-weight: 700;
	font-size: .9em;
	line-height: 2.6em;
}

.cartArrow {
	position: absolute;
	z-index: 9999;
	top: -11px;
	right: 3px;
	width: 39px;
	height: 15px;
	background-image: url('/templates/img/order/cartTopArrow.png');
	background-repeat: no-repeat;
}

.cart_listBody {
	width: 100%;
	min-height: 20px;
	padding: 0;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border: 2px solid var(--color-gray-N);
	border-top: none;
	background-color: var(--color-white);
	color: var(--color-gray-N);
	font-weight: 400;
	font-size: .8em;	
}

.cart_listTableArea {
	width: 100% !important;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 224px;
}

.cart_listTable {
	border-top: none !important;
	width: 100%;
}

.cart_listTable p {
	margin: 0;
}

.cart_listTable td {
	line-height: 14px;
	padding: .5em 1em;
}

.cart_listTableBackOrderNameLine,
.cart_listTableTransDomainNameLine,
.cart_listTableWebhostingNameLine,
.cart_listTableCouponNameLine {
	border-top: 1px solid var(--color-gray-N);
}

tr.cart_listTableBackOrderNameLine:first-child,
tr.cart_listTableTransDomainNameLine:first-child,
tr.cart_listTableCouponNameLine:first-child {
	border-top: none !important;
}

tr.cart_listTableWebhostingNameLine:first-child {
	border-top: none !important;
}

.cart_listTableDomainNameLine.ie9up,
.cart_listTableBackOrderNameLine.ie9up,
.cart_listTableTransDomainNameLine.ie9up,
.cart_listTableWebhostingNameLine.ie9up,
.cart_listTableCouponNameLine.ie9up {
	filter: none;
}

.cart_listTableBackOrderNameLine.first,
.cart_listTableTransDomainNameLine.first,
.cart_listTableWebhostingNameLine.first,
.cart_listTableCouponNameLine.first {
	border-top: none;
}

/*
.cart_listTableDomainNameLine td,
.cart_listTableBackOrderNameLine td,
.cart_listTableTransDomainNameLine td,
.cart_listTableWebhostingNameLine td,
.cart_listTableCouponNameLine td {
	padding-bottom: 0 !important;
}
*/

.cart_listTableDomainName,
.cart_listTableBackOrderName,
.cart_listTableTransDomainName,
.cart_listTableWebhostingName,
.cart_listTableCouponName {
	font-size: 14px;
	font-weight: bold;
}

.cart_listTableDomainPriceCell,
.cart_listTableBackOrderPriceCell,
.cart_listTableTransDomainPriceCell,
.cart_listTableWebhostingPriceCell,
.cart_listTableCouponPriceCell {
	white-space: nowrap;
	width: 45%;
}

.cart_listTableDomainDeleteCell,
.cart_listTableDomainNameAfterCell,
.cart_listTableBackOrderDeleteCell,
.cart_listTableBackOrderAfterCell,
.cart_listTableTransDomainDeleteCell,
.cart_listTableTransDomainAfterCell,
.cart_listTableWebhostingDeleteCell,
.cart_listTableWebhostingAfterCell,
.cart_listTableCouponDeleteCell,
.cart_listTableCouponAfterCell {
	width: 13%;
	border-left: 1px dotted var(--color-gray-N);
}

.cart_listTableDomainTLD {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	font-size: 12px;
	line-height: 14px;
}

.cart_listTableDomainPrice,
.cart_listTableBackOrderPrice,
.cart_listTableTransDomainPrice,
.cart_listTableWebhostingPrice,
.cart_listTableCouponPrice {
	color: var(--color-gray-E);
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
	text-align: right;
}

.cart_listTableDomainDelete,
.cart_listTableBackOrderDelete,
.cart_listTableTransDomainDelete,
.cart_listTableWebhostingDelete,
.cart_listTableCouponDelete {
	margin-left: -.5rem;
	color: var(--color-red-D);
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
}

.cart_listTableDomainDelete:hover,
.cart_listTableBackOrderDelete:hover,
.cart_listTableTransDomainDelete:hover,
.cart_listTableWebhostingDelete:hover,
.cart_listTableCouponDelete:hover {
	color: var(--color-red-F);
	text-decoration: none !important;
}

.cart_listTableDomainTLDCell,
.cart_listTableDomainPriceCell,
.cart_listTableDomainDeleteCell {
	border-bottom: 1px dotted var(--color-gray-N);
}

.cart_listTableDomainTLDCell .--premium {
	display: block;
    line-height: 20px;
    color: var(--color-red-A);
    white-space: nowrap;
	text-overflow: ellipsis;
    width: 80px;
}

.cart_listTableDomainTLDCell.last,
.cart_listTableDomainPriceCell.last,
.cart_listTableDomainDeleteCell.last {
	border-bottom: 1px solid var(--color-gray-N);
}

.cart_listTableDomainTLDCell.lastDomainItem,
.cart_listTableDomainPriceCell.lastDomainItem,
.cart_listTableDomainDeleteCell.lastDomainItem {
	border-bottom: none;
}

/* .cart_listTableYears {
	display: block;
	float: right;
} */

.cart_dialogBut {
	display: inline-block !important;
	background-color: var(--color-orange-B);
	margin: 15px;
}

/************* CART CONTENT *************/

.priceDetails {
	width: 100%;
}

.priceDetails td {
	width: 50%;
}

.cartContent_tablePrice {
	font-weight: bold;
}

.cartContent_tablePrice small {
	color: var(--color-red-E);
	font-weight: normal;
}

.cartContent_tableDomainDeleteButton,
.cartContent_tableBackOrderDeleteButton,
.cartContent_tableTransDomainDeleteButton,
.cartContent_tableWebhostingDeleteButton,
.cartContent_couponDeleteButton {
	text-decoration: none !important;
	color: var(--color-red-G) !important;
	font-weight: bold;
	float: right;
}

.cartContent_small {
	font-size: 70%;
    line-height: 130%;
	margin-left: 20px;
}

.cartContent_dropDownArea {
	min-width: 110px !important;
}

.cartContent_dropDown {
	border-color: var(--color-gray-K);
}

.cartContent_dropDown a {
	text-decoration: none !important;
}

.cartContent_dropDownButtonA {
	position: relative;
	height: 50px;
	padding-left: 10px;
    padding-right: 10px;
	font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    color: var(--color-gray-V);
    z-index: 8;
}

.cartContent_dropDownButtonA:hover,
.cartContent_dropDownButtonA:focus,
.cartContent_dropDownButtonA:active {
	background-color: var(--color-white);
}

.cartContent_dropDownButtonB {
	padding-left: 16px !important;
    padding-right: 16px !important;
    background-color: var(--color-gray-D);
    height: 50px;
    z-index: 8;
}

.cartContent_dropDownButtonB.btn {
	font-size: 16px;
	line-height: 16px;
}

.cartContent_dropDown .caret {
	color: var(--color-gray-L);
}

.cartContent_dropDown .dropdown-menu {
	z-index: 9;
}

.cartContent_dropDownList {
	padding: 5px;
}

.cartContent_separator {
	border-top: 1px solid var(--color-gray-B);
	height: 4px;
	line-height: 2px;
	padding: 0 !important;
	border-bottom: 1px solid var(--color-gray-B);
}

.cartContent_billingInfo {
	padding: 10px 15px;
}

.cartContent_billingPriceInfo {
	border-top: 1px solid var(--color-gray-B);
}

.cartContent_billingPriceInfo .col {
	padding: 15px;
}

#cartContent_container {
	border: 1px solid var(--color-gray-B);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cartContent_infoRow {
	background-color: var(--color-gray-M);
	border-bottom: 1px solid var(--color-gray-B);

	padding: 30px 0;
	color: var(--color-blue-A);
	font-size: 18px;
}

#cartContent_container .cartContent_infoRow:first-child {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#cartContent_cartSummaryTable {
	margin-bottom: 0 !important;
}

#cartContent_cartSummaryTable > thead > tr > th:first-child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-left: none !important;
	padding-left: 15px;
}

#cartContent_cartSummaryTable > thead > tr > th {
    background: transparent;
    border-top: none !important;
    border-left: none !important;
}

#cartContent_cartSummaryTable > thead > tr > th:last-child {
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    border-right: none !important;
}

#cartContent_cartSummaryTable > tbody > tr > td {
	padding: 8px 8px;
	border-bottom: none !important;
	border-left: none !important;
	color: var(--color-blue-A);
	font-size: 14px;
}

#cartContent_cartSummaryTable > tbody > tr > td:first-child {
	padding-left: 15px;
}

#cartContent_cartSummaryTable > tbody > tr > td.highlite {
	font-size: 18px;
}

#cartContent_cartSummaryTable > tbody > tr > td small {
	color: var(--color-gray-N);
}

.cartContent_value.priceAction,
.cartContent_billingPriceInfo,
#cartContent_cartSummaryTable > tbody > tr > td small.priceAction {
	color: var(--color-yellow-B);
	font-size: 18px;
}

#cartContent_cartSummaryTable > tbody > tr:last-child > td {
	border-bottom: none !important;
}

#cartContent_cartSummaryTable > tbody > tr:last-child > td:first-child  {
   	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}

#cartContent_cartSummaryTable > tbody > tr:last-child > td:last-child {
   	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}

#cartContent_cartSummaryTable > tbody > tr > td:first-child {
	border-left: none !important;
}

#cartContent_cartSummaryTable > tbody > tr > td:first-child small:first-child {
	display: block;
    font-size: 12px;
    line-height: 14px !important;
}

#cartContent_cartSummaryTable > tbody > tr > td:last-child {
	border-right: none !important;
}

#cartContent_cartSummaryTable .--domain-name .--premium {
	display: block;
    line-height: 20px;
    color: var(--color-red-A);
    white-space: nowrap;
}

#cartContent_container .table-responsive {
	margin-bottom: 0 !important;
}

.cartContent_couponForm {
	border-top: 1px solid  var(--color-gray-B);
	padding: 15px 0;
}

.cartContent_couponForm input {
	background: var(--color-gray-X) none repeat scroll 0 0;
    color: var(--color-red-E);
    font-size: 14px;
    height: 42px;
}

.cartContent_couponForm button {
	z-index: 2;
    height: 20;
    left: -15px;
    padding: 10px 15px;
    position: relative;
    background: var(--color-blue-E) none repeat scroll 0 0;
    border-color: transparent;
    color: var(--color-white) !important;
    text-decoration: none !important;
    font-size: 14px;
    width: auto;
    white-space: pre;
    -webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
}

.cartContent_couponForm button:hover,
.cartContent_couponForm button:active,
.cartContent_couponForm button:focus {
	background-color: var(--color-blue-D);
}

/************ BILLING INFO *************/

#billingInfo_container {
	border: 1px solid var(--color-gray-B);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.billingInfo_infoRow {
	background-color: var(--color-gray-M);
	border-bottom: 1px solid var(--color-gray-B);

	padding: 30px 0;
	color: var(--color-blue-A);
	font-size: 18px;
}

#billingInfo_container .billingInfo_infoRow:first-child {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.billingInfo_label,
.userNotify_label {
	font-weight: normal;
}

.error .billingInfo_label {
	color: var(--color-red-I) !important;
}

.billingInfo_loginUserEmail,
.billingInfo_loginUserPass,
.billingInfo_loginButton,
.billingInfo_isCompany,
.billingInfo_nameAndSurname,
.billingInfo_personalID,
.billingInfo_streetAndNumber,
.billingInfo_city,
.billingInfo_country,
.billingInfo_zip,
.billingInfo_email,
.billingInfo_phone,
.billingInfo_companyName,
.billingInfo_ICO,
.billingInfo_DIC,
.billingInfo_ICDPH,
.billingInfo_contactPerson {
	padding: 15px 0;
	position: relative;
}

.billingInfo_customerAccounts.row {
	margin-top: 20px;
}

.billingInfo_loginButton {
	border-bottom: 1px solid var(--color-gray-B);
}

.billingInfo_submitButton {
    border-top: 1px solid var(--color-gray-B);
    padding: 30px 0;
}

.billingInfo_isPerson label,
.billingInfo_isCompany label,
.billingInfo_isPerson input,
.billingInfo_isCompany input {
	cursor: pointer;
}

.billingInfo_isPerson label,
.billingInfo_isCompany label {
	margin: 20px;
}

.billingInfo_label,
.userNotify_label {
	line-height: 49px !important;
    margin: 0 !important;
    position: relative;
    vertical-align: middle;
    color: var(--color-red-E);
}

.billingInfo_warning {
	font-size: 14px;
	color: var(--color-yellow-B);
}

.billingInfo_input.error {
    border-color: var(--color-red-I) !important;
    box-shadow: 0 1px 1px var(--color-dark-A) inset!important;
    color: var(--color-red-I) !important;
}

.billingInfo_input.error:focus {
    border-color: var(--color-red-J) !important;
    box-shadow: 0 1px 1px var(--color-dark-A) inset!important;
}

#billingInfo_country,
#billingInfo_customerAccounts {
	width: 100% !important;
}

.billingInfo_countryInput,
.billingInfo_customerAccountsInput {
	display: block;
    float: left;
    font-size: 16px;
    height: 48px !important;
    line-height: 16px;
    padding: 0 10px;
    position: relative;
    width: 84% !important;
    background-color: var(--color-white) !important;
    -webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	border-color: var(--color-gray-Q);
	border-right: none;
	cursor: pointer !important;
}

.billingInfo_countryDropdownButton,
.billingInfo_customerAccountsDropdownButton {
	padding: 6px 15px !important;
	width: 16% !important;
	height: 48px !important;
	background-color: var(--color-gray-B) !important;
}

.billingInfo_countryDropdownMenu,
.billingInfo_customerAccountsDropdownMenu {
	width: 100%;
	max-height: 150px !important;
	overflow-y: scroll;
}

.billingInfo_countryOption,
.billingInfo_customerAccountOption {
	text-decoration: none !important;
}

.billingInfo_customerAccountOption .--customer-id {
	color: var(--color-gray-H);
}

.billingInfo_checkbox {
	display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-right: 20px;
    width: 24px;
	background-image: url('/templates/img/order/checkboxBg.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.billingInfo_checkbox.readonly { /* task #4367 */
	background-image: url('/templates/img/order/checkboxReadonlyBg.png');
}

.billingInfo_checkbox .fa-check {
	visibility: hidden;
	color: var(--color-green-F);
    left: 6px;
    position: relative;
    top: 1px;
}

.billingInfo_checkbox.readonly .fa-check { /* task #4367 */
	color: var(--color-gray-W);
}

.billingInfo_checkbox.checked .fa-check {
	visibility: visible;
}

.billingInfo_notify {
	margin-bottom: 0 !important;
	color: var(--color-red-I);
	position: absolute !important;
	top: 15px;
	left: 100%;
	width: 70%;
}

/************ CHECK AND SEND *************/

#checkAndSend_container {
	border: 1px solid var(--color-gray-B);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.checkAndSend_infoRow {
	background-color: var(--color-gray-M);
	border-bottom: 1px solid var(--color-gray-B);
	padding: 30px 0;
	color: var(--color-blue-A);
	font-size: 18px;
}

#checkAndSend_container .checkAndSend_infoRow:first-child {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#checkAndSend_cartSummaryTable {
	margin-bottom: 0 !important;
}

#checkAndSend_cartSummaryTable > thead > tr > th:first-child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-left: none !important;
	padding-left: 15px;
}

#checkAndSend_cartSummaryTable > thead > tr > th {
    background: transparent;
    border-top: none !important;
    border-left: none !important;
}

#checkAndSend_cartSummaryTable > thead > tr > th:last-child {
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

    border-right: none !important;
}

#checkAndSend_cartSummaryTable > tbody > tr > td {
	padding: 10px 20px;
	border-bottom: none !important;
	border-left: none !important;
	color: var(--color-blue-A);
	font-size: 14px;
}

#checkAndSend_cartSummaryTable > tbody > tr > td:first-child {
	padding-left: 15px;
}

#checkAndSend_cartSummaryTable > tbody > tr > td.highlite {
	font-size: 18px;
}

#checkAndSend_cartSummaryTable > tbody > tr > td small {
	color: var(--color-gray-N);
}

.checkAndSend_value.priceAction,
.checkAndSend_billingPriceInfo,
#checkAndSend_cartSummaryTable > tbody > tr > td small.priceAction {
	color: var(--color-yellow-B);
	font-size: 18px;
}

#checkAndSend_cartSummaryTable > tbody > tr:last-child > td {
	border-bottom: none !important;
}

#checkAndSend_cartSummaryTable > tbody > tr:last-child > td:first-child  {
   	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}

#checkAndSend_cartSummaryTable > tbody > tr:last-child > td:last-child {
   	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}

#checkAndSend_cartSummaryTable > tbody > tr > td:first-child {
	border-left: none !important;
}

#checkAndSend_cartSummaryTable > tbody > tr > td:first-child small:first-child {
	display: block;
    font-size: 12px;
    line-height: 14px !important;
}

#checkAndSend_cartSummaryTable > tbody > tr > td:last-child {
	border-right: none !important;
}

#checkAndSend_cartSummaryTable .--domain-name .--premium {
	display: block;
    line-height: 20px;
    color: var(--color-red-A);
    white-space: nowrap;
}

#checkAndSend_container .table-responsive {
	margin-bottom: 0 !important;
}

.checkAndSend_separator {
	border-top: 1px solid var(--color-gray-B);
	height: 4px;
	line-height: 2px;
	padding: 0 !important;
	border-bottom: 1px solid var(--color-gray-B);
}

.checkAndSend_billingInfo {
	padding: 10px 15px;
}

.priceSummaryRow .col {
	font-size: 18px;
	padding: 15px;
}

.checkAndSend_billingPriceInfo {
	border-top: 1px solid var(--color-gray-B);
}

.bigPrice {
	font-size: 32px !important;
	white-space: nowrap;
	margin-top: -15px;
}

.checkAndSend_billingPriceInfo .col {
	padding: 15px;
}

.checkAndSend_dealershipCheckbox, .checkAndSend_SKNICrulesCheckbox, .checkAndSend_GDPRCheckbox {
	position: absolute;
	display: block;
    height: 24px;
    line-height: 24px;
    margin-right: 20px;
    width: 24px;
	background-image: url('/templates/img/order/checkboxBg.png');
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
}

.checkAndSend_dealershipCheckbox .fa-check, .checkAndSend_GDPRCheckbox .fa-check, .checkAndSend_SKNICrulesCheckbox .fa-check {
	visibility: hidden;
	color: var(--color-green-F);
    left: 6px;
    position: relative;
    top: 1px;
}

.checkAndSend_dealershipCheckbox.checked .fa-check, .checkAndSend_GDPRCheckbox.checked .fa-check, .checkAndSend_SKNICrulesCheckbox.checked .fa-check {
	visibility: visible;
}

.checkAndSend_dealership, .checkAndSend_SKNICrules, .checkAndSend_GDPR {
	padding: 15px 0;
}

.checkAndSend_dealershipNotify, .checkAndSend_SKNICrulesNotify, .checkAndSend_GDPRNotify {
	display: flex;
	flex-wrap: wrap;
}

.checkAndSend_dealershipNotify .first, .checkAndSend_SKNICrulesNotify .first, .checkAndSend_GDPRNotify .first {
	display: inline-flex;
	flex-basis: 100%;
	padding-left: 44px;
}

.checkAndSend_dealershipNotify .second, .checkAndSend_SKNICrulesNotify .second, .checkAndSend_GDPRNotify .second {
	display: inline-flex;
	padding-left: 44px;
	color: var(--color-red-H);
}

#checkAndSend_dealershipAlert, #checkAndSend_SKNICrulesAlert, #checkAndSend_GDPRAlert {
	display: none;
	color: var(--color-red-G);
}

#checkAndSend_dealershipAlert .fa-stack, #checkAndSend_SKNICrulesAlert .fa-stack, #checkAndSend_GDPRAlert .fa-stack {
	position: relative;
	top: -10px;
	display: block;
    float: left;
    height: 100%;
}

#checkAndSend_dealershipAlert .fa-stack-2x, #checkAndSend_SKNICrulesAlert .fa-stack-2x, #checkAndSend_GDPRAlert .fa-stack-2x {
	color: var(--color-red-G);
}

#checkAndSend_dealershipAlert .fa-stack-1x, #checkAndSend_SKNICrulesAlert .fa-stack-1x, #checkAndSend_GDPRAlert .fa-stack-1x {
	top: 4px;
	left: -1px;
	color: var(--color-white) !important;
}

#checkAndSend_dealershipAlert .alertText, #checkAndSend_SKNICrulesAlert .alertText, #checkAndSend_GDPRAlert .alertText {
    display: inline-block;
    margin-left: 40px;
}

#checkAndSend_dealershipArea, #checkAndSend_SKNICrulesArea, #checkAndSend_GDPRArea {
	display: none;
	border: 1px solid var(--color-gray-B);
	padding: 10px;
	max-height: 150px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#checkAndSend_dealershipArea h1, #checkAndSend_SKNICrulesArea h1, #checkAndSend_GDPRArea h1 {
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 10px 0;
}

.checkAndSend_paymentList {
	padding: 10px 0;
}

.checkAndSend_button {
	padding: 30px 0;
}

.checkAndSend_couponForm {
	border-top: 1px solid  var(--color-gray-B);
	padding: 15px 0;
}

.checkAndSend_couponForm input {
	background: var(--color-gray-X) none repeat scroll 0 0;
    color: var(--color-red-E);
    font-size: 14px;
    height: 42px;
}

.checkAndSend_couponForm button {
	z-index: 2;
    height: 20;
    left: -15px;
    padding: 10px 15px;
    position: relative;
    background: var(--color-blue-E) none repeat scroll 0 0;
    border-color: transparent;
    color: var(--color-white) !important;
    text-decoration: none !important;
    font-size: 14px;
    width: auto;
    white-space: pre;
    -webkit-border-radius: 4px !important;
	-moz-border-radius: 4px!important;
	border-radius: 4px !important;
}

.checkAndSend_couponForm button:hover,
.checkAndSend_couponForm button:active,
.checkAndSend_couponForm button:focus {
	background-color: var(--color-blue-D);
}

.checkAndSend_tablePrice {
	font-weight: bold;
}

/************* WEBHOSTING *************/

#webhosting_area {
	background-color: var(--color-tyrkis-K);
	padding: 20px !important;
}

#webhosting_area.domainAndHosting {
	padding: 0 20px 20px !important;
	background-color: transparent;
	border: 1px solid var(--color-gray-B);
	border-top: none;
}

#webhosting_area > .row {
	margin: 0 -20px;
}

#webhosting_goToCartArea {
	background-color: var(--color-white);
	border: 1px solid var(--color-gray-B);
	border-top: none;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

#webhosting_goToCartArea .btn {
	margin: 40px 15px 40px 0 !important;
}

#webhosting_area h3 {
	color: var(--color-white);
	font-size: 30px;
	font-weight: 200;
	margin: 0;
	text-align: center;
}

#webhosting_area.domainAndHosting h3 {
	background-color: var(--color-tyrkis-E);
	color: var(--color-tyrkis-B);
	padding: 20px 0;
	margin: 0 15px;
	border: 3px solid var(--color-tyrkis-B);
	border-bottom: 1px solid var(--color-tyrkis-B) !important;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#webhosting_content {
	background-color: var(--color-white);
	margin: 20px 15px 0 15px;
	-webkit-border-radius: 3px ;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#webhosting_area.domainAndHosting #webhosting_content {
	margin: 0 15px;
	border: 3px solid var(--color-tyrkis-K);
	border-top: none;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

#webhosting_content .webhosting_intro {
	margin: 20px 20px 0 20px;
	padding-bottom: 20px;
	vertical-align: middle;
	border-bottom: 1px solid var(--color-gray-K);
}

#webhosting_content .webhosting_intro.last {
	border-bottom: none;
}

#webhosting_content .webhosting_intro p,
.webhosting_formSummary p {
	margin: 0;
}

#webhosting_content .webhosting_intro .productLogo,
#webhosting_content .webhosting_intro .productLargeTitle {
	min-height: 60px;
}

#webhosting_content .webhosting_intro .productTitle {
	font-size: 26px;
	color: var(--color-gray-T);
	padding-top: 8px;
}

#webhosting_content .webhosting_intro .productIcon {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

#webhosting_content .webhosting_intro .productInfo {
	font-size: 16px;
	font-weight: 200;
}

#webhosting_content .webhosting_intro .productPrice {
	font-size: 36px;
	font-weight: 200;
	color: var(--color-tyrkis-K);
}

#webhosting_content .webhosting_intro .productAction {
	text-align: center;
}

#webhosting_content .webhosting_intro .productAction .fa {
	position: relative;
	top: 3px;
	margin-left: 10px;
	font-size: 1.5em;
}

#webhosting_fajnsmeker,
#webhosting_happy,
#webhosting_wpGuru,
#webhosting_dotnet,
#webhosting_profi,
#webhosting_webpage,
#webhosting_vserver {
	padding: 0;
}

#webhosting_fajnsmekerFormArea,
#webhosting_happyFormArea,
#webhosting_wpGuruFormArea,
#webhosting_dotnetFormArea,
#webhosting_profiFormArea,
#webhosting_webpageFormArea,
#webhosting_vserverFormArea {
	display: none;
	position: relative;
}

#webhosting_vserverFormArea.hostingVserver {
	margin-top: 50px;
	background-color: var(--color-white);
	border: 1px solid var(--color-gray-B);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#webhosting_fajnsmekerFormArea p,
#webhosting_vserverFormArea p {
	margin-bottom: 0 !important;
}

#webhosting_fajnsmekerFormArea .jumbotron,
#webhosting_vserverFormArea .jumbotron {
	margin: 20px 0 0 0;
}

#webhosting_fajnsmekerFormArea .row.firstLevel,
#webhosting_happyFormArea .row.firstLevel,
#webhosting_wpGuruFormArea .row.firstLevel,
#webhosting_dotnetFormArea .row.firstLevel,
#webhosting_profiFormArea .row.firstLevel,
#webhosting_webpageFormArea .row.firstLevel,
#webhosting_vserverFormArea .row.firstLevel {
	margin: 0 5px;
	background-image: url('/templates/img/order/webhosting_formBg.png');
	background-repeat: no-repeat;
	background-position: center top;
}

#webhosting_vserverFormArea.hostingVserver .row.firstLevel {
	background-image: none;
}

.webhosting_formArrow {
	display:none;
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 23px;
	background-image: url('/templates/img/order/webhosting_formArrow.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.webhosting_formItemsArea {
	margin-top: 50px;
}

.webhosting_formItemsArea p {
	margin-bottom: 0;
}

.webhosting_formItemsArea small {
	color: var(--color-gray-Q);
}

.webhosting_sizeOfSpaceLine,
.webhosting_numOfDomainLine,
.webhosting_multihostingLine,
.webhosting_phpLine,
.webhosting_sqlLine,
.webhosting_sslLine,
.webhosting_emailLine,
.webhosting_ramLine,
.webhosting_ssdLine,
.webhosting_cpuLine,
.webhosting_adminLine,
.webhosting_backupLine,
.webhosting_selectHappyLine,
.webhosting_selectWpGuruLine,
.webhosting_selectWebpageLine,
.webhosting_selectVserverLine {
	border-bottom: 1px solid var(--color-gray-K);
	padding-top: 20px;
	padding-bottom: 40px;
}

.webhosting_happyInfo p,
.webhosting_wpGuruInfo p,
.webhosting_webpageInfo p {
	margin: 0 !important;
}

.webhosting_formSummary {
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: middle;
}

.webhosting_formSummaryPrice {
	font-size: 36px;
	font-weight: 200;
	color: var(--color-tyrkis-K);
}

.webhosting_ramPrice,
.webhosting_ssdPrice,
.webhosting_cpuPrice,
.webhosting_adminPrice,
.webhosting_backupPrice {
	font-size: 23px;
	font-weight: 200;
	color: var(--color-tyrkis-K);
	text-align: right;
}

.webhosting_formSummaryAction {
	text-align: center;
}

.webhosting_formSummaryAction .fa {
	position: relative;
	top: 3px;
	margin-left: 10px;
	font-size: 1.5em;
}

.webhosting_sizeOfSpaceLine .col-xs-6,
.webhosting_numOfDomainLine .col-xs-6,
.webhosting_multihostingLine .col-xs-6,
.webhosting_phpLine .col-xs-6,
.webhosting_sqlLine .col-xs-6,
.webhosting_sslLine .col-xs-6,
.webhosting_emailLine .col-xs-6,
.webhosting_formSummary .col-xs-6,
.webhosting_ramLine .col-xs-6,
.webhosting_ssdLine .col-xs-6,
.webhosting_cpuLine .col-xs-6,
.webhosting_adminLine .col-xs-6,
.webhosting_backupLine .col-xs-6,
.webhosting_selectHappyLine .col-xs-6,
.webhosting_selectWpGuruLine .col-xs-6,
.webhosting_selectWebpageLine .col-xs-6,
.webhosting_selectVserverLine .col-xs-6 {
	height: 60px;
	vertical-align: middle;
}

.webhosting_sizeOfSpaceLabel p,
.webhosting_numOfDomainLabel p,
.webhosting_multihostingLabel p,
.webhosting_phpLabel p,
.webhosting_sqlLabel p,
.webhosting_sslLabel p,
.webhosting_emailLabel p,
.webhosting_ramLabel p,
.webhosting_ssdLabel p,
.webhosting_cpuLabel p,
.webhosting_adminLabel p,
.webhosting_backupLabel p {
	margin-top: 15px;
}

.webhosting_checkbox {
	display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-right: 20px;
    width: 24px;
	background-image: url('/templates/img/order/checkboxBg.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.webhosting_checkbox .fa-check {
	visibility: hidden;
	color: var(--color-green-F);
    left: 6px;
    position: relative;
    top: 1px;
}

.webhosting_checkbox.checked .fa-check {
	visibility: visible;
}

.webhosting_multihostingLabel .fa-stack,
.webhosting_numOfDomainLabel .fa-stack,
.webhosting_sizeOfSpaceLabel .fa-stack {
	color: var(--color-tyrkis-J);
	font-size: 14px;
	cursor: pointer;
}

.webhosting_sizeOfSpaceInfo,
.webhosting_numOfDomainInfo,
.webhosting_multihostingInfo,
.webhosting_phpInfo,
.webhosting_sqlInfo,
.webhosting_sslInfo,
.webhosting_emailInfo,
.webhosting_ramInfo,
.webhosting_ssdInfo,
.webhosting_cpuInfo {
	text-align: center;
}

.webhosting_sizeOfSpaceInfo p,
.webhosting_numOfDomainInfo p,
.webhosting_multihostingInfo p,
.webhosting_phpInfo p,
.webhosting_sqlInfo p,
.webhosting_sslInfo p,
.webhosting_emailInfo p,
.webhosting_ramInfo p,
.webhosting_ssdInfo p,
.webhosting_cpuInfo p {
	display: inline-block;
	background-color: var(--color-gray-O);
	color: var(--color-gray-E);
	font-size: 14px;
	padding: 15px 10px;
    width: 50%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.webhosting_multihostingInfo p,
.webhosting_phpInfo p,
.webhosting_sqlInfo p,
.webhosting_sslInfo p,
.webhosting_emailInfo p {
	cursor: default;
}

.webhosting_ramInfo p,
.webhosting_ssdInfo p,
.webhosting_cpuInfo p {
	width: 100%;
}

#webhosting_sizeOfSpaceInput,
#webhosting_numOfDomainInput,
#webhosting_ramInput,
#webhosting_ssdInput,
#webhosting_cpuInput {
	width: 50%;
	border: 0;
	background-color: var(--color-gray-O);
	text-align: right;
}

.webhosting_sizeOfSpace,
.webhosting_numOfDomain,
.webhosting_multihosting,
.webhosting_php,
.webhosting_sql,
.webhosting_ssl,
.webhosting_email,
.webhosting_ram,
.webhosting_ssd,
.webhosting_cpu {
	display: none !important;
	top: 15px;
}

.webhosting_multihosting + .ui-slider-track,
.webhosting_php + .ui-slider-track,
.webhosting_sql + .ui-slider-track,
.webhosting_ssl + .ui-slider-track,
.webhosting_email + .ui-slider-track {
	top: 15px;
	width: 30%;
	margin: 0;
	background-color: var(--color-gray-R);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.webhosting_sizeOfSpace + .ui-slider-track,
.webhosting_numOfDomain + .ui-slider-track,
.webhosting_ram + .ui-slider-track,
.webhosting_ssd + .ui-slider-track,
.webhosting_cpu + .ui-slider-track {
	top: 15px;
	width: 100%;
	margin: 0;
	background-color: var(--color-gray-R);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.webhosting_sizeOfSpaceInfoTrack,
.webhosting_numOfDomainInfoTrack,
.webhosting_ramInfoTrack,
.webhosting_ssdInfoTrack,
.webhosting_cpuInfoTrack {
	position: absolute;
	z-index: 5;
	top: 40px;
	margin-left: -10px;
	white-space: nowrap;
	color: var(--color-gray-H);
	background-color: var(--color-dark-G);
}

.webhosting_sizeOfSpaceInfoTrack::before,
.webhosting_numOfDomainInfoTrack::before,
.webhosting_ramInfoTrack::before,
.webhosting_ssdInfoTrack::before,
.webhosting_cpuInfoTrack::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	width: 20px;
	height: 100%;
	background-color: var(--color-dark-G);
}

.webhosting_sizeOfSpaceInfoTrack::after,
.webhosting_numOfDomainInfoTrack::after,
.webhosting_ramInfoTrack::after,
.webhosting_ssdInfoTrack::after,
.webhosting_cpuInfoTrack::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -20px;
	width: 20px;
	height: 100%;
	background-color: var(--color-dark-G);
}

.webhosting_sizeOfSpaceHelperMin,
.webhosting_numOfDomainHelperMin,
.webhosting_ramHelperMin,
.webhosting_ssdHelperMin,
.webhosting_cpuHelperMin,
.webhosting_multihostingHelperNo,
.webhosting_phpHelperNo,
.webhosting_sqlHelperNo,
.webhosting_sslHelperNo,
.webhosting_emailHelperNo {
	position: absolute;
	z-index: 4;
	left: 0;
	top: 40px;
	margin-left: -10px;
	white-space: nowrap;
	color: var(--color-gray-Q);
}

.webhosting_sizeOfSpaceHelperMax,
.webhosting_numOfDomainHelperMax,
.webhosting_multihostingHelperYes,
.webhosting_phpHelperYes,
.webhosting_sqlHelperYes,
.webhosting_sslHelperYes,
.webhosting_emailHelperYes,
.webhosting_ramHelperMax,
.webhosting_ssdHelperMax,
.webhosting_cpuHelperMax {
	position: absolute;
	z-index: 4;
	left: 100%;
	top: 40px;
	margin-left: -10px;
	white-space: nowrap;
	color: var(--color-gray-Q);
}

.webhosting_multihostingHelperNo,
.webhosting_multihostingHelperYes,
.webhosting_phpHelperNo,
.webhosting_phpHelperYes,
.webhosting_sqlHelperNo,
.webhosting_sqlHelperYes,
.webhosting_sslHelperNo,
.webhosting_sslHelperYes,
.webhosting_emailHelperNo,
.webhosting_emailHelperYes {
	color: var(--color-gray-H);
}

.webhosting_sizeOfSpaceHelperMin.op50,
.webhosting_sizeOfSpaceHelperMax.op50,
.webhosting_numOfDomainHelperMin.op50,
.webhosting_numOfDomainHelperMax.op50,
.webhosting_ramHelperMin.op50,
.webhosting_ramHelperMax.op50,
.webhosting_ssdHelperMin.op50,
.webhosting_ssdHelperMax.op50,
.webhosting_cpuHelperMin.op50,
.webhosting_cpuHelperMax.op50 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}

.webhosting_sizeOfSpaceHelperMin.op0,
.webhosting_sizeOfSpaceHelperMax.op0,
.webhosting_numOfDomainHelperMin.op0,
.webhosting_numOfDomainHelperMax.op0,
.webhosting_ramHelperMin.op0,
.webhosting_ramHelperMax.op0,
.webhosting_ssdHelperMin.op0,
.webhosting_ssdHelperMax.op0,
.webhosting_cpuHelperMin.op0,
.webhosting_cpuHelperMax.op0 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.webhosting_sizeOfSpaceHelperMin.op50.ie9up,
.webhosting_sizeOfSpaceHelperMax.op50.ie9up,
.webhosting_sizeOfSpaceHelperMin.op0.ie9up,
.webhosting_sizeOfSpaceHelperMax.op0.ie9up,
.webhosting_numOfDomainHelperMin.op50.ie9up,
.webhosting_numOfDomainHelperMax.op50.ie9up,
.webhosting_numOfDomainHelperMin.op0.ie9up,
.webhosting_numOfDomainHelperMax.op0.ie9up,
.webhosting_ramHelperMin.op50.ie9up,
.webhosting_ramHelperMax.op50.ie9up,
.webhosting_ramHelperMin.op0.ie9up,
.webhosting_ramHelperMax.op0.ie9up,
.webhosting_ssdHelperMin.op50.ie9up,
.webhosting_ssdHelperMax.op50.ie9up,
.webhosting_ssdHelperMin.op0.ie9up,
.webhosting_ssdHelperMax.op0.ie9up,
.webhosting_cpuHelperMin.op50.ie9up,
.webhosting_cpuHelperMax.op50.ie9up,
.webhosting_cpuHelperMin.op0.ie9up,
.webhosting_cpuHelperMax.op0.ie9up {
	filter: none;
}

.webhosting_formBottom {
	height: 50px;
	background-image: url('/templates/img/order/webhosting_formBottomBg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom: 1px solid var(--color-gray-K);
}

#webhosting_vserverFormArea.hostingVserver .webhosting_formBottom {
	background-image: none;
	height: 0;
	display: none;
}

.webhosting_formBottom.last {
	border-bottom: none;
}

/************* PAYMENT RESULT *************/

.paymentResultPartOne {
	border: 1px solid var(--color-gray-B);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.paymentResultPartOne .row.last {
	padding-bottom: 50px !important;
}

.paymentResultAttribute {
	font-weight: 700;
	margin: 7px 0 !important;
}

.paymentResultValue {
	margin: 7px 0 !important;
}

.paymentResultLinks {
	background-color: var(--color-tyrkis-E);
	border: 1px solid var(--color-gray-B);
	border-top: none;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	margin-bottom: 50px;
}

.paymentResultLinksLeft {
	border-right: 1px solid var(--color-gray-B);
}

.paymentResultLinksIconArea,
.paymentResultLinksListArea {
	padding-top: 50px;
}

.paymentResultLinksList {
	width: 100%;
	margin-bottom: 30px;
}

.paymentResultLinksList th {
	text-align: left;
	font-size: 1.2em;
	font-weight: 600;
	color: var(--color-tyrkis-A);
	cursor: default;
}

.paymentResultLinksListLinkLine {
	position: relative;
	border-bottom: 1px solid var(--color-tyrkis-D);
	padding: 12px 0 !important;
}

.paymentResultLinksList tr.hide {
	display: none;
}

.paymentResultLinksListLinkLine.last {
	border-bottom: none;
}

.paymentResultLinksListLinkLine a {
	display: block;
}

.paymentResultLinksListLink {
	text-transform: uppercase;
	text-decoration: none !important;
	color: var(--color-red-E) !important;
	font-weight: 500 !important;
}

.paymentResultLinksListLink:hover {
	color: var(--color-tyrkis-G) !important;
}

.paymentResultLinksListLink i {
	color: var(--color-tyrkis-A) !important;
	font-weight: 600;
	font-size: 22px;
	line-height: 22px;
	position: absolute;
	top: 10px;
	right: 0;
}

/************* UI MOBILE *************/

.ui-rangeslider,
.ui-slider {
	margin: 0 !important;
}

.ui-rangeslider .ui-rangeslider-sliders {
	margin: 11px 30px 0 30px !important;
}

.ui-rangeslider .ui-slider {
	display: none;
}

.ui-slider-track {
	border-width: 0 !important;
	height: 14px !important;
}

.ui-slider-bg {
	background-color: var(--color-tyrkis-H);
}

.ui-slider-handle {
    margin: -9px 0 0 -15px !important;
	width: 39px !important;
	height: 19px !important;
	border: none;
	background-image: url('/templates/img/order/webhosting_slider.png');
	background-color: transparent;
}

.ui-slider-handle.ui-state-active {
	border: none;
	background-image: url('/templates/img/order/webhosting_slider.png');
	background-color: transparent;
}

.ui-state-disabled {
   background-image: none;
   opacity: .35;
}

/************* FOOTER *************/

#footer {
	margin-top: 50px;
	padding: 30px 5px;
	width: 100%;
	min-height: 100px;
	background-color: var(--color-blue-B);
	font-size: .7em;
	color: var(--color-blue-C);
}

@media (max-width: 767px) {
	#nl-form-captcha .form-group .email {
		margin-bottom: .5rem;
	}
}

/************* TOOLTIP *************/

.qtip-bootstrap {
	color: var(--color-white);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-width: 0;	
}

.global_dialogue .qtip-content,
.global_dialogue .qtip-titlebar {
	text-align: center;
}

.tGreen.qtip-bootstrap {
	background-color: var(--color-green-B);
}

.tOrange.qtip-bootstrap {
	background-color: var(--color-orange-A);
}

.tOrange .qtip-titlebar {
	background-color: var(--color-orange-A);
	border-bottom: none;
}

.tRed.qtip-bootstrap {
	background-color: var(--color-red-B);
}

.tRed .qtip-titlebar {
	background-color: var(--color-red-B);
	border-bottom: none;
}

.tTyrkis.qtip-bootstrap,
.tTyrkis.firstStatusButton1 {
	background-color: var(--color-tyrkis-A) !important;
	cursor: default !important;
}

.tBlue.qtip-bootstrap {
	background-color: var(--color-tyrkis-I);
	color: var(--color-gray-E);
	border: 1px solid var(--color-tyrkis-I) !important;
}

#qtip-overlay div{
	background-color:var(--color-white) !important;
}

/************* PRELOADER *************/

.preloaderIcon {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes preloaderIcon {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes preloaderIcon {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/************* MEDIA *************/

@media (max-width: 1199px) {
	.pR3 {
		padding-right: 4.8% !important;
	}
}
@media (max-width: 991px) {
	.pR {
		padding-right: 8% !important;
	}

	.newDomain_l3Box {
		line-height: 82px;
	}

	.newDomain_l3DropDown {
		display: table-cell;
	    margin: 0;
	    padding: 0;
	    width: 50%;
	}

	.cartContent_dropDownArea {
		padding: 5px !important;
	}

	.cartContent_dropDown {
		display: inline-flex;
	    margin: 0;
	    padding: 0;
	    width: 100%;
	}

	.newDomain_l3DropDown .btn {
		min-width: 0;
	}

	.newDomain_l3DropDownButtonA {
	    background-position: 4px 7px;
	    line-height: 38px;
	    margin-left: 5px !important;
	    margin-top: 5px;
	    padding: 0;
	    vertical-align: middle;
	    width: 70%;
	}

	.cartContent_dropDownButtonA {
	    width: 70%;
	    min-width: auto !important;
	    font-size: 12px;
	    line-height: 12px;
	}
	.newDomain_l3DropDownButtonB {
		line-height: 18px;
	    margin-top: 5px;
	    width: 15%;
	}

	.cartContent_dropDownButtonB {
	    width: 30%;
	}

	.newDomain_l3DropDownButtonA .newDomain_l3DropDownActiveIcon {
		left: 3px;
    	top: 6px;
	}

	#webhosting_content .webhosting_intro .productAction {
		text-align: left;
		padding-top: 10px;
	}

	.billingInfo_notify {
		position: static !important;
		top: 0;
		left: 0;
		width: 100%;
	}

	.paymentResultLinksListArea {
		padding-top: 0;
	}

	.paymentResultLinksList th {
		padding-top: 15px;
	}

	.webhosting_happyInfo p,
	.webhosting_wpGuruInfo p,
	.webhosting_webpageInfo p {
		margin: 1rem 0 0 0 !important;
	}
}

@media (max-width: 767px) {
	body.landing-page #main-menu {
		top: -1px !important;
	}

	body.landing-page #one-zero {
		margin-top: -92px !important;
	}

	#header .container {
		padding: 0 !important;
	}

	.navbar-header {
		padding: 0 15px !important;
	}

	.navbar-right {
		width: 100% !important;
		margin: 0 !important;
	}

	#main-menu {
		padding: 0 15px !important;
		margin: 0 !important;
	}

	.pR {
		padding-right: 9% !important;
	}

	.pR3 {
		padding-right: 3.5% !important;
	}

	#cartContent_fullButtons {
		padding-top: 10px;
	}

	#formArea.landingDomains {
		padding: 0;
		margin: -25px 0;
		background: var(--color-white);
	}

	#formArea_top,
	#formArea_bottom {
		margin: 0 0 80px 0;
	}

	#newDomain_adv.alternative  #newDomain_advForm,
	#newDomain_adv_top.alternative  #newDomain_advForm_top,
	#newDomain_adv_bottom.alternative  #newDomain_advForm_bottom {
		margin-top: 20px;
	}

	#newDomain_homeGoToOrder {
		margin-top: 20px;
	}

	#formArea.landingDomains #newDomain_homeGoToOrder {
		margin-bottom: 20px;
	}

	.advFormHomeTitle,
	.newDomain_advInput.alternative,
	.newDomain_advSubmit.alternative,
	.homeUnderSpacer,
	.homeUnderSpacerLine,
	.homeUnderSpacerLine.alternative,
	.homeBeforeSpacer,
	.homeBeforeSpacerLine,
	.advErrorHomeEnd {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#newDomain_advForm_top .advFormHomeTitle,
	#newDomain_advForm_bottom .advFormHomeTitle {
		padding-left: 15px;
		padding-right: 15px;
	}

	#newDomain_advForm_top .newDomain_advInput.alternative,
	#newDomain_advForm_bottom .newDomain_advInput.alternative {
		padding-left: 15px;
	}

	#newDomain_advForm_top .newDomain_advSubmit.alternative,
	#newDomain_advForm_bottom .newDomain_advSubmit.alternative {
		padding-right: 15px !important;
	}

	#newDomain_advForm_top .blockTitle,
	#newDomain_advForm_bottom .blockTitle {
		font-size: 2em;
	}

	.homeSpacerBottom {
		visibility: hidden;
	}

	.homeButtonArea {
		padding: 0 15px !important;
	}

	.subTitle {
	    margin: 25px 0 !important;
	}

	.buttonBlock {
		margin: 0 0 15px 0;
	}

	#orderStep_nav .container {
		padding: 0 10px;
	}

	#selectProduct_area .col-xs-4.first,
	#selectProduct_area .col-xs-4.first.active {
		border-left: none;
		-webkit-border-radius: 0 5px 0 0;
		-moz-border-radius: 0 5px 0 0;
		border-radius: 0 5px 0 0;
	}

	#selectProduct_area .col-xs-4.last,
	#selectProduct_area .col-xs-4.last.active {
		border-right: none;
		-webkit-border-radius: 5px 0 0 0;
		-moz-border-radius: 5px 0 0 0;
		border-radius: 5px 0 0 0;
	}

	#selectProduct_domNew input,
	#selectProduct_domTransfer input,
	#selectProduct_webhost input {
		position: absolute;
		visibility: hidden;
	}

	#selectProduct_area label {
	    font-size: 14px;
	    margin-left: 0;
	    padding: 5px;
	    position: relative;
	    text-align: left;
	    top: -10px;
	}

	#newDomain_l1 .line {
		position: relative;
		text-align: center;
	}

	.newDomain_fs .btn {
		width: auto !important;
	}

	.webhosting_intro {
		margin: 0 !important;
		padding: 10px;
	}

	#webhosting_fajnsmekerFormArea,
	#webhosting_vserverFormArea {
		padding: 0 !important;
	}

	#webhosting_fajnsmekerFormArea .firstLevel,
	#webhosting_vserverFormArea .firstLevel {
		margin: 0 !important;
	}

	#webhosting_vserverFormArea.hostingVserver {
		margin-top: 100px;
		background-color: transparent;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: inset 0 3px 3px -3px var(--color-dark-C);
		-moz-box-shadow: inset 0 3px 3px -3px var(--color-dark-C);
		box-shadow: inset 0 3px 3px -3px var(--color-dark-C);
	}

	#webhosting_vserverFormArea.hostingVserver .webhosting_formItemsArea {
		margin-top: 30px;
	}

	.webhosting_sizeOfSpaceLine,
	.webhosting_numOfDomainLine,
	.webhosting_multihostingLine,
	.webhosting_phpLine,
	.webhosting_sqlLine,
	.webhosting_sslLine,
	.webhosting_emailLine,
	.webhosting_ramLine,
	.webhosting_ssdLine,
	.webhosting_cpuLine,
	.webhosting_adminLine,
	.webhosting_backupLine,
	.webhosting_selectHappyLine,
	.webhosting_selectWpGuruLine,
	.webhosting_selectWebpageLine,
	.webhosting_selectVserverLine {
		padding-bottom: 20px;
	}

	.webhosting_sizeOfSpaceInfo,
	.webhosting_numOfDomainInfo,
	.webhosting_multihostingInfo,
	.webhosting_phpInfo,
	.webhosting_sqlInfo,
	.webhosting_sslInfo,
	.webhosting_emailInfo {
		margin-top: 60px;
		text-align: left;
	}

	.webhosting_ramPrice,
	.webhosting_ssdPrice,
	.webhosting_cpuPrice {
		margin-top: 60px;
		text-align: left;
	}

	.webhosting_adminPrice,
	.webhosting_backupPrice {
		text-align: left;
	}

	.webhosting_multihosting + .ui-slider-track,
	.webhosting_php + .ui-slider-track,
	.webhosting_sql + .ui-slider-track,
	.webhosting_ssl + .ui-slider-track,
	.webhosting_email + .ui-slider-track {
		width: 50%;
	}

	.webhosting_sizeOfSpace + .ui-slider-track,
	.webhosting_numOfDomain + .ui-slider-track,
	.webhosting_ram + .ui-slider-track,
	.webhosting_ssd + .ui-slider-track,
	.webhosting_cpu + .ui-slider-track {
		width: 80%;
	}

	.jumbotronArea {
		padding: 0 !important;
	}

	#cart_list {
		right: auto;
		left: 0;
	}

	.cartArrow {
		right: auto;
		left: 100px;
	}

	.billingInfo_countryInput {
		height: 48px !important;
	}

	.billingInfo_countryDropdownButton {
		width: 16% !important;
		height: 48px !important;
	}

	#cartContent_container .table-responsive {
		margin-bottom: 0 !important;
		border: none !important;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#cartContent_container {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#cartContent_container .cartContent_infoRow:first-child {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#cartContent_cartSummaryTable > tbody > tr:last-child > td:first-child  {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#cartContent_cartSummaryTable > tbody > tr:last-child > td:last-child {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.cartContent_label {
		position: relative;
		padding: 10px 15px;
		border-bottom: 1px solid var(--color-gray-B);
	}

	.cartContent_value {
		padding: 10px 20px 10px 8px;
		color: var(--color-blue-A);
		border-left: 1px solid var(--color-gray-B);
		border-bottom: 1px solid var(--color-gray-B);
	}

	.cartContent_value.highlite {
		font-size: 18px;
		font-weight: bold;
		white-space: nowrap;
	}

	.cartContent_value .--premium {
		display: block;
		line-height: 20px;
		color: var(--color-red-A);
		white-space: nowrap;
	}

	.cartContent_label.separate,
	.cartContent_value.separate {
		background-color: var(--color-gray-U);
		height: 6px;
		line-height: 6px !important;
		padding: 0 !important;
	}

	.cartContent_label.separate.end,
	.cartContent_value.separate.end {
		background-color: var(--color-white);
		height: 3px !important;
		line-height: 3px !important;
		padding: 0 !important;
	}

	#cartContent_container row.end .cartContent_label,
	#cartContent_container row.end .cartContent_value {
		border-bottom: none;
	}

	.row.coupon.labelRow .cartContent_label,
	.row.coupon.labelRow .cartContent_value,
	.row.coupon.labelRow .checkAndSend_label,
	.row.coupon.labelRow .checkAndSend_value {
		border-bottom: none !important;
	}

	.cartContent_couponForm,
	.checkAndSend_couponForm {
		border-top: none;
	}

	#checkAndSend_container .table-responsive {
		margin-bottom: 0 !important;
		border: none !important;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#checkAndSend_container {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#checkAndSend_container .checkAndSend_infoRow:first-child {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#checkAndSend_cartSummaryTable > tbody > tr:last-child > td:first-child  {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#checkAndSend_cartSummaryTable > tbody > tr:last-child > td:last-child {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.checkAndSend_label {
		padding: 10px 15px;
		border-bottom: 1px solid var(--color-gray-B);
	}

	.checkAndSend_value {
		padding: 10px 15px;
		color: var(--color-blue-A);
		border-left: 1px solid var(--color-gray-B);
		border-bottom: 1px solid var(--color-gray-B);
	}

	.checkAndSend_value.highlite {
		font-size: 18px;
		font-weight: bold;
		white-space: nowrap;
	}

	.checkAndSend_value .--premium {
		display: block;
		line-height: 20px;
		color: var(--color-red-A);
		white-space: nowrap;
	}

	.checkAndSend_label.separate,
	.checkAndSend_value.separate {
		background-color: var(--color-gray-U);
		height: 6px;
		line-height: 6px !important;
		padding: 0 !important;
	}

	.checkAndSend_label.separate.end,
	.checkAndSend_value.separate.end {
		border-bottom: none;
	}

	#checkAndSend_container row.end .checkAndSend_label,
	#checkAndSend_container row.end .checkAndSend_value {
		border-bottom: none;
	}

	.domain-and-hosting {
		padding-top: 15px;
	}

	.paymentResultPartOne,
	.paymentResultLinks {
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.paymentResultLinks {
		border-top: 1px solid var(--color-tyrkis-C);
		border-bottom: 1px solid var(--color-tyrkis-C);
	}

	.paymentResultLinksLeft {
		border-right: none;
	}

	.paymentResultLinksIconArea {
		padding-top: 20px;
	}

	.cart_dialogBut {
		margin: 15px 0;
	}

	.bluebck.hostingVserver {
		background-color: var(--color-tyrkis-E) !important;
		border-bottom: 1px solid var(--color-tyrkis-D);
	}
}

@media (max-width: 640px) {
	#orderStep_nav {
    	margin-top: 30px;
	}

	.orderStepImg {
    	top: -29px;
    	width: 55px;
    	height: 55px;
	}

	.orderStep_one, .orderStep_two, .orderStep_three, .orderStep_four {
    	height: 100px;
    }
	.orderStepTitle {
		top: -10px;
		font-size: 12px;
	}

	.newDomain_l1Column {
		width: 88px;
	}

	.newDomain_l1Box .price {
		padding-bottom: 15px !important;
	}
}

@media (max-width: 480px) {
	.homeContent {
		padding-top: 60px !important;
	}

	.orderStepTitle {
		top: -10px;
		font-size: 10px;
	}

	#newDomain_advForm_top .blockTitle,
	#newDomain_advForm_bottom .blockTitle {
		font-size: 1.8em;
	}

	#newDomain_advForm_top .advFormHomeTitle,
	#newDomain_advForm_bottom .advFormHomeTitle {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#newDomain_advForm_top .newDomain_advInput.alternative,
	#newDomain_advForm_bottom .newDomain_advInput.alternative {
		padding-bottom: 15px;
	}

	#newDomain_advForm_top .newDomain_advSubmit.alternative,
	#newDomain_advForm_bottom .newDomain_advSubmit.alternative {
		padding-bottom: 15px !important;
	}

	#newDomain_l2Area .row.playground {
		border-bottom: 1px solid var(--color-gray-B);
	}

	#newDomain_l3Button {
		position: relative;
		top: 0;
		left: -15px;
	}
	
	.newDomain_l2Column,
	.newDomain_l3Column {
		width: 50%;
		float: left;
	}

	.newDomain_l2Column.odd,
	.newDomain_l3Column.odd {
		width: 50%;
		float: right;
	}

	.newDomain_l2Column .newDomain_l2Box,
	.newDomain_l3Column .newDomain_l3Box {
		border-right: 1px solid var(--color-gray-B);
	}

	.newDomain_l2Column.odd .newDomain_l2Box,
	.newDomain_l3Column.odd .newDomain_l3Box {
		border-right: none;
	}

	.newDomain_l2Column.top {
		height: 49px;
		line-height: 46px;
	}

	#newDomain_l2 .row.r0 {
	    height: 49px;
	}

	.newDomain_l2Box.top {
		height: 49px;
	}

	.newDomain_l2Box .domainName,
	.newDomain_l2Box.top .domainName,
	.newDomain_l3Box .domainName {
		width: 50%;
		padding: 8px 5px;
	}

	.newDomain_l2Box .price,
	.newDomain_l2Box.top .price,
	.newDomain_l3Box .price {
		width: 30%;
		padding: 8px 5px;
		text-align: right;
	}

	.newDomain_l2Box .iconStatus,
	.newDomain_l2Box.top .iconStatus,
	.newDomain_l3Box .iconStatus {
		width: 20%;
		background-position: -8px -2px;
    	padding: 8px 5px;
	}

	.newDomain_l3Box .ringLoadingSmall {
		left: 2px;
    	top: 7px;
	}
	.newDomain_l2Box.top .ringLoadingSmall,
	.newDomain_l2Box .ringLoadingSmall {
		top: 5px;
		right: -40px;
	}

	.newDomain_l2Box .iconStatus .fa-stack,
	.newDomain_l3Box .iconStatus .fa-stack,
	.newDomain_l2Box.top .iconStatus .fa-stack {
		left: -4px;
	}

	#checkAndSend_dealershipAlert .fa-stack, #checkAndSend_GDPRAlert .fa-stack, #checkAndSend_SKNICrulesAlert .fa-stack {
		top: 0;
	}

}

@media (max-width: 440px) {
	#cart_list {
		max-width: 310px;
	}

	.billingInfo_isCompany  p {
		margin-bottom: 0 !important;
	}

	.billingInfo_loginUserEmail,
	.billingInfo_nameAndSurname,
	.billingInfo_personalID,
	.billingInfo_streetAndNumber,
	.billingInfo_city,
	.billingInfo_country,
	.billingInfo_zip,
	.billingInfo_email,
	.billingInfo_phone,
	.billingInfo_companyName,
	.billingInfo_ICO,
	.billingInfo_DIC,
	.billingInfo_ICDPH,
	.billingInfo_contactPerson {
		padding-top: 0;
	}
}

@media (max-width: 360px) {
	.newDomain_advInput,
	.transDomain_input {
		padding-right: 0;
	}

	.newDomain_advSubmit,
	.transDomain_submit {
		padding-left: 0;
	}

	#newDomain_advSubmit,
	#newDomain_advSubmit_top,
	#newDomain_advSubmit_bottom,
	#transDomain_submit {
		position: relative;
		left: -5px;
		width: 110%;
	}

	#newDomain_adv.alternative .blockTitle {
		margin-left: 8%;
	}

	.newDomain_advInput.alternative #newDomain_advInput {
		margin-left: 5%;
		width: 100%;
	}

	.newDomain_advSubmit.alternative #newDomain_advSubmit {
		width: 95%;
	}

	.newDomain_advInputCol {
		padding-right: 0;
	}

	.checkAndSend_dealershipCheckbox, .checkAndSend_GDPRCheckbox, .checkAndSend_SKNICrulesCheckbox {
		margin-bottom: 60px;
	}

	#newDomain_advForm_top .newDomain_advSubmit.alternative,
	#newDomain_advForm_bottom .newDomain_advSubmit.alternative {
		padding: 0 4% 3% 0;
	}
}

@media (min-width: 1px) and (max-width: 991px) {
	#selectProduct_area .col-xs-4.first,
	#selectProduct_area .col-xs-4.middle,
	#selectProduct_area .col-xs-4.last {
		padding: 20px 0;
	}	
}

 /*FIX IE11*/

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .buttonYellow { border: .01px solid var(--color-yellow-A); }
    *::-ms-backdrop, .buttonWhite { border: .01px solid var(--color-white); }
    *::-ms-backdrop, .buttonLarge:hover,
	*::-ms-backdrop, .buttonSmall:hover { border: .01px solid var(--color-black); }
    *::-ms-backdrop, .advFormHomeTitle { border: .01px solid var(--color-tyrkis-B); }
    *::-ms-backdrop, .newDomain_advInput.alternative { border: .01px solid var(--color-tyrkis-B); }
	*::-ms-backdrop, .newDomain_advSubmit.alternative { border: .01px solid var(--color-tyrkis-B); }
	*::-ms-backdrop, .homeUnderSpacer { border: .01px solid var(--color-tyrkis-B); }
	*::-ms-backdrop, .homeUnderSpacerLine { border: .01px solid var(--color-white); }
	*::-ms-backdrop, .homeUnderSpacerLine.alternative { border: .01px solid var(--color-red-D); }
	*::-ms-backdrop, .homeBeforeSpacer { border: .01px solid var(--color-yellow-C); }
	*::-ms-backdrop, .homeBeforeSpacerLine { border: .01px solid var(--color-white); }
	*::-ms-backdrop, .advErrorHomeEnd { border: .01px solid var(--color-red-D); }

	*::-ms-backdrop, .tGreen.qtip-bootstrap { border: .01px solid var(--color-green-B); }
	*::-ms-backdrop, .tOrange.qtip-bootstrap { border: .01px solid var(--color-orange-A); }
	*::-ms-backdrop, .tOrange .qtip-titlebar {
		border: .01px solid var(--color-orange-A);
		border-bottom: none;
	}
	*::-ms-backdrop, .tRed.qtip-bootstrap { border: .01px solid var(--color-red-B); }
	*::-ms-backdrop, .tRed .qtip-titlebar {
		border: .01px solid var(--color-red-B);
		border-bottom: none;
	}
	*::-ms-backdrop, .tTyrkis.qtip-bootstrap,
	*::-ms-backdrop, .tTyrkis.firstStatusButton1 { border: .01px solid var(--color-tyrkis-A) !important; }
	*::-ms-backdrop, #qtip-overlay div { border: .01px solid var(--color-white) !important; }

	*::-ms-backdrop, .cart_listTableDomainNameAfterCell:hover,
	*::-ms-backdrop, .cart_listTableDomainDeleteCell:hover,
	*::-ms-backdrop, .cart_listTableBackOrderDeleteCell:hover,
	*::-ms-backdrop, .cart_listTableTransDomainDeleteCell:hover,
	*::-ms-backdrop, .cart_listTableTransDomainDeleteCell:hover,
	*::-ms-backdrop, .cart_listTableWebhostingDeleteCell:hover {
		padding: 11px  0 11px 11px;
	}

	*::-ms-backdrop, .pR2 {padding-right: 50px !important;}
}
