@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --c1: #D3F897;
  --c2: #666;
  --c3: #0F1E00;
}

h2 {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 48;
}

h3 {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 25;
}

div {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 20px;
}

.nav-container {
  align-self: center;
  display: flex;
  width: 100%;
  max-width: 1367px;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

a.sheo {
  text-align: right;
  height: 50px;
}

.hero-section input#postalCode,
input#searchProduct {
  border: navajowhite;
  font-size: 16px;
  outline: 0;
  box-shadow: 4px 4px 20px #00000010;
  border-radius: 5px;
  width: 100%;
  min-height: 59px;
  padding: 3px 15px;
}

input#searchProduct {
  padding: 0 13px 0 36px;
}

.green-primary-btn {
  outline: 0;
  border: 0;
  color: #fff !important;
  padding: 15px 30px;
  background-color: #0F1E00;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
  text-align: center;
}

.country-select {
  top: 106px;
  margin-left: -24px !important;
}

.country-select img {
  width: 20px;
  margin-right: 10px;
}

.green-primary-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: var(--c1) transparent var(--c1) transparent;
  transform: rotate(-89deg);
}

.green-primary-btn:hover {
  color: #000 !important;
  box-shadow: inset 100vw 0 0 0 var(--c1);
}

.search-submit img {
  margin-right: 9px;
  margin-top: -2px;
}

.header .nav-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header .top-language-selector {
  position: relative;
}
.header .top-language-selector .language-drpdwn {
  position: absolute;
  background: #ffffff;
  list-style: none;
  padding: 15px;
  margin: 0;
  right: 0;
  top: 38px;
  border-radius: 8px;
  width: 400%;
  border: 1px solid black;
  display: none;
  z-index: 999;
}
.header .top-language-selector .language-drpdwn li {
  text-align: left;
}
.header .top-language-selector .language-drpdwn li:not(:last-child) {
  margin-bottom: 16px;
}
.header .top-language-selector .language-drpdwn li a {
  color: black;
  text-decoration: auto;
  font-size: 14px;
  font-weight: 400;
}
.header .top-language-selector .language-drpdwn li a img {
  width: 20px;
  margin-right: 12px;
}
.header .nav-links .user-controls .topnotification {
  position: relative;
}
.header .nav-links .user-controls .topnotification img#opennotification {
  background: #D3F897;
  padding: 10px;
  border-radius: 50%;
}
.header .nav-links .user-controls .topnotification #noticounter {
  position: absolute;
  top: 6px;
  right: 7px;
  font-size: 9px;
  background: #BB2124;
  line-height: 1;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav-links .user-controls .topnotification .notifications-box {
  position: absolute;
  right: -370%;
  top: 60px;
  box-shadow: 0px 0px 3px -1px #0000007d;
  background: #ffffff;
  border-radius: 8px;
  display: none;
  z-index: 999;
}
.header .nav-links .user-controls .topnotification .notifications-box ul:before {
  content: "";
  position: absolute;
  top: -23px;
  left: 58%;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 12px solid #d3f897;
  transform: rotate(90deg);
}
.upper-header .top-language-selector .uh-flag-icon {
  width: 24px;
}
.header .nav-links .user-controls .topnotification .notifications-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 8px solid #D3F897;
  position: relative;
  border-radius: 8px;
}
.header .nav-links .user-controls .topnotification .notifications-box ul li {
  display: flex;
  flex-direction: row;
  gap: 20px;
  text-align: left;
  align-items: center;
  padding: 15px;
}
.header .nav-links .user-controls .topnotification .notifications-box ul li:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
.header .nav-links .user-controls .topnotification .notifications-box ul li .box-image {
  position: relative;
}
.header .nav-links .user-controls .topnotification .notifications-box ul li .box-image .arrow-sett {
  position: absolute;
  bottom: 0;
  right: 0;
}
.header .nav-links .user-controls .topnotification .notifications-box ul li .box-data {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header .nav-links .user-controls .topnotification .notifications-box ul li .box-data .name {
  font-size: 13px;
  font-weight: 400;
  color: #0F1E00;
}
.header .nav-links .user-controls .topnotification .notifications-box ul li .box-data .message {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.header .nav-links .user-controls .topnotification .notifications-box ul li .box-data .hours {
  font-size: 10px;
  font-weight: 400;
  color: #000000;
}

.header a.courier-link {
  text-decoration: none;
  color: black;
}

.header a.partner-link {
  color: black;
  text-decoration: none;
}

.notification-icon:hover+.country-select,
.country-select:hover {
  display: block !important;
}

.profile-image:hover+.profile-img-opt,
.profile-img-opt:hover {
  display: block !important;
}

.cart-icon:hover+.notification-box,
.notification-box:hover {
  display: block !important;
}

.my-account-opt img {
  width: 60px;
}

.profile-img-opt {
  top: 115px !important;
  margin-left: 29px !important;
}

.profile-img-opt .my-account-opt {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}

.profile-img-opt .my-account-opt img {
  margin-bottom: 10px;
}

.my-account-opt-logout {
  margin-top: 10px;
}

.profile-img-opt .logout-img {
  width: 20px;
  margin-right: 9px;
}

.achiviment-section,
.why-choose-section {
  background: url('../images/Group\ 1676.png');
  background-position: right;
  background-repeat: no-repeat;

}

.sm-h3-title {
  font-weight: 600;
}

.achiviment-section .header-text {
  font-size: 15px;
}

.achiviment-section .watch-icon {
  width: 530px;
}

.watch-icon path {
  transition: 0.3s all;
  transform-box: fill-box;
  transform-origin: center;
}

.achiviment-section .watch-icon:hover path {
  transform: rotate(17deg);
}

.why-choose-section {
  padding-bottom: 80px;
}

.counter-value {
  font-size: 45px;
  color: #A4CD39;
  font-family: Inter;
  font-weight: 600;
  border-bottom: 1px solid #666666;
}

.counter-value:hover {
  font-size: 45px;
  color: #000;
  font-family: Inter;
  border-bottom: 1px solid #000;
}

.counter-value:hover~.counter-title {
  color: #A4CD39 !important;
}

.counter-title {
  font-size: 20px;
  font-weight: 400;
  margin-top: 5px;
}

.counter {
  width: 70%;
  background-color: #fff;
  padding: 20px 0;
}

.hov-tilt:hover {
  transform: rotate(20deg);
  transition: 2s ease-in-out;
}

.feature-card ul {
  padding-top: 8px;
  padding-left: 18px;
}

.feature-card:hover svg circle {
  fill: #000;
}

.feature-card:hover svg path {
  fill: #D3F897;
}

.button-with-triangle {
  position: relative;
  display: inline-block;
  padding: 12px 21px;
  background-color: #fff;
  color: #1d3016;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  border: 1px solid #98ce44;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
}

.button-with-triangle:hover {
  color: #fff;
  box-shadow: inset 250px 0 0 0 #A4CD39;
}

.hero-sec-carousel {
  padding-top: 50px;
}

.hero-sec-carousel .carousel-item img {
  max-height: 402px;
  max-width: 402px;
  min-height: 402px;
  margin: auto;
}

.hero-title {
  font-weight: 600;
}

.button-with-triangle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #A4CD39 transparent #A4CD39 transparent;
  transform: rotate(-89deg);
}

.product-storage select {
  width: 100%;
  color: #0F1E00;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 10px;
}
.product-acc-data .accordion .accordion-item {
  border: none !important;
}
.product-acc-data .accordion .accordion-item button {
  padding: 10px;
  background: unset !important;
  border: none !important;
  box-shadow: none !important;
  color: #0F1E00;
  font-size: 17px;
  font-weight: 700;
}
.product-acc-data .accordion .accordion-item:not(:last-child) {
  padding-bottom: 17px;
}
.product-acc-data .accordion .accordion-item .accordion-body {
  padding: 10px;
  color: #666666;
  font-size: 17px;
  font-weight: 400;
}
.partners-container .slide-track img {
  width: 150px !important;
}

.carousel-indicators.product-detail-data {
  position: relative;
  margin: 15px 0 !important;
  padding: 0 !important;
  display: block;
}
.carousel-indicators.product-detail-data ul {
  list-style: none;
  padding: 0;
  margin: 7px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.item-seller-details-section #about-this-seller .all-reviews-tab button {
  background: none;
  font-size: 18px;
  font-weight: 400;
  border-width: 3px;
}
.item-seller-details-section #about-this-seller #this-item a {
  width: 65%;
  padding: 10px 50px;
}
.carousel-indicators.product-detail-data ul img {
  opacity: 1;
  height: auto;
  width: auto;
  border: none;
  margin: 0;
  padding: 0;
}
.item-seller-details-section .product-details-rating {
  margin: 25px 0;
}
.item-seller-details-section .product-seller-review .item-seller-box .item-seller-details h4 {
  font-size: 17px;
  font-weight: 700;
}
.item-seller-details-section .product-seller-review p:last-child {
  font-size: 16px;
}
.carousel-indicators.product-detail {
  position: relative;
  display: block;
  margin: 0;
}
.carousel-indicators.product-detail ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.carousel-indicators.product-detail ul img {
  width: 88px;
  height: auto;
  border: none;
  margin: 0 0 25px 0;
  opacity: 1;
}
.product-details-section .product-images-carousel {
  margin-left: -80px;
  z-index: 999;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}
.carousel-indicators.product-detail-data input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.carousel-indicators.product-detail-data [type=radio] + img {
  cursor: pointer;
}
.carousel-indicators.product-detail-data [type=radio]:checked + img {
  outline: 3px solid #D3F897;
}
#carouselExampleIndicators .img-boxzoom {
  position: absolute;
  z-index: 999;
  right: -10px;
  top: -5px;
  width: 70px;
  cursor: pointer;
}
.product-details-col .product-carousel-seller {
  font-size: 15px;
}
.product-details-section .product-images-carousel .carousel-item img {
  height: auto;
}
#about-this-item {
  margin-top: 32px;
}

.logo-wrapper {
  display: flex;
  gap: 26px;
}

.header-logo {
  object-fit: contain;
  object-position: center;
  width: 165px;
  max-width: 100%;
  margin: auto 0;
}

.header .search-button-wrapper {
  height: auto;
}
.header .search-button-wrapper img:nth-child(2) {
  filter: brightness(0%);
  object-fit: scale-down;
}
.header .search-button-wrapper {
  height: auto;
  right: 15px;
}
.header .search-container input#searchProduct {
  box-shadow: none;
  border: 1px solid #666666;
  min-height: auto !important;
  padding: 12px 13px 12px 36px;
  font-size: 14px;
}

