.category-card--layout--compact .category-card__body {
  padding: 16px 30px;
  -ms-flex-align: center;
  align-items: start;
}

.block-slideshow__slide-image{
	background-size: cover;
	color: white;
}

.block-slideshow__slide-title,
.block-slideshow__slide-text{
	color: white;
}


ul.category-card__links {
    list-style-type: square; 
   font-size: 16px;
}


.site {
  min-height: auto;
}

.ds-hidden{
	display: none;
}

.ds-fadeout {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#ds-catalog-main .container .shop-layout .block--highlighted{
	width: 100%;
}


.ds-toolbar-button{
	box-shadow: inset 0 0 0 2px #ebebeb;
	cursor:pointer !important; 
}

.ds-toolbar-button:hover{
	background:white;
	box-shadow: inset 0 0 0 2px #0068b6;
}

/* ds modal*/

.ds_modal_container{
	background: white;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.ds_modal{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.ds_modal_close_container{
	display: inline-block;
	height: 40px;
	background: red;
	width: 50px;
	position: absolute;
	right: 0;
	z-index: 1001;
	user-select: none;
}

.ds_modal_close{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 20px;
	color:white;
	cursor: pointer;
}

.product-card__image{
	overflow:clip;
}


.ds-styled-hr {
   border: none; 
    border-top: 1px solid #ddd; 
    margin: 10px 0 0 0 !important; 
 }

.ds-center{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

