@charset "ISO-8859-1";
body {
    color: #102A4B;
}
.underline {
	color: #0099FF !important;
	text-decoration: underline !important;
}
.description {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
/* Category top boxes */
.category-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    width: 100%;
}
.category-boxes h4,
.category-boxes p {
	color: white;
}
.category-box-container {
    padding: 1.5rem 1rem 1.5rem 2rem;
	border-radius: 20px;
	width: 100%;
	max-width: 490px;
	background-color: #102A4B;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.category-box {
	/* max-width: 300px; */
    max-width: 250px;
}
.top-box-icon {
    width: 31px;
    height: 31px;
}
.sub-cat-description {
    font-size: 0.8rem;
}
.cat-box-btns {
	display: grid;
    max-width: 250px;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.cat-box-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
    max-width: 120px;
	text-align: center;
	border-radius: 25px;
	background-color: #0099FF;
	color: white !important;
}
.description {
    font-size: 0.8rem;
}
/* Quick search */
.facet-category {
    color: #102A4B;
    background-color: #E7E7E2;
    border-top: solid 1px #DADAD4;
    border-left: solid 1px #DADAD4;
    border-right: solid 1px #DADAD4;
}
.facet-category:hover {
    background-color: #DDDCD6;
    border-top: solid 1px #DDDCD6;
    border-left: solid 1px #DDDCD6;
    border-right: solid 1px #DDDCD6;
}
/* Offers section */
.top-offers-area {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.offer-description {
    padding-bottom: 2rem;
}
.picklist-area {
   display: flex;
   flex-direction: row;
   box-shadow: 0px 0px 15px #00000029;
   border-radius: 20px;
}
.picklist-img-container {
   border-radius: 20px; 
   overflow: hidden;
}
.picklist-offer-text {
   display: flex;
   flex-direction: column;
   justify-content: space-around;
   padding: 35px 15px;
   width: 293px;
   padding-left: 2rem;
   padding-right: 2rem;
}
.picklist-img {
   background-color: white;
   transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
   /* width: 848px;  */
   /* height: 400px; */
}
.picklist-img:hover {
   transform: translateY(0px) scale(1.12);
   cursor: pointer;
}
.deals-area {
    display: flex;
    /* max-height: 400px; */
    flex-direction: column;
    max-width: 360px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px #00000029;
}
.deals-area-text {
    max-width: 360px;
    padding: 20px;
} 
.deals-area-text a {
    color: #0099FF;
}
.deals-area img {
    max-width: 360px;
    border-radius: 20px 20px 0px 0px;
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.deals-area img:hover {
   transform: translateY(0px) scale(1.12);
   cursor: pointer;
}
/* USP section */
.usp-boxes {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}
.usp-box {
	display: flex;
	flex-direction: row;
	background-color: #F3F3EF;
	max-width: 350px;
	border-radius: 25px;
}

/* Terminology section */
.terminology-section {
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    /* gap: 20px; */
    /* justify-content: space-between; */
    justify-content: flex-start;
}
.terminology-icon {
    background: url('https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/category-pillar/terminology-background.png');
    background-color: white;
    border-radius: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 106px;
	overflow:hidden;
}
.terminology-icon img {
    /* width: 75px; */
    /* height: 75px; */
}

.terminology-card {
    max-width: 360px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px #00000029;
    background-color: white;
    overflow: hidden;
}

.terminology-swiper .swiper-slide {
    /* max-width: 360px; */
    /* width: calc(23% - 12px) !important; */
    display: flex;
    justify-content: center;
}

.terminology-wrapper:has(.swiper-button-lock) .terminology-section {
    justify-content: center;
}

.terminology-box {
	display: flex;
	flex-direction: column;
	padding: 20px;
	width: 100%;
    /* height: 185px; */
    min-height: 185px;
	background-color: white;
	border-radius: 0;
	box-shadow: none;
}

/* Need help section */
.products-section {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    /* justify-content: space-between; */
    justify-content: space-around;
	padding-bottom: 50px;
}
.product-box {
	display: flex;
	flex-direction: column;
	background-color: white;
	box-shadow: 0px 0px 15px #00000029;
	border-radius: 10px;
	width: 100%;
	max-width: 480px;
}
.product-box p,
.product-box h5 {
	max-width: 305px;
	margin: 0 auto;
}
.help-icon {
    /* width: 35px;  */
    margin: 0 auto
}
.all-guides {
    font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 60px;
	text-align: center;
	font-weight: 800;
	background-color:#0099FF;
	color: white !important;
	border-radius: 30px;
	margin: 0 auto;
}
#terminologySwiperNext,
#terminologySwiperPrev,
#brandSwiperNext,
#brandSwiperPrev {
    background-color: #102A4B !important;
}
#terminologySwiperNext i,
#terminologySwiperPrev i,
#brandSwiperNext i,
#brandSwiperPrev i {
    color: white !important;
}
#terminologySwiperNext.swiper-button-lock,
#terminologySwiperPrev.swiper-button-lock {
    display: none !important;
}
@media (max-width: 1550px) {
	.picklist-area {
		flex-direction: column-reverse;
	}
	.top-offers-area {
		flex-wrap: wrap;
	}

    .picklist-offer-text{
        padding: 20px!important;
    }

    .picklist-offer-text  div h4{
        padding-top:0.5rem !important;
    }

    .picklist-offer-text a{
        padding-top:0.5rem !important;
    }
}
@media (max-width: 1000px) {
    .usp-boxes {
        flex-direction: column;
        align-items: center;
    }
}

/* @media (max-width: 768px) {
    .category-box-container {
        background-image: var(--bg-mobile);
    }
} */

