.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}
#cartpanel,#login-withotp,.edit-email,#new-login,.otp,#password-box,.welcome-msg,.resend-otp,.login-helpsec {
    display: none;
}
#myaccount-page-wrap {
	margin-top: 0px;	
}
.page-wrap {
    padding-top: 95px;
    height:100%;
    background:#f8f8f8;
}
.login-wrappper {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    font-size:18px;  
}
.login-panel{
    position:relative;
    width:70%;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    min-height: 75px;
    overflow: hidden;
}
.login-panel.disabled-screen::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}
#login-section {
    position: relative;
    width: 55%;
    background: #fff;
    padding: 30px 60px;
}
.login-title,.otp-heading{
    font-weight:700;
}
.welcome-msg {
    margin-top: 20px;
    color: #008539;
    font-size: 16px; 
}
/*--------------social logins*/
.social-logins{
    float:left;
    width: 45%;
    min-height:70px;
    padding-top: 40px;
    text-align: center;
}
.social-logins ul li {
    margin: 0 10px;
    list-style-type: none;
}
.social-logins ul{
    margin: 20px 0 0 0;
}
.facebookbtn,.googleplus {
    min-height:40px;
    min-width: 160px;
    padding:0;
    margin: 10px 0;
    color:#fff;
    border:0;
    font-size:16px;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    cursor: pointer;
}
.facebookbtn{
	background:#3b5998;
}
.facebookbtn:hover{
	background:#203c76;
}
.social-icon{
	width: 40px;
    height: 40px;
    background: url(/assets/images/sprit.png) no-repeat;
    vertical-align:middle;
}
.facebookbtn .social-icon{
	background-position: -68px -22px;
}
.googleplus{
	background:#dd4b39;
}
.googleplus:hover{
	background:#972517;
}
.googleplus .social-icon{
	background-position: -125px -20px;
}
.loginbutton{
	width: 100%;
    height: 52px;
    margin: 40px 0 10px 0;
    color: #fff;
    border:0;
    background: #E87325;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.loginbutton:hover {
	background: #f68808;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
#login-withotp{
	display:none;
	margin-top:10px;
	background: #555;
	text-transform: uppercase;
}
#login-withotp:hover {
    background: #555;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.input-box{
    position:relative;
    margin-top: 32px;
}
#country-code{
	width:40%;
	display:inline-block;
	vertical-align:top;
}
#mobile{
    width:58.5%;
    display:inline-block;
}
#dropdown{
    position: absolute;
    z-index: 9999;
    background: #fff;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 30%);
    border-radius: 4px;
    overflow: hidden;
    top: 48px;
    width: 150%;
    max-height: 165px;
}
ul#countryCodeSelect {
    max-height:164px;
    overflow: auto;
    width: 100%;
    display: block;
}
li.countrycode {
    width: 100%;
    padding: 3px;
    border-bottom: 1px solid #d5d5d5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    cursor: pointer;
}
.country-options {
    border-bottom: 2px solid #d5d5d5;
}
/* Change the white to any color ;) */
#login-section input:-webkit-autofill,#login-section input:-webkit-autofill:hover, #login-section input:-webkit-autofill:focus, #login-section input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.email-label,.password-label,.name-label,.countrycode-label,.mobile-label,.createpassword-label,.selectedcode, .set-password-label, .confirm-set-password-label {
    position: relative;
    display: block;
    z-index: 2;
    height:43px;
    padding-left: 5px;
    border-bottom: 2px solid #d5d5d5;
    font-size: 16px;
    font-weight: 300;
    transition: all ease 0.25s; 
}
.email-label span,.password-label span,.name-label span,.countrycode-label span,.mobile-label span,.createpassword-label span, .set-password-label span, .confirm-set-password-label span{
	position: absolute;
	top: 18px;
	color: #999;
	font-size:16px;
	font-weight: 400;
	transition: all ease-in-out 0.3s;
	pointer-events: none;
}
.countrycode-label{
    position: static !important;
}
#login-section label input,#login-section input{
    width: 100%;
    height: 40px;
    color: #333;
    background: none;
    border: 0;
    padding:0;
    font-size:16px;
    font-weight: 400;
    vertical-align: bottom;
}
#login-section label.focused span{
    top: -15px;
    left: 0px;
    color: #999;
    font-size: 12px;
}
#login-section label.focused input ~ .border {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #7D8035;
}
#login-section label.focused input:focus ~ .border {
    width: 100%;
    transition: 0.5s;
}
#login-section .otp-number input{
    width: 50px;
    height: 40px;
    margin: 0 5px;
    border-bottom: 2px solid #666;
    font-size: 24px;
    text-align: center;
}
.error-input,#login-section label.focused.error-input input ~ .border {
	border-bottom: 2px solid #E03131 !important;
}
.edit-email,.type-icon{
    position: absolute;
    top: 8px;
    background:#fff;
    cursor:pointer;
    pointer-events:auto;
}
.email-label .type-icon{
    pointer-events:none;
    color:#008539;
    display:none;
}
.email-label .type-icon.info-color{
    color: #e53333;
}
.show-password {
    position: absolute;
    display:none;
    bottom: 0;
    padding: 10px;
    color: #999;
    font-weight:500;
    font-size: 12px;
    cursor:pointer;
}
.login-helpsec{
    font-size: 13px;
    margin-top:18px;
}
.forgot-password a,.secure-msg a {
    color: #2178CF;
}
.remember-me {
    display:inline-block;
    position:relative;  
}
#remember{
	display:none;
}
#remember-check i{
	font-size: 21px;
	color: rgba(0, 0, 0, 0.54);
	vertical-align:middle;
}
#remember-check .rm-check {
	position: absolute;
    top: 2px;
    display:none;
    color:#fff;
    font-size: 14px;
    font-weight: 700;
}
i.material-icons.rm-check {
    color: #fff;
    background: #E87325;
    border: 1px solid #E87325;
    box-shadow: 0 0 2px #E87325;
}
.otp{
    padding-top: 30px;
    text-align: center; 
}
.otp-heading span{
    cursor: pointer;
    vertical-align:middle;
}
.otp-sent{
    margin: 35px 0 10px 0;
    font-size: 16px;
    line-height: 26px;
}
#attempt-text {
	left: 13%;
}
.error-msg {
	color: #f44336;
	margin-top: 10px;
	left: 13%;
}
.text-green{
	color: #008539;
	font-weight:700;
}
.resend-otp {
    padding-top: 20px;
    color: #666;
    text-align: center;
    cursor:pointer;
}
.resend-otp.resent{
    color: #555;
}
.resend-otp i{
    vertical-align:middle;
}
span#errormessagecountrycode {
    width: 100%;
    border-top: 2px solid #f44336;
    right: -5px;
    margin-top: 0px;
    padding-top: 5px;
    padding-left: 3px;
}
.error-log{
    position:absolute;
    margin:5px;
    color: #E03131;
    font-size: 12px;
    font-weight: 400;
    transition: all ease-in-out 0.3s;
}
.error-log.password-invalid {
    text-align: center;
    width: 100%; 
    top: 83px;
}
#newpassword-error i {
    font-size: 16px;
    vertical-align: text-bottom;
}
#newpassword-error{
    color:#00994f;
}
.selectedcode {
    height: 43px;
    padding: 16px 10px;
    color: #666;
    font-weight:400;
    white-space:nowrap;
}
#selected-country {
    width: 75px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.flip-arrow {
    position: absolute;
    top: 12px;
    right: 0;
    color: #666;
    cursor:pointer;
    transition: all ease-in-out 0.3s;
}
#CountryCode {
	height: 188px;
    margin: 0;
    padding: 0;
    border: none;
    overflow-y:scroll;
    font-size: 14px;
    font-weight: 300; 
}
#CountryCode li {
    list-style-type: none;
    font-size:16px;
    font-weight:400;
    line-height:24px;
    padding:12px 24px 12px 6px;
    cursor:pointer;
    overflow:hidden;
    white-space:nowrap;
}
#CountryCode li:hover{
   background:#e8e8e8;
}
.country-container {
    position: absolute;
    display:none;
    width: 100%;
    height: 188px;
    z-index: 9;
    color:#666;
    background: #FFF;
    overflow: hidden;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}
