* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


.kpsd-exterior {
    margin-top: 5%;
    display: flex;
    /* padding: 0px 20px; */
}

/* .kpsd-prime1 {
    width: 50%;

} */
.display-none {
    display: none;
}
.kpsd-back {
    background-color: #F7F6F7;
    width: 460px;
    height: 444px;
    position: relative;
}

.kpsd-back-image {
    background: url(../img/Group\ 93.png);
    width: 460px;
    height: 369px;
    background-repeat: no-repeat;
    background-size: cover;
}

.kpsd-bucket {
    width: 368px;
    height: 397px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 10%;
}

.kpsd-bucket img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kpsd-prime2{
/*     padding-top: 21px; */
    padding-left: 20px;
}
.kpsd-head1 a {
    font-family: 'Montaga', serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 45.5px;
    text-decoration: none;
    color: #1E62AF;

}
.kpsd-list p{
/* 	list-style: disc;
    display: list-item; */
	
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;

}


.kpsd-head2 a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    text-decoration: none;
    color: #085089;

}
.kpsd-para1{
    padding-top: 10px;
    width: 100%;
}
.kpsd-para1 p {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    width: 66%;
/*     overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; */
}
.kpsd-price{
    width: 145px;
    padding-top: 45px;
}
.kpsd-price p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    background-color: #F7F6F7;
}
.kpsd-size-wrap{
    padding-top: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.kpsd-sizes p{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 25px;
line-height: 40.4px;
color: #1E62AF;
}
.kpsd-ltr{
    display: flex;
    gap: 12px;
}
.kpsd-ltr p{
    font-family: 'Roboto', sans-serif;
font-weight: 600;
font-size: 24px;
line-height: 36.36px;
color: #333333;
cursor: pointer;
border: 1.37px solid #1E62AF;
padding: 0px 10px;
}
.kpsd-liters{
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}
p.kpsd-active{
   text-decoration: underline;
}
.kpsd-ltr p:hover{
    text-decoration: underline;
    transition: 5s;
}
.kpsd-related{
    text-align: center;
    margin-top: 5%;
}
.kpsd-related1{

    margin-top: 5%;
	margin-bottom:10px;
}
.kpsd-details-add{
	display:flex;
	gap:30px;
}
.kpsd-new-wrap{
	margin-top:30px;
}
.kpsd-details-add{
	padding-bottom:7px;
}
.kpsd-details-add .kpsd-first{
	font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
	    width: 17%;
}
.kpsd-product-list li{
	font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
	padding-bottom:5px;
}
.kpsd-related1 p{
    font-family: 'Montaga', serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 43px;
    color: #1E62AF;
}
.kpsd-related p{
    font-family: 'Montaga', serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 43px;
    color: #1E62AF;
}

.kpsd-filler-wrapper{
    margin-top: 7%;
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
        /*justify-content: space-between;*/
        /* padding: 0 2%; */
	    padding-top: 52px;
}
.kpsd-product-list ul{
	padding-left:30px !important
}

@media(max-width: 1024px){
    .kpsd-size-wrap{
    align-items: flex-start;
    gap: 0px;
    flex-direction: column;
    }
}
@media(max-width: 992px){
    .kpsd-prime1{
        width: 49%;
    }
    .kpsd-prime2{
        width: 50%;
        padding-top: 0px;
    }
    .kpsd-drop {
        width: 100%;
    }
    .kpsd-back{
        width: 100%;
    }
    .kpsd-back-image{
        width: 100%;
    }
     /* .kpsd-bucket{
        width: 100%;
    } */
}
@media(max-width: 768px){
    .kpsd-filler-wrapper{
        margin-top: 10%;
    }
    .kpsd-exterior{
        flex-direction: column;
        padding: unset;
    }
    .kpsd-prime1{
        width: 100%;
    }
    .kpsd-prime2{
        width: 100%;
        padding-left: 0px;
        
    }
    .kpsd-head1{
        padding-top: 8px;
    }
    .kpsd-para1 p {
        width: 100%;
    }

}

@media(max-width: 576px){
    .kpsd-filler-wrapper{
        margin-top: 18%;
    }
	.kpsd-filler-wrapper{
		padding-top: unset;
	}
}

@media(max-width: 450px){
    .kpsd-ltr {
        gap: 3px;
        /* flex-direction: column; */
    }
      .kpsd-bucket{
        width: 100%;
    }
    .kpsd-filler-wrapper{
        margin-top: 25%;
    }
    .kpsd-ltr-a{
        padding: 0px 5px;
    }
}

@media(max-width: 350px){
    .kpsd-filler-wrapper{
        margin-top: 30%;
    }
    .kpsd-ltr {
      
        flex-direction: column;
    }
}

@media(max-width: 300px){
    .kpsd-filler-wrapper{
        margin-top: 30%;
    }
}