* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* scrollbar-style */
::-webkit-scrollbar {
  width: 0.6rem;
}

::-webkit-scrollbar-track {
  background-color: #e1e1e1;
  position: fixed;
}

::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
}

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

/* mobail-scrollbar-width  */
.hid-scrollbar {
  scrollbar-width: none;
}

/* mobail-scrollbar-width  */
.custom__scrollbar-navbar::-webkit-scrollbar {
  width: 4px;
}
.custom__scrollbar-navbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

/* active for header menu  */
.activelist {
  background-color: white;
  color: #da304e;
}

/* background-gradient */
/* to-Right */
.custom-gradient__toRight {
  background: linear-gradient(to right, #da304e, #fff);
}
/* to-Left */
.custom-gradient__toLeft {
  background: linear-gradient(to left, #da304e, #fff);
}

/* shadow product cart  */
.cart__product:hover {
  box-shadow: 0 0px 20px -5px rgba(0, 0, 0, 0.175),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.shadow__style {
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.308),
    0 4px 6px -4px rgba(0, 0, 0, 0.265);
}

/* filter product section */
/* position title */
.position__title {
  margin-top: 10rem;
}

.brand__btn-active {
  color: #da304e;
  background-color: white;
  border: 1px solid #da304e;
}

/* line bottom text (header) */
.text__content {
  width: max-content;
  cursor: pointer;
  position: relative;
}
.text__content::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #da304e;
  transition: 0.3s;
  transition-timing-function: ease-in-out;
  transform: scale(0);
  border-radius: 4px;
}
.text__content:hover::after {
  transform: scale(1);
}

/* user basket input number  */
.numberInput::-webkit-outer-spin-button,
.numberInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* dropDown menu  */
.menu-list-active {
  background-color: #fff;
  color: #da304e;
}

/* timer-clock-banar */
#timer {
  font-size: 48px;
  background: #f0f0f0;
  padding: 20px;
  border-radius: 10px;
}

/* menu-mobail */
/* box-shadow */
#menu-mobail {
  box-shadow: 0 -4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

/* swiper-js */
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 0.5rem;
  background-color: rgba(251, 251, 251, 0.767);
  width: 2rem;
  height: 2rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: rgb(129, 129, 129);
  margin-left: 2rem;
  border: 1px solid rgba(224, 224, 224, 0.574);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 0.5rem;
  margin-left: -2rem;
}

/* creat new blog */
body
  > div.ck-body-wrapper
  > div
  > div.ck.ck-balloon-panel.ck-balloon-panel_position_border-side_left.ck-powered-by-balloon {
  display: none !important;
}

body
  > section
  > div
  > div.max-md\:w-full.w-\[80\%\].h-screen.min-h-max.bg-slate-50
  > div.creat__new-blog
  > div
  > div.ck.ck-reset.ck-editor.ck-rounded-corners
  > div.ck.ck-editor__main
  > div {
  padding: 0 1.5rem;
  height: 10rem;
}
