/* Global safety */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.single-product table.table,
.single-product table.table tr,
.single-product table.table tr th,
.single-product table.table tr td {
    border: 1px solid #2A5A5A;
}

/* =========================
   Product Archive Banner
========================= */

.product-archive-banner {
    padding: 150px 0;
    text-align: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.product-archive-banner h1 {
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* =========================
   Price Match Box
========================= */

.price-match-text {
    background: #285A59;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;

    padding: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.price-match-text h2 {
    color: #fff;
    text-align: center;
    font-size: 16px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    gap: 40px;
}

/* =========================
   Price Text
========================= */

.text-l {
    font-size: 60px;
    line-height: 60px;
    color: #ff9f00;
    font-weight: 500;
    /*letter-spacing: -4px;*/

    display: block;
}

/* Grid fallback for older browsers */
@supports (display: grid) {
    .text-l {
        display: grid;
    }
}

.subline {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    letter-spacing: 0;
}

/* =========================
   Custom Sizes Box
========================= */

.cust_heavy_duty_sizes {
    border: 0.55px solid #2A5A5A;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;

    padding: 10px;
    margin-top: 20px;
    color: #2A5A5A;
    font-weight: 600;
}

/* =========================
   Images
========================= */

.paypal_logo {
    width: 20px;
    margin-left: 5px;
}

.paragraph-delever img {
    width: 31.56px;
}

.added-imagemar img {
    width: 100%;
    height: auto;
    display: block;
}

/* =========================
   Typography
========================= */

.item_no {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.price_box11 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 10px;
}

.current_price {
    font-weight: 700;
    color: #FEA63D;
}

ul.list-inline.m-0 li h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

/* =========================
   Shop Details Box
========================= */

.Shop-details-1 {
    background: #F9F9F9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    padding: 10px;
    text-align: center;
}

.Shop-details-1 p {
    margin-bottom: 0;
}

/* =========================
   Delivery Text
========================= */

.paragraph-delever {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    float: left;
    width: 100%;
}

.yellow {
    background-color: #fea63d !important;
}

.input-text.qty.text {
    padding: 12px 12px !important;
    width: 112.93px;
}
/*.flex-control-nav.flex-control-thumbs {
    display: flex;
    gap: 10px;

    overflow-x: auto;
    overflow-y: hidden;

    white-space: nowrap;
    scroll-behavior: smooth;

    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}

.flex-control-nav.flex-control-thumbs li {
    flex: 0 0 auto;
}

.flex-control-nav.flex-control-thumbs img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
}

/* Hide scrollbar (optional) */
.flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
    /*display: none;*/
}

button.single_add_to_cart_button.button.alt {
    width: 100%;
    background: #FEA63D;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #FEA63D !important;
}

button.single_add_to_cart_button.button.alt:hover {
    background: #285A59;
    border: 1px solid #285A59 !important;
}

.cart_btn546 {
    gap: 20px;
}

.table-bordered th {
    background-color: #285A59 !important;
    color: #fff !important;
}

.mx-3 {
    margin: 0 !important;
}
ul.list li {
    list-style-type: none;
    position: relative;
    padding-left: 31px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 10px;
}

ul.list li:last-child {
    margin-bottom: 0;
}

ul.list li::before {
    content: "";
    background-image: url("https://thewimbaway.stagingweb.net/wp-content/uploads/2026/01/Vector.webp");
    height: 21px;
    width: 21px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 3px;
}

.share-link,
.contact-links {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

.share-link a img,
.contact-links a img {
    width: 32px;
    margin-right: 5px;
}

/* ==============================
   Slick Slider Wrapper
================================ */

.slider-box {
  position: relative;
  padding: 30px 0; /* top & bottom space */
}

/* ==============================
   Gap Between Slides
================================ */

.slider-box .slick-slide {
  padding: 0 12px;
  box-sizing: border-box;
}

.slider-box .slick-list {
  margin: 0 -12px;
  padding: 25px 0;
}

/* ==============================
   Pagination Dots
================================ */

.slider-box .slick-dots {
  position: relative;
  bottom: -20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 0;
}

/* Dots container */
.slider-box .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
}

/* Each dot */
.slider-box .slick-dots li {
  list-style: none;
  width: 10px;
  height: 10px;
  margin: 0;
}

/* Button reset */
.slider-box .slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 50%;
  background: #2a5a5a;
  border: none;
  font-size: 0;
  cursor: pointer;
}

/* Remove default slick pseudo element */
.slider-box .slick-dots li button::before {
  content: none;
}

/* Active dot */
.slider-box .slick-dots li.slick-active button {
  background: #FF9F00;
}


/* ==============================
   Card Content Padding
================================ */

.lower-content {
  padding: 15px;
}

/* Thumbnail wrapper */
.wc-thumb-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

/* Arrow buttons */
.wc-thumb-btn {
    background: #000;
    color: #fff;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc-thumb-prev {
    margin-right: 6px;
}

.wc-thumb-next {
    margin-left: 6px;
}

/* Optional hover */
.wc-thumb-btn:hover {
    background: #333;
}