/* montserrat/montserrat-regular - latin-ext_latin */

[data-barba="wrapper"] {
  /* Örnek olarak tüm ekranın yüksekliğinin en az %100’ünü kaplasın */
  min-height: 100vh !important;
  
  /* İsterseniz diğer stilleri de ekleyebilirsiniz */
}


.dddiv{
    display: flex !important;
    align-items: center; /* Dikey hizalama */
}

.faq-a{
	
	text-align:left !important;
	margin-top:1em;
}

.faq-question{
	margin-top:1em;
}



.ddsvg {
    display: inline-block;
    width: 1.4em; /* Adjust as needed */
    height: auto; /* Adjust as needed */
    margin-left: 5px; /* Space between the h2 and the SVG */
	margin-right: 2em; /* Space between the h2 and the SVG */
}

.breadcrumb-item.active {
	
	color:black!important;
	font-family: 'Montserrat', sans-serif;	
	font-weight: 600;
}

.breadcrumb-item{
	
	font-size:calc(1em);
}

.breadcrumb{
	#font-size:calc(10em) !important;
	
}



.sizing h3{
margin-top: 10px;	
color:black;
text-align: left;
font-family: 'Montserrat', sans-serif;	
font-size: 1em;
font-weight: 600;

}

.FreeShipping{

	width:100%;
	height:auto;
	display: block;
	margin-top: -10px;
    margin-left: auto;

}


.card-img-wrap img{

width: 100%; 
height: auto;
object-fit: cover;
 
	
}



.card-body{
	
	padding:0 !important;
	margin-bottom:-3em !important;
	
}

.IndexProducts .card-body{
	
	padding:0 !important;
	margin-bottom:-1em !important;
	
}

.alert-container {
  visibility: collapse;/* Hidden by default. Visible on click */
  background-color: #0d6efd;
  position: fixed;
  bottom: 5px;
  left: 0px;
  width: 100%;
  color:white;
  text-align: center;
  
  font-family: 'Montserrat', sans-serif;	
	font-size: 1.2em;
	font-weight: 600;
  z-index:999;

}

  .alert {
	  font-family: 'Montserrat', sans-serif;	
	font-size: 1.2em;
	font-weight: 400;
    text-align: center;
    padding: 20px 0 20px 0;
    margin: 0 25% 0 25%;
    font-size: 1em;
	  color:white;
    
  }

.alert a,
.alert a:visited,
.alert a:hover,
.alert a:focus,
.alert a:active {
  color: #fff !important;            /* beyaz */
  text-decoration: none; /* istersen kaldır: none */
}



.owl-slide-title{
	
	color:black !important;
	
}

.ExplanationText{
	
	font-family: 'Montserrat', sans-serif;	
	white-space: pre-line;
	font-size: 1em;
	color:black !important;
	
}

.fuseSearch{
	
	font-family: 'Montserrat', sans-serif;	
	font-size: 1.2em;
	font-weight: 400;
	
}



@keyframes animateCircle {
  40% {
    transform: scale(10);
    opacity: 1;
    fill: #DD4688;
  }
  55% {
    transform: scale(11);
    opacity: 1;
    fill: #D46ABF;
  }
  65% {
    transform: scale(12);
    opacity: 1;
    fill: #CC8EF5;
  }
  75% {
    transform: scale(13);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .5;
  }
  85% {
    transform: scale(17);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .2;
  }
  95% {
    transform: scale(18);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .1;
  }
  100% {
    transform: scale(19);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: 0;
  }
}

