html {
  position: relative;
  min-height: 100%;
  height: auto;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #eaeaea;
  margin: 0;
}

.shop.checkout .order-details {
    margin-top: 30px;
    background: transparent;
    padding: 0;
    border: 0px solid transparent;
}
.list-content {
	overflow-wrap: break-word;
}
#fh5co-footer {
  position: absolute;

  width: 100%
}
h1{
  font-size: 24px;
}
.languages img {
  width: 30px;
  margin-right: 9px;
  padding-bottom: 0px;
  height: 30px;
  margin-top: 0;
}

.categoria:after {
  content: ""; /* This is necessary for the pseudo element to work. */
  display: block; /* This will put the pseudo element on its own line. */
  margin: 0 auto; /* This will center the border. */
  width: 4%; /* Change this to whatever width you want. */
  padding-top: 5px; /* This creates some space between the element and the border. */
  border-bottom: 3px solid #f98900; /* This creates the border. Replace black with whatever color you want. */
}


@media(max-width: 760px){
  .flag{
    height: 35px;
  }
}

@media(min-width: 760px){
  .flag{
    height: 35px;
  }
}

@media(min-width: 768px){
  .header-menu{
    position:relative;
    overflow:hidden;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    min-height:375px;
    max-height:600px;
    min-width:300px;
    color: #4a4a4a;
    padding-top: 65px;
  }

  .header-menu a{
    color:#eee
  }
}

@media(max-width: 768px){
  .header-menu {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    min-height: 200px;
    max-height: 550px;
    min-width: 300px;
    padding-top: 65px;
  }
  .inform{
    width:100%;
    text-align:center;
    color: #444;
    padding-top: 6%;
    z-index: 1;
  }
  .author{
    display:inline-block;
    width: 85px;
    height: 85px;
    border-radius: 20%;
    color: #444;
    background: center no-repeat;
    background-size:cover;
    margin-bottom:3px;
    margin-right: 8px;
  }
  .inform h4, .meta p{
    font-size:0.7em;
    color: #444;
  }
  .meta p{
    font-style:italic;
    color: #000;
  }
  .nome{
    color: #4a4a4a;
  }
}
@media (min-width: 768px) {
  .inform{
    width:100%;
    text-align:center;
    text-shadow:0 2px 3px rgba(0,0,0,0.2);
    padding-top: 6%;
    z-index: 1;
  }
  .author{
    display:inline-block;
    width: 185px;
    height: 185px;
    border-radius: 20%;
    background: center no-repeat;
    background-size:cover;
    box-shadow:0 2px 3px rgba(0,0,0,0.3);
    margin-bottom:3px;
    margin-right: 8px;
  }
  .inform h4, .meta p{
    font-size:0.7em;
    color: #fff;
  }
  .meta p{
    font-style:italic;
    color: #000;
  }
  .nome{
    color: #4a4a4a;
    font-size: 23px;
    margin-top: 2%;
  }
}


.fh5co-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-size: cover;
  background-position: center center;

  width: 100%;
  float: left;

}

.fh5co-bg .overlay-footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fh5co-bg-section {
  background: rgba(0, 0, 0, 0.05);
}

#fh5co-footer {
  padding: 2em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding: 3em 0;
  }
}

#fh5co-footer .overlay-footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(16, 24, 86);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-footer h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
#fh5co-footer p {
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
  font-size: 13px;
  margin-bottom: 1%;
}
#fh5co-footer .fh5co-footer-links li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: none;
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
}
#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
#fh5co-footer .copyright .block {
  display: block;
  color: #fff;
  font-size: 12px;
}

#fh5co-footer .author{
  display:inline-block;
  width: 55px;
  height: 55px;
  border-radius:50%;
  color: #444;
  background: center no-repeat;
  background-size:cover;
  margin-bottom:3px;
}

#fh5co-footer a:visited {
    color: #fff;
}

.btn-warning {
    color: #fff;
}

.logo-subnav{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: center no-repeat;
  background-size: cover;
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  margin-bottom: 3px;
}

#cart .button5 a.btn {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background: #333;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 5;
    display: inline-block;
    padding: 13px 32px;
    border-radius: 0px;
    text-transform: uppercase;
}

#cart .shopping-summery tbody tr img {
    border-radius: 0;
    width: 125px;
    height: 80px;
}


/*======================================
Start Shopping Cart CSS
========================================*/
#cart .table {
  background: #fff;
}
#cart {
  background: #f6f6f6;
  padding: 50px 0;
}
#cart thead .main-hading{
  padding:0px 50px;
}
#cart thead {
  background: #F7941D;
  color: #fff;
}
#cart thead tr th {
  border: none;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
