@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
}

#np-main .navbar {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 9;
  padding: 7px 4rem;
  background-color: #fff !important;
  box-shadow: 0px 4px 4px 0px #ccc;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px;
  height: 60px;
}
#np-main .navbar .navbar-collapse-wrap {
  align-items: center;
  justify-content: flex-end !important;
}
#np-main .navbar .navbar-brand {
  padding-bottom: 0px;
}
#np-main .navbar .navbar-brand img {
  width: 80px;
  height: auto;
}
#np-main .navbar .navbar-nav .nav-item {
  color: rgba(0, 0, 0, 0.55);
  background-color: #f5f8fa;
  margin-left: 10px;
  padding: 8px 14px;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
}
#np-main .navbar .navbar-nav .nav-item img {
  width: 18px;
  height: 18px;
  margin-top: -1px;
}
#np-main .navbar .show-notification {
  display: block !important;
}
#np-main .navbar .notification {
  display: none;
  width: 280px;
  height: 231px;
  overflow-y: auto;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 0px 14px 0px #ccc;
  right: 20px;
  top: 57px;
  border-radius: 10px;
  padding: 12px;
  border: 1px solid rgba(204, 204, 204, 0.6509803922);
}
#np-main .navbar .show-calci {
  display: block !important;
}
#np-main .navbar .calci-wrap {
  display: none;
  width: 280px;
  height: 241px;
  overflow-y: auto;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 0px 14px 0px #ccc;
  right: 45px;
  top: 57px;
  border-radius: 10px;
  padding: 12px;
  border: 1px solid rgba(204, 204, 204, 0.6509803922);
}
#np-main .navbar .calci-wrap ul {
  list-style-type: none;
  padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
