

.hotspot-model-container {
	width: 100%;
	/*max-height: 100vh;*/
	display: flex;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	justify-items: center;
	justify-content: center;
}
.hotspot-edit-container {
	width: 100%;
	/*max-height: 100vh;*/
	display: flex;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	justify-items: center;
	justify-content: center;
}
.hotspot-edit {
	width: 100%;
	display: flex;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	justify-items: center;
	justify-content: center;
}
.hotspot-view-container {
	width: 100%;
	/*max-height: 100vh;*/
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	justify-items: center;
	justify-content: center;
}
.hotspot-view-item {
	width: 100%;
	/*max-height: 100vh;*/
	display: flex;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	justify-items: center;
	justify-content: center;
}
.hotspot-view {
	width: 100%;
	display: flex;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
	justify-items: center;
	justify-content: center;
}
.hotspot-view-container .hotspot-item-list {
	height: 300px;
	min-height: 300px;
	/*flex: 1;*/
	flex: 1 1 auto;
	flex-basis: 0;
	border: 2px solid #000;
	border-radius: 10px 10px 0px 0px;
}
.hotspot-view-container .hotspot-view-item.left .hotspot-item-list, .hotspot-view-container .hotspot-view-item.right .hotspot-item-list {
	max-height: 100%;
}
.actions-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-items: center;
    justify-content: flex-start;
    padding: 10px 0px;
}
.actions-item {
    padding: 0px 5px;
}
.actions-item a {
    font-size: 15px;
}
.hotspot-item-container {
	width: 300px;
	max-width: 100%;
}
.hotspot-item-container .block-title {
	color: #ffffff;
	font-size: 15px;
	text-align: left;
	font-weight: 600;
    line-height: 26px;
    position: relative;
    vertical-align: middle;
    background-color: #514943;
    border: 0.1rem solid #8a837f;
    padding: 5px 10px;
}
.hotspot-item-list, .item-list {
	width: 100%;
	max-height: 100%;
	max-height: 700px;
	display: flex;
	align-items: flex-start;
	align-content: center;
	flex-direction: column;
	justify-items: center;
	justify-content: flex-start;
	overflow: auto;
}
.hotspot-container {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: column;
	justify-items: center;
	justify-content: center;
}
.hotspot-item-list .item-data, .item-list .item-data {
	width: 100%;
	cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-items: center;
    justify-content: center;
    /*background-color: #f5f5f5;*/
    /*margin: 5px 0px 5px;*/
}
.hotspot-item-list .item-data:hover, .item-list .item-data:hover {
	/*background-color: #e5f7fe;*/
	opacity: 0.9;
}
.item-data .item-image-container {
    width: 90px;
	padding: 5px 5px;
}
.item-data .item-info {
	flex: 1;
	line-height: 26px;
	padding: 10px 10px;
}
.hotspot-item-widget {
	flex: 1;
	width: 100%;
	display: flex;
	align-items: flex-start;
	align-content: center;
	flex-direction: column;
	justify-items: center;
	justify-content: center;
}
.hotspot-item-widget .item-container {
	flex: 1;
	width: 100%;
	display: flex;
	align-items: flex-start;
	align-content: center;
	flex-direction: column;
	justify-items: center;
	justify-content: center;
}
.hotspot-item-widget form.item-form {
	flex: 1;
	width: 100%;
	display: flex;
	align-items: flex-start;
	align-content: center;
	flex-direction: column;
	justify-items: center;
	justify-content: center;
}
.hotspot-item-widget .item-form-block {
	flex: 1;
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: row;
	justify-items: center;
	justify-content: flex-start;
	background: #f7f7f7;
    padding: 10px 10px;
}
.hotspot-item-widget input.hotspot-search-input {
    flex: 1;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    padding: 0px 10px;
}
.hotspot-item-widget button.hotspot-search-action {
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    padding: 0px 10px;
}
.hotspot-item-widget .item-list {
	max-height: 300px;
	overflow: auto;
	padding: 10px 0px;
}
.item-data.selected-item {
    background-color: #18ff31;
}
.hotspot-item-header {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: row;
	justify-items: center;
	justify-content: space-between;
	padding: 0px 0px 0px 3%;
}
.hotspot-item-title {
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px 5% 0px 2%;
    display: none;
}
.hotspot-item-search-container {
	flex: 1;
	min-width: 30%;
	/*max-width: 50%;*/
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: row;
	justify-items: center;
	justify-content: flex-start;
	background-color: #000000;
    border-bottom: 2px solid #000000;
    border-radius: 10px 10px 0px 0px;
    padding: 7px 10px;
}
.hotspot-model-container input.hotspot-search-item {
    flex: 1;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 5px;
}
.hotspot-item-switch {
    padding: 0px 15px;
}
.hotspot-highlight-button .unhighlight-label {
    display: none;
}
.hotspot-highlight-button.active .highlight-label {
    display: none;
}
.hotspot-highlight-button.active .unhighlight-label {
    display: block;
}
button.hotspot-highlight-button {
    color: #ffffff;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    background-color: #e24d23;
    border: 1px solid #e24d23;
    border-radius: 20px;
    padding: 6px 20px;
}
button.hotspot-highlight-button:hover {
    background-color: #000000;
    border-color: #000000;
}

