/* Start Main Rulez */
@font-face {
	font-family: 'RobotoCondensed';
	src:
		url('../../asets/font/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
	font-optical-sizing: auto;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--color1: #ce171d;
	--color2: #000b54;
}

:root {
	--font-15: 82px;
	--font-14: 75px;
	--font-13: 69px;
	--font-12: 62px;
	--font-11: 56px;
	--font-10: 53px;
	--font-9: 45px;
	--font-8: 38px;
	--font-7: 32px;
	--font-6: 27px;
	--font-5: 23px;
	--font-4: 19px;
	--font-3: 16px;
	--font-2: 14px;
	--font-1: 12px;
}

body {
	font-family: "RobotoCondensed", serif;
}

.contener {
	width: 1300px;
	margin: auto;
}

.onteaner-cont {
	width: 1000px;
	margin: auto;
}

.clearfix {
	clear: both;
}

/* End Main Rulze*/

/* Start Newos */

.newos {
	background: var(--color1);
	width: 100%;
	height: 5vh;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	z-index: 1;
}

.newos h3 {
	color: #fff;
	font-style: var(--font-2);
	font-weight: 400;
}

/* End Newos */

/* Start Nav */

nav {
	width: 100%;
	height: 6vh;
	background-color: rgb(250, 250, 250);
	display: flex;
	align-items: center;
	z-index: 20;
}

.nav-small {
	position: fixed;
	top: 0;
	height: 6vh;
}

nav ul {
	list-style: none;
	margin-left: 1%;
	float: left;
	height: auto;
	margin-top: 5px;
}

nav ul a {
	text-decoration: none;
	color: rgb(130, 130, 130);
	font-weight: bold;
	font-size: var(--font-2);
	margin: 0 10px;
	position: relative;
	padding-bottom: 5px;
}

nav ul a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #000;
	transition: width 0.3s ease;
}

nav ul a:hover::before {
	width: 100%;
}

.icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	fill: none;
	stroke-width: 1.5px;
}

nav .social {
	float: right;
	overflow: hidden;
	margin-right: 1%;
}

nav .social a {
	color: #000;
	text-decoration: none;
	margin: 0 6px;
	overflow: hidden;
}

nav .social a img {
	width: 20px;
}

nav .social .lang {
	font-weight: bolder;
	font-size: var(--font-2);
	margin-left: 20px;
}

/* End Nav */

/* Start Header */

header {
	width: 100%;
	height: 7vh;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #fff;
	z-index: 20;
	border-bottom: 1px solid #ccc;
}

.header-small {
	position: fixed;
	margin-top: 0.40%;
}

header .logo {
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-size: var(--font-6);
	font-weight: bolder;
	margin-left: 1%;
	margin-top: .5%;
}

header .nav {
	float: left;
	margin-left: 15%;
	display: flex;
	align-items: center;
}

header .nav a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: var(--font-2);
	position: relative;
	padding-bottom: 2px;
	margin: 0 20px;
}

header .nav a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #000;
	transition: width 0.3s ease;
}

header .nav a:hover::before {
	width: 100%;
}

header .cont_coll:hover .mun_coll {
	display: block;
}

header .cont_coll {
	margin-top: 2%;
	padding-bottom: 2%;
}

header .fit_coll {
	margin-top: 2%;
	padding-bottom: 2%;
}

header .fit_coll:hover .mun_fit {
	display: block;
}

header button {
	float: right;
	border: none;
	outline: none;
	background: none;
	margin-right: 5%;
	cursor: pointer;
	margin-top: 1%;
}

header button i {
	font-size: var(--font-5);
}

.mun_coll {
	width: 100%;
	height: 50vh auto;
	position: fixed;
	background: #fff;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	overflow: hidden;
	left: 0;
	top: 7.5%;
	transition: .7s ease;
	display: none;
	z-index: 6;
}

.mun_coll .wordLink {
	width: 40%;
	height: auto;
	float: left;
	margin-top: 1%;
}

.mun_coll .wordLink ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mun_coll .wordLink ul li {
	margin: 20px 0;
}

.mun_coll .wordLink ul a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	margin: 0;
}

.mun_coll .imgColl {
	width: 40%;
	height: 55vh;
	float: right;
	overflow: hidden;
	position: relative;
	margin-top: 2vh;
	margin-bottom: 2vh;
	border-radius: 25px;
}

