html[data-theme="dark"] .geex-btn__customizer, 
html[data-theme="dark"] .geex-content__widget__summary, 
html[data-theme="dark"] .geex-content__invoice__chat__content, 
html[data-theme="dark"] .geex-content__widget__trading__single, 
html[data-theme="dark"] .geex-content__market__single, 
html[data-theme="dark"] .single-contact-grid-area, 
html[data-theme="dark"] .table-reviews-geex-1 th,
html[data-theme="dark"] .table-reviews-geex-1 td,
html[data-theme="dark"] .table-reviews-geex-1, 
html[data-theme="dark"] .kanban-drag-and-drop-area-wrapper .CONTENT .deal, 
html[data-theme="dark"] .single-feature-card-area-start, 
html[data-theme="dark"] .top_area_file__manager{
  background: var(--dark-color-transparent) !important;
  background-color: var(--dark-color-transparent);
}


.geex-content__todo__header__filter select {
  background-color: var(--dark-color-transparent);
}
.geex-sidebar__menu__link.default-active svg path, 
.geex-sidebar__menu__link.active svg path, 
.geex-sidebar__menu__link:hover svg path {
  fill: var(--dark-color);
}

hr {
  margin: 0.3rem 0;
}

.geex-btn {
  font-size: 18px;
  padding: 10px 16px;
  border-radius: 24px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  margin-bottom: 4px;
  padding-left: 15px;
  border: 1px solid var(--border-light);
}

.input-group {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border-light);
}

.input-group .form-control, .form-group .form-control {
  padding: 15px 30px 15px 16px;
  max-height: 50px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 18px;
  background: var(--dark-color);
  color: #f88e06;
  border: 1px solid var(--border-light);
}
.border-green{
  border: 2px solid #007503 !important;
}
.select2-selection {
  padding: 5px 10px 5px 10px !important;
  max-height: 50px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 18px !important;
  background: var(--dark-color) !important;
  color: var(--sec-color);
  border: 1px solid var(--border-light) !important;
}

.select2-results__options {
  background: var(--dark-color) !important;
  color: var(--sec-color);
  border-color: var(--desc-color) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--primary-color) !important;
  color: #191919;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--sec-color) !important;
  border: 0px solid #aaa;
  color: #191919 !important;
  border-radius: 4px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 700;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #000;
}

.form-group .form-control{
  width: 100%;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group-text {
  max-height: 50px;
  background: transparent;
  padding: 15px 14px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--sec-color);
  border: 0px solid #ced4da;
}

.form-group .input-group {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.geex-btn--primary {
  color:  var(--dark-color) !important;
  background-color: var(--primary-color) !important;
}




.geex-content__header__title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 0px;
}



/* Global styles */

.product_size {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 1rem 0;
	margin-block-end: 1rem;
}

.product_size legend {
  font-size: .75rem;
	text-transform: uppercase;
	letter-spacing: .15em;
	padding-inline: .5rem;
}

.product_size label {
  position: relative;
	inline-size: 3rem;
	block-size: 3rem;
	isolation: isolate;
	display: grid;
	place-items: center;
}

.product_size label > span {	
  color: var(--dark-color);
	position: absolute;
	inset: 0;
	block-size: 100%;
	inline-size: 100%;
}

.product_size label > input:focus ~ span {
	box-shadow: 0 0 0 2px var(--primary-color), 0 0 0 4px var(--dark-color);
}

/* Size pickers */
.product_size label[for*="size"] > span {
	font-size: 1rem;
	line-height: 1;
	display: grid;
	place-items: center;
	padding: .5rem;
	background-color: #eee;
	border-radius: .25rem;
}

.product_size label[for*="size"] > input:checked ~ span {
  background-color: var(--dark-color);
  color: var(--primary-color);
  box-shadow: 0 0 0 2px var(--primary-color), 0 0 0 4px var(--dark-color);
}
.quantity-btn {
  color: #939393;
  font-weight: 600;
  border-top: 1px solid #000;
  padding: 2px;
  display: block !important;
  width: 100%;
  text-align: center;
}

