/*----------------------
Fonts
-----------------------*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-content {
    display: inline-block;
    animation: marquee 20s linear infinite;
}

/* Duplicate content to create seamless loop */
.marquee-content > div {
    display: inline-block;
}

.marquee-content span {
    font-size: 18px;
    padding-right: 50px;
    color: #fff;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Move only half the width since content is duplicated */
    }
}

body .navbar .nav-item .dropdown-menu .dropdown-menu-top .dropdown-menu.submenu,
body .navbar .nav-item .dropdown-menu .dropdown-menu-top:hover .dropdown-menu.submenu {
    display: none;
}

html body .navbar .nav-item .dropdown-menu .dropdown-menu-top .dropdown-menu.showss {
    display: block !important;
}

.page-id-5319,
.page-id-5359,
.page-id-5446 {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 500;
}

.page-id-5319 h1, 
.page-id-5319 .h1,
.page-id-5359 h1, 
.page-id-5359 .h1,
.page-id-5446 h1, 
.page-id-5446 .h1, 
.page-id-5319 h2, 
.page-id-5319 .h2,
.page-id-5359 h2, 
.page-id-5359 .h2,
.page-id-5446 h2, 
.page-id-5446 .h2, 
.page-id-5319 h3, 
.page-id-5319 .h3,
.page-id-5359 h3, 
.page-id-5359 .h3, 
.page-id-5446 h3, 
.page-id-5446 .h3, 
.page-id-5319 h4, 
.page-id-5319 .h4,
.page-id-5359 h4, 
.page-id-5359 .h4, 
.page-id-5446 h4, 
.page-id-5446 .h4, 
.page-id-5319 h5, 
.page-id-5319 .h5,
.page-id-5359 h5, 
.page-id-5359 .h5,
.page-id-5446 h5, 
.page-id-5446 .h5, 
.page-id-5319 h6, 
.page-id-5319 .h6,
.page-id-5359 h6, 
.page-id-5359 .h6,
.page-id-5446 h6, 
.page-id-5446 .h6 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
}

.page-id-5319 p,
.page-id-5359 p,
.page-id-5446 p {
    color: #666;
}

.page-id-5319 .footer p,
.page-id-5359 .footer p,
.page-id-5446 .footer p {
    color: #fff !important;
}

.page-id-5319 a,
.page-id-5359 a,
.page-id-5446 a {
    color: #fea63d;
}

body.page-id-5319 .btn-primary,
body.page-id-5359 .btn-primary,
body.page-id-5446 .btn-primary {
    background-color: #FF9F00;
    border-color: #FF9F00;
}

body.page-id-5319 .btn-primary:hover,
body.page-id-5359 .btn-primary:hover,
body.page-id-5446 .btn-primary:hover {
    background-color: #fff;
    border: 1px solid #FF9F00 !important;
}

.home-hero-section h1{
    font-weight: 700;
}

button.mgbutton.moove-gdpr-infobar-allow-all {
    border: 2px solid #1D3B33 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
    border: 2px solid #202020 !important;
}
button.mgbutton.moove-gdpr-infobar-reject-btn {
    border: 2px solid #1D3B33 !important;
    background-color: transparent !important;
    color: #1D3B33 !important;
}

.title-h2 {
    font-size: 2rem;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gdpr_lightbox {
    z-index: 999999 !important;
}

.moove-gdpr-info-bar-container {
    background: #fff;
    max-width: 600px;
    padding: 40px 40px !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    display: grid;
    padding: 0 !important;
}

.moove-gdpr-cookie-notice {
    text-align: center;
}

.moove-gdpr-cookie-notice p:first-child {
    display: none;
}

.moove-gdpr-button-holder {
    padding-left: 0 !important;
    margin-top: 20px !important;
    justify-content: center;
}

body .moove-gdpr-infobar-reject-btn:hover{
    color: #000 !important;
}

#sb_instagram .sbi_follow_btn a {
    background-color: #FF9F00 !important;
    border: 1px solid #FF9F00;
    padding: 0.58rem .75rem;
    border-radius: 0;
    margin-top: 20px;
}

body #sb_instagram .sbi_follow_btn a:hover {
    background-color: #fff !important;
    border-color: #FF9F00;
    color: #FF9F00;
    box-shadow: none;
}

/*-----------------------
        Top Bar
    -----------------------*/
.new-top-bar{
    background-color: #2c5859;
    padding: 5px 0;
}

.new-top-bar marquee {
    color: #fff;
    display: flex;
}

/*--------------------------
Google Reviews
-----------------------------*/

body .grw-header {
    background-color: #fff !important;
}

.grw-review-inner.grw-backgnd {
    padding: 0 !important;
}

body .grw-reviews .wp-google-left {
    background-color: #1D3B33 !important;
    padding: 10px !important;
}
body .wp-gr.wpac .wp-google-name {
    color: #fff!important;
}

body .wp-gr .wp-google-time {
    color: #fff!important;
}

body .wp-gr .rpi-dots-wrap {
    padding-top: 25px !important;
}

.wp-gr .grw-review-inner>svg {
    padding: 6px;
    background: #fff;
    border-radius: 30px;
}

body .wp-google-feedback {
    padding: 0px 10px  10px 10px!important;
    margin-bottom: 15px !important;
}

span.wp-stars .wp-star svg {
    color: #fbbc04 !important;
    width: 14px !important;
}

