/*
Theme Name:   OOm Elementor Child
Theme URI:    https://oom.com.sg
Description:  Child theme for OOm Elementor
Author:       Your Name
Author URI:   https://oom.com.sg
Template:     oom-elementor
Version:      1.0.0
*/

html {
	overflow-x: hidden;
}

/** Mobile Slide Menu **/
.oom-mobile-logo img {
	width: 80px;
}

.mm-hidden + .mm-navbar__breadcrumbs {
	visibility: hidden;
}

.mm-navbar__breadcrumbs a,
.mm-navbar__breadcrumbs span.mm-separator {
	display: none;
}

.mm-listitem {
	position: unset;
}

.mm-listitem__btn:not(.mm-listitem__text) {
	border-left-width: 0px;
}

/** Hide Default Arrows **/
.swiper-button-next::after, 
.swiper-button-prev::after {
	content: ""!important;
}
.swiper-button-next,
.swiper-button-prev {
	background-image: none;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
	display: none;
}

/** Custom Display Ratings/Stars **/
.fa-star.checked {
	color: #F4D174;
}

.fa-star {
	color: #808080;
}

/** Responsive **/
@media (max-width: 1920px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 1024px) {

}

/** Surface Pro **/
@media (max-width: 912px) {

}

/** iPad Air **/
@media (max-width: 820px) {

}

/** iPad 9th **/
@media (max-width: 810px) {

}

/** iPad Mini **/
@media (max-width: 768px) {

}

@media (max-width: 480px) {

}

@media (max-width: 414px) {

}

/** iPhone 14/15 **/
@media (max-width: 395px) {

}

@media (max-width: 375px) {

}

@media (max-width: 360px) {

}

@media (max-width: 320px) {

}

@media (max-width: 280px) {

}