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

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

.product-info.summary.col-fit.col-divided.col.entry-summary.product-summary.form-minimal {
    background-color: #fff1c9;
    border-radius: 8px;
    border: 1px solid #f6b600;
    padding: 10px;
    height: fit-content;
    padding-bottom: 20px;
}

.product-info.summary {
    border-right: 0 !important;
}

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

.product-info .price bdi {
    color: #f3b94d;
    font-family: 'UVNMT' !important;
    font-size: 40px;
}

.ux-quantity.quantity.buttons_added.form-minimal {
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
}

button.single_add_to_cart_button.button.alt {
    border-radius: 2px;
    background: linear-gradient(#84613bba, #f3b94d, #927951a8, #f3b94d, #84613bb5);
}

/* css sidebar */
div#product-sidebar aside.widget_text {
    padding: 18px;
    border: 1px solid #e8c8a2;
    border-radius: 4px;
    background: #fff1c9;
}

div#product-sidebar .icon-box:not(:last-child):after {
    content: '';
    width: 100%;
    height: 2px;
    background: url(/wp-content/uploads/2024/08/icon-gach.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 70px;
}

div#product-sidebar .icon-box:not(:last-child) {
    margin-bottom: 22px;
}

div#product-sidebar .icon-box .icon-inner {
    border: 1px solid #f3b94d;
    border-radius: 50%;
    padding: 8px;
    width: 44px;
    height: 44px;
}

div#product-sidebar .icon-box img {
    padding-top: 0 !important;
}

div#product-sidebar .icon-box-text p, div#product-sidebar .icon-box-text h4 {
    margin-bottom: 0;
    font-size: 15px;
}

div#product-sidebar .icon-box-text p {
    font-size: 13px;
}

div#product-sidebar .icon-box-text {
    align-items: center;
}

div#product-sidebar .icon-box {
    align-items: center;
}


/* css footer product */
.product-footer .woocommerce-tabs {
    border-top: 0 !important;
    padding-top: 0 !important;
    background-color: #fff1c9;
    border-radius: 8px;
    border: 1px solid #f6b600;
    padding: 10px !important;
}

.nav-tabs+.tab-panels {
    background: bottom !important;
	border: 0 !important;
	padding: 30px 0 0 0 !important;
}


.single-product .tabbed-content .nav-tabs>li a  {
    border-radius: 4px;
    background: #ffffff00;
    border: 1px solid #a78560 !important;
    color: #f3b94da3;
    padding: 8px 16px;
    overflow: hidden;
}

.single-product .nav-tabs > li.active > a {
    background: linear-gradient(#83713a, #39220e, #7f6d38);
    color: #f3b94da3;
}

.single-product .nav-tabs > li > a {
    font-size: 14px;
    font-weight: 600;
    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;
}

.product-footer {
    padding-bottom: 50px;
}

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

	div#product-sidebar {
		padding-left: 15px;
	}
}

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