body .wp-gr .grw-review .wp-google-stars {
    margin: 5px 10px 10px !important;
}
.wp-gr .rpi-dot {
    background-color: #ff9f00 !important;
}
.wp-gr .rpi-dot.active {
    background-color: #ff9f00 !important;
}

.wp-gr.wpac .wp-google-left img {
    display: none;
}
/*-----------------------

        Home Page
    -----------------------*/
.home-hero-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    color: #fff;
}

.tagline {
    font-size: 15px;
    font-weight: 600;
    color: #FF9F00 !important;
    margin-bottom: 0;
   font-family: "Roboto", sans-serif !important;
    font-weight: 600;
    font-style: normal;
}

.tagline2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.tagline2 a:hover {
    color: #fff;
}

.home-hero-section video.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.home-hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Adjust overlay opacity */
    z-index: 2;
}

.home-hero-section .container {
    position: relative;
    z-index: 3;
}

.home-hero-section .tagline,
.home-hero-section .title,
.home-hero-section p,
.home-hero-section .hero-cta {
    color: #fff;
}

.home-hero-section .hero-cta {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.google-tag {
    margin-bottom: 5px;
}

span.hero-ratings i {
    font-size: 14px;
    color: #FF9F00;
}

html body .btn-green,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: #fff;
    background-color: #1D3B33;
    border-color: #1D3B33;
}

html body .btn-green:hover {
    color: #1D3B33;
    background-color: transparent;
    border-color: #1D3B33;
}

html body .btn-outline {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

html body .btn-outline:hover {
    color: #1D3B33;
    background-color: #fff;
    border-color: #fff;
}

/*=============================*/
.home-credibility-section {
    background-color: #1D3B33;
    padding: 30px 0;
}

.cred_container {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
}

.usp_block {
    position: relative;
    text-align: center;
    cursor: pointer;
    align-items: center;
    display: flex;
    gap: 10px;
}

.usp_block img {
    width: 48px;
    margin-right: 5px;
}

.usp_block h3 {
    color: #fff;
    font-size: 18px;
}

.usp_block-popup {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    background: #fff;
/*    color: #fff;*/
    padding: 12px 15px;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    z-index: 10;
    text-align: left;
    margin-top: 10px;
}

.usp_block-popup h6 {
    font-size: 18px;
    font-weight: 700 !important;
}

.usp_block-popup span {
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
}

.customize-notify:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff; /* Adjust the color as needed */
}


/*=================================*/
.home-key-benefits {
    padding: 53px 0 0px 0;
    text-align: center;
}

.key-benefits-box {
    max-width: 300px;
    margin: 0 auto 60px;
}



.key-benefits-box img {
    width: 50px;
    height: 50px;
}

.home-key-benefits .text-wrapper-2 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin: 15px 0 8px 0;
}

.home-key-benefits .p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #666;
}

/*=================================*/
.category-box {
    padding: 15px;
}

.category-thumbnail {
    position: relative;
}

.category-thumbnail h3.category-title {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
}

.category-box-inner .category-thumbnail img{
    height: 250px;
    width: 100%;
    object-fit: cover;

}

.category-box-inner {
    position: relative;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/*.category-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: rgb(0 0 0 / 75%);
}*/

.category-content {
    padding: 20px;
    text-align: center;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: transform .3s ease-in-out;
}

.category-box-inner:hover .category-content{
    transform: scale(1);
}

.category-title{
    font-weight: 600 !important;
}

.category-description {
    font-size: 15px;
}

.category-cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

#home-product-category-carousel {
    padding: 44px 0 56px 0;
    background-color: #f2f2f2;
}

#home-product-category-carousel .slick-next:before, 
.home-best-selling-slider .slick-next:before,
.cross-selling-slider .slick-next:before, 
#home-product-category-carousel .slick-prev:before,
.home-best-selling-slider .slick-prev:before,
.cross-selling-slider .slick-prev:before {
    color: #1D3B33 !important;
}

#home-product-category-carousel .slick-dots li button:before,
.home-best-selling-slider .slick-dots li button:before,
.cross-selling-slider .slick-dots li button:before{
    font-size: 20px;
    color: #1D3B33;
}

#home-product-category-carousel .slick-dots li.slick-active button:before,
.home-best-selling-slider .slick-dots li.slick-active button:before,
.cross-selling-slider .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #1D3B33;
}

/*==============================================================*/
.home-best-price-section {
    background-color: #1D3B33;
    padding: 53px 0 50px 0;
    color: #fff;
    text-align: center;
}

.home-best-price-section h2 {
    color: #fff;
    margin-bottom: 20px;
}

.news-block .lower-content {
    min-height: 155px;
}

.home-best-price-section p {
    color: #fff;
}

.home-best-price-section p b a:hover {
    color: #fff;
}

/*-----------------------
       home-best-selling-section
    -----------------------*/

#home-best-selling-section {
    padding: 52px 0 58px !important;
}

#home-best-selling-section .home-best-selling-slider .slick-next:before,
#home-best-selling-section .cross-selling-slider .slick-next:before, 
#home-best-selling-section .home-best-selling-slider .slick-prev:before,
#home-best-selling-section .cross-selling-slider .slick-prev:before {
    color: #000;
    font-size: 30px;
}
#home-best-selling-section .slick-track {
    display: flex !important;
    align-items: stretch;
}

#home-best-selling-section .slick-slide {
  height: auto;
}

.best-selling-ratings {
    display: flex;
    align-items: center;
    gap: 5px;
}