.nav-links {
  display: flex;
  color: var(--c3, #0f1e00);
  flex-wrap: wrap;
  margin: auto 0;
  font: 400 20px Inter, sans-serif;
}

.nav-button {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-right: 19px;
}

.courier-link {
  background-color: rgba(255, 255, 255, 1);
  fill: var(--c4, #fff);
  padding: 15px 19px;
}

.partner-link {
  background-color: rgba(255, 255, 255, 1);
  fill: var(--c4, #fff);
  padding: 15px 34px;
}

.user-controls {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: var(--c4, #fff);
  white-space: nowrap;
  text-align: right;
  margin: auto 0;
}

.language-select {
  align-self: stretch;
  flex-grow: 1;
  margin: auto 0;
}

.language-icon {
  aspect-ratio: 1.86;
  object-fit: contain;
  object-position: center;
  width: 13px;
  fill: var(--c4, #fff);
  align-self: stretch;
  margin: auto 0;
}

.notification-icon {
  aspect-ratio: 1.5;
  object-fit: contain;
  object-position: center;
  width: 33px;
  align-self: stretch;
  margin: auto 0;
}

.cart-icon {
  aspect-ratio: 0.95;
  object-fit: contain;
  object-position: center;
  width: 41px;
  align-self: stretch;
}

.profile-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 39px;
  border-radius: 50%;
  align-self: start;
}

/* .notification-box .dropdown-item {
  text-wrap: wrap;
  color: #ababab;
  font-size: 13px;
  font-weight: 400;
  padding: 8px 16px;
} */

.notification-box {
  max-width: 450px !important;
  top: 118px;
  right: 16px;
}

.notification-box li .notification-dot {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 5px;
}

.notification-box li {
  position: relative;
}

.notification-box .dropdown-item {
  display: flex;
  align-items: start;
}

.notification-box .dropdown-item img {
  width: 20px;
  margin-right: 10px;
}

.coming-soon-title {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 90px;
  text-align: center;
  color: #0F1E00;
}

.coming-soon-text {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 17px;
  text-align: center;
}

.order-time-delivery a {
  padding: 10px 50px;
}
.order-address-payment .button-with-triangle:hover img {
  filter: contrast(0) brightness(2);
}
.order-address-payment .button-with-triangle:hover {
  color: #D3F897;
}

.countdown-box {
  padding: 10px 33px;
  background-color: #fff;
  margin: 0px 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.countdown-box .time-txt {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}

.countdown-box div {
  color: #000000;
  font-size: 35px;
  font-weight: 600;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hero-section {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  align-items: end;
  padding: 40px 70px 0;
  padding-bottom: 100px;
}

.hero-background {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}

.content-wrapper {
  position: relative;
  z-index: 10;
  /* margin-bottom: -115px; */
  width: 100%;
  max-width: 1585px;
}
.hero-section .content-columns .right-column .image-container {
  margin-bottom: -122px;
}

.content-columns {
  gap: 40px;
  display: flex;
}

.left-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 50%;
  margin-left: 0;
}

.hero-content {
  position: relative;
  display: flex;
  margin-top: 65px;
  width: 100%;
  flex-direction: column;
  align-items: start;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.hero-title {
  color: var(--c3, #0f1e00);
  font-size: 48px;
  width: 100%;
  margin-bottom: 0px;
  font-family: 'Inter';
}

.hero-subtitle {
  color: #468b00;
  font-size: 21px;
  margin-top: 8px;
}

.search-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.search-input {
  color: var(--c2, #666);
  margin: auto 0;
}

.search-button-wrapper {
  color: #fff;
  position: absolute;
  right: 12px;
  height: 70%;
}
.search-button-wrapper > button {
  min-height: 100%;
  height: 100%;
  padding: 0 24px;
}

.mega-header-container .search-button-wrapper {
  flex-direction: row;
}

.search-button-wrapper .camera-icon {
  width: 27px;
  margin-right: 20px;
  cursor: pointer;
}

.header-categories .search-button-wrapper{
  flex-direction: row;
}

.search-button {
  background: var(--c3, #0f1e00);
  display: flex;
  gap: 9px;
  padding: 15px 30px;
  border: none;
  cursor: pointer;
}

.search-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 20px;
  fill: var(--c3, #fff);
  margin: auto 0;
}

.right-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 50%;
  margin-left: 20px;
}

.hero-section .right-column {
  margin-left: 75px;
}

.image-container {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
}

.hero-image {
  aspect-ratio: 1.07;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.hero-image:hover {
  transform: rotate(8deg);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.why-choose-section .content-column {
  justify-content: center;
}

.why-choose-section .section-subtitle {
  font-size: 18px;
  margin: 0px !important;
  background-color: #fff;
}

.why-choose-section h2.section-title {
  font-size: 40px;
  text-align: left;
}

.content-wrapper {
  gap: 20px;
  display: flex;
}

.image-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 43%;
  margin-left: 0;
}

.image-container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.hero-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.dot-container {
  position: relative;
  align-self: end;
  display: flex;
  width: 88px;
  gap: 20px;
  justify-content: space-between;
}

.green-dot {
  background-color: rgba(0, 104, 55, 1);
  border-radius: 50%;
  display: flex;
  width: 27px;
  height: 27px;
}

.small-dot {
  border-radius: 50%;
  background: var(--c1, #a4cd39);
  align-self: start;
  display: flex;
  margin-top: 15px;
  width: 11px;
  height: 11px;
}

.accent-dot {
  position: relative;
  background-color: rgba(164, 205, 57, 1);
  border-radius: 50%;
  display: flex;
  margin-top: 343px;
  width: 22px;
  height: 22px;
}

.content-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 57%;
  margin-left: 20px;
}

.content-wrapper-inner {
  display: flex;
  margin-top: 74px;
  width: 100%;
  flex-direction: column;
  align-items: start;
  font-family: Inter, sans-serif;
}

.section-subtitle {
  color: var(--c2, #666);
  font-size: 20px;
  font-weight: 700;
  margin-left: 19px;
}

.section-title {
  color: var(--c3, #0f1e00);
  font-size: 48px;
  font-weight: 600;
  margin-top: 20px;
}

.features-grid {
  align-self: stretch;
  display: flex;
  margin-top: 40px;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
}

.feature-card {
  display: flex;
  flex: 1;
}

.feature-card:hover .feature-content {
  box-shadow: inset -300px 0 0 0 #f4ffd8;
}

.feature-content {
  background: var(--c4, #fff);
  display: flex;
  flex-direction: column;
  align-items: start;
  flex-grow: 1;
  flex-basis: 0;
  width: fit-content;
  padding: 22px;
  transition: 0.4s all;
}

.feature-content svg {
  width: 80px;
}
.feature-icon {
  display: flex;
  width: 107px;
  height: 111px;
}

.feature-title {
  color: #455619;
  margin-top: 12px;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 20px;
}

.feature-description {
  color: var(--c3, #0f1e00);
  font-size: 13px;
  font-weight: 400;
  margin-top: 0px;
  line-height: 19px;
}

.feature-content ul li {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.divider {
  background-color: rgba(255, 237, 231, 1);
  align-self: start;
  display: flex;
  width: 0;
  height: 428px;
}

.decorative-dot {
  background-color: rgba(194, 173, 173, 1);
  border-radius: 50%;
  display: flex;
  width: 22px;
  height: 22px;
  margin: auto 0;
}
.pros {
  text-align: center;
}
.pros img {
  width: 70%;
}

.app-section .header-text {
  font-size: 15px;
}

.app-section {
  background-color: rgba(211, 248, 151, 1);
  display: flex;
  margin-top: 54px;
  width: 100%;
  flex-direction: column;
  align-items: start;
  padding: 50px 100px;
}

.app-section .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-wrapper {
  display: flex;
  gap: 8px;
  color: var(--c2, #666);
  font: 400 20px Inter, sans-serif;
}

.indicator-dot {
  border-radius: 50%;
  background: var(--c1, #a4cd39);
  width: 11px;
  height: 11px;
  margin: auto 0;
}
.indicator-dot-pp {
  border-radius: 50%;
  background: #000;
  width: 11px;
  height: 11px;
  margin: auto 0;
}

.header-text {
  font-weight: 700;
  color: rgba(102, 102, 102, 1);
}

.main-title {
  color: var(--c3, #0f1e00);
  margin-top: 20px;
  font: 600 38px Inter, sans-serif;
}

.store-buttons {
  /* display: flex; */
  gap: 9px;
  flex-wrap: wrap;
  margin: 30px 0 -44px;
}

.store-button {
  aspect-ratio: 3.4;
  object-fit: contain;
  object-position: center;
  width: 25%;
  max-width: 100%;
}

.store-button-alt {
  aspect-ratio: 3.38;
  object-fit: contain;
  object-position: center;
  width: 25%;
  max-width: 100%;
}

.store-button-rounded {
  aspect-ratio: 3.4;
  object-fit: contain;
  object-position: center;
  width: 25%;
  border-radius: 10px;
  max-width: 100%;
}

.partners-section .section-title {
  font-size: 50px;
}

.partners-section .header-text {
  font-size: 18px;
}

.partners-section {
  border-radius: 20px;
  background-color: rgba(211, 248, 151, 1);
  display: flex;
  margin-top: 60px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  color: #000;
  justify-content: center;
  padding: 30px 80px;
  font: 600 26px Inter, sans-serif;
}

.partners-container {
  display: flex;
  margin-left: 11px;
  width: 1152px;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
}

.header-wrapper {
  display: flex;
  width: 164px;
  max-width: 100%;
  gap: 8px;
  font-size: 20px;
  color: var(--c2, #666);
  font-weight: 400;
}

.header-dot {
  border-radius: 50%;
  background: var(--c1, #a4cd39);
  background-color: var(--c1, #a4cd39);
  display: flex;
  width: 11px;
  height: 11px;
  margin: auto 0;
}

.header-text {
  flex-grow: 1;
  width: 143px;
  font-weight: 700;
  color: rgba(102, 102, 102, 1);
}

.section-title {
  color: var(--c3, #0f1e00);
  text-align: center;
  font-size: 48px;
  margin-top: 12px;
  margin-bottom: 0px;
}

.partners-row-top {
  border-radius: 20px;
  align-self: stretch;
  display: flex;
  margin-top: 34px;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  transition: transform 0.5s ease;
}

.partner-card {
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 22px;
  padding: 5px 20px;
}

.partner-logo {
  aspect-ratio: 1.06;
  object-fit: contain;
  object-position: center;
  width: 44px;
}

.partner-name {
  margin: auto 0;
  font-size: 15px;
}

.partners-row-bottom {
  display: flex;
  margin-top: 30px;
  width: 784px;
  max-width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.partners-slider {
  overflow: hidden;
  position: relative;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-147px * 8));
    transform: translateX(calc(-147px * 8));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-147px * 8));
    transform: translateX(calc(-147px * 8));
  }
}

.footer-container {
  align-self: center;
  margin-top: 100px;
  width: 100%;
 /* max-width: 1355px;*/
}

.footer-container .store-buttons img {
  width: 125px !important;
}

.footer-columns {
  gap: 20px;
  display: flex;
}

.company-section {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 20%;
}

.company-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: start;
  color: var(--c3, #0f1e00);
  font: 400 16px Inter, sans-serif;
}

.section-title {
  font-size: 26px;
  font-weight: 600;
  align-self: stretch;
}

.nav-link {
  margin-top: 20px;
}

.nav-link a {
  text-decoration: none;
  color: #000
}

.nav-link-first {
  margin-top: 30px;
}

.customer-section {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 26%;
  margin-left: 20px;
}

.customer-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  color: var(--c3, #0f1e00);
  font: 400 16px Inter, sans-serif;
}

.help-section {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 17%;
  margin-left: 20px;
}

.help-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  color: var(--c3, #0f1e00);
  font: 400 16px Inter, sans-serif;
}

.payment-section {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 37%;
  margin-left: 20px;
}

.payment-content {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.payment-options {
  display: flex;
  width: 100%;
  padding-left: 8px;
  flex-direction: column;
}

.payment-icons {
  display: flex;
  margin-top: 12px;
  gap: 10px;
}

.payment-icon {
  object-fit: contain;
  object-position: center;
}

.payment-icon-1 {
  aspect-ratio: 1.45;
  width: 60px;
}

.payment-icon-2 {
  aspect-ratio: 1.51;
  width: 60px;
}

.payment-icon-3 {
  aspect-ratio: 1.56;
  width: 65px;
  margin: auto 0;
}

.payment-icon-4 {
  aspect-ratio: 1.53;
  width: 65px;
  align-self: start;
}

.app-stores {
  align-self: start;
  display: flex;
  margin-top: 21px;
  align-items: start;
  gap: 5px;
}

.app-store-icon {
  object-fit: contain;
  object-position: center;
}

.app-store-1 {
  aspect-ratio: 3.69;
  width: 115px;
}

.app-store-2 {
  aspect-ratio: 2.65;
  width: 73px;
  margin-top: 6px;
}

.security-section {
  display: flex;
  margin-top: 26px;
  width: 100%;
  flex-direction: column;
  align-items: start;
  padding: 0 56px 0 8px;
}

.security-icons .security-icon-1, .security-icons .security-icon-2 {
  width: 65px;
}

.security-icons {
  display: flex;
  margin-top: 14px;
  gap: 7px;
}

.security-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}

.footer-container .section-title {
  text-align: left;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.footer-container {
  width: 100%;
  margin: auto;
  margin-top: 40px;
  padding-top: 40px;
  background: #F5F5F5;
}

.footer-container h3 {
  font-family: 'Inter', sans-serif;
  text-align: center;
  font-size: 32px;
  margin-bottom: 0px;
}

.footer-container .store-buttons {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footerintro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgb(206, 206, 206);
  padding-top: 20px;
  padding-bottom: 10px;
}

.footerintro p {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 15px;
  color: #0F1E00;
  margin-bottom: 0;
}

.footerintro p a {
  color: #0F1E00;
}

.footerintro .two {
    font-size: 16px;
    width: 20%;
    display: flex;
    justify-content: flex-end;
}

.footerintro .two a:not(:last-child) img {
  margin-right: 17px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-147px * 5));
    transform: translateX(calc(-147px * 5));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-147px * 5));
    transform: translateX(calc(-147px * 5));
  }
}

@-webkit-keyframes scroll-bottom {
  0% {
    -webkit-transform: translateX(calc(-147px * 5));
    transform: translateX(calc(-147px * 5));
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes scroll-bottom {
  0% {
    -webkit-transform: translateX(calc(-147px * 5));
    transform: translateX(calc(-147px * 5));
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slider-wrk {
  background: pr;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 1000px;
  margin-top: 20px;
}

.slider-bottom {
  width: 530px !important;
}

.slider-wrk .slide-track {
  -webkit-animation: scroll 25s linear infinite;
  animation: scroll 25s linear infinite;
  display: flex;
  width: calc(147px * 10);
}

.slider-bottom .slide-track {
  -webkit-animation: scroll-bottom 25s linear infinite !important;
  animation: scroll-bottom 25s linear infinite;
}

.slider-wrk .slide {
  height: 51px;
  width: 147px;
}

.resp-user-controls {
  display: none;
}

.upper-header {
  padding: 13px 0px;
  background-color: var(--c3);
  /* display: flex;
  justify-content: space-between; */
}

.upper-header .uh-icon-boxes {
  font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.uh-icons-container {
  gap: 20px;
}

.uh-mid-icon-boxes {
  font-size: 14px;
  color: var(--c1) !important;
  font-weight: 400;
}

button.uh-icon-boxes {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
}

.language-selector {
  display: flex;
  cursor: pointer;
}

.uh-language-selector {
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  gap: 7px;
  align-items: center;
}

.uh-language-selector .uh-flag-icon {
  width: 22px;
}

.uh-language-selector:hover+.country-select {
  display: block;
}

.language-selector .country-select {
  top: 34px !important;
  margin-left: 0 !important;
  /* right: 0; */
}

.header.home .mega-header-container {
  padding: 13px 0px; 
}
.mega-header-container {
  display: flex;
  padding: 25px 0px;
  justify-content: space-between;
  border-bottom: 1px solid #EEEEEE;
}
.header .header-categories .header-categories-container .categories-title {
  font-size: 23px;
}
.header .header-categories .header-categories-container #wor-game .nav-item.dropdown a {
  font-size: 16px;
}
.header .header-categories .header-categories-container {
  gap: 20px;
}

.mega-header-container .profile-img-opt {
  top: 110px !important;
  right: 0;
  margin-left: 0 !important;
}

.mega-header-container .green-primary-btn{
  padding: 7px 30px;
}

.mega-header-container .search-input{
  min-height: 70px !important;
}

.c1-highlighted-color {
  color: var(--c1);
}

.promotional-products-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pp_large-offer-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 48px;
  color: #fff;
  margin-left: 32px;
}

.pp_large-offer {
  background-color: var(--c3);
  padding: 39px 20px 0 0;
  display: flex;
  align-items: center;
  border-radius: 20px;
  flex-basis: 70%;
}

.pp_large-offer img {
  margin-bottom: -36px;
}

.pp_large-sm-title {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}

.pp_sm-offer {
  background: url('../images/Rectangle\ 31.png') no-repeat center center/cover;
  border-radius: 20px;
  padding: 40px;
  flex-basis: 30%;
}

.promotional-products-section>.container>div {
  gap: 20px;
}

.pp_h1-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 64px;
  color: var(--c3);
}

.recommended-products-section {
  margin-top: 60px;
}

.product-description {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--c2);
  margin-top: 10px;
}

.product-carousel-card {
  border: 0 !important;
  border-radius: 10px !important;
}

.product-carousel-card .card-body {
  padding: 30px;
  background-color: #f9f9f9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
}

.product-carousel-card .card-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: var(--c3);
}

.product-rating {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--c2);
  display: flex;
  align-items: center;
  gap: 2px;
}

.product-carousel-card .card-title {
  margin-bottom: 0;
}

.product-carousel-details {
  display: flex;
  justify-content: space-between;
}

.product-carousel-card .product-carousel-details .product-carousel-pricing {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 15px;
}

.product-carousel-card .product-carousel-details .product-carousel-price {
  margin-bottom: 10px;
}

.product-carousel-card .product-carousel-details .product-carousel-price,
.product-carousel-card .product-carousel-details .product-carousel-seller {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 15px;
}

.product-carousel-card .product-carousel-details .product-carousel-condition {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 14px;
}

.product-carousel-card .green-primary-btn {
  text-decoration: none;
  position: relative;
  display: block;
  text-align: center;
  margin-top: 30px;
}

.product-carousel-card .green-primary-btn {
  font-size: 20px;
  font-weight: 400;
}

.product-carousel-card .green-primary-btn:hover {
  box-shadow: inset 400px 0 0 0 #A4CD39;
}

.light-green-btn {
  background-color: var(--c1);
  color: var(--c3);
  padding: 15px 50px;
}

.light-green-btn::after {
  border-color: var(--c3) transparent var(--c3) transparent;
}

.light-green-btn:hover {
  box-shadow: inset 250px 0 0 0 var(--c3);
}

.product-carousel-img-container {
  position: relative;
}

.product-carousel-img-container .countdown-box .time-txt {
  font-size: 14px;
  margin-bottom: 5px;
}

.product-carousel-img-container .countdown-box div {
  font-size: 26px;
  font-weight: 500;
}

.product-carousel-img-container .countdown-box {
  padding: 9px 17px;
  margin: 0 5px;
  flex: unset;
}

.product-timer-container {
  position: absolute;
  bottom: 20px;
  transform: translate(-50%, 0);
  left: 50%;
}

.product-carousel-img-container .quantity-badge {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background-color: var(--c1);
  padding: 10px;
  border-radius: 2px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.discount-badge {
  font-family: 'Inter';
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #fff !important;
  background-color: #ff0000 !important;
  padding: 5px !important;
  border-radius: 2px !important;
}

.sold-pieces-badge {
  font-family: 'Inter';
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #fff !important;
  background-color: var(--c3) !important;
  padding: 5px !important;
  border-radius: 2px !important;
  margin-bottom: 10px;
}

.sale-badge {
  font-family: 'Inter';
  font-weight: 400 !important;
  font-size: 14px !important;
  color: var(--c3) !important;
  background-color: #fff !important;
  padding: 10px !important;
  border-radius: 2px !important;
  margin-bottom: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.product-carousel-card .hover-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000090;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s all ease-in;
}

.product-carousel-card .hover-overlay:hover {
  opacity: 1;
}

.product-carousel-card .hover-overlay .wishlist-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.products-slider {
  margin-top: 40px;
}

.products-slider .carousel-control-next,
.products-slider .carousel-control-prev {
  width: unset !important;
  opacity: 1 !important;
}

.products-slider .carousel-control-next {
  right: -25px !important;
}

.products-slider .carousel-control-prev {
  left: -25px !important;
}

.trending-products-section,
.today-deals-products-section {
  margin-top: 50px;
}

.lp_sec-header {
  display: flex;
}

.lp_sec-header .badge {
  background-color: #ff0000;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 17px;
  padding: 10px 20px;
  border-radius: 2px;
  margin-right: 30px;
}

.lp_sec-header .product-rating {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--c3);
}

.lp_sec-header .product-rating img {
  margin-right: 3px;
  width: 115px;
}

.lp-sec-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 50px;
  color: var(--c3);
  margin: 20px 0;
}

.lp-sec-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: var(--c3);
}

.lp-sec-pricing {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: var(--c3);
  margin: 20px 0 30px 0;
}

.lp-sec-btn {
  display: flex;
  gap: 20px;
}

.lp-sec-btn .button-with-triangle {
  padding: 15px 54px;
}

.large-promotional-product-section .lp-sec-btn a {
  border: none;
}
.large-promotional-product-section .lp-sec-btn .button-with-triangle:after {
  border-color: var(--c1) transparent var(--c1) transparent;
}
.large-promotional-product-section .lp-sec-btn .button-with-triangle:first-child:hover {
  box-shadow: none !important;
  background: transparent !important;
  color: unset;
}
.promotional-products-section .pp_large-offer {
  justify-content: space-between;
}
.promotional-products-section .pp_large-offer .pp_large-offer-title, .promotional-products-section .pp_large-offer .c1-highlighted-color {
  font-size: 42px;
}
.promotional-products-section .pp_large-offer img {
  width: 28%;
}
.promotional-products-section .pp_sm-offer .pp_large-sm-title {
  font-size: 26px;
}

.lp-sec-btn .green-primary-btn {
  text-decoration: none;
  position: relative;
  text-align: center;
  padding: 15px 54px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.large-promotional-product-section {
  padding: 133px 0;
  background: url('../images/Group\ 1678.png');
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.font-30 {
  font-size: 30px !important;
}

.large-promotional-product-section>img {
  position: absolute;
  top: 0;
  right: 0;
}

.top-sellers-products-section {
  margin-bottom: 50px;
}

.radius-range-header label,
.radius-range-header p {
  color: var(--c3);
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}

.radius-range-container .radius-range::-webkit-slider-thumb {
  background: var(--c3);
}

.radius-range-container {
  margin-top: 10px;
}

.mega-header-container .user-controls .profile-image {
  width: 42px;
}

.header-categories .next {
  position: absolute;
  right: 0;
}

.header-categories-container {
  display: flex;
  align-items: center;
}

.header-categories{
  padding: 13px 30px;
  background-color: var(--c1);
}

.header-categories-container .next {
  position: absolute;
  right: 0;
}

.header-categories-container .prev,
.header-categories-container .next {
  background-color: transparent;
  outline: 0;
  border: 0;
  background-color: var(--c1);
  z-index: 2;
}

.slider-container {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.categories-list {
  list-style: none;
  display: flex;
  transition: transform 0.3s ease-in-out;
  padding: 0;
  margin: 0;
  align-items: center;
  gap: 40px;
  min-width: 180%;
  margin-left: 40px;
}

.category-item a {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  color: var(--c3);
  font-weight: 400;
  text-decoration: none;
}

.category-item a img{
  margin-left: 8px;
}

.header-categories-container .categories-title{
  font-family: 'Inter';
  font-size: 26px;
  font-weight: 600;
  color: var(--c3);
  margin-top: 6px;
}

.lp-img-hidden{
  display: none;
}

.desk-hidden{
  display: none;
}

.resp-hidden{
  display: block;
}

.header-categories-container.resp-hidden{
  display: flex;
}

.product-details-section{
  margin-top: 60px;
}

.product-images-carousel .carousel-indicators{
  margin: unset !important;
  bottom: -205px !important;
}

.product-images-carousel .carousel-indicators [data-bs-target]{
  width: 100% !important;
  height: auto;
  border-radius: 10px;
  background-color: transparent !important;
  min-width: 96px;
}

.product-images-carousel .carousel-item img{
  border-radius: 10px;
  height: 580px;
}

.product-details-title {
  font-family: 'Inter';
  font-size: 46px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

.product-details-short-desc{
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  text-align: left;
  color: var(--c2);
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.more-details-title{
  font-family: Inter;
  font-size: 26px;
  font-weight: 600;
  line-height: 31.47px;
  text-align: left;
}

.more-details-text{
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  text-align: left;
  color: var(--c2);
}

.product-color-switcher-container .color-switcher{
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.product-color-switcher-container .color-switcher-active{ 
  border: 1px solid #000000;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  background-color: transparent;
}

.product-color-switcher-container .color-switcher-round{
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 50%;
  background-color: #000000;
}

.product-more-details-container{
  border-bottom: 1px solid #eee;
}

.product-quantity-input{
  padding: 6px 0;
  border: 1px solid var(--c3);
  border-radius: 5px;
  margin-right: 20px;
}

.product-quantity-input input{
  font-family: Inter;
  font-size: 19px;
  font-weight: 600;
  line-height: 31.47px;
  text-align: left;
  color: #000;
  background-color: #EEEEEE;
  border: 0;
  outline: 0;
  padding: 5px 10px;
  width: 71px;
  text-align: center;
  border-radius: 3px;
}

.product-quantity-input span{
  font-family: Inter;
  font-size: 26px;
  font-weight: 600;
  line-height: 31.47px;
  text-align: left;
  margin: 0 30px;
  cursor: pointer;
}

.product-details-section .green-primary-btn{
  padding: 15px 54px;
}

.simple-gray-btn{
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  text-align: left;
  color: #000;
  padding: 14px 16px;
  border-radius: 3px;
  display: inline-block;
  background-color: #EEEEEEEE;
  text-decoration: none;
}

.product-details-footer .light-green-btn{
  font-size: 20px;
}

.product-details-footer .light-green-btn:hover{
  box-shadow: inset 510px 0 0 0 var(--c3);
}

.product-details-footer{
  padding-right: 88px;
}

.item-seller-details-section {
  padding: 35px;
  margin-top: 70px;
  background: #F2F2F2;
}
.product-related-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -27px;
  top: 40%;
}
.product-related-carousel .owl-nav .owl-next {
  position: absolute;
  right: -27px;
  top: 40%;
}
.product-related-carousel .owl-nav button span {
  background: #0F1E00;
  padding: 10px 10px;
  color: white;
  font-size: 38px;
  line-height: 1;
}
.item-seller-details-section .item-seller-details-tablinks {
  border: none !important;
  background: #D9D9D9 !important;
  padding: 15px !important;
  color: #666666 !important;
  font-size: 24px;
  font-weight: 600 !important;
}
.item-seller-details-section .item-seller-details-tablinks.itemsellerdetailstabactive {
  background: #0F1E00 !important;
  color: white !important;
}
.item-specification-details-section table tr td, .item-specification-details-section table tr th {
  color: #666666 !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  padding: 10px 0;
  vertical-align: baseline;
}
.item-specification-details-section table tr th {
  color: #0F1E00 !important;
}
.item-specification-details-section .row .col-md-6:nth-child(2) table tr th {
  width: 61% !important;
}
.item-specification-details-section .row .col-md-6:nth-child(3) table tr th {
  width: 74% !important;
}
.item-specification-details-section {
  margin-top: 70px;
}

.item-seller-details-section .item-seller-details-tablinks, .product-seller-details-tablinks{
  flex: 1;
  color: var(--c2);
  background-color: #fff;
  padding-bottom: 30px;
  border: 0;
  border-bottom: 1px solid #eee;
}

.h4-text{
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.47px;
  text-align: left;
  color: var(--c3);
  text-decoration: none;
}

.itemsellerdetailstabactive, .productsellerdetailstabactive{
  color: var(--c3) !important;
  border-color: var(--c3) !important;
}

#about-this-seller{
  display: none;
  margin-top: 32px;
}

#about-this-seller .light-green-btn, #about-this-seller .green-primary-btn {
  padding: 10px 40px;
  font-size: 16px;
}

#about-this-seller .green-primary-btn:hover{
  box-shadow: inset 640px 0 0 0 #A4CD39;
}

#about-this-seller .light-green-btn:hover{
  box-shadow: inset 640px 0 0 0 var(--c3);
}

.h3-text{
  font-family: Inter;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.57px;
  text-align: left;
  color: var(--c3);
}

.item-details-table tbody, .item-details-table td, .item-details-table tfoot, .item-details-table th, .item-details-table thead, .item-details-table tr{
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  text-align: left;
  color: var(--c2);
  padding: 20px 10px;
}

.text-1{
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  text-align: left;
  color: var(--c2);
  text-decoration: none;
}

.item-seller-profile-image{
  margin-right: 20px;
}

.item-seller-details img {
  margin-right: 10px;
  width: 9%;
}
#about-this-seller .green-primary-btn:hover {
  box-shadow: inset 640px 0 0 0 #d3f897 !important;
}

.item-seller-box{
  margin-top: 40px;
}

.seller-rating-animation {
  width: 100%;
  height: 10px;
  background-color: #0F1E00;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.seller-rating-filled{
  position: absolute;
  background-color: #D3F897;
  height: 12px;
  border-radius: 25px;
  animation: rating-slide 0.5s linear forwards;
}

.all-reviews-tab button{
  padding: 0 10px 10px 10px !important;
  flex: unset !important;
}

.text-3{
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
}

.white-dark-btn{
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 24.2px;
  text-align: center;
  color: var(--c3);
  border: 1px solid var(--c3);
  cursor: pointer;
}

.white-dark-btn svg{
  margin-right: 10px;
}

.white-dark-btn::after{
  border-color: var(--c3) transparent var(--c3) transparent;
}

.white-dark-btn:hover{
  box-shadow: inset 100vw 0 0 0 var(--c3);
}

.white-dark-btn:hover{
  box-shadow: inset 250px 0 0 0 var(--c3);
  color: #fff !important;
}

.white-dark-btn:hover svg path{
  fill: #fff;
}

#about-this-seller .white-dark-btn:hover{
  box-shadow: inset 600px 0 0 0 var(--c3);
}

#all-reviews{
  display: none;
}

.product-seller-details-footer{
  margin-top: 100px;
}

.h2-text{
  font-family: Inter;
  font-size: 48px;
  font-weight: 600;
  line-height: 58.09px;
  text-align: left;
}

.product-ratings-reviews-section .rating-img{
  width: 107px;
}

.product-details-rating{
  margin: 60px 0;
}

@keyframes rating-slide {
  0%{
    width: 0;
  }

  100%{
    width: 70%;
  }
}

.color-c3{
  color: var(--c3);
}

.product-ratings-reviews-section{
  padding: 100px 0 82px 0;
  background-color: #F2F2F2;
  margin-top: 100px;
}

.product-ratings-reviews-section .seller-rating-animation{
  background-color: var(--c3);
}

.product-ratings-reviews-section .green-primary-btn{
  margin-top: 40px;
}

#pd_see-less-reviews{
  display: none;
}

.product-details-more-reviews{
  display: none;
}

#pd_see-reviews, #pd_see-less-reviews{
  cursor: pointer;
}

.progress-bar-icons-box{
  border: 2px solid #D3F897;
  padding: 17px;
  border-radius: 50%;
  background-color: #fff;
}

.progress-bar-icons-box svg {
  width: 28px;
  height: 28px;
}

.progress-bar-icons-box-active{
  background-color: var(--c1);
  scale: 1.2;
}

.progress-bar-icons-box-checked{
  background-color: var(--c1);
}

.progress-bar-icons-box .pb_checked-icon{
  display: none;
}

.progress-bar-icons-box-checked .pb_icon{
  display: none;
}

.progress-bar-icons-box-checked .pb_checked-icon{
  display: block;
}

.progress-bar-line{
  background-color: var(--c1);
  height: 4px;
  width: 90%;
  margin: 0 40px;
  position: absolute;
  top: 30%;
  left: 0;
  z-index: -1;
}

.checkout-progress-bar{
  position: relative;
  margin-top: 50px;
  margin-left: 80px;
  margin-right: 80px;
}

.progress-bar-icons-box-active + .text-1{
  font-weight: 700 !important;
}


#ch-select-all-items{
  width: 21px;
}

.ch-delete{
  color: #BB2124;
  text-decoration: none;
}

.ck_view-your-cart-section input[type="checkbox"]{
  width: 21px;
  height: 21px;
}

.ch-select-all-items-container, .ch-product-select{
  border: 1px solid #D9D9D9;
  padding: 30px;
}

.color-c2{
  color: #666666;
}

.ch-product-quantity .product-quantity-input{
  margin-right: 0;
}

.ch-product-quantity .product-quantity-input span{
  margin: 0 5px;
}

.ch-product-quantity .product-quantity-input input{
  padding: 0px 10px;
  width: 50px;
}

.ch-product-details-container{
  width: 100%;
  gap: 20px;
}

.ch-product-select-container{
  gap: 30px;
}

.ch-product-details-container{
  cursor: pointer;
}

.ch-product-extra-actions div{
  cursor: pointer;
}

.ck_view-your-cart-section{
  margin-top: 50px;
}

.large-green-primary-btn{
  min-width: 100%;
  max-width: 395px;
  text-align: center;
}

.large-green-primary-btn:hover{
  box-shadow: inset 400px 0 0 0 var(--c1);
  color: #000 !important;
}

.ch-voucher-form #ch-voucher-code{
  padding: 15px 20px;
  border-radius: 5px;
  outline: 0;
  border: 0;
  border-radius: 5px;
  margin-right: 5px;
  width: 70%;
}

.ch-location-os-box{
  background-color: var(--c1);
  position: sticky;
  top: 0;
}

.ch-product-select + .large-green-primary-btn{
  min-width: 50%;
}

.ch-addons-products{
  margin-top: 50px;
}

.ch-delivery-details-section .light-green-btn:hover path{
  fill: #fff;
}

.ch-delivery-details-section .light-green-btn svg{
  margin-right: 5px;
}

.ch-delivery-details-section .light-green-btn:hover{
  box-shadow: inset 500px 0 0 0 var(--c3);
  color: #fff !important;
}

.ch-dp-active-box{
  border: 2px solid #D3F897 !important;
}

.ch-dp-active-box svg path{
  outline: var(--c2);
}

.delivery-pickup-box > div{
  height: 112px;
  width: 145px;
  cursor: pointer;
  border: 2px solid #E2E2E2;
  opacity: 0.2;
}
.delivery-pickup-box > div label input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.ch-dp-active-box .text-1{
  font-weight: 700;
  color: var(--c3)
}

.ch-home-work-box p{
  color: var(--c2);
}

.ch-home-work-address-select{
  gap: 30px;
  border: 2px solid #e2e2e2;
}

.ch-home-work-box{
  border: 2px solid #E2E2E2;
}

.delivery-pickup-box{
  gap: 0px;
}

.delivery-pickup-box > div .text-1{
  text-align: center;
}

.ch-date-time-container input{
  padding: 13px 20px;
  border: 1px solid #E2E2E2;
}

.ch-date-time-container label{
  margin-right: 5px;
}

.ch-date-time-container{
  gap: 20px;
}

.ch-form .ch-home-work-box p{
  margin-left: 10px;
}

.ch-form .ch-home-box{
  margin-right: 20px;
}

.ch-form input, .ch-form select{
  border: 1px solid #E2E2E2;
  border-radius: 0;
  padding: 10px 12px;
}

.ch-form{
  padding: 30px;
  border: 1px solid #D9D9D9;
  margin-top: 20px;
}

.ch-delivery-details-section{
  margin-top: 60px;
}

.delivery-pickup-box {
  flex-wrap: wrap;
  gap: 10px;
}

.card-payment-form input[type="checkbox"]{
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

.save-card-container{
  gap: 10px;
}

.save-card-container + .text-3{
  margin-left: 30px;
}

#save-card{
  width: 21px;
  height: 21px;
}

.ch-billing-address-details-box{
  gap: 20px;
}

.ch-confirm-btn-container{
  gap: 20px;
}

.ch-order-confirm-box{
  padding: 100px 0 0 0;
}

.ch-order-confirm-box .ch-location-os-box{
  margin: 0 20px;
}

.ch-location-os-box-img{
  width: 100%;
  margin-bottom: -31px;
}

.text-2{
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
}

.minimum-order-box{
  background-color: var(--c1);
}

.minimum-order-section{
  margin-top: 60px;
}

.minimum-order-box + p{
  margin-top: 40px;
}

.minimum-order-range-box{
  margin: 0 90px;
}

#minimum-order-range{
  width: 100%;
  margin: 0 20px;
  -webkit-appearance: none;
  width: 100%;
  height: 9px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  /* background: linear-gradient(to right, var(--c1) 0%, var(--c1) 30%, #ddd 30%, #ddd 100%); */
  border-radius: 9px;
}

#minimum-order-range-value{
  padding: 35px 12px;
  background-color: var(--c1);
  border-radius: 50%;
}

/* Styling the thumb */
#minimum-order-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 96px;
  height: 96px;
  background: var(--c1);
  border-radius: 50px;
  cursor: pointer;
}

#minimum-order-range::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 96px;
  height: 96px;
  background: var(--c1);
  cursor: pointer;
}

