/* about page style start here  */
section.section-content {
  margin: 40px 0px;
}

.section-gap {
  margin-top: 50px;
}

.bread-bg {
  background-color: #fafafa;
  padding: 10px 55px;
  border: 1px solid #efefef;
}

.bread-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 14px;
}

.arrow:before {
  content: " >";
  font-size: 21px;
  font-family: monospace;
  font-weight: 600;
  color: #b12d2f;
}

span.deactive-txt {
  font-size: 15px;
  font-weight: 600;
  color: #767a7d;
  font-family: system-ui;
}

.bread-icon {
  font-size: 16px;
  color: #b12d2f;
  font-weight: 600;
  font-family: system-ui;
}

.about-img img {
  width: 100%;
  object-fit: cover;
  height: 360px;
}

.title-txt {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 33px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.main-title h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.main-title h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
}

.main-title h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 50%;
  margin-left: -50px;
  background-color: #b80000;
}

.main-title {
  margin-bottom: 12px;
}

.card-new {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 9px 10px;
}

img.card-img {
  width: 100%;
  object-fit: cover;
  height: 215px;
}

.card-title h6 {
  margin-top: 10px;
}

.card-content {
  padding: 0px 6px;
  text-align: justify;
  height: 130px;
  overflow-y: auto;
}

.card-content::-webkit-scrollbar {
  width: 4px;
}

.card-content::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}

.card-content::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.card-content::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* about page style end here  */

/* terms and condition start here  */

.text-size {
  font-size: 15px;
  text-align: justify;
}

h6.term-title {
  font-size: 18px;
}

p.point-arrow:before {
  content: " ➤ ";
  color: #000;
  font-size: 19px;
  padding: 0px 12px 0px 18px;
}

/* terms and condition end here  */

/* loginpage start here  */
.form-title-txt {
  color: #595959 !important;
  font-family: inherit;
  text-align: center;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 20px;
}

.login-card {
  width: 38%;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  background: #fff;
  padding: 30px;
}

.font-weight-bold {
  font-weight: bold;
}

.input-size {
  height: 45px !important;
}

a.form-link {
  color: #286954;
  font-weight: 600;
}

a.form-link:hover {
  color: #111d5e;
}

.form-control:focus {
  border-color: #a47e4c !important;
  box-shadow: unset;
}

.btn-new {
  background-color: #111d5e;
  border: 1px solid #111d5e;
  color: #fff1f1;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 17px;
  border-radius: 4px;
}

.btn-new:hover {
  background-color: transparent;
  color: #111d5e;
}

#basic-addon-phone {
  border-radius: 4px 0px 0px 4px;
  border-right: none;
}

input#phoneno {
  border-radius: 0px 4px 4px 0px;
}

/* login page end here  */

/* contactus page start here  */
.input-group-text {
  border-radius: 5px 0px 0px 5px;
  border-right: none;
}

.input-style {
  border-radius: 5px;
  height: 43px !important;
  padding: 12px 13px 12px 24px !important;
}

.input-style:focus {
  border: 1px solid #a47e4c !important;
}

input.input-style.phonenum-style {
  border-radius: 0px 4px 4px 0px;
}

.contactus-card {
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  padding: 16px 8px;
}

.contactus-card .contact-icon {
  color: #a47e4c;
  font-size: 37px;
  border: 1px solid #a47e4c;
  padding: 15px 15px;
  border-radius: 50%;
}

.font-size-15 {
  font-size: 15px;
}

/* contact us page end here  */

/* product wish list start here  */
.offcanvas.offcanvas-end {
  width: 470px;
}

/* product wish list end here  */

/* profile style start here  */
.profile-navs button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 15px 16px;
  width: 95%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  font-size: 17px;
  margin: 8px 9px;
  text-align: center;
}

.profile-navs button.active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  font-size: 15px;
  font-weight: 600;
}

.profile-content {
  width: 100%;
  height: auto;
}

.profile-navs {
  float: left;
  border: 1px solid #ededed;
  background-color: #eeeff4;
  width: 100%;
  height: auto;
  padding: 10px;
}

button.profile-tablinks {
  border-bottom: 1px solid #dee2e6;
}

.address-container {
  background-color: white;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 15px;
  height: 225px;
}

.address-details {
  overflow-y: auto;
  height: 104px;
  padding: 0px 7px;
}

.address-details::-webkit-scrollbar {
  width: 4px;
}

.address-details::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}