@keyframes animateHeart {
  0% {
    transform: scale(0.2);
  }
  40% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes animateHeartOut {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

#simpleToast {
	
  z-index: 999; /* Add a z-index if needed */
  visibility: show;/* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -100px; /* Divide value of min-width by 2 */
  background-color: #32ff32; /* Background color */
  color: #fff; /* White text color */
  text-align: left; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  font-weight:600;
  left: 90%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
  
  
}


/* Show the SIMPLE-TOAST when clicking on a button (class added with JavaScript) */


.CartQuantity {
    min-width: 70px;   /* depends how much minimum width you require */
}
.CartImage {
    min-width: 70px;   /* depends how much minimum width you require */
}

	.bi-balloon-heart {
		 text-shadow: 0px 0px 1px #E30A17, 0px 0px 1px #E30A17;
 
		-webkit-text-stroke-width: 2px;
		-webkit-text-stroke-color: #E30A17;	

		fill=#E30A17;
		color=#E30A17;
		
		
		}	
	





a:link, a:visited,a:hover, a:active {
  text-decoration: none;
  display: inline-block;
}

a,a:hover {
  color: inherit;
}










.loading-screen {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  background: radial-gradient(circle at 50% 120%, #ffffff, #ebebeb);
  /*
  background: linear-gradient(90deg, #ff3434, #ef4d4d);
  background-image:linear-gradient(0deg, rgba(236,0,0,1) 0%, rgba(255,159,0,1) 39%, rgba(255,187,10,1) 77%, rgba(0,212,255,0) 100%);*/
  width: 100%;
  height: 100%;
  transform: scaleY(0) skewX(0);
  transform-origin: top left;
}


.loading-screen2 {
position: fixed;
    width: 100vw;
    height: 200vh;
    pointer-events: none;
    background-color: #FFF6ED;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
}



/* Main Css End */




/* Slider Begin */

:root {
  --main-white-color: white;
  --main-black-color: black;
}





.main_slider .owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.main_slider .owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.main_slider .owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.main_slider .owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.main_slider .owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}


.main_slider .owl-carousel .owl-nav {
  position: absolute;
}

.main_slider .owl-carousel .owl-dots{
 position: static;
}

.owl-slide img{
	
	/*max-height: 100%;*/
	object-fit: contain;
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
	
}




.main_slider .owl-carousel .owl-dots .owl-dot,
.main_slider .owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.main_slider .owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  transition: all 0.2s ease;
}

.main_slider .owl-carousel .owl-dots .owl-dot:hover span,
.main_slider .owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}

.main_slider .owl-carousel .owl-nav {
  left: 50%;
  top: 1%;
  margin: 0;
}

.main_slider .owl-carousel .owl-nav svg {
  opacity: 0.3;
  transition: opacity 0.3s;
}

.main_slider .owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}

.main_slider .owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}


@media screen and (max-width: 575px) {
	
	.breadcrumb-item{
	
		font-size:0.6em;
	}
	
  .fuseSearch{
	
	font-family: 'Montserrat', sans-serif;	
	font-size: 1em !important;
	font-weight: 400;
	
}	
	
  .main_slider .owl-carousel .owl-nav {
  position: relative;
  left: 0%;
  top: 10%;
  margin: 0;
  }
  
  .main_slider .owl-carousel .owl-nav svg {
    width: 12px;
    height: 12px;
  }
}

/* Slider End */


#contact-img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}


#contact img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.contact p{
	
	font-family: 'Montserrat', sans-serif;	
	font-weight: 400;
	font-size: 1em;
	
	margin-top:-0.5em;
	

}

.IndexPage h1 {
	font-family: 'Montserrat', sans-serif;	
	font-weight: 400;
	font-size: 1.8em;
	
}
 
.contact h1{
	
	font-family: 'Montserrat', sans-serif;	
	font-weight: 600;
	font-size: 1.2em;
	
}

.contact li{
	
	margin-top:2em;
	
}

#about p,h1,h2,li{
	
	font-family: 'Montserrat', sans-serif;	
	
}



#brands h1{
	
	font-family: 'Montserrat', sans-serif;	
	font-weight: 600;
	font-size: 20px;
	
}

#referances h1{
	
	font-family: 'Montserrat', sans-serif;	
	font-weight: 600;
	font-size: 20px;
	
}





.bbb_slider .owl-carousel .owl-item img {
  width: auto;
  height: 100%;
}


