.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;
	margin-bottom: 20px;
}

.woocommerce-product-rating {
    display: none;
}

.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 */
form.cart {
    margin-bottom: 12px;
}

table.variations tbody tr {
    display: block;
    padding-top: 10px;
    margin-bottom: 10px;
}

.variations .ux-swatches {
    --swatch-size-large: 36px;
}

.product-info table.variations .ux-swatch--label {
	border: 1px solid #222;
	box-shadow: 0 0;
	overflow: hidden;
	max-width: max-content;
	width: 100%;
	min-height: 2.3rem;
	box-sizing: border-box;
	padding: 0.3rem 0.75rem;
}

.product-info table.variations .ux-swatch--label.selected, .product-info table.variations .ux-swatch--label:hover {
	box-shadow: 0 0;
	background-color: #222;
}

.product-info table.variations .ux-swatch--label .ux-swatch__text {
    color: #222;
}

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

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

.woocommerce-variation-price {
    display: none !important;
}

td.value.woo-variation-items-wrapper {
    margin-top: 10px;
}

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

a.popup-size-guide {
    margin: 0 0 10px 0;
    display: block;
    font-size: 14px;
}

a.popup-size-guide .text-btn {
	text-decoration: underline;
}

/* css form ATC */
.ux-quantity.quantity.buttons_added.form-minimal {
    width: 80px;
}

button.single_add_to_cart_button.button.alt {
    width: calc(100% - 98px);
}

.soluong {
    margin-bottom: 10px;
}

button.single_add_to_cart_button.button {
    background-color: #fff;
    width: 400px;
    max-width: 100%;
    border: 1px solid #bfbfbf;
    font-weight: 600;
    color: #000;
    opacity: 1;
    display: block;
}

button.single_add_to_cart_button.button {
    background-color: #fff;
    color: #222;
}

button.single_add_to_cart_button.button:hover {
    background-color: var(--fs-color-primary);
    color: #fff;
    border-color: var(--fs-color-primary);
}

button#buy_now_button {
    width: 100%;
    background-color: #222;
    color: #fff;
    line-height: 25px;
    padding: 5px 10px;
    border: 0;
}

button#buy_now_button strong, button#buy_now_button span {
    width: 100%;
    display: block;
}

button#buy_now_button span {
    font-weight: 500;
    font-size: 14px;
}

button#buy_now_button strong {
    text-transform: uppercase;
}

/* css accordion  */
.acc-single-prod .accordion-title {
    border-radius: 2px;
    border-top: 0;
    font-size: 14px;
    font-weight: 600 !important;
    padding: 12px 12px;
    color: #222 !important;
}

.acc-single-prod .accordion-title {
    display: flex;
    box-shadow: 0 0;
    margin-bottom: 0;
    background: bottom !important;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #00000021 !important;
    padding: 10px 0;
}

.acc-single-prod .accordion-inner {
    padding: 10px 0px 15px 0px;
	font-size: 14px;
}

.acc-single-prod .toggle {
    left: unset !important;
    right: 5px !important;
    width: 1.3em;
}

.acc-single-prod .toggle i {
    font-size: 24px;
}

.acc-single-prod {
    margin-bottom: 20px;
}


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

.single-product ul.tabs.wc-tabs.product-tabs {
    border: 1px solid #aaa;
    border-bottom: 0;
    background: #cfc2c22b;
    padding: 4px 4px 0 4px;
    border-radius: 6px 6px 0 0;
}

.single-product .tabbed-content .nav-tabs>li a  {
    border: 1px solid #d3d3d3;
    border-radius: 5px 5px 0 0;
    background: #ffffff59;
    overflow: hidden;
}

.single-product .nav-tabs > li.active > a {
    border-bottom: 0 !important;
    background: #fff;
}

.single-product .nav-tabs > li > a {
    font-size: 12px;
    font-weight: 400;
    padding: 8px 6px 6px 6px;
    line-height: 16px;
    overflow: hidden;
    border: 0;
    color: #000;
}

.single-product .nav-tabs+.tab-panels {
    border-top: 0 !important;
}

.single-product .tabbed-content .nav-tabs>li.active {
    border-bottom: 0;
    margin-bottom: 0;
}

div#reviews.woocommerce-Reviews, .devvn_prod_cmt {
	max-width: 100% !important;
}

.slider-nav-reveal .flickity-prev-next-button, .slider-nav-reveal .flickity-prev-next-button:hover {
    background: bottom !important;;
    box-shadow: 0 0 !important;;
	width: 36px !important;
}

.related.related-products-wrapper.product-section {
    border-top: 0 !important;
    border-bottom: 1px solid #ececec;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
	.row-divided.row-reverse>.col+.col:not(.large-12) {
		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;
	}
}