.address-details::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.address-details::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.address-name {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.address-action {
  display: flex;
  align-items: center;
  column-gap: 13px;
}

.ad-action-border {
  background-color: #a47e4c;
  color: #fff;
  padding: 4px 10px;
  border-radius: 50%;
}

img.order-image-size {
  width: 100px;
  object-fit: contain;
  border-radius: 4px;
}

.order-product-dtls {
  display: flex;
  align-items: center;
}

.delivery-action {
  display: flex;
  align-items: center;
  column-gap: 8px;
  background-color: #a47e4c;
  color: #fff;
  padding: 6px 13px 6px 13px;
  border-radius: 4px;
}

.del-action-con {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 11px;
}

.hh-grayBox {
  padding-bottom: 20px;
}

.pt45 {
  padding-top: 45px;
}

.order-tracking {
  text-align: center;
  width: 33.33%;
  position: relative;
  display: block;
}

.order-tracking .is-complete {
  display: block;
  position: relative;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: 0px solid #afafaf;
  background-color: #f7be16;
  margin: 0 auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 2;
}

.order-tracking .is-complete:after {
  display: block;
  position: absolute;
  content: "";
  height: 14px;
  width: 7px;
  top: -2px;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  border: 0px solid #afafaf;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.order-tracking.completed .is-complete {
  border-color: #27aa80;
  border-width: 0px;
  background-color: #27aa80;
}

.order-tracking.completed .is-complete:after {
  border-color: #fff;
  border-width: 0px 3px 3px 0;
  width: 7px;
  left: 11px;
  opacity: 1;
}

.order-tracking p {
  color: #a4a4a4;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 20px;
}

.order-tracking p span {
  font-size: 14px;
}

.order-tracking.completed p {
  color: #000;
}

.order-tracking::before {
  content: "";
  display: block;
  height: 3px;
  width: calc(100% - 40px);
  background-color: #f7be16;
  top: 13px;
  position: absolute;
  left: calc(-50% + 20px);
  z-index: 0;
}

.order-tracking:first-child:before {
  display: none;
}

.order-tracking.completed:before {
  background-color: #27aa80;
}

.border-lastchild {
  border-bottom: 1px solid #eeeff4;
  padding: 8px 0px;
}

.border-lastchild:last-child {
  border-bottom: none;
}

.col-12.download-invoice {
  color: #b12d2f;
  font-weight: bold;
}

.download-invoice:hover {
  color: #a47e4c;
}

img.nofification-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}

.notification-badge {
  top: -7px !important;
  left: 55px !important;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.notification-actions {
  display: flex;
  align-items: center;
  column-gap: 22px;
  margin: 12px 13px;
}

.notify-icons {
  background-color: #b12d2f;
  padding: 2px 10px;
  color: #fff;
  border-radius: 3px;
  border: 1px solid white;
}

.notify-icons-disable {
  background-color: transparent !important;
  border: 1px solid #818181;
  color: #787878;
}

.notify-icons:hover {
  background-color: transparent !important;
  border: 1px solid #818181;
  color: #787878;
}

/* profile style end here  */

/* product style start here  */
.pro-filter-con {
  background-color: #fff;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  border: 1px solid #efefef;
  padding: 11px 14px;
}

ul.product-list li {
  list-style: none;
  padding: 1px 5px;
  font-size: 16px;
}

a.product-link {
  display: block;
  font-family: system-ui;
}

a.product-link:hover {
  color: #a47e4c;
  font-weight: 500;
}

a.product-link.active {
  color: #b80000;
  font-weight: bold;
}

.tp-product-tooltip-up::before {
  position: absolute;
  content: "";
  right: 46px;
  top: 64%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: rotate(90deg);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid var(--tp-common-black);
  border-bottom: 8px solid transparent;
}

.tp-product-action-btn:hover .tp-product-tooltip-up {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-8px) translateY(-50%);
  -moz-transform: translateX(-8px) translateY(-50%);
  -ms-transform: translateX(-8px) translateY(-50%);
  -o-transform: translateX(-8px) translateY(-50%);
  transform: translateX(-8px) translateY(-50%);
}

.tp-product-tooltip-up {
  position: absolute;
  top: -54%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -115%;
  font-weight: 500;
  font-size: 12px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  display: inline-block;
  width: max-content;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.tp-product-action-btn {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 2px;
  width: fit-content;
  height: 30px;
  padding: 18px 10px;
  font-size: 14px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border: 1px solid var(--tp-border-primary);
}

.product-shadow {
  box-shadow: 0px 4px 10px rgba(1, 15, 28, 0.14);
  border-color: var(--tp-common-white);
  margin-bottom: 26px;
}

.tp-product-content {
  padding: 9px 20px 12px 20px;
}

.cart-btn {
  border: 1px solid #b12d2f;
  background-color: #b12d2f;
  color: #fff;
  font-weight: 500;
  padding: 4px 29px;
  border-radius: 4px;
}

.cart-btn:hover {
  color: #fff;
  background-color: #a47e4c;
  border: 1px solid #a47e4c;
}

.border-radius-4 {
  border-radius: 4px !important;
}

.cart-btn:focus {
  color: #fff;
}

.product-badge {
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  padding: 2px 8px;
  line-height: 16px;
  border-radius: 40px;
}

.product-badge.instock {
  background-color: rgb(25 135 84);
}

.product-badge.new {
  background-color: #ff75a0;
}

.product-badge.soldout {
  background-color: #ffab73;
}

.input-shadow:focus {
  border-color: #a47e4c;
  box-shadow: 0px 0px 7px 0px #a47e4c;
}

.input-shadow:checked {
  background-color: #a47e4c;
  border-color: #a47e4c;
}

.price-range-slider {
  width: 100%;
  float: left;
  padding: 4px 7px 32px 7px;
}

.price-range-slider .range-value {
  margin: 0;
}

.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: -4px 0 3px 0;
}

