/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.0.1706095786
Updated: 2024-01-24 11:29:46

*/

#shop-archive-list .jet-woo-products .jet-woo-product-thumbnail img {
    height: 380px;
    object-fit: contain;
}
#shop-archive-list .jet-woo-products .jet-woo-product-title {
    height: 65px;
}
#shop-archive-list ul.products li.product .woocommerce-loop-product__title,
.custom_woo_slider ul.products li.product .woocommerce-loop-product__title{
    min-height: 79px;
}
#subscribe-form .gform_fields{
	column-gap: 0;
}
#subscribe-form .gform_footer.before {
    margin: 0;
}
#subscribe-form #field_submit input{
	height: 45px;
}
#game-icon .gallery{
	text-align: center;
}
.custom_woo_slider {
	overflow: hidden;
}
.custom_woo_slider ul.products {
	padding: 0 25px;
}
.custom_woo_slider ul.products li.product {
    text-align: center;
    margin: 5px !important;
    padding: 10px !important;
    background: #000;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    min-height: auto;
    padding-bottom: 60px !important;
    position: relative;
}
.custom_woo_slider ul.products li.product .woocommerce-loop-product__title {
    color: #fff;
    font-family: "Roboto", sans-serif;
    line-height: 28px;
    font-size: 22px;
    font-weight: 400;
/*     max-height: 3em; */
/*     overflow: hidden;
    display: -webkit-box; */
/*     -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 70px; */
}
.custom_woo_slider ul.products li.product .eael-star-rating.star-rating{
	display: none;
}
.custom_woo_slider ul.products li.product .jdgm-widget {
	color: #005831;
	font-family: Open Sans;
	font-size: 20px;
	font-weight: 700;
}
.custom_woo_slider ul.products li.product .price {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    margin-top: 4px;
}
.custom_woo_slider ul.products li.product .button {
    background: #be0000;
    color: #FFF;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    border-radius: 0;
    padding: 10px 30px;
    width: 100%;
    margin-top: 0;
    font-weight: 400;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    max-width: 90%;
    margin: 0 auto;
}
.custom_woo_slider .slick-track {
	display: flex;
}
.custom_woo_slider ul.products .slick-prev {
	left: 0;
}
.custom_woo_slider ul.products .slick-next {
	right: 8px;
}
.custom_woo_slider .slick-prev, .custom_woo_slider .slick-next {
	color: #000 !important;
	font-size: 0 !important;
}
.custom_woo_slider .slick-prev::before, .custom_woo_slider .slick-next::before {
	font-size: 30px;
	line-height: 1;
	opacity: 1;
	color: #000;
}
/* .custom_woo_slider .slick-prev::before {
    content: "\f341";
    font-family: "dashicons";
}
.custom_woo_slider .slick-next::before {
    content: "\f345";
    font-family: "dashicons";
} */
.custom_woo_slider [type="button"]:focus,
.custom_woo_slider [type="button"]:hover,
.custom_woo_slider [type="submit"]:focus,
.custom_woo_slider [type="submit"]:hover, 
.custom_woo_slider button:focus, 
.custom_woo_slider button:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
#shop-archive-list ul.products li.product .button {
    display: block;
}
p.item-count {
    text-align: center;
    color: #BE0000;
    font-size: 20px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}
.single-content ul {
    margin-bottom: 15px;
}

@media only screen and (min-width: 1024px){
	#shop-archive-list ul.products li.product a img,
	.custom_woo_slider ul.products li.product a img {
		height: 380px;
		object-fit: cover;
	}
}

@media only screen and (max-width: 991px){
	.custom_woo_slider ul.products li.product {
		padding: 8px;
	}
	.custom_woo_slider ul.products li.product .woocommerce-loop-product__title {
		font-size: 16px;
	}
	.custom_woo_slider ul.products li.product .jdgm-widget {
		font-size: 14px;
	}
	.custom_woo_slider ul.products li.product .price {
		font-size: 16px;
	}
	.custom_woo_slider ul.products li.product .button {
		font-size: 16px;
		padding: 8px 20px;
		min-width: auto;
	}
.custom_woo_slider .jdgm-prev-badge .jdgm-prev-badge__text {
	display: block;
	width: 100%;
}
}


@media only screen and (max-width: 600px){
    .custom_woo_slider ul.products li.product .woocommerce-loop-product__title {
    color: #fff;
    font-family: Open Sans;
    font-size: 18px;
    line-height: normal;
    max-height: 3.4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: inherit;
}
}

