/*** COPIED rds-style ***/

.clickable {
	cursor: pointer;
}

div.error {
	background-color: inherit;
}

.invisible {
	visibility: hidden !important;
}

/* OVERRIDES */
.tabs--primary {
	display: none;
}

.page-node-1 h1 {
	display: none;
}

/* VALIDATION */
.validationError {
	color: #dc3545 !important;
}

.validation-always-visible .ng-invalid,
#cartContainer select.ng-invalid,
.ng-submitted .ng-invalid,
.ng-invalid.ng-touched {
	border: 1px solid #dc3545;
}

/* Wizard */
#wizard #btnCancel {
	margin-right: 8px;
}

/* Sample details popup */
.sampledetails-modal-window form {
	display: table;
}

.orangetext {
	color: orange;
}

#scannedData {
	width: 95%;
	display: inline-block;
}

/* Special Request List Modal */
.hasSpecialRequests,
.general.hasSpecialRequests a {
	color: orange;
}

.general .special-request-list-link {
	margin-right: 5px;
}

#specialRequestsListModal .special-request-image {
	width: 95px;
	cursor: pointer;
}

#specialRequestsListModal .modal-footer {
	border-top: none;
}

#specialRequestsListModal #colors {
	width: 100%;
	float: left;
	display: block;
	padding: 0;
	margin-bottom: 25px;
}

#specialRequestsListModal #colors li {
	list-style-type: none;
	float: left;
	cursor: pointer;
	width: 33%;
	font-size: 0.7em;
	text-align: center;
	min-height: 95px;
}

#specialRequestsListModal #colors li img {
	display: block;
	height: auto;
	max-width: 100%;
}

.ag-fresh .ag-root {
	border: 1px solid #ebebeb;
}

.ag-fresh .ag-body {
	background-color: #fff;
}

.ag-fresh .ag-header-container {
	background: #fff;
	border-bottom: 1px solid #ebebeb;
}

.ag-row-selected {
	background-color: #b2dfee !important;
}

label .ag-filter-checkbox {
	margin-right: 5px;
}

/* Cart */
#cart h3 {
	border-bottom: 1px solid #000;
	padding: 0 0 15px 0;
}

.offerItem {
	/* padding: 0px; */
}

.articles-error-list {
	color: #a94442;
}

.articles-error-list-name {
	cursor: pointer;
}

#cart .dtr-prices-notificiation {
	color: red;
}

#cartContainer {
	min-height: 200px;
}

#cart .stockArticleWrapper {
	position: relative;
}

#cart .stockArticleWrapper .stockArticleCart {
	color: #ffffff;
	background-color: #b21672;
	text-transform: uppercase;
	font-size: 0.6em;
	position: absolute;
	padding: 0px 1px;
	top: -25px;
	font-weight: normal;
	width: 100px;
	text-align: center;
}

#cart .number {
	width: 80px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
}

#cart .number span.calculatedPairs {
	display: block;
	padding-top: 7px;
	width: 80px;
	font-size: 0.9em;
}

#cart .number input {
	width: 44px;
	height: 25px;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
}

#cart .number input.error {
	background-color: #fbf0eb;
}

#cart .general {
	width: 110px;
}

#cart .yourPrice input {
	width: 75px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}

#cart .yourPrice .input-group {
	width: 115px;
}

#cart .color label {
	float: left;
	margin-right: 5px;
}

#cart .sizeShort {
	width: 100px;
}

#cart .totalPrice {
	width: 110px;
	text-align: right;
}

#cart .margin {
	text-align: center;
	width: 60px;
}

#cart .removeColumn {
	width: 16px;
}

#cart #totalTable {
	font-weight: bold;
	text-align: right;
	background-color: #f7f7f7;
}

#cart .totalValue {
	padding-right: 38px;
	width: 147px;
}

#cart .price {
	text-align: right;
	padding-right: 20px;
	width: 75px;
}

#cart tr.retailError td:not(.picture-cell) {
	color: #b21672;
	background-color: #ebc3db;
}

#cartContainer th.cartons {
	text-align: center;
}

#cartContainer .pairs_carton {
	text-align: center;
}

#cart {
	margin: 15px 0;
}

#cart .colorSimple {
	font-size: 0.7em;
}

#cart .offerItem {
	width: 80px !important;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: center;
}

#cart .totalPairs {
	min-width: 40px !important;
}

#cartContainer #cart .prepackFormError td:not(.picture-cell) {
	background-color: #ff8533;
}

#cart table {
	width: 100%;
	font-size: 0.9em;
}

