/**
 * HDCart Primdog Custom Styles
 * Child theme customizations
 */

/* ========================================
   Slider Responsive Styles
   ======================================== */

/* Custom CSS for Primdog Child Theme */


#main-slider {
  position: relative;
}

#main-slider .slick-slide {
  height: auto !important;
}

#main-slider img {
  display: block;
  width: 100%;
  height: auto;
}

.wrapper.xl\:\!max-w-\[996px\].flex.flex-col.gap-3.items-start.w-full.pb-10.lg\:pb-\[60px\] {
    display: none;
}

.page a {
    white-space: nowrap;
}

.sizeguide {
    overflow-x: auto;
}

.sizeguide table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
}

.sizeguide th,
.sizeguide td {
    padding: 6px;
    text-align: center;
    border: 1px solid #ddd;
    white-space: nowrap;
}

.sizeguide thead tr:first-child th {
    text-transform: lowercase;
}

.sizeguide thead tr:first-child th::first-letter {
    text-transform: uppercase;
}


