@import url("https://p.typekit.net/p.css?s=1&k=afa7wjl&ht=tk&f=139.140.175.176&a=85869313&app=typekit&e=css");

@font-face {
font-family:"proxima-nova-bold";
src:url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova-bold-italic";
src:url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova";
src:url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova-italic";
src:url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;
}
@keyframes fade {
	0% {
	  opacity: 0;
	  transform: translate(0, 3rem);
	}
	100% {
	  opacity: 1;
	  transform: translate(0, 0);
	}
  }
  @media (prefers-reduced-motion: no-preference) {
	/* .in-view {
		animation: fade 1s 0.5s both;
	}
   */
	.not-in-view {
	  opacity: 0;
	}
  }



h1,
h2,
h3,
h4,
h5, {
	font-family: "proxima-nova-bold";
}



/* blogs overview.css */
@keyframes fade {
    0% {
    opacity: 0;
    transform: translate(0, 3rem);
    }
    100% {
    opacity: 1;
    transform: translate(0, 0);
    }
    }
    @media (prefers-reduced-motion: no-preference) {
    .in-view {
    animation: fade 0.6s 0.5s both;
    }
    
    .not-in-view {
    opacity: 0;
    }
    }
  .card-para-2 svg {
    width: 18px;
    margin-top: -3px;
    margin-left: 14px !important;
}
p.card-para-2 {
    color: #C5A47E;
    font-family: 'proxima-nova-bold';
}
  .blogs-img{
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; /* Optional: Fixed background, can be removed if not needed */
    background-position: center center;
  }
  .blogs-img-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  }
  .carousel-container {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
  }
  .carousel-text {
    position: absolute;
    left: 50;
    bottom: 0; 
    width: 100%; 
    color: #fff; 
    box-sizing: border-box;
    /* transition: background 0.3s ease;  */
    bottom: 35px;
  }
  
  .blog-text-1{
    font-size: 17px;
    font-family: 'proxima-nova-bold';
    letter-spacing: 0.5px;
  
  }
  .blog-text-2{
    font-family: 900;
    font-family: 'proxima-nova-bold';
  }
  .blogs-btn{
    height: 32px !important;
    width: 130px;
    box-shadow: 0px 15px 34px #0000002E;
    border-radius: 40px;
    background: #C5A47E;
    border: 0px;
    font-size: 9px;
    text-transform: uppercase;
    font-family: 'proxima-nova';
    font-weight: 700;
    letter-spacing: 0.96px;
    text-transform: capitalize;
    color: #ffff;
    margin-top: 7px;
    margin-bottom: 25px;
  }
  .blog-next{
    width: 7%;
    margin-left: 5px;
  }
  .blog-prew{
    width: 7%;
    transform: rotate(180deg) !important;
    margin-right: 5px;
    opacity: 2.3;
    color: #ffff;
  }
  .blog-arrow-12{
    text-decoration: none;
    color: white;
    font-size: 12px;
    letter-spacing: 4px;
    cursor: pointer;
  }
  .blog-arrow-1{
    text-decoration: none;
    color: white;
    margin-left: 20px;
    font-size: 12px;
    letter-spacing: 4px;
    cursor: pointer;
  }
  
  .card-img-topp{
    height: 240px;
    width: 100%;
    object-fit: cover;
  }
  .text-911{
    color:#7C7C7C ;
    font-size: 13px;
    letter-spacing: 0px;
  }
  .text-922{
    letter-spacing: 0px;
  text-transform: capitalize;
    color: #000000;
    font-size: 17px;
    font-family: proxima-nova-bold;
    font-weight: 900;
    height: 60px;
    margin-bottom: 50px !important;
  }
  .card-991{
    height: 220px !important;
    padding: 16px;
  }
  .text-9445{
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-family: proxima-nova-bold;
    cursor: pointer;
    margin-bottom: 25px !important;
    text-decoration-line: underline;
  }
  .card-body:hover{
    .text-9445{
    color:white;
    }
  }
  .changee{
    padding-bottom: 100px !important;
    padding-top: 1000px !important;
  }
  .card {
    border: none !important; /* or border: 0; */
  }
  
  @media (max-width: 480px) {
  .blogs-img{
    object-fit: cover;
  }
  
  }






