:root {
	--bs-body-font-family: "Montserrat", sans-serif;
	color: #000;
  }
  
  .wrapper {
	position: relative;
  }
  
  a {
	color: inherit;
	text-decoration: none;
  }
  
  header {
	background-color: #FFFD;
	position: relative;
  }
  
  .menu-btn-icon, .header__btn-icon {
	width: inherit;
	height: inherit;
	fill: #000;
	display: block;
	width: 20px;
	height: 20px;
  }
  
  .btn__menu {
	border: none;
	background-color: inherit;
	width: 23px;
	height: 23px;
  }
  
  header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 110;
  }
  
  .main-header {
	background-color: transparent;
  	margin-bottom: -64px;
	transition: background-color 0.2s ease;
  }

  .main-header.bg {
	background-color: #FFFD;
	transition: background-color 0.2s ease;
  }

  .header {
	padding: 5px 0;
	position: relative;
  }
  
  .header__btn {
	border: none;
	background-color: inherit;
	width: 23px;
	height: 23px;
	margin-left: 20px;
  }
  
  .header__right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
  }
  
  .navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
	border: none;
	box-shadow: none;
  }
  
  .search-form {
	display: flex;
	align-items: center;
  }
  
  main {
	height: auto;
	min-height: 100vh;
  }
  
  .catalog-title {
	margin: 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
  }
  
  .sort_box {
	display: flex;
	gap: 15px;
	position: relative;
	/* overflow: hidden; */
  }
  
  .filter-btn-block, .sort-btn-block {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	text-align: right;
	display: flex;
	align-items: center;
  }

  .filter-btn-block.title-block {
	margin-right: auto;
}
  
  .filter-call-btn {
	border: none;
	padding: 0;
	background-color: #fff;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
  }
  
  .sort_box .sort_items {
	position: absolute;
	right: 0;
	top: 100%;
	transition: opacity 0.3sease, visibility 0.3sease;
	display: flex;
	flex-direction: column;
	gap: 5px;
	visibility: hidden;
	opacity: 0;
  }
  
  .img-box img {
	width: 100%;
	height: auto;
	object-fit: cover;
  }
  
  .add_to_favourite__btn {
	width: 25px;
	height: auto;
	position: absolute;
	top: 25px;
	right: 10px;
	z-index: 10;
	cursor: initial;
  }
  
  .catalog-row {
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
  }
  
  .catalog-card {
	position: relative;
  }
  
  .catalog-content {
	padding: 20px 0;
  }
  
  .catalog-colors-box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
  }
  
  .catalog-product-name, .catalog-price {
	font-size: 12px;
	line-height: 16px;
  }
  
  .catalog-product-name {
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
  }
  
  .catalog-colors-item {
	color: transparent;
	border: 1px solid #999999;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	position: relative;
	display: block;
  }
  
  .eit-panel-header {
    padding: 30px 44px 4px;
    /* position: relative; */
	display: flex;
	justify-content: flex-end;
	}
  
  .eit-panel-body {
	overflow: auto;
  }
  
  footer {
	background-color: #FFF;
	color: #000;
  }
  
  .footer {

	padding: 35px 0;
  }
  .footer__nav-item {
	margin-bottom: 10px;
	padding: 0 10px;
  }
  .footer__nav-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
	width: 40%;
  }
  
  .nav__list {
	text-transform: uppercase;
  }
  
  .copy, .copy-link {
	font-size: 10px;
	line-height: 12px;
  }
  
  .footer__container {
	text-align: center;
  }
  
  .offcanvas-start {
	height: 100vh;
  }
  
  .main-card {
	display: grid;
	grid-template-columns: 20% 40% 25%;
	gap: 15px;
	justify-content: space-between;
  }
  .main-card__about-title {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
  }
  .main-card__about-price {
	margin-bottom: 30px;
  }
  .main-card__about-subtitle {
	margin-bottom: 30px;
  }
  .main-card__gallery {
	display: grid;
	grid-template-columns: 90% 10%;
	grid-gap: 5px;
  }
  .main-card__gallery img {
	width: 100%;
	height: auto;
	object-fit: cover;
	cursor: pointer;
	transition: transform 0.2s;
  }
  .main-card__text-box {
	position: relative;
	overflow: auto;
	display: flex;
	align-items: end;
  }
  .main-card__text {
	font-size: 13px;
	width: 100%;
	position: absolute;
	overflow: auto;
  }
  .main-card__bag {
	background-color: #fff;
	width: 100%;
	height: 40px;
	border: #000 1px solid;
  }
  .main-card__color-name {
	margin-bottom: 30px;
	font-family: "Work Sans";
	font-size: 12px;
  }
  .main-card__bag:hover {
	background-color: black;
	color: white;
  }
  
  .size-table ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
  }
  
  .size-table ul li {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
  }
  
  .size-table ul li:last-child {
	border-bottom: none;
  }
  
  .size-table ul li span {
	font-weight: bold;
  }
  
  .gallery-item img:hover {
	transform: scale(1.05);
  }
  
  .Main-swiper {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 100vh;
  }
  .Main-swiper a {
	text-decoration: none;
  }
  .Main-swiper a:hover {
	text-decoration: none;
  }
  
  .slider-group {
	margin-bottom: 48px;
	margin-right: 20px;
  }
  
  .slide-big-text {
	line-height: 1.2;
	font-size: 50px;
  }
  
  .slide-small-text {
	margin-top: 20px;
	font-size: 18px;
  }
  
  .slide-btn {
	background: black;
	border-radius: 10px;
	width: 192px;
	height: 48px;
  }
  .slide-btn__text-btn {
	padding: 14px 24px;
  }

  .slide-dynamic {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  }
  
  .slide1 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("/images/banners/ora-1080x1920.jpg");
  }

  @media(min-width: 768px) {
	.slide1 {
		background-image: url("/images/banners/ora-1440x830.jpg");
	}
  }

  @media(min-width: 1440px) {
	.slide1 {
		background-image: url("/images/banners/ora-2560x1440.jpg");
	}
  }

  .slide1__text {
	color: white;
	height: inherit;
  }
  
  .slide2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("/images/banners/toggery-1080x1920.jpg");
  }

  @media(min-width: 768px) {
	.slide2 {
		background-image: url("/images/banners/toggery-1440x830.jpg");
	}
  }

  @media(min-width: 1440px) {
	.slide2 {
		background-image: url("/images/banners/toggery-2560x1440.jpg");
	}
  }

  .slide2__text {
	color: white;
	height: inherit;
  }
  
  .slide3 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("/images/banners/veresk-1080x1920.jpg");
  }

  @media(min-width: 768px) {
	.slide3 {
		background-image: url("/images/banners/veresk-1440x830.jpg");
	}
  }

  @media(min-width: 1440px) {
	.slide3 {
		background-image: url("/images/banners/veresk-2560x1440.jpg");
	}
  }

  .slide3__text {
	color: white;
	height: inherit;
  }
  


  .arrow {
	stroke: white;
	cursor: pointer;
  }
  .arrow:hover {
	opacity: 0.5;
  }
  
  .left-arrow {
	margin-left: 30px;
	rotate: 180deg;
	margin-right: 8px;
  }
  
  .swiper-pagination {
	margin-bottom: 30px;
  }
  
  .swiper-pagination-bullet {
	width: 20px;
	height: 5px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 10px;
	margin-right: 16px;
  }
  
  .swiper-pagination-bullet-active {
	background: #fff;
  }/*# sourceMappingURL=style.css.map */
  
  .header__mininav {
	display: flex;
	gap: 15px;
	font-weight: 500;
  }

  @media(max-width: 768px) {
	.header__mininav {
		display: none;
	}
	.navbar-brand svg {
		height: 35px !important;
		width: 90px !important;
	}
  }

  @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1440px !important;
    }
}

