/*
	Theme Name:   Savoy Child v2.3.5
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      2.3.5
*/


/* Child theme CSS
--------------------------------------------------------------- */

/* GENERIC start*/

:root {
	--default-color: #282828;
	--color-one: #ffe07f;
	--color-two: #f7f7f7;
}


.position-relative {
	position: relative;
}

.mt-medium {
	margin-top: 25px;
}

.mt-small {
	margin-top: 15px;
}

.mb-small {
	margin-bottom: 15px;
}

.mb-neg-10 {
	margin-bottom: -10px;
}

.mb-medium {
	margin-bottom: 25px;
}

.mb-large {
	margin-bottom: 50px;
}

.mr-small {
	margin-right: 15px;
}

.ml-zero {
	margin-left: 0 !important;
}

.ml-small {
	margin-left: 15px;
}

.ml-xs-small {
	margin-left: 5px;
}

.pl-zero {
	padding-left: 0 !important;
}

.pb-small {
	padding-bottom: 15px;
}

.pb-medium {
	padding-bottom: 25px;
}

.pt-small {
	padding-top: 15px;
}

.text-center {
	text-align: center;
}

.bg-color1 {
	background-color: #f2ede6 !important;
}

.mw-600 {
	max-width: 600px;
}

.mw-700 {
	max-width: 700px;
}

.w-100 {
	width: 100%;
}

.center-block {
	margin: 0 auto;
}

.fw-700 {
	font-weight: 700;
}

.d-inline {
	display: inline;
}

.d-inline-block {
	display: inline-block;
}

html body .default-color {
	color: var(--default-color);
}


.header-decor::after {
	content: "";
	border-bottom: 4px solid var(--color-one);
	display: block;
	width: 70px;
	margin-top: 15px;
}

.header-decor-medium::after {
	content: "";
	border-bottom: 4px solid var(--color-one);
	display: block;
	width: 70px;
	margin-top: 8px;
}

.header-decor-small::after {
	content: "";
	border-bottom: 4px solid var(--color-one);
	display: block;
	width: 70px;
	margin-top: 4px;
}

.font-playfair {
	font-family: Playfair Display;
	font-weight: 400;
	font-style: normal;
}

.light-grey-background {
	background-color: var(--color-two);
}

.dark-link,
.dark-link:link,
.dark-link:focus,
.dark-link:visited,
.dark-link:hover {
	color: var(--default-color)!important;
}


/* GENERIC end*/



.woocommerce-Price-amount.amount {
	font-weight: 700;
}


.my-studio-featured-img {
	text-align: center;
}

/* .my-studio-featured-img img {
	max-width: 450px;
} */


.artist-nav {
	display: flex;
	width: 100%;
}

.artist-cta {
	flex: 1;
	padding: 15px;
	border: 1px solid #ccc;
	text-align: center;
}

.artist-cta:first-child {
	margin: 10px 10px 10px 0;
}

.artist-cta:last-child {
	margin: 10px 0 10px 10px;
}

.artist-cta:not(:first-child):not(:last-child) {
	margin: 10px;
}

.mine-one-art {
	display: flex;
}

.art-info-wrapper {
	margin-left: 15px;
	position: relative;
}

.art-img-wrapper {
	/* height: 200px; */
	width: 200px;
	display: inline-block;
	border: 1px solid #ccc;
}

.art-edit {
	position: absolute;
	bottom: 0;
}

.pa-nav-wrapper,
.my-page-content-wrapper,
.nm-myaccount-login,
.user-banner-wrapper {
	padding-left: 15px;
	padding-right: 15px;
}


.vc_custom_1606565396800 {
	background-color: #f2ede6 !important;
}

.form-check-input {
	position: absolute;
	left: 0;
	top: 7px;
	cursor: pointer;
}

.form-check-label {
	margin-left: 6px;
	cursor: pointer;
}

.featured-img-wrapper {
	width: fit-content;
}

.required {
	color: red;
}

.disabled-wrapper {
	color: #aaa;
}

.disabled-checkbox {
	background-color: #ccc;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #aaa;
}


.delete-featured-img,
.delete-gallery-img {
	position: absolute;
	color: red;
	z-index: 100;
	font-size: 30px;
	cursor: pointer;
}

