/* Begin account dashboard >> */

#content_col_dashboard {
	width: 742px;
	float: right;
}

#content_col_dashboard .icon-link-level-up {
	display: inline-block;
	margin-bottom: 6px;
}
#content_col_dashboard .icon-link-level-up > .fa {
	margin-right: 6px;
}

#content_col_dashboard h2,
#content_col_dashboard .yd-table {
	margin-bottom: 16px;
}

#content_col_dashboard .page-header-borderless + h2 {
	margin-top: 0;
}

#content_col_dashboard p + h2 {
	margin-top: 30px;
}

#left_col_dashboard {
	float: left;
	width: 180px;
	border: solid 1px #ddd;
	border-radius: 4px;
	padding: 15px 0;
}

.my-account-user-image-canvas {
	width: 148px;
	display: block;
	margin: 0 auto 15px auto;
}

.my-account-user-image {
	width: 148px;
	height: 148px;
	max-width: 100%;
	border-radius: 5px;
}

#left_col_dashboard .nav-list > li > a {
	position: relative;
	padding: 10px 15px 10px 40px;
	word-wrap: break-word;
}
#left_col_dashboard .nav-list > li > a > .fa {
    margin-left: -24px;
	margin-top: 1px;
    position: absolute;
    line-height: inherit;
	color: #555555;
	opacity: 0.7;
}
#left_col_dashboard .nav-list > li > a:hover > .fa,
#left_col_dashboard .nav-list > li > a:focus-visible > .fa {
	opacity: 1.0;
}
#left_col_dashboard .nav-list > .active > a > .fa {
	color: inherit;
	opacity: 1.0;
}
#left_col_dashboard .nav-list > .active > a {
	margin-left: -1px;
	margin-right: -1px;
	padding: 10px 16px 10px 41px;
}
#left_col_dashboard .nav-list > .active > a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	border-right: 8px solid #ffffff;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}

@media only screen and (max-width: 991px) {
	#content_col_dashboard,
	#left_col_dashboard {
		float: none;
		width: auto;
		margin: 0 0 20px;
	}
	#left_col_dashboard {
		padding: 5px 0;
	}
	#left_col_dashboard .picture_frame {
		display: none;
	}
	#left_col_dashboard .nav-list > .active > a:after {
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	#content_col_dashboard {
		width: 940px;
	}
}

/* << End account dashboard */

.search-results-recommendations {
	margin-bottom: 20px;
}

.search-results-recommendations > h2 {
	margin-top: 30px;
	margin-bottom: 20px;
}

.search-results-recommendations .media-item-list,
.search-results-recommendations .profile-card-list,
.search-results-recommendations .product-card-list {
	margin-bottom: -30px; /* Compensate for margin bottom of items */
}

.product-details-block {
	margin-top: 35px;
	margin-bottom: 20px;
	line-height: 1.7;
}

.product-details-block p:not(:last-child) {
	margin-bottom: 20px;
}

.product-details-title {
	color: var(--bs-heading-entity-details-color);
	margin-top: 0;
	margin-bottom: 15px;
}

.channel-block {
    position: relative;
}
.channel-block.content-block {
    border: 1px solid #d6d6d6;
    background: #f7f7f7;
    padding: 16px 20px;
}
.channel-header {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 3px 0 15px;
}
@media (min-width: 480px) {
	.channel-header {
		flex-direction: row;
	}
}

.channel-header > h1 {
    flex-grow: 1;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.channel-header.content-block > h1 {
   	font-size: 22px;
	line-height: 25px;
}

.channel-more {
    display: inline-block;
    margin: 0 0 5px 0;
}
.channel-more > .fa {
	margin-right: 4px;
}

#shelf-banner {
	border-radius: 5px 5px 0 0;
	width: 940px;
	margin: -17px 0 20px -17px;
	position: relative;
	overflow: hidden;
}
#shelf-banner:after
{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}

#shelf-banner img
{
	border-radius: 5px 5px 0 0;
	width: 100%;
}
.shelf-social-networks,
.content-block > .shelf-social-networks:last-child
{
	display: block;
	margin-bottom: 0;
	margin-top: 10px;
	margin-bottom: -8px;
}

.shelf-social-networks > span {
	display: block;
	margin-bottom: 5px;
}

.shelf-social-networks > a {
	margin-bottom: 8px;
}

.cat-header {
}

.cat-header .breadcrumb {
	margin-bottom: 0;
}

.cat-header .breadcrumb > .active {
	color: inherit;
}
.cat-header h1{
	margin-top: 0px;
	margin-bottom: 5px;
}
.cat-header h1:last-child,
.cat-header p:last-child {
	margin-bottom: 0px;
}
.sub-cats
{
	margin: 0;
}
.sub-cats-item
{
	background-image: url('images/arrow_right.png');
	background-position: -4px center;
	background-repeat: no-repeat;

	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
}
.sub-cats-link
{
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	max-width: 85%;
	text-overflow: ellipsis;
}

.sub-cats .counter
{
	color: #999999;
	font-size: 85%;
}

.nav-stacked .counter
{
	color: #999999;
	font-size: 85%;
	display: inline-block;
	text-decoration: none;
	margin-left: 4px;
}

.channels-filter-header
{
	margin-bottom: 25px;
}

.product-list-controls {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 16px;
}

.product-list-controls > .pull-right {
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.pull-right > .btn-group > .dropdown-menu {
    left: auto;
    right: 0;
}

.cat-header ~ #content_col_left > .product-list,
.cat-header ~ #content_col_left > .product-card-list,
.cat-header ~ #content_col_left > .embed-responsive {
	margin-top: 12px !important; /* 12px + 8px margin for the control bottom margin = 20px */
}

.cat-header ~ #right_col > .content-block:first-child,
.cat-header ~ #right_col > .content-block-plain:first-child {
	margin-top: 12px;
}

.page-header ~ #right_col {
	margin-top: 0;
}

.page-header + .product-list-controls + .product-list,
.page-header + .product-list-controls + .product-card-list,
.hero-page-header + .container > .product-list-controls + .product-list,
.hero-page-header + .container > .product-list-controls + .product-card-list {
	margin-top: 12px;
}

.related-products {
	margin-bottom: 20px;
}

.related-products .product-list {
	margin-bottom: 0;
}

.related-products .product-list > li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.related-products .product-card-list {
	margin-bottom: -30px; /* Compensate for margin bottom of items */
}

.shelf-items-small
{
	margin: 12px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: auto;
}
.shelf-items-small > li
{
	display: inline-block;
	background: White;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	margin-right: 7px;
	float: left;
}
.shelf-items-small > li:last-child
{
	margin-right: 0px;
}
.shelf-items-small .product_image_only > a,
.shelf-items-small a.more-link
{
	display: block;
	width: 66px;
	height: 66px;
	line-height: 64px;
	text-align: center;
}
.shelf-items-small a.more-link > .fa
{
	margin-left: 4px;
}
.shelf-items-small > li > .product_image_only > a > img
{
	display: inline-block
}

.media-body p {
	margin-bottom: 5px;
}
.media p:last-child, .media-body p:last-child {
	margin-bottom: 0;
}
.media, .media-body {
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-content + .content-block {
	margin-top: 20px;
}
.category-index
{
    margin: 0 0 10px 0;
    width: auto;
    }
.category-index h2
{
    font-size: 21px;
    font-weight: normal;
    margin-top: 10px
    }
.category-index h2 > a
{
	color: inherit;
	}
.category-index li > a
{
    padding: 10px 0;
    display: block;
    }

.category-index li ul > li:last-child
{
    padding-bottom: 0px;
}

.category-index ul.level1
{
    margin: 0 0 0 3px;
    padding-left: 20px;
    border-left: 1px solid #d8d8d8;
}

.category-index ul.level2,
.category-index ul.level3,
.category-index ul.level4,
.category-index ul.level5,
.category-index ul.level6,
.category-index ul.level7,
.category-index ul.level8,
.category-index ul.level9
{
    padding-left: 20px;
}

#price-vat-dropdown > .dropdown-menu {
	min-width: 100%;
}

