:root {
  --theme-color: #ec3137 ;
}

.log-container {
  width: 500px;
}
.log-container .img-container {
  width: 100%;
}
.log-container .img-container img {
  width: auto;
  max-height: 100px;
}
.log-container .login-form2 {
  box-shadow: none;
}
.log-container .login-form2 .border-r0 {
  border-radius: 0%;
}
.log-container .forgot-pass2 {
  color: rgba(128, 128, 128, 0.573);
  transition: 0.5s;
}
.log-container .forgot-pass2:hover {
  color: gray;
}

.body {
  min-height: 100vh;
}

.message-container {
  min-width: 100vw;
  min-height: 100vh;
}
.message-container div img {
  width: 90px;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: content-box;
}
.message-container div .v-btn {
  color: white;
  background-color: #ec3137;
  opacity: 0.8;
  border: none;
  transition: transform 0.5s ease-in box-shadow 0.5s ease-in;
}
.message-container div .v-btn:hover {
  background-color: #ec3137;
  opacity: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

#primary {
  display: flex;
}
#primary li {
  margin: 0 10px;
}
#primary li a {
  padding: 5px 10px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-background-clip: text;
          background-clip: text;
  transition: all 0.3s ease-in-out;
}
#primary li a:before {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  bottom: 5px;
  left: 0;
  bottom: -3px;
  z-index: 0;
  position: absolute;
  background: #ec3137;
  transition: all 0.3s ease-in-out;
}
#primary li a:hover {
  background-position: 0%;
}
#primary li a:hover:before {
  width: 100%;
}

.cat-btttn {
  background-color: white;
}
.cat-btttn:hover {
  color: #ec3137;
}

.oth-btn {
  color: #081828;
  border: none;
  background: transparent;
  padding: 10px 20px;
  font-weight: 500;
}
.oth-btn:hover {
  color: #ec3137;
  border-bottom: 2px solid #ec3137;
}

.theme-bttn2 {
  background: transparent;
  border: 1px solid #ec3137;
  border-radius: 50px !important;
  padding: 7px 20px;
  color: #ec3137;
}
.theme-bttn2::before {
  background: #ec3137;
}
.theme-bttn2:hover {
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
}

.theme-bttn2:disabled {
  background: #cccccc !important;
  color: #666666 !important;
  cursor: not-allowed;
  border-color: #cccccc !important;
}

.theme-bttn3 {
  background: #ec3137;
  border: 1px solid #ec3137;
  border-radius: 50px !important;
  padding: 7px 20px;
  color: white;
  position: relative;
  display: inline-block;
}
.theme-bttn3:hover {
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
  color: white;
}

.theme-bt {
  background: transparent;
  border: 1px solid #ec3137;
  border-radius: 50px !important;
  padding: 4px 10px;
  color: #ec3137;
  transition: background 1500ms ease-in-out;
}
.theme-bt:hover {
  color: white;
  background: #ec3137;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
}

.some-btn {
  margin-left: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: none;
  text-align: center;
  padding: 7px 15px;
  background: white;
  color: rgb(145, 144, 144);
  border-radius: 50px;
}
.some-btn::before {
  background: rgb(145, 144, 144);
}
.some-btn:hover {
  color: white;
  background: rgb(145, 144, 144);
}

.atc-btn {
  background: transparent;
  border: 1px solid #ec3137;
  border-radius: 50px !important;
  padding: 7px 20px;
  color: #ec3137;
}
.atc-btn span {
  padding-right: 5px;
}
.atc-btn:hover {
  color: white;
  background-color: #ec3137;
}

.modal-btn {
  border: none;
  background: transparent;
}
.modal-btn i {
  color: rgb(145, 144, 144);
}
.modal-btn i:hover {
  color: #ec3137;
}

.relative {
  position: relative;
  top: -60px;
}

