.sp-container {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
}

.sp-nav {
  padding: 40px 40px 32px 40px;
}

.sp-nav li {
  margin: 0;
  outline: none;
}

.sp-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.scrollbar-track {
  opacity: 1 !important;
}

.sp-table-atc.disabled a {
  /* filter: grayscale(1);
  pointer-events: none; */
}

.sp-table-atc a.uq {
  filter: none !important;
  pointer-events: all !important;
}

.sp-table .scrollbar-track-y::before {
  content: '';
  display: block;
  width: 100%;
  height: 16px;
  background-color: #060C12;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
  z-index: 2;
  display: none;
}

.sp-table .scrollbar-track-y::after {
  content: '';
  display: block;
  width: 100%;
  height: 16px;
  background-color: #060C12;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
  display: none;
}

.sp-table .scrollbar-track-y {
  background: #060C11 !important;
  border: 1px solid #14283C !important;
  border-width: 0 1px !important;
  border-radius: 0 0 4px 0;
}

/* .sp-table-body {
  padding: 16px 0;
}

.sp-table-body .scroll-content {
  margin: -16px 0;
} */

.sp-nav a {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: #FFFFFF;
  padding: 16px 24px 13px;
  /* border-bottom: 1px solid #FFFFFF3D; */
  border-bottom: 3px solid transparent;
  transition: none;
  display: block;
  outline: none;
  position: relative;
}

.sp-nav li:not(.active) a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #FFFFFF3D;
}

.sp-nav li.active a {
  color: #0FA2F7;
  border-bottom: 3px solid #0FA2F7
}

.sp-left {
  width: 70.6%;
}

.sp-main .sp-container {
  display: flex;
  flex-wrap: wrap;
}

.sp-flex {
  display: flex;
  flex-wrap: wrap;
}

.sp-heading {
  justify-content: space-between;
  align-items: center;
  padding: 0 0 16px;
  gap: 12px;
}

.sp-heading-search {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.sp-heading-search input {
  padding: 12px 12px 12px 43px;
  width: 100%;
  background: #0D1925;
  border: 1px solid #14283C;
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #5A636B !important;
  outline: none;
  border-radius: 4px;
}

.sp-heading-search input::placeholder {
  color: #5A636B !important;
}

.sp-heading-search input:hover {
  border: 1px solid #405061;
}

.sp-heading-search input:focus {
  outline: 3px solid #0FA2F71A !important;
  border: 1px solid #708DAB;
}

.sp-cr form.wpcf7-form input[type="text"]:focus,
.sp-cr-input input:focus,
.sp-cr textarea.wpcf7-form-control.wpcf7-textarea:focus,
.sp-cr-input textarea:focus,
.sp-right-coupon input:focus {
  outline: 3px solid #0FA2F71A !important;
  border: 1px solid #405061 !important;
}

/* .sp-table-qty input:focus {
  border: 1px solid #14283C !important;
} */

.sp-filter-select:hover header {
  border: 1px solid #405061;
}

.sp-cr form.wpcf7-form input[type="text"]:hover,
.sp-cr-input input:hover,
.sp-cr textarea.wpcf7-form-control.wpcf7-textarea:hover {
  border: 1px solid #405061 !important;
}


div.sp-cr-drop {
  border: none !important;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%2314283C' stroke-width='1' stroke-dasharray='10' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e");
}

.sp-cr-drop:hover {
  /* border: 1px dashed #0FA2F7; */
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%230FA2F7' stroke-width='1' stroke-dasharray='10' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e");
}

.sp-heading-search form {
  position: relative;
  width: 100%;
}

.sp-heading-search button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border: none;
  background-color: transparent;
  outline: none;
}

.sp-heading-title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #FFFFFF;
  width: 100%;
  font-weight: 300;
  height: 40px;
  display: flex;
  align-items: center;
}

.sp-heading-search form {
  justify-content: flex-end;
}

.skill-sort {
  cursor: pointer;
}

.sp-table-th {
  width: calc(100% / 5);
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  padding: 16px 0;
  cursor: default !important;
}

.sp-table-tr {
  width: 100%;
  /* background: #0F1E2E; */
  align-items: stretch;
}

.sp-table-head .sp-table-tr {
  background: #0F1E2E;
}

.sp-table-tr.hide {
  display: none !important;
}

.sp-table-td {
  width: calc(100% / 5);
  padding: 15.5px 10px;
  display: flex;
  text-align: center;
  justify-content: center;
}

.sp-table-td svg {
  display: inline-block;
  width: 28px;
  height: 28px;
}

.sp-questing .sp-table-body .sp-table-td .skilling-name svg {
  display: none;
}

.sp-ca .sp-table-main.sp-table-body .text .sp-table-td.image {
  display: none;
}

.skilling-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}

.skilling-name img {
  display: none;
}

.sp-table-qty {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-table-td .sp-table-qty {
  max-width: 100%;
}

.sp-table-qty input {
  width: 32px;
  min-width: 32px;
  height: 32px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #FFFFFF;
  border: 1px solid #14283C;
  background: #0D1925;
  appearance: none;
  padding: 0;
}

.sp-table-qty input::-webkit-outer-spin-button,
.sp-table-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sp-table-qty input[type=number] {
  -moz-appearance: textfield;
  background: #0D1925;
}

.sp-table-qty input[type=number]:hover {
  border: 1px solid #405061;
}

.sp-table-qty input[type=number]:focus,
.sp-table-qty input:focus {
  color: #FFFFFF;
  border: 1px solid #708DAB;
}

.sp-table-qty button {
  width: 32px !important;
  height: 32px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #14283C;
  cursor: pointer;
  border-radius: 4px 0 0 4px;
  background: #09121B;
  /* transition: all 0.3s ease-in-out; */
}

.sp-right-coupon input,
.cart-collaterals .coupon #coupon_code {
  color: #5A636B !important;
}

.sp-table-qty button.disabled {
  background: #12202E;
  filter: opacity(0.5);
  border-color: #14283C;
  pointer-events: none;
}

.sp-table-qty button:active {
  background: #1C344F;
}

.sp-table-qty button:active::before {
  opacity: 0.5;
}

.sp-table-qty button.minus {
  border-width: 1px 0 1px 1px;
}

.sp-table-qty button.plus {
  border-width: 1px 1px 1px 0;
  border-radius: 0 4px 4px 0;
}

.sp-table-qty button:hover {
  background: #1C344F;
  border-color: #14283C;
}

.sp-table-qty button.minus::before {
  content: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5332 8H12.8665" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.sp-table-qty button.plus::before {
  content: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.19987 3.33334V12.6667M3.5332 8.00001H12.8665" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.sp-table-td .price {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  text-align: center;
  font-family: "Be Vietnam Pro";
  color: #FFFFFF;
  min-width: fit-content;
  white-space: nowrap;
  text-align: center;
  justify-content: center;
}

.sp-table-atc a {
  font-weight: 800;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: unset;
  color: #000000;
  padding: 14px 12px;
  background-color: #0FA2F7;
  display: inline-block;
  outline: none;
}

#sp-atc-form #sp-atc-form-submit.uq {
  font-size: 12px;
  border-bottom: 2px solid #00A94B;
  box-shadow: 0px 0px 4px 0px #00A94D33 inset;
  background: #101F2F;
}

#sp-atc-form #sp-atc-form-submit.remove-product {
  border-bottom: 2px solid #CF4848 !important;
  box-shadow: 0px 0px 4px 0px #CF484833 inset !important;
}

#sp-atc-form #sp-atc-form-submit.loading,
.sp-table-atc.remove-product a.loading,
.sp-table-atc a.loading {
  border-color: grey !important;
  background: #323540 !important;
  box-shadow: none !important;
}

.sp-table-atc a.loading:hover {
  background: #323540 !important;
}

.sp-table-body {
  height: 431px;
  overflow: hidden;
  /* overflow-y: auto; */
}

/* width */
.custom-scrollbar::-webkit-scrollbar,
.sp-table-body::-webkit-scrollbar {
  width: 14px;
}

/* Track */
.custom-scrollbar::-webkit-scrollbar-track,
.sp-table-body::-webkit-scrollbar-track {
  background-color: #060C12;
}