.form-group .fill-blanks
{
	margin-top: -2px
}
.form-group.has-error .fill-blanks
{
	color: #a94442;
}

#NotifyLowLicensesPercentage,
#NotifyLowLicensesMinQtyOrdered
{
	width: 51px;
	display: inline-block;
	margin: 2px 0;
}

.form-group .fill-blanks > .checkbox
{
	padding-top: 0;
	min-height: 0;
	display: inline-block;
	margin-right: 0;
	margin-left: 0;
}

#content_col_mid{
	width: 660px;
	margin-left: 205px;
	float: left;
}
#content_col_left{
	width: 865px;
	float: left;
}
#content_col_right
{
    float: right;
    width: 775px;
    }
#right_col,
#right_col_home,
#right_col_product {
	float: right;
	width: 250px;
}

#left_col {
	float: left;
	margin-left: -865px;
	width: 180px;
}
#left_col2 {
	float: left;
	width: 140px;
}

#right_col .media-list .media:not(:first-child) {
	margin-top: 20px;
}


@media only screen and (min-width: 992px) {
	#right_col > .content-block-plain:first-child > .col-header + .media-list {
		margin-top: 17px;
	}

	#left_col  > .col-header > h2,
	#right_col > .content-block-plain:first-child > .col-header > h2,
	#right_col_home > .content-block-plain:first-child > .col-header > h2 {
		padding-top: 2px;
	}
}

/* content viewer */

#contentviewer
{
	/* We estimate next width/height ratio looks good for most content. In the future we might want to apply the ratio dynamically. */
	height: 580px;
	width: 868px;
	transition: width 0.2s ease-in-out 0s, height 0.2s ease-in-out 0s;
}
@media only screen and (max-width: 480px)
{
	#contentviewer{height: 340px;}
}

@media (max-width: 767px) {
	#contentviewer
	{
		width: 100%;
	}

	#content_col_left {
		width: 100%;
		float: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#contentviewer
	{
		height: 520px;
		width: 100%;
	}

	#content_col_left {
		width: 100%;
		float: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#contentviewer
	{
		height: 484px;
		width: 667px;
	}

	#content_col_left {
		width: 665px;
		float: left;
	}
}

/* Library product */

.library-content-list
{
	list-style: none;
	margin-bottom: 15px;
	padding: 0 0 0 36px;
	word-wrap: break-word;
}

.library-content-section
{
	position: relative;
	padding-bottom: 20px;
}

.page-header + #content_col_left .library-content-section:first-child
{
	margin-top: 10px;
}

.library-content-section-with-items:not(.library-content-section-collapsed):after
{
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	top: 24px;
	bottom: 35px;
	left: -26px;
	border-style: dashed;
	border-color: rgba(0, 0, 0, 0.2);
	border-width: 0 0 0 1px;
}

.library-content-section-collapse-btn
{
	position: absolute;
	border-radius: 50%;
	left: -36px;
	top: 1px;
	width: 21px;
	height: 21px;
	padding: 2px;
	text-align: center;
	font-size: 14px !important;
	line-height: 1;
}

.library-content-section-collapse-btn > .fa
{
	line-height: 18px;
}

.library-content-section .library-content-list
{
	margin-bottom: 15px;
	padding-left: 0;
	padding-top: 5px;
}

.library-content-section-title
{
	margin-top: 0;
}

.library-content-section-content
{
	/* Ensure that the box shadow of .library-content-item and the timeline elements are visible during collapse transition */
	margin: 0 -5px 0 -36px;
	padding: 0 5px 0 36px;
}

.library-content-section-description
{
	margin-bottom: 15px;
}

.library-content-section-description:last-child
{
	margin-bottom: 0;
}

.library-content-item
{
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	padding: 19px;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	flex-direction: row;
}

.library-content-item .ambient-link
{
	transition: none;
}

.library-content-item:last-child
{
	margin-bottom: 0;
}

.library-content-item:last-child:after
{
	/* Hide the timeline part below the item bullet */
	content: "";
	position: absolute;
	display: block;
	width: 3px;
	top: 25px;
	bottom: 0;
	left: -27px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0 0 0 3px;
	z-index: 10;
}

.library-content-item-bullet
{
	content: "";
	position: absolute;
	display: block;
	top: 22px;
	left: -34px;
	background: #FFFFFF;
	border-radius: 50%;
	height: 17px;
	width: 17px;
	border: solid rgba(0, 0, 0, 0.4) 2px;
	background-clip: content-box;
	z-index: 20;
}

.library-content-item-left
{
	padding-right: 15px;
	flex-shrink: 0;
}

.library-content-item-left .thumb-spacer-c
{
	width: 60px;
}

.library-content-item-left .media-object
{
	max-width: 60px;
	max-height: 60px;
}

.library-content-item-left .filetype-icon
{
	width: 60px;
	height: 40px;
	line-height: 40px;
	font-size: 40px;
}

@media (min-width: 576px)
{
	.library-content-item-left .thumb-spacer-c
	{
		width: 100px;
	}

	.library-content-item-left .media-object
	{
		max-width: 100px;
		max-height: 100px;
	}

	.library-content-item-left .filetype-icon
	{
		width: 100px;
		height: 66px;
		line-height: 66px;
		font-size: 66px;
	}
}

.library-content-item-body
{
	flex-grow: 1;
	min-width: 0;
}

.library-content-item-title
{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
}

.library-content-item-actions
{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	text-align: right;
}

/* Library tree product */

#contentpage {
	overflow-y: hidden; /* prevent jumping screen */
}

#contentpage .content-container {
	display: flex;
	flex-direction: column;
    height: 100vh;
    overflow: auto;
}

#contentpage .navbar-brand {
	flex-grow: 0;
	flex-shrink: 0;
	align-self: flex-start;
}

@media only screen and (max-width: 991px) {
	#contentpage .navbar-brand {
		padding: 0;
		margin: var(--navbar-brand-margin-tb) 20px var(--navbar-brand-margin-tb) 0;
		max-width: min(250px, 100%);
	}

	#contentpage .site-wide-bar > .container-fluid {
		padding: 0 15px;
	}
}

#contentpage .page-content {
    flex: 1;   /* resize in container */
    overflow: auto; /* IMPORTANT for FireFox */

    /* new flex container for content */
	display: flex;
	flex-direction: row;
}
#contentpage .content-navigation {
    flex: none;
    background: #FFF;
    position: relative;
    padding: 10px 0;
    width: 50%;
    max-width: 275px;
    overflow: auto;
    border-right: solid 1px rgba(0, 0, 0, 0.12);
    -webkit-overflow-scrolling: touch;
}

.content-frame-wrapper
{
    flex: 1 1 auto;
    width: 100%;
    position: relative;
    overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#contentpage .content-frame {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    overflow-y: auto;
    border: 0;
}

.library-tree-content-list
{
	list-style: none;
	margin-bottom: 15px;
	padding: 0 10px 0 39px;
	word-wrap: break-word;
}

.library-tree-back-to-index
{
	position: relative;
	padding-top: 10px;
	padding-bottom: 30px;
}

.library-tree-back-to-index-btn
{
	position: absolute;
	border-radius: 50%;
	left: -28px;
	font-size: 16px !important;
}

.library-tree-content-section
{
	position: relative;
	padding-bottom: 20px;
}

.library-tree-content-section-with-items:not(.library-tree-content-section-collapsed):after
{
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	top: 24px;
	bottom: 35px;
	left: -19px;
	border-style: dashed;
	border-color: rgba(0, 0, 0, 0.2);
	border-width: 0 0 0 1px;
}

.library-tree-content-section-collapse-btn
{
	position: absolute;
	border-radius: 50%;
	left: -29px;
	top: 0;
	width: 21px;
	height: 21px;
	padding: 2px;
	text-align: center;
	font-size: 14px !important;
	line-height: 1;
}

.library-tree-content-section-collapse-btn > .fa
{
	line-height: 18px;
}