#np-main .navbar .calci-wrap ul li {
  display: inline-flex;
  width: 72px;
  height: 36px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 7px;
  border-radius: 6px;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px 3px 1px 0px #ccc;
}
#np-main .navbar .calci-wrap ul li:hover {
  background-color: #0984E3;
  color: #fff;
}
#np-main .navbar .calci-wrap ul li:hover a {
  color: #fff;
}
#np-main .navbar .calci-wrap ul li a {
  text-align: center;
  text-decoration: none;
  color: #000;
}
#np-main .main-top-wrap {
  padding-top: 63px;
}
#np-main .np-billing-summary-wrap {
  background-color: #ffffff;
  padding: 5px 0px;
  padding-bottom: 0px;
  position: relative;
}
#np-main .np-billing-summary-wrap .top-order-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
#np-main .np-billing-summary-wrap .top-order-details p {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  margin: 0px;
  padding-left: 15px;
}
#np-main .np-billing-summary-wrap .top-order-details input {
  width: 27%;
}
#np-main .np-billing-summary-wrap .top-order-details .customer-dropdown-select {
  display: flex;
  align-items: center;
}
#np-main .np-billing-summary-wrap .top-order-details .customer-dropdown-select .custom-search-wrap {
  position: relative;
}
#np-main .np-billing-summary-wrap .top-order-details .customer-dropdown-select .custom-search-wrap .form-control {
  width: 260px;
  height: 40px;
  padding-left: 35px;
  color: #777;
  font-weight: 400;
  font-size: 14px;
}
#np-main .np-billing-summary-wrap .top-order-details .customer-dropdown-select .custom-search-wrap img {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 10px;
}
#np-main .np-billing-summary-wrap .top-order-details .customer-dropdown-select .Plus-icon-btn {
  width: 38px;
  height: 38px;
  margin-left: 8px;
  border: 0px;
  background-color: #5541D7;
  border-radius: 4px;
  padding: 7px;
  margin-right: 5px;
}
#np-main .np-billing-summary-wrap .top-order-details .customer-dropdown-select .Plus-icon-btn img {
  width: 21px;
  height: 21px;
}
#np-main .np-billing-summary-wrap .table-section {
  height: 355px;
  overflow-y: auto;
  border: 0px;
}
#np-main .np-billing-summary-wrap .table-section .billing-table {
  margin-top: 10px;
}
#np-main .np-billing-summary-wrap .table-section .billing-table thead {
  background-color: #E6E6E6;
}
#np-main .np-billing-summary-wrap .table-section .billing-table thead tr th {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 0px;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody:nth-child(even) {
  background-color: #FBFBFB;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td {
  border-bottom: 0px;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td .common-td-wrap {
  display: flex;
  align-items: center;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td .common-td-wrap .close-btn {
  border: 0px;
  background-color: transparent;
  margin-right: 20px;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td .common-td-wrap .close-btn img {
  width: 19px;
  height: 19px;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td .product-detail-wrap {
  margin-bottom: 10px;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td .product-detail-wrap h3 {
  font-size: 13px;
  color: #5541d7;
  font-weight: 500;
  margin: 0px;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td .product-detail-wrap p {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0px;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td .product-detail-wrap p img {
  width: 22px;
  height: 16px;
  margin-right: 3px;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td .Qty-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #CCC5FF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td .Qty-wrap .common-control-btn {
  width: 32px;
  height: 30px;
  background-color: #CCC5FF;
  border: 0px;
  border-radius: 0px;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td .Qty-wrap .common-control-btn img {
  width: 32px;
  height: 17px;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td .Qty-wrap input {
  width: 47px;
  height: 28px;
  text-align: center;
  border-radius: 0px;
  border: 1px solid transparent;
  color: #000;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td .price-wrap {
  margin-bottom: 10px;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td .price-wrap input {
  width: 70px;
  height: 32px;
  text-align: center;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 2px;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td .text-wrap {
  margin-bottom: 10px;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td .text-wrap input {
  width: 60px;
  height: 32px;
  text-align: center;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 2px;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 29px;
  margin-bottom: 10px;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td .total p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  margin-right: 12px;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td .total .close-btn {
  border: 0px;
  background-color: transparent;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td .total .close-btn:focus {
  border: 1px solid #0984E3;
}
#np-main .np-billing-summary-wrap .table-section .billing-table tbody tr td .total .close-btn img {
  width: 19px;
  height: 19px;
}
#np-main .np-billing-summary-wrap .footer-wrap {
  position: fixed;
  bottom: 0px;
  width: 41.5%;
  border-top: 1px solid #ccc;
  background-color: #fff;
}
#np-main .np-billing-summary-wrap .footer-wrap .items-summary-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
}
#np-main .np-billing-summary-wrap .footer-wrap .items-summary-wrap p {
  font-size: 14px;
  color: #11142D;
  margin-bottom: 8px;
}
#np-main .np-billing-summary-wrap .footer-wrap .items-summary-wrap h4 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 0px;
}
#np-main .np-billing-summary-wrap .footer-wrap .total-payable-wrap {
  background-color: #00E741;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#np-main .np-billing-summary-wrap .footer-wrap .total-payable-wrap p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0px;
}
#np-main .np-billing-summary-wrap .footer-wrap .total-payable-wrap h3 {
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #fff;
  margin-top: 0px;
}
#np-main .np-billing-summary-wrap .footer-wrap .bottom-btn-control-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#np-main .np-billing-summary-wrap .footer-wrap .bottom-btn-control-main .common-btn-wrap {
  border: 0px;
  width: 20%;
  height: 40px;
  padding: 8px 0px;
  color: #fff;
  font-size: 15px;
  border: 1px solid #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
}
#np-main .np-billing-summary-wrap .footer-wrap .bottom-btn-control-main .common-btn-wrap img {
  width: 15px;
  height: 15px;
  margin-right: 3px;
}
#np-main .np-billing-summary-wrap .footer-wrap .bottom-btn-control-main .blue-bg {
  background-color: #0984E3;
}
#np-main .np-billing-summary-wrap .footer-wrap .bottom-btn-control-main .red-bg {
  background-color: #D63031;
}
#np-main .np-billing-summary-wrap .footer-wrap .bottom-btn-control-main .yellow-bg {
  background-color: #FABB3D;
}
#np-main .np-billing-summary-wrap .footer-wrap .bottom-btn-control-main .dark-blue-bg {
  background-color: #319398;
}
#np-main .np-billing-summary-wrap .footer-wrap .bottom-btn-control-main .purple-bg {
  background-color: #5F27CD;
  border-right: 0px;
}
#np-main .np-product-detail-wrap {
  background-color: #F7F7FC;
  padding: 5px 0px;
  padding-bottom: 0px;
  position: relative;
  height: 100%;
}
#np-main .np-product-detail-wrap .np-product-main-content {
  padding-left: 7px;
  overflow-y: auto;
  height: 545px;
}
#np-main .np-product-detail-wrap .np-product-main-content .product-main {
  margin-top: 15px;
  width: 100%;
  display: inline-block;
}
#np-main .np-product-detail-wrap .np-product-main-content .productList {
  padding-left: 0px;
  margin-bottom: 0px;
  box-shadow: 0px 0px 20px 0px #ccc;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#np-main .np-product-detail-wrap .np-product-main-content .productList li {
  list-style-type: none;
  padding: 5px;
  font-weight: 400;
  color: #000;
  font-size: 15px;
}
#np-main .np-product-detail-wrap .np-product-main-content .productList li:hover {
  background-color: #777;
  color: #fff;
}
#np-main .np-product-detail-wrap .np-product-main-content .visible-dropdown {
  display: block;
}
#np-main .np-product-detail-wrap .np-product-main-content .top-order-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: #f7f7fc;
  z-index: 2;
}
#np-main .np-product-detail-wrap .np-product-main-content .top-order-details .custom-search-wrap {
  position: relative;
  width: 100%;
}
#np-main .np-product-detail-wrap .np-product-main-content .top-order-details .custom-search-wrap .form-control {
  height: 40px;
  padding-left: 75px;
  color: #777;
  font-weight: 400;
  font-size: 14px;
}
#np-main .np-product-detail-wrap .np-product-main-content .top-order-details .custom-search-wrap .dropdown-btn {
  border: 0px;
  background-color: transparent;
  position: absolute;
  right: 30px;
  top: 9px;
}
#np-main .np-product-detail-wrap .np-product-main-content .top-order-details .custom-search-wrap .dropdown-btn img {
  width: 19px;
  height: 19px;
}
#np-main .np-product-detail-wrap .np-product-main-content .top-order-details .custom-search-wrap .search-icon {
  width: 21px;
  height: 21px;
  position: absolute;
  left: 8px;
  top: 10px;
}
#np-main .np-product-detail-wrap .np-product-main-content .top-order-details .custom-search-wrap .bar-code-icon {
  position: absolute;
  left: 35px;
  top: 0px;
  background-color: #E6E6E6;
  border: 0px;
}
#np-main .np-product-detail-wrap .np-product-main-content .top-order-details .custom-search-wrap .bar-code-icon img {
  width: 30px;
  height: 39px;
  padding: 3px;
}
#np-main .np-product-detail-wrap .np-product-main-content .top-order-details .custom-search-wrap .barcode-content {
  display: none;
  width: 37%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 42px;
  left: 0px;
  background-color: #ffffff;
  z-index: 999;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px #ccc;
  padding: 7px;
  padding-bottom: 0px;
}
#np-main .np-product-detail-wrap .np-product-main-content .top-order-details .custom-search-wrap .barcode-content ul {
  text-decoration: none;
  list-style: none;
  padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#np-main .np-product-detail-wrap .np-product-main-content .top-order-details .custom-search-wrap .barcode-content ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #efefef;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px #ccc;
  padding: 2px;
  width: 30%;
}
#np-main .np-product-detail-wrap .np-product-main-content .top-order-details .custom-search-wrap .barcode-content ul li .barcode-active-remove {
  width: 50px;
}
#np-main .np-product-detail-wrap .np-product-main-content .top-order-details .custom-search-wrap .barcode-content ul li button {
  color: #5541d7;
  font-size: 15px;
  font-weight: 400;
  width: 23px;
  height: 23px;
  border-radius: 50px;
  border: 0px;
  background-color: #fff;
  margin: 2px;
}
#np-main .np-product-detail-wrap .np-product-main-content .top-order-details .custom-search-wrap .barcode-content ul li button img {
  width: 20px;
  height: 20px;
}
#np-main .np-product-detail-wrap .np-product-main-content .top-order-details .custom-search-wrap .barcode-content ul li button:hover {
  background-color: #5541D7;
  color: #fff;
}
#np-main .np-product-detail-wrap .np-product-main-content .top-order-details .custom-search-wrap .barcode-content ul li .common-alpha-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#np-main .np-product-detail-wrap .np-product-main-content .top-order-details .custom-search-wrap .visible-content {
  display: block !important;
}
#np-main .np-product-detail-wrap .np-product-main-content .top-order-details .Plus-icon-btn {
  width: 38px;
  height: 38px;
  margin-left: 8px;
  border: 0px;
  background-color: #5541D7;
  border-radius: 4px;
  padding: 7px;
  margin-right: 10px;
}
#np-main .np-product-detail-wrap .np-product-main-content .top-order-details .Plus-icon-btn img {
  width: 21px;
  height: 21px;
}
#np-main .np-product-detail-wrap .np-product-main-content .items-listing-main {
  background-color: #fff;
  padding: 6px;
  border-radius: 5px;
  margin: 0px 8px 15px 0px;
  cursor: pointer;
}
#np-main .np-product-detail-wrap .np-product-main-content .items-listing-main.active-select {
  box-shadow: 0px 0px 1px 0px #ccc;
  background-color: #e6ddff;
}
#np-main .np-product-detail-wrap .np-product-main-content .items-listing-main p {
  font-size: 12px;
  color: #000;
  font-weight: 400;
}
#np-main .np-product-detail-wrap .np-product-main-content .items-listing-main .content-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
#np-main .np-product-detail-wrap .np-product-main-content .items-listing-main .content-main p {
  font-size: 11px;
  color: #42BDA1;
  font-weight: 300;
  margin-bottom: 0px;
}
#np-main .np-product-detail-wrap .np-product-main-content .items-listing-main .content-main img {
  width: 50px;
  height: 35px;
  overflow: hidden;
  border-radius: 7px !important;
}
#np-main .np-product-detail-wrap .np-product-main-content .add-on-visible {
  display: block !important;
}
#np-main .np-product-detail-wrap .np-product-main-content .addons-wrap .addon-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(233, 223, 223, 0.3294117647);
  padding: 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#np-main .np-product-detail-wrap .np-product-main-content .addons-wrap .addon-title-wrap p {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #000;
}
#np-main .np-product-detail-wrap .np-product-main-content .addons-wrap .addon-title-wrap button {
  border: 0px;
}
#np-main .np-product-detail-wrap .np-product-main-content .addons-wrap .addon-title-wrap button img {
  width: 15px;
  height: 15px;
}
#np-main .np-product-detail-wrap .np-product-main-content .addons-wrap .addon-listing {
  padding: 8px 5px;
  background-color: #E5E5E5;
  margin-bottom: 18px;
  padding-bottom: 0px;
}
#np-main .np-product-detail-wrap .varitaion-wrap {
  margin-bottom: 15px;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(233, 223, 223, 0.3294117647);
  padding: 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-title-wrap p {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #000;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-title-wrap button {
  border: 0px;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-title-wrap button img {
  width: 15px;
  height: 15px;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main {
  padding: 10px;
  background-color: #E5E5E5;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .apply-variation-btn {
  background-color: #5541d7;
  border: 1px solid #5541D7;
  border-radius: 3px;
  padding: 11px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 25px;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .left-color-selector {
  background-color: #fff;
  border-radius: 2px;
  padding: 10px;
  height: 135px;
  overflow-y: auto;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .left-color-selector p {
  color: #000;
  font-size: 14px;
  margin-bottom: 4px;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .left-color-selector .common-colors-btns {
  display: flow-root;
  align-items: center;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .left-color-selector .common-colors-btns .colors-btn-wrap {
  border: 1px solid transparent;
  border-radius: 2px;
  width: 53px;
  height: 30px;
  cursor: pointer;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .left-color-selector .common-colors-btns .color-1 {
  background-color: #FEC8D8;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .left-color-selector .common-colors-btns .color-2 {
  background-color: #957DAD;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .left-color-selector .common-colors-btns .color-3 {
  background-color: #D291BC;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .left-color-selector .common-colors-btns .color-4 {
  background-color: #FFFFBA;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .left-color-selector .common-colors-btns .color-5 {
  background-color: #FFB3BA;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .left-color-selector .common-colors-btns .color-6 {
  background-color: #FFDFD3;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .left-color-selector .common-colors-btns .color-7 {
  background-color: #D291BC;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .left-color-selector .common-colors-btns .color-8 {
  background-color: #FFDFD3;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .left-color-selector .common-colors-btns .color-9 {
  background-color: #FFFFBA;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .left-color-selector .common-colors-btns .color-10 {
  background-color: #D291BC;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .left-color-selector .common-colors-btns .color-11 {
  background-color: #957DAD;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .left-color-selector .common-colors-btns .color-12 {
  background-color: #FEC8D8;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .right-size-selector {
  background-color: #fff;
  border-radius: 2px;
  padding: 10px;
  height: 135px;
  overflow-y: auto;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .right-size-selector p {
  color: #000;
  font-size: 14px;
  margin-bottom: 4px;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .right-size-selector .sizes-common-btns {
  display: flow-root;
  align-items: center;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .right-size-selector .sizes-common-btns .common-sizes-btn-wrap {
  width: 50px;
  height: 28px;
  border: 1px solid rgba(204, 204, 204, 0.2784313725);
  border-radius: 2px;
  cursor: pointer;
  background-color: #fff;
  font-size: 13px;
}
#np-main .np-product-detail-wrap .varitaion-wrap .variation-main .right-size-selector .sizes-common-btns .common-sizes-btn-wrap:hover {
  background-color: #5541D7;
  color: #fff;
}
#np-main .np-product-detail-wrap .footer-card {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0px;
  width: 58.5%;
}
#np-main .np-product-detail-wrap .footer-card .common-card-btn {
  border: 0px;
  width: 50%;
  height: 39px;
  padding: 8px 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
#np-main .np-product-detail-wrap .footer-card .common-card-btn img {
  width: 33px;
  height: 22px;
  margin-right: 5px;
}
#np-main .np-product-detail-wrap .footer-card .light-blue-bg {
  background-color: #428BCA;
}
#np-main .np-product-detail-wrap .footer-card .sky-bg {
  background-color: #5BC0DE;
}

.all-items-wrap .item-wrap {
  font-size: 13px;
  text-align: center;
  color: #000;
  font-weight: 500;
  border: 0px;
  width: 100px;
  height: 91px;
  border-radius: 5px;
  border-left: 3px solid #000;
  background-color: #e6ddff;
  margin-bottom: 2px;
  margin-top: 1px;
  margin-right: 3px;
}

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 0px 0px 10px 0px !important;
  width: 100%;
  position: relative;
  background-color: #f7f7fc;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
  display: inline-flex;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
  width: 114.167px !important;
}

.MultiCarousel .MultiCarousel-inner .custom-item {
  width: 130px;
}

.MultiCarousel .MultiCarousel-inner .custom-item .pad15 {
  border-left: solid 3px #000;
}

.MultiCarousel .MultiCarousel-inner .custom-item .pad15 img {
  border-radius: 50%;
}

.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 10px;
  margin: 2px;
  color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 30px);
}

.MultiCarousel .leftLst {
  left: 0;
}

.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
}

.MultiCarousel .btn {
  font-size: 30px !important;
  color: #FFF !important;
}
.MultiCarousel .btn:focus {
  box-shadow: unset !important;
}
.MultiCarousel .btn:focus-visible {
  outline: unset !important;
}
.MultiCarousel .btn:active:focus {
  outline: unset !important;
}
.MultiCarousel .MultiCarousel-inner .item .pad15 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #E6DDFF;
  border-radius: 5px;
  cursor: pointer;
}
.MultiCarousel .MultiCarousel-inner .item .pad15 p {
  font-size: 13px;
  text-align: center;
  color: #000;
  font-weight: 500;
  margin-top: 7px;
}
.MultiCarousel .MultiCarousel-inner .item .pad15 img {
  width: 27px;
  height: 27px;
}