#cart table.article-table tbody,
#cart .offerComparison table tbody {
	border-top: 1px solid currentColor;
}

#cart .general {
	width: 110px;
}

#cart .picture-cell img {
	width: 95px;
}

#cart .colorSimple {
	font-size: 0.7em;
	width: 95px;
	overflow: hidden;
	display: block;
	word-wrap: break-word;
}

#cart .color-name {
	font-weight: bold;
	word-break: break-all;
}

#cart img.articleRemarkEmpty,
#cart img.articleRemarkFilled {
	width: 16px;
}

.offers .popover,
.catalog .popover {
	width: 200%;
	max-width: 500px;
	display: block;
	color: black;
}

.offers .popover textarea,
.catalog .popover textarea {
	bottom: 0;
	right: 0;
	bottom: -47px;
	right: 0;
	z-index: 9999;
	width: 100%;
	height: 150px;
}

.offers .popover .popover-body,
.catalog .popover .popover-body {
	padding: 0.25rem 0.5rem;
}

#cart table.article-table .editRemark button {
	visibility: hidden;
}

#cart table.article-table > tbody:last-child > tr:last-child > td.editRemark button {
	visibility: visible !important;
}

#cart .btn-available-samples {
	cursor: pointer;
	float: right;
}

/* ARTICLE LIST */
#articleList #articles .addToCart {
	margin-top: 3px;
}

#articleList #articles .buttonsCart {
	height: 25px;
}

#articleList #articles .addToCart .buttonAddCart {
	display: block;
	cursor: pointer;
}

#articleList #articles .addToCart .buttonRemoveCart {
	display: block;
	cursor: pointer;
}

#articleList #articles .article .articleDetailOverlay .rrp {
	text-align: left;
	padding-left: 20px;
}

#articleList .buttonAddFavourites {
	padding-left: 15px;
	cursor: pointer;
}

#articleList .buttonRemoveFavourites {
	padding-left: 15px;
	cursor: pointer;
}

#articleList #articlePager {
	float: left;
	margin-top: 15px;
	width: 100%;
}

#articleList #articlePager li a {
	background-color: #fff;
	border: 1px solid #ebebeb;
	color: #000;
	cursor: pointer;
	display: inline-block;
	list-style-type: none;
	margin-bottom: 4px;
	margin-right: 4px;
	padding: 4px 10px;
}

#articleList #articles .articleName {
	color: #939393;
}

#articleList #articlePager .page {
	float: left;
}

#articleList #articleSortDiv span {
	margin-left: 5px;
	cursor: pointer;
}

#articleList #articleSortDiv .selected {
	padding-bottom: 0.31rem;
}

/* ARTICLE DETAIL */
#articleDetail #colors li .addedToCart {
	position: absolute;
}

/* ERROR */
div#errorOverlay {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background-color: white;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 999;
}

div#errorWindow {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 350px;
	margin-left: -175px;
	margin-top: -50px;
	background-color: #6d8e9e;
	text-align: center;
	color: #fff;
	z-index: 1000;
}

div#errorWindow div {
	margin: 10px;
}

div#errorWindow input {
	margin: 10px;
}

/* OFFER GRID */
#order .ag-row.order-requested {
	background-color: #ff9e5c;
}

.ag-fresh .ag-paging-panel {
	text-align: center;
}

.ag-fresh .ag-paging-panel .ag-paging-row-summary-panel {
	float: right;
	width: auto;
}

.ag-fresh .ag-paging-panel .ag-paging-page-summary-panel {
	display: inline-block;
}

input[type="number"].no-spinner {
	-moz-appearance: textfield;
}

input[type="number"].no-spinner::-webkit-inner-spin-button,
input[type="number"].no-spinner::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

/* OFFER COMPARISON LAST/MOULD */
.orderComparisonSeasonSelector {
	margin-top: 15px;
}

#cart .offerComparison {
	background-color: #f2f5f6;
	margin-top: 5px;
	border: 1px solid #afc1ca;
}

#cart .offerComparison thead tr th {
	margin: 0;
	padding: 2px 5px;
	border-bottom: 1px solid #afc1ca;
}

#cart .offerComparison h4 {
	margin: 0;
	padding: 2px 5px;
}

#cart .offerComparison .editRemark,
#cart .offerComparison .removeFromCart {
	visibility: hidden;
}

#cart .offerComparison .articleName {
	font-weight: bold;
}

#cart .offerComparison tr .orderNumber {
	padding-right: 15px;
}

/* OFFER COMPARISON PER ARTICLE */
.offerComparisonCustomerSelector {
	margin-top: 15px;
}

