.custom-el-pos-1 {
  margin-top: -100px;
}

.custom-el-pos-2 {
  top: 25px;
  position: relative;
}

@media (min-width: 992px) {
  .custom-el-pos-2 {
    top: 0;
  }
}

.custom-el-pos-3 {
  bottom: -25px !important;
}

@media (max-width: 1919px) {
  .custom-shape-divider-1 {
    min-width: 1920px;
  }
}

.custom-shape-divider-1.custom-shape-divider-1-flip-horizonal {
  transform: rotateY(180deg);
}

.custom-line {
  display: inline-block;
  width: 50px;
  border-bottom: 3px solid var(--grey-500);
}

.custom-line {
  border-bottom-color: var(--primary);
}

.customLineAnimation {
  animation-name: customLineAnimation;
}

@keyframes customLineAnimation {
  0% {
    width: 0px;
    opacity: 1;
  }
  100% {
    width: 50px;
    opacity: 1;
  }
}

@media (min-width: 2000px) {
  .shape-divider svg {
    width: 100%;
  }
}

/* date: 26-09-2025 */

#header .header-nav-features .header-nav-top-icon,
#header .header-nav-features .header-nav-top-icon-img {
  font-size: 18px;
  line-height: 200%;
}
/* header */

.header-nav-features-dropdown.cart-bar.show {
  right: 0 !important;
}

.header-nav-features-dropdown.cart-bar,
.header-nav-features-dropdown.side-bar {
  position: fixed !important;
  top: 0 !important;
  right: -100% !important;
  max-width: 400px !important;
  width: 100%;
  height: 100% !important;
  /* max-height: 100vh !important; */
  /* height: 100% !important;
    min-height: 100vh !important; */
  background: white;
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 10000;
  transition: right 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  overflow-y: auto !important;
  margin: 0 !important;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  -ms-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  row-gap: 10px;
}

#header .header-nav-features .header-nav-features-cart .totals {
  margin: auto 0 0 0;
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
}

.cart-header .close-cart {
  display: inline-flex;
  font-size: 20px;
  opacity: 0.5;
}

.cart-header .close-cart i {
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  opacity: 0.5;
}
.cart-header .close-cart:hover i {
  color: #04878b;
  opacity: 1 !important;
}

.cart-header .cart-heading {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}

#header .header-nav-features .header-nav-features-dropdown.cart-bar {
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.actions {
  display: flex;
  flex-direction: column;
}

#anywhere-home.bgshow {
  opacity: 1;
  visibility: visible;
}
#header .header-nav-features .header-nav-features-dropdown.cart-bar.show,
#header .header-nav-features .header-nav-features-cart {
  z-index: 10000;
}

.bgshow {
  cursor: url(../img/close.png), auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}

.checkout .rts-btn {
  border-radius: 5px;
}

.rts-btn:focus {
  box-shadow: unset;
}

.checkout .rts-btn::before {
  border-radius: 5px;
}

.cart-bar .product-item:last-child {
  margin-bottom: 0;
}

