/*.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
  }*/

/* Login Page */
h2 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18pt;
	color: #274193;
}

.card-title{
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14pt;
	color: #274193;
}

.card{
	padding-top: 25px;

}

p {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #274193;
}

.form-label {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #274193;
}

#login-btn {
	background-color: #274193;
	color: white;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 10pt;
	width: 150px;
	border-radius: 10px;
}

#login-btn:hover {
	background-color: #f7be09;
	color: white;
}

#forgot-pass {
	color: #274193;
}

#forgot-pass:hover {
	color: #f7be09;
}

/*standard user page */



h1 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5rem;
	color: #274193;
}

h2 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.5rem;
	color: #274193;
}

h3 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.25rem;
	color: #274193;
}

h4 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1rem;
	color: #274193;
}

p {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	color: #274193;
}

a {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1rem;
	color: #274193;
}

.bi-bag,
.my-account-icon {
	font-size: 30px;
	color: #002e5b;
	padding-right: 10px;
}

.bag-amount {
	font-size: 20px;
	color: #274193;
}

#bag {
	background-color: white;
	border: none;
}

.form-select {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	font-style: normal;
	color: #274193;
	border-color: #274193;
}

.garment_select {
	padding-top: 30px;
}

.add-to-bag {
	background-color: #274193;
	border-radius: 50px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: white;
	/*width: 150px;*/
	padding-left: 2em;
	padding-right: 2em;
}

.add-to-bag:hover {
	background-color: #f7be09;
	border-radius: 50px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: white;
	/*width: 150px;*/
}

#lnk-checkout {
	background-color: #274193;
	border-radius: 50px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: white;
	padding-left: 2em;
	padding-right: 2em;
}

#lnk-checkout:hover {
	background-color: #f7be09;
	border-radius: 50px;
	color: white;
}

#lnk-checkout.disabled {
	background-color: #ccc !important;
}

/* Checkout */
#items-wrapper {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1rem;
	color: #274193;
}

.checkout-img {
	max-height: 150px;
}

.lnk-delete-item {
	color: #274193;
	width: 100px;
}

.lnk-delete-item:hover {
	background-color: #f7be09;
	color: white;
	width: 100px;
}

.btn-place-your-order {
	background-color: #274193;
	border-radius: 50px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: white;
	width: 200px;
}

.btn-place-your-order:hover {
	background-color: #f7be09;
	color: white;
}
/* //Checkout */


#mng_jumper {
	max-width: 300px;
}

.footer {
	background-color: #002e5b;
	height: auto;
}

.footer_text {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .90rem;
	color: #ffffff;
}