.minimum-order-range-box{
  margin-top: 90px;
}
.order-tracking-section {
  margin-top: 60px;
}
.normal-text {
  color: #0F1E00;
  font-weight: 400;
  font-size: 16px;
}
.policy-links-section {
  margin-top: 60px;
}

.order-top-header > .order-top-main {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  width: 100%;
  position: relative;
}
.order-top-header > .order-top-main:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #D3F897;
  z-index: -1;
}
.order-top-header > .order-top-main > li {
  text-align: center;
  width: 15%;
  position: relative;
}
.order-top-header > .order-top-main > li .order-icon img {
  width: 45% !important;
}
.order-top-header > .order-top-main > li .order-title {
  color: #0F1E00;
  margin: 15px 0 0 0;
  font-size: 18px;
}

.order-top-header .order-confirmed-user {
  position: absolute;
  top: -60px;
  right: -65px;
  width: 100%;
}
.order-top-header .order-confirmed-user > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  margin-bottom: 5px;
}
.order-top-header .order-confirmed-user > ul > li {
  width: 20%;
}
.order-top-header .order-confirmed-user > ul > li > img {
  width: 100%;
}
.order-top-header .order-confirmed-user > img {
  width: 30%;
}
.estimate-date-with-print p {
  font-weight: 400;
  font-size: 16px;
}
.estimate-date-with-print p .estimate-delivery {
  margin-left: 30px;
  font-weight: 700;
  color: #21BB24;
}
.bb-1 {
  border-bottom: 1px solid #E2E2E2;
}
.order-item-list .order-item-box {
  border: 1px solid #E2E2E2;
  padding: 30px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-item-list .order-item-box .order-item-price {
  text-align: right;
}
.order-item-list .order-item-box .order-item-price .price {
  font-size: 22px;
  font-weight: 600;
  color: #0F1E00;
}
.order-item-list .order-item-box .order-item-price .quantity {
  font-size: 17px;
  font-weight: 400;
  color: #666666;
}
.order-item-list .order-item-box .order-item-content {
  display: flex;
  align-items: center;
  gap: 35px;
}
.order-item-list .order-item-box .order-item-content .order-item-data .item-title {
  font-size: 20px;
  font-weight: 700;
  color: #0F1E00;
}
.order-item-list .order-item-box .order-item-content .order-item-data .item-about {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.order-item-list .order-item-box .order-item-content .order-item-data .item-category {
  font-size: 14px;
  font-weight: 500;
  color: #0F1E00;
}
.order-item-list .order-item-box .order-item-content .order-item-data .item-status {
  border: 1px solid;
  font-size: 15px;
  font-weight: 400;
  color: #0F1E00;
  padding: 5px 18px;
  margin-left: 30px;
}
.order-item-list .order-item-box:not(:last-child) {
  margin-bottom: 20px;
}
.order-item-list .order-item-box .order-item-content .order-item-data .item-status.green {
  background: #BCF49D;
  border-color: #BCF49D;
}
.order-item-list .order-item-box .order-item-content .order-item-data .item-status.yellow {
  background: #FFE57F;
  border-color: #FFE57F;
}
.order-address-payment table tbody tr:first-child th {
  font-size: 24px;
  font-weight: 600;
  color: #0F1E00;
  padding-bottom: 30px;
}
.order-address-payment table tbody tr th {
  font-size: 18px;
  font-weight: 700;
  color: #0F1E00;
  width: 30%;
  vertical-align: baseline;
  padding: 6px 0;
}
.order-address-payment table tbody tr td {
  font-size: 17px;
  font-weight: 400;
  color: #0F1E00;
}
.order-address-payment table tbody tr td img {
  width: 13%;
}
.order-address-payment .button-with-triangle {
  width: auto;
  padding: 14px 30px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.map-section .mapinner-section {
  padding: 0;
}
.mapinner-section {
  position: relative;
}
.contact-form {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 25px 20px;
  width: 45%;
}
.contact-form form label {
  display: block;
  color: #0F1E00;
  font-size: 15px;
  font-weight: 500;
}
.contact-form form input, .contact-form form textarea {
  width: 100%;
  border: 1px solid #E2E2E2;
  height: 40px;
}   
.contact-form form textarea {
  height: auto;
}
.font-bolder {
  font-weight: 700;
}
.contact-form form a {
  position: relative;
  display: inline-block;
  padding: 15px 50px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  border: 1px solid #98ce44;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
  background-color: var(--c1);
  color: var(--c3);
  height: auto;
}
.contact-form form a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: var(--c3) transparent var(--c3) transparent;
  transform: rotate(-89deg);
}
.contact-form form a:hover {
  box-shadow: inset 510px 0 0 0 var(--c3);
}
.contact-form form a:hover input[type="submit"] {
  color: white !important;
}
.contact-form form a input[type="submit"] {
  height: auto;
  background: transparent;
  border: none;
}
.font-30{
  font-size: 30px;
}
.bg-gren {
  height: 100vh;
  background: #D3F897;
}
.w-40 {
  width: 40%;
}

.mb-minus100 {
  margin-bottom: -100px !important;
}
.green {
  color: #0F1E00;
}
.font-bolder {
  font-weight: 700;
  font-size: 60px;
}
.maintenance-section{
  height: 100vh;
}
.w-35 {
  width: 35%;
}
.mega-header-container .user-controls .green-primary-btn {
  height: auto;
  padding: 12px 30px;
}
.product-carousel-card .product-carousel-img-container .card-img-top.back {
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: all 0.3s;
}
/* .product-carousel-card:hover .product-carousel-img-container .card-img-top.main {
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: all 0.3s;
} */
/* .product-carousel-card:hover .product-carousel-img-container .card-img-top.back {
  visibility: visible;
  opacity: 1;
  display: block;
  transition: all 0.3s;
} */
.product-carousel-card .product-carousel-img-container .multi-product-variatns .multi-product-variatns-data li .thumbnail.active {
  border: 2px solid #D3F897;
}
.product-carousel-card .product-carousel-img-container .wishlist {
  position: absolute;
  top: 2px;
  right: 2px;
}
.product-carousel-card .product-carousel-img-container .wishlist img {
  width: 70%;
}
.product-carousel-card .product-carousel-img-container {
  overflow: hidden;
}
.product-carousel-card .product-carousel-img-container > img {
  height: 350px;
  object-fit: cover;
  object-position: center;
}
.product-carousel-card .product-carousel-img-container .multi-product-variatns {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(93px);
  transition: all 0.3s;
}
.product-carousel-card .product-carousel-img-container .multi-product-variatns .deal {
  background: red;
  color: white;
  font-size: 13px;
  font-weight: 700;
  padding: 6px;
}
.product-carousel-card .product-carousel-img-container .multi-product-variatns .multi-product-variatns-data {
  list-style: none;
  margin: 0;
  display: flex;
  background: #ffffff;
  padding: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  transition: all 0.3s;
  width: 100%;
}
.product-carousel-card .product-carousel-img-container .multi-product-variatns .multi-product-variatns-data li {
  width: 100%;
  text-align: center;
}
.product-carousel-card .product-carousel-img-container .multi-product-variatns .multi-product-variatns-data li .storage {
  font-size: 15px;
  font-weight: 400;
  color: #0F1E00;
}
.product-carousel-card:hover .product-carousel-img-container .multi-product-variatns {
  transform: translateY(0px);
  transition: all 0.3s;
}
.product-carousel-card .card-body .prod-title {
  font-size: 16px;
  font-weight: 400;
  color: #0F1E00;
}
.product-carousel-card .card-body #prod-price {
  font-size: 20px;
  font-weight: 700;
  color: #BB2124;
}
.product-carousel-card .card-body #original-price {
  font-size: 15px;
  font-weight: 400;
  color: #0F1E00;
}
.product-carousel-card .card-body #prod-discount {
  font-size: 15px;
  font-weight: 400;
  color: #BB2124;
  margin-left: 12px;
}
.product-carousel-card .card-body {
    height: 200px;
    padding: 20px;
}
.product-carousel-card .product-carousel-img-container .multi-product-variatns .multi-product-variatns-data .thumbnail {
  width: 40%;
}
.about-us-section {
  position: relative;
}
.about-us-section .secabsol {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-items: center;
}

.testingmenus ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 35px;
  justify-content: center;
  align-items: center;
}
.testingmenus ul li a {
  color: black;
  font-size: 16px;
  text-decoration: auto;
}
.font-bold {
  font-weight: 800;
}
.font-700 {
  font-weight: 700;
}
.font-50 {
  font-size: 50px;
}
.font-20 {
  font-size: 20px;
}
.font-16 {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
}
.black {
  color: #000000;
}
.width-55 {
  width: 55%;
}
.float-left {
  float: left;
}
.float-right{
  float: right;
}
.right-16{
  margin-right: 16%;
}
.left-10{
  margin-left: 10%;
}
.video {
  position: relative;
}
.video .paly-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video .paly-button i {
  background: white;
  padding: 36px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #D3F897;
  border: 3px solid #D3F897;
  font-size: 37px;
}
.our-values-section {
  margin-top: -90px;
}
.our-values-section .value-box {
  background: #D3F897;
}
.our-values-section .value-box .content-box {
  padding: 20px;
  min-height: 223px;
}
.header-dottedtext {
  font-size: 20px;
  font-weight: 700;
  color: #666666;
  position: relative;
}
.header-dottedtext:before {
  content: "";
  border-radius: 50%;
  background: var(--c1, #a4cd39);
  background-color: var(--c1, #a4cd39);
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 10px;
}
.test-box {
  border: 1px solid #E2E2E2;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0px 0px 2px 1px #0000001a;
}
.test-box .ratings i {
  color: #FFA100;
  font-size: 17px;
}
.test-box .content p {
  font-size: 16px;
  font-weight: 400;
  color: #232323;
}
.test-box .info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.test-box .info .user-info h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #232323;
}
.test-box .info .user-info p {
  font-size: 14px;
  font-weight: 400;
  color: #989898;
}
.test-box .content {
  margin: 20px 0;
}
.test-box .info img {
  width: 10% !important;
}
.purpose-mission-section {
  background: url(../images/mission=purpose-bg.png);
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding: 110px 0 160px;
}

.team-box {
  position: relative;
}
.team-box .team-data {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
}
.team-box .team-data .team-founder {
  background: #FFFFFF;
  padding: 9px;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  color: #232323;
  z-index: 9;
  position: relative;
}
.team-box .team-data .team-designation {
  text-align: center;
  background: #D3F897;
  padding: 7px;
  margin-top: -5px;
  z-index: 1;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #232323;
}
.team-box .team-socials {
  position: absolute;
  bottom: 70px;
  right: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 99;
}
.team-box .team-socials li i {
  background: #0F1E00;
  color: white;
  padding: 17px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.team-box .team-socials li:not(:last-child) {
  position: absolute;
  transition: all 0.3s ease-out;
  margin-bottom: 10px;
  transform: translateY(0px);
}
.team-box:hover .team-socials li:not(:last-child) {
  transform: translateY(-44px);
}
.team-box:hover .team-socials li:nth-child(2) {
  transform: translateY(-88px);
}
.team-box:hover .team-socials li:first-child {
  transform: translateY(-134px);
}
.team-box .team-socials li:last-child {
  position: relative;
}
.team-box .team-data .team-founder:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  bottom: 0;
  background: #D3F897;
  height: 100%;
  width: 0%;
  transition: all 0.3s;
  z-index: -1;
}
.team-box:hover .team-data .team-founder:before, .team-box:hover .team-data .team-designation:before, .team-box:hover .team-data .team-designation {
  width: 100%;
  color: #fff;
}
.team-box .team-data .team-designation:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  bottom: 0;
  background: #232323;
  height: 100%;
  width: 0%;
  transition: all 0.3s;
  z-index: -1;
}
.team-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -27px;
  top: 40%;
}
.team-carousel .owl-nav .owl-next {
  position: absolute;
  right: -27px;
  top: 40%;
}
.team-carousel .owl-nav button span {
  background: #0F1E00;
  padding: 10px 10px;
  color: white;
  font-size: 38px;
  line-height: 1;
}
.seller-dashboard-section .sideabr-stick {
  height: 100%;
  background: #d3f8978a;
  padding: 20px;
  border-radius: 0px 0px 12px 0px;
}
.seller-dashboard-section .sideabr-stick ul.nav-tabs {
  display: block;
  border: none;
  margin-right: -35px;
}
.seller-dashboard-section .sideabr-stick ul.nav-tabs li.nav-item {
  margin-top: 16px;
}

.seller-dashboard-section .sideabr-stick ul.nav-tabs li.nav-item button {
  background: transparent !important;
  border: none !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #666666 !important;
  padding: 9px 13px;
  margin: 0;
  display: block;
  width: 100%;
  text-align: left;
}
.seller-dashboard-section .sideabr-stick ul.nav-tabs li.nav-item button.active {
  background: #D3F897 !important;
  color: #0F1E00 !important;
  font-weight: 700 !important;
  position: relative;
}
.seller-dashboard-section .sideabr-stick ul.nav-tabs li.nav-item button.active:after {
  content: "";
  position: absolute;
  right: 6px;
  top: -11px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #000000;
  transform: rotate(-40deg);
}

    /* Active link */
    .seller-dashboard-section .sideabr-stick ul.nav-tabs li.nav-item a.nav-link-btn.active {
        background: #D3F897 !important;
        color: #0F1E00 !important;
        font-weight: 700 !important;
        position: relative;
    }

        /* Arrow indicator for active link */
        .seller-dashboard-section .sideabr-stick ul.nav-tabs li.nav-item a.nav-link-btn.active:after {
            content: "";
            position: absolute;
            right: 6px;
            top: -11px;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 10px solid #000000;
            transform: rotate(-40deg);
        }