.cart-bar .product-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-bar .cart-edit {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.cart-bar .product-detail .product-thumb {
  margin-right: 15px;
  max-width: 75px;
}

.cart-bar .cart-edit .quantity-edit {
  display: flex;
  border: 1px solid #e7e7e7;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 3px;
  align-items: center;
}

.cart-edit .quantity-edit {
  display: flex;
  padding: 3px 10px;
  border-radius: 5px;
}

.cart-bar .cart-edit .item-wrapper {
  display: inline-block;
  column-gap: 10px;
}

.cart-bar .cart-edit .item-wrapper .product-edit,
.cart-bar .cart-edit .item-wrapper .delete-cart {
  opacity: 0.5;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.cart-bar .cart-edit .item-wrapper .product-edit:hover,
.cart-bar .cart-edit .item-wrapper .delete-cart:hover {
  opacity: 1;
}

.cart-bar .cart-edit .quantity-edit button {
  background: none;
  font-size: 0;
  border: 0px;
  display: inline-flex;
  align-items: center;
}

.cart-bar .cart-edit .quantity-edit button i {
  font-size: 14px;
  color: #c0c0c0;
}

.cart-edit .quantity-edit button i {
  font-size: 16px;
  color: #d3d3d3;
}

edit .quantity-edit button {
  background: none;
  font-size: 0;
}

.cart-edit .quantity-edit button {
  background: none;
  font-size: 0;
}

.cart-bar .cart-edit .quantity-edit button i {
  font-size: 14px;
  color: #000000;
}

.cart-bar .cart-edit .quantity-edit button i:hover {
  color: var(--color-primary);
}

.cart-edit .quantity-edit button i {
  font-size: 16px;
  color: #d3d3d3;
}

.cart-bar .cart-edit .quantity-edit input {
  text-align: center;
  max-width: 26px;
  padding: 0;
  border: 0px;
}

.cart-bar .cart-edit .quantity-edit input:focus {
  outline: unset;
}

.cart-edit .quantity-edit input {
  text-align: center;
  max-width: 55px;
  font-size: 16px;
  font-weight: 700;
  color: #040404;
}

.cart-bar .product-detail .product-name {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-primary);
  color: #04878b;
}

.cart-bar .product-detail span {
  display: inline-block;
  line-height: 19px !important;
}

.cart-bar .product-detail .product-variation span {
  color: #868686;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}

.cart-bar .product-detail .product-qnty,
.cart-bar .product-detail .product-price {
  color: #404040;
  font-weight: 500;
  font-size: 13px;
}

.cart-bar .cart-bottom-area {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}

.cart-bar .cart-bottom-area .spend-shipping {
  margin-bottom: 30px;
  background: #f5f5f5;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #04878b;
  text-align: center;
}

.cart-bar .cart-bottom-area .spend-shipping i {
  font-size: 15px;
  margin-right: 7px;
}

.cart-bar .cart-bottom-area .spend-shipping .amount {
  font-weight: 700;
  color: #040404;
}

.cart-bar .cart-bottom-area .total-price {
  font-size: 18px;
  color: #040404;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cart-bar .cart-bottom-area .total-price span {
  color: #04878b;
}

.cart-bar .cart-bottom-area .checkout-btn {
  border: 1px solid #04878b;
  margin-bottom: 10px;
  color: #04878b;
}

.cart-bar .cart-bottom-area .view-btn {
  border: 1px solid transparent;
  background: #04878b;
  color: #fff;
}
.cart-bar .cart-bottom-area .cart-btn {
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 14px;
  text-align: center;
  transition: all 300ms;
  border: 1px solid #04878b;
}

.cart-bar .cart-bottom-area .cart-btn:hover {
  background: #01393a;
  text-decoration: none;
}

.cart-bar .cart-bottom-area .checkout-btn:hover,
.cart-bar .cart-bottom-area .checkout-btn:focus {
  background: #c39e09;
  border-color: #c39e09;
  color: #fff;
}

.cart-page .rts-btn {
  border-radius: 5px;
}

.cart-page .rts-btn::before {
  border-radius: 5px;
}
.cart-bar .product-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e7e7e7;
}

.cart-bar .product-detail .product-thumb {
  margin-right: 15px;
  max-width: 75px;
}

.cart-bar .cart-bottom-area .spend-shipping {
  margin-bottom: 30px;
  background: #f5f5f5;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #04878b;
  text-align: center;
}
.cart-bar .cart-bottom-area .total-price {
  font-size: 18px;
  color: #040404;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.product-item.empty-items p {
  color: #e7e7e7;
}

.top-bottom-arrows {
  display: flex;
  flex-direction: column;
}

.top-bottom-arrows a i {
  opacity: 0.5;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.top-bottom-arrow a:hover i {
  opacity: 1;
}
/* header cart*/

/* header search*/

#header .header-nav-features {
  display: flex;
  column-gap: 11px;
}

#header .header-nav-features .header-nav-top-icon,
#header .header-nav-features .header-nav-top-icon-img {
  color: #fff;
}
#header .header-nav-features .header-nav-features-dropdown.show {
  top: 0 !important;
}
#header .header-nav-features .header-nav-features-dropdown {
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  padding: 45px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  margin-top: 0;
  z-index: 111111;
}

