

.children {
	padding-left: 1.5rem !important;
	font-size: 12px !important;
}

.none {
	display: none !important;
}

.cross__wrapper {
	display: flex;
	flex-flow: wrap row;
	column-gap: 0.5rem;
	align-items: center;
	padding: 0 0 20px;
}

.cross_wrapper--title {
	margin: 0;
	font-size: 12px;
	color: #000;
}

.cross__wrapper--item {
	font-size: 12px;
	background: var(--accent-color);
	border: 2px solid var(--accent-color);
	margin: 0.25rem 0;
	padding: 0 3px;
}
.footer__archive {
	display: flex;
	align-items: center;
	gap: 15px;
}

.footer__item--link-archive {
	font-size: 14px;
	color: #fff;
}

.footer__item--link-archive:hover,
.header__city:hover,
.cabinet:hover {
	color: var(--accent-color);
}

.footer-flex {
	display: flex;
	justify-content: space-between;
}

a.footer__logo {
	display: flex;
	gap: 10px;
	align-items: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	height: 52px;
	
}

@media (max-width: 680px) {
	a:not([href]):not([tabindex]).footer__logo {
		flex-direction: column;
	}
}

.header__city {
	font-size: 14px;
	cursor: pointer;
	transition: 0.2s linear;
	color: #000;
}
.header__city.footer__city{
	color: #fff;
}

.cabinet {
	color: #fff;
	padding: 0;
	font-size: 14px;
}

.footer {
	width: 100%;
	background: #252525;
	padding: 12px 0;
}

.footer__inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

