/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com
Description:  Default GeneratePress child theme
Author:       Tom Usborne
Author URI:   https://tomusborne.com
Template:     generatepress
Version:      0.1
*/
.grid-container {
	max-width: unset;
}
.related-product-detail .woocommerce-loop-product__title {
	color: #000000;
	font-family: "Marcellus", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1.3em;
}
.related-product-detail a.button.product_type_simple {
	background: #000;
	color: #fff;
	font-family: "Marcellus", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3em;
}
.uc-posts-pagination {
	text-align: center;
	margin-top: 15px;
	font-size: 24px;
	font-weight: 600;
}
.enquiry-now-btn {
	display: inline-block;
	background-color: #25D366;
	color: #ffffff !important;
}

.enquiry-now-btn:hover {
	background-color: #1ebe5d;
	color: #ffffff;
	transform: translateY(-5px);
}

.custom-form-row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.form-group {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.full-width {
	width: 100%;
	margin-bottom: 30px;
}

.form-group label {
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: 500;
}

.wpcf7 input,
.wpcf7 textarea {
	background-color: #f8f1e9;
	border: none;
	padding: 15px;
	border-radius: 8px;
	width: 100%;
	font-size: 15px;
}

.wpcf7 textarea {
	height: 120px;
	min-height: 80px;
	resize: none;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	outline: none;
}

.wpcf7 input[type="submit"] {
	background: #000;
	color: #fff;
	border-radius: 6px;
	padding: 12px 30px;
	cursor: pointer;
	width: auto;
}
.form-buttons p {
	display: flex;
	gap: 15px;
	align-items: center;
	margin: 0;
	justify-content: center;
	margin-bottom: 10px;
}

.form-group p {
	margin: unset;
}
.form-buttons br {
	display: none;
}

.form-buttons input[type="submit"],
.form-buttons .enquiry-now-btn {
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
	font-weight: 600;
	font-size: 16px;
	border-radius: 5px;
}
span.wpcf7-spinner {
	display: none;
}


/* Hide both */
.stones-product-page,
.jewellery-product-page {
    display: none !important;
}

/* Show only one */
body.is-jewellery .jewellery-product-page {
    display: flex !important;
}

body.is-stones .stones-product-page {
    display: flex !important;
}

.home-product-caresoul .uc_image_carousel_content_inside {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.home-product-caresoul .uc_post_grid_style_one_button {
	margin-top: auto;
}

@media (min-width:768px) {
.product-main-image .woocommerce-product-gallery__image img {
    height: 600px;
    width: 100%;
    object-fit: cover !important;
}
.product-main-image .slides li {
    display: flex;
    align-items: center;
    justify-content: center;
}
}

.ekits-product-slides__wrapper {
	border-radius: 20px;
}

ul.slides {
	display: flex;
}

div#customer_details {
	display: flex;
	flex-direction: column;
}
div#payment {
	background: #f8f1e9;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 100%;
}
button#place_order {
	background: #000;
}
form.checkout.woocommerce-checkout {
	display: flex;
	gap: 40px;
}
div#order_review {
	margin-top: 50px;
}
h3#order_review_heading {
	position: absolute;
	left: 53%;
}
.related-product-detail .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.related-product-detail .thim-ekits-product__related__item {
    display: flex;
    height: auto;
}

.related-product-detail .elementor {
    display: flex;
    width: 100%;
}

.related-product-detail .e-con {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.related-product-detail .elementor-widget-thim-loop-item-read-more {
    margin-top: auto;
}

a.button.checkout.wc-forward {
	color: #fff !important;
}
a.button.checkout.wc-forward:hover {
	color: #000 !important;
}

.custom-sku {
	font-size: 16px;
	color: #777;
	margin-top: 5px;
	display: block;
}

.single-product .custom-sku {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	margin-bottom: 15px;
}
.uc_content.padding .ue-description {
    display: none;
}
@media (max-width: 768px) {
	.custom-form-row {
		flex-direction: column;
	}

	.form-buttons input[type="submit"],
	.form-buttons .enquiry-now-btn {
		font-size: 14px;
		padding: 0 20px;
		height: 40px;
	}

	.woocommerce-product-gallery__image img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}

	.woocommerce-product-gallery__image {
		width: 100%;
		height: 300px;
		overflow: hidden;
	}
	form.checkout.woocommerce-checkout {
		flex-direction: column;
		gap: 20px;
	}

	h3#order_review_heading {
		position: unset;
	}

	div#order_review {
		margin-top: 0px;
	}

	h3#ship-to-different-address {
		margin-top: 20px;
	}
}

.video-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    cursor: pointer;
}

.play-btn {
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
    position: relative;
	border: 2px solid #fff;
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 16px;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

/* Popup */
.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.video-popup.active {
    display: flex;
}

.video-container iframe,
.video-container video {
    width: 100%;
    height: 600px;
}

.close-video {
    position: fixed; 
    top: 15px;
    right: 25px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 100000;
}

.close-video {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
	    z-index: 10000;
}


.video-container {
    width: 100%;
    max-width: 900px;
}


@media (max-width: 768px) {
    .video-container {
        width: 95%;
    }

    .video-container iframe,
    .video-container video {
        height: 300px;
    }
}