.products .container .product-gallery,
.products .container .product-info {
  flex: 1;
}
.gallery-main img {
  /*
    width: 400px;
    height: 400px; 
  */
  border-radius: 6px;
  max-width: 80%;
  height: auto;
}
.gallery-image {
  display: flex;
  /* justify-content: space-around; */
}
.gallery-image img {
  /* flex: 1; */
  width: 80px;
  height: 80px;
  margin-right: 1.6rem;
  border-radius: 6px;
}
.product-info span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
}
.product-info h1 {
  text-transform: capitalize;
  color: #000;
  font-size: 3rem;
  margin-bottom: 2.5rem;
}
.product-info p {
margin-bottom: 2rem;
color: #68707d;
font-size: 1.2rem;
line-height: 1.5;
}
.price-product .price-sale {
display: flex;
}
.price-product h2 {
font-size: 2rem;
letter-spacing: 1px;
}
.price-product p {
background: #ffede0;
border-radius: 0.5rem;
font-weight: 700;
padding: 0 0.5rem;
font-size: 1rem;
margin-left: 1rem;
}
.price-lined {
    /* text-decoration: line-through; */
    color: #68707d;
    margin-top: -0.5rem;
    font-weight: bold;
}
.count {
display: flex;
/* justify-items: center; */
margin-top: 1rem;
}
.order-product {
display: none;
padding: 2rem;
width: 350px;
height: 100vh;
position: absolute;
top: 6.5rem;
right: 0;
background-color: #fff;
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
overflow-x: hidden;
height: 400px;
border-radius: 6px;
}
.product {
margin-top: 20px;
display: flex;
align-items: center;
justify-content: space-between;
}
.product i {
font-size: 1.2rem;
}
.delete-item {
height: 100%;
display: flex;
align-items: flex-end;
justify-content: center;
}
.product img {
height: auto;
max-width: 3.4rem;
width: 100%;
}

/* quantity */