#login-section .otp-number input,#login-section label input, #login-section input{
    box-shadow:none;
}
.forgot-panel{
    line-height: 1.5;
}
input#countryCodeSearch {
    font-size: 17px;
    padding-top: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.progress-button{
	display:none;
    left: 0;
    position: absolute;
    padding:0;
    top: 0;
    margin-top:0;
    background-color: #dd771f;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    transition: width .6s ease 0s;
}
.progress-stripped{
    background-image: linear-gradient(-45deg,hsla(0,0%,100%,.5) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,.5) 75%,transparent 0,transparent);
    background-size: 40px 40px;
    width: 100%;
    opacity: 1;
    pointer-events: none;
    height: 52px;
    pointer-events: none;
    animation-name: a;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}
.progress-content{
	position:absolute;
    z-index: 5;
    width: 100%;
    line-height: 52px;
    left: 0;
    top: 0; 
}
#login-otpstrip {
    background: #666;
}
.new-login {
    margin-bottom: 38px;
    display:none;
}
.secure-msg {
    float: left;
    width: 30%;
    text-align:center;
    padding: 0 10px 0 30px;
}
.secure-title {
    color: #666;
    margin-bottom: 11px;
    font-size: 12px;
    font-weight: bold;
}
.secure-msg-area {
    float: left;
    width: 100%;
    padding-bottom:10px;
    border-bottom: 1px solid #d5d5d5;
    text-align: left;
}
.trust-statements {
    display: inline-block;
    width: 68%;
    vertical-align: middle;
    font-size: 11px;
}
.secure-msg-area li {
    color: #666;
    font-weight: 500;
    line-height: 24px;
}
.trust-statements i.material-icons {
    color: #999;
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}
.trust-card{
    display: inline-block;
    width: 28%;
}
.bank-logos {
    float: left;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 5px;
}
.bank-logos li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
    height: 37px;
}
.secure-msg a{
	font-size:14px;
}
.secure-msg a i.material-icons{
	font-size:18px;
	vertical-align:middle;
}
.secure-msg-area.seal {
    text-align: center;
    margin: 10px 0;
}
.secure-msg-area.seal img{
	width: 60%;
    min-width: 214px;
    max-height: 100%;
}
.secure-msg-area img {
    max-height: 45px;
    width:100%;
}
input[type=text]::-ms-clear,input[type=password]::-ms-reveal {
    display: none;
}
@keyframes a {
    0% {background-position: 0 0}
    to {background-position: 40px 0}
}
#footer .medium-block-grid-3{
	height: 125px;
	border-bottom: 1px solid #fff;
	padding-left: 100px;
	padding-right: 100px;
}
#footer .medium-block-grid-3 > li{
	height: 100%;
	border-right: 1px solid #fff;
	padding-top: 20px;
    padding-right: 30px;
}
#footer [class*="block-grid-"] > li.footerlinks{
	border: none;
	text-align: left;
}
#productinfo [class*="block-grid-"]>li{
	padding: 0;
}