.library-tree-content-section .library-tree-content-list
{
	margin-bottom: 15px;
	padding-left: 0;
	padding-top: 5px;
	padding-right: 0;
}

.library-tree-content-section-title
{
	margin-top: 0;
	font-size: 16px;
}

.library-tree-content-section-content
{
	/* Ensure that the timeline elements are visible during collapse transition */
	margin: 0 -10px 0 -39px;
	padding: 0 10px 0 39px;
}

.library-tree-content-item
{
	margin-bottom: 10px;
	position: relative;
	display: flex;
	flex-direction: row;
}

.library-tree-content-item.active:before
{
	content: "";
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: -39px;
	right: -10px;
	background-color: var(--bs-primary);
}

.library-tree-content-item .ambient-link
{
	transition: none;
}

.library-tree-content-item.active .filetype-icon,
.library-tree-content-item.active .ambient-link,
.library-tree-content-item.active .ambient-link:hover,
.library-tree-content-item.active .ambient-link:focus-visible
{
	color: #FFFFFF;
}

.library-tree-content-item:last-child
{
	margin-bottom: 0;
}

.library-tree-content-item:last-child:after
{
	/* Hide the timeline part below the item bullet */
	content: "";
	position: absolute;
	display: block;
	width: 3px;
	top: 1px;
	bottom: 0;
	left: -20px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0 0 0 3px;
	z-index: 10;
}

.library-tree-content-item.active:last-child:after
{
	border-color: var(--bs-primary);
}

.library-tree-content-item-bullet
{
	position: absolute;
	display: block;
	top: 1px;
	left: -27px;
	background: #FFFFFF;
	border-radius: 50%;
	height: 17px;
	width: 17px;
	border: solid rgba(0, 0, 0, 0.4) 2px;
	background-clip: content-box;
	z-index: 20;
}

.library-tree-content-item-left
{
	padding-right: 10px;
	position: relative;
	flex-shrink: 0;
}

.library-tree-content-item-left .thumb-spacer-c
{
	width: 32px;
}

.library-tree-content-item-left .media-object
{
	max-width: 32px;
	max-height: 32px;
}

.library-tree-content-item-left .filetype-icon
{
	width: 32px;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	margin-top: -2px;
}

.library-tree-content-item-body
{
	position: relative;
	flex-grow: 1;
	min-width: 0;
}

.library-tree-content-item-title
{
	font-weight: normal;
	font-size: inherit;
}

/* cart-summary-table */
.cart-summary-table
{
	width: 50%;
	}
.cart-summary-table td
{
	border: 0;
	padding: 6px 0;
	}
.cart-summary-table td:last-child
{
	text-align: right;
	}
.cart-summary-table .cart-summary-total td
{
	border-top: 1px solid #95a8b9;
	font-weight: bold;
	}
/* ===== Ajax loading for tabs ===== */

.tab-pane > .ajax-loader {
	display: block;
	margin: 16px auto;
}

/* ===== Cookie message ===== */

img.share
{
	cursor: pointer;
}

.product_rating
{
	white-space: nowrap;
}

a.product_rating
{
	text-decoration: none !important;
}

.level0
{
	padding-left: 0;
}

.level1
{
	padding-left: 15px;
}

.level2
{
	padding-left: 30px;
}

.level3
{
	padding-left: 45px;
}

.level4
{
	padding-left: 60px;
}

.level5
{
	padding-left: 75px;
}

.level6
{
	padding-left: 90px;
}

.level7
{
	padding-left: 105px;
}

.level8
{
	padding-left: 120px;
}

.level9
{
	padding-left: 135px;
}

td.product-links
{
	border-top:0px;
	padding : 0px  8px 8px 8px;
}

.content-link
{
	width:406px;
}

.step
{
	border-width: 1px;
	border-style: solid;
	border-color: #D6D6D6;
	border-radius: 4px;
	overflow: hidden;
}

.step + .step
{
	margin-top: 10px;
}

.step-header
{
	background-color: #f7f7f7;
    font-size: 18px;
    font-weight: normal;
	display: table;
	width: 100%;
	margin: 0;
}

.step-number
{
	background-color: var(--bs-primary);
	padding: 13px 17px;
	display: inline-block;
	font-weight: bold;
	color: #FFFFFF;
	display: table-cell;
	width: 1em;
	vertical-align: middle;
	line-height: 24px;
}

.step-title
{
	padding: 13px 17px;
	display: table-cell;
	vertical-align: middle;
	line-height: 24px;
}

.step-body
{
	padding: 16px;
}

@media (max-width: 767px)
{
	.step-body {
		padding: 16px 11px;
	}
}

#step-products .step-body
{
	width: 100%;
	overflow: auto;
}

#form-activate-content .step-body .media
{
	margin-bottom: 16px;
}

.step-body p:last-child
{
	margin-bottom: 0;
}

.step-body hr
{
    border-top: 1px solid #eee;
}

.step-buttons
{
	margin: 0;
}

p + .step-buttons
{
	margin-top: -10px;
}

.activate-conditions + .step-buttons
{
	margin-top: -16px;
}

.step-buttons > .btn
{
	margin: 16px 6px 0 0;
}

@media (max-width: 767px)
{
	.step-buttons > .btn
	{
		margin-top: 11px;
	}
	.activate-conditions + .step-buttons
	{
		margin-top: -11px;
	}
}

.activate-conditions
{
	max-height: 200px;
	overflow: auto;
	margin-top: 16px;
	margin-bottom: 16px;
}

.activate-conditions:last-child
{
	margin-bottom: 0;
}

.checkout-activate-buttons
{
	margin: 0;
}

p + .checkout-activate-buttons
{
	margin-top: -10px;
}

.checkout-activate-buttons > .btn
{
	margin: 16px 6px 0 0;
}

.checkout-completed-details
{
	margin-top: -8px;
}

.checkout-completed-details,
.checkout-completed-details > .tab-content,
.checkout-completed-details p:last-child
{
	margin-bottom: 0;
}

.alert-checkout-autofill-error > ul
{
	padding-left: 20px;
}

#activate-product-switch-account-username {
    display: inline-block;
    margin-top: 8px;
    margin-right: 1.2em;
    margin-bottom: 0;
    padding: 8px 12px;
}

#activate-product-switch-account-username > img {
	width: 20px;
	height: 20px;
	border-radius: 2px;
	margin-top: -2px;
	margin-right: 4px;
}

#activate-product-switch-account-username > .fa {
	font-size: 1.1429em;
	margin-right: 4px;
}

#activate-product-switch-account-link{
    display: inline-block;
}

@media (max-width: 767px)
{
	.activate-conditions
	{
		margin-top: 11px;
		margin-bottom: 11px;
	}
	.checkout-completed-details
	{
		margin-top: -4px;
		padding: 11px;
	}

	.checkout-activate-buttons > .btn
	{
		margin-top: 11px;
	}
}

/* Product preview dialog */
#modalPreview
{
	display: flex;
	flex-direction: column;
}

#modalPreview > .modal-body
{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center
}

#modalPreview > .modal-body > .ajax-loader
{
	align-self: center;
}

#modalPreview .nav-pills
{
	margin-bottom: 15px;
}

#frame_preview_wrapper
{
	border: 1px solid #DDDDDD;
	flex-grow: 1;
}

#frame_preview_content
{
	width: 100%;
	height: 100%;
}

/* ===== Submit button icon with busy indicator ===== */

.submit_icon
{
	display: inline-block;
	width: 16px;
	margin: 0;
}
.submit_icon.hide
{
	display: none;
}

/* ===== Checkout page ===== */

.checkout-payment-simulated-message
{
	margin-bottom: 15px;
}

.checkout-payment-group-label
{
	font-weight: bold;
	margin-bottom: 5px;
}

.checkout-payment-group-label > .text-muted
{
	font-weight: normal;
}

.checkout-payment-group-description
{
	margin-bottom: 15px;
}

