/* @font-face
---------- ---------- ---------- ---------- ---------- */
@font-face {
  font-family: 'barlow_regular';
  font-weight: 400;
  src: url(../font/barlow_regular.eot);
  src: url(../font/barlow_regular.eot?#iefix) format('embedded-opentype'), url(../font/barlow_regular.woff) format('woff'), url(../font/barlow_regular.ttf) format('truetype');
}

@font-face {
  font-family: 'barlow_medium';
  font-weight: 500;
  src: url(../font/barlow_medium.eot);
  src: url(../font/barlow_medium.eot?#iefix) format('embedded-opentype'), url(../font/barlow_medium.woff) format('woff'), url(../font/barlow_medium.ttf) format('truetype');
}

@font-face {
  font-family: 'barlow_semibold';
  font-weight: 600;
  src: url(../font/barlow_semibold.eot);
  src: url(../font/barlow_semibold.eot?#iefix) format('embedded-opentype'), url(../font/barlow_semibold.woff) format('woff'), url(../font/barlow_semibold.ttf) format('truetype');
}

@font-face {
  font-family: 'barlow_bold';
  font-weight: 700;
  src: url(../font/barlow_bold.eot);
  src: url(../font/barlow_bold.eot?#iefix) format('embedded-opentype'), url(../font/barlow_bold.woff) format('woff'), url(../font/barlow_bold.ttf) format('truetype');
}

/* reset
---------- ---------- ---------- ---------- ---------- */
body,
input,
select,
textarea,
button {
  font-family: 'barlow_regular', 'Roboto', 'notosans', 'Apple SD Gothic Neo', Dotum, '돋움', sans-serif;
}

/* 2424 */
.btn_lg {
  font-family: 'barlow_medium';
  font-weight: 500;
  font-size: 14px;
}

/* 2499 */
.select .btn_open_select {
  font-family: 'barlow_medium';
  font-weight: 500;
}

/* 2545 */
.select .select_lst li .btn_option {
  font-family: 'barlow_medium';
  font-weight: 500;
}

/* 2562 */
.search_inp {
  width: 607px;
}

.search_inp input {
  width: 607px;
}

/* 2673 */
.menu .cash_bx strong {
  display: inline-block;
  vertical-align: top;
}

/* 2786 2020-09-25_v2 수정 */
.product_itm {
  display: block;
  padding-top: 38px;
  padding-bottom: 32px;
  padding-left: 20px;
}

/* 2796 */
.product_itm .lbl {
  color: #fff;
}

.product_itm .product_tit {
  color: #fff;
}

/* 2831 2020-09-25_v2 추가 */
.product_itm .product_thumb {
  top: 43px;
  right: 20px;
}

/* 2978 */
.pagination .pagination_lst .lst_itm a {
  font-family: 'Roboto';
  font-weight: normal;
}

.pagination .pagination_lst .lst_itm a.on {
  font-weight: normal;
}

/* 2991 */
.tbl_desc {
  float: none;
  text-align: right;
}

.tbl_desc .tab_lst li {
  margin-left: 16px;
  padding-left: 21px;
}

/* 3001 */
.tbl_desc .datepicker_area {
  margin-left: 22px;
}

/* 3109 2020-09-25_v2 추가 */
.tbl_lst td .itm_name {
  width: auto;
}

/* 3192 */
.layer {
  display: none;
}

/* 3204 */
.popup {
  background-color: #363842;
}

/* 3221 */
.popup .popup_tit_box .pop_tit {
  font-family: 'barlow_semibold';
  font-weight: 600;
  letter-spacing: -1px;
}

/* 3234 */
.popup .dot_lst {
  margin-top: 0;
}

/* 3238 */
.popup .dot_lst li {
  padding-left: 13px;
  color: #adb5cc;
}

/* 3246 */
.popup .dot_lst li:before {
  width: 3px;
  height: 3px;
}

/* 3256 */
.popup .tit {
  font-family: 'barlow_bold';
  font-weight: 700;
}

.popup .tit + .txt {
  letter-spacing: 0;
}

/* 3317 */
.popup.product_popup .product_name {
  margin: -1px 0 0 -1px;
  font-family: 'barlow_medium';
  font-weight: 500;
}

/* 3376 */
.popup.product_popup .product_detail {
	overflow-x: hidden;
	overflow-y: auto;
}

/* 3439 */
.popup.product_popup .tbl_lst .btn {
  width: auto;
  padding: 0 6px;
}

/* 3480 */
.popup.product_popup .tbl_lst .inp_pass {
  color: #fff;
}

/* 3555 */
.popup .pop_btn_grp {
  font-size: 0;
}

/* global
---------- ---------- ---------- ---------- ---------- */
.align_top {
  vertical-align: top;
}

.btn.flexible {
  width: auto !important;
  padding: 0 11px !important;
}

.btn_outline {
  line-height: 32px;
}

/* content
---------- ---------- ---------- ---------- ---------- */
.content.bg_light {
  background: #363842 url(../img/gamemall/bg.jpg) 50% 50% no-repeat;
}

/* menu
---------- ---------- ---------- ---------- ---------- */
.menu .tab_lst li.on {
  font-family: 'barlow_semibold';
  font-weight: 600;
}

.menu .cash_bx .txt_yellow {
  display: inline-block;
  font-family: 'Roboto';
  font-weight: normal;
  vertical-align: top;
}

.menu .cash_bx .txt_unit {
  display: inline-block;
  font-family: 'barlow_regular';
  font-weight: 400;
  color: #ffe062;
  vertical-align: top;
}

/* product_itm 2020-09-25_v2 수정
---------- ---------- ---------- ---------- ---------- */
.product_itm .product_price:before {
  display: none;
}
.product_itm .product_price .txt_price,
.product_itm .product_price .txt_calc {
  display: inline-block;
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 12px;
  color: #afb2bf;
  vertical-align: middle;
}

.product_price .txt_calc {
  margin: 0 5px 0 4px;
}

.product_itm .product_price .emph_price {
  display: inline-block;
  font-family: 'Roboto';
  font-weight: 700;
  vertical-align: middle;
}

.product_itm .product_price .txt_unit {
  display: inline-block;
  font-family: 'barlow_bold';
  font-weight: 700;
  vertical-align: middle;
}

/* popup
---------- ---------- ---------- ---------- ---------- */
.popup .popup_ct .tbl_lst:first-child {
  margin-top: 0;
}

.popup .grp_grdtn + .pop_btn_grp {
  margin-top: 25px;
}

.popup .dot_lst + .pop_btn_grp {
  margin-top: 24px;
}

/* product_popup */
.popup.product_popup .product_price {
  display: block;
  margin-top: 3px;
}

/* 2020-09-25_v2 수정 시작 */
.popup.product_popup .product_price .txt_price,
.popup.product_popup .product_price .txt_calc {
  display: inline-block;
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 12px;
  color: #afb2bf;
  vertical-align: middle;
}

.popup.product_popup .product_price .txt_calc {
  margin: 0 7px;
}

.popup.product_popup .product_price .emph_price {
  display: inline-block;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
/* 2020-09-25_v2 수정 끝 */

.popup.product_popup .product_name + .list_package {
  margin-top: 34px;
}

.popup.product_popup .product_desc + .list_package {
  margin-top: 14px;
}

.popup.product_popup .product_price + .list_package {
  margin-top: 12px;
}

/* 2020-10-13 추가 및 수정 시작 */
.popup.product_popup .tbl_lst .emph_cash {
  vertical-align: middle;
}

.popup.product_popup .tbl_lst .txt_yellow {
  font-family: 'Roboto';
  font-weight: normal;
  vertical-align: middle;
}

.popup.product_popup .tbl_lst .emph_cash + .txt_yellow {
  margin-left: 15px;
}
/* 2020-10-13 추가 및 수정 끝 */

.popup.product_popup .tbl_lst .txt_unit {
  color: #ffe062;
  vertical-align: middle
}

.popup.product_popup .tbl_lst .grp_tf {
  display: block;
  padding: 0 0 16px;
}

.popup.product_popup .tbl_lst .box_tf {
  min-width: 50%;
}

/* 2020-10-13 수정 시작 */
.popup.product_popup .tbl_lst .txt_note {
  display: inline-block;
  width: auto;
  height: 23px;
  margin-left: 33px;
  padding: 0 9px;
  border-radius: 2px;
  background-color: #576684;
  font-size: 12px;
  color: #fff;
  line-height: 23px;
  text-align: center;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  letter-spacing: 0;
}
/* 2020-10-13 수정 끝 */

.popup.product_popup .tbl_lst .align_top {
  padding-top: 11px;
}

.popup.product_popup .tbl_lst + .tit {
  margin-top: 27px;
}

.popup.product_popup .sub_tit {
  margin-top: 20px;
}

.popup.product_popup .sub_tit + .dot_lst {
  margin-top: 7px;
}

/* list_package
---------- ---------- ---------- ---------- ---------- */
.list_package {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
}

.list_package li {
  display: inline-block;
  vertical-align: top;
}

.list_package li + li {
  margin-left: 2px;
}

.list_package .thumb_package {
  max-width: 32px;
}

/* grp_tf
---------- ---------- ---------- ---------- ---------- */
.grp_tf .emph_warning {
  display: inline-block;
  font-size: 13px;
  color: #ffe062;
  vertical-align: top;
}

.grp_tf .emph_warning + .grp_inp {
  margin-left: 15px;
}

.grp_tf .grp_inp {
  display: inline-block;
  vertical-align: top;
}

/* box_tf
---------- ---------- ---------- ---------- ---------- */
.box_tf {
  box-sizing: border-box;
}

.box_tf .tf_comm {
  width: 100%;
  padding: 15px 16px 16px;
  border: 0 none;
  box-sizing: border-box;
  font-size: 13px;
  color: #fff;
  background-color: transparent;
}

/* Chrome/Opera/Safari */
.box_tf .tf_comm::-webkit-input-placeholder {
  color: #a4a4a4;
  letter-spacing: 0.15px;
}

/* Firefox 19+ */
.box_tf .tf_comm::-moz-placeholder {
  color: #a4a4a4;
  letter-spacing: 0.15px;
}

/* IE 10+ */
.box_tf .tf_comm:-ms-input-placeholder {
  color: #a4a4a4;
  letter-spacing: 0.15px;
}

/* Firefox 18- */
.box_tf .tf_comm:-moz-placeholder {
  color: #a4a4a4;
  letter-spacing: 0.15px;
}

.box_tf.clean {
  border-color: transparent;
}

.box_tf.clean .tf_comm {
  padding: 14px 0 12px;
  outline: none;
}

/* grp_inp
---------- ---------- ---------- ---------- ---------- */
.grp_inp {
  font-size: 0;
}

.grp_inp .box_inp {
  display: inline-block;
  vertical-align: middle;
}

.grp_inp .lab_inp {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  color: #a4a4a4;
  vertical-align: top;
  letter-spacing: -0.25px;
  cursor: pointer;
}

/* box_inp
---------- ---------- ---------- ---------- ---------- */
.box_inp .inp_comm {
  width: 20px;
  height: 20px;
  border: 1px solid #9e9e9e;
  box-sizing: border-box;
  background-color: transparent;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  vertical-align: top;
}

/* grp_grdtn
---------- ---------- ---------- ---------- ---------- */
.grp_grdtn {
  overflow: hidden;
  position: relative;
  margin: 14px 0;
}

.inner_grdtn {
  overflow-x: hidden;
  overflow-y: auto;
  height: 54px;
  /* margin-right: -17px; */
}

/* .grp_grdtn:before,
.grp_grdtn:after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  height: 15px;
  content: '';
}

.grp_grdtn:before {
  top: 0;
  background: url(../img/gamemall/img_grdtn_top.png) 0 0 repeat-x;
}

.grp_grdtn:after {
  bottom: -1px;
  background: url(../img/gamemall/img_grdtn_bottom.png) 0 0 repeat-x;
}

.grp_grdtn .dot_lst {
  padding: 14px 0;
} */

.grp_grdtn .dot_lst li {
  color: #afb2bf;
}

.grp_grdtn .dot_lst li:before {
  top: 9px;
  width: 2px;
  height: 2px;
}

/* tbl_lst
---------- ---------- ---------- ---------- ---------- */
.tbl_lst thead .txt_indnt {
  display: inline-block;
  text-indent: -44px;
}

.tbl_lst thead .lst .txt_indnt {
  text-indent: -40px;
}

.tbl_lst tbody .txt_indnt {
  display: inline-block;
}

.tbl_lst tbody .lst .txt_indnt {
  text-indent: -44px;
}

/* .pagination 2020-09-25_v2 추가
---------- ---------- ---------- ---------- ---------- */
.pagination.flexible {
  right: 0;
  left: 0;
  width: auto;
}

/* jquery-ui-datepicker 2020-10-12 추가
---------- ---------- ---------- ---------- ---------- */
.datepicker_area .ico_calendar_gamemall {
  display: none;
}

/* 2020-10-19 추가, 수정 시작 */
.datepicker_area .dash + .tui-datepicker-input .ui-widget.ui-widget-content {
  left: -121px !important;
}

.ui-widget.ui-widget-content {
  position: fixed;
  top: 42px !important;
  left: 0px !important;
  background-color: #1b1c22;
}
/* 2020-10-19 추가, 수정 끝 */

.ui-datepicker-trigger {
  overflow: hidden;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 14px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background-size: 1335px 1279px;
  background-image: url(../img/sprites/normal.png);
  background-position: -1093px -435px;
  outline: none;
}

.ui-widget.ui-widget-content {
  width: 245px;
  border: 1px solid transparent;
  box-sizing: border-box;
  outline: none;
}

.ui-datepicker table {
  margin-top: 14px;
}

.ui-datepicker {
  padding: 25px 0;
  border-radius: 0;
}

.ui-datepicker .ui-datepicker-header {
  margin: -9px 0 0;
  padding: 0;
}

.ui-widget-header {
  border: 0 none;
  background: transparent;
}

.ui-datepicker .ui-datepicker-title {
  font-family: 'Roboto';
  font-size: 14px;
  color: #fff;
}

.ui-datepicker th {
  padding: 9px 0;
  border-bottom: 1px solid transparent;
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}

.ui-datepicker td span,
.ui-datepicker td a {
  padding: 8px 0;
  font-size: 12px;
  text-align: center;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 0 none;
  background: transparent;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0 none;
  background: transparent;
  color: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  color: #fff;
  background: #535c7f;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #fff;
  background: #535c7f;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 30px;
  height: 30px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

.ui-widget-header .ui-icon {
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  line-height: 400px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAA+CAYAAAC7rUKSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpERjdGMzkzODVEQkRFNjExQkVCMjlDOUFDNzZDM0E5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1ODVCRTc4NkM2QkQxMUU2OTgzMzhGQjZFMjcyMTQ1RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1ODVCRTc4NUM2QkQxMUU2OTgzMzhGQjZFMjcyMTQ1RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFERENDMTc0QjlDNkU2MTE5OTc0QjIwOTY3QkQzNjZBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRGN0YzOTM4NURCREU2MTFCRUIyOUM5QUM3NkMzQTk0Ii8+IDwvcmRmOkRlc2NyaXB0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) no-repeat;
  content: '';
}

.ui-datepicker .ui-datepicker-prev span {
  position: static;
  top: 0;
  left: 0;
  width: 6px;
  height: 11px;
  margin: 9px auto 0;
  background-position: 0 0;
}

.ui-datepicker .ui-datepicker-next span {
  position: static;
  top: 0;
  left: 0;
  width: 6px;
  height: 11px;
  margin: 9px auto 0;
  background-position: -8px 0;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
background-color: rgb(0,0,0);
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* --- Modal Styles (Copied from Inline for Consistency) --- */
.modal {
  display: none;
  position: fixed;
  z-index: 99999; 
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: rgb(0,0,0);
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* --- Modal Styles (Copied from Inline for Consistency) --- */
.modal {
  display: none;
  position: fixed;
  z-index: 99999; 
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #363842; /* Use background color from gamemall.css .content */
  margin: auto;
  padding: 20px;
  border: 1px solid #535c7f; /* Use a theme color for the border */
  width: 80%;
}

.close {
  color: #a2aac0;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* --- Modal Styles (Copied from Inline for Consistency) --- */
.modal {
  display: none;
  position: fixed;
  z-index: 99999; 
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #363842; /* Use background color from gamemall.css .content */
  margin: auto;
  padding: 20px;
  border: 1px solid #535c7f; /* Use a theme color for the border */
  width: 80%;
}

.close {
  color: #a2aac0;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* --- Modal Styles (Copied from Inline for Consistency) --- */
.modal {
  display: none;
  position: fixed;
  z-index: 99999; 
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #363842; /* Use background color from gamemall.css .content */
  margin: auto;
  padding: 20px;
  border: 1px solid #535c7f; /* Use a theme color for the border */
  width: 80%;
}

.close {
  color: #a2aac0;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* --- Custom Button Styling (IE7 Compatible & Theme Match) --- */

/* Base styling for all custom/enhanced buttons (CHARGE, Quick Quantity, Pagination) */
.btn, .quick_qty_btn, .btn_pagination, .pagination_lst a {
    /* Base styling inherited from .btn in gamemall.css: */
    display: inline-block;
    height: 25px;
    padding: 0 10px;
    border: 1px solid #2b2d39; 
    background-color: #576684; 
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    box-sizing: border-box; 
}

/* Hover/Focus effect for general buttons (CHARGE, Quick Quantity, etc.) */
.btn:hover, .quick_qty_btn:hover {
    background-color: #697e96; 
    color: #ffe062; /* Rohan Yellow/Gold highlight */
}

/* Quick Quantity Buttons specific adjustments */
.quick_qty_btn {
    margin-left: 5px;
    width: 35px; 
    padding: 0 0px; 
    line-height: 23px;
    font-size: 11px; /* Smaller font for quantity buttons */
}

/* Pagination Buttons - Match the existing style */
/* This ensures the arrow and page number controls look integrated */
.btn_pagination {
    background-color: transparent;
    border: none;
    height: 30px;
    width: 30px;
    padding: 0;
}
.btn_pagination:hover {
    background-color: #262833; /* Slight background change on hover for arrows */
}

/* Page number links in pagination list items */
.pagination_lst a {
    /* Override defaults from main .btn style for page numbers */
    background-color: #363842; /* Use dark background */
    border: 1px solid #535c7f; /* Dark border from theme */
    height: 30px; /* Force consistent height */
    width: 30px; /* Force consistent width */
    padding: 0;
    line-height: 28px; /* Center text vertically */
    color: #a2aac0;
}

/* Active page link styling */
.pagination_lst .lst_itm a.on {
    background-color: #90EE90; /* Rohan Yellow/Gold highlight for active page */
    border-color: #90EE90;
    color: #363842; /* Dark text for contrast */
}

/* Hover effect for page number links */
.pagination_lst a:hover {
    background-color: #576684; /* Highlight color on hover */
    color: #ffe062; 
}

/* Pop-up BUY/CANCEL buttons (Override to match theme and size from original) */
.pop_btn_grp .btn_lg {
    width: 120px;
    height: 34px;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
}
/* CANCEL button - Matches original .btn_outline aesthetics */
.pop_btn_grp .btn_outline {
    border: 1px solid #868686;
    background-color: transparent;
    color: #a4a4a4;
}
.pop_btn_grp .btn_outline:hover {
    background-color: #33353e; /* Dark hover color */
    color: #fff;
}
/* BUY button - The primary action button, matching the menu/header blue */
.pop_btn_grp .btn:not(.btn_outline) {
    background-color: #535c7f; 
    border: 1px solid #535c7f;
    color: #fff;
}
.pop_btn_grp .btn:not(.btn_outline):hover {
    background-color: #72879e; 
    color: #ffe062;
}

/* --- FIX FOR BUTTON ALIGNMENT (Vertical-align inside the table cell) --- */
/* Targetting all inline elements in the quantity row */
.popup.product_popup .tbl_lst tbody tr td button,
.popup.product_popup .tbl_lst tbody tr td .num,
.popup.product_popup .tbl_lst tbody tr td .quick_qty_btn {
    vertical-align: middle;
}