/* navbar */
.navs-height {
	height: 50px;
}
.nav-bg {
	background-color: black;
}
.logo-logo {
	width: 150px;
}
.navbar-nav {
	padding-left: 50px;
}
.text-001 {
	font-size: 14px !important;
	text-transform: capitalize;
	text-align: right;
	letter-spacing: 0px;
	color: #ffffff !important;
	text-transform: capitalize;
	opacity: 1;
	font-family: "gilroy", sans-serif;
}
.orion-drop {
	text-decoration: none;
	font-weight: 800;
	padding: 0px;
	color: white;
}
.text-001:hover {
	color: gray !important;
}
.magnify-icon {
	width: 25px;
	height: 18px;
	padding-right: 5px;
	color: #000000;
}
.text-011 {
	font-weight: bold;
	color: #000000;
}
.icon-01 {
	width: 25px;
	height: 18px;
}
.dropdown-small {
	position: absolute;
	/*top: 40px;*/
	right: -60px;
}
.dropdown-content {
	display: none !important;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: center;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
    z-index: 2;
}

.hover_display_link:hover img.icon-01 {
    rotate: 180deg;
    position: relative;
    top: -0px;
}

.hover_display_link:last-child img.icon-01 {
    position: relative;
    top: -2px;
}


.bg-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.banner {
	width: 100%;
	height: 40vh;
	object-fit: cover;
	/* filter: blur(4px);
	-webkit-filter: blur(4px); */
}

.bg-image:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    left: 0px;
    right: 0px;
    opacity: 0.5;
    margin: 0px;
}

.bg-text {
	top: 32%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	z-index: 1;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
}
.bac-text-1 {
	font-size: 80px;
    font-weight: bold;
    font-family: "proxima-nova-bold";
    text-transform: capitalize;
}
.bac-text-1.is-visible{
  animation-name: bounce;
  animation-duration: 2s;
}
.bac-text-2 {
	font-size: 14px;
	letter-spacing: 0px;
	font-family: "proxima-nova";
}
.bac-text-2.is-visible{
  animation: fadeInUp; 
  animation-duration: 2s; 
  }
.placeholder {
	font-family: "gilroy", sans-serif;
}
.search-flex-container {
	padding: 9px;
	border-radius: 15px;
}

.search-text-container {
	display: flex;
	flex-direction: row;
	margin-right: 50px;
	align-items: center;
}

.search-text {
	font-weight: 500;
	margin-left: 20px;
	width: 400px;
	height: 20px;
	font-size: 14px;
	outline: none;
	border: none;
	font-family: "proxima-nova";
}

img.search-icon {
    width: 15px;
}

.text-line-1 {
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	font-family: "gilroy", sans-serif;
}
.card {
	border: none;
	outline: none;
}
.button-card {
	border: none;
    outline: none;
    font-size: 15px;
    color: white;
    background-color: #ac7ef0;
    padding: 6px 15px;
    font-family: "proxima-nova";
    letter-spacing: 0.8px;
    width: 160px;
    height: 40px;
    margin-bottom: 10px;
}
.card-para-1 {
	color: #464646;
    font-size: 16px;
    letter-spacing: 0.9px;
    font-family: "proxima-nova";
    opacity: 0.7;
    line-height: 26px;
}

.card-title {
	color: #000000;
	font-size: 28px;
	font-family: "proxima-nova";
	letter-spacing: 1.7px;
	color: #000000;
	opacity: 1;
	padding-top: 1em;
}
.card-title-diff {
	margin-top: 75px;
}
.card-para-2 {
	letter-spacing: 0.9px;
    color: #000000;
    opacity: 1;
    font-size: 15px;
    font-weight: 550;
    font-family: "proxima-nova";
}
.card-arrow {
	width: 11%;
	border: none;
	outline: none;
	background-color: white;
}
/* for navbar */
.grey {
	background-color: rgb(46, 45, 45);
	padding: 20px;
    margin-top: 0px !important;
}

.nam {
	display: inline-block;
}

.text-90 {
	text-align: left;
	font: normal normal normal 15px/35px Gilroy-SemiBold;

	color: #ffffff;
	opacity: 1;
}

.text-91 {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	opacity: 1;
}

.image-91 {
    width: 180px;
    height: 60px;
    margin-top: 20px;
}

