/*============================================================================
   #Webcms
==============================================================================*/
/* Footer */
.footer {
  font-size: 14px;
  
  font-weight: 300;
  width: 100%;
}
.subscribe h3 {
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
}
.newsletter {
  margin-top: 12px;
  width: 100%;
  max-width: 450px;
}
.newsletter .form-subscribe {
  position: relative;
}
.form-group {
  margin-bottom: 15px;
}
.form-subscribe input {
  padding: 0 40px 0 0;
  border: 0;
  border-bottom: #707070 2px solid;
  font-size: 14px;
}
input[type=email] {
  background-color: white;
  font-weight: 300;
  width: 100%;
  height: 46px;
  box-shadow: none !important;
}
.form-subscribe .actions {
  position: absolute;
  top: 9px;
  right: 9px;
}
.actions .btn-primary {
  background-color: white;
  border:none;
}
.btn-primary i {
  color: #000;
  font-size: 20px;
}
.footer p {
  margin-top: 21px;
}
.footer .subscribe ul{
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.footer .subscribe li {
  margin-right: 25px;
}

.footer .subscribe li a{
  color: #231f20;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  
}
.footer img {
  width: 129px;
  vertical-align: middle;
}
.footer .about_us {
  width: 100%;
  padding-left: 15px;
  padding: 10px 0
}
.footer .about_us h3 {
  font-size: 16px;
  line-height: 1.1;
  position: relative;
  text-transform: uppercase;
}
.footer .about_us .title-cty {
  margin-top: 20px;
}
.title-cty ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.title-cty li {
  margin-bottom: 6px;
}
.title-cty a{
  color: #231f20;
  text-decoration: none;
}
.title-cty a:hover{
  color: #231f20;
  text-decoration: none;
}
.footer .customer_policy {
  width: 100%;
  padding-left: 15px;
  padding: 10px 0;
}
.footer .customer_policy h3 {
  font-size: 16px;
  line-height: 1.1;
  position: relative;
  text-transform: uppercase;
}
.footer .customer_policy .title-cty {
  margin-top: 20px;
}
.footer .store_information {
  width: 100%;
  padding-left: 15px;
  padding: 10px 0;
}
.footer .store_information h3{
  font-size: 16px;
  line-height: 1.1;
  position: relative;
  text-transform: uppercase;
}
.footer #store_info .title-cty {
  margin-top: 20px;
}
.footer .store-name {
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 14px;
  text-transform: uppercase;  
}
.footer #store_info h4 {
  margin-top: 10px;
}
.footer #store_info li{
  margin-bottom: 18px;
}
.footer #store_info p {
  margin-top: 0;
  margin-bottom: 10px;
}
.wrapper .container {
  max-width: 100% !important;
}