.mun_coll .imgColl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mun_coll .imgColl .imgword {
	position: absolute;
	top: 0;
	margin-top: 50%;
	margin-left: 5%;
}

.mun_coll .imgColl .imgword h2 {
	color: #fff;
	font-size: 30px;
}

.mun_coll .imgColl .imgword p {
	text-transform: uppercase;
	color: #fff;
	margin-top: 4%;
}



.mun_fit {
	width: 100%;
	height: 50vh auto;
	position: fixed;
	background: #fff;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	overflow: hidden;
	margin-top: 1%;
	left: 0;
	transition: .7s ease;
	display: none;
	z-index: 6;
	padding-bottom: 1%;
}

.mun_fit .wordLinkfit {
	width: 40%;
	height: auto;
	float: left;
	margin-top: 1%;
}

.mun_fit .wordLinkfit ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mun_fit .wordLinkfit ul li {
	margin: 20px 0;
}

.mun_fit .wordLinkfit ul a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	margin: 0;
}

.mun_fit .imgColl {
	width: 40%;
	height: 60vh;
	float: right;
	overflow: hidden;
	position: relative;
	border-radius: 25px;
	margin-top: 1%;
}

.mun_fit .imgColl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.mun_fit .imgColl .imgword {
	position: absolute;
	top: 0;
	margin-top: 55%;
	margin-left: 5%;
}

.mun_fit .imgColl .imgword h2 {
	color: #fff;
	font-size: 30px;
}

.mun_coll,
.mun_fit .imgColl .imgword p {
	text-transform: uppercase;
	color: #fff;
	margin-top: 5%;
}

.munio {
	display: none;
}

.mun {
	display: none;
}

.mun1 {
	display: none;
}

.mun2 {
	display: none;
}

/* End Header */

/* Start Search */

.searchdiv {
	width: 100%;
	height: 70vh;
	padding-bottom: 5vh;
	border-bottom: 1px solid #ccc;
	position: fixed;
	z-index: 30;
	background: #fff;
	overflow: hidden;
	transform: translateX(100%);
	transition: transform .5s ease;
	top: 0;
}

.searchdiv .searchinput {
	width: 100%;
	height: 8vh;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.searchdiv .searchinput .search {
	font-size: var(--font-5);
	margin-left: 3%;
}

.searchdiv .searchinput input {
	margin-left: 2%;
	width: 75%;
	height: 80%;
	font-size: 20px;
	border: none;
	outline: none;
	color: #000;
}

.searchdiv .searchinput .x_search {
	font-size: var(--font-3);
	cursor: pointer;
	margin-left: 8%;
	transition: transform 0.4s ease-in-out;
}

.searchdiv .searchinput .x_search:hover {
	transform: rotate(90deg);
}

.searchdiv .searchresolt {
	width: 100%;
	height: auto;
	margin-top: 3%;
	overflow: hidden;
}

.searchdiv .searchresolt h4 {
	width: 30%;
	text-transform: uppercase;
	font-size: var(--font-4);
	margin-left: 3%;
	padding-bottom: .5%;
	border-bottom: 1px solid #eee;
}

.searchdiv .searchresolt ul {
	list-style: none;
	padding: 0;
	margin-left: 3%;
}

.searchdiv .searchresolt ul li {
	margin-top: 3%;
}

.searchdiv .searchresolt ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-size: var(--font-3);
}

/* End Serach */


/* Start all_pro */

.all_pro {
	width: 100%;
	height: auto;
	position: relative;
}

.all_pro h1 {
	padding-top: 1%;
	padding-bottom: 2%;
	font-size: var(--font-6);
	margin-left: 5%;
}

.filters {
	width: auto;
	height: auto;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
	display: flex;
	align-items: center;
	transition: 0.1s ease;
}

.filters-small {
	width: 74.20%;
	position: fixed;
	top: 13.80vh;
	z-index: 20;
	border-left: 1px solid #eee;
}

.filters .filt {
	float: left;
	width: 20%;
	height: 8vh;
	border: none;
	outline: none;
	background: none;
	border-right: 1px solid #eee;
	text-transform: uppercase;
	font-size: var(--font-1);
	cursor: pointer;
	display: flex;
	align-items: center;
	padding-left: 2%;
}

.filters .filt svg {
	width: var(--font-2);
	margin-right: 5px;
}

.filters .filt i {
	margin-left: 10px;
	font-size: var(--font-1);
}