#home-best-selling-section .inner-box {
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.product-content {
    padding: 15px 15px 60px 15px;
}

.product-content .text {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 23px;
}

span.you-save-text {
    background: red;
    padding: 4px 10px;
    border-radius: 16px;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 12px !important;
    position: absolute;
    top: 15px;
    right: 15px;
}

.quick-view-btn {
    background-color: #000;
    border-color: #000;
    color: #ffffff !important;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    display: none;
    transition: all 0.5s ease;
}

.quick-view-btn:hover {
    color: #ffffff;
}

#home-best-selling-section .news-block {
    padding: 10px 10px;
    margin: 0;
}

#home-best-selling-section .image-box {
    text-align: center;
}

#home-best-selling-section .image-box:hover .quick-view-btn {
    display: block;
}

.product-ratings {
    margin: 10px 0;
}

.avg-rating-text {
    line-height: 1;
    font-weight: 600;
        color: #666
}

.best-selling-ratings .star-rating span {
    color: #fbbc04;
}

.best-selling-ratings .star-rating::before {
    color: #fbbc04;
}

.quick-view-modal {
    position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6); z-index: 9999;
    display: flex; align-items: center; justify-content: center;
}

.quick-view-content {
    background: #fff; padding: 20px; max-width: 600px;
    width: 90%; border-radius: 10px; position: relative;
}

.close-quick-view {
    background: #f2f2f2;
    color: #1D3B33;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -15px;
    right: -15px;
    position: absolute;
    border-radius: 30px;
    font-size: 24px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.quick-view-product {
    display: flex; 
    align-items: center;
    flex-wrap: wrap; 
    gap: 20px;
}

.quick-view-gallery {
    flex: 1;
    width: 50%;
}

.quick-view-details {
    flex: 1;
    width: 50%;
}

.gallery-thumbnails {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 10px 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; /* iOS momentum scroll */
}

.gallery-thumbnails::-webkit-scrollbar {
  height: 6px;
}

.gallery-thumbnails::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.gallery-thumbnails img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  flex-shrink: 0;
  border: 2px solid transparent;
  transition: border 0.3s;
}

.gallery-thumbnails img:hover,
.gallery-thumbnails img.active {
  border-color: #C49B00;
}

.best-selling-buy-now,
.compare-button {
    /*display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;*/
    position: absolute !important;
    bottom: 15px;
}

.best-selling-buy-now span.date {
    background: transparent;
    color: #285958;
    padding: 3.5px 11px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
    border: 3px solid #285958;
}

/*------------------------------
    home-testimonials
------------------------------*/

#home-testimonials {
    padding: 50px 0 65px 0;
    background-image: url(https://thewimbaway.co.uk/wp-content/uploads/2025/05/video-img112.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: rgb(0, 0, 0, 0.75);
}

#home-testimonials .title-h2 {
    color: #fff !important;
    margin-bottom: 10px;
}

#home-testimonials .title-h2 .display-554  {
    margin-bottom: 30px;
}

/*#home-testimonials h4,
#home-testimonials p {
    color: #fff;
}*/

.home-testimonials-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.home-testimonials-slider .slick-slide {
    display: flex;
    height: auto;
}

.testimonial-item {
    margin: 0 15px;
    background: white;
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

#home-testimonials .image-and-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 24px;
    background-color: #1D3B33;
}

#home-testimonials p {
    color: #fff;
}

.title-testi h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 0px;
    text-align: left;
}

.title-testi .stars {
    color: #fbbc04;
    font-size: 14px;
}

#home-testimonials .gogle-img-div {
    background: #fff;
    padding: 6px;
    border-radius: 100%;
    text-align: center;
}

.testimonial-body {
    padding: 15px 15px 15px 15px;
    color: #666;
}

#home-testimonials h4{
    color: #1D3B33 !important;
    font-weight: 600 !important;
}

/*.testimonial-body .date {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}*/

/*-----------------------
        Home Why Choose Us
    -----------------------*/
.home-whychooseus-section {
    padding: 58px 0 58px 0;
    background-color: #f2f2f2;
}

.home-whychooseus-section ul {
    list-style-type: none;
    padding-left: 0;
}

.home-whychooseus-section ul li{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}

.home-whychooseus-section ul li i {
    margin-top: 5px;
    font-size: 14px;
    color: #FF9F00;
}

.whychooseus-cta-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

/*-----------------------
        Home Social Media
    -----------------------*/