@media (min-width: 800px) {
	.sort_box button {
		font-size: 14px;
	}
	.catalog-title {
		font-size: 14px;
	}
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #000;
    color: #fff;
}

nav.nav.panel-nav > a {
    margin-left: 32px;
}
nav.nav.panel-nav {
    flex-direction: column;
    padding-left: 30px;
	padding-bottom: 40px;
}
.panel-nav ul {
    margin-bottom: 0;
}

@media (max-width: 372px) {
	.navbar-brand {
		display: none;
	}
}

.bx-404-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 150px;
    margin-bottom: -300px;
}

.bx-404-text-block {
    margin: 20px 0px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.product-item-container.hover .product-item {
	box-shadow: none !important;
}

.container-top-margin {
  margin-top: 45px;
  margin-bottom: 30px;
}

main .container {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
	.footer__nav-list {
		width: 80%;
		flex-direction: column;
		text-align: center;
	}
	.eit-panel-body {
	  overflow: auto;
	  padding-bottom: 20vh;
	}
}

.bx-breadcrumb {
  margin:
10px 0;
  padding:
0 15px;
}

.bx-authform {
	margin-left: auto;
	margin-right: auto;
	padding: 0 28px;
}

.form-group.row {
    padding: 10px 0;
}

.row.main-profile-block-date-info {
    display: none;
}

.soc-serv-main {
    display: none;
}

.sale-personal-section-index-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  padding: 0;
  height: 87%;
  border-radius: 3px;
  background-size: cover;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  opacity: .8;
  transition: all .3s;
  justify-content: space-around;
  background-color: #000;
}