.p-qty {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.p-qty .value-button {
  display: inline-flex;
  border: 0px solid #ddd;
  margin: 0px;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: var(--dark-color);
  border: 0px solid var(--primary-color);;
  font-size: 20px;
  font-weight: bold;
}
.p-qty .value-input {
  text-align: center;
  border: none;
  border-top: 1px solid var(--primary-color);;
  border-bottom: 1px solid var(--primary-color);;
  margin: 0px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  box-sizing: border-box;
  background-color: #fff;
}

.decrease_product{
  border-radius: 12px 0px 0px 12px ;

}

.increase_product{
  border-radius: 0px 12px 12px 0px ;
}








/* checkout */

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.wrap {
  margin: 0 auto;
  margin-bottom: 0;
}

.heading {
  padding: 1em 0;
  border-bottom: 1px solid #D0D0D0;
}
.heading h1 {
  font-size: 2em;
  float: left;
}
.heading a.continue:link, .heading a.continue:visited {
  text-decoration: none;
  letter-spacing: -.015em;
  font-size: .75em;
  padding: 1em;
  color: #fff;
  background: var(--primary-color);
  font-weight: bold;
  border-radius: 50px;
  float: right;
  text-align: right;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.heading a.continue:after {
  content: "\276f";
  padding: .5em;
  position: relative;
  right: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.heading a.continue:hover, .heading a.continue:focus, .heading a.continue:active {
  background: #f69679;
}
.heading a.continue:hover:after, .heading a.continue:focus:after, .heading a.continue:active:after {
  right: -10px;
}
.cart {
  padding: 1em 0;
}
.cart .items {
  display: block;
  width: 100%;
  vertical-align: middle;
  padding: 0.5em 1.5em;
}
.cart .items.even {
  background: var(--dark-gray);
}
.cart .items .infoWrap {
  display: table;
  width: 100%;
}
.cart .items .cartSection {
  display: table-cell;
  vertical-align: middle;
}
.cart .removeWrap {
  text-align: right;
}
.cart .items .cartSection .itemNumber {
  font-size: .75em;
  color: #777;
  margin-bottom: .5em;
}
.cart .items .cartSection h3 {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .025em;
}
.cart .items .cartSection p {
  display: inline-block;
  font-size: .85em;
  color: #a0a0a0;
}
.cart .items .cartSection p strong{
  font-weight: 600;
  color: #fff;
}
.cart .items .cartSection p .quantity {
  font-weight: bold;
  color: #333;
}
.cart .items .cartSection p.stockStatus {
  color: var(--primary-color);
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
}
.cart .items .cartSection p.stockStatus.out {
  color: #F69679;
}
.cart .items .cartSection.qtyWrap, 
.cart .items .cartSection.prodTotal {
  text-align: right;
}
.cart .items .cartSection.qtyWrap p, 
.cart .items .cartSection.prodTotal p {
  font-size: 15px;
}
.cart .items .cartSection input.qty {
  width: 2em;
  text-align: center;
  font-size: 1em;
  padding: .25em;
  margin: 1em .5em 0 0;
}
.cart .cartImage {
  height: 100px;
  width: 100px;
  overflow: hidden;
  border-radius: 10px;
}
.cart .itemImg {
  width: 100%;
}
.remove {
  text-decoration: none;
  color: var(--desc-color);
  background: var(--bs-lighten);
  font-weight: bold;
  padding: .5em;
  display: inline-block;
  border-radius: 100%;
  line-height: .85;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border: 0;
}
.remove:hover {
  background: var(--desc-color);
  color: var(--sec-color);
}

/* TOTAL AND CHECKOUT  */

.subtotal {  
  width: 100%;
}
.subtotal .totalRow {
  padding: .5em;
  text-align: left;
}
.subtotal .totalRow.final {
  font-size: 1.25em;
  font-weight: bold;
}
.subtotal .totalRow span {
  display: inline-block;
  padding: 0 0 0 1em;
  text-align: left;
}
.subtotal .totalRow1 span {
  display: inline-block;
  padding: 0 0 0 1em;
  text-align: left;
}
.subtotal .totalRow .label {
  font-size: .85em;
  text-transform: uppercase;
  color: #777;
}
.subtotal .totalRow1 .label {
  font-size: .85em;
  text-transform: uppercase;
  color: #777;
}
.subtotal .totalRow .value {
  letter-spacing: -.025em;
  /* width: 60%; */
}
.subtotal .totalRow1 .value {
  letter-spacing: -.025em;
  width: 100%;
}

.checkout-footer {
  border-top: 1px solid;
  padding: 20px;
}

.update {
  background-color: var(--primary-color);
  border: 0;
  padding: 6px 10px;
  border-radius: 10px;
}
.update:hover,
.update:focus{
  background-color: var(--gray-color);
  border-radius: 10px;
}

.continue {
  border: 2px solid var(--primary-color);
  color: var(--primary-color) !important;
  padding: 6px 10px;
  border-radius: 10px;
  background-color: transparent;
  display: block;
  width: 100%;
}
.continue:hover,
.continue:focus{
  border: 2px solid var(--gray-color);
  color: var(--gray-color) !important;
  padding: 6px 10px;
  border-radius: 10px;
}



/* radio input */


.form-radio .form-radio-input{
  display: none;
}
.form-radio-label {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 40px !important;
}
.form-radio input.form-radio-input[type="radio"]:checked + label.form-radio-label,
.form-radio input.form-radio-input[type="radio"]:checked + label.form-radio-label::before{
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.form-radio-label::before {
  content: "";
  width: 25px;
  height: 25px;
  border: 2px solid var(--sec-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.form-radio-label::after {
  content: "";
  width: 7px;
  height: 14px;
  border: 3px solid var(--primary-color);
  position: absolute;
  top: 12px;
  left: 9px;
  transform: translateY(-50%) rotate(45deg);
  border-left: none;
  border-top: none;
  visibility: hidden;
  
}
.form-radio input.form-radio-input[type="radio"]:checked + .form-radio-label::after{
  visibility: visible;
}

html[data-theme="dark"] .geex-content__header__searchform{
  background-color: transparent !important;
}

.geex-content__header__searchform input {
  padding: 16px 60px 16px 32px;
  background-color: var(--dark-color-transparent);
}

/* table pagination */

.table-bottom {
  margin-top: 20px;
  margin-bottom: 50px;
}
.table-bottom .table-info p {
  margin: 10px 0;
  color: var(--primary-color);
}
.table-bottom .table-pagination{
  text-align: center;
  justify-content: center; 
}
.table-bottom .table-pagination nav{
  display: inline-block;
}
.table-bottom .pagination{
  margin: 0;
}
.table-bottom .pagination .page-link {
  background-color: transparent;
  padding: 6px 15px;
  border-color: var(--primary-color);
  color:var(--primary-color);
}
.table-bottom .pagination .page-item.active .page-link {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}


.table-pagination-input{
  color: var(--primary-color);
  text-align: right;
}
.table-pagination-input .page-input{
  border-color: var(--primary-color);
  background-color: transparent;
  color: #fff;
}
.table-pagination-input .page-submit{
  background-color: var(--primary-color);
}


.geex-content__summary__count__single {
  padding: 20px;
}

.geex-content__summary__count__single__icon {
  min-width: 58px;
  height: 58px;
  border-radius: 24px;
}

.geex-content__summary__count__single__title {
  line-height: 32px;
}

.geex-sidebar__footer__copyright {
  margin-bottom: 8px;
}
.geex-content__summary__count__single__icon {
  min-width: 48px;
  height: 48px;
  border-radius: 20px;
}

.bottom-fix {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #222222;
  min-width: calc(100% - 250px);
  max-width: calc(100% - 20%); 
  padding:10px;
  z-index: 999;
}

.bottom-fix ul{
  padding: 0;
}
.bottom-fix ul li{
  display: inline;
  padding: 0 10px;
}
.bottom-fix ul li a {
  display: inline;
  color: #fff;
  font-size: 20px;
}
.bottom-fix ul li a:hover,
.bottom-fix ul li a:focus,
.bottom-fix ul li a.active{
  display: inline;
  color: var(--primary-color);
}


.profile-picture img {
  width: 100% !important;
  min-width: unset !important;
  max-width: unset !important;
}

.sales-this-month{
  text-align: center;
}

.table-reviews-geex-1.sales-this-month .th_Website{
  background-color: #025a8a !important;
  border-radius: 1px !important;
}
.table-reviews-geex-1.sales-this-month .th_Goa{
  background-color: #963700 !important;
  border-radius: 1px !important;
} 
.table-reviews-geex-1.sales-this-month .th_Thailand {
  background-color: #007503 !important;
  border-radius: 1px !important;
}

.table-reviews-geex-1.sales-this-month td:nth-child(2),
.table-reviews-geex-1.sales-this-month td:nth-child(3){
  background-color: #0391bf !important;
}
.table-reviews-geex-1.sales-this-month td:nth-child(4),
.table-reviews-geex-1.sales-this-month td:nth-child(5){
  background-color: #dd4e00 !important
}
.table-reviews-geex-1.sales-this-month td:nth-child(6),
.table-reviews-geex-1.sales-this-month td:nth-child(7){
  background-color: #03a104 !important;
}
.sales-this-month thead tr th {
  padding: 12px 8px;
}
.sales-this-month thead td{
  border-radius: 0px !important;
}
.sales-this-month thead td{
  padding: 8px 2px;
}

.totalQty {
  color: red;
  font-weight: 700;
}




/* 
.dropdown {
    position: relative !important;
    display: inline-block !important;
}
/*
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #222222;
  padding: 30px 14px;
  min-width: 940px;
  border: 1px solid #363636;
  z-index: 1;
} 
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #222222;
  padding: 16px 14px;
  min-width: 240px;
  border: 1px solid #363636;
  z-index: 1;
}
.sub-dropdown-content {
  display: none;
  position: absolute;
  background-color: #222222;
  padding: 12px 0px;
  min-width: 940px;
  border: 1px solid #363636;
  z-index: 1;
  border-radius: 12px;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a,
.dropdown-content span
 {
  padding: 10px 12px;
  text-decoration: none;
  display: block;
  border-radius: 12px;
}

.category-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
}
.category-column {
  flex: 1 0 22%;
  min-width: 23%;
  position: relative;
}
.sub-dropdown {
  position: relative;
}
.sub-dropdown li{
  position: relative;
}
.sub-dropdown:hover > li > a,
.sub-dropdown:hover > li > span{
  background-color: #1e40af;
  color: var(--primary-color);
}
.sub-dropdown-content {
  display: none;
  position: absolute;
  left: 100%;
  background-color: #363636;
  min-width: 200px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 9;
  top: 0;
}

.sub-dropdown li:hover .sub-dropdown-content
{
  display: block;
}
.sub-sub-dropdown-content {
  display: none;
  position: absolute;
  background-color: #222222;
  border: 1px solid #363636;
  padding: 12px 12px;
  min-width: 240px;
  z-index: 1;
  border-radius: 0 12px 12px 0;
  left: 99%;
  top: 0;
  background-color: var(--primary-color);
  color: #1e40af;
}
.sub-dropdown-content li a{
  border-radius: 0;
}
ul.sub-dropdown-content > li:hover > a {
  background-color: #d2ac6d !important;
  color: #1e40af;
}
.sub-dropdown .sub-dropdown-content li:hover .sub-sub-dropdown-content {
  display: block;
}
.sub-sub-dropdown:hover li a{
  background-color: var(--primary-color);
  color: #1e40af;
}  
*/


.material-title {
  border-bottom: 1px solid #000;
}
.material-title:last-child {
  border-bottom: 1px solid transparent;
}
.material-title a {
  color: #363636 !important;
  border-radius: 12px !important;
}
.material-title a:hover {
  background-color: #363636;
  color: #d2ac6d !important;
}

.geex-content__todo__header__filter a.clear {
  width: unset;
  height: unset;
  font-size: unset;
}

.table-reviews-geex-1 tbody tr td .author-area {
  gap: 5px;
}

.table-reviews-geex-1 tbody tr td .author-area .profile-picture {
  height: 80px;
  width: 80px;
  max-width: unset;
  min-width: 10px;
}

html[data-theme="dark"] .table-reviews-geex-1 thead tr th,
html[data-theme="dark"] .table-reviews-geex-1 tbody tr td {
  border: 1px solid #363636;
  border-radius: 0;
}





.cartData{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
}


.p_list_category {
  font-size: 20px;
}

.geex-sidebar {
  min-width: 250px;
}

.vk-modal .modal-content{
  background-color: #222222;
}

.vk-modal .modal-header,
.vk-modal .modal-footer{
  background-color: #363636;
}
.vk-modal .modal-footer{
  padding: 0.5rem 1.5rem;
}
.vk-modal .btn-close{
  background-color: #fff;
}

.women-category{
  background-color: #ff00a6;
  background-color: #963700;
  color: #fff;
}
.men-category{
  background-color: #007503;
  background-color: #fa5c05;
  color: #fff;
}
.assessories-category{
  background-color: #ffe701;
  background-color: #f88e06;
  color: #fff;
}

.women-category-thailand{
  background-color: #007503;
  color: #fff;
}
.men-category-thailand{
  background-color: #00d606;
  color: #fff;
}
.assessories-category-thailand{
  background-color: #00d606;
  color: #fff;
}

.product-category-icon{
  color: #fff;
}
.product-category-box {
  padding: 10px 20px;
  border-radius: 12px;
  display: block;
}

.product-category-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-category-title{
  font-size: 2rem;
}
.product-category-icon {
  line-height: 1.1 !important;
  background-color: #498b02;
  border-radius: 35px;
  visibility: hidden;
  text-align: center;
  font-size: 2rem;
  height: 35px;
  width: 35px;
}
.product-category-box.active .product-category-icon, 
.product-category-box:hover .product-category-icon, 
.product-category-box:focus .product-category-icon {
  visibility: visible;
}

.vk-scroll-content {
  height: 400px;
  overflow-y: scroll;
  padding-right: 10px;
}

.cartContent {
  width: 70%;
}

.p_list_category {
  font-size: 20px;
  display: block;
  padding: 8px 10px;
}

.geex-content__widget__single__title {
  font-size: 34px;
  /* background-color: #B9BBBD; */
}


.geex-content__header__popup__content {
  padding: 20px 0;
}
.geex-content__header__popup__header {
  gap: 10px;
  padding: 0px 10px;
}
.geex-content__header__quickaction__link .user-img {
  width: 60px;
  height: 60px;
  max-height: 60px;

  border: 2px solid #222222;
  border-radius: 60px;
  background-color: var(--dark-color);
  padding: 4px;
}

.geex-content__header__popup__header__img {
  width: 100px;
}

.discount {
  color: rgb(10, 224, 71);
  font-weight: 600;
}


.goaColor1{				background-color: #963700!important;	}
.goaColor2{				background-color: #dd4e00!important;	}
.goaColor3{				background-color: #fa5c05!important;	}
.goaColor4{				background-color: #f88e06!important;	}
.thailandColor1{		background-color: #007503!important;	}
.thailandColor2{		background-color: #03a104!important;	}
.thailandColor3{		background-color: #00d606!important;	}
.thailandColor4{		background-color: #b8e506!important;	}
.websiteColor1{			background-color: #025a8a!important;	}
.websiteColor2{			background-color: #0391bf!important;	}
.websiteColor3{			background-color: #03b5c3!important;	}
.websiteColor4{			background-color: #02f7ef!important;	}
.wholeSaleColor1{		background-color: #f501ae!important;	}
.wholeSaleColor2{		background-color: #928c80!important;	}


.vk-anylatics-box {
  padding: 16px 10px;
  border-radius: 16px;
}

.vk-anylatics-box .geex-content__widget__single__progress__title {
  margin: 0;
}

.vk-anylatics-box .geex-content__widget__single__progress__subtitle {
  color: #fff !important;
}

.vk-anylatics-box .geex-content__widget__single__progress__icon{
  background-color: rgb(255 255 255 / 30%) !important;
}

.vk-anylatics-box .geex-content__widget__single__progress__icon i {
  color: #fff !important;
}



.vk-scroll-content::-webkit-scrollbar {
  width: 10px;
}

.vk-scroll-content::-webkit-scrollbar-track {
  background-color: var(--body-color);
  border-radius: 10px;
}

.vk-scroll-content::-webkit-scrollbar-thumb {
  background: var(--primary-color); 
  border-radius: 10px;
}

.vk-scroll-content::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color); 
  opacity: 0.5;
}


.daterangepicker {
  background-color: #222222 !important;
  border: 1px solid #1e1d1d !important;
}
.daterangepicker:after {
  top: -8px;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #222222 !important;
  border-left: 8px solid #00000000 !important;
}

.daterangepicker .calendar-table {
  border: 1px solid #222222 !important;
  background-color: #222222 !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #d2ac6d !important;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, 
.daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  /* background-color: #363636 !important; */
  background-color: #222222 !important;
  color: #626262;
}
.daterangepicker td.in-range {
  background-color: #fff5d5 !important;
}
.applyBtn {
  background-color: var(--primary-color);
  border: 1px solid #c79f6d;
  line-height: 0;
  padding: 15px 10px !important;
}
.applyBtn:hover {
  background-color: #c1944a;
  border-color: #c1944a;
  color: #fff;
}
.daterangepicker td.active, 
.daterangepicker td.active:hover {
    background-color: var(--primary-color) !important;
}
.daterangepicker .drp-buttons {
  padding: 10px !important;
  border-top: 1px solid #363636 !important;
}
.cancelBtn {
  color: #d2ac6d;
  line-height: 1;
}
.cancelBtn:hover{
  color: #fff5d5;
}

.order-info-box {
  width: calc(100% - 150px);
}

.transaction-type__single__icon {
  width: 150px;
  height: 150px;
  border-radius: 0px !important;
  overflow: hidden;
}

.transaction-type__single__icon img{
  width: 100px;
}

.geex-sidebar__menu__link.default-active, 
.geex-sidebar__menu__link.active, 
.geex-sidebar__menu__link:hover {
  color: var(--dark-color) !important;
  background: #D2AC6D;
}



.geex-content__header__searchform {
  background: var(--dark-color-transparent);
  color: #a3a39b !important;
  border-color: #000000 !important;
}

.geex-content__form.table-responsive {
  padding: 30px 20px;
}

.vk-filter-cancel {
  /* background-color: #222 !important; */
  /* border: 2px solid #fff; */
  border-radius: 14px;
  width: 100% !important;
  font-size: 14px !important;
  padding: 8px 16px;
  font-weight: 500;
  height: 60px;
}
.vk-filter-submit {
  background-color: var(--primary-color-transparent) !important;
  background: #000000 !important;
  color: var(--primary-color);
  border-radius: 14px;
  width: 100% !important;
  font-size: 17px !important;
  padding: 8px 16px;
  font-weight: 500;
  height: 52px;
  letter-spacing: 1px;
  border: 2px solid var(--primary-color);
}

.geex-content__todo__header__filter a.active, 
.geex-content__todo__header__filter a:hover {
  color: var(--primary-color);
  background-color: var(--dark-color-transparent);
}
.geex-content__todo__header__filter__sortby i {
  z-index: 9;
}

.geex-content__section {
  padding: 10px 10px;
  border-radius: 30px;
  border: 3px solid rgb(210 172 109 / 30%);
}

/* scanner */

.qr-reader{

}
.red{
  color: red; 
}
.green { 
  color: green; 
}
.cart-info {
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.checkout,
.scan-again {
    background-color: var(--primary-color);
    color: #222222 !important;
    padding: 10px;
    width: 100%;
    text-decoration: none;
    text-align: center;
}
.checkout.active,
.scan-again.active {
  display: block;
}

/* end scanner */

/* 3d buttons */

.scanner-link-div {
  position: fixed;
  text-align: center;
  bottom: 0px;
  padding: 20px;
  width: 100%;
  left: 0;
  background: rgba(0,0,0, 0.9);  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, rgba(0,0,0, 0.1), rgba(0,0,0, 0.9));  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0, 0.1), rgba(0,0,0, 0.9)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 
}
.scanner-link{

}

.btn3d-yellow {
  width: auto;
  padding: 16px 40px;
  font-size: 20px;
  outline: none;
  position: relative;
  cursor: pointer;
  color: #8f4909 !important;
  border: 1px solid #d76e0d;
  border-top: 1px solid #f5a55b;
  border-bottom: 1px solid #bf620c;
  
  text-shadow: 1px 1px #f7c854;
  text-decoration: none;
  background-color: #F6C03C;
  -webkit-transition: 0.218s;
  -moz-transition: 0.218s;
  -ms-transition: 0.218s;
  -o-transition: 0.218s;
  transition: 0.218s;
  background-color: #f5af3d;
  background-image: -moz-linear-gradient(top, #F6C03C, #F3953E);
  background-image: -ms-linear-gradient(top, #F6C03C, #F3953E);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F6C03C), to(#F3953E));
  background-image: -webkit-linear-gradient(top, #F6C03C, #F3953E);
  background-image: -o-linear-gradient(top, #F6C03C, #F3953E);
  background-image: linear-gradient(top, #F6C03C, #F3953E);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6C03C', endColorstr='#F3953E', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 1px #f8d06d,inset 1px 0 #F6C03C,inset -1px 0 #f6c03c,inset 0 -1px #f4a256,0 2px #c9670c,0 3px #8f4909,0 4px 2px #888;
  -moz-box-shadow: inset 0 1px #f8d06d,inset 1px 0 #F6C03C,inset -1px 0 #f6c03c,inset 0 -1px #f4a256,0 2px #c9670c,0 3px #8f4909,0 4px 2px #888;
  box-shadow: inset 0 1px #f8d06d,inset 1px 0 #F6C03C,inset -1px 0 #f6c03c,inset 0 -1px #f4a256,0 2px #c9670c,0 3px #8f4909,0 4px 2px #888;

  display: inline-block;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}
.btn3d-yellow:hover {
  border-top: 1px solid #d76e0d;
  background-color: #f5ab42;
  background-image: -moz-linear-gradient(top, #f4a256, #f5b824);
  background-image: -ms-linear-gradient(top, #f4a256, #f5b824);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4a256), to(#f5b824));
  background-image: -webkit-linear-gradient(top, #f4a256, #f5b824);
  background-image: -o-linear-gradient(top, #f4a256, #f5b824);
  background-image: linear-gradient(top, #f4a256, #f5b824);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4a256', endColorstr='#f5b824', GradientType=0);
  background-color: #F6C03C;
  background-position: 0 0;
  text-decoration: none;
}
.btn3d-yellow:active,
.btn3d-yellow.active,
.btn3d-yellow.disabled,
.btn3d-yellow[disabled] {
  top: 3px;
  border: 1px solid #d76e0d;
  border-top: 1px solid #bf620c;
  border-bottom: 1px solid #ef7b0f;
  background: #F3953E;
  color: #8f4909;
  -webkit-box-shadow: inset 0 1px 2px #c9670c;
  -moz-box-shadow: inset 0 1px 2px #c9670c;
  box-shadow: inset 0 1px 2px #c9670c;
}

.btn3d-yellow.disabled,
.btn3d-yellow[disabled] {
  cursor: default;
  color: #bf620c;
  opacity: 0.7;
  filter: alpha(opacity=70);
  top: 0;
}

body{
  background-image: url('../img/RAGNAROK3.jpg') !important;
}

html[data-theme="dark"] .geex-sidebar {
  border-color: var(--body-color);
  background-image: unset;
  background-image: unset;
  background-color: rgb(0 0 0 / 60%) !important;
}

html[data-theme="dark"] .geex-content__section{
  background-color: rgb(0 0 0 / 60%) !important;
}


.order-table thead th {
  /* color: #dd4e00 !important; */
  font-size: 16px;
  padding: 18px 8px !important;
}
.order-table thead th.customer{
  color: #007503 !important;
}



.vk-accordion{

}
.accordion-item {
  background-color: transparent !important;
  border-bottom: 1px solid var(--primary-color-transparent) !important;
}
.accordion-button {
  background-color: var(--dark-color-transparent) !important;
  color: var(--light-color);
}
.accordion-button:not(.collapsed){
  color: var(--primary-color);
}


.vk-qr-section{
  gap: 10px !important;
}
.qr-reader video{
  width:100%;
}


html[data-theme="dark"] .table-reviews-geex-1 thead tr th {
  background-color: #f4ad3d !important;
  color: #000;
}






.dropdown-submenu {
  position: relative;
}
.dropdown-menu {
  background-color: var(--dark-color);
}
.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: -1px;
}

.dropdown-item:hover, 
.dropdown-item:focus {
  color: var(--dark-color) !important;
  background-color: var(--primary-color);
}



.geex-content__authentication__img {
  background-image: url(../sign-in.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

html[data-theme="dark"] .table-reviews-geex-1 td.ghost-stock{
  background-color: #fff !important;
  color: #000 !important;
}

.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--dark-gray);
}


.discount-section{
  border: 3px solid rgb(210 172 109 / 30%) !important;
  border-radius: 10px;
}


.discount-nav{
  /* border-bottom:  3px solid rgb(210 172 109 / 30%) !important; */
}

.discount-nav .nav-link{
  padding: 6px 30px;
}

.tab-navi{
  display: flex;
  padding: 10px;
}
.tab-label {
  padding: 10px 20px;
  display: block;
  width: 100%;
  cursor: pointer;
  margin-right: -1px;
  text-align: center;
  border-radius: 10px;
}
.tab-label.active {
  background-color: rgb(210 172 109 / 20%);
  color: white;
}

.tab-content-discount {
  display: none;
  padding: 15px;
  margin-top: -1px;
}