#cart tbody tr {

  margin-top: 20px;
}
#cart tbody tr img {
  border-radius: 0;
  width: 120px;
  height: 80px;
}
#cart tbody tr:last-child{
  border:none;
}
#cart tbody .product-name a {
  font-weight: 600;
  color: #282828;
  font-weight: 600;
  font-size: 17px;
}
#cart .table p {
  font-size: 14px;
  color: #666;
}
#cart tbody .product-name a:hover{
  color:#F7941D;
}
#cart tbody .product img {
  max-width: 70px;
  border-radius: 100%;
  max-height: 65px;
  border: 1px solid #e6e6e6;
  padding: 4px;
}
#cart tbody .product:hover img{
  border-color:#F7941D;
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  transform:rotate(360deg);
}
#cart .border{

}
#cart .table .remove-icon{
  font-size:16px;
}
#cart .table td {
  vertical-align: middle;
  border-top: 1px solid #eee;
  padding: 30px;
}
.shopping-summery tbody .price {
  text-align: center;
}
#cart tbody .qty .input-group {
  width: 175px;
  display: inline-block;
}
#cart .qty .button {
  display: inline-block;
  position: absolute;
  top: 0;
}
#cart .qty .button.minus{
  left:0;
  border-radius:0;
  overflow:hidden;
}
#cart .qty .button.plus {
  right: 0;
  border-radius:0;
  overflow:hidden;
}
#cart .qty .button .btn {
  padding: 0;
  width: 44px;
  height: 47px;
  line-height: 50px;
  border-radius: 0px;
  background: transparent;
  color: #282828;
  border: none;
  font-size: 12px;
}
#cart .qty .button .btn:hover{
  color:#F7941D;
}
#cart .qty .input-number {
  border: 1px solid #eceded;
  width: 100%;
  text-align: center;
  height: 47px;
  border-radius:0;
  overflow: hidden;
  padding: 0px 45px;
}
.shopping-summery tbody .total-amount {
  text-align: center;
}
.shopping-summery tbody .action {
  text-align: center;
}
.shopping-summery tbody .action a:hover{
  color:#F7941D;
}
#cart .total-amount{
  margin-top:50px;
}
#cart .total-amount .left .coupon form input {
  width: 220px;
  display: inline-block;
  height: 48px;
  color: #333;
  padding: 0px 20px;
  border: none;
  box-shadow: 0px 0px 5px #0000000a;
}
#cart .total-amount .left .coupon form .btn {
  display: inline-block;
  height: 48px;
  border: navajowhite;
  margin-left: 4px;
  background: transparent;
  color: #333;
  background: #fff;
  box-shadow: 0px 0px 5px #00000012;
}
#cart .total-amount .left .coupon form .btn:hover{
  background:#fff;
  color:#F7941D;
}
#cart .total-amount .left label{
  font-size:22px;
  font-weight:500;
  color:#333;
}
#cart .total-amount .left .checkbox {
  text-align: left;
  margin: 0;
  margin-top: 20px;
}
#cart .total-amount .left .checkbox label {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  position: relative;
  padding-left: 30px;
}
#cart .total-amount .left .checkbox label:hover{
  cursor:pointer;
}
#cart .total-amount .left .checkbox label input{
  display:none;
}
#cart .total-amount .left .checkbox label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #555555;
  border-radius: 0px;
}
#cart .total-amount .left .checkbox label::after {
  position: absolute;
  content: "\f00c";
  font-family: "Fontawesome";
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  line-height: 24px;
  left: 3px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  font-size: 11px;
}
#cart .total-amount .left .checkbox label.checked::after{
  opacity:1;
  visibility:visible;
  transform:scale(1);
}
#cart .total-amount .right {
  padding-left: 0px;
}
#cart .total-amount .right ul{

}
#cart .total-amount .right ul li {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin-bottom: 12px;
}
#cart .total-amount .right ul li.last {
  padding-top: 12px;
  border-top: 1px solid #c8c8c8;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}
#cart .total-amount .right ul li span{
  display:inline-block;
  float:right;
}
#cart .total-amount .right .button5 .btn {
  text-align: center;
  border-radius: 0;
  width: 100%;
  margin-top: 10px;
  height: 46px;
  line-height: 18px;
  font-size: 13px;
  color: #fff;
}

.close {
    float: right;
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-dialog .modal-content .modal-header .close {
    cursor: pointer;
    opacity: 1;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-shadow: none;
    font-size: 20px;
    background: #f39436;
    color: #fff;
    border-radius: 100%;
    border: 1px solid #f38e2b;
}
/*======================================
End Shopping Cart CSS
========================================*/