.header-nav-features-search .simple-search.input-group {
  font-size: 22px;
  line-height: 26px;
  font-family: inherit;
  box-shadow: none;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  /* padding: 15px 30px; */
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.close-search {
  position: absolute;
  right: 50px;
  top: 20px;
  cursor: pointer;
  display: flex;
  font-size: 25px;
  color: #04878b !important;
}

.close-search:hover {
  color: #c39e09;
}

.simple-search .btn:focus {
  outline: unset !important;
}

.header-nav-features-dropdown.show form button {
  color: #000;
}

.form-check-input {
  width: 17px;
  height: 17px;
  margin-top: 0;
}
.form-check-input:checked {
  background-color: #04878b !important;
  border-color: #04878b !important;
  box-shadow: unset !important;
}
.form-check-input:focus {
  box-shadow: unset !important;
  border-color: #04878b !important;
}
/* header search*/

/* cart page progress */

.steps-light .step-item.active .step-progress {
  color: #fff;
  background: #04878b;
}

.steps-light .step-item.active .step-count {
  color: #fff;
  background: #04878b;
}

.step-item {
  flex-basis: 0;
  flex-grow: 1;
  transition: color 0.25s ease-in-out;
  text-align: center;
  text-decoration: none !important;
}
.steps {
  display: flex;
  width: 100%;
}
.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.shop-cart .card {
  margin-bottom: 15px;
}

.step-count {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  margin-left: -0.8125rem;
  border-radius: 50%;
  font-size: 11px;
  line-height: 20px;
  transform: translateY(-50%);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.steps-light .step-count {
  color: #fff;
  background-color: #6c757d;
}
.steps-light .step-item {
  color: rgba(255, 255, 255, 0.55);
}
.step-label {
  padding-top: 1.5625rem;
  color: #000;
  font-size: 14px;
}

.steps-light .step-progress {
  color: #fff;
  background-color: #6c757d;
}

.step-progress {
  position: relative;
  width: 100%;
  height: 0.25rem;
}

.step-label > i {
  margin-top: -0.25rem;
  margin-right: 0.425rem;
  font-size: 15px;
  vertical-align: middle;
}

.card {
  margin: 0 0 30px 0;
}

.step-item.active .step-label *,
.step-item.active .step-label {
  color: #04878b;
}
/* cart page progress */

.featured-box .icon-featured {
  font-size: 24px !important;
  height: 60px !important;
  width: 60px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.tabs-bottom .nav-item.active .featured-box .icon-featured {
  background: var(--primary);
  color: #fff;
}

.tabs-bottom .nav-item.active .featured-box .icon-featured svg path {
  fill: #fff;
}

.tabs.tabs-simple .nav-tabs > li .nav-link,
.tabs.tabs-simple .nav-tabs > li .nav-link:hover,
.tabs.tabs-simple .nav-tabs > li .nav-link:focus {
  padding: 15px 19px;
}

.dropdown-primary:hover .dropdown-item i {
  color: #c39e09;
}

#header .header-btn-collapse-nav:focus {
  outline: none !important;
  border: 0px;
}

.dropdown.dropdown-full-color.dropdown-primary
  .dropdown-toggle
  .fa-chevron-down {
  display: none;
}
.dropdown.dropdown-full-color.dropdown-primary .dropdown-toggle::after {
  display: none;
}

#header .header-nav-features {
  height: 100%;
  align-items: center;
}

.submenu.profile-dropdown.show {
  display: block !important;
}

.submenu.profile-dropdown.show .dropdown-menu {
  display: block !important;
}

.submenu.profile-dropdown .dropdown-menu {
  background-color: var(--primary);
  top: 0px !important;
  border: 0px;
}

.header-nav-features .nav-item .nav-link {
  background-color: #04878b;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.header-nav-features .nav-item .nav-link:hover {
  background-color: #04878b !important;
}
.dropdown.dropdown-full-color .dropdown-toggle {
  color: #fff;
}

/* header */
.dropdown.dropdown-full-color {
  position: relative;
}
header .dropdown-menu {
  margin-top: 30px;
}

.dropdown.open > .dropdown-menu,
.dropdown.accessibility-open > .dropdown-menu,
.dropdown:hover > .profile-dropdown .dropdown-menu {
  opacity: 1;
}

.dropdown:hover > .profile-dropdown .dropdown-menu {
  opacity: 1;
}

.dropdown-shape {
  opacity: 0;
  top: 107px !important;
  right: -18px;
}
.submenu.profile-dropdown.show .dropdown-shape {
  opacity: 1;
}

.dropdown .profile-dropdown .dropdown-menu {
  padding: 100px 0 0 0;
}
.dropdown.dropdown-full-color.dropdown-primary .dropdown-menu {
  top: 110px !important;
  left: -91px !important;
  padding: 10px 0 8px 0;
}

.dropdown-shape {
  opacity: 0;
    top: 112px !important;
    right: -19px;
}

#header .tip-dark {
  background: transparent !important;
  text-transform: capitalize;
  font-family: inherit;
}