/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb,
.sp-table-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #0F1E2E;
  border: 3px solid transparent;
  border-radius: 9px;
  background-clip: content-box;
}

/* Handle on hover */
.custom-scrollbar::-webkit-scrollbar,
.sp-table-body::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
}

.sp-table-atc {
  padding-right: 35px;
}

.sp-right-its {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 0 24px;
  border-bottom: 1px solid #1D3852;
}

.sp-table-body {
   border-left: 1px solid #14283C;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.sp-table-body {
  border-bottom: 1px solid #14283C;
  border-right: 1px solid #14283c;
}

/*.sp-table-body.no-scrollbar:not(.no-items) {*/
/*  border-bottom: none;*/
/*  border-left: none !important;*/
/*}*/

/*.sp-table-body.no-scrollbar .sp-table-tr .sp-table-td:first-child {*/
/*  border-left: 2px solid #14283C !important;*/
/*}*/

.sp-table-body .sp-table-td {
  background-color: #09121B;
  border: 1px solid #14283C;
  border-width: 0px 1px 1px 0px;
}

.sp-table-tr.sp-flex.end.last .sp-table-td {
  border-bottom: 0 !important;
}

.sp-table-tr.sp-flex:last-child .sp-table-td {
  border-width: 0px 1px 0px 0px !important;
}

.no-scrollbar .sp-table-tr.sp-flex.end.last .sp-table-td {
  border: 1px solid #14283C !important;
  border-width: 0px 0px 1px 0px;
}

.no-scrollbar .sp-table-tr.sp-flex:last-child .sp-table-td {
  border-width: 0px 1px 1px 0px;
}

.no-scrollbar .sp-table-tr.sp-flex .sp-table-td:last-child {
  border-width: 0px 1px 1px 0px !important;
}

.sp-table-body .sp-table-td:first-child {
  border-width: 0px 1px 1px 0px;
}

.no-scrollbar .sp-table-tr.sp-flex:last-child .sp-table-td {
  border-width: 0px 1px 1px 0px !important;
}

.scrollbar-track {
  width: 14px !important;
  background-color: #060C12 !important;
}

.scrollbar-thumb {
  background-color: #1B324A !important;
  border: 3px solid #060C12;
  width: 100% !important;
  border-radius: 10px !important;
}

.sp-right {
  width: 29.4%;
  padding: 0 0 0 24px;
}

.sp-right-top {
  padding: 16px;
  margin: 0 0 25px;
  background: #10253A;
  box-shadow: 0px 0px 4px 0px #0FA2F733 inset;
  border-radius: 4px;
}

.sp-right .shop_table .prd-thumbnail,
.sp-right .shop_table thead {
  display: none;
}

.sp-right .cart-title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 0 0 13px;
}

.sp-right .prd-name a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #FFFFFF;
}

.sp-right table.shop_table td {
  padding: 0;
}

.sp-right table.shop_table td.product-price,
.sp-right table.shop_table td.product-quantity {
  display: none;
}

.sp-right a.remove {
  background-color: transparent;
}

.sp-right table.shop_table td.product-subtotal {
  font-family: "Be Vietnam Pro" !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 0 !important;
  text-align: right;
  padding: 0 5px;
}

.sp-right td.product-remove {
  display: flex;
  justify-content: flex-end;
}

.sp-right td.product-remove a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sp-right td.product-remove a svg {
  width: 17px;
  height: 17px;
}

.sp-right .product-button-update {
  display: none;
}

.sp-right .coupon {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
}

.sp-right .coupon input#coupon_code {
  padding: 15px;
  background: #0D1925;
  border: 1px solid #14283C;
  border-radius: 0;
  margin: 0;
  height: auto;
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #5A636B;
  width: 63% !important;
}

.sp-right .woocommerce-cart-form .actions button[name=update_cart] {
  display: none;
}

.sp-right .coupon button.button {
  padding: 17px 24px !important;
  background: #0FA2F7;
  font-family: "Be Vietnam Pro";
  font-weight: 800;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #001E2F !important;
  border-radius: 0 !important;
  border: none !important;
  height: auto;
  width: calc(37% - 12px);
}

tr.stotal .stotal-inner,
tr.itotal .itotal-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

tr.itotal td .itotal-inner strong,
tr.itotal td .itotal-inner {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #FFFFFF;
}

tr.itotal td {
  padding: 24px 0 !important;
  border: 1px solid #14283C;
  border-width: 1px 0;
}

.itotal-top td {
  padding: 0 0 4px !important;
}

tr.stotal span {
  font-family: "Be Vietnam Pro";
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
}

.sp-right-it {
  display: flex;
  gap: 5px;
}

.sp-right-remove {
  min-width: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.sp-right-remove svg {
  width: 13px;
}

.sp-right-remove::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translate(-50%, 0);
}

.sp-right-remove:hover::before {
  background: #CF48484D;
  opacity: 1;
}

.sp-right-remove:active::before {
  background: #CF48481F;
  opacity: 1;
}

.sp-right-remove:active path {
  stroke: #CF484869;
}

.sp-right-title {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #FFFFFF;
  flex-grow: 1;
}

.sp-right-price {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #FFFFFF;
  min-width: 45px;
  white-space: nowrap;
  max-width: 70px;
  width: -webkit-fill-available;
  text-align: right;
}

.sp-right-top>h3 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0 0 24px;
}

.sp-right-totals {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-right .value,
.sp-right .label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
}

.sp-right-totals {
  padding: 24px 0 23px;
  border-bottom: 1px solid #1D3852;
}

.sp-right-coupon {
  padding: 24px 0 0 0;
  position: relative;
}

.sp-right-coupon input {
  padding: 15px;
  background: #0D1925;
  border: 1px solid #14283C !important;
  border-radius: 4px;
  margin: 0;
  height: auto;
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #FFFFFF !important;
  width: 63%;
  outline: none !important;
}

.sp-right-coupon input::placeholder {
  color: #5A636B !important;
}

.sp-right-coupon input:hover {
  border: 1px solid #405061 !important;
}

.sp-right-coupon input:hover::placeholder {
  color: #949494 !important;
}

.sp-right-coupon input:active,
.sp-right-coupon input:focus {
  color: #5A636B !important;
  border: 1px solid #708DAB !important;
}

.sp-right-coupon button {
  padding: 16px 24px;
  background: #0FA2F7;
  font-family: "Be Vietnam Pro";
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  border-radius: 4px;
  border: none;
  height: auto;
  width: calc(37% - 12px);
  transition: all 0.3s;
  text-decoration: none;
  box-shadow: 0px 0px 4px 0px #14283C99 inset;
}

.sp-right-coupon button:hover {
  background: #57C1FF;
}

.sp-right-coupon {
  gap: 12px;
}

.sp-right-total {
  justify-content: space-between;
}

.sp-right-total .label,
.sp-right-total .value {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
}

.sp-right-total {
  margin: 24px 0;
}

.sp-right-footer a.submit,
.sp-right-footer button {
  padding: 20px 32px;
  height: 54px;
  background: #0FA2F7;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: unset;
  color: #001E2F;
  border-radius: 4px;
  width: 100%;
  text-decoration: none;
  display: block;
  box-shadow: 0px 0px 4px 0px #14283C99 inset;
  color: #FFFFFF;
}

.sp-right-footer a.submit:hover,
.sp-right-footer button:hover {
  background: #57C1FF;
}

.sp-success {
  font-size: 14px;
  line-height: 1.3;
  color: chartreuse;
  padding: 10px 0 0;
  display: none;
}

.sp-success.show {
  display: block;
}

.sp-right-footer a.submit.disabled,
.sp-right-footer button.disabled {
  cursor: no-drop !important;
  filter: grayscale(1) !important;
}

.sp-right-saleoff-inner {
  background-color: #29694F;
  padding: 55px 23px 16px;
  position: relative;
  border-radius: 4px;
}

.sp-right-saleoff-svg {
  display: flex;
  position: absolute;
  top: -10px;
  left: 10px;
}

.sp-right-saleoff-inner h3 {
  font-family: "Be Vietnam Pro" !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 26px;
}