.home-social-media-section {
    padding: 52px 0 50px 0;
    background-image: url('/wp-content/uploads/2025/05/IMG-20240721-WA0003.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: rgb(0, 0, 0, 0.75);
}

/*-----------------------
        Home Final CTA
    -----------------------*/

.home-final-cta-section {
    padding: 52px 0 60px 0;
}


/*-----------------------
    Hire Page
-----------------------*/

.marquee-comparison.hire-comparison {
    background-color: transparent;
}
.hire-hero-section {
    padding: 150px 0 150px 0;
    background-image: url('/wp-content/uploads/2025/04/Marquee-Hire.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-blend-mode: overlay;
    background-color: rgb(0, 0, 0, 0.75);
    color: #fff !important;
}

.hire-hero-section h1,
.hire-hero-section p{
    color: #fff;
}

/* Event Accessories CSS Start */

.event-accessories-section {
    padding: 60px 0;
    background-color: #f2f2f2;
}

.flip-box {
    background-color: transparent;
    width: 100%;
    height: 297px;
    perspective: 1000px;
    margin-bottom: 30px;
    position: relative;
}

.flip-front-view,
.flip-back-view {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
    border: 1px solid #1D3B33;
    padding: 3px;
    overflow: hidden;
}

.flip-box-data {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1D3B33;
    text-align: center;
}

.flip-front-view {
    transform: rotateY(0deg);
    z-index: 2;
    background: #fff;
}

.flip-front-view img {
    width: 100%;
    max-height: 201px;
    object-fit: cover;
}

.flip-front-content {
    padding: 10px;
}
.flip-front-view h3 {
    font-size: 18px;
    color: #fff;
}

.flip-front-view p{
    font-size: 15px;
    line-height: 19px !important;
    color: #fff;
    margin-bottom: 0;
}

.flip-back-view {
    transform: rotateY(180deg);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.flip-back-view .flip-box-data {
    background-color: rgba(0, 0, 0, 0.75); /* semi-transparent overlay */
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    padding: 13px;
}

.flip-back-view a {
    font-size: 13px;
}

.flip-back-view ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 14px;
}

.flip-box:hover .flip-front-view {
    transform: rotateY(-180deg);
}

.flip-box:hover .flip-back-view {
    transform: rotateY(0deg);
}
/* Event Accessories CSS End */

/*calculator-section*/
.calculator-section-part {
    padding: 60px 0;
    background-color: #f2f2f2;
}

.bronze,
.silver,
.gold,
.hidden {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

h5 {
    margin-top: 30px;
}

.save-text-pp {
    background: red;
    padding: 4px 10px;
    border-radius: 16px;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 12px !important;
    display: inline-block;
}

.table-dimen .regular-price {
    color: #aaa; 
    text-decoration: line-through; 
}

.table-dimen .sale-price {
    color: black; 
    font-weight: bold;
}

.table-dimension .table-dimension-r td,
.t-dimension-td th,
.table-dimension .table-dimension-r .border-table {
    font-size: 14px !important;
}

.overlay {
    background: #00000057;
}

.calculator-total-price-part table.table-dimension tr.table-dimension-r.t-dimension-td.text-center td:first-child {
    width: 50% !important;
}

@media (max-width: 1400px) {
    .calculator-total-price-part table.table-dimension tr.table-dimension-r.t-dimension-td.text-center td:first-child {
        width: 65% !important;
    }
}

#wimba-calculator-form {
    max-width: 800px;
    margin: 0 auto;
}

.wimba-step-content {
    display: none;
}

.wimba-step-content.active {
    display: block;
}

.wimba-progress-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    background: #fea63d;
    padding: 10px;
}

.wimba-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #1D3B33;
    transition: width 0.3s;
}

.wimba-step {
    flex: 1;
    text-align: center;
    font-size: 14px;
    color: #fff;
        z-index: 2;
}

.wimba-step.active {
    color: #fff;
    font-weight: bold;
}

.wimba-field {
    margin-bottom: 15px;
}

.wimba-field label {
    display: block;
    margin-bottom: 5px;
}

.wimba-field input,
.wimba-field select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.wimba-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.wimba-table th,
.wimba-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.wimba-table th {
    background: #f9f9f9;
}

.wimba-table tr:nth-child(even) {
    background: #ffffff;
}

.wimba-table tr:nth-child(odd) {
    background: #f9f9f9;
}

button {
    padding: .375rem .75rem;
    border: none;
    border-radius: 0px;
    cursor: pointer;
}

.wimba-next,
.wimba-submit {
    background: #1D3B33;
    color: #fff;
}

.wimba-back {
    background: #ccc;
    color: #000;
}

.wimba-error {
    color: red;
    margin-bottom: 10px;
}

.gold-only {
    display: none;
}

.gold-only.active {
    display: block;
}

/*@media (max-width: 600px) {
    .wimba-progress-bar {
        flex-direction: column;
    }

    .wimba-step {
        margin: 5px 0;
    }

    .wimba-table {
        display: block;
        overflow-x: auto;
    }
}*/

/* Mobile View (Below 768px) */
@media (max-width: 767.98px) {
    .wimba-progress-bar {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        padding: 10px 15px;
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
        scrollbar-width: thin; /* Firefox */
        scrollbar-color: #1D3B33 #f2f2f2; /* Firefox */
    }

    .wimba-progress-bar::-webkit-scrollbar {
        height: 8px; /* Chrome, Safari */
    }

    .wimba-progress-bar::-webkit-scrollbar-track {
        background: #f2f2f2;
    }

    .wimba-progress-bar::-webkit-scrollbar-thumb {
        background: #1D3B33;
        border-radius: 4px;
    }

    .wimba-progress {
        display: none; /* Hide progress bar on mobile to avoid overlap */
    }

    .wimba-step {
        padding: 8px 10px;
    }
}

/*calculator-section*/

.hire-bg-light {
    padding: 53px 0 60px 0;
}


.hire-nav-tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #dee2e6;
  overflow-x: auto;
}

.hire-nav-item {
    margin-bottom: 0px;
/*    flex: 1;*/
    text-align: center;
        white-space: nowrap;
}

.hire-nav-link {
  display: block;
  padding: 10px 15px;
  color: #1d3b33 !important;
  font-weight: 500;
  border: 2px solid transparent;
  border-bottom: none;
  transition: all 0.3s ease;
}

.hire-nav-link:hover {
  color: #007bff;
}

