/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP Child Theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.cafe-carousel.cafe-posts .cafe-carousel-btn {
	top: 25%;
}

.cafe-carousel .cafe-carousel-btn.prev-item {
    left: -3%;
} 

.cafe-carousel .cafe-carousel-btn.next-item {
    right: -3%;
}

.cafe-carousel .products .cafe-carousel-btn.prev-item {
    left: -3%;
} 

.cafe-carousel .products .cafe-carousel-btn.next-item {
    right: -3%;
}

.cafe-head-product-filter.has-border:after {
    content: none !important;
}

.cafe-head-product-filter h3 {
    cursor: auto !important;
    font-weight: 100;
    font-size: 28px;
}

.cafe-head-product-filter {
    text-align: center !important;
    display: block !important;
    border: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.woocommerce ul.products li.product li.title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    line-height: 20px !important;
    max-height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    font-weight: 600;
}

.woocommerce ul.products li.product .price .amount {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 600;
}

.woocommerce ul.products li.product:not(.product-category) .product-inner:hover:before {
    left: 0 !important;
}

span.cafe-carousel-btn.slick-arrow:hover {
    background: #389A6E;
    border-radius: 100%;
    color: #fff;
}

.woocommerce ul.products li.product:not(.product-category) .image-wrap .button {
	background: #389A6E !important;
}

.woocommerce .woo-entry-image-main {
	margin: 0 auto;
}

.m2u-box .wrap {
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
	background-color: rgba(249,249,249,0.01);
	border-radius: 4px;
}
.m2u-box .wrap:hover {
	background: #ffc83d;
	border-color: #ffc83d;
}

.m2u-box .wrap .readmore {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.m2u-box .readmore {
    color: #000000;
    text-decoration: none;
    padding: 2% 30% 2% 30%;
    align-self: center;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
}

.m2u-box .cafe-post-item {
	display: flex;
	width: 100%;
	border-bottom: 0 !important;
}

.m2u-box .inner-post-content {
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 12.4px 0.7px rgb(0 0 0 / 13%);
}

.m2u-box .wrap-post-item-content {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	width: 100%;
	flex-grow: 1;
	padding: 14px 16px !important;
}

.m2u-box .title-post {
	flex: 1 0 auto;
	font-weight: bold;
	font-size: 14px;
}

.cafe-pagination .cafe_pagination-item.current, .cafe-pagination .cafe_pagination-item:hover {
	background: #ffc83d;
	color: #000;
}

.single .entry-title {
	border-bottom: 0;
	font-size: 14px !important;
	font-weight: 700 !important;
	padding: 20px 10px 0 10px !important;
}

.elementor-button.elementor-size-sm {
	font-size: 20px;
}

.jet-posts__inner-box:hover {
	box-shadow: 0 0 12.4px 0.7px rgb(0 0 0 / 13%);
}

.m2u-post-carousel .slick-track {
	display: flex;
	width: 100%;
}

.m2u-post-carousel .cafe-post-item {
	display: flex !important;
	flex-direction: column;
	height: auto;
}

.m2u-post-carousel .title-post {
	font-weight: 700 !important;
	padding: 20px 10px 0 10px !important;
	flex: 1 0 auto;
	margin-bottom: 0 !important;
}

.m2u-post-carousel .wrap-post-item-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	flex-grow: 1;
}

.m2u-post-carousel .cafe-post-item:hover {
	box-shadow: 0 0 12.4px 0.7px rgb(0 0 0 / 13%);
}

/*.elementor-section::-webkit-scrollbar {
    display: none;
}*/

/* Hide scrollbar for IE, Edge and Firefox */
/*.elementor-section {
  -ms-overflow-style: none;
  scrollbar-width: none; 
}*/