@media (max-width: 680px) {
	.footer__inner {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
}
/**
* Bootstrap extension column grid
*/
@media (min-width: 1140px) {
	.col-el-1,
	.col-el-2,
	.col-el-3,
	.col-el-4,
	.col-el-5,
	.col-el-6,
	.col-el-7,
	.col-el-8,
	.col-el-9,
	.col-el-10,
	.col-el-11,
	.col-el-12 {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-el-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-el-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-el-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-el-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-el-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-el-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-el-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-el-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-el-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-el-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-el-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-el-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/**
* Bootstrap extension column grid
*/

.nav-close-bg {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: calc(100vw - 320px);
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
}

.bp-xs-on .nav-close-bg {
	display: block;
}

.alert-telegram {
	font-size: 0.95rem;
	margin: 10px 0;
}

.alert-telegram a {
	border-bottom: 2px dotted silver;
}

.logo img {
	width: 25%;
	margin: 0 auto;
	display: block;
}

.header {
	margin: 0 0 10px;
}

.header-text {
	font-size: 1rem;
	font-weight: 600;
}

.slide-item {
	padding: 5px 10px 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
}

.slide-item.top {
	font-weight: 600 !important;
}

.slide-menu {
	display: none;
	max-height: 250px;
	overflow: hidden;
	overflow-y: auto;
	background: #fff;
}

.slide-toggle {
	border-bottom: 2px dotted silver;
}

.slide-open {
	display: block;
}

.letter {
	margin: 0;
	line-height: 1;
	font-weight: 900;
	padding: 5px 10px 7px;
	position: relative;
	background: rgba(0, 0, 0, 0.05);
}

.letter:after {
	content: '';
	position: absolute;
	left: 8px;
	bottom: 4px;
	width: 15px;
	height: 1px;
	background: #333;
}

.cart-fav-search {
	margin: 20px 0 0;
}

.submenu__button {
	width: 100%;
}

.submenu__button a {
	width: 100%;
	padding: 5px 8px;
	display: flex;
	justify-content: center;
	text-align: center;
	background: var(--accent-color);
	color: #000;
}

.submenu__button a:hover {
	opacity: 0.7;
	color: #000 !important;
}

.card__options {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
	margin-top: 12px;
}

.card__option {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	transition: 0.3s;
	padding: 5px 8px;
	border-radius: 4px;
	background: #e7e7e7;
	border: 0;
	width: 100%;
	font-size: 14px;
	cursor: pointer;
	height: auto;
	color: #000;
}

.card__option:hover {
	opacity: 0.7;
	background: #e7e7e7;
}

.card__option img {
	width: 16px;
	height: 16px;
}

.action-extra {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	padding: 5px 3px 3px 5px;
	border-top: 2px dotted silver;
	border-left: 2px dotted silver;
	z-index: 10000;
}

.action-extra i {
	font-size: 18px;
	margin: 0 5px;
}

.single-product-wrapper .product-description .likes {
	width: 30%;
	padding: 10px 0;
	border: 2px solid #e5e7ea;
	border-right: 2px dotted silver;
	background: #e5e7ea;
	cursor: pointer;
	display: flex;
	flex-flow: nowrap row;
	justify-content: space-evenly;
	align-items: baseline;
}

.single-product-wrapper .product-description .cart a {
	display: block;
	width: 70%;
	padding: 10px 0;
	background: var(--accent-color);
	border: 2px solid var(--accent-color);
	text-align: center;
	color: #333;
	font-weight: 900;
	font-size: 16px;
	/*text-transform: uppercase;*/
}

.single-product-wrapper .product-description .cart {
	margin: 10px 0 0;
	width: 100%;
	display: flex;
	flex-flow: nowrap row;
	align-items: baseline;
}

.main-content-wrapper .header-area .logo .header__city {
	color: var(--text-color);
	margin-top: 0.5rem;
}

.single-product-wrapper .product-description .cart a img {
	margin: 0 5px 0 0;
}

.single-product-wrapper .product-description .cart a:hover {
	background: #000;
	color: #fff;
}

.single-product-wrapper .product-description .anchor {
	display: block;
	width: 100%;
	padding: 0 0 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
}

.single-product-wrapper .product-description .anchor a {
	border-bottom: 2px dotted silver;
	font-weight: 500;
}

.newsletter-text ul li {
	color: #d3d1d1;
	list-style: square;
	margin: 0 0 0 20px;
}

.truncate {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumbs {
	margin: 10px 0 0;
	word-break: break-all;
	font-size: 12px;
	display: flex;
	flex-flow: wrap row;
}

.breadcrumbs a {
	position: relative;
	border-bottom: 2px dotted silver;
	margin: 0 10px 0 0;
	display: flex;
	width: max-content;
}

.breadcrumbs a:after {
	content: '>';
	position: absolute;
	right: -10px;
	margin: 0 2px;
	color: #999;
}

.product-details-section a.link,
.warning-message a {
	border-bottom: 2px dotted silver;
}

.product-details-section a:hover {
	color: var(--accent-color);
}

.warning-message {
	padding: 10px;
	background: var(--dark-color);
	color: #fff;
	text-align: center;
	border-radius: var(--border-radius);
}

.warning-message a {
	display: inline-block;
	margin: 0 5px;
	line-height: 1;
	font-weight: 900;
	color: #f33;
}

.warning-message a:hover {
	color: #f00;
}

.border-dotted {
	border-bottom: 2px dotted silver;
}

.border-dotted a {
	margin-bottom: 0 !important;
	border-radius: 0 !important;
	background: #f5f7fa;
	border-top: 2px solid transparent !important;
	border-bottom: 2px solid transparent !important;
	border-left: 2px dotted silver !important;
	border-right: 2px dotted silver !important;
	margin: 0 -2px 0 0;
}

.border-dotted a:first-child {
	border-left: 2px solid transparent !important;
}

.border-dotted a:last-child {
	border-right: 2px solid transparent !important;
}

.border-dotted a.active {
	background: var(--accent-color) !important;
	color: #fff !important;
}

.border-dotted a:hover {
	border: 2px solid var(--accent-color) !important;
	background: #000 !important;
	color: #fff !important;
}

.map-item span {
	border-bottom: 2px dotted silver;
	cursor: pointer;
}

.map-item {
	display: flex;
	width: 100%;
	min-height: 300px;
	max-height: 300px;
	justify-content: center;
	align-items: center;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	background: url(/templates/golden-new/dev/images/country.svg) center 50% /
		cover no-repeat;
}

.swiper-slide {
	max-height: 540px;
}

.swiper-button-next,
.swiper-button-prev {
	top: 263px;
	transform: translateY(-50%);
	color: var(--accent-color);
}

.card-action {
	display: flex;
	flex-flow: wrap row;
	align-items: start;
	gap: 10px;
}

.btn-phone,
.btn-liked,
.btn-abuse,
.btn-telegram,
.btn-whatsapp,
.btn-viber {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 50px;
	min-height: 50px;
	padding: 10px;
	cursor: pointer;
}

.btn-liked {
	gap: 5px;
}

.btn-phone,
.btn-liked,
.btn-abuse {
	border: 2px solid transparent;
	color: #fff;
}

.btn-phone:hover,
.btn-liked:hover,
.btn-abuse:hover,
.btn-telegram:hover,
.btn-whatsapp:hover,
.btn-viber:hover {
	border: 2px solid var(--accent-color);
	background: var(--dark-color);
}

.btn-phone {
	background: var(--accent-color);
	border-radius: var(--border-radius);
}

.btn-liked {
	background: #d88;
}

.btn-abuse {
	background: #f60;
}

.btn-telegram {
	background: #5af;
}

.btn-whatsapp {
	background: #3d3;
}

.btn-viber {
	background: #63f;
}

.btn-telegram,
.btn-whatsapp,
.btn-viber {
	height: 50px;
}

.btn-telegram img,
.btn-whatsapp img,
.btn-viber img {
	max-height: 100%;
	height: 100%;
	width: auto;
	max-width: auto;
}

.btn-review {
	display: block;
	width: 100%;
	padding: 10px 0;
	background: var(--accent-color);
	border: 2px solid var(--accent-color);
	border-radius: 0;
	text-align: center;
	color: #333;
	font-weight: 900;
	font-size: 16px;
}

.btn-review:hover {
	background: #000;
	color: #fff;
}

.videobox {
	background: #000;
}

.videobox video {
	width: 100%;
	height: 100%;
}

.videobox-thumb {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
	color: #e38789;
	border: 2px dotted silver;
	background: #f5f7fa;
}

.default-form-box,
.default-form-box label,
.default-form-box input,
.default-form-box textarea {
	width: 100%;
}

.tab-content {
	margin: 0 0 30px;
}

.data-div {
	margin: 10px 0 0;
	font-weight: 500;
}

.comment-content {
	display: flex;
	flex-flow: wrap column;
	align-items: start;
	justify-content: start;
}

.comment-content-top {
	width: 100%;
	display: flex;
	justify-content: start;
	align-items: baseline;
	gap: 10px;
	border-bottom: 2px dotted silver;
	background: #f5f7fa;
	padding: 5px 10px 0;
}

.comment-date {
	font-size: small;
}

.comment-name:first-letter {
	text-transform: uppercase;
}

.comment-content-top i {
	font-size: 1.25rem;
}

.comment-name {
	margin: 0;
}

.comment {
	width: 100%;
}

.para-content {
	width: 100%;
	padding: 5px 5px 0;
}

.para-content p {
	margin: 0;
}

.comment-wrapper {
	margin: 0 0 10px;
}

#comment-review-text {
	height: 125px;
	resize: none;
}

.form-comment {
	display: flex;
	align-content: flex-end;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.display-comment {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.input-style {
	border: 2px solid #aaa;
	border-radius: 4px;
	margin: 2px 0;
	outline: none;
	padding: 2px;
	box-sizing: border-box;
	transition: 0.3s;
}

.input-style:focus {
	border-color: dodgerBlue;
	box-shadow: 0 0 8px 0 dodgerBlue;
}

.lsi-block-title {
	align-items: center;
	gap: 5px;
}

.lsi-href {
	font-size: 12px;
}

@media (max-width: 767px) {
	.main-content-wrapper .header-area .logo {
		margin-bottom: 1rem;
	}

	.logo img {
		width: 100px;
		margin: 0 auto;
		display: block;
	}

	.sub-name {
		margin: 0 0 25px;
		font-size: 2rem;
		color: #333;
		font-weight: 500;
		line-height: 1;
	}

	.fullscreen .swiper-wrapper {
		height: 100vh;
		align-items: center;
	}

	.section-padding-100 {
		padding: 0 !important;
		height: auto !important;
	}

	.search-wrapper-on .search-wrapper .container {
		width: calc(100% - 55px) !important;
		max-width: calc(100% - 55px) !important;
		padding: 0 0 0 15px !important;
		margin: 0 !important;
	}

	.search-wrapper .search-content form input {
		height: 40px !important;
	}

	.search-wrapper .search-content form button {
		width: 40px !important;
		height: 40px !important;
	}

	.search-wrapper-on .container .row .col-12 {
		padding: 0 !important;
	}
	.search-wrapper-on .main-content-wrapper {
		margin-top: 70px !important;
	}
	.product-details-variable {
		padding-top: 20px;
	}

	.single_widget_area {
		flex-direction: column;
	}
}

@media (min-width: 992px) {
	.footer_menu {
		display: flex;
		flex-flow: wrap row;
		justify-content: end;
		align-items: baseline;
	}

	.h4 {
		margin: 15px 0 5px;
	}
}

.scrollUp {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 25px;
	background: var(--accent-color);
	color: #fff;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	z-index: 99;
	border-radius: var(--border-radius);
}

#mainCarousel .carousel__slide {
	width: 100%;
	padding: 0;
	overflow: hidden;
	margin: 0;
}

#mainCarousel .carousel__slide img {
	width: 100%;
}

#mainCarousel .carousel__button.is-next,
#mainCarousel .carousel__button.is-prev {
	background: var(--accent-color);
	color: #fff;
	border-radius: 0;
}

#thumbCarousel .carousel__slide {
	width: 120px !important;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.5rem;
	background: #eee;
	padding: 0 !important;
	margin: 1rem 0.5rem;
}

.profile__tags {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.phone__button {
	width: 100%;
}

.grid-info {
	width: 100%;
	display: flex;
	gap: 13px;
	padding: 0 5px 0 0;
	justify-content: space-between;
}

.nav-link:hover {
	cursor: pointer;
}

.profile__tags label,
.profile__tags a {
	padding: 4px 8px;
	border-radius: 4px;
	background: #e7e7e7;
	color: #000;
	text-decoration: none;
	margin: 0;
}

.profile__tags a:hover {
	color: #000;
	opacity: 0.7;
}

.comments__inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.captcha__inner {
	width: 100%;
	display: flex;
	gap: 8px;
}

.search-nav {
	text-transform: uppercase;
	cursor: pointer;
}

@media (max-width: 978px) {
	.captcha__inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

.captcha {
	width: 100%;
	max-width: 200px;
}

.pages-blocks {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.pages-block {
	width: calc(100% / 4 - 36px / 4);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	padding: 12px;
	border-radius: 4px;
	background: #e7e7e7;
}

@media (max-width: 1200px) {
	.pages-block {
		width: calc(100% / 3 - 24px / 3);
	}
}
@media (max-width: 998px) {
	.pages-block {
		width: calc(100% / 2 - 12px / 2);
	}
}
@media (max-width: 840px) {
	.pages-block {
		width: 100%;
	}
}

.letter-block {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}

.pages-block a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.breadcrumbs-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

.desc__anket,
.comment-list {
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
}
