h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-weight: 600 !important;}
h5 {text-transform: unset !important;}

body {
    font-size: 1.6rem;
}

/** Hide Newsletter **/
.block.newsletter.newsletter-style--small {
  display: none !important;
}

.page-header .container {padding-right: unset !important;}

#page-title-heading {
    font-size: 4rem;
    text-transform: initial !important;
}

p {font-size: 1.6rem;}

/* Start Short Description Checklist */

.check-list li {
    position: relative;
    padding-left: 25px;
    list-style: none;
    margin-bottom: 10px;
}

.check-list li::before {
    content: "✔";
    color: #00b2de; /* Blue color */
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.check-list {
    padding-left: 5px;
}

/* End Short Description Checklist */

h2.detail-section-title {
  font-size: x-large;
  text-transform: none;
}

/** Landing Page short text (For mobile)  **/
.description.short_length {
    display: none;
}

.attribute-table td {
    border: 1px solid #d7d7d7 !important;
}
.attribute-template-table tbody {
    border: none !important;
}

.attribute-table .table-head {
  border: none !important;
  padding: 12px 0 !important;
}

/** Visual Form  **/
.bfb-widget {
    border: none !important;
}
.mgz-element.barvbqh .mgz-link {
    padding: 20px 30px;
}
.bfb-element-control {
    text-align: center;
}
#openPopup:hover {
      background-color: #ba82ca !important;
}
.free-visual-message {
      font-size: 14px;
}
/* General Modal Styles */
#formPopup {
    width: 800px; /* Default width for larger screens */
    max-height: 90%; /* Constrain the popup height */
    overflow-y: auto; /* Enable vertical scrolling if content overflows */
    border-radius: 8px; /* Rounded corners */
}

/* Responsive Styles for Mobile */
@media (max-width: 768px) {
    #formPopup {
        width: 90%; /* Adjust width for mobile */
    }
}

/* Mobile Screen Handling for Smaller Heights */
@media (max-height: 600px) {
    #formPopup {
        max-height: 80%; /* Ensure popup fits on smaller screens */
    }
}

/* Scrollbar Customization (Optional) */
#formPopup::-webkit-scrollbar {
    width: 10px;
}

#formPopup::-webkit-scrollbar-thumb {
    background: #7e1487;
    border-radius: 5px;
}

#formPopup::-webkit-scrollbar-thumb:hover {
    background: #5b105e;
}

/* Background Overlay Scroll Lock */
body.popup-active {
    overflow: hidden; /* Prevent background scrolling when popup is open */
}

/** Q&O Overrides  **/

.visual_preorder_holder #options_upgrades .product .images, .visual_preorder_holder #weight_solutions .product .images, .visual_preorder_holder #exclusive_deals .product .images {
    width: 80% !important;
    margin: auto;
}

.visual_preorder_holder #options_upgrades .description, .visual_preorder_holder #weight_solutions .description, .visual_preorder_holder #exclusive_deals .description {
    padding-top: 20px !important;
}

.visual_preorder_holder .product_list_holder {
    padding: 0 0 10px !important;
}

#preorder-popup-welcome {
  display: none;
}

.visual_preorder_holder .specification_holder .description ul {
	font-size: 14px !important;
}
.visual_preorder_holder .specification_holder .description {
	padding: unset !important;
}

/** Home Page Styles**/

.level-top {
	margin: 0 15px;
}

/** Site Videos**/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

/** Buy Guides**/

.buyguide.section {
     margin-bottom: 100px;
}

.col-lg-6.col-md-12.col-sm-12.section-order-2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.page-main > .page-title-wrapper .page-title {
    display: block !important;
    text-align: center;
}

@media only screen and (max-width: 1080px){
    .col-lg-6.col-md-12.col-sm-12.section-order-1 {order: 1;}
    .col-lg-6.col-md-12.col-sm-12.section-order-2 {
        order: 2;
        padding-top: 40px !important;
    }
}

/** Cat Page Styles**/

.catalog-category-view .price:before {
	content: 'From:  ';
	color: #a1a1a2;
}

.product-item .price-box .price-container .price-label {
  display: unset !important;
}
.product.details.product-item-details {
  padding-left: 32px;
}
@media only screen and (max-width: 1240px){
    .product.details.product-item-details {
        padding-left: unset;
    }
}

/** Product Page Styles **/

.klarna-product {
  width: 338px;
  padding-top: 12px;
  padding-bottom: 12px;
  float: left;
}

.product.data.items > .item.title > .switch {
	font-size: 1.3rem !important;
}

.prices-tier {
  display: inline-flex;
  background: #fff !important;
}
.benefit {
    color: #7bc043;
}

.tick-list {
    padding: 0;
}
  
/**404 Pg**/
.error-image {
    max-height: 400px;
    display: block;
    margin: auto;
    float: right;
}

.error-title {
    font-size: 68px;
    color: #2e3b46;
    margin-bottom: 10px;
}

