/*
Template:       ciri
Theme Name:     Ciri Child
Theme URI:      https://themeforest.net/user/LaStudio/portfolio?ref=LaStudio
Author:         LA Studio
Author URI:     https://themeforest.net/user/LaStudio?ref=LaStudio
Description:    Ciri - Furniture & Interior WooCommerce Theme
Version:        1.0.0
Requires at least: 5.0
Requires PHP:   7.0
Tags:           catalog, ceramics, craftsman, decor, elementor, furniture, furniture catalog, furniture portfolio, furniture shop, furniture store, home decor, interior decoration, lighting, woocommerce, woodworker
License:        GNU General Public License
License URI:    licence/GPL.txt
Text Domain:    ciri
Domain Path:    /languages/
*/

.header-sticky {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.bathroom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.bathroom-card {
    cursor: pointer;
}

.bathroom-card img {
    width: 100%;
    border-radius: 0px;
    transition: 0.3s ease;
}

.bathroom-card:hover img {
    transform: scale(1.05);
}

.bathroom-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.bathroom-info h3 {
    font-size: 18px;
    margin: 0;
}

.bathroom-info a {
    font-size: 22px;
    text-decoration: none;
    color: #000;
}

/* Tablet */
@media (max-width: 992px) {
    .bathroom-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .bathroom-grid {
        grid-template-columns: 1fr;
    }
}

/* Remove CF7 default styles effect */
.wpcf7-form-control {
    box-shadow: none !important;
}
.form-row:after, .form-row:before{
	content:unset;
}
/* Layout */
.custom-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 18px;
}

.custom-form .form-col {
    width: 50%;
}

/* Full width */
.custom-form .form-row.full {
    display: block;
}

/* INPUT + TEXTAREA DESIGN */
.custom-form input[type="text"],
.custom-form input[type="email"],
.coustom-form input[type="tel"],
.custom-form textarea {
    width: 100% !important;
    padding: 16px !important;
    background: #f3f3f3 !important;
    border: none !important;
    border-radius: 0px !important;
    font-size: 15px;
    outline: none;
	font-family: "Red Hat Display", Sans-serif;
    font-size: 20px !important;
    font-weight: 500;
    text-transform: capitalize;
}
.custom-form input[type="tel"]{
    width: 100% !important;
    padding: 16px !important;
    background: #f3f3f3 !important;
    border: none !important;
    border-radius: 0px !important;
    font-size: 15px;
    outline: none;
	font-family: "Red Hat Display", Sans-serif;
    font-size: 20px !important;
    font-weight: 500;
    text-transform: capitalize;
}

/* Placeholder color */
.custom-form input::placeholder,
.custom-form textarea::placeholder {
    color: #777;
}

/* TEXTAREA */
.custom-form textarea {
    height: 160px;
    resize: none;
}

/* CHECKBOX */
.custom-form .form-row.checkbox {
    display: block;
    font-size: 14px;
}

.custom-form .wpcf7-acceptance label {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* BUTTON RIGHT SIDE */
.custom-form .form-row.submit {
    display: flex;
    justify-content: flex-end;
}

/* BUTTON DESIGN */
.custom-form input[type="submit"] {
    border: 2px solid #3b82f6 !important;
    background: transparent !important;
    color: #3b82f6 !important;
    padding: 10px 28px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

/* Hover */
.custom-form input[type="submit"]:hover {
    background: #3b82f6 !important;
    color: #fff !important;
}

/* Disabled fix */
.custom-form input[type="submit"]:disabled {
    opacity: 0.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .custom-form .form-row {
        flex-direction: column;
    }

    .custom-form .form-col {
        width: 100%;
    }

    .custom-form .form-row.submit {
        justify-content: center;
    }
}
/* .custom-gallery {
    max-width: 600px;
} */

.mainGallery {
    height: 700px;
    width: 100%;
    margin-bottom: 15px;
}

.mainGallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbGallery {
    height: 200px;
}

/* .thumbGallery .swiper-slide {
    width: 100px !important;
    opacity: 0.5;
    cursor: pointer;
} */

.thumbGallery .swiper-slide-thumb-active {
    opacity: 1;
}

.thumbGallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.uper-image-product-gallery {
    background: #e1e1e1;
}
@media (max-width: 1080px) {
    .thumbGallery {
		height: 180px;
	}
	.mainGallery {
		height: 600px;
	}
}
@media (max-width: 800px) {
    .thumbGallery {
		height: 120px;
	}
	.mainGallery {
		height: 500px;
	}

}
@media (max-width: 600px) {
    .thumbGallery {
		height: 100px;
	}
	.mainGallery {
		height: 400px;
	}

}
@media (max-width: 420px) {
    .thumbGallery {
		height: 80px;
	}
	.mainGallery {
		height: 350px;
	}

}

div#single-product-page-title h1::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    right: 0px;
    width: 65%;
    margin: auto;
    height: 16px;
    background: #D1CCBD;
    z-index: -1;
}
div#single-product-page-title h1 {
    width: fit-content;
    position: relative;
    margin: auto;
}