body .hotspot-model-container .a9s-annotation .a9s-inner:hover, body .hotspot-model-container .a9s-selection .a9s-inner:hover {
    stroke: #35b0ef;
    fill: rgb(24 166 239 / 40%);
}
body .hotspot-model-container .a9s-annotation.selected-item .a9s-inner {
    stroke: #fe0c2e;
    fill: rgb(255 0 0 / 26%);
}
body .hotspot-model-container .a9s-annotation.action-item .a9s-inner {
    stroke: #18ff31;
    fill: rgb(69 255 88 / 30%);
}
.hotspot-view-container .hotspot-view-item {
	flex: 1;
    /*min-width: 50%;*/
    min-width: 100%;
    position: relative;
	flex-direction: column;
	padding: 0px 5px;
}
.hotspot-view-container .hotspot-view-item.left, .hotspot-view-container .hotspot-view-item.right {
	/*width: 50%;*/
	display: flex;
	align-items: stretch;
	align-content: center;
	flex-direction: row;
	justify-items: center;
	justify-content: center;
}
.hotspot-view-container form.hotspot-item-form {
    height: 100%;
}
.hotspot-view-container .sidebar-container {
	flex: 1;
    width: 100%;
    min-width: 50%;
    position: relative;
}
.hotspot-view-item.left .hotspot-view {
	order: 1;
}
.hotspot-view-item.left .sidebar-container {
	order: 2;
}
.hotspot-view-item.right .hotspot-view {
	order: 2;
}
.hotspot-view-item.right .sidebar-container {
	order: 1;
}
.hotspot-view-container .hotspot-item-container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: column;
	justify-items: center;
	justify-content: flex-start;
}
.hotspot-view-container .item-action-info {
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: column;
	justify-items: center;
	justify-content: center;
	padding: 0px 10px;
}
.hotspot-view-container .item-action-container {
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: column;
	justify-items: center;
	justify-content: center;
	padding: 0px 10px;
}
.qty-control {
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: row;
	justify-items: center;
	justify-content: center;
    padding: 10px 10px;
}
.qty-control input.qty-input {
	width: 60px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 0px;
	padding: 0px 0px;
}
.qty-control button.qty-control-button {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0px 0px;
}
.qty-control button.qty-control-button.decrease-qty {
	border-radius: 6px 0px 0px 6px;
}
.qty-control button.qty-control-button.increase-qty {
	border-radius: 0px 6px 6px 0px;
}
.hotspot-item-list .item-data {
	padding: 1.5% 0.5%;
}
.hotspot-item-list::-webkit-scrollbar {
    width: 5px;
    /*height: 2px;*/
    background-color: #ededed;
    border-radius: 8px;
}
.hotspot-item-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 80%);
    background-color: #111111;
}
.hotspot-item-list::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0, 0.2);
    background: #EDEDED;
}
.hotspot-item-list .item-data[data-match="false"] {
	display: none;
}
.item-data {
    border-bottom: 1px solid #ccc;
}
.item-data.selected-item {
    background-color: #c8e5ff;
    border-bottom: 5px solid #43b5ef;
}
.hotspot-item-actions {
	width: 100%;
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-items: center;
    justify-content: space-between;
    background-color: #f5f5f5;
    border: 2px solid #000;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
    /*padding: 15px 15px;*/
}
.action-item {
	min-width: 12%;
    padding: 15px 15px;
}
.hotspot-item-addtocart {
	flex: 1;
}
button.hotspot-item-action.hotspot-addtocart, button.hotspot-item-action.hotspot-addtocart-login {
    color: #16a6b6;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #16a6b6;
    border-radius: 0px;
    padding: 5px 15px;
}
button.hotspot-item-action.hotspot-addtocart:hover, button.hotspot-item-action.hotspot-addtocart-login:hover {
	color: #333333;
    background-color: #ffffff;
    border: 1px solid #333333;
}
.hotspot-view-container .tab-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: center;
    justify-content: center;
}
.hotspot-view-container .tab-container .tab-header {
	justify-content: center;
    border-bottom: none;
    padding: 10px 0px 30px;
}
.hotspot-view-container .tab-container .tab-header-item {
	color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    background-color: #3d3d3d;
    border-radius: 30px;
    padding: 10px 20px;
    margin: 10px 10px 10px 10px;
}
.hotspot-view-container .tab-container .tab-header-item.active {
    background-color: #16a6b6;
}
.hotspot-view-container .tab-container .tab-header-item:hover {
	opacity: 0.9;
    /*background-color: #3d3d3d;*/
}
.hotspot-view-description {
    width: 100%;
}