.sp-right-saleoff-inner h3>span {
  display: inline-block;
  padding: 0 6px;
  position: relative;
}

.sp-right-saleoff-inner h3>span::after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  bottom: -2px;
  right: 0;
  background-color: #1B4439;
  z-index: 0;
  border-radius: 4px;
}

.sp-right-saleoff-inner h3>span>span {
  position: relative;
  z-index: 1;
}

.sp-right-saleoff-countdown {
  display: flex;
  align-items: center;
  gap: 7px;
}

.countdown {
  align-items: center;
  font-family: "Be Vietnam Pro";
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.countdown>span:not(.second):after {
  content: ' : ';
  display: inline-block;
  padding: 0 5px;
}

.sp-main {
  margin: 0 0 140px;
  padding: 0 40px;
}

.sp-notice {
  display: none;
}

.sp-notice.success p {
  color: chartreuse;
}

.sp-notice.error p {
  color: crimson;
}

.sp-notice p {
  font-size: 12px;
}

.sp-right-discount>div {
  align-items: center;
  justify-content: space-between;
  padding: 0 0 23px;
}

.sp-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-loading img {
  width: 25px;
  height: 25px;
}

.skill-sort .sort {
  position: relative;
  display: none;
}

.skill-sort.atz .sort::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  background-color: #0F1E2E;
  opacity: 0.5;
}

.sp-table-body .scroll-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* min-height: 431px; */
}

.skill-sort.zta .sort::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 50%;
  background-color: #0F1E2E;
  opacity: 0.5;
}

.sp-nav a {
  white-space: nowrap;
}

@media (min-width: 991px) {
  .sp-nav li:not(.active) a:hover::after {
    background: #FFFFFF;
  }
}

.sp-nav li:not(.active) a:focus,
.sp-nav li:not(.active) a:active {
  border-bottom: 3px solid #0FA2F7;
  color: #0FA2F7;
}

.sp-nav li:not(.active) a:active::after {
  opacity: 0;
}

.sp-filter select {
  display: none;
}

.sp-filter-select {
  width: 100%;
  max-width: 242px;
  display: inline-block;
  position: relative;
  z-index: 4;
  cursor: pointer;
}