.blue-border {
  border-left: 3px solid #0984E3;
}

.red-border {
  border-left: 3px solid #D63031;
}

.yellow-border {
  border-left: 3px solid #FABB3D;
}

.dark-blue-border {
  border-left: 3px solid #319398;
}

.purple-border {
  border-left: 3px solid #5F27CD;
}

.customer-modal-wrap .btn-close {
  color: #FF0000;
}
.customer-modal-wrap .modal-header {
  padding: 5px 15px;
}
.customer-modal-wrap .modal-header .modal-title {
  font-size: 18px;
}
.customer-modal-wrap .form-label {
  font-size: 15px;
  font-weight: 600;
}
.customer-modal-wrap .form-control {
  background-color: #F7F7FC;
  border-radius: 10px;
  padding: 4px 13px;
}
.customer-modal-wrap .form-control::-moz-placeholder {
  color: #222;
  font-size: 14px;
}
.customer-modal-wrap .form-control:-ms-input-placeholder {
  color: #222;
  font-size: 14px;
}
.customer-modal-wrap .form-control::placeholder {
  color: #222;
  font-size: 14px;
}
.customer-modal-wrap .footer-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.customer-modal-wrap .footer-btn-wrap .save-btn {
  background-color: #5541D7;
  color: #fff;
  border: 0px;
  width: 75px;
  line-height: 35px;
  font-size: 16px;
  border-radius: 5px;
}
.customer-modal-wrap .footer-btn-wrap .cancel-btn {
  background-color: #E4E4E4;
  color: #fff;
  border: 0px;
  width: 75px;
  line-height: 35px;
  font-size: 16px;
  border-radius: 5px;
  margin-right: 15px;
}

