.catalog .catalog-body .gridSystem.itemsList .itemGrid {
  background-color: #fff;
  width: calc(20% - 4px);
  margin-right: 4px;
  height: 137px;
}

.catalog .productView .gridSystem.itemsList .itemGrid {
  height: 192px;
  width: calc(33% - 4px);
}

.catalog .catalog-body .gridSystem.itemsList .case {
  padding: 0px;
}

.catalog .catalog-body .gridSystem.itemsList .itemGrid .descBlock .wrap .picture {
  background-color: #fafafa;
  display: block !important;
  width: 100px;
  min-height: 100px;
  display: inline-block !important;
  margin-top: 4px;
  border: 1px solid #eee;
  position: relative;
}

.catalog .productView .gridSystem.itemsList .itemGrid .descBlock .wrap .picture {
  width: 40%;
  height: auto;
  position: relative;
  min-height: auto;
}

.catalog .catalog-body .gridSystem.itemsList .itemGrid .descBlock .wrap .d-w {
  display: inline-block;
  width: calc(100% - 105px);
  text-align: left;
  padding-left: 18px;
  vertical-align: top;
}

.catalog .productView .gridSystem.itemsList .itemGrid .descBlock .wrap .d-w {
  width: calc(60%);
  float: right;
}

.catalog .catalog-body .gridSystem.itemsList .itemGrid .descBlock .wrap .d-w .title {
  text-align: left;
  font-size: 18px !important;
  line-height: 23px;
  font-weight: bold !important;
  margin: auto;
}

.catalog .catalog-body .gridSystem.itemsList .itemGrid .descBlock {
  padding-top: 0px;
  min-height: 100px;
}

.catalog .productView .gridSystem.itemsList .itemGrid .descBlock {
  top: 14px;
  transform: translate(0px);
  left: 0px;
  min-height: 100px;
}

.catalog .catalog-body .gridSystem.itemsList .itemGrid.backGroundImg {
  background-color: #fff;
  border: 1px dotted;
  /* height: 137px; */
  background-position-y: 96px;
  background-position-x: 131px;
}

.catalog .catalog-body .gridSystem.itemsList .catalog-proceed-icon {
  float: inherit;
  width: 200px;
  height: 41px;
  line-height: 41px;
  margin-top: 7px;
}

.catalog .catalog-body .products .gridSystem.itemsList .case {
}

.catalog .catalog-body .gridSystem.itemsList .itemGrid .descBlock .wrap .picture > img {
  width: 100%;
  height: auto;
  display: inline-block;
  position: absolute;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  margin-top: -11px;
}

.catalog .productView .gridSystem.itemsList .itemGrid .priceWrap {
  bottom: 5px;
  position: absolute;
  width: 100%;
  right: 0px;
  background-color: #fff;
}

.catalog .productView .gridSystem.itemsList .itemGrid .descBlock .wrap .d-w .title {
  font-size: 17px !important;
}

.catalog .catalog-body .gridSystem.itemsList .itemGrid .priceWrap .wrap .addRemoveWrap .addRemove .nb {
  background-color: #fafafa;
  width: 70px;
  text-align: center;
}

.catalog .itemBag .picture {
  width: 100px !important;
  height: 100px;
  float: left;
}

.catalog .itemBag .backg {
  width: 100%;
  position: relative;
  height: 100%;
  border: 1px solid #fafafa;
}

.catalog .itemBag .picture img {
  width: 100%;
  position: absolute;
  /* top: 50%; */
  /* transform: translateY(-50%); */
}

.catalog .itemBag .quantity {
  position: absolute;
  bottom: 4px;
  left: 3px;
  border: 3px solid #fff;
}

.catalog .itemBag .quantity input {
  width: 100px;
}

.catalog .itemBag .title {
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
}

.catalog .itemBag .price {
  font-weight: bold;
  font-size: 14px;
  color: #002762;
  position: absolute;
  bottom: 8px;
}

.catalog .itemBag .casedata {
  float: left;
  width: calc(100% - 129px);
  display: inline-block;
  /* padding: 11px; */
}