.filters .sort {
	float: right;
	width: 15%;
	height: 8vh;
	border: none;
	outline: none;
	background: none;
	border-left: 1px solid #eee;
	text-transform: uppercase;
	cursor: pointer;
	margin-left: 75%;
	padding-left: 2%;
	display: flex;
	align-items: center;
	font-size: var(--font-1);
}

.filters .sort i {
	margin-left: 10px;
	font-size: var(--font-1);
}

.all_pro .munfilter {
	width: 19%;
	height: 250vh;
	float: left;
	overflow-x: auto;
	display: none;
	position: absolute;
	z-index: 1;
	background-color: #fff;
	padding-top: 2%;
	padding-left: 20px;
}

.all_pro .munfilter::-webkit-scrollbar {
	display: none;
}

.munfilter .fit1 {
	width: 100%;
	height: auto;
}

.munfilter .fit1 h3 {
	width: 100%;
	padding-top: 3%;
	padding-bottom: 2%;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	font-size: var(--font-2);
}

.munfilter .fit1 ul {
	list-style-type: none;
	padding: 0;
}

.munfilter .fit1 ul li {
	margin: 15px 0;
	display: flex;
	align-items: center;
	font-size: var(--font-2);
}

.munfilter .fit1 ul li button {
	width: 13px;
	height: 13px;
	background: none;
	outline: none;
	border: 1.5px solid #000;
	cursor: pointer;
	margin-right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.munfilter .fit1 ul li button i {
	display: none;
	font-size: 5px;
	font-weight: bold;
}

.filters .mun_sort {
	background: #fff;
	position: absolute;
	z-index: 3;
	right: 13%;
	top: 100%;
	width: 15%;
	border: 1px solid #ccc;
	display: none;
}

.filters .mun_sort ul {
	list-style: none;
	padding: 0;
}

.filters .mun_sort ul a {
	text-decoration: none;
	color: #000;
	width: 100%;
	display: inline-block;
	font-size: var(--font-2);
	padding: 7px 10px;
}

.filters .mun_sort ul a:hover {
	background: rgba(221, 221, 221, 0.342);
}

.all_pro .allCards {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	right: 0;
	overflow: hidden;
}

.all_pro .allCards .conteCard {
	display: flex;
	justify-content: flex-start;
	padding-bottom: 2%;
	gap: 25px;
}

.all_pro .allCards .card {
	width: 30%;
	height: 60vh;
	text-align: center;
	border: 1px solid #eee;
	padding-bottom: 50px;
	overflow: hidden;
	position: relative;
}

.all_pro .allCards .shomo {
	height: auto;
	padding: 0;
	position: relative;
	text-align: center;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.all_pro .allCards .shomo .sho {
	height: 100%;
}

.all_pro .allCards .shomo a {
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	margin-left: 30%;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 20px;
	border: 1px solid #fff;
	border-radius: 50px;
	margin-top: 35vh;
	font-weight: 200;
	font-size: var(--font-2);
}

.all_pro .allCards .card:hover .size {
	transform: translateX(0);
}

.all_pro .allCards .card .insta,
.restock {
	background: rgb(255, 143, 171);
	position: absolute;
	width: auto;
	height: auto;
	right: 0;
	display: flex;
	align-items: center;
	font-size: var(--font-2);
	color: #fff;
	cursor: pointer;
	padding: 3px 4px;
}

.all_pro .allCards .card .insta i {
	padding-right: 3px;
}

.all_pro .allCards .card .restock {
	background-color: #000;
	transform: translateX(0);
	width: auto;
	margin-top: 5vh;
	font-size: var(--font-2);
	text-transform: uppercase;
}

.all_pro .allCards .card .size {
	background: rgba(250, 250, 250, 0.70);
	position: absolute;
	width: 100%;
	height: 8% auto;
	transform: translateX(100%);
	align-items: center;
	font-size: 16px;
	margin-top: -40px;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	margin-top: -23%;
	transition: 0.7s ease;
}

.all_pro .allCards .card .size button {
	border: 1px solid #ccc;
	background: #fff;
	outline: none;
	padding: 5px 8px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	font-size: var(--font-2);
}

.all_pro .allCards .card img {
	width: 100%;
	height: 95%;
}

.all_pro .allCards .shomo .sho {
	height: 100% auto;
	object-fit: cover;
}

.all_pro .allCards .card p {
	font-size: var(--font-3);
	width: 90%;
	margin: auto;
	padding-top: 10px;
}

.all_pro .allCards .card .price {
	font-size: var(--font-2);
	color: rgb(130, 130, 130);
	padding: 0;
	padding-top: 7px;
}

.all_pro .allCards .load {
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
	padding: 11px 20px;
	border-radius: 50px;
	margin-left: 45%;
	display: inline-block;
	margin-top: 1vh;
	font-size: var(--font-2);
}

/* End all_pro */
/* Start Info */

.info {
	width: 100%;
	height: auto;
	background: #eee;
	bottom: 0;
	margin-top: 2%;
	overflow: hidden;
	padding-bottom: 2.5vh;
}

.info .imgein {
	float: left;
	width: 40%;
	height: 100vh;
	margin-top: 2.5vh;
	overflow: hidden;
	border-radius: 25px;
	margin-left: 10%;
}

.info .imgein img {
	width: 100%;
	height: 100%;
	opacity: cover;
}

.info .words {
	float: left;
	width: 40%;
	height: 100vh;
	margin-left: 5%;
}

.info .words span {
	color: #000;
	text-transform: uppercase;
	font-size: var(--font-4);
	margin-top: 10%;
	display: inline-block;
}

.info .words h2 {
	width: 60%;
	font-size: var(--font-8);
	margin-top: 3%;
}

.info .words p {
	width: 55%;
	font-size: var(--font-5);
	margin-top: 2%;
}

.info .words a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #000;
	padding: 11px 18px;
	border-radius: 50px;
	display: inline-block;
	margin-top: 3%;
	margin-bottom: 2%;
}

/* Start Info */


/* Start Footers */

footer {
	background-color: #000;
	color: #fff;
	width: 100%;
	height: 85vh auto;
	overflow: hidden;
}

footer h3 {
	font-size: var(--font-7);
	text-transform: uppercase;
	padding-top: 5%;
	margin-left: 2%;
}

footer .footCard {
	width: 97%;
	overflow: hidden;
	margin-left: 2%;
}

footer .footCard .card {
	width: 25%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 3%;
}

footer .footCard .card h4 {
	color: #fff;
	font-size: var(--font-4);
	text-transform: uppercase;
}

footer .footCard .card a {
	text-decoration: none;
	color: #eee;
	font-size: var(--font-3);
	text-transform: uppercase;
	display: inline-block;
	margin-top: 15px;
	transition: .5s ease;
}

footer .footCard .card a:hover {
	color: var(--color1);
}

footer .social {
	overflow: hidden;
	margin-top: 5%;
	margin-left: 35px;
}

footer .social h4 {
	font-size: var(--font-4);
	padding-bottom: 20px;
}

footer .social a {
	text-decoration: none;
	margin-right: 15px;
	transition: .5s ease;
}

footer .inp {
	margin-top: 4%;
	margin-left: 3%;
	position: relative;
	height: auto;
}

footer .inp .langbox {
	border: 1px solid rgba(250, 250, 250, 0.25);
	background-color: #000;
	width: 18%;
	height: auto;
	list-style: none;
	padding: 0.50% 1%;
	position: absolute;
	margin-top: -8%;
	display: none;
	z-index: 1;
}

footer .inp .langbox a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	margin-top: 5%;
	margin-bottom: 5%;
	font-size: var(--font-2);
}

footer .inp .langbox .legnow {
	border-bottom: 1px solid #828282;
}

footer .inp button {
	border: 1px solid #828282;
	outline: none;
	background: none;
	color: #fafafa;
	padding: 12px 20px;
	border-radius: 50px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: var(--font-2);
	display: flex;
	align-items: center;
}

footer .inp button i {
	margin-left: 7px;
	float: right;
}

.copyr {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 30px;
	width: 100%;
}

.copyr p {
	float: left;
	color: #eee;
	font-size: var(--font-2);
	text-transform: uppercase;
	margin-left: 3%;
}

.copyr p i {
	margin-right: 5px;
}

.copyr a {
	float: left;
	text-decoration: none;
	color: #eee;
	font-size: var(--font-2);
	margin-left: 1.5%;
	transition: .5s ease;
}

.copyr a:hover {
	color: var(--color1);
}

footer .doorcach {
	width: auto;
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: start;
	align-items: center;
	margin-left: 60%;
}

footer .doorcach li {
	margin: 0 5px;
}

/* End Footers */