body {
	opacity: 0;
	transition: opacity 2s;
}
body.ready {
	opacity: 1;
	transition: opacity 1s;
}
.css-prod-frame .css-soldout {
	color: #F00;
	height: auto;
	margin-left: 5px;
}
.css-filter-sortby-row {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex: 1;
}
@media (min-width: 768px) {
	.css-filter-sortby {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		overflow: hidden;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.css-filter-section {
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: start;
		flex: 1;
		gap: 5px;
		position: relative;
		overflow: hidden;
	}
	.css-sort-section {
		width: 180px;
	}
}
@media (max-width: 767px) {
	.css-filter-sortby {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.css-filter-section {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: start;
		margin: 5px 0;
		gap: 5px;
		position: relative;
	}
	.css-sort-section {
		width: 180px;
	}
}
.css-selected-filter-wrapper {
	width: 90%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
	flex: 1;
}
.css-selected-filter-wrapper .css-filter-title {
	background-color: #F3F3F3;
	padding: 3px 10px;
	width: 180px;
}
.css-selected-filter-wrapper .css-selected-filter {
	width: auto;
	height: 30px;
	cursor: pointer;
	border: 1px solid lightgrey;
	padding: 5px 10px;
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	overflow: hidden;
}
.css-selected-filter-wrapper .css-selected-filter:hover {
	border-bottom-color: black;
	transition: border-bottom-color 0.5s;
}
.css-selected-filter i {
	font-size: 0.9rem;
	margin-left: 5px;
	cursor: pointer;
	color: lightgrey;
}
.css-selected-filter i:hover {
	color: black;
}
@media (min-width: 768px) {
	#main-menu > li {
		float: none;
		display: table-cell;
		text-align: center;
	}
}
.modal-frame {
	display: flex !important;
	display: -webkit-flex !important;
	cursor: pointer;
	flex-direction: column;
	height: auto;
	width: 96%;
	flex-wrap: wrap;
	bottom: 0px;
	top: 0px;
	z-index: 100 !important;
}
.modal-title {
	padding: 20px 0 0 20px;
}
.css-menuitem {
	display: inline-block;
	width: 100%;
	min-width: 150px;
	line-height: 2.5em;
	font-size: 12px;
	color: var(--menu-item-color);
}
.css-menuitem:hover {
	color: #7E95B7;
}
.css-search {
	cursor: pointer;
}
.css-logo .glyphicon {
	color: white;
	font-size: 20px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
#men_carousel, #women_carousel {
	width: 400px;
}
.modal-footer {
	text-align: center;
	border: none;
	padding-top: 0;
}
.css-msgbar {
	width: 100%;
	vertical-align: middle;
	position: relative;
}
.css-msgbar .css-msgbar-remove {
	font-size: calc(height/6);
	color: #FFF;
	padding: 0px;
	position: absolute;
	top: 30%;
	right: 10px;
	cursor: pointer;
}
.css-ssm {
	font-size: 30px;
	background-color: white;
	color: #002c4d;
	margin-right: 20px;
}
.css-footer-sub img {
	float: right;
	width: 100%
}
.modal-dialog {
	opacity: 1.0;
}
.affix {
	width: 100%;
	top: 0px;
	left: 0px;
}
.badge-info {
	font-size: 9px;
	background-color: #3a87ad;
	border-radius: 8px !important;
	line-height: 11px;
	padding: 5px !important;
}
.wrapper-newsletter{
	width: auto;
	border: none;
	height: 30px;
	background-color: transparent;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
}
.wrapper-newsletter div {
	display: inline-block;
	position: relative;	
}
.wrapper-input {
	width: 150px;
	height: 32px;
	margin-left: 5px;
	margin-right: 0px;
	border-top: 0.5px solid white;
	border-bottom: 0.5px solid white;
	border-left: 0.5px solid white;
}
.wrapper-input #fd_top_newsletter {
	width: 100%;
	border: none;
	background-color: transparent;
	padding: 0px 10px;
	margin: 0px;
}
.wrapper-newsletter #btn-top-subscribe {
	width: auto;
	height: 32px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0.5px solid white;
	padding: 0px 5px;
	cursor: pointer;
}
.wrapper-newsletter #btn-top-subscribe:hover {
	background-color: lightgrey;
	color: black;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey;
  font-size: 10px;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: grey;
  font-size: 10px;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: grey;
  font-size: 10px;
}
@media (min-width: 768px) {
	/* horizontal sub menus */
	li[data-sm-horizontal-sub] {
		position: static;
	}
	li[data-sm-horizontal-sub] > ul {
		margin-top: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		text-align: center;
	}
	li[data-sm-horizontal-sub] > ul > li {
		/*float: left;*/
		font-size: 12px;
		display: inline-block;
	}
	li[data-sm-horizontal-sub] > .scroll-up, li[data-sm-horizontal-sub] > .scroll-down {
		display: none !important;
	}
}
.css-search-window {
	position: absolute;
	top: 65px;
	left: 35px;;
}
.css-search-window .modal-body {
	padding: 0;
}
@media (max-width: 768px) {
	.css-search-window {
		width: auto;
		position: absolute;
		top: 70px;
		left: 50% !important;
		transform: translateX(-50%) !important; 
	}
	a.dt-page {
/*		pointer-events: none;
		cursor: pointer;
*/	}
}
.wrapper-search {
	width:320px;
	height: 30px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}