.no-data-style img {
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  margin: auto;
}

.discount-modal-wrap .btn-close {
  color: #FF0000;
}
.discount-modal-wrap .modal-header {
  padding: 5px 15px;
}
.discount-modal-wrap .modal-header .modal-title {
  font-size: 18px;
}
.discount-modal-wrap .main-discount-wrap {
  padding: 25px 35px;
}
.discount-modal-wrap .main-discount-wrap .discount-content-wrap {
  height: 36%;
  margin-bottom: 2%;
  padding-left: 7px;
  padding-right: 7px;
}
.discount-modal-wrap .main-discount-wrap .discount-content-wrap .discount-list {
  display: inherit;
  border-bottom: 1px solid black;
  border-radius: 0px;
}
.discount-modal-wrap .type-wrap {
  margin-bottom: 20px !important;
}
.discount-modal-wrap .type-wrap h3 {
  font-size: 15px;
  font-weight: 600;
}
.discount-modal-wrap .type-wrap .type-btns {
  display: flex;
  align-items: center;
}
.discount-modal-wrap .type-wrap .type-btns .per-btn {
  border: 0px;
  background-color: #222;
  color: #fff;
  width: 45px;
  line-height: 27px;
}
.discount-modal-wrap .type-wrap .type-btns .dollar-btn {
  border: 0px;
  background-color: #D63031;
  color: #fff;
  width: 45px;
  line-height: 27px;
}
.discount-modal-wrap .discount-no-wrap {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 7px;
  padding-bottom: 0px;
}
.discount-modal-wrap .discount-no-wrap ul {
  text-decoration: none;
  list-style: none;
  padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 0px;
}
.discount-modal-wrap .discount-no-wrap ul li {
  display: inline-block;
}
.discount-modal-wrap .discount-no-wrap ul li button {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  width: 105px;
  height: 45px;
  border-radius: 0px;
  margin: 1px;
  border: 0px;
  background-color: #5BC0DE;
  cursor: pointer;
}
.discount-modal-wrap .discount-no-wrap ul li button img {
  width: 20px;
  height: 20px;
}
.discount-modal-wrap .form-label {
  font-size: 15px;
  font-weight: 600;
}
.discount-modal-wrap .form-control {
  background-color: #F7F7FC;
  border-radius: 10px;
  padding: 4px 13px;
}
.discount-modal-wrap .form-control::-moz-placeholder {
  color: #222;
  font-size: 14px;
}
.discount-modal-wrap .form-control:-ms-input-placeholder {
  color: #222;
  font-size: 14px;
}
.discount-modal-wrap .form-control::placeholder {
  color: #222;
  font-size: 14px;
}
.discount-modal-wrap .footer-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.discount-modal-wrap .footer-btn-wrap .save-btn {
  background-color: #5541D7;
  color: #fff;
  border: 0px;
  width: 75px;
  height: 40px;
  font-size: 16px;
  border-radius: 5px;
  opacity: 4;
  margin-right: 15px;
}
.discount-modal-wrap .footer-btn-wrap .cancel-btn {
  color: #fff;
  border: 0px;
  width: 75px;
  height: 40px;
  font-size: 16px;
  border-radius: 5px;
  background-color: #ccc;
  margin-right: 15px;
}