.seller-dashboard-section .sideabr-stick ul.nav-tabs li.nav-item button {
  display: flex;
  align-items: center;
}
.seller-dashboard-section .sideabr-stick ul.nav-tabs li.nav-item button svg {
  width: 20px;
  height: 20px;
  margin-right: 14px;
}
.seller-dashboard-section .right-dashboard {
  padding: 20px 30px;
  height: 100%;
  background: #f5f5f5;
}
.order-box.active svg image {
  filter: brightness(0) invert(1);
}
.order-box svg image {
  filter: brightness(0) invert(0);
}
.seller-dashboard-section .recent-orders {
  background: white;
  border-radius: 12px;
  padding: 15px 10px;
}
.seller-dashboard-section .recent-orders .orders-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.seller-dashboard-section .seller-dashboard-btn {
  border: none;
  padding: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  color: #0F1E00;
}
.recent-orders .recent-orders-table thead th:first-child {
  border-radius: 6px 0px 0px 6px;
}
.recent-orders .recent-orders-table thead th:last-child {
  border-radius: 0px 6px 6px 0px;
}
.recent-orders .recent-orders-table thead th {
  font-size: 14px;
  font-weight: 700;
  color: #0F1E00;
  background: #D3F897;
  padding: 10px;
  text-align: center;
}
.recent-orders .recent-orders-table tbody tr td {
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  text-align: center;
}
.recent-orders .recent-orders-table tbody tr td .staus.cmplt {
  background: #BCF49D;
  padding: 5px;
}
.seller-dashboard-section .order-analytics {
  background: white;
  border-radius: 12px;
  padding: 15px 10px;
}
.seller-dashboard-section .order-analytics .orders-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.seller-dashboard-section .order-analytics #analytics-data {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  border: 1px solid #E2E2E2 !important;
  padding: 5px 25px;
}
.seller-dashboard-section .client-feedback {
  background: white;
  border-radius: 12px;
  padding: 15px 10px;
}
.seller-dashboard-section .client-feedback .feedback-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pl-0 {
  padding-left: 0 !important;
}
.seller-dashboard-section .right-dashboard .mega-header-container {
  border: none;
}
.seller-dashboard-section .selling-product {
  background: white;
  border-radius: 12px;
  padding: 15px 10px;
  margin-top: 13px;
}
.seller-dashboard-section .selling-product .selling-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.seller-dashboard-section .selling-product .selling-top-bar input {
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  padding: 8px 22px;
  font-size: 17px;
}
.width-20 {
  width: 20% !important;
}
.width-80 {
  width: 80% !important;
}
.seller-dashboard-section .selling-product .dashboard-table thead th {
  font-size: 14px;
  font-weight: 700;
  color: #0F1E00;
  background: #D3F897;
  padding: 10px;
  text-align: center;
}
.seller-dashboard-section .selling-product .dashboard-table thead th:first-child {
  border-radius: 6px 0px 0px 6px;
}
.seller-dashboard-section .selling-product .dashboard-table thead th:last-child {
  border-radius: 0px 6px 6px 0px;
}
.seller-dashboard-section .selling-product .dashboard-table tbody .name, .seller-dashboard-section .selling-product .dashboard-table tbody .sold, .seller-dashboard-section .selling-product .dashboard-table tbody .price, .seller-dashboard-section .selling-product .dashboard-table tbody .ratings {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  text-align: center;
}
.seller-dashboard-section .selling-product .dashboard-table tbody .name {
  text-align: left;
  width: 27%;
}
.seller-dashboard-section .selling-product .dashboard-table tbody .price, .seller-dashboard-section .selling-product .dashboard-table tbody .ratings {
  font-weight: 700;
  color: #0F1E00;
}
.seller-dashboard-section .selling-product .dashboard-table tbody tr td, .seller-dashboard-section .selling-product .dashboard-table tbody tr th {
  padding: 10px;
}
.seller-dashboard-section .selling-product .dashboard-table tbody .ratings i {
  color: #FFBB00;
  font-size: 13px;
}
.seller-dashboard-section .sideabr-stick ul.nav-tabs li.nav-item button.active svg image {
  filter: brightness(0) invert(0);
}
.order-box {
  background: white;
  border-radius: 12px;
  padding: 15px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  align-items: flex-end;
  cursor: pointer;
}
.order-box .data {
  width: 100%;
}
.order-box svg {
  width: 38px;
  height: 38px;
}
.order-box .data .number {
  font-size: 38px;
  font-weight: 800;
  color: #0F1E00;
}
.order-box .data .duration {
  font-size: 16px;
  font-weight: 400;
  color: #0F1E00;
}
.order-box.active {
  background: #0F1E00;
}
.order-box.active .data .number, .order-box.active .data .duration {
  color: white;
}
.mr-10 {
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.seller-dashboard-section .client-feedback table.feedback-table thead th:first-child {
  border-radius: 6px 0px 0px 6px;
}
.seller-dashboard-section .client-feedback table.feedback-table thead th {
  font-size: 14px;
  font-weight: 700;
  color: #0F1E00;
  background: #D3F897;
  padding: 10px;
  text-align: center;
}
.seller-dashboard-section .client-feedback table.feedback-table tbody .image, .seller-dashboard-section .client-feedback table.feedback-table tbody .name, .seller-dashboard-section .client-feedback table.feedback-table tbody .email, .seller-dashboard-section .client-feedback table.feedback-table tbody .feedback, .seller-dashboard-section .client-feedback table.feedback-table tbody .ratings {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  text-align: center;
}
.seller-dashboard-section .client-feedback table.feedback-table tbody tr td {
  padding: 10px;
}
.seller-dashboard-section .client-feedback table.feedback-table tbody .ratings {
  color: #0F1E00;
  font-weight: 700;
  width: 15%;
}
.seller-dashboard-section .client-feedback table.feedback-table tbody .name {
  width: 15%;
}
.seller-dashboard-section .client-feedback table.feedback-table tbody .ratings i {
  color: #FFBB00;
  font-size: 14px;
}
.seller-dashboard-section .mega-header-container .search-container input {
  background: transparent;
  border: 1px solid #E2E2E2 !important;
  border-radius: 8px !important;
  min-height: 65px;
}
.seller-dashboard-section .mega-header-container .search-container .search-button-wrapper .search-submit-green {
  border: none;
  border-radius: 6px;
  background: #0F1E00;
  color: white;
  font-size: 16px;
  padding: 16px 10px;
}
.seller-dashboard-section .mega-header-container .search-container .search-button-wrapper .search-submit-green i {
  display: block;
  line-height: 0;
}
.seller-dashboard-section .mega-header-container .search-container input {
  background: transparent;
  border: 1px solid #E2E2E2 !important;
  border-radius: 8px !important;
  min-height: 65px !important;
  box-shadow: none !important;
}
.branch-data-header {
  column-gap: 15px;
  justify-content: space-evenly;
}
.branch-data-header label {
  font-size: 18px;
  font-weight: 400;
  color: #0F1E00;
}
.branch-data-header select {
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  background: transparent;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #0F1E00;
}
.seller-dashboard-section .user-controls {
  gap: 16px;
}
.seller-dashboard-section .user-controls .topbotications {
  background: #D3F897;
  padding: 12px;
  border-radius: 50%;
}
.seller-dashboard-section .user-controls .chatnotifi, .seller-dashboard-section .user-controls .onlynotifi {
  position: relative;
}
.seller-dashboard-section .user-controls .chatnotifi #noticounter, .seller-dashboard-section .user-controls .onlynotifi #noticounter {
  position: absolute;
  top: 6px;
  right: 7px;
  font-size: 9px;
  background: #BB2124;
  line-height: 1;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seller-dashboard-section .user-controls .top-user-info {
  position: relative;
}
.show {
  display: block !important;
}
.seller-dashboard-section .user-controls .top-user-info .profile-drpdwn {
  position: absolute;
  background: #ffffff;
  list-style: none;
  padding: 15px;
  margin: 0;
  right: 0;
  top: 46px;
  border-radius: 8px;
  width: 150% !important;
  border: 1px solid black;
  display: none;
}
.seller-dashboard-section .user-controls .top-user-info .profile-drpdwn li {
  text-align: center;
}
.seller-dashboard-section .user-controls .top-user-info .profile-drpdwn .acc-option a {
  display: flex;
  flex-direction: column;
  color: #212529;
  text-decoration: auto;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 19px;
}
.seller-dashboard-section .user-controls .top-user-info .profile-drpdwn .acc-option a img {
  width: 60px;
  margin-bottom: 10px;
}
.seller-dashboard-section .user-controls .top-user-info .profile-drpdwn .logout-option a img {
  width: 20px;
  margin-right: 12px;
}
.seller-dashboard-section .user-controls .top-user-info .profile-drpdwn .logout-option a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: black;
  text-decoration: auto;
  font-size: 17px;
  font-weight: 400;
}
.seller-dashboard-section .user-controls .top-user-info .profile-drpdwn .logout-option {
  margin-top: 20px;
}
.seller-dashboard-section .user-controls .top-language-selector {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  position: relative;
}
.seller-dashboard-section .user-controls .top-language-selector .chngvector-color {
  filter: brightness(0) invert(0);
}
.seller-dashboard-section .user-controls .top-language-selector .language-drpdwn a img {
  width: 20px;
  margin-right: 12px;
}
.seller-dashboard-section .user-controls .top-language-selector .language-drpdwn li {
  text-align: left;
}
.seller-dashboard-section .user-controls .top-language-selector .language-drpdwn li:not(:last-child) {
  margin-bottom: 16px;
}
.seller-dashboard-section .user-controls .top-language-selector .language-drpdwn a {
  color: black;
  text-decoration: auto;
  font-size: 14px;
  font-weight: 400;
}
.seller-dashboard-section .user-controls .top-language-selector .language-drpdwn {
  position: absolute;
  background: #ffffff;
  list-style: none;
  padding: 15px;
  margin: 0;
  right: 0;
  top: 46px;
  border-radius: 8px;
  width: 150%;
  border: 1px solid black;
  display: none;
}
.seller-dashboard-section .user-controls .onlynotifi .notifications-box {
  position: absolute;
  right: -460%;
  top: 60px;
  box-shadow: 0px 0px 3px -1px #0000007d;
  background: #ffffff;
  border-radius: 8px;
  display: none;
  z-index: 9999;
}
.seller-dashboard-section .user-controls .onlynotifi .notifications-box li {
  display: flex;
  flex-direction: row;
  gap: 20px;
  text-align: left;
  align-items: center;
  padding: 15px;
}
.seller-dashboard-section .user-controls .onlynotifi .notifications-box li .box-data .name {
  font-size: 13px;
  font-weight: 400;
  color: #0F1E00;
}
.seller-dashboard-section .user-controls .onlynotifi .notifications-box li .box-data .message {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.seller-dashboard-section .user-controls .onlynotifi .notifications-box li .box-data .hours {
  font-size: 10px;
  font-weight: 400;
  color: #000000;
}
.seller-dashboard-section .user-controls .onlynotifi .notifications-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 8px solid #D3F897;
  position: relative;
  border-radius: 8px;
}
.seller-dashboard-section .user-controls .onlynotifi .notifications-box li .box-data {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.seller-dashboard-section .user-controls .onlynotifi .notifications-box ul:before {
  content: "";
  position: absolute;
  top: -23px;
  left: 44%;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 12px solid #d3f897;
  transform: rotate(90deg);
}
.seller-dashboard-section .user-controls .onlynotifi .notifications-box li:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
.seller-dashboard-section .user-controls .onlynotifi .notifications-box li .box-image {
  position: relative;
}
.seller-dashboard-section .user-controls .onlynotifi .notifications-box li .box-image .arrow-sett {
  position: absolute;
  bottom: 0;
  right: 0;
}
table {
  width: 100%;
}
.seller-dashboard-section #orders .order-table thead tr th {
  font-size: 14px;
  font-weight: 700;
  color: #0F1E00;
  background: #D3F897;
  padding: 10px;
  text-align: center;
}
.seller-dashboard-section #orders .order-table thead tr th:first-child {
  border-radius: 6px 0px 0px 6px;
}
.seller-dashboard-section #orders .order-table thead tr th:last-child {
  border-radius: 0px 6px 6px 0px;
}
.seller-dashboard-section #orders .order-table tbody tr td {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  padding: 15px 10px;
  border-bottom: 1px solid #E2E2E2;
}
.seller-dashboard-section #orders .order-table tbody tr:last-child td {
  border: none;
}
.seller-dashboard-section #orders .order-table tbody tr .action {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.seller-dashboard-section #orders .order-table tbody tr .action img {
  background: #E1FBB7;
  border-radius: 50%;
  padding: 6px;
}
.seller-dashboard-section #orders .order-table tbody tr td #delivery-status {
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  background: transparent;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 400;
  color: #0F1E00;
}
.seller-dashboard-section .navigation-btns {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.seller-dashboard-section .navigation-btns i {
  border: 1px solid #E1E1E1;
  padding: 5px 17px;
  font-size: 14px;
  color: #161616;
}
.seller-dashboard-section .navigation-btns .navigate-numbers {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 19px;
  margin: 0 20px;
}
.seller-dashboard-section .navigation-btns .navigate-numbers li {
  height: 26px;
  width: 26px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #161616;
}
.seller-dashboard-section .navigation-btns .navigate-numbers li.active {
  background: black;
  color: white;
}
.seller-dashboard-section .myorder-box {
  border: 1px solid #E2E2E2;
  border-radius: 12px;
  padding: 25px;
}
.seller-dashboard-section .myorder-box .table-sorting {
  display: flex;
  align-items: center;
  gap: 30px;
}
.upper-header > .container > .row {
  align-items: center;
}
.upper-header .top-language-selector {
  color: white;
  font-size: 12px;
  font-weight: 400;
  justify-content: flex-end;
  position: relative;
}
.upper-header .top-language-selector .language-drpdwn {
  position: absolute;
  background: #ffffff;
  list-style: none;
  padding: 15px;
  margin: 0;
  right: 0;
  top: 38px;
  border-radius: 8px;
  width: 170%;
  border: 1px solid black;
  display: none;
  z-index: 999;
}
.upper-header .top-language-selector .language-drpdwn li {
  text-align: left;
}
.upper-header .top-language-selector .language-drpdwn li:not(:last-child) {
  margin-bottom: 16px;
}
.upper-header .top-language-selector .language-drpdwn li a {
  color: black;
  text-decoration: auto;
  font-size: 14px;
  font-weight: 400;
}
.upper-header .top-language-selector .language-drpdwn li a img {
  width: 20px;
  margin-right: 12px;
}
.header .nav-links .user-controls .top-user-info {
  position: relative;
}
.header .nav-links .user-controls .top-user-info .profile-drpdwn {
  position: absolute;
  background: #ffffff;
  list-style: none;
  padding: 15px;
  margin: 0;
  right: 0;
  top: 46px;
  border-radius: 8px;
  width: 400%;
  border: 1px solid black;
  display: none;
  z-index: 999;
}
.header .nav-links .user-controls .top-user-info .profile-drpdwn li {
  text-align: center;
}
.header .nav-links .user-controls .top-user-info .profile-drpdwn .acc-option a {
  display: flex;
  flex-direction: column;
  color: #212529;
  text-decoration: auto;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 19px;
}
.header .nav-links .user-controls .top-user-info .profile-drpdwn .acc-option a img {
  width: 60px;
  margin-bottom: 10px;
}
.header .nav-links .user-controls .top-user-info .profile-drpdwn .logout-option {
  margin-top: 20px;
}
.header .nav-links .user-controls .top-user-info .profile-drpdwn .logout-option a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: black;
  text-decoration: auto;
  font-size: 17px;
  font-weight: 400;
}
.header .nav-links .user-controls .top-user-info .profile-drpdwn .logout-option a img {
  width: 20px;
  margin-right: 12px;
}
.des-off {
  display: none !important;
}
#side-menu {
  position: fixed;
  background: #ffffff;
  box-shadow: -5px 0px 6px 3px #000000;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: -100%;
  padding: 40px 25px;
  overflow: overlay;
  transition: left 0.3s ease-in-out;
}
#side-menu .sidebar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}
#side-menu .sidebar-top .h4-text {
  font-size: 28px;
  color: white;
}
#side-menu .sidebar-top #SideMenuClose {
  font-size: 25px;
}
.sidenav {
  position: relative;
  margin: 20px 0 0 0;
}
.sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidenav ul li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.sidenav ul li a:hover {
  background: #fff;
  color: #000;
}
.sidenav ul li a .fa {
  width: 16px;
  text-align: center;
  margin-right: 5px;
  float:right;
}
.sidenav ul ul {
  background: rgba(0, 0, 0, 0.2);
}
.sidenav ul li ul li a {
  border-left: 4px solid transparent;
  padding: 10px 20px;
}
.sidenav ul li ul li a:hover {
  border-left: 4px solid #3498db;
}
.delivery-pickup-box > div label {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.delivery-pickup-box > div.active {
  border: 2px solid #D3F897;
  opacity: 1;
}
.fourzerofour-section .mb-minus155 {
  margin-bottom: -165px;
  margin-top: -95px;
}
.maintenance-section .mb-minus155 {
  margin-bottom: -150px;
}
.feature-card-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -15px;
  top: 40%;
}
.feature-card-carousel .owl-nav .owl-next {
  position: absolute;
  right: -15px;
  top: 40%;
}
.feature-card-carousel .owl-nav button span {
  background: #0F1E00;
  padding: 10px 10px;
  color: white;
  font-size: 38px;
  line-height: 1;
}
.video iframe {
  border-radius: 10px;
}
#carouselExample button, #carouselExample span {
  filter: brightness(0%);
  opacity: 1;
}
.ch-voucher-box #ch-voucher-code {
  font-size: 13px;
  height: 45px;
}
.ch-voucher-box button {
  padding: 0px 30px;
  font-size: 16px;
}
.profile-logs {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.profile-logs span {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: nowrap;
  font-size: 13px;
  font-weight: 400;
  color: #0F1E00;
}
.toggle-password {
  position: absolute;
  right: 10px;
  top: 50px;
}
.track-order span {
  color: white;
  font-size: 13px;
  font-weight: 400;
}
.header.home .nav-links .nav-button .button-with-triangle:hover {
  box-shadow: inset 250px 0 0 0 #D3F897 !important;
  color: unset;
}
.header.home .nav-links .nav-button .button-with-triangle:after {
  border-color: #D3F897 transparent #D3F897 transparent !important;
}
.paddleft-140 {
  padding-left: 140px !important;
}
.modal-body #loginForm label, .modal-body #registerForm label {
  font-size: 16px;
}
.modal-body #loginForm input.form-control, .modal-body #registerForm input.form-control {
  font-size: 14px;
  color: #666666;
  opacity: 0.8;
  padding: 13px 10px;
}
.addons {
  font-size: 18px;
}
.product-details-footer .product-quantity-input {
  width: 42%;
}
.product-details-footer .product-quantity-input input[type="text"] {
  width: 100%;
}
.product-details-footer .product-quantity-input-container a {
  width: 47%;
  text-align: center;
}
#ordertrack .custom-width {
  max-width: 700px;
}
.modal-body .ordertrack-box .data {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-left: 20px;
}
.modal-body .ordertrack-box .data .box-data h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0F1E00;
}
.modal-body .ordertrack-box .data .box-data p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin: 5px 0;
}
.modal-body .ordertrack-box .data .box-data span {
  font-size: 14px;
  font-weight: 400;
  color: #0F1E00;
}
.modal-body .ordertrack-box .numbering {
  font-size: 20px;
  font-weight: 700;
  color: #0F1E00;
}
.modal-body .ordertrack-box .quantity {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #0F1E00;
  padding-right: 20px;
}
.modal-body .ordertrack-box .price {
  text-align: right;
  font-size: 17px;
  font-weight: 700;
  color: #0F1E00;
}
.modal-body .ordertrack-box tr:not(:last-child) {
  border-bottom: 1px solid #E2E2E2;
}
.modal-body .ordertrack-box tr:not(:last-child) th, .modal-body .ordertrack-box tr:not(:last-child) td {
  padding-bottom: 20px;
}
.modal-body .ordertrack-box tr:not(:first-child) th, .modal-body .ordertrack-box tr:not(:first-child) td {
  padding-top: 20px;
}
#ordertrack .modal-header {
  padding-bottom: 12px;
  border: none;
}
#ordertrack .modal-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #0F1E00;
}
#ordertrack .modal-header .btn-close {
  opacity: 1;
  font-size: 18px;
}
#headerupload label {
  border: none;
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
  padding: 29px 10px;
  background: #F3F3F3;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 13px;
}
#headerupload label img {
  width: max-content;
}
#headerupload label p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
}
#headerupload label strong {
  font-size: 19px;
  font-weight: 400;
  color: #0F1E00;
}
#headerupload .modal-body h2 {
  font-size: 24px;
  font-weight: 600;
  color: #0F1E00;
}
#headerupload .modal-body form {
  text-align: right;
}
#headerupload .modal-body form .light-green-btn {
  margin-top: 15px;
  border: none;
}
#headerupload .modal-body form .light-green-btn:hover {
  color: #A4CD39;
}
#headerupload .showfiles {
  border: 1px solid #F3F3F3;
  border-radius: 6px;
  margin-top: 11px;
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
.header.seller-boarding .nav-links {
  gap: 20px;
}
.header.seller-boarding .user-controls {
  gap: 20px;
}
.seller-boarding .user-controls .top-user-info a {
  padding: 10px 30px;
  font-size: 18px;
}
.header.seller-boarding .nav-links .nav-button button {
  border: none;
}
.header.seller-boarding .nav-links .nav-button button:after {
  border-color: #D3F897 transparent #D3F897 transparent;
}
.header.seller-boarding .nav-links .nav-button button:hover {
  box-shadow: inset 250px 0 0 0 #D3F897;
  color: unset;
}
.step-progress-bar.checkout {
  margin-top: 40px;
}
.step-progress-bar.checkout .step {
  width: 33%;
}
.step-progress-bar.checkout .step:first-child {
  align-items: flex-start;
}
.step-progress-bar.checkout .step:last-child {
  align-items: flex-end;
}
.step-progress-bar.checkout .step .icon {
  margin: 0;
  background: white;
  border: 2px solid #D3F897;
}
.step-progress-bar.checkout .step.active .icon {
  background: #D3F897;
}
.step-progress-bar.checkout .step .step-title {
  font-size: 18px;
  font-weight: 400;
  color: #0F1E00;
}
.step-progress-bar.checkout .step.active .step-title {
  font-weight: 700;
}
.step-progress-bar.checkout .step:first-child:before {
  left: 0;
}
.step-progress-bar.checkout .step:last-child:before {
  right: 0;
}
.hero-content .search-container .search-button-wrapper button img {
  width: 18%;
}
.hero-content .search-container .search-button-wrapper button:hover img {
  filter: brightness(0);
}
.header-dot.white {
  background-color: white;
}
.order-summary-container .ch-product-details-container img {
  width: 30%;
}
.order-summary-container .ch-product-details-container .ch-product-main-details p {
  margin: 0;
}
.order-summary-container .ch-product-details-container .ch-product-main-details p:nth-child(even) {
  margin: 12px 0;
}
.ch-location-os-box a {
  padding: 10px 30px;
  font-size: 16px;
}
.ch-location-os-box a:after {
  border-color: #AFD275 transparent #AFD275 transparent;
}
.ch-location-os-box a:hover {
  box-shadow: inset 400px 0 0 0 #AFD275;
}
.ck_view-your-cart-section .ch-product-select-container {
  gap: 10px;
  width: 100%;
}
.ck_view-your-cart-section .ch-product-select-container .ch-product-details-container img {
  width: 25%;
}
.ck_view-your-cart-section .ch-product-select {
  padding: 25px 13px;
}
.color-red {
  color: #BB2124;
}


@media only screen and (max-width: 1332px){
  .categories-list{
    min-width: 253%;
  }
}

@media only screen and (max-width: 1144px) {
  .achiviment-section .watch-icon {
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  .feature-content {
    padding: 12px;
  }

  .feature-title {
    font-size: 18px;
  }

  .content-column {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .header .nav-container {
    min-width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .paddleft-140 {
    padding-left: 0px !important;
  }

  .hero-section .right-column {
    margin-left: 0;
  }

  .store-buttons {
    margin: 30px 0 0px;
  }

  .achiviment-section {
    padding: 80px 0;
  }

  .achiviment-section .container {
    max-width: 100%;
  }

  .achiviment-section {
    padding: 80px 50px;
  }

  .content-columns {
    flex-direction: column;
  }

  .content-columns .left-column,
  .content-columns .right-column {
    width: 100%;
  }

  .hero-sec-carousel {
    padding-top: 0;
  }

  .hero-subtitle {
    margin: 24px 0 30px;
  }

  .decorative-dot {
    display: none;
  }

  .why-choose-section .content-column {
    width: 100%;
  }

  .why-choose-section .content-wrapper-inner {
    padding: 0 30px;
  }


  .slider-wrk {
    width: 100% !important;
  }

  .footer-col {
    min-width: 50%;
    margin-left: 0;
  }

  .footer-columns {
    gap: 0;
    row-gap: 20px;
    flex-wrap: wrap;
  }

  .footer-columns {
    margin-bottom: 30px;
  }

  .footerintro {
    margin-top: 30px;
  }

  .partners-container {
    margin-left: 0;
  }

  .one {
    min-width: 50%;
  }

  .two {
    min-width: 50%;
    display: flex;
    justify-content: end;
  }

  .coming-soon-title {
    font-size: 76px;
  }

  .nav-links {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -10px;
  }

  /* .user-controls {
    display: none;
  } */

  .resp-user-controls {
    display: flex !important;
    margin-top: 20px;
    flex-basis: 100%;
    justify-content: center;
  }

  .profile-img-opt {
    top: 210px !important;
  }

  .notification-box {
    top: 210px !important;
    max-width: 50%;
    margin-left: 0 !important;
  }

  .country-select {
    top: 210px !important;
    margin-left: -55px !important;
  }

  .promotional-products-section > .container > .d-flex{
    flex-direction: column;
  }

  .pp_h1-title{
    font-size: 56px;
  }

  .categories-list{
    min-width: 550%;
  }

  .product-carousel-card .green-primary-btn{
    font-size: 18px;
  }

  /* .upper-header .uh-icon-boxes{
    font-size: 9px;
  } */

  .upper-header .uh-icon-boxes {
    font-size: 9px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
  }

  .mega-header-container .search-button-wrapper{
    background-color: #fff;
    font-size: 16px;
  }

  .mega-header-container .search-button-wrapper .green-primary-btn{
    padding: 10px 20px;
  }

  input#searchProduct{
    padding: 0 199px 0 16px;
    min-height: 74px;
  }

  /* .mega-header-container .user-controls{
    display: block;
  } */

  .mega-header-container .nav-links{
    margin-bottom: 0;
  }

  .product-carousel-card .card-body > div{
    flex-direction: column;
    align-items: start !important;
  }

  .large-promotional-product-section{
    padding: 100px 0;
    background-size: 100% 80%;
  }

  .lp-sec-title{
    font-size: 38px;
  }

  .product-carousel-card .product-carousel-details .product-carousel-price{
    margin-bottom: 0;
  }

  .pp_h1-title{
    font-size: 36px;
  }

  .product-images-carousel .carousel-item img{
    height: 450px
  }

  .product-details-title{
    font-size: 44px;
    line-height: 50px;
  }

  .more-details-title{
    font-size: 22px;
  }

  .product-details-footer{
    padding-right: 0;
  }

  .progress-bar-line{
    width: 82%;
  }

  .ch-delivery-details-section .text-1{
    font-size: 14px;
  }

  .ch-voucher-form{
    flex-direction: column;
  }

  .ch-voucher-form #ch-voucher-code{
    width: 100%;
  }

  .ch-voucher-form .green-primary-btn{
    margin-top: 20px;
    padding: 18px 30px;
  }

  .delivery-information-address-select{
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .ch-form .ch-home-box{
    margin-right: 0;
  }

  .ch-product-select{
    flex-direction: column;
    align-items: start !important;
  }

  .ch-product-details-container{
    flex-direction: column;
    align-items: start !important;
  }
  .order-summary-details-box span {
    font-size: 18px;
    margin-bottom: 10px;
}

  .h2-text{
    font-size: 36px;
    line-height: 48px;
  }

  .ch-confirm-btn-container .white-dark-btn, .ch-confirm-btn-container .light-green-btn{
    padding: 10px 19px;
  }

  .ch-location-os-box-img{
    margin-bottom: -42px;
  }

  .ch-product-details-container{
    align-items: start !important;
  }

  .header .nav-container .nav-links {
    margin: 0;
    align-items: center;
}
}

@media only screen and (max-width: 767px) {

.fourzerofour-section .mb-minus155 {
  margin-bottom: -135px;
  margin-top: -85px;
  width: 100%;
}
.order-summary-container .ch-product-details-container img {
  width: auto;
}
#ordertrack .modal-body {
  overflow: auto;
}
#ordertrack .modal-body .ordertrack-box {
  width: 165%;
}
.pickupbox-container .pick-head {
  flex-wrap: wrap;
}
.pickupbox-container .pick-head .left {
  flex-wrap: wrap;
}
.pickupbox-container .pick-head .left img {
  width: 100%;
}
.pickupbox-container .pick-content {
  flex-wrap: wrap;
}
.pickupbox-container .pick-content .left, .pickupbox-container .pick-content .right {
  width: 100% !important;
}
.product-details-footer .product-quantity-input {
  width: 100%;
}
.product-details-footer .product-quantity-input-container a {
  width: 100%;
  text-align: center;
}
.estimate-date-with-print {
  flex-wrap: wrap;
}
.estimate-date-with-print .button-with-triangle {
  width: 100%;
  margin-top: 13px;
}
.estimate-date-with-print .button-with-triangle:hover {
  box-shadow: inset 500px 0 0 0 var(--c3);
}
.ch-home-work-address-select {
  flex-wrap: wrap !important;
  gap: 0 !important;
}
.ch-delivery-details-section .button-with-triangle, .ck_view-your-cart-section .green-primary-btn {
  width: 100%;
}
.ch-home-work-address-select .custom-radio {
  width: 100%;
}
.order-item-list .order-item-box .order-item-content .order-item-data .item-status.yellow {
  display: inline-block;
}
.why-choose-section .content-wrapper {
  flex-wrap: wrap;
}
.why-choose-section {
  padding-bottom: 0;
}
.why-choose-section .content-wrapper .image-column {
  width: 100%;
}
.why-choose-section .content-wrapper .content-column .content-wrapper-inner {
  margin-top: 0;
}
.hero-section .content-columns .right-column .image-container {
  margin-bottom: 10px;
}
.ch-product-select-container .ch-product-details-container {
  align-items: flex-start !important;
}
.ck_view-your-cart-section .ch-product-select {
  padding: 15px;
}
.ck_view-your-cart-section .ch-product-select .ch-product-select-container {
  width: 100%;
}
.partners-container {
  align-items: flex-start;
}
.purpose-mission-section {
  background-size: cover;
  background-position: top;
  padding: 0px 0 160px;
}
.video iframe {
  border-radius: 10px;
  height: 260px;
}
.maintenance-section .mb-minus155 {
  margin-bottom: -110px;
}
.order-item-list .order-item-box {
  justify-content: center;
  flex-wrap: wrap;
}
.order-item-list .order-item-box .order-item-price {
  text-align: left;
}
.order-item-list .order-item-box .order-item-content {
    gap: 15px;
    /* flex-direction: column; */
    align-items: flex-start;
}
.order-item-list .order-item-box .order-item-content img {
  width: 100%;
}
.order-item-list .order-item-box .order-item-content .order-item-data .item-title {
    font-size: 27px;
}
.order-item-list .order-item-box .order-item-content .order-item-data .item-about {
    font-size: 16px;
}
.order-item-list .order-item-box .order-item-content .order-item-data .item-category {
    font-size: 15px;
}
.order-top-header > .order-top-main {
    gap: 80px;
    flex-direction: column;
}
.order-top-header > .order-top-main:before {
    width: unset;
    height: 100%;
    top: 45%;
}
.order-top-header > .order-top-main > li {
    width: 50%;
}
.order-top-header > .order-top-main > li .order-icon img {
    width: 55% !important;
}
.order-top-header > .order-top-main > li .order-title {
    font-size: 21px;
}
.order-top-header .order-confirmed-user {
    position: relative;
    top: 10px;
    right: 0;
}
.ch-delivery-details-section .delivery-pickup-box {
  gap: 10px;
}
.ch-delivery-details-section .delivery-pickup-box > div {
  width: 48%;
}
.order-top-header .order-confirmed-user > img {
    width: unset;
}
.order-item-list .order-item-box .order-item-content .order-item-data .item-status {
  margin-left: 10px;
}
.estimate-date-with-print p {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.estimate-date-with-print p .estimate-delivery {
  margin-left: 0;
}
.order-address-payment table tbody tr:first-child th {
  padding-bottom: 30px;
  padding-top: 30px;
}
.order-time-delivery h3:first-child {
  font-size: 30px;
}
.product-carousel-card .product-carousel-img-container .multi-product-variatns {
  transform: translateY(104px);
}
.product-carousel-card .product-carousel-img-container .wishlist {
  top: 10px;
}
.trending-products-section .h4-text, .recommended-products-section .h4-text, .today-deals-products-section .h4-text, .top-sellers-products-section .h4-text {
  font-size: 28px;
}
.product-details-section .product-details-col > div {
  flex-direction: column;
  align-items: flex-start !important;
}
#about-this-seller .col-md-7 {
  padding-top: 30px;
}

.res-mrgin-80{
  margin: 80px 0;
}
.about-us-section .secabsol {
  position: relative;
  top: 0;
  left: 0;
  transform: unset;
}
.left-10 {
  margin-left: 0;
}
.purpose-mission-section .col-lg-4 > div {
  width: 75%;
}
.width-55 {
  width: 75%;
}
.purpose-mission-section .col-lg-4, .purpose-mission-section .col-lg-8 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-values-section .value-box .content-box {
  min-height: auto;
}
.team-carousel .owl-nav .owl-next {
  right: 5px;
}
.team-carousel .owl-nav .owl-prev {
  left: 5px;
}
.res-off {
  display: none;
}
.des-off {
  display: block !important;
}
.w-35 {
  width: 80%;
}

.mega-header-container .nav-links .user-controls {
  display: flex;
}
.mega-header-container .nav-links .user-controls .profile-image {
  align-self: center;
}
.step-progress-bar .step .icon {
  width: 65px;
  height: 65px;
  line-height: 67px;
}
.step-progress-bar .step .icon img {
  width: 45%;
}
.testimonial-section .header-dottedtext, .testimonial-section h2 {
  text-align: left !important;
}

  .app-section {
    padding: 50px;
  }

  .pros {
    margin-top: 50px;
  }

  .pros img {
    width: 100%;
  }

  .achiviment-section {
    padding: 80px 30px;
  }

  .country-select {
    top: 200px !important;
    margin-left: -55px !important;
  }

  .notification-box {
    top: 200px !important;
    right: 0 !important;
    width: 100%;
  }

  .features-grid {
    flex-direction: column;
  }

  .feature-content {
    padding: 40px;
  }

  .feature-card:hover .feature-content {
    box-shadow: inset -767px 0 0 0 #f4ffd8;
  }

  .app-section {
    padding: 40px;
  }

  .footer-columns {
    flex-direction: column;
  }

  .footer-col {
    width: 100%;
  }

  .footer-col div {
    padding: 0;
  }

  .footer-col .payment-content img {
    width: 50px;
  }

  .footer-col .app-stores {
    align-items: center;
    justify-content: center;
  }

  .header .nav-links .user-controls .topnotification .notifications-box {
    right: -165%;
  }
  .header .nav-links .user-controls .topnotification .notifications-box ul:before {
    left: 78%;
  }

  /* .user-controls {
    display: none;
  } */

  .nav-button button {
    font-size: 13px;
    padding: 13px;
  }
  .header .nav-links .nav-button {
    display: none;
  }
  .header .nav-links .user-controls, .header .nav-links .user-controls .green-primary-btn {
    width: 100% !important;
  }
  .header .nav-links .user-controls {
    justify-content: flex-end;
  }
  .header #side-menu .nav-links .nav-button {
    display: block;
    width: 46%;
  }
  .header #side-menu .nav-links .nav-button button {
    width: 100%;
  }
  .sidenav {
    margin: 25px 0px 35px;
}
.header #side-menu .nav-links {
  justify-content: center;
}
  .header .header-categories {
    display: flex;
    flex-direction: column;
}
.header .header-categories .radius-range-container {
    order: 2;
}
.header .header-categories .search-container {
    order: 3;
}

  .button-with-triangle::after {
    border-width: 12px 12px 0 0;
  }

  .nav-button {
    margin-right: 10px;
  }

  .hero-section {
    padding: 0;
  }

  .hero-content {
    margin-top: 40px;
  }

  .hero-title {
    font-size: 42px;
  }


  .hero-section input#postalCode {
    min-height: 71px;
  }

  .search-submit.green-primary-btn {
    font-size: 13px;
    padding: 12px;
  }

  .hero-section input#postalCode {
    padding: 13px;
  }

  .hero-sec-carousel .carousel-item img {
    max-height: 230px;
    max-width: 234px;
    min-height: 234px;
  }

  .content-wrapper-inner {
    margin-top: 195px;
  }

  .main-title {
    font-size: 32px;
  }

  .partners-section .section-title {
    font-size: 38px;
    text-align: left;
  }

  .achiviment-section .watch-icon {
    height: auto;
    margin-top: 40px;
  }

  .partners-section {
    padding: 96px 30px;
  }

  .footerintro {
    display: flex;
    flex-direction: column;
  }

  .footerintro p {
    text-align: center;
  }

  .two {
    margin-top: 15px;
  }

  .notification-box {
    max-width: 767px;
    min-width: 300px !important;
    max-width: 100%;
    min-width: 100% !important;
    width: 100%;
  }

  .coming-soon-title {
    font-size: 46px;
  }

  .coming-soon-text {
    font-size: 18px;
  }

  .coming-soon-text br {
    display: none;
  }

  .countdown-box div {
    font-size: 32px;
  }

  .countdown-box {
    padding: 17px 24px;
  }

  .footer-container h3 {
    text-align: start;
  }

  .footer-container h3 {
    font-size: 24px;
  }

  .footer-container .store-buttons {
    justify-content: start;
  }

  .app-section .store-buttons img {
    min-width: 45%;
    margin-top: 10px;
  }

  .profile-img-opt {
    top: 200px !important;
  }

  .upper-header .uh-icon-boxes span{
    display: block;
  }

  .upper-header {
    display: none;
  }

  .resp-hidden{
    display: none;
  }

 

  input#searchProduct {
      padding: 0 168px 0 16px;
      min-height: 74px;
  }

  .pp_large-offer{
    overflow: hidden;
  }

  .pp_large-offer-title{
    font-size: 40px;
  }

  .products-slider .row{
    gap: 20px
  }

  .product-carousel-card .card-body > div{
    flex-direction: row;
  }

  .products-slider .carousel-control-next {
    right: -11px !important;
  }

  .products-slider .carousel-control-prev {
    left: -11px !important;
  }

  .lp_sec-header .badge{
    font-size: 16px;
  }

  .lp_sec-header .product-rating img{
    width: 80px;
  }

  .lp_sec-header .product-rating{
    font-size: 18px;
  }

  .lp-sec-title{
    font-size: 32px;
  }

  .lp-sec-pricing{
    font-size: 28px;
  }

  .large-promotional-product-section{
    background: url('../images/Group\ 1678.png') no-repeat center left/cover;
  }

  .lp-sec-btn .button-with-triangle, .lp-sec-btn .green-primary-btn{
    padding: 15px 32px;
  }

  .desk-hidden{
    display: block;
  }

  .lp-img-hidden{
    width: 100%;
    margin-top: 30px;
  }

  .header-categories-container .categories-title{
    font-size: 21px;
  }

  .categories-list{
    min-width: 850%;
    margin-left: 15px;
  }

  .category-item a{
    font-size: 14px;
  }

  .header-categories-container{
    margin-top: 10px;
  }

  .radius-range-container{
    margin-top: 20px;
  }
  .res-flex-col {
    flex-direction: column;
    gap: 20px;
}
.res-flex-col .nav-links {
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.res-flex-col .nav-links .user-controls {
    margin: 0;
}

  .header-categories{
    padding: 13px 20px;
  }

  .mega-header-container .user-controls{
    margin-top: 10px;
  }
  .product-details-section .product-images-carousel {
    margin-left: 0;
  }
  .carousel-indicators.product-detail-data ul {
    flex-wrap: wrap;
  }
  .product-details-footer .pro-data-btn {
    flex-wrap: wrap;
}
.product-details-footer .pro-data-btn a {
  width: 100%;
}
.item-specification-details-section .row .col-md-6:nth-child(3) table tr th {
  width: 61% !important;
}
.item-seller-details-section #about-this-seller #this-item a {
  width: 100%;
}

  .product-images-carousel .carousel-indicators{
    bottom: -160px !important;
  }

  .product-more-details-container{
    flex-direction: column;
    gap: 10px;
  }

  .product-quantity-input-container{
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }

  .product-quantity-input{
    margin-right: 0;
    justify-content: center;
  }

  .item-seller-details-section{
    margin-top: 70px;
  }

  .item-seller-details-section .item-seller-details-tablinks, .product-seller-details-tablinks{
    font-size: 20px;
    padding-bottom: 20px;
  }

  .item-details-table tbody, .item-details-table td, .item-details-table tfoot, .item-details-table th, .item-details-table thead, .item-details-table tr{
    font-size: 14px;
  }

  .item-seller-profile-image{
    width: 58px;
    height: 58px;
  }

  .item-seller-box{
    align-items: center;
  }

  .h4-text{
    font-size: 24px;
  }

  .text-1{
    font-size: 16px;
  }

  #about-this-seller .col-md-6:nth-child(2){
    margin-top: 30px;
  }

  .simple-gray-btn{
    padding: 11px 12px;
    font-size: 14px;
  }

  .product-seller-details-footer{
    margin-top: 50px;
  }

  .product-ratings-reviews-section{
    margin-top: 50px;
  }

  .most-relevant-reviews{
    margin-top: 60px !important;
  }

  .progress-bar-icons-box{
    padding: 9px;
  }

  .checkout-progress-bar{
    margin-left: 0;
    margin-right: 0;
  }

  .header-categories .header-categories-container {
    justify-content: space-between;
  }

  .delivery-pickup-box{
    margin-top: 20px;
  }

  .delivery-information-address-select{
    margin-top: 30px;
  }
  .form-container {
    width: 100% !important;
}

  .ch-delivery-details-section > .container > .row > .col-md-8{
    margin-top: 30px;
  }

  .progress-bar-line{
    width: 80%;
  }

  .minimum-order-range-box{
    margin-top: 40px;
    margin: 0 20px;
  }

  #minimum-order-range::-webkit-slider-thumb{
    width: 20px;
    height: 20px;
  }

  .minimum-order-box img{
    width: 64px;
    margin-right: 20px !important;
  }

  .minimum-order-box .h2-text{
    font-size: 18px;
    line-height: 30px;
  }

  .ch-product-details-container{
    flex-direction: column;
  }

  .ch-product-select{
    flex-direction: column;
    align-items: start !important;
  }

  .ch-product-select-container{
    gap: 10px;
  }

  .h2-text{
    font-size: 30px;
  }

  .ch-billing-address-details{
    gap: 10px;
  }

  .ch-billing-address-details .text-1{
    font-size: 14px;
  }

  .ch-order-confirm-box .ch-location-os-box{
    margin: 0;
  }

  .ch-order-confirm-box{
    padding: 60px 0;
  }

  .minimum-order-tick{
    width: 96px;
  }
  .search-button-wrapper{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    flex: 1;
    position: absolute;
    top: 10px;
    right: 13px;
  }
}

