.table .thead-light th,
.table td {
    border-top: 1px solid #e6e6e6;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
}

.table .thead-light th {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #495057;
}

@media (min-width: 40em) {

    .tablesaw-stack td,
    .tablesaw-stack th,
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: table-cell;
        margin: 0;
    }
}

.tablesaw thead th {
    text-align: left;
}

.table thead th {
    border-bottom: 2px solid #dee2e6;
    vertical-align: bottom;
}

.tablesaw-stack td,
.tablesaw-stack th {
    text-align: left;
}

.tablesaw td,
.tablesaw th {
    padding: .5em .7em !important;
    text-align: left;
    vertical-align: middle;
}

.table td,
.table th {
    /* border-top: 1px solid #dee2e6; */
    /* padding: .75rem; */
    /* vertical-align: top; */
}

b.tablesaw-cell-label {
    display: none !important;
}

.st0 {
    fill: #5ba530;
}

.st1 {
    fill: #fff;
}

.tablesaw * {
    box-sizing: border-box;
}

.checkani {
    cursor: pointer;
}

svg:not(:root) {
    overflow: hidden;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.d-none {
    display: none !important;
}

input {
    border: none;
    border-bottom: 1px solid #757575;
    display: block;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    width: 300px;
}

button,
input {
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}



input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

.elementor-1421 .elementor-element.elementor-element-80d1bb8:not(.elementor-motion-effects-element-type-background),
.elementor-1421 .elementor-element.elementor-element-80d1bb8>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #1f1d1d;
}

.hfe-nav-menu a {
    color: #fff;
}

.cd-cart .body li {
    opacity: 0;
    position: relative;
    transform: translateX(80px);
    transition: opacity 0s .2s, transform 0s .2s;
}
.cart-open .cd-cart .body li {
    opacity: 1;
    transform: translateX(0);
    transition: transform .3s .2s, opacity .3s .2s;
}

.cart_li {
    background: #e9ecef;
    border-radius: 4px;
    list-style-type: none;
    margin-bottom: 20px;
    padding: 10px;
}
.cd-cart .body li:not(:last-of-type) {
    margin-bottom: 20px;
}

.cross::after {
    padding-left: 5px;
    color: rgb(25, 25, 25);
    content: "🗙";
    cursor: pointer;
    font-weight: 100;
    opacity: 0.8;
     position: fixed; 
     right: 20px; 
}

.elementor-two-col-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.elementor-two-col-left {
  flex: 1 1 70%;
  max-width: 100%;
}

.elementor-two-col-right {
  flex: 1 1 25%;
  max-width: 100%;
}

/* Responsive stack on mobile */
@media (max-width: 768px) {
  .elementor-two-col-wrapper {
    flex-direction: column;
  }

  .elementor-two-col-left,
  .elementor-two-col-right {
    flex: 1 1 100%;
    max-width: 100%;
  }
}


.side-bar {
    position: sticky;
    top: 145px;
}
#prodlistcart{
    margin: 0px !important;
}