* {
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "Myriad GEO Mtavruli";
	src: url("../fonts/MyriadGEOMtavruliMedium.ttf");
}

body {
	font-family: "Myriad GEO Mtavruli";
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -10;
	visibility: hidden;
	opacity: 0;
}
.modal.active {
	visibility: visible;
	opacity: 1;
	z-index: 20;
}
.modal-content {
	border-radius: 16px;
	background: #fff;
	box-shadow: 0px 4px 14px 0px rgba(91, 91, 91, 0.25);
	padding: 24px 32px;
	max-width: 401px;
	width: 96%;
	padding: 24px;
	position: relative;
}
.modal-content p {
	text-align: center;
}
.menu-wrapper {
	background-color: #ffffff;
	display: flex;
	position: absolute;
	left: 0;
	width: 100%;
	transform: translateY(-100%);
	z-index: 2;
	transition: transform 0.3s, opacity 0.3s;
	background-color: #fff;
}
.menu-wrapper.active {
	transform: translateY(0%);
	border: none;
}
.closeBtn {
	display: none;
}
.closeBtn.active {
	display: block;
}
.menu-btn {
	display: block;
}
.menu-btn.active {
	display: none;
}

/* Navigation  */

.nav-container {
	background-color: #ec3131;
	max-width: 100%;
	display: flex;
	justify-content: center;
	z-index: 3;
	position: relative;
}

.black {
	color: black;
}

.language {
	display: flex;
}

.language-disable {
	color: #ffffff6c;
	padding-right: 15px;
}

.language-active {
	color: #ffffff;
	padding-right: 15px;
}

.catalog a {
	color: #ffffff;
}

.nav-logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	height: 96px;
	width: 1308px;
	border-bottom: 1px solid #ffffff;
}

.logos {
	display: flex;
}

.logos a,
.logos p {
	font-size: 16px;
	color: white;
}

.logos a {
	height: fit-content;
	position: relative;
}

.logos a:not(:first-child) {
	margin-left: 30px;
}
.logos .mainHeart svg path {
	stroke: white;
}

.logos .mainHeart.active svg path {
	fill: white;
}
.logos .mainHeart span {
	position: absolute;
	top: 3px;
	left: 50%;
	transform: translateX(-50%);
	color: #ec3131;
	font-size: 10px;
}
.logos .mainCart svg path {
	stroke: white;
}

.logos .mainCart.active svg path {
	fill: white;
}
.logos .mainCart span {
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 5px);
	text-align: center;
	/* transform: translateX(-50%); */
	color: #ec3131;
	font-size: 10px;
}

.language p {
	color: #ffffff;
	padding: 5px 13px 5px 13px;
	border: 1px solid #ffffff;
}

.nav-menu {
	width: 100%;
	background-color: #ec3131;
	display: flex;
	justify-content: center;
	z-index: 3;
	position: relative;
}

.menu {
	display: flex;
	justify-content: space-between;
	width: 1308px;
	height: 66px;
	align-items: center;
}

.catalog {
	display: flex;
	color: #ffffff;
}

.catalog li {
	padding-right: 38px;
}

/* products dropdown */
.dropdown.products-onhover-block {
	display: none;
	position: absolute;
	opacity: 0;
	overflow: hidden;
	top: -65px;
	left: calc((100% - 1308px) / 2);
	transition: all 0.5s;
	transform: translateY(100px);
	will-change: transform;
	z-index: 10;
}
.trigger-enter .dropdown.products-onhover-block {
	display: flex;
}
.trigger-enter-active .dropdown.products-onhover-block {
	opacity: 1;
}
.products-onhover-block {
	display: flex;
	gap: 10%;
	width: 1308px;
	padding-top: 40px;
	padding-bottom: 62px;
}

@media (max-width: 1346px) {
	.dropdown.products-onhover-block {
		width: 970px;
		left: calc((100% - 970px - 20px) / 2);
		gap: 20px;
	}
}