/* for responsive */
@media (max-width: 576px) {
	.bac-text-1 {
		font-size: 46px;
	}
	.bac-text-2 {
		font-size: 16px;
		text-align: center;
		padding: 0 20px;
	}
	.text-line-1 {
		font-size: 16px;
		margin-top: 8px !important;
	}
	.img-line-1 {
		width: 90%;
	}
	.search-flex-container {
		padding: 7px;
	}
	.search-text-container {
		margin-right: 20px;
	}
	.search-text {
		font-weight: 400;
		margin-left: 15px;
		width: 280px;
		height: 20px;
		font-size: 10px;
	}
	/* .navbar-brand {
		padding-left: 10px;
	} */
	.text-header,
	.text-011 {
		margin-top: 30px;
	}
	.image-gift {
		display: none;
	}
	.button-012 {
		margin-bottom: 15px;
	}
	.text-001 {
		text-align: right;
		letter-spacing: 0px;
		color: black !important;
		text-transform: capitalize;
		opacity: 1;
	}
	.navbar {
		background-color: black;
		padding-bottom: 200px;
	}
	.footer-1 p {
		font-size: 15px;
		font-family: "proxima-nova";
		line-height: 28px;
	}

	.footer-last {
		font-size: 14px;
	}
	/* .lastt{
		width:5%;
	} */

	.text-91 {
		margin-top: -16px;
		font-size: 12px !important;
	}
}
.dropdowns-cont {
	display: flex;
	flex-direction: row;
	padding: 0;
	align-items: center;
	min-width: 400px;
}
.watermark-container {
  /* margin-top: 60px; */
  height: 23vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 0px !important;
}

.watermark-text {
  font-size: 120px;
  color: rgba(180, 180, 180, 0.09);
  position: relative;
  letter-spacing: 10px;
  font-weight: 900;
}


/* .dropdowns-cont2 {
	display: none;
	flex-direction: row;
	padding: 0;
	align-items: center;
} */

@media (max-width: 991px) {
	.navbar-brand {
		padding-left: 0;
	}
}

@media (max-width: 630px) {
	.dropdowns-cont {
		display: none;
	}
	.dropdowns-cont2 {
		display: flex;
	}
}
.hello {
	padding-bottom: 70px;
}
.card-hafsa {
	margin-bottom: 40px;
}

@media (max-width: 567px) {
	.card-hafsa {
		width: 100%;
	}
}


/************************************************New css********************************/

.navbar-expand-lg .navbar-collapse{
	justify-content: flex-end !important;
}

.text-001 {
	text-align: right;
	letter-spacing: 0px;
	color: white;
	text-transform: capitalize;
	opacity: 1;
	font-family: "proxima-nova" !important;
  font-size: 16px !important;
}


.wrap_other_retail {
    /* border-left: 1px solid #fff !important; */
    padding-left: 12px !important;
    margin-left: 5px !important;
    line-height: 20px;
}

h4.brands_heading {
    font-size: 30px;
}


.last-footer-wraps p {
    margin-bottom: 5px;
}

.footer-1 p {
		font-size: 15px;
		font-family: "proxima-nova";
		line-height: 28px;
	}

@media screen and (min-width: 768px) {
.logo_footer {
    margin-top: 20px;
}

.last-footer-wraps{
	position: relative;
}
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
	h4.brands_heading {
	    font-size: 20px;
	}
}

@media only screen and (min-width: 375px) and (max-width: 576px) {
	h4.brands_heading {
	    font-size: 30px;
	}
}

@media only screen and (min-width: 280px) and (max-width: 576px) {
a.text-orion {
    font-size: 15px;
    color: #fff;
}

img.icon-01:hover{
	top:  0px;
}

nav.navbar.navbar-expand-lg.nav-bg.navbar-light {
    padding: 0px !important;
}

.navbar-brand {
    min-width: 130px;
    display: block;
}
.container-fluid.d-flex.align-items-center.navs-height.header_wrpas-items {
    padding-top: 15px;
    padding-bottom: 15px;
}

.dropdowns-cont2.d-flex.flex-column.d-sm-none {
    position: relative;
    left: 10px;
}

.text-001{
	color: #fff !important;
}

.banner {
    width: 100%;
    height: 40vh;
    object-fit: cover;
}
.bg-text{
	top: 30%;
	width: 95%;
}

.search-text{
	width: 220px;
}

/* .card-body{
	padding: 32px 32px !important;
} */

.card-para-1{
	font-size: 14px;
}

.card-title{
	font-size: 24px;
	padding-top: 12px;
}

.card-para-2{
	font-size: 14px;
}
}

