.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: 24px;
}

.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;
}

/* css bien the */
.product-info table.variations .ux-swatch {
	border: 1px solid rgba(0, 0, 0, 0.09);
	box-shadow: 0 0;
	border-radius: 2px;
	overflow: hidden;
	
}

.product-info table.variations .ux-swatch.selected, .product-info table.variations .ux-swatch:hover {
	box-shadow: 0 0;
	border: 1px solid red;
}

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

.product-info table.variations .ux-swatch.selected .ux-swatch__text, .product-info table.variations .ux-swatch:hover .ux-swatch__text {
	color: red;
}

.product-info table.variations .ux-swatch.selected:before {
	color: #fff;
	content: "✓";
	font-size: 10px;
	height: 13px;
	right: 0;
	bottom: -2px;
	position: absolute;
	z-index: 5;
}

.product-info table.variations .ux-swatch.selected:after {
	content: "✓";
	border: 0.9375rem solid transparent;
	border-bottom: 0.9375rem solid red;
	content: "";
	position: absolute;
	right: -15px;
	bottom: 0;
}

.product-info .ux-swatch {
	background: #fff;
	padding: 0;
}

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

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



/* css sidebar product */
div#product-sidebar .widget {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 10px;
    overflow: hidden;
}

div#product-sidebar .icon-box-img {
    width: 30px !important;
}

div#product-sidebar .icon-box {
    margin-bottom: 10px;
}

div#product-sidebar .icon-box-text.last-reset {
    display: flex;
    align-items: center;
    font-size: 14px;
}

div#product-sidebar img {
    border-radius: 8px;
    overflow: hidden;
}


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

.product-footer .woocommerce-tabs {
    padding-top: 0 !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 {
		margin-top: 25px;
		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;
	}
}

