/* errorHandler */
.errorHandler .page {
	padding:40px 0; font-family: "Verdana";
}
.errorHandler .page img {
	width:100%;
}

.errorHandler .background {
	background-image: url('/gfx/error.gif');
	height: 600px; background-position: center;
}

.errorHandler .background h1 {
	font-size:80px;
}
.errorHandler .background h3 {
	font-size:80px;
}

.errorHandler .content {
	margin-top:-50px;
}
/* errorHandler */

/* disable buttons on html input number start */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.w3-box-shadow {
	box-shadow: rgb(0 0 0 / 25%) 0px 4px 4px;
}

.w3-hover-theme-opac:hover, .w3-hover-theme-opac:active {
	background-color: #316ab140 !important;
}

.w3-hover-theme-light:hover, .w3-hover-theme-light:active {
	background-color: #f2f6fb !important;
}

.w3-button-box-mark-container {
	position: absolute;
	margin-top: 155px;
}

.w3-button-box-mark-content {
	border-radius: 4px;
}

.w3-button-box-element {
	margin: 20px;
}

.w3-button-box-container {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.w3-mobile-headbar {
	box-shadow: rgb(0 0 0 / 25%) 0px 4px 4px;
	height: 64px;
    z-index: 100;
	width: 100%;
	position: fixed;
}

.w3-mobile-headbar-menu-avatar-container {
    display: flex;
    width: 100%;
    height: 160px;
	flex-direction: row;
	-webkit-box-pack: justify;
    justify-content: center;
	-webkit-box-align: center;
    align-items: center;
    z-index: 100;
	font-size: 16px !important;
}

.w3-mobile-headbar-menu-avatar-circle {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: relative;
}

.w3-mobile-headbar-menu-avatar-name {
    display: flex;
    width: 100%;
    height: 140px;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 100;
    font-size: 48px !important;
}

.w3-mobile-headbar-menu-avatar-header {
    display: flex;
    width: 100%;
    height: 50px;
	flex-direction: row;
	-webkit-box-pack: justify;
    justify-content: center;
	-webkit-box-align: center;
    align-items: center;
	text-align: center;
    z-index: 100;
	font-size: 24px !important;
}

.w3-mobile-headbar-menu-avatar-username {
    display: flex;
    width: 100%;
    height: 24px;
	flex-direction: row;
	-webkit-box-pack: justify;
    justify-content: center;
	-webkit-box-align: center;
    align-items: center;
	text-align: center;
    z-index: 100;
	font-size: 16px !important;
}

.w3-mobile-headbar-menu-avatar-useremail {
    display: flex;
    width: 100%;
    height: 24px;
	flex-direction: row;
	-webkit-box-pack: justify;
    justify-content: center;
	-webkit-box-align: center;
    align-items: center;
	text-align: center;
    z-index: 100;
	font-size: 16px !important;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.w3-mobile-headbar-menu-button-container {
    display: flex;
    width: 100%;
    height: 48px;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	cursor: pointer;
	flex-direction: row;
	-webkit-box-pack: justify;
    justify-content: start;
	-webkit-box-align: center;
    align-items: center;
    z-index: 100;
	font-size: 16px !important;
	flex-shrink: 0;
}

.w3-mobile-headbar-menu-button-container-subitems {
	flex-direction: column !important;
}

.w3-mobile-headbar-menu-button-symbol-container {
    display: flex;
	z-index: 200 !important;
	font-size: 14px !important;
	margin: unset !important;
	width: 40px !important;
	text-align: center !important;
}

.w3-mobile-headbar-menu-button-subelement-spacer {
    display: flex;
	z-index: 200 !important;
	font-size: 14px !important;
	margin: unset !important;
	width: 50px !important;
	text-align: center !important;
	padding-left: 35px;
	font-weight: bold;
}

.w3-mobile-headbar-container {
	height: 64px;
    display: flex;
	flex-direction: row;
	-webkit-box-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
    align-items: center;
    z-index: 100;
}

#w3-mobile-headbar-menu-left {
	display: flex;
    position: fixed;
	transition: transform 330ms ease-in-out;
    top: 64px;
	bottom: 0px;
    margin-left: -300px;
    width: 300px;
    overflow-x: clip;
    z-index: 10;
    background-color: white;
    box-shadow: rgb(0 0 0 / 25%) 4px 0px 4px;
    flex-flow: column;
	overflow-y: auto;
	flex-shrink: 0;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

#w3-mobile-headbar-menu-left::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media (min-width: 993px) {
	#w3-mobile-headbar-menu-left {
		margin-left: 0px !important;
		left: 0px !important;
		transform: translateX(0px) !important;
	}
}

#w3-mobile-headbar-menu-placeholder {
	display: none !important;
}

@media (min-width: 993px) {
	#w3-mobile-headbar-menu-placeholder {
		display: flex !important;
	}
}

@media (min-width: 993px) {
	#w3-mobile-headbar-menu-button {
		display: none !important;
	}
}

.w3-site-wrapper-mobile {
	display: flex !important;
	position: absolute !important;
	right: 0px !important;
	top: 64px !important;
	left: 0px;
	padding: 0px !important;
}

@media (min-width: 993px) {
	.w3-site-wrapper-mobile {
		left: 300px !important;
	}
}

#w3-mobile-headbar-menu-left-closer {
    position: fixed;
    top: 64px;
	left: 300px;
	bottom: 0px;
    width: 100%;
    overflow-x: clip;
    z-index: -1;
    background-color: transparent !important;
    flex-flow: column;
	display: none;
}

#w3-mobile-headbar-menu-right-closer {
    position: fixed;
    top: 64px;
	right: 300px;
	bottom: 0px;
    width: 100%;
    overflow-x: clip;
    z-index: -1;
    background-color: transparent !important;
    flex-flow: column;
	display: none;
}

#w3-mobile-headbar-menu-top-closer {
    position: fixed;
    top: 0px;
	left: 0px;
	bottom: 0px;
    width: 100%;
	height: 64px;
    overflow-x: clip;
    z-index: -1;
    background-color: transparent !important;
    flex-flow: column;
	display: none;
}