@media (max-width: 1024px) {
	.trigger-enter .dropdown.products-onhover-block,
	.trigger-enter-active .dropdown.products-onhover-block {
		display: none;
	}
}
.dropdownBackground {
	background-color: white;
	position: absolute;
	display: flex;
	justify-content: center;
	opacity: 0;
	top: 65px;
	left: 0;
	width: 100%;
	height: 0;
	transform-origin: 50% 0%;
	transition: all 0.3s, opacity 0.1s, translate 0.2s;
}
.dropdownBackground.open {
	opacity: 1;
}

.by-brand span {
	font-size: 14px;
	padding-bottom: 16px;
	position: relative;
	font-family: "Myriad GEO Mtavruli";
	display: block;
	color: #323030;
}
.by-brand span::after {
	content: "";
	position: absolute;
	width: 50%;
	height: 1px;
	background-color: #ec3131;
	bottom: 0;
	left: 0;
}
.by-brand form {
	margin-top: 14px;
	margin-bottom: 21px;
}
.by-brand label {
	color: #323030;
	font-size: 14px;
	font-family: "Myriad GEO Mtavruli";
	margin-bottom: 10px;
	cursor: pointer;
	display: block;
}

.by-brand input {
	opacity: 0;
	width: 0;
	height: 0;
}
.by-brand a {
	color: #909090;
	font-size: 14px;
	font-family: "Myriad GEO Mtavruli";
}

.sunglasses-onhover .by-brand span::after {
	width: 100%;
}

.products-onhover-results {
	display: grid;
	grid-template-columns: 309px 309px;
	column-gap: 30%;
	row-gap: 10px;
}
.products-onhover-selectors {
	max-width: 25%;
}
@media (max-width: 1346px) {
	.products-onhover-results {
		column-gap: 15%;
	}
	.products-onhover-selectors {
		max-width: 20%;
	}
}

.products-onhover-results h3 {
	color: #c2c2c2;
	font-size: 16px;
	font-family: "Myriad GEO Mtavruli";
	position: relative;
	padding-bottom: 16px;
	width: 100%;
}
.products-onhover-results h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #c2c2c2;
}
.products-onhover-results .sale-block h3 {
	color: #ec3131;
}
.products-onhover-results-list {
	margin-top: 16px;
	margin-bottom: 18px;
}
.products-onhover-results-item {
	display: grid;
	grid-template-columns: 32% auto;
	gap: 10px;
	border-bottom: 1px solid #f6f6f6;
	padding: 10px 0;
	align-items: center;
}
.products-onhover-results-item :nth-child(n + 4) {
	display: none;
}
.products-onhover-results-item img {
	width: 100%;
	height: 80px;
	object-fit: contain;
}

.products-onhover-results-item h5 {
	color: #323030;
	font-size: 16px;
	font-family: "Myriad GEO Mtavruli";
}

.products-onhover-results-item span {
	color: #929292;
	font-size: 14px;
	font-family: "Myriad GEO Mtavruli";
	margin-top: 3px;
}
.products-onhover-results .see-all {
	color: #909090;
	font-size: 14px;
	font-family: "Myriad GEO Mtavruli";
	display: block;
	width: 100%;
	text-align: right;
	cursor: pointer;
}
/* end of products dropdown */

.search-btn-resp {
	display: none;
}

.resp-search {
	display: none;
}

.search {
	display: flex;
	color: #ffffff;
}

.search-btn {
	padding-right: 36px;
	border-right: 1px solid #ffffff;
}

.burg {
	padding-left: 26px;
	padding-right: 12px;
	align-self: center;
}

.resp-main-logo {
	display: none;
}