#header .tip-dark:before {
  display: none;
}

.dropdown.dropdown-full-color.dropdown-primary li:not(:last-child) {
  border-bottom: 1px solid #91989f !important;
}

.dropdown.dropdown-full-color.dropdown-primary a {
  padding: 8px 2px 5px 2px;
  font-size: 14px !important;
}


.dropdown.dropdown-full-color.dropdown-primary a:hover {
         background: var(--primary);
}

.dropdown.dropdown-full-color.dropdown-primary li {
  padding: 0;
  margin: 0 10px;
}
.dropdown.dropdown-full-color.dropdown-primary .dropdown-toggle {
  padding: 35px 6px 35px 6px;
}

.dropdown-full-color.dropdown-primary .dropdown-menu li a {
  background: transparent;
}

.dropdown-full-color.dropdown-primary .dropdown-menu li:hover a span {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.dropdown-full-color.dropdown-primary .dropdown-menu li:hover a * {
  color: #c39e09 !important;
}

.dropdown-full-color.dropdown-primary .dropdown-menu {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.profile-dropdown li {
  padding: 0 10px;
}
.header-nav-features .dropdown-menu ul li a {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  font-size: 17px;
}

.sticky-header-active
  .dropdown.dropdown-full-color.dropdown-primary
  .dropdown-menu {
  top: 77px !important;
}
.sticky-header-active .dropdown-shape {
  opacity: 0;
  top: 79px !important;
}

.sticky-header-active
  .dropdown.dropdown-full-color.dropdown-primary
  .dropdown-toggle {
  padding: 18px 5px 19px 5px;
}

#header .header-nav-features {
  padding-left: 5px;
}

#header .header-nav-features {
  column-gap: 19px;
}

.dropdown-full-color.dropdown-primary .dropdown-menu li .dropdown-item span {
  color: #fff !important;
  font-family: inherit;
}
.dropdown-full-color.dropdown-primary
  .dropdown-menu
  li
  .dropdown-item:hover
  span {
  color: #c39e09 !important;
}

/* header */

@media (max-width: 1199px) {
  .tabs.tabs-simple .nav-tabs > li .nav-link,
  .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
  .tabs.tabs-simple .nav-tabs > li .nav-link:focus {
    padding: 11px 10px;
  }

  .tabs.tabs-simple .nav-tabs > li .nav-link p {
    font-size: 14px;
  }

  .featured-box .icon-featured {
    font-size: 19px !important;
    height: 49px !important;
    width: 49px !important;
  }

  .dropdown.dropdown-full-color.dropdown-primary .dropdown-menu {
        top: 106px !important;
        left: -101px !important;
  }

  .dropdown-shape {
        top: 108px !important;
        right: -14px;
  }

  .sticky-header-active
    .dropdown.dropdown-full-color.dropdown-primary
    .dropdown-menu {
    top: 76px !important;
  }

  .sticky-header-active .dropdown-shape {
    top: 80px !important;
  }

   .sticky-header-active  .dropdown.dropdown-full-color.dropdown-primary .dropdown-toggle {
    padding: 19px 6px 20px 6px;
}
}
@media (min-width: 992px) {
}

