main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.help-block{
  color:red;
  font-size: 14px;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

checkout-section{
  border:1px solid #ccc;
  padding: 20px;
  overflow: auto;
  margin:20px 0;
}
.checkout-h1{
  font-size: 42px;
}

.checkout-title{
  font-weight:700;
}
.checkout-total{
  font-size:20px;
  font-weight:700;
}
.checkout-image{
  width:60%;
}
.checkout-payment{
	width:100%;
	overflow:auto;
	margin:auto;
	padding:20px;
  font-size: 18px;
}
.checkout-cards-image{
  border:1px solid #ccc;
  border-radius:10px;
  text-align:center;
  padding: 17px 80px;
  vertical-align:bottom;
}
.checkout-nameaddress{
  position:relative;
  height:400px
}
.checkout-payment-right{
  position:relative;
  height:330px;
}
.checkout-notes{
  font-size:14px;
  font-weight:500;
	padding:.8em;
	margin-bottom:1em;
	background:#fff;
	color:#ff0000;
	border:2px solid #FBC2C4;
}


.postcode{
  margin-top:31px;
}

.btn.btn-sm-postcode, a.btn.btn-sm-postcode{
  text-align:center;
  text-transform:uppercase;
  color:#fff !important;
  background-color:#CE471F;
  width: 120px;
  height:38px;
  line-height:20px;
  font-size:12px;
  font-weight:400;
  border: 0;
  padding:9px 10px 9px 10px;
}
.btn.btn-sm-postcode:hover, a.btn.btn-sm-postcode:hover,
.btn.btn-sm-postcode:active, a.btn.btn-sm-postcode:active,
.btn.btn-sm-postcode:focus, a.btn.btn-sm-postcode:focus{color:#fff !important; background-color:#CE471F;}

#checkout-same-address2{
  margin:25px 0;
}


div.flash-error, div.flash-notice, div.flash-success{
	padding:.8em;
	margin-bottom:1em;
}

div.flash-error{
	background:#FBE3E4;
	color:#ff0000;
	border:2px solid #FBC2C4;
}

div.flash-notice{
	background:#FFF6BF;
	color:#514721;
	border:2px solid #FFD324;
}

div.flash-success{
	background:#ebf5ee;
	color:#000;
	border:2px solid #a2d3af;
}

.select2-selection--single {
  height: 100% !important;
}
.select2-selection__rendered{
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
}
.select2-container--krajee-bs4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin: 0.0rem; 
  min-width: 0em;
}
.select2-container .select2-search--inline {
  float: none;
}

a.remove-item:link,a.remove-item:active,a.remove-item:visited{
    color:red;
    text-decoration:none;
}
a.remove-item:hover{
    text-decoration:underline;
}

.expand-delivery{
	font-size:24px;
	font-weight:700;
}