.error-copy {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 28px;
}
.error-code {
    font-size: 18px;
    color:  red;
}

.error-back {
    margin: 10px 0;
}

.error-container {
    margin: auto;
}

@media screen and (max-width: 480px) {
    .error-image {
        float: none;
    }
    .error-title {
        margin: 10px;
        text-align: center;
    }
    .error-copy, .error-code {
        text-align: center;
    }
    .error-back {
        display: block !important;
    }
    .product-add-form form {
        text-align: left !important;
    }
    
}

/** Cart Page Styles**/

.message.success::before {
	background: #2e3b46 !important;
}
#block-shipping {display: none;}
/** .opc-block-summary .product-item .subtotal {display: none;}**/

.field.option {display: block !important;}
.product-info-main .price-box .price-label {display: block !important;}
.fieldset > .field:not(.choice) .label {
    text-transform: none !important;
    font-weight: 600 !important;
}
.field.option label {text-transform: uppercase !important;}

/**Inquiry Pg**/

.quote-header-wrapper-img {
    background-image: url("/pub/media/wysiwyg/enquiry_banner.webp");
    background-size:  cover !important;
    background-position: center;
   
}
.quote-main-new {
    font-size: 18px;
    text-transform: none;
    font-weight: unset;
    color: white;
    margin: 0;
    text-align: center;
    background: rgb(46, 59, 70, 0.6);
    padding: 20px;
}
.quote-copy {
    width: 100%;
}
.quote-header-container-new {
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: end !important;
}
.page-header {padding: 0;}

@media only screen and (max-width: 480px) { 
    .col-md-6.thumbs {
        padding-top: 40px;
    }
}

/** InstaLoc Styles**/

ul.purple-tick li::before, ul.tick-list li::before {
  font-family: 'font awesome 5 free' !important;
  content: '\2713'!important;
  margin: 0 5px 0 0 !important;
  color: #9c248f !important;
  }

  ul.purple-tick li, ul.tick-list li {
    border-bottom: solid 1px #8080803b;
    margin: 10px 0;
  }

  .pi-title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px !important;
}

.purple-tick li {
  border-bottom: solid 1px #8080803b;
  margin: 10px 0;
}

.purple-tick {
    list-style: none;
    padding: 2px 10px 10px;
    margin-bottom: 5px;
}

.perk {
    margin-bottom: 40px;
    border-left: solid 1px #8080803b;
}
.perk:nth-child(1) {
    border-left: none;
}

/** About Page Styles**/

.about-img-mobile {display: none;}

@media only screen and (max-width: 480px){
    .about-img-desktop {display: none;}
    .about-img-mobile {display: unset;}
}

/** Mobile Trustpilot Styles**/



#mobile-view-trustpilot > .trustpilot-widget{
    margin: auto;
}

#mobile-view-trustpilot{
    display: none;
}
@media only screen and (max-width: 600px) {
    #mobile-view-trustpilot{
        display: block;
        padding: 8px 0 3px;
        background-color: #fff;
    }
    .page-header .container {background-color: #f8f8f8;}
}

/** Product Page Styles**/

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.review-logo {
    max-width: 200px;
    padding: 0 20px 0 0;
}

/** Enquiry Page Styles **/
.packages-item.package-select-type:hover {
    scale: 1.1;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}


/** V&Q Styles **/

#preorder-popup-welcome {
    box-shadow: 0 0 30px;
}

@media only screen and (max-width: 480px){
    .attribute-table th, .attribute-table td {font-size: 10px !important;}
}

/* Product Description Tab Styles*/

.section {
    padding: 40px 0;
}

.review-logo {
    max-width: 200px;
    padding: 0 20px 0 0;
  }

  .review-logo.google {
    max-height: 16px;
  }

.custom-number-list {
    counter-reset: step-counter;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  
  .custom-number-list li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 38px;
    margin-bottom: 16px;
    font-size: 16px;
  }
  
  .custom-number-list li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #00b2de; /* Your brand colour */
    color: white;
    font-weight: bold;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
  }

h2.detail-section-title {
    font-size: x-large;
    text-transform: none;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #2e3b46;
}


.check-list li {
    position: relative;
    padding-left: 25px;
    list-style: none;
    margin-bottom: 10px;
}

.check-list li::before {
    content: "✔";
    color: #00b2de; /* Blue color */
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.check-list {
    padding-left: 5px;
}

.client-testimonials {
    padding: 20px;
}

.client-logo {
    max-width: 40%;
    margin: auto;
}

.testimonial-copy {
    font-size: 1.4rem;
}

.testimonials-section {
    padding-top: 40px;
}

.container.testimonal-overview {
    padding-bottom: 40px;
}

@media only screen and (max-width: 480px) {
    .image-container {padding-bottom: 20px;}
    .check-list {padding-left: 5px;}
    #toTop {
        display: none !important; /* Hide Scroll to top */
    }
}



