#cart .offerArticleComparison {
	background-color: #ffebeb;
	margin-top: 5px;
	border: 1px solid #ffc6c6;
}

#cart .offerArticleComparison thead tr th {
	margin: 0;
	padding: 2px 5px;
	border-bottom: 1px solid #ffc6c6;
}

#cart .offerArticleComparison thead tr th.general {
	padding-left: 0px;
}

#cart .offerArticleComparison h4 {
	margin: 0;
	padding: 2px 5px;
}

#cart .offerArticleComparison .editRemark,
#cart .offerArticleComparison .removeFromCart {
	visibility: hidden;
}

#cart .offerArticleComparison .articleName {
	font-weight: bold;
}

#cart .offerArticleComparison tr .orderNumber {
	padding-right: 15px;
}

/* Sample Address table */
.sample-address-selector {
	padding-left: 0px;
	padding-right: 0px;
}

.sample-address-selector table tr {
	cursor: pointer;
}

.sample-address-selector table tr td {
	border-top: 1px solid #eee;
}

.sample-address-selector table tr:hover {
	background-color: #f5f5f5;
}

/* <= SM screen */
@media screen and (max-width: 993px) {
	.header .header-block-search input[type="text"] {
		width: 100px;
	}

	#registerUser {
		margin-top: 35px;
	}

	.trendSlide div {
		top: 190px;
		left: 35px;
	}

	.trend .text {
		top: 60%;
	}

	aside {
		border: 1px solid #000;
		padding: 10px;
		margin: 15px;
		display: none;
	}

	aside.active {
		display: block;
	}
}

.ag-row.custom-prices {
	background-color: #fbff00;
}

/*** END COPIED rds-style ***/

/* OVERRIDES */
/* ng-dropdown-multiselect: Bootstrap 3 => bootstrap 4/5 */
[ng-dropdown-multiselect] .dropdown-menu {
	top: 100%;
}

[ng-dropdown-multiselect] > div > ul > li.divider {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	height: 1px;
	background-color: #e5e5e5;
}
[ng-dropdown-multiselect] a,
[ng-dropdown-multiselect] a:hover {
	color: inherit;
}

[ng-dropdown-multiselect] .dropdown-menu > li > a {
	display: block;
}

[ng-dropdown-multiselect] .dropdown-menu > li > a,
[ng-dropdown-multiselect] .dropdown-header {
	padding: 3px 20px;
}

[ng-dropdown-multiselect] > div > ul > li > a:hover {
	text-decoration: none;
}
[ng-dropdown-multiselect] > div > ul > li:hover {
	background-color: #f5f5f5;
}

[uib-datepicker] .btn-secondary:not(.active) {
	/* background-color: inherit;
	border-color: inherit; */
	color: inherit;
}

[uib-datepicker] .btn-secondary:hover {
	/* background-color: inherit; */
	border-color: inherit;
	color: inherit;
	/* font-weight: inherit; */
}

[uib-datepicker] .btn-secondary.active:not(.btn-info) {
	background-color: inherit;
	border: none;
	color: inherit;
}

/* [uib-datepicker] .btn-secondary.btn-info.active {
	background-color: inherit;
	border-color: inherit;
	color: inherit;
} */

[uib-datepicker-popup-wrap] .float-right {
	float: right !important;
}

/* GENERAL */
.pointer {
	cursor: pointer;
}

/* BREADCRUMB */
.breadcrumb {
	font-size: 0.8em;
	background: none;
	margin-bottom: 5px;
	padding: 8px 0px;
}

#offerButtons {
	position: fixed;
	top: 230px;
	right: 0;
	z-index: 9999;
}

#offerButtons button {
	display: block;
	width: 120px;
	padding: 10px 16px;
	border-radius: 0;
	margin-bottom: 3px;
	border-right: none;
	background-color: #fff;
	border-color: #ccc;
	font-size: 18px;
	line-height: 1.33;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform: none;
}

#offerButtons button:hover {
	color: #000;
}

#offerButtons button span {
	display: block;
	margin: 0 auto;
}

.region-search ul.dropdown-menu li {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 3px 20px;
	line-height: 1.4285;
	white-space: nowrap;
	clear: both;
}

