/* Add here all your CSS customizations */
.main .brand-search {
	background-color: #F0F0F0;
}

/*.main .brand-search .brand-icon-container a{
	display: block;
	max-width: 150px;
	max-height: 150px;
	margin: 10px;
	overflow: hidden;
	justify-content: center;
}*/

.main .brand-search .brand-icon-container img{
	max-height: 150px;
}
.main .brand-search .brand-title {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.main .brand-search .calculator-button {
	/*color: #FFF;
	background-color: #f16146;*/
	background-color: #374749;
	color: #00ff1a;
	font-weight: bold;
	font-size: 1.5em;
	border-radius: 10px !important;
}

.main .marquee {
    height: 26px;
}

.main #main-hot-price .marquee-label{
	font-size: 1.5em;
	line-height: 24px;
	font-weight: bold;
	text-align: right;
}

.main .marquee div {
	color: #000;
	font-size: 15px;
	line-height: 24px;
}	

.marquee {
  overflow: hidden;
  white-space: nowrap;
}

.scrolling {
  animation: marquee 16s linear infinite;
  display: inline-block;
  padding-right: 10px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to { 
    transform: translateX(-100%);
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.terms, .faq, .how_to_use, .about_us, .category {
	background-color: #F0F0F0;
}

.terms .container, .faq .container, .how_to_use .container, .about_us .container{
	background-color: #FFF;
}

.terms .heading, .faq .heading, .how_to_use .heading, .about_us .heading, .calculator .heading {
	font-size: 36px;
	line-height: 46px;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}

.calculator .heading {
	color: red;
}

.terms .sub_heading, .faq .sub_heading, .how_to_use .sub_heading, .about_us .sub_heading, .calculator .sub_heading {
	font-size: 10px;
	line-height: 1em;
	text-align: center;
}

.faq .faq_table td{
	vertical-align: top;
	padding-bottom: 1em;
}

.faq .faq_table td img{
	padding-right: 10px;
}

.how_to_use .item{
	font-size: 1.2em;
	font-weight: bold;
}

.about_us .content{
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}

.about_us .content h3{
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 0px;
}

.about_us .content h2{
	font-size: 2em;
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: 20px;
}

.category li.nav-item, .category li.nav-item .nav-link {
	padding: 0px !important;
	border: none !important;
}

.category .brand-list-container {
	padding-right: 0px !important;
	background-color: #F0F0F0;
}

.category .brand-list-2 li{
	max-width: 20vw;
}

.category .brand-list img, .category .brand-list-2 img {
	width: 100%;
}

.category .product-list {
	background-color: #FFF;
}

.category .product-item{
	text-align: center;
}

.category .product-item img{
	max-width: 100%;
	margin-bottom: 5px;
}

.category .product-item a{
	line-height: 1.2em;
	display: inline-block;

}

.calculator .step-container{
	background-color: #ececec;
	width: 480px;
	height: 72px;
	border-radius: 36px
}

.calculator .step-container .step-bullet{
	width: 72px; 
	height: 72px; 
	border-radius: 36px; 
	font-size: 48px; 
	color: #FFF; 
	background-color: #929296; 
	line-height: 72px; 
	text-align: center; 
	font-weight: bold;
}

.calculator .step-container .step-bullet.step1.active{
	color: #000; 
	background-color: #02fee0;
}

.calculator .step-container .step-bullet.step2.active{
	color: #000; 
	background-color: #02fee0;
}

.calculator .step-container .step-bullet.step3.active{
	color: #000; 
	background-color: #02fee0;
}

.calculator .caption {
	font-size: 1.2em;
	font-weight: bold;
}

.calculator .step-toggle-container .step1-container{
	background-color: #e8fff5;
	color: #000;
}

.calculator .step-toggle-container .step2-container{
	background-color: #d6ffed;
	color: #000;
}

.calculator .step-toggle-container .step3-container{
	background-color: #c0ffe4;
	color: #000;
}

.step1-container .icon, .step2-container .icon, .step3-container .icon{
	height: 80px;
	width: 80px;
	margin: 10px;
}

.calculator .step-toggle-container .bullet{
	background-color: #FFF;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 0.6em;
	color: #000;
	text-align: center;
	display: inline-block;
}

.calculator .step-toggle-container .inner-container{
	font-size: 1.4em;
	height: 100px
}

.calculator .step-toggle-container span{
	line-height: 100px;
}

.calculator .toggle {
	padding-top: 0px !important;
	padding-bottom: 0px !important;

	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.calculator .toggle a{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	text-decoration: none;
}

.calculator .toggle a::before{
	display: none;
}

.calculator .toggle button {
	border: solid 4px #929296;
	border-radius: 10px;
	font-size: 1.4em;
}

.calculator .toggle button.active {
	background-color: #02fee0;
}

.calculator .price-container {
	color: #10faa0;
	background-color: #3f494b;
	font-weight: bold;
	font-size: 1.5em;
	border-radius: 10px !important;
	text-align: center;
}

.calculator .contact-cs {
	display: none;
	text-align: center;
}
.calculator .contact-cs.active {
	display: inline-block !important;
}

.price-est {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 2.5em;
	line-height: 2.5em;
}

.float-price {
	background-color: #929296;
	color: #FFF;
	position: fixed;
	margin: 0px;
	z-index: 2;
	bottom: 90px;
	width: 100%;
	display: block;
	font-size: 1.5em;
	
	font-weight: bold;
}

@media (max-width: 400px) {
  .narrow {
    display: block
  }

  .marquee-label {
  	text-align: left !important;
  }
}