#footer [class*="block-grid-"]>li:last-child {
	border: none;
}
/*<--Checkout Footer CSS -->*/
.mainfooter > * {
    font-family: "Roboto";
    font-size: 1.5em; /*@kptest*/
}

.mainfooter div span{
    color: #59b5d7;
	font-size: 1.25rem;
}

.mainfooter div label{
    cursor: auto;
    color: #4d4d4d;
}
.mainfooter{
	float: left;
    background: #f2f2f2;
    padding: 15px 0;
/*
    position: absolute;
    bottom: 0;
*/
    width: 100%;
}

/*END*/
footer.clearfix:after {
   content: " ";
   display: block;
   height: 0;
   clear: both;
}

.moredata{
	font-size: 0.9em;
}


.infobar {
	top: -10.1em;
}

.call2axn {
	padding-bottom: 1px;
}

footer {
	float: left;
    width: 100%;
    position: relative;
}

#footer h6 {
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 600;
}

#socialtoolbar h6 {
	margin-bottom: 15px;
    margin-left: .8em;
}

ul #socialtoolbar>ul{
    margin-left: 10px;
}
#footer{
    background: #f2f2f2;
    float:left;
}
.footerlinks ul{
	margin: 0;

}
#footer .footerlinks>h6 {
	font-size: 11px;
    font-weight: 100;
	color: #59b5d7;
	text-transform: uppercase;
	margin-bottom: 6px;
	text-align: left;
}

.footerlinks>ul>li>a {
	margin: 5.5px 0;
	font-size: 0.9em;
	color: #6a6a6a;
    font-family: "Roboto";
    font-weight: 100;
}

.footerlinks a:hover {
	color: #f97d00;
	text-decoration: underline;
}

footer{
   float: none;
   max-width: 1600px;
   display: block;
   margin: 0 auto;
   float: none;
}
.set-new-password {
    margin-top: 32px;
}
.set-new-password .error-log {
    position: relative;
}
.set-new-pwd-content {
    font-size: 18px;
    color: #222;
    margin-top: 0.25rem;
    font-weight: bold;
}
/*--------------opt Mail Checkbox*/
#promoSubscriptionDiv {
    display:inline-block;
    margin: 7px;
    position: relative;
    right: 7px;
    top: 5px;  
}

#promoSubscription-check i{
    font-size: 21px;
    color: rgba(0, 0, 0, 0.54);
    vertical-align:middle;
}
#promoSubscription-check .m-check {
    position: absolute;
    top: 2px;
    display:none;
    color:#fff;
    font-size: 14px;
    font-weight: 700;
    left: 2px;
}
i.material-icons.m-check {
    color: #fff;
    background: #E87325;
    border: 1px solid #E87325;
    box-shadow: 0 0 2px #E87325;
}
.promoSubscriptionMsg{
    display: flex;
    position: relative;
    left: 25px;
    bottom: 20px;
    padding: 0px 0px 1px 2px;
    line-height: 1.6;
}