@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css');
:root {
  --color-primary: #000 !important;
  --color-secondary: #fff !important;
}

.header .header-top {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 0 20px;
  margin-bottom: 10px;
}
.header .header-top .brand {
  text-decoration: none !important;
  color: inherit;
  font-size: 36px;
  font-weight: bold;
}
.header .header-top .header-top-items {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-left: 60px;
}
.header .header-top .header-top-items .set-address-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border: 0;
  background-color: white;
  text-decoration: none;
  color: inherit;
}
.header .header-top .header-top-items .set-address-btn .text {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.header .header-top .header-top-items .set-address-btn .text .small-text {
  font-size: 12px;
  color: var(--color-primary);
}
.header .header-top .header-top-items .set-address-btn .text .bold-text {
  margin-top: -5px;
  font-weight: bold;
  color: var(--color-primary);
}
.header .header-top .header-top-items .set-address-btn:hover .icon {
  color: #fb8500 !important;
}
.header .header-top .header-top-items .search-input {
  flex: 1;
  display: flex;
  align-items: center;
  background-color: white;
  border: 1px solid lightgrey;
  border-radius: 5px;
  padding: 0 10px;
}
.header .header-top .header-top-items .search-input input {
  border: 0;
  padding: 10px;
  font-size: 16px;
  color: gray;
  width: 100%;
  outline: none;
}
.header .header-top .header-top-items .search-input input :focus {
  outline: none;
}
.header .header-top .header-top-items .search-input .search-btn {
  border: 0;
  padding: 5px 20px;
  border-radius: 5px;
}
.header .header-top .header-top-items .right-side {
  display: flex;
  gap: 20px;
}
.header .header-top .header-top-items .right-side .login-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border: 0;
  background-color: white;
}
.header .header-top .header-top-items .right-side .login-btn .text {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.header .header-top .header-top-items .right-side .login-btn .text .small-text {
  font-size: 12px;
  color: var(--color-primary);
}
.header .header-top .header-top-items .right-side .login-btn .text .bold-text {
  margin-top: -5px;
  font-weight: bold;
  color: var(--color-primary);
}
.header .header-top .header-top-items .right-side .basket-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fafafa;
  border: 0;
  border-radius: 5px;
  padding: 10px 20px;
}
.header .header-top .header-top-items .right-side .basket-btn .basket-icon {
  position: relative;
}
.header
  .header-top
  .header-top-items
  .right-side
  .basket-btn
  .basket-icon
  .icon {
  font-size: 24px;
}
.header
  .header-top
  .header-top-items
  .right-side
  .basket-btn
  .basket-icon
  .basket-count {
  position: absolute;
  left: 10px;
  top: 15px !important;
  font-size: 10px;
  background-color: #fb8500;
  height: 18px;
  width: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 100%;
}
.header .header-bottom {
  background-color: white;
}
.header .header-bottom .container .bottom-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  list-style: none;
  height: 52px;
}
.header .header-bottom .container .bottom-nav .item {
  display: flex;
  align-items: center;
  height: 100% !important;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.header .header-bottom .container .bottom-nav .item:hover {
  border-bottom: 2px solid black;
}
.header .header-bottom .container .bottom-nav .item .link {
  color: black !important;
  text-decoration: none;
  font-size: 14px;
}
.header .header-bottom .container .bottom-nav .dropdown .dropdown-menu li {
  padding: 5px 0px;
  margin-bottom: 0px;
}
.header
  .header-bottom
  .container
  .bottom-nav
  .dropdown
  .dropdown-menu
  li
  a
  img {
  height: 24px;
  width: 24px;
  margin-right: 10px;
}
.header
  .header-bottom
  .container
  .bottom-nav
  .dropdown
  .dropdown-menu
  li
  a:active {
  color: white !important;
}
.header
  .header-bottom
  .container
  .bottom-nav
  .dropdown
  .dropdown-menu
  li
  a:active
  img {
  filter: invert(1);
}
.header .offcanvas .offcanvas-body .navbar-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header .offcanvas .offcanvas-body .navbar-nav .dropdown .dropdown-menu {
  width: 100%;
}
.header .offcanvas .offcanvas-body .navbar-nav .dropdown .dropdown-menu li {
  padding: 5px 0px;
  margin-bottom: 0px;
  width: 100%;
}
.header
  .offcanvas
  .offcanvas-body
  .navbar-nav
  .dropdown
  .dropdown-menu
  li
  a
  img {
  height: 24px;
  width: 24px;
  margin-right: 10px;
}
.header
  .offcanvas
  .offcanvas-body
  .navbar-nav
  .dropdown
  .dropdown-menu
  li
  a:active {
  background-color: #fb8500 !important;
  color: white !important;
}
.header
  .offcanvas
  .offcanvas-body
  .navbar-nav
  .dropdown
  .dropdown-menu
  li
  a:active
  img {
  filter: invert(1);
}
.header .offcanvas .offcanvas-body .navbar-nav .basket-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-color: #fafafa;
  border: 0;
  border-radius: 5px;
  padding: 10px 20px;
}
.header .offcanvas .offcanvas-body .navbar-nav .basket-btn .basket-icon {
  position: relative;
}
.header .offcanvas .offcanvas-body .navbar-nav .basket-btn .basket-icon .icon {
  font-size: 24px;
}
.header
  .offcanvas
  .offcanvas-body
  .navbar-nav
  .basket-btn
  .basket-icon
  .basket-count {
  position: absolute;
  left: 10px;
  top: 15px !important;
  font-size: 10px;
  background-color: #fb8500;
  height: 18px;
  width: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 100%;
}
.header .offcanvas .offcanvas-body .navbar-nav .login-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border: 0;
  background-color: #fafafa;
  padding: 10px 20px;
  border-radius: 5px;
}
.header .offcanvas .offcanvas-body .navbar-nav .login-btn .text {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.header .offcanvas .offcanvas-body .navbar-nav .login-btn .text .small-text {
  font-size: 12px;
  color: var(--color-primary);
}
.header .offcanvas .offcanvas-body .navbar-nav .login-btn .text .bold-text {
  margin-top: -5px;
  font-weight: bold;
  color: var(--color-primary);
}

@media (max-width: 991px) {
  .header {
    padding: 0 20px;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
.featured-box-item img {
  border-radius: 5px;
}

.products-slider {
  position: relative;
}
.products-slider .owl-stage-outer {
  padding: 5px;
}
.products-slider .owl-stage-outer .products-slider-item {
  position: relative;
  width: 220px;
  height: 320px;
  text-align: center;
  padding: 10px 10px 0 10px;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.products-slider .owl-stage-outer .products-slider-item .image {
  width: 100%;
  height: 200px;
  object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.products-slider .owl-stage-outer .products-slider-item .title {
  font-size: 12px;
  width: 100%;
  /**Major Properties**/
  overflow: hidden;
  max-height: 8rem;
  min-height: 2rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.products-slider .owl-stage-outer .products-slider-item .price {
  font-size: 20px;
  font-weight: bold;
}
.products-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.products-slider .owl-nav .owl-prev {
  position: absolute;
  height: 34px;
  width: 34px;
  border-radius: 50% !important;
  background: #ffffff !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  transform: translateY(-140%);
}
.products-slider .owl-nav .owl-prev:hover {
  background: red !important;
}
.products-slider .owl-nav .owl-prev.disabled {
  display: none;
}
.products-slider .owl-nav .owl-next {
  position: absolute;
  height: 34px;
  width: 34px;
  border-radius: 50% !important;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  transform: translateY(-140%);
}
.products-slider .owl-nav .owl-next:hover {
  background: red !important;
}
.products-slider .owl-nav .owl-next.disabled {
  display: none;
}

@media (max-width: 768px) {
  .products-slider .owl-stage-outer .products-slider-item {
    width: 100% !important;
    height: 100% !important;
    box-shadow: none !important;
  }
  .products-slider .owl-stage-outer .products-slider-item .image {
    width: 100% !important;
    height: 300px !important;
  }
}
.product-hero {
  background-image: url(../img/plant-pattern.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 5px !important;
  overflow: hidden;
}
.product-hero .container-fluid {
  background-color: rgba(251, 134, 0, 0.4705882353);
}
.product-hero .container-fluid .row .product-hero-left {
  padding: 30px !important;
}
.product-hero .container-fluid .row .product-hero-left .content .title {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.product-hero .container-fluid .row .product-hero-left .content .desc {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
}
.product-hero .container-fluid .row .product-hero-left .content .small {
  font-size: 10px;
}
.product-hero .container-fluid .row .product-hero-right {
  padding-right: 30px !important;
}
.product-hero
  .container-fluid
  .row
  .product-hero-right
  .product-hero-item
  .card {
  width: 200px;
  border: 0;
}
.product-hero
  .container-fluid
  .row
  .product-hero-right
  .product-hero-item
  .card
  img {
  height: 300px !important;
  width: 100%;
  object-fit: contain;
}
.product-hero
  .container-fluid
  .row
  .product-hero-right
  .product-hero-item
  .card
  .card-title {
  font-size: 12px;
  width: 100%;
  /**Major Properties**/
  overflow: hidden;
  max-height: 8rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.product-hero
  .container-fluid
  .row
  .product-hero-right
  .product-hero-item
  .card
  .card-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-hero
  .container-fluid
  .row
  .product-hero-right
  .product-hero-item
  .card
  .card-text
  .old-price {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
.product-hero
  .container-fluid
  .row
  .product-hero-right
  .product-hero-item
  .card
  .card-text
  .new-price {
  font-size: 16px;
  color: #000;
}

@media (max-width: 768px) {
  .product-hero .container-fluid .row .product-hero-right {
    padding-right: 20px !important;
  }
  .product-hero
    .container-fluid
    .row
    .product-hero-right
    .product-hero-item
    .card {
    width: 100%;
  }
  .product-hero
    .container-fluid
    .row
    .product-hero-right
    .product-hero-item
    .card
    img {
    height: 200px !important;
    object-fit: cover;
  }
  .product-hero
    .container-fluid
    .row
    .product-hero-right
    .product-hero-item
    .card
    .card-title {
    font-size: 10px;
  }
  .product-hero
    .container-fluid
    .row
    .product-hero-right
    .product-hero-item
    .card
    .card-text
    .old-price {
    font-size: 10px;
  }
  .product-hero
    .container-fluid
    .row
    .product-hero-right
    .product-hero-item
    .card
    .card-text
    .new-price {
    font-size: 12px;
  }
}
.btn-custom-light {
  border: 0;
  background: #ffffff !important;
  border-radius: 5px;
  color: #fb8500 !important;
  padding: 10px 40px !important;
}

.btn-red {
  border: 0;
  background: #fb8500 !important;
  border-radius: 5px;
  color: white !important;
  padding: 10px 40px !important;
}

.btn-sm-red {
  border: 0;
  background: #fb8500 !important;
  border-radius: 5px;
  color: white !important;
}

.btn-cart {
  border: 0;
  background: #fb8500 !important;
  border-radius: 5px;
  color: white !important;
  padding: 10px 40px !important;
}

.btn-add-cart {
  border: 0;
  background: #fb8500 !important;
  border-radius: 5px;
  color: white !important;
  padding: 10px 40px !important;
}

.btn-add-favorite {
  border: 0;
  background: #fafafa !important;
  border-radius: 5px;
  padding: 10px 40px !important;
}

.btn-light-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px !important;
  color: #009ef7 !important;
  background-color: #f1faff !important;
}
.btn-light-detail .icon {
  width: 16px;
  height: 16px;
}

.cart_items .cart_item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}
.cart_items .cart_item .product_img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}
.cart_items .cart_item .cart_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cart_items .cart_item .cart_container .product_title {
  font-weight: 600;
}
.cart_items .cart_item .cart_container .cart_item_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.cart_items .cart_item .cart_container .cart_item_bottom .quantity {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}
.cart_items
  .cart_item
  .cart_container
  .cart_item_bottom
  .quantity
  .quantity_count {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart_items
  .cart_item
  .cart_container
  .cart_item_bottom
  .cart_item_bottom_right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart_items
  .cart_item
  .cart_container
  .cart_item_bottom
  .cart_item_bottom_right
  .delete_product {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart_items
  .cart_item
  .cart_container
  .cart_item_bottom
  .cart_item_bottom_right
  .delete_product
  .icon {
  color: #fb8500 !important;
}
.cart_items
  .cart_item
  .cart_container
  .cart_item_bottom
  .cart_item_bottom_right
  .product_price {
  font-size: 16px;
  font-weight: 600;
}

.sidebar {
  position: sticky;
  display: flex;
  flex-direction: column;
  top: 20px;
  z-index: 1;
}
.sidebar .item {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  background-color: white;
  gap: 10px;
}
.sidebar .item .price {
  font-size: 20px;
}
.sidebar .item .cargo_price {
  font-size: 16px;
}
.sidebar .item .coupon {
  font-size: 16px;
  color: green;
}
.sidebar .item .total_price {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .cart_items .cart_item {
    flex-direction: column !important;
    gap: 10px;
  }
  .cart_items .cart_item .product_img {
    width: 100%;
    height: 300px !important;
    object-fit: contain !important;
  }
  .cart_items .cart_item .cart_container .cart_item_bottom {
    flex-direction: column;
    gap: 10px;
  }
  .cart_items
    .cart_item
    .cart_container
    .cart_item_bottom
    .cart_item_bottom_right {
    flex-direction: column;
    gap: 10px;
  }
}
.product-item .product .product-content .product-img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  border-radius: 5px !important;
  margin-bottom: 10px;
}
.product-item .product .product-content .product-title {
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  line-height: 18px;
  max-height: 8rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.product-item .product .product-content .product-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.product-item .product .product-content .product-bottom .card-price {
  font-size: 20px !important;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}
.product-item .product .product-content .product-bottom .btn-add-cart {
  display: none;
  position: absolute;
  width: 100%;
}
.product-item:hover .product .product-content .product-bottom .btn-add-cart {
  display: block;
}

.sidebar-filter {
  position: sticky;
  height: fit-content;
  top: 20px;
  z-index: 1;
}

@media (max-width: 768px) {
  .sidebar-filter {
    position: relative;
    top: 0;
  }
}
.footer {
  margin-top: 120px;
}
.footer .footer-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
  margin: 0 auto;
}
.footer .footer-items .footer-item {
  width: 33%;
}
.footer .footer-bottom .bottom-right {
  display: flex !important;
  align-items: center !important;
  justify-content: end !important;
}

@media (max-width: 992px) {
  .footer .footer-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .footer .footer-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .footer .footer-items {
    grid-template-columns: 1fr;
  }
  .footer .footer-bottom .bottom-left {
    text-align: center !important;
  }
  .footer .footer-bottom .bottom-right {
    justify-content: center !important;
  }
}
.product-detail .product-detail-left .main-image {
  width: 100%;
  height: 420px;
  object-fit: contain;
}
.product-detail .product-detail-left .sub-images {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  position: relative;
}
.product-detail .product-detail-left .sub-images img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  cursor: pointer;
}
.product-detail .product-detail-right .product-title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 1rem;
}
.product-detail .product-detail-right .seller {
  font-size: 14px;
  font-weight: 300;
}
.product-detail .product-detail-right .seller a {
  color: #000;
  text-decoration: none;
}
.product-detail .product-detail-right .seller a:hover {
  text-decoration: underline;
}
.product-detail .product-detail-right .price .old-price {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  text-decoration: line-through;
}
.product-detail .product-detail-right .price .new-price {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.product-detail .product-detail-right .variant-select {
  width: 180px;
}
.product-detail .product-detail-right .variant-select:focus {
  border-color: #fb8500;
  box-shadow: none;
}
.product-detail .product-detail-right .cargo-options {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-detail .product-detail-right .cargo-options .cargo-option {
  display: inline-block;
  margin-right: 1rem;
}
.product-detail .product-detail-right .cargo-options .cargo-option .cargo-name {
  font-weight: 600;
}
.product-detail
  .product-detail-right
  .cargo-options
  .cargo-option
  .cargo-price {
  font-weight: 300;
}

.nav-tabs .nav-item button {
  color: inherit !important;
}

.tab-content .tab-pane .content {
  padding: 20px 0;
}

table tbody tr td .text-truncate {
  max-width: 250px;
}
table tbody tr td img {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
}
table tbody tr td .buttons {
  display: flex;
  align-items: center;
}

.order-item .order-detail-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.order-item .order-detail-btn .order-images .order-img {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  border: 1px solid #e5e5e5 !important;
  margin-right: -20px;
}
.order-item .order-detail-btn .order-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.order-item .order-detail-btn .order-info .order-no {
  font-size: 14px;
}
.order-item .order-detail-btn .order-info .order-date {
  font-size: 12px;
  color: #999;
}
.order-item .order-detail-btn .order-status {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 10px;
}
.order-item .order-detail-btn .order-status .icon {
  height: 18px;
  width: 18px;
}
.order-item .order-detail-btn .order-price {
  font-size: 16px;
  font-weight: 600;
}
.order-item .order-detail-btn:hover {
  border: 1px solid #fb8500;
  background: #fff;
}
.order-item .order-detail {
  margin-top: 10px;
  background-color: #fafafa !important;
  padding: 10px 20px;
  border-radius: 5px;
}
.order-item .order-detail .order-detail-content {
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-bottom: 20px;
}
.order-item .order-detail .order-detail-content .order-item-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.order-item .order-detail .order-detail-content .order-item-detail img {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  border: 1px solid #e5e5e5 !important;
}
.order-item .order-detail .order-detail-content .order-item-detail div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.order-item
  .order-detail
  .order-detail-content
  .order-item-detail
  div
  .product-name {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}
.order-item .order-detail .order-detail-content .order-satus-detail {
  padding: 20px;
}
.order-item .order-detail .order-detail-content .order-satus-detail .content {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 10px;
}
.order-item
  .order-detail
  .order-detail-content
  .order-satus-detail
  .content
  div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.order-item
  .order-detail
  .order-detail-content
  .order-satus-detail
  .content
  div
  .staust-title {
  font-size: 16px;
  font-weight: 600;
}
.order-item
  .order-detail
  .order-detail-content
  .order-satus-detail
  .content
  div
  .date {
  font-size: 14px;
  color: #323232;
  margin-top: -10px;
}
.order-item .order-detail .order-detail-content .order-satus-detail .actions {
  display: grid !important;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.order-item
  .order-detail
  .order-detail-content
  .order-satus-detail
  .actions
  .btn {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  border: 0;
}

@media (max-width: 767px) {
  .order-item .order-detail-btn {
    flex-direction: column;
    align-items: flex-start;
    height: 160px !important;
  }
  .order-item .order-detail-btn .order-detail-info .order-images {
    margin-bottom: 10px;
  }
  .order-item .order-detail-btn .order-detail-info .order-info {
    margin-bottom: 20px !important;
  }
  .order-item .order-detail-btn .order-detail-info .order-status {
    margin-top: 10px;
  }
}
.top-menu {
  border-radius: 5px;
  background-color: white !important;
  z-index: 4;
}
.top-menu .user {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
}
.top-menu .user .user-name {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.dashboard {
  display: flex;
}
.dashboard .side-menu {
  background-color: white;
  width: 400px;
}
.dashboard .side-menu .side-menu-nav .side-menu-nav-item {
  margin-bottom: 10px;
}
.dashboard
  .side-menu
  .side-menu-nav
  .side-menu-nav-item
  .side-menu-nav-item-link {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  padding: 10px 20px;
}
.dashboard
  .side-menu
  .side-menu-nav
  .side-menu-nav-item:hover
  .side-menu-nav-item-link {
  background-color: #f5f5f5;
}
.dashboard
  .side-menu
  .side-menu-nav
  .side-menu-nav-item.active
  .side-menu-nav-item-link {
  background-color: #f5f5f5;
  border-left: 5px solid #fb8500;
}
.dashboard .side-menu.active {
  display: block !important;
}

@media (max-width: 992px) {
  .top-menu {
    position: sticky;
    top: 72px;
    border-radius: 0px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .top-menu .user {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
  }
  .top-menu .user .user-name {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .side-menu {
    overflow: hidden !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    display: none !important;
    padding: 20px !important;
    min-height: 100% !important;
    z-index: 9999 !important;
  }
}
.mt-n5 {
  margin-top: -5px !important;
}

.mt-n10 {
  margin-top: -10px !important;
}

.mt-n15 {
  margin-top: -15px !important;
}

.mt-n20 {
  margin-top: -20px !important;
}

#featuredSlider {
  overflow: hidden !important;
  position: relative;
}
#featuredSlider .carousel-control-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #d9d9d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#featuredSlider .carousel-control-prev:hover {
  background-color: #c9c9c9;
}
#featuredSlider .carousel-control-prev:focus {
  outline: none;
}
#featuredSlider .carousel-control-prev .carousel-control-prev-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
#featuredSlider .carousel-control-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #d9d9d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#featuredSlider .carousel-control-next:hover {
  background-color: #c9c9c9;
}
#featuredSlider .carousel-control-next:focus {
  outline: none;
}
#featuredSlider .carousel-control-next .carousel-control-next-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
#featuredSlider .carousel-indicators {
  display: none;
}
#featuredSlider .carousel-inner {
  border-radius: 5px !important;
  background-color: #fafafa;
  height: 420px;
  display: flex;
  align-items: center;
}
#featuredSlider .carousel-inner .carousel-item {
  padding: 20px;
  width: 100%;
}
#featuredSlider .carousel-inner .carousel-item img {
  height: 380px !important;
  width: 730px !important;
  object-fit: cover;
  border-radius: 5px;
}
#featuredSlider .carousel-inner .carousel-item .slider-texts {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  width: 40%;
  background-color: white;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  justify-content: center;
}

@media (max-width: 576px) {
  #featuredSlider .carousel-inner {
    height: 260px;
  }
  #featuredSlider .carousel-inner .carousel-item img {
    height: 260px !important;
    width: 100% !important;
    object-fit: contain !important;
    border-radius: 5px !important;
  }
}
.request-area .request-main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.request-area .request-content {
  display: flex;
  flex-direction: column;
}
.request-area .request-content .request {
  border-radius: 5px;
  background-color: #fafafa;
  padding: 20px;
  margin: 20px 0;
  width: 90%;
  align-self: self-start;
}
.request-area .request-content .request .request-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.request-area .request-content .request .request-header .user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.request-area .request-content .request .request-header .user .user-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.request-area .request-content .request .request-header .user .user-name {
  font-size: 14px;
  font-weight: 600;
}
.request-area .request-content .request .request-header .date {
  font-size: 12px;
  color: #999;
}
.request-area .request-content .request .request-content {
  font-size: 14px;
  color: #333;
}
.request-area .request-content .answer {
  border-radius: 5px;
  background-color: bisque;
  padding: 20px;
  margin: 20px 0;
  width: 90%;
  align-self: self-end;
}
.request-area .request-content .answer .answer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.request-area .request-content .answer .answer-header .user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.request-area .request-content .answer .answer-header .user .user-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.request-area .request-content .answer .answer-header .user .user-name {
  font-size: 14px;
  font-weight: 600;
}
.request-area .request-content .answer .answer-header .date {
  font-size: 12px;
  color: #999;
}
.request-area .request-content .answer .answer-content {
  font-size: 14px;
  color: #333;
}
.request-area .request-footer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#cke_ckeditor {
  border-radius: 5px !important;
}