.hire-nav-link.active {
    color: #fff !important;
    background-color: #1d3b33;
}

.hire-tab-content {
  background-color: #fff;
  padding: 20px 20px;
  border: 2px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.hire-tab-pane {
  display: none;
}

.hire-tab-pane .row>* {
    margin-top: 0;
}

.hire-tab-pane.active {
  display: block;
}

.hire-row {
  margin: 0 -15px;
}

.hire-col {
  padding: 15px;
}

.hire-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.form-table-scroll {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

input#coupon_code {
    width: auto;
    min-width: 160px;
}

@media (max-width: 767px) {
  .hire-nav-tabs {
    flex-direction: column;
  }
  .hire-nav-item {
    margin-bottom: 0;
  }
  .hire-nav-link {
    border: 1px solid #1D3B33;
    margin-bottom: 5px;
    border-radius: 0px;
  }
  .hire-nav-link.active {
    border-color: #1D3B33;
    background-color: #1D3B33;
    color: #fff;
  }
}

#hire-page-faq {
    background-color: #f2f2f2;
    padding: 60px 0;
}

#hire-page-faq .accordion-item {
    border-radius: 0;
}

#hire-page-faq .accordion-item .accordion-item-desc {
    font-size: 16px;
    font-weight: 400;
}

/*-------------------------
    Category Marquee
-------------------------*/
#category-key-benefits {
    padding-bottom: 50px;
}

.marquee-comparison {
    padding: 53px 0 28px 0;
    background-color: #f2f2f2;
}

.marquee-comparison h3{
    margin-top: 25px;
    margin-bottom: 30px;
}

.marquee-comparison h4{ 
    margin-top: 30px;
}

.product-single-list  {
    margin-left: 0 !important;
    margin-bottom: 0;
}

.marquee-comparison .key-differences,
.product-single-list {
    list-style-type: none;
    padding-left: 0;
    text-align: left;
}

.marquee-comparison .key-differences li,
.product-single-list li {
    display: flex;
    gap: 10px;
}

.marquee-comparison .key-differences li i,
.product-single-list li i {
    font-size: 12px;
    margin-top: 7px;
    color: #FF9F00;
}

#home-best-selling-section.category-comparison-products {
    padding-bottom: 50px !important;
}

/*.category-comparison-products .news-block {
    margin: 0 0 40px 0!important;
}*/

.category-comparison-products .product-content .text {
    min-height: 46.01px;
}

.page-id-5446 .best-selling-buy-now {
    left: 0;
    width: 100%;
    text-align: center;
}

.woocommerce.product.compare-button {
    right: 15px;
    bottom: auto;
    top: 15px;
    z-index: 9;
    display: inline-flex;
}

.compare-button a {
    text-transform: uppercase;
    color: #fff !important;
    background-color: #1D3B33 !important;
    border-color: #1D3B33 !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    line-height: 16.24px !important;
    border: 1px solid transparent !important;
        padding: 9.9px 5px !important;
}

.compare-button a:hover {
    color: #fff !important;
    background-color: #FF9F00 !important;
    border-color: #FF9F00 !important;
}

.price-with-save {
    display: flex;
    justify-content: space-between;
}

.you-save-new {
    position: relative;
}

.you-save-text-new {
    background: red;
    padding: 4px 10px;
    border-radius: 16px;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 12px !important;
}

.range-type-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #FF9F00;
}

.price-match-guarantee img {
    border-radius: 50%;
}


.page-id-5480 .key-differences {
    list-style-type: none;
    padding-left: 0;
    text-align: left;
}

.page-id-5480 .key-differences li {
    display: flex;
    gap: 10px;
}

.page-id-5480 .key-differences li i {
    font-size: 12px;
    margin-top: 7px;
    color: #FF9F00;
}

.page-id-5480 #executive .key-differences {
    display: flex; 
    flex-wrap: wrap; 
} 
.page-id-5480 #executive .key-differences li{
    align-items: flex-start; 
    flex: 1 1 calc(50% - 10px); 
    box-sizing: border-box; 
}

.page-id-5480 section.marquee-hire-page-tabs .pricing_pack54 .package-right-content {
    margin-left: 0 !important;
}

@media (max-width: 768px) {
    .page-id-5480 #executive .key-differences li {
        flex: 1 1 100%; /* Stack vertically on smaller screens */
    }
}

/*-------------------------
    Category Marquee
-------------------------*/
.font-style-custom section.marquee-hire-page-tabs .nav-tabs .nav-link {
    background: #FF9F00 !important;
    padding: 10px 40px !important;
}
.font-style-custom section.marquee-hire-page-tabs .nav-tabs .nav-link.active {
    background: #1d3b33 !important;
    padding: 10px 40px !important;
}

.font-style-custom .marquee-hire-page-tabs  ul#myTab {
    gap: 15px;
}

.news-block .cat-badge {
    display: flex;
    align-items: center;
    gap: 5px;
}

.news-block .cat-badge-text {
    font-weight: 600;
    font-size: 14px;
}

.news-block .cat-badge img {
    width: 80px;
}

.category-banner img{
    width: 100%;
}

/*-------------------------
    Product Archive Filter
-----------------------------*/