.price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}

.price-range-slider .range-bar .ui-slider-range {
  background: #06b9c0;
}

.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #06b9c0;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle+span {
  background: #06b9c0;
}

.second-price-range-slider {
  width: 100%;
  padding: 4px 7px 32px 7px;
}

.second-price-range-slider .second-range-value {
  margin: 0;
}

.second-price-range-slider .second-range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: -4px 0 3px 0;
}

.second-price-range-slider .second-range-bar {
  border: none;
  background: #000;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}

.second-price-range-slider .second-range-bar .ui-slider-range {
  background: #06b9c0;
}

.second-price-range-slider .second-range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #06b9c0;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
}

.second-price-range-slider .second-range-bar .ui-slider-handle+span {
  background: #06b9c0;
}

.secound-txt {
  border-bottom: 1.8px solid #ac9262;
  padding-bottom: 5px;
}

button.btn.btn-filter {
  border: 1px solid #a47e4c;
  background-color: #a47e4c;
  color: #fff;
  display: flex;
  column-gap: 6px;
  align-items: center;
}

.size-filter-con {
  display: flex;
  flex-wrap: wrap;
}

.size-filter {
  border: 1px solid #a47e4c;
  padding: 4px 16px;
  margin: 5px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  border-radius: 4px;
  cursor: pointer;
}

.size-filter-active {
  background-color: #a47e4c;
  color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #a47e4c;
  background-color: #fff;
  box-shadow: unset;
  border-bottom: 1px solid #a47e4c !important;
  padding-bottom: 9px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #a47e4c;
  outline: 0;
  box-shadow: unset;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23a47e4c"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"%3e%3c/path%3e%3c/svg%3e');
  transform: var(--bs-accordion-btn-icon-transform);
}

.border-light {
  border-bottom: 1px solid #e7e7e7 !important;
  padding-bottom: 10px;
}

button.filter-loadmore {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: system-ui;
  background-color: #a47e4c;
  padding: 0px 8px;
  border-radius: 4px;
}

.tp-footer-widget-content ul li a {
  position: unset !important;
}

#filter-bottom {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: block;
  transition: bottom 0.3s;
  border-top: 1px solid #e0e0e2;
}

