/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

div#wps-slider-section #sp-woo-product-slider-7894 .wpsf-product-title a {
    color: #274276!important;
    font-size: 15px;
}

div#wps-slider-section .wpsf-product-title a {
    font-size: 15px;
    font-weight: 400!important;
    line-height: 20px;
    border: 0;
    text-decoration: none;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
}

div#wps-slider-section .wpsf-product-title {
    margin-top: 10px;
    line-height: 20px;
    margin-bottom: 5px!important;
}

div#wps-slider-section img.wpsf-product-img {
    border-radius: 0;
    box-shadow: 0 0;
    border: 0px!important;
}

.wpsf-cart-button {
    display: none!important;
}

div#wps-slider-section .wpsf-product-price del {
    display: block!important;
    margin-bottom: 7px;
    color: #93a1bb;
}

div#wps-slider-section #sp-woo-product-slider-7894 .wpsf-product-price del span {
    color: #93a1bb;
    font-weight: 600;
    font-size: 17px;
}

div#wps-slider-section #sp-woo-product-slider-7894 .wpsf-product-price {
    color: #1ecfcb;
    font-size: 22px!important;
    font-weight: 600!important;
}

div#wps-slider-section #sp-woo-product-slider-7894 .wpsf-product-price {
    color: #1ecfcb!important;
}

.woocommerce-page ul.products li.product h4 {
    font-size: 18px!important;
}

.woocommerce ul.products li.product .price {
    color: #254077;
    align-items: center;
    justify-content: center;
    margin: auto!important;
}

.image_links.double .link {
	display: none!important;
}

.image_links.double a:first-child {
	width: 100%!important;
}

.image_wrapper .image_links {
	display: none!important;
}

.image_wrapper .image_links.double {
	display: block!important;
}

.shop-filters {
	margin-top: 15px;
}

.mobile-cart-button {
	/*display: none;*/
}

.mobile-cart-button-link {
	position: relative;
    z-index: 10000;
	display: none;
}

.mobile-cart-button div {
	font-family: "Oxygen", Arial, Tahoma, sans-serif;
    font-size: 11px;
    color: #FFF;
    position: absolute;
    top: 9px;
    left: 38px;
    background-color: #254077;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

@media (max-width:500px){
	.mobile-cart-button-link {
		display: block;	
	}
	
	.mobile-cart-button {
		display: flex;	
		width: 64px;
		height: 64px;
		bottom: 16px;
		left: 16px;
		position: fixed;
		align-items: center;
		justify-content: center;
		background-color: #1ecfcb;
		border-radius: 16px;
		color: #FFF;
		font-size: 25px;
		opacity: 1;
		transition: all .2s ease;
	}
	
	.mobile-cart-button.show {
		opacity: 1;
		visibility: visible;
		transition: all .2s ease;
	}
	
	.image_frame .image_wrapper .image_links {
		bottom: 0px!important;
	}
	
	#woocommerce_product_categories-2 h3:first-child {
		border: 1px solid #254077;
		padding: 8px 12px;
	}
	
	.product-categories {
		display:none;
		overflow: hidden;
	}
	
	#woocommerce_product_categories-2 h3:first-child {
		font-weight:bold;
		margin-bottom: 0px;
		position: relative;
	}

	#woocommerce_product_categories-2 h3:first-child::before {
		font-family: "Font Awesome 5 Free"!important;
		font-weight: 900;
		content: "\f054";
		color: #254077;
		position: absolute;
		top: 9px;
		right: 9px;
		transition: all .2s ease;
	}

	#woocommerce_product_categories-2 h3.show:first-child::before {
		right: 11px;
		transform: rotate(90deg);
		transition: all .2s ease;
	}
}