@media (max-width: 991px) {
  /*header category mobile*/

  .header-nav-features-dropdown.side-bar.show {
    right: 0 !important;
  }

  .header-nav-features-dropdown.side-bar {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    max-width: 400px !important;
    width: 100%;
    /* height: 100vh !important; */
    height: 100% !important;
    min-height: 100vh !important;
    background: white;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 10000;
    transition: right 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    margin: 0 !important;
    -webkit-transition: right 0.4s ease-in-out;
    -moz-transition: right 0.4s ease-in-out;
    -ms-transition: right 0.4s ease-in-out;
    -o-transition: right 0.4s ease-in-out;
  }
  .header-nav-features-dropdown.side-bar {
    max-width: 100% !important;
  }

  .rts-single-wized {
    padding: 25px;
  }

  .close-cart {
    font-size: 24px;
    display: flex;
    justify-content: end;
  }

  .rts-single-wized {
    background: #f6f6f6;
    border-radius: 7px;
    margin-top: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
  }

  .rts-single-wized .wized-header .title {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: inherit;
    text-transform: capitalize;
    color: #78848f;
    margin: 0 0 22px 0;
  }

  .header-nav-features-dropdown.side-bar {
    justify-content: flex-start;
  }

  .rts-single--cta i {
    color: var(--primary);
    font-size: 18px;
    line-height: 32px;
  }

  .rts-single--cta {
    display: flex;
    align-items: center;
    column-gap: 12px;
  }

  .rts-single--cta a {
    color: #74787c;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }
  .rts-single--cta a:hover {
    text-decoration: none;
    color: #04878b;
  }

  .close-cart {
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }
  .close-cart:hover {
    color: #04878b;
  }
  /*header category mobile*/

  /*header profile mobile*/

  .mobile-menu-main nav ul {
    display: flex;
    flex-direction: column;
    padding: 60px 0 0 45px;
  }
  .mobile-menu-main nav ul li a.main {
    padding: 15px 0;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }
  .mobile-menu-main nav ul li a:hover {
    text-decoration: none;
    color: #c39e09;
  }

  .mobile-menu-main nav ul li {
    border-bottom: 1px solid #f3f3f3;
    display: inline-flex;
  }

  .side-bar.header-two {
    padding: 0;
  }

  .side-bar.header-two .close-cart {
    justify-content: flex-start;
    color: #fff;
    background: #04878b;
    padding: 13px 11px;
    width: 42px;
  }

  .side-bar.header-two .close-cart:hover {
    background: #c39e09;
  }

  .menu-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
  }

  .login-register-btns .rts-btn {
    padding: 10px 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background: #04878b;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }

  .login-register-btns .rts-btn:hover {
    background: #c39e09;
    text-decoration: none;
  }
  .login-sidebar .menu-top-header {
    padding-right: 0;
  }

  .login-sidebar .menu-top-header .rts-btn {
    padding: 15px 15px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    height: 50px;
  }

  .login-sidebar .login-register-btns {
    display: inline-flex;
    align-items: unset;
  }

  .login-sidebar .login-register-btns i {
    font-size: 18px;
    line-height: 100%;
  }
  .login-sidebar .menu-top-header {
    align-items: flex-start;
  }

  .mobile-menu-main .about-user {
    padding: 20px 20px 0 45px;
  }

  .user-detail {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 20px;
  }

  .user-info {
    display: flex;
    flex-direction: column;
  }
  .user-info p {
    margin-bottom: 0;
  }
  .user-info p strong {
    text-transform: capitalize;
  }
  .user-detail .user-img img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
  }

  .about-user .rts-btn {
    margin-top: 10px;
    padding: 8px 10px;
    background: #04878b;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }
  .about-user .rts-btn:hover {
    background: #c39e09 !important;
    text-decoration: none;
  }

  .about-user .rts-btn i {
    margin-right: 10px;
  }
  /*header profile mobile*/

  /*header cart*/
  .header-nav-features-dropdown.cart-bar {
    max-width: 100% !important;
    padding: 20px 15px;
  }

  .action-btn .cart-info .cart-qty {
    position: absolute;
    top: -12px;
    right: -10px;
    width: 15px;
    height: 15px;
    display: block;
    font-size: 9px;
    font-weight: 600;
    color: var(--light);
    background-color: #ed5348;
    text-align: center;
    line-height: 15px;
    border-radius: 20px;
    box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  }

  .header-nav-features-toggle {
    position: relative;
  }

  .page-action-bar {
    padding: 10px 0;
    z-index: 111;
    filter: drop-shadow(2px 0px 3px rgba(0, 0, 0, 0.6));
  }

  .action-btn-icon svg {
    width: 23px;
    height: 23px;
  }

  .action-btn .cart-info .cart-qty {
    top: -6px;
    right: -11px;
    width: 15px;
    height: 15px;
    font-size: 9px;
    text-align: center;
    line-height: 16px;
    border-radius: 20px;
  }

  .action-btn:hover {
    color: #04878b;
  }

  .action-btn .action-btn-icon svg path {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }

  .action-btn:hover .action-btn-icon svg path {
    fill: #04878b;
  }

  .action-btn:hover {
    text-decoration: none !important;
    color: #04878b;
  }
  .cart-bar .product-detail .product-thumb {
    margin-right: 10px;
    max-width: 59px;
  }
  .cart-bar .cart-edit .quantity-edit {
    padding: 3px 2px;
  }
  .cart-bar .cart-bottom-area .spend-shipping {
    padding: 10px 5px;
  }
  /*header cart*/

  /* header search */
  .close-search {
    right: 50px;
    top: 13px;
  }
  /* header search */

  #header .header-logo img {
    max-width: 100px;
  }

  /* pages header */
  .page-header.page-header-modern.page-header-lg {
    padding: 19px 0;
  }

  .page-header.page-header-modern.page-header-lg .container {
    padding: 15px 15px !important;
  }

  #header .header-nav-main nav.collapse.show {
    display: none !important;
    visibility: hidden !important;
  }

  .header-body {
    height: auto !important;
  }
  /* pages header */
}
@media (max-width: 767px) {
  /*tabs*/
  .featured-box .icon-featured {
    font-size: 17px !important;
    height: 40px !important;
    width: 40px !important;
  }
  .tabs.tabs-simple .nav-tabs > li .nav-link,
  .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
  .tabs.tabs-simple .nav-tabs > li .nav-link:focus {
    padding: 9px 4px;
  }
  .tabs.tabs-simple .nav-tabs > li {
    margin-bottom: 20px;
    margin: 0 3px 20px 3px;
  }

  .tabs.tabs-simple .nav-tabs > li .nav-link p {
    font-size: 13px;
  }
  /*tabs*/

  #header .header-nav-features .header-nav-features-dropdown {
    padding: 14px 15px;
  }

  #header {
    height: 154px !important;
  }

  /* header search */
  .close-search {
    right: 50px;
    top: 13px;
  }
  #header .header-nav-features .header-nav-features-dropdown {
    padding: 40px 20px;
  }

  .header-nav-features-dropdown.show form {
    margin: 0 20px 0 0;
  }
  .header-nav-features-search .simple-search.input-group {
    font-size: 17px;
    line-height: 26px;

    margin: 10px 0 auto 0;
  }
  /* header search */
  .icon-featured svg {
    width: 20px !important;
  }
}

