.key-category-container
{
	position: relative;
	width: 100%;
}

.key-category-container .key-category-row
{
	border-top: 1px solid #7A7A7A;
}

.key-category-container .key-category-row:last-of-type
{
	border-bottom: 1px solid #7A7A7A;
}

.key-category-container .key-category-title
{
	color: #232323;
	font-size: 14px;
	font-weight: bold;
	margin: 13px 0;
	display: inline-block;
}

.key_category_btn
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 11px 0;
	padding-right: 5px;
	color: #62B144;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	float: right;
	overflow: hidden;
}

.key_category_btn .material-symbols-outlined
{
	font-size: 20px;
}

.option-products-container
{
}

.option-products-container .key-option-link
{
	color: #a9a9a9;
	text-decoration: none;
}

.option-products-container .key-option-link:hover
{
	text-decoration: none;
}

.key_category_btn:hover > .key-category-container .option-products-container, .option-products-container:hover
{
	display: block;
}

.option-products-container li
{
	margin-bottom: 10px;
	border: 2px solid #7A7A7A;
	padding: 5px;
	display: flex;
	overflow: hidden;
}

.option-products-container .fa-check
{
	height: 32px;
	width: 16px;
	font-size: 16px;
	display: flex;
	float:left;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}

.key-option-check
{
	margin-right: 5px;
}


.option-products-container .fa-check-square
{
	color: #4ebf68;
}

.cms_fancybox .material-symbols-outlined
{
	font-size: 16px;
	position: relative;
	top: 4px;
	left: 2px;
}

.key-fancybox-container
{
	width: calc( 1200px - 80px );
}

.key-option-link
{
	display: flex;
	height: 50px;
	width: 75px;
	float: left;
}

.key-option-link .material-symbols-outlined
{
	margin-top: 12px;
}

.key-option-link img
{
	max-width: 50px;
	max-height: 50px;
	position: relative;
}

.key-product-name
{
	display: flex;
	width: calc( 100% - 60px - 65px - 100px );
	line-height: 19px;
	font-size: 13px;
	color: #232323;
	padding-left: 5px;
	margin-left: 10px;
	justify-content: start;
	align-items: center;
	float: left;
}

.key-product-name span
{
	align-self: center;
}

.product-price-key
{
	font-size: 13px;
	color: #232323;
	font-weight: 700;
	align-self: center;
	margin-left: auto;
	margin-right: 5px;
}

.key-product-qty
{
	align-self: center;
}

.key-product-qty div
{
	text-align: center;
	color: #4ebf68;

}

.key-product-qty .bootstrap-touchspin .btn-touchspin
{
	padding: 0;
	height: 17px;
}

.key-product-qty .bootstrap-touchspin .btn-touchspin .material-symbols-outlined
{
	font-size: 16px;
}

.key-product-qty div:first-child, .key-product-qty div:last-child
{
	line-height: 15px;
	cursor: pointer;
}
.key-product-qty-val
{
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	width: 37px !important;
	height: 32px !important;
	font-size: 13px;
	color: #232323;
}

.service-total-block, .service-title
{
	font-size: 18px;
	font-weight: bold;
	color: #232323;
}

.service-title
{
	margin-bottom: 15px;
}

.service-total-block
{
	text-align: right;
}

@media ( max-width: 1200px)
{
	.key-fancybox-container
	{
		width: 100%;
	}
}

@media ( max-width: 1200px)
{
	.key-product-name
	{
		top: 0;
	}
}

#keyproduct_popup
{
	max-width: 500px;
	width: 100%;
	min-height: 300px;
}

#keyproduct_popup img
{
	border: 1px solid #ccc;
	width: 100%;
}

.mxh250
{
	/*max-height: calc( 100% - 70px );*/
	margin-bottom: 20px;
	overflow-y: auto;
	overflow-x: hidden;
}

.our-article-css
{
    text-decoration: none;
    color: blue !important;
}

.key-category-container .side-modal-container, .key-fancybox-container
{
	display: none;
}

.relation-popup .fancybox-inner
{
	display: inline !important;
}

.relation-popup .side-modal-container
{
	position: fixed;
	right: 0;
	top: 0;
	padding: 20px;
	width: 584px;
	height: 100%;
	background: #ffffff;
}

.relation-popup .fancybox-skin
{
	background: transparent;
}

.relation-popup.fancybox-opened .fancybox-skin
{
	box-shadow: none;
}

.relation-popup.fancybox-opened .fancybox-title
{
	visibility: hidden;
}

.relation-popup .fancybox-close
{
	position: fixed;
	z-index: 99999;
	right: 20px;
	top: 10px;
}

.key-red-text
{
	color: #FE1234;
}

.exit_button
{
	text-align: center;
}
.exit_button span
{
	border-radius: 8px;
	color: white;
	display: block !important;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	padding: 4px 0;
	width: 180px;

	background: #5daf41;
	background: -moz-linear-gradient(top, #5daf41 0%, #5daf41 49%, #46a32e 54%, #46a32e 100%);
	background: -webkit-linear-gradient(top, #5daf41 0%,#5daf41 49%,#46a32e 54%,#46a32e 100%);
	background: linear-gradient(to bottom, #5daf41 0%,#5daf41 49%,#46a32e 54%,#46a32e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5daf41', endColorstr='#46a32e',GradientType=0 );
}

@media ( max-width: 768px)
{
	.exit_button span
	{
		width: 100px;
	}

	.relation-popup .side-modal-container
	{
		width: 100%;
	}
}