.bbb_slider.owl-carousel .owl-stage{
	display: flex;}
	
.bbb_slider .IndexProducts {
    display: flex;
    flex: 1 1 auto;
    height: 100%;
}
.bbb_slider .productid {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; *//*This is optional*/
    display: flex;
    flex-direction: column;
   width:100%;
}



.IndexProducts.owl-card{
  height:100%;
  bottom: 0;
  margin: 0 10px;
  padding: 0;

}

.informationclass{
display:inline;
white-space: pre-wrap !important;


  font-family: "Montserrat", sans-serif;
  font-size: 1 em !important;
  
}

.card-img-wrap{
  overflow: hidden;
  position: relative;
}


.stock.red{
	
color:#E30A17;	
	
}

.stock.green{

color:green;
	
}

.card-img-wrap:after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.3);
  opacity: 0;
  transition: opacity 1s;
}



.card-img-wrap img {
	
  transition: transform 1s;
  max-height:25em;
  width:100%;
  object-fit: contain;

}


.sizing p{
	
	padding:0px;
	margin:0px;
	
}





.products{
	
		
    /*font-family: 'Montserrat', sans-serif;	
	font-weight: 400;
	font-size: 13px;*/
	
	
	
}



.products a:link {
  font-family: 'Montserrat', sans-serif;		
  color:#0D47A1;
  text-decoration: none;
  
}

.productPage a:link ,.card-brand a:link, .products a:link {
  font-family: 'Montserrat', sans-serif;		
  color:#0d6efd;
  text-decoration: none;
  font-weight:600;
 
  
  
}


/* visited link */

.productPage a:visited {
	
  color: #0d6efd;
  //text-decoration: none;
}

/* mouse over link */
.productPage a:hover {
	
  color: #0b5ed7;
  text-decoration: none;
}

/* selected link */
.productPage a:active {
  
  color: #0d6efd;
  text-decoration: none;
}

.productid p{
	
	margin: 0;
  padding: 0;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #181e28;
	
}

.productPage {
	font-family: 'Montserrat', sans-serif;
	
	
}


.productPage h1 

{	

  margin: 0;
  
  padding: 0;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
  color: #181e28;
  		
}

.productPageImage
{	
 width: 100%; 
 height: auto;
 object-fit: cover;
}


.schema-faq-code h2,h3{
	
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em !important;
  color: #181e28 !important;
	
}

.Bfwfs {
  display: flex; /* İçindeki öğeleri (div'leri) esnek bir kutu içine alır ve yan yana dizer. */
  justify-content: space-between; /* Öğeleri yatay eksende dağıtır. İlk öğeyi başa, son öğeyi sona yaslar ve aradaki boşluğu eşit olarak paylaştırır. */
  align-items: center; /* Öğeleri dikey eksende ortalar. Bu sayede hepsi aynı hizada düzgün görünür. */
  flex-wrap: wrap; /* Ekran küçüldüğünde öğelerin alt satıra geçmesine izin verir, mobil uyumluluk için önemlidir. */
  
  /* Görsel iyileştirmeler (isteğe bağlı) */
  width: 100%; /* Konteynerin bulunduğu alanın tamamını kaplamasını sağlar. */
  padding: 16px; /* İçerik ile kenarlık arasına boşluk ekler. */
  /*border: 1px solid #e2e8f0; /* İnce, modern bir çerçeve. */
  /*border-radius: 8px; /* Köşeleri yumuşatır. */
  gap: 16px; /* Yan yana gelen öğeler arasına boşluk koyar. */

  a {
		color:rgb(37, 150, 102) !important;
		
	}
	
	img{
		height:50px;
		width:auto;
		
	}
}

/* Her bir iç bölümün ortalanmış görünmesi için */
.Bfwfs > div {
  text-align: center;
  flex: 1; /* Her bölümün esnek bir şekilde büyümesini sağlar, bu da daha dengeli bir görünüm yaratır. */
  min-width: 150px; /* Öğelerin çok fazla küçülmesini engeller. */
}