.region-search ul.dropdown-menu li strong {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

[data-toggle="collapse"].collapsed .collapse-toggler.fa-angle-down {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* SIDEBAR */
aside {
	font-size: 0.9em;
	background-color: #fff;
	z-index: 999;
}

aside h2 {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #c3c3c3;
	font-size: 1.2em;
	padding-bottom: 15px;
}

aside li {
	cursor: pointer;
}

aside li:last-child {
	border-bottom: 0;
}

aside ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

aside a:link {
	color: #000;
}

aside a:visited {
	color: #000;
}

aside a:hover {
	color: #000;
}

aside .panel-group .panel {
	border-radius: 0;
	margin-bottom: 12px;
	background-color: transparent;
}

aside .panel-group .panel-body {
	padding: 5px;
}

aside .panel-group .panel-heading {
	padding: 5px 5px;
}

/* FILTER */
a.filter {
	background-color: #000;
	color: #fff;
	padding: 10px;
	display: block;
	text-align: center;
	cursor: pointer;
	margin-bottom: 15px;
}

a.filter:hover {
	text-decoration: none;
}

/* SELECTED FILTER */

#selectedFilters {
	margin-bottom: 10px;
	width: 100%;
}

#selectedFiltersText {
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
}

#selectedFiltersContainer {
	display: inline-block;
}

#selectedFiltersResetButton {
	float: right;
}

/* SIDEBAR CATALOGTREE */
aside #catalogTree {
	border: none;
	width: 100%;
}

aside #catalogTree div {
	cursor: pointer;
	background: url("/static/image/bullet-arrow-right.png") 0 7px no-repeat;
	padding-left: 9px;
}

aside #catalogTree div.active {
	background: url("/static/image/bullet-arrow-down.png") 0 7px no-repeat;
	padding-left: 9px;
}

/* SIDEBAR TRENDFILTER */
aside .trendFilter ul {
	max-height: 135px;
	overflow-y: auto;
}

aside .trendFilter #colorList {
	max-height: 230px;
	overflow-y: auto;
}

aside .trendFilter li {
	border-bottom: 1px solid #ebebeb;
}

aside .trendFilter #customerKindList .selected,
aside .trendFilter #featureList .selected,
aside .trendFilter #trendList .selected,
aside .trendFilter #typeList .selected {
	background: url("/static/image/selected.png") 0px 2px no-repeat;
	padding-left: 16px;
}

aside .trendFilter #collectionList .selected,
aside .trendFilter #styleList .selected,
aside .trendFilter #seasonList .selected,
aside .logoBrandFilter #logoBrandList .selected,
aside .trendFilter #outsoleList .selected {
	background: url("/static/image/selected.png") 5px 5px no-repeat;
	padding-left: 0px;
}

/* SIDEBAR COLORFILTER */
aside #colorFilter li {
	float: left;
	margin: 2px 5px;
	cursor: pointer;
	border: none;
}

aside #colorFilter .selectedIcon {
	width: 28px;
	height: 28px;
	position: absolute;
	z-index: 2;
}

aside #colorFilter .color {
	width: 28px;
	height: 28px;
	position: absolute;
	z-index: 1;
}

aside #colorFilter .gold {
	background: url("/static/image/color-gold.png") 50% 50%;
	position: absolute;
	width: 28px;
	height: 28px;
}

aside #colorFilter .silver {
	background: url("/static/image/color-silver.png") 50% 50%;
	position: absolute;
	width: 28px;
	height: 28px;
}

aside #colorFilter .pewter {
	background: url("/static/image/color-pewter.png") 50% 50%;
	position: absolute;
	width: 28px;
	height: 28px;
}

aside #colorFilter .bronze {
	background: url("/static/image/color-bronze.png") 50% 50%;
	position: absolute;
	width: 28px;
	height: 28px;
}

aside #colorFilter .selected {
	border-color: #000 !important;
}

aside #colorFilter .selected .selectedIcon {
	background: url("/static/image/selected.png") 8px 8px no-repeat;
}

aside #colorFilter .selected.inverse .selectedIcon {
	background: url("/static/image/selected-invers.png") 8px 8px no-repeat;
}

/* SIDEBAR STYLELIST */
aside .trendFilter ul#styleList {
	max-height: 490px;
	overflow-y: auto;
}

aside #styleList li {
	display: block;
	float: left;
	width: 47%;
	text-align: center;
	margin: 2px;
	border: none;
	border: 1px solid #ebebeb;
	height: 80px;
}

aside #styleList li div {
	padding-top: 40px;
}

#styleSport {
	background: url("/static/image/styleSport.png") 50% 2px no-repeat;
	background-size: inherit;
}

#styleSneakers {
	background: url("/static/image/styleSneakers.png") 50% 2px no-repeat;
	background-size: inherit;
}

#styleBallerinas {
	background: url("/static/image/styleBallerinas.png") 50% 2px no-repeat;
	background-size: inherit;
}

#styleBooties {
	background: url("/static/image/styleBooties.png") 50% 2px no-repeat;
	background-size: inherit;
}

