/*
 Theme Name:   Manufactura Child
 Theme URI:    http://manufactura.bold-themes.com
 Description:  Manufactura Child Theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     manufactura
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  manufactura-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
.custom-product-category-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.custom-product-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    padding: 40px;
}

.custom-product-wrapper {
    display: flex;
    flex-wrap: wrap; /* Make sure it stacks on mobile */
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.custom-product-info {
    flex: 1;
    min-width: 300px;
    text-align: left; /* Align text left */
}

.custom-product-gallery {
    text-align: center;
    position: relative;
    max-width: 600px;
    margin: auto;
}

.image-counter {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: -34px;
    right: 10px;
    background: transparent;
    color: #942320;
    padding: 5px 10px;
    border-radius: 5px;
}

.main-image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-image-container img {
	max-height: 30rem;
	object-fit:cover
}

#main-image {
    width: 100%;
    border-radius: 10px;
}

.nav-button {
	position: absolute;
    top: 14px;
    background: transparent;
    color: black;
    border: none;
    padding: 0;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
}

#prev-image {
    right: 70px;
}

#next-image {
    right: 0px;
}

.custom-product-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.custom-product-price {
    font-size: 24px;
    font-weight: bold;
    color: #942320;
    margin-bottom: 10px;
    display: block;
}

.custom-product-description {
    font-size: 16px;
    color: black;
    padding: 3rem 0;
}

.custom-product-colors {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.color-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ccc;
}

.custom-product-actions {
    display: flex;
    gap: 3rem;
    align-items: center;
    margin-bottom: 20px;
}

.quantity-selector {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    justify-content: center;
}

.qty-btn {
    background: transparent;
    border: none;
    padding: 10px;
    cursor: pointer;
    width: 35px;
}

.qty-input {
    width: 6rem !important;
    text-align: center;
    border: none !important;
	padding: 0!important;
}

.custom-add-to-cart {
    background: #942320;
    color: white;
    border: none;
    padding: .7rem 2rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.custom-add-to-cart:hover {
    background: #75201d;
}

.custom-product-details {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.custom-product-tags {
    margin-bottom: 15px;
    display: flex;
    gap: 6px;
}

.product-tag {
	background: #942320;
    color: white;
    padding: 2px 6px;
    border-radius: 5px;
    font-size: 8px;
    font-weight: bold;
}

.custom-product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-to-wishlist {
    font-size: 14px;
    color: #0071a1;
    text-decoration: none;
}

.main-product-image {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
}

.image-header{
	height: 60px;	
}

.thumbnail-gallery {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
}

.thumbnail-image {
	width: 70px;
    height: 70px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #d1d1d8;
    transition: border 0.3s;
	object-fit: cover;
}

.thumbnail-image:hover, .thumbnail-image.active {
    border: 1px solid #942320;
}

/* Responsive Fix for Mobile */
@media (max-width: 768px) {
    .custom-product-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .custom-product-info {
        text-align: center;
    }

    .custom-product-gallery {
        text-align: center;
    }
}




/* Image on the right (default) */
.image-right .custom-product-info {
    order: 1;
}

.image-right .custom-product-gallery {
    order: 2;
}

/* Image on the left */
.image-left .custom-product-info {
    order: 2;
}

.image-left .custom-product-gallery {
    order: 1;
}

/* Ensure proper spacing on smaller screens */
@media (max-width: 768px) {
    .custom-product-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .custom-product-info, .custom-product-gallery {
        order: unset; /* Reset order so they stack properly */
    }
}

.social-media {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #942320; /* Default color */
    color: white !important;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
}

.social-icon i {
    font-size: 11px;
}

/* Different Colors for Each Social Media */
.facebook { background-color: #1877f2; }
.facebook:hover { background-color: #0e5a8a; }

.instagram { background-color: #e1306c; }
.instagram:hover { background-color: #bd2357; }

.whatsapp { background-color: #25d366; }
.whatsapp:hover { background-color: #1da851; }

.tiktok { background-color: #000; }
.tiktok:hover { background-color: #333; }

.linkedin { background-color: #0077b5; }
.linkedin:hover { background-color: #005582; }

.twitter { background-color: #000; } /* Twitter (X) */
.twitter:hover { background-color: #333; }


.blog .btContentHolder{
	display: none !important;
}