
/*
Theme Name: Kwik Fastening Solutions Pvt. Ltd
Theme URI: https://goyalinfotech.com
Author: Goyal IT Consultancy Pvt. Ltd.
Author URI:https://goyalinfotech.com/
Description: Custom theme for Kwik Fastening Solutions Pvt. Ltd
Tags: blog, theme
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Kwik
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* Reset CSS */

.contact-page form {
    background: #e3000f;
    /* margin-top: -300px; */
    /* margin-bottom: -270px; */
    padding: 50px 100px;
    z-index: 99;
    position: relative;
}

img.about-image,
.card img,
.counter-col img,
.product-body .product-image img {
    height: auto;
}

.product-details table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.product-details table td {
    font-size: 14px;
    font-family: var(--font-family-sora);
    padding: 0px 10px;
    border: 1px solid #ddd;
}

.tab-content ul li img {
    height: auto;
    width: 100%;
    max-width: 150px;
    margin-bottom: 8px;
}

.contact-left form.search-form,
.search-overlay-content form {
    width: 100%;
    position: relative;
}

.search-btn {
    top: 10px;
}

form.search-form input::placeholder {
    color: #565656 !important;
}
.related-products {
    position: relative;
    padding-bottom: 40px!important;
}

/* Pagination wrapper */
.related-products .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Bullet */
.related-products .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc!important;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* Hover */
.related-products .swiper-pagination-bullet:hover {
    background: #e3000f!important;
}

/* Active bullet */
.related-products .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 12px;
    background: #e3000f!important;
}

/* Dynamic bullets fix */
.related-products 
.swiper-pagination-bullets-dynamic 
.swiper-pagination-bullet {
    transform: scale(1);
}

/* Hide Swiper default notification */
.related-products .swiper-notification {
    display: none;
}
.is-sticky .search-btn {
    top: 5px;
}
#ajax-search-results {
    top: 100%;
    width: 100%;
    position: absolute;
    background: #fff;
}
.single-kwik-products .tab-content tbody tr:first-child {
    background: #df1019;
    color: #fff;
}
@media (max-width: 575px) {
    
  
    .search-btn-inner {
        right: 10px;
        border: none;
        font-size: 22px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 10px;
        color: red;
        background: none;
        position: absolute;
    }
    .related-products .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    }
    .related-products .swiper-pagination-bullet-active{
        width: 15px;
    }
    .related-products {
    padding-bottom: 20px !important;
}
}