/**
 * Theme Name:     Innovecouture Child
 * Author:         VamTam
 * Template:       innovecouture
 * Text Domain:	   innovecouture-child
 * Description:    Welcome to Innové Couture a modern Fashion Boutique. Elevate your online fashion shop with its trendy design, and robust WooCommerce – Elementor integration.
 */
.home_hero_slider .elementor-slides .swiper-slide-bg{
	border-radius: 50px !important;
}
body {
    background-color: #fff9f4 !important;
}

span.onsale {
    background-color: #b66f79 !important;
}
.single-product .buy-now-btn{
    width:100% !important;
    display:block !important;
    margin-top:10px !important;
    padding: 20px !important;
    background:#B66F79 !important;
    color:#fff !important;
    border:1px solid #bb7b87 !important;
    text-transform:uppercase !important;
    font-weight:600 !important;
    border-radius:0 !important;
	border: 1px solid #000 !important;
}
.single-product .buy-now-btn:hover{
	color:#000 !important;
}

.header_menu .logo_header img {
	transition:.3s all ease;
}
.vamtam-sticky-header--fixed-shown .logo_header img {
    max-width: 100px !important;
	transition:.3s all ease;
}



.yith-ywar-edit-forms .form-content {
    padding: 20px;
    background-color: #fff !important;
    display: flex;
    flex-direction: column;
}

.yith-ywar-edit-forms .form-header {
    border-radius: 16px 16px 0 0;
    padding: 20px;
    background-color: #fff !important;
    font-size: 28px;
    font-weight: bold;
}
.yith-ywar-edit-forms .form-footer {
    border-radius: 0 0 16px 16px;
    padding: 20px !important;
    height: 54px;
    box-sizing: content-box;
    background-color: #fff !important;
    display: flex;
    gap: 10px;
    justify-content: center !important;
    align-items: center;
}
.yith-ywar-reviews-wrapper {
    display: none !important;
}

.shop-by .swiper-pagination{
	    text-align: center !important;
    left: 50% !important;
}
.related-pro .woosw-btn {
    display: none;
}
.yith-ywar-product-rating.page-loop {
    display: none;
}


.size-chart-wrapper {
    width: 100%;
}

.size-chart-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.size-chart {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    text-align: center;
    font-family: Arial, sans-serif;
}

.size-chart th,
.size-chart td {
    border: 1px solid #ddd;
    padding: 12px;
    font-size: 14px;
}

.size-chart th {
    background: #f5f5f5;
    font-weight: 700;
    text-transform: uppercase;
}

.size-chart tbody td:first-child {
    font-weight: 700;
    background: #fafafa;
    text-transform: uppercase;
}
.dialog-message.dialog-lightbox-message {
    width: 1000px !important;
    padding: 50px 30px !important;
}


@media (max-width: 767px) {
    .size-chart th,
    .size-chart td {
        padding: 10px;
        font-size: 13px;
    }
}