.text-custom-bg-success {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px !important;
  font-weight: 300;
  color: #09ad95 !important;
  background-color: rgba(0, 230, 130, 0.1) !important;
}

.text-custom-bg-warning {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px !important;
  font-weight: 300;
  color: #f7b731 !important;
  background-color: rgba(255, 162, 43, 0.1) !important;
}

.text-custom-bg-danger {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px !important;
  font-weight: 300;
  color: #e82646 !important;
  background-color: rgba(255, 56, 43, 0.1) !important;
}

.text-custom-bg-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px !important;
  font-weight: 300;
  color: #2694e8 !important;
  background-color: rgba(38, 148, 232, 0.2549019608) !important;
}

.nav-tabs {
  border-bottom: 1px solid #ddd !important;
}
.nav-tabs li a {
  border: 1px solid #ddd !important;
  border-bottom-color: transparent !important;
}
.nav-tabs li a:hover {
  border-color: #ddd !important;
}
.nav-tabs li.active a {
  border-color: #ddd !important;
  border-bottom-color: transparent !important;
}

#loader {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: url(http://magaza.ihaveissue.com/templates/assets/img/loadergif.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #fff;
  z-index: 99999;
}

.auth-container .auth-row {
  height: 100vh !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-container .auth-row .card input {
  outline: none !important;
  box-shadow: none !important;
}
.auth-container .auth-row .card input:focus {
  border: 1px solid #fb8500 !important;
}
.auth-container .auth-row .card .submit-btn {
  background-color: #fb8500;
  color: #fff;
  border: none;
  height: 44px;
}
.auth-container .auth-row .card .desc {
  font-size: 12px;
  color: gray;
  line-height: 24px;
}
.auth-container .auth-row .card .form-control {
  min-height: 54px;
}
.auth-container .auth-row .card .iti {
  width: 100%;
}
.auth-container .auth-row .card .iti__country-list {
  width: 285px !important;
}
.auth-container .auth-row .card .mobile-input {
  z-index: 999 !important;
}
.auth-container .auth-row .agreementText {
  font-size: 12px !important;
  color: gray !important;
  line-height: 24px !important;
}

* a {
  text-decoration: none !important;
  color: inherit !important;
}

.iti {
  width: 100% !important;
}

@media (max-width: 768px) {
  .main-container {
    padding: 0 20px !important;
  }
} /*# sourceMappingURL=style.css.map */
