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

/* css image thumbnail */
::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    background-color: #00000036;
    border-radius: 5px;
    height: 200px;
    opacity: 0.6;
}

.single-product .product-images img {
    border-radius: 8px;
}

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

.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 */
.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#buy_now_button, button.single_add_to_cart_button.button:hover {
    background-color: #000;
    color: #fff;
}

button#buy_now_button {
    width: 100%;
    background-color: #222;
    line-height: 25px;
    padding: 5px 10px;
    border-radius: 4px;
    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;
}

.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 #0000008a;
    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 brand */
.single-brand {
    font-size: 14px;
}

.woobt-product.woobt-product-this {
    display: none;
}

/* css sidebar */
div#product-sidebar {
    background-color: #fff;
    padding: 12px;
    border: 1px solid #cccccc87;
    border-radius: 4px;
	box-shadow: 0 0 3px #00000024;
}
.flickity-prev-next-button svg.flickity-button-icon {
    border-radius: 30px;
}

/* css bai viet lien quan */
.custom-product-info-table,.custom-product-notes-table {
    border: 1px solid rgb(236,236,236);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.custom-product-info-table td,.custom-product-notes-table td {
    border: none;
    font-size: 16px;
    padding: 4px 5px 4px 5px;
    color: unset
}

.custom-product-notes-table td:first-child {
    width: 28%
}

.custom-product-info-table td:first-child {
    width: 35%
}

.custom-product-info-table tr:nth-child(odd),.custom-product-notes-table tr:nth-child(odd) {
    background-color: #fff
}

.custom-product-info-table tr:nth-child(even),.custom-product-notes-table tr:nth-child(even) {
    background-color: rgb(249,249,249)
}

caption {
    font-weight: 600;
    background: #f2f2f2;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.custom-product-info-table td, .custom-product-notes-table td {
    border: none;
    font-size: 15px;
    padding: 6px 5px !important;
    color: unset;
}

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


.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    background: bottom !important;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left {
    border-bottom: 1px solid #e4e4e4;
}

.woocommerce-tabs ul.tabs li a {
    color: #898989;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 60px 0 0;
}

.woocommerce-tabs ul.tabs li.active a {
    color: #000;
}

.nav-tabs+.tab-panels {
    padding: 15px !important;
}

div#tab-description {
    font-size: 17px;
}

div#tab-description *  {
    color: #000 !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;
	}
}

@media (max-width: 767px) {
	.product-main .large-6.col {
		padding-bottom: 4px;
	}
	
	h1.product-title.product_title.entry-title {
		font-size: 22px;
	}
}

@media (max-width: 548px) {
	.product-main {
		padding-top: 12px !important;
	}
	
	.product-main, .product-info {
		padding-bottom: 0 !important;
	}
	
	
}

