/*
Theme Name: Astra Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Description: Astra Child Theme
Author: John Doe
Template: astra
Version: 1.0
*/

article#post-6687 .entry-title {
    display: none;
}

#homeSlider .product-image-wrap img {
    height: 450px;
    object-fit: cover;
}
.home div#reviews {
    display: none;
}
ul.additional-data {
    list-style: none;
    margin-left: auto;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
	object-fit: cover;
}

.item {
    height: 300px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 10px;
}

.page-id-161 .contain div#owl-carousel  .owl-dots {
    margin-top: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}