.search {
   display: none;
}

.nav-lower {
   flex-wrap: wrap;
}

.slider {
   clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
}
.shoe {
   width: 90%;
}

.round-bg {
   width: 90%;
   height: 80%;
}
.shoe-title {
   font-size: 40px;
   top: 60px;
   right: 50px;
}

.price {
   left: 10px;
   font-size: 40px;
}
.buy-btn {
   font-size: 20px;
   right: 20px;
   bottom: 60px;
   /* bottom: 18rem; */
}

.shipping {
   width: 50px;
   height: 30px;
}

.add-title {
   font-size: 15px;
}

.add-para {
   width: 60%;
   font-size: 12px;
   margin-bottom: 50px;
}
.product {
   height: 100%;
}
.product-title {
   font-size: 35px;
}
.product-price {
   font-size: 25px;
}

.p-size {
   font-size: 20px;
}
.size {
   font-size: 15px;
}
.product-btn {
   padding: 5px 10px;
   font-size: 15px;
}

.buy-page {
   top: 7%;
   right: 2%;
   width: 40%;
   height: 85%;
}
.buy-name {
   font-size: 16px;
   font-weight: bold;
   padding: 10px;
}

.name {
   margin-left: 10px;
   font-size: 12px;
}

.master-card {
   margin: 10px;
}

.card {
   font-size: 15px;
}
.card-text {
   padding: 5px;
   margin-left: 10px;
   font-size: 14px;
}

.title-1 {
   /* display: none; */
   font-size: 15px;
   margin-top: 30px;
}
.title-2 {
   font-size: 20px;
}

.title-btn {
   padding: 5px 10px;
   font-size: 15px;
   text-transform: uppercase;
   margin-bottom: 30px;
}
#season {
   display: none;
}

.footer-right {
   padding-left: 30px;
   margin-bottom: 20px;
}
