/*
Theme Name: virtue-child
Theme URI:
Description:
Author:
Author URI:
Version:
License:
License URI:
Template: virtue
*/

#cart_table .shipping_charge {
	display: none!important;
}

.PageStyle {
  max-width: 800px;
  margin: 0 auto;
}
.PageStyle h2, .PageStyle h3 {
  font-weight: 600;
}
.PageStyle h2 {
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 16px;
  border-bottom: 2px solid #444e66;
}
.PageStyle h3 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.ps-scroll {
  overflow: auto;
  white-space: nowrap;
}
.ps-scroll::-webkit-scrollbar {
  height: 5px;
}
.ps-scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.ps-scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.page-shoppingfee {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.page-shoppingfee tr:nth-child(2n){
	background-color: transparent!important;
}
.page-shoppingfee tr{
	background-color: white!important;
}
.page-shoppingfee th {
  text-align: left;
  font-weight: 400;
}
.page-shoppingfee td {
  text-align: center;
  vertical-align: middle !important;
}
.page-shoppingfee .ps-header th {
  text-align: left;
  background-color: #f5f5f5;
}
.page-shoppingfee .ps-header th:first-child {
  text-align: center;
  background-color: white;
}
.page-shoppingfee .ps-footer {
  border-top: 2px solid #aaa;
}
.page-shoppingfee .ps-footer td {
  padding-top: 14px;
  text-align: left;
}
.page-shoppingfee tr.ps-bg {
  background: #f5f5f5 !important;
}
.page-shoppingfee .ps-center {
  border-top: 2px solid #aaa;
  text-align: center;
}
.page-shoppingfee .ps-tbb {
  border-top: 2px solid #555;
  border-bottom: 2px solid #555;
}
.page-shoppingfee .ps-tbb th {
  padding: 8px 0;
}