.product-filters { 
   /* overflow-x: auto; 
    white-space: nowrap; */
/*    padding-bottom: 10px; */
}
.filter-row { 
    display: flex; 
    flex-wrap: wrap;
/*    align-items: flex-end; */
}
.filter-item { display: inline-block; margin-right: 15px; vertical-align: top; min-width: 188px; margin-bottom: 10px;}
.filter-item label { font-size: 14px; text-align: center; color: #333; display: block; margin-bottom: 5px; }
.noUi-tooltip { font-size: 12px; padding: 2px; }
.filter-item select { width: 100%; padding: 9.5px 8px; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; }
.filter-item #price-slider { margin: 13px 0 5px 0; padding: 0 16px;}
.filter-item #price-range { display: none; font-size: 14px; color: #333; text-align: center; }
/*.filter-item:last-child {
    align-items: start;
    display: flex;
}*/
.product-filters .btn-green { margin-right: 10px; }
.filter-toggle { display: none; background-color: #1D3B33; color: #fff; padding: 10px; text-align: center; width: 100%; margin-bottom: 10px; font-size: 16px; }
@media (max-width: 767px) {
    .product-filters { display: none; }
    .product-filters.active { display: block; }
    .filter-toggle { display: block; }
    .filter-row { flex-wrap: wrap; }
    .filter-item { width: 100%; margin-bottom: 15px; }
}

/*<!-- Single Product CSS Start -->*/
.badge-row .toh-box {
    position: relative;
    text-align: center;
    padding: 15px;
    margin-bottom: 60px;
    cursor: pointer;
}

.badge-row .toh-box img{
    width: 70px;
}

.badge-row .toh-box h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin: 15px 0 8px 0;
}

.badge-row .toh-box .toh-hover-text {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #1D3B33;
    transform: scale(0);
    transition: transform .3s ease-in-out;
}

.badge-row .toh-box:hover .toh-hover-text {
    
    transform: scale(1);
}

.price_box11 span.current_price b {
    color: #3dc34e;
}
 
.product-details-section {
    padding: 52px 0 60px 0;
    background-color: #f2f2f2;
}

.product-comparison-graph {
      padding: 50px 0 40px 0;
  }

  .dimension-grid {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 20px;
      font-size: 14px;
  }

  .dimension-grid th,
  .dimension-grid td {
      border: 1px solid #ddd;
      padding: 8px;
      text-align: center;
  }

  .dimension-grid th {
      background-color: #f4f4f4;
      font-weight: bold;
  }

  .dimension-grid tr:nth-child(even) {
      background-color: #f9f9f9;
  }

  .unit-switcher {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px;
  }

  .unit-toggle {
      position: relative;
      width: 240px; /* Adjusted for longer "View in Meters" text */
      height: 40px;
      background: #1D3B33;
      border-radius: 20px;
      cursor: pointer;
      overflow: hidden;
      transition: background 0.3s;
      display: flex;
      align-items: center;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  .unit-label {
      position: relative;
      color: #000;
      font-size: 14px;
      font-weight: bold;
      transition: color 0.3s;
      user-select: none;
      z-index: 2;
      width: 50%;
      text-align: center;
      padding: 5px 0;
  }

  .unit-label.metric {
      order: 1;
  }

  .unit-label.imperial {
      order: 3;
  }

  .unit-label.active {
      color: #1d3b33;
  }

  .unit-label.inactive {
      color: #fff; /* Changed to black for visibility in inactive state */
  }

  .toggle-handle {
      position: absolute;
      top: 4px;
      left: 4px;
      width: 116px; /* Half of 240px minus padding */
      height: 32px;
      background-color: #fff;
      border-radius: 16px;
      transition: transform 0.3s;
      z-index: 1;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  .unit-toggle.active .toggle-handle {
      transform: translateX(0px); /* Move to the right half */
  }
  .unit-toggle .toggle-handle {
   transform: translateX(116px);
  }
  @media (max-width: 600px) {
      .dimension-grid {
          font-size: 12px;
      }

      .dimension-grid th,
      .dimension-grid td {
          padding: 6px;
      }

      .unit-toggle {
          width: 200px;
          height: 34px;
      }

      .toggle-handle {
          width: 96px;
          height: 26px;
          top: 4px;
      }

      .unit-toggle.active .toggle-handle {
          transform: translateX(0px);
      }

      .unit-toggle .toggle-handle {
        transform: translateX(96px);
        }

      .unit-label {
          font-size: 12px;
          padding: 3px 0;
      }
  }
/*<!-- Single Product CSS End -->*/

.marquee-sales-megamenu,
.marquee-hire-megamenu {
    padding: 30px 0 !important;   
    background-color: #1D3B33;
}

.marquee-sales-megamenu img {
    width: 100%;
    height: 196px;
    object-fit: cover;
    transition: transform 0.3s ease;
    transform: scale(0.9);
    border-radius: 10px;
}

.marquee-sales-megamenu a:hover img{
    transform: scale(1);
}

.marquee-sales-megamenu h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}

.marquee-sales-megamenu a:hover h3 {
    color: #FF9F00 !important;
}

.marquee-hire-megamenu img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.marquee-hire-megamenu h4{
    font-size: 16px;
    color: #fff;
} 

.marquee-hire-megamenu h3{
    font-size: 16px;
    color: #fff;
}

.hire-megamenu-box {
    display: flex;
    gap: 10px;
    border-radius: 10px;
    align-items: center;
    padding: 5px 10px;
    transition: all 0.3s ease;
}

.hire-megamenu-box:hover {
    background-color: rgba(255, 159, 0, 0.5);
}

.mega-menu-list-items {
    list-style-type: none;
    padding-left: 0;
}

.mega-menu-list-items li{
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
}

.mega-menu-list-items li a{
    color: #fff;
}

.mega-menu-list-items li:hover a {
    color: #FF9F00;
}

.mega-menu-list-items li i {
    margin-top: 5px;
    margin-right: 5px;
    font-size: 12px;
    color: #FF9F00;
}

#new-header-style .dropdown:not(.has-megamenu) .dropdown-menu .dropdown-item{
    color: #2c5859 !important;
    padding: 10px;
}


body #new-header-style .dropdown:not(.has-megamenu) .dropdown-menu .dropdown-item:hover {
    color: #fff !important;
}


