/* index-page-style-start */

.page-banner-wrap .carousel-control-next, .carousel-control-prev {
    width: 7% !important;
    color: #EDBB06 !important;
    opacity: 1 !important;
}
/* .page-banner-wrap .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
} */
.page-banner-wrap .carousel-item {
    height: 422px;
}

.page-banner-wrap .carousel-control-prev-icon,
.page-banner-wrap .carousel-control-next-icon {
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  /* border: 1px solid black; */
  background-image: none;
}

.page-banner-wrap .carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: #EDBB06 ;
}

.page-banner-wrap .carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #EDBB06 ;
}
.wrok-shop-section{
    margin: 20px 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.work-shop-card {
    text-align: center;
    padding: 15px 7px;
    display: flex;
    align-items: center; /* Align content vertically within the card */
    justify-content: center; /* Align content horizontally within the card */
    flex-wrap: wrap;
    overflow: hidden;
    width: 13.2%; /* Ensure parent container divides this percentage properly */
    z-index: 1;
    position: relative; /* Enable z-index to function */
    background-color: #0C7CBF;
    min-height: 100px;
}

.work-shop-card-img{
    width: 49%;
    transition-duration: 1000ms;
}
.work-shop-card-img:hover, .work-shop-card-img:focus{
    transform: scale(1.1);
}
.work-shop-card-title{
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    transition-duration: 1000ms;
}
.work-shop-card-title:hover, .work-shop-card-title:focus{
    transform: scale(1.1);
}
.worker-tools{
    font-size: 15px;
    font-weight: 300;
    transition-duration: 1000ms;
    margin-bottom: 15px;
    color: #fff;
}
.worker-tools:hover, .worker-tools:focus{
    transform: scale(1.1);
}
.work-shop-btn-wrap{
    transition-duration: 1000ms;
    transition: .5s;
}
.work-shop-btn{
    font-size: 12px;
    font-weight: 500;
    border-radius: 0px;
    padding: 10px 10px 10px 10px;
    background-color: #EDBB06;
    border: 2px solid #EDBB06;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}
.work-shop-btn:hover{
    background-color: #4DA5DC;
    border-color: #4DA5DC;
}
.offer-section{
    margin-top: 50px;
}
.offer-head img{
    width: 25px;
    height: 25px;
}
.offer-title{
    font-size: 43px;
    line-height: 47px;
    font-weight: 700;
    color: #54595f;
    margin: 20px 0; 
}
.product-card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    border: 1px solid #D2D2D27A;
    border-radius: 1px;
    box-shadow: 6px 7px 16px -7px rgba(171.70000000000002, 171.70000000000002, 171.70000000000002, 0.5);
    padding: 7%;
    z-index: 10;
    position: relative;
    min-height: 440px;
}
.product-img:hover, .product-img:focus{
    transform: scale(1.1);
}
.product-img{
    width: 100%;
    max-width: 100%;
    height: 145px;
    object-fit: scale-down;
    object-position: center center;
    transition-duration: 0.3s;
    margin-top: 10px;
}
.product-title{
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 24px;
    color: #54595f;
    text-align: center;
    margin: 10px 0;
}
.price-area{
    padding-bottom: 20px;
}
.price-area p{
    font-size: 23px;
    font-weight: 600;
    color: #066097;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.price-area p span{
    text-decoration: line-through;
    font-size: 20px;
    font-weight: 600;
    color: #82AFCB;
}
.product-card-content {
    display: flex;
    flex-direction: column; /* Ensures a vertical layout */
    flex-grow: 1; /* Makes content grow to take available space */
}
.product-card-footer{
    padding-top: 20px;
    margin-top: auto;
    text-align: center;
    line-height: 14px;
    margin-bottom: 10px;
    border-top: 1px solid #EDBB06;
}
.product-card-footer a{
    font-size: 12px;
    font-weight: 300;
    color: #A5A5A5;
}
.product-card-btn{
    font-size: 15px;
    font-weight: 400;
    border-radius: 1px;
    padding: 15px 0px;
    color: #FFFFFF;
    background-color: #0078C6;
    transition: all 0.2s;
    display: block;
    text-align: center;
}
.product-card-btn:hover{
    color: #FFFFFF;
    background-color: #EDBB06;
}
.sale-widget{
    position: absolute;
    background-color: #EDBB06;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0 10px;
    left: 50%;
    top: 4%;
    transform: translate(-50%, -4%);
    z-index: 1;
}
.linked-section{
    margin-bottom: 100px;
}
.linked-section-left-banner{
    width: 800px;
    height: 156px;
}
.cat-banner{
    width: 800px;
    height: 156px;
    max-width: 100%;
    border-radius: 4px;
    object-fit: contain;
}
.cat-banner-right{
    max-width: 100%;
    border-radius: 4px;
    width: 335px;
    object-fit: contain;
}
.new-product-section{
    background-color: transparent;
    background-image: linear-gradient(181deg, #0473B7 70%, #4DA5DC 100%);
}
.new-product-title{
    font-size: 43px;
    font-weight: 700;
    letter-spacing: -0.7px;
    color: #FFFFFF;
    text-align: center;
    padding: 40px 0;
}
.product-slider{
    width: calc(100% - 60px);
    margin: 0 auto;
}
.slider-card{
    padding: 15px;
    background-color: #fff;
    margin: 0 7px;
}

.banner-link-img{
    margin: 0 auto;
    width: 1160px;
    height: 300px;
    object-fit: contain;
    border-radius: 4px;
    display: block;
}
.client-img-silder{
    display: flex !important;
    justify-content: center;  /* Centers image horizontally */
    align-items: center;      /* Centers image vertically */
    padding: 10px;
    height: 150px !important; 
    margin: 0 25px;
}
.social-link-slider{
    padding: 70px 0 25px;
}
.client-img-silder img{
    max-width: 100%;          /* Makes the image responsive */
    max-height: 100%;         /* Ensures image fits within the container */
    height: auto;
    width: auto;
}
.link-slider-img-wrap{
    max-width: 1144px;
    margin: 0 auto;
}
.shop-page-btn-wrap{
    width: fit-content;
    float: right;
    margin: 25px 0 40px;
}
.shop-page-btn{
    font-size: 15px;
    font-weight: 400;
    border-radius: 1px;
    padding: 15px 0px;
    color: #FFFFFF;
    background-color: #EDBB06;
    transition: all 0.2s;
    display: block;
    text-align: center;
    padding: 10px 20px;
    box-shadow: 6px 7px 16px -7px rgba(0, 0, 0, 0.5);
}
.shop-page-btn:hover{
    background-color: #0078C6;
    color: #ffffff;
}
.other-link-section{
    margin-top: 70px;
}
/* index-page-style-ended */


/* shop-page-styling-start */
.shop-banner-wrap{
    background-image: url(./images/shop-banner.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 226px;
    position: relative;
    display: flex;
    justify-content: center; /* Horizontally center content */
    align-items: center; /* Vertically center content */
    text-align: center;
}

.shop-banner-wrap::before {
    content: "";
    background-image: linear-gradient(159deg, #00446A 0%, #0E507B 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.86;
}
.shop-banner-content-wrapper{
    position: relative;
}
.shop-banner-content{
    position: relative;
            z-index: 2;
}
.shop-banner-content h1{
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.6px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.shop-banner-content p{
    text-align: center;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 300;
    line-height: 12px;
}
.shop-content-wrap{
    padding: 3% 2%;
    display: flex;
}
.shop-left-filter-content{
    width: 15%;
    border-right: 1px solid #ECECEC;
    margin-right: 16px;
    padding-right: 20px;
}
.filter-img-wrap img{
    width: 55px;
    height: 40px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.filter-img-wrap h2{
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.6px;
    color: #686868;
    text-align: center;
    margin: 20px 0;
}
.filter-img-wrap h2 b{
    font-weight: 700;
    padding-right: 6px;
}

/* range-slider-styling-start */
.custom-slider{
    margin: 30px 0;
}
.custom-slider h2{
    font-weight: 500;
    color: #333333;
    font-size: 24px;
}
.custom-slider .slider-label {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    color: #333;
    font-size: 14px;
    line-height: 1;
}

.custom-slider .ui-slider-range {
    background-color: #2B8ECF;
}

.custom-slider .price-bubble {
    position: absolute;
    top: -36px;
    background: #2B8ECF;
    color: white;
    padding: 5px 10px;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 12px;
    left: 7px;
}

.custom-slider .price-bubble::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2B8ECF;
}
/* Customize the range bar */
.custom-slider .ui-slider .ui-slider-range {
    background-color: #2B8ECF !important; /* Blue color for the range */
    border: none; /* Remove any border if present */
    height: 4px; /* Adjust the thickness of the range */
}

/* Customize the slider track */
.custom-slider .ui-slider {
    background-color: #e0e0e0; /* Light gray track background */
    border-radius: 4px; /* Rounded edges for the track */
    height: 8px; /* Height of the track */
}

/* Customize the handles */
.custom-slider .ui-slider .ui-slider-handle {
    border: 2px solid #2B8ECF; /* Blue border for handles */
    background-color: white; /* White background for handles */
    border-radius: 50%; /* Round shape */
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.custom-slider .ui-slider-horizontal {
    height: 0.3em !important;
}
.custom-slider .ui-slider .ui-slider-handle {
    width: 1em !important;
    height: 1em !important;
}
.custom-slider .ui-slider-horizontal .ui-slider-handle {
    top: -0.4em !important;
}
.custom-slider .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #2B8ECF !important;
    border: 2px solid #2B8ECF !important;
    color: #2B8ECF !important;
}
.custom-slider .ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #2B8ECF !important;
}
.custom-slider .ui-widget-content {
    border: none !important;
    background: #dee4ec !important;
}
/* range-slider-styling-ended */

.list-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #767676;
}
.list-breadcrumb .breadcrumb-item .active {
    color: #0473B7;
}
.categories-area{
    margin-bottom: 40px;
}
.categories-area h3{
    font-size: 19px;
    font-weight: 300;
    letter-spacing: -0.6px;
    color: #686868;
    text-align: center;
    margin-bottom: 15px;
}
.categories-area-content{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.categories-widget{
    background-color: #0C7CBF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 6px;
    padding: 0 10px;
    min-height: 125px;
    width: 50%;
}
.categories-widget:hover {
    background-color: #1B9EEC;
}
.categories-img{
    width: 60px;
    height: 60px;
}
.categories-sub-title{
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
    margin: 10px 0;
    line-height: 16px;
}
.brand-card{
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 6px;
    padding: 10px;
    width: 50%;
    min-height: 120px;
    border: 1px solid #EAEAEA;
}
.brand-card:hover{
    background-color: #1B9EEC;
}
.brand-images{
    width: 60px;
    height: auto;
}


/* shop-right-side-styling-start */
.shop-right-content{
    width: calc(100% - 15%);
    padding: 10px;
}
.breadcrumb-item{
    font-size: 18px;
    line-height: 18px;
}

.product-card-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 cards in a row */
    gap: 20px; /* Spacing between cards */
    margin-bottom: 20px;
}


/* product-detail-page-styling-start */
.product-detail-content{
    padding: 2%;
    display: flex;
    align-content: initial;
    align-items: stretch;
    align-self: auto;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 10px;
}
.product-detail-left{
    width: 42%;
    padding: 2%;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* align-items: center; */
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.product-detail-left-title{
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.6px;
    color: #FFFFFF;
    background-color: #EDBB06;
    border-radius: 4px;
    padding: 0.5% 4%;
    width: fit-content;
    margin-left: 8%;
}

.product-detail-right{
    width: 56%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #003E65 0%, #066097 100%);
    display: flex;
    /* justify-content: center; */
    gap: 15px 15px;
    border-radius: 5px;
    box-shadow: 6px 7px 16px -7px rgba(0, 0, 0, 0.5);
    padding: 4%;
    flex-direction: column;
}
.product-detail-breadcrumb .breadcrumb-item > a{
    color: #FFFFFF;
    font-size: 14px;
}
.product-detail-breadcrumb .breadcrumb-item .active {
    color: #EDBB06 !important;
}
.product-detail-breadcrumb .breadcrumb-item+.breadcrumb-item{
    padding-left: 2px;
}
.product-detail-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 2px;
    font-size: 12px;
}

.prodect-detail-title{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.6px;
    color: #FFFFFF;
}
.description-product{
    color: #fff;
    font-size: 15px;
}
.description-product:hover{
    color: #EDBB06;
}
.product-detail-price p{
    color: #FFFFFF;
    font-size: 27px;
    font-weight: 700;
}
.product-detail-price .line-text{
    text-decoration: line-through;
    font-weight: 400;
    color: #80A3B9;
}
.detail-input-widget tr{
    border-color: transparent;
}
.detail-input-widget tr td{
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
    width: 50%;
}
.detail-input-widget .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: #fff !important;
}
.number-filed-wrap{
    width: 60px;
}
.add-cart-btn{
    font-size: 17px;
    padding: 8px 10px;
    border-radius: 4px;

}
.delivery-detail-wrap ul li{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 10px;
}
.delivery-detail-wrap ul li svg{
   width: 38px;
   height: 38px;
   fill: #ffffff;
   margin-right: 10px;
}
.custom-tabs-wrap{
    padding: 2%;
}
.custom-tabs-wrap .ui-widget-header {
    border: none;
    background: transparent;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #d3ced2;
    border-radius: 0;
}
.custom-tabs-wrap .ui-widget-content{
    background-color: #fff;
}
.custom-tabs-wrap .ui-widget.ui-widget-content{
    border: none;
}
.custom-tabs-wrap .ui-tabs .ui-tabs-nav li{
    font-size: 18px;

}
.custom-tabs-wrap .ui-tabs .ui-tabs-nav li {
    margin-right: 0;
    border-right: 1px solid #fff !important;
}
.description-title{
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0;
    color: #8d8d8d;
}
.description-para{
    font-size: 16px;
    font-weight: 300;
}
.information-detail-wrap td{
    font-weight: 400;
    font-size: 15px;
    color: #7A7A7A;
}
.information-detail-wrap td:first-child{
    width: 150px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #7A7A7A;
}
.related-product-wrap{
    padding: 2%;
    display: flex;
    align-items: anchor-center;
}
.related-left{
    width: 11.5%;
}
.related-right{
    width: calc(100% - 15.5%);
}
.related-left img{
    width: 90px;
    height: 370px;
}



.wrapper {
    position: relative;
    margin: 0 auto;
    width: 550px;
    display: flex; /* Use flexbox for proper alignment */
    flex-direction: column-reverse;
  }
  
  .img-selection {
    display: flex; /* Align thumbnails vertically */
    margin-right: 10px;
    justify-content: center;
    width: 450px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  
  .img-thumbnail:first-of-type {
    margin-top: 0;
  }
  
  .img-thumbnail {
    margin-bottom: 10px; /* Adjust spacing between thumbnails */
    width: 100px; /* Adjust thumbnail width */
    height: 100px; /* Adjust thumbnail height */
    border: 1px solid transparent;
    cursor: pointer;
    transition: 0.3s ease;
    opacity: 0.5;
  }
  
  .img-thumbnail:hover {
    opacity: 1;
  }
  
  .img-thumbnail.selected {
    opacity: 1;
  }
  
  .big-img {
    position: relative;
    width: 440px;
    height: 440px;
    /* border: 1px solid #ddd; */
    cursor: zoom-in;
    overflow: hidden;
    margin: 0 auto;
  }
  
  .big-img img.display-img {
    width: 100%;
  }
  .big-img img.zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Default size before zoom */
    opacity: 0; /* Initially hidden */
    transition: width 0.3s ease, opacity 0.3s ease, top 0.3s ease, left 0.3s ease;
  }
  .product-logo img{
    max-width: 50%;
    margin: 0 auto;
    display: block;
    padding-top: 25px;
  }
  .mobile-product-detail-title{
    position: absolute;
    z-index: 1;
    left: 20px;
    bottom: 0;
  }

  /* gift-page-styling-start */
  .gift-input-widget table{
    width: 85%;
  }
  .gift-input-widget tr td{
    width: 100%;
    text-align: start;
    border: none;
    padding-left: 0;
    padding-right: 0;
  }
  .gift-input-widget tr td label{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #7A7A7A;
    line-height: 14px !important;
  }
  .delivery-select-area{
    border: 1px solid #fff;
    padding: 20px;
  }
  .delivery-select-area label{
    font-weight: 500 !important;
  }
  .preview-title{
    color: #0473B7;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .gift-img{
    height: auto !important;
  }
  .modal-icon-wrap {
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 25px;
    right: 75px;
    z-index: 1;
    cursor: pointer;
}

/* caterpillar-page-styling-start */
.caterpillar-banner-wrap{
    background-image: url(./images/Caterpillar-banner.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 226px;
    position: relative;
    display: flex;
    justify-content: center; /* Horizontally center content */
    align-items: center; /* Vertically center content */
    text-align: center;
}
.shop-banner-content img{
    padding: 2% 0px;
    max-width: 26%;
}
.caterpillar-page-wrap{
    max-width: 85%;
    padding: 3% 2%;
    margin: 0 auto;
}
.caterpillar-price p {
    color: #005A95 !important;
}
.caterpillar-product-card-btn{
    background-color: #EDBB06;
    padding: 12px 0;
    border-radius: 5px;
}
.caterpillar-product-card:hover{
    box-shadow: 6px 7px 16px -7px rgba(0, 0, 0, 0.5);
}
.caterpillar-baidge{
    position: absolute;
    left: 20px;
    background: #EDBB06;
    padding: 0 15px;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.caterpillar-product-card{
    min-height: 408px;
}

/* login-page-styling-start */
.login-title{
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 45px;
}
.fa-eye, .fa-eye-slash {
    position: absolute;
    right: 10px;
    top: 65%;
    transform: translateY(-65%);
}
.addressFormItem {
    position: relative;
}
.delivery-select-area .form-check-input{
    width: 0.6em;
    height: 0.6em;
}
.delivery-select-area .form-check-input:checked[type=radio]{
    background: #0d6efd;
}
.delivery-select-area .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #fff;
}
.delivery-select-area .form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
}
.delivery-select-area .form-check {
    display: flex;
    gap: 10px;
    margin-bottom: -3px;
}





@media only screen and (max-width: 1200px) {
    .page-banner-wrap .carousel-item {
        height: 260px;
    }
    .work-shop-card{
        width: 32%;
    }
    .linked-section-left-banner{
        width: 100%;
        margin: 0 auto;
    }
    .linked-section-right-banner{
        display: none;
    }
    .linked-section-left-banner-wrap{
        text-align: center;
        width: 100%;
    }
    .banner-link-img{
        width: 800px;
        height: 220px;
    }
    .product-card-container {
        grid-template-columns: repeat(3, 1fr); /* Show 3 cards in a row */
    }
    .shop-left-filter-content {
       display: none;
    }
    .shop-right-content {
        width: 100%;
        padding: 10px;
    }
    .related-left{
        display: none;
    }
    .related-right{
        width: 95%;
        margin: 0 auto;
    }
    .big-img {
        width: 340px;
        height: 380px;
    }
    .product-detail-left-title{
        margin-left: 15%;
    }
    
    .wrok-shop-section{
        justify-content: flex-start;
    }
    .linked-section{
        margin-bottom: 50px;
    }
    .modal-icon-wrap {
        top: 25px;
        right: 100px;
    }
    .img-selection {
        width: 370px;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1300px) { 
    
    .banner-link-img {
        margin: 0 auto;
        width: 940px;
        height: 240px;
        object-fit: contain;
        border-radius: 4px;
        display: block;
    }
    .social-link-slider {
        padding: 70px 0 180px;
    }
    .shop-content-wrap{
        padding: 3% 2% 15%;
    }
    .filter-img-wrap img {
        width: 35px;
    }
    .filter-img-wrap h2{
        margin: 0px 0 20px;
    }
    .related-product-wrap{
        padding: 2% 2% 15%;
    }
    .caterpillar-page-wrap {
        padding: 3% 2% 15%;
    }
}

@media only screen and (max-width: 998px){
    .cat-banner{
        width: 600px;
        height: 156px;
    }
    .banner-link-img{
        width: 800px;
        height: 220px;
    }
    .banner-link-img{
        width: 600px;
        height: 170px;
    }
    .big-img {
        width: 250px;
        height: 250px;
    }
    .product-detail-left-title{
        margin-left: 25%;
    }
    .modal-icon-wrap {
        top: 25px;
        right: 150px;
    }
    .img-selection {
        width: 300px;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 998px){
    .img-thumbnail {
        margin-bottom: 10px; /* Adjust spacing between thumbnails */
        width: 80px; /* Adjust thumbnail width */
        height: 80px; /* Adjust thumbnail height */
        border: 1px solid transparent;
        cursor: pointer;
        transition: 0.3s ease;
        opacity: 0.5;
      }
}
@media only screen and (max-width: 768px) {
    .page-banner-wrap .carousel-item {
        height: 136px;
    }
    .work-shop-card{
        width: 47%;
    }
    .cat-banner{
        width: 400px;
        height: 156px;
    }
    .banner-link-img{
        width: 100%;
        height: 170px;
    }
    .product-card-container {
        grid-template-columns: repeat(2, 1fr); /* Show 2 cards in a row */
    }
    .product-detail-content {
        flex-direction: column;
    }
    .product-detail-left, .product-detail-right{
        width: 100%;
    }
    .caterpillar-page-wrap{
        max-width: 100%;
    }
    .cat-banner {
        width: 100%;
        height: 156px;
    }
    .wrok-shop-section {
        justify-content: center;
    }
    .wrapper{
        width: 100%;
    }
    .modal-icon-wrap {
        top: 15px;
        right: 32%;
    }
    .mobile-product-detail-title{
        position: relative;
    }
    .img-selection {
        width: 350px;
    }
    .page-banner-wrap .carousel-control-next, .carousel-control-prev {
       bottom: 38px;
    }
}

@media only screen and (max-width: 500px){
    .detail-wrapper{
        padding: 0;
    }
}