.bg-tp {
  background: url(../images/bg.png) center no-repeat;
  background-size: 100%;
  width: 100%;
  float: left;
  padding: 0px 25px;
}
.nsdicon-close{
  display: none;
}
select.form-control{

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: transparent  url(../images/arrow-s.png) no-repeat;
   background-position: top 10px right 10px;
}

.size-chart-open-popup {
  font-size: 12px;
  text-transform: uppercase;
  color: #232323;
  font-weight: normal;
  padding-left: 36px;
  cursor: pointer;
  background: transparent  url(../images/icon_sizechar.png) no-repeat;


  background-position: 0 1.5px;
  display: inline-block;
  float: right;
}
select.ss-size{

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  float: left;

}
.lft-select{
  position: relative;

}

.lft-select:after{
  content: '\f107';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 10px;
  top: 11px;


}
.close-modal {
  border: 1px solid rgba(255,255,255,0);
  background: #232323 !important;
  color: #fff !important;
  border-color: #232323;
  opacity: .9 !important;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 2;
  padding-top: 1px;
  font-weight: normal !important;
}
.login-b{
  float: left;
  width: 100%;

}
.home-banner img{
  width: 100%;
  min-height: 500px;
  background-image:url(../images/c-banner.jpg);
}
.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background: #3333331a !important;
}
@media screen and (max-width: 1280px) {
  .home-banner img {
    min-height: 400px;
  }
}
@media screen and (max-width: 1080px) {
  .home-banner img {
    min-height: 300px;
  }
}
@media screen and (max-width: 800px) {
  .home-banner img {
    min-height: 250px;
  }
}
@media screen and (max-width: 600px) {
  .home-banner img {
    min-height: 130px;
  }
}