.filtercontenttab ul li a {
  display: block;
  color: #000;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}

.filter-bottom-con {
  font-size: 13px;
  font-family: system-ui;
  font-weight: 700;
  padding-left: 32px;
}

.filter-txt {
  font-size: 16px;
  padding-top: 3px;
  font-family: system-ui;
  font-weight: 700;
}

.filter-bottom-con .sub-txt {
  color: #767c7d;
  font-size: 13px;
}

.sortby-title {
  font-size: 16px;
  font-family: system-ui;
  font-weight: 700;
}

ul.filter-lists li {
  font-size: 15px;
  list-style: none;
  font-weight: 700;
  padding: 0px 10px 8px 10px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

a.product-link.mob-active {
  color: #b12d2f !important;
  font-weight: 700;
}

/* product style end here  */

/* product view page start here  */
.actual-price {
    font-size: 20px;
    font-weight: 700;
    margin-top: 4px;
    font-family: system-ui;
    color: #464545;
}
.mt--4{margin-top:4px;}
.offer-price {
    color: #b12d2f;
    font-size: 28px;
    font-weight: 700;
    font-family: system-ui;
    display: flex;
    align-items: start;
    column-gap: 9px;

}

.product-price-con {
  display: flex;
  align-items: center;
}

.tp-product-details-quantity .tp-cart-input[type="text"] {
  height: 36px;
  border-radius: 4px;
}

button.buy-btn {
  border: 1px solid #a47e4c;
  background-color: #a47e4c;
  color: #fff;
  padding: 7px 30px;
  border-radius: 6px;
}

.product-action-btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 15px;
}

button.buy-btn:hover {
  background-color: #000;
  border: 1px solid #000;
}

.shipping-modes {
  display: flex;
  align-items: center;
  margin: 17px 0px;
  column-gap: 23px;
}

.color-filter {
  font-size: 15px;margin-bottom:10px;
  font-weight: 600;
  color: #000;
}

.shipping-icon-con {
  display: flex;
  align-items: center;
  column-gap: 12px;
  background-color: #f3f5f6;
  padding: 7px 16px;
  border-radius: 4px;
}

.shipping-icon {
  color: #a47e4c;
  font-size: 19px;
  border: 1px solid #a47e4c;
  border-radius: 50%;
  padding: 5px 5px 2px 6px;
}

button.heart-btn {
    background-color: #ffffff;
    padding: 20px 14px !important;
    border-radius: 4px;
    margin-right: 6px;
    color: #b12d2f;
}

button.heart-btn:hover {
  background-color: #000;
  border: 1px solid #000;
}

.color-circle {
    padding: 16px 0px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    position: relative;
}

.text-justify {
  text-align: justify;
}

.color-circle-active:before {
  content: " ";
  padding: 1px 6px 12px 10px;
  position: absolute;
  top: 5px;
  right: 11px;
  border-bottom: 2px solid #fff;
  transform: rotate(312deg);
}

.color-circle-active {
  opacity: 0.8;
}

.color-circle-active:after {
  content: " ";
  border-right: 2px solid #fff;
  padding: 4px;
  position: absolute;
  top: 17px;
  right: 20px;
  transform: rotate(321deg);
}

.mini-cart-count {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  font-family: system-ui;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 10px;
  position: absolute;
  top: 0px;
  left: 39%;
  background-color: #fff;
}

.bg-border {
  border-bottom: 1px solid #e5e7e8;
  padding: 9px 0px;
}

img.minicart-image-size {
  width: 94px;
  height: 94px;
  object-fit: cover;
  border-radius: 4px;
}

.new-size {
  width: 72px !important;
  height: 24px !important;
}

.tp-cart-plus,
.tp-cart-minus {
  font-size: 12px;
}

.minus-plus-bg {
  background-color: #e5e7e8;
  padding: 3px;
  border-radius: 50%;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-18 {
  font-size: 18px;
}

.mini-cart-actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.minicart-price {
  display: flex;
  align-items: baseline;
  column-gap: 15px;
}

button.minicart-btn {
  background-color: #b12d2f;
  color: #fff;
  padding: 2px 10px;
  font-size: 16px;
  border-radius: 4px;
}

.minicart-actions {
  display: flex;
  align-items: center;
  column-gap: 19px;
  margin-top: 4px;
}

.minicart-border {
  border-bottom: 1px solid #efefef;
  padding: 9px 17px;
}

.minicart-border {
  border-bottom: 1px solid #efefef;
  padding: 9px 11px;
}

.minicart-border:nth-last-child(1),
.minicart-border:nth-last-child(2) {
  border-bottom: none;
  padding: 9px 11px;
}

.cart-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 8px;
  font-family: system-ui;
  font-size: 16px;
  font-weight: 500;
  background-color: #ffab73;
  color: #fff;
}

.checkout-btn {
  background-color: #4a245f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  font-family: system-ui;
  font-size: 16px;
  font-weight: 500;
}

.checkout-btn:hover {
  color: #fff;
  opacity: 0.9;
}

.mini-cart-height {
  height: 448px;
}

ul.about-item {
  padding: 0px 0px 0px 76px;
}

.mini-offer {
  margin-top: 30px;
}

.offer-txt {
  position: absolute;
  top: 25%;
  left: 22px;
}

.offer-txt {
  position: absolute;
  top: 35%;
  left: 25px;
  font-family: fantasy;
  font-size: 33px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  color: #4a245f;
}

.left-align {
  left: 40% !important;
}

.system-ui {
  font-family: system-ui;
}

img.company-logo {
  width: 81px;
  height: 81px;
  object-fit: contain;
}

.logo.main-logo-new {
  display: flex;
  align-items: center;
}

.logo-main-text {
  font-size: 22px;
  font-family: system-ui;
  font-weight: 700;
  color: #620f1d;
}

.logo-sub-txt {
  font-size: 13px;
  font-family: system-ui;
  letter-spacing: 2px;
  color: #5e0e1c;
}

.tp-footer-logo {
  margin-bottom: 22px;
  background-color: white;
  padding: 2px;
  border-radius: 4px;
}

.form-check-input[type="checkbox"] {
  cursor: pointer;
}

.about-product-details {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.delivary-add-txt {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  font-family: system-ui;
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: #f3f5f6;
  padding: 2px 85px 5px 18px;
  border-radius: 4px;
}

i.fa-regular.fa-circle-play.video-play-btn {
  font-size: 40px;
  color: #ffffff;
  font-weight: 300;
  /* position: absolute; */
  position: relative;
  background-color: #39393fd1;
  width: 100%;
  height: 100%;
  line-height: 90px;
}

/* product view page end here  */

/* product notification style start here  */
img.notification-img {
  width: 85px;
  height: 85px;
  object-fit: contain;
  border-radius: 4px;
}

a.dropdown-item.notification-con {
  display: flex;
  align-items: flex-start;
}

a.dropdown-item.notification-con {
  display: flex;
  align-items: flex-start;
  column-gap: 14px;
}

.tp-category-menu nav ul li {
  padding: 0 23px;
}

.main-menu.menu-style-1>nav>ul>li>a {
  font-size: 15px;
  padding: 6px 0px !important;
  font-weight: 600;
  font-family: system-ui;
}

/* product notification style end here  */

/* new nav bar start here  */
/* button.dropdown-btn.dropdown-toggle {
    background-color: #b12d2f;
    padding: 4px 47px;
    display: flex;
    align-items: center;
    column-gap: 54px;
    font-weight: 500;
    font-family: system-ui;
    font-size: 16px;
    color: #fff;
} */

.category-dropdown li {
  padding: 3px 173px 3px 71px;
  cursor: pointer;
  font-family: system-ui;
}

ul.dropdown-menu.category-dropdown.show {
  border-radius: 0px;
}

.catchey-txt {
  font-size: 15px;
  font-weight: 700;
  font-family: system-ui;
  color: #021d35;
}

/*
span.catchey-btn {
    background-color: #ffb21d;
    color: #000;
    padding: 4px 10px;
    border-radius: 4px;
}

@keyframes moveArrow {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
} */

.animate-arrow {
  font-size: 21px;
  font-family: monospace;
  font-weight: 600;
  color: #b12d2f;
  display: inline-block;
  animation: moveArrow 1s infinite;
}

/*
@keyframes colorChange {
    0% {
        color: #b12d2f;
    }
    50% {
        color: #000;
    }
    100% {
        color: #f5ca38;
    }
}

.catchy-txt-animation {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    animation: colorChange 3s infinite;
} */

button.dropdown-btn.dropdown-toggle {
  background-color: #2e364e;
  padding: 6px 141px 5px 141px;
  display: flex;
  align-items: center;
  column-gap: 54px;
  font-weight: 600;
  font-family: system-ui;
  font-size: 16px;
  color: #ffffff;
  border-left: 1px solid #e5e7e8;
  border-right: 1px solid #e5e7e8;
}

.catchey-txt {
  font-size: 15px;
  font-weight: 700;
  font-family: system-ui;
  color: #2e364e;
  padding: 5px 22px;
  background-color: #e3e4e7;
}

.animate-arrow {
  font-size: 21px;
  font-family: monospace;
  font-weight: 600;
  color: #2e364e;
  display: inline-block;
  animation: moveArrow 1s infinite;
}

span.catchey-btn {
  background-color: #2e364e;
  padding: 3px 10px;
  border-radius: 4px;
  color: #ffffff;
}

.cloth-img-height {
  background-size: 101%;
  height: 409px;
}

.cloth-btn-new {
  position: absolute;
  top: 65%;
}

.cloth-btn-new {
  position: absolute;
  top: 70%;
  left: 270px;
}

.color-gold {
  background-color: #a47e4c;
}

a.clothing-txt {
  position: absolute;
  top: 47%;
  font-size: 32px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.tp-header-search-btn button {
  background-color: #ffffff;
  color: #b12d2f;
}

.tp-header-search-box input {
  padding-left: 26px;
  padding-right: 85px;
  width: 100%;
  height: 38px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border: 0;
}

button.dropdown-btn.dropdown-toggle {
  background-color: #2e364e;
  padding: 6px 65px 5px 28px;
  display: flex;
  align-items: center;
  column-gap: 9px;
  font-weight: 600;
  font-family: system-ui;
  font-size: 16px;
  color: #ffffff;
  border-left: 1px solid #e5e7e8;
  border-right: 1px solid #e5e7e8;
  border-radius: 4px;
}

.tp-header-search-btn button {
  height: 36px;line-height:40px;
}

.tp-header-search-btn button {
  border-radius: 0px 29px 24px 0px;
}

.tp-header-search-wrapper {
  border-radius: 25px;
  position: relative;
  left: -77px;
}

span.catchey-btn {
  background-color: #a47e4c;
  border: 1px solid #a47e4c;
  padding: 7px 19px;
  border-radius: 4px;
  color: #ffffff;
  font-family: system-ui;
  font-weight: 600;
  position: relative;
  left: -38px;
}

.svg-pad {
  padding: 0px 39px 0px 0px;
}

.category-dropdown li {
  padding: 3px 124px 3px 71px;
  cursor: pointer;
  font-family: system-ui;
}

span.catchey-btn:hover {
  border: 1px solid #a47e4c;
  background-color: transparent;
  color: #a47e4c;
}

.dropdown {
  padding-left: 30px;
}

nav.tp-main-menu-content>ul {
  flex-direction: row;
}

img.frock-img {
  width: 22px;
}

a.cloth-btn-a {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.catchey-letter {
  font-size: 14.5px;
  font-family: system-ui;
  font-weight: 500;
}

.cloth-gold {
  display: none;
}

span.catchey-btn:hover .cloth-gold {
  display: block;
}

span.catchey-btn:hover .cloth-white {
  display: none;
}

/* new nav bar end here  */

/* Home page style start here  */
.tp-product-arrival-border {
  background-color: transparent;
}

.new-arrow-btn {
  border: 1px solid #979797 !important;
  color: #979797 !important;
}

.new-arrow-btn:hover {
  background-color: #b12d2f !important;
  color: #fff !important;
  border: 1px solid#b12d2f !important;
  ;
}

.clothing-bg {
  background-color: lavenderblush;
}

.tp-category-menu nav ul {
  position: absolute;
  left: -16px;
}

.nav-icon-txt {
  font-size: 12px;
  font-family: system-ui;
  font-weight: 500;
  color: #b12d2f;
}

img.whatsapp-icon {
  width: 16px;
  height: 16px;
  object-fit: cover;
}

.tp-product-thumb:before {
  /*content: "www.newtrendsfashion.com";*/
  content: "";
  position: absolute;
  top: 71%;
  color: #fefefe75;
  font-family: system-ui;
  font-size: 12px;
  background-color: #2929290f;
  padding: 0px 39px;
  letter-spacing: 1px;
}

.tp-product-thumb::after {
  content: "";
  position: absolute;
  top: 71%;
  color: #fefefe75;
  font-family: system-ui;
  font-size: 12px;
  background-color: #2929290f;
  padding: 0px 39px;
  letter-spacing: 1px;
}

.tp-product-category-thumb img {
  object-fit: cover;
}

.tp-product-thumb img {
  width: 100%;
  height: 247px;
  object-fit: cover;
}

.baner_top {
  background-size: 100%;
  background-position: right;
}

.tp-product-gadget-banner-title {
  font-size: 25px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.tp-product-gadget-banner-price {
  font-size: 16px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

h3.tp-product-gadget-banner-title.banner_content_align {
  position: absolute;
  top: 60%;
}

span.tp-product-gadget-banner-price.banner_price_align {
  position: absolute;
  top: 38%;
}

/* Home page style end here  */

/* search result style start here  */
ul.search-results-con li {
  list-style: none;
  padding-bottom: 9px;
  padding-top: 9px;
  border-bottom: 1px solid #dfdfdf;
}

ul.search-results-con li:last-child {
  border: none;
}

ul.search-results-con {
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    background-color: white;
    padding: 10px;
    top: 54px;
    left: -52px;
    width: 79%;
    height: 350px;
    border-radius: 5px;
}

ul.search-results-con li a:hover {
  background-color: #edf0f3;
  color: #b12d2f;
}

.notification-img-con.search-result-img img {
  width: 50px;
  height: 50px;
}

.search-result-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}

.view-all-btn {
  background-color: #2e364e;
  width: fit-content;
  color: #fff;
  padding: 4px 22px;
  font-family: system-ui;
  border-radius: 5px;
}

a.view-all-btn:hover {
  background-color: #a47e4c;
  color: #fff;
}

/* search result style end here  */

/* Wishlist style start here  */
.card-overflow {
  overflow-y: auto;
  height: 128px;
}

.wishlist-overflow-y::-webkit-scrollbar {
  width: 5px;
}

.wishlist-overflow-y::-webkit-scrollbar-thumb {
  background-color: #2e364e;
  border-radius: 6px;
}

.wishlist-overflow-y::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.wishlist-overflow-y::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* Wishlist style end here  */

/* Add to cart style start here  */

.row.cart-con {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cart-sub-con {
  background-color: aliceblue;
  padding: 20px;
  margin: 35px 50px;
  border-radius: 10px;
}

.cart-action-con {
  display: flex;
  align-items: center;
  column-gap: 33px;
}

.filter-lg-con {
  background-color: #efefef;
  color: #2e364e;
  padding: 4px 16px;
  border-radius: 4px;
}

.lg-filter-dropdown.show {
  padding: 17px;
}

.checkout-title {
  font-size: 20px;
  font-family: system-ui;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #2e364e54;
  padding-bottom: 10px;
  color: #2e364e;
}

ul.checkout-content {
  color: #2e364e;
  padding: 30px;
  line-height: 55px;
}

ul.checkout-content li {
  list-style: none;
  font-size: 17px;
  font-weight: 600;
  font-family: system-ui;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-btn1 {
  background-color: #2e364e;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
}

.cart-btn2 {
  background: #680d1c;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
}

.cart-checkout {
  background-color: lavenderblush;
  margin: 43px 0px 0px 0px;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  height: 307px;
}

.cart-action-con {
  display: flex;
  align-items: baseline;
  column-gap: 33px;
}

.cart-checkout.page-checkout-h {
  height: 350px;
  background-color: aliceblue;
}

.row.cart-con.checkout-page-con {
  padding: 30px 0px;
}

/* Add to cart style end here  */
.cart-else-imagecon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    flex-direction: column;
    padding: 12px 10px 45px 10px;
}
a.gold-button {
    border: 1px solid #a47e4c;
    background-color: #a47e4c;
    color: #fff;
    padding: 7px 30px;
    border-radius: 6px;
}
a.gold-button:hover {
    background-color: #000;
    border: 1px solid #000;
}
.cart-else-imagecon img {
    width: 250px;
}
.cartelse-md-txt {
    font-size: 16px;
    font-family: system-ui;
    font-weight: 700;
    margin-top: 10px;
}
.cartelse-sm-txt {
    font-size: 14px;
    font-family: system-ui;
    font-weight: 500;
    margin: 10px 10px 25px 10px;
    text-align:center;
}
.cartelse-sm-txt a {
    color: #b12d2f;
    font-weight: 600;
}
.cartelse-sm-txt a:hover {
    color: #a47e4c;
}
a.google-c-a-p-t-c-h-a {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    background-color: aliceblue;
    border: 1px solid;
    border-color: #dfecf7;
    padding: 5px 22px 2px 27px;
    /*width: 66%;*/
    width: 85%;
    border-radius: 4px;
}
.google-captcha-con {
    display: flex;
    justify-content: center;
}
.captcha-splict-line {
    width: 100%;
    border-bottom: 1px solid;
    border-color: #dfecf7;
    margin: 18px 0px 20px 0px;
}
a.google-c-a-p-t-c-h-a:hover {
    background-color: #fff;
}

ul.dropdown-menu.category-dropdown.show {
    height: 500px;
    overflow: auto;
}

ul.dropdown-menu.category-dropdown.show::-webkit-scrollbar {
  width: 5px; /* Set the width of the scrollbar */
}


ul.dropdown-menu.category-dropdown.show::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

ul.dropdown-menu.category-dropdown.show::-webkit-scrollbar-thumb {
  background: #cdcdcd; 
  border-radius:10px;
}

ul.dropdown-menu.category-dropdown.show::-webkit-scrollbar-thumb:hover {
  background: #2e364e; 
}
.category-dropdown li {
    padding: 3px 30px 3px 30px;
}
.category-dropdown li:hover {
    padding-left: 40px;
    color: #b12d2f;
    font-weight: 600;
}
/*Homepage correction two start here*/
    ul.dropdown-menu.category-dropdown.show {
        width: 90%;
    }
    h3.tp-product-gadget-banner-title.banner_content_align {
        position: absolute;
        top: 60%;
        width: 65%;
    }
    .tp-banner-thumb.include-bg.transition-3 {
        background-size: cover;
    }
    .offer_sec .tp-banner-title ,
    .offer_sec .tp-banner-content span{
        color: #286954;
        background-color: aliceblue;
        padding: 1px 17px;
        border-radius: 5px;
    }
    .slider-bg-align {
        height: 275px;
    }
    .tp-footer-contact-content p a {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
    }
    .term-content-align ul {
    padding-left: 33px;
}
    .term-content-align p ,
    .term-content-align ol{
    margin:0px;
}
.cart-subtotal {

    background-color: #2bb741;
}
.checkout-btn {
    text-transform: capitalize;
}
body {

    overflow-x: hidden;
}
.new-product-quantity i {
    cursor: pointer;
}
.tp-product-details-nav-main-thumb img {
    object-fit: cover;
    height: 542px;
}
.minicart-inner-h {
  height: 342px;
  overflow-x: hidden;
  overflow-y: auto;
}

.minicart-inner-h::-webkit-scrollbar {
  width: 5px;
}

.minicart-inner-h::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}

.minicart-inner-h::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.minicart-inner-h::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.lg-filter-dropdown.show {
    padding: 17px;
    z-index: 1;
}
ul.dropdown-menu.filter-lists.lg-filter-dropdown.show input ,
ul.dropdown-menu.filter-lists.lg-filter-dropdown.show label{
    cursor: pointer;
}
.tp-product-tab .nav-tabs {
    width: 100%;
    display: flex !important;
    justify-content: flex-start !important;
    padding-left: 0;
    column-gap: 15px;
}
.profile-navs {
  float: left;
  border: 1px solid #a47e4c;
  background-color: #a47e4c;
  width: 100%;
  height: auto;
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.profile-navs button {
  color: white;
  font-family: system-ui;
}

.profile-navs button.active {
  color: #2e364e;
}
.tp-cart-input[type=text] {
    height: 34px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #DADCE0;
    background-color: var(--tp-common-white);
    padding: 0 21px;
    border-radius: 20px;
}
/*Homepage correction two end here*/
.minicart-inner-h {
  height: 342px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.minicart-inner-h::-webkit-scrollbar {
  width: 5px;
}

.minicart-inner-h::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}

.minicart-inner-h::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.minicart-inner-h::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.product-badge.soldout{
  background-color: #bd2828;
}

/* Clothing home design start here  */
.cloth-img-height {
  background-size: cover;
  height: 410px;
}

.tp-slider-content p,
.tp-slider-title {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.tp-slider-item {
  background-position-y: 0px;
}

.cloth-img-height {
  background-position-y: -247px;
}

.tp-product-category-thumb img {
  object-fit: cover;
}

.offer-img {
  background-size: cover;
  background-position: right;
}

.tp-product-thumb img {
  width: 100%;
  height: 255px;
  object-fit: cover;
}

.offer-img1 {
  background-size: cover;
  background-position: right;
  background-position-x: -71px;
}

/* Clothing nhome design end here  */


.maga--cate--con {
  float: left;
  border: unset;
  background-color: #e7e0f2;
  height: 300px;
}

.maga--cate--con button {
    text-transform: capitalize;
    display: block;
    background-color: inherit;
    color: #2e364e;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 600;
    font-family: system-ui;
}

.maga--cate--con button:hover {
  background-color: #ddd;
}


.maga--cate--con button.active {
  background-color: #ccc;
}

.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
}

.new-maga-menu {
  background-color: #fff;
  position: absolute;
  top: 20%;
  z-index: 99;
  left: 3%;
  padding: 18px;
  border-radius: 5px;
  width: 92%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.maga--cate--con {
  float: left;
  background-color: unset;
  height: 300px;
  border-radius: 0px;
  padding: 10px;
  /*border-right: 2px solid #a47e4c;*/
  overflow: auto;
}

.maga--cate--con button:hover {
  background-color: unset;
  color: #65101d;
  padding-left: 25px;
}

.maga--cate--con button.active {
  background-color: #a47e4c;
  color: #ffffff;
  position: relative;
  border-radius: 5px;
  padding-left: 31px;
}

.maga--cate--con button.active:before {
  content: " ";
  border: 1px solid;
  padding: 9px 0px;
  position: absolute;
  top: 17px;
  left: 9px;
  transform: rotate(90deg);
}

.maga--cate--con button {
  padding: 12px 16px;
  margin-bottom: 12px;
}

.new-maga-menu {
  position: fixed;
  display: none;
  width: 92% !important;
}

/* .new-maga-menu {
  top: 119px;
}

.new-maga-menu {
  display: none;
}

.new-mega-dropdown:hover+.new-maga-menu {
  display: flex;
}

.new--navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.new--navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
} */

/* .new--dropdown {
  float: left;
  overflow: hidden;
} */


.new-maga-menu {
  top: 96px;
}

.new--dropdown .new--dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}

.new--dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* .new--dropdown:hover .new--dropdown-content {
  display: block;
  position: absolute;
  z-index: 99;
} */

.new--dropdown:hover .new--dropdown-content {
  display: block;
  position: absolute;
  z-index: 99;
  width: 1022px;
  left: -87px;
}

.new--navbar {
  overflow: visible;
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  color: transparent;
  /*height: 109px;*/
  /*bottom: -63px;*/
}

.new--dropdown .new--dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
  background-color: aliceblue;
  position: fixed;
  top: 53px;
  /*height: 74px;*/
}

.new--dropdown .new--dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: transparent;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
  background-color: transparent;
  position: fixed;
  top: 41px;
  width: 342px;
}

button.dropdown-btn.dropdown-toggle {
  background-color: #2e364e;
  padding: 6px 72px 8px 31px;
  display: flex;
  align-items: center;
  column-gap: 9px;
  font-weight: 600;
  font-family: system-ui;
  font-size: 16px;
  color: #ffffff;
  border-left: 1px solid #e5e7e8;
  border-right: 1px solid #e5e7e8;
  border-radius: 4px;
  /* position: absolute; */
  position: relative;
  /* left: 20%; */
}

.inner-mega-navs a {
  color: #2e364e;
  font-size: 17px;
  font-family: system-ui;
  font-weight: 400;
}

.inner-mega-navs {
  width: 70%;
  float: right;
}


.new-maga-menu {
  left: 10px;
}

.mega--nav-conn {
  height: 304px;
  overflow-y: auto;
  /* Enable vertical scrolling */
}

.new-maga-menu {
  width: 98% !important;
  left: 10px;
  /* This rule seems unrelated to scrolling, but I kept it */
}

.inner-mega-navs {
  width: 100%;
  float: right;
  height: 160px;
  overflow: auto;
  /* display: flex;
  flex-direction: column;
  flex-wrap: wrap; */
}

/* Customize scrollbar */
.inner-mega-navs::-webkit-scrollbar {
  width: 5px;
}

.inner-mega-navs::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.inner-mega-navs::-webkit-scrollbar-thumb {
  background: #690e1c;
  /* Color of the scrollbar handle */
}

.inner-mega-navs::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Color of the scrollbar handle on hover */
}

.row.inner-mega-navs a {
    font-weight: 500;
    color: #2e364e;
    text-transform: capitalize;
    font-size: 16px;
    font-family: system-ui;
}

.row.inner-mega-navs a:hover {
  color: #670d1c;
  font-weight: 600;
}
/* custom slider style end here  */

/**custom scroll  css**/

.searchscroll::-webkit-scrollbar {
  width: 8px;
}

.searchscroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.searchscroll::-webkit-scrollbar-thumb {
  background: #a47e4c;
  /* Color of the scrollbar handle */
}

.searchscroll::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Color of the scrollbar handle on hover */
}  

.menuscroll::-webkit-scrollbar { 
  width: 5px;
}

.menuscroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.menuscroll::-webkit-scrollbar-thumb {
  background: #a47e4c;
  /* Color of the scrollbar handle */
}

.menuscroll::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Color of the scrollbar handle on hover */
}

.product-list{
    height:200px;overflow-y:scroll;
}