@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");

body {
    font-family: "Geologica", sans-serif;
}
h2 {
    color: #2b2b2b;
    font-size: 30px;
    font-weight: 600;
}
p {
    font-size: 15px;
    font-weight: 300;
}
.spacing {
    padding-left: 50px;
    padding-right: 50px;
}
section.header-section {
    box-shadow: 0px 0px 7px 0px #a2a2a2;
    background: #fff;
    z-index: 999999;
}

.sidespace {
    margin: 50px 50px;
}
input{
    height: 40px !important;
}
input[type="checkbox"] {
    width: 3em;
    height: 3rem;
    accent-color: #ab1212;
  }
.top-padding{
    padding-top: 104px;
}
input:focus-visible {
    outline: none;
   
    }
    textarea:focus-visible {
        outline: none;
     
        
        }
::placeholder{
    color: #1A1A1A;
opacity: 0.4;
font-size:15px;
}
 /* breadcrumb */
 .page_info {
    border-radius: 10px;
    padding: 60px;
    height: 175px;
    background-size: contain;
    position: relative;
}
.breadcum-gradient {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    height: 175px;
    background: linear-gradient(
        90deg,
        #ab1212 0%,
        rgba(0, 0, 0, 0) 100%,
        rgba(171, 18, 18, 0) 100%
    );
    width: 100%;
}
.page_info :is(a, span, h2) {
    color: #fff;
    z-index: 999;
    position: relative;
}
.page_info ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    gap: 20px;
}
.page_info a {
    position: relative;
    text-decoration: none;
}
.page_info a:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #fff;
    top: 0;
    right: -11px;
}
.page_title {
    font-size: 25px;
}

/* Product */
.box-product-image {
    /* height: 250px; */
    text-align: center;
}
.box-product img {
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.box-product-image img {
    transition: .5s all ease;
}
.not-display{
    display: none;
}
.product-box-title {
    height: 70px;
    width: 100%;
    text-align: center;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    border-top: 1px solid #a2a2a2;
    z-index: 1;
}
.product-name {
    text-align: left;
    word-wrap: break-word;
    font-size: 15px;
    width: 80%;
}
.product-box-heading {
    margin: 0;
    color: #1A1A1A;
    font-weight:500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.inquiry-div{
    line-height: 0
}
.inquiry-div img {
   height: 20px;
   width: 20px !important;
}
.box-product:hover .box-product-image img {
    transform: scale(1.1);
}
.box-product:hover a {
    text-decoration: none !important;
    color: #ab1212;
}
.box-product:hover {
    box-shadow: 2px 7px 16px 0px rgba(0, 0, 0, 0.3);
    /*border: none;*/
}
.box-product {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    height: auto;
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 250px;
    color: #000;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 999;
    transition: .5s all ease;
}
/* Pagination  */
.pagination {
    justify-content: center;
    margin-top: 0px;
}
.page-link {
    border: none;
    color: var(--theme-color);
    border-radius: 4px;
    padding: 2px 8px;
    margin-right: 10px;
}
.page-link:hover {
    color: #fff;
    background-color: #ab1212;
    border-color: #ab1212;
    border-radius: 4px;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #ab1212;
    border-color: #ab1212;
    border-radius: 4px;
    padding: 2px 8px;
    margin:0px 10px;
}
@media (min-width: 767px) and (max-width: 1024px){
    ::placeholder{
        font-size: 9px;
    }
}
@media (max-width: 767px) {
    .sidespace {
margin: 30px 15px !important;
}
::placeholder{
    font-size: 10px;
}
.page_title {
font-size: 20px;
}
.contact-info p{
font-size: 10px;
}
.contact-info a{
font-size: 10px;
}
.page_info {
height: 125px !important;
background-size: cover !important;
padding:35px !important;
}
.breadcum-gradient {
    height: 125px !important;
}
.sidebar {
    margin-bottom: 15px;
}
}