#styleLow_shoes {
	background: url("/static/image/styleLowShoes.png") 50% 2px no-repeat;
	background-size: inherit;
}

#styleSandals_and_Mules {
	background: url("/static/image/styleSandalsMules.png") 50% 2px no-repeat;
	background-size: inherit;
}

#styleSlippers {
	background: url("/static/image/styleSlippers.png") 50% 2px no-repeat;
	background-size: inherit;
}

#stylePumps {
	background: url("/static/image/stylePumps.png") 50% 2px no-repeat;
	background-size: inherit;
}

#styleOutdoor {
	background: url("/static/image/styleOutdoor.png") 50% 2px no-repeat;
	background-size: inherit;
}

#styleBoots {
	background: url("/static/image/styleBoots.png") 50% 2px no-repeat;
	background-size: inherit;
}

/* SIDEBAR SEASONLIST */
aside .trendFilter ul#seasonList {
	max-height: 200px;
	overflow-y: auto;
}

aside #seasonList li {
	display: inline-block;
	width: 47%;
	text-align: center;
	margin: 2px;
	border: none;
}

aside #seasonList div {
	padding-top: 40px;
	border: 1px solid #ebebeb;
}

aside #seasonList #seasonSummer {
	background: url("/static/image/seasonSummer.png") 50% 2px no-repeat;
	background-size: inherit;
}

aside #seasonList #seasonWinter {
	background: url("/static/image/seasonWinter.png") 50% 2px no-repeat;
	background-size: inherit;
}

/* SIDEBAR COLLECTIONLIST */
aside .trendFilter ul#collectionList {
	max-height: 200px;
	overflow-y: auto;
}

aside #collectionList li {
	display: inline-block;
	width: 47%;
	text-align: center;
	margin: 2px;
	border: none;
}

aside #collectionList div {
	padding: 15px 0;
	border: 1px solid #ebebeb;
}

/* SIDEBAR OUTSOLEFILTER */
aside .trendFilter ul#outsoleList {
	max-height: 200px;
	overflow-y: auto;
}

aside #outsoleList li {
	display: inline-block;
	width: 47%;
	text-align: center;
	margin: 2px;
	border: none;
}

aside #outsoleList div {
	padding-top: 40px;
	border: 1px solid #ebebeb;
}

aside #outsoleList #heelHeel {
	background: url("/static/image/heelHeel.png") 50% 2px no-repeat;
	background-size: inherit;
}

aside #outsoleList #heelFlatform {
	background: url("/static/image/heelFlatform.png") 50% 2px no-repeat;
	background-size: inherit;
}

aside #outsoleList #heelPlatform {
	background: url("/static/image/heelPlatform.png") 50% 2px no-repeat;
	background-size: inherit;
}

aside #outsoleList #heelWedge {
	background: url("/static/image/heelWedge.png") 50% 2px no-repeat;
	background-size: inherit;
}

aside #outsoleList #heelFlat {
	background: url("/static/image/heelFlat.png") 50% 2px no-repeat;
	background-size: inherit;
}

/* SIDEBAR OUTSOLEFILTER */
aside .trendFilter ul#featureList {
	max-height: 200px;
	overflow-y: auto;
}

aside #featureList li {
	display: inline-block;
	width: 47%;
	text-indent: -9999px;
	margin: 2px;
	border: none;
}

aside #featureList div {
	padding-top: 40px;
	border: 1px solid #ebebeb;
}

