 #card-img-ani {
    transition: 1s ease;  
}

#card-img-ani:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    transition: 1s ease;
} */

/*.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}*/

.footer-li {
  display: flex; 
  align-items: center; 
  justify-content: center;
}

@media (min-width: 767px) {
  .footer-li { 
    justify-content: left;
  }
}


.dropdown-cart-loc {
  right: 45px !important;
}
@media (min-width: 1200px) {
  .dropdown-cart-loc {
    right: 49px !important;
  }
}


.call-for-info {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: unset;
}
@media (max-width: 992px) {
  .call-for-info {
    font-size: 1.2rem;
  }
}

.package-deal-list-item {
  margin-bottom: .200rem; 
  font-weight: 400; 
  font-size: 1rem;
}


.main-row-image-resize {
	height: 325px;
}

.side-row-image-resize {
	height: 975px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  background-image: url(https://wrpm-uk.com/images/categories/new/radiator-image.jpg);
  background-position-x: left;
}

.gradiant-overlay {
	    background: linear-gradient(to top left, transparent 50%, rgba(3, 3, 2, 0.5) 10%) 0 0/250% 90px no-repeat;
}

.product-promo-nav {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
}

.promo-content {
	padding: 30px 20px 29px;
}

.promo-product-content-title {
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 20px;
    font-weight: 600;
    min-height: 22px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #2f2f2f;
}

.promo-product-content-text {
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 17px;
    font-weight: 400;
    min-height: 22px;
    /*-webkit-line-clamp: 1;
    overflow: hidden;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #757575;
}

.brands-col {
	padding-right: 15px; padding-left: 0px;
}

.brand-logos {
	background: #fff;
    clear: both;
    width: 100%;
    float: left;
    display: inline-block;
    text-align: center;
}

.brand-logo-nav {
	display: grid;
	grid-template-columns: 50% 50%;
}

.brand-logo-ul {
    margin-bottom: 0;
    padding: 30px 20px 20px;
    position: relative;
}

.brand-logo-li {
	display: inline-block;
}

#closed-msg-xl {
  background-color: #ffcc00; 
  /*border-radius: 10px;*/
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
}
/*#closed-msg-sm {
  background-color: #ffcc00; 
  border-radius: 10px;
  padding: 15px;
  font-weight: 700;
  text-align: center;
}*/


@media screen and (max-width: 992px) {
  
	.main-row-image-resize {
		  height: 250px;
  }
  .side-row-image-resize {
    background-image: url(https://wrpm-uk.com/images/categories/new/radiators.png);
		height: 250px;
		background-position: bottom;
  }
}

@media screen and (max-width: 1200px) {
    .gradiant-overlay {
	    background: linear-gradient(to top left, transparent 50%, rgba(3, 3, 2, 0.5) 10%) 0 0/250% 130px no-repeat;
    }
    .product-promo-nav {
		grid-template-columns: 50% 50%;
    }
    .brands-col {
    	padding-right: 0px;
    	margin-bottom: 15px;
    }
}

/* Website Header */

.header-item-short-msg {
    justify-self: baseline; 
    inline-size: max-content; 
    border-left: 1px solid #e5e3e3; 
    padding-left: 10px; 
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
}

.header-item-subtitle {
  font-size: 18px;
}

@media (max-width: 575px) {
  .header-item-subtitle { 
    font-size: 13px;
  }
}


/* Website Header */

/* .text-test-color-change {
  color: #000 !important;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
} */

.main-title-in {
  -webkit-animation: MAIN-TITLE-IN 1.5s ease-in-out forwards; /* Safari 4+ */
  -moz-animation:    MAIN-TITLE-IN 1.5s ease-in-out forwards; /* Fx 5+ */
  -o-animation:      MAIN-TITLE-IN 1.5s ease-in-out forwards; /* Opera 12+ */
  animation:         MAIN-TITLE-IN 1.5s ease-in-out forwards; /* IE 10+, Fx 29+ */
}

.main-title-out {
  -webkit-animation: MAIN-TITLE-OUT 1s normal forwards; /* Safari 4+ */
  -moz-animation:    MAIN-TITLE-OUT 1s normal forwards; /* Fx 5+ */
  -o-animation:      MAIN-TITLE-OUT 1s normal forwards; /* Opera 12+ */
  animation:         MAIN-TITLE-OUT 1s normal forwards; /* IE 10+, Fx 29+ */
}

.price-fade-in {
  -webkit-animation: PRICE-FADE-IN 1.5s ease-in-out forwards; /* Safari 4+ */
  -moz-animation:    PRICE-FADE-IN 1.5s ease-in-out forwards; /* Fx 5+ */
  -o-animation:      PRICE-FADE-IN 1.5s ease-in-out forwards; /* Opera 12+ */
  animation:         PRICE-FADE-IN 1.5s ease-in-out forwards; /* IE 10+, Fx 29+ */
}

.price-fade-out {
  -webkit-animation: PRICE-FADE-OUT 1s ease-in-out forwards; /* Safari 4+ */
  -moz-animation:    PRICE-FADE-OUT 1s ease-in-out forwards; /* Fx 5+ */
  -o-animation:      PRICE-FADE-OUT 1s ease-in-out forwards; /* Opera 12+ */
  animation:         PRICE-FADE-OUT 1s ease-in-out forwards; /* IE 10+, Fx 29+ */
}


.image-fade-in {
  -webkit-animation: IMAGE-FADE-IN 1s ease-in-out forwards; /* Safari 4+ */
  -moz-animation:    IMAGE-FADE-IN 1s ease-in-out forwards; /* Fx 5+ */
  -o-animation:      IMAGE-FADE-IN 1s ease-in-out forwards; /* Opera 12+ */
  animation:         IMAGE-FADE-IN 1s ease-in-out forwards; /* IE 10+, Fx 29+ */
}

.image-fade-out {
  -webkit-animation: IMAGE-FADE-OUT 1s ease-in-out forwards; /* Safari 4+ */
  -moz-animation:    IMAGE-FADE-OUT 1s ease-in-out forwards; /* Fx 5+ */
  -o-animation:      IMAGE-FADE-OUT 1s ease-in-out forwards; /* Opera 12+ */
  animation:         IMAGE-FADE-OUT 1s ease-in-out forwards; /* IE 10+, Fx 29+ */
}


@-webkit-keyframes MAIN-TITLE-IN {
  0%   { margin-left: 180px; color: #848484; opacity: 0}
  100% { margin-left: 0px; color: #fff; opacity: 1}
}
@-moz-keyframes MAIN-TITLE-IN {
  0%   { margin-left: 180px; color: #848484; opacity: 0}
  100% { margin-left: 0px; color: #fff; opacity: 1}
}
@-o-keyframes MAIN-TITLE-IN {
  0%   { margin-left: 180px; color: #848484; opacity: 0}
  100% { margin-left: 0px; color: #fff; opacity: 1}
}
@keyframes TMAIN-TITLE-IN{
  0%   { margin-left: 180px; color: #848484; opacity: 0}
  100% { margin-left: 0px; color: #fff; opacity: 1}
}



@-webkit-keyframes MAIN-TITLE-OUT {
  0%    { margin-left: 0px; opacity: 1}
  100%  { margin-left: 180px; opacity: 0}
}
@-moz-keyframes MAIN-TITLE-OUT {
  0%    { margin-left: 0px; opacity: 1}
  100%  { margin-left: 180px; opacity: 0}
}
@-o-keyframes MAIN-TITLE-OUT {
  0%    { margin-left: 0px; opacity: 1}
  100%  { margin-left: 180px; opacity: 0}
}
@keyframes MAIN-TITLE-OUT {
  0%    { margin-left: 0px; opacity: 1}
  100%  { margin-left: 180px; opacity: 0}
}


@-webkit-keyframes PRICE-FADE-IN {
  0%   { opacity: 0}
  100% { opacity: 1}
}
@-moz-keyframes PRICE-FADE-IN {
  0%   { opacity: 0}
  100% { opacity: 1}
}
@-o-keyframes PRICE-FADE-IN {
  0%   { opacity: 0}
  100% { opacity: 1}
}
@keyframes PRICE-FADE-IN {
  0%   { opacity: 0}
  100% { opacity: 1}
}

@-webkit-keyframes PRICE-FADE-OUT {
  0%   { opacity: 1}
  100% { opacity: 0}
}
@-moz-keyframes PRICE-FADE-OUT {
  0%   { opacity: 1}
  100% { opacity: 0}
}
@-o-keyframes PRICE-FADE-OUT {
  0%   { opacity: 1}
  100% { opacity: 0}
}
@keyframes PRICE-FADE-OUT {
  0%   { opacity: 1}
  100% { opacity: 0}
}

@-webkit-keyframes IMAGE-FADE-IN {
  0%   { opacity: 0}
  100% { opacity: 1}
}
@-moz-keyframes IMAGE-FADE-IN {
  0%   { opacity: 0}
  100% { opacity: 1}
}
@-o-keyframes IMAGE-FADE-IN {
  0%   { opacity: 0}
  100% { opacity: 1}
}
@keyframes IMAGE-FADE-IN {
  0%   { opacity: 0}
  100% { opacity: 1}
}

@-webkit-keyframes IMAGE-FADE-OUT {
  0%   { opacity: 1}
  100% { opacity: 0}
}
@-moz-keyframes IMAGE-FADE-OUT {
  0%   { opacity: 1}
  100% { opacity: 0}
}
@-o-keyframes IMAGE-FADE-OUT {
  0%   { opacity: 1}
  100% { opacity: 0}
}
@keyframes IMAGE-FADE-OUT {
  0%   { opacity: 1}
  100% { opacity: 0}
}

/* .text-test-color-change:hover {
  color: #000;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
} */



/* Rotating Promotions Images */

.promo-img-holder {
    width: 100%;
    height: 600px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.promo-active-tab .active {
    border-bottom: 3px solid #2d4e8c;
}

.test {

}

.test.active .header-item-short-msg {
    color: #000 !important;
}

.promo-main-content {
    padding: 15% 5%;
}

.promo-main-content > h1 {

    font-weight: 900;
    overflow: hidden;
    margin: 0;
    padding-right: 1%;
    padding-left: 1%;
    text-transform: uppercase;
    color: #ff505e;
    background-color: rgba(255, 255, 255, 100);
    width: fit-content;
    font-size: 55px;
    text-align: center;

  /* that css is the main think (mix-blend-mode: lighten;)
  mix-blend-mode: lighten; */

 }

button.promo-main-content-btn {
    background-color: #ff505e;
    border: none;
    outline:none;
    height: 60px;
    width: 160px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}

button.promo-main-content-btn:hover {
    border: none;
    cursor: pointer;
    background-color: #ff7883;
}

.product-category-row {

    margin-right: unset;
    margin-left: -15px;
    border-bottom: 1px solid #dfdfdf;

}

.product-category-row > p {

    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;

}



@media screen and (max-width: 992px) {
    .product-category-row {
        margin-right: unset;
    }
}

.page-header-title-mobile {
    margin-top: 0px;
}

@media (max-width: 419px) and (min-width: 320px) {
    .products-list[data-layout^="grid-"][data-mobile-grid-columns="2"] .products-list__item {
        width: calc(50% - 12px);
        margin: 8px 6px;
    }
}

@media (max-width: 412px) {
    .block-product-categories {
        width: 95%;
        margin-left: 7px;
    }

    .product-category-row > p {

        font-size: 15px;

    }
}

@media (max-width: 991px) {
.page-header-title-mobile {
        margin-top: 30px;
    }
}

@media (max-width: 991px) and (min-width: 413px) {
    .block-product-categories {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .block-product-categories {
        width: 100%;
        /* Before Side bar Dev width: 70%; */
    }

}

.main-category-content {

    width: 100%; 
    display: grid; 
    grid-template-columns: 30% 70%;

}

@media (max-width: 991px) {
    .main-category-content {
        grid-template-columns: 100%;
    }
}


/* Category Side Bar */

.side-bar__category {

    width: 90%;

}

.side-bar__category-tab {

    height: 60px;
    width: 100%;
    display: block;
    background-color: #FF505E;

}


.side-bar__category-tab-title {
    padding: 15px;
}

.side-bar__category-tab-title > a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.side-bar__category-tab-content {
    /*margin-left: -15px;
    margin-top: 15px; 
    background-color: #457b9d; */
   display: none;
}

.side-bar__category-tab-content:hover {
    /*margin-left: -15px;
    margin-top: 15px;
    background-color: #4d8cb4; */
   
}

.side-bar__category-tab-content-link {
    background-color: #457b9d;
    padding: 15px 15px 15px;
}

.side-bar__category-tab-content-link:hover {
    background-color: #4d8cb4;
}

.side-bar__category-tab-content-link > a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;


}

.show-category-content {
    display: block;
}


/* Hide For Mobile/iPads */
@media (max-width: 992px) {
    .side-bar__category {
        display: none;
    }

    .sidenav {
        display: none;
    }

}




/* Diff Side Bar Choice */
.sidenav {
  /*background-color: #fff;
  height: auto;*/
  height: 100%;
  width: 90%;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  /* padding-top: 20px; */
  position: -webkit-sticky;
  position: sticky;
  /*-webkit-box-shadow: 0px 0px 20px 9px rgb(0 0 0 / 30%);
  box-shadow: 0px 0px 20px 9px rgb(0 0 0 / 7%);*/
}

.sidenav a {
  padding: 8px 10px 8px 15px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none !important;
  background-color: #457b9d;
}

.dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none !important;
  background-color: #FF505E;
  /*background-color: #FFF;*/
  height: 60px;
  border-top: 1px solid #fff;
}

.dropdown-btn-no-options {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none !important;
  background-color: #FF505E;
  /*background-color: #FFF;*/
  height: 60px;
  border-top: 1px solid #fff;
}

.sidenav a:hover{
  color: #f1f1f1;
  background-color: #518bb0;
}

.dropdown-btn:hover {
  color: #f1f1f1;
}

/* Add an active class to the active dropdown button */
.active {
  /*background-color: #ff505e;
  color: #fff;*/
  border-top: solid 1px #fff !important;
}

.home-page-tabs {
  background-color: unset;
  color: unset;
  padding-top: 10px;
  padding-bottom: 2px;
  border-top: solid 1px #959595;
}

.home-page-tabs .active {
  border-top: solid 1px #fff !important;
  /*background-color: #ff505e !important;*/
}

@media screen and (max-width: 450px) {
  .home-page-tabs {
    border-top: unset;
  }
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  /*background-color: #457b9d;*/
  /* padding-left: 8px; */
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}




/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Category Side Bar Ends */


/* footer-msg */

.footer-suggestions {

  padding: 15px 0 -60px;
  background-color: #f9f9f9;

}

.footer-suggestions-row {

  width: 100%;
  margin-right: 0px; 
  margin-left: 0px;

}

.footer-suggestions-col {

  display: grid; 
  grid-template-columns: 33.3% 33.3% 33.3%; 
  margin-bottom: -20px; 
  grid-gap: 0px;
  padding-right: 0px;
  padding-left: 0px;

}

/* Hide For Mobile */
@media (max-width: 768px) {
  
  .footer-suggestions {
    display: none;
  }

}

.header-main-container {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 140px;
  /*padding-right: 5%;
  padding-left: 5%; */
  /*background: #ff505e73;*/
  background: #457b9d;
}
.header-top {
  display: grid; 
  grid-template-columns: 33.3% 33.3% 33.3%; 
}

/* New Search Field */


/* Header Logo */

.header-logo {
  align-self: center;
  justify-self: center;
}

/* Header Logo Ends */

/*
input[type="text"] {
  box-sizing: border-box;
  width: 60%;
  height: calc(2em + 2px);
  margin: 0 0 0.5em;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 1.5em;
  background: #fff;
  resize: none;
  outline: none;

}

input[type="text"][required]:focus {
  border-color: #457b9d;
}
input[type="text"][required]:focus + label[placeholder]:before {
  color: #457b9d;
}
input[type="text"][required]:focus + label[placeholder]:before,
input[type="text"][required]:valid + label[placeholder]:before {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform: translate(0, -1.0em) scale(0.9, 0.9);
          transform: translate(0, -1.0em) scale(0.9, 0.9);
}
input[type="text"][required]:invalid + label[placeholder][alt]:before {
  content: attr(alt);
}
input[type="text"][required] + label[placeholder] {
  display: block;
  pointer-events: none;
  line-height: 1.25em;
  margin-top: calc(-2em - 2px);
  margin-bottom: calc((2em - 1em) + 2px);
}
input[type="text"][required] + label[placeholder]:before {
  content: attr(placeholder);
  display: inline-block;
  margin: 0 calc(1em + 2px);
  padding: 0 2px;
  color: #898989;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: center;
}*/

.search__container {
  /*padding-top: 64px;*/
}

.search__title {
        font-size: 22px !important ;
        font-weight: 900 !important ;
        text-align: center !important ;
        color: #ffffff !important ;
    }

.search__input {
        width: 40% !important ;
        padding: 10px 24px !important ;

        background-color: transparent !important ;
        transition: transform 250ms ease-in-out !important ;
        font-size: 14px !important ;
        line-height: 18px !important ;
        
        color: #ffffff !important ;
        background-color: transparent !important ;
        background-image: url("https://wrpm-uk.com/images/icons/loupe.png") !important ;
        background-repeat: no-repeat !important ;
        background-size: 18px 18px !important ;
        background-position: 95% center !important ;
        border-radius: 50px !important ;
        border: 1px solid #ffffff !important ;
        transition: all 250ms ease-in-out !important ;
        backface-visibility: hidden !important ;
        transform-style: preserve-3d !important ;
    }

.model__input {
    width: 40% !important ;
    padding: 10px 24px !important ;

    background-color: transparent !important ;
    transition: transform 250ms ease-in-out !important ;
    font-size: 14px !important ;
    line-height: 18px !important ;
    
    color: #3d464d !important ;
    background-color: transparent !important ;
    background-image: url("https://wrpm-uk.com/images/icons/loupe.png") !important ;
    background-repeat: no-repeat !important ;
    background-size: 18px 18px !important ;
    background-position: 95% center !important ;
    border-radius: 50px !important ;
    border: 1px solid #3d464d !important ;
    transition: all 250ms ease-in-out !important ;
    backface-visibility: hidden !important ;
    transform-style: preserve-3d !important ;
}

.search__input::placeholder {
            /*color: rgba(87, 87, 86, 0.8);*/
            color: #ffffff !important ;
            text-transform: uppercase !important ;
            letter-spacing: 1.5px !important ;
        }

.model__input::placeholder {
    /*color: rgba(87, 87, 86, 0.8);*/
    color: #3d464d !important ;
    text-transform: uppercase !important ;
    letter-spacing: 1.5px !important ;
}


.search__input:hover,
        .search__input:focus {
            padding: 10px 0 !important ;
            outline: 0 !important ;
            border: 1px solid transparent !important ;
            border-bottom: 1px solid #ffffff !important ;
            border-radius: 0 !important ;
            background-position: 100% center !important ;
        }

.model__input:hover,
        .model__input:focus {
            padding: 10px 0 !important ;
            outline: 0 !important ;
            border: 1px solid transparent !important ;
            border-bottom: 1px solid #3d464d !important ;
            border-radius: 0 !important ;
            background-position: 100% center !important ;
        }

.credits__container {
        margin-top: 24px;
    }

.credits__text {
        text-align: center;
        font-size: 13px;
        line-height: 18px;
    }

.header-product-view {

  width: 100%; 
  height: 350px; 
  display: grid; 
  grid-template-columns: 50% 50%; 
  margin-top: 200px; 
  justify-items: center;

}

.header-item-title_short {
  justify-self: baseline; 
  inline-size: max-content; 
  margin-bottom: 20px;
  font-size: 45px;
  color: #fff;
  width: 80%;
  text-align: left;
}

.header-item-title {
  justify-self: baseline; 
  inline-size: max-content; 
  margin-bottom: 20px;
  font-size: 45px;
  color: #fff;
}

.header-item-price-text {
  font-size: 20px;
}

.header-items-lg {
  display: block;
}

.header-imgs {
  width: 450px;
  height: 450px;
}

.tab-body {
  height: 700px;
}

.product-cont-info {
  z-index: 2;
  justify-self: baseline; 
  inline-size: max-content;
  padding-top: 100px;
}

.header-product-btn {
  display: none;
}

@media (max-width: 1620px) {
  
  .header-product-view {
    width: 90%; 
  }

  .header-main-container {
    width: 90%;
    left: 5%;
  }

  .header-item-short-msg {
    font-size: 16px;
  }

  .header-item-title {
    font-size: 30px;
  }
  .header-item-title_short {
    font-size: 30px;
  }

}

@media (max-width: 991px) {
  
  .header-items-lg {
    display: none;
  }
  .header-imgs {
    margin-top: 0px;
    width: 200px;
    height: 200px;
  }

  .tab-body {
    height: 300px;
  }

  .header-product-view { 
    margin-top: 10px; 
  }

  .product-cont-info {

    padding-top: unset;
  }

  .mobile-header__panel {
    background: #457b9d;

  }

}

@media (min-width: 991px) and (max-width: 991px) {
  .header-product-btn {
    display: block;
  }

  .header-imgs {
    margin-top: 0px;
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 769px) {
  
  .header-items-lg {
    display: none;
  }
  .header-imgs {
    margin-top: 0px;
    width: 200px;
    height: 200px;
  }

  .tab-body {
    height: 300px;
  }

  .product-cont-info {

    padding-top: unset;
  }

  .header-product-view { 
    margin-top: 10px; 
  }
}

@media (max-width: 575px) {

  .header-product-view {
    margin-top: 25px !important;
  }
  
  .header-items-lg {
    display: none;
  }
  .header-imgs {
    margin-top: 0px;
    width: 150px;
    height: 150px;
  }

  /*.tab-body {
    height: 160px;
  }*/
  .tab-body {
    /*height: 190px;*/
    height: 215px;
  }

  .product-cont-info {

    padding-top: unset;
  }

  .header-product-view { 
    margin-top: 10px; 
  }

  .header-item-title {
    width: 80%;
    font-size: 17px;
    text-align: left;
    /*width: 30%;
    font-size: 17px;
    text-align: left;*/
  }
  .header-item-title_short {
    /*width: 80%;
    font-size: 17px;*/
    width: 55%;
    font-size: 17px;
    text-align: left;
  }
  .header-item-short-msg {
    font-size: 14px;
  }

  .header-item-price-text {
    font-size: 14px;
  }

  .header-imgs {
    justify-self: end;
  }
}

@media (min-width: 575px) {
  .header-product-btn {
    display: block;
  }
}

.shop-price-inc-vat-price {
  font-size: 18px;
}
.desktop-version {
  display: none;
}
.mobile-version {
  display: block; 
}

@media (min-width: 991px) {
  .shop-price-inc-vat-price {
    font-size: 28px;
  }
  .desktop-version {
    display: block;
  }
  .mobile-version {
    display: none; 
  }
  .product__actions {
    flex-wrap: unset;
  }
}

@media (max-width: 991px) {
  .site__body {
    margin-top: 0px;
  }
  .mobile-version {
    display: block; 
  }
  .desktop-version {
    display: none;
  }
  .product__actions {
    flex-wrap: wrap-reverse;
  }
}


/* Search Brand Page */

.brand-content-container {
  width: 100%; 
  height: 350px; 
  background-color: #2e2d2c;
}

.brand-content {
  width:50%; 
  height: auto; 
  margin: auto; 
  padding: 50px 0 0;
}

.brand-description {
    color: #fff;
    text-align: center;
    font-style: italic;
    font-size: 15px;
}

.product-cat-overlay {
  margin-top: -55px;
}

@media (max-width: 991px) and (min-width: 772px) {
  .brand-content {
    width:70%; 
  }
}

@media (max-width: 771px) {
  .brand-content {
    width:90%; 
  }
  .brand-description {
    font-size: 12px;
  }
}

@media (max-width: 460px) {
  .product-cat-overlay {
    margin-top: -40px;
  }
}


.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Search Brand Page Ends */

/* New Search Field Ends */

/* footer-msg Ends */


/* .promo-main-content > h1 {
    background-color:#fff; overflow:hidden;
    display:inline-block; 
    padding:10px; 
    font-weight:bold;
    font-family:arial;
    color:transparent;
    font-size:200px;
}

.promo-main-content > span { 
    background: url(https://wrpm-uk.com/images/promotional/baxi_600combi_13.png) -20px -20px repeat;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display:block;
} */

/* Rotating Promotion Material Ends */

/* expandable text  Starts */
.expand-button {
  cursor: pointer;
  display: block;
  width: 50%;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;

  border: 4px solid darken(red, 10%);
  border-radius: 3px;
  background-color: darkcyan;
  color: white;
  font-size: 1rem;
  padding: 0.5rem;
  
  &:hover, &:active, &:focus {
    background-color: darken(red, 5%);
  }
}

.special-text {
  position: relative;
  max-height: 100px;
  overflow: hidden;
  transition: max-height 1s ease;
  
  &.-expanded {
    max-height: 100vh;
  }
}

.special-text:not(.-expanded)::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
/* expandable text  Ends */

/* Boiler - Product Info Starts */
.boiler-listing-main-info {   
  padding: 30px 0px 15px;
  display: flex;
  align-content: center;
  justify-content: center;
}
/* Boiler - Product Info Ends */

.shop_page-product__prices {
  font-size: 24px;
}

.product-listing-shipping-options {
  /*margin-top: 50px;*/
  margin-top: 25px;
}

@media (max-width: 771px) { 

  .shop_page-product__prices {
    font-size: 19px;
  }
  .product-listing-shipping-options {
    margin-top: unset;
  }

}

/* New Checkout / Start */

.delivery-details-section-container {
  width: 100%; 
  padding: 40px 40px 10px 40px; 
  background-color: #457b9d;
  border-radius: 25px; 
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 20px 9px rgb(0 0 0 / 30%);
  box-shadow: 0px 0px 20px 9px rgb(0 0 0 / 7%);
}

.check {
  display: inline-block;
  transform: rotate(45deg);
  height: 8px;
  width: 4px;
  border-bottom: 2px solid #424141;
  border-right: 2px solid #424141;
}
.checkbox-frame {
  width: 14px; 
  height: 14px; 
  border-radius: 7px; 
  background-color: #fff; 
  position: absolute; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  right: 0; 
  margin-right: 5px; 
  margin-top: -10px;
}

.delivery-option-btn {
  height: 40px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  border: 2px solid #538baf; 
  border-radius: 7px; 
  color: #ffffff;
}
.delivery-option-btn:hover {
  height: 40px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  border: 2px solid #f3f3f3; 
  border-radius: 7px; 
  color: #ffffff;
}
.delivery-option-btn--active {
  height: 40px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  border: 2px solid #f3f3f3; 
  border-radius: 7px; 
  color: #fff;
}

.checkout-input-fields {
  border-radius: 4px; 
  background-color: #538baf!important; 
  border: 1px solid #538baf!important;
  color: #fff!important;
  height: calc(1.5em + .75rem + 10px)!important;
}

.checkout-input-fields::placeholder {
  color: #dcdcdc;
  opacity: 1; /* Firefox */
}

.checkout-input-fields:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #dcdcdc;
}

.checkout-input-fields::-ms-input-placeholder { /* Microsoft Edge */
 color: #dcdcdc;
}

.checkout-input-label-importance {
  color: #b1b1b1!important;
  margin-left: 5px;
}

/* Checkout Items / Starts */

.checkout-item-container {
  margin-block: 20px; 
  height: 130px; 
  width: 100%; 
  background-color: #fff; 
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 20px 9px rgba(0,0,0,0.3); 
  box-shadow: 0px 0px 20px 9px rgb(0 0 0 / 7%);
}

.checkout-item-row {
  padding: 10px; 
  display: flex; 
  flex-direction: row;
}

.checkout-item-image {
  width: 110px; 
  height: 110px; 
  background-color: #457b9d; 
  border-radius: 8px; 
  background-position-x: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.checkout-item-title-section {
  margin-left: 15px; 
  width: 40%; 
  display: flex; 
  align-items: center; 
  justify-content: flex-start;
}

.checkout-item-title {
  display: flex; 
  flex-direction: column;
}

.checkout-item-qty-and-price {
  width: 50%; 
  display: flex; 
  align-items: center; 
  justify-content: flex-end;
}

/* Checkout - Shipping / Starts */

.checkout-shipping-opt__container {
  display: flex; 
  border-radius: 10px; 
  -webkit-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 30%); 
  box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 7%); width: fit-content;
}

/* Checkout - Shipping / Ends */


@media screen and (min-width: 990px) and (max-width: 1200px) {
  .checkout-item-container {
    height: unset; 
  }
  .checkout-item-image {
    display: none;
  }
}

/* Checkout Items / Ends */

/* Logged In User Delivery Container / Starts */
.delivery-detail-container {
  height: 150px; 
  margin-top: 20px; 
  border: 1px solid #538baf; 
  padding: 10px; 
  border-radius: 10px;
  cursor: pointer;
}
.delivery-detail-container:hover {
  height: 150px; 
  margin-top: 20px; 
  border: 1px solid #fff; 
  padding: 10px; 
  border-radius: 10px;
}
.delivery-detail-container--active {
  height: 150px; 
  margin-top: 20px; 
  border: 1px solid #fff; 
  padding: 10px; 
  border-radius: 10px;
}
.delivery-details-2-column-grid {
  display: grid; grid-template-columns: 50% 50%
}
.deliver-here-label-container {
  margin-left: auto; 
  background-color: #fff; 
  color: #000; 
  border-radius: 5px; 
  width: 110px; 
  display: flex; 
  align-content: center; 
  justify-content: center;
}
/* Logged In User Delivery Container / Ends */

/* Add New Delivery Address / Starts */
.plus {
  display:inline-block;
  width:50px;
  height:50px;
  background:
    linear-gradient(#fff,#fff),
    linear-gradient(#fff,#fff),
    #538baf;
  background-position:center;
  background-size: 50% 2px,2px 50%; /*thickness = 2px, length = 50% (25px)*/
  background-repeat:no-repeat;
}
.plus:hover {
  display:inline-block;
  width:50px;
  height:50px;
  background:
    linear-gradient(#fff,#fff),
    linear-gradient(#fff,#fff),
    #5e9dc5;
  background-position:center;
  background-size: 50% 2px,2px 50%; /*thickness = 2px, length = 50% (25px)*/
  background-repeat:no-repeat;
}

.alt {
  background:
    linear-gradient(#538baf,#538baf),
    linear-gradient(#538baf,#538baf);
  background-position:center;
  background-size: 50% 2px,2px 50%; /*thickness = 2px, length = 50% (25px)*/
  background-repeat:no-repeat;
}
.radius {
  border-radius:50%;
}
/* Add New Delivery Address / Ends */

.continue-shopping-header {
  display: block;
}
.shopping-cart-section{
  display: block;
}
@media (max-width: 768px) { 
  .shopping-cart-section{
    display: none;
  }
  .continue-shopping-header {
    display: none;
  }
  .checkout-page-header {
    display: none;
  }
  .delivery-details-section-container {
    padding: 20px 20px 10px 20px; 
  }
}

/* The side navigation menu */
.checkout-cart-items {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 200; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #fdfdfd; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.checkout-cart-items a {
  /* padding: 8px 8px 8px 32px; */
  text-decoration: none;
  font-size: 15px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.checkout-cart-items a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.checkout-cart-items .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}



/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .checkout-cart-items {padding-top: 15px;}
  .checkout-cart-items a {font-size: 12px;}
}

/* New Checkout / Ends */


/* Product Listing Details / Starts */

.left-detail-section {
  text-align: -webkit-right !important;
}

.right-detail-section {
  text-align: -webkit-left !important;
}

.detail-section-content {
  /*width: fit-content; */
  text-align: left;
  font-style: normal;
  background-color: #fff; 
  padding: 20px; 
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 9px rgb(0 0 0 / 30%);
  box-shadow: 0px 0px 20px 9px rgb(0 0 0 / 7%);
}

.detail-section-text {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .left-detail-section {text-align: -webkit-left !important;}
  .right-detail-section {margin-top: 20px;}
  .detail-section-content {width: 100%;}
  .detail-section-text {font-size: 16px;}
}
/* Product Listing Details / Ends */



/* New Filtered extras / Starts */

/* New Filtered extras / Ends */

/* Product Page - Boilers - Add To Cart */

.price-qty-btn-content {
  display: grid; 
  grid-template-columns: 50% 50%
}

@media (min-width: 768px) {
  .price-qty-btn-content {
    grid-template-columns: 40% 60%
  }
}

@media (max-width: 550px) {
  .price-qty-btn-content {
    display: unset;
  }
}

/* Product Page - Boilers - Add To Cart / Ends */

/* Product Page - Promotion Msg / Starts */
.prom-delivery-img {
  border: none;
  background-image: url(../images/promotional/delivery-discount-V2.jpg);
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover; 
  height: 800px;
}
.prom-sub-title {
  font-size: 25px;
  margin-top: 15px;
  margin-left: 15px;
}
.prom-main-msg-container {
  margin-left: 40px;
  margin-top: 20%;
}
.prom-title {
  font-size: 65px;
  text-decoration-line: underline;
}
.prom-sub-msg {
  width: 33%;
  font-size: 22px;
}
.prom-end-msg-container {
  margin-left: 40px;
  margin-bottom: 40px;
  display: flex;
  margin-block-start: auto;
}
.prom-end-msg {
  font-weight: 700; 
  font-size: 20px;
}

@media (max-width: 550px) {
  .prom-delivery-img {
      background-image: url(../images/promotional/delivery-discount-small-V2.jpg);
      background-position-x: unset;
      height: 600px;
  }
  .prom-sub-title {
      font-size: 15px;
      margin-left: 20px;
  }
  .prom-title {
      font-size: 35px;
  }
  .prom-sub-msg {
    width: 55%;
    font-size: 20px;
  }
  .prom-end-msg {
    font-size: 15px;
  }
}

@media (min-width: 551px) and (max-width: 990px) { 
  .prom-delivery-img {
      background-image: url(../images/promotional/delivery-discount-small-V2.jpg);
      background-position-x: unset;
      height: 800px;
  }
  .prom-sub-title {
      font-size: 15px;
      margin-left: 20px;
  }
  .prom-title {
      font-size: 50px;
  }
  .prom-sub-msg {
    width: 55%;
    font-size: 23px;
  }
  .prom-end-msg {
    font-size: 15px;
  }
}
/* Product Page - Promotion Msg / Ends */

/* Holiday Banner / Starts */
.holdiay-banner-main {
  height: 140px; 
  border-radius: 10px;
  background-color: #457b9d;
  cursor: pointer;
  /* margin-top: 5px;
  margin-left: 15px;
  margin-right: 15px; */
}

.gradiant-overlay-holiday-msg {
  background: linear-gradient(to top left, transparent 50%, rgba(3, 3, 2, 0.5) 10%) 0 0/250% 400px no-repeat; 
}

.card-title-holiday {
  font-size: 25px;
}
.card-text-holiday {

}

.top-page-info-banner {
  height: 140px;
}

@media (max-width: 767px) {
  .card-title-holiday {
    font-size: 15px;
  }
  .card-text-holiday {
    font-size: 12px;
  }
  .top-page-info-banner {
    height: 120px;
  }
}

@media (max-width: 390px) {
  .top-page-info-banner {
    height: 140px;
  }
}

/* CHRISTMAS BANNER | STARTS */
.top-page-info-christmas-banner {
  height: 160px;
}

.christmas-banner-loc {
  padding: 10px 0px 0px;
}

.christmas-banner-loc-product {
  padding: 10px 0px 0px;
}

@media (max-width: 767px) {
  .christmas-banner-loc {
    padding: 35px 0px 0px;
  }
}

@media (min-width: 390px) {
  .christmas-banner-loc {
    padding: 0px 0px 0px;
  }
  .christmas-banner-loc-product {
    padding: 30px 0px 0px;
  }
}

@media (min-width: 1200px) {
  .christmas-banner-loc-product {
    padding: 0px 0px 0px;
  }
}

.snow {
    position: fixed;      /* Take it OUT of the normal layout */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;        /* Full viewport */
    pointer-events: none; /* Don't block clicks */
    z-index: 100;         /* Adjust relative to your widget as needed */
    overflow: hidden;     /* Snow going off-screen won't cause scrollbars */
}

.snowflake {
    position: absolute;
    top: -10vh;           /* Start a bit above the viewport */
    color: white;
    font-size: 1em;
    opacity: 0.8;
    animation-name: fall;
    animation-timing-function: linear;
    animation-iteration-count: 1;  /* One fall per flake */
}

/* Falling animation */
@keyframes fall {
    to {
        transform: translateY(110vh) rotate(360deg);
    }
}

/* CHRISTMAS BANNER | ENDS */

/* Holiday Banner / Ends */

/* New Category - Filter Option */
.new-cate-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
}

.category-subtitle {
  font-size: 20px;
}

@media (max-width: 412px) {
  .new-cate-title {
    font-size: 14px;
  }
  .category-subtitle {
    font-size: 12px;
  }
}
@media (min-width: 412px) and (max-width: 575px) {
  .new-cate-title {
    font-size: 18px;
  }
  .category-subtitle {
    font-size: 13px;
  }
}
@media (min-width: 576px) {
  .new-cate-title {
    font-size: 20px;
  }
  .category-subtitle {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .new-cate-title {
    font-size: 20px;
  }
  .category-subtitle {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .new-cate-title {
    font-size: 18px;
  }
  .category-subtitle {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .new-cate-title {
    font-size: 20px;
  }
  .category-subtitle {
    font-size: 20px;
  }
}
/* New Category - Filter Option / Ends */
/* New Category - Shop Page Listing */
.listing-label {
  position: absolute;
  margin: 15px;
}
.listing-shipping-label {
  background-color: #FF505E;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 20px;
  border-color: #fff;
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.listing-price {
  font-size: 24px;
}
.listing-price-vat {
  font-size: 21px;
}

@media (max-width: 412px) {
  .listing-label {
    margin: 7px;
  }
  .listing-shipping-label {
    font-size: 12px;
    width: 100px;
    height: 33px;
    border-radius: 16px;
  }
  .listing-price {
    font-size: 16px!important;
  }
  .listing-price-vat {
    font-size: 12px;
  }
}
@media (min-width: 412px) and (max-width: 575px) {
  .listing-label {
    margin: 7px;
  }
  .listing-shipping-label {
    font-size: 12px;
    width: 100px;
    height: 33px;
    border-radius: 16px;
  }
  .listing-price {
    font-size: 17px!important;
  }
  .listing-price-vat {
    font-size: 13px;
  }
}
@media (min-width: 576px) {
  .listing-label {
    margin: 7px;
  }
  .listing-shipping-label {
    font-size: 12px;
    width: 100px;
    height: 33px;
    border-radius: 16px;
  }
  .listing-price {
    font-size: 17px!important;
  }
  .listing-price-vat {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .listing-label {
    margin: 7px;
  }
  .listing-shipping-label {
    font-size: 12px;
    width: 100px;
    height: 33px;
    border-radius: 16px;
  }
  .listing-price {
    font-size: 17px!important;
  }
  .listing-price-vat {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .listing-label {
    margin: 7px;
  }
  .listing-shipping-label {
    font-size: 12px;
    width: 100px;
    height: 33px;
    border-radius: 16px;
  }
  .listing-price {
    font-size: 17px!important;
  }
  .listing-price-vat {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .listing-label {
    margin: 15px;
  }
  .listing-shipping-label {
    font-size: 18px;
    width: 140px;
    height: 40px;
    border-radius: 20px;
  }
  .listing-price {
    font-size: 17px!important;
  }
  .listing-price-vat {
    font-size: 13px;
  }
  .product-card__name {
    font-size: 17px;
  }
}
/* New Category - Shop Page Listing / Ends */

/* */
.category-section-title {
  font-size: 45px;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 1;
}
.category-section-title-spares {
  font-size: 38px;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 1;
}
.cate-brand-logo__container {
  height: 225px; 
  background-color: #e8e8e8;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cate-brand-logo__container:hover { 
  background-color: #e8e8e8;
  border-radius: 20px;
  border-color: skyblue;
  border-width: 2px;
  border-style: solid;
}
.cate-brand-logo__container_active { 
  height: 225px;
  background-color: #e8e8e8;
  border-radius: 20px;
  border-color: skyblue;
  border-width: 2px;
  border-style: solid;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.boiler-type-imgs {
  width: 170px;
}
.boiler-size-imgs {
  width: 100px;
}
.boiler-brand-logo {
  width: 170px;
}
.cate-brand__title {
  font-size: 30px;
  font-weight: 500;
  padding-top: 8px;
  color: unset;
  cursor: pointer;
}
.cate-brand-listing__title {
  font-size: 24px;
  font-weight: 500;
  padding-top: 8px;
  color: unset;
  cursor: pointer;
}
.cate-brand__subtitle {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.cate-type__subtitle-long {
  font-size: 14px;
  font-weight: 500;
}
.boiler-size-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.spares-border-outline {
	border: solid 1px;
}

.category-final-models__container {
  height: 420px;
  /*background-color: #e8e8e8;*/
  background-color: #fff;
  border-radius: 20px;
  cursor: pointer;
}
.category-final-models__container:hover {
  /*background-color: #e8e8e8;*/
  background-color: #fff;
  border-radius: 20px;
  border-color: skyblue;
  border-width: 2px;
  border-style: solid;
}
.category-final-models__subtitle {
  font-size: 19px;
  font-weight: 500;
  padding-top: 12px;
  cursor: pointer;
} 

.other-brand-options__container {
  display: flex;
  justify-content: end;
}

.other-brands {
  text-align: end;
  margin-block-end: 3em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  display: flex;
  justify-content: space-between;
  /* width: 50%; */
}

.other-brands > li {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  width: fit-content;
  height: fit-content;
  padding: 0 10px 0px 10px;
  cursor: pointer;
}

.other-brands > li:hover {
  background-color: #FF505E;
  color: #fff;
  border-radius: 13px;
  text-align: center;
}

.other-brands_active {
  background-color: #FF505E;
  color: #fff;
  border-radius: 13px;
  text-align: center;
}

.cate-listing {
  margin-bottom: 20px;
  line-height: 1.2;
}
.resize-padding {

}
.boiler-categorie-label {
  background-color: #32de84;
  width: 90px;
}
.boiler-listing-label {
  width: 160px;
}

.cate-listing-img {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-boiler-result__container {
  height: 420px;
  border-radius: 20px;
  background-color: #f9f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boiler-info-msg {
  display: inline-flex;
  background-color: #f9f5f5;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 13px;
}
.boiler-info-msg__label {
  background-color: darkgrey;
  border-radius: 10px 0px 0px 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  font-size: 25px;
}
.boiler-info-msg__msg {
  padding: 10px 15px 10px 10px;
  font-size: 17px;
}
.boiler-info-msg__info {
  padding-top: 10px;
  padding-left: 10px;
  margin-bottom: unset;
  font-size: 20px;
}
.boiler-info-msg__date {
  text-align: right;
  padding: 15px 15px 10px 10px;
  margin-bottom: unset;
  font-size: 15px;
}

/* Screen Adjustments */
@media (max-width: 412px) {
  /* Stock Alert Msg */
  .boiler-info-msg__label {
    width: 6rem;
  }
  .boiler-info-msg__info {
    font-size: 17px;
  }
  .boiler-info-msg__msg {
    font-size: 14px;
  }
  .boiler-info-msg__date {
    padding: 0px 15px 10px 10px;
    font-size: 14px;
  }
  /* Stock Alert Msg / Ends */

  .cate-brand-logo__container {
    height: 75px;
    border-radius: 12px;
  }
  .cate-brand-logo__container:hover { 
    border-radius: 12px;
  }
  .cate-brand-logo__container_active {
    height: 75px;
    border-radius: 12px;
  }
  .category-final-models__container {
    height: 195px;
    border-radius: 12px;
  }
  .category-final-models__container:hover {
    border-radius: 12px;
  }
  .boiler-type-imgs {
    width: 75px;
  }
  .boiler-size-imgs {
    width: 48px;
  }
  .boiler-brand-logo {
    width: 50px;
  }
  .cate-brand__title {
    font-size: 16px;
  }
  .cate-brand-listing__title {
    font-size: 13px;
  }
  .cate-brand__subtitle {
    font-size: 10px;
  }
  .cate-type__subtitle-long {
    font-size: 8px;
  }
  .category-final-models__subtitle {
    font-size: 10px;
    padding-top: 5px;
  }

  .other-brands > li {
    padding: 3px 10px 3px 10px;
  }

  .boiler-categorie-label {
    width: 40px;
    height: 17px;
    font-size: 8px;
  }
  .boiler-listing-label {
    width: 85px;
    font-size: 9px;
    height: 28px;
  }

  .resize-padding {
    padding-left: 6px;
    padding-right: 6px;
  }

  .other-brands {
    display: unset;
    justify-content: unset;
    width: unset;
  }
}
@media (min-width: 412px) and (max-width: 575px) {
  .cate-brand-logo__container {
    height: 75px;
    border-radius: 12px;
  }
  .cate-brand-logo__container:hover { 
    border-radius: 12px;
  }
  .cate-brand-logo__container_active {
    height: 75px;
    border-radius: 12px;
  }
  .category-final-models__container {
    height: 195px;
    border-radius: 12px;
  }
  .category-final-models__container:hover {
    border-radius: 12px;
  }
  .boiler-type-imgs {
    width: 75px;
  }
  .boiler-size-imgs {
    width: 48px;
  }
  .boiler-brand-logo {
    width: 50px;
  }
  .cate-brand__title {
    font-size: 16px;
  }
  .cate-brand-listing__title {
    font-size: 13px;
  }
  .cate-brand__subtitle {
    font-size: 10px;
  }
  .cate-type__subtitle-long {
    font-size: 8px;
  }
  .category-final-models__subtitle {
    font-size: 10px;
    padding-top: 5px;
  }

  .other-brands > li {
    padding: 3px 10px 3px 10px;
  }

  .boiler-categorie-label {
    width: 40px;
    height: 17px;
    font-size: 8px;
  }
  .boiler-listing-label {
    width: 85px;
    font-size: 9px;
    height: 28px;
  }

  .resize-padding {
    padding-left: 6px;
    padding-right: 6px;
  }

  .other-brands {
    display: unset;
    justify-content: unset;
    width: unset;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cate-brand-logo__container {
    height: 75px;
    border-radius: 12px;
  }
  .cate-brand-logo__container:hover { 
    border-radius: 12px;
  }
  .cate-brand-logo__container_active {
    height: 75px;
    border-radius: 12px;
  }
  .category-final-models__container {
    height: 195px;
    border-radius: 12px;
  }
  .category-final-models__container:hover {
    border-radius: 12px;
  }
  .boiler-type-imgs {
    width: 75px;
  }
  .boiler-size-imgs {
    width: 48px;
  }
  .boiler-brand-logo {
    width: 50px;
  }
  .cate-brand__title {
    font-size: 16px;
  }
  .cate-brand-listing__title {
    font-size: 13px;
  }
  .cate-brand__subtitle {
    font-size: 10px;
  }
  .cate-type__subtitle-long {
    font-size: 8px;
  }
  .category-final-models__subtitle {
    font-size: 10px;
    padding-top: 5px;
  }

  .other-brands > li {
    padding: 3px 10px 3px 10px;
  }

  .boiler-categorie-label {
    width: 40px;
    height: 17px;
    font-size: 8px;
  }
  .boiler-listing-label {
    width: 85px;
    font-size: 9px;
    height: 28px;
  }

  .resize-padding {
    padding-left: 6px;
    padding-right: 6px;
  }

  .other-brands {
    display: unset;
    justify-content: unset;
    width: unset;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .cate-brand-logo__container {
    height: 225px;
    border-radius: 20px;
  }
  .cate-brand-logo__container:hover { 
    border-radius: 20px;
  }
  .cate-brand-logo__container_active {
    height: 225px;
    border-radius: 20px;
  }
  .category-final-models__container {
    height: 420px;
    border-radius: 20px;
  }
  .boiler-type-imgs {
    width: 170px;
  }
  .boiler-size-imgs {
    width: 100px;
  }
  .boiler-brand-logo {
    width: 170px;
  }
  .cate-brand__title {
    font-size: 30px;
  }
  .cate-brand-listing__title {
    font-size: 24px;
  }
  .cate-brand__subtitle {
    font-size: 16px;
  }
  .cate-type__subtitle-long {
    font-size: 14px;
  }
  .category-final-models__subtitle {
    font-size: 19px;
    padding-top: 12px;
  }

  .other-brands > li {
    padding: 0 10px 0px 10px;
  }

  .boiler-categorie-label {
    width: 90px;
  }
  .boiler-listing-label {
    width: 160px;
  }

  .resize-padding {
    padding-left: 6px;
    padding-right: 6px;
  }

}
/*@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}*/

/* Add to cart - Action Box */
.action-box__area {
  width: 100%; 
  height: 100%; 
  margin-top: 20%;
  position: fixed; 
  z-index: 100;
  display: flex;
  justify-content: center;
}
.action-box__container {
  width: 600px; 
  height: 405px;
  padding: 20px; 
  background-color: #ffffff;
  border: solid 2px;
  border-radius: 15px;
}
.action-box__close {
  text-align: right;
  font-size: 30px;
}
.action-box__close-btn {
  color: #3d464d;
  cursor: pointer;
}
.action-box__close-btn:hover {
  color: #9fa8af;
}
.action-box__body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  color: #fff;
}
.action-box__circle {
  padding: 45px;
  background-color: #FF505E;
  border-radius: 115px;
}
.action-box__body-icon {
  font-size: 90px;
  display: inline-grid;
  text-align: center;
}
.action-box__body-icon-text {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.action-box__btns {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 55px;
}
.action-box__btn-appe { /* Btn Apperiance */
  border: solid 2px;
  padding: 5px;
  font-weight: 600;
  cursor: pointer;
}
.action-box__btn-appe:hover {
  color: #9fa8af;
}
/* Add to cart - Action Box / Ends */

/* Quick Actions */

.calculator-input-label {
  margin-bottom: unset;
  font-weight: bold;
  font-size: 20px;
}

/* Quick Actions / Ends */
/* Screen Adjustments */
@media (max-width: 412px) {
  .calculator-input-label {
    font-size: 15px;
  }
}

@media (min-width: 412px) and (max-width: 575px) {
  .calculator-input-label {
    font-size: 15px;
  }
}

/* Radiator Sellector Menu / Starts */

.rad-types {
  height: 350px;
  width: 100%; 
  border-radius: 10px;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; 
  height: 350px;
  border-radius: 10px;
}
.rad-types:hover {
  border: solid 3px;
  color: skyblue;
}
.rad-types__active {
  border: solid 3px;
  color: skyblue;
}


.rad-colour-sellector-imgs {  
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  width: 120px; 
  height: 120px; 
  border-radius: 60px;
}

.rad-colour-sellector-imgs:hover {  
  border: solid 3px;
  color: skyblue;
}

.rad-colour-sellector-imgs__active {  
  border: solid 3px;
  color: skyblue;
}

.rad-colour-img__container {
  width: 120px;
  height: 120px; 
  margin-right: 25px;
}

.rad-size__container {
  display: inline-grid;
  /*justify-content: start;*/
}

.rad-size > li {
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
  width: fit-content;
  height: fit-content;
  padding: 0 10px 0px 10px;
  margin-bottom: 5px;
  cursor: pointer;
}

.rad-size > li:hover {
  background-color: #FF505E;
  color: #fff;
  border-radius: 18px;
  text-align: center;
}

.rad-size_active {
  background-color: #FF505E;
  color: #fff;
  border-radius: 18px;
  text-align: center;
}

.rad-types-title {
  padding: 10px;
  font-size: 28px;
  font-weight: 700;
}

.rad-size-img__container {
  height: 250px;
  background-color: #e8e8e8; 
  border-radius: 10px; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.rad-size-img {
  width: 150px;
}

.rad-size-sub-title {
  margin-bottom: 30px; 
  padding-bottom: 0px; 
  border-bottom: solid 1px;
}

@media (max-width: 412px) {
  .rad-types {
    height: 200px;
  }
  .rad-types-title {
    padding: 5px 0px 10px 0px;
    font-size: 16px;
  }
  .rad-size-sub-title {
    margin-bottom: 10px;
  }
  .rad-colour-sellector-imgs {
    width: 70px; 
    height: 70px; 
    border-radius: 35px;
  }
}

@media (min-width: 412px) and (max-width: 575px) {
  .rad-types {
    height: 200px;
  }
  .rad-types-title {
    padding: 5px 0px 10px 0px;
    font-size: 16px;
  }
  .rad-size-img__container {
    height: 160px;
  }
  .rad-size-img {
    width: 80px;
  }
  .rad-size > li {
    font-size: 16px;
  }
  .rad-size-sub-title {
    margin-bottom: 10px;
  }
}

/* Radiator Sellector Menu / Ends */

/* Boiler Spares / Starts */
.spares-title-sec-tag {
  /*color: #fff !important;
  background-color: #FF505E;*/
  border: solid 2px;
  border-color: #FF505E;
  width: fit-content;
  padding: 10px;
  border-radius: 10px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
  cursor: default;
  font-size: 15px;
}

.spares-search-input {
  width: 50%;
  margin-bottom: 30px;
  height: 45px;
  border-radius: 10px;
  font-size: 22px;
  padding: 10px;
}
.spares-search-btn {
  display: flex;
  height: 45px;
  color: #fff !important;
  background-color: #FF505E;
  margin-left: 15px;
  font-size: 20px;
  font-weight: 600;
  padding: 7px 15px 7px 15px;
  border-radius: 10px;
  align-items: center;
  cursor: pointer;
}

/* Boiler Spares - Model Search Output / Starts */
.spares-model-container {
  min-height: 90px;
  margin-top: 20px;
  display: flex;
  background-color: #e8e8e8;
  border-radius: 20px 20px 0px 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.spares-model-container:hover {
  border: solid skyblue 1px;
  border-bottom: 0px;
}
.spares-model-container:hover + .spares-model-container_select {
  border: solid skyblue 1px;
  border-top: 0px;
}

.api-output-container:hover {
  border: solid skyblue 2px;
}

.spares-model-container_select {
  background-color: #d3d0d0;
  /*margin-left: -15px;
  margin-right: -15px;*/
  border-radius: 0px 0px 20px 20px;
  text-align: center;
  font-weight: bold; 
  padding: 5px;
  cursor: pointer;
}
/* Boiler Spares - Model Search Output / Ends */

@media (min-width: 412px) and (max-width: 575px) {
  .spares-title-sec-tag {
    font-size: 10px;
  }
  .category-section-title-spares {
    font-size: 30px;
  }
}

@media (max-width: 412px) {
  .spares-title-sec-tag {
    font-size: 10px;
  }
  .category-section-title-spares {
    font-size: 30px;
  }
  .spares-model-container {
    font-size: 12px;
    border-radius: 10px 10px 0px 0px;
  }
  .spares-model-container_select {
    border-radius: 0px 0px 10px 10px;
  }
}
/* Boiler Spares / Ends */

/* Trustpilot Widget Adjustments / Start */
.trustpilot-widget-impl {
  width: initial;
}
@media (max-width: 640px) {
  .trustpilot-widget-impl {
    width: 100%;
  }
}
/* Trustpilot Widget Adjustments / Ends */

/* Air Source Heat Pump Page / Starts */
.heat-pump-header-container {
  height: 300px; 
  padding-top: 5vh;
  padding-left: 5vw; 
  margin-left: 2.4rem; 
  border-radius: 0px 0px 0px 25px;
  background-color: #457b9d;
}
.heat-pump-header-container-text h3 {
  margin-top: 5vh; 
  color: #fff;
}
.heat-pump-header-container-text p {
  color: #dbdada;
}
.heat-pump-request-form-container {
  width: 40vw; 
  /*height: 50vh; */
  background-color: #fff; 
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 20px 9px rgb(0 0 0 / 30%);
  box-shadow: 0px 0px 20px 9px rgb(0 0 0 / 7%);
}
.heat-pump-brands-container {
  margin-left: 3vw; 
  margin-bottom: 5vh;
}
.heat-pump-brands {
  display: flex; 
  margin-top: 2vh;
}
.heat-pump-brand {
  width: 200px; 
  height: 100px;  
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 10px; 
  margin-right: 15px;
  -webkit-box-shadow: 0px 0px 20px 9px rgb(0 0 0 / 30%);
  box-shadow: 0px 0px 20px 9px rgb(0 0 0 / 7%);
}
.heat-pump-brand p {
  margin-bottom: unset;
  font-weight: 600;
  font-size: large;
}
.heat-pump-key-details-container {
  margin-left: 8vw;
  padding-top: 3vh;
  height: 30vh;
}
.heat-pump-key-details-list {
  list-style: none;
  margin-block-start: unset;
  margin-block-end: unset;
  padding-inline-start: unset;
}
.heat-pump-key-details-list-item {
  width: fit-content;
  background-color: #efefec;
  padding: 10px;
  border-radius: 10px;
}

/* Mobile Dim | Start */
@media (max-width: 640px) {
  #desktop-heat-pump-request-form {
    display: none;
  }
  #heat-pump-key-details {
    display: none;
  }
  #ashp-brands-we-supply {
    display: none;
  }
  .heat-pump-key-details-container {
    height: 60vh;
  }
  .heat-pump-request-form-container {
    width: 90vw; 
  }
  .heat-pump-header-container-text h3 {
    margin-top: unset;
  }
  .heat-pump-header-container {
    padding-top: 3vh;
    margin-left: unset;
    border-radius: 0px 0px 25px 25px;
  }
}
/* Mobile Dim | Ends */

/* Air Source Heat Pump Page / Ends 