.loading {
    position: relative;
}

.loading>* {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.8;
}

.loading::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../img/loading.svg');
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center;
}

.blogpostitle {
    color: #f17d00;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 5px;
}

.section-pagetop.bg .breadcrumb {
    background-color: transparent !important;
}

.pickup_location .shopAddress {
    max-width: 100%;
}

#tosModal {
    margin: auto;
    padding-top: 150px;
}

.modal-dialog {
    height: 80vh;
    padding: 100px 0;
}

.product-images.images .thumbscontainer {
    display: flex;
    margin-top: 15px;
    max-width: 300px;
    flex-wrap: wrap;
}

.product-images.images .thumbscontainer .sub {
    max-width: 80px;
    width: 100%;
}

.price-original {
    display: inline-block !important;
    opacity: 0.4 !important;
    font-size: 2em !important;
    text-decoration: line-through !important;
    margin-bottom: 10px !important;
}

.price-original-tile {
    display: inline-block !important;
    opacity: 0.4 !important;
    font-size: 18px !important;
    text-decoration: line-through !important;
    margin-bottom: 10px !important;
}
.price-original-side {
    opacity: 0.4 !important;
    text-decoration: line-through !important;
    padding-right: 5px !important;
}

.price-side .amount{
    color: #f17d00 !important;
}
.price .amount {
    color: #f17d00 !important;
}

.product-loop-title h3{
    height: 100%;
}

.product .allowance {
    color: #fff;
    background-color: #f17d00;
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
    padding: 0 10px;
}

#products-list>ul.products.grid{
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: start !important;
    align-items: start !important;
}

.captcha .col-sm-4, .captcha .col-sm-8 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}
.captcha .invalid-feedback {
	display: inline;
}

.captcha #ssKepcsa {
    margin: .5em 0 1em 0
}

.captcha #ssKepcsa .kepcsaNap {
    display: inline-block;
    padding: 0.4em 0.75em 0.3em;
    margin: 0.2em 0;
    border: none;
    background-color: #f17d00;
    *zoom: 1;
    background-size: 100%;
    cursor: pointer;
    border-radius: 0;
    color: #fff
}

.captcha #ssKepcsa .kepcsaNapSelected {
    background: #fff;
    color: #1661b4
}

.captcha .kepcsaNap {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