.category-info2 {
  background: white !important;
}
.category-info2:hover .svg-container {
  background: #ec3137 !important;
}
.category-info2:hover .svg-container svg {
  color: white;
}
.category-info2:hover h4 {
  color: #ec3137 !important;
}
.category-info2 .svg-container {
  background-color: rgba(236, 49, 55, 0.0470588235) !important;
  width: 80px;
  height: 80px;
  line-height: 75px;
  margin: 0 auto 0 auto;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.category-info2 .svg-container .svg-img {
  width: 60%;
  height: auto;
  color: #ec3137;
}

.flex {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.product-item2 {
  background: white;
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.1);
}
.product-item2:hover {
  cursor: pointer;
}
.product-item2:hover a {
  color: #ec3137;
}
.product-item2 .type.new {
  background: #ec3137 !important;
  color: white !important;
}
.product-item2 .product-action2 a {
  background: rgba(255, 255, 255, 0.546) !important;
  color: #ec3137 !important;
  border: 1px solid rgba(236, 49, 55, 0.1764705882);
}
.product-item2 .product-action2 a:hover {
  background-color: #ec3137 !important;
  color: white !important;
}
.product-item2 .i-btn {
  color: #ec3137 !important;
  background: rgba(255, 255, 255, 0.546) !important;
  border: 0.5px solid rgba(236, 49, 55, 0.1764705882);
}
.product-item2 .i-btn:hover {
  background: #ec3137 !important;
}
.product-item2 .i-btn:hover i {
  color: white;
}
.product-item2 .product-price2 span {
  color: rgb(18, 18, 18);
}

.product-slider2 .owl-nav button {
  background: rgba(236, 49, 55, 0.1764705882) !important;
  color: #ec3137 !important;
}

.product-slider .owl-nav button:hover {
  color: white !important;
}

.shop-single-price2 .amount {
  color: rgb(18, 18, 18);
}

.brand-item2 {
  background: white;
}

.scale-2 {
  transition: transform 1s;
}
.scale-2:hover {
  transform: scale(1.09);
}

.shop-single-rating i {
  color: #fba707;
}

.letter-spacing-md {
  letter-spacing: 5px;
}

.status {
  float: right;
  color: white;
  background-color: rgb(249, 185, 66);
  padding: 2px 10px;
  border-radius: 50px;
}

.order-details {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.product-image {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
  border: 1px solid #ddd;
}

.order-info h2 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #333;
}

.order-info p {
  margin: 5px 0;
  font-size: 14px;
  color: #555;
}

/* Vertical Order Tracker */
.order-tracker.vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.step-container {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0px;
}

.mrgtp {
  margin-top: -20px;
}

.circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  border: 2px solid #ccc;
  z-index: 1;
  flex-shrink: 0;
  top: 0;
}

.label {
  margin-left: 15px;
  text-align: left;
}

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

/* Connecting Lines */
.line {
  width: 1px;
  height: 50px;
  background-color: #ccc;
  margin: -20px 0 0 7px; /* Align line between steps */
  position: relative;
  top: -17px;
}

.step-container .circle {
  position: relative;
}

.step-container:first-child .circle {
  top: 0;
}

.step-container .circle + .line {
  display: block;
}

/* Status Styles */
.step-container .circle.completed {
  background-color: #4caf50;
  border-color: #4caf50;
}

.line.completed {
  background-color: #4caf50;
}

.step-container .circle.active {
  background-color: #2196f3;
  border-color: #2196f3;
}

