* {
	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";
	background-color: #f6f6f6;
}

.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;
	/* transform: translateX(-50%); */
	color: #ec3131;
	font-size: 10px;
	width: calc(100% - 5px);
	text-align: center;
}

.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: 7vh;
}

.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 a {
	color: #323030;
}

.page-container a {
	position: relative;
	margin-right: 20px;
}

.page-container span:nth-child(2) {
	position: relative;
	color: #ec3131;
	padding-left: 15px;
}

.page-container a: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;
}

.resGradation-wrapper {
	display: none;
}

/* 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  */

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

.swiper {
	width: 100%;
}

.desc .descrip:nth-child(2n + 1) {
	background: #f7f7f7;
}

.desc .descrip:nth-child(2n) {
	background: #fff;
}

.add {
	flex: 1;
	display: flex;
}

.quantity {
	display: flex;
	position: relative;
}

.quantity input {
	width: 44px;
	height: 32px;
	border: 1px solid #d5d5d5;
}

.decrement {
	padding-right: 5px;
}

.increment {
	padding-left: 5px;
}

.decrement1 {
	padding-right: 5px;
}

.increment1 {
	padding-left: 5px;
}

button {
	border: none;
	background: none;
}

input {
	text-align: center;
}

input:focus-visible {
	outline: none;
}

.descrip {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 6px 20px;
}

.descrip p:nth-child(1) {
	font-family: "FiraGO";
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	color: #b0b0b0;
}

.descrip p:nth-child(2) {
	font-family: "FiraGO";
	font-weight: normal;
	font-size: 16px;
	text-align: end;
	color: #323030;
}

.single-product-slide {
	width: 65%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	padding: 20px;
	flex-shrink: 0;
}

.product-description {
	width: 100%;
}
.product-description .desc p {
	display: flex;
	flex-wrap: wrap;
}
.product-description p:nth-child(1) {
	font-size: 20px;
	color: #323030;
	display: flex;
	justify-content: space-between;
}

.product-description p:nth-child(1) .percent {
	color: #db5038;
	font-size: 19px;
}
.product-description p:nth-child(1) .percent::after {
	content: "%";
	color: #db5038;
	font-size: 19px;
}

.product-description hr:nth-child(3) {
	border: none;
	height: 1px;
	background-color: #ec3131;
	margin-top: 16px;
	margin-bottom: 13px;
}

.product-description span {
	/* font-size: 20px; */
	/* font-weight: bold; */
	white-space: normal;
}
.product-description .desc pre {
	white-space: break-spaces;
	font-family: "FiraGO";
	font-size: 16px;
}

.price-heart {
	position: relative;
}

.price-heart .old-price {
	position: absolute;
	left: 65px;
	top: 50%;
	transform: translateY(-50%);
	color: #e1e1e1;
	text-decoration: line-through;
}
.price-heart .old-price::after {
	content: "\20BE";
	color: #e1e1e1;
	text-decoration: line-through;
	font-weight: 300;
}

.price-heart span::after {
	content: "\20BE";
	color: #ec3131;
	font-weight: 100;
}

.product-description hr:nth-child(5) {
	height: 1px;
	background-color: #d5d5d5;
	border: none;
	margin: 16px 0px;
}

.desc p:nth-child(1) {
	font-weight: 500;
	font-size: 16px;
	color: #929292;
}

.desc p:nth-child(3) {
	font-family: "FiraGO";
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #afafaf;
	margin-top: 32px;
	margin-bottom: 92px;
}

.product-description {
	background-color: #fff;
	margin-left: 15px;
	padding: 25px;
	display: flex;
	flex-direction: column;
}

