.gpbw-details{
    width: 100%;
}
.gpbw-details tr th, .gpbw-details tr td{
    padding: 5px;
    border: 1px solid #eae9eb;
    text-align: center;
}
.price-boxes-wrap {
    display: flex;
    align-items: center;
    column-gap: 0;
    flex-wrap: wrap;
    row-gap: 0;
    justify-content: center;
    background: #000000;
    position: relative;
    z-index: 11;
    padding: 5px 2px;
}
.country-text {
    display: flex;
	align-items: center;
    column-gap: 10px;
}
.price-boxes-wrap .price-head-wrap {
    font-size: 10px;
    line-height: 10px;
    font-weight: 400;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    border-radius: 10px;
    color: #000;
}
.price-box {
    display: flex;
}
.price-boxes-wrap .price-head-wrap .price-head{
	font-size: 10px;
	line-height: 10px;
}
.price-boxes-wrap .price-head-wrap.gold-wrap{
	/* background-color: #DAA511; */
	background-color: white;
}
.price-boxes-wrap .price-head-wrap.silver-wrap {
    /* background-color: #A8A9AD; */
    background-color: white;
}
.price-boxes-wrap .price-head-wrap.platinum-wrap{
	background-color: #DAA511;
}
.price-head-wrap img {
    width: 25px;
}
/* .price-head-wrap{
	background-color: #000000;
} */
.price-boxes-wrap .price-head{
	/* color: #fff; */
    color: #00008b;
	margin-bottom: 0;
	display: inline-block;
}
.price-boxes-wrap .price-calc {
    display: block;
    color: #000;
    font-size: 10px;
	display: inline-block;
	font-weight:bold;
}
.price-boxes-wrap .price-box {
    padding: 2px 3px;
}
.woocommerce div.product form.cart table.product_discount td{
	padding-left: 10px;
}
.price-box .rate-arrow{
	width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
	position: relative;
    margin-top: -0.2em;
}
.price-box .rate-arrow.pos:after{
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20d%3D%22M214.6%2041.4c-12.5-12.5-32.8-12.5-45.3%200l-160%20160c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L160%20141.2V448c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V141.2L329.4%20246.6c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3l-160-160z%22/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20d%3D%22M214.6%2041.4c-12.5-12.5-32.8-12.5-45.3%200l-160%20160c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L160%20141.2V448c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V141.2L329.4%20246.6c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3l-160-160z%22/%3E%3C/svg%3E");
}

.price-box .rate-arrow.neg:after{
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20d%3D%22M169.4%20470.6c12.5%2012.5%2032.8%2012.5%2045.3%200l160-160c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L224%20370.8%20224%2064c0-17.7-14.3-32-32-32s-32%2014.3-32%2032l0%20306.7L54.6%20265.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l160%20160z%22/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20d%3D%22M169.4%20470.6c12.5%2012.5%2032.8%2012.5%2045.3%200l160-160c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L224%20370.8%20224%2064c0-17.7-14.3-32-32-32s-32%2014.3-32%2032l0%20306.7L54.6%20265.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l160%20160z%22/%3E%3C/svg%3E");
}
.price-box .rate-arrow.pos:after, .price-box .rate-arrow.neg:after{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

@media only screen and (max-width: 520px){
	.price-boxes-wrap .price-box {
        justify-content: center;
    }
/*     .price-boxes-wrap .price-box:first-child  {
        width: 100%;
    } */
}

div.price-head-wrap select.currency-select{
    color: white;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.price-head-wrap select.currency-select option{
    color: black;
}

.price-box .rate-arrow.neg{
    color: #d00;
}

.price-box .rate-arrow.pos{
    color: #090;
}

.price-box .rate-arrow.neg + .price-new .woocommerce-Price-amount {
  color: #d00; /* red for negative */
}

.price-box .rate-arrow.pos + .price-new .woocommerce-Price-amount {
  color: #090; /* green for positive (optional) */
}

div.metal-price-chart-wrap select#metalSelect{
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid #00008b;
}

div.metal-price-chart-wrap div.metal-select-wrap,
div.metal-price-chart-wrap h2{
    text-align: center;
}

div.metal-price-chart-wrap h2{
    padding-bottom: 10px;
}

div.metalselect-buttons{
    display: flex;
    justify-content: center;
    gap: 20px;
}

div.metalselect-buttons button.active{
    background-color: #00008b;
    color: #fff;
}

div.metalselect-buttons button{
    background: transparent;
    border: 1px solid #00008b;
}

@media only screen and (max-width: 767px){
    div.metalselect-buttons{
       display: grid;
       grid-template-columns: repeat(3, 1fr);
       gap: 10px;
    }
}

.metal-price-chart-wrap canvas {
    width: 100% !important;
    height: auto !important;
}