.navbar .megamenu{ padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}   
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */

.new-header {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    left: 0;
    position: sticky;
    right: 0;
    top: 0;
    transition: all 0.4s;
    z-index: 48;
}

.header-cta-buttons {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: right;
}

/*<!-- cart and checkout -->*/
.secure-badge {
    display: flex;
    align-items: end;
    gap: 15px;
    justify-content: right;
    padding-bottom: 15px;
}
.secure-badge h3{
    font-size: 18px;
}
.secure-badge img {
    height: 36px;
}

.secure-payment-badge {
    max-width: 520px;
    text-align: center;
    margin-bottom: 10px;
}

/*.secure-payment-badge img {
    max-width: 300px;
}*/

.credibility_builders {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.credibility_builders .cb-box {
    flex: 1;
    display: flex;
    gap: 15px;
    align-items: center;
}

.credibility_builders img {
    margin-bottom: 10px;
    height: 30px;
}
.credibility_builders h6 {
    color: #666;
    font-size: 13px;
}

.woocommerce-checkout .credibility_builders {
    max-width: 600px;
}

.recommended-product {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.recommended-product .product-image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #1D3B33;
}

.recommended-content {
    max-width: 260px;
    min-width: 260px;
}

.recommended-title {
    font-size: 13px;
    color: #666;
    line-height: 17px;
    margin-bottom: 5px !important;
}

.recommended-title a {
    color: #666;
}

.recommended-content p{
    margin-bottom: 0;
}

.woocommerce-checkout-review-order-table {
    background-color: #f2f2f2;
}

button#place_order,
.woocommerce .cart .button, 
.woocommerce .cart input.button,
.woosl_add_all_to_cart_button,
.woosl_add_to_cart_button,
.checkout-button{
    color: #fff !important;
    border: 1px solid transparent !important;
    background-color: #1D3B33 !important;
    border-color: #1D3B33 !important;
    border-radius: 0 !important;
}

button#place_order:hover,
.woocommerce .cart .button:hover, 
.woocommerce .cart input.button:hover,
.woosl_add_all_to_cart_button:hover,
.woosl_add_to_cart_button:hover,
.checkout-button:hover {
    color: #1D3B33 !important;
    background-color: transparent !important;
    border-color: #1D3B33 !important;
}

.woocommerce-cart .woosl-btn {
    background: transparent !important;
    padding: 0 !important;
    margin-top: 10px !important;
    font-weight: 700 !important;
    color: #285958 !important;
    font-size: 14px;
    text-decoration: underline;
    font-family: "Quicksand", sans-serif !important;
}

.woocommerce-cart .woosl-btn:hover {
    text-decoration: none;
}

.single-product .quantity .qty {
    height: 38px;
}

/*.woocommerce-checkout .col2-set {
    width: 64%;
}

.woocommerce-checkout .col2-set .col-1, 
.woocommerce-checkout .col2-set .col-2 {
    width: 100%;
}*/

/*.woocommerce-cart .alg-wc-wl-view-state {
    z-index: 1;
    left: 0px !important;
    top: 0px !important;
}

.woocommerce-cart .alg-wc-wl-btn-wrapper .alg-wc-wl-toggle-btn {
    background: transparent !important;
    padding: 0 !important;
    margin-top: 10px !important;
    font-weight: 700 !important;
    color: #285958 !important;
    font-size: 14px;
    font-family: "Quicksand", sans-serif !important;
}*/

.payment-option {
    margin-bottom: 20px;
}

/*====================
    Checkout Page
=====================*/
.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none;
}

.taxonomy-filter.highlighted {
    border: 2px solid #1D3B33; /* Highlight karne ke liye border */
    background-color: #f0f8ff; /* Optional: Background color change */
}