@media only screen and (max-width: 345px) {
  .coming-soon-title {
    font-size: 38px;
  }

  .countdown-box {
    padding: 14px 17px;
  }

  .countdown-box .time-txt {
    font-size: 18px;
  }

  .countdown-box div {
    font-size: 24px;
  }

  .coming-soon-logo {
    width: 100%;
  }
}

/* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
}

.form-container {
  width: 80%;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}

h2 {
  margin-bottom: 20px;
}

/* Step Progress Bar */
.step-progress-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}

.step {
  text-align: center;
  position: relative;
  flex: 1;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;

}

.step::before {
  content: '';
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ccc; /* Default line color */
  z-index: 1;
}

.step:first-child::before {
  left: 50%;
}

.step:last-child::before {
  right: 50%;
}

.step.active::before {
  background-color: #d3f897; /* Highlighted line color */
}

.icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #ddd;
  color: #666;
  border-radius: 50%;
  margin: 0 auto 5px;
  font-size: 16px;
  z-index: 9999;
}

.icon.active {
  background: #D3F897;
  color: #fff;
}

.step-title {
  font-size: 14px;
  color: #666;
}

/* Connecting Lines */
.line {
  flex: 1;
  height: 4px;
  background: #ddd;
  position: relative;
  margin-top: 18px;
}

.line.active {
  background: #4CAF50;
}

/* Form Steps */
.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

/* Navigation Buttons */
.form-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.nav-btn {
  padding: 10px 20px;
  background: #4CAF50;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.nav-btn[disabled] {
  background: #ccc;
  cursor: not-allowed;
}
.right-image{
  text-align: center;
}
.right-image img{
  width: 75%;
}
.button-with-triangle-drk {
  position: relative;
  display: inline-block;
  padding: 15px 19px;
  background-color: #D3F897;
  color: #1d3016;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
}

.button-with-triangle-drk:hover {
  color: #fff;
  box-shadow: inset 250px 0 0 0 #0F1E00;
}
.button-with-triangle-drk::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #0F1E00 transparent #0F1E00 transparent;
  transform: rotate(-89deg);
}
.button-with-triangle-drk::after {
  border-width: 12px 12px 0 0;
}

.progress-container {
  text-align: center;
}

.circle-progress {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: conic-gradient(#4caf50 0deg, #e0e0e0 0deg);
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-progress::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
}

#progress-value {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}
.left-sec-step-2{
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 2px solid #E2E2E2;
  padding: 40px 20px;
}
.verf-wrk{
  display: flex;
  align-items: center;
  padding: 0 20px;
  background-color: #21BB24;
  gap: 11px;
  width: 70%;
  border-radius: 20px;
  color: #fff;
  justify-content: center;
}
.verf-wrk span{
  font-size: 16px;
}
.supp-cnt{
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.supp-cnt-wrk{
  font-size: 16px;
}
.up-gm img{
  width: 70%;
}
.up-gm button{
  padding: 10px 30px;
}
.ver-al{
  align-items: flex-end;
}
.map-btn button{
  width: 100%;
}
.bus-type{
  font-weight: 400;
  font-size: 16px;
}
.wrk-sol{
  text-align: center;
  border: 2px solid #e2e2e2;
    padding: 20px;
    height: 100%;

}
.form-label{
  font-size: 18px;
  margin: 10px 0;
}
.pd-20{
  padding: 30px !important;
}
.icon img {
  width: 30%;
}
.button-with-triangle-drk-opp {
  position: relative;
  display: inline-block;
  padding: 15px 19px;
  background-color: #0F1E00;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
}

.button-with-triangle-drk-opp:hover {
  color: #000000;
  box-shadow: inset 250px 0 0 0 #D3F897;
}
.button-with-triangle-drk-opp::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #D3F897 transparent #D3F897 transparent;
  transform: rotate(-89deg);
}
.button-with-triangle-drk-opp::after {
  border-width: 12px 12px 0 0;
}

.button-with-triangle-drk-wht {
  position: relative;
  display: inline-block;
  padding: 15px 19px;
  background-color: #ffffff;
  color: #0F1E00;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
}

.button-with-triangle-drk-wht:hover {
  color: #ffffff;
  box-shadow: inset 250px 0 0 0 #0F1E00;
}
.button-with-triangle-drk-wht::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #0F1E00 transparent #0F1E00 transparent;
  transform: rotate(-89deg);
}
.button-with-triangle-drk-wht::after {
  border-width: 12px 12px 0 0;
}
#authTabs{
  justify-content: flex-end !important;
  border:none;
}
.nav-link.active{
  border:2px solid black !important;
  border-radius: 0px !important;
  background-color: #000 !important;
  color: #fff !important;
}
.nav-link{
  /* border:2px solid black !important; */
  border-radius: 0px !important;
  color: black !important;
}
.custom-width{
  max-width: 700px;
  width: 700px;
}
.forget-password{
  text-align: right;
  font-size: 10px;
  color: #666666;
}
.don-acc , .dn-acc{
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.check-wrk label{
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.check-wrk{
  width: auto !important;
}
.new-check{
  align-items: flex-end;
}













 /* Popup overlay */
 .popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

/* Popup content */
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 350px;
}

/* Close button */
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

/* File upload button style */
#fileUpload {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 15px;
  border: none;
  border-radius: 5px;
  background: #D3F897;
  color: black;
  font-size: 16px;
  cursor: pointer;
}

/* File name display */
#fileName {
  margin-top: 10px;
  font-size: 14px;
  color: #dd7373;
}
.mega-header-container .green-primary-btn {
  height: 45px;
}








.push button#deleteButton {
  background: black !IMPORTANT;
  border-radius: 40%;
  color: white !important;
}


.push .dropdown {
  height: 200px;
  width: 80% !important;
  padding: 30px 10px;
  background: white;
  border: navajowhite;
  border-radius: 5px;
  box-shadow: 1px 1px 9px 2px #78787859;
}
.push h5 {
  color: black;
}

.push {
  display: flex;
  justify-content: flex-end;
  margin-top: 42px;
}
.camera-icon {
  cursor: pointer; /* Pointer cursor for image */
}

/* .dropdown {
  display: none; 
  position: absolute;
  background-color: #f1f1f1;
  padding: 10px;
  border: 1px solid #ccc;
  width: 200px;
  margin-top: 10px; 
} */

.camera-icon.active + .dropdown {
  display: block; /* Show dropdown when the image is active */
}

/* .wrk-game{
  display: flex;
  width: 100%;
}
.main-par{
  display: flex;
  width: 84vw;
  overflow: hidden;
} */
.arr-gm{
  background: none;
  border: none;
}
.wrk-game {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 84vw;
}

/* Make sure .main-par allows overflow */
.main-par {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 84vw;
}

.slider-container .dropdown-menu {
  display: none;
  position: fixed; /* Use fixed positioning to escape the parent container */
  top: auto; /* Adjust as needed */
  left: auto; /* Adjust as needed */
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 250px;
  /* max-height: 300px; Optional: Limit height to prevent long dropdowns */
  overflow-y: auto; /* Enable scrolling inside the dropdown if it overflows */
}

.slider-container .dropdown-menu a {
  padding: 10px;
  color: #333;
  font-weight: normal;
}

.dropdown-menu a:hover {
  background-color: #f0f0f0;
  color: #000;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* Submenu styles */
.submenu {
  position: relative;
}

.submenu-menu {
  display: none;
  position: fixed; /* Use fixed positioning to escape the parent container */
  top: auto; /* Adjust as needed */
  left: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 250px;
  /* max-height: 300px; Optional: Limit height to prevent long dropdowns */
  overflow-y: auto; /* Enable scrolling inside the dropdown if it overflows */
}

.submenu-menu a {
  padding: 10px;
  color: #333;
}

.submenu-menu a:hover {
  background-color: #f0f0f0;
  color: #000;
}

/* Show submenu on hover */
.submenu:hover .submenu-menu {
  display: block;
}
.slider-container .nav-item {
  position: relative;
}

.slider-container .nav-item a {
  text-decoration: none;
  color: #000;
  padding: 10px 15px;
  display: inline-block;
  font-weight: 400;
  width: max-content;
}
.seller-dashboard-section #orders .order-table tbody tr td .delivery-status.yellow {
  background: #FFE680 !important;
  color: #000000 !important;
}
.seller-dashboard-section #orders .order-table tbody tr td .delivery-status.green {
  background: #BCF49D !important;
}
.seller-dashboard-section #orders .order-table tbody tr td .delivery-status.pink {
  background: #FCCED1 !important;
  color: #BB2124 !important;
}
.seller-dashboard-section .myorder-box .table-sorting .sort-order-status, .seller-dashboard-section .myorder-box .table-sorting .sort-order-number {
  width: 30%;
  display: flex;
  gap: 5px;
}
.seller-dashboard-section .myorder-box .table-sorting label {
  font-size: 16px;
  font-weight: 400;
  color: #0F1E00;
}
.seller-dashboard-section .myorder-box .table-sorting select {
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  padding: 7px 15px;
  color: #0F1E00;
  font-size: 16px;
  font-weight: 400;
  width: 60%;
}
.seller-dashboard-section .myorder-box .table-sorting form {
  display: flex;
  align-items: center;
  position: relative;
}
.seller-dashboard-section .myorder-box .table-sorting form input {
  background: #F5F5F5;
  border: none;
  border-radius: 15px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
}
.seller-dashboard-section .myorder-box .table-sorting form button {
  position: absolute;
  right: 7px;
  background: transparent;
  border: none;
  color: #666666;
  font-size: 18px;
}

.slider-container .nav-item a:hover {
  background-color: #5bb95b;
  color: #fff;
}
.wrk-game .nav-item .dropdown-menu a {
  display: block;
  width: 100%;
  font-size: 16px;
}

.top-bar{
  background-color: #0F1E00;
}

/* Hide mobile menu by default */
.mobile-menu {
  display: none;
}

/* Hamburger icon styles */
.hamburger-menu {
  display: none;  /* Hide by default, will display on small screens */
}

.hamburger-icon, .close-icon {
  font-size: 30px;
  cursor: pointer;
  display: inline-block;
}
.close-icon {
  display: none; /* Hide the close icon initially */
}
/* Mobile-specific styles */
@media (max-width: 768px) {
  .hamburger-menu {
    display: block;
  }

  .mobile-menu {
    display: none;
    position: absolute;
    top: 90px;
    width: 100%;
    background-color: white;
    z-index: 99999;
    padding: 20px;
    margin-left: 0;
    left: 0;
    right: 0;
}

  .mobile-links {
    list-style: none;
    padding: 0;
  }

  .mobile-links li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }

  .mobile-links li a {
    text-decoration: none;
    color: black;
    display: block;
  }

  .mobile-links li a:hover {
    background-color: #f0f0f0;
  }
  .uh-icons-container{
    justify-content: center;
    font-size: 10px;
  }
  .uh-mid-icon-boxes span{
    font-size: 12px;
  }
  .uh-mid-icon-boxes{
    margin-top: 20px;
  }
  
.achive-desk{
  display: none !important;
}
.achive-class{
  display: block !important;
}  
.header .logo-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header .nav-container .nav-links {
  justify-content: space-between;
  width: 100%;
}
}
@media screen and (min-device-width: 768px) and (max-device-width: 800px) {
  .order-top-header .order-confirmed-user {
    right: -40px;
}
}
@media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
.value-box .image-box img {
  width: 100%;
}
.order-summary-container .ch-product-details-container .ch-product-pricing {
  align-self: center !important;
}
}
@media screen and (min-device-width: 820px) and (max-device-width: 1024px) {
  .team-carousel .owl-nav .owl-prev {
    left: 0;
}
.team-carousel .owl-nav .owl-next {
  right: 0;
}
}
@media screen and (min-device-width: 768px) and (max-device-width: 900px) {
.purpose-mission-section {
  background-size: cover;
  background-position: top;
  padding: 0px 0 160px;
}
.product-details-col div:nth-child(2) {
  flex-wrap: wrap;
}
.product-details-section .product-images-carousel {
  margin-left: -15px;
}
.product-details-footer .product-quantity-input-container {
  flex-wrap: wrap;
}
.carousel-indicators.product-detail-data ul {
  flex-wrap: wrap;
}
.product-details-footer .product-quantity-input {
  width: 100%;
}
.product-details-footer .product-quantity-input-container a {
  width: 100%;
}
.product-details-footer .pro-data-btn a {
  width: 100%;
}
#about-this-seller .item-seller-box {
  flex-wrap: wrap;
}
.about-us-section .secabsol {
  top: 12%;
  left: 3%;
  transform: unset;
  width: 50%;
}
.our-values-section .value-box .content-box {
  min-height: auto;
}
.upper-header .row .col-lg-6.col-md-7 {
  width: 50%;
}
.upper-header .row .col-lg-3.col-md-3 {
  width: 22%;
}
.upper-header .row .col-lg-3.col-md-2 {
  width: 28%;
  gap: 9px !important;
}
.upper-header .row .col-lg-6.col-md-7 .uh-icons-container {
  gap: 0;
}
.uh-mid-icon-boxes {
  margin-top: 0;
}
.pros img {
  width: 100%;
}
}
@media screen and (min-device-width: 767px) and (max-device-width: 1024px) {
.mega-header-container {
  gap: 20px;
}
.mega-header-container .search-product-container {
  width: 50%;
  flex: 0 0 auto;
}
.side-cart .nav-links .nav-button {
  display: none;
}
.header .nav-links .user-controls {
  justify-content: flex-end;
}
.header .nav-container .nav-links {
  justify-content: flex-end;
  width: 100%;
}
#hamburgerSideMenu {
  display: block;
}
.header.home .logo-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 30%;
}
.header .logo-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.upper-header .top-language-selector .language-drpdwn {
  width: 175%;
}
}
@media screen and (max-device-width: 990px) {
.our-values-section .value-box {
  margin-bottom: 25px;
}
.purpose-mission-section .col-lg-4, .purpose-mission-section .col-lg-8 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.purpose-mission-section .col-lg-4 > div {
  width: 75%;
}
.width-55 {
  width: 75%;
}
.left-10 {
  margin-left: 0;
}
#hamburgerSideMenu {
  display: block;
}
.header-categories .slider-container.res-off {
  display: none;
}
.header-categories .header-categories-container {
  justify-content: space-between;
}
}
@media screen and (max-device-width: 1100px) {
.contact-form {
  top: unset;
  left: unset;
  transform: unset;
  width: 100%;
  position: relative;
}
.carousel-indicators.product-detail ul {
  flex-wrap: wrap;
  display: flex;
  gap: 12px;
}
}


.achive-desk{
  display: block;
}
.achive-class{
  display: none;
}

