/*
    // File Map
    - Global
    - Custom
    - Components
    - pagination custom for laravel
    - buttons-bar ( add new , draft..) buttons
*/
.cursor-pointer {
  cursor: pointer;
}

.display-none {
  display: none;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eee;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #858585;
  border-radius: 0px;
  border: 3px solid #eee;
}

.pointer {
  cursor: pointer;
}

.fixed-whatsapp {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 99;
}
.fixed-whatsapp img {
  width: 50px;
}

.fixed-phone {
  position: fixed;
  bottom: 70px;
  left: 10px;
  z-index: 99;
}
.fixed-phone img {
  width: 50px;
}

.fixed-email {
  position: fixed;
  bottom: 130px;
  left: 10px;
  z-index: 99;
}
.fixed-email img {
  width: 50px;
}

.ltr {
  direction: ltr !important;
}

.blink-border {
  border: 3px solid #00c000;
  animation: blinkBorder 0.5s ease-in-out 3;
}

@keyframes blinkBorder {
  0%, 100% {
    border-color: transparent;
  }
  50% {
    border-color: #00c000;
  }
}
/*
|
|
| Global
|
|
*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  transition: padding 0.3s linear;
  overflow-x: hidden !important;
  color: var(--color);
}

td {
  border: var(--border) solid 1px !important;
}

button {
  outline: none;
  border: 0px;
  background-color: transparent;
}
button:disabled {
  cursor: not-allowed;
}

a {
  text-decoration: none !important;
}

hr {
  border-top: 1px solid var(--border-color);
}

/*
|
|
| Components
|
|
*/
.error {
  color: #ff0000;
  display: block;
  border-radius: var(--border-radius);
  margin-top: 3px;
  font-size: 14px;
}

#links-bar {
  margin-top: 15px;
  margin-bottom: 15px;
}
#links-bar a {
  font-size: 13px;
  color: var(--main-color);
  font-weight: 300;
}
#links-bar .links-bar-item-slash {
  margin: 0px 3px;
}
#links-bar a:first-child {
  font-size: 22px !important;
  color: var(--color);
  margin-bottom: 0px;
  font-weight: 500;
}

.btn-add-new {
  padding: 3px 10px;
  margin-top: 15px;
  font-size: 14px;
}

.active-link {
  color: var(--main-color);
}

.submit-spinner {
  border: 0.2em solid var(--btn-main-color);
  border-right-color: transparent;
}

/*
|
|
| Inputs
|
|
*/
input[type=submit] {
  border: 0px;
}

input:-moz-read-only {
  background-color: var(--input-focus-background) !important;
  cursor: not-allowed;
}

input:read-only {
  background-color: var(--input-focus-background) !important;
  cursor: not-allowed;
}

input[type=file],
[type=checkbox],
input[type=color] {
  opacity: 1 !important;
  cursor: pointer !important;
  background-color: var(--input-background) !important;
}

/*
|
|
| pagination custom for laravel
|
|
*/
.pagination li a {
  background-color: var(--card-background);
  padding: 9px 15px;
  border-radius: var(--border-radius);
  color: var(--card-color);
  transition: all 0.1s linear;
}
.pagination li a:hover {
  background-color: var(--btn-main-background);
  color: var(--btn-main-color);
}
.pagination .pages {
  margin: 0px 8px;
}

/*
|
|
| buttons-bar ( add new , draft..) buttons
|
|
*/
#publish-buttons-bar {
  position: fixed;
  width: 100%;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: var(--card-background);
  z-index: 9;
  padding: 12px 15px;
  box-shadow: var(--card-shadow);
  text-align: right;
}

.table thead th {
  border-bottom: 1px solid var(--border-color) !important;
  border-top: none;
}

th,
td {
  white-space: nowrap;
}

.text-wrap {
  white-space: normal !important;
}

.editor .table-bordered td {
  border: solid 1px #eee !important;
}
.editor li {
  list-style-position: inside !important;
}
.editor li p {
  display: inline-block !important;
}
.editor blockquote {
  background: #f9f9f9 !important;
  border-right: 5px solid #414141 !important;
  padding: 5px 15px;
}
.editor p,
.editor ol {
  margin-bottom: 0px !important;
}
.editor pre {
  display: block;
  font-size: 90%;
  color: #e7e7e7;
  background-color: #1e1e1e;
  padding: 10px;
  border-radius: 3px;
  direction: ltr !important;
  text-align: left !important;
  margin: 0.8em 0px;
}

