.container-wide{
	margin: 0 auto;
}

.container-wide{
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (min-width: 1038px) {
    .container-wide{
        max-width: 1366px;
    }

    /* Filters column is hidden if creators and search bar is disabled - so reduce container width */
	body[data-creators-filter-is-visible="0"][data-search-filter-is-visible="0"] .container-wide{
		max-width: 1000px;
	}
}

.badge-general {
    border: 1px solid transparent;
    border-radius: var(--badge-corner-radius);
    display: inline-block;
    padding: 0.3125rem 0.8125rem 0.3125rem 0.8125rem;
    text-align: center;
    word-break: break-word;
}

.card-badge .badge-product-out-of-stock{
    background-color: #797875;
    color: #FFFFFF;
    border-color: transparent;
    font-size: 0.9rem;
    line-height: 1.2em;
    letter-spacing: 0em;
}

.card-badge .badge-product-on-sale{
	background-color: #0A6847;
	color: #FFFFFF;
}

.card-badge .badge-product-is-in-buyer-account{
	background-color: #615EFC;
	color: #FFFFFF;
}

.card-badge .badge-product-is-in-buyer-account .icon{
	margin-right: 3px;
	position: relative;
	top: -2px;
}

.card .card-meta a{
    color: inherit !important;
}

.custom-style-color-placeholder-background {
    background-color: rgba(77, 77, 77, 0.1) !important;
}

.header{
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 50px;
}

.header .wishlist-name{
	font-size: 50px;
	line-height: 1em;
}

/* desktop media query below */
@media (min-width: 768px) {
	.header-inner{
		display: grid;
	    grid-template-columns: 1fr auto;
	    align-items: center;
	}
}

/* mobile media query below */
@media (max-width: 768px) {
	.header-inner .header-actions{
		margin-top: 20px;
	}
}

.header .header-action-button .icon{
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.wishlist-products-wrapper{
	margin-bottom: 100px;
}

.card .card-core-contents{
	position: relative;
}

.card .card__heading{
	font-weight: normal;
}

.card .card-information{
	font-size: 16px;
}

.card .card__information{
	padding-bottom: 0px;
}

.card .card__content{
	padding-bottom: 0px;
}

.card .card-meta{
	margin-bottom: 20px;
}

.card .store-attribution{
	margin-top: 0px !important;
}

.dashboard-error-message-general{
	background-color: #EEEEEE;
    padding: 50px;
    text-align: center;
}

.dashboard-error-message-general .error-heading-text{
	margin-bottom: 1.5rem;
}

.loading-results-message-wrapper{
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	min-height: 300px;
}

.loading-results-message{
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    margin-top: 30px;
    background-color: rgba(255,255,255,0.8);
    font-size: 18px;
}

.loading-results-message .spinner-wrapper{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 10px;
}

.loading-results-message .spinner-wrapper .spinner{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-style: solid;
	border-color: rgb(76, 76, 76) rgb(76, 76, 76) rgb(211, 211, 211) rgb(211, 211, 211);
	border-width: 2px;
	border-radius: 50%;
	-webkit-animation: spinner-spin 0.8s linear 0s infinite normal none running;
	animation: spinner-spin 0.8s linear 0s infinite normal none running;
}

.mobile-creators-filter-selected-message{
	display: none;
}

.wishlist-owner-details{
	margin-top: 15px;
}

.payhip-toastify-wishlist-message{
    background: #FFFFFF !important;
    color: #222222 !important;
    padding: 20px 30px !important;
    padding-left: 60px !important;
    border: #DDDDDD;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.payhip-toastify-wishlist-message .icon{
    position: absolute !important;
    left: 15px !important;
    top: 13px !important;
    color: #008060;
}

/******************************************************************************/
/*        				  FILTERS START         				  	      	  */
/******************************************************************************/

.filters-wrapper .filter-label{
	font-weight: 600;
	margin-bottom: 5px;
}

.filters-wrapper .search-filter-wrapper{
	margin-bottom: 30px;
}

.filters-wrapper .checkbox-radio-group .form-check{
	margin-bottom: 5px;
}

.filters-wrapper .checkbox-radio-group .form-check input[type="checkbox"]:hover,
.filters-wrapper .checkbox-radio-group .form-check label:hover{
	cursor: pointer;
}

.filters-wrapper .checkbox-radio-group .form-check .number-of-products{
	color: #999999;
	margin-left: 5px;
}

.filters-wrapper .search-input-wrapper{
	position: relative;
}

.filters-wrapper .search-input-wrapper .search-input{
	padding-left: 40px;
}

.filters-wrapper .search-input-wrapper .search-button{
	position: absolute;
    left: 10px;
    top: 7px;
    padding: 0;
    color: #999999;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filters-wrapper .filters-core-contents{
	display: none;	
}

/* desktop media query below */
@media (min-width: 768px) {

	.filters-wrapper .filters-mobile-panel{
		display: none;
	}

	.filters-wrapper .filters-core-contents{
		display: block;	
	}

}

/* mobile media query below */
@media (max-width: 768px) {

	.filters-wrapper{
		border: 1px solid #CCCCCC;
		padding: 20px;
		margin-bottom: 30px;
	}

	.filters-wrapper .search-filter-wrapper{
		padding-top: 20px;
	}

	.filters-wrapper .search-input-wrapper .search-input{
		padding-left: 10px;
	}

	.filters-wrapper .search-input-wrapper .search-button{
		left: auto;
		right: 6px;
		background-color: #14AAF5;
		border-color: #14AAF5;
		padding: 3px 10px;
		border-radius: 0.25rem;
		top: 6px;
	}

	.filters-wrapper .search-input-wrapper .search-button svg path{
		fill: #FFFFFF;
	}

	.filters-wrapper .filters-core-contents.mobile-filters-show{
		display: block;
	}

	.filters-wrapper .filters-core-contents:not(.mobile-filters-show){
		display: none;
	}

	.mobile-creators-filter-selected-message{
		display: block;
	}
}

/******************************************************************************/
/*        				  FILTERS END         				  	      		  */
/******************************************************************************/

/******************************************************************************/
/*        			        EDIT OFFCANVAS START        				  	      	  */
/******************************************************************************/

#edit-offcanvas{
	color: #222222;
}

#edit-offcanvas .edit-wishlist-name-link-wrapper{
	margin-top: 3px;
}

