/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.cart_totals .woocommerce-shipping-totals.shipping {
	display: none !important;
}

.quantity input[type=button].button {
	min-height: unset;
    height: 36px;
    line-height: 36px;
}

.shop-page-title  .woocommerce-breadcrumb {
	display: none;
}

.rowRatings .icon-box {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 7.5px;
    overflow: hidden;
    margin-top: 2px;
}

.rowRatings .star-rating {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
    text-align: center;
    background-color: #fff;
	position: absolute;
    top: -15px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}
 
.rowRatings .star-rating:before {
	top: 0;
    left: 10px;
}

.rowRatings .star-rating span {
	height: 100%;
    margin-left: 10px;
}

.rowRatings .icon-box-center .icon-box-img {
	margin-bottom: 0;
}

.rowRatings .icon-box-text {
	position: relative; 
	padding-top: 25px;
}

#nav_menu-2 .menu {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
}

.menu-sec  {
	border: 1px solid #f4f4f4;
    border-width: 1px 0;
}

.menu-sec .widget {
	margin-bottom: 0;
}

#nav_menu-2 .menu li a {
	padding: 12px 16px;
	font-weight: 600;
	position: relative;
}

#nav_menu-2 .menu li.current-menu-item a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #222;
    left: 0;
    bottom: -1px;
}

#nav_menu-2 .menu li:hover {
 background: #f4f4f4;
}

#customer_details input {
	height: 45px;
	border-radius: 8px;
	box-shadow: none !important;
}

.page-checkout > .section {
	padding: 0 !important;
}

.cart_totals  .order-total {
	display: none !important;
}


@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
	
	.menu-sec .container,
	.menu-sec .widget {
		padding: 0;
	}
	
	#nav_menu-2 .menu {
		overflow: auto;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        scroll-behavior: smooth;
        flex-flow: unset;
		justify-content: unset;
	}
	
	#nav_menu-2 .menu  li {
		flex: 0 0 auto;
	}
	
	#nav_menu-2 .menu::-webkit-scrollbar {
    display: none;
}
#nav_menu-2 .menu {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
}
