/* Domain Shopping Cart*/
.domaincart{width:1000px; margin:0 auto; padding:0 20px;font-weight:400; }
.domaincart h2{ font-family: 'Roboto', sans-serif; margin:0; padding:0; font-size:2.25rem; font-weight:500; color:#444; padding:20px 0; position:relative;} 
.domaincart h2.style1:before {position: absolute;left: 0;bottom: 0;width: 100px;height: 2px;content: "";background-color: #000;}
.domaincart table th{ background-color:#fff; font-size:20px; border-bottom: 1px solid #e4e4e4;}
.domaincart table td{padding: 20px 10px;border-bottom: 1px solid #e4e4e4;}
.domaincart .imgbox{border: 0px solid #e4e4e4; width:50px; height:50px;}
.domaincart .domainname{font-weight:500; color:#444; font-size:20px; display:inline-block; float:left;}
.domaincart .domainname + i { margin-left:10px; padding-top:5px;}
.domaincart .domaintype{clear:both;color:#444; font-size:13px; display:block}

.domaincart .amountbox{ width:350px;}
.domaincart .amountbox span{ display:block; line-height:25px; font-weight:400; color:#000; font-size:20px;}
.domaincart .amountbox span.totalamount{ font-weight:600; font-size:24px;}

/* Multi Step Form */
#msform {position: relative; margin:30px 0 100px 0;}
#progressbar {margin-bottom: 30px;overflow: hidden;counter-reset: step; text-align: center;}
#progressbar li {list-style-type: none;color: #000;text-transform: uppercase;font-size: 14px;width: 33.33%;float: left;position: relative;}
#progressbarss li:before {content: counter(step);counter-increment: step;width: 50px;line-height: 50px;display: block;font-size: 10px;color: #333;background: #000;border-radius: 3px;margin: 0 auto 5px auto;}

#progressbar li:before {content: counter(step);counter-increment: step;width: 50px;line-height: 50px;display: block;font-size: 0;border-radius: 3px;margin: 0 auto 5px auto;}
#progressbar .carticon:before {background: url(../img/cart.svg) no-repeat 50% 50%; background-size: 28px auto;}
#progressbar .profile:before {background: url(../img/profile.svg) no-repeat 50% 50%; background-size: 28px auto;}
#progressbar .payment:before {background: url(../img/payment.svg) no-repeat 50% 50%; background-size: 28px auto;}
#progressbar li:after {content: '';width: 87%;height: 2px;background: #000;position: absolute;left: -43%;top: 22px;z-index: -1;}
#progressbar li:first-child:after {content: none; }
#progressbar li.active:before,  #progressbar li.active:after{background-color: #f7d36f;}

#msform .msformsections{box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);padding: 20px 30px;box-sizing: border-box;width: 100%;margin: 0 auto;position: relative; display:inline-block;}
#msform .msformsections h2{ font-size:20px; margin:0; padding:0; font-weight:500;}
#msform .msformsections .subtitle{ font-size:14px; color:#333;}
#msform .msformsections:not(:first-of-type) {display: none;}
.tooltip-top::before {content: '';position: absolute;display: block;width: 0px;top: 4px;border: 15px solid transparent;border-top: 0;border-bottom: 15px solid #e4e4e4;transform: translate(-50%, calc(-100% - 5px));}
.tooltip-top.leftpos:before{ left:17%;}
.tooltip-top.centerpos:before{ left:50%;}
.tooltip-top.rightpos:before{ left:83.5%;}
.paymethods .styled-checkbox + label{ font-size:14px; text-transform:uppercase;}
.paymethods .form-group{ border-bottom:1px solid #ddd; padding:0 0 15px 0;}

/*SignIn & SignUp*/
.signinbox input[type="submit"],.signupbox input[type="submit"],.signupbox input[type="button"]{/*pointer-events: none;*/ }