#w3-mobile-headbar-background-shadow {
	transition: opacity 330ms ease-in-out;
    position: fixed;
    top: 64px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 100%;
    overflow-x: clip;
    z-index: -1;
    background-color: grey;
	opacity: 0;
    flex-flow: column;
	display: none;
}

#w3-mobile-headbar-menu-right {
	display: flex;
    position: fixed;
	transition: transform 330ms ease-in-out;
    top: 64px;
	bottom: 0px;
    right: -300px;
    width: 300px;
    overflow-x: clip;
    z-index: 10;
    background-color: white;
    box-shadow: rgb(0 0 0 / 25%) -4px 0px 4px;
    flex-flow: column;
	overflow-y: auto;
	flex-shrink: 0;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

#w3-mobile-headbar-menu-right::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.w3-mobile-headbar-menu-shadow-top {
	display: flex;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.25);
	/* height: 4px; */
	/* box-shadow: rgb(0 0 0 / 25%) 0px 4px 4px; */
	/* margin-top: -4px; */
}

.w3-mobile-headbar-container-element {
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: stretch;
    border: 0px solid black;
    box-sizing: border-box;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-shrink: 0;
    margin: 0px;
    min-height: 0px;
    min-width: 0px;
    padding: 0px;
    position: relative;
    z-index: 0;
	font-size: 18px;
	margin-left: 20px;
	margin-right: 20px;
}

.w3-button-box-title-text-mobile {
	width: 100% !important;
	text-align: center;
	padding-top: 24px !important;
}

.w3-button-box {
	width: 275px;
	height: 200px;
}

.w3-button-box-mobile {
	border-radius: 4px;
	box-shadow: rgb(0 0 0 / 25%) 4px 4px 4px;
	border: none !important;
}

.w3-button-box-title-mobile {
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: none !important;
}

.w3-button-box-content {
	height: 150px;
	flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
	display: flex;
    padding-bottom: 15px;
}

.w3-button-box-content-mobile {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border: none !important;
}

.w3-button-box-spinner {
	width: 100%;
	text-align: center;
}

.w3-button-box-icon {
	width: 100%;
	text-align: center;
	margin-top: -20px;
	font-size: 8em;
}

.w3-button-box-image {
	margin-top: -20px;
}

.w3-button-box-title {
	height: 50px;
}

.w3-mobile-info-box {
	border-radius: 4px;
    box-shadow: rgb(0 0 0 / 25%) 4px 4px 4px;
    border: none !important;
	font-size: 16px !important;
	margin-top: 16px !important;
	margin-left: 16px !important;
	margin-right: 16px !important;
	display: flex;
    justify-content: center;
}

.w3-mobile-info-box-content {
	display: flex;
    justify-content: center;
}

.w3-text-box-element {
	margin: 20px;
}

.w3-text-box {
	width: 275px;
	height: 200px;
}

.w3-text-box-mobile {
	border-radius: 4px;
	box-shadow: rgb(0 0 0 / 25%) 4px 4px 4px;
}

.w3-text-box-title-mobile {
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: none !important;
}

.w3-text-box-text-mobile {
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: none !important;
	text-align: justify;
	padding-top: 24px !important;
}

.w3-text-box-content {
	height: 150px;
	flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
	display: flex;
    padding-bottom: 15px;
}

.w3-text-box-title {
	height: 50px;
}

.w3-text-box-title-text-mobile {
	width: 100% !important;
	text-align: center;
	padding-top: 24px !important;
}

.w3-form-mobile-inline-button {
	cursor: pointer;
	pointer-events: all;
	position: absolute;
    margin-top: -29px;
    font-size: 20px;
    right: 29px;
}

.w3-form-mobile {
	border-radius: 4px;
	box-shadow: rgb(0 0 0 / 25%) 4px 4px 4px;
	border: none !important;
	margin-left: 16px !important;
	margin-right: 16px !important;
	margin-top: 16px !important;
	width: 100%;
	font-size: 16px;
	max-width: 800px;
}

.w3-mobile-title {
	font-size: 24px;
}

.w3-form-mobile-button {
	border-radius: 4px;
	box-shadow: rgb(0 0 0 / 25%) 4px 4px 4px;
	border: none !important;
}

.w3-form-mobile-input {
	border: none !important;
}

.w3-form-mobile-input-label {
	font-size: 14px;
}

.w3-form-mobile-input-error {
	font-size: 14px;
	color: red;
}

.w3-form-mobile-input-ok {
	font-size: 14px;
	color: green;
}

.w3-form-mobile-input:focus {
	outline: none;
}

.w3-input:read-only {
	outline: none !important;
	cursor: not-allowed !important;
}

.w3-form-mobile-container {
	display: flex;
    justify-content: center;
	width: 100%;
}

/* my very special class start */
#blink {
    animation: blink 0.5s linear infinite;
}
@keyframes blink {
  0%   { opacity:1; }
  50%  { opacity:0.2; }
  100% { opacity:1; }
}
/* my very special class end */

/* special rules for bootstrap overrides start */
.nav, .pagination, .carousel, .panel-title a {
	cursor: pointer;
}
a {
    color: inherit!important;
}

.w3-dropdown {
	border-radius: unset !important;
	margin: unset !important;
	font-size: unset !important;
	padding: 0;
	margin-top: 8px !important;
}

/* special rules for bootstrap overrides end */

/* overrides for w3 classes start */
.w3-bar-item-small {
	padding: 2px 8px !important;
	font-size: 12px !important;
}
.w3-animate-opacity {
	animation: opac 0.42s;
}
.w3-menu-button-active {
	font-weight: bold;
}

.w3-dropdown-hover:first-child {
	background-color: inherit;
}

.w3-align-right-screenborder {
	right: 8px;
}