/* .slick-slide img{
  width: 80%;
}
.slick-dotted.slick-slider{
  margin-bottom: -140px !important;
}

.my-slider {
  width: 80%;
  margin: auto;
}
.slick-slide img {
  width: 100%;
  height: auto;
} */
.custom-radio {
  display: inline-block;
  margin: 10px;
}

.custom-radio-input {
  display: none;
}

.custom-radio-label {
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.custom-radio-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.ch-home-work-address-select > .custom-radio {
  cursor: pointer;
  border: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
}
.ch-home-work-address-select > div.active {
  border: 1px solid #D3F897;
}
.ch-home-work-address-select > div .custom-radio-label img {
  width: 9%;
}
.delivery-information-address-select > div {
  border: 1px solid #E2E2E2;
  cursor: pointer;
}
.delivery-information-address-select > div.active {
  border: 1px solid #D3F897;
}
#pickup-tab {
  display: none;
}
.pickupbox-container {
  border: 1px solid #D9D9D9;
  padding: 20px 15px;
}
.pickupbox-container .pick-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 15px;
}
.pickupbox-container .pick-head .left {
  display: flex;
  gap: 15px;
  align-items: center;
}
.pickupbox-container .pick-head .right {
  text-align: center;
}
.pickupbox-container .pick-head .right span {
  display: block;
  font-size: 19px;
  font-weight: 700;
  color: #0F1E00;
}
.pickupbox-container .pick-head .left .pick-data h2 {
  color: #0F1E00;
  font-size: 20px;
  font-weight: 700;
}
.pickupbox-container .pick-head .left .pick-data span {
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.pickupbox-container .pick-content {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.pickupbox-container .pick-content .left h2, .pickupbox-container .pick-content .right h2 {
  color: #0F1E00;
  font-size: 18px;
  font-weight: 700;
}
.pickupbox-container .pick-content .left p {
  font-size: 16px;
  font-weight: 400;
  color: #0F1E00;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.pickupbox-container .pick-content .right .date-box label, .pickupbox-container .pick-content .right .datetime-box label {
  font-size: 16px;
  font-weight: 400;
  color: #0F1E00;
}
.pickupbox-container .pick-content .right .date-box input, .pickupbox-container .pick-content .right .datetime-box input {
  width: 78%;
  padding: 6px 5px;
  color: #666666;
  font-size: 17px;
  font-weight: 400;
  border: 1px solid #E2E2E2;
}
.pickupbox-container .pick-content .right .date-box {
  margin-bottom: 17px;
}
.pickupbox-container .pick-content .left, .pickupbox-container .pick-content .right {
  width: 50%;
}
.pickupbox-container:not(:last-child) {
  margin-bottom: 20px;
}

.txt-left{
  text-align: left;
}


.color-radio {
  display: none;
}

/* Style the labels to represent colors */
.color-label {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #000; /* Border to give better visibility */
}

/* Optional: Add some hover effects or active styles */
.color-radio:checked + .color-label {
  border: 3px solid #fff; /* Highlight selected option */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Slight shadow for effect */
}

.color-option {
  margin-bottom: 10px;
}

.color-opts{
  display: flex;
}

/* For iPad Pro */
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
  .our-values-section .value-box .content-box {
    min-height: 270px;
}
#hamburgerSideMenu {
  display: none;
}
.product-details-section .product-images-carousel {
  margin-left: -55px;
}
}



/* faqs csss */
section.faq-tital-bar {
  padding-top: 50px;
  padding-bottom: 40px;
}

section.faq-tital-bar h1 {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 32px;
  color: #0F1E00;
}
section.faq-tital-bar input#searchProduct {
  box-shadow: none;
  border: 1px solid;
}

section.faq-tital-bar .search-button-wrapper {
  filter: brightness(0.5);
  top: 15px;
  right: 5%;
}
section.faq-tital-bar .col-md-4 {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}

section.faq-tital-bar h3 {
  font-size: 18px;
  font-weight: 800;
}
section.faq-tital-bar form.search-container {
  height: 0% !important;
}
section.faq-tital-bar a.button-with-triangle.light-green-btn {
  font-weight: 700;
}


/* Help & Support */

section.help-info .infos {
  display: flex;
  justify-content: center;
}

section.help-info .info-det {
  margin-left: 20px;
}

section.help-info .info-det h5 {
  font-size: 18px;
  font-weight: 700;
  color: black;
}

section.help-info .info-det h6 {
  font-size: 16px;
  font-weight: 400;
  color: black;
}

section.help-info .row {
  /* padding: 40px 0px; */
}
section.help-info .container {
  border: 1px solid #E2E2E2;
  padding: 45px 0px;
  padding-bottom: 30px;
}

section.help-info .row.btn-info {
  text-align: center;
}

section.help-info h3 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 800;
  color: black;
}

section.help-info a.button-with-triangle.light-green-btn {
  padding: 13px 18px;
  font-weight: 700;
}
section.Self-Service-Tool {
  padding: 40px 0px;
  padding-bottom: 10px;
}

section.Self-Service-Tool .container {
  border: 1px solid #E2E2E2;
  padding: 45px 0px;
}
section.Self-Service-Tool h3 {
  font-size: 22px;
  font-weight: 600;
  color: black;
  padding-left: 40px;
  margin-bottom: 10px;
}
.row.service-box .col-md-3 {
  text-align: center;
}

.row.service-box h6 {
  font-size: 16px;
  font-weight: 700;
  color: black;
  margin-top: 8px;
}

.row.service-box {
  margin-top: 25px;
}
.row.service-box img {
  width: 30%;
}
section.help-con h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: black;
}

section.help-con h5 {
  font-weight: 600;
  font-size: 18px;
  color: black;
  margin-bottom: 15px;
}

section.help-con .col-md-12 {
  padding: 0px;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 20px;
  padding-top: 30px;
}


/* payment tab  */

.pay-box {
  border: 1px solid #0F1E00;
  border-radius: 8px;
  padding: 15px 15px;
  height: 100%;
}

.pay-box h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0F1E00;
}

.pay-box h4 {
  font-size: 25px;
  font-weight: 800;
  color: #0F1E00;
}

.pay-box h6 {
  font-size: 10px;
  color: #666666;
  font-weight: 400;
}
/* section.payment-data {
  margin-right: 110px;
} */

.row.btn-search .col-md-4 {
  text-align: right;
}

.row.btn-search {
  padding: 30px 0px;
  padding-bottom: 100px;
}

.row.btn-search a.button-with-triangle.light-green-btn {
  font-weight: 700;
  padding: 13px 25px;
}
.row.btn-search form.search-container {
  width: 50% !important;
}

/* .row.btn-search img {
  filter: brightness(0.5);
  margin-top: 5px;
} */
.row.btn-search input#searchProduct {
  background: #ffffff;
  box-shadow: none;
  padding: 0px 20px;
}
section.payment-data th {
  background: #D3F897;
  font-size: 12px;
  padding: 13px;
  font-weight: 700;
}
section.payment-data td {
  font-size: 12px;
  padding: 15px;
  border-bottom: 1px solid white;
  TEXT-ALIGN: CENTER;
  font-weight: 500;
}
section.payment-data tr {
  background: #BCF49D;
}
section.payment-data .row.btn-search img {
  filter: brightness(1);
}
.row.btn-search form.search-container img {
  filter: brightness(0.5);
  margin-top: 10px;
}
section.payment-data .container {
  padding: 15px 20px;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
}
.row.ammount-bar {
  margin-right: 100px;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 20px;
}
.responsive-table.mt-3 {
  height: 430px !important;
  overflow-y: scroll;
  background-color: white; /* Set the background color to gray */
  width: 102% !important;
  padding-right: 10px;
}

/* Customizing the scrollbar */
.responsive-table.mt-3::-webkit-scrollbar {
  width: 12px; /* Set the width of the scrollbar */
}

.responsive-table.mt-3::-webkit-scrollbar-thumb {
  background-color: #D3F897; /* Set the color of the scrollbar thumb */
  border-radius: 10px; /* Optional: to round the corners of the scrollbar thumb */
}

.responsive-table.mt-3::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Optional: light color for the track */
}


/* payout start */

h2.h3-text.mb-3.green {
  font-size: 32px;
}
section.payout {
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  padding: 25px 20px;
}

section.payout h6 {
  font-size: 18px;
  font-weight: 700;
  color: black;
}

section.payout h4 {
  font-weight: 800;
  font-size: 40px;
  color: black;
}

section.payout .row {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 10px;
}
.row.select-method {
  border: none !important;
}

.row.select-method h6 {
  font-size: 22px;
  font-weight: 600;
  margin: 35px 0px;
}

.row.select-method {
  padding: 25px 0px;
}
.row.select-method form {
  display: flex;
  justify-content: space-between;
  width: 60%;
}

.row.select-method label {
  font-size: 16px;
  font-weight: 400;
  color: black;
}
.row.select-method h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0px;
}
.row.select-method input[type="text"] {
  width: 22%;
  border: 1px solid #E2E2E2;
}
.row.btns a.button-with-triangle.light-green-btn {
  font-weight: 700;
  padding: 13px 25px;
  margin-top: 60px;
}




.bank-a {
  display: flex
  ;
      border: 2px solid #D3F897;
      width: 90%;
      padding: 10px 20px;
}

.bank-b {
  display: flex
  ;
      flex-direction: column;
      width: 75%;
}

.bank-a input[type="password"] {
  border: none;
  BACKGROUND: transparent;
  font-size: 15px;

}
.bank-b label {
  font-weight: 700 !IMPORTANT;
  font-size: 19px  !important;

}
.row.banks {
  border: 1px solid #E2E2E2;
  padding: 10px;
}


/* Wishlist start */
section.Wishlist-bar {
  padding: 50px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

section.Wishlist-bar h1 {
  font-size: 25px;
  font-weight: 600;
  color: black;
}

.row.wish-details .col-md-1 {
  display: flex
  ;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
}

.row.wish-details h4 {
  font-size: 18px;
  font-weight: 700;
  color: black;
}

.row.wish-details h5 {
  font-size: 14px;
  color: #8d8d8d;
  font-weight: 400;
}

.row.wish-details h6 {
  font-size: 14px;
  color: black;
}

.row.wish-details .col-md-3 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

img.pro-main {
  width: 100%;
}

.row.wish-details .col-md-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.row.wish-details a.button-with-triangle.light-green-btn {
  padding: 10px 25px;
  font-weight: 700;
  text-align: center;
}
section.Wishlist-bar .container {
  border: 1px solid #D9D9D9;
  padding: 25px;
}

section.wish-tital h1 {
  font-size: 25px;
  font-weight: 600;
  color: black;
}

section.wish-tital {
  padding-top: 45px;
  padding-bottom: 15px;}
  
  section.wish-tital .col-md-12 {
    padding: 0px;
}
.row.wish-details.two {
  margin-top: 30px;
}

/* dashboard product  */

section.payment-data.product a.green-primary-btn.fw-normal {
  font-size: 16px;
}
section.payment-data.product form.search-container {
  margin-top: -10px;
}
section.payment-data.product form.search-container {
  width: 100% !important;
}
section.payment-data.product select#branch-data {
  width: 100%;
  border: 1px solid #E2E2E2;
  font-size: 12px;
  padding: 10px;
  color: black;
}
section.payment-data.product .row.btn-search {
  padding-bottom: 20px;
}
section.payment-data.product tr {
  background: white !important;
}
.action.err img {
  width: 28%;
}

img.main-one-img {
  width: 100%;
}
section.payment-data.product td {
  color: gray;
}

/* dashboard product detailing page */
.product-details-section a.green-primary-btn.fw-normal {
  font-size: 15px;
  padding: 12px 40px;
}
section.product-details-oi .carousel-inner {
  padding: 25px;
}


/* product category start */

section.head-bar-cat {
  padding: 30px 0px;
}
section.head-bar-cat .aunchor a {
  color: black;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  margin-right: 5px;
  
}
section.head-bar-cat h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 55px;
  color: #0F1E00;
  margin-bottom: 50px;
}

.head-bar-cat .dropdown {
  position: relative;
  display: block;
}

.head-bar-cat .dropdown > ul {
  list-style: none;
  padding: 0;
}

.head-bar-cat .dropdown > ul > li {
  padding: 10px 15px;
  color: black;
  cursor: pointer;
  position: relative;
  transition: margin 0.3s ease-in-out; /* Smooth transition */
  font-size: 18px !important;
    padding-bottom: 2px;
}

/* Dropdown hidden by default */
.head-bar-cat .dropdown ul li ul {
  display: none;
  position: relative;
  min-width: 150px;
  border-radius: 5px;
}

.head-bar-cat .dropdown ul li ul li {
  padding: 10px;
  color: black;
  white-space: nowrap;
}

/* Active class for showing dropdown */
.head-bar-cat .dropdown ul li.active > ul {
  display: block;
  z-index: 999;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  padding-left: 10px;
}

/* Space create when dropdown is open */
.head-bar-cat .dropdown ul li.active {
  margin-bottom: 1px; /* Adjust space */
}
.head-bar-cat ::after {
  display: none !important;
}
.head-bar-cat ::marker {
  color: white;
}
select#branch-data\ category {
  font-size: 16px;
  padding: 10px 5px;
  margin-bottom: 15px;
}
span.aree {
  margin-right: 5px;
}
.grid-category-pro {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.product-carousel-card.card {
  width: 100%;
}

.grid-category-pro .card-body {
  background: white;
}

.pagination-cat {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}


.pagination-cat {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}

.pagination-cat h5 {
  background: white;
  color: #0F1E00;
  font-size: 16px;
  font-weight: 400;
  margin: 0px 10px;
  padding: 10px 15px;
  height: 40px;
}
h5.act-cat {
  background: #0F1E00;
  color: white;
}

.pagination-cat h6 {
  padding: 10px 20px;
  border: 1px solid #E1E1E1;
}


/* setting start */

 /* Tab Button Styling */

 .row.select-method.setting .tabs {
  display: flex;
  margin-bottom: 20px;
  padding: 0px;
}

.row.select-method.setting .tab {
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  background: #f0f0f0;
  transition: background 0.3s ease;
  margin-right: 25px;
  font-size: 16px;
  border: 1px solid #D3F897;
  border-radius: 5px;
}

.row.select-method.setting .tab.active {
  background: #D3F897;
  color: black;
  font-weight: 700;
}

/* Tab Content Styling */

.row.select-method.setting .tab-content {
  display: none;
  padding: 20px;
  background: #fff;
  border-top: 1px solid #E2E2E2;
}

.row.select-method.setting .tab-content.active {
  display: block;
}
section.payout.setting h3 {
  font-weight: 600;
  color: black;
  font-size: 20px;
}
section.payout.setting img {
  width: 10%;
}
section.payout.setting a.button-with-triangle.light-green-btn {
  padding: 10px 25px;
  margin-top: 30px;
  width: 25%;
  margin-bottom: 40px;
}
/* .row.select-method.setting div#tab1 {
  display: flex;
  flex-direction: column;
} */
.companyy {
  display: flex;
  margin-top: 20px;
}

.one {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 40px;
}

.row.select-method.setting input[type="text"] {
  width: 100%;
  height: 45px;
}
.row.select-method.setting input[type="text"]::placeholder {
  font-size: 16px;
  color: black;
  padding-left: 15px;
}

.row.select-method.setting label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #0F1E00;
}

.one.bt {
  display: flex;
  align-items: center;
  width: 24%;
}

.one.bt a.button-with-triangle.light-green-btn {
  width: 100% !IMPORTANT;
}
.one.bt a.button-with-triangle.light-green-btn {
  margin: 0px !important;
  margin-top: 35px !IMPORTANT;
}

img.tabone {
  margin-top: 30px;
  width: 16% !important;
}

.row.btns.tabfo a.button-with-triangle.light-green-btn {
  margin-top: 15px;
}
section.payout.setting {
  padding-bottom: 30px;
}
.companyy.pas {
  width: 75%;
}

.companyy.phone {
  width: 85%;
}

.row.btns.tabfo a.button-with-triangle.light-green-btn {
  width: 58%;
  margin-bottom: 0px;
}
.row.btns.tabfo {
  border: none;
}
img.pay-in {
  width: 18% !important;
  margin-top: 40px;
}


.row.select-method.setting .row.banks .bank-a {
  width: 100% !important;
}

img.bank-pay {
  width: 116% !important;
}


.pay-in {
  cursor: pointer; /* Cursor pointer for click effect */
  border: 2px solid transparent; /* Default no border */
  transition: border 0.3s ease-in-out; /* Smooth effect */
}

.pay-in.active {
  border: 2px solid #D3F897; /* Active image border */
}


/* seller boarding */
.row.company-detail {
  padding: 35px 0px;
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
}

.row.company-detail h4 {
  font-size: 28px;
  font-weight: 600;
  color: #0F1E00;
}

img.pros {
  width: 40%;
  margin: 25px 0px;
}

.row.company-detail a.button-with-triangle.light-green-btn {
  padding-left: 10px;
  padding-right: 30px;
}
.row.company-form label {
  font-size:17px;
  font-weight: 400;
  margin-bottom: 5px;
}

.row.company-form input[type="text"],
.row.company-form input[type="email"],
.row.company-form input[type="password"],
.row.company-form input[type="number"],
.row.company-form select {
    border: 1px solid #E2E2E2;
    height: 48px;
}
.row.company-form a.button-with-triangle.light-green-btn {

  width: 88% !important;
}
.row.company-detail h6 {
  font-weight: 600;
  margin: 20px 0px;
}

.row.company-detail label {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.row.company-detail select#branch-data {
  WIDTH: 100%;
  margin-bottom: 40px;
  border-radius: 0px;
  border: 1px solid #E2E2E2;
  padding: 10px;
}
.row.company-detail button.button-with-triangle-drk-opp.next-btn {
  padding: 12px 60px;
}
/* inbox  */

section.inbox  form.search-container {
  box-shadow: none !important;
  height: auto !important;
  margin-bottom: 15px;
}

section.inbox form.search-container input#searchProduct {
  box-shadow: none;
  background: #e3e3e34d;
  padding-left: 20px;
  border-radius: 10px;
  margin: 0px;
}

section.inbox  .search-button-wrapper {
  filter: brightness(0.5);
  display: flex;
  align-items: center;
}

.chat {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: white;
  padding: 6px 0px;
  border-bottom: 1px solid #999999;
}

.chat h6 {
  font-size: 14px;
  font-weight: 400;
  color: black;
}

.chat h5 {
  font-size: 13px;
  font-weight: 400;
  color: #989898;
}


.chat .chat-co {
  margin-top: 13px;
  margin-left: -10px;
}

.chat:hover {
  background: #d3f897a8;
}

section.inbox .col-md-4 {
  height: 980px;
    overflow-y: scroll;
  scrollbar-width: inherit; /* Firefox ke liye */
  scrollbar-color: #D3F897 #D9D9D9; /* Scroll thumb & track colors */
  border-radius: 0; /* Border radius remove */
}

/* Chrome, Edge, aur Safari ke liye */
section.inbox .col-md-4::-webkit-scrollbar {
  width: 8px;
}

section.inbox .col-md-4::-webkit-scrollbar-thumb {
  background-color: #D3F897;
  border-radius: 0; /* Scroll thumb ka border radius remove */
}

section.inbox .col-md-4::-webkit-scrollbar-track {
  background-color: #D9D9D9;
  border-radius: 0; /* Scroll track ka border radius remove */
}
section.inbox .container {
  border: 1px solid #E2E2E2;
  border-radius: 15px;
  padding: 25px 20px;
}
.inb-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 20px;
}

.head-o {
  display: flex;
  align-items: center;
}

.head-o h6 {
  font-weight: 700;
  margin-left: 15px;
}

section.inbox .col-md-8 {
  border-left: 2px solid #E2E2E2;
  padding-left: 30px;
}

.chat-info {
  display: flex;
  align-items: flex-start;}


  .main-chat .chat-info img {
    width: 5%;
}

.main-chat .ch {
    margin-left: 10px;
    /* margin-top: 8px; */
}

.main-chat .ch h4 {
    font-size: 10px;
    font-weight: 700;
}

.main-chat .ch h6 {
    font-size: 10px;
    color: #989898;
    font-weight: 400;
}



.main-chat p {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  width: 75%;
  padding: 20px 15px;
  position: relative;
  border: 1px solid #ccc; /* Border color */
}
.meain-lead-s {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.meain-lead-s .chat-info {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 25px;
}

.meain-lead-s  p {
  background: #D3F897;
  color: black;
}

.main-chat {
  padding-top: 60px;
  height: 800px;
  overflow-y: scroll;
  scrollbar-width: inherit; /* Firefox ke liye */
  scrollbar-color: #D3F897 #D9D9D9; /* Scroll thumb & track colors */
  padding-right: 20px;
  border-bottom: 1px solid #E2E2E2;
}

/* Chrome, Edge, aur Safari ke liye */
.main-chat::-webkit-scrollbar {
  width: 8px;
}

.main-chat::-webkit-scrollbar-thumb {
  background-color: #D3F897;
  border-radius: 0 !important; /* Scroll thumb ka border radius remove */
}

.main-chat::-webkit-scrollbar-track {
  background-color: #D9D9D9;
  border-radius: 0 !important; /* Scroll track ka border radius remove */
}

section.inbox input[type="text"] {
  width: 100%;
  margin-top: 20px;
  background: #F5F5F5;
  border: none;
  padding: 5px;
  padding-bottom: 10px;
}
section.inbox input[type="text"]::placeholder {
  font-size: 14px;
  padding-left: 15px;
}
.in-icon {
  text-align: right;
  margin-top: -38px;
  margin-right: 15px;
}

.in-icon img {
  width: 4%;
}

/* customer dashboard */
img.sidebar-add {
  width: 88%;
  padding-top: 100px;
}

button#orders-tab {
  margin-top: 50px;
}


section.payout.myorder h4 {
  font-size: 16px;
  font-weight: 400;
}

section.payout.myorder h6 {
  font-size: 20px;
  padding-bottom: 10px;
}
h6.ysd {
  margin: 0px;
  padding: 40px 0px;
  padding-bottom: 0px !important;
}

.order-info {
  display: flex
  ;
      justify-content: space-between;
      text-align: left;
}


.order-info h6 {
  margin: 0px !IMPORTANT;
  font-size: 13px !IMPORTANT;
}
.row.select-method.order-list .col-md-4 {
  border: 1px solid #E2E2E2;
}

.row.select-method.order-list .col-md-4 {
  width: 32%;
  margin-right: 13px;
  padding: 20px 15px;
  border-radius: 10px;
  padding-bottom: 10px;
}
.row.select-method.order-list a.button-with-triangle.light-green-btn {
  padding: 12px 0px;
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
}
.order-info span {
  margin-bottom: 10px;
}








/* media query */

/* Wishlist query */

@media only screen and (max-width: 600px) {
  section.wish-tital {
    padding: 40px 30px;
    padding-bottom: 20px;
}

img.pro-main {
    margin-top: 25px;
}

.row.wish-details h4 {margin-top: 20px;}

.row.wish-details h5 {
    margin-top: 10px;
}

.row.wish-details a.button-with-triangle.light-green-btn {
    width: 100%;
    margin-top: 20px;
}
section.Wishlist-bar .counter {
  margin-top: 15px;
}
h1.h4-text.oee {
  margin-top: -38px;
  font-size: 20px;
}
h1.h4-text.yee {
  font-size: 20px;
}

/* faqs query */
section.faq-tital-bar h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

section.faq-tital-bar .col-md-4 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

section.faq-bug .faq-question {
  font-size: 15px !important;
}

section.faq-bug .faq-answer {
  font-size: 12px !important;
}

/* help & support */
section.help-info .infos {
  display: flex;
  justify-content: flex-start;
  padding-left: 20px;
  margin-bottom: 15px;
}

section.faq-tital-bar {
  padding-bottom: 20px;
}

section.help-info a.button-with-triangle.light-green-btn {
  width: 85%;
}
section.Self-Service-Tool h3 {
  padding: 0px;
  text-align: center;
}

section.Self-Service-Tool {
  padding: 30px 15px;
}

.row.service-box h6 {
  font-size: 16px;
  margin-bottom: 30px;
}

.row.service-box img {
  width: 25%;
}

section.help-con {
  padding: 0px 20px;
}
.row.service-box .col-md-3 {
  width: 50%;
}


/* dashboard  */

.seller-dashboard-section .sideabr-stick {
  padding: 0px;
  width: 110px;
}

.seller-dashboard-section .sideabr-stick ul.nav-tabs li.nav-item button svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.seller-dashboard-section .sideabr-stick ul.nav-tabs li.nav-item button {
  font-size: 10px !IMPORTANT;
}

.seller-dashboard-section .sideabr-stick ul.nav-tabs li.nav-item button.active {
  width: 86% !IMPORTANT;
  height: 35px !important;
}

.header-logo {
  max-width: 80% !important;
}
}