.line.active {
  background: linear-gradient(to bottom, #4caf50, #2196f3);
}

.shop-checkout2-2 .shop-checkout-form, .shop-cart-summary {
  background: white !important;
}

.t-bold label {
  font-weight: 600;
  margin-bottom: 0;
}

.shop-checkout2 .checkout-step-list2 .nav-link::before {
  background: rgb(179, 177, 177);
}

.shop-checkout2 .checkout-step-list2 .nav-link .step-count {
  background: rgb(179, 177, 177);
}

.shop-checkout2 .checkout-step-list2 .nav-link .step-count::before {
  border: 2px solid rgb(179, 177, 177);
}

.shop-checkout2 .checkout-step-list2 .nav-link {
  color: rgb(179, 177, 177);
}

.shop-checkout2 .checkout-step-list2 .nav-link.active {
  color: #f89090;
}

.pagination .page-link {
  border: 1px solid rgb(179, 177, 177);
  background: transparent;
  color: rgb(145, 144, 144);
}

.pagination .page-link:hover {
  background: rgb(198, 196, 196);
  border: 1px solid rgb(198, 196, 196);
}

.pagination .page-item.active .page-link {
  background: rgb(145, 144, 144);
  border: 1px solid rgb(145, 144, 144);
  z-index: 1;
}

.sec-smth {
  font-weight: 600;
  color: rgb(145, 144, 144);
}
.sec-smth:hover {
  color: rgb(179, 177, 177);
}

.hero-slider .owl-nav button:hover {
  background: rgb(145, 144, 144) !important;
  color: white;
}

.hero-slider .owl-dots .owl-dot span {
  background: rgb(145, 144, 144) !important;
}

.hero-slider .owl-dots .owl-dot.active span {
  background-color: rgb(145, 144, 144) !important;
}

.shop-sort-gl .active {
  background: rgb(145, 144, 144) !important;
  border: 1px solid rgb(145, 144, 144);
}

.shop-sort-gl a:hover {
  color: white;
  background: rgb(198, 196, 196);
  border: 1px solid rgb(198, 196, 196);
}

/* tooltip */
.tooltip2-inner {
  background: rgb(145, 144, 144);
  border-radius: 50px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 600;
}

.tooltip2-auto[data-popper-placement^=top] .tooltip2-arrow::before {
  border-top-color: rgb(145, 144, 144) !important;
}

.tooltip2-auto[data-popper-placement^=bottom] .tooltip2-arrow::before {
  border-top-color: rgb(145, 144, 144) !important;
}

.tooltip2-auto[data-popper-placement^=left] .tooltip2-arrow::before {
  left: -2.5px !important;
  border-left-color: rgb(145, 144, 144) !important;
}

.tooltip2-auto[data-popper-placement^=right] .tooltip2-arrow::before {
  right: -2.5px !important;
  border-right-color: rgb(145, 144, 144) !important;
}

.tooltip2.show {
  opacity: 1;
}

.smth-body {
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.smth-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid rgb(228, 223, 223);
  border-radius: 10px;
  width: 50%;
  margin-top: 35px;
}

@media (width < 42em) {
  .smth-container {
    width: 100%;
    border: none;
  }
}
.smth-header {
  padding-block: 15px;
}

.bdge-warning {
  color: orange;
}

.bdge-success {
  color: #ec3137;
}

.button {
  background-color: white;
  border: 1px solid rgb(198, 196, 196);
  border-radius: 50px;
  padding-block: 4px;
  padding-inline: 8px;
  transition: all 500ms ease-in-out;
  margin-block: 15px;
  color: #081828;
}

.button:hover {
  background-color: gray;
  color: white;
}

.smth-link {
  color: #081828;
  padding: 8px;
}
.smth-link:hover {
  color: rgb(145, 144, 144);
  cursor: pointer;
  text-shadow: 1px 2px 3px #888888;
  border-bottom: 2px solid rgb(145, 144, 144);
}

.shop-cart-qty button {
  text-align: center;
  border: 0;
  border-radius: 50px;
  background: var(--theme-bg-light);
  color: #ec3137 !important;
  background: rgba(255, 255, 255, 0.546) !important;
  border: 0.5px solid rgba(236, 49, 55, 0.1764705882);
}
.shop-cart-qty button:hover {
  background: #ec3137 !important;
}
.shop-cart-qty button:hover i {
  color: white !important;
}

.open-filters, .apply_button {
  display: none;
  cursor: pointer;
}
.open-filters.open, .apply_button.open {
  display: block;
}
.open-filters.hidden, .apply_button.hidden {
  display: none;
}

#filter-container {
  display: block;
}
#filter-container.open {
  display: block;
  overflow: auto;
}
#filter-container.hidden {
  display: none;
}

#main-content {
  display: block;
}
#main-content.hidden {
  display: none;
}

.bttns {
  display: block;
}
.bttns.hidden {
  display: none;
}

.normalsmth {
  display: block;
}

.dlarge {
  display: block !important;
}

.dsmall {
  display: none !important;
}

@media (width < 65em) {
  .relative {
    box-shadow: none !important;
    top: 0;
  }
  .log-container {
    min-width: 350px;
    max-width: 90%;
  }
  #filter-container {
    width: 100%;
  }
  .normalsmth {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .category-area4 .category-img .category-img-info h4 {
    padding: 10px 25px 10px 15px;
  }
  .shop-checkout2 .shop-checkout-form {
    border: none;
    box-shadow: none !important;
  }
  .dlarge {
    display: none !important;
  }
  .dsmall {
    display: block !important;
  }
}
#chat-fixed {
  position: fixed;
  bottom: -20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  border-radius: 50px;
  color: var(--color-white);
  background-color: var(--theme-color);
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: var(--box-shadow2);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

#chat-fixed.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  #chat-fixed.active {
    bottom: 100px;
  }
}