
.product {
    border: none!important;
}

.product-search-field {
	border: none!important;
	background-color: #F6F6F6!important;
}

.sb2 {
	background-color: #F6F6F6!important;
	color: #000000!important;
}

.sb2:hover {
	background-color: #F6F6F6!important; 
}

.slider-1 img {
	  filter: brightness(.6);
}

.slider-1 .title {
	color: #ffffff!important;
}

.slider-btn {
	border: none!important;
	background-color: #ffffff!important;
	color: #000000!important;
	border-radius: 0px!important;
}

.sub-title {
	color: #ffffff!important;
	width: 100%!important;
	font-size: 1.1em!important; 
	margin-bottom: 0.8em!important;
}



.products .product {
	text-align: left!important;
}


 .products .product .button {
	 text-align: center;
	       display: block;
	 border: none!important;
	 color: #ffffff!important;
	 border-radius: 0px!important;
      font-weight: 400;
      background-color: #0063d1;
      font-size: 1em;
      line-height: 0.786em;
      margin-bottom: .8em;
      padding: .9em 1.41575em!important;
      transition: all .25s ease 0s;
}



.row-flex {
    display: flex;
    max-width: 100%;
    flex-wrap: nowrap;
    gap: 0.5rem;
	margin:0px!important;
}



.row-flex img {
    display: block;
    max-width: 33%;
    height: auto;
    flex-basis: 25%;
}



 @media (max-width: 650px) {
    .row-flex  {
        flex-direction: column; 
        align-items: center;
    }
    .row-flex img {
        min-width: 100%; 
		max-height: 50%;
    }
	 
	 .sub-title {
	font-size: 0.5em!important; 
	margin-bottom: 0.4em!important;
}

}

.section-title {
	font-weight: 300;
    font-size: 1.500em;
    line-height: 1.917em;
    color: #090909;
    letter-spacing: -0.01em;
    margin-bottom: 1em;
}


.section-landscape-full-product-cards-carousel {
background-color: #ffffff!important;
}

.sutxt {
	border-radius: 0px!important;
}

.brands-carousel {
border-radius: 0px!important;
}

.features-list .features {
	border-radius: 0px!important;
	border: 1px solid #0063D1!important;
}



.some-section {
	padding: 20px;
}

    .grid-div {
        width: 100%;
        /* align-items: center; */
        justify-content: center;
        display: grid;
        grid-template-rows: 100px 100px 100px 100px; 
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 30px;
        text-align: center;
        overflow: hidden;
    }

    .grid-div > * {
        display: flex;
		justify-content: flex-start;
		align-items: flex-end;
        color: white;
        font-size: 30px;
        font-family: sans-serif;
        filter: brightness(0.9);
        text-align: center;
        overflow: hidden;
    }



    


    .large-img-1 {
        grid-row: 2/5; 

    }


    .medium-img-1 {
        grid-row: 1/3;
        grid-column: 2/2;
     
    }

    .small-img-2 {
        grid-column: 3/4;
        grid-row: 4/4;

    }

    .medium-img-2 {
        grid-row: 3/5;
        grid-column: 2/3;

    }

    .large-img-2 {
        grid-row: 1/4;

    }

    .full-span{
      /* grid-column: 1; */
      grid-row: 1/-1;
 
    }

    .grid-item {
      filter: brightness(0.7);
      cursor: pointer;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
    }



    .grid-caption {
   
        color: black; 
        width: auto;
    padding: 6px 15px;
    padding-bottom: 10px;
   
    background-color: black;
    opacity: 0.6;
    }

    .caption-text {
        /* background-color: #ffffff; */
        padding: 5px;
        color: white;
display: inline;
margin: 0px!important;
font-size: 15px;
    }

    @media (max-width: 750px) {
  .grid-div {
    grid-template-rows: 9rem 9rem 9rem 9rem 9rem 9rem 9rem 9rem 9rem 9rem 9rem 9rem 9rem 9rem 9rem 9rem;
  grid-template-columns: repeat(auto-fill, minmax(min(200px,100%), 1fr));    width: 100%;
  }

  .grid-div > * {
    grid-row: span 2!important;
    grid-column: span 1;
    color: black;
  }
}

.grid-item:hover {
  filter: brightness(1);
  transition: filter .5s ease;
}


    .grid-container {
        display: grid;
        width: 100%;
        justify-content: center;
        grid-template-rows: 250px 250px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
        text-align: center;
        overflow: hidden;
    }

    .grid-container > * {
        padding: 20px;
        color: white;
        text-align: center;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    @media (max-width: 1390px) {
        .grid-container {
            grid-template-rows: 220px 220px 220px 220px;
            grid-template-columns: 1fr 1fr 1fr;
            width: 100%;
        }
    }

    @media (max-width: 1290px) {
        .grid-container {
            grid-template-rows: 250px 250px 250px 250px;
            grid-template-columns: 1fr 1fr;
            width: 100%;
        }
    }

    @media (max-width: 900px) {
        .grid-container {
            grid-template-rows: 200px 200px 200px 200px 200px 200px;
            grid-template-columns: 1fr 1fr;
            width: 100%;
        }
    }

       @media (max-width: 700px) {
        .grid-container {
            grid-template-rows: 250px 250px 250px 250px 250px 250px;
            grid-template-columns: 1fr;
            width: 100%;
        }

      

        @media (max-width: 480px) {
            .grid-container {
            grid-template-rows: 170px 170px 170px 170px 170px 170px;
            grid-template-columns: 1fr;
            width: 100%;
        }
        }
    }