/* 

order history customer dashboard */

.row.btn-search-co .col-md-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.row.btn-search-co .col-md-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.row.btn-search-co a.button-with-triangle.light-green-btn {
  padding: 15px;
  font-weight: 700;
}

section.payment-data.product.ordr .container {
  border: none;
}

section.payment-data.product.ordr .row.btn-search-co {
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  padding: 10px;
}

.row.btn-search-sec {
  margin-top: 30px;
}

.row.btn-search-sec .col-md-4 {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 20px 20PX;  display: flex;
  flex-direction: column;
  width: 32%;
  margin-right: 13px;
}

.row.btn-search-sec .col-md-4 img {
  background: #D3F897;
  padding: 5px;
  border-radius: 10px;
}

.row.btn-search-sec .col-md-4 a.button-with-triangle.light-green-btn {
  font-weight: 600;
}

.dual-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dual-two {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.dual-two h2.h3-text.mb-3.green {
  margin: 0px !important;
  line-height: 25px;
}

.dual-two.\33 .col {
  margin-top: 0px;
  display: flex;
  justify-content: flex-start;
}

span.ju.OP {
  margin-left: 25px;
  width: 100% !important;
}
.dual-two.\33 .col h2.h3-text.mb-3.green {
  margin-bottom: 5px !important;
}

.dual-one.sec img {
  background: transparent !important;
}

.inputio input[type="text"] {
  width: 90%;
  border: none;
  background-color: transparent;
}

.inputio label {
  font-weight: 400;
  font-size: 15px;
}
.dual-one.sec img.onep {
  background: #D3F897 !important;
  padding: 10px;
  width: 20%;
}

.row.btn-search-chy .summry {
  background: #D3F897;
  padding: 20px;
  border-radius: 10px;
}

.row.btn-search-chy .summry h2.h3-text.mb-3.green {
  border-bottom: 1px solid;
}

.main-sum {
  display: flex
  ;
      justify-content: space-between;
      margin-top: 25px;
      border-bottom: 1px solid;
      padding-bottom: 10px;
}

.total-card {
  display: flex;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 20px;
  flex-direction: column;
}

.total-card .onee {width: 33%;}

.total-card .onee img {width: 100%;}

.total-card .twoo {
  margin-left: 15px;
}

.total-card .twoo h2.h3-text.mb-3.green {
  line-height: 30px;
}

.total-card .threee {
  display: flex;
  align-items: flex-end;
}

.main-dol {
  display: flex;
}

.maim-dol2 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.maim-dol2 h2.h3-text.mb-3.green {
  MARGIN: 0PX !IMPORTANT;
  line-height: 22px;
  text-align: center;
}


/* dashboard */

section.dashboard .row.btn-search-das a.button-with-triangle.light-green-btn {
  padding: 10px 20px;
  font-weight: 700;
}

section.dashboard .row.btn-search-das .col-md-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

section.dashboard .row.btn-search-das .col-md-3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

section.dashboard a.ok {
  color: black;
  text-decoration: none;
  font-size: 14px;
}
section.dashboard .row.btn-search-das {
  padding-top: 20px;
}

.row.btn-search-das2 .col-md-6 {
  display: flex;
  align-items: center;
  
}

.row.btn-search-das2 a.ok {
  width: 100%;
  text-align: right;
}

section.dashboard .container.DF {
  background: white;
  padding: 20px 30px;  border-radius: 10px;
  margin-top: 20px;
}
.row.btn-search-das2 {
  border-bottom: 1px solid;
}
.row.btn-search-das3 {
  padding-top: 20px;
}

section.dashboard .container.DF a.green-primary-btn.fw-normal {
  padding: 10px 28px;
  font-size: 15px;
}
.cr-order {
  display: flex;
}
.row.btn-search-das4 {
  padding-top: 30px;
}

.row.btn-search-das4 .col-md-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cr-ch2 {
  margin-bottom: 15px;
}

.cr-ch2 img {
  width: 20%;
}

/* order history 2 */
section.dashboard.order-2 .container.DF {
  border: 1px solid #E2E2E2;
  background: transparent;
}

section.dashboard.order-2 .container.slot .col-md-6 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

section.dashboard.order-2 .container.slot h2.h3-text.mb-3.green {
  margin: 0px !important;
  text-align: left !important;
  width: 100%;
}
section.dashboard.order-2 .container.slot {
  background: #D3F897;
  margin-top: 15px;
}

section.dashboard.order-2 .container.slot .row.btn-search-das3 {
  padding: 10px;
}
section.dashboard.order-2 .col-md-2 {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

section.dashboard.order-2 .row.btn-search-das2 {
  display: none;
}

.container.detail form {
  display: flex;
}

.container.detail input {
  background: #ffffff9c;
  border: none;
  line-height: 50px;
  font-size: 14px;
  font-family: 'Inter';
  font-weight: 400;
  padding-left: 15px;
  border-radius: 15px;
  width: 100%;
}

.container.detail button.search-submit-green {
  border: navajowhite;
  position: absolute;
  left: 44%;
  background: transparent;
  padding-top: 9px;
}

.container.detail label.form-label {
  font-size: 15px;
  font-weight: 400;
  margin-right: 15px;
}

.container.detail select#branch-data {
  font-family: 'Inter';
  font-size: 16px;
  padding: 8px 0px;
  padding-left: 15px;
  padding-right: 80px;
  background: transparent;
  border: 1px solid #80808047;
  border-radius: 10px;
}
.container.detail {
  padding: 0px;
  margin-bottom: 30px !important;
}

section.dashboard.order-2 .cr-ch2 {
  width: 50%;
}

section.dashboard.order-2 .cr-ch2 img {
  margin-right: 10px;
}

/*REQUEST A REFUND*/

.refund_items .refund_list_item {
  padding: 40px 30px;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
}

.refund_items .refund_list_item:not(:last-child) {
  margin-bottom: 40px;
}

.pd_item {
  display: flex;
  align-items: center;
}

.pd_item .thumb {
  width: 207px;
  height: 145px;
  overflow: hidden;
}

.pd_item .thumb img {
  width: 100%;
  height: 100%;
}

.pd_item .ctn h5 {
  margin-top: 0;
  font-size: 20px;
  line-height: 24px;
  color: #0F1E00;
  margin-bottom: 20px;
}

.pd_item .ctn p {
  color: #0F1E00;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  font-weight: 400;
  opacity: 0.6;
}

.pd_item .ctn h4 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #0F1E00;
}

.pd_item .ctn {
  padding-left: 30px;
}

.rf_details .field .form-control {
  height: 50px;
  background: transparent;
  border: 1px solid #E2E2E2;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: #666666;
}

.rf_details .drop_icon {
  position: relative;
}

.rf_details .drop_icon .form_icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  pointer-events: none;
}

.rf_details .field textarea.form-control {
  height: 106px;
  resize: none;
  padding: 20px;
}

.rf_details .field label {
  margin-bottom: 12px;
  color: #0F1E00;
  font-weight: 400;
  font-size: 18px;
}

.rf_details .field {
  margin-bottom: 20px;
}

.rf_details .field  p {
  font-weight: 500;
  color: #0F1E00;
  font-size: 20px;
}

.rf_details .date_icon {
  position: relative;
}

.rf_details .date_icon .form_icon {
  position: absolute;
  bottom: 12px;
  right: 10px;
  pointer-events: none;
}

.rf_details .field .d-flex label {
  margin: 0;
  line-height: 1;
  margin-right: 10px;
}

.rf_details .field .d-flex {
  align-items: center;
}

.rf_details .field select.form-control {
  cursor: pointer;
}

.secRefund .btn-search .justify-content-end h4 {
  margin-bottom: 0;
  margin-right: 20px;
}

.secRefund .btn-search .justify-content-end {
  align-items: center;
}
.pd_item .pd_check {transform: scale(1.2);margin-right: 21px;}

.rf_details .comment_icon {
  position: relative;
}

.rf_details .comment_icon .form_icon {
  position: absolute;
  bottom: 10px;
  right: 15px;
  pointer-events: none;
}

.row.btn-search-das3 .col_ctn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.row.btn-search-das .col_ctn {
  gap: 20px;
}

.order-2 .row.btn-search-das3 .col_ctn {
  justify-content: space-between;
}


/*Responsive*/

@media screen and (max-width: 1300px) {
  .seller-dashboard-section .sideabr-stick ul.nav-tabs li.nav-item button {
    font-size: 16px !important;
  }
  .seller-dashboard-section .sideabr-stick {
    padding: 15px;
  }
  section.payout.setting a.button-with-triangle.light-green-btn {
    width: auto;
  }
  .row.select-method.setting .tab-content {
    padding: 15px;
  }
  .companyy .one.bt {
    width: 30%;
    margin-right: 0;
  }
  .row.btns.tabfo a.button-with-triangle.light-green-btn {
    width: 100%;
  }
  .companyy .one {
    margin-right: 20px;
  }
  .companyy .one:last-child {
    margin-right: 0px;
  }
  .minimum-order-box .h2-text.color-c3 {
    font-size: 42px;
    margin: 0;
  }
  .minimum-order-box + p {
    font-size: 18px;
    line-height: 30px;
  }
  #minimum-order-range::-webkit-slider-thumb {
    width: 80px;
    height: 80px;
  }
  .cr-order .cr-ch1 img {
    width: 100%;
  }
  .cr-order .cr-ch1 {
    padding: 0 10px;
  }
  .row.btn-search-das2 h2.h3-text.mb-3.green {
    font-size: 30px;
  }
  .sort-order-status {
    display: flex;
  }
}

@media screen and (max-width: 1100px) {
  .product-carousel-card .product-carousel-img-container > img {
    height: 275px;
  }
  section.faq-bug .faq-question {
    font-size: 16px;
  }
  section.faq-tital-bar .search-button-wrapper {
    top: 20px;
    right: 4%;
  }
  div#dashboard .row .col-lg-5 {
    width: 100%;
  }
  div#dashboard .row .col-lg-7 {
    width: 100%;
  }
  div#dashboard .row>.col-lg-6 {
    width: 100%;
  }
  div#dashboard .row .col-lg-5 .col-lg-6.p-0 {
    width: 25%;
  }
  .order-box .data .number {
    font-size: 30px;
  }
  .order-box {
    min-height: 140px;
    margin-right: 0;
    margin-left: 10px;
  }
  .seller-dashboard-section .order-analytics {
    margin: 0 12px;
  }
  .header .search-container input#searchProduct {
    padding: 12px 13px 12px 20px;
  }
  .mega-header-container .search-button-wrapper {
    background: transparent;
  }
  .seller-dashboard-section .selling-product .selling-top-bar input {
    font-size: 16px;
    padding: 8px 14px;
  }
  .seller-dashboard-section .sideabr-stick ul.nav-tabs {
    margin-right: -29px;
  }
  .seller-dashboard-section .right-dashboard {
    padding: 20px 25px;
  }
  .seller-dashboard-section .right-dashboard .mega-header-container {
    padding: 15px 0;
  }
  h2.h3-text.mb-3.green {
    font-size: 28px;
  }
  .seller-dashboard-section .client-feedback {
    margin: 0 -5px 0 10px;
  }
  .footerintro .two {
    min-width: inherit;
  }
  .header .nav-links .user-controls .top-user-info {
    flex-direction: column-reverse;
  }
  .seller-dashboard-section .user-controls .top-language-selector {
    flex-direction: column-reverse;
  }
  .seller-dashboard-section .user-controls {
    gap: 10px;
  }
  .branch-data-header {
    gap: 10px;
    flex-direction: column;
  }
  .branch-data-header label {
    display: none;
  }
  .seller-dashboard-section .right-dashboard .mega-header-container {gap: 8px;}
  .seller-dashboard-section .user-controls .topbotications {
    padding: 10px;
  }
  .seller-dashboard-section .user-controls .chatnotifi #noticounter, 
  .seller-dashboard-section .user-controls .onlynotifi #noticounter {
    right: 3px;
    top: 0;
  }
  .mega-header-container .user-controls .profile-image {
    width: 34px;
    margin: 0 auto;
  }
  .mega-header-container .user-controls h4 {
    font-size: 14px;
    margin-top: 5px;
  }
  .seller-dashboard-section .user-controls .top-language-selector span {
    font-size: 14px;
    font-weight: 500;
  }
  .seller-dashboard-section .user-controls .top-language-selector .uh-flag-icon {
    width: 30px;
  }
  .seller-dashboard-section .user-controls .top-language-selector .chngvector-color {
    width: 8px;
  }
  .seller-dashboard-section .user-controls .top-language-selector .language-drpdwn {
    width: 150px;
  }
  section.inbox form.search-container input#searchProduct {
    padding: 0 6px;
    min-height: 50px;
  }
  .chat .chat-co {
    margin-left: 0;
    padding-left: 5px;
  }
  section.inbox .container {
    padding: 20px 15px;
  }
  .main-chat .chat-info img {
    width: 10%;
  }
  .main-chat .ch h4 {
    font-size: 16px;
  }
  .main-chat .ch h6 {
    font-size: 14px;
  }
  .chat {
    padding: 6px;
  }
  .row.btn-search input#searchProduct {
    min-height: 50px;
    background: #fff;
  }
  .row.btn-search input#searchProduct::placeholder {
    font-size: 14px;
  }
  .row.btn-search form.search-container img {
    width: 18px;
  }
  section.payment-data.product select#branch-data {
    height: 50px;
  }
  section.payment-data.product  .green-primary-btn {
    display: inline-block;
  }
  section.payment-data.product form.search-container {
    margin: 0;
  }
  .row.btn-search .col-md-4 {
    width: 30%;
  }
  .row.btn-search .col-md-2 {
    width: 20%;
  }
  section.payment-data.product .responsive-table.mt-3 table {
    width: 100%;
    min-width: 150%;
  }
  section.payment-data.product .responsive-table.mt-3 {
    width: 100% !important;
  }
  section.payment-data.product .action.err img {
    width: 20px;
  }
  .responsive-table.mt-3::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .product-carousel-seller.fw-normal.d-flex.align-items-center.gap-2 {
    display: block !important;
  }
  .product-carousel-price.product-carousel-price span:first-child {
    display: block;
  }
  .product-carousel-price.product-carousel-price {
    display: block !important;
  }
  .product-carousel-price.product-carousel-price .discount-badge {
    margin: 0 !important;
  }
  .carousel-indicators.product-detail-data ul {
    flex-wrap: wrap;
  }
  .pay-box h4 {
    font-size: 20px;
  }
  .pay-box h5 {
    font-size: 14px;
  }
  .pay-box {
    padding: 10px;
  }
  .payment-data .responsive-table.mt-3 {
    width: 106% !important;
  }
  .payment-data .responsive-table.mt-3 table {
    width: 140%;
  }
  .row.ammount-bar {
    margin-right: 0;
  }
  .row.select-method form {
    width: 80%;
  }
  .bank-a {
    width: 100%;
  }
  .row.select-method label {
    font-size: 16px !important;
  }
  .bank-a input[type="password"] {
    font-size: 13px;
  }
  section.payout h4 {
    font-size: 36px;
  }
  .companyy .one {
    width: auto;
    max-width: 50%;
    flex: 50%;
    margin: 0;
    padding: 0 10px;
  }
  .companyy {
    flex-wrap: wrap;
  }
  .product-carousel-card .card-body .prod-title br {
    display: none;
  }
  .product-carousel-card .card-body #original-price {
    display: block;
  }
  .product-carousel-card .card-body #prod-discount {
    margin-left: 0;
  } 
  .item-seller-details-section .item-seller-details-tablinks {
    font-size: 20px;
  }
  .product-ratings-reviews-container .h2-text {
    font-size: 28px;
    line-height: 30px;
  }
  .product-ratings-reviews-container .h4-text, 
  .most-relevant-reviews .h4-text,
  div#about-this-seller .h4-text {
    font-size: 20px;
    line-height: 28px;
  }
  .most-relevant-reviews .h4-text {
    font-size: 20px;
  }
  .product-ratings-reviews-container .green-primary-btn {
    font-size: 16px;
  }
  .order-top-header > .order-top-main > li .order-title {
    font-size: 16px;
  }
  .minimum-order-box .h2-text.color-c3 {
    font-size: 36px;
  }
  .minimum-order-box img {
    width: 100px;
    margin-right: 10px;
  }
  .minimum-order-range-box {
    margin: 40px;
    margin-top: 60px;
    margin-bottom: 0;
  }
  #minimum-order-range::-webkit-slider-thumb {
    width: 70px;
    height: 70px;
  }
  .cr-order .cr-ch1 h2.h3-text.mb-3.green {
    font-size: 15px !important;
    line-height: 30px;
  }
  .row.btn-search-das2 h2.h3-text.mb-3.green {
    font-size: 24px;
  }
}

