/*
Theme Name: Дочерняя тема
Template: newfantorg
Version: 1.2
*/

#menu-item-48 a {
	border-right: 0px !important;
}

.breadcrumbs,
.kb_sep,
.kb_title {
	color: #666666;
	margin-bottom: 19px;
	margin-top: 7px;
}

#billing-fields {
	display: none;
}

#s {
	width: 78%;
}

.widget {
	padding-bottom: 0;
	margin-bottom: 40px;
	box-shadow: 0 30px 20px -25px rgba(130, 101, 83, 0.5);
	margin-top: 14px;
}

.widget ul {
	background-color: transparent;
	line-height: 0;
}

.widget ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 33px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	padding: 0;
	border-bottom: 1px solid #f1f5f9;
}

.calcule {
	border-radius: 8px;
	padding: 16px;
	min-width: 250px;
	font-size: 13px;
	border: 1px solid #e2e8f0;
	background: #fafafc;
	margin: 0 0 0 10px;
}

.calcule-title {
	font-size: 16px;
	border-bottom: 1px solid #006836;
	color: #006836;
	margin-bottom: 19px;
	display: block;
	font-weight: 500;
	padding-bottom: 5px;
}

.sms-delivery-note {
	font-size: 12px;
	line-height: 1.5;
	color: #555555;
	background-color: #e2f2ec;
	margin: 20px 0 10px 10px;
	border-radius: 8px;
	padding: 16px;
}

.sms-delivery-note p {
	margin: 0 0 6px 0;
	letter-spacing: 0.1px;
}

.sms-delivery-note a {
	color: #0558b7;
	text-decoration: none;
}

.sms-delivery-note a:hover {
	text-decoration: underline;
}

#cookie-banner {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #4a4035;
	color: #f4f2ef;
	padding: 18px 20px;
	border-radius: 6px;
	z-index: 2;
	max-width: 420px;
	width: 90%;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
	font-family: inherit;
	line-height: 1.5;
	text-align: center;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

#cookie-banner a {
	color: #f4f2ef;
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 4px;
	text-decoration-color: #ff9e4a;
	opacity: 0.95;
}

#cookie-banner a:hover {
	opacity: 1;
	text-decoration-color: #d68238;
}

#cookie-banner.hidden {
	opacity: 0;
	transform: translateX(-50%) translateY(10px);
	pointer-events: none;
}

#cookie-accept {
	margin-top: 14px;
	padding: 10px 22px;
	cursor: pointer;
	background-color: transparent;
	color: #f4f2ef;
	border: 1px solid #ff9e4a;
	border-radius: 4px;
	font-weight: 600;
	font-size: 14px;
}

#cookie-accept:hover {
	background-color: #ff9e4a;
	color: #4a4035;
	border-color: #ff9e4a;
}

.sms-search-pagination {
  margin: 40px 0 20px 0;
  text-align: center;
}

.page-numbers {
  margin: 5px;
  list-style: none;
  display: inline-flex;
  padding: 5px 10px;
}

.current {
  padding: 5px 10px 3px;
  border: 1px solid #f2652240;
  background-color: #f8f5e9;
  border-radius: 8px;
  font-size: 16px;
}