.buy-button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.btn.buy-button.disabled {
	opacity: 1;
}

.buy-button .disabled-text {
	display: none;
}

.buy-button .normal-text {
	display: inline;
}

.buy-button.disabled .disabled-text {
	display: inline;
}

.buy-button.disabled .normal-text {
	display: none;
}

a.buy-button.btn.btn-primary {
	white-space: normal;
}

aside dt {
	border-bottom: 1px solid black;
    padding: 5px 0;
}

aside dd {
    padding: 5px 0;
    margin-bottom: 1rem;
}

aside .widget {
	padding-top: 8px;
    margin-bottom: 3rem;
}

.flex-list-item {
	overflow: hidden;
}

.flex-list-item img {
	width: 100%;
}

.btn.btn-secondary {
	background-color: #222;
	color: #fff;
}

.btn.btn-secondary:hover {
	background-color: #444;
	color: #fff;
}

@media only screen and (min-width: 992px) {
	.buy-button {
    	position: initial;
    	left: initial;
    	right: initial;
    	bottom: initial;
    	z-index: initial;
    	margin-bottom: 1rem;
	}
}

.containerteaser .category-item .noContainer > .textmedia {
	color: #ffffff;
	background-color: #e84e10;
}

@media only screen and (max-width: 767px) {
	body.default-page {
		padding-top: 65px !important;
	}
}

@media only screen and (min-width: 768px) {
	body.page-1 .jumbotron {
		margin-top: -30px;
	}
}
body.page-1 .container .jumbotron, body.page-1 .container-fluid .jumbotron {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 0;
	padding-right: 0;
}

body.page-1 .container .jumbotron img, body.page-1 .container-fluid .jumbotron img {
	min-height: 30vh;
    width: auto;
    object-fit: cover;
}

.page-content {
	min-height: 90vh;
}

.mouse-pointer {
	cursor: pointer;
}

.bigger {
	font-size: 140%;
	font-weight: bold;
}

.show {
	opacity: 1 !important;
	filter: alpha(opacity=1) !important;
}

.modal-backdrop {
	opacity: 0.3 !important;
	filter: alpha(opacity=0.3) !important;
}

#loadingPopup {
	display: none;
	position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
}

body.loading {
	overflow: hidden;
}

body.loading #loadingPopup {
	display: block;
}

#TransactionFormPaypal {
	display: none;
}

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translateX(-50%) translateY(-50%);
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fed;
  border-color: #fed transparent #fed transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

body.modal-open .modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.page-content ul.sidebar-menu {
	list-style-type: none;
	padding-left: 0;
}

@media only screen and (min-width: 768px) {
	.claim {
		left: auto !important;
		right: 40px !important;
		top: 15px !important;
	}
}