.payment-modal-wrap .account-details {
  display: inline;
  align-items: center;
}
.payment-modal-wrap .account-details .common-detail-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #5541D7;
  padding: 10px;
  float: left;
  border: 1px solid #fff;
  width: 50%;
}
.payment-modal-wrap .account-details .common-detail-col p {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0px;
}
.payment-modal-wrap .form-label {
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
}
.payment-modal-wrap .form-control {
  background-color: #F7F7FC !important;
  border-radius: 10px !important;
  padding: 4px 13px !important;
}
.payment-modal-wrap .form-control::-moz-placeholder {
  color: #222;
  font-size: 14px;
}
.payment-modal-wrap .form-control:-ms-input-placeholder {
  color: #222;
  font-size: 14px;
}
.payment-modal-wrap .form-control::placeholder {
  color: #222;
  font-size: 14px;
}
.payment-modal-wrap .payable-wrap {
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}
.payment-modal-wrap .payable-wrap .btn {
  width: 100%;
  background-color: #00E741;
  color: #fff;
  border-color: #ccc;
}
.payment-modal-wrap .payable-wrap .btn:focus {
  box-shadow: unset !important;
}
.payment-modal-wrap .payable-wrap .btn span {
  background-color: red;
  padding: 5px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  right: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border: 1px solid #fff;
}
.payment-modal-wrap .payable-wrap .btn1 {
  background-color: #5541D7;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.payment-modal-wrap .payable-wrap .clear-btn {
  background-color: #D63031;
  width: 100%;
  border: 0px;
  color: #fff;
  line-height: 38px;
  font-size: 15px;
}

.hold-order .custom-search-wrap {
  position: relative;
  margin-bottom: 12px;
}
.hold-order .custom-search-wrap .form-control {
  width: 100%;
  height: 40px;
  padding-left: 40px;
  color: #777;
  font-weight: 400;
  font-size: 11px;
  border-radius: 4px;
}
.hold-order .custom-search-wrap .form-control::-moz-placeholder {
  color: #777;
  font-size: 13px;
}
.hold-order .custom-search-wrap .form-control:-ms-input-placeholder {
  color: #777;
  font-size: 13px;
}
.hold-order .custom-search-wrap .form-control::placeholder {
  color: #777;
  font-size: 13px;
}
.hold-order .custom-search-wrap img {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 12px;
  top: 11px;
}
.hold-order .modal-content {
  height: 80vh;
}
.hold-order .hold-main-body {
  padding: 10px 30px;
  height: 450px;
  overflow-y: scroll;
}
.hold-order .hold-main-body .order-list .common-list-wrap {
  display: flex;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
}
.hold-order .hold-main-body .order-list .common-list-wrap .list-wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #F7F7FC;
  border: 1px solid #DBD7F4;
  width: 92%;
  margin-right: 10px;
  line-height: 40px;
  border-radius: 3x;
  cursor: pointer;
}
.hold-order .hold-main-body .order-list .common-list-wrap .list-wrap p {
  color: #000;
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 500;
}
.hold-order .hold-main-body .order-list .common-list-wrap .btn-dark {
  background-color: #F7F7FC;
  border: 1px solid #DBD7F4;
  height: 42px;
  width: 7%;
}
.hold-order .hold-main-body .order-list .common-list-wrap .btn-dark:focus {
  box-shadow: unset;
}
.hold-order .hold-main-body .order-list .common-list-wrap .select-wrap {
  background-color: #5541D7;
}
.hold-order .hold-main-body .order-list .common-list-wrap .select-wrap p {
  color: #fff;
}
.hold-order .hold-main-body .order-list .common-list-wrap .close-btn-wrap {
  background-color: #F7F7FC;
  padding: 5px;
  width: 48px;
  height: 42px;
  border: 1px solid #DBD7F4;
  border-radius: 3px;
}
.hold-order .hold-main-body .order-list .common-list-wrap .close-btn-wrap img {
  width: 16px;
  height: 16px;
}

