body {
    line-height: normal;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    color: #999;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


}
html {
    overflow-x: hidden;
}


.header{
    background-color: #00c6d4;
    box-shadow: 1px 1px 3px #C4C4C4;
    width: 100%;
    }

.button {
  background-color: #00c6d4;
  border: none;
  color: white;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.3rem;
  margin: 4px 2px;
  border-radius: 8px;
  cursor: pointer;
}

.buttonGray {
  background-color: gray;
  border: none;
  color: white;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.3rem;
  margin: 4px 2px;
  border-radius: 8px;
  cursor: pointer;
}

.width200{
  width: 200px;
}

.validator
{
  color: red;
}

.changeLang {font-size: 0.8rem; color: black;}

.cleanInput {border: none; outline:none;font-size: 16px;color: #666; background-color:#fff !important;}

input:focus {
  background-color: white;
  border: none;
    outline: none;
}

.underlineInput:focus {
		outline: none;
		color: dodgerblue;
}

.codeInput
{
    display: inline-block;
  border: none;
  padding: 0;
  width: 8.5ch;
  background: repeating-linear-gradient(90deg, dimgrey 0, dimgrey 1ch, transparent 0, transparent 2.3ch) 0 100%/ 8ch 2px no-repeat;
  letter-spacing: 1.3ch;
  font-size: 16px;
  width: 10.5ch;
}


.codeInput:focus {
  background-color: white;
  border: none;
  outline: none;
}

/*input:not([type=submit]),*/ .inputStyle  {
    width: 85%;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 15px 16px;
    border: 2px solid #cccccc;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;  
    color: #666; 
    transition: border-color 0.6s;
    -webkit-transition: border-color 0.6s;
    background-color:#fff !important;
}

.keyInput {width: 12% !important}

.footer {
    width: 100%;
    background: url('/ProductBrand/1/imgs/ToysRUs/background.jpg') no-repeat center;
    background-size: cover;    
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.footer p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;    
}

.footer i.fa {
    font-size: 26px;
    border: 2px solid #fff;
    color: #fff;
    padding: 13px;
    min-width: 26px;
    background: transparent;
    -webkit-border-radius: 350px;
    -moz-border-radius: 350px;
    border-radius: 350px;
    transition: background 0.3s, color 0.3s;
    -webkit-transition: background 0.3s, color 0.3s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    margin: 0px 10px;
    text-align: center;
}

.footer i.fa:hover {
    color: #66cccc;
    background: #fff;
}

.footer p a {
    color: #66ccff;
}

#toTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	width: 50px;
	height: 50px;
	font-size: 36px;
	text-align: center;
	line-height: 46px;
	color: #FFF;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 25px;
	opacity: 0;
	-webkit-transition: opacity .25s ease;  
	transition: opacity .25s ease; 
}
#toTop.visible {
	opacity: 1;
}

p.ls-l.sliderText{
    font-size: 51px;
}

.separator60 {
    height: 40px;
}

.titleSeparator {
    width: 40px;
    height: 4px;
    margin: 20px auto;
    background: #66cccc;
}

.grayBgSection, .whiteBgSection {
    color: #999999;
}

.ps_icon
{
font-size: 3em;
    color: white;
    padding: 0px 10px;
}


.closePopup{float: right;}

.popup {background: #FFFFFF; border: 3px solid #00c6d4; box-sizing: border-box; box-shadow: 0px 12px 22px rgba(30, 46, 68, 0.57); border-radius: 12px;
         position: absolute; width: 90%; /*left: 26px; top: 149.78px;*/ padding: 15px; 
         top:50%; left:50%; margin:-50px 0 0 -100px; /* [-(height/2)px 0 0 -(width/2)px] */   z-index: 1002;}

.fullscreen-container {  display: none;  position: fixed;  top: 0;  bottom: 0;  left: 0;  right: 0;  background: rgba(90, 90, 90, 0.5);  z-index: 999;}

.brandTextColor {color: #00c6d4; text-decoration: none;}

h1,h2,h3{font-weight: normal;}

.liteBox{background-color: #cacaca; position:absolute; top:0px; left: 0px; width: 100%; -moz-opacity: 0.5; opacity:.50; filter: alpha(opacity=50); display: none; visibility: hidden;}
.waitPopup{position:absolute; top:0px; left: 0px; /*width: 500px;*/ display: none; visibility: hidden;}

.row {padding-right: 30px; padding-left:30px;}

@media only screen 
and (min-width : 1170px) 
{
   .row {
    margin: 0 auto; 
    width: 800px;
    position: relative;
    }

    .popup {width: 600px;}
}

@media only screen 
and (min-width : 768px) 
and (max-width : 1170px) 
{
    .row {
        width: 734px;
     }
}

@media only screen 
and (max-width : 767px) {
    .row {
        width: 90%;
        min-width: 279px;
    }
}

@media only screen 
and (max-width : 480px)
{
    html, body{
        overflow-x:hidden;
    }

}