.checkout-payment-type
{
	margin-top: 5px;
	margin-bottom: 20px;
}

.checkout-payment-type:last-child
{
	margin-bottom: 0;
}

.checkout-payment-type > .radio-list > .radio
{
	margin: 0;
}

.checkout-payment-type > .radio-list > .radio > label
{
	display: flex;
	align-items: center;
}

.checkout-payment-options,
.checkout-payment-method-not-available
{
	margin-top: 10px;
    margin-left: 29px;
}

.checkout-payment-type-single
{
    margin-top: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.checkout-payment-type-single .checkout-payment-options
{
    margin-left: 0;
	width: 100%;
}


.checkout-payment-type-single .checkout-payment-method-not-available
{
    margin-left: 0;
}

.checkout-payment-method-not-available
{
	margin-top: 6px;
    margin-bottom: 0;
}

.checkout-payment-type-logos
{
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	flex-shrink: 0;
	max-width: 86px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: 8px;
}

.radio .checkout-payment-type-logos
{
		margin-left: 4px;
}

@media (min-width: 375px) and (max-width: 991px), (min-width: 1200px)
{
	.checkout-payment-type-logos
	{
		max-width: 132px;
	}
}

.checkout-conditions
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.step-body .table-cart.order-summary
{
	margin-top: -12px;
	margin-bottom: 2px;
}

.order-summary .qty-header
{
	position: relative;
}
.order-summary .qty-header-label
{
	position: absolute;
	top: 12px;
	right: 8px;
}
.order-summary th:last-child > .qty-header-label
{
	right: 0;
}

.order-summary thead + tbody:last-child > tr:last-child > td
{
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.step-body .table-cart.order-summary.no-payment-details:not(.no-qty)
{
	margin-bottom: 14px;
}

@media only screen and (max-width: 767px)
{
	.order-summary .qty-header-label
	{
		top: 8px;
		right: 5px;
	}
	.step-body .table-cart.order-summary
	{
		margin-top: -8px;
		margin-bottom: 6px;
	}

	.order-summary.no-payment-details
	{
		margin-bottom: 10px;
	}
}

.order-change
{
	margin-bottom: 14px;
	text-align: right;
}
.order-summary.no-qty.no-payment-details + .order-change
{
	text-align: left;
}

.form-group.checkout-terms-conditions > .checkbox-custom
{
	margin: 0;
}

#cartform .alert
{
	margin-bottom: 16px;
}

#cartform .table-cart
{
	margin-top: -12px;
	margin-bottom: -12px;
}
@media only screen and (max-width: 767px)
{
	#cartform .table-cart
	{
		margin-top: -8px;
		margin-bottom: -8px;
	}
}

.cart-buttons
{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
	justify-content: flex-end;
}

@media (max-width: 767px)
{
	.cart-buttons
	{
		margin-top: 11px;
	}
}

.cart-buttons > .btn + .btn.proceed-checkout
{
	margin-left: 14px;
}

.step-body .table-cart
{
	margin-top: -12px;
	margin-bottom: -12px;
}
@media only screen and (max-width: 767px)
{
	.step-body .table-cart
	{
		margin-top: -8px;
		margin-bottom: -8px;
	}
}

.step-body .table-cart .order-product-name,
.step-body .table-cart .order-product-name:hover,
.step-body .table-cart .order-product-name:focus-visible
{
	color: inherit;
}

#checkoutform .step,
#paymentform .step
{
	margin-bottom: 20px;
}

.cart-intro
{
	margin-bottom: 16px;
}

h2.cart-order-header
{
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 16px 0;
}

h2.cart-order-header .picture_frame
{
	margin-right: 8px;
}

.payment-process-logo {
	margin: 0 0 0 10px
}

.payment-process-logo-stripe {
	width: 120px;
	margin-bottom: 10px;
}

.payment-process-creditcard-logos {
	width: 120px;
	margin-left: -5px;
	margin-bottom: -5px;
	text-align: center;
}

.payment-process-creditcard-logos > img {
	height: 20px;
	margin: 0 0 5px 5px;
}

.input-creditcard-cvn {
	max-width: 143px;
}

#well_paymentprocess
{
	margin-bottom: 0;
	margin-top: -11px;
	position: relative;
}

#well_paymentprocess .payment-errors
{
	margin-bottom: 15px;
}

#well_paymentprocess .help-block.text-danger
{
	margin-bottom: 0;
}

div.customerverification_actions
{
	text-align: center;
	position: relative;
	margin-bottom: 0;
}

div.customerverification_actions li:hover > .nav-stacked-item-container
{
	background: var(--bs-primary);
    color: White;
    cursor: pointer;
}
div.customerverification_actions li:hover .text-muted
{
	color: #ffffff;
	color: rgba(255, 255, 255, 0.85);
}

div.customerverification_actions .user
{
	text-align: left;
}

#cancel_placeorder_results:not([disabled])
{
	color: #dc0f0f;
}

.spinner
{
	background-image: url('images/ajax-loader.svg');
	background-color: rgba(255, 255, 255, 0.5);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
}

.aborted-order-msg
{
	position: relative;
}

.aborted-order-msg-button
{
	margin-top: 10px;
}

.channel-block:not(:last-child) > .product-list {
	margin-bottom: 40px;
}

@media only screen and (max-width: 991px)
{
	#content_col_mid,
	#content_col_left,
	#content_col_right,
	#right_col,
	#right_col_home,
	#right_col_product,
	#left_col,
	#left_col2{
		float: none;
		width: auto;
		margin: 0 0 20px;
	}
	#shelf-banner
	{
		max-width: calc(100% + 34px) !important;
	}
	.category-index > div{margin-bottom: 30px;}

	.salesunit-tiled-list > li
	{
		width: 47%;
		}
	.salesunit-tiled-list > li > h3, .salesunit-tiled-list > li > p{width: auto;}
}

@media (max-width: 767px) {
	.salesunit-tiled-list > li
	{
		width: 46%;
		}
}

@media only screen and (min-width: 1200px)
{
	#content_col_mid {
		width: 660px;
	}
	#shelf-banner
	{
		width: 1140px;
		}
	#shelf-banner img
	{
		width: 1140px;
		}
	#content_col_right
	{
		width: 935px;
		}
	#left_col2{
		width: 180px;
	}
	.salesunit-tiled-list > li
	{
		width: 31%;
		}
	.salesunit-tiled-list > li > h3, .salesunit-tiled-list > li > p{width: auto;}
}
@media (min-width: 992px) and (max-width: 1199px)
{
	#left_col{
		margin-left: -665px;
		width: 160px;
	}

	#content_col_mid {
		width: 480px;
		margin-left: 185px;
	}
	#content_col_mid .product-list-item-thumb {
		width: 115px;
	}
	#content_col_mid .product-list-item .thumbMedium {
		max-width: 100px;
	}
	#content_col_mid .product-list-item-body {
		width: calc(100% - 115px);
	}
}
@media only screen and (max-width: 550px)
{
	#cartform .well{padding: 10px; margin: 0 -10px 20px; overflow: auto;}

	#cartform span.text-nowrap{white-space: normal; display: block;}
	.salesunit-tiled-list{margin: 0 !important}
	.salesunit-tiled-list > li{width: 100%; margin-left: 0;}
	.category-index > div{width: 100%;}
}
@media only screen and (max-width: 480px)
{
	.salesunit-tiled-list li {
		width: 100%;
		margin-left: 0;
	}
}

.profile-card-list {
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -15px 0 -15px; /* compensate for positive margin for inner li */
}

.profile-card {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	margin: 0 15px 30px 15px;
	text-align: center;
	word-wrap: break-word;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
    transition: box-shadow 0.3s ease;
}

.profile-card:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.profile-card.full-card-link {
	cursor: pointer;
}

.profile-card-img-spacer {
	box-sizing: content-box;
	display: block;
	height: 175px;
	width: 175px;
	line-height: 175px;
	align-self: center;
	text-align: center;
	margin: 15px 0;
	font-size: 0;
	flex-shrink: 0;
	overflow: hidden;
}