.price-heart {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.price-heart p {
	color: #ec3131;
	font-size: 12px;
}

.product-description .btn-drop {
	width: 100%;
	padding: 15px;
	display: block;
	text-align: center;
	background-color: #ec3131;
	color: #fff;
	align-self: flex-end;
	margin-top: 60px;
}
.product-description .btn-drop.no-active {
	/* opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none; */
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.thumbsSlider-wrapper {
	padding: 0 50px;
	position: relative;
	margin-top: 35px;
}

.thumbsSlider-wrapper svg path {
	stroke: black;
}
.thumbsSlider-wrapper .swiper-wrapper {
	justify-content: center;
}

.mySwiper2 {
	max-width: 800px;
	height: 500px;
}

.mySwiper .swiper-slide {
	width: 100px;
	height: 100px;
	opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
	border: 1px solid #ec3131;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.swiper-button-prev::after {
	display: none;
}

.swiper-button-next::after {
	display: none;
}

.fa-chevron-right {
	font-size: 20px;
	color: #323030;
}

.fa-chevron-left {
	font-size: 20px;
	color: #323030;
}

/* Gradation  */

.gradation-wrapper {
	max-width: 1308px;
	margin: 0 auto;
	margin-top: 21px;
}

.gradation-wrapper h1 {
	font-family: "Myriad GEO Mtavruli";
	font-weight: 500;
	font-size: 16px;
	text-align: left;
	color: #b0b0b0;
}

.right-od {
	margin-top: 37px;
}

.gradation-all--withbase .right-od {
	flex: 0 0 50%;
}

.quan-count {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gradation-all--withbase .quan-count {
	flex-direction: column;
	align-items: flex-start;
}

.gradation-all--withbase .quan-count .bc-right {
	margin-top: 15px;
}

.gradation-all--withbase .quan-count .bc-right .power {
	flex-direction: column;
	align-items: flex-start;
	margin-right: 10px;
}

.gradation-all--withbase .quan-count .bc-right .power label {
	margin-bottom: 5px;
	font-size: 12px;
}

.gradation-all--withbase .quan-count .count {
	margin-top: 25px;
}

.od p {
	font-family: "Myriad GEO Mtavruli";
	font-weight: 500;
	font-size: 14px;
	text-align: left;
	color: #323030;
}

.count {
	display: flex;
	align-items: center;
}

.count p {
	margin-right: 24px;
	font-family: "Myriad GEO Mtavruli";
	font-weight: 500;
	font-size: 14px;
	text-align: left;
	color: #323030;
}

.gradation {
	max-width: 850px;
	background: #ffffff;
	padding: 25px;
}

.gradation img {
	width: 100%;
	margin-top: 20px;
}

.bc-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.power {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bc-right label {
	margin-right: 20px;
}

.current {
	font-family: "FiraGO";
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	color: #afafaf;
}

/* Same Productcion  */

.same-wrapper {
	max-width: 1308px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 200px;
}

.same-wrapper h2 {
	font-weight: 500;
	font-size: 20px;
	text-align: left;
	color: #000;
}

.same {
	display: grid;
	margin-top: 50px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 24px;
}

.card {
	background: #ffffff;
	padding: 15px;
}

.card hr {
	margin: 0 auto;
	width: 50px;
	border: 1px solid #ec3131;
}

.product-img a {
	display: block;
	position: relative;
	height: 0;
	padding-top: 100%;
}

.product-img a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.description {
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	color: #999;
}

.description p:nth-child(1) {
	padding-top: 16px;
}
/* .description p:nth-child(2) {
  padding-top: 16px;
} */

.description a p {
	color: #000;
}

.description p:nth-child(3) {
	padding-top: 13px;
	font-weight: bold;
	font-size: 20px;
	color: #323030;
}

.description p:nth-child(3)::after {
	content: "₾";
	color: #ec3131;
	font-weight: 300;
}

.old-price {
	color: #e1e1e1;
	text-decoration: line-through;
	position: absolute;
	top: 50%;
	left: 10%;
	font-size: 16px;
	transform: translateY(-30%);
}
.old-price::after {
	content: "₾";
	color: #e1e1e1;
	text-decoration: line-through;
	font-weight: 300;
}
@media (max-width: 976px) {
	.same .old-price {
		left: -5px;
	}
}
.description p {
	position: relative;
}

.react {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.react a svg path,
.react button svg path {
	stroke: #db5038;
}

.react a.active svg path,
.react button.active svg path {
	fill: #db5038;
}
.react a,
.react button {
	border: none;
	color: none;
	background: transparent;
	cursor: pointer;
}
.react .percent {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #db5038;
	font-size: 19px;
}
.react .percent::after {
	content: "%";
	color: #db5038;
	font-size: 19px;
}

.heartButton svg path {
	stroke: #db5038;
}
.heartButton.active svg path {
	fill: #db5038;
}
.heartButton.active {
	border: none;
	color: none;
}

/* 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;
}

.gradation-all {
	display: flex;
	flex-direction: column;
}

.gradation-all--withbase {
	flex-direction: row;
}

.checkbox {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	width: 100%;
}

.checkbox input {
	appearance: none;
	position: absolute;
	opacity: 0;
}

.checkbox input:checked ~ .checkmark::after {
	background-color: red;
}

.checkmark {
	width: 16px;
	height: 16px;
	border: 1.5px solid #ec3131;
	margin-right: 5px;
	border-radius: 50%;
	position: relative;
}

.checkmark::after {
	content: "";
	position: absolute;
	display: block;
	width: 70%;
	height: 70%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.checkmark-title {
	font-size: 14px;
	opacity: 0.8;
}
.nice-select {
	min-width: 110px;
}
.nice-select .list {
	max-height: 450px;
	overflow: auto;
}

/* Media  */

@media (max-width: 1346px) {
	.burger-menu {
		max-width: 970px;
	}
	.nav-logo {
		max-width: 970px;
	}
	.menu {
		max-width: 970px;
	}
	.same-wrapper {
		max-width: 970px;
	}
	.gradation-wrapper {
		max-width: 970px;
	}
	.gradation {
		max-width: 630px;
	}
	.page-container {
		max-width: 970px;
	}
	.main-container {
		max-width: 970px;
	}
	.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%;
	}
	.mySwiper2 {
		/* height: 700px; */
	}
	.gradation-all--withbase .quan-count .bc-right {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px;
	}
	.gradation-all--withbase .quan-count .bc-right .power {
		margin: 0;
		margin-bottom: 10px;
	}
	.price-heart .old-price {
		position: static;
		transform: none;
	}
}

@media (max-width: 976px) {
	.burger-menu button {
		width: 80px;
	}
	.burger-menu {
		display: none;
	}
	.menu-wrapper.search .burger-menu {
		display: flex;
		padding: 0 15px;
	}
	.same-wrapper {
		max-width: 700px;
	}
	.same {
		justify-content: space-between;
	}
	.main-container {
		max-width: 700px;
		padding-bottom: 45px;
		flex-direction: column;
	}
	.gradation {
		max-width: 700px;
		margin: 0 auto;
	}
	.mySwiper2 {
		height: 300px;
	}
	.product-description {
		margin: 0;
		margin-top: 15px;
	}
	.single-product-slide {
		width: 100%;
	}
	.reg-pic {
		display: none;
	}
	.auth-form {
		flex-basis: 100%;
		background-color: #ffffff;
		padding: 20px;
	}
	.auth-form input {
		width: 100%;
	}
	.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;
	}
	.mySwiper .swiper-slide {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 720px) {
	.same {
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
	}
	.same-wrapper {
		padding: 15px;
		max-width: 600px;
		margin-bottom: 50px;
		margin-top: 20px;
	}
	.gradation-wrapper {
		padding: 15px;
		max-width: 600px;
		margin-bottom: 30px;
		margin-top: 15px;
	}
	.gradation-all--withbase {
		flex-direction: column;
	}
	.gradation-all--withbase .quan-count .bc-right {
		grid-template-columns: 1fr;
	}
	.gradation-all--withbase .quan-count .bc-right .power {
		flex-direction: row;
		align-items: center;
		margin: 0;
		margin-bottom: 10px;
	}
	.gradation-all--withbase .quan-count .bc-right .power label {
		font-size: 14px;
		white-space: nowrap;
	}
	.quan-count {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}
	.nice-select {
		flex-grow: 1;
	}
	.checkbox-title {
		font-size: 14px;
	}
	.resGradation-wrapper h1 {
		font-family: "Myriad GEO Mtavruli";
		font-weight: 500;
		font-size: 16px;
		text-align: left;
		color: #b0b0b0;
	}
	.resGradation-wrapper {
		padding: 15px;
		display: block;
	}
	.count {
		justify-content: space-between;
		margin-top: 25px;
		width: 100%;
	}
	.bc-right {
		margin-top: 15px;
		width: 100%;
		flex-direction: column;
	}
	.nice-select {
		width: 80%;
	}
	.gradation p:nth-child(6) {
		margin-top: 20px;
	}
	.gradation p {
		font-family: "Myriad GEO Mtavruli";
		font-weight: 500;
		font-size: 14px;
		text-align: left;
		color: #323030;
	}
	.gradation p:nth-child(2) {
		margin-top: 20px;
	}
	.main-container {
		max-width: 600px;
		padding: 0px 15px 40px 15px;
	}
	.logo img {
		max-width: 250px;
	}
	.main-container p {
		line-height: 1.6em;
	}
	.swiper-button-next {
		display: none;
	}
	.swiper-button-prev {
		display: none;
	}
	.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;
	}
	.thumbsSlider-wrapper {
		padding: 0;
	}
}

@media (max-width: 570px) {
	.card {
		height: fit-content;
	}
	.description p:nth-child(1) {
		padding-top: 15px;
	}
	.description p:nth-child(3) {
		font-size: 14px;
	}
	.disabled {
		font-size: 12px;
		padding: 0;
	}
}
.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;
}
@media (max-width: 450px) {
	.nav-logo {
		height: 68px;
	}
	.mySwiper2 {
		height: 180px;
	}
	.mySwiper {
		padding: 10px 20px;
		height: 80px;
	}
	.logo {
		display: flex;
	}
	.swiper-button-next::after {
		display: none;
	}
	.swiper-button-prev::after {
		display: none;
	}
	.resp-search {
		display: inline-block;
		flex-basis: 30%;
		text-align: center;
	}
	.main-logoo {
		flex-basis: 70%;
		text-align: end;
	}
	.main-logoo img {
		max-width: 166px;
	}
}

@media (max-width: 370px) {
	.main-logoo {
		flex-basis: 75%;
	}
}

@media (max-width: 330px) {
	.main-logoo {
		flex-basis: 90%;
	}
}
@media (max-width: 550px) {
	.nav-logo img {
		max-width: 164px;
	}
}