@media only screen and (min-width: 577px) and (max-width: 767px) {

	.container {
    max-width: 90% !important;
}

	.banner {
		height: 40vh;
	}

	.bac-text-1{
		font-size: 45px;
	}

	a.text-orion {
    font-size: 15px;
    color: #fff;
}

img.icon-01:hover{
	top:  0px;
}

nav.navbar.navbar-expand-lg.nav-bg.navbar-light {
    padding: 0px !important;
}

.navbar-brand {
    min-width: 130px;
    display: block;
}
 .container-fluid.d-flex.align-items-center.navs-height.header_wrpas-items {
    padding-top: 15px;
    padding-bottom: 15px;
} 

.dropdowns-cont2.d-flex.flex-column.d-sm-none {
    position: relative;
    left: 10px;
}

.text-001{
	color: #fff !important;
}

.banner {
    width: 100%;
    object-fit: cover;
}
.bg-text{
	top: 33%;
	width: 80%;
}

.search-text{
	width: 220px;
}

/* .card-body{
	padding: 32px 32px !important;
} */

.card-para-1{
	font-size: 14px;
}

.card-title{
	font-size: 24px;
	padding-top: 12px;
}

.card-para-2{
	font-size: 14px;
}


}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.button-card{
		font-size: 16px;
	}

.bac-text-1{
	text-align: center;
	font-size: 70px;
}
.bac-text-2{
	font-size: 16px;
}

.search-text{
	font-size: 16px;
}
.bg-text{
	width: 77%;
	margin-top: 0px auto;
}

.search-text{
	width: 300px;
}

.card-para-1{
	font-size: 16px;
}

.card-title{
	font-size: 30px;
}


.card-para-2{
	font-size: 17px;
}


}









@media screen and (min-width: 1500px) {
.header_wrpas-items {
    width: 95% !important;
}

.card-para-1{
	font-size: 17px;
}

.card-title{
	font-size: 30px;
}

.card-para-2{
	font-size: 17px;
}

.bac-text-2{
	font-size: 16px;
}
}

@media screen and (min-width: 1800px) {

	.wrap_other_retail {
    padding-left: 21px !important;
    margin-left: 15px !important;
}

.header_wrpas-items {
    width: 90% !important;
}

ul.navbar-nav.d-flex.justify-content-between.align-items-center li {
    margin-right: 15px;
}

ul.navbar-nav.d-flex.justify-content-between.align-items-center li:last-child {
    margin-right: 0px;
}

.dropdowns-cont.align-items-center.justify-content-start {
    margin-left: 18px;
}

.bac-text-1 {
    font-size: 90px;
}

.bac-text-2 {
    font-size: 21px;
    line-height: 35px;
}

.search-text{
	width: 550px;
	height: 35px;
	font-size: 18px;
}

img.search-icon {
    width: 20px;
}

h4.brands_heading {
    font-size: 35px;
}

.card-para-1{
	font-size: 18px;
}

.card-title{
	font-size: 32px;
}

.card-para-2{
	font-size: 18px;
}
}