.profile-card-img {
	vertical-align: middle;
	border-radius: 4px;
	max-width: 100%;
	max-height: 100%;
}

.profile-card-body {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding: 0 15px 15px 15px;
}

.profile-card-title {
	margin: 0 0 10px 0;
}

.profile-card-price {
	display: inline-block;
	color: #999999;
	font-size: 80%;
}

.profile-card-location {
	margin-top: -5px;
	color: #777777;
}

.profile-card-products {
	margin-top: -5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #777777;
}
.profile-card-products:last-child {
	margin-bottom: 0;
}

.profile-card-description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.profile-card-description:last-child {
	margin-bottom: 0;
}

.profile-card-spacer {
	flex-grow: 1;
	margin-top: auto;
}

.profile-card .product_rating {
	margin-top: 2px;
	margin-bottom: 3px;
}

.profile-card-orders,
.profile-card-followers {
	color: #777777;
}
.profile-card-orders:last-child,
.profile-card-followers:last-child {
	margin-bottom: 0;
}

.profile-card-actions
{
	margin: 3px -15px -15px -15px;
}

.profile-card-btn {
	display: block;
	width: 100%;
	border-radius: 0 0 4px 4px;
	padding: 10px;
}

/* profile page */

.profile-hero {
	--profile-hero-padding-t: 45px;
	--profile-hero-min-height: 145px;
	min-height: var(--profile-hero-min-height);
	padding: var(--profile-hero-padding-t) 0 0 0;
	margin-bottom: 15px;
	position: relative;
}

.with-header-background-img .profile-hero {
	margin-top: calc(-1 * var(--header-condensed-height, var(--navbar-height)));
	padding-top: calc(var(--profile-hero-padding-t) + var(--header-condensed-height, var(--navbar-height)));
	min-height: calc(var(--profile-hero-min-height) + var(--header-condensed-height, var(--navbar-height)));
}

@media only screen and (min-width: 651px) {
	.profile-hero.has-rating {
		--profile-hero-padding-t: 40px; /* Compensate for rating */
	}
}

@media only screen and (min-width: 992px) {
	.profile-hero {
		--profile-hero-padding-t: 90px;
		--profile-hero-min-height: 190px;
	}

	.profile-hero:has(> .profile-hero-background-asset[style*="background-image"]) {
		--profile-hero-padding-t: 202px;
		--profile-hero-min-height: 300px;
	}

	.profile-hero.has-rating {
		--profile-hero-padding-t: 78px; /* Compensate for rating */
	}

	.profile-hero.has-rating:has(> .profile-hero-background-asset[style*="background-image"]) {
		--profile-hero-padding-t: 190px; /* Compensate for rating */
	}
}

.profile-hero-background-asset {
	background-color: #5b5b5b;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.profile-hero-background-asset:not([style*="background-image"]) {
	background-color: var(--bs-primary);
}

.profile-hero-background-asset[style*="background-image"]:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 25%, rgba(0,0,0,.3) 100%);
	pointer-events: none;
}

.profile-hero-image-thumb
{
	border-radius: 4px;
	border: solid #FFFFFF 3px;
    width: 150px;
    height: 150px;
    line-height: 144px;
	overflow: hidden;
    background: white;
	margin: 0 0 15px 0;
	position: relative;
    text-align: center;
    font-size: 0;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.profile-hero-image
{
	border-radius: 3px;
	max-width: 144px;
	max-height: 144px;
}

.profile-hero-info {
	color: #FFFFFF;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	display: block;
	width: calc(100% - 165px);
	padding: 15px 0 21px 0;
	overflow: auto;
}

@media only screen and (min-width: 651px) {
	.profile-hero.has-rating .profile-hero-info {
		padding: 5px 0 12px 0; /* Compensate for rating */
	}
}

@media only screen and (min-width: 992px) {
	.profile-hero.has-rating .profile-hero-info {
		padding: 8px 0 12px 0; /* Compensate for rating */
	}
}

.profile-hero .breadcrumb {
	margin-bottom: 2px;
}
.profile-hero .breadcrumb > li:after,
.profile-hero .breadcrumb > li.breadcrumb-shortened > a:before {
	color: #FFFFFF;
	opacity: 0.8;
}
.profile-hero .breadcrumb > .active {
	color: #FFFFFF;
	opacity: 0.8;
}

.profile-hero-info .text-muted,
.profile-hero-info .rate_button.allunset {
	color: inherit;
	opacity: 0.8;
}

.profile-hero-info a:not(.btn, .verified-badge),
.profile-hero-info a:not(.btn, .verified-badge):hover,
.profile-hero-info a:not(.btn, .verified-badge):focus-visible {
	color: #FFFFFF;
}

.profile-hero-info > h1 {
	margin: 0;
	font-size: 36px;
	line-height: 1.11111111;
	color: inherit;
}

.profile-hero .profile-hero-info > h1 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.profile-hero .profile-hero-header-buttons {
	margin-top: 10px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 651px) {
	.profile-hero .profile-hero-info > h1 {
		flex-direction: row;
		align-items: end;
	}

	.profile-hero:not(.has-form) .profile-hero-header-text {
		flex-grow: 1;
	}

	.profile-hero .profile-hero-header-buttons {
		flex-shrink: 0;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

.profile-hero-header-buttons > .btn {
	vertical-align: bottom;
}

.profile-hero-header-text > small {
	color: #FFFFFF;
	opacity: 0.8;
}

.profile-hero-info > .product_rating {
	display: inline-block;
	margin-top: 8px;
}

.profile-hero-info .rate_button
{
	text-shadow: none;
}

.profile-hero-info .rate_button,
.profile-hero-info .rate_count {
	vertical-align: top;
	line-height: 20px;
}

.profile-hero-info .rate_button:nth-child(5) {
	margin-right: 5px;
}

.profile-hero-headline {
	overflow: auto;
	margin: 15px 0 0 0;
}

.profile-hero-headline > .fa {
	font-size: 20px;
	line-height: 20px;
	margin-right: 2px;
	vertical-align: top;
}

@media only screen and (min-width: 651px) {
	.profile-hero.has-rating .profile-hero-headline {
		margin: 10px 0 0 0;
	}

	.profile-hero-headline > .fa {
		color: #555555
	}

	.profile-hero-headline > .fa-map-marker
	{
		margin-left: 1px;
	}
}

.profile-hero > .container:after {
	clear: none;
}

.profile-hero .verified-badge {
	margin-top: -2px;
	text-shadow: none;
}

.profile-form-container:after {
	clear: none;
}

.profile-form {
	width: 350px;
	float: right;
	margin-top: -65px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.profile-form.no-box-shadow {
	box-shadow: none;
	border-radius: 0px;
}

.profile-form.no-box-shadow .profile-form-box {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	margin-bottom: 20px;
}

.profile-form-header {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	background: #5d5d5d;
	color: #ffffff;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}

.profile-form-header > strong {
	font-family: var(--bs-heading-font-family);
	font-weight: var(--bs-heading-font-weight);
	font-size: 26px;
}

.profile-form-body {
	padding: 15px;
	border-top: 0;
}

.profile-form-body > p:last-child {
	margin-bottom: 0;
}

.profile-form .action-buttons {
	margin: 0;
	list-style: none;
	border-top: solid #DDDDDD 1px;
	margin: 10px 15px 0 15px;
	text-align: center;
	padding: 5px 0 15px 0;
}

.profile-form .action-buttons:before
{
	content: "or";
	position: relative;
	background: #FFFFFF;
	color: #999999;
	padding: 5px 10px;
	top: -17px;
}

html[lang="nl"] .profile-form .action-buttons:before
{
	content: "of";
}

html[lang="de"] .profile-form .action-buttons:before
{
	content: "oder";
}

html[lang="fr"] .profile-form .action-buttons:before
{
	content: "ou";
}

html[lang="es"] .profile-form .action-buttons:before
{
	content: "or"; /* !!! Temporary code es-ES !!! At this moment we have a Spanish language nomenclature with English content. */
}

.profile-refine-title {
	color: var(--bs-heading-entity-details-color);
}

.profile-details-title {
	color: var(--bs-heading-entity-details-color);
	font-size: 21px;
	line-height: 23px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.profile-details-title-main + .profile-details-title {
	margin-top: 0;
}

.profile-details-title-main {
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 26px;
}

.profile-details-title-products,
.profile-details-title-feed {
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 10px;
}

.profile-details-title .verified-badge {
	font-size: 1.25em;
}

.profile-details-title ~ .profile-social-links {
	margin-top: 20px;
}

.profile-details-title ~ p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 991px)
{
	.profile-social-links.content-block
	{
		margin-top: 10px;
	}
}

.profile-specs {
	margin-top: 40px;
}

.profile-details-title + .profile-specs {
	margin-top: 0;
}

.profile-specs .media {
	margin-bottom: 20px;
}

.profile-specs > .media:last-child,
.profile-specs > .row:last-child > .col-sm-6 > .media:last-child {
	margin-bottom: 0;
}

.profile-specs .media-left > .fa {
	font-size: 32px;
	color: #555555;
}

.profile-specs .media-left > .fa-stack {
	font-size: 16px;
	width: 2.57142858em;
	color: #555555;
}

.profile-specs .media-left > img {
	font-size: 32px;
	width: 1.28571429em; /* same as fa-fw */
	vertical-align: baseline;
}

.fa.profile-verification-successfull,
.fa.profile-verification-progress,
.fa.profile-verification-unsuccessfull {
	font-size: 20px;
}
.fa.profile-verification-successfull {
	color: #228B22;
}
.fa.profile-verification-progress {
	color: #5d5d5d;
}
.fa.profile-verification-unsuccessfull {
	color: #A94442;
}

@media only screen and (max-width: 350px) {
	.profile-hero-info > .product_rating > .text-muted {
		display: none;
	}
}

@media only screen and (max-width: 650px) {
	.profile-hero {
		text-align: center;
		padding: 25px 0;
		height: auto;
	}
	.profile-hero-info {
		float: none;
		width: auto;
		padding-top: 0;
		padding-bottom: 10px;
	}
	.profile-hero-headline {
		margin: 0 15px;
		float: none;
		width: auto;
		clear: both;
		color: #FFFFFF;
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	}
	.profile-hero-headline-link,
	.profile-hero-headline-link:hover,
	.profile-hero-headline-link:focus-visible {
		color: #FFFFFF;
	}
}

@media only screen and (min-width: 651px) {
	.profile-hero-image-thumb {
		float: left;
        margin: 0 15px 0 0;
	}
	.profile-hero-headline {
		float: left;
		width: calc(100% - 170px); /* Subtract width + margin of image */
	}
}

@media only screen and (max-width: 991px) {
	.profile-form-container {
		clear: both;
	}
	.profile-form {
		float: none;
		width: auto;
		margin-top: 20px;
	}
}

@media only screen and (min-width: 992px) {
	.has-form .profile-hero-headline {
		width: calc(100% - 530px); /* Subtract width + margin of image and order form */
	}
	.profile-content {
		float: left;
		width: 100%;
	}
	.profile-content.has-form  {
		width: calc(100% - 380px);
	}
}

.profile-compass-wrapper {
	background-color: #f2f2f2;
	margin: 40px 0;
	padding: 40px 0;
	text-align: center;
}

.profile-compass-wrapper + .container {
	margin-top: -30px;
}

.profile-compass-wrapper .profile-details-title {
	margin-top: 0;
}

@media only screen and (min-width: 768px) {
	#content_col_left .product-card,
	#content_col_mid .product-card {
		width: calc(50% - 30px);
	}

	.channel-block .product-card:nth-child(4) {
		display: none;
	}
	#content_col_left .channel-block .product-card:nth-child(4) {
		display: block;
	}
}

@media only screen and (min-width: 1200px) {
	#content_col_left .product-card,
	#content_col_right .product-card {
		width: calc(33.3333% - 30px);
	}

	#content_col_mid .product-card	{
		width: calc(50% - 30px);
	}

	.channel-block .product-card:nth-child(4) {
		display: block;
	}
	.related-products .product-card:nth-child(4),
	#content_col_left .channel-block .product-card:nth-child(4) {
		display: none;
	}
}