aside #featureList #best_price {
	background: url("/static/image/feature_best_price.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #bestsellers {
	background: url("/static/image/feature_bestsellers.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #extra_wide {
	background: url("/static/image/feature_extra_wide.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #first_price {
	background: url("/static/image/feature_first_price.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #flex {
	background: url("/static/image/feature_flex.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #flex_foam_insole {
	background: url("/static/image/feature_flex_foam_insole.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #full_leather_upper {
	background: url("/static/image/feature_full_leather_upper.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #hanger {
	background: url("/static/image/feature_hanger.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #injections {
	background: url("/static/image/feature_injections.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #inside_heel {
	background: url("/static/image/feature_inside_heel.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #leather_insole {
	background: url("/static/image/feature_leather_insole.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #lights_in_outsole {
	background: url("/static/image/feature_lights_in_outsole.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #lightweight {
	background: url("/static/image/feature_lightweight.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #new_arrival {
	background: url("/static/image/feature_new_arrival.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #new_outsole {
	background: url("/static/image/feature_new_outsole.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #phylon_outsole {
	background: url("/static/image/feature_phylon_outsole.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #promotion {
	background: url("/static/image/feature_promotion.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #pvc_outsole {
	background: url("/static/image/feature_pvc_outsole.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #retail {
	background: url("/static/image/feature_retail.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #soft_touch_insole {
	background: url("/static/image/feature_soft_touch_insole.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #stretch {
	background: url("/static/image/feature_stretch.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #tpr_outsole {
	background: url("/static/image/feature_tpr_outsole.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #warm_lining {
	background: url("/static/image/feature_warm_lining.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #waterproof {
	background: url("/static/image/feature_waterproof.png") 50% 2px no-repeat;
	background-size: contain;
}

aside #featureList #zero_price_risk {
	background: url("/static/image/feature_zero_price_risk.png") 50% 2px no-repeat;
	background-size: contain;
}

/* SIDEBAR FEATUREFILTER */
aside #logoBrandList {
}

aside #logoBrandList li {
	/* height: 70px; */
	background-size: contain !important;
}

aside #logoBrandList li div {
	border: 1px solid #ebebeb;
	margin: 4px 0;
	height: 70px;
}

aside #logoBrandList #logoBrandCORTINA {
	background: url("/assets/img/cortina-private-label.svg") 10px no-repeat;
	background-position-x: center;
	/* background-size: inherit; */
}

aside #logoBrandList #logoBrandSJ {
	background: url("/assets/img/logo.svg") 10px no-repeat;
	background-position-x: center;
	/* background-size: 50px; */
}

/* SIDEBAR LOGOBRANDFILTER */
aside #featureFilter ul {
	max-height: 182px;
}

/* SIDEBAR CARTSUMMARY */
aside #cartSummaryLeft #cartTitleLeft {
	font-size: 1.4em;
}

aside #cartSummaryLeft a {
	text-align: left;
	width: 100%;
	display: inline-block;
	font-weight: bold;
	font-size: 1.1em;
}

/* SIDEBAR SIZEFILTER */
aside .trendFilter ul#sizeList {
	max-height: 200px;
	overflow-y: auto;
}

aside #sizeList li {
	display: inline-block;
	width: 47%;
	text-align: center;
	margin: 2px;
	border: none;
}

aside #sizeList div {
	padding: 15px;
	border: 1px solid #ebebeb;
	min-height: 70px;
}

aside .trendFilter #sizeList .selected {
	background: url("/static/image/selected.png") 5px 5px no-repeat;
	padding-left: 0px;
}

/* IMAGE SIZES */
#articleList #articles li {
	text-align: center;
	border-bottom: 1px solid #ebebeb;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 15%;
}

#articleList #articles li.mediumImage {
	width: 22%;
}

#articleList #articles li.bigImage {
	width: 30%;
}

@media (max-width: 1399.98px) {
	#articleList #articles li {
		width: 17%;
	}

	#articleList #articles li.mediumImage {
		width: 22%;
	}

	#articleList #articles li.bigImage {
		width: 30%;
	}
}

@media (max-width: 1199.98px) {
	#articleList #articles li {
		width: 22%;
	}

	#articleList #articles li.mediumImage {
		width: 30%;
	}

	#articleList #articles li.bigImage {
		width: 45%;
	}
}

@media (max-width: 767.98px) {
	#articleList #articles li {
		width: 29%;
	}

	#articleList #articles li.mediumImage {
		width: 45%;
	}

	#articleList #articles li.bigImage {
		width: 100%;
	}
}

@media (max-width: 575.98px) {
	#articleList #articles li {
		width: 45%;
	}

	#articleList #articles li.mediumImage {
		width: 100%;
	}

	#articleList #articles li.bigImage {
		width: 100%;
	}
}

@media (max-width: 420px) {
	#articleList #articles li {
		width: 100%;
	}
}

#articleItemResolution {
	margin: 5px 0;
}

#articleItemResolution span {
	height: 22px;
	padding-left: 27px;
	display: inline-block;
	margin-left: 9px;
	cursor: pointer;
	font-size: 0.9em;
	padding-top: 2px;
}

#articleItemResolution .small {
	background: url("/static/image/thumbs-small.png") no-repeat;
}

#articleItemResolution .medium {
	background: url("/static/image/thumbs-medium.png") no-repeat;
}

#articleItemResolution .big {
	background: url("/static/image/thumbs-big.png") no-repeat;
}

/* GRID */
.ag-fresh .ag-cell {
	padding: 6px;
}

/* BUTTONS */
.btn-group-xs > .btn,
.btn-xs {
	padding: 0.2rem 0.4rem;
	font-size: 0.75rem;
	/* border-radius: 0.1rem; */
}