.bill-modal-wrap .modal-dialog {
  max-width: 360px;
}
.bill-modal-wrap .modal-dialog .modal-header {
  padding: 7px 20px;
}
.bill-modal-wrap .modal-dialog .modal-header .modal-title {
  font-size: 18px;
}
.bill-modal-wrap .modal-dialog .modal-header .btn img {
  width: 20px;
  height: auto;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap {
  padding: 20px;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .top-heading {
  margin-bottom: 10px;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .top-heading h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 0px;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .common-top-detail {
  margin-bottom: 15px;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .common-top-detail p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0px;
  font-family: sans-serif;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .order-item-details .item-detail-common {
  margin-top: 7px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 3px;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .order-item-details .item-detail-common h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  font-family: sans-serif;
  color: #000;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .order-item-details .item-detail-common .qty-price-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .order-item-details .item-detail-common .qty-price-wrap p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  font-family: sans-serif;
  color: #000;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .order-item-details .total-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
  padding: 6px 0px;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .order-item-details .total-main h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  font-family: sans-serif;
  color: #000;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .payment-details {
  margin-top: 10px;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .payment-details h3 {
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  margin: 15px 0px 5px 0px;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .payment-details .gst-table-wrap thead tr {
  background-color: #EEEEEE;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .payment-details .gst-table-wrap thead tr th {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  font-family: sans-serif;
  color: #000;
  padding: 5px;
  border: 0px;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .payment-details .gst-table-wrap tbody tr td {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  font-family: sans-serif;
  color: #000;
  border-bottom: 1px dashed #ccc;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .payment-details .payment-wrap-main {
  background-color: #EEEEEE;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .payment-details .payment-wrap-main p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  font-family: sans-serif;
  color: #000;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .payment-details .payment-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
  padding: 5px;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .payment-details .payment-content p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  font-family: sans-serif;
  color: #000;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .thank-you-msg {
  margin-top: 10px;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .thank-you-msg h4 {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .barcode-img {
  display: block;
  margin: auto;
  width: 50%;
  height: auto;
  margin-top: 8px;
}
.bill-modal-wrap .modal-dialog .main-bill-wrap .print-btn {
  width: 100px;
  line-height: 33px;
  border: 2px solid #5541D7;
  border-radius: 5px;
  display: block;
  margin: auto;
  background-color: #fff;
  color: #5541D7;
  font-weight: 500;
  margin-top: 15px;
}

.discount-list {
  background-color: aliceblue;
  border-radius: 3px;
  padding: 10px;
}

/* common css for scroolbar */
/* width */
::-webkit-scrollbar {
  width: 2px;
  height: 3px;
  border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5541D7;
}

.select2-container--default .select2-selection--single {
  height: 37px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 45px !important;
  line-height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important;
}

tr.hide-table-padding td {
  padding: 0;
}

.expand-button {
  position: relative;
}

.accordion-toggle .expand-button:after {
  content: "-";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translate(0, -50%);
  color: #000;
}

.accordion-toggle.collapsed .expand-button:after {
  content: "+";
  color: #000;
}

.open {
  right: 0px !important;
}

.setting-modal-wrap {
  position: fixed;
  right: -380px;
  top: 100px;
  transition: all 0.3s ease-in-out;
  width: 380px;
  z-index: 999;
}
.setting-modal-wrap .setting-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #8b5cf6;
  color: #fff;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  box-shadow: -3px 0 4px #ccc;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  left: -36px;
  padding: 8px 8px;
  border: 0px;
  position: absolute;
  top: 8px;
  transition: all 0.3s ease-in-out;
}
.setting-modal-wrap .setting-btn img {
  width: 21px;
  height: 21px;
}
.setting-modal-wrap .setting-content {
  background: #fff;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  position: relative;
  border: 1px solid rgba(204, 204, 204, 0.5607843137);
}
.setting-modal-wrap .setting-content .card-header {
  background-color: rgba(10, 2, 30, 0.03);
  border-bottom: 1px solid rgba(10, 2, 30, 0.125);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
  border-color: rgba(0, 0, 0, 0.03);
}
.setting-modal-wrap .setting-content .card-header p {
  margin-bottom: 0px;
  font-size: 14px;
}
.setting-modal-wrap .setting-content .card-body {
  padding: 10px 15px;
  background-color: #fff;
}

#loading {
  -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.slider-category-content {
  display: none !important;
}

.slider-brand-content {
  display: none !important;
}

.open-slider {
  display: block !important;
}

/* modal list css starts*/
.open-category {
  right: 0px !important;
  display: block !important;
}

.close-cate-wrap {
  right: -340px;
}

.List-category-content {
  background-color: #fff;
  width: 320px !important;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: auto;
  right: -340px;
  transform: translateX(0);
  box-shadow: 0 0.5rem 1rem rgba(10, 2, 30, 0.15) !important;
  transition: all 0.3s ease-in-out;
}
.List-category-content .heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px;
  box-shadow: 0px 2px 12px 0px #ccc;
  height: 60px;
}
.List-category-content .heading-wrap .close-category {
  border: 0px;
  background-color: #fff;
}
.List-category-content .heading-wrap .close-category img {
  width: 18px;
  height: 18px;
}
.List-category-content .heading-wrap h3 {
  font-size: 21px;
  margin-bottom: 0px;
  font-weight: 500;
  margin-right: 4rem;
  margin-top: 0px;
}
.List-category-content .selected {
  background-color: #e6ddff !important;
  border: 1px solid #777;
}
.List-category-content .category-content {
  padding: 15px;
  overflow-y: scroll;
  height: 582px;
}
.List-category-content .category-content .content-wrap {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px 1px #ccc;
  height: 200px;
  display: grid;
  place-items: center;
  margin: 12px 15px;
  cursor: pointer;
}
.List-category-content .category-content .content-wrap .product-img img {
  display: block;
  margin: auto;
  width: 50%;
  height: auto;
  border-radius: 0px !important;
}
.List-category-content .category-content .content-wrap p {
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
  margin-top: 15px;
  font-weight: 600;
}

.Sub-category-content {
  background-color: #fff;
  width: 320px !important;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: auto;
  right: -340px;
  transform: translateX(0);
  box-shadow: 0 0.5rem 1rem rgba(10, 2, 30, 0.15) !important;
  transition: all 0.3s ease-in-out;
}
.Sub-category-content .heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px;
  box-shadow: 0px 2px 12px 0px #ccc;
  height: 60px;
}
.Sub-category-content .heading-wrap .close-sub-category {
  border: 0px;
  background-color: #fff;
}
.Sub-category-content .heading-wrap .close-sub-category img {
  width: 18px;
  height: 18px;
}
.Sub-category-content .heading-wrap h3 {
  font-size: 21px;
  margin-bottom: 0px;
  font-weight: 500;
  margin-right: 4rem;
  margin-top: 0px;
}
.Sub-category-content .selected {
  background-color: #e6ddff !important;
  border: 1px solid #777;
}
.Sub-category-content .category-content {
  padding: 15px;
  overflow-y: scroll;
  height: 582px;
}
.Sub-category-content .category-content .content-wrap {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px 1px #ccc;
  height: 200px;
  display: grid;
  place-items: center;
  margin: 12px 15px;
  cursor: pointer;
}
.Sub-category-content .category-content .content-wrap .product-img img {
  display: block;
  margin: auto;
  width: 50%;
  height: auto;
  border-radius: 0px !important;
}
.Sub-category-content .category-content .content-wrap p {
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
  margin-top: 15px;
  font-weight: 600;
}

.brand-List-content {
  background-color: #fff;
  width: 320px !important;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: auto;
  right: -340px;
  transform: translateX(0);
  box-shadow: 0 0.5rem 1rem rgba(10, 2, 30, 0.15) !important;
  transition: all 0.3s ease-in-out;
}
.brand-List-content .heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px;
  box-shadow: 0px 2px 12px 0px #ccc;
  height: 60px;
}
.brand-List-content .heading-wrap .close-list {
  border: 0px;
  background-color: #fff;
}
.brand-List-content .heading-wrap .close-list img {
  width: 18px;
  height: 18px;
}
.brand-List-content .heading-wrap h3 {
  font-size: 21px;
  margin-bottom: 0px;
  font-weight: 500;
  margin-right: 6rem;
  margin-top: 0px;
}
.brand-List-content .brand-wrap {
  padding: 15px;
  overflow-y: scroll;
  height: 582px;
}
.brand-List-content .brand-wrap .content-wrap {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px 1px #ccc;
  height: 200px;
  display: grid;
  place-items: center;
  margin: 12px 15px;
  cursor: pointer;
}
.brand-List-content .brand-wrap .content-wrap .product-img img {
  display: block;
  margin: auto;
  width: 50%;
  height: auto;
  border-radius: 0px !important;
}
.brand-List-content .brand-wrap .content-wrap p {
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
  margin-top: 15px;
  font-weight: 600;
}

.common-modal-btn {
  background-color: #fff !important;
  color: #3b82f6 !important;
  border: 1px solid #3b82f6 !important;
  border-radius: 4px !important;
  width: 98% !important;
  margin: 11px 0px;
  margin-bottom: 0px;
  font-size: 15px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease-in-out;
}
.common-modal-btn:hover {
  background: #3b82f6 !important;
  border-color: #3b82f6;
  box-shadow: 0 8px 25px -8px #3b82f6;
  color: #fff !important;
}

#addProductCartList {
  position: relative;
}

.custom-height {
  height: 140px;
}

.rotate img {
  transform: rotate(180deg);
}

.rotate1 {
  transition: 0.6s ease;
}
.rotate1 img {
  transform: rotate(180deg);
}

.hide-table-padding {
  display: none;
}

.hide-table-padding1 {
  display: none;
}

.show-des {
  display: block !important;
}

.show-des1 {
  display: block !important;
}

.expand-button {
  border: 1px solid #5541D7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 10px;
}
.expand-button img {
  width: 16px;
  height: 16px;
}

.expand-button1 {
  border: 1px solid #5541D7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 10px;
}
.expand-button1 img {
  width: 16px;
  height: 16px;
}

.hide-table-padding {
  border: 1px solid #5541D7;
  position: absolute;
  width: 90%;
  left: 5%;
  right: 5%;
  top: 50px;
}
.hide-table-padding thead {
  background-color: transparent;
}
.hide-table-padding thead tr th {
  font-weight: 500;
  color: #000;
}
.hide-table-padding .main-row {
  width: 100%;
  min-width: 136%;
  padding: 6px 16px;
}
.hide-table-padding .common-col h4 {
  font-size: 14px;
  color: #000;
}
.hide-table-padding .common-col p {
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
}

.hide-table-padding1 {
  border: 1px solid #5541D7;
  width: 90%;
  left: 5%;
  right: 5%;
}
.hide-table-padding1 thead {
  background-color: transparent;
}
.hide-table-padding1 thead tr th {
  font-weight: 500;
  color: #000;
}
.hide-table-padding1 .main-row {
  width: 100%;
  min-width: 136%;
  padding: 6px 16px;
}
.hide-table-padding1 .common-col h4 {
  font-size: 14px;
  color: #000;
}
.hide-table-padding1 .common-col p {
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
}

/* drawer style */
.modal {
  /*From Right/Left */
}
.modal.drawer {
  display: flex !important;
  pointer-events: none;
}
.modal.drawer * {
  pointer-events: none;
}
.modal.drawer .modal-dialog {
  margin: 0px;
  display: flex;
  flex: auto;
  transform: translate(25%, 0);
}
.modal.drawer .modal-dialog .modal-content {
  border: none;
  border-radius: 0px;
}
.modal.drawer .modal-dialog .modal-content .modal-body {
  overflow: auto;
}
.modal.drawer.show {
  pointer-events: auto;
}
.modal.drawer.show * {
  pointer-events: auto;
}
.modal.drawer.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.drawer.right-align {
  flex-direction: row-reverse;
}
.modal.drawer.left-align:not(.show) .modal-dialog {
  transform: translate(-25%, 0);
}

/* table css starts */
.pcs:after {
  content: " pcs";
}

.cur:before {
  content: "$";
}

.per:after {
  content: "%";
}

/* Table */
table {
  width: 100%;
}
table th {
  text-align: left;
  border-bottom: 1px solid #ccc;
}
table th,
table td {
  padding: 0.4em;
}

/* fold table  */
table.fold-table > tbody {
  /* view segment */
  /* fold segment */
}
table.fold-table > tbody > tr.view td,
table.fold-table > tbody > tr.view th {
  cursor: pointer;
}
table.fold-table > tbody > tr.view td:first-child,
table.fold-table > tbody > tr.view th:first-child {
  position: relative;
  padding-left: 28px;
}
table.fold-table > tbody > tr.view td:first-child:before,
table.fold-table > tbody > tr.view th:first-child:before {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 22px;
  height: 22px;
  margin-top: -8px;
  font: 16px fontawesome;
  color: #5541d7;
  font-weight: bold;
  content: "˅";
  background-size: 72%;
  transition: all 0.3s ease;
  border-radius: 50%;
  border: 1px solid #5541d7;
  display: grid;
  place-items: center;
  transform: rotate(-180deg);
}
table.fold-table > tbody > tr.view:nth-child(4n-1) {
  background: #FBFBFB;
}
table.fold-table > tbody > tr.view .open {
  color: white;
}
table.fold-table > tbody > tr.view .open:before {
  transform: rotate(1deg) !important;
  color: #333;
}
table.fold-table > tbody > tr.view.open {
  color: white;
}
table.fold-table > tbody > tr.view.open:before {
  transform: rotate(1deg) !important;
  color: #333;
}
table.fold-table > tbody > tr.view.open td:first-child:before,
table.fold-table > tbody > tr.view.open th:first-child:before {
  transform: rotate(1deg) !important;
  color: #333;
}
table.fold-table > tbody > tr.fold {
  display: none;
}
table.fold-table > tbody > tr.fold.open {
  display: table-row;
}

/* fold content  */
.fold-content {
  padding: 0.5em;
}
.fold-content h3 {
  margin-top: 0;
}
.fold-content > table {
  border: 1px solid #5541D7;
}
.fold-content > table thead {
  background-color: transparent !important;
}
.fold-content > table thead tr th {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.fold-content > table > tbody tr td {
  font-size: 14px;
  color: #000;
}

.variation {
  background-color: #FBFBFB;
}
.variation .variation-content {
  background-color: #FBFBFB;
  padding: 0px 20px;
}
.variation .variation-content h3 {
  margin-top: 0;
}
.variation .variation-content > table thead {
  background-color: transparent !important;
}
.variation .variation-content > table thead tr th {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.variation .variation-content > table > tbody {
  background-color: #FBFBFB !important;
}
.variation .variation-content > table > tbody tr td {
  font-size: 14px;
  color: #000;
}

.addons {
  background-color: #FBFBFB;
}
.addons .addons-content {
  background-color: #FBFBFB;
  padding: 0px 20px;
}
.addons .addons-content h3 {
  margin-top: 0;
}
.addons .addons-content > table thead {
  background-color: transparent !important;
}
.addons .addons-content > table thead tr th {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.addons .addons-content > table > tbody {
  background-color: #FBFBFB !important;
}
.addons .addons-content > table > tbody tr td {
  font-size: 14px;
  color: #000;
}

.fold-addons {
  display: none;
}

.open-addons {
  display: table-row;
}

.fold-variation {
  display: none;
}

.open-variation {
  display: table-row;
}

.view-addons td:nth-child(1) {
  width: auto;
}
.view-addons td:nth-child(2) {
  width: 10%;
}
.view-addons td:nth-child(3) {
  width: 10%;
}
.view-addons td:nth-child(4) {
  width: 19%;
}

.view-variation td:nth-child(1) {
  width: auto;
}
.view-variation td:nth-child(2) {
  width: 10%;
}
.view-variation td:nth-child(3) {
  width: 10%;
}
.view-variation td:nth-child(4) {
  width: 19%;
}

.view td:nth-child(1) {
  width: auto;
}
.view td:nth-child(2) {
  width: 10%;
}
.view td:nth-child(3) {
  width: 10%;
}
.view td:nth-child(4) {
  width: 19%;
}

.pagination .page-item .page-link {
  border-radius: 50% !important;
  width: 37px;
  height: 37px;
  margin-right: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item .page-link:hover {
  background: #3b82f6 !important;
  color: #fff;
}

@page {
  size: auto 500mm; /* auto is the initial value */
  /* this affects the margin in the printer settings */
  margin: 2mm 2mm 2mm 2mm;
  p.bodyText {
    font-family: georgia, times, serif;
  }
}
.postion-sticky-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  background-color: #f7f7fc;
}

.list-style-none {
  list-style-type: none;
}

.margin-none {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.padding-none {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.btn:focus {
  box-shadow: unset !important;
  outline: unset !important;
}
.btn:focus-visible {
  outline: unset !important;
}
.btn:active:focus {
  outline: unset !important;
}

.custom-inline-img-wrap {
  display: block;
  -webkit-user-select: none;
  margin: auto;
  background-color: hsl(0deg, 0%, 90%);
  transition: background-color 300ms;
}/*# sourceMappingURL=style.css.map */