#edit-offcanvas .edit-wishlist-name-link{
	color: inherit;
	font-size: 14px;
	text-decoration: underline;
}

#edit-offcanvas .product-row{
	margin-bottom: 20px;
}

#edit-offcanvas .product-name{
	margin-top: 10px;
}

#edit-offcanvas .product-view-link{
	color: inherit;
	font-size: 14px;
	text-decoration: underline;
	margin-right: 20px;
}

#edit-offcanvas .product-remove-link{
	color: #C40C0C;
	font-size: 14px;
	text-decoration: underline;
}

#edit-offcanvas .product-thumbnail-wrapper{
    position: relative;
}

#edit-offcanvas .product-thumbnail-inner{
    width: 0;
    height: 0;
    padding-bottom: 100%;
}

#edit-offcanvas .product-thumbnail{
    bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.13);
}

#edit-offcanvas .product-thumbnail img{
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

#edit-offcanvas .product-no-thumbnail-placeholder{
    background-color: #DDDDDD;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#edit-offcanvas .product-no-thumbnail-placeholder-inner{
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

#edit-offcanvas .product-no-thumbnail-placeholder-inner svg{
    width: 30px;
    height: 30px;
    opacity: 0.5;
}

/******************************************************************************/
/*        			        EDIT OFFCANVAS END         				  	      		  */
/******************************************************************************/

@media screen and (max-width: 767px) {
	.header{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.header .wishlist-name{
		font-size: 30px;
	}

	.card-wrapper{
		margin-bottom: 30px;
	}
}