/* Products Box */
.product-box {
  background-color: #fff;
  direction: rtl;
  border: solid 1px #ddd;
}
.product-box .main-image {
  position: relative;
}
.product-box .main-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-box .main-image .badge-deal-type {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 2px 15px;
  border-radius: 2px;
}
.product-box .main-image .badge-status {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: gray;
  color: #fff;
  padding: 2px 15px;
  border-radius: 2px;
}
.product-box .main-image .price {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  text-shadow: 2px 3px 10px #000000;
  font-size: 24px;
}
.product-box .main-image .success {
  background-color: rgba(0, 186, 0, 0.85);
}
.product-box .main-image .danger {
  background-color: rgba(223, 0, 0, 0.85);
}
.product-box .main-image .blue {
  background-color: rgba(0, 66, 219, 0.85);
}
.product-box .dev {
  color: #000;
  margin-bottom: 12px;
  font-size: 14px;
  border-radius: 2px;
}
.product-box .dev img {
  display: inline-block !important;
  width: 14px !important;
  margin-left: 3px;
}
.product-box .info {
  padding: 20px;
  color: black;
}
.product-box .info h3 {
  font-size: 20px;
  font-weight: bold;
}
.product-box .details {
  padding: 0px 20px;
  padding-bottom: 20px;
  color: black;
}
.product-box .details img {
  width: 26px;
}
.product-box .details .count {
  vertical-align: middle;
  font-size: 22px;
  font-weight: 600;
}
.product-box .details .icon {
  text-align: center;
  margin-bottom: 5px;
}
.product-box .middel-col {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.line-before-and-after {
  position: relative;
  display: inline-block;
}
.line-before-and-after::after {
  content: "";
  height: 2px;
  width: 50px;
  background-color: var(--main-color);
  position: absolute;
  top: 20px;
  margin-right: 10px;
}
.line-before-and-after::before {
  content: "";
  height: 2px;
  width: 50px;
  background-color: var(--main-color);
  position: absolute;
  top: 20px;
  right: -60px;
}

.line-after {
  position: relative;
}
.line-after::after {
  content: "";
  height: 2px;
  width: 75px;
  background-color: var(--main-color);
  position: absolute;
  top: 20px;
  margin-right: 10px;
}

.remove-owl-dots .owl-dots {
  display: none;
}

.owl-products .owl-nav {
  display: block !important;
  text-align: center;
}
.owl-products .owl-nav button {
  background-color: var(--main-color) !important;
  fill: #fff;
  line-height: 0px !important;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  font-size: 30px;
  text-align: center;
  transition: 0.1s linear;
}
.owl-products .owl-nav button svg {
  width: 18px;
  height: 18px;
}
.owl-products .owl-nav button:hover {
  fill: #fff;
}
.owl-products .owl-nav .owl-prev {
  left: 15px;
  position: absolute;
  top: 150px;
}
.owl-products .owl-nav .owl-next {
  right: 15px;
  position: absolute;
  top: 150px;
}

.price-range {
  position: relative;
  margin-bottom: 25px;
}
.price-range input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  background-color: transparent;
  position: absolute;
  margin: auto;
  top: 10px;
  bottom: 0px;
  pointer-events: none;
}
.price-range input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}
.price-range input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}
.price-range input[type=range]::-ms-track {
  appearance: none;
  height: 5px;
}
.price-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1.2em;
  width: 1.2em;
  background-color: var(--main-color);
  cursor: pointer;
  border-radius: 50%;
  pointer-events: auto;
  margin-top: -6px;
}
.price-range input[type=range]:active::-webkit-slider-thumb {
  background-color: #e5f1ff;
  border: solid 3px #0070cd;
}
.price-range .slider-track {
  width: 100%;
  height: 5px;
  background-color: #ddd;
  position: absolute;
  border-radius: 5px;
  top: 10px;
}/*# sourceMappingURL=global.css.map */