.profile-tabstrip {
	clear: both;
	margin-bottom: 30px;
}

.profile-content.has-form .profile-tabstrip {
	margin-top: 30px;
}

.profile-tabstrip > .nav-line-tabs > li > a {
	display: block;
	text-align: center;
	white-space: nowrap;
}

@media only screen and (min-width: 651px) {
	.profile-tabstrip {
		margin-top: 40px;
	}

	.profile-content.has-form .profile-tabstrip {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 651px) and (max-width: 719px) {
	.profile-tabstrip > .nav-line-tabs > li:first-child:nth-last-child(2),
	.profile-tabstrip > .nav-line-tabs > li:first-child:nth-last-child(2) ~ li,
	.profile-tabstrip > .nav-line-tabs > li:first-child:nth-last-child(3),
	.profile-tabstrip > .nav-line-tabs > li:first-child:nth-last-child(3) ~ li {
		width: 33.3333%;
	}
}

@media only screen and (min-width: 720px) and (max-width: 991px) {
	.profile-tabstrip > .nav-line-tabs > li {
		width: 33.3333%;
	}

	.profile-tabstrip > .nav-line-tabs > li:first-child:nth-last-child(4),
	.profile-tabstrip > .nav-line-tabs > li:first-child:nth-last-child(4) ~ li {
		width: 25%;
	}

	.profile-tabstrip > .nav-line-tabs > li:first-child:nth-last-child(5),
	.profile-tabstrip > .nav-line-tabs > li:first-child:nth-last-child(5) ~ li {
		width: 20%;
	}

	.profile-tabstrip > .nav-line-tabs > li:first-child:nth-last-child(6),
	.profile-tabstrip > .nav-line-tabs > li:first-child:nth-last-child(6) ~ li {
		width: 25%; /* This will move the last two to a second line, otherwise the captions won't fit. */
	}
}

@media only screen and (min-width: 992px) {
	.profile-tabstrip {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.profile-tabstrip > .nav-line-tabs > li {
		width: 25%;
	}

	.profile-tabstrip > .nav-line-tabs > li:first-child:nth-last-child(5),
	.profile-tabstrip > .nav-line-tabs > li:first-child:nth-last-child(5) ~ li {
		width: 20%;
	}

	.profile-tabstrip > .nav-line-tabs > li:first-child:nth-last-child(6),
	.profile-tabstrip > .nav-line-tabs > li:first-child:nth-last-child(6) ~ li {
		width: 16.6666%;
	}
}

@media only screen and (min-width: 1200px) {
	.profile-tabstrip > .nav-line-tabs > li {
		width: 20%;
	}

	.profile-tabstrip > .nav-line-tabs > li:first-child:nth-last-child(6),
	.profile-tabstrip > .nav-line-tabs > li:first-child:nth-last-child(6) ~ li {
		width: 16.6666%;
	}
}

.profile-tabstrip ~ #content_col_right,
.profile-tabstrip ~ #left_col2 {
	margin-top: 10px;
}

.profile-tabstrip ~ .page-header
{
	margin-top: 40px;
}

.profile-contact-detail.profile-contact-detail { /* Double class selector to increase specificity */
	position: relative;
	margin-bottom: 6px;
}

.profile-contact-detail > .profile-contact-detail-value {
	display: inline-block;
	position: relative;
	padding: 4px 0 4px 36px;
	max-width: 100%;
	word-wrap: break-word;
}

.profile-contact-detail > .fa {
    position: absolute;
    line-height: inherit;
    color: #555555;
	font-size: 24px;
	margin-top: -2px;
}

.content-block-plain.social-sharing,
.content-block-feed.social-sharing {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 15px;
	row-gap: 5px;
}

.profile-content .social-sharing,
.profile-form-container .social-sharing {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.social-sharing.below-post {
		display: none;
	}
}

.content-block-plain.social-sharing > h2,
.content-block-feed.social-sharing > h2 {
	margin: 0 auto 0 0;
}

.social-sharing.below-post > h2 {
	margin-right: 0;
}

.social-sharing .list-unstyled {
	margin-bottom: 0;
}

.content-block-plain.social-sharing .fa,
.content-block-feed.social-sharing .fa {
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
}

/* Sticky nav in product page */

.sticky-nav-container-ambient:not(.fixed) {
	--bs-sticky-nav-bg: transparent;
	--bs-sticky-nav-link-color: var(--bs-link-color);
	--bs-sticky-nav-link-hover-bg: transparent;
	--bs-sticky-nav-link-active-color: var(--bs-link-color);
	--bs-sticky-nav-link-active-bg: transparent;

	transition: none;
}

@media only screen and (min-width: 992px) {
	.sticky-nav-container-ambient:not(.fixed) {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #EEEEEE;
		padding-bottom: 8px; /* compensate for border */
	}
}

.sticky-nav-container-ambient:not(.fixed) .container {
	width: 100%;
	margin: 0;
	padding: 0;
}

.sticky-nav-container-ambient:not(.fixed) .sticky-nav > li > a {
	font-weight: normal;
}

.sticky-nav-container-ambient:not(.fixed) .sticky-nav > li > a:hover,
.sticky-nav-container-ambient:not(.fixed) .sticky-nav > li > a:focus-visible,
.sticky-nav-container-ambient:not(.fixed) .sticky-nav > li.open > a {
	text-decoration: underline;
}

.sticky-nav .product_rating {
	display: inline-block; /* Prevent underline on hover */
}

.sticky-nav .rate_button {
    margin-top: -2px;
}

.sticky-nav-container:not(.fixed) .product_rating:hover .rate_count {
	text-decoration: underline;
}

.sticky-nav-container.fixed .rate_button.allunset {
	color: inherit;
}

.sticky-nav-container-ambient.fixed .active .rate_button {
	color: var(--bs-rating-color);
}

h1 > .media-item-subtitle,
h1 > .media-item-meta-title
{
	display: block;
	margin: 5px 0 0 0;
	font-size: 0.85em;
	line-height: 1.25;
	font-weight: normal;
}

.media-item-meta-title > .label
{
	vertical-align: 2px;
	margin-right: 4px;
	font-size: 0.69em;
	font-weight: normal;
}

.content-block-sale-status
{
    padding: 0;
    margin-bottom: 16px;
}

.content-block-sale-status > h2 {
    margin: 0;
	font-size: 24px;
	line-height: 30px
}

.product_showcase ~ .row .content-block-sale-status > h2
{
	margin-top: 20px;
}

.media-item-contact-detail
{
	position: relative;
	margin: 7px 0;
}

.media-item-contact-detail > .media-item-contact-detail-value
{
	display: inline-block;
	position: relative;
	padding: 0 0 0 33px;
	max-width: 100%;
	word-wrap: break-word;
}

.media-item-contact-detail > .fa
{
    position: absolute;
    line-height: inherit;
    color: #555555;
	font-size: 21px;
	margin-top: -4px;
}

.media-item-content
{
}

.media-item-content-translate-wrapper
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	background: #f2f2f2;
	box-shadow: 0px 0px 0px 10px #FFFFFF;
    padding: 7px 13px;
    font-size: 0.875em;
    line-height: 1.42857143;
	position: sticky;
	top: calc(var(--header-condensed-height, var(--navbar-height)) + 10px);
	z-index: 998;
}