.css-slider {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: row;
	transition: left 0.6s;
}
.css-slider.collapse {
	left: 300px;
	transition: left 0.6s;
}
.xcss-slider.collapse .css-magnifier {
	width: 20px;
	cursor: pointer;
	color: blue;
	display: block;
}
.xcss-slider .css-magnifier {
	display: none;
}
.css-magnifer:hover{
	color: red;
}
.css-search {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	margin-bottom: 10px;
}
.wrapper-gender {
	width: 100%;
	padding: 10px;
	display: flex;
	flex-direction: row;
}
.css-gender, .css-gender2 {
	font-size: 10px;
	width: auto;
	margin-right: 1px;
	cursor: pointer;
}
.xfor-men {
	width: 60px;
}
.xfor-women {
	width: 80px;
}
.css-gender.selected, .css-gender2.selected {
	font-weight: 600;
	text-decoration: underline;
}
.css-search-entry {
	width: 100%;
}
.css-search-close {
	font-size: 18px;
	cursor: pointer;
	color: darkgrey;
	display: flex;
	justify-content: center;
	align-items: center;
}
.css-search-close:hover {
	color: black;
}
.css-search-row {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
}
.css-go {
	width: 20px;
	height: auto;
	margin-left: 10px;
	margin-right: 5px;
	color: darkgrey;
	cursor: pointer;
	position: absolute;
	right: 6px;
	top: 6px;
}
.css-go img {
	width: 100%;
}
.css-filter-section {
}


body:has(div.shown) {
	overflow: hidden;
}
#div-newsletter {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255,255,255,0.9);
	z-index: 999;
	overflow: hidden;
	overflow-y: auto !important;
	max-height: initial;
}
#div-newsletter.shown {
	display: flex;
}
#div-newsletter-container {
	display: flex;
	flex-direction: column;
	justify-content: start;
	width: auto;
	max-width: 80%;
	max-height: 90%;
	overflow: hidden;
	aspect-ratio: 1 / 1.34;
	font-size: 2vmin;
	position: relative;
}
#news-image {
	width: 100%;
	height: auto;
}
#news-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 5%;
	aspect-ratio: 1 / 1;
}
@media screen and (max-width: 720px){
	#news-close {
		width: 8%;
	}
}
#news-close:hover {
	cursor: pointer;
}
#entry-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translate(50%);
	aspect-ratio: 1 / 0.22;
	line-height: 1.5;
	color: white;
}
@media screen and (max-height: 800px){
	#xentry-container {
		font-size: 0.9em;
		bottom: 3em;
	}
}
#btn-newsletter {
	width: 100%;
	margin-bottom: 0;
	color: white;
	background-color: var(--color-logo-theme);
	cursor: pointer;
}
.news-title {
	font-size: 1.8em;
	font-weight: 500;
	line-height: 2;
}
.news-msg {
	font-size: 1.2em;
	line-height: 1.4;
	text-align: center;
}
#div-newsletter input, #div-newsletter button {
	font-size: 1.2em;
	text-align: center;
	height: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.news-enter-email {
	font-size: 1.2em;
	text-align: center;
}
.entry-wrapper {
	width: 68%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