@media only screen and (min-width: 180px) and (max-width: 991px) {
.navbar-expand-lg .navbar-collapse {
    z-index: 2;
    background-color: #000;
    width: 100%;
    box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.navs-height{
	height: auto;
}

}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
.navbar-expand-lg .navbar-toggler {
    display: block !important;
}

	.collapse:not(.show) {
    display: none !important;
}

body .navbar-expand-lg .navbar-collapse{
	display: none !important;
}

body .navbar-expand-lg .navbar-collapse.show {
	display: block !important;
	    z-index: 2;
	-webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
	box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #000;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

ul.navbar-nav.d-flex.justify-content-between.align-items-center {
    flex-direction: column;
    justify-content: center !important;
    width: 100%;
}

.navbar-nav .nav-link{
	line-height: 35px !important;
}
}


/*********************************************filter css********************************/

.form-check .form-check-input {
    float: right !important;
    margin-left: -1.5em;
}

/* .filter_dropdown .card-body {
    padding: 10px !important;
} */

span.filter_arrow {
    float: right;
}

.collapsed span.filter_arrow img {
    rotate: 180deg;
}

.filter_dropdown {
    box-shadow: 5px 6px 10px #00000029;
    background: #fff;
}

.card-wrapper a.card-link {
    color: #000;
    font-family: "proxima-nova";
    font-size: 15px;
    text-decoration: none;
}

.title_filter {
    border-bottom: 1px solid #00000029;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.card_wrap .form-check {
    padding-left: 0px;
    margin-bottom: 10px;
    position: relative;
}

.card_wrap .form-check input {
    z-index: 9;
    position: relative;
    opacity: 0;
    height: 25px;
    width: 25px;
    top: -4px;
    right: 8px;
}

.filter_dropdown {
    box-shadow: 5px 6px 10px #00000029;
    background: #fff;
    padding: 20px !important;
}

.card_wrap {
    height: 138px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 13px;
}

img.img-line-1.filter_toggle {
    cursor: pointer;
}

.filter_dropdown {
    display: none;
}

.filter-wrappers{
	position: relative;
}
.filter_dropdown {
    position: absolute;
    z-index: 9;
    right: 0px;
    width: 25% !important;
    top: 56px;
}


.checkmark {
  position: absolute;
  top: 0;
  right: 8px;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 1px solid #000;
}



.container input:checked ~ .checkmark {
  background-color: #fff;
  border-color: #C5A47E;
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.container input:checked ~ .checkmark:after {
  display: block;
}


.container .checkmark:after {
  left: 7px;
	top: 2px;
	width: 7px;
	height: 12px;
	border: solid #C5A47E;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.form-check.checked label {
    color: #C5A47E;
}

.card-wrapper:last-child .title_filter{
	border-bottom: 0px;
}

img.filter_toggle.hide_desktop {
    display: none;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
.filter_dropdown {
    right: 5%;
    width: 90% !important;
}

h4.filter_toggle.hide_mobile {
    display: none;
}

img.filter_toggle.hide_desktop {
    display: block;
    width: 100%;
        position: relative;
    top: 7px;
}

h4.filter_toggle{
	font-size: 16px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	ul.footer_list-links {
    list-style: none;
    padding-left: 0px !important;
}
.filter_dropdown {
    width: 38% !important;
}
}

@media screen and (min-width: 1800px) {
.filter_dropdown{
	width: 26% !important;
}
}

.card_wrap .form-check label {
    font-size: 15px;
    color: #4B4B4B;
    font-family: "proxima-nova";
}



.card_wrap::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.card_wrap::-webkit-scrollbar-track {
  background: #D6D6D6; 
}
 
/* Handle */
.card_wrap::-webkit-scrollbar-thumb {
  background: #000000; 
}

/* Handle on hover */
.card_wrap::-webkit-scrollbar-thumb:hover {
  background: #000000; 
}

.card-hafsa .card{
	padding: 0px;
}


@media only screen and (min-width: 1100px) and (max-width: 1200px) {
.text-001{
	font-size: 13px !important;
}
}


@media screen and (min-width: 768px) {
.heading_wraps-card {
   height: 120px;
}
}

h4.filter_toggle{
	cursor: pointer;
	font-size: 22px;
	position: relative;
}

h4.filter_toggle img {
    position: absolute;
    right: 3px;
    top: 4px;
    width: 33px;
}

h4.filter_toggle.hide_mobile span {
    position: absolute;
    right: 50px;
}

.card-hafsa img.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0px;
}
@media only screen and (min-width: 280px) and (max-width: 767px) {
.search-flex-container.bg-white {
    width: 85%;
    height: 65px;
    margin-top: 20px;
}

.col-lg-8.col-md-6.col-sm-4.col-2.line-remove.mt-4 {
    display: none;
}
}
/*********************************************responsive css header *****************************************************/

.last-footer-wraps p:first-child{
	font-size: 18px;
}

p.text-91.hide_mobile {
    position: relative;
    left: -5px;
}

.for_desktop-footer p a {
    text-transform: uppercase;
}


.header-wraps.for_mobile-headr{
	display: none;
}

.hide_desktop{
	display: none;
}

.for_mobile-footer {
    display: none;
}

.newsletter_footer-for_mobile input.email {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    padding-left: 0px;
    font-size: 14px;
    opacity: 1;
        font-family: 'Inter' !important;
}

.newsletter_footer-for_mobile input.email::placeholder {
color: #fff;
	}

	.newsletter_footer-for_mobile h3 {
    font-size: 24px;
}

.first-footers p {
    padding-right: 30px;
    font-size: 16px;
}

p.texts_newltts {
    font-size: 11px;
    line-height: 20px;
    padding-top: 10px;
    margin-bottom: 7px;
}

.footer_checkbox label {
    font-size: 12px;
    font-family: 'proxima-nova';
}
.footer_checkbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkbox_wraps input {
    margin: 0px !important;
    position: relative;
    top: 10px;
    margin-right: 3px !important;
    border-radius: 0px !important;
}

.checkbox_wraps.last_fotter-checkbox {
    padding-right: 12px;
}

button.submit_wraps {
    height: 40px !important;
    width: 133px;
    box-shadow: 0px 15px 34px #0000002E;
    border-radius: 40px;
    background: #fff;
    border: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'proxima-nova';
    font-weight: 700;
    letter-spacing: 0.96px;
    margin-top: 12px;
}

ul.footer_list-links li a {
    font-size: 14px !important;
    text-transform: uppercase;
    font-family: 'Inter';
}

ul.footer_list-links {
    list-style: none;
    padding-left: 18px;
}

.list-wraps-footers {
    display: flex;
    justify-content: space-between;
}

.newsletter_footer-for_mobile.show_mobile-newslttr{
	display: none;
}

.for_search-mobile{
	display: none;
}
@media only screen and (min-width: 280px) and (max-width: 767px) {

	ul.footer_list-links {
    list-style: none;
    padding-left: 0px;
}

	.container.line-remove.mb-4.bootom_last-footr-line {
    display: none;
}


section.grey .last-footer-wraps{
	margin-bottom: 0px !important;
}



section.grey .for_mobile-footer {
    margin-bottom: 0px !important;
}
.for_search-desktop{
	display: none;
}

.for_search-mobile{
	display: flex;
	width: 88%;
	justify-content: space-between;
}

.search-text-container{
	width: 100%;
}
.search-text{
	width: 100%;
	font-size: 16px;
	height: 39px;
}

img.mobile_search-icon {
    width: 24px;
}

.for_search-mobile button.search-button {
    height: 58px;
    width: 58px;
    border-radius: 16px;
}

.close_toggle {
    position: relative;
    padding-bottom: 40px;
}

/* img.cross_iocnpng{
	position: absolute;
	right: 0px;
	width: 16px;
	z-index: 1;
    cursor: pointer;
} */

.search_closeicon-wraps {
    position: relative;
}


img.serachclose {
    position: absolute;
    right: 30px;
    top: 39px;
    width: 16px;
}
.navbar-expand-lg .navbar-collapse{
	top: 0px;
}


.text_feedback h4 {
	font-size: 20px;
	font-family: 'proxima-nova';
	font-weight: 400 !important;
}

p.hear_from-text {
    font-size: 16px;
    font-family: 'proxima-nova';
}

p.hear_from-text img {
    margin-left: 10px;
}

.text_feedback {
    padding-bottom: 10px;
}

.checkbox_wraps.last_fotter-checkbox {
    padding-right: 40px;
}

.newsletter_footer-for_mobile.hide_mobile-newslttr {
    display: none;
}

.newsletter_footer-for_mobile.show_mobile-newslttr{
	display: block;
}

.background-video .tns-controls {
    display: none;
}

	.logo-logo {
    width: 150px;
}

	.for_desktopheadrs {
    display: none;
}

	section.grey{
		margin-top: 0px;
	}

	.for_mobile-footer p {
    text-transform: uppercase;
}



	img.con-1{
		object-fit: cover;
	}

	.hide_desktop{
	display: block;
}

.newsletter_footer-for_mobile input.email:focus {
    box-shadow: none;
    outline: none;
}


.bootom_last-footr-line{
	margin-bottom: 0px !important;
}

.last-footer-wraps{
	margin-bottom: 0px !important;
}
.for_mobile-footer {
    display: block;
    margin-bottom: 0px !important;
}
.newsletter_footer-for_mobile {
    display: block;
    text-align: left;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 30px;
    margin-bottom: 25px;
}

.newsletter_footer-for_mobile input.email {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    padding-left: 0px;
    font-size: 14px;
    opacity: 1;
        font-family: 'Inter' !important;
}

.newsletter_footer-for_mobile input.email::placeholder {
color: #fff;
	}

	.for_desktop-footer {
    display: none;
}

.hide_mobile {
    display: none;
}


.first-footers{
	border-bottom: 1px solid #fff;
}
	p.texts_newltts {
    font-size: 14px;
    padding-top: 15px;
    text-align: left;
}

.footer-1 p{
	text-align: left !important;
	font-size: 14px !important;
}

.newsletter_footer-for_mobile h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Inter' !important;
    padding-bottom: 6px;
}


	.mobile_margin-reduce {
    margin-top: 2rem !important;
}


	.con-3 {
	    margin-top: 40px;
	}

	.none_margin {
	    margin-top: 0px !important;
	}

	.header-wraps.for_desktop-headr {
    display: none;
	}

	.for_mobile{
		display: block !important;
	}

	.for_mobile-dropdown {
	    background: #000;
	    padding-top: 0px;
	    padding-bottom: 10px;
	    padding-top: 10px;
	    justify-content: end;
		padding-right: 40px;
	}


	.for_mobile-dropdown ul.dropdown-menu.show {
	    background: #000;
	}

	.for_mobile-dropdown ul.dropdown-menu.show li a{
	    color: #fff !important;
	}

	.for_mobile-dropdown{
		left:  0px !important;
	}

	.for_mobile-dropdown button.btn.btn-primary.dropdown-toggle {
    background: transparent;
    border: 0px;
	}



	.for_mobile-dropdown ul.dropdown-menu.show {
	    width: 99%;
	}

	ul.dropdown-menu.show li {	   
	 padding: 0px 20px;
	 position: relative;
	}

	ul.dropdown-menu.show li a{
	   text-decoration: none;
	}

	li.dropdown-submenu a{
		padding-left: 0px !important;
		text-align: left !important; 
	}

	ul.dropdown-menu.show li {
	    margin-bottom: 10px;
	}

	li.dropdown-submenu a:active {
    background: transparent !important;
    border: 0px !important;
    box-shadow: none !important;
    outline: none !important;
}

button.btn.btn-primary.dropdown-toggle {
    position: relative;
}

.for_mobile-dropdown .dropdown-toggle:after {
    content: '';
    background: url(../images/header_dropdown.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    height: 25px;
    width: 25px;
    font-size: 0px;
    top: 8px;
    position: absolute;
    margin-left: 5px !important;
}

.for_mobile-dropdown li.dropdown-submenu .dropdown-toggle:after{
	top: 0px;
}

ul.dropdown-menu {
    background: #000;
}

.tabs_shows ul.nav.nav-pills li a{
	font-size: 16px !important;
}

	.responsive-tabs{
		border: 0px !important;
	}

.header-wraps.for_mobile-headr{
	display: block;
	    padding-bottom: 6.5px;
}


nav.navbar.navbar-expand-lg.nav-bg.navbar-light.for_mobiles-wraps {
    background: #fff;
}

.mobile_menu{
	background: transparent !important;
	border: 0px !important;
}

img.search_wrap-icon {
    position: relative;
    left: 16px;
    width: 38px;
}

button.mobile_menu:focus {
    border: 0px;
    box-shadow: none;
}

.for_mobile-footer {
    padding-top: 20px;
}

}


.hover_display_link{
	display: flex;
}

.hover_display_link:hover .dropdown-content {
	display: block !important;
}

.header-wraps {
    position: relative;
    height: 82px !important;
}
.wraps-headers {
    position: absolute;
    top: 0;
    width: 100%;
}

.wraps-headers.fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    background: #000;
    width: 100% !important;
}

.home_wraps{
	display: none;
}

/*.wraps-headers.fixed .home_wraps{
	display: flex;
}*/

.wraps-headers.fixed .logo-logo{
	width: 150px;
	padding: 12px 0px;
}

.wraps-headers.fixed{
	justify-content: center !important;
}

.first_mall-wraps {
    position: relative;
    top: -2px;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
.malls_wrappers a.card-link {
    font-size: 21px;
    color: #fff;
    text-decoration: none;
    font-family: 'proxima-nova';
}

.cards-body a {
    color: #B5B5B5;
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
    font-size: 19px;
}

.for_mobile-headr li.nav-item {
    padding-left: 0px !important;
}

ul.navbar-nav.d-flex.align-items-center {
    border-top: 1px solid #b5a4a4;
    border-bottom: 1px solid #b5a4a4;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.cards-body {
    padding-top: 12px;
}

.space-left-right {
    padding: 30px 30px 60px;
}
.malls_wrappers {
    margin-bottom: 25px;
}

a.card-link img {
    rotate: 180deg;
    position: relative;
    top: -3px;
}

a.card-link.collapsed img {
    rotate: 0deg;
    top: 0px;
}

.other-retail-top{
margin-top: 25px;
}

.text-001{
	font-size: 18px;
}

.hide_wraps-search{
	display: none;
}

.searchinput.hide_wraps-search {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 70vh !important;
    background: #fff;
    z-index: 2;
}

.searchinput.hide_wraps-search input {
    font-size: 16px !important;
    font-family: 'proxima-nova';
    color: #4B4B4B;
    padding: 30px 65px 26px 30px;
    margin-top: 5px;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid;
}


.text-001{
	text-align: left !important;
}

.fixed nav.navbar.navbar-expand-lg.nav-bg.navbar-light.for_mobiles-wraps{
	background: #fff;
}



}


@media only screen and (min-width: 280px) and (max-width: 992px) {
.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item {
    text-align: left !important;
    width: 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
h4.filter_toggle.hide_mobile span {
    position: absolute;
    right: 45px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
h4.brands_heading {
    font-size: 26px;
}

h4.filter_toggle{
	font-size: 17px;
}

h4.filter_toggle.hide_mobile span {
    position: absolute;
    right: 48px;
    top: 4px;
}
}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {
h4.brands_heading {
    font-size: 26px;
}

h4.filter_toggle{
	font-size: 17px;
}

h4.filter_toggle.hide_mobile span {
    position: absolute;
    right: 48px;
    top: 4px;
}
}

/****************************responsive css end*****************/
/* .card-hafsa .card-body{
 transition: all .2s ease-in-out; 
}
.card-hafsa:hover .card-body {
    background: #2F2F2F;
    box-shadow: 0px 10px 20px #2F2F2F;
}

.card-hafsa:hover .card-body svg path{
    fill: #fff;
}
    

.card-hafsa:hover .card-body .card-para-1{
   color: #fff;
}

.card-hafsa:hover .card-body h4.card-title{
   color: #fff;
}

.card-hafsa:hover .card-body .card-para-2{
   color: #fff;
} */

button.card-arrow {
    background: transparent;
}

a { transition: all .2s ease-in-out; }
a:hover { transform: scale(1.1); }

p.text-91.hide_mobile {
    font-size: 15px;
}

a.hear_loveto{
    text-decoration: none;
}

ul.footer_list-links li{
	transition: all .2s ease-in-out;
}

ul.footer_list-links li:hover { transform: scale(1.1); }

.hover_display_link:hover .dropdown-content {
	display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
.text-001{
	text-align: center !important;
}
}


@media only screen and (min-width: 280px) and (max-width: 992px) {


ul.footer_list-links li:hover { transform: none; }
a:hover { transform: none; }

}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
.navbar-collapse{
	column-count: 2;
}

ul.navbar-nav.d-flex.justify-content-between.align-items-center li a {
    text-align: left !important;
}

div#navbarNav ul {
    width: 35%;
    margin: 0px auto;
}
.navbar-expand-lg .navbar-collapse{
	top: 93%;
}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.first-footers p {
    padding-right: 30px !important;
    font-size: 17px !important;
}

p.texts_newltts {
    font-size: 14px !important;
    line-height: 25px !important;
}

.footer_checkbox label{
	font-size: 15px !important;
}
ul.footer_list-links li a{
	font-size: 16px !important;
}

.last-footer-wraps p:first-child {
    font-size: 20px !important;
}
p.text-91.hide_mobile {
    font-size: 16px !important;
}
}

@media only screen and (min-width: 280px) and (max-width: 767px){
.checkmark {
    height: 22px;
    width: 22px !important;
    }
    button.btn {
        margin-left: -15px;
        border:0px;
        font-size:16px;
    }
    /* img, svg {
        height: 16px;
    } */
}

@media screen and (max-width:767px){
    .card-991 {
    height: 200px !important;
}
}


.card-991 {
    border-radius: 0px 1px 13px 13px;  
}

.card-img-topp {
    border-radius: 13px 13px 0px 0px;
}