.burger-menu ul {
	margin: 0 auto;
	list-style: none;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.burger-menu a {
	color: #323030;
}

.burger-menu {
	padding: 0;
	flex-direction: row;
	margin: 0 auto;
	max-width: 1308px;
	height: 60px;
	overflow: hidden;
	transition: 0.5s ease-out;
	width: 100%;
	display: flex;
	align-items: center;
	border: none;
}

.burger-menu button {
	background-color: #ec3131;
	border: none;
	width: 132px;
	height: 36px;
	color: #ffffff;
	font-family: "Myriad GEO Mtavruli";
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	margin-left: 25px;
	flex-shrink: 0;
}
.burger-menu input {
	border: none;
	outline: none;
	border-bottom: 1px solid #d5d5d5;
	height: 36px;
	flex-grow: 1;
	position: relative;
	background-image: url("../img/search.svg");
	background-size: 21px 21px;
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 25px;
}
.burger-menu input::placeholder {
	color: #d5d5d5;
	font-size: 16px;
}

.none {
	display: none;
}

.flex {
	display: flex;
}

.menu-padd {
	padding-left: 24px;
}

.close {
	display: none;
}

.search a {
	display: flex;
	align-items: center;
	color: #ffffff;
}

/* current page link  */

.current-page {
	width: 100%;
	height: 50px;
	background-color: #f6f6f6;
}

.bg {
	background-color: #f6f6f6;
}

.bg-white {
	background-color: #ffffff;
}

.page-container {
	max-width: 1308px;
	margin: 0 auto;
	display: flex;
	height: 100%;
	align-items: center;
}

.page-container span {
	position: relative;
	margin-right: 20px;
	font-size: 14px;
}

.page-container a {
	color: #000000;
	font-size: 14px;
}
.page-container span:last-child {
	color: #ec3131;
}

.page-container span:not(:first-child)::before {
	content: "";
	border-radius: 100%;
	display: block;
	width: 4px;
	height: 4px;
	background: #ec3131;
	left: -12px;
	top: 42%;
	position: absolute;
	z-index: 0;
}

/* Responsive Navigation  */

.btns {
	width: 100%;
	display: flex;
	justify-content: space-around;
	height: 90px;
	background-color: #ec3131;
	align-items: center;
	display: none;
}

/* Responsive Menu */

.responsive-menu {
	width: 100%;
	background-color: #ffffff;
	padding: 20px 40px;
}

.hide {
	position: fixed;
	left: 0;
	top: 100vh;
}

.show {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	overflow: auto;
	height: 100vh;
}

.responsive-catalog {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.catalog-cont a:nth-child(1) {
	color: #323030;
	display: flex;
	align-items: center;
	padding-left: 15px;
}

.catalog-cont a:nth-child(2) {
	background-color: #ec3131;
	padding: 10px 15px;
}

.catalog-cont {
	display: flex;
	justify-content: space-between;
	background-color: #f6f6f6;
	margin-top: 15px;
}

.responsive-menu-nav {
	padding: 15px;
}

.responsive-menu-nav a {
	color: #323030;
}

.responsive-menu-nav li {
	margin-top: 24px;
}

.responsive-menu-nav ul {
	padding-bottom: 100px;
}

/* Main Content  */

form {
	display: flex;
	flex-direction: column;
	width: 40%;
	padding: 0 25px 0 0;
}

form h1 {
	font-size: clamp(20px, 1.5vw, 28px);
	margin-bottom: 16px;
	color: #323030;
}

form input,
form textarea {
	margin-top: 16px;
	padding: 13px;
	border: 1px solid #d5d5d5;
	outline: none;
}

input::placeholder,
textarea::placeholder {
	font-family: "FiraGO";
	font-weight: normal;
	font-size: 15px;
	text-align: left;
	color: #323030;
}

input:focus-visible {
	outline: none;
	background: #ffffff;
}

form button {
	margin-top: 15px;
	padding: 15px 0;
	border: none;
	background: #ec3131;
	font-family: "Myriad GEO Mtavruli";
	font-weight: 500;
	font-size: 16px;
	color: #fff;
}

.map {
	width: 100%;
	position: relative;
}

iframe {
	filter: grayscale(50%);
}

.main-wrapper {
	margin: 0 auto;
	max-width: 1308px;
	margin-top: 45px;
	margin-bottom: 69px;
}

.main-container {
	display: flex;
	max-width: 1308px;
	margin: 0 auto;
}

/* Contact and Address */

.contact-wrapper {
	width: 100%;
	background-color: #f6f6f6;
}

.contact-container {
	max-width: 885px;
	height: 91px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.contact {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
}

.contact p {
	padding-left: 15px;
}

.contact .working-hours {
	text-align: center;
}
/* Footer */

footer {
	width: 100%;
	background-color: black;
	height: 160px;
	display: flex;
}

.footer {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
}

.soc-media {
	display: flex;
	justify-content: center;
	align-items: center;
}

.soc-1 svg {
	margin: 10px;
}

.soc-1 path {
	transition: 0.5s ease-in;
}

.soc-1 rect {
	transition: 0.5s ease-in;
}

.soc-1 svg:hover path {
	stroke: #db5038;
}

.soc-1 svg:hover rect {
	stroke: #db5038;
}

.soc-1 {
	flex-basis: 350px;
}

.soc-2 {
	flex-basis: 300px;
}

.soc-3 {
	flex-basis: auto;
}

.soc-3 span {
	color: #db5038;
}

.soc-3 p {
	color: #707070;
}

/* Media  */

@media (max-width: 1346px) {
	.nav-logo {
		max-width: 970px;
	}
	.menu {
		max-width: 970px;
	}
	.page-container {
		max-width: 970px;
	}
	.main-container {
		max-width: 970px;
	}
	.burger-menu {
		max-width: 970px;
	}
	.burger-menu a {
		font-size: 14px;
	}
	.brand-container {
		max-width: 970px;
	}
	.contact-container {
		max-width: 700px;
	}
	.footer {
		max-width: 1100px;
	}
	.main-pic {
		margin-right: 0;
		flex-basis: 500px;
	}
	.main-about h1 {
		font-size: 35px;
	}
	.main-about h2 {
		font-size: 25px;
	}
	.info-container {
		max-width: 976px;
	}
	.transition {
		transform: translateX(-376px);
	}
	.reg-form {
		left: 63%;
	}
}

@media (max-width: 976px) {
	.burger-menu button {
		width: 80px;
	}
	.main-container {
		max-width: 700px;
		padding-bottom: 45px;
		flex-direction: column;
	}
	form {
		width: 100%;
		padding: 0;
	}
	input {
		background: #f6f6f6;
	}
	.map {
		width: 100%;
		margin-top: 40px;
	}
	iframe {
		height: 211px;
	}
	.reg-pic {
		display: none;
	}
	.auth-form {
		flex-basis: 100%;
		background-color: #ffffff;
		padding: 20px;
	}
	.auth-form input {
		width: 100%;
	}
	.burger-menu {
		display: none;
	}
	.menu-wrapper.search .burger-menu {
		display: flex;
		padding: 0 15px;
	}
	.contact-container {
		background-color: #fafafa;
	}
	.auth-form h2 {
		padding-bottom: 32px;
		padding-top: 0;
	}
	.auth-form a {
		width: 100%;
		padding-bottom: 20px;
		margin-bottom: 0;
		margin-top: 020px;
	}
	.auth-form a:nth-child(5) {
		display: block;
		background-color: #323030;
		margin-bottom: 15px;
	}
	.main-container h1::after {
		width: 20%;
	}
	.main-about h1 {
		width: 300px;
		font-size: 20px;
	}
	.main-about p:nth-child(2) {
		font-size: 14px;
		padding-top: 30px;
	}
	.main-about p:nth-child(4) {
		font-size: 14px;
		padding-top: 30px;
	}
	.main-about h2 {
		font-size: 18px;
		padding-top: 32px;
	}
	.main-content {
		margin-top: 25px;
	}
	.main-about h1::after {
		width: 45%;
		height: 3px;
		background: #ec3131;
		left: 0.2%;
		top: 110%;
	}
	.main-about h2 {
		font-size: 20px;
	}
	.colection-container {
		height: 100%;
	}
	body {
		background-color: #f6f6f6;
	}
	.current-page {
		display: none;
	}
	.contact-wrapper {
		background-color: #fafafa;
	}
	.nav-logo {
		max-width: 700px;
		border: none;
		position: relative;
		padding: 0 10px;
	}
	.menu {
		max-width: 700px;
	}

	.logos {
		display: none;
	}
	.language-disable {
		color: #ffffff;
	}
	.language-active {
		display: none;
	}
	.logo {
		margin: 0 auto;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.nav-menu {
		display: none;
	}
	.colection-container {
		max-width: 700px;
	}
	.colection {
		margin: 0 auto;
		text-align: center;
	}
	.colection span {
		border: none;
	}
	.colection h1 {
		font-size: 40px;
	}
	.colection h1::before {
		display: none;
	}
	.col-hr {
		display: block;
		margin: 0 auto;
	}
	.col {
		padding-top: 25px;
	}
	.next {
		display: none;
	}
	.prev {
		display: none;
	}
	.btns {
		display: flex;
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 5;
	}
	.top-products {
		max-width: 700px;
		padding-top: 30px;
	}
	.product-links {
		flex-direction: column;
		justify-content: start;
	}
	.product-links div {
		overflow-y: hidden;
		white-space: nowrap;
		width: 100%;
		height: 30px;
	}
	.SunGlasses-Swiper {
		max-width: 700px;
	}
	.swiper-sun {
		padding-top: 28px;
	}
	.products-pagi {
		transform: translateX(43.3%);
	}
	.main-pagi::before {
		content: "";
		display: none;
	}
	.main-pagi::after {
		content: "";
		display: none;
	}
	.brand-container {
		max-width: 700px;
	}
	.brand-container {
		display: none;
	}
	.contact-wrapper {
		padding: 20px;
		margin-top: 0;
	}
	.contact-container {
		flex-direction: column;
		align-items: center;
		height: 150px;
	}
	.contact {
		padding: 10px;
	}
	footer {
		height: 316px;
		margin-bottom: 90px;
	}
	.soc-3 {
		flex-basis: 300px;
	}
	.footer {
		max-width: 700px;
		flex-direction: column;
		justify-content: space-around;
	}
	.main-pic {
		display: none;
	}
	.fullscr-logos {
		display: none;
	}
	.info-container {
		max-width: 700px;
	}
}

@media (max-width: 720px) {
	.main-container {
		max-width: 600px;
		padding: 10px 15px 40px 15px;
	}
	.logo img {
		max-width: 250px;
	}
	.main-container p {
		line-height: 1.6em;
	}
	.main-container p:nth-child(7) {
		display: none;
	}
	.main-container h2:nth-child(6) {
		display: none;
	}
	.logo {
		display: flex;
	}
	.search-btn-resp {
		display: block;
		margin-left: 120%;
	}
	.main-content {
		padding: 15px;
	}
	.main-about h1 {
		color: #323030;
		font-weight: 100;
	}
	.main-about h1::after {
		background: #707070;
		height: 2px;
	}
	.brand-container {
		display: flex;
	}
	.respo-logos {
		display: block;
	}
	.brand-container {
		height: 100px;
		padding-bottom: 15px;
		margin-top: 0;
	}
	.brand-logos:nth-child(1) {
		justify-content: space-around;
	}
	.brand-logos:nth-child(2) {
		justify-content: space-around;
		padding-top: 0;
	}
	.main-logo {
		display: none;
	}
	.resp-main-logo {
		display: block;
	}
	.content-wrapper h1 {
		padding-bottom: 0;
		font-size: 16px;
	}
	.content-wrapper h1::after {
		top: 110%;
		width: 85%;
		height: 2px;
	}
	.content-wrapper p {
		display: none;
	}
	.info-container {
		max-width: 600px;
		padding: 15px;
	}
	.respo-text {
		display: block;
	}
	p {
		line-height: 1.4em;
	}
	.main-wrapper {
		margin-top: 25px;
	}
}
@media (max-width: 550px) {
	.nav-logo img {
		max-width: 164px;
	}
}