.w3-container-menu>.w3-menu-button,
.w3-container-menu>.w3-dropdown-hover>a,
.w3-container-menu>.w3-dropdown-hover>button,
.w3-container-menu>.w3-right>.w3-dropdown-hover>a,
.w3-container-menu>.w3-right>.w3-dropdown-hover>button,
.w3-container-menu>.w3-right>a,
.w3-container-menu>.w3-right>button,
#menu-cart>button {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.select-wrapper {
	height: 33px;
}
.select-wrapper-small {
	height: 16px;
}
.select-wrapper-added {
	height: 35px;
}
.select-wrapper-added-small {
	padding-top: 0px;
	height: 18px;
}
.w3-button:focus {
	outline: -webkit-focus-ring-color auto 0px;
	outline-color: -webkit-focus-ring-color;
	outline-style: auto;
	outline-width: 0px;
}
.w3-button.w3-responive {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.w3-check-medium {
	height: 16px;
	width: 16px;
}
/* overrides for w3 classes end */

/* global used formatting start */
.w3-notfound-symbol {
	font-size: 144px;
}
.w3-input-placeholder-right::-webkit-input-placeholder {
	direction: rtl;
}
.w3-input-placeholder-right::-moz-placeholder {
	direction: rtl;
}
.w3-input-placeholder-right:-moz-placeholder  {
	direction: rtl;
}
.w3-input-placeholder-right:-ms-input-placeholder {
	direction: rtl;
}
.w3-datepicker {
	padding: 8px;
	background-color: white!important;
}
/* global used formatting end */

/* general settings for all items start */
html, body, #map {
	height: 100%;
	width: 100%;
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Open Sans",Roboto,Helvetica,Arial,sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
summary:focus {
	outline: -webkit-focus-ring-color auto 0px;
	outline-color: -webkit-focus-ring-color;
	outline-style: auto;
	outline-width: 0px;
}
summary::-webkit-details-marker {
  display: none;
}
.w3-hover-pale-red:hover {
	color: #f44336 !important;
	background-color: #ffdddd !important;
}
.w3-hover-pale-green:hover {
	color: #4CAF50 !important;
	background-color: #ddffdd !important;
}
/* general settings for all items end */

/* multipurpose classes start */
.w3-spin-inverted {
	font-size: 14px !important;
	margin-left: -32px;
}
.w3-float-right {
	margin-left: auto !important;
	float: right !important;
}
.w3-semibold {
	font-weight: 500;
}
.w3-bold {
	font-weight: bold;
}
/* multipurpose classes end */

/* general padding classes start */
.w3-padding-sides {
	padding-right: 8px;
	padding-left: 8px;
}
.w3-padding-sides-bigger {
	padding-right: 24px;
	padding-left: 24px;
}
.w3-padding-left-disabled {
	padding-left: 0px !important;
}
.w3-padding-left {
	padding-left: 8px !important;
}
.w3-padding-left-big {
	padding-left: 16px !important;
}
.w3-padding-left-bigger {
	padding-left: 24px !important;
}
.w3-padding-left-huge {
	padding-left: 32px !important;
}
.w3-padding-right-tiny {
	padding-right: 4px !important;
}
.w3-padding-right-small {
	padding-right: 8px !important;
}
.w3-padding-right {
	padding-right: 16px !important;
}
.w3-padding-right-huge {
	padding-right: 32px !important;
}
.w3-padding-top-disabled {
	padding-top: 0px !important;
}
.w3-padding-top-tiny {
	padding-top: 4px !important;
}
.w3-padding-top-small {
	padding-top: 8px !important;
}
.w3-padding-top-medium {
	padding-top: 12px !important;
}
.w3-padding-top {
	padding-top: 16px !important;
}
.w3-padding-bottom-disabled {
	padding-bottom: 0px !important;
}
.w3-padding-bottom-tiny {
	padding-bottom: 4px !important;
}
.w3-padding-bottom-small {
	padding-bottom: 8px !important;
}
.w3-padding-bottom {
	padding-bottom: 16px !important;
}
/* general padding classes start */

/* general margin classes start */
.w3-margin-sides {
	margin-right: 8px;
	margin-left: 8px;
}
.w3-margin-top-tinier {
	margin-top: 2px !important;
}
.w3-margin-top-tiny {
	margin-top: 4px !important;
}
.w3-margin-top-small {
	margin-top: 8px !important;
}
.w3-margin-bottom-tiny {
	margin-bottom: 4px !important;
}
.w3-margin-bottom-small {
	margin-bottom: 8px !important;
}
.w3-margin-right-tiny {
	margin-right: 4px !important;
}
.w3-margin-right-small {
	margin-right: 8px !important;
}
.w3-margin-left-tiny {
	margin-left: 4px !important;
}
.w3-margin-left-huge {
	margin-left: 32px !important;
}
.w3-margin-left-huger {
	margin-left: 48px !important;
}
.w3-margin-left-small {
	margin-left: 8px !important;
}
/* general margin classes end */

/* general table classes start */
.w3-padding-left-table {
	padding-left: 16px !important;
}
.w3-padding-left-table-big {
	padding-left: 24px !important;
}
.w3-padding-left-table-huge {
	padding-left: 32px !important;
}
.w3-padding-right-table {
	padding-right: 16px !important;
}
.w3-padding-right-table-big {
	padding-right: 24px !important;
}
.w3-padding-right-table-huge {
	padding-right: 32px !important;
}
.w3-table-weird-behaviour {
	width: 100.05% !important;
}
/* general table classes end */

/* classes for showing depending on size start */
.w3-show-tiny {
	display: none !important;
}
@media (max-width: 600px) {
	.w3-show-tiny {
		display: block !important;
	}
}
.w3-show-tiny-representative {
	display: none !important;
}
@media (max-width: 600px) {
	.w3-show-tiny-representative {
		display: block !important;
	}
}
.w3-show-medium {
	display: none !important;
}
@media (max-width: 992px) {
	.w3-show-medium {
		display: block !important;
	}
}
.w3-show-medium-small {
	display: none !important;
}
@media (max-width: 800px) {
	.w3-show-medium-small {
		display: block !important;
	}
}
/* classes for showing depending on size end */

/* classes for hiding depending on size start */
@media (max-width: 600px) {
	.w3-hide-tiny {
		display: none !important;
	}
}
@media (max-width: 600px) {
	.w3-hide-tiny-representative {
		display: none !important;
	}
}
@media (max-width: 992px) {
	.w3-hide-medium {
		display: none !important;
	}
}

@media (max-width: 800px) {
	.w3-hide-medium-small {
		display: none !important;
	}
}

@media (max-width: 1150px) {
	.w3-hide-medium-large {
		display: none !important;
	}
}

@media (max-width: 1279px) {
	.w3-hide-medium-semi-large {
		display: none !important;
	}
}
/* classes for hiding depending on size end */

/* main menu classes start */
.w3-menuitemspacer {
	width: 50px;
}
.w3-menu-folder-icon {
	text-align: right !important;
}
.w3-menu-topseller-item {
	padding: 8px 16px;
	float: left;
	width: auto;
	border: none;
	outline: 0;
	display:none;
}
@media (min-width: __MAXTOPSSMALLSIZE__px) {
	.w3-show-topseller-item-1 {
		display: block !important;
	}
}
@media (min-width: __MAXTOPSMIDSIZE__px) {
	.w3-show-topseller-item-2 {
		display: block !important;
	}
}
@media (min-width: __MAXTOPSFULLSIZE__px) {
	.w3-show-topseller-item-3 {
		display: block !important;
	}
}
.w3-menu-category-item {
	padding: 8px 16px;
	text-align: left;
	width: auto;
	border: none;
	outline: 0;
	display:none;
}
@media (min-height: px) {
	.w3-menu-category-item-1 {
		display: block !important;
	}
}
@media (min-height: px) {
	.w3-menu-category-item-2 {
		display: block !important;
	}
}
@media (min-height: px) {
	.w3-menu-category-item-3 {
		display: block !important;
	}
}
.w3-container-menu {
	padding: 0.01em 8px;
}
/* main menu classes end */

/* tab menu classes start */
.w3-padding-borderreplace-bottom-small {
	padding-bottom: 9px !important;
}
.w3-article-tab {
	width: 90px !important;
}
.w3-article-tab-dummy {
	cursor: default !important;
}
.w3-article-tab-dummy:hover {
	background-color: inherit !important;
}
.w3-article-tab-spacer {
	width: 90% !important;
}
@media (max-width: 1850px) {
    .w3-article-tab-spacer { width: 1540px !important; }
}
@media (max-width: 1800px) {
    .w3-article-tab-spacer { width: 1490px !important; }
}
@media (max-width: 1750px) {
    .w3-article-tab-spacer { width: 1440px !important; }
}
@media (max-width: 1700px) {
    .w3-article-tab-spacer { width: 1390px !important; }
}
@media (max-width: 1650px) {
    .w3-article-tab-spacer { width: 1340px !important; }
}
@media (max-width: 1600px) {
    .w3-article-tab-spacer { width: 1290px !important; }
}
@media (max-width: 1550px) {
    .w3-article-tab-spacer { width: 1240px !important; }
}
@media (max-width: 1500px) {
    .w3-article-tab-spacer { width: 1190px !important; }
}
@media (max-width: 1450px) {
    .w3-article-tab-spacer { width: 1140px !important; }
}
@media (max-width: 1400px) {
    .w3-article-tab-spacer { width: 1090px !important; }
}
@media (max-width: 1350px) {
    .w3-article-tab-spacer { width: 1040px !important; }
}
@media (max-width: 1300px) {
    .w3-article-tab-spacer { width: 990px !important; }
}
@media (max-width: 1250px) {
    .w3-article-tab-spacer { width: 940px !important; }
}
@media (max-width: 1200px) {
    .w3-article-tab-spacer { width: 890px !important; }
}
@media (max-width: 1150px) {
    .w3-article-tab-spacer { width: 840px !important; }
}
@media (max-width: 1100px) {
    .w3-article-tab-spacer { width: 790px !important; }
}
@media (max-width: 1050px) {
    .w3-article-tab-spacer { width: 740px !important; }
}
@media (max-width: 1000px) {
    .w3-article-tab-spacer { width: 690px !important; }
}
@media (max-width: 950px) {
    .w3-article-tab-spacer { width: 640px !important; }
}
@media (max-width: 900px) {
    .w3-article-tab-spacer { width: 590px !important; }
}
@media (max-width: 850px) {
    .w3-article-tab-spacer { width: 540px !important; }
}
@media (max-width: 800px) {
    .w3-article-tab-spacer { width: 490px !important; }
}
@media (max-width: 750px) {
    .w3-article-tab-spacer { width: 440px !important; }
}
@media (max-width: 700px) {
    .w3-article-tab-spacer { width: 390px !important; }
}
@media (max-width: 650px) {
    .w3-article-tab-spacer { width: 340px !important; }
}
@media (max-width: 600px) {
    .w3-article-tab-spacer { width: 290px !important; }
}
@media (max-width: 550px) {
    .w3-article-tab-spacer { width: 240px !important; }
}
@media (max-width: 500px) {
    .w3-article-tab-spacer { width: 190px !important; }
}
@media (max-width: 450px) {
    .w3-article-tab-spacer { width: 140px !important; }
}
@media (max-width: 400px) {
    .w3-article-tab-spacer { width: 90px !important; }
}
@media (max-width: 350px) {
    .w3-article-tab-spacer { width: 40px !important; }
}
/* tab menu classes end */

/* group view item line start */
.w3-item-description-more {
	white-space: inherit !important;
}

/* group view item line start */
.w3-item-description {
	white-space: inherit !important;
}
.w3-text-more-hidden {
	display: none;
}
.w3-text-less-hidden {
	display: none;
}
.w3-group-item-image {
	margin-top: 8px !important;
}
.w3-group-item-button {
	white-space: inherit;
	width: 100% !important;
	cursor: default !important;
	margin-bottom: 8px !important;
}
.w3-group-item-button-small {
	white-space: inherit;
	width: 100% !important;
	cursor: default !important;
	margin-bottom: 0px !important;
}
.w3-group-item-button-borderless {
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}
.w3-group-item-container-image {
	min-width: 85px !important;
	max-width: 85px !important;
	margin-bottom: 8px;
}
.w3-group-item-container-buttons {
	cursor: default !important;
	min-width: 150px !important;
	max-width: 150px !important;
	margin-top: 4px !important;
}
.w3-group-item-container-buttons-small {
	cursor: default !important;
	min-width: 125px !important;
	max-width: 125px !important;
	margin-top: 0px !important;
}
.w3-group-item-container-image-minimal {
	min-width: 55px !important;
	max-width: 55px !important;
}
/* group view item line end */

/* groups view classes start */
.w3-container-group-text {
	min-height: 105px;
	text-align: justify;
}
.w3-container-bottom-right {
	float: right;
	vertical-align: bottom;
}
.w3-image-group {
	max-width: -webkit-fill-available;
	max-width: -moz-available;
	max-width: fill-available;
	max-height: 150px;
}
/* groups view classes end */

/* cart classes start */
.w3-cart-quantity {
	display: inline-block;
	text-align: right;
}
.w3-cart-bonus-amount {
	display: inline-block;
	text-align: right;
}
.w3-cart-article-title {
	padding-left: 80px !important;
}
/* cart classes end */

/* item view classes start */
.w3-image-item {
	max-width: -webkit-fill-available;
	max-width: -moz-available;
	max-width: fill-available;

}
/* item view classes end */

/* searchsite start */
@media (max-width: 600px) {
	.w3-search-container-category {
		padding-left: 8px !important;
		margin-bottom: 8px !important;
	}
}
/* searchsite end */

.w3-animate-input {
	transition:width 0.4s ease-in-out
}
.w3-animate-input:focus {
	width:100%!important
}

/* customer searchbox start */
.w3-header-customer-searchbox {
	width: 150px;
	transition:width 0.4s ease-in-out;
}
.w3-header-customer-searchbox:focus {
	width: 200px !important;
}
@media (min-width: 1200px) { .w3-header-customer-searchbox:focus { width: 200px !important; } }
@media (min-width: 1400px) { .w3-header-customer-searchbox:focus { width: 350px !important; } }
@media (min-width: 1800px) { .w3-header-customer-searchbox:focus { width: 500px !important; } }
.w3-header-customer-searchbox-result {
	width: 200px !important;
}
@media (min-width: 1200px) { .w3-header-customer-searchbox-result { width: 200px !important; } }
@media (min-width: 1400px) { .w3-header-customer-searchbox-result { width: 350px !important; } }
@media (min-width: 1800px) { .w3-header-customer-searchbox-result { width: 500px !important; } }

.w3-header-customer-searchbox-results {
	z-index: 10;
	position: absolute;
	/*right: 89px;*/
	margin-top: 1px;
}

/* customer searchbox end */

/* searchbox start */
.w3-header-searchbox-spinner {
	float: right;
	color: #000 !important;
	margin-top: -25px;
}

.w3-header-searchbox-results {
	z-index: 10;
	position: absolute;
}

.w3-header-searchbox {
	display: block;
}
@media (min-width: 700px) {	.w3-header-searchbox { width: 200px; } }
@media (min-width: 750px) {	.w3-header-searchbox { width: 200px; } }
@media (min-width: 800px) {	.w3-header-searchbox { width: 200px; } }
@media (min-width: 850px) {	.w3-header-searchbox { width: 250px; } }
@media (min-width: 900px) {	.w3-header-searchbox { width: 300px; } }
@media (min-width: 950px) {	.w3-header-searchbox { width: 350px; } }
@media (min-width: 1000px) { .w3-header-searchbox { width: 400px; } }
@media (min-width: 1050px) { .w3-header-searchbox { width: 450px; } }
@media (min-width: 1100px) { .w3-header-searchbox { width: 500px; } }
@media (min-width: 1150px) { .w3-header-searchbox { width: 550px; } }
@media (min-width: 1200px) { .w3-header-searchbox { width: 600px; } }
@media (min-width: 1250px) { .w3-header-searchbox { width: 650px; } }
@media (min-width: 1300px) { .w3-header-searchbox { width: 700px; } }
@media (min-width: 1350px) { .w3-header-searchbox { width: 750px; } }
@media (min-width: 1400px) { .w3-header-searchbox { width: 800px; } }

.w3-header-searchbox-representative {
	display: block;
}
@media (min-width: 850px) {	.w3-header-searchbox-representative { width: 250px; } }
@media (min-width: 900px) {	.w3-header-searchbox-representative { width: 300px; } }
@media (min-width: 950px) {	.w3-header-searchbox-representative { width: 350px; } }
@media (min-width: 1000px) { .w3-header-searchbox-representative { width: 400px; } }
@media (min-width: 1050px) { .w3-header-searchbox-representative { width: 450px; } }
@media (min-width: 1100px) { .w3-header-searchbox-representative { width: 500px; } }
@media (min-width: 1150px) { .w3-header-searchbox-representative { width: 550px; } }
@media (min-width: 1200px) { .w3-header-searchbox-representative { width: 600px; } }
@media (min-width: 1250px) { .w3-header-searchbox-representative { width: 650px; } }
@media (min-width: 1300px) { .w3-header-searchbox-representative { width: 700px; } }
@media (min-width: 1350px) { .w3-header-searchbox-representative { width: 750px; } }
@media (min-width: 1400px) { .w3-header-searchbox-representative { width: 800px; } }
/* searchbox end */

/* classes for account start */
@media ( max-width: 992px) {
	.w3-button-account-right {
		padding-right: 0px !important;
	}
	.w3-container-account-right {
		padding-right: 0px !important;
	}
	.w3-containter-account-main {
		padding-right: 0px !important;
	}
	.w3-clerks-table-hide {
		width: 1px !important;
		display: none !important;
	}
}
@media ( max-width: 600px) {
	.w3-container-account-left {
		padding-right: 0px !important;
	}
	.w3-container-account-right {
		left-right: 0px !important;
	}
	.w3-button-account-mid {
		padding-right: 0px !important;
	}
	.w3-button-account-left {
		padding-right: 0px !important;
	}
}
/* classes for account end */

/* footer start */
.w3-menu-bottom-sticky {
	bottom: 0%;
	position: -webkit-sticky;
	position: sticky;
	margin-top: 16px !important;
	z-index: 999;
}
.w3-menu-bottom-fixed {
	bottom: 0%;
	position: -webkit-fixed;
	position: fixed;
	z-index: 999;
}
.w3-menu-bottom-button {
	font-weight: 500;
}
.w3-menu-bottom-button-blind {
	font-weight: 500;
	cursor: default ;
}
.w3-menu-bottom-button-blind:hover {
	color: inherit !important;
	background-color: inherit !important;
}
.w3-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.w3-footer-spacer {
	height: 39px;
}
.w3-footer-spacer-small {
	height: 20px;
}
.w3-footer-full-show {
	display: none;
}
@media ( min-width: 600px) {
	.w3-footer-full-show {
		display: inline-block;
	}
}
.w3-footer-medium-show {
	display: none;
}
@media ( max-width: 600px) {
	.w3-footer-medium-show {
		display: inline-block;
	}
}
/* footer end */

/* special classes for checkout start */
.w3-table-checkout-cell {
	width: 10.0%;
}
@media ( max-width: 992px) {
	.w3-table-checkout-cell {
		width: 16.6%;
	}
}
@media ( max-width: 600px) {
	.w3-table-checkout-cell {
		width: 25.0%;
	}
}
@media ( max-width: 600px) {
	.w3-table-checkout-cell-hide-tiny {
		width: 0%!important;
		display: none !important;
	}
}
.w3-table-checkout-cell-description {
	width: 40.0%;
}
@media ( max-width: 992px) {
	.w3-table-checkout-cell-description {
		width: 0%;
		display: none !important;
	}
}

@media ( max-width: 800px) {
	.w3-checkout-edit {
		display: none !important;
	}
}

@media ( max-width: 700px) {
	.w3-checkout-details {
		display: none !important;
	}
}
/* special classes for checkout end */

/* special classes for invoices start */
.w3-table-invoice-cell {
	width: 12.5%;
}
@media ( max-width: 992px) {
	.w3-table-invoice-cell {
		width: 25.0%;
	}
}
.w3-table-invoice-cell-hide-small {
	width: 12.5%;
}
@media ( max-width: 1279px) {
	.w3-table-invoice-cell-hide-small {
		width: 0%;
		display: none !important;
	}
}
/* special classes for invoices end */

/* special classes for orders start */
.w3-table-order-cell {
	width: 15%;
}
@media ( max-width: 992px) {
	.w3-table-order-cell {
		width: 25%;
	}
}
.w3-table-order-cell-description {
	width: 40%;
}
@media ( max-width: 992px) {
	.w3-table-order-cell-description {
		width: 0%;
		display: none !important;
	}
}
.w3-orderlist-list {
	list-style: none;
	font-size: 100% !important;
}
@media ( max-width: 1365px) {
	.w3-orderlist-listitem-articletext {
		width: auto;
		float: left;
		display: none;

	}
}
.w3-orderlist-listitem {
	margin-bottom: 4px;
}
.w3-orderlist-listitem-articlenumber {
	width: 100px;
	float: left;
}
.w3-orderlist-listitem-articletext {
	width: auto;
	float: left;
}
.w3-orderlist-listitem-quantity {
	width: 100px;
	float: right;
	text-align: right;
}
.w3-orderlist-listitem-price {
	width: 100px;
	float: right;
	text-align: right;
}
.w3-orderlist-listitem-total {
	width: 100px;
	float: right;
	text-align: right;
}
/* specual classes for orders end */

/* special classes for offers start */
.w3-table-offer-cell {
	width: 15%;
}
@media ( max-width: 992px) {
	.w3-table-offer-cell {
		width: 25%;
	}
}
.w3-table-offer-cell-description {
	width: 40%;
}
@media ( max-width: 992px) {
	.w3-table-offer-cell-description {
		width: 0%;
		display: none !important;
	}
}
.w3-offerlist-list {
	list-style: none;
	font-size: 100% !important;
}
@media ( max-width: 1365px) {
	.w3-offerlist-listitem-articletext {
		width: auto;
		float: left;
		display: none;

	}
}
.w3-offerlist-listitem {
	margin-bottom: 4px;
}
.w3-offerlist-listitem-articlenumber {
	width: 100px;
	float: left;
}
.w3-offerlist-listitem-articletext {
	width: auto;
	float: left;
}
.w3-offerlist-listitem-quantity {
	width: 100px;
	float: right;
	text-align: right;
}
.w3-offerlist-listitem-price {
	width: 100px;
	float: right;
	text-align: right;
}
.w3-offerlist-listitem-total {
	width: 100px;
	float: right;
	text-align: right;
}
/* specual classes for offers end */

/* specual classes for order view start */
@media ( min-width: 993px) {
	.w3-orderbox-fourth {
		padding-right: 0px !important
	}
}
@media ( max-width: 992px) {
	.w3-orderbox-second {
		padding-right: 0px !important
	}
	.w3-orderbox-fourth {
		padding-right: 0px !important
	}
}
@media ( max-width: 600px) {
	.w3-orderbox-first {
		padding-right: 0px !important
	}
	.w3-orderbox-second {
		padding-right: 0px !important
	}
	.w3-orderbox-third {
		padding-right: 0px !important
	}
	.w3-orderbox-fourth {
		padding-right: 0px !important
	}
}
/* specual classes for order view end */

/* cart stuff start */
.w3-button-cart {
	padding-right: 0px;
}
span.fa.fa-lg.fa-shopping-cart.w3-center.w3-text-red.w3-padding-small.w3-button-incart {
	padding-right: 16px;
	/*box-shadow: inset 0 0em 0em 0 rgba(0, 0, 0, 0.00);*/
}
span.fa.fa-lg.fa-shopping-cart {
	width: 100%;
	/*box-shadow: inset 0 -1.3em 1em 0 rgba(0, 0, 0, 0.02);*/
}
span.fa.fa-lg.fa-shopping-cart.w3-center.w3-text-red.w3-padding-small {
	/*box-shadow: inset 0 -1.3em 1em 0 rgba(0, 0, 0, 0.02);*/
}
span.fa.fa-lg.fa-shopping-cart {
	font-size: 1.6em;
	line-height: 1.2em;
	/*box-shadow: inset 0 0em 0em 0 rgba(0, 0, 0, 0.00);*/
}
span.fa.fa-lg.fa-shopping-cart-small {
	font-size: 0.9em !important;
	line-height: 0.9em !important;
	/*box-shadow: inset 0 0em 0em 0 rgba(0, 0, 0, 0.00);*/
}
span.fa.fa-lg.fa-shopping-cart.w3-center.w3-text-red.w3-padding-small {
	line-height: 0em;
	margin-top: 4px;
}
span.fa.fa-lg.fa-shopping-cart-small.w3-center.w3-text-red.w3-padding-small {
	margin-top: 0px !important;
}
.w3-border-theme-red {
	border-color: #f44336 !important;
}
.w3-border-transparent {
	border-color: #f44336 !important;
}
/* cart stuff end */

/* selects for article view start rightaligned */
.w3-select-full-height-rightaligned {
    height: 32px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	direction: rtl;
	text-align-last: right;
	cursor: pointer;
	padding: 0 36px 0 10px;
	/* box-shadow: inset 0 -1.3em 1em 0 rgba(255, 255, 255, 0.75); */
	background-color: #ffffff;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAHCAYAAAD9NeaIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDE1LTA0LTE3VDE3OjEyOjQyKzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxNS0wNC0yMFQxNzoxNjoyNCswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxNS0wNC0yMFQxNzoxNjoyNCswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTU4MjBDRURERjVCMTFFNEEzN0FCODBEM0I5MTExMjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTU4MjBDRUVERjVCMTFFNEEzN0FCODBEM0I5MTExMjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2RUVFRDJCNkREQzMxMUU0QTM3QUI4MEQzQjkxMTEyOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNTgyMENFQ0RGNUIxMUU0QTM3QUI4MEQzQjkxMTEyOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuShL/sAAABeSURBVHjaYszOzjZnYGDYCcT8DMSBv0AcP2XKlKVEqmdgAuKTQOwOxB+JtQCIibYAZgkDkRaRZQGyJYQsItsCdEtwWUSRBdgsQbeIYgtAgAWHOMwiJSBezkAhAAgwAJSTG/DI0S9VAAAAAElFTkSuQmCC");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: auto 15%;
	border-radius: 0;
	appearance: none;
	font-weight: 500;
}
.w3-select-full-height-white {
	background: white !important;
	-moz-appearance: button !important;
	-webkit-appearance: button !important;
	appearance: button !important;
}
.w3-select-full-height {
    height: 32px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	padding: 0 36px 0 10px;
	/* box-shadow: inset 0 -1.3em 1em 0 rgba(255, 255, 255, 0.75); */
	background-color: #ffffff;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAHCAYAAAD9NeaIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDE1LTA0LTE3VDE3OjEyOjQyKzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxNS0wNC0yMFQxNzoxNjoyNCswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxNS0wNC0yMFQxNzoxNjoyNCswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTU4MjBDRURERjVCMTFFNEEzN0FCODBEM0I5MTExMjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTU4MjBDRUVERjVCMTFFNEEzN0FCODBEM0I5MTExMjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2RUVFRDJCNkREQzMxMUU0QTM3QUI4MEQzQjkxMTEyOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNTgyMENFQ0RGNUIxMUU0QTM3QUI4MEQzQjkxMTEyOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuShL/sAAABeSURBVHjaYszOzjZnYGDYCcT8DMSBv0AcP2XKlKVEqmdgAuKTQOwOxB+JtQCIibYAZgkDkRaRZQGyJYQsItsCdEtwWUSRBdgsQbeIYgtAgAWHOMwiJSBezkAhAAgwAJSTG/DI0S9VAAAAAElFTkSuQmCC");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: auto 15%;
	border-radius: 0;
	appearance: none;
	font-weight: 500;
}
@media (max-width: 600px) {
	.w3-input-left-column {
		width: 100% !important;
	}
}
.w3-input-left-column {
	width: 90%;
}

.w3-input-full-height {
    height: 32px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	padding: 0 36px 0 10px;
	/* box-shadow: inset 0 -1.3em 1em 0 rgba(255, 255, 255, 0.75); */
	background-color: #ffffff;
	border-radius: 0;
	appearance: none;
	font-weight: 500;
}
.w3-select-full-height-rightaligned:focus,
.w3-select-full-height-rightaligned:focus {
	outline: -webkit-focus-ring-color auto 0px;
	outline-color: -webkit-focus-ring-color;
	outline-style: auto;
	outline-width: 0px;
	border-color: #aaaaaa;
	outline: 0;
	/* box-shadow: inset 0 -1.3em 1em 0 rgba(255, 255, 255, 0.75); */
}
.w3-select-full-height-rightaligned:focus::-ms-value,
.w3-select-full-height:focus::-ms-value{
	background-color: transparent;
}
.w3-select-full-height::-ms-expand,
.w3-select-full-height-rightaligned::-ms-expand {
	display: none;
}
.w3-select-full-height>option:nth-child(even),
.w3-select-full-height-rightaligned>option:nth-child(even) {
	font-weight: 500;
}
.w3-select-full-height>option:nth-child(odd),
.w3-select-full-height-rightaligned>option:nth-child(odd) {
	font-weight: 500;
}
@media (max-width: 992px) {
	.w3-article-price-container {
		padding-top: 16px !important;
		padding-left: 0px !important;
	}
}
/* selects for article view end */

/* modal classes start */
.w3-modal-content {
	margin-top: px;
	max-height: px;
	width: auto;
	overflow:hidden;
}
@media (max-width: 768px) {
	.w3-modal-content {
		margin-top: px;
		max-height: px;
		width: auto;
		overflow: hidden;
	}
}
@media (max-width: 600px) {
	.w3-modal-content {
		margin-top: px;
		max-height: px;
		width: auto;
		overflow: hidden;
	}
}
@media (max-height: 900px) {
	.w3-modal-content {
		margin-top: px;
		max-height: px;
		width: auto;
		overflow: hidden;
	}
	@media (max-width: 768px) {
		.w3-modal-content {
			margin-top: px;
			max-height: px;
			width: auto;
			overflow: hidden;
		}
	}
	@media (max-width: 600px) {
		.w3-modal-content {
			margin-top: px;
			max-height: px;
			width: auto;
			overflow: hidden;
		}
	}
}
@media (max-height: 700px) {
	.w3-modal-content {
		margin-top: px;
		max-height: px;
		width: auto;
		overflow: hidden;
	}
	@media (max-width: 768px) {
		.w3-modal-content {
			margin-top: px;
			max-height: px;
			width: auto;
			overflow: hidden;
		}
	}
	@media (max-width: 600px) {
		.w3-modal-content {
			margin-top: px;
			max-height: px;
			width: auto;
			overflow: hidden;
		}
	}
}
@media (max-height: 500px) {
	.w3-modal-content {
		margin-top: px;
		max-height: px;
		width: auto;
		overflow: hidden;
	}
	@media (max-width: 768px) {
		.w3-modal-content {
			margin-top: px;
			max-height: px;
			width: auto;
			overflow: hidden;
		}
	}
	@media (max-width: 600px) {
		.w3-modal-content {
			margin-top: px;
			max-height: px;
			width: auto;
			overflow: hidden;
		}
	}
}

.w3-modal-box {
	border-radius: 4px;
	box-shadow: rgb(0 0 0 / 25%) 4px 4px 4px;
	min-width: 300px;
	max-width: 400px;
	max-height: 600px;
}

@media (max-width: 500px) {
	.w3-modal-box {
		border-radius: 4px;
		box-shadow: rgb(0 0 0 / 25%) 4px 4px 4px;
		min-width: 200px;
		max-width: 225px;
		max-height: 400px;
	}
}

@media (max-width: 600px) {
	.w3-modal-box {
		border-radius: 4px;
		box-shadow: rgb(0 0 0 / 25%) 4px 4px 4px;
		min-width: 300px;
		max-width: 300px;
		max-height: 600px;
	}
}

@media (max-width: 700px) {
	.w3-modal-box {
		border-radius: 4px;
		box-shadow: rgb(0 0 0 / 25%) 4px 4px 4px;
		min-width: 300px;
		max-width: 300px;
		max-height: 600px;
	}
}

.w3-modal-mobile-title {
	font-size: 28px;
}

.w3-modal-container {
	align-self: center;
	z-index: 99999;
}

.w3-modal-mobile-text {
	font-size: 16px;
}

.w3-modal-icon {
	font-size: 36px;
}
/* modal classes end */

/* currency after price start */
.w3-price {
	text-align: right !important;
}
.w3-price::after {
	content: " __CURRENCYSYMBOLUTF__";
}
/* currency after price end */

/* bootstrap carousel start */
.w3-carousel-container {
	height: 50%;
}
.w3-carousel-image {
	height: 100%;
	width: 100%;
}
.carousel-caption {
	color: #CECECE !important;
	background-color: rgba(0,0,0,0.2) !important;
	border-radius: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.carousel-caption h2 {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 10px;
}

.carousel-indicators li {
	width: 24px;
	height: 24px;
	margin: 8px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(0,0,0,0);
	border: 3px solid rgba(255,255,255,0.8) !important;
	border-radius: 5px;
	display: none;
}
.carousel-indicators .active {
	width: 24px;
	height: 24px;
	margin: 8px;
	text-indent: -999px;
	border: 3px solid rgba(255,255,255,0.8) !important;
	background-color: rgba(255,255,255,0.8) !important;
	border-radius: 5px;
	display: none;
}
/* bootstrap carousel end */

/* table sort stuff start */
.tablesort-sortable .w3-sort-order::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f0dc"
}
.tablesort-asc .w3-sort-order::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f0de"
}
.tablesort-desc .w3-sort-order::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f0dd"
}
.w3-sort-order-first {
	margin-right: 12px;
}
/* table sort stuff end */