.catalog .catalog-body .bagph .myBagModule .bagWrap .bagScroll .itemBags .itemBag {
  border: 0px;
  background-color: #fff;
  width: calc(100% - 7px);
  height: 148px;
  padding: 7px;
  position: relative;
}

.catalog-checkout-btn {
  width: 280px;
  position: fixed;
  bottom: 10px;
  height: 46px;
  line-height: 46px;
  font-weight: bold;
  letter-spacing: 2px;
  right: 24px;
}

.bagph::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.bagph::-webkit-scrollbar-track {
}

/* Handle */
.bagph::-webkit-scrollbar-thumb {
  opacity: 0.1;

  background: rgba(0, 0, 0, 0.1);
}

.catalog .catalog-body .bagph {
  padding-bottom: 75px;
}

.k-grid .k-edit-cell input.k-checkbox,
.k-grid .k-edit-cell input[type="checkbox"] {
  opacity: 1;
  overflow: visible;
}

table.k-table {
  width: 100%;
  border-spacing: 0;
  margin: 0 0 1em;
}

.k-table,
.k-table td {
  outline: 0;
  border: 1px dotted #ccc;
}

.k-editor-inline .k-element-resize-handle-wrapper {
  background-color: #fff;
  border-color: #000;
}

.k-editor-inline .k-element-resize-handle-wrapper {
  position: absolute;
  width: 5px;
  height: 5px;
  border-width: 1px;
  border-style: solid;
  z-index: 100;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle {
  width: 100%;
  height: 100%;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-east {
  cursor: e-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-north {
  cursor: n-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-northeast {
  cursor: ne-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-northwest {
  cursor: nw-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-south {
  cursor: s-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-southeast {
  cursor: se-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-southwest {
  cursor: sw-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-west {
  cursor: w-resize;
}

.k-editor-inline .k-column-resize-handle-wrapper {
  position: absolute;
  height: 10px;
  width: 10px;
  cursor: col-resize;
  z-index: 2;
}

.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle {
  width: 100%;
  height: 100%;
}

.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  display: none;
  opacity: 0.8;
}

.k-editor-inline .k-row-resize-handle-wrapper {
  position: absolute;
  z-index: 2;
  cursor: row-resize;
  width: 10px;
  height: 10px;
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-handle {
  display: table;
  width: 100%;
  height: 100%;
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2px;
  opacity: 0.8;
}

@media (max-width: 1400px) {
  .itemsList .itemGrid {
    width: calc(50% - 5px) !important;
  }
}

@media (min-width: 1401px) {
  .itemsList .itemGrid {
    width: calc(33% - 2px) !important;
  }
}

@media (max-width: 990px) {
  .itemsList .itemGrid {
    width: calc(100% - 0px) !important;
  }
}

.map-component .map-container .map-search-box {
  position: absolute;
  top: 0px;
  left: unset;
  right: 0;
  width: 26%;
  height: 22%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: unset;
}
.map-component .map-container .map-search-box .search-input-wrapper .search-input {
  border: 1px solid grey;
}
@media (max-width: 1023px) {
  .actionBar .actionBar-icons-wrapper {
    margin-top: 25px;
  }
  .actionBar .action-Bar-btns-wrapper.navigation-wrapper {
    margin-left: unset !important;
  }
}
@media (max-width: 767px) {
  .actionBar .actionBar-icons-wrapper {
    margin-top: 11px;
  }
  .actionBar .action-Bar-btns-wrapper.navigation-wrapper {
    margin-left: unset !important;
  }
  .actionBar .actionBar-icons-wrapper .filter-icon .selected-background-wrapper {
    top: 100% !important;
  }
}
.actionBar .actionBar-icons-wrapper {
  margin-left: auto;
}
.custom-datepicker-position .daterangepicker {
  position: relative !important;
  top: -21px !important;
}
.item-details-body .form-group-wrapper .form-group-body {
  display: unset !important;
}

.notifications-wrapper {
  display: none !important;
}

.uploader-upload[id$="_BrowserToggle"] {
  display: none !important;
}

.section-notifications,
.section-messages {
  display: none !important;
}