.btn-block {
	width: 100%;
}

.btn-radio input {
	visibility: hidden;
}

/* PAGINATION */
ul li.page {
	list-style-type: none;
}

/* BUSY */
div.busyOverlay {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	top: 0;
	left: 0;
	position: fixed;
	z-index: 10000;
}

span.busyIcon {
	width: 80px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -40px;
	text-align: center;
}

span.busyMessage {
	padding-top: 110px;
	width: 300px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -75px 0 0 -150px;
	text-align: center;
}

/* ARTICLE DETAIL */

#articleDetail #generalInfo {
	padding-left: 40px;
}

#articleDetail #itemTable {
	margin: 20px 0;
	/* float: left; */
}

#articleDetail #itemTable .button {
	cursor: pointer;
	background: url("/static/image/cart-small.png") no-repeat;
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 30px;
}

#articleDetail #perspectiveImages {
	text-align: center;
	margin-top: 8px 0;
	/* float: left; */
	width: 100%;
}

#articleDetail #perspectiveImages img {
	width: 55px;
	height: auto;
	cursor: pointer;
}

#articleDetail #suggestionContainer {
	width: 100%;
	margin: 40px 0;
	/* float: left; */
}

#articleDetail #suggestionContainer label {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #c3c3c3;
	font-weight: 600;
	font-size: 1.6em;
	padding: 15px 0;
}

#articleDetail #suggestionContainer .suggestion {
	display: inline-block;
	cursor: pointer;
	width: 19%;
	max-width: 230px;
}

#articleDetail #suggestionContainer .suggestion img {
	display: block;
	height: auto;
	max-width: 100%;
}

#articleDetail #longDescription {
	background-color: #fafafa;
	/* float: left; */
	border: 1px solid #ececec;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}

#articleDetail #longDescription .title {
	width: 100%;
	color: #db0032;
	border-bottom: 1px solid #db0032;
	font-weight: 600;
	padding: 0 0 5px 0;
	margin: 0 0 8px 0;
	text-transform: uppercase;
}

#articleDetail #productDetails .title,
#articleDetail #iconInfo .title,
#articleDetail #download .title {
	width: 100%;
	border-bottom: 1px solid #c3c3c3;
	font-size: 1.4em;
	padding: 5px 0;
	margin: 8px 0;
}

#articleDetail #iconInfo span {
	display: block;
}

#articleDetail #productDetails label {
	margin-bottom: 0;
	margin-right: 5px;
}

#articleDetail #addToCart {
	border: 0;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 5px;
	font-weight: 400;
	font-size: 1.8em;
	margin: 15px 0;
}

#articleDetail #removeFromCart {
	border: 0;
	background-color: #f9f9f9;
	color: #939393;
	width: 100%;
	text-align: center;
	padding: 5px;
	font-weight: 400;
	font-size: 1.8em;
	margin: 15px 0;
}

#articleDetail #colors {
	width: 100%;
	/* float: left; */
	display: block;
	padding: 0;
	margin-bottom: 25px;
}

#articleDetail #colors li {
	list-style-type: none;
	float: left;
	cursor: pointer;
	width: 33%;
	max-width: 230px;
	font-size: 0.7em;
	text-align: center;
	min-height: 95px;
	border: 2px solid transparent;
}

#articleDetail #colors li img {
	display: block;
	height: auto;
	max-width: 100%;
}

#articleDetail #articleImage {
	display: block;
	height: auto;
	max-width: 100%;
	/* float: left; */
	width: 100%;
}

.detailNavigation a {
	border: 1px solid #000;
	padding: 1px 5px;
	font-size: 0.75em;
	cursor: pointer;
	color: #000;
}

/* 360° */

#articleDetail #container .threesixty {
	position: relative;
	overflow: hidden;
	cursor: url("/static/image/cursor_360.png"), url("/static/image/cursor_360.cur"), w-resize;
	width: 100% !important;
}

#articleDetail #container .threesixty .threesixty_images {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#articleDetail #container .threesixty .threesixty_images img {
	position: absolute;
	top: 0;
	height: auto;
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

#articleDetail #container .threesixty .threesixty_images img.previous-image {
	visibility: hidden;
	width: 0;
}

#articleDetail #container .threesixty .threesixty_images img.current-image {
	visibility: visible;
}

#articleDetail #container .threesixty .spinner {
	width: 60px;
	display: block;
	margin: 0 auto;
	height: 30px;
	background: #333;
	background: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#articleDetail #container .threesixty .spinner span {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #fff;
	text-align: center;
	line-height: 30px;
	display: block;
}