/*<!-- Mobile Media Query -->*/
@media screen and (min-width: 768px) {
    .hide-on-desktop {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {

	body .marquee-range-table .t-dimension-td th {
	    padding: 10px 10px !important;
	}

	#navbarCollapse .dropdown-menu a {
	    color: #1D3B33;
	}
	#navbarCollapse .dropdown-menu a:hover {
		color: #fff !important;
	}
	#navbarCollapse .submenu a {
	    text-align: right;
	}

    .table-mobile-wrapper {
       overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .form-table-scroll,
    .booking-form-mobile-table {
            overflow-x: auto;
        white-space: nowrap;
    }

    .table-mobile-wrapper table {
        min-width: 400px;
        border-collapse: collapse;
    }

    .faq-mobile-space {
        margin-top: 16px;
    }

    .account-details {
        justify-content: end !important;
    }  
    .hide-on-mobile {
        display: none !important;
    }
    .home-hero-section .overlay {
        background: rgba(0, 0, 0, 0.8);
    }
    .home-hero-section .hero-cta {
        display: inline-flex;
        flex-direction: column;
    }
    .page-template-pricing-packages-page section.marquee-hire-page-tabs div#myTabContent {
        border: none !important;
    }

    .page-template-pricing-packages-page .table-in-mobile {
        overflow-x: auto;
        white-space: nowrap;
    }

    .package-right-content-new {
        display: inline-flex;
        flex-direction: column;
        gap: 10px;
    }

    .page-template-pricing-packages-page .tab-content>.active {
        padding-top: 20px;
    }

    .page-template-pricing-packages-page section.marquee-hire-page-tabs .tab-right-content-package h3 {
        margin-bottom: 10px;
    }

    #bookingModal #bookingForm .row .col-md-6 {
        width: 50%;
        height: 50%;
    }

    /*Product Single Page CSS Start*/

    .breadcrumb-area {
        margin-bottom: 0 !important;
    }

    body #marquee-product-main .pb-5 {
        padding-bottom: 0 !important;
    }

    .product-details-section {
        padding: 35px 0 40px 0;
    }

    .product-single-list {
        margin-top: 20px;
    }

    .product-comparison-graph {
        padding: 40px 0 20px 0;
    }

    .table-mobile-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .product-tabs {
        padding: 40px 0 30px 0;
    }

    /*Product Single Page CSS End*/
    button.button.woosl-btn-all {
        margin-top: 15px;
    }

    .coupon {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .coupon #coupon_code,
    .coupon button.button {
        width: 100% !important;
    }

    .credibility_builders .cb-box {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }

    #home-best-selling-section .container {
        padding: 0;
    }

    .recommended-product {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 25px;
    }
    .recommended-content {
        max-width: 100%;
        min-width: 100%;
        text-align: center;
    }

    /*Marquee Category Page*/
    body #category-key-benefits{
        padding-bottom: 30px !important;
    }
    .marquee-range-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .marquee-range-table table {
         white-space: nowrap;
    }

    .category-comparison-products .container {
        padding: 0 15px !important  ;
    }

    .quick-view-btn {
        display: block;
    }

    .quick-view-product {
        flex-direction: column !important;
    }

    .quick-view-gallery,
    .quick-view-details {
        width: 100% !important;
    }

    .gallery-thumbnails {
        display: none !important;
    }

    .quick-view-details h2 {
        font-size: 18px;
    }

    .quick-view-description {
        display: none !important;
    }

    .marquee-comparison h3 {
        margin-top: 10px;
    }

    section#igloo-comparison {
        padding-bottom: 10px !important;
    }

    .popup-content {
        width: 90%;
    }
    ul.popup-list-items {
        text-align: center;
    }

    .popup-content h2 {
        font-size: 20px;
    }

    .popup-content .row {
        display: flex;
        width: 100%;
    }

    .popup-content img{
        height: 100px;
    }

    .pop-cta-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .trust-building-quote {
        width: 100%;
    }

}
/*<!-- Mobile Media Query -->*/

.woocommerce.single-product .wc-block-components-notice-banner.is-info {
    display: none;
}

.br_top_table .br_main_top {
    z-index: 40 !important;
}

body .br_new_compare_block .br_top_table .br_main_top tbody tr:first-child{
    border-bottom: 1px solid #888 !important;
}

.br_top_table table td {
    display: block !important;
}

body .br_new_compare_block .br_top_table {
    margin-left: 0 !important;
}

html body div.br_top_table div.br_main_top{
    margin-left: 0 !important;
}

body .br_main_top {
    position: relative !important;
    top: 0 !important;
    
}

.br_top_table .br_opacity_top {
    display: none;
}

.page-id-5755 h1.entry-title {
    padding: 50px 0;
    text-align: center;
}

body .br_new_compare_block {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

html body .br_new_compare_block .br_top_table th.table-left-color {
    text-align: left !important;
    padding: 0 5px !important;
}

.br_left_table th,
.br_left_table .br_header_row,
.table-left-color{
    background-color: #1D3B33;
    color: #fff;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: #1D3B33 !important;
    color: #fff;
    border-radius: 0;
    font-size: 16px !important;
    padding: 10px 10px !important;
    line-height: 16.24px !important;
    border: 1px solid transparent !important;
    margin: 0 0 10px 0!important;
}

.br_main_top h3 a {
    color: #1D3B33 !important;
    font-size: 16px;
    line-height: 22px;
    padding: 0 10px;
    font-weight: 600;
}

.br_compare_price del {
    color: #aaa;
}
.br_compare_price del .woocommerce-Price-amount bdi {
    color: #aaa;
    font-size: 0.9em;
    margin-right: 8px;
}
.br_compare_price ins {
    text-decoration: none !important;
}
.br_compare_price ins .woocommerce-Price-amount bdi { 
        color: red;
}

.br_new_compare_block .br_top_table .br_compare_price {
    margin: 10px 0 !important;
}

.br_new_compare_block .br_remove_compare_product_reload {

    background: red;
    color: #fff;
    border-radius: 50%;
}

.br_left_table .br_header_row td {
    font-weight: 600;
}

.br_compare_popup_block a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    margin-bottom: 0 !important;
    /*background: #1D3B33 !important;
    color: #fff;*/
    border: 1px solid #1D3B33 !important;
    padding: 7px 15px !important;
    font-weight: 500;
    font-size: 14px !important;
}

.compare-button a i {
    display: none!important;
}

.save-badge-btn {
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 9px;
    color: #FFFFFF;
    background: #D31414;
    border-radius: 3px;
}