@media screen and (max-width: 860px) {
  select#branch-data\ category {
    font-size: 14px;
  }
  .product-carousel-card .product-carousel-img-container > img {
    height: 310px;
  }
  section.faq-tital-bar .col-md-4 {
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
  }
  section.faq-tital-bar .col-md-8 {
    width: 100%;
  }
  .row.wish-details a.button-with-triangle.light-green-btn {
    padding: 8px 14px;
    font-size: 14px;
  }
  .row.wish-details h4 {
    font-size: 16px;
  }
  .product-carousel-card .card-body .prod-title br {
    display: none;
  }
  .product-carousel-card .card-body #prod-discount {
    display: inline-block;
    margin-left: 0;
  }
  .product-related-carousel .product-carousel-card .product-carousel-img-container > img {
    height: 240px;
  }
  .wish-details .col-12.col-lg-1 img {
    width: 40px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .wish-details .col-12.col-lg-2 img.pro-main {
    margin: 20px 0;
    width: 60%;
  }
  .wish-details .col-12.col-lg-3 {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  .wish-details {
    position: relative;
  }
  .team-section .h4-text.oee {
    font-size: 18px;
  }
  .seller-dashboard-section .width-20 {
    width: 0% !important;
  }
  .seller-dashboard-section .width-80 {
    width: 100% !important;
  }
  .seller-dashboard-section .sideabr-stick {
    padding-top: 30px;
    width: 37%;
    position: fixed;
    top: 0;
    left: 0;
    background: #d3f897;
    height: 100vh;
    overflow-y: scroll;
    transform: translateX(-120%);
    transition: all 0.3s ease-in-out !important;
    z-index: 99999;
  }
  .seller-dashboard-section .sideabr-stick.active {
    transform: none;
  }
  .seller-dashboard-section .width-80 .open_dashboard_menu {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
    background: #d3f897;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .seller-dashboard-section .width-80 .open_dashboard_menu svg {
    width: 20px;
    height: 20px;
    background: transparent;
    color: #000;
  }
  .seller-dashboard-section .right-dashboard {
    padding-top: 40px;
  }
  .seller-dashboard-section .sideabr-stick .close_dashboard_menu {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: #f00;
    border-radius: 100%;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .mega-header-container .search-product-container {
    width: 45%;
  }
  .branch-data-header select {
    font-size: 14px;
  }
  .mega-header-container .user-controls h4 {
    font-size: 13px;
  }
  .seller-dashboard-section .client-feedback table.feedback-table tbody .image, 
  .seller-dashboard-section .client-feedback table.feedback-table tbody .name, 
  .seller-dashboard-section .client-feedback table.feedback-table tbody .email, 
  .seller-dashboard-section .client-feedback table.feedback-table tbody .feedback, 
  .seller-dashboard-section .client-feedback table.feedback-table tbody .ratings {
    font-size: 13px;
  }
  .seller-dashboard-section .seller-dashboard-btn {
    font-size: 14px;
  }
  h2.h3-text.mb-3.green {
    font-size: 24px;
  }
  .chat h5 {
    font-size: 12px;
  }
  .chat .chat-co {
    padding-right: 10px;
  }
  section.inbox form.search-container .search-button-wrapper img {
    width: 65%;
  }
  .main-chat p {
    font-size: 12px;
  }
  .main-chat .ch h4 {
    font-size: 13px;
  }
  .main-chat .ch h6 {
    font-size: 12px;
  }
  .main-chat .chat-info img {
    width: 8%;
  }
  section.payment-data.product .responsive-table.mt-3 table {
    min-width: 170%;
  }
  .product-details-section {
    margin-top: 30px;
  }
  .product-details-section .col-md-2 {
    position: absolute;
    top: 490px;
    left: 0;
    width: 50%;
  }
  .product-details-section .col-md-4 {
    width: 50%;
  }
  .carousel-indicators.product-detail ul li {
    margin-top: 10px;
    float: left;
  }
  .product-details-section .row {
    position: relative;
  }
  .carousel-indicators.product-detail ul li img {
    width: 100%;
    background: transparent;
    margin: 0;
  }
  .carousel-indicators.product-detail ul {
    display: block;
    column-count: 5;
    width: 100%;
  }
  .product-storage select {
    font-size: 14px;
  }
  .product-acc-data .accordion .accordion-item .accordion-body {
    font-size: 15px;
  }
  .product-acc-data .accordion .accordion-item button {
    font-size: 15px;
  }
  .product-details-title {
    font-size: 36px;
    line-height: 42px;
  }
  .product-carousel-price.product-carousel-price {
    font-size: 16px;
  }
  .carousel-indicators.product-detail-data {
    font-size: 16px;
  }
  #carouselExampleIndicators .img-boxzoom {
    width: 50px;
  }
  section.product-details-oi .carousel-inner {
    padding: 10px;
  }
  .product-details-footer .d-flex.mt-3.pt-3 {
    display: none !important;
  }
  .item-specification-details-section {
    margin-top: 40px;
  }
  .item-specification-details-section h2.h3-text {
    font-size: 32px;
  }
  .item-specification-details-section .col-md-6:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }
  .item-specification-details-section .col-md-6 {
    width: 100%;
  }
  div#ProductDetail h2.h3-text.mb-3.green {
    text-align: center;
  }
  .bank-c img {
    width: 30px;
  }
  .bank-c {
    display: flex;
    align-items: center;
  }
  .bank-a {
    justify-content: space-between;
  }
  .bank-b {
    width: 85%;
  }
  .row.btns a.button-with-triangle.light-green-btn {
    margin-top: 10px;
  }
  .seller-dashboard-section .sideabr-stick ul.nav-tabs li.nav-item button.active {
    background: #fff !important;
  }
  .seller-dashboard-section .sideabr-stick ul.nav-tabs {
    margin-right: 0;
  }
  .seller-dashboard-section .sideabr-stick ul.nav-tabs li.nav-item button.active:after {
    right: 3px;
  }
  .promotional-products-section .pp_large-offer .pp_large-offer-title, 
  .promotional-products-section .pp_large-offer .c1-highlighted-color {
    font-size: 36px;
  }
  .promotional-products-section .pp_large-offer {
    margin-bottom: 20px;
  }
  .lp-sec-title {
    font-size: 32px;
  }
  .lp-sec-text {
    font-size: 16px;
  }
  .lp-sec-pricing {
    font-size: 30px;
  }
  .lp_sec-header .badge {
    font-size: 15px;
  }
  .lp_sec-header .product-rating {
    font-size: 18px;
  }
  .large-promotional-product-section .lp-sec-btn a {
    padding: 14px 36px;
  }
  .product-details-footer .light-green-btn {
    font-size: 15px;
    padding: 12px 24px;
  }
  .item-specification-details-section table tr td, 
  .item-specification-details-section table tr th {
    font-size: 15px !important;
  }
  .item-seller-details-section {
    padding: 25px;
  }
  .item-seller-details-section .item-seller-details-tablinks {
    font-size: 18px;
    padding: 10px !important;
  }
  .item-seller-details-tab {
    gap: 10px;
  }
  .product-details-rating .text-1.color-c3 {display: block;}
  .product-details-rating .text-1.color-c3 svg {width: 100%;padding-right: 10px;}
  .seller-rating-animation {
    height: 6px;
  }
  .product-ratings-reviews-container .h2-text {
    font-size: 24px;
    line-height: 1;
  }
  .product-ratings-reviews-container .h4-text, 
  .most-relevant-reviews .h4-text, 
  div#about-this-seller .h4-text {
    font-size: 18px;
    line-height: 22px;
  }
  .product-seller-review .text-1 {
    font-size: 16px;
  }
  .product-seller-review .text-1.mt-3 {
    margin: 15px 0 !important;
  }
  .item-seller-details-section .product-seller-review .item-seller-box .item-seller-details h4 {
    font-size: 16px;
    line-height: 1;
  }
  .item-seller-details-section .product-seller-review p:last-child {
    font-size: 14px;
  }
  .item-seller-details-section #about-this-seller .all-reviews-tab button {
    font-size: 16px;
  }
  #about-this-seller .col-md-5 .font-16 {
    font-size: 14px;
  }
  #about-this-seller .item-seller-box {
    margin-top: 20px;
  }
  #about-this-seller .item-seller-box .item-seller-profile-image {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 10px;
  }
  #about-this-seller .item-seller-box .text-2 {
    font-size: 14px;
    line-height: 1;
  }
  .order-top-header > .order-top-main > li .order-title {
    font-size: 14px;
  }
  .order-top-header > .order-top-main {
    gap: 70px;
  }
  .order-time-delivery .estimate-date-with-print {
    display: block !important;
  }
  .order-time-delivery a {
    width: auto;
    display: inline-block !important;
    margin-top: 10px;
  }
  .order-time-delivery .h3-text {
    font-size: 30px;
    line-height: 40px;
  }
  .order-top-header > .order-top-main > li {width: 17%;}
  .order-top-header > .order-top-main > li .order-icon img {
    width: 40% !important;
  }
  .order-item-list.mt-5 {
    margin-top: 30px !important;
  }
  .order-item-list.mt-5 .h4-text {
    margin-bottom: 30px;
  }
  .order-item-list .order-item-box .order-item-content .order-item-img {
    width: 120px;
    height: 120px;
  }
  .order-item-list .order-item-box .order-item-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .order-item-list .order-item-box .order-item-content {
    gap: 20px;
  }
  .order-item-list .order-item-box .order-item-content .order-item-data .item-status {
    display: inline-block;
    margin-left: 5px;
    margin-top: 10px;
    font-size: 13px;
  }
  .order-item-list .order-item-box .order-item-content .order-item-data .item-title {
    font-size: 18px;
    margin-bottom: 12px !important;
  }
  .order-item-list .order-item-box .order-item-price .price {
    font-size: 18px;
  }
  .order-item-list .order-item-box .order-item-price .quantity {
    font-size: 15px;
  }
  .order-address-payment table tbody tr th,.order-address-payment table tbody tr td {
    font-size: 15px;
  }
  .order-address-payment .col-lg-6 {margin: 10px 0;}  
  #minimum-order-range::-webkit-slider-thumb {
    width: 55px;
    height: 55px;
  }
  .minimum-order-range-box {
    margin: 20px;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .minimum-order-box .h2-text.color-c3 {
    font-size: 26px;
  }
  .minimum-order-box + p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
  .row.btn-search-das .col_ctn {
    gap: 10px;
  }
  section.dashboard .row.btn-search-das a.button-with-triangle.light-green-btn {
    font-size: 14px;
    padding: 10px 14px;
  }
  section.dashboard .row.btn-search-das .col-md-7 h2.h3-text.mb-3.green {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  section.dashboard .container.DF a.green-primary-btn.fw-normal {
    padding: 10px 22px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .head-bar-cat .dropdown {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: #000;
    padding: 20px;
    width: 40%;
    z-index: 9;
    overflow-y: scroll;
    transform: translateX(-100%);
    transition: all 0.4s ease-in-out !important;
  }
  .head-bar-cat .dropdown.show_drop {
    transform: none;
  }
  .head-bar-cat .dropdown > ul > li {
    color: #fff;
    font-size: 16px !important;
  }
  .head-bar-cat .dropdown ul li ul li {color: #fff;}
  .product-carousel-card .card-body {
    padding: 20px 10px;
  }
  .product-carousel-card .product-carousel-img-container .multi-product-variatns {
    transform: translateY(94px);
  }
  section.head-bar-cat .aunchor .cat_show {
    padding: 10px 16px;
    background: #d3f897;
    color: #000000;
    display: inline-block;
    position: absolute;
    top: 80px;
    right: 0;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 600;
  }
  section.head-bar-cat .aunchor {
    position: relative;
  }
  .head-bar-cat .dropdown .close_drop {
    display: flex;
    width: 34px;
    height: 34px;
    background: #f00;
    animation: c;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    padding: 3px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
  }
  section.faq-tital-bar .search-button-wrapper {
    height: 20px;
  }
  section.faq-tital-bar input#searchProduct {
    min-height: 64px;
    padding: 0 68px 0 16px;
  }
  section.Wishlist-bar .counter {
    width: 40%;
    margin: 10px 0;
  }
  .team-section .col-md-6 {
    width: 50%;
  }
  .team-section .h4-text.oee {
    margin: 0;
  }
  div#dashboard h2.h3-text.mb-3.green {
    text-align: center;
  }
  .seller-dashboard-section .right-dashboard {
    padding-top: 0;
  }
  .mega-header-container .nav-links {
    width: 100%;
    display: flex;
  }
  .header .nav-links .user-controls {
    justify-content: center;
  }
  div#dashboard .row .col-lg-5 .col-lg-6.p-0 {
    width: 50%;
  }
  .order-box {
    min-height: 180px;
  }
  .seller-dashboard-section .recent-orders .orders-top-bar h2.h4-text, 
  .seller-dashboard-section .client-feedback .feedback-top-bar h2.h4-text, 
  .seller-dashboard-section .selling-product .selling-top-bar h2.h4-text,
  .seller-dashboard-section .order-analytics .orders-top-bar h2.h4-text {
    font-size: 18px;
  }
  .seller-dashboard-section .seller-dashboard-btn {
    font-size: 12px;
  }
  .recent-orders .recent-orders-table thead th,
  .seller-dashboard-section .selling-product .dashboard-table thead th,
  .seller-dashboard-section .client-feedback table.feedback-table thead th {
    font-size: 12px;
  }
  .seller-dashboard-section .selling-product .dashboard-table tbody .name, 
  .seller-dashboard-section .selling-product .dashboard-table tbody .sold, 
  .seller-dashboard-section .selling-product .dashboard-table tbody .price, 
  .seller-dashboard-section .selling-product .dashboard-table tbody .ratings {
    font-size: 12px;
  }
  .seller-dashboard-section .selling-product .dashboard-table tbody .ratings i {
    font-size: 10px;
  }
  .seller-dashboard-section .client-feedback table.feedback-table tbody .image, 
  .seller-dashboard-section .client-feedback table.feedback-table tbody .name, 
  .seller-dashboard-section .client-feedback table.feedback-table tbody .email, 
  .seller-dashboard-section .client-feedback table.feedback-table tbody .feedback, 
  .seller-dashboard-section .client-feedback table.feedback-table tbody .ratings {
    font-size: 12px;
  }
  .seller-dashboard-section .client-feedback table.feedback-table tbody .ratings i {
    font-size: 9px;
  }
  .seller-dashboard-section .order-analytics #analytics-data {
    padding: 5px 16px;
    font-size: 14px;
  }
  .seller-dashboard-section .selling-product .selling-top-bar input {
    font-size: 14px;
  }
  section.inbox .col-md-4 {
    height: 390px;
    margin-bottom: 30px;
  }
  .one {
    margin-right: 0;
  }
  .footerintro .two {
    width: 100%;
    justify-content: center;
  }
  .row.btn-search .col-md-4 {
    width: 100%;
  }
  .row.btn-search .col-md-2 {
    width: 50%;
    margin: 20px 0;
  }
  .row.btn-search form.search-container img {
    margin-top: 0;
  }
  section.payment-data.product .responsive-table.mt-3 table {
    min-width: 210%;
  }
  section.payment-data td,
  section.payment-data th {
    padding: 10px;
  }
  section.payment-data.product a.green-primary-btn.fw-normal {
    font-size: 14px;
    padding: 12px 22px;
  }
  section.payment-data.product .row.btn-search .col-md-4:last-child {
    text-align: center;
  }
  .product-details-section .col-md-2 {
    position: relative;
    top: auto;
    left: auto;
    width: 20%;
  }
  .carousel-indicators.product-detail ul {
    column-count: inherit;
  }
  .product-details-section .col-md-4 {
    width: 80%;
  }
  .product-details-col {
    padding-top: 20px;
  }
  .carousel-indicators.product-detail ul li:first-child {
    margin-top: 0;
  }
  .product-details-section .product-images-carousel .carousel-item img {
    height: 450px;
  }
  .product-details-title {
    font-size: 30px;
    line-height: 36px;
  }
  .item-specification-details-section table tr td, 
  .item-specification-details-section table tr th {
    font-size: 15px !important;
    padding: 6px 0;
  }
  .product-details-section .product-details-col > div {
    flex-direction: row;
  }
  .product-carousel-price.product-carousel-price {display: flex !important;}
  .product-carousel-seller.fw-normal.d-flex.align-items-center.gap-2 {
    display: flex !important;
  }
  .product-carousel-price.product-carousel-price .discount-badge {
    margin-left: 5px !important;
  }
  .product-carousel-price.product-carousel-price span:first-child {
    margin-right: 5px;
  }
  .payment-data .row.ammount-bar .col-md-3 {
    width: 50%;
    margin-bottom: 20px;
  }
  .payment-data .row.btn-search .col-md-8 {
    width: 60%;
  }
  .payment-data .row.btn-search .col-md-4 {
    width: 40%;
  }
  .payment-data .row.btn-search form.search-container {
    width: 100% !important;
  }
  .payment-data .responsive-table.mt-3 table {
    width: 200%;
  }
  section.payout .row.banks .col-md-4 {
    width: 50%;
  }
  .row.select-method h6 {
    margin: 20px 0;
  }
  .row.select-method form {
    width: 100%;
  }
  .row.select-method label {
    font-size: 14px !important;
  }
  .row.select-method input[type="text"] {
    width: 50%;
  }
  section.payout h4 {
    font-size: 30px;
  }
  section.payout h6 {
    font-size: 16px;
  }
  .promotional-products-section .pp_large-offer .pp_large-offer-title, 
  .promotional-products-section .pp_large-offer .c1-highlighted-color {
    font-size: 27px;
  }
  .promotional-products-section .pp_large-offer {
    padding-top: 20px;
    overflow: visible;
  }
  .pp_sm-offer {padding: 30px;}
  .promotional-products-section .pp_sm-offer .pp_large-sm-title {
    font-size: 22px;
    margin: 0;
  }
  .large-promotional-product-section {
    margin: 40px 0;
    padding: 60px 0 40px;
  }
  .product-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 100%;
    margin: 0 4px;
  }
  .product-carousel .owl-dots .owl-dot.active,.product-carousel .owl-dots .owl-dot:hover {
    background: #f00;
  }
  .product-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .product-ratings-reviews-container .row-gap-4 .col-md-6 {
    width: 50%;
  }
  .product-ratings-reviews-container .green-primary-btn {
    padding: 12px 24px;
    font-size: 15px;
  }
  .order-top-header > .order-top-main > li .order-title {
    text-align: left;
    margin-left: 70px;
    margin-top: -30px;
    min-width: 150px;
  }
  .order-top-header .order-confirmed-user {
    top: 30px;
  }
  .order-top-header.mt-5 {
    margin-bottom: 30px;
  }
  .order-tracking-section {
    margin-top: 40px;
    text-align: center;
  }
  .order-tracking-section h1.h3-text, .order-time-delivery h3:first-child,.order-item-list.mt-5 .h4-text {
    text-align: center;
  }
  .order-address-payment table tbody tr th, .order-address-payment table tbody tr td {
    text-align: left;
  }
  .order-address-payment table tbody tr:first-child th {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }
  .order-item-list .order-item-box .order-item-content .order-item-data .item-status {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
    margin-left: 0;
  }
  .order-item-list .order-item-box .order-item-content .order-item-data .item-title {
    text-align: left;
  }
  .order-item-list .order-item-box {
    text-align: left;
    justify-content: flex-end;
  }
  .order-item-list .order-item-box .order-item-price {
    display: flex;
    align-items: center;
  }
  .order-item-list .order-item-box .order-item-price .price {
    font-size: 16px;
    margin: 0 !important;
  }
  .order-item-list .order-item-box .order-item-price .quantity {
    margin-left: 10px;
    line-height: 1;
  }
  .order-item-list .order-item-box .order-item-price {
    margin-top: 5px;
  }
  #minimum-order-range::-webkit-slider-thumb {
    width: 40px;
    height: 40px;
  }
  .ch-addons-products .h4-text.addons {
    font-size: 18px;
  }
  .minimum-order-box .h2-text.color-c3 {
    text-align: center;
  }
  .minimum-order-section {
    margin-top: 30px;
  }
  .row.btn-search-das2 .col-md-6 {
    width: 30%;
  }
  section.dashboard .row.btn-search-das .col-md-7 h2.h3-text.mb-3.green {
    text-align: center;
  }
  .row.btn-search-das .col_ctn {
    justify-content: center;
  }
  .row.btn-search-das3 h2.h3-text.mb-3.green {
    text-align: center;
  }
  .row.btn-search-das3 .col_ctn {.row.btn-search-das3:;margin-top: 10px;}
  .row.btn-search-das4 .col-md-4 {
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
  }
  .row.btn-search-das2 h2.h3-text.mb-3.green {margin: 0 !important;}
  .row.btn-search-das2 .col-md-6:first-child {
    width: 70%;
  }
  .row.btn-search-das2 {padding-bottom: 10px;}
  .row.btn-search-das4 .col-md-4 .cr-main {
    display: flex;
    gap: 20px;
  }
}

@media screen and (max-width: 540px) {
  select#branch-data\ category {width: 49%;}
  .head-bar-cat .dropdown {
    width: 100%;
  }
  .pagination-cat h5 {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0 7px;
    height: 30px;
  }
  .pagination-cat {
    align-items: center;
  }
  .product-carousel-card .card-body .prod-title br {
    display: none;
  }
  .product-related-carousel .product-carousel-card .product-carousel-img-container > img {
    height: 410px;
  }
  .wish-details .col-12.col-lg-1 img {
    width: 35px;
  }
  .wish-details .col-12.col-lg-2 img.pro-main {
    width: 100%;
  }
  section.Wishlist-bar .counter {
    margin-bottom: 0;
  }
  .wish-details .col-12.col-lg-3 {
    margin-bottom: 0;
  }
  h2.h3-text.mb-3.green {
    font-size: 20px;
    text-align: center;
  }
  .order-box {
    min-height: 160px;
  }
  .order-box .data .number {
    font-size: 24px;
  }
  .order-box .data .duration {
    font-size: 14px;
  }
  .order-box svg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .responsive-table table {width: 100%;min-width: 700px;}
  .responsive-table {
    overflow-x: scroll;
  }
  .seller-dashboard-section .recent-orders .orders-top-bar h2.h4-text, 
  .seller-dashboard-section .client-feedback .feedback-top-bar h2.h4-text, 
  .seller-dashboard-section .selling-product .selling-top-bar h2.h4-text, 
  .seller-dashboard-section .order-analytics .orders-top-bar h2.h4-text {
    font-size: 15px;
  }
  .seller-dashboard-section .sideabr-stick {
    width: 100%;
  }
  .seller-dashboard-section .sideabr-stick ul.nav-tabs li.nav-item button.active {
    background: #fff !important;
    width: 97% !important;
  }
  .main-chat p {
    width: 90%;
  }
  section.inbox .col-md-8 {
    border: none;
    padding-left: 15px;
  }
  section.inbox input[type="text"]::placeholder {
    font-size: 12px;
    padding: 0 10px;
  }
  section.payment-data.product .responsive-table.mt-3 table {
    min-width: 270%;
  }
  .footerintro p {
    font-size: 14px;
  }
  .product-details-section .product-images-carousel .carousel-item img {
    height: 350px;
    object-fit: cover;
  }
  .product-details-title {
    font-size: 24px;
    line-height: 30px;
  }
  .product-details-section .product-details-col > div {
    flex-direction: column;
  }
  .item-specification-details-section h2.h3-text {
    font-size: 24px;
  }
  .seller-dashboard-section .right-dashboard {
    padding: 0 10px 20px;
  }
  .payment-data .row.btn-search .col-md-8 {
    width: 100%;
    margin-bottom: 10px;
  }
  .payment-data .row.btn-search .col-md-4 {
    width: 100%;
    text-align: center;
  }
  .row.select-method form label {margin: 5px 0;}
  .row.select-method form {display: block;}
  .row.select-method h6 {
    font-size: 18px;
  }
  section.payout .row.banks .col-md-4 {
    width: 100%;
    margin: 5px 0;
  }
  .row.select-method input[type="text"] {
    width: 80%;
  }
  .row.select-method.setting .tabs button.tab {
    max-width: 46%;
    flex: 46%;
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .row.select-method.setting .tabs {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.payout.setting a.button-with-triangle.light-green-btn {
    margin: 20px 0;
  }
  .companyy .one {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 10px;
  }
  section.payout.setting img {
    width: 100% !important;
    max-width: 40%;
    margin: 10px auto 0;
    display: flex;
  }
  .row.select-method.setting .tabs button.tab {
    font-size: 14px;
    max-width: 44%;
    flex: 44%;
  }
  .promotional-products-section .pp_large-offer .pp_large-offer-title, 
  .promotional-products-section .pp_large-offer .c1-highlighted-color {
    font-size: 22px;
  }
  .lp-sec-title {
    font-size: 26px;
  }
  .lp-sec-pricing {
    font-size: 24px;
    margin: 20px 0;
  }
  .large-promotional-product-section .lp-sec-btn a {
    font-size: 14px;
    padding: 12px 24px;
  }
  .promotional-products-section .pp_sm-offer .pp_large-sm-title {
    font-size: 18px;
  }
  .pp_sm-offer {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .promotional-products-section .pp_large-offer .pp_large-offer-title, 
  .promotional-products-section .pp_large-offer .c1-highlighted-color {
    font-size: 18px;
    margin-left: 10px;
  }
  .promotional-products-section .pp_large-offer {
    padding-right: 0;
    border-radius: 10px;
  }
  .promotional-products-section .pp_large-offer .c1-highlighted-color {
    margin-left: 0;
  }
  .order-top-header > .order-top-main > li .order-title {
    margin-left: 60px;
  }
  .minimum-order-box .h2-text.color-c3 {
    font-size: 24px;
  }
  .minimum-order-box img {
    width: 80px;
    margin-right: 0;
  }
  #minimum-order-range::-webkit-slider-thumb {
    width: 30px;
    height: 30px;
  }
  #minimum-order-range {
    height: 7px;
  }
  .minimum-order-range-box {
    margin-left: 0;
    margin-right: 0;
  }
  .cr-order {
    flex-wrap: wrap;
  }
  .cr-order .cr-ch1 {
    padding: 10px;
    text-align: center;
    max-width: 50%;
    flex: 50%;
  }
  .row.btn-search-das2 .col-md-6:first-child,
  .row.btn-search-das2 .col-md-6 {width: 100%;}
  .row.btn-search-das2 h2.h3-text.mb-3.green {
    text-align: center;
    width: 100%;
  }
  .row.btn-search-das2 a.ok {
    text-align: center;
    margin: 10px 0;
  }
}

@media screen and (max-width: 390px) {
  .product-carousel-card .product-carousel-img-container > img {
    height: 380px;
  }
  .grid-category-pro .col-6 {
    width: 100%;
  }
  .pagination-cat h5:nth-child(4),.pagination-cat h5:nth-child(5),
  .pagination-cat h5:nth-child(6) {
    display: none;
  }
  .seller-dashboard-section .selling-product .selling-top-bar, 
  .seller-dashboard-section .recent-orders .orders-top-bar, 
  .seller-dashboard-section .order-analytics .orders-top-bar,
  .seller-dashboard-section .client-feedback .feedback-top-bar {
    display: block;
    text-align: center;
  }
  .seller-dashboard-section .recent-orders .orders-top-bar h2.h4-text, 
  .seller-dashboard-section .client-feedback .feedback-top-bar h2.h4-text, 
  .seller-dashboard-section .selling-product .selling-top-bar h2.h4-text, 
  .seller-dashboard-section .order-analytics .orders-top-bar h2.h4-text {
    text-align: center;
    margin-bottom: 10px !important;
  }
  .order-box {
    min-height: 140px;
  }
  .main-chat {
    height: 450px;
    padding-top: 30px;
  }
  .main-chat p {
    width: 100%;
  }
  .product-details-section .col-md-2 {
    width: 100%;
    order: 2;
  }
  .product-details-section .col-md-4 {
    width: 100%;
    order: 1;
  }
  .carousel-indicators.product-detail ul {
    column-count: 5;
  }
  .product-details-col {
    order: 3;
  }
  .product-details-section .product-images-carousel .carousel-item img {
    height: auto;
  }
  .carousel-indicators.product-detail ul li:first-child {
    margin-top: 10px;
  }
  .product-acc-data .accordion .accordion-item button {
    font-size: 14px;
    padding: 6px;
  }
  .product-acc-data .accordion .accordion-item .accordion-body {
    font-size: 13px;
    padding: 6px;
  }
  .payment-data .responsive-table.mt-3 table {
    width: 320%;
  }
  .payment-data .row.ammount-bar .col-md-3 {
    width: 100%;
  }
  .item-seller-details-section {
    padding: 15px;
  }
  .item-seller-details-section .item-seller-details-tablinks {
    font-size: 15px;
  }
  .product-ratings-reviews-container .row-gap-4 .col-md-6 {
    width: 100%;
  }
  .order-item-list .order-item-box {
    padding: 20px;
  }
  .order-item-list .order-item-box .order-item-content .order-item-data .item-title {
    font-size: 16px;
  }
  .order-item-list .order-item-box .order-item-content .order-item-data .item-about {
    font-size: 14px;
  }
  .order-item-list .order-item-box .order-item-content .order-item-img {
    width: 80px;
    height: 70px;
  }
  .order-tracking-section .normal-text {
    font-size: 14px;
  }
  #minimum-order-range::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
  }
  .cr-order {
    display: block;
  }
  .cr-order .cr-ch1 {
    max-width: 100%;
  }
  .cr-order .cr-ch1 img {
    width: auto;
  }
  .row.btn-search-das4 .col-md-4 .cr-main {
    display: block;
  }
  .row.btn-search-das4 .col-md-4 .cr-main .cr-ch2 {
    margin-bottom: 8px;
  }

    /* Base link */
    .seller-dashboard-section .sideabr-stick ul.nav li.nav-item a.nav-link {
        background: transparent !important;
        border: none !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        color: #666666 !important;
        padding: 9px 13px;
        margin: 0;
        display: block;
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
    }

        /* Active link */
        .seller-dashboard-section .sideabr-stick ul.nav li.nav-item a.nav-link.active {
            background: #D3F897 !important;
            color: #0F1E00 !important;
            font-weight: 700 !important;
            position: relative;
        }

            /* Active link arrow marker */
            .seller-dashboard-section .sideabr-stick ul.nav li.nav-item a.nav-link.active:after {
                content: "";
                position: absolute;
                right: 6px;
                top: -11px;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-right: 10px solid #000000;
                transform: rotate(-40deg);
            }

        /* Icon inside link */
        .seller-dashboard-section .sideabr-stick ul.nav li.nav-item a.nav-link svg {
            width: 20px;
            height: 20px;
            margin-right: 14px;
        }

}