/*
Theme Name: MetalProfiles
Author: vivek
Description: Your description goes here
Version: 1.0
Template: generatepress

This is the child theme for GeneratePress theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


.arrow {
  border: solid #1c2448;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

#hero-slider .slick-arrow {
    background: white;
	width: 35px;
    height: 35px;
}


#hero-slider .slick-prev {
    left: 10px;
	z-index: 1;
}
#hero-slider .slick-next {
    right: 10px;
}
#hero-slider .slick-prev:before, #hero-slider .slick-next:before {
    display: none;
}

.slick-arrow {
	border-radius: 50%;
}
.cus-loop {
display: flex;
    flex-wrap: wrap;
}
.cus-loop .product-item {
	width: 23.5%;
}
.products.cus-loop {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; 
	row-gap: 20px;
	column-gap: 1.9%;
	    margin-top: 50px;
    margin-bottom: 50px;
	width: 100%;
	
}

.product-item {
	padding: 15px;
    text-align: center;
    width: 100%; /* Ensure it doesn't exceed its container */
    max-width: 300px; /* Limit width for large screens */
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}


.product-item  .slick-dots {
	display: none;
}
.product-item .producttitle {
font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
    font-weight: 500;
    padding: 3px;	
	background: #14274e;
    color: #fff;
}	

/* Adjust for smaller screens */
@media (max-width: 768px) {
    .product-item {
        width: 48%; /* 2 items per row */
    }
}

@media (max-width: 480px) {
    .product-item {
        width: 100%; /* 1 item per row */
    }
}

/* Slick Slider */
.product-slider {
    overflow: hidden;
    max-width: 100%; /* Ensure it fits the container */
}

	
.slick-slider .product-image {
    max-width: 100%;
	height: 300px
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
 #hero-slider {
        --width: 100%;
        --flex-wrap: none !important;
    }
}
