/*
Theme Name:  Hello Elementor Child
Theme URL:   https://elementor.com
Description: Write here theme description.
Author:      Oded Talmon
Author URL:  https://odedta.com
Template:    hello-elementor
Version:     1.0.0
*/

.single-product .gallery-icons.wp-block-gallery {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
	margin-bottom: 30px;
}

.single-product .gallery-icons.wp-block-gallery > figure {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100% !important;
    height: 100%;
	padding: 10px;
    background-color: #eee;
}

.single-product .gallery-icons.wp-block-gallery > figure > img {
	width: auto;
    max-width: 25px;
    max-height: 25px;
    object-fit: contain;
	margin: 0 !important;
}

.single-product.woocommerce div.product div.images .flex-control-thumbs li {
	width: calc(100% / 8);
	clear: none !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.single-product .elementor-product-booking form button[type="submit"] {
	padding: 12px 24px !important;
	border: 0;
	border-radius: 0;
	background-color: #006990 !important;
	color: white !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
    -webkit-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important;
}

.single-product .elementor-product-booking form button[type="submit"]:hover {
	background-color: #005D80;
}

.single-product .elementor-product-booking form button[type="button"] {
	background-color: #006990 !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border-radius: 0;
}

.single-product .wp-block-embed__wrapper iframe {
	height: auto;
    min-height: 300px;
}

@media (max-width: 768px) {
	.homepage-box-icons .gallery {
		display: inline-flex;
		margin-bottom: 15px;
	}
	
	.page-id-92 .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
		position: absolute;
		right: 0;
		top: 30%;
	}
}