.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.fxg-wrapper .fxg-link--rounded_button {
	padding: 19px 40px 17px;
}

@media (max-width: 767px) {

	.fxg-pods h3.fxg-title, .fxg-pods h4.fxg-title, .fxg-pods p.fxg-title {
		font-weight: 300;
	}
}

.box-question {
	cursor:pointer;
}


/* HOME LOGIN FORM CSS */
.login-box {
  /*width:428px;*/
  width: 560px;
  /*height:587px;*/
  background-color:white;
  opacity:0.9;
  position:relative;
  padding:25px;
}
.fxg-login-module {
  width: 100%;
}
@media (max-width: 992px) {
.fxg-login-module {
    width: 100%;
  }
}
@media (max-width: 767px) {
.login-box {
    width: 100%;
    padding: 0;
  }
  .fxg-login-module {
  	width:100%;
  }
}

/* THREE COLUMNS CSS */
.fxg-expandable-cols__item {
  height: 250px !important;
}
.shipping-box {
  position: relative;
  text-align: center;
  padding-right: 0;
  height: 295px;
  width: 30%;
}
.box-number {
  font-size: 40px;
  float: left;
  margin-top: -4px;
}
.box-header {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-left: 40px;
  padding-bottom:10px;
  padding-right: 25px;
}
.box-text {
  font-size: 15px;
  text-align: left;
  padding-right: 20px;
  margin-left: 40px;
}
.middle-box {
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  width: 40%;
}
.icon-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.box-question {
  position: absolute;
  right: 7px;
  top: 1px;
}
.box-question:hover {}
.hidden-item {
  display:none;
}
.info-box {
  width: 170%;
  z-index: 16;
  position: absolute;
  top: 50px;
  left:  50px;
  padding-bottom:20px;
  background-color: #FBFBFB;
  text-align: left;
  padding-right: 35px;
  -webkit-box-shadow: 0px 17px 40px 0px rgba(117,117,117,0.22);
  -moz-box-shadow: 0px 17px 40px 0px rgba(117,117,117,0.22);
  box-shadow: 0px 17px 40px 0px rgba(117,117,117,0.22);
}
.info-box h3 {
  font-size: 20px;
  padding-top: 20px;
  padding-left: 35px;
}
.info-box p {
  font-size: 15px;
  padding-left: 35px;
  line-height: 26px;
}
.login-button {
  float: right;
  width: 50%!important;
  font-size: 14px;
}

@media (max-width:768px) {
    .middle-box {
        border-bottom: 1px solid #c0c0c0;
        border-left: none;
        border-right: none;
        border-top: 1px solid #c0c0c0;
        width: 100%;
    }
    .shipping-box {
        padding-top: 20px;
        width: 100%;
    }
    .box-question {
        position: absolute;
        right: 7px;
        top: 20px;
    }
    .login-button {
      float: right;
      width: 100%!important;
      font-size: 14px;
    }
    .info-box {
      width:90%;
    }
}