.delete-featured-img {
	top: 1px;
	right: 7px;
}

.delete-gallery-img {
	top: 1px;
	right: 20px;
}

.delete-img-background {
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 3px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	z-index: 99;
	background-color: #fff;
	opacity: 0.7;
}

.draft-label {
	position: absolute;
	top: 12px;
	right: -32px;
	z-index: 100;
	transform: rotate(45deg);
	background-color: #81C9F1;
	color: #fff;
	padding: 4px 40px 4px 40px;
}

.to-upper {
	text-transform: uppercase;
}

.artist-profile-nav-icon {
	width: 60px;
	height: 60px;
}

.tip-label {
	background-color: #81C9F1;
	color: #fff;
	padding: 4px 14px;
	border-radius: 14px;
}

.tip-wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
}

.tip-text {
	margin-left: 10px;
}

.tip-text a {
	color: inherit;
}

.tip-text * {
	display: inline;
}

.validate-failed {
	border: 2px solid red;
	padding: 6px !important
}


.checkbox {
	display: inline-flex;
	cursor: pointer;
	position: relative;
	margin-top: 5px;
}

.checkbox>span {
	padding-left: 8px;
	margin-top: -5px;
}

.checkbox>input {
	height: 15px;
	width: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: 1px solid #777;
	border-radius: 2px;
	outline: none;
	transition-duration: 0.3s;
	cursor: pointer;
}

.checkbox>input:checked {
	border: 1px solid #999;
	background-color: #81C9F1;
}

.checkbox>input:checked+span::before {
	content: '\2713';
	display: block;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 1px;
	top: -10px;
	font-size: 18px;
	font-weight: bold;
}

.checkbox>input:active {
	border: 2px solid #34495E;
}

.art-displayed-at-wrapper {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-template-rows: auto;
	grid-column-gap: 35px;
	padding: 15px;
	margin-top: 50px;
}

.art-displayed-at-wrapper p {
	margin-bottom: 0;
	line-height: 25px;
}

.warning-icon {
	background-image: url('img/triangle-exclamation-solid.svg');
	background-repeat: no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-bottom: -1px;
}

.art-displayed-at-icon {
	background-image: url('img/ikon-prikkart-kunst-henger-hos.svg');
	background-repeat: no-repeat;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	background-size: contain;
	background-position: center;
}

.art-displayed-at-content-wrapper {
	margin-top: 15px;
	font-size: 20px;
}


input[type='radio']:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #777;
}

input[type='radio']:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #81C9F1;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #777;
}


.my-page-content-wrapper button[type=submit] {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.one-exhibition-block {
	margin-bottom: 12px;
}

.one-exhibition-block-input-wrapper input {
	min-width: 0;
}



#add-exhibition {
	background-color: #A9A9A9;
	color: #fff;
	width: fit-content;
	text-align: center;
	padding: 6px 12px;
	cursor: pointer;
}


.one-exhibition-block-input-wrapper {
	display: flex;
}

/* .one-exhibition-block-item {
	flex-basis: 100px;
  flex-shrink: 0; 
} */

.exhibition-year {
	flex-basis: 100px;
	flex-shrink: 0;
}

.exhibition-where {
	flex-grow: 2;
}

.delete-exhibition {
	background-color: #F58E85;
	color: #fff;
	text-align: center;
	padding: 6px 12px;
	cursor: pointer;
	flex-basis: 70px;
	flex-shrink: 0;
}


.one-exhibition-block-item+.one-exhibition-block-item {
	margin-left: 1%;
}


.show-exhibitions-wrapper {
	display: flex;
}

.show-exhibition-year {
	flex-basis: 60px;
	flex-shrink: 0;
}

.show-exhibition-where {
	flex-grow: 1;
}



.artist-circle-profile-img {
	border-radius: 50%;
	max-height: 500px;
	width: 500px;
	object-fit: cover;
}

.homepage-link {
	background-image: url("img/hjemmeisde-kunstnerprofil.svg");
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
	display: block;
	margin-bottom: -12px;
}


.is-in-gallery {
	background-image: url("img/ikon-galleri-bilder.svg");
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}


