.shop-now-button {
    display: inline-block;
    
    padding: 5px 0;
    border: 1px solid #0073aa;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    color: #0073aa;
    transition: background-color 0.3s ease;
}

.shop-now-button:hover {
    background-color: #005a87;
}
.owl-carousel p {
    color: black;
    text-align: center;
	margin-bottom: 0 !important;
	margin-top:5px;
	font-size:.8rem;
	font-weight:500;
}
.owl-stage {
    display: flex;
    align-items: stretch;
}
.owl-carousel .item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.owl-carousel .shop-now-button {
    /* flex-grow: 1; */
	    padding: 5px 0;
}
.owl-carousel .p {
}
.owl-nav {
	position: absolute;
    font-size: 5rem;
    color: #e38c21;
}
.owl-nav {
	position: absolute;
    top: 30%;
    font-size: 5rem;
	display: flex;
    justify-content: space-between;
    width: 100%;
	transform: translateY(-50%);
}
.owl-nav span {
	  -webkit-text-stroke-width: 1px;
	  -webkit-text-stroke-color: white;
}

.thegrid {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
}
@media only screen and (max-width: 1200px) {
	.thegrid {
		grid-template-columns:1fr 1fr;
	}
}
@media only screen and (max-width: 769px) {
	.thegrid {
		grid-template-columns:1fr;
	}
}
.thegrid p {
	margin:0;
	padding: 10px 0;
}