.media-item-content-translate-wrapper > .icon-busy
{
	margin: 0;
	vertical-align: -3px;
	background-size: 14px 14px;
	background-position: center center;
}

.media-item-content-translate-wrapper > a > .fa
{
	width: 16px;
	text-align: center;
	color: #555555;
	opacity: 0.7;
}

.media-item-content-translate-wrapper > a:hover > .fa {
    opacity: 1;
}

.media-item-content img
{
	max-width: 100%;
	height: auto;
}

.media-item-content ~ .content-block-plain,
.media-item-content > .content-block-plain
{
	margin-top: 40px;
	margin-bottom: 40px;
}

.media-item-content ~ .content-block-plain > h2,
.media-item-content > .content-block-plain > h2
{
	margin: 40px 0 20px 0;
}

.comments-header-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 8px;
	column-gap: 20px;
}

.comments-header-container > h2 {
	margin: 0 auto 0 0;
}

.comments-header-container > .btn-media-item-follow {
	margin: 0;
	min-width: 185px;
}

.media-item-link-list
{
	margin: 10px 0 40px -10px;
	padding-left: 0;
	list-style: none;
}

.media-item-link-list .btn
{
	font-size: 16px;
	padding: 8px 14px;
}

.media-item-link
{
	display: inline-block;
	margin: 10px 0 0 10px;
}

.media-item-attachment-list
{
	margin: 20px 0 20px 0;
	padding-left: 0;
	list-style: none;
}

.content-block .media-item-attachment-list
{
	margin: 0;
}

.media-item-attachment
{
	position: relative;
	margin-top: 10px;
}

.media-item-attachment:first-child
{
	margin-top: 0;
}

.media-item-attachment-link
{
	display: inline-block;
	position: relative;
	padding: 0 0 0 33px;
	max-width: 100%;
	word-wrap: break-word;
}

.media-item-attachment-icon
{
    position: absolute;
    line-height: inherit;
    color: #555555;
	font-size: 21px;
	margin-top: -5px;
}

.media-item-dl-attributes
{
	margin-bottom: 0;
}

.media-item-dl-attributes > dd:not(:last-child)
{
	margin-bottom: 10px;
}

.media-author-details
{
	margin-bottom: 40px;
}

.btn-have-activation-code
{
	font-weight: normal;
	padding: 0;
}

.btn-have-activation-code:not(:first-child)
{
	margin-top: 15px;
}

.product-content-list
{
	padding-left: 0;
	list-style: none;
}

.product-content-list li
{
	margin-bottom: 10px;
}

.product-content-list-title
{
	margin-bottom: 10px;
}

.product-content-list + .product-content-list-title
{
	margin-top: 25px;
}

.promotion-summary {
	padding: 6px 8px;
}
.promotion-summary-table {
	width: 1%;
	display: inline-table;
}

.promotion-summary-table:not(:last-child) {
	margin-bottom: 10px;
}

.promotion-summary-label {
	white-space: nowrap;
	width: 1%;
	min-width: 110px;
}

.promotion-summary-value {
	text-align: right;
	white-space: nowrap;
	width: 1%;
	min-width: 60px;
	padding: 0 5px 0 15px;
}

.promotion-summary-unit {
	text-align: left;
	white-space: nowrap;
	width: 1%;
}

.promotion-summary-unit[colspan='2'] {
	padding-left: 15px;
}

.page-closing {
   clear: both;
}

/* Begin group member list >> */

.group-member-list {
	padding-left: 0;
	margin-bottom: 20px;
}

.group-member-list.group-member-summary-list {
	margin-bottom: 10px;
}

.group-member-list-item {
	position: relative;
	width: 100%;
	display: block;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	padding: 10px 15px;
	margin-bottom: -1px;
	background: #ffffff;
	border: 1px solid #dddddd;
	word-wrap: break-word;
}

.group-member-summary-list .group-member-list-item {
	padding: 0;
	border: 0;
	margin-bottom: 10px;
	background-color: transparent;
}

.group-member-list-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.group-member-list-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.group-member-list-item-thumb {
	flex-shrink: 0;
	align-self: flex-start;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	text-align: center;
	position: relative;
}

.group-member-list-item-thumb-img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 4px;
}

.group-member-list-item-body {
	flex-grow: 1;
	align-self: center;
	max-width: calc(100% - 67px);
}

.group-member-list-item-title {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	font-weight: bold;
}

.loading-container.loading .group-member-list-item-title {
	color: inherit;
}

