.h2home-prod, .p-home-prod {
text-align: center;
}
.featured-products .item img {
max-width: 80%;
margin-left: 10%;
}
button.prod-ver-btn {
background: #464646;
color: #fff;
border: 0px;
border-radius: 5px;
}
button.prod-ver-btn:hover {
background: #000;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #8d8d8d;
}
.p-home-prod {
font-size: 14px;
}
h2.h2home-prod {
margin-top: 30px;
font-size: 20px;
}
.contain {
margin: 0 auto;
max-width: 1200px;
width: 100%;
}
.h3prod {
height: 60px !important;
color: #000;
height: 60px !important;
font-size: 14px;
font-weight: 400;
text-align: center;
}
.featured-products a {
text-decoration: none;
}
.featured-products .item {
background: #fff;
border: 1px solid #ebebeb;
box-shadow: #f5f5f5 5px 5px 5px;
padding-inline: 26px;
border-radius: 4px;
}
.prod-ver-btn {
float: right;
}
span.prod-price {
float: left;
color: #000;
padding-top: 4px;
font-size: 16px;
}
@media screen and (max-width:715px){
.item {
height: 370px!important;
padding-bottom: 15px;
}   
}
.item {
align-items: center;
color: white;
display: flex;
height: 300px;
padding-bottom: 30px;
margin-bottom: 4px;
justify-content: center;
}
.owl-nav {
display: flex;
justify-content: space-between;
position: absolute;
top: 50%; width: 100%;
transform: translateY(-50%);
pointer-events: none; }
.owl-nav .owl-prev,
.owl-nav .owl-next {
background-color: rgba(0, 0, 0, 0.5);
border-radius: 50%;
color: white;
font-size: 20px;
height: 40px;
width: 40px;
display: flex;
align-items: center;
justify-content: center;
pointer-events: auto; cursor: pointer;
}
.owl-nav .owl-prev {
left: -20px;
}
.owl-nav .owl-next {
right: -20px;
}