.w3-bold{ font-weight: bold };
.w3-courier { font-family: "Courier New" }
.w3-pointer { cursor: pointer }
.w3-padding-bt { padding-top: 8px !important; padding-bottom: 8px !important }
.w3-padding-ls { padding-left: 8px !important }
.w3-padding-rs { padding-right: 8px !important }

/* rma classes start */
.w3-table-rma-cell {
	width: 10.0%;
}
.w3-table-rma-cell-description {
	width: 30.0%;
}
@media ( max-width: 1279px) {
	.w3-table-rma-cell {
		width: 16.6%;
	}
}
@media ( max-width: 992px) {
	.w3-table-rma-cell {
		width: 25.0%;
	}

	.carousel-caption {
		padding-bottom: 0px;
	}

	.carousel-caption h2 {
		margin-top: 10px;
	}

}
@media ( max-width: 1279px) {
	.w3-table-rma-cell-hide-medium {
		width: 0% !important;
		display: none !important;
	}

	.carousel-caption {
		padding-bottom: 0px;
	}

	.carousel-caption h2 {
		margin-top: 10px;
	}
}

@media ( max-width: 992px) {
	.w3-table-rma-cell-hide-small {
		width: 0% !important;
		display: none !important;
	}

	.carousel-caption {
		padding-bottom: 0px;
	}

	.carousel-caption h2 {
		margin-top: 10px;
	}
}
/* rma classes end */

/* classes for customer select table start */

.w3-customer-table-city,
.w3-customer-table-country {
	display: table-cell !important;
}
@media ( max-width: 992px) {
	.w3-customer-table-city,
	.w3-customer-table-country {
		display: none !important;
	}
}

.w3-customer-table-name {
	display: table-cell !important;
}
@media ( max-width: 600px) {
	.w3-customer-table-name {
		display: none !important;
	}
}

/* classes for customer select table end */

/* classes for user discrimination start */
// smartphone and touch devices
@media (pointer: coarse) {
	.w3-touch-hide {
		display: none !important;
	}
}
/* classes for user discrimination end */

#totopbutton {
	position: fixed;
	bottom: 48px;
	right: 16px;
	border-radius: 4px;
	z-index: 999;
}

