.product-main {
    padding-top: 25px !important;
}

/* css image thumbnail */
.single-product .product-images img {
    border-radius: 8px;
}

h1.product-title.product_title.entry-title {
    font-size: 25px;
}

/* .product-short-description {
    border-radius: 4px;
    border: 1px dashed rgb(0 0 0 / 78%);
    padding: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}

.product-short-description p {
    margin-bottom: 5px;
}

.product-short-description p strong {
    width: 120px;
    display: inline-block;
} */

.product-short-description table tbody tr td:nth-child(1) {
    padding-left: 10px;
}

/* css bien the */
.product-info table.variations .ux-swatch.selected, .product-info table.variations .ux-swatch:hover {
	box-shadow: 0 0;
	border: 1px solid #29422b;
}

.product-info table.variations .ux-swatch__text {
    box-shadow: 0 0;
    font-weight: 400;
    color: #000;
}


.product-info table.variations {
	margin-top: 20px;
}

.product-info  .variations .reset_variations {
    background:#29422b !important;
    opacity: 1;
    padding: 1px 8px;
    text-transform: initial;
    color: #fff;
    border-radius: 20px;
    text-decoration: underline;
}

/* css sidebar */
div#product-sidebar aside.widget.block_widget .col-inner {
    border-style: dashed;
    border-color: rgb(0, 0, 0);
    border-radius: 10px;
    border-width: 2px 2px 2px 2px;
    padding: 10px;
}

.content-sidebar p {
    font-size: 14px;
    margin-bottom: 8px;
}

.content-sidebar i {
    font: normal normal normal 14px / 1 FontAwesome !important;
    width: 30px;
    text-align: center;
}

.title-sidebar {
    text-align: center;
}

.title-sidebar p {
    margin-bottom: 10px;
}

.form-product .col-inner {
    padding: 10px 10px 10px 10px;
    background-color: var(--fs-color-primary);
    border-radius: 8px;
}

p.title-form {
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
}

span.wpcf7-spinner {
    display: none;
}

input.wpcf7-form-control.wpcf7-submit {
    margin: 0;
    border: 1px solid #fff;
}

.flickity-prev-next-button svg.flickity-button-icon {
    border-radius: 30px;
}

/* css footer produc */
.product-footer .woocommerce-tabs {
    border: 0 !important;
    padding-top: 0 !important;
}

.product-main {
    padding-bottom: 20px !important;
}

@media (min-width: 992px) {
	.row-divided.row-reverse>.col+.col:not(.large-12), .single-product .col-divided {
		border-right: 0 !important;
	}

	div#product-sidebar {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.product-main .large-6.col {
		padding-bottom: 4px;
	}
}

@media (max-width: 548px) {
	.product-main {
		padding-top: 12px !important;
	}
	.product-main, .product-info {
		padding-bottom: 0 !important;
	}
	/* 	css product footer */
	.single-product .tabbed-content .nav-tabs>li {
		width: 50%;
		float: left;
	}
	.single-product .nav-tabs+.tab-panels {
		padding: 10px;
	}
	a.btn-cont {
		width: 100%;
	}
	.product-tabs li {
    width: 49% !important;
}
}