#articleDetail #container .threesixty .nav_bar {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 11;
}

#articleDetail #container .threesixty .nav_bar a {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	background: url(/demo/img/sprites.png) no-repeat;
	text-indent: -99999px;
}

#articleDetail #container .threesixty .nav_bar a.nav_bar_play {
	background-position: 0 0;
}

#articleDetail #container .threesixty .nav_bar a.nav_bar_previous {
	background-position: 0 -73px;
}

#articleDetail #container .threesixty .nav_bar a.nav_bar_stop {
	background-position: 0 -37px;
}

#articleDetail #container .threesixty .nav_bar a.nav_bar_next {
	background-position: 0 -104px;
}

#articleDetail #container:-webkit-full-screen {
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 200px;
}

#articleDetail #container:-moz-full-screen {
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 200px;
}

@media screen and (min-width: 768px) {
	#articleDetail #container .threesixty {
		height: 362px !important;
	}
}

@media screen and (min-width: 992px) {
	#articleDetail #container .threesixty {
		height: 473px !important;
	}
}

@media screen and (min-width: 1200px) {
	#articleDetail #container .threesixty {
		height: 573px !important;
	}
}

@media screen and (min-width: 1599px) {
	#articleDetail #container .threesixty {
		height: 775px !important;
	}
}

/* CART POPUP */
#cartPopupContent {
	width: 175px !important;
	right: 0;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

#cartPopupContent .cartPopupArticle img {
	width: 125px;
	display: block;
	margin: 0 auto;
}

#cartPopupContent .cartPopupArticleDetail {
	color: #939393;
	font-size: 0.8em;
	text-align: center;
}

.cartPopupHeader {
	text-align: center;
	color: #fff;
	background-color: #db0032;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 3px 0;
}

.cartPopupContent {
	max-height: 515px;
	overflow-y: scroll;
}

.cartPopupFooter {
	text-align: center;
	background-color: #f9f9f9;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 3px 0;
}

/* Checkbox as button style */
input.checkboxlabel[type="checkbox"] {
	position: absolute;
	left: -9999px;
}

label.checkboxlabel {
	background-color: indianred;
	color: #000000;
	-webkit-appearance: push-button;
	-moz-appearance: button;
	display: inline-block;
	padding: 2px 5px;
	cursor: pointer;
}

/* input.checkboxlabel:checked + label {
	background-color: lightseagreen;
	color: #000000;
} */

label.checkboxlabel.brandLogo {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background-size: contain !important;
	-webkit-appearance: inherit;
	-moz-appearance: inherit;
}

.ag-paging-button {
	color: #212529;
	border-color: #212529;
	background-color: transparent;
	border: 1px solid;
}

.ag-paging-button:disabled {
	opacity: 0.65;
	color: #212529;
}

/* TOOLTIP offer grid */
.tooltip-wrap span {
	z-index: 10;
	display: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.tooltip-wrap:hover span {
	display: inline;
	position: absolute;
	border: 1px solid #8c8c8c;
	background: #f4f4f4;
}

.tooltip-wrap > span {
	width: auto;
	padding-left: 3px;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	position: absolute;
	font-size: 12px;
	font-style: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 4px 4px 4px #d9b3c3;
	-moz-box-shadow: 4px 4px 4px #d9b3c3;
	box-shadow: 4px 4px 4px #d9b3c3;
	color: #000000;
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #fbf5e6 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbf5e6), color-stop(100%, #ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBF5E6', endColorstr='#FFFFFF', GradientType=0);
	border: 1px solid #8c8c8c;
}

.tooltip-wrap:hover > span {
	opacity: 1;
	text-decoration: none;
	visibility: visible;
	overflow: visible;
	margin-top: 0;
	display: inline;
	margin-left: 0;
	padding: 0 2px;
}

.tooltip-wrap span b {
	width: 15px;
	height: 15px;
	margin-left: 20px;
	margin-top: -19px;
	display: block;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-shadow: inset -1px 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-o-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	display: none;
	*display: none;
	background: #f4f4f4;
	border-top: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
}

/* PORTFOLIO PAGE */
#portfolioContainer {
	position: relative;
}

#portfolioContainer .portfolioItem {
	display: inline-block;
	border: 1px solid #ececec;
	margin: 5px;
	text-align: center;
}

#portfolioContainer .portfolioItem .brandName {
	margin: 5px 0;
}

#portfolioContainer a {
	display: block;
	padding: 5px;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
}

#portfolioContainer img {
	margin: 0 auto;
}

.season-incompatible {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity));
	font-weight: bold;
	text-decoration: underline;
}