.sp-filter-select header {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  padding: 0 10px;
  background: #0D1925;
  border: 1px solid #14283C;
  background-image: url('../images/chevron-down.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right 8px;
  border-radius: 4px;
}

.sp-filter-select .filter-selection {
  border: 1px solid #14283C;
  border-radius: 4px;
  padding: 5px 10px 5px 25px;
  position: relative;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sp-filter-select .filter-selection .remove-selection {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  height: 18px;
  width: 18px;
  background-image: url('../images/remove-1.png');
  background-size: contain;
}

.sp-filter-select .filter-selection .remove-selection:hover {
  background-image: url('../images/remove-2.png');
}

.sp-table-tr {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.sp-table-tr.no-items {
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-width: 0;
}

.sp-filter-select main {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 100%;
  min-width: 150px;
  border: 1px solid #181b1e;
  max-height: 500px;
  overflow-y: auto;
}

.sp-filter main.custom-scrollbar {
  min-width: 200px;
}

.sp-filter-select ul {
  display: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}

.sp-filter-select ul li {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #FFFFFF;
  padding: 12px;
  background: #0D1925;
  border-bottom: 1px solid #0F1E2E;
  margin: 0 !important;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.sp-filter-select ul li:first-child {
  /*display: none;*/
}

.sp-filter-select ul li.active {
  background-image: url('../images/check.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right 12px;
}

.sp-filter-select {
  width: 200px;
  margin-left: 7px;
}

.sp-ca .sp-filter-select {
  width: 200px;
  margin-left: 7px;
}

.sp-right-footer a.submit:hover,
.sp-right-footer button:hover {
  background: #57C1FF;
  box-shadow: 0px 0px 4px 0px #14283C99 inset;
}

.sp-right-footer a.submit:active,
.sp-right-footer button:active {
  background: #05669E;
  box-shadow: 0px 0px 4px 0px #14283C99 inset;

}

body.woocommerce-checkout #site-content form.woocommerce-checkout #order_review table {
  overflow: visible;
}

.woocommerce-checkout .cart-item-remove span {
  margin-right: -10px;
}

@media (min-width: 992px) {
  .sp-mob {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-only-mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .sp-desk {
    display: none !important;
  }

  .sp-ca .sp-filter-select {
    width: calc(50% - 12px);
    margin-left: 7px;
  }

  .sp-ca .sp-filter-select[data-select="questing_filter_tier"] {
    margin-left: 0;
  }

  .sp-filter-select {
    max-width: 100%;
  }

  .sp-nav {
    padding: 25px 40 32px 40px;
  }

  .sp-nav a {
    font-size: 12px;
    line-height: 18px;
    padding: 15px 26.8px 13px;
  }

  .sp-nav ul {
    gap: 16px;
  }

  .sp-main {
    padding: 0 40px;
  }

  .sp-heading-search {
    display: none;
  }

  .sp-left {
    width: 59.5%;
  }

  .sp-right {
    width: 40.5%;
  }

  .sp-heading {
    padding: 9px 0;
    margin: 0 0 14px;
  }

  .sp-right {
    padding: 0 0 0 24px;
  }

  .sp-services-label {
    font-family: "Be Vietnam Pro";
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    color: #FFFFFF;
    text-align: center;
    padding: 16.5px 10px;
    width: 150px;
    background-color: #0F1E2E;
  }

  .sp-services-field {
    width: calc(100% - 150px);
    padding: 7px 7px;
    border: 1px solid #FFFFFF0A;
    border-width: 0px 1px 1px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp-services-row:first-child .sp-services-field {
    border-width: 1px 1px 1px 0;
  }

  .sp-services-row {
    display: flex;
    flex-wrap: wrap;
  }

  .sp-services-field select {
    font-family: "Be Vietnam Pro";
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    color: #FFFFFF;
    padding: 8px 12px;
    border: 1px solid #14283C;
    width: 100%;
    margin: 0;
    background-color: #09121B;
    appearance: none;
    background-image: url('../images/chevron-down.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right 8px;
    border-radius: 4px;
  }

  .sp-services-field select:hover {
    border: 1px solid #405061;
  }

  .sp-services-field .price {
    font-family: "Be Vietnam Pro";
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    color: #FFFFFF;
  }

  .sp-services-field button[type="submit"] {
    font-family: "Be Vietnam Pro";
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: unset;
    color: #001E2F;
    padding: 9px 20px;
    display: block;
    width: 100%;
    color: #FFFFFF;
    background-color: transparent;
    border-bottom: 2px solid #0FA2F7;
    box-shadow: 0px 0px 4px 0px #0FA2F733 inset;
    border-radius: 4px;
    background: #101F2F;
    transition: all 0.3s ease-in-out;
  }

  .sp-services-field button[type="submit"]:hover {
    border-bottom: 2px solid #57C1FF;
    box-shadow: 0px 0px 4px 0px #57C1FF33 inset;
    text-decoration: none;
    background: #15283C;
  }

  .sp-services-field button[type="submit"]:active {
    border-bottom: 2px solid #103B5A;
    box-shadow: 0px 0px 4px 0px #0FA2F733 inset;
    color: #707982;
  }

  .sp-services-row .sp-table-qty input {
    font-family: "Be Vietnam Pro";
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
  }

  .sp-services-btn .sp-services-field {
    padding: 7px 7px;
  }

  .sp-right-it {
    padding: 9px 0;
  }

  .sp-right-remove {
    min-width: 18px;
  }

  .sp-right-it {
    gap: 8px;
  }

  .sp-right-top>h3 {
    margin: 0 0 9px;
  }

  .sp-right-total .label,
  .sp-right-total .value {
    font-weight: 600;
    font-size: 14px;
  }

  .sp-right-totals {
    padding: 9px 0;
  }

  .sp-right-coupon {
    padding: 21px 0 17px;
    position: relative;
    gap: 8px;
  }

  .sp-right-footer a.submit,
  .sp-right-footer button {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    padding: 15px 10px;
    height: auto;
    background: #0FA2F7;
    box-shadow: 0px 0px 4px 0px #14283C99 inset;
  }

  .sp-right-coupon input {
    font-size: 14px;
    line-height: 16px;
    padding: 13px 11px;
    width: 65%;
  }

  .sp-right-coupon button {
    font-size: 14px;
    width: calc(35% - 8px);
    padding: 10px;
  }

  .sp-right-total {
    margin: 0 0 15px;
  }

  .sp-right-top {
    margin: 0 0 24px;
  }

  .sp-right-saleoff-inner {
    padding: 55px 23px 18px;
  }

  .sp-main {
    margin: 0 0 24px;
  }
}

@media (max-width: 767px) {
  .sp-only-mobile {
    display: none !important;
  }

  .sp-ca .sp-filter-select {
    width: calc(50% - 6px);
  }

  .sp-nav {
    padding: 10px 0 13px 3px;
  }

  .sp-nav a {
    padding: 15px 25.8px 13px;
  }

  .sp-nav ul {
    gap: 14px;
    padding-left: 13px;
  }

  .sp-main {
    padding: 0 16px;
    margin: 0 0 17px;
  }

  .sp-left {
    width: 100%;
    padding: 20px 0 0;
  }

  .sp-right {
    width: 100%;
    padding: 0;
  }

  .sp-services-label {
    width: 107px;
  }

  .sp-services-field {
    width: calc(100% - 107px);
  }

  .sp-services-btn .sp-services-field {
    padding: 7px 11px 7px 9px;
  }

  .sp-right-its {
    padding: 0 0 0;
  }

  .sp-right-coupon {
    padding: 17px 0 17px;
  }

  .sp-right-top>h3 {
    margin: 0 0 16px;
  }

  .sp-right-inner {
    display: flex;
    flex-direction: column-reverse;
    padding: 22px 0;
  }

  .sp-right-saleoff {
    margin: 0 0 24px;
  }

  .sp-right-coupon input {
    width: 72%;
  }

  .sp-right-total .label,
  .sp-right-total .value {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
  }

  .sp-right-coupon button {
    font-size: 14px;
    width: calc(28% - 8px);
    padding: 15px;
  }

  .sp-right-total {
    margin: 0 0 15px;
  }

  .sp-right-top {
    margin: 0 0 -7px;
  }

  .sp-heading {
    margin: 0 0 11px;
  }

  .sp-right-it {
    padding: 0 0 16px;
  }

  .sp-right-totals {
    padding: 15px 0;
  }
}

/* Questing */
.sp-questing .sp-heading-title {
  width: 50%;
}

.sp-filter {
  display: flex;
  justify-content: right;
}

.sp-filter select {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  color: #FFFFFF;
  padding: 12px;
  background: #0D1925;
  border: 1px solid #14283C;
  width: 100%;
  max-width: 242px;
  appearance: none;
  background-image: url('../images/chevron-down.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right 8px;
}

.sp-questing .skilling-name {
  align-items: center;
  gap: 0;
  max-width: 163px;
  width: 100%;
}

.sp-questing .skilling-name img {
  width: 28px;
  height: 28px;
}

.sp-questing .skilling-name .text {
  width: calc(100% - 28px);
  text-align: left;
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
}

.sp-questing[data-tab="#questing"] .quest-title {
  width: 50%;
}

.sp-questing .quest-tier {
  width: 21%;
}

.sp-questing .quest-price {
  width: 12%;
}

.sp-questing .quest-cart {
  width: 17%;
}

.sp-table-body .sp-table-td .tier {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  align-items: center;
}

.sp-table-td.quest-price {
  display: flex;
  align-items: center;
}

.sp-questing .sp-table-td.quest-price {
  /* padding-top: 18px; */
}

.quest-cart .sp-table-atc {
  padding: 0;
}

.sp-table-td.quest-cart {
  justify-content: flex-start;
}

.sp-questing .sp-table-th {
  border-right: 1px solid #14283C;
}

@media (min-width: 992px) {
  .sp-questing .skilling-name {
    max-width: unset;
  }

  .sp-questing .skilling-name .text {
    width: auto;
  }

  .sp-table-body .sp-table-tr.last .sp-table-td:first-child {
    border-bottom-left-radius: 4px;
  }

  .sp-table-body .sp-table-tr.last .sp-table-td:last-child {
    border-bottom-right-radius: 4px;
  }

  .sp-table-body.height-in {
    border-left: 1px solid #14283C;
  }

  .sp-table-body.height-in .sp-table-td:first-child {
    border-left: 0;
  }

  .sp-table-body.height-in .sp-table-tr {
    width: 100%;
    /*margin-left: -1px;*/
  }
}

@media (max-width: 991px) {
  .sp-filter main.custom-scrollbar {
    min-width: initial;
    max-width: 100%;
  }

  .sp-questing .sp-heading-search {
    display: flex;
  }

  .sp-questing .sp-table-td.quest-price {
    padding-top: 0;
  }

  .sp-questing .sp-heading-title {
    width: calc(38.4% - 12px);
  }

  .sp-filter {
    width: 61.6%;
  }

  .sp-filter select {
    max-width: 100%;
  }

  .sp-questing .sp-heading {
    gap: 16px 12px;
  }

  .sp-questing .sp-table-head {
    display: none;
  }

  .sp-questing .sp-table-tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .sp-questing .sp-table-tr .tbl-placeholder {
    background: none;
    margin: 0;
    border-radius: 0;
  }

  .sp-questing .sp-table-tr .tbl-placeholder:before {
    content: '';
    background: linear-gradient(90deg, rgba(15, 162, 247, 0.12) 0%, rgba(15, 162, 247, 0.04) 100%);
    height: 24px;
    width: 80%;
    border-radius: 4px;
    margin: 8px 0;
  }

  .sp-questing .sp-table-td {
    width: 100%;
    padding: 0;
    align-items: stretch;
  }

  .sp-questing .sp-table-td>span,
  .sp-questing .sp-table-td>div {
    max-width: unset;
    min-height: 48px;
    width: calc(100% - 150px) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .sp-questing .sp-table-td::before {
    content: '';
    width: 150px;
    font-family: "Be Vietnam Pro";
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    color: #FFFFFF;
    background-color: #0F1E2E;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
  }

  .sp-questing .quest-title::before {
    content: 'Item' !important;
  }

  .sp-questing.sp-pvm .quest-title::before {
    content: 'Item' !important;
  }

  .sp-questing.sp-ca .quest-title::before {
    content: 'Name' !important;
  }

  .sp-questing.sp-ca .quest-tier::before {
    content: 'Tier' !important;
  }

  .sp-questing .quest-price::before {
    content: 'Price' !important;
  }

  .sp-questing .quest-cart::before {
    content: 'Cart' !important;
  }

  .sp-questing .quest-tier::before {
    content: 'Notes' !important;
  }

  .sp-questing .skilling-name {
    padding: 0 13.5%;
  }

  .sp-questing .sp-table-body .sp-table-td:first-child {
    border-width: 1px 1px 0 1px;
    border-radius: 4px 4px 0 0;
    display: none;
  }

  .sp-questing .sp-table-body .sp-table-td .skilling-name svg {
    display: block;
    min-width: 28px;
  }

  .sp-ca .sp-table-main.sp-table-body .text .sp-table-td.image {
    display: inline-block;
  }

  .sp-questing .sp-table-body .sp-table-td:nth-child(2):before {
    border-top-left-radius: 4px !important;
  }

  .sp-questing .sp-table-body .sp-table-td:nth-child(2) div {
    border-top-right-radius: 4px !important;
  }

  .sp-questing .sp-table-body .sp-table-td:last-child {
    /*border-bottom-left-radius: 8px !important;*/
    /*border-bottom-right-radius: 8px !important;*/
    overflow: hidden;
  }

  .sp-questing .sp-table-body .sp-table-td:last-child::before {
    border-bottom-left-radius: 4px !important;
    overflow: hidden;
  }

  .sp-questing .sp-table-body .scroll-content {
    gap: 12px;
  }

  .sp-questing .sp-table-body {
    height: 490px;
  }

  .sp-questing .sp-table-atc a {
    width: 100%;
    padding: 10.5px 10px;
  }

  .quest-cart .sp-table-atc {
    padding: 7px 12px 7px 12px;
  }

  .sp-questing .sp-table-tr {
    border-radius: 4px;
  }

  .sp-table .scrollbar-track-y {
    border-width: 1px 1px 1px !important;
    border-radius: 0 4px 0 0;
  }
}

@media (max-width: 767px) {
  .sp-questing .sp-heading {
    gap: 16px 24px;
    margin: 0 0 12px;
  }

  .sp-questing .sp-heading-title {
    width: calc(47% - 12px);
  }

  .sp-filter {
    width: calc(53% - 12px);
  }

  .sp-questing .sp-left {
    padding: 8px 0 0;
  }

  .sp-filter select {
    padding: 12px 10px;
  }

  .sp-questing .sp-table-td::before {
    width: 155px;
  }

  .sp-questing .sp-table-td>span,
  .sp-questing .sp-table-td>div {
    width: calc(100% - 155px);
  }

  .sp-questing .skilling-name {
    justify-content: center !important;
    padding: 0 22px;
    gap: 8px;
  }

  .sp-questing .skilling-name img {
    width: 19px;
    height: unset;
  }

  .sp-questing .skilling-name .text {
    font-size: 12px;
    line-height: 14px;
    width: auto;
    text-align: center !important;
  }

  .sp-questing .sp-table-td.quest-tier .tier {
    font-size: 12px;
    line-height: 14px;
  }

  .sp-table-td .price {
    font-size: 14px;
    line-height: 20px;
  }

  .sp-questing .sp-right-inner {
    padding: 25px 0;
  }

  .sp-questing:not(.sp-pvm) .quest-title {
    width: 100%;
  }
}

/* Combat Achievements */

.sp-ca .quest-title {
  width: 23.65%;
}

.sp-ca .quest-tier {
  width: 23.65%;
}

.sp-ca .quest-monster {
  width: 23.65%;
}

.sp-ca .quest-price {
  width: 11.93%;
}

.sp-ca .quest-cart {
  width: 17.3%;
}

.sp-ca .sp-table-th {
  border-right: 1px solid #14283C;
}

.sp-ca .skilling-name img {
  width: 28px;
}

.sp-ca .skilling-name {
  width: 100%;
}

.sp-ca .skilling-name .text {
  width: calc(100% - 40px);
  text-align: left;
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
}

.sp-ca .sp-filter select {
  width: 115px;
  margin-left: 7px;
}

.sp-ca .sp-heading-title {
  width: auto;
}

.sp-ca .quest-monster img {
  width: 58px;
}

.sp-ca .sp-table-td {
  padding: 9px 10px 6px;
}

.sp-ca .sp-table-atc {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .sp-ca .sp-filter {
    width: calc(60% - 12px);
  }

  .sp-ca .sp-heading-title {
    width: 40%;
  }

  .sp-ca .sp-filter select {
    width: calc(50% - 12px);
    margin-left: 7px;
  }

  .sp-ca .sp-filter select:first-child {
    margin-left: 0;
  }

  .sp-ca .sp-heading-search {
    display: flex;
  }

  .sp-ca .sp-heading {
    gap: 16px 12px;
  }

  .sp-ca .sp-table-head {
    display: none;
  }

  .sp-ca .sp-table-tr {
    flex-direction: column;
  }

  .sp-ca .sp-table-td {
    width: 100%;
    padding: 0;
  }

  .sp-ca .sp-table-td::before {
    content: '';
    width: 164px;
    display: flex;
    align-items: stretch;
    background-color: #0F1E2E;
    font-family: "Be Vietnam Pro";
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    justify-content: center;
    padding: 17px 20px;
  }

  .sp-ca .sp-table-td.quest-title::before {
    content: 'Name';
  }

  .sp-ca .sp-table-td.quest-tier::before {
    content: 'Tier';
  }

  .sp-ca .sp-table-td.quest-monster::before {
    content: 'Monster';
  }

  .sp-ca .sp-table-td.quest-price::before {
    content: 'Price';
  }

  .sp-ca .sp-table-td.quest-cart::before {
    content: 'Cart';
  }

  .sp-ca .sp-table-td>div,
  .sp-ca .sp-table-td>span {
    width: calc(100% - 164px);
    justify-content: center;
  }

  .sp-ca .skilling-name {
    padding: 0 20px 0 20px;
    justify-content: flex-start;
    border-top: 1px solid #FFFFFF0A;
  }

  .sp-ca .skilling-name .text {
    font-size: 14px;
    line-height: 1.5;
    width: calc(100% - 33px);
  }

  .sp-table-body .sp-table-td {
    border-bottom: 0;
    position: relative;
  }

  .sp-table-body .sp-table-td::after {
    content: '';
    display: block;
    height: 1px;
    width: calc(100% - 164px);
    right: 0;
    bottom: 0;
    background-color: #FFFFFF0A;
    position: absolute;
    display: none;
  }

  .sp-ca .skilling-name img {
    width: 21px;
  }

  .sp-ca .quest-monster .monster {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp-ca .quest-monster img {
    width: 41px;
  }

  .sp-ca .sp-table-atc a {
    padding: 10px 12px;
    width: 100%;
  }

  /*.sp-ca .quest-cart .sp-table-atc {*/
  /*  padding: 8px 22px 8px 8px;*/
  /*}*/

  .sp-ca .sp-table-body .scroll-content {
    gap: 12px;
  }

  .sp-table-body {
    height: 500px !important;
    border-width: 0;
  }

  .sp-table-body .no-items {
    border: 1px solid #14283C !important;
  }

  .sp-table-tr.no-items {
    margin: 0;
  }

  .sp-ca .sp-right-total {
    margin: 0 0 14px;
  }

  .sp-ca .sp-right-top {
    margin: 0 0 23px;
  }
}

@media (max-width: 767px) {

  .sp-ca .sp-filter,
  .sp-ca .sp-heading-title {
    width: 100%;
  }

  .sp-ca .skilling-name .text {
    font-size: 12px;
    line-height: 14px;
  }

  .sp-heading-search input {
    padding-left: 38px;
  }

  .sp-ca .sp-filter select {
    width: calc(50% - 6px);
  }

  .sp-ca .sp-table-td .tier {
    line-height: 14px;
  }

  .sp-ca .sp-heading {
    gap: 12px 12px;
    margin: 0 0 16px;
  }

  .sp-ca .sp-table-td::before {
    width: 118px;
  }

  .sp-ca .sp-table-td>div,
  .sp-ca .sp-table-td>span {
    width: calc(100% - 118px);
    justify-content: center;
  }

  /*.sp-ca .quest-cart .sp-table-atc {*/
  /*  padding: 8px 12px 8px 12px;*/
  /*}*/

  .sp-ca .sp-right-inner {
    padding: 24px 0;
  }

  .sp-ca .sp-right-totals {
    padding: 13px 0;
  }
}

/* Custom request */
.sp-cr {
  margin-top: 13px;
}

.sp-cr-heading {
  width: 100%;
  padding: 9px 0 0;
}

.sp-cr.sp-main {
  padding: 13px 0 0;
  margin: 0 0 40px;
}

.sp-cr-label {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  margin: 0 0 3px;
  position: relative;
}

.sp-cr-row form,
.sp-cr-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.sp-cr-left {
  width: 50%;
  padding: 0 9px 0 0;
}

.sp-cr textarea.wpcf7-form-control.wpcf7-textarea,
.sp-cr-input textarea {
  height: 112px;
  background: #0D1925;
  border: 1px solid #14283C;
  width: 100%;
  appearance: none;
  resize: none;
  color: #FFFFFF;
  font-size: 15px;
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  padding: 10px;
  border-radius: 4px !important;
  margin: 0 !important;
  max-width: 548px;
}

.sp-cr-field {
  margin: 0 0 24px;
}

.sp-cr-drop input {
  display: none;
}

.sp-cr-drop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 548px;
  height: 112px;
  background: #0D1925;
  border: 1px dashed #14283C;
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #5A636B;
  gap: 12px;
  margin: 0 0 16px;
  border-radius: 4px;
}

.sp-cr-drop div#mfcf7_zl_multifilecontainer {
  display: none;
}

.sp-cr-drop>p {
  display: none;
}

.sp-cr-drop a {
  color: #0FA2F7;
  text-decoration: underline;
}

.sp-cr-drop p {
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #5A636B;
}

.sp-cr-drop-it {
  width: 72px;
  height: 72px;
  position: relative;
  border: 1px solid #14283C;
  display: flex;
}

.sp-cr-drop-it img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-cr-drop-it-close {
  position: absolute;
  top: -8px;
  right: -9px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #0D1925;
  border: 3px solid #09121B;
  padding: 2px;
  cursor: pointer;
}

.sp-cr-drop-its {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.sp-cr-desc p {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #5A636B;
  margin: -4px 0 8px;
}

.sp-cr-right {
  width: 50%;
  padding: 0 0 0 28px;
}

.sp-cr-input input:focus,
.sp-cr-input input:active {
  color: #FFFFFF;
}

.sp-cr form.wpcf7-form input[type="text"],
.sp-cr-input input {
  height: 52px !important;
  background: #0D1925;
  border: 1px solid #14283C !important;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 300;
  font-family: "Be Vietnam Pro";
  border-radius: 4px !important;
  margin: 0 !important;
}

.sp-cr .wpcf7-list-item label,
.sp-cr-choose label {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 32px;
  margin: 0;
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #FFFFFF;
  cursor: pointer;
}

.sp-cr .wpcf7-list-item label::before,
.sp-cr-choose label::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #09121B;
  border: 1px solid #14283C;
  border-radius: 50%;
}

.sp-cr .wpcf7-list-item label:hover::before {
  border: 1px solid #405061;
}

.sp-cr .wpcf7-list-item label:hover::after {
  opacity: 0.12;
  background: #0FA2F7;
}

.sp-cr .wpcf7-list-item label::after,
.sp-cr-choose label::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #0FA2F7;
  border-radius: 50%;
  opacity: 0;
}

.sp-cr .wpcf7-list-item label:has(input:checked)::before {
  border: 1px solid #0FA2F7;
}

.sp-cr .wpcf7-list-item label:has(input:checked)::after,
.sp-cr-choose label:has(input:checked)::after {
  opacity: 1;
}

.sp-cr .wpcf7-list-item input,
.sp-cr-choose label input {
  display: none;
}

.sp-cr-field.sp-cr-field-radio {
  margin: 0 0 22px;
}

.sp-cr .wpcf7-radio {
  padding: 9px 0 2px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.sp-cr-submit {
  margin: 0px 0 11px;
}

.sp-cr input.wpcf7-form-control.wpcf7-submit,
.sp-cr-submit input,
.sp-cr-submit button {
  font-family: "Be Vietnam Pro";
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: unset;
  width: 100%;
  padding: 20px 20px;
  background: #0FA2F7 !important;
  color: #FFFFFF !important;
  height: auto !important;
  border-radius: 4px !important;
  margin-top: 0 !important;
  outline: none !important;
  border: none !important;
  text-decoration: none !important;
  box-shadow: 0px 0px 4px 0px #14283C99 inset;
  text-transform: capitalize;
}

.sp-cr-note p {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 0.5;
}

.sp-cr-help {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.sp-cr-help:hover path {
  stroke: #8D9BA7;
}

.sp-cr-help:active path {
  stroke: #313539;
}

.sp-cr-help .content {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  font-size: 14px;
  font-family: "Be Vietnam Pro";
  padding: 10px;
  background-color: rgb(0 0 0 / 50%);
  width: 250px;
  color: #FFFFFF;
  font-weight: 300;
}

.sp-cr-help .icon {
  display: flex;
  cursor: pointer;
}

.sp-cr-help:hover .content {
  display: flex;
  align-items: center;
}

.sp-tab {
  display: none;
}

.sp-tab.active {
  display: block;
}

.sp-cr .wpcf7-spinner {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0;
}

.sp-cr-submit p {
  position: relative;
}

.sp-cr .wpcf7-response-output {
  width: 100%;
  margin: 0;
  border: none !important;
  text-align: center;
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #FFFFFF;
}

.sp-cr .wpcf7-list-item {
  margin: 0;
}

.woocommerce-cart #site-content #cart-customer .woocommerce-cart-form .cart_item.hide {
  display: none !important;
}

.woocommerce-cart-form table tbody tr td span.skill-remove,
.woocommerce-cart-form table tbody tr td span.remove {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 100%;
  text-decoration: none !important;
  background: #fff;
  color: white;
  background-color: transparent;
  font-family: '"Be Vietnam Pro"', sans-serif !important;
  margin-top: 5px;
  position: relative;
  cursor: pointer;
}

.woocommerce-cart-form table tbody tr td span.skill-remove:before,
.woocommerce-cart-form table tbody tr td span.remove:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: -5px;
  top: -5px;
  background: #CF4848;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}

.woocommerce-cart-form table tbody tr td span.skill-remove:hover:before,
.woocommerce-cart-form table tbody tr td span.remove:hover:before {
  opacity: .3;
}

@media (max-width: 991px) {
  .sp-cr .sp-container {
    padding: 0 40px;
  }

  .sp-cr.sp-main {
    padding: 0;
  }

  .sp-cr-left {
    padding: 0 15px 0 0;
  }

  .sp-cr-right {
    padding: 0 0 0 15px;
  }

  .sp-cr-input input {
    height: 48px;
  }

  .sp-cr-field.sp-cr-ingame {
    margin: 0 0 25px;
  }

  .sp-cr-chooses {
    padding: 0;
    gap: 18px;
  }

  .sp-cr-submit {
    margin: -2px 0 12px;
  }

  .sp-cr.sp-main {
    margin: 0 0 7px;
  }

  .sp-cr form.wpcf7-form input[type="text"],
  .sp-cr-input input {
    height: 48px !important;
  }
}

@media (max-width: 767px) {
  .sp-cr {
    margin-top: 8px;
  }

  .sp-cr .sp-container {
    padding: 0 16px;
  }

  .sp-cr.sp-main {
    padding: 9px 0 0;
  }

  .sp-cr .sp-heading-title {
    margin: 0 0 23px;
  }

  .sp-cr-left {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }

  .sp-cr-right {
    width: 100%;
    padding: 0;
  }

  .sp-cr-chooses {
    padding: 0;
    gap: 17px;
  }

  .sp-cr .wpcf7-radio {
    padding: 8px 0 2px;
  }

  .sp-cr-submit {
    margin: -1px 0 13px;
  }

  .sp-cr.sp-main {
    margin: 0 0 23px;
  }
}

/* PVM */
.sp-questing.sp-pvm .sp-heading {
  padding: 0 0 16px;
}

.quest-title {
  width: 33.1%;
}

.sp-pvm.sp-questing .sp-table-th:nth-child(1) {
  padding: 0;
}

.sp-pvm .sp-table-td {
  padding: 17px 10px 14px;
}

.sp-pvm.sp-questing .quest-note {
  width: 21%;
}

.sp-pvm .quest-quantity {
  width: 32.5%;
}

.sp-pvm.sp-questing .quest-price {
  width: 17.1%;
  overflow: hidden;
}

.sp-pvm .quest-cart {
  width: 17.3%;
}

.quest-note .note {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp-pvm.sp-questing .skilling-name .text {
  /* max-width: 140px; */
  text-align: center;
}

.sp-table-atc-v2 a {
  padding: 0px 12px;
  width: 101px;
  height: 40px;
  border-radius: 4px;
  font-family: "Be Vietnam Pro";
  font-weight: 800;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sp-table-atc-v2 a span {
  position: relative;
  z-index: 3;
  white-space: nowrap;
}

/* .sp-table-atc-v2 a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #095F91 0%, #0FA2F7 100%);
  border-bottom: 2px solid #5BC3FF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
  z-index: 2;
}

.sp-table-atc-v2 a::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00456C;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.56);
  border-radius: 7px;
  z-index: 1;
} */

.sp-main .price ins {
  background: transparent;
}

.sp-main:has(.sp-cr.active) .sp-right {
  display: none !important;
}

.sp-main:has(.sp-cr.active) .sp-left {
  width: 100%;
  padding: 0;
}

.sp-table-atc a {
  position: relative;
  letter-spacing: 0.01em !important;
}

.sp-questing .sp-table-atc a {
  padding: 15px 12px 13px;
}

.sp-right-remove {
  position: relative;
}

.sp-pvm .sp-table-atc a .sp-loading {
  z-index: 5;
}

.sp-services-field button {
  position: relative;
}

.sp-skilling .sp-table-body .sp-table-td:nth-child(1),
.sp-skilling .sp-table-th:nth-child(1) {
  width: 21.9%;
}

.sp-skilling .sp-table-body .sp-table-td:nth-child(2),
.sp-skilling .sp-table-th:nth-child(2) {
  width: 21.9%;
}

.sp-skilling .sp-table-body .sp-table-td:nth-child(3),
.sp-skilling .sp-table-th:nth-child(3) {
  width: 21.8%;
}

.sp-skilling .sp-table-body .sp-table-td:nth-child(4),
.sp-skilling .sp-table-th:nth-child(4) {
  width: 17.1%;
}

.sp-skilling .sp-table-body .sp-table-td:nth-child(5),
.sp-skilling .sp-table-th:nth-child(5) {
  width: 17.3%;
}

.sp-skilling .sp-table-td .price {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 300;
}

.sp-skilling .sp-table-atc {
  padding-right: 14px;
  display: flex;
}

.sp-skilling .sp-table-atc a {
  padding: 0;
  background: transparent;
  overflow: hidden;
  border-radius: 4px;
  height: 40px;
}

.sp-skilling .sp-table-atc a {
  padding: 0 12px;
  width: 101px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: unset;
  color: #FFFFFF;
  border-radius: 4px;
  font-weight: 400;
  justify-content: center;
  background: #101F2F;
  border-bottom: 2px solid #0FA2F7;
  box-shadow: 0px 0px 4px 0px #0FA2F733 inset;
  border-bottom: 2px solid #0FA2F7;
  transition: all 0.3s ease-in-out;
}

.sp-table-atc a.loading {
  cursor: default;
}

.sp-skilling .sp-table-atc a:hover {
  background: #15283C;
  border-bottom: 2px solid #57C1FF;
  box-shadow: 0px 0px 4px 0px #57C1FF33 inset;
}

.sp-skilling .sp-table-atc a:active {
  border-bottom: 2px solid #103B5A;
  box-shadow: 0px 0px 4px 0px #0FA2F733 inset;
  color: #707982;
}

.sp-skilling .sp-table-atc a.uq {
  font-size: 12px;
  border-bottom: 2px solid #00A94B;
  box-shadow: 0px 0px 4px 0px #00A94D33 inset;
  background: #101F2F;
}

.sp-skilling .sp-table-atc a.uq:hover {
  background: #15283C;
  border-bottom: 2px solid #00E766;
  box-shadow: 0px 0px 4px 0px #00E76633 inset;
}

.sp-skilling .sp-table-atc a.uq:active {
  border-bottom: 2px solid #0B3C2E;
  box-shadow: 0px 0px 4px 0px #00E76633 inset;
  color: #707982;
}

.sp-skilling .sp-table-td {
  padding: 16px 10px 15px;
}

.sp-questing.sp-cr .sp-heading-title {
  width: 100%;
}

.sp-cr input.wpcf7-form-control.wpcf7-submit:hover,
.sp-cr-submit input:hover,
.sp-cr-submit button:hover {
  background: #57C1FF !important;
}

.sp-cr input.wpcf7-form-control.wpcf7-submit:active,
.sp-cr-submit input:active,
.sp-cr-submit button:active,
.sp-right-footer a.submit:active,
.sp-right-footer button:active,
.sp-right-coupon button:active {
  background: #05669E !important;
}

@media (min-width: 992px) {
  .sp-ca .sp-table-th.quest-title {
    width: 22.1%;
  }

  .sp-ca .sp-table-th.quest-cart {
    width: 17.3%;
  }

  .sp-ca .sp-table-td.quest-monster {
    width: 21.95%;
  }

  .sp-pvm.sp-questing .quest-price,
  .sp-ca .sp-table-td.quest-price {
    padding: 16px 10px 15px !important;
    letter-spacing: normal !important;
    vertical-align: baseline !important;
  }

  .sp-skilling .sp-table-atc {
    padding-left: 3px;
    padding-right: 0;
  }

  .sp-skilling .sp-table-body .sp-table-td:nth-child(5) {
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .sp-questing .sp-table-atc a {
    padding: 11px 10px 9px !important;
  }

  .sp-questing.sp-pvm .sp-heading {
    padding: 1px 0;
  }

  .sp-pvm .sp-table-td {
    padding: 0;
  }

  .sp-pvm.sp-questing .quest-note::before {
    content: 'Notes' !important;
  }

  .sp-pvm .quest-cart,
  .sp-pvm.sp-questing .quest-price,
  .sp-pvm .quest-quantity,
  .sp-pvm.sp-questing .quest-note {
    width: 100%;
  }

  .sp-pvm .quest-quantity::before {
    content: 'Quantity' !important;
  }
}

/*.quest-cart .sp-table-atc {*/
/*  padding-left: 3px;*/
/*}*/

.quest-cart .sp-table-atc a {
  padding: 0;
  background: rgba(144, 212, 251, 0.12);
  overflow: hidden;
  border-radius: 4px;
  background-color: transparent;
  text-transform: unset;
}

.quest-cart .sp-table-atc a {
  padding: 0px 12px;
  width: 101px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: unset;
  color: #FFFFFF;
  border-radius: 4px;
  font-weight: 400;
  justify-content: center;
  background: #101F2F;
  border-bottom: 2px solid #0FA2F7;
  box-shadow: 0px 0px 4px 0px #0FA2F733 inset;
  transition: all 0.3s ease-in-out;
}

.quest-cart .sp-table-atc a:hover {
  border-bottom: 2px solid #57C1FF;
  box-shadow: 0px 0px 4px 0px #57C1FF33 inset;
  background: #15283C;
}

.quest-cart .sp-table-atc a:active {
  background: #15283C;
  border-bottom: 2px solid #103B5A;
  box-shadow: 0px 0px 4px 0px #0FA2F733 inset;
  color: #707982;
}

.quest-cart .sp-table-atc a.uq {
  font-size: 12px;
  border-bottom: 2px solid #00A94B;
  box-shadow: 0px 0px 4px 0px #00A94D33 inset;
  background: #101F2F;
}

.quest-cart .sp-table-atc a.uq:hover {
  border-bottom: 2px solid #00E766;
  box-shadow: 0px 0px 4px 0px #00E76633 inset;
  background: #15283C;
}

.quest-cart .sp-table-atc a.uq:active {
  border-bottom: 2px solid #0B3C2E;
  box-shadow: 0px 0px 4px 0px #00E76633 inset;
  color: #707982;
}

.sp-pvm .sp-table-td {
  padding: 16px 10px 15px;
}

.sp-questing[data-tab="#questing"] .quest-title {
  width: 33.1%;
}

.sp-questing[data-tab="#questing"] .quest-tier {
  width: 32.5%;
}

.sp-questing[data-tab="#questing"] .skilling-name .text {
  /*padding: 0 20px;*/
  text-align: center;
}

.sp-questing[data-tab="#questing"] .sp-table-td {
  padding: 16px 10px 15px;
}

.sp-questing[data-tab="#questing"] .quest-price {
  width: 17.1%;
}

.sp-questing[data-tab="#questing"] .quest-cart {
  width: 17.3%;
}

.sp-ca .sp-table-atc a,
.sp-questing .sp-table-atc a {
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  text-transform: unset;
  color: #FFFFFF;
  justify-content: center;
  width: 101px;
  background: #101F2F;
  border-bottom: 2px solid #0FA2F7;
  box-shadow: 0px 0px 4px 0px #0FA2F733 inset;
  padding: 0 12px;
  display: inline-block;
  height: 40px;
  display: flex;
  align-items: center;
}

.sp-ca .sp-table-atc a:hover,
.sp-questing[data-tab="#questing"] .sp-table-atc a:hover {
  background: #15283C;
  border-bottom: 2px solid #57C1FF;
  box-shadow: 0px 0px 4px 0px #57C1FF33 inset;
}

.sp-ca .sp-table-atc a:active,
.sp-questing[data-tab="#questing"] .sp-table-atc a:active {
  border-bottom: 2px solid #103B5A;
  box-shadow: 0px 0px 4px 0px #0FA2F733 inset;
  color: #707982;
}

.sp-questing[data-tab="#questing"] .quest-cart .sp-table-atc {
  display: flex;
  align-items: center;
}

.sp-ca .quest-title {
  width: 22%;
}

.sp-ca .quest-tier {
  width: 21.65%;
}

.sp-ca .quest-monster {
  width: 21.85%;
}

.sp-ca .quest-price {
  width: 17.1%;
}

.sp-ca .quest-monster span {
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
}

.sp-ca .skilling-name .text {
  text-align: center;
  width: 100%;
}

.sp-ca .sp-table-td {
  padding: 16px 10px 15px;
}

.sp-cr-note {
  padding: 8px 0 0;
}

.sp-cr-drop {
  padding-right: 12px;
}

.sp-nav .scrollbar-track-x {
  opacity: 0 !important;
}

.sp-table .sp-table-head .sp-table-tr {
  border: 1px solid #14283C;
}

.sp-table .sp-table-head .sp-table-th {
  border: 1px solid #14283C;
  border-width: 0px 1px 0px 0;
}

.sp-table .sp-table-head .sp-table-th:last-child {
  border-width: 0;
}

/*.sp-ca .sp-table-th,*/
/*.sp-questing .sp-table-th,*/
/*.sp-skilling .sp-table-th {*/
/*  border: 1px solid #14283C;*/
/*  border-width: 1px 1px 1px 0;*/
/*}*/

/*.sp-ca .sp-table-th:first-child,*/
/*.sp-questing .sp-table-th:first-child,*/
/*.sp-skilling .sp-table-th:first-child {*/
/*  border-width: 1px 1px 1px 1px;*/
/*  border-top-left-radius: 4px;*/
/*}*/

/*.sp-ca .sp-table-th:last-child,*/
/*.sp-questing .sp-table-th:last-child,*/
/*.sp-skilling .sp-table-th:last-child {*/
/*  border-top-right-radius: 4px;*/
/*  border-width: 1px 1px 1px 0 !important;*/
/*}*/

@media (max-width: 991px) {
  .sp-questing .sp-heading {
    padding: 1px 0;
  }

  .sp-pvm .sp-table-td {
    padding: 0;
  }

  .sp-pvm.sp-questing .skilling-name .text {
    font-size: 12px;
    line-height: 14px;
    max-width: 128px;
    padding: 5px 0 5px 0;
  }

  .sp-pvm.sp-questing .sp-heading {
    margin: 0 0 16px;
  }

  .sp-pvm.sp-questing .sp-table-td .price {
    font-size: 12px;
    line-height: 14px;
  }

  .sp-pvm.sp-questing .quest-cart .sp-table-atc a {
    width: 100%;
    height: 32px !important;
  }

  .sp-pvm.sp-questing .quest-cart .sp-table-atc a span {
    width: 100%;
    height: 32px;
  }

  .sp-pvm.sp-questing .quest-cart .sp-table-atc {
    padding: 7px 10px 7px 10px;
  }

  .quest-cart .sp-table-atc a {
    height: 32px;
  }

  .sp-pvm.sp-questing .sp-table-atc a {
    padding: 9px 20px !important;
  }

  .sp-questing[data-tab="#questing"] .sp-table-td {
    width: 100%;
    padding: 0;
  }

  .sp-questing[data-tab="#questing"] .skilling-name .text {
    /*width: 100%;*/
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /*padding: 0 25px;*/
  }

  .sp-ca .sp-table-atc a,
  .sp-questing[data-tab="#questing"] .sp-table-atc a {
    width: 100%;
    padding: 10px 5px 7px !important;
  }

  /*.sp-questing[data-tab="#questing"] .quest-cart .sp-table-atc {*/
  /*  padding-left: 10px;*/
  /*  padding-right: 10px;*/
  /*}*/

  .sp-ca .sp-heading {
    padding: 1px 0 0;
  }

  .sp-ca .sp-table-td {
    width: 100%;
    padding: 0;
  }

  .sp-ca .sp-table-td::before {
    width: 150px;
  }

  .sp-ca .sp-table-td>div,
  .sp-ca .sp-table-td>span {
    width: calc(100% - 150px);
  }

  .sp-ca .skilling-name .text {
    font-size: 12px;
    line-height: 14px;
  }

  /*.sp-ca .skilling-name {*/
  /*  padding: 0 20px 0 20.5px;*/
  /*}*/

  .sp-table-td .price,
  .sp-ca .sp-table-td .tier,
  .sp-ca .quest-monster .monster {
    font-size: 12px;
    line-height: 14px;
  }

  .sp-cr textarea.wpcf7-form-control.wpcf7-textarea,
  .sp-cr-input textarea,
  .sp-cr-drop {
    max-width: 100%;
  }

  .sp-ca .sp-table-atc a,
  .sp-questing[data-tab="#questing"] .sp-table-atc a {
    height: 32px;
  }

  .sp-pvm .sp-table-td {
    border: 1px solid #14283C;
    border-width: 1px 1px 0 1px;
  }

  .sp-right-saleoff-inner h3 {
    line-height: 30px;
  }

  .sp-questing .sp-table-td,
  .sp-services-label {
    border: 1px solid #14283C;
    border-width: 1px 1px 0 1px !important;
  }

  .sp-ca .sp-table-td:first-child:before,
  .sp-questing .sp-table-td:first-child,
  .sp-services-row:first-child .sp-services-label {
    border-top-left-radius: 4px;
  }

  .sp-ca .sp-table-td:last-child:before,
  .sp-questing .sp-table-td:last-child,
  .sp-services-row:last-child .sp-services-label {
    border-width: 1px !important;
    border-bottom-left-radius: 4px;
  }

  .sp-questing .sp-table-td::before {
    border-right: 1px solid #14283C;
  }

  .sp-table-body .sp-table-td:first-child,
  .sp-questing .sp-table-body .sp-table-td,
  .sp-questing[data-tab="#questing"] .sp-table-td {
    border: none !important;
  }

  .sp-ca .sp-table-td::before,
  .sp-ca .sp-table-td.quest-title::before,
  .sp-questing .sp-table-td::before {
    border: 1px solid #14283C;
    border-width: 1px 1px 0 1px !important;
  }

  .sp-questing .sp-table-td:last-child:before {
    border-width: 1px !important;
  }

  .sp-questing .sp-table-td:first-child:before {
    border-top-left-radius: 4px;
  }

  /*.sp-questing .sp-table-td:last-child:before {*/
  /*  border-top-right-radius: 4px;*/
  /*}*/

  .sp-ca .sp-table-td>div,
  .sp-ca .sp-table-td>span,
  .sp-questing .sp-table-td>span,
  .sp-questing .sp-table-td>div,
  .sp-services-row .sp-services-field {
    border: 1px solid #14283C;
    border-width: 1px 1px 0 0 !important;
  }

  .sp-ca .sp-table-td:first-child>div,
  .sp-ca .sp-table-td:first-child>span,
  .sp-questing .sp-table-td:first-child>span,
  .sp-questing .sp-table-td:first-child>div,
  .sp-services-row:first-child .sp-services-field {
    border-top-right-radius: 4px;
  }

  .sp-ca .sp-table-td:last-child>div,
  .sp-ca .sp-table-td:last-child>span,
  .sp-questing .sp-table-td:last-child>span,
  .sp-questing .sp-table-td:last-child>div,
  .sp-services-row:last-child .sp-services-field {
    border-width: 1px 1px 1px 0 !important;
    border-bottom-right-radius: 4px;
  }

  .sp-ca .sp-table-td::before {
    padding: 16.5px 20px;
  }

  .sp-ca .sp-table-td .price {
    min-height: 48px;
  }
}

@media (max-width: 767px) {
  .sp-pvm.sp-questing .sp-heading {
    margin: 0px 0 12px;
  }
}