
.chocolat-overlay, .chocolat-wrapper {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-img {
	cursor: zoom-out;
}

.chocolat-open {
	overflow: hidden;
}

.chocolat-overlay {
	z-index: 10;
	background-color: #fff;
	display: none;
	opacity: .8;
}

.chocolat-wrapper {
	z-index: 16;
	color: #fff;
}

.chocolat-zoomable .chocolat-img {
	cursor: zoom-in;
}

.chocolat-loader {
	height: 32px;
	width: 32px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -16px;
	z-index: 11;
	background: url("https://comfymed.com/wp-content/themes/upscale/dahz-framework-themes/asset/images/loader.gif");
	display: none;
}

.chocolat-content {
	position: fixed;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	z-index: 14;
	text-align: left;
}

.chocolat-content .chocolat-img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.chocolat-wrapper .chocolat-left, .chocolat-wrapper .chocolat-right {
	height: 100px;
	top: 50%;
	margin-top: -50px;
	display: none;
	width: 50px;
	z-index: 17;
	cursor: pointer;
	position: absolute;
}

.chocolat-wrapper .chocolat-left {
	left: 0;
	background: url("https://comfymed.com/wp-content/themes/upscale/dahz-framework-themes/asset/images/left.png") 50% 50% no-repeat;
}

.chocolat-wrapper .chocolat-left.nitro-lazy {
	background: none !important;
}

.chocolat-wrapper .chocolat-right {
	right: 0;
	background: url("https://comfymed.com/wp-content/themes/upscale/dahz-framework-themes/asset/images/right.png") 50% 50% no-repeat;
}

.chocolat-wrapper .chocolat-right.nitro-lazy {
	background: none !important;
}

.chocolat-wrapper .chocolat-left.active, .chocolat-wrapper .chocolat-right.active {
	display: block;
}

.chocolat-wrapper .chocolat-top {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	z-index: 17;
	margin-bottom: 10px;
}

.chocolat-wrapper .chocolat-close {
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: url("https://comfymed.com/wp-content/themes/upscale/dahz-framework-themes/asset/images/close.png") 50% 50% no-repeat;
}

.chocolat-wrapper .chocolat-close.nitro-lazy {
	background: none !important;
}

.chocolat-wrapper .chocolat-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
	z-index: 17;
	padding-left: 15px;
	padding-right: 15px;
	background: rgba(0, 0, 0, .2);
	text-align: right;
	margin-top: 10px;
}

.chocolat-wrapper .chocolat-set-title {
	display: inline-block;
	padding-right: 15px;
	line-height: 1;
	border-right: 1px solid rgba(255, 255, 255, .3);
}

.chocolat-wrapper .chocolat-pagination {
	float: right;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 15px;
}

.chocolat-wrapper .chocolat-fullscreen {
	width: 16px;
	height: 40px;
	background: url("https://comfymed.com/wp-content/themes/upscale/dahz-framework-themes/asset/images/fullscreen.png") 50% 50% no-repeat;
	display: block;
	margin: auto;
	cursor: pointer;
	float: right;
}

.chocolat-wrapper .chocolat-fullscreen.nitro-lazy {
	background: none !important;
}

.chocolat-wrapper .chocolat-description {
	display: inline-block;
	float: left;
}

body.chocolat-open > .chocolat-loader, body.chocolat-open > .chocolat-overlay {
	z-index: 15;
}

body.chocolat-open > .chocolat-content {
	z-index: 17;
}

.chocolat-in-container .chocolat-content, .chocolat-in-container .chocolat-overlay, .chocolat-in-container .chocolat-wrapper {
	position: absolute;
}

.chocolat-in-container {
	position: relative;
}