.navbar-logo {
  align-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.row > * {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important; 
}

.navbar-toggler {
  padding-left: 0;
}

.bx-breadcrumb {
  padding-left: 0;
}

.filter-call-btn {
    display: flex;
    align-items: center;
    gap: 6px;
	height: 18px;
}

.viewswitch:has(input:checked) {
  background-color: #f6f6f6;
}

.viewswitch:has(input:disabled) {
  opacity: .5;
  cursor: default;
}

.viewswitch input {
  display: none;
}

.viewswitch {
  display: flex;
  cursor: pointer;
  padding: 4px;
  border-radius: 2px;
  margin-left: 5px;
}

.btn_lazy {
  color: #000;
  background: #FFF;
  border: 1px solid black;
  border-radius: 25px;
  font-size: 14px;
  padding: 6px 20px;
}

.btn_lazy:hover, .btn_lazy:active, .btn_lazy.disabled{
	color: #FFF;
	background: #000;
	border: 1px solid black;
}

.btn_lazy.disabled {
	opacity: .5;
}

.bread {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  text-transform: uppercase;
  font-size: 11px;
  color: silver;
  margin-bottom: 16px;
  margin-top: 10px;
}

.bread-back {
  cursor: pointer;
}

.bread-chain {
  display: flex;
  gap: 8px;
}

.bread-section-separator {
  margin-left: 8px;
}

.overhead-message {
	background-color: #000;
	color: silver;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 25px;
	opacity: 1;
	overflow: hidden;
	transition: all .2s ease;
}

.overhead-message.dismissed {
	height: 0;
	opacity: 0;
	transition: all .4s ease;
}

.overhead-message.hidden {
	display: none;
}

.overhead-dismiss {
	position: absolute;
	right: 2px;
	cursor: pointer;
}

.navbar-toggler {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #000;
}

.navbar-toggler.mobile {
	display: none;
}

.navbar-toggler-text {
	font-size: 16px;
	color: #000;
}

.cookies-card {
	max-width: 360px;
	margin-left: 20px;
	height: fit-content;
	background-color: #FFF;
	border-radius: 10px;
	border: 1px solid rgb(206, 206, 206);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 20px;
	gap: 15px;
	position: fixed;
	right: 20px;
	bottom: 10px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.066);
	z-index: 99999;
}

.cookies-card.hidden {
	display: none;
}

.cookie-heading {
  color: rgb(34, 34, 34);
  font-weight: 800;
}
.cookie-para {
  font-size: 11px;
  font-weight: 400;
  color: rgb(51, 51, 51);
}
.button-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.cookie-button {
  width: 50%;
  padding: 8px 0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.accept {
  background-color: rgb(34, 34, 34);
  color: white;
}
.reject {
  background-color: #ececec;
  color: rgb(34, 34, 34);
}
.accept:hover {
  background-color: rgb(0, 0, 0);
}
.reject:hover {
  background-color: #ddd;
}
.exit-button {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.exit-button:hover {
  background-color: #ddd;
  color: white;
}
.svgIconCross {
  height: 10px;
}

.shine {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 12px 48px;
	color: #fff;
	background: linear-gradient(to right, #9f9f9f 0, #fff 10%, #868686 20%);
	background-position: 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shine 5s infinite linear;
	animation-fill-mode: forwards;
	-webkit-text-size-adjust: none;
	text-decoration: none;
	white-space: nowrap;
}
@-moz-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 250px;
  }
  100% {
    background-position: 250px;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 300px;
  }
  100% {
    background-position: 300px;
  }
}
@-o-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 300px;
  }
  100% {
    background-position: 300px;
  }
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 300px;
  }
  100% {
    background-position: 300px;
  }
}

.menu-slinky ul {
	padding: 0;
	background: #FFF !important;
	text-transform: uppercase;
}

.menu-slinky a:not(.back):hover {
	background: #f6f6f6;
}

.navbar-logo-mobile {
	display: none;
}

@media (max-width: 768px) {
	#offcanvasExample {
		width: 100%;
	}
	.navbar-toggler-text {
		display: none;
	}
	.navbar-logo {
		display: none;
	}
	.navbar-logo-mobile {
		display: block;
	}
	.viewswitch-block {
		display: none;
	}
}