.icp{
	font-weight: 400 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 2em !important;
	
	
}

.icps{
	font-weight: 400 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em !important;
	
	
}

.productPage h2,h3

{
	
  margin-top:1em;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em !important;
  color: #181e28 !important;
	
}



.products h1

{
	
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
  color: #181e28;
	
}

.card-brand{
   z-index: 1;
   position: relative;
}

a.card-block,
a.card-block:hover {
  color: inherit;
  
}

div.card {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}

div.card:hover {
 
  text-align: center;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: box-shadow 0.3s ease-in-out;
  

  
}

.card:hover img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;

	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	overflow: hidden;
}











	
}



.productid h2{
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #181e28;
}



.card-title {
  margin: 0;
  padding: 0;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1em !important;
  color: #181e28;
}





.productid span {
  font-size: 0.7em;
  opacity: 0.5;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 0;
	padding: 0;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	font-size: 0.7em;
	color: #181e28;
}

.morebold {	
  
  margin: 10px !important;
  padding: 0;
  display: inline-block;
  margin-top: 0.2em !important;
  margin-bottom: 0.2em !important;
  letter-spacing: 0px !important;
  line-height:1.2;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1em !important;
  color: #181e28 !important;
  opacity: 1 !important;  
  
}

.productid {
display: flex;
z-index:2;
}


/*footer begin*/

.footers, .footers li {
	
    font-family: 'Montserrat', sans-serif;	
	#font-weight: 300;
	font-size: 1em;
	
}

.footers span{
	
    font-family: 'Montserrat', sans-serif;	
	#font-weight: 600;
	#font-size: 1.5em;
	#Color: Black;
	
}






.footers a {color:#696969;
text-decoration:none;
font-size:1em;

}
.footers p, .footers li {color:#696969;}
.footers ul {line-height:30px;}
#social-fb:hover {
     color: #3B5998;
     transition:all .001s;
 }
 #social-tw:hover {
     color: #4099FF;
     transition:all .001s;
 }
 #social-gp:hover {
     color: #d34836;
     transition:all .001s;
 }
 #social-em:hover {
     color: #f39c12;
     transition:all .001s;
 }



 .footer{


  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  padding: 2rem 2rem 0 0;
  z-index: 7;
  background: var(--color-white);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;

}
/*footer end*/


/*Ref Style */



.referances {
  padding: 5% 0px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;

		  

}

.brands {

  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;

		  

}