@media (max-width: 576px) {
  /*progress bar steps*/

  .card-body {
    padding: 0;
  }

  .step-label {
    display: flex;
    flex-direction: column;
    font-size: 11px;
  }

  .step-label > i {
    margin-right: 0;
  }

  .step-count {
    width: 22px;
    height: 22px;
  }
  /*progress bar steps*/

  .tabs.tabs-simple .nav-tabs > li {
    flex-basis: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* page header */
  .page-header.page-header-modern.page-header-lg h1 {
    font-size: 26px !important;
  }
  .page-header.page-header-modern.page-header-lg .container {
    padding: 0px 15px !important;
  }

  .custom-page-header {
    border-bottom: 0px !important;
  }

  .page-header.page-header-modern.page-header-lg .breadcrumb > li a,
  .page-header.page-header-modern.page-header-lg .breadcrumb > li {
    color: #fff !important;
    transition: 0.4s !important;
    -webkit-transition: 0.4s !important;
    -moz-transition: 0.4s !important;
    -ms-transition: 0.4s !important;
    -o-transition: 0.4s !important;
    opacity: 0.8 !important;
  }

  .page-header.page-header-modern.page-header-lg .breadcrumb > li a:hover {
    color: #c39e09 !important;
    opacity: 1 !important;
  }

  .page-header.page-header-modern.page-header-lg h1 {
    color: #fff !important;
  }
  /* page header */

  #header .header-logo img {
    max-width: 74px;
    height: 52px;
  }
  .dropdown.dropdown-full-color.dropdown-primary .dropdown-toggle {
    padding: 20px 5px 20px 5px;
  }
  #header .header-logo {
    margin: 0px;
  }

  #header.header-effect-shrink .header-container {
    min-height: 90px;
  }
  #header {
    height: auto !important;
  }
  #header .header-nav-features {
    column-gap: 12px;
  }
  .dropdown-full-color.dropdown-primary .dropdown-menu li a span {
    font-size: 13px !important;
  }

  #header .header-column {
    align-self: stretch;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .tabs.tabs-simple .nav-tabs > li {
    flex-basis: 30%;
  }
}
