.hero-content-col .content-div {
background-color: #0F3042;
}
.hero-content-col .content-div h3 {
text-align: left;
color: #fff;
margin-bottom: 0;
}
.oc_introduction_cont p {
text-align: center;
font-weight: 400;
font-size: 1.12rem;
}
.add-to-cart-btn {
background-color: #E45555;
color: #fff !important;
}
.look-inside-btn {
background-color: transparent;
border: 1px dashed;
margin-right: 20px;
}
.add-to-cart-btn,
.look-inside-btn {
font-size: 1.2rem;
text-transform: capitalize;
margin-bottom: 0px !important;
}
.look-inside-btn:focus {
outline: none;
}
.oc-product-img {
height: 250px;
object-fit: cover;
object-position: center;
margin-bottom: 10px;
}
.oc-product-col {
display: flex;
margin-bottom: 40px;
}
.oc-product-row {
display: flex;
flex-wrap: wrap;
}
.oc-product-img-div {
margin-bottom: 30px;
}
.oc-product-title {
font-size: 1.42rem;
margin-bottom: 20px;
line-height: 1.5rem;
}
.oc-product-content p {
margin-bottom: 10px;
font-weight: 400;
line-height: 1.2rem;
}
.oc-price {
margin: 20px 0;
}
.oc-price ins {
font-size: 1.77rem;
line-height: 1.48rem;
margin-right: 10px;
}
.oc-price del {
color: #808080;
font-size: 1.06rem;
}
.oc-product-col-inner {
background-color: #F7F2EE;
box-shadow: 3px 3px #e2d5cb;
padding: 25px;
}
.section.oc-product-sec {
display: flex;
align-items: center;
text-align: center;
padding: 100px 0 60px;
background-color: #f2eae3;
}
.oc-product-col-inner {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.course-cart_btn {
display: flex;
width: 100%;
justify-content: space-between;
}
.course-cart_btn a {
flex: 1;
justify-content: center;
}
@media only screen and (max-width: 768px) { .oc-product-img-content {
display: flex;
} .oc-product-img-content>div {
flex: 1;
}
.oc-product-content-div {
text-align: left;
margin-left: 1rem;
}
.oc-product-sec .ptefl-button {
justify-content: center;
}
.oc-price {
margin: 1rem auto;
}
.oc-price ins {
font-size: 1.5rem;
}
h4.oc-product-title {
font-size: 1rem;
margin-bottom: 0;
line-height: 150%;
}
.oc-product-content {
display: none;
}
.oc-product-img-div {
margin-bottom: 0px;
}
.look-inside-btn {
margin-bottom: 8px !important;
margin-right: 0px;
}
.oc-product-col-inner {
padding: 15px;
align-items: center;
}
.oc-product-img {
object-fit: contain;
height: 100px;
}
.oc-product-sec {
padding: 60px 0 !important;
}
.oc-product-col:last-child {
margin-bottom: 0px;
}
.look-inside-btn {
margin-right: 10px;
}
}