@media only screen and (max-width: 991px){
	.hotspot-view-container .hotspot-view-item {
	    flex: 1;
	    width: 100%;
	    min-width: 100%;
	    flex-direction: column;
	    padding: 0px 5px;
	}
	.hotspot-item-list, .item-list {
		max-height: 300px;
	}
	.action-item {
	    min-width: 12%;
	    padding: 15px 10px;
	}
	button.hotspot-item-action.hotspot-addtocart, button.hotspot-item-action.hotspot-addtocart-login {
	    font-size: 12px;
	    font-weight: 600;
	    line-height: 22px;
	    text-transform: uppercase;
	    border-radius: 5px;
	    padding: 5px 10px;
	}
	.hotspot-view-container .hotspot-view-item.left, .hotspot-view-container .hotspot-view-item.right {
		width: 100%;
		flex-direction: column;
	}
	.hotspot-view-container .sidebar-container {
		min-width: 100%;
	}
	.hotspot-view-container .tab-container .tab-header-item {
	    font-size: 14px;
	    font-weight: 600;
	    line-height: 30px;
	    border-radius: 30px;
	    padding: 5px 10px;
	    margin: 10px 10px 10px 10px;
	}
	.hotspot-item-header {
	    font-size: 14px;
	    font-weight: 600;
	    line-height: 30px;
	    padding: 0px 0px 0px 3%;
	}
	.hotspot-item-search-container {
	    border-radius: 10px 10px 0px 0px;
	    border-bottom: none;
	    padding: 5px 5px;
	}
	.hotspot-model-container input.hotspot-search-item {
	    height: 36px;
	    line-height: 36px;
	    border-radius: 5px;
	}
	.hotspot-view-container .hotspot-view-item .hotspot-view {
		order: 1;
	}
	.hotspot-view-container .hotspot-view-item .sidebar-container {
		order: 2;
	}
	.hotspot-view-container .item-data .item-image-container {
	    display: none;
	}
	.hotspot-view-container .item-data .item-info {
	    padding: 10px 5px;
	}
	.hotspot-view-container .item-action-info {
	    padding: 0px 5px;
	}
	.hotspot-view-container .item-action-container {
	    padding: 0px 5px;
	}
	.hotspot-view-container .qty-control {
	    width: 62px;
	    flex-flow: wrap;
	    padding: 10px 5px;
	}
	.hotspot-view-container .qty-control input.qty-input {
	    order: 1;
	    width: 52px;
	    height: 26px;
	    line-height: 26px;
	    text-align: center;
	    border-radius: 0px;
	    padding: 0px 0px;
	}
	.hotspot-view-container .qty-control button.qty-control-button {
	    order: 2;
	    width: 26px;
	    height: 26px;
	    line-height: 26px;
	    text-align: center;
	    border-radius: 0px 0px 0px 0px;
	    padding: 0px 0px;
	}
}