.card-wrap {
  margin: 1%;
  -webkit-transform: perspective(400px);
          transform: perspective(400px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  cursor: pointer;
}
.card-wrap:hover .card-info {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.card-wrap:hover .card-info p {
  opacity: 1;
}
.card-wrap:hover .card-info, .card-wrap:hover .card-info p {
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.card-wrap:hover .card-info:after {
  -webkit-transition: 5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.card-wrap:hover .card-bg {
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.8;
}
.card-wrap:hover .card2 {
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 40px 5px, white 0 0 0 1px, rgba(255, 255, 255, 0.66) 0 30px 60px 0, inset white 255 0 0 5px, inset white 0 0 0 6px;
}

.brands .card-wrap:hover .card2 {
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 40px 5px, white 0 0 0 1px, rgba(255, 255, 255, 0.66) 0 30px 60px 0, inset white 255 0 0 5px, inset white 0 0 0 6px;
}

.card2 {
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 0 240px;
  width: 180px;
  height: 180px;
 
  background-color: white;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset white 0 0 0 5px, inset rgba(255, 255, 255, 0.5) 0 0 0 6px;
  -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  
}

.brands .card2{
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 0 240px;
  width: 240px;
  height: 240px;
  margin: 10px 10px;

 
  background-color: white;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset white 0 0 0 5px, inset rgba(255, 255, 255, 0.5) 0 0 0 6px;
  -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  
}

.card-bg {
  opacity: 0.9;
  position: absolute;
  top: center;
  left: center;
  width: 100%;
  height: 100%;


  
  
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  pointer-events: none;
}
/*
.card-info {
	
  padding: 20px;
  position: absolute;
  bottom: 0;
  color: #fff;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  -webkit-transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);*/
}

/*
.card-info p {
  opacity: 0;
  text-shadow: black 0 2px 3px;
  -webkit-transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-info * {
  position: relative;
  z-index: 1;
}
.card-info:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-blend-mode: overlay;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.card-info h1 {
  font-family: "Playfair Display";
  font-size: 18px;
  font-weight: 700;
	text-shadow: rgba(0, 0, 0, 0.5) 0 10px 10px;
}
*/


@media only screen and (max-width: 600px) {
	
	
	

	

	  .card-wrap {
	  margin: 1%;
	  -webkit-transform: perspective(400px);
			  transform: perspective(400px);
	  -webkit-transform-style: preserve-3d;
			  transform-style: preserve-3d;
	  cursor: pointer;
	}
	.card2 {
	  position: relative;
	  -webkit-box-flex: 0;
			  flex: 0 0 100px;
	  width: 300px;
	  height: 300px;
	  background-color: white;
	  overflow: hidden;
	  border-radius: 10px;
	  box-shadow: rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset white 0 0 0 5px, inset rgba(255, 255, 255, 0.5) 0 0 0 6px;
	  -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	}
	
	.brands .card2 {
	  position: relative;
	  -webkit-box-flex: 0;
			  flex: 0 0 100px;
	  width: 300px;
	  height: 300px;
	  background-color: white;
	  overflow: hidden;
	  border-radius: 10px;
	  box-shadow: rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset white 0 0 0 5px, inset rgba(255, 255, 255, 0.5) 0 0 0 6px;
	  -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	}

	.card-bg {
	  opacity: 0.8;
	  position: absolute;
	  top: -10px;
	  left: -15px;
	  width: 90%;
	  height: 90%;
	  padding: 20px;
	  background-repeat: repeat;
	  background-position: center;
	  background-size: cover;
	  -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	  pointer-events: none;
	}
	
	body{
		 background-color:#26272b;
	}
	
	
}



/*Ref Style End */

.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483645;
  box-sizing: border-box;
  width: 100%;

  background-color: #F1F6F4;
}

.cookie-consent-banner__inner {     
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 32px;
}

.cookie-consent-banner__copy { 
  margin-bottom: 16px;
}

.cookie-consent-banner__actions {    
}

.cookie-consent-banner__header {
  margin-bottom: 8px;
  
  font-family: 'Montserrat', sans-serif;	
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__description {
  font-family: 'Montserrat', sans-serif;	
  font-weight: normal;
  color: #838F93;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__cta {
  box-sizing: border-box;
  display: inline-block;
  min-width: 130px;
  padding: 11px 13px;
    
  border-radius: 2px;
  
  background-color: #2CE080;
   
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-family: 'Montserrat', sans-serif;	
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.cookie-consent-banner__cta--secondary { 
  padding: 9px 13px;
  
  border: 2px solid #3A4649;
  
  background-color: transparent;
  
  color: #2CE080;
}

.cookie-consent-banner__cta:hover {
  background-color: #20BA68;
}

.cookie-consent-banner__cta--secondary:hover {
  border-color: #838F93;
    
  background-color: transparent;
  
  color: #22C870;
}

.cookie-consent-banner__cta:last-child {
  margin-left: 16px;
}



.CategoryExp H2,H3{
	margin-top :0.2em !important;
	margin-bottom: 0.2em !important;
	
}

.CategoryExp H3{
	color:black;
	text-align: left;
	font-family: 'Montserrat', sans-serif;	
	font-size: 1em !important;
	font-weight: 600 !important;
	
}

.CategoryExp H2{
	color:black;
	text-align: left;
	font-family: 'Montserrat', sans-serif;	
	font-size: 1.2em;
	font-weight: 600;
	
}
