.custom_lock {
	position: relative;
}

.custom_lock::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0.5;
	z-index: 100;
}

.custom_lock::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: 100px;
	background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwcHgiIGhlaWdodD0iMjAwcHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBzdHlsZT0iYmFja2dyb3VuZDogbm9uZTsiPjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjYuMTM4NDciIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzBkNmVmZCIgc3Ryb2tlLXdpZHRoPSIyIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiBjYWxjTW9kZT0ic3BsaW5lIiB2YWx1ZXM9IjA7NDAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMSIgYmVnaW49Ii0wLjVzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGNhbGNNb2RlPSJzcGxpbmUiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjEiIGJlZ2luPSItMC41cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48L2NpcmNsZT48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSIyOC4zOTc1IiBmaWxsPSJub25lIiBzdHJva2U9IiMwZDZlZmQiIHN0cm9rZS13aWR0aD0iMiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgY2FsY01vZGU9InNwbGluZSIgdmFsdWVzPSIwOzQwIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjEiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBjYWxjTW9kZT0ic3BsaW5lIiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxIiBiZWdpbj0iMHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PC9jaXJjbGU+PC9zdmc+");
  z-index: 101;

}

.custom-fieldset {
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 20px;
}

.custom-legend {
  font-size: 1.25em;
  margin-bottom: 0;
  border: none;
}

.custom-fieldset-body {
  
}

.custom-sticky-block {
  position: relative;
  top: 0;
}

.sticky-fixed {
  position: sticky;
  top: 20px;
  z-index: 1024;
}

.custom-modules-accordion .col-sm-2 { width: 33% !important; }
.custom-modules-accordion .col-sm-10 { width: 67% !important; }
.custom-modules-accordion .panel-default { box-shadow: 0 1px 1px rgba(0,0,0,.05); }
.custom-modules-accordion .panel-heading { border-bottom: none; }
.custom-modules-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body,
.custom-modules-accordion.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #e9e9e9;
}

.custom-cart-form,
.custom-modules-accordion .panel-default,
.custom-modules-accordion .panel-default,
.custom-cart-total {
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  width: 100%;
  margin-bottom: 20px;
}

.custom-cart-thead, .custom-cart-item { border-bottom: 1px solid #e9e9e9; }

.custom-cart-thead, .custom-modules-accordion .panel-heading {
  background: #f8f9fa;
  font-weight: 600;  
  padding: 10px;
}

.custom-cart-thead th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}

.custom-cart-item {
  padding: 10px;
}

.custom-cart-item:last-child {
  border-bottom: none;
}

.custom-cart-table-container {
  border: 1px solid #eee;
  border-radius: 6px;
  margin-bottom: 20px;
}

.custom-cart-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse; /* щоб суміжні бордери не подвоювались */
  border: none; /* прибираємо зовнішній бордер таблиці */
}

.custom-cart-table th,
.custom-cart-table td {
  border-bottom: 1px solid #eee; /* горизонтальні лінії між рядками */
  border-right: 1px solid #eee;  /* вертикальні лінії між колонками */
}

.custom-cart-table td {
  padding: 8px 12px;
  text-align: left;
}

/* прибираємо праву лінію на останній колонці */
.custom-cart-table th:last-child,
.custom-cart-table td:last-child {
  border-right: none;
}

/* прибираємо нижню лінію на останньому рядку */
.custom-cart-table tr:last-child td {
  border-bottom: none;
}

.custom-cart-img {
  width: 100px;
  border-radius: 6px;
}

.custom-cart-column-quantity {
  width: 130px;
}

.custom-cart-quantity-group {
  width: 106px;
}

.custom-cart-table .btn {
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1.2em;
}

.form-control.custom-cart-form-control-quantity {
  height: 26px;
  line-height: 1;
  font-size: 12px !important;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: none;
}

@media (max-width: 768px) {
  .custom-cart-thead {
    display: none;
  }
}

.custom-cart-total-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

.custom-cart-total-row:last-child {
  border-bottom: none;
}

.custom-cart-total-final {
  background: #f8f9fa;
  font-weight: bold;
}

.custom-cart-total-label,
.custom-cart-total-value {
  text-align: right;
}