.is-in-gallery-info {
	background-image: url("img/ikon-galleri-bilder.svg");
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	margin-bottom: -6px;
	position: absolute;
}

.mva-product-info {
	background-image: url("img/ikon-informasjon.svg");
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	margin-bottom: -6px;
	position: absolute;
}


.product-info-txt-wrapper {
	border-top: 1px solid #eee;
	padding-top: 15px;
	padding-bottom: 15px;
}

.product-info-txt {
	margin-left: 40px;
	display: block;
}


.ajax-loader-wrapper,
.hide-this {
	display: none;
}

.ajax-loader-backdrop {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #c0bebe;
	z-index: 9998;
	opacity: 0.8;
}

.ajax-loader {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	width: 100%;
	color: #000;
}

.ajax-animate {
	background-image: url("img/prikkart_loader_GIF-svart.gif");
	background-repeat: no-repeat;
	width: 200px;
	height: 84px;
	display: block;
	margin: 0 auto;
}

.ajax-txt {
	text-align: center;
	margin-top: 20px;
	font-size: 25px;
}





/* .nm-single-product-showcase .woocommerce-product-gallery {
	text-align: center;
} */

/* .nm-single-product-showcase .woocommerce-product-gallery figure img {
	width: auto!important;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 4 / 5;
	max-height: 400px;
	max-width: 300px;
} */


#previewFeaturedImg,
#previewGalleryImg,
.account-page .featured-img {
	width: auto !important;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 4 / 5;
	max-height: 200px;
}

.account-page .gallery-img {
	width: auto;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 4 / 5;
	max-height: 200px;
}


/* .pa-art-wrapper .product img.attachment-woocommerce_thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 4 / 5;
} */

.nm-shop-loop-product-wrap img.attachment-woocommerce_thumbnail {
	object-fit: cover;
	aspect-ratio: 4 / 5;
}


.has-hover .products li:hover .nm-shop-loop-actions.pa-mypage-edit-art {
	left: auto;
	right: 0;
}



.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	line-height: 0;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease;
}

.bg-warning {
	background-color: #ffc107 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

.bg-info {
	background-color: #17a2b8 !important;
}

.bg-success {
	background-color: #28a745 !important;
}


.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #28a745;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}


.my-page-content-wrapper button.disabled {
	background-color: #777;
	color: #fff;
	border-color: #777;
}


.user-banner-wrapper {
	background-color: #F2EDE7;
}

.user-banner-txt {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 19px;
}

.artist-profile-nav-txt {
	font-size: 20px !important;
}

.contact-artist-heading {
	margin-bottom: 10px;
}

.pa-tagcloud {
	margin-top: 10px;
}

html body .woocommerce-loop-product__title {
	font-size: 20px;
	line-height: 24px;
}


.container-round-icon,
ul.nm-social-profiles li {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--color-one);
}

.round-icon,
ul.nm-social-profiles li i.nm-font {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


@media only screen and (min-width: 992px) {
	.my-studio-featured-img img {
		float: right;
	}

	.my-studio-wrapper {
		padding-bottom: 50px;
	}

	.my-studio-wrapper > *:first-child {
		padding-right: 50px;
	}

	.my-studio-wrapper > *:last-child {
		padding-left: 50px;
	}

	.my-studio {
		margin-top: 100px;
	}
	

	.my-studio-featured-img {
		margin-top: -60px;
	}

}



@media only screen and (max-width: 991px) {
	.nm-menu-cart.menu-item-default.no-icon {
		margin-right: 10px;
	}

	.is-in-gallery {
		right: 15px;
		top: -20px;
	}

	.my-studio {
		margin-bottom: 100px;
	}

	.my-studio-featured-img {
		margin-bottom: -60px;
	}

}



@media only screen and (max-width: 560px) {
	/* .artist-profile-nav-icon {
		width: 50px;
		height: 50px;
	} */

	.artist-profile-nav-txt {
		font-size: 18px !important;
	}

	.break-me {
		display: block;
	}

	.is-in-gallery {
		right: 0;
		top: -20px;
	}

	.art-displayed-at-content-wrapper {
		font-size: 16px;
	}

}