.group-member-list-item-meta {
	font-size: 90%;
	color: #777777;
}

.loading-container.loading .group-member-list-item-meta {
	color: inherit;
}

.group-member-list-item-actions {
	flex-grow: 0;
	flex-shrink: 0;
	align-self: flex-start;
	padding-top: 4px;
	margin-right: -13px; /* Compensate for ambient padding and border of child button */
}

/* << End group member list */

/* Begin read more >> */

.read-more-wrapper {
	margin-bottom: 20px;
}

.read-more-content {
	overflow: hidden;
	margin-bottom: 0;
	-webkit-mask-size: 100% calc(100% + 40px);
	-webkit-mask-position: 100% -40px;
	-webkit-mask-repeat: no-repeat;
	mask-size: 100% calc(100% + 40px);
	mask-position: 100% -40px;
	mask-repeat: no-repeat;
	margin-bottom: -10px;
}

.read-more-content-set {
	-webkit-mask-image: linear-gradient(to bottom, black calc(100% - 40px), transparent 100%);
	mask-image: linear-gradient(to bottom, black calc(100% - 40px), transparent 100%);
	transition: max-height 0.3s ease-in-out, -webkit-mask-position 0.3s ease-in-out, mask-position 0.3s ease-in-out;
}

.read-more-content-4 {
	max-height: 80px; /* 4 * (14px * 1.42857143) */
}
.read-more-content-6 {
	max-height: 120px; /* 6 * (14px * 1.42857143) */
}
.read-more-content-8 {
	max-height: 160px; /* 8 * (14px * 1.42857143) */
}

@media only screen and (max-width: 991px) {
	.read-more-content-4 {
		max-height: 86px; /* 4 * (15px * 1.42857143) */
	}
	.read-more-content-6 {
		max-height: 129px; /* 6 * (15px * 1.42857143) */
	}
	.read-more-content-8 {
		max-height: 172px; /* 8 * (15px * 1.42857143) */
	}
}

.read-more-content.read-more-content-full {
	max-height: none;
	-webkit-mask-position: 100% 0px;
	mask-position: 100% 0px;
}

.read-more-label {
	margin: 0;
	overflow: hidden;
	max-height: 20px;
	opacity: 1;
	transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
	text-align: center;
}

.read-more-label.read-more-label-clicked {
	max-height: 0;
	opacity: 0;
}

.read-more-label > .btn-link {
	font-weight: normal;
	padding: 3px 10px;
	line-height: 14px;
	border: none;
}


/* << End read more */

/* Begin group details >> */

.group-iconic-detail {
	position: relative;
	width: 100%;
	display: block;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	word-wrap: break-word;
}

.group-iconic-detail:not(:last-child) {
	margin-bottom: 10px;
}

.group-iconic-detail-icon {
	flex-shrink: 0;
	align-self: flex-start;
    color: #555555;
	font-size: 24px;
	line-height: 1;
	margin-right: 8px;
	opacity: 0.75;
}

.group-iconic-detail-value {
	flex-grow: 1;
	align-self: flex-start;
}

.group-iconic-detail-value-label {
	color: var(--bs-heading-color);
	font-weight: bold;
	margin: 2px 0 2px 0;
}

.group-iconic-detail-value-description {
	font-size: 90%;
}

.group-banner-preview {
	float: left;
	margin: 0 10px 5px 0;
	overflow: hidden;
	position: relative;
}

.group-banner-preview-img {
	max-width: 240px;
	max-height: 135px;
	border-radius: 5px;
	background-color: White;
}

.content-block-group-btn-wrapper {
	text-align: right;
}

/* << Group details */

/* Begin forum topic list >> */

.forum-topic-list {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}

.forum-topic-list-item {
	position: relative;
	background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	margin-bottom: 30px;
	word-wrap: break-word;
    transition: box-shadow 0.3s ease;
	cursor: pointer;
    padding: 15px;
}

.forum-topic-list-item:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.forum-topic-list-item-header {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	margin: 0 0 2px 0;
}

.forum-topic-list-item-header:last-child {
	margin: 0;
}

.forum-topic-list-item-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	flex-grow: 1;
}

.loading-container.loading .forum-topic-list-item-title {
	color: inherit;
}

.forum-topic-list-item-description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.forum-topic-list-item-description:last-child {
	margin-bottom: 0;
}

.forum-topic-list-item-item-count {
	font-size: 1.28571em;
	line-height: 1.28571em;
	font-weight: bold;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 0 10px;
}

.forum-topic-list-item-actions {
	flex-grow: 0;
	flex-shrink: 0;
	align-self: flex-start;
	margin-right: -10px; /* Compensate for ambient padding and border of child button */
}

.forum-topic-list-item-actions > .btn-group > .btn {
	font-size: 1.28571em;
	line-height: 1.28571em;
	padding: 0 10px;
}

/* << End forum topic list */

/* Begin group recent item list >> */

.group-recent-item-list {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	word-wrap: break-word;
}

.group-recent-item-list:last-child {
	margin-bottom: 0;
}

.group-recent-item:not(:last-child) {
	margin-bottom: 10px;
}

.group-recent-item-title-link {
	font-weight: bold;
	vertical-align: top;
	max-width: 100%;
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.group-recent-item-comment {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.group-recent-item-meta {
	font-size: 90%;
	color: #777777;
}

.group-recent-item-meta-link {
	vertical-align: top;
	max-width: 100%;
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

/* << End group recent item list */

.mandate-acceptance {
	margin-bottom: 15px;
}

.btn-follow-profile {
	margin-top: 15px;
}

.media-list-feed-items {
	margin-bottom: 15px;
}

/* Begin course-session list >> */

.course-class-list {
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 0;
	line-height: 1.7;
}

.course-class-item {
	position: relative;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 5px;	
	word-wrap: break-word;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	transition: box-shadow 0.3s ease;
	cursor: pointer;
	padding: 16px
}

.course-class-item:not(.full):hover {
	background-color: var(--bs-primary-bg-subtle);
	border-color: var(--bs-primary-border-subtle);
	color: var(--bs-primary-text-emphasis);
}

.course-class-item:not(.full):hover h3 {
	color: inherit;
}

.course-class-item.full {
	cursor: default;
}

.course-class-item h3 {
	font-size: 19px;
	line-height: 22px;
}

.course-class-item-description {
	position: relative;
}

.text-truncated {
	display: -webkit-box;
	-webkit-line-clamp: 1;   /* Show only one line of text */
	-webkit-box-orient: vertical;
	margin: 0px;
	overflow: hidden;
}

.course-class-item.active,
.course-class-item.active:hover {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
	color: var(--bs-primary-contrast-color);
}

.course-class-item.active .btn-enroll {
	color: var(--bs-primary);
}

.course-class-item.active h3,
.course-class-item.active .btn-read-more {
	color: inherit;
}

.course-class-item .btn-read-more {
	transition: none;
}

.selected-class {
	border: solid 1px #ddd;
    border-radius: 4px;
    padding: 6px;
}

.course-class-item-spec {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	word-wrap: break-word;
}

.course-class-item-header ~ .course-class-item-spec {
	margin-top: 10px;
}

.course-class-item-spec ~ .course-class-item-spec {
	margin-top: 2px;
}

.course-class-item-spec-icon {
	flex-shrink: 0;
	align-self: flex-start;
	margin-right: 5px;
	opacity: 0.9;
}

.course-class-item-spec-caption {
	flex-grow: 1;
	align-self: flex-start;
}

/* << End course-session list */

/* DO NOT PUT ANY OTHER CSS CLASSES AFTER THIS BLOCK !*/

.hide {
	display: none;
}

.hidden-lang,
.hidden-type {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@media (max-width: 767px) {
	.sr-only-xs {
	  position: absolute;
	  width: 1px;
	  height: 1px;
	  margin: -1px;
	  padding: 0;
	  overflow: hidden;
	  clip: rect(0, 0, 0, 0);
	  border: 0;
	}
}
