﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
hr {
  border-top: 1px solid #e4e4e4;
}

/** reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.1;
  /* font-size: calc(15px + 0.390625vw);*/
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/** reset css*/
.navCon {
  position: -webkit-sticky;
  position: sticky;
  z-index: 9998;
  top: 0;
  border-bottom: 1px solid #EAEAEB;
  display: grid;
  gap: 10px;
  align-items: center;
  background: white;
}
#navLogo {
  grid-area: navLogo;
}

#navCategori {
  grid-area: navCategori;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #28283C;
}

.categori {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.categori span {
  color: #28283C;
  font-size: 15px;
  font-weight: 700;
}

#navProfile {
  grid-area: navProfile;
  display: flex;
  align-items: center;
  justify-content: end;
}
#navProfile > div { /*border:0px solid #1376ff  !important;*/
  margin-right: 1rem;
}

.blackDollar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #28283C;
  padding: 4px;
  margin-right: 6px;
}

.noti {
  position: absolute;
  right: -3px;
  top: -6px;
  width: 19px;
  height: 19px;
  padding-top: 3px;
  text-align: center;
  background-color: red;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}

.dropdown {
  cursor: pointer;
  margin-top: -3px;
  position: relative;
  display: block;
}
.dropdown span:nth-child(1) {
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 500;
}
.dropdown span:nth-child(1)::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 82px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 0 4.5px 7px 4px;
  border-color: transparent transparent #6651E9 transparent;
  transform: rotate(60deg);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  padding: 18px 34px 18px 16px;
  z-index: 1;
  background-color: white;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
}
.dropdown-content a {
  text-decoration: none;
}
.dropdown-content p {
  padding: 8px 0px 7px 9px;
  border-radius: 6px;
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 500;
}
.dropdown-content p img {
  vertical-align: middle;
  width: 20px;
  margin-right: 0px;
  filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(3253%) hue-rotate(260deg) brightness(76%) contrast(112%);
}
.dropdown-content hr {
  border: none;
  height: 1px;
  background-color: #E1E1E1;
  margin: 6px;
  padding: 0px;
}
.dropdown-content p:hover {
  background-color: #f2f2f2;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.wsName {
  color: #28283C;
  font-size: 16px;
  font-weight: 700;
}

.total {
  cursor: pointer;
  position: relative;
  background-color: #F5F6F4;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 8px 20px 8px 8px;
}
.total span {
  display: block;
}
.total span:nth-child(1) {
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 500;
}
.total span:nth-child(2) {
  color: #28283C;
  font-size: 16px;
  font-weight: 700;
}

.totalKap {
  padding: 10px 0px;
}

.totalKap:hover .animate {
  animation: p 1s 0.1s both;
}
.totalKap:hover .refandCash {
  opacity: 1;
  pointer-events: auto;
  transition: opacity ease 0.5s;
}

.refandCash {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  top: 116%;
  padding: 10px 20px;
  transition: opacity ease 0.5s;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: white;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
}
.refandCash > div {
  display: flex;
}
.refandCash > div span {
  text-wrap: nowrap;
}
.refandCash .dot {
  width: 10px;
  height: 10px;
  margin-top: 2px;
  margin-right: 5px;
  background-color: #ff0000;
  border: 1px solid white;
  border-radius: 10px;
}

.refandCash:after,
.refandCash:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.refandCash:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}

.refandCash:before {
  border-color: rgba(113, 158, 206, 0);
  border-bottom-color: #EAEAEB;
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}

.sub-menus {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 15px 0px;
}
.sub-menus a {
  display: inline-block;
  border: 0px solid #ff0000;
  margin: 0px 20px;
  text-decoration: none;
  color: #6F6F7C;
}
.sub-menus a div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #28283C;
  font-size: 14px;
  font-weight: 500;
}
.sub-menus a div img {
  margin-right: 5px;
  width: 18px;
}
.sub-menus div:hover {
  color: #6651E9;
}

.gradient {
  display: none;
  height: 2px;
  background: rgb(159, 232, 112);
  background: -moz-linear-gradient(90deg, rgb(159, 232, 112) 0%, rgb(159, 232, 112) 27%, rgb(102, 81, 233) 29%, rgb(102, 81, 233) 100%);
  background: -webkit-linear-gradient(90deg, rgb(159, 232, 112) 0%, rgb(159, 232, 112) 27%, rgb(102, 81, 233) 29%, rgb(102, 81, 233) 100%);
  background: linear-gradient(90deg, rgb(159, 232, 112) 0%, rgb(159, 232, 112) 27%, rgb(102, 81, 233) 29%, rgb(102, 81, 233) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9fe870",endColorstr="#6651e9",GradientType=1);
}

/* Medium devices  */
@media only screen and (max-width: 767px) {
  .navCon {
    padding: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "navLogo   navProfile " "navCategori navCategori ";
  }
  #navProfile {
    margin: 0.5rem 0px;
    justify-content: flex-end;
    padding: 0px !important;
  }
  #navProfile > div { /*border:0px solid #1376ff  !important;*/
    margin-right: 0rem;
  }
  #navProfile .total {
    display: none;
  }
  #navCategori {
    flex-direction: row-reverse;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
  }
  #navCategori > div:nth-child(2) {
    width: 100%;
  }
  .categori {
    margin: 1px 0px 2px 0px;
    width: 50px;
    justify-content: center;
    padding: 12px;
    border-radius: 10px;
    background-color: #F5F6F4;
    border: 1px solid #EAEAEB !important;
  }
  .categori span {
    display: none;
  }
  #navLogo {
    display: flex;
    justify-content: flex-start;
  }
  .dropdown span:nth-child(1) {
    margin-right: 15px;
    color: #6F6F7C;
    font-size: 13px;
    font-weight: 500;
  }
}
/* Medium devices such as tablets (768px and up) */
@media only screen and (min-width: 768px) {
  .navCon {
    padding: 15px;
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "navLogo   navProfile " "navCategori navCategori ";
  }
  #navCategori {
    justify-content: space-between;
  }
  #navCategori > div:nth-child(2) {
    width: 65%;
  }
}
/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 1024px) {
  .navCon {
    padding: 20px 2rem 10px 2rem;
  }
  #navCategori {
    justify-content: space-between;
  }
  .sub-menus {
    display: flex;
  }
  .sub-menus a div {
    margin: 0px 30px;
  }
  .gradient {
    display: block;
  }
}
/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 1280px) {
  .navCon {
    padding: 20px 6rem 10px 6rem;
    grid-template-areas: "navLogo navCategori  navProfile";
    grid-template-columns: 1fr 4fr 2fr;
  }
  #navCategori {
    justify-content: center;
  }
  .sub-menus a div {
    margin: 0px 50px;
  }
}
.footer {
  margin-top: 6rem;
  background-color: #28283C;
  display: flex;
  justify-content: space-between;
  align-items: start;
  background-image: url("../lib/img/back-logo.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer h2 p:nth-child(1) {
  display: block;
  color: white;
  font-size: 15px;
  font-weight: 400;
}
.footer h2 p:nth-child(2) {
  display: block;
  line-height: 1.2em;
  color: white;
  font-size: 15px;
  font-weight: 900;
}
.footer .toRight {
  vertical-align: middle;
  width: 14px;
  padding-bottom: 3px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7478%) hue-rotate(300deg) brightness(116%) contrast(99%);
}
.footer .toRight + p {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
}

.footerAlt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 6rem;
}
.footerAlt img {
  width: 22px;
  margin: 3px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7478%) hue-rotate(300deg) brightness(116%) contrast(99%);
}
.footerAlt a {
  transition: opacity ease 0.4s;
  text-decoration: none;
  color: #E1E1E1;
  font-size: 13px;
  font-weight: 400;
}
.footerAlt a:hover {
  opacity: 0.3;
}

.footerLogos {
  display: block;
  width: 130px;
}
.footerLogos > a img {
  vertical-align: middle;
  margin-top: 12px;
  margin-right: 3px;
  opacity: 0.8;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7478%) hue-rotate(300deg) brightness(116%) contrast(99%);
}
.footerLogos > a:hover img {
  opacity: 0.3;
}

.speedMenuLabel + ul > li:hover {
  right: 1rem !important;
  transition-delay: 0s !important;
}

#lastVisitCon {
  position: fixed;
  z-index: 9;
  top: 250px;
  right: -110px;
  display: flex;
  justify-content: flex-start;
  align-items: start;
}

#showHide {
  margin-top: 20px;
  padding: 8px 5px 5px 5px;
  background-color: #9FE870;
  cursor: pointer;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#showHide img {
  transform: rotate(180deg);
}

.lastVisitGal {
  max-width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #F5F6F4;
  padding: 22px 12px;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
}
.lastVisitGal > span {
  display: block;
  width: 100%;
  text-align: center;
  color: #28283C;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  padding-bottom: 10px;
}
.lastVisitGal > div { /*border:1px dotted #00ff21;*/ }
.lastVisitGal .imageScroll {
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background-color: #fff;
  padding: 6px 10px;
  border-radius: 10px;
}
.lastVisitGal .imageScroll::-webkit-scrollbar {
  display: none;
}
.lastVisitGal .imageScroll img {
  cursor: pointer;
  display: block;
  width: calc(100% - 0px);
  max-width: 120px;
  margin: 5px 0px;
  border-radius: 10px;
  border: 1px solid #EAEAEB;
  transition: all ease 2;
}
.lastVisitGal .imageScroll img:hover {
  border: 1px solid #6651E9;
  opacity: 0.6;
}

.visitUD {
  width: 100%;
  cursor: pointer;
  border: 0px solid #ff0000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.visitUD > img {
  width: 18px;
  filter: brightness(0) saturate(100%) invert(29%) sepia(52%) saturate(2806%) hue-rotate(235deg) brightness(96%) contrast(91%);
}

.visitUp {
  transform: rotate(-180deg);
  padding-top: 8px;
}

.visitDown {
  padding-top: 10px;
}

/* Small devices  */
@media only screen and (max-width: 767px) {
  .allRights {
    display: none;
  }
  .footerLogos {
    text-align: center;
    width: 100%;
  }
  .footer {
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0px solid #ff0000;
  }
  .footer > div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 0px solid rgb(159, 232, 112);
  }
  .footer > div div {
    margin-right: 0rem;
    margin: 2rem 0rem 4rem 0rem;
    border: 0px solid #ff2211;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .footer > div div > a {
    display: block;
    text-decoration: none;
    transition: opacity ease 0.7s;
    color: #E1E1E1;
    font-size: 13px;
    font-weight: 900;
    margin: 16px 0px;
  }
  .footer > div div > a:hover {
    opacity: 0.3;
    transition: opacity ease 0.2s;
  }
  .mobileApp {
    margin: 0px !important;
    justify-items: center;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .mobileApp div {
    display: flex;
    justify-items: center;
    flex-direction: row !important;
    gap: 8px;
  }
  .footerAlt {
    padding: 15px;
  }
}
/* Medium devices such as tablets (768px and up) */
@media only screen and (min-width: 768px) {
  .footer {
    padding: 3rem 15px;
  }
  .footer > div {
    display: flex;
    justify-content: start;
    align-items: start;
  }
  .footer > div div {
    margin-right: 4rem;
  }
  .footer > div div > a {
    display: block;
    text-decoration: none;
    transition: opacity ease 0.7s;
    color: #E1E1E1;
    font-size: 13px;
    font-weight: 900;
    margin: 16px 0px;
  }
  .footer > div div > a:hover {
    opacity: 0.3;
    transition: opacity ease 0.2s;
  }
  .footer > div {
    display: flex;
    justify-content: start;
    align-items: start;
  }
  .footer > div div:last-child {
    margin-right: 0rem;
  }
  .mobileApp {
    margin: 0px !important;
    justify-items: center;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .mobileApp div {
    display: flex;
    justify-items: center;
    flex-direction: column;
    gap: 8px;
  }
  .footerAlt {
    padding: 15px;
  }
}
/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 1024px) {
  .mobileApp {
    margin: 0px !important;
    justify-items: center;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .mobileApp div {
    display: flex;
    justify-items: center;
    flex-direction: row;
    text-align: center;
    gap: 8px;
  }
  .footer {
    padding: 5rem 3rem;
  }
  .footerAlt {
    padding: 1rem 3rem;
  }
}
/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 1280px) {
  .footer {
    padding: 5rem 6rem 4rem 6rem;
  }
  .footerAlt {
    padding: 1rem 6rem;
  }
}
.megaMenuCon {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  z-index: 997;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 2rem 6rem;
  transition: opacity ease 0.3s;
}

.megaMenuConOpen {
  pointer-events: auto;
  opacity: 1;
}

.megaMenu {
  background-color: #ff0000;
  background-color: #ffffff;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  display: flex;
  justify-content: start;
  align-items: top;
  z-index: 9999;
}

.categori {
  cursor: pointer;
}

.cateButs {
  padding-top: 2rem;
  flex: 0 0 auto;
}
.cateButs a {
  position: relative;
  display: block;
  text-decoration: none;
  border-bottom: 1px dashed #d3d3d3;
  transition: 0.4s;
}

.cateButs a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background: #9FE870;
  bottom: -1px;
  transition: width 0.3s;
}

.cateButs a button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: inherit;
  color: #28283C;
  font-size: 15px;
  font-weight: 400;
  padding: 1em 1.5em;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
}

.cateButs a button img {
  width: 28px;
  margin: 0px 15px 0px 0px;
}

.cateButs a:hover {
  background-color: #F5F6F4;
}

.cateButs a:hover:after {
  width: 100%;
  transition: width 0.3s;
}

.cateButs a:last-child {
  border-bottom: 0px solid #dcdcdc;
}

/**scrollbarr***/
.style-1 {
  height: 440px;
  overflow-y: scroll;
  margin-bottom: 50px;
}

.style-1::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(219,224,0,0.2);*/
  border-radius: 10px;
  background-color: #ffffff;
}

.style-1::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff;
}

.style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);*/
  background-color: #cecece;
}

/**scrollbarr***/
.tabsCon {
  padding: 2.7rem 3rem;
}
.tabsCon h1 {
  color: #28283C;
  font-size: 32px;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}
.tabsCon hr {
  display: block;
  margin-top: 0.7em;
  margin-bottom: 0.9em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  border: 1px solid #ebebeb;
}

.tabGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}
.tabGrid a {
  text-decoration: none;
}
.tabGrid > div { /**/ }
.tabGrid > div div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  padding: 24px 0px;
}
.tabGrid > div div:nth-child(1) img {
  object-fit: contain;
  height: 50px;
  max-width: 120px;
}
.tabGrid > div div:nth-child(2) {
  padding: 10px 0px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.tabGrid > div div:nth-child(2) img {
  width: 18px;
  margin-right: 2px;
  padding-top: 1px;
}
.tabGrid > div div:nth-child(2) span:nth-child(2) {
  color: #6651E9;
  font-size: 15px;
  font-weight: 700;
}
.tabGrid > div div:nth-child(2) span:nth-child(3) {
  margin-left: 5px;
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 400;
}

.newBrands {
  margin-top: 3rem;
}

.newBrandsGrid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.newBrandsGrid a {
  text-decoration: none;
}
.newBrandsGrid a > div {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newBrandsGrid a > div img {
  object-fit: contain;
  height: 180px;
  max-width: 120px;
}
.newBrandsGrid a > div:nth-child(1) {
  border: 1px solid #D6D6D6;
}
.newBrandsGrid a > div:nth-child(2) {
  border-radius: 0px !important;
}
.newBrandsGrid a > div > div:nth-child(1) {
  position: absolute;
  z-index: 999;
  border: 0px solid #09d6fb;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
}
.newBrandsGrid a > div > div:nth-child(2) {
  position: absolute;
  z-index: 2;
  background-color: #000000;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  padding-right: 10rem;
}
.newBrandsGrid a > div > div > div:nth-child(1) {
  position: absolute;
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 50%;
}
.newBrandsGrid a > div > div > div:nth-child(1) img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.newBrandsGrid a > div > div > div:nth-child(2) {
  position: absolute;
  bottom: 2rem;
  border: 0px solid #09d6fb;
}
.newBrandsGrid a > div > div > div:nth-child(2) span {
  display: block;
}
.newBrandsGrid a > div > div > div:nth-child(2) span:nth-child(1) {
  display: block;
  margin-bottom: 27px;
  color: #28283C;
  font-size: 16px;
  font-weight: 400;
}
.newBrandsGrid a > div > div > div:nth-child(2) span:nth-child(2) {
  color: #28283C;
  font-size: 20px;
  font-weight: 700;
}
.newBrandsGrid a:hover {
  opacity: 0.8;
}

/* Medium devices  */
@media only screen and (max-width: 767px) {
  .megaMenuCon {
    z-index: 9998;
    margin-top: 90px;
    width: 100%;
    padding: 0px;
  }
  .megaMenu {
    display: block;
    width: 100%;
  }
  .cateButs {
    width: 100%;
  }
  .tabsCon {
    display: none;
  }
}
/* Large devices such as laptops (768px and up) */
@media only screen and (min-width: 768px) {
  .megaMenuCon {
    z-index: 9998;
    margin-top: 90px;
    width: 100%;
    padding: 0px;
  }
  .megaMenu {
    display: block;
    width: 100%;
  }
  .cateButs {
    width: 100%;
  }
  .tabsCon {
    display: none;
  }
}
/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 1024px) {
  .megaMenuCon {
    z-index: 9998;
    margin-top: 108px;
    width: 100%;
    padding: 0px;
  }
  .megaMenu {
    display: flex;
    width: none;
  }
  .cateButs {
    flex: 0 0 auto;
    width: unset;
    height: auto;
  }
  .tabsCon {
    flex: 1 1 auto;
    display: none;
  }
  .megaMenu > div:nth-child(2) {
    display: block;
  }
  .style-1 {
    height: 600px;
  }
}
/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 1280px) {
  .megaMenuCon {
    z-index: 9998;
    margin-top: 50px;
    width: 100%;
    padding: 2rem 6rem;
  }
}
.leftMenuCon {
  flex: 3;
}
.leftMenuCon .menuTitle {
  display: block;
  color: #28283C;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 1.3rem;
  margin-top: 0.7rem;
}
.leftMenuCon .menuTitle:not(:first-child) {
  margin-top: 2.5rem;
}
.leftMenuCon .menumuz > Div {
  background-color: #F5F6F4;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.leftMenuCon .menumuz > Div a {
  text-decoration: none;
}
.leftMenuCon .menumuz > Div a > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #EAEAEB;
  padding: 0px 1rem;
}
.leftMenuCon .menumuz > Div a > div > img {
  margin: 1rem 8px 1rem 0rem;
  transition: all 0.2s;
}
.leftMenuCon .menumuz > Div a > div > img:first-child {
  width: 26px;
}
.leftMenuCon .menumuz > Div a > div .menuContent {
  margin-right: auto;
  color: #28283C;
  font-size: 14px;
  font-weight: 500;
}
.leftMenuCon .menumuz > Div a:hover div img:last-child {
  margin-right: 15px;
  transition: all 0.2s;
}

@media only screen and (max-width: 1024px) {
  .leftMenuCon {
    flex: 1;
    width: 100%;
  }
}
@property --p {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
.pieCon {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0px 10px;
}

.pie {
  --p: 20;
  --b: 5px;
  --c: darkred;
  --w: 40px;
  width: var(--w);
  aspect-ratio: 1;
  position: absolute;
  margin: 12px;
  place-content: center;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  top: -16%;
  left: -9%;
}

.pie:before,
.pie:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.pie:before {
  inset: 0;
  background: radial-gradient(farthest-side, var(--c) 98%, rgba(0, 0, 0, 0)) top/var(--b) var(--b) no-repeat, conic-gradient(var(--c) calc(var(--p) * 1%), rgba(0, 0, 0, 0) 0);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
  mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

.pie:after {
  inset: calc(50% - var(--b) / 2);
  background: var(--c);
  transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
}

.no-round:before {
  background-size: 0 0, auto;
}

.no-round:after {
  content: none;
}

@keyframes p {
  from {
    --p: 0 ;
  }
}
.storeDetailCon {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.storeDetailCon > div {
  border: 1px solid #00ff21;
}
.storeDetailCon .stickyCon {
  flex: 2 2 0;
  border: 0px solid #ff0000;
  height: auto;
}
.storeDetailCon .sticky {
  position: sticky;
  top: 100px;
  background-color: #ffffff;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
}
.storeDetailCon .sticky > span:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.3rem;
}
.storeDetailCon .sticky > span:nth-child(2) p:nth-child(2) {
  text-wrap: nowrap;
  padding: 3px;
  color: #6651E9;
  font-size: 16px;
  font-weight: 500;
}
.storeDetailCon .sticky > span:nth-child(2) p:nth-child(3) {
  display: block;
  text-wrap: nowrap;
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 400;
}
.storeDetailCon .sticky > span:nth-child(3) {
  display: block;
  text-align: center;
  padding: 0.8rem 0px;
  border: 0px solid #ff0000;
  color: #28283C;
  font-size: 13px;
  font-weight: 500;
}
.storeDetailCon .sticky > span:nth-child(3) span {
  color: #6651E9;
  font-size: 14px;
  font-weight: 700;
}
.storeDetailCon .sticky .imgCon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.storeDetailCon .sticky .imgCon img {
  object-fit: contain;
  width: 100%;
  height: 60px;
}
.storeDetailCon .sticky > a {
  text-decoration: none;
}
.storeDetailCon .sticky > a div {
  background-color: #9FE870;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  color: #28283C;
  font-size: 1em;
  font-weight: 700;
  margin: 2rem 1rem;
  padding: 1.2rem;
  text-align: center;
  transition: all ease 0.3s;
}
.storeDetailCon .sticky > a:hover div {
  background-color: #6651E9;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
}
.storeDetailCon .sticky > div:nth-child(5) {
  text-align: center;
  border: 0px solid #ff0000;
}
.storeDetailCon .sticky > div:nth-child(5) span {
  display: block;
}
.storeDetailCon .sticky > div:nth-child(5) span:nth-child(1) {
  color: #6F6F7C;
  font-size: 15px;
  font-weight: 700;
  padding: 1rem 0rem 0.5rem 0rem;
  margin-bottom: 0.6rem;
  border-bottom: 1px dashed #dddddd;
}
.storeDetailCon .sticky .checkTerms {
  display: block;
  text-align: center;
  padding: 0rem 0rem 1rem 0rem;
  color: #6F6F7C;
  font-size: 15px;
  font-weight: 400;
}
.storeDetailCon .sticky .checkTerms a {
  color: #6651E9;
  font-size: 14px;
  font-weight: 700;
}

.storeCategories {
  height: 243px;
  overflow: hidden;
  position: relative;
  transition: height 300ms;
}

.seeMore {
  text-align: center;
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}
.seeMore > div {
  margin: 2.8rem 0rem;
  display: inline-block;
  width: 80px;
  background-color: #F5F6F4;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  padding: 5px 0px;
}

.seeMoreGradient {
  position: absolute;
  border: 0px solid #ff0000;
  bottom: 0px;
  width: 100%;
  height: 18px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.storeDet {
  flex: 5 5 auto;
  border: 0px solid #ff0000;
  padding: 3rem;
}
.storeDet h1 {
  color: #28283C;
  font-size: 28px;
  font-weight: 700;
}

.storeCategories {
  margin-top: 1rem;
}
.storeCategories > a {
  text-decoration: none;
}
.storeCategories > a > div {
  display: flex;
  justify-content: space-between;
  align-items: top;
  padding: 0.7rem 0px;
  border-bottom: 1px solid #E1E1E1;
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 400;
}
.storeCategories > a > div span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.storeCategories > a > div span img {
  padding: 0px 6px 0px 0px;
}
.storeCategories > a > div span:last-child {
  color: #6651E9;
  font-size: 13px;
  font-weight: 700;
}

.deals {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  border-bottom: 1px solid #EAEAEB;
}
.deals > div {
  border: 0px solid #ff0000;
}
.deals > div:nth-child(1) {
  flex: 0 0 auto;
  width: 200px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 1.2rem;
}
.deals > div:nth-child(1) img {
  object-fit: cover;
  width: 100%;
  height: 110px;
  vertical-align: bottom;
}
.deals > div:nth-child(3) {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*border:1px solid #ff0000;*/
}
.deals > div:nth-child(3) > a:nth-child(1) {
  text-decoration: none;
}
.deals > div:nth-child(3) > a:nth-child(1) div {
  padding: 8px 12px;
  margin: 1rem;
  background-color: #6651E9;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.deals > div:nth-child(3) > a:nth-child(1):hover {
  opacity: 0.6;
}
.deals > div:nth-child(3) > a:nth-child(2) {
  text-decoration: none;
}
.deals > div:nth-child(3) > a:nth-child(2) div {
  margin: 0.5rem;
  color: #6F6F7C;
  font-size: 11.7px;
  font-weight: 400;
}
.deals > div:nth-child(3) > a:nth-child(2):hover {
  text-decoration: underline;
}
.deals .dealsDet {
  margin-right: auto;
}
.deals .dealsDet span {
  display: block;
}
.deals .dealsDet span:nth-child(1) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1px;
  color: #6651E9;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
.deals .dealsDet span:nth-child(1) > ff {
  color: #6651E9;
  font-size: 24px;
  font-weight: 700;
}
.deals .dealsDet > span:nth-child(2) {
  color: #28283C;
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0px;
}
.deals .dealsDet span:nth-child(3) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 6px;
  margin-top: 0.8rem;
  width: 100px;
  border: 0px solid #ff0000;
  background-color: #F5F6F4;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
}
.deals .dealsDet span:nth-child(3) img {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  margin-right: 3px;
}
.deals .dealsDet span:nth-child(3) > span {
  display: block;
  color: #28283C;
  font-size: 11.7px !important;
  font-weight: 400;
}

/* Medium devices  */
@media only screen and (max-width: 767px) {
  .storeDetailCon {
    flex-direction: column;
    padding: 15px;
    border: 0px solid #ff0000;
  }
  .stickyCon {
    flex: 1 1 0;
    border: 0px solid #ff0000;
    width: 100%;
  }
  .storeDet {
    flex: 1 1 auto;
    border: 0px solid #ff0000 !important;
    padding: 0px;
    padding-right: 0px;
    width: 100%;
    margin-top: 2rem;
  }
  .sticky > span:nth-child(2) {
    padding: 0.8rem !important;
  }
  .sticky > span:nth-child(3) {
    padding: 0rem !important;
  }
  .sticky .imgCon {
    margin-top: 2.2rem;
  }
  .sticky .imgCon img {
    object-fit: contain;
    width: 70% !important;
    height: 40px;
  }
  > a {
    text-decoration: none;
  }
  > a div {
    margin: 50rem 50rem !important;
  }
  .storeCategories {
    margin: 0px 1rem;
  }
  .deals {
    align-items: start;
    padding: 1.2rem 0px;
  }
  .deals > div:nth-child(1) {
    width: 100px;
    margin-right: 0.7rem;
  }
  .deals > div:nth-child(1) img {
    height: 90px;
  }
  .deals span:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: center !important;
    flex-direction: row;
    flex-flow: row wrap;
    gap: 6px;
    color: #6651E9;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .deals span:nth-child(1) > ff {
    display: inline-block;
  }
  .deals span:nth-child(1) p.expiresLastDays {
    border: 1px solid #EC4A5D;
    margin: 3px 0px !important;
    line-height: 1.5em;
    color: #EC4A5D;
    font-size: 11.7px;
    font-weight: 400;
    margin-top: auto;
  }
  .deals span:nth-child(1) p.expires {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1px;
    border-radius: 50px;
    padding: 0px 0px;
    margin: 5px 0px !important;
    line-height: 1.6em;
    color: #6F6F7C;
    font-size: 11.7px;
    font-weight: 400;
  }
  .deals span:nth-child(1) p.expires img {
    padding-bottom: 1px;
    opacity: 0.6;
    width: 14px;
  }
  .deals > div:nth-child(3) {
    /*border:1px solid #ff0000;*/
  }
  .deals > div:nth-child(3) > a:nth-child(1) {
    text-decoration: none;
  }
  .deals > div:nth-child(3) > a:nth-child(1) div {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
  }
}
/* Large devices such as laptops (768px and up) */
@media only screen and (min-width: 768px) {
  .storeDetailCon {
    flex-direction: row;
    padding: 15px;
    border: 0px solid #ff0000;
  }
  .stickyCon {
    flex: 1 1 0;
    border: 1px solid #ff0000;
    width: 30%;
  }
  .storeDet {
    flex: 5 5 0;
    border: 0px solid #ff0000 !important;
    padding: 15px;
    padding-right: 0px;
    width: 70%;
    margin-top: 0rem;
  }
  .sticky {
    padding: 1rem !important;
  }
  .sticky > span:nth-child(2) {
    flex-direction: column;
    padding: 0.8rem !important;
  }
  .sticky > span:nth-child(3) {
    padding: 0px !important;
  }
  .imgCon {
    margin-top: 1.2rem;
  }
  .imgCon img {
    object-fit: contain;
    width: 70% !important;
    height: 40px;
  }
  > a div {
    margin: 1rem 0rem !important;
    padding: 0rem !important;
    text-align: center;
    transition: all ease 0.3s;
    border: 1px solid #ff0000 !important;
  }
  .dealsDet span:nth-child(1) {
    line-height: 1.5em;
  }
  .dealsDet span:nth-child(2) {
    color: #28283C;
    font-size: 18px !important;
    font-weight: 700;
  }
  .deals {
    padding: 1rem 0px;
  }
  .deals > div:nth-child(1) {
    width: 120px;
  }
  .deals > div:nth-child(3) {
    border: 0px solid #ff0000;
  }
  .deals > div:nth-child(3) > a:nth-child(1) {
    text-decoration: none;
  }
  .deals > div:nth-child(3) > a:nth-child(1) div {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
  }
}
/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 1024px) {
  .storeDetailCon {
    padding: 2rem;
  }
  .storeDet {
    flex: 5 5 0;
    border: 0px solid #ff0000 !important;
    padding: 15px;
    margin-top: 1rem;
  }
  .sticky {
    padding: 1rem !important;
  }
  .sticky > span:nth-child(2) {
    flex-direction: row;
    padding: 0.8rem !important;
  }
  .sticky > span:nth-child(3) {
    padding: 0px !important;
  }
  .deals {
    padding: 1.5rem 0px;
  }
  .deals > div:nth-child(1) {
    width: 200px;
  }
}
/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 1280px) {
  .storeDetailCon {
    padding: 2rem 6rem 2rem 6rem;
  }
  .storeDet {
    flex: 5 5 0;
    padding: 0rem 2.5rem;
    margin-top: 2rem;
  }
  .sticky {
    padding: 2.5rem;
  }
}
.allStoresTitSort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.allStoresTitSort > div:first-child {
  color: #28283C;
  font-size: 28px;
  font-weight: 700;
  display: block;
  padding-bottom: 5px;
}

.catButSlider {
  margin-bottom: 2rem;
}

.sortingStores {
  cursor: pointer;
  margin-top: -3px;
  position: relative;
  display: block;
  border: 0px solid #ff0000;
  padding-right: 12px;
}
.sortingStores span:nth-child(1) {
  color: #6F6F7C;
  font-size: 15px;
  font-weight: 700;
}
.sortingStores span:nth-child(1)::after {
  position: absolute;
  content: "";
  top: 4px;
  right: -2px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 0 5.5px 8px 5px;
  border-color: transparent transparent #6651E9 transparent;
  transform: rotate(60deg);
}

.sortingStores-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  left: 0px;
  transform: translateX(-50%);
  padding: 12px 14px;
  z-index: 2;
  background-color: white;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
}
.sortingStores-content p {
  padding: 12px 0px 11px 11px;
  border-radius: 6px;
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 500;
}
.sortingStores-content p:hover {
  background-color: #f2f2f2;
}

.sortingStores:hover .sortingStores-content {
  display: block;
}

.list-x {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 10px 35px;
  transition: all 0.2s;
  /*transform: scale(0.98);*/
  will-change: transform;
  user-select: none;
  cursor: pointer;
  /* bordeR: 1px solid #ff0000;*/
}
.list-x::-webkit-scrollbar {
  display: none;
}

.whiteGradient {
  position: absolute;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border: 0px solid #ff0000;
}
.whiteGradient > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.whiteGradient > div img {
  border: 1px solid #ff0000;
  padding: 5px;
  width: 24px;
  border-radius: 8px;
  filter: brightness(0) saturate(100%) invert(34%) sepia(19%) saturate(5784%) hue-rotate(230deg) brightness(93%) contrast(97%);
}
.whiteGradient .leftGradient {
  width: 35px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.whiteGradient .leftGradient img {
  transform: rotate(90deg);
}
.whiteGradient .rightGradient {
  padding-left: 17px;
  width: 40px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.whiteGradient .rightGradient img {
  transform: rotate(-90deg);
}

.right {
  right: 0px;
  @extends .whiteGradient;
}

.list-x.active {
  background: rgba(255, 255, 255, 0.3);
  cursor: grabbing;
  cursor: -webkit-grabbing;
  /*transform: scale(0.99);*/
}

.allitem:hover {
  background-color: #F5F6F4;
  border: 1px solid #6651E9;
  border-radius: 10px;
}

.allitem {
  display: inline-block;
  background: skyblue;
  text-decoration: none;
  padding: 8px 12px 8px 12px;
  background-color: #F5F6F4;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  color: #28283C;
  font-size: 14px;
  font-weight: 500;
  /* -webkit-box-shadow: inset 0px 0px 6px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 6px -2px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 6px -2px rgba(0, 0, 0, 0.75);
  -webkit-transition: 0.2s ease-in-out 0s;
  -moz-transition: 0.2s ease-in-out 0s;
  -o-transition: 0.2s ease-in-out 0s;*/
}
.allitem img {
  vertical-align: middle;
  margin: 0px 3px 0px 0px;
}

.list-x.active .allitem {
  background-color: #F5F6F4;
  border: 1px solid #6F6F7C;
  border-radius: 10px;
  /*-webkit-box-shadow: inset 0px 0px 12px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 12px -2px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 12px -2px rgba(0, 0, 0, 0.75);*/
}

.allStoresGridCon {
  margin-top: 0rem;
}

.allStoresGrid {
  display: grid;
  gap: 22px;
  row-gap: 28px;
}
.allStoresGrid a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  max-width: 275px;
}
.allStoresGrid a > div {
  padding: 1.8rem 0rem 1.8rem 1.4rem;
  background-color: #ffffff;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.allStoresGrid a > div > div {
  border: 0px solid #ff0000;
  flex: 1;
}
.allStoresGrid .allGridLogo {
  width: 100%;
  height: 50px;
  text-align: left;
}
.allStoresGrid .allGridLogo img {
  object-fit: contain;
  object-position: left center;
  height: 100%;
  width: 100%;
}
.allStoresGrid .allGridPercentage {
  text-align: center;
}
.allStoresGrid .allGridPercentage span {
  display: block;
  position: relative;
  border: 0px solid #ff0000;
}
.allStoresGrid .allGridPercentage .cashPercentage {
  color: #28283C;
  font-size: 35.2px;
  font-weight: 600;
}
.allStoresGrid .allGridPercentage .cashText {
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
}
.allStoresGrid .allGridPercentage .upLine {
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}
.allStoresGrid .allGridPercentage .upLine::before {
  border-bottom: 2px solid #EC4A5D;
  position: absolute;
  content: "";
  width: 50%;
  height: 45%;
  left: 25%;
  transform: rotate(-8deg);
}
.allStoresGrid .allGridWas {
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 400;
  background-color: #F5F6F4;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  padding: 3px 8px;
}
.allStoresGrid .allGridWas > span:last-child {
  padding-left: 1px;
}

.allStoresGridIndex {
  display: grid;
  gap: 22px;
  row-gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
}
.allStoresGridIndex a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  max-width: 275px;
}
.allStoresGridIndex a > div {
  padding: 1.8rem 0rem 1.8rem 1.4rem;
  background-color: #ffffff;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.allStoresGridIndex a > div > div {
  border: 0px solid #ff0000;
  flex: 1;
}
.allStoresGridIndex .allGridLogoIndex {
  width: 100%;
  height: 50px;
  text-align: left;
}
.allStoresGridIndex .allGridLogoIndex img {
  object-fit: contain;
  object-position: left center;
  height: 100%;
  width: 100%;
}
.allStoresGridIndex .allGridPercentageIndex {
  text-align: center;
}
.allStoresGridIndex .allGridPercentageIndex span {
  display: block;
  position: relative;
  border: 0px solid #ff0000;
}
.allStoresGridIndex .allGridPercentageIndex .cashPercentageIndex {
  color: #28283C;
  font-size: 35.2px;
  font-weight: 600;
}
.allStoresGridIndex .allGridPercentageIndex .cashTextIndex {
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
}
.allStoresGridIndex .allGridPercentageIndex .upLineIndex {
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}
.allStoresGridIndex .allGridPercentageIndex .upLineIndex::before {
  border-bottom: 2px solid #EC4A5D;
  position: absolute;
  content: "";
  width: 50%;
  height: 45%;
  left: 25%;
  transform: rotate(-8deg);
}
.allStoresGridIndex .allGridWas {
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 400;
  background-color: #F5F6F4;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  padding: 3px 8px;
}
.allStoresGridIndex .allGridWas > span:last-child {
  padding-left: 1px;
}

/* Mini devices  */
@media only screen and (max-width: 767px) {
  .allStoresCon {
    padding: 15px;
  }
  .allStoresGridMakeHorizontalScroll {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    white-space: nowrap; /* Elemanların aynı satırda kalmasını zorlar */
  }
  .allStoresGridMakeHorizontalScroll::-webkit-scrollbar {
    display: none;
  }
  .allStoresGridMakeHorizontalScroll {
    scroll-snap-type: x mandatory; /* Scroll'da elemanları sabitler */
  }
  .allStoresGridMakeHorizontalScroll > * {
    scroll-snap-align: start;
  }
  .allStoresGridMakeHorizontalScroll > * {
    flex: 0 0 350px; /* Sabit genişlik */
    margin: 0;
    padding: 0;
  }
  .allStoresGrid {
    grid-template-columns: 1fr 1fr;
  }
  .allStoresGrid a > div {
    padding: 1.8rem 0rem 2.8rem 0rem;
    background-color: #ffffff;
    border: 1px solid #EAEAEB;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .allStoresGrid a > div > div {
    border: 0px solid #ff0000;
  }
  .allStoresGrid .allGridLogo {
    width: 100%;
    height: 80px;
    padding: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .allStoresGrid .allGridLogo span {
    display: block;
  }
  .allStoresGrid .allGridLogo img {
    object-fit: contain;
    object-position: left center;
    height: 100px;
    width: 100px;
  }
  .allStoresTitSort > div:first-child {
    color: #28283C;
    font-size: 24px;
    font-weight: 700;
  }
}
/* Medium devices such as laptops (768px and up) */
@media only screen and (min-width: 768px) {
  .allStoresCon {
    padding: 15px;
  }
  .allStoresGrid {
    display: grid;
    gap: 22px;
    row-gap: 28px;
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)) !important;
  }
}
/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 1024px) {
  .allStoresCon {
    padding: 15px 30px;
  }
}
/* Xlarge devices such as desktops (1280px and up) */
@media only screen and (min-width: 1280px) {
  .allStoresCon {
    padding: 3rem 6rem 3rem 6rem;
  }
}
.productDetail {
  border: 0px dashed #ff0000;
  display: flex;
  justify-content: center;
  align-items: start;
  height: 100%;
}
.productDetail > div {
  bordeR: 0px solid #ff0000;
}
.productDetail .productGallery {
  flex: 2;
  display: flex;
  justify-content: stretch;
  align-items: start;
}
.productDetail .productGallery > div {
  height: calc(100% - 60px);
  border: 0px dotted #00ff21;
}
.productDetail .productGallery .galleryImages {
  flex: 2;
  max-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.productDetail .productGallery .galleryImages > div { /*border:1px dotted #00ff21;*/ }
.productDetail .productGallery .galleryImages .imageScroll {
  height: calc(100% - 55px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.productDetail .productGallery .galleryImages .imageScroll::-webkit-scrollbar {
  display: none;
}
.productDetail .productGallery .galleryImages .imageScroll img {
  cursor: pointer;
  display: block;
  width: calc(100% - 0px);
  max-width: 120px;
  margin-top: 15px;
  border-radius: 10px;
  border: 1px solid #EAEAEB;
  transition: all ease 2;
}
.productDetail .productGallery .galleryImages .imageScroll img:hover {
  border: 1px solid #6651E9;
  opacity: 0.6;
}
.productDetail .productGallery .mainImage {
  flex: 7;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.productDetail .productGallery .mainImage img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
  border-radius: 10px;
}
.productDetail .productStores {
  flex: 1;
  padding: 3rem 2rem;
  border: 0px solid #ff0000;
  overflow: auto;
  width: 100%;
}
.productDetail .productTitle > span {
  display: block;
  color: #28283C;
  font-size: 24px;
  font-weight: 700;
  padding: 1rem 0px 2rem 0px;
}
.productDetail .proTit {
  display: block;
  color: #28283C;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.9rem;
}
.productDetail .proFeat {
  display: grid;
  grid-auto-columns: max-content;
  grid-template-rows: 1fr;
  margin-bottom: 1.3rem;
  overflow: auto;
}
.productDetail .proFeat > div {
  grid-row: 1;
  grid-column: auto;
  margin: 8px 15px 10px 0px;
  padding: 8px 16px 6px 16px;
  background-color: #F5F6F4;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
}
.productDetail .proFeat > div span {
  display: block;
  padding: 3px 0px 3px 0px;
}
.productDetail .proFeat > div span:first-child {
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 500;
}
.productDetail .proFeat > div span:last-child {
  color: #28283C;
  font-size: 15px;
  font-weight: 500;
}
.productDetail .proFeat::-webkit-scrollbar {
  height: 8px; /* width of the entire scrollbar */
}
.productDetail .proFeat::-webkit-scrollbar-track {
  background: #ffffff; /* color of the tracking area */
}
.productDetail .proFeat::-webkit-scrollbar-thumb {
  background-color: #EAEAEB; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 0px solid orange; /* creates padding around scroll thumb */
}
.productDetail .prodStores a {
  text-decoration: none;
}
.productDetail .prodStores a > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  padding: 10px 15px;
  margin: 10px 0px;
}
.productDetail .prodStores a > div:hover {
  background-color: #ffffff;
  border: 1px solid #6651E9;
  border-radius: 10px;
}
.productDetail .prodStores .logoCover {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #EAEAEB;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.productDetail .prodStores .logoCover img {
  width: 100%;
  object-fit: contain;
}
.productDetail .prodStores .prodBrandCash {
  color: #6F6F7C;
  font-size: 15px;
  font-weight: 700;
  margin-right: auto;
}
.productDetail .prodStores .cashRatio {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #28283C;
  font-size: 32px;
  font-weight: 500;
}
.productDetail .prodStores .cashRatio span {
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 500;
}
.productDetail .prodStores .prodArrow img {
  transform: rotate(-90deg);
  width: 12px;
  margin: 0px 0.5rem;
  filter: brightness(0) saturate(100%) invert(54%) sepia(82%) saturate(6876%) hue-rotate(238deg) brightness(95%) contrast(91%);
}

.prodContent {
  color: #6F6F7C;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

.upDown {
  width: 100%;
  cursor: pointer;
  border: 0px solid #ff0000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upDown > img {
  width: 18px;
  filter: brightness(0) saturate(100%) invert(29%) sepia(52%) saturate(2806%) hue-rotate(235deg) brightness(96%) contrast(91%);
}

.toUp {
  transform: rotate(-180deg);
  padding-top: 19px;
}

.toDown {
  padding-top: 25px;
}

/* Mini devices  */
@media only screen and (max-width: 767px) {
  .productDetail {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0rem;
    /*border: 1px solid #ff0000;*/
  }
  .productDetail > div {
    /*border: 1px solid #ff0000;*/
  }
  .productDetail .productGallery {
    justify-content: flex-start;
    align-items: start;
    flex-direction: row-reverse;
    gap: 5px;
  }
  .productDetail .productGallery > div {
    height: 80vw;
    /*border: 1px dotted #00ff21;*/
  }
  .productDetail .productGallery .galleryImages {
    flex: 2;
  }
  .productDetail .productGallery .galleryImages .toUp {
    padding-top: 0px;
  }
  .productDetail .productGallery .galleryImages .toDown {
    padding-top: 15px;
  }
  .productDetail .productGallery .mainImage {
    flex: 10;
  }
  .productStores {
    padding: 0rem !important;
  }
}
/* Medium devices such as laptops (768px and up) */
@media only screen and (min-width: 768px) {
  .productDetail {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0rem;
    /*border: 1px solid #ff0000;*/
  }
  .productDetail > div {
    /*border: 1px solid #ff0000;*/
  }
  .productDetail .productGallery {
    justify-content: flex-start;
    align-items: start;
    flex-direction: row-reverse;
    gap: 5px;
  }
  .productDetail .productGallery > div {
    height: 80vw;
    /*border: 1px dotted #00ff21;*/
  }
  .productDetail .productGallery .galleryImages {
    flex: 2;
  }
  .productDetail .productGallery .galleryImages .toUp {
    padding-top: 0px;
  }
  .productDetail .productGallery .galleryImages .toDown {
    padding-top: 15px;
  }
  .productDetail .productGallery .mainImage {
    flex: 10;
  }
}
/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 1024px) {
  .productDetail {
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
    width: 100%;
    margin-bottom: 3rem;
    /*border: 1px solid #ff0000;*/
  }
  .productDetail > div {
    /*border: 1px solid #ff0000;*/
    height: auto;
  }
  .productDetail .productGallery {
    justify-content: flex-start;
    align-items: start;
    flex-direction: row;
    gap: 5px;
  }
  .productDetail .productGallery > div {
    height: 50vw;
    /*border: 1px dotted #00ff21;*/
  }
  .productDetail .productGallery .galleryImages {
    flex: 2;
  }
  .productDetail .productGallery .galleryImages .toUp {
    padding-top: 0px;
  }
  .productDetail .productGallery .galleryImages .toDown {
    padding-top: 15px;
  }
  .productDetail .productGallery .mainImage {
    flex: 10;
  }
}
/* Xlarge devices such as desktops (1280px and up) */
@media only screen and (min-width: 1280px) {
  .productGallery .galleryImages .toUp {
    padding-top: 19px !important;
    border: 0px solid #ff0000;
  }
  .productGallery .galleryImages .toDown {
    border: 0px solid #ff0000;
    padding-top: 25px;
  }
}
.slider {
  padding: 2rem 0px 4rem 0px;
}
.slider a {
  text-decoration: none;
  position: relative;
}
.slider a .sliderBrandName {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  left: 10%;
  width: 35%;
  border: 0px solid #ff0000;
}
.slider a .sliderBrandName span {
  display: block;
}
.slider a .sliderBrandName span:first-child {
  color: #ffffff;
  font-size: 2vw;
  font-weight: 400;
  margin: 0px 0px 0.5rem 0px;
}
.slider a .sliderBrandName span:last-child {
  color: #ffffff;
  font-size: 2.5vw;
  font-weight: 900;
}
.slider img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
  border: 0px solid #ff0000;
}

.categoriDetProdGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(305px, 1fr));
  gap: 16px;
}
.categoriDetProdGrid > div {
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  padding: 10px;
}
.categoriDetProdGrid a {
  text-decoration: none;
  display: block;
  width: 100%;
}
.categoriDetProdGrid a > div {
  overflow: hidden;
  padding: 10px;
}
.categoriDetProdGrid a > div > div {
  display: grid;
  place-content: center;
}
.categoriDetProdGrid a > div > div > img {
  max-height: 120px;
  margin: auto;
  object-fit: contain;
}
.categoriDetProdGrid a > div span {
  display: inline-block;
  width: 100%;
}
.categoriDetProdGrid a > div span:nth-child(2) { /** öncesinde img olduğu için nth-child(2)'den başladık **/
  color: #28283C;
  font-size: 15px;
  font-weight: 700;
  margin: 10px 0px;
  padding: 0px 5px;
}
.categoriDetProdGrid a > div span:nth-child(3) {
  margin: 10px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #6651E9;
  font-size: 24px;
  font-weight: 700;
}
.categoriDetProdGrid a > div span:nth-child(3) p {
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 400;
  padding-left: 2px;
}
.categoriDetProdGrid a > div span:nth-child(3) > img {
  vertical-align: middle;
  margin-right: 2px;
  padding-bottom: 1px;
}

.owl-carousel-1 .owl-dot span {
  width: 35px !important;
  height: 15px !important;
}

.owl-carousel-1 .owl-nav button {
  display: none !important;
  position: absolute;
  top: 35%;
  width: 25px;
  height: 25px;
  border: 1px solid #dddddd !important;
  border-radius: 10px !important;
  background-color: #ffffff !important;
}

.owl-carousel-1 .owl-nav .owl-next {
  right: -4px;
}

.owl-carousel-1 .owl-nav .owl-prev {
  left: -4px;
}

/* Medium devices  */
@media only screen and (max-width: 767px) {
  .slider {
    padding: 1rem 0px 1.5rem 0px;
  }
  .slider a .sliderBrandName {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    left: 10%;
    width: 65%;
    border: 0px solid #ff0000;
  }
  .slider a .sliderBrandName span {
    display: block;
  }
  .slider a .sliderBrandName span:first-child {
    color: #ffffff;
    font-size: 4vw;
    font-weight: 400;
    margin: 0px 0px 0rem 0px;
  }
  .slider a .sliderBrandName span:last-child {
    color: #ffffff;
    font-size: 5vw;
    font-weight: 900;
  }
}
.productsListGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
  gap: 26px;
}
.productsListGrid a {
  text-decoration: none;
}
.productsListGrid a > div {
  border: 0px solid #ff0000 !important;
  margin: 2rem 0px;
}
.productsListGrid a > div > img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.productsListGrid a > div span {
  display: block;
}
.productsListGrid a > div span:nth-child(2) { /** öncesinde img olduğu için nth-child(2)'den başladık **/
  color: #28283C;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0px;
  padding: 0px 5px;
}
.productsListGrid a > div span:nth-child(3) {
  margin: 10px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #6651E9;
  font-size: 24px;
  font-weight: 700;
}
.productsListGrid a > div span:nth-child(3) p {
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 400;
  padding-left: 2px;
}
.productsListGrid a > div span:nth-child(3) > img {
  vertical-align: middle;
  margin-right: 2px;
  padding-bottom: 1px;
}
.productsListGrid a:hover > div > img {
  opacity: 0.5;
}

.frame {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  witdh: 100%;
  border: 0px solid #ff0000;
}
.frame > div {
  border: 0px dotted #ff0000;
}

.panelContentCon {
  flex: 9;
  padding: 0px 0px 0px 2rem;
}
.panelContentCon .notification {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0.5rem 0px 1.2rem 0px;
  padding: 1rem 1.2rem;
}
.panelContentCon .notification .notiContent {
  margin-right: auto;
}
.panelContentCon .notification .notiContent > span {
  display: block;
  margin: 5px 0px;
}
.panelContentCon .notification .notiContent span:first-child {
  color: #28283C;
  font-size: 15px;
  font-weight: 500;
}
.panelContentCon .notification .notiContent span:first-child strong {
  color: #28283C;
  font-size: 15px;
  font-weight: 700;
}
.panelContentCon .notification .notiContent span:first-child strong2 {
  color: #6651E9;
  font-size: 15px;
  font-weight: 700;
}
.panelContentCon .notification .notiContent span:last-child {
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 400;
}
.panelContentCon .notification .notIcon {
  border-radius: 50%;
  border: 1px solid #EAEAEB;
  padding: 1rem;
  margin-right: 1rem;
}
.panelContentCon .notification .notIconGreen {
  background-color: #9FE870;
}
.panelContentCon .notification .delete {
  margin: 0px 2rem;
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(36%) sepia(34%) saturate(4324%) hue-rotate(331deg) brightness(104%) contrast(85%);
}
.panelContentCon .notiReaded {
  background-color: #ffffff;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
}
.panelContentCon .notiUnReaded {
  background-color: #F5F6F4;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
}

.setMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0px solid #ff0000;
}

.closeLabel {
  position: relative;
  cursor: pointer;
  display: none;
}
.closeLabel > span {
  display: block;
  position: absolute;
  top: -6px;
  right: 0px;
}
.closeLabel .menuClose {
  display: none;
}
.closeLabel .menuClose img {
  width: 32px;
}
.closeLabel .menum img {
  width: 32px;
}
.closeLabel > input[type=checkbox]:not(:checked) ~ .menum {
  display: block;
}
.closeLabel > input[type=checkbox]:not(:checked) ~ .menuClose {
  display: none;
}
.closeLabel > input[type=checkbox]:checked ~ .menum {
  display: none;
}
.closeLabel > input[type=checkbox]:checked ~ .menuClose {
  display: block;
}
.closeLabel > input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 1024px) {
  .frame {
    margin: 15px;
    flex-direction: column;
  }
  .panelContentCon {
    flex: 1;
    padding: 0px;
    margin-top: 0rem;
    width: 100%;
  }
  .notiContent {
    margin-right: unset;
  }
  .delete {
    margin: 0px 0rem 0rem 0.7rem !important;
  }
  .notiContent ~ div ~ img {
    display: none;
  }
  .notIcon {
    padding: 0.3rem !important;
    margin-right: 1rem !important;
  }
  .closeLabel {
    display: block;
  }
  .menumuz {
    display: none;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .frame {
    margin: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .frame {
    margin: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .frame {
    margin: 3rem 6rem 3rem 6rem;
  }
}
.sortingRefund {
  cursor: pointer;
  margin-top: 0px;
  margin-left: 10px;
  position: relative;
  display: grid;
  border: 1px solid #a0a0a0;
  padding: 0px 12px;
  height: 36px;
  border-radius: 32px;
  background-color: #F5F6F4;
}
.sortingRefund span:nth-child(1) {
  justify-self: center;
  align-self: center;
  color: #6F6F7C;
  font-size: 15px;
  font-weight: 700;
}
.sortingRefund span:nth-child(1) img {
  vertical-align: top;
  filter: brightness(0) saturate(100%) invert(45%) sepia(10%) saturate(427%) hue-rotate(202deg) brightness(93%) contrast(85%);
}

.sortingRefund-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  left: 0px;
  top: 31px;
  transform: translateX(-50%);
  padding: 12px 14px;
  z-index: 2;
  background-color: white;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
}
.sortingRefund-content p {
  padding: 9px 0px 8px 11px;
  border-radius: 6px;
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 500;
}
.sortingRefund-content p img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  filter: brightness(0) saturate(100%) invert(47%) sepia(9%) saturate(506%) hue-rotate(202deg) brightness(89%) contrast(84%);
}
.sortingRefund-content p:hover {
  background-color: #f2f2f2;
}

.sortingRefund:hover .sortingRefund-content {
  display: block;
}

.refTabCon {
  background-color: #ffffff;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  padding: 1.4rem 1rem 1.4rem 1rem;
  width: 100%;
  position: relative;
  margin: 0.5rem 0rem 1.5rem 0rem;
}
.refTabCon .refTab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.refTabCon .refTab > div:first-child {
  flex: 8;
  justify-content: flex-start;
}
.refTabCon .refTab > div:nth-child(2) {
  flex: 5;
  border: 0px solid #ff0000;
  display: flex;
  justify-content: center;
}
.refTabCon .refTab > div:nth-child(3) {
  flex: 5;
  border: 0px solid #ff0000;
  display: flex;
  justify-content: center;
}
.refTabCon .refTab > div:nth-child(4) {
  flex: 4;
  border: 0px solid #ff0000;
  display: flex;
  justify-content: center;
}
.refTabCon .refTab > div:nth-child(5) {
  flex: 3;
  border: 0px solid #ff0000;
  display: flex;
  justify-content: center;
}
.refTabCon .refTab > div:last-child {
  flex: 1;
  text-align: center;
}
.refTabCon .refTab .brndNameimg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.refTabCon .refTab .brndNameimg .brandimg {
  margin-right: 0.7rem;
  bordeR: 1px solid #EAEAEB;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #fff;
}
.refTabCon .refTab .brndNameimg .brandimg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.refTabCon .refTab .invoiceinf {
  padding-top: 5px;
}
.refTabCon .refTab .invoiceinf > span {
  display: block;
  margin-bottom: 3px;
}
.refTabCon .refTab .invoiceinf > span:nth-child(1) {
  color: #28283C;
  font-size: 16px;
  font-weight: 700;
}
.refTabCon .refTab .invoiceinf > span:nth-child(2) {
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 400;
}
.refTabCon .refTab .invoiceinf > span:nth-child(2) p {
  display: inline-block;
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 700;
}
.refTabCon .refTab .invoiceinf span:nth-child(3) {
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4rem;
}
.refTabCon .refTab .invoiceinf span:nth-child(3) img {
  vertical-align: middle;
  width: 14px;
  padding-bottom: 3px;
  opacity: 0.5;
}
.refTabCon label {
  position: absolute;
  cursor: pointer;
  border: 0px solid #ff0000;
  height: 90px;
  width: 98%;
  top: 0px;
}

.refTabCon:hover {
  background-color: #F5F6F4;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
}

/* label ve checkboxlara  javascriptle birlikte accordeon yapı kazandırdık  */
.refDetail {
  display: grid;
  grid-template-rows: 0fr;
  border: 0px solid #F5F6F4;
  transition: all 0.5s ease;
  padding: 0rem 1rem;
  margin: 0rem 0rem;
}
.refDetail > div {
  overflow: hidden;
}

.tabButtonCheckbox {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.refDetail {
  grid-template-rows: 1fr;
  padding: 1rem 1rem;
  margin: 1.5rem 0rem;
  background-color: #ffffff;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
}

.tabButtonCheckbox:checked + div {
  transition: background-color linear 0.4s;
  background-color: #F5F6F4 !important;
  /*.refDetail{grid-template-rows:1fr;  padding:1rem 1rem; margin:1.5rem 0rem;
             @include bgAndBorder (map-get($colors,"white"), map-get($colors,"borderGrey"),10px);

  }*/
  /* .refArrow { 
               img { transform:rotate(90deg);
                     -ms-transform:rotate(90deg);
                     -webkit-transform:rotate(90deg);
                     -webkit-transition: -webkit-transform .3s ;
                     -ms-transition: -ms-transform .3s ;
                     transition: transform .3s ;   }  
             }*/
}

.refArrow img {
  -webkit-transition: -webkit-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
  width: 20px;
  filter: brightness(0) saturate(100%) invert(36%) sepia(71%) saturate(5802%) hue-rotate(240deg) brightness(97%) contrast(87%);
}

/* label ve checkboxlara  javascriptle birlikte accordeon yapı kazandırdık  */
.invcInputsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem; /* Sütunlar arasındaki boşluk */
}

/****Refund Update sayfasındaki Products detay accoridonu ve tasarımı***/
.productsArea {
  border: 1px solid #F1F1F1;
  padding: 1rem;
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  margin: 1rem 0rem;
  height: auto;
  overflow-y: scroll;
  transition: height ease 1s;
}

.refProd {
  border: 1px solid #F5F6F4;
  padding: 1rem;
  background-color: #F5F6F4;
  border-radius: 12px;
  margin-bottom: 0.5rem;
}

.refProd > div > label {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.refProd > div > label > div:first-child {
  flex: 1;
}
.refProd > div > label h3 {
  display: block;
  margin-bottom: 6px;
  color: #28283C;
  font-size: 16px;
  font-weight: 700;
}

.deleteCheckbox {
  display: none;
}

.proDollar {
  color: #163300;
  font-size: 15px;
  font-weight: 500;
  padding-right: 6px;
}

.proInfoCheckInfo {
  color: #EC4A5D;
  font-size: 14px;
  font-weight: 700;
}

.proInfoFollowed {
  color: #6651E9;
  font-size: 14px;
  font-weight: 400;
}

.prodInputsContainer {
  background-color: #ffffff;
  margin-top: 18px;
  border-radius: 12px;
}

.prodInfoInputs {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.prodUpdateInputs {
  padding: 10px 15px !important;
}

.prodInfoInputs + div {
  display: grid;
  grid-template-rows: 0fr;
  border: 1px solid #F5F6F4;
  transition: all 0.5s ease;
  padding: 0rem 1rem;
  margin: 0rem 0rem;
}
.prodInfoInputs + div > div {
  overflow: hidden;
}

.prodInfoInputs:checked + div {
  grid-template-rows: 1fr;
  margin: 1rem 0rem;
  padding: 1rem 1rem;
}

.deleteConfirmCon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.deleteConfirmCon > div {
  flex: 1;
  text-align: center;
  border: 1px solid;
  border-radius: 12px;
  cursor: pointer;
  padding: 0.8rem 0rem;
}
.deleteConfirmCon > div:hover {
  opacity: 0.5;
}
.deleteConfirmCon .delPro {
  border-color: red;
  color: #EC4A5D;
  font-size: 15px;
  font-weight: 700;
}
.deleteConfirmCon .confrimPro {
  border-color: #5FAF2C;
  color: #5FAF2C;
  font-size: 15px;
  font-weight: 700;
}

/****Refund Update sayfasındaki Products detay accoridonu ve tasarımı***/
.avatars {
  transform-style: preserve-3d; /* here */
}

.avatar {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 52px;
  border: 3px solid #ffffff;
  background-color: rgb(232, 232, 232);
}

.avatar:first-child {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 28px;
  right: -10px;
  top: -17px;
  margin-left: 0px;
  overflow: visible !important;
  background-color: #DC3545;
  text-align: center;
  color: white;
  font-size: 0.65em;
}

.avatar:not(:first-child) {
  margin-left: -20px;
  transform: rotateY(-1deg); /* and here */
}

.avatar img {
  width: 100%;
  display: block;
  width: 100%;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
}

.productStatus { /*genel  özellikler*/
  flex-direction: column;
  align-items: center;
}
.productStatus span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 5px 13px 4px 10px;
}
.productStatus p {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
}
.productStatus img {
  width: 22px;
  vertical-align: top;
  margin: 0px 4px 1px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(285deg) brightness(107%) contrast(101%);
}

.tracking {
  background-color: #6651E9;
}

.discount {
  background-color: #9FE870;
}
.discount p {
  color: #28283C !important;
  font-size: 13px;
  font-weight: 500;
}
.discount img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(10%) saturate(2366%) hue-rotate(201deg) brightness(96%) contrast(86%) !important;
}

.discount + div {
  position: absolute;
  z-index: 9;
  top: 70px;
  border: 0px solid #ff0000;
}
.discount + div a {
  color: #28283C !important;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
}
.discount + div a:hover {
  text-decoration: none;
}

.disCollected {
  background-color: #9FE870;
  opacity: 0.5;
}
.disCollected p {
  color: #28283C !important;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.disCollected img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(10%) saturate(2366%) hue-rotate(201deg) brightness(96%) contrast(86%) !important;
}

.notFound {
  background-color: #EC4A5D;
}

.timeExpired {
  background-color: #a0a0a0;
}

.refLastDay, .deals .dealsDet span:nth-child(1) p.expiresLastDays {
  border: 1px solid #EC4A5D;
  border-radius: 50px;
  padding: 2px 8px;
  margin-bottom: 2px;
  margin-left: 4px;
  color: #EC4A5D;
  font-size: 11.7px;
  font-weight: 400;
}

.refExDate, .deals .dealsDet span:nth-child(1) p.expires {
  border: 1px solid #E1E1E1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1px;
  border-radius: 50px;
  padding: 4px 8px;
  margin-bottom: 2px;
  margin-left: 4px;
  color: #6F6F7C;
  font-size: 11.7px;
  font-weight: 400;
}
.refExDate img, .deals .dealsDet span:nth-child(1) p.expires img {
  padding-bottom: 1px;
  opacity: 0.6;
  width: 14px;
}

.refTotal {
  text-align: left;
}
.refTotal p {
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 400;
}
.refTotal span {
  color: #28283C;
  font-size: 16px;
  font-weight: 700;
}

.invoiceTitleRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0rem 0.6rem 0rem;
  border-bottom: 1px solid #EAEAEB;
}
.invoiceTitleRow > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  border: 0px solid #ff0000;
}

.invDetTitle {
  color: #28283C;
  font-size: 24px;
  font-weight: 700;
}

.cardNo {
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 500;
}

.showinv {
  background-color: #F5F6F4;
  border: 1px solid #6651E9;
  padding: 4px 9px;
  border-radius: 20px;
  cursor: pointer;
}
.showinv span {
  color: #6651E9;
  font-size: 14px;
  font-weight: 500;
}
.showinv:hover {
  background-color: #EAEAEB;
}
.showinv img {
  height: 20px;
}

.invAdder {
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 400;
}
.invAdder span {
  font-weight: 700 !important;
}
.invAdder > div {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-content: center;
  border: 1px solid #EAEAEB;
}
.invAdder > div img {
  object-fit: cover;
  height: 32px;
}

.productTitles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0rem 0.5rem 0rem;
}
.productTitles > div {
  padding: 0.2rem;
  color: #28283C;
  font-size: 13px;
  font-weight: 600;
}
.productTitles > div:first-child {
  flex: 10;
  justify-content: flex-start;
}
.productTitles > div:nth-child(2) {
  flex: 8;
  border: 0px solid #ff0000;
  display: flex;
  justify-content: center;
}
.productTitles > div:nth-child(3) {
  flex: 3;
  border: 0px solid #ff0000;
  display: flex;
  justify-content: center;
}
.productTitles > div:nth-child(4) {
  flex: 3;
  border: 0px solid #ff0000;
  display: flex;
  justify-content: center;
}
.productTitles > div:nth-child(5) {
  flex: 3;
  border: 0px solid #ff0000;
  display: flex;
  justify-content: center;
}
.productTitles > div:last-child {
  flex: 2;
  text-align: center;
}

.proDet {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #EAEAEB;
  padding: 1rem 0rem;
}
.proDet > div {
  padding: 0.2rem;
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 600;
}
.proDet > div:first-child {
  flex: 10;
  justify-content: flex-start;
}
.proDet > div:nth-child(2) {
  flex: 8;
  border: 0px solid #ff0000;
  display: flex;
  justify-content: center;
}
.proDet > div:nth-child(3) {
  flex: 3;
  border: 0px solid #ff0000;
  display: flex;
  justify-content: center;
}
.proDet > div:nth-child(4) {
  flex: 3;
  border: 0px solid #ff0000;
  display: flex;
  justify-content: center;
}
.proDet > div:nth-child(5) {
  flex: 3;
  border: 0px solid #ff0000;
  display: flex;
  justify-content: center;
}
.proDet > div:last-child {
  flex: 2;
  text-align: center;
}

.proDet:hover {
  background-color: #F5F6F4;
}

.prodimg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prodimg > div:first-child {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  border: 1px solid #EAEAEB;
  margin-right: 10px;
}
.prodimg > div:first-child img {
  object-fit: contain;
}

.prodName > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #6F6F7C;
  font-size: 15px;
  font-weight: 700;
  margin: 0rem 0rem;
}
.prodName img {
  margin-right: 4px;
  opacity: 0.7;
}
.prodName p {
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 400;
}

.popupinvc {
  display: none;
  position: fixed;
  align-items: flex-start;
  justify-content: center;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.popupinvc-content {
  background-color: #fefefe;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0px;
  padding: 20px;
  border: 1px solid #888;
}

@media only screen and (max-width: 670px) {
  .brandimg {
    display: none !important;
  }
  .showinv span {
    display: none;
  }
  .refTabCon div { /*border:1px solid #ff0000*/ }
  .refTab > div:first-child {
    flex: 7 !important;
    justify-content: flex-start;
  }
  .refTab > div:nth-child(3) {
    display: none !important;
  }
  .refTab > div:nth-child(4) {
    flex: 5 !important;
    border: 0px solid #ff0000 !important;
    text-align: center;
    display: block;
    justify-content: center;
  }
  .refTab > div:nth-child(5) {
    flex: 1 !important;
    border: 0px solid #ff0000 !important;
    display: flex;
    justify-content: center;
  }
  .refTab > div:last-child {
    display: none !important;
  }
  .invoiceTitleRow > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
  }
  .invDetTitle {
    display: none !important;
  }
  .productTitles > div:first-child {
    flex: 7;
    justify-content: flex-start;
  }
  .productTitles > div:nth-child(2) {
    flex: 5;
    border: 0px solid #ff0000;
    display: flex;
    justify-content: center;
  }
  .productTitles > div:nth-child(3) {
    display: none !important;
  }
  .productTitles > div:nth-child(4) {
    display: none !important;
  }
  .productTitles > div:nth-child(5) {
    flex: 3;
    border: 0px solid #ff0000;
    display: flex;
    justify-content: center;
  }
  .productTitles > div:last-child {
    flex: 4;
    text-align: right;
  }
  .proDet > div:first-child {
    flex: 10;
    justify-content: flex-start;
  }
  .proDet > div:nth-child(2) {
    flex: 5;
    border: 0px solid #ff0000;
    display: flex;
    justify-content: center;
  }
  .proDet > div:nth-child(3) {
    display: none !important;
  }
  .proDet > div:nth-child(4) {
    display: none !important;
  }
  .proDet > div:nth-child(5) {
    flex: 3;
    border: 0px solid #ff0000;
    display: flex;
    justify-content: center;
  }
  .proDet > div:last-child {
    flex: 1;
    text-align: center;
  }
  .prodimg > div:first-child {
    display: none;
  }
  .disCollected p {
    white-space: wrap;
  }
  .productStatus { /*genel  özellikler*/ }
  .productStatus span {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 4px 7px 4px 5px;
  }
  .productStatus p {
    display: inline-block;
    font-size: 11px;
  }
  .productStatus img {
    width: 16px;
    vertical-align: top;
    margin: 0px 3px 1px 0px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(285deg) brightness(107%) contrast(101%);
  }
}
@media only screen and (max-width: 1024px) {
  .productsCircle {
    display: none !important;
  }
  .productsCircle div {
    display: none;
  }
}
.invpopUpMain {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.invpopUpMainContent {
  background-color: #fefefe;
  display: flex;
  opacity: 1;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 20px;
  padding: 20px 30px;
  width: 100%;
  max-width: 650px;
  border: 1px solid #888;
  border-radius: 10px;
}
.invpopUpMainContent > div {
  width: 100%;
}

#closeinvcAdd {
  text-align: right;
}
#closeinvcAdd img {
  transform: rotate(-45deg);
  cursor: pointer;
  width: 32px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(87%) saturate(5665%) hue-rotate(343deg) brightness(92%) contrast(96%);
}

#closepdfAdd {
  text-align: right;
}
#closepdfAdd img {
  transform: rotate(-45deg);
  cursor: pointer;
  width: 32px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(87%) saturate(5665%) hue-rotate(343deg) brightness(92%) contrast(96%);
}

#formumPDF {
  width: 100%;
}

#formum {
  width: 100%;
}

.invSteps {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.invSteps > div {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px;
  color: #28283C;
  font-size: 14px;
  font-weight: 700;
}
.invSteps > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #E1E1E1;
  background-color: #F5F6F4;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin: 25px 0px 10px 0px;
  transition: all 0.5s;
}
.invSteps > div > div img {
  width: 26px;
}
.invSteps hr {
  height: 2px;
  border: none;
  border-top: 2px dashed #E1E1E1;
  width: 100%;
  transition: all 0.5s;
}

.invcTitTot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0rem 0px 1rem 0px;
  padding: 0px 5px;
}

.invTit {
  position: relative;
  color: #28283C;
  font-size: 20px;
  font-weight: 700;
}
.invTit::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 38%;
  height: 6px;
  background-color: #9FE870;
}

.invTot {
  padding-top: 8px;
  color: #6F6F7C;
  font-size: 15px;
  font-weight: 500;
}
.invTot span {
  font-weight: 900;
}

.butNextBack {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.butNextBack > div, .butNextBack input {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 1rem 2rem;
  gap: 0.5rem;
  cursor: pointer;
  background-color: #F5F6F4;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  color: #163300;
  font-size: 18px;
  font-weight: 600;
}
.butNextBack > div img, .butNextBack input img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(91%) saturate(5406%) hue-rotate(77deg) brightness(90%) contrast(101%);
}
.butNextBack > div:hover {
  border: 1px solid #163300;
}

.backBut {
  text-align: center;
}
.backBut img {
  transform: rotate(-180deg);
}

.nextBut {
  background-color: #9FE870 !important;
}

#submitBut {
  text-align: center;
  display: none;
  background-color: #9FE870 !important;
  color: #28283C !important;
}

#submitButUpdate {
  text-align: center;
  background-color: #9FE870 !important;
  color: #163300;
  font-size: 18px;
  font-weight: 600;
  color: #28283C !important;
  border-radius: 12px;
  padding: 18px;
  width: 100%;
  max-width: 300px;
  cursor: pointer;
}

#AddProducts {
  text-align: center;
  background-color: #E1F8D3 !important;
  color: #163300;
  font-size: 18px;
  font-weight: 600;
  color: #5FAF2C !important;
  border-radius: 12px;
  padding: 18px;
  width: 100%;
  cursor: pointer;
  margin: 1rem 0rem 1.5rem 0rem !important;
}

.invcSlideOver {
  width: inherit;
  overflow: hidden;
}

.invcSlide {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1rem 5px;
  border: 0px dashed #ff0000;
  overflow: hidden;
  gap: 0px;
}
.invcSlide > div {
  width: 100%;
  flex: 0 0 100%; /* border:1px solid #b6ff00;*/
}

.inpComCon {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
  gap: 1rem;
  margin-bottom: 2rem;
}

.inputComponent {
  width: 100%;
  position: relative;
}
.inputComponent span {
  display: block;
  margin: 0rem 0px 0.5rem 0px;
  color: #28283C;
  font-size: 15px;
  font-weight: 500;
}
.inputComponent input[type=text], .inputComponent input[type=number], .inputComponent input[type=email], .inputComponent input[type=password], .inputComponent input[type=date], .inputComponent textarea {
  width: 100% !important;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  border: 1px solid #BCBCC3;
  box-sizing: border-box;
  color: #6F6F7C;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  font-family: "Inter", sans-serif;
}
.inputComponent label {
  position: absolute;
  width: 110px;
  border: 0px solid #ff0000 !important;
  z-index: 1;
  top: 50px; /* Üstten 10px mesafede */
  left: 32px;
}
.inputComponent select {
  width: 100%;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  border: 1px solid #BCBCC3;
  box-sizing: border-box;
  color: #6F6F7C;
  font-size: 15px;
  font-weight: 500;
  outline: none;
}
.inputComponent textarea {
  width: 100%;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  border: 1px solid #BCBCC3;
  box-sizing: border-box;
  color: #28283C;
  font-size: 18px;
  font-weight: 500;
  outline: none;
  font-family: inherit;
  font-size: inherit;
}

.editinvceTitle {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 0rem;
}
.editinvceTitle img {
  max-width: 250px;
  max-height: 40px;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.editinvceTitle span {
  color: #28283C;
  font-size: 24px;
  font-weight: 700;
}

.cardIcons {
  cursor: pointer;
  position: absolute;
  z-index: 99999;
  display: block;
  border: 0px solid #ff0000;
  right: 6px;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: 8px;
}
.cardIcons span:nth-child(1) {
  color: #6F6F7C;
  font-size: 15px;
  font-weight: 700;
}

.cardIconsContent {
  display: none;
  position: absolute;
  z-index: 99999;
  background-color: #f9f9f9;
  min-width: 92px;
  left: 0px;
  transform: translateX(-100%) translateY(-100%);
  padding: 6px 8px;
  z-index: 2;
  background-color: white;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
}
.cardIconsContent p {
  padding: 10px 0px 9px 9px;
  border-radius: 6px;
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 500;
}
.cardIconsContent p:hover {
  background-color: #f2f2f2;
}

.cardIcons:hover .cardIconsContent {
  display: block;
}

.prodInForm {
  position: relative;
  background-color: #F5F6F4;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.prodInForm > label {
  position: absolute;
  cursor: pointer;
  border: 0px solid #ff0000;
  height: 90px;
  width: 98%;
  top: 0px;
  z-index: 9999;
}

.prodTitAndArrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem; /*>div{border:1px solid #ff0000}*/
}

.prodTitB {
  color: #28283C;
  font-size: 16px;
  font-weight: 700;
}

.prodAmo {
  color: #6F6F7C;
  font-size: 15px;
  font-weight: 700;
}

.prodAmoandCheck {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 0.5rem 0px 0px 0px;
}

.prodConfirm, .prodCheck {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 0px solid #ff0000;
  padding-bottom: 2px;
}
.prodConfirm p, .prodCheck p {
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 500;
}

.prodConfirm img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(75%) saturate(945%) hue-rotate(34deg) brightness(94%) contrast(93%);
}
.prodConfirm p {
  color: #9FE870 !important;
}

.prodCheck img {
  width: 18px;
  filter: brightness(0) saturate(100%) invert(36%) sepia(30%) saturate(4116%) hue-rotate(329deg) brightness(102%) contrast(85%);
}
.prodCheck p {
  color: #EC4A5D !important;
}

.prodsForm {
  display: grid;
  grid-template-rows: 0fr;
  margin: 0rem 1rem;
  padding: 0rem 0px;
  border-top: 0px solid #E1E1E1;
}
.prodsForm > div {
  overflow: hidden;
}

.tabBtnCheck {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.tabBtnCheck:checked + div {
  transition: background-color linear 0.4s;
  background-color: #F5F6F4 !important;
}
.tabBtnCheck:checked + div .prodsForm {
  grid-template-rows: 1fr;
  padding: 1rem 1rem;
  margin: 1.5rem 0rem;
}
.tabBtnCheck:checked + div .refArrow img {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
}

.speedMenuCon {
  position: fixed;
  z-index: 999;
  right: 1.2rem;
  bottom: 2rem;
}
.speedMenuCon > ul li img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(10%) saturate(2098%) hue-rotate(201deg) brightness(93%) contrast(89%);
}
.speedMenuCon > ul li span {
  color: #28283C;
  font-size: 14px;
  font-weight: 500;
}

.speedMenuCheck {
  -webkit-appearance: none;
  appearance: none;
}
.speedMenuCheck:checked + label {
  background-color: #28283C;
  padding: 0.5rem;
  transition: 0.2s ease-out;
}
.speedMenuCheck:checked + label img {
  transform: rotate(135deg) scale(1.4);
  filter: brightness(0) saturate(100%) invert(100%) sepia(27%) saturate(271%) hue-rotate(240deg) brightness(104%) contrast(101%);
  transition: 0.2s ease-out;
}
.speedMenuCheck:checked + label + ul > li:nth-child(1) {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s ease-out;
  bottom: 11rem;
  transition-delay: 0s;
}
.speedMenuCheck:checked + label + ul > li:nth-child(2) {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s ease-out;
  bottom: 8rem;
  transition-delay: 0.2s;
}
.speedMenuCheck:checked + label + ul > li:nth-child(3) {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s ease-out;
  bottom: 5rem;
  transition-delay: 0.4s;
}
.speedMenuCheck:not(checked) + label {
  background-color: #9FE870;
  padding: 0.8rem;
  transition: 0.2s ease-out;
}
.speedMenuCheck:not(checked) + label img {
  transform: rotate(0deg);
  transition: 0.2s ease-in;
}
.speedMenuCheck:not(checked) + label + ul > li:nth-child(3) {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in;
  bottom: 3rem;
  transition-delay: 0s;
}
.speedMenuCheck:not(checked) + label + ul > li:nth-child(2) {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in;
  bottom: 3rem;
  transition-delay: 0.2s;
}
.speedMenuCheck:not(checked) + label + ul > li:nth-child(1) {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in;
  bottom: 3rem;
  transition-delay: 0.4s;
}

.speedMenuLabel {
  cursor: pointer;
  background-color: #9FE870;
  padding: 0rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
}
.speedMenuLabel img {
  width: 32px;
}

.speedMenuLabel + ul > li {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #9FE870;
  white-space: nowrap;
  position: absolute;
  padding: 0.5rem 1rem 0.5rem 0.8rem;
  gap: 10px;
  right: 0px;
  bottom: 3rem;
}

.logSignCon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.logSignCon > div {
  padding: 15px 20px;
  margin: 15px 0px;
  border-radius: 10px;
  cursor: pointer;
}
.logSignCon .loginBut {
  background-color: #9FE870;
  color: #163300;
  font-size: 14px;
  font-weight: 700;
}
.logSignCon .signUpBUt {
  background-color: #6651E9;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.logSignCon > div:hover {
  opacity: 0.7;
}

.logpopUpMain, .signUpMain {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  -ms-overflow-style: none; /* Internet Explorer and Edge */
  scrollbar-width: none; /* Firefox */
}
.logpopUpMain::-webkit-scrollbar, .signUpMain::-webkit-scrollbar {
  display: none;
}

.logpopUpMainContent, .signUpMainContent {
  background-color: #fefefe;
  display: flex;
  opacity: 1;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 20px;
  padding: 10px 15px;
  width: 100%;
  max-width: 550px;
  border: 1px solid #888;
  border-radius: 10px;
}
.logpopUpMainContent > div, .signUpMainContent > div {
  width: 100%;
}

#logClose, #signUpClose {
  text-align: right;
}
#logClose img, #signUpClose img {
  transform: rotate(-45deg);
  cursor: pointer;
  width: 32px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(87%) saturate(5665%) hue-rotate(343deg) brightness(92%) contrast(96%);
}

.loginOptions {
  padding: 0rem 1rem;
  transition: all 700ms;
  display: grid;
  grid-template-rows: 1fr;
  position: relative;
}
.loginOptions > div {
  padding: 0rem 1rem;
  overflow: hidden;
}

.loginTitle {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2rem 0px 2rem 0px;
  gap: 1rem;
  text-align: center;
}
.loginTitle span:first-child {
  color: #28283C;
  font-size: 24px;
  font-weight: 700;
}
.loginTitle span:last-child {
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 500;
}

.signButs > div {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 2px rgb(0, 0, 0);
  border-radius: 10px;
  width: 100%;
  padding: 15px;
  gap: 5px;
  margin-bottom: 1.5rem;
  cursor: pointer;
  transition: transform 0.3s;
}
.signButs > div span {
  display: inline-block;
  color: #28283C;
  font-size: 15px;
  font-weight: 700;
}
.signButs > div img {
  width: 24px;
  padding-bottom: 3px;
  filter: brightness(0) saturate(100%) invert(9%) sepia(4%) saturate(6850%) hue-rotate(201deg) brightness(96%) contrast(83%);
  transition: transform 0.2s;
}
.signButs > div:hover img {
  transform: scale(1.2);
}

.orDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 3rem 0rem;
  position: relative;
}
.orDiv > span {
  display: block;
  position: absolute;
  border: 1px solid #EAEAEB;
  background-color: #fff;
  border-radius: 30px;
  padding: 0.5rem;
  color: #28283C;
  font-size: 13px;
  font-weight: 700;
}
.orDiv hr {
  width: 100%;
}

#formIN {
  padding: 0rem 1rem;
  transition: all 700ms;
  display: grid;
  grid-template-rows: 0fr;
}
#formIN > div {
  padding: 0rem 1rem;
  overflow: hidden;
}

.signUp, .signUpFormBut, .signIn {
  width: 100%;
  padding: 22px 0px;
  gap: 5px;
  margin-bottom: 1.5rem;
  cursor: pointer;
  transition: transform 0.3s;
  text-align: center;
  bordeR: 3px solid #fff !important;
  background-color: #9FE870;
  border: 1px solid #9FE870;
  border-radius: 10px;
  color: #163300;
  font-size: 15px;
  font-weight: 700;
}
.signUp:hover, .signUpFormBut:hover, .signIn:hover {
  bordeR: 3px solid #163300 !important;
  transition: all 0.3s;
}

.loginLogos {
  width: 100%;
  height: 200px;
  border: 0px solid #ff0000 !important;
  position: relative;
}

.logosIcons {
  display: block;
  position: absolute;
  border: 1px solid #efefef;
  -webkit-box-shadow: 0px 0px 25px -7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 25px -7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 25px -7px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  padding: 8px;
}
.logosIcons img {
  object-fit: contain;
  width: 100%;
}

#signForm, #signUpForm {
  width: 100%;
  position: relative;
}

.forgot {
  cursor: pointer;
  right: 32px;
  top: 360px;
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 500;
}

.back {
  cursor: pointer;
  margin: 1rem 0;
}
.back img {
  transform: rotate(-180deg);
}

.logineyeOpClose {
  position: absolute;
  right: 15px;
  top: 40px;
  cursor: pointer;
}

.inpWarnings {
  display: flex;
  flex-direction: column;
}
.inpWarnings span {
  display: none;
  justify-content: flex-start;
  align-items: center;
  margin: 0px 0px 9px 0px;
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 500;
}
.inpWarnings span img {
  width: 18px;
  margin-right: 3px;
}
.inpWarnings span:last-child {
  margin-bottom: 25px;
}

#formUP {
  padding: 0rem 2rem;
}

.remember {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

#responseError {
  display: block;
  color: red;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 1em;
}

#responseError::first-letter {
  text-transform: uppercase; /* İlk harfi büyük yapar */
}

#responseError2 {
  display: block;
  color: red;
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 1em;
  width: 100%;
  text-align: center;
}

/* Small devices  */
@media only screen and (max-width: 767px) {
  .logSignCon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  .logSignCon > div {
    padding: 10px;
    margin: 10px 0px;
    border-radius: 10px;
    cursor: pointer;
  }
  .logSignCon .loginBut {
    background-color: #9FE870;
    color: #163300;
    font-size: 13px;
    font-weight: 700;
  }
  .logSignCon .signUpBUt {
    background-color: #6651E9;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
  }
}
.cashCon {
  background-color: #ffffff;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  padding: 1.4rem 1rem 1.4rem 1rem;
  width: 100%;
  position: relative;
  margin: 0.5rem 0rem 1.5rem 0rem;
}

.cashTab {
  display: grid;
  grid-template-columns: 7fr 5fr 4fr 3fr;
  grid-template-areas: "cashNameimg  whoAdd  cashStatus  cashBack";
}
.cashTab > div {
  align-self: center;
  justify-self: flex-start;
}

.cashNameimg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-area: cashNameimg;
}
.cashNameimg .cashbrandimg {
  margin-right: 0.5rem;
  bordeR: 1px solid #EAEAEB;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
}
.cashNameimg .cashbrandimg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cashinf {
  padding-top: 5px;
}
.cashinf > span {
  display: block;
}
.cashinf > span:nth-child(1) {
  color: #28283C;
  font-size: 20px;
  font-weight: 700;
}
.cashinf > span:nth-child(2) {
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 400;
}
.cashinf > span:nth-child(2) p {
  display: inline-block;
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 700;
}
.cashinf span:nth-child(3) {
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4rem;
}
.cashinf span:nth-child(3) img {
  vertical-align: middle;
  width: 14px;
  padding-bottom: 3px;
  opacity: 0.5;
}

.cashStatus {
  grid-area: cashStatus;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cashStatus .approved {
  padding: 5px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 16px;
  margin: 6px;
  background-color: #9FE870;
  max-width: none;
}
.cashStatus .approved p {
  color: #28283C !important;
  font-size: 13px;
  font-weight: 500;
}
.cashStatus .approved img {
  height: 22px;
  margin-right: 3px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(10%) saturate(2366%) hue-rotate(201deg) brightness(96%) contrast(86%) !important;
}
.cashStatus .pending {
  grid-area: pending;
  padding: 5px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 16px;
  margin: 6px;
  background-color: #F5F6F4;
}
.cashStatus .pending p {
  color: #28283C !important;
  font-size: 13px;
  font-weight: 500;
}
.cashStatus .pending img {
  height: 22px;
  margin-right: 3px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(10%) saturate(2366%) hue-rotate(201deg) brightness(96%) contrast(86%) !important;
}

.whoAdd {
  grid-area: whoAdd;
}
.whoAdd .who {
  padding: 5px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 16px;
  width: 100%;
  margin: 6px;
  font-size: 11.2px;
}
.whoAdd .who p {
  white-space: nowrap;
  color: #28283C !important;
  font-size: 13px;
  font-weight: 500;
  padding-right: 4px;
}

.cashBack {
  grid-area: cashBack;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cashBack img {
  background-color: #28283C;
  border-radius: 50%;
  margin: 0px 5px;
}
.cashBack span {
  color: #28283C !important;
  font-size: 18px;
  font-weight: 700;
}
.cashBack p {
  color: #6651E9 !important;
  font-size: 13px;
  font-weight: 500;
}

@media only screen and (max-width: 748px) {
  .cashTab {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "whoAdd  cashStatus" "cashNameimg    cashBack";
    grid-template-rows: 40%;
  }
  .cashTab > div {
    height: 100%;
    width: 100%;
  }
  .cashBack {
    justify-content: flex-end;
    align-items: center;
  }
  .cashStatus {
    width: 80px;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .cashStatus .approved {
    margin: 0px;
  }
  .whoAdd {
    grid-area: whoAdd;
  }
  .whoAdd .who {
    margin: 0px;
    padding: 0px 6px;
  }
  .pending {
    align-items: flex-start;
    margin: 0px !important;
  }
}
.profileBorder {
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  padding: 2rem;
}

.proimgAndEarned {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.proimg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.proimg > div:first-child {
  margin-right: 15px;
  display: grid;
  place-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #EAEAEB;
  overflow: hidden;
}
.proimg > div:first-child img {
  object-position: center center;
  object-fit: contain;
  height: 150px;
}
.proimg > div:last-child span {
  display: block;
  border-radius: 15px;
  width: auto;
}
.proimg > div:last-child .profileName {
  color: #28283C;
  font-size: 24px;
  font-weight: 700;
}
.proimg > div:last-child .profileMail, .proimg > div:last-child .profilePhone {
  color: #28283C;
  font-size: 14px;
  font-weight: 500;
  background-color: #EAEAEB;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 6px 15px;
  margin: 8px 0px 0px 0px;
}

.shopTrips {
  width: 100%;
}

.shopTripTitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #28283C;
  font-size: 18px;
  font-weight: 700;
  gap: 5px;
  margin: 3rem 0px 1rem 0px;
}
.shopTripTitle img {
  vertical-align: middle;
}

.table {
  display: grid;
  width: 100%;
  grid-template-columns: 3fr 4fr 2fr 2fr;
}
.table thead,
.table tbody,
.table tr {
  display: contents;
  text-align: left;
}
.table thead th {
  margin-bottom: 0px;
  border-bottom: 1px solid #EAEAEB;
  border-top: 1px solid #EAEAEB;
  padding: 10px 0px 10px 0px;
  color: #28283C;
  font-size: 14px;
  font-weight: 700;
}
.table tbody tr td {
  border-bottom: 1px solid #EAEAEB;
  padding: 10px 5px;
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 500;
}
.table tr:nth-child(2n+1) td {
  background-color: #F5F6F4;
}

.showAll {
  width: 100%;
  text-align: center;
  margin: 1.5rem 0px 2rem 0px;
}
.showAll a {
  text-decoration: none;
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 500;
}

.recomDeals {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EAEAEB;
  padding: 1rem 0px 2rem 0px;
  margin-bottom: 1rem;
}

.recDeal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.recDeal > div:first-child {
  padding: 10px;
  display: grid;
  place-content: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
  border: 1px solid #BCBCC3;
  border-radius: 50%;
  overflow: hidden;
}
.recDeal > div:first-child img {
  object-position: center;
  object-fit: contain;
  height: 100px;
}
.recDeal .recomDealsDet {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 1 auto;
}
.recDeal .recomDealsDet p:first-child > span {
  color: #5FAF2C;
  font-size: 16px;
  font-weight: 700;
}
.recDeal .recomDealsDet p:first-child > span:last-child {
  color: #6651E9 !important;
}
.recDeal .recomDealsDet p:nth-child(2) {
  margin: 0.6rem 0px 0.8rem 0px;
  color: #6F6F7C;
  font-size: 16px;
  font-weight: 500;
}
.recDeal .recomCoupon {
  display: flex;
  align-items: center;
  padding: 3px 10px 2px 10px;
  background-color: #F5F6F4;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 700;
}
.recDeal .recomCoupon img {
  padding-bottom: 1px;
  margin-right: 2px;
  width: 20px;
}

.recCashButton a {
  text-decoration: none;
}
.recCashButton a:hover {
  opacity: 0.6;
}
.recCashButton span {
  white-space: nowrap;
  display: flex;
  gap: 2px;
  justify-content: space-around;
  align-items: center;
  background-color: #9FE870;
  color: #28283C;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 16px;
}
.recCashButton span img {
  width: 20px;
  filter: brightness(0) saturate(100%) invert(12%) sepia(15%) saturate(1438%) hue-rotate(201deg) brightness(96%) contrast(89%);
}

.referFriendBut a {
  text-decoration: none;
}
.referFriendBut a:hover {
  opacity: 0.6;
}
.referFriendBut span {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  background-color: #6651E9;
  padding: 8px 18px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
.referFriendBut span img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(242%) hue-rotate(16deg) brightness(118%) contrast(100%);
}

@media only screen and (max-width: 767px) {
  .proimgAndEarned {
    flex-direction: column-reverse;
  }
  .profileBorder {
    padding: 1rem;
  }
  .referFriendBut {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
  }
  .referFriendBut a {
    display: block;
    max-width: 170px;
  }
  .referFriendBut span {
    padding: 6px 12px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
  }
  .referFriendBut span img {
    width: 18px;
  }
  .recDeal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  }
  .recDeal > div:first-child {
    display: none;
  }
}
.workTabCon {
  background-color: #ffffff;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  padding: 1.4rem 1rem 1.4rem 1rem;
  width: 100%;
  position: relative;
  margin: 0.5rem 0rem 1.5rem 0rem;
}
.workTabCon .workTab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.workTabCon .workTab .workNameimg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
}
.workTabCon .workTab .workimg {
  margin-right: 0.7rem;
  border: 1px solid #EAEAEB;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  display: grid;
  place-content: center;
  overflow: hidden;
}
.workTabCon .workTab .workimg img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.workTabCon .workTab .workinf {
  padding-top: 5px;
}
.workTabCon .workTab .workinf > span {
  display: block;
}
.workTabCon .workTab .workinf > span:nth-child(1) {
  color: #28283C;
  font-size: 20px;
  font-weight: 700;
}
.workTabCon label {
  position: absolute;
  cursor: pointer;
  border: 0px solid #ff0000;
  height: 90px;
  width: 98%;
  top: 0px;
}

.workTabCon:hover {
  background-color: #F5F6F4;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
}

/* label ve checkboxlara  javascriptle birlikte accordeon yapı kazandırdık  */
.workDetail {
  display: grid;
  grid-template-rows: 0fr;
  border: 0px solid #F5F6F4;
  transition: all 0.5s ease;
  padding: 0rem 0rem;
  margin: 0rem 0rem;
}
.workDetail > div {
  overflow: hidden;
  padding: 0rem 0rem 0rem 0rem;
}

.workButtonCheckbox {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.workButtonCheckbox:checked + div {
  transition: background-color linear 0.4s;
  background-color: #F5F6F4 !important;
}
.workButtonCheckbox:checked + div .workDetail {
  grid-template-rows: 1fr;
  padding: 1rem 1rem;
  margin: 1.5rem 0rem;
  background-color: #ffffff;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
}
.workButtonCheckbox:checked + div .refArrow img {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
}

.refArrow img {
  -webkit-transition: -webkit-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
  width: 20px;
  filter: brightness(0) saturate(100%) invert(36%) sepia(71%) saturate(5802%) hue-rotate(240deg) brightness(97%) contrast(87%);
}

/* label ve checkboxlara  javascriptle birlikte accordeon yapı kazandırdık  */
.workTitleRow {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 0.5rem 0rem 0.6rem 0rem;
  border-bottom: 1px solid #EAEAEB;
}
.workTitleRow > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}

.workDetTitle {
  margin-right: auto;
  color: #28283C;
  font-size: 24px;
  font-weight: 700;
}

.cashRef {
  display: flex;
  justify-content: flex-start;
  align-items: top;
  padding: 16px 38px 10px 18px;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  background-color: #ffffff;
}
.cashRef > div:first-child {
  width: 15px;
  height: 15px;
  bordeR: 1px solid #E1E1E1;
  border-radius: 50%;
}
.cashRef span {
  display: block;
  margin: 0px 0px 5px 5px;
}
.cashRef span:first-child {
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 500;
}
.cashRef span:last-child {
  color: #28283C;
  font-size: 18px;
  font-weight: 700;
}

.wDelete a > img {
  width: 20px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(73%) saturate(7217%) hue-rotate(358deg) brightness(91%) contrast(123%);
}
.wDelete a:hover {
  opacity: 0.5;
}

.inviteMem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #6651E9;
  padding: 6px 18px 6px 13px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}
.inviteMem img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(214deg) brightness(101%) contrast(100%);
}

.wMembersCon {
  display: grid;
  gap: 22px;
  row-gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  padding-top: 1rem;
}

.wMembers {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  padding: 1rem;
  position: relative;
}

.wProimg {
  margin-right: 0.7rem;
  border: 1px solid #EAEAEB;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  display: grid;
  place-content: center;
  overflow: hidden;
  flex: 0 0 auto;
}
.wProimg img {
  width: 82px;
  -o-object-fit: cover;
  object-fit: cover;
}

.wName span {
  display: block;
}
.wName span:first-child {
  color: #28283C;
  font-size: 18px;
  font-weight: 700;
}
.wName span:last-child {
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 400;
}

.threeDots {
  position: absolute;
  z-index: 999;
  right: 8px;
  top: 3px;
  cursor: pointer;
  width: 20%;
  text-align: right;
}

.threeDots:hover .wUpdateMem {
  display: block;
}

.wUpdateMem {
  display: none;
  position: absolute;
  right: 0px;
  background-color: #ffffff;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  padding: 0.7rem;
}
.wUpdateMem a {
  text-decoration: none;
}
.wUpdateMem a span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  color: #28283C;
  font-size: 14px;
  font-weight: 500;
}
.wUpdateMem a span img {
  width: 20px;
  margin-right: 5px;
}
.wUpdateMem a:last-child span {
  color: #EC4A5D !important;
}
.wUpdateMem a:last-child span img {
  width: 20px;
  margin-right: 5px;
  filter: brightness(0) saturate(100%) invert(38%) sepia(22%) saturate(6658%) hue-rotate(330deg) brightness(94%) contrast(96%);
}
.wUpdateMem a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 670px) {
  .workimg {
    display: none !important;
  }
  .workTabCon div { /*border:1px solid #ff0000*/ }
  .workTab {
    gap: 3px !important;
  }
  .workTab > div:first-child {
    flex: 6 !important;
    justify-content: flex-start;
  }
  .workTab > div:nth-child(2) {
    padding: 10px;
  }
  .workTab > div:nth-child(3) {
    padding: 10px;
  }
  .workTitleRow {
    gap: 8px;
  }
  .workTitleRow > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
  }
  .inviteMem {
    padding: 6px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
  }
  .inviteMem a > span {
    display: none !important;
  }
  .workinf > span:nth-child(1) {
    color: #28283C;
    font-size: 15px !important;
    font-weight: 700;
  }
  .cashRef {
    padding: 6px;
  }
  .cashRef > div:first-child {
    width: 8px;
    height: 8px;
    bordeR: 0px solid #E1E1E1;
    border-radius: 50%;
  }
  .cashRef span {
    display: block;
    margin: 0px 0px 5px 5px;
  }
  .cashRef span:first-child {
    color: #6F6F7C;
    font-size: 13px;
    font-weight: 500;
  }
  .cashRef span:last-child {
    color: #28283C;
    font-size: 13px;
    font-weight: 700;
  }
}
.searchCon {
  display: none;
  position: absolute;
  border: 1px solid #EAEAEB;
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  max-height: 550px;
  overflow-y: scroll;
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem 2.3rem 1rem 1.9rem;
  z-index: 9999;
}
.searchCon::-webkit-scrollbar {
  width: 8px;
}
.searchCon::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.searchCon::-webkit-scrollbar-thumb {
  background: #b0b0b0;
  border-radius: 10px;
}
.searchCon::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.searchRows {
  position: relative;
  border-bottom: 1px solid #EAEAEB;
  margin-bottom: 1.5rem;
}
.searchRows a {
  text-decoration: none;
}
.searchRows a:hover {
  text-decoration: underline;
}

.searchTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchTitle span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  color: #28283C;
  font-size: 14px;
  font-weight: 700;
}
.searchTitle span img {
  width: 20px;
}

.sgrey {
  color: #6F6F7C !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.searchHistory {
  margin: 9px 0px 9px 0px;
  overflow: auto;
  position: relative;
}
.searchHistory::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.searchHistory .inner-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 0rem 0px 0.5rem 14px;
}
.searchHistory .inner-container > div:last-child {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.searchHistory .inner-container > div:last-child::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 2em;
}

.lefter {
  position: absolute;
  z-index: 9;
  left: -12px;
  display: none;
  justify-content: center;
  flex-direction: column;
  height: calc(100% - 32px);
  cursor: pointer;
}
.lefter img {
  transform: rotate(-180deg);
}

.righter {
  position: absolute;
  z-index: 9;
  right: -12px;
  display: none;
  justify-content: center;
  flex-direction: column;
  height: calc(100% - 32px);
  cursor: pointer;
}

.leftRightSpan {
  background-color: white;
  padding: 4px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#sHis a > div {
  border-radius: 10px;
  flex: 0 0 auto;
  background-color: #F5F6F4;
  padding: 4px 8px;
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 400;
}

#sPop a > div {
  border-radius: 10px;
  flex: 0 0 auto;
  background-color: #F0EEFD;
  padding: 4px 8px;
  color: #6651E9;
  font-size: 14px;
  font-weight: 400;
}

#sBestSelStore > div, #sStores > div {
  padding: 0.8rem 1.2rem 0.8rem 0.8rem;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: end;
  flex: 0 0 auto;
  border: 1px solid #EAEAEB;
}
#sBestSelStore a, #sStores a {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-start;
  gap: 6px;
}
#sBestSelStore .sbrimg, #sStores .sbrimg {
  display: grid;
  place-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #EAEAEB;
  padding: 10px;
  border-radius: 50%;
}
#sBestSelStore .sbrimg img, #sStores .sbrimg img {
  object-fit: contain;
  width: 100%;
}
#sBestSelStore .sbdet span, #sStores .sbdet span {
  display: flex;
  align-items: center;
}
#sBestSelStore .sbdet span img, #sStores .sbdet span img {
  padding-bottom: 3px;
  margin: 2px 0;
}
#sBestSelStore .sbdet span:first-child, #sStores .sbdet span:first-child {
  color: #28283C;
  font-size: 16px;
  font-weight: 700;
}
#sBestSelStore .sbdet span:last-child, #sStores .sbdet span:last-child {
  color: #6651E9;
  font-size: 14px;
  font-weight: 500;
}

#sDeals > div, #sProducts > div {
  border-radius: 10px;
  flex: 0 0 auto;
  width: 100%;
  max-width: 280px;
}
#sDeals > div span, #sProducts > div span {
  color: #28283C;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: 0.8rem 0px;
  line-height: 1.2rem;
}
#sDeals .sDealLogo, #sProducts .sDealLogo {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  display: grid;
  place-content: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
}
#sDeals .sDealLogo img, #sProducts .sDealLogo img {
  object-fit: contain;
}
#sDeals .sDealimg, #sProducts .sDealimg {
  position: relative;
  height: 140px;
  overflow: hidden;
  display: grid;
  place-content: center;
  border-radius: 10px;
}
#sDeals .sDealimg img, #sProducts .sDealimg img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#sDeals .sDcash, #sProducts .sDcash {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #6651E9;
  font-size: 14px;
  font-weight: 500;
}

cb {
  margin: 3px;
  color: #6651E9;
  font-weight: 700;
}

.referTabCon {
  background-color: #ffffff;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  padding: 2.4rem 3rem;
  width: 100%;
  position: relative;
  margin: 0.5rem 0rem 3.5rem 0rem;
}

.referCols {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 3rem;
}
.referCols > div {
  border: 0px solid #ff0000;
  flex: 5;
}

.vLine {
  flex: 1 !important;
  position: relative;
  border-left: 0px solid #EAEAEB;
  min-height: 100%;
}

.vl {
  border-left: 1px solid #BCBCC3;
  height: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  margin-left: 0px;
  top: 0;
}

.mailInvite {
  width: 100%;
  max-width: 700px;
  margin-bottom: 3rem;
}
.mailInvite form {
  width: 100%;
}
.mailInvite span {
  display: block;
  color: #28283C;
  font-size: 18px;
  font-weight: 700;
  padding: 1rem 0px;
}
.mailInvite span img {
  vertical-align: middle;
}
.mailInvite input[type=text] {
  color: #28283C;
  font-size: 15px;
  font-weight: 500;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #BCBCC3;
  outline: none;
  width: calc(100% - 78px);
}
.mailInvite input[type=password] {
  color: #28283C;
  font-size: 15px;
  font-weight: 500;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #BCBCC3;
  outline: none;
  width: calc(100% - 78px);
}
.mailInvite button {
  padding: 1rem;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #BCBCC3;
  outline: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  background-color: #6651E9;
}
.mailInvite button:hover {
  opacity: 0.7;
}
.mailInvite .inpwithBut {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
}

.copySha {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}
.copySha > div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  gap: 5px;
  cursor: pointer;
  background-color: #9FE870;
  padding: 0px 16px !important;
  border-radius: 10px;
}
.copySha > div img {
  width: 20px;
}
.copySha > div span {
  color: #28283C;
  font-size: 14px !important;
  font-weight: 500;
}
.copySha > div:hover {
  opacity: 0.6;
}

.wRadioCon > div {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background-color: #F5F6F4;
  padding: 0px 1rem;
  margin-bottom: 10px;
}
.wRadioCon > div span {
  color: #28283C;
  font-size: 15px;
  font-weight: 700;
}
.wRadioCon > div label {
  position: absolute;
  width: 95%;
  height: 100%;
  cursor: pointer;
}
.wRadioCon > div input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  transform: translateY(0);
  display: grid;
  place-content: center;
}
.wRadioCon > div input[type=radio]::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: scale(0);
  transition: 160ms transform ease-in-out;
  border: 6px solid #9FE870;
  background-color: #000;
}
.wRadioCon > div input[type=radio]:checked::before {
  transform: scale(1);
}
.wRadioCon > div:hover {
  background-color: #e2e2e2;
}

@media only screen and (max-width: 767px) {
  .referCols {
    flex-direction: column;
  }
  .referTabCon {
    padding: 1rem;
  }
}
.sTitles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0px;
}
.sTitles span {
  color: #28283C;
  font-size: 18px;
  font-weight: 700;
}
.sTitles span a {
  color: #6F6F7C;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.sTitles span img {
  vertical-align: middle;
}

.storeResults {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  row-gap: 1rem;
  gap: 1rem;
  margin-bottom: 2rem;
}
.storeResults a {
  text-decoration: none;
}
.storeResults a:hover {
  opacity: 0.6;
}
.storeResults a > div {
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
}
.storeResults a > div span {
  display: block;
}
.storeResults .simg {
  margin-right: 0.8rem;
  display: grid;
  place-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid #EAEAEB;
  padding: 6px;
  border-radius: 50%;
}
.storeResults .simg img {
  object-fit: contain;
  width: 100%;
}
.storeResults .sBrandCash span:first-child {
  color: #28283C;
  font-size: 16px;
  font-weight: 700;
}
.storeResults .sBrandCash span:last-child {
  margin: 5px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #6651E9;
  font-size: 24px;
  font-weight: 700;
}
.storeResults .sBrandCash span:last-child p {
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 400;
}

.sDeas {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  row-gap: 1rem;
  gap: 1rem;
}
.sDeas a {
  text-decoration: none;
}
.sDeas a:hover {
  opacity: 0.6;
}
.sDeas a > div {
  border-radius: 10px;
  margin-bottom: 1em;
}
.sDeas a > div span {
  color: #28283C;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: 0.5rem 0px;
  line-height: 1.2rem;
}
.sDeas .sDealLogo {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  display: grid;
  place-content: center;
  width: 48px;
  height: 48px;
  padding: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.sDeas .sDealLogo img {
  object-fit: contain;
}
.sDeas .sDealimg {
  position: relative;
  height: 140px;
  overflow: hidden;
  display: grid;
  place-content: center;
  border-radius: 10px;
}
.sDeas .sDealimg img {
  object-fit: contain;
  width: 100%;
}
.sDeas .sDcash {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #6651E9;
  font-size: 14px;
  font-weight: 500;
}

.sProducts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(305px, 1fr));
  gap: 26px;
}
.sProducts a {
  text-decoration: none;
}
.sProducts a > div {
  border: 0px solid #ff0000 !important;
  margin: 2rem 0px;
}
.sProducts a > div > img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.sProducts a > div span {
  display: block;
}
.sProducts a > div span:nth-child(2) { /** öncesinde img olduğu için nth-child(2)'den başladık **/
  color: #28283C;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0px;
  padding: 0px 5px;
}
.sProducts a > div span:nth-child(3) {
  margin: 10px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #6651E9;
  font-size: 24px;
  font-weight: 700;
}
.sProducts a > div span:nth-child(3) p {
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 400;
  padding-left: 2px;
}
.sProducts a > div span:nth-child(3) > img {
  vertical-align: middle;
  margin-right: 2px;
  padding-bottom: 1px;
}
.sProducts a:hover > div > img {
  opacity: 0.5;
}

/* Small devices  */
@media only screen and (max-width: 767px) {
  .sProducts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .sProducts a {
    text-decoration: none;
  }
  .sProducts a > div {
    border: 0px solid #ff0000 !important;
    margin: 0rem 0px;
  }
  .sProducts a > div span:nth-child(2) { /** öncesinde img olduğu için nth-child(2)'den başladık **/
    color: #28283C;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0px;
    padding: 0px 0px;
  }
  .sProducts a > div span:nth-child(3) {
    color: #6651E9;
    font-size: 18px;
    font-weight: 700;
  }
  .sProducts a > div span:nth-child(3) p {
    color: #6F6F7C;
    font-size: 13px;
    font-weight: 400;
    padding-left: 2px;
  }
  .sDeas {
    grid-template-columns: 1fr 1fr;
  }
  .storeResults {
    grid-template-columns: 1fr 1fr;
  }
  .storeResults .sBrandCash span:first-child {
    color: #28283C;
    font-size: 14px;
    font-weight: 700;
  }
  .storeResults .sBrandCash span:last-child {
    margin: 5px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #6651E9;
    font-size: 18px;
    font-weight: 700;
  }
  .storeResults .sBrandCash span:last-child p {
    color: #6F6F7C;
    font-size: 10.4px;
    font-weight: 400;
  }
}
.flip-card {
  background-color: transparent;
  width: 200px;
  height: 200px;
  perspective: 1000px;
  margin: 0px auto;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 2s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

/*.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);

}*/
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: white;
  color: white;
  transform: rotateY(180deg);
  padding: 1.5rem;
  display: grid;
  place-content: center;
}
.flip-card-back img {
  width: 100%;
}

.direcitonDet {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
.direcitonDet span {
  display: block;
}
.direcitonDet span:first-child {
  color: #28283C;
  font-size: 38.4px;
  font-weight: 700;
}
.direcitonDet span:nth-child(2) {
  color: #6F6F7C;
  font-weight: 400;
  margin: 0.5rem 0rem 2rem 0rem;
}
.direcitonDet a {
  text-decoration: none;
}
.direcitonDet a > span:first-child {
  color: #6651E9;
  font-size: 18px;
  font-weight: 700;
}
.direcitonDet a > span:first-child img {
  vertical-align: middle;
  filter: invert(27%) sepia(70%) saturate(3023%) hue-rotate(239deg) brightness(96%) contrast(91%);
}

.walletTabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  cursor: pointer;
  margin-bottom: 3em;
}
.walletTabs a {
  text-decoration: none;
  display: block;
  width: 100%;
}
.walletTabs a:hover > div {
  opacity: 1 !important;
}
.walletTabs div {
  flex: 1;
  border-bottom: 2px solid #28283C;
  padding: 6px 20px 6px 0px;
  text-align: left;
  color: #28283C;
  font-size: 18px;
  font-weight: 700;
}
.walletTabs div:not(:first-child) {
  opacity: 0.4;
}

.wCashBack {
  margin-top: 2rem;
}

.wGain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wDollarInfo {
  grid-area: wDollarInfo;
}
.wDollarInfo span {
  display: block;
}

.winfo {
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 500;
}
.winfo img {
  vertical-align: middle;
  width: 18px;
  filter: brightness(0) saturate(100%) invert(45%) sepia(12%) saturate(312%) hue-rotate(201deg) brightness(94%) contrast(92%);
}

.wDollar {
  color: #28283C;
  font-size: 28px;
  font-weight: 700;
  margin: 5px 0px 7px 0px;
}

.wlastPeriod {
  color: #6651E9;
  font-size: 14px;
  font-weight: 500;
}

.wProgressCon {
  grid-area: wProgressCon;
  padding: 0px 3rem;
  width: 100%;
  max-width: 400px;
}
.wProgressCon .wReamTime {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5em;
}
.wProgressCon .wReamTime span {
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 500;
}
.wProgressCon .wProgressback {
  position: relative;
  background-color: #E1E1E1;
  height: 10px;
  width: 100%;
  border-radius: 20px;
}
.wProgressCon .wProGreen {
  position: absolute;
  background-color: #9FE870;
  height: 100%;
  border-radius: 20px;
}

.transfer {
  grid-area: transfer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 500;
}
.transfer span {
  display: grid;
  place-content: center;
  border: 1px solid #E1E1E1;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-bottom: 5px;
}

.wTransaction {
  margin: 0rem 0px 3rem 0px;
}
.wTransaction .totalAmountAndPaypal {
  margin: 0rem 0px 2.5rem 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*> div {
      border: 1px solid #ff0000 !important;
  }*/
}
.wTransaction .totalAmountAndPaypal .totalAmount span {
  display: block;
  margin-bottom: 0.1rem;
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 500;
}
.wTransaction .totalAmountAndPaypal .totalAmount h2 {
  font-weight: 700;
  font-size: 28px;
}
.wTransaction .totalAmountAndPaypal .addPaypal {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F5F6F4;
  padding: 0.8rem 1rem 1rem 1rem;
  border-radius: 16px;
  gap: 0.6rem;
}
.wTransaction .totalAmountAndPaypal .addPaypal p {
  display: block;
  margin-top: 5px;
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 500;
}
.wTransaction .totalAmountAndPaypal .addPaypal .payButs {
  position: absolute;
  right: 14px;
  display: flex;
  top: 14px;
  gap: 0.4rem;
}
.wTransaction .totalAmountAndPaypal .addPaypal .payButs > div {
  cursor: pointer;
}
.wTransaction .totalAmountAndPaypal .addPaypal .payButs #updtPaypal {
  filter: brightness(0) saturate(100%) invert(51%) sepia(71%) saturate(3699%) hue-rotate(178deg) brightness(99%) contrast(108%);
}
.wTransaction .totalAmountAndPaypal .addPaypal .payButs #delPaypal {
  filter: brightness(0) saturate(100%) invert(25%) sepia(99%) saturate(6742%) hue-rotate(1deg) brightness(84%) contrast(128%);
}
.wTransaction .wTransTitle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.wTransaction .wTransTitle span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #28283C;
  font-size: 16px;
  font-weight: 700;
}
.wTransaction .wTransTitle a {
  text-decoration: none;
}
.wTransaction .wTransTitle a span {
  color: #6F6F7C;
  font-size: 15px;
  font-weight: 500;
}
.wTransaction .wTransTitle a img {
  vertical-align: middle;
  opacity: 0.5;
}

.wTransDet {
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}

.wUser {
  margin: 0.2rem 0px 0.5rem 0px;
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 500;
}
.wUser span {
  color: #28283C;
  font-size: 15px;
  font-weight: 700;
}
.wUser img {
  vertical-align: middle;
}

.wTransBrand {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wTransBrand .wLogoTime {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.wTransBrand .wLogoTime > div:first-child {
  width: 62px;
  height: 62px;
  flex-shrink: 0;
  display: grid;
  place-content: center;
  border: 1px solid #EAEAEB;
  border-radius: 50%;
  padding: 9px;
  margin-right: 5px;
}
.wTransBrand .wLogoTime > div:first-child img {
  object-fit: contain;
  width: 100%;
}
.wTransBrand .wBrandDate span, .wTransBrand .wCashStatus span {
  display: block;
}
.wTransBrand .wBrandDate span:first-child, .wTransBrand .wCashStatus span:first-child {
  padding-bottom: 5px;
  color: #28283C;
  font-size: 15px;
  font-weight: 500;
}
.wTransBrand .wBrandDate span:first-child ~ span, .wTransBrand .wCashStatus span:first-child ~ span {
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.wTransBrand .wCashStatus {
  text-align: right;
}
.wTransBrand .wCashStatus .wApproved {
  color: #5FAF2C !important;
}

.wRefTransactions {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.wRefTransactions span {
  display: block;
}
.wRefTransactions span:first-child {
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.wRefTransactions span:first-child ~ span {
  padding-bottom: 5px;
  color: #5FAF2C;
  font-size: 16px;
  font-weight: 700;
}

.wChartCon {
  margin: 3rem 0px 3rem 0px;
  padding: 1.5rem 0.5rem;
  position: relative;
  background-color: #F5F6F4;
  border-radius: 10px;
}

.wOverviewTime {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 1rem;
}
.wOverviewTime span {
  display: block;
  color: #28283C;
  font-size: 16px;
  font-weight: 700;
}

.woptionCon #timeSelect {
  border-radius: 10px;
  padding: 2px 6px;
  line-height: 20px;
  color: #6F6F7C;
  font-size: 16px;
  font-weight: 700;
}

.wTimeArrows {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0px 1rem;
  margin: 1rem 0px;
}
.wTimeArrows > div {
  display: grid;
  place-content: center;
  padding: 6px;
  border-radius: 26px;
  background-color: white;
  border: 1px solid #EAEAEB;
  cursor: pointer;
}
.wTimeArrows > div img {
  width: 28px;
}
.wTimeArrows .wLeft img {
  transform: rotate(180deg);
}
.wTimeArrows span {
  color: #28283C;
  font-size: 16px;
  font-weight: 700;
}

.labelEye {
  position: relative;
  display: grid;
  place-content: center;
  cursor: pointer;
  border: 1px solid #EAEAEB;
  background-color: #F5F6F4;
  padding: 6px;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  /* .cloEye{opacity:0;}
   input[type=checkbox]:checked +.opEye{ opacity:0;     }
   input[type=checkbox]:checked +.opEye +.cloEye{opacity:1;     }*/
}
.labelEye img {
  width: 30px;
  position: absolute;
  top: 3px;
  left: 2px;
  transition: 0.2s ease;
}
.labelEye .opEye {
  opacity: 1;
}
.labelEye .cloEye {
  opacity: 0;
}

.labelFilter {
  position: relative;
  display: grid;
  place-content: center;
  cursor: pointer;
  border: 1px solid #EAEAEB;
  background-color: #F5F6F4;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  /*input[type=checkbox]:checked +.filt{ opacity:0;     }
  input[type=checkbox]:checked +.filt +.filtered{opacity:1;     }*/
}
.labelFilter img {
  width: 28px;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: 0.2s ease;
}
.labelFilter .filtered {
  opacity: 0;
}

.wSearchFilter {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem;
  gap: 0.5rem;
}
.wSearchFilter .wfilter {
  position: relative;
  cursor: pointer;
  display: grid;
  place-content: center;
  border: 1px solid #BCBCC3;
  padding: 6px;
  border-radius: 10px;
  width: 36px;
  height: 36px;
}
.wSearchFilter .wSearch {
  position: relative;
  width: 100%;
  max-width: 350px;
}
.wSearchFilter .wSearch input {
  display: grid;
  place-content: center;
  border: 1px solid #BCBCC3;
  padding: 6px 32px;
  border-radius: 10px;
  height: 36px;
  width: 100%;
  color: #28283C;
  font-size: 15px;
  font-weight: 500;
}
.wSearchFilter .wSearch input::placeholder {
  color: #a0a0a0;
}
.wSearchFilter .wSearch input::-ms-input-placeholder {
  color: #a0a0a0;
}
.wSearchFilter .wSearch input:focus {
  outline: auto;
  outline-color: #9FE870;
}
.wSearchFilter .wSearch label {
  position: absolute;
  top: 8px;
  left: 8px;
  cursor: pointer;
}
.wSearchFilter .wSearch label img {
  width: 20px;
  filter: brightness(0) saturate(100%) invert(74%) sepia(1%) saturate(2899%) hue-rotate(202deg) brightness(90%) contrast(69%);
}

.timeButtons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  align-items: center;
  gap: 1rem;
  margin: 2rem 0rem;
}
.timeButtons div {
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #EAEAEB;
  background-color: #F5F6F4;
  color: #28283C;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 12px;
  transition: 0.4s;
}
.timeButtons div:hover {
  background-color: #9FE870 !important;
}

.wPopFilterFormMain {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  -ms-overflow-style: none; /* Internet Explorer and Edge */
  scrollbar-width: none; /* Firefox */
}
.wPopFilterFormMain::-webkit-scrollbar {
  display: none;
}

.wPopFilterFormCon {
  background-color: #fefefe;
  display: flex;
  opacity: 1;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 20px;
  padding: 20px 30px;
  width: 100%;
  max-width: 550px;
  border: 1px solid #888;
  border-radius: 10px;
}
.wPopFilterFormCon > div {
  width: 100%;
}

#wPopClose {
  text-align: right;
}
#wPopClose img {
  transform: rotate(-45deg);
  cursor: pointer;
  width: 32px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(87%) saturate(5665%) hue-rotate(343deg) brightness(92%) contrast(96%);
}

.wpopFormRows {
  width: 100%;
  gap: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 2rem;
}
.wpopFormRows > div {
  flex: 1;
}
.wpopFormRows > div label {
  display: block;
  margin-bottom: 0.5rem;
  color: #28283C;
  font-size: 15px;
  font-weight: 700;
}
.wpopFormRows > div input[type=number], .wpopFormRows > div input[type=text], .wpopFormRows > div input[type=date], .wpopFormRows > div input[type=email] {
  border: 1px solid #BCBCC3;
  padding: 22px 16px;
  border-radius: 10px;
  height: 36px;
  width: 100%;
  color: #28283C;
  font-size: 15px;
  font-weight: 500;
  color: #6F6F7C;
  font-size: 15px;
  font-weight: 500;
}
.wpopFormRows > div input[type=number]::placeholder, .wpopFormRows > div input[type=text]::placeholder, .wpopFormRows > div input[type=date]::placeholder, .wpopFormRows > div input[type=email]::placeholder {
  color: #a0a0a0;
}
.wpopFormRows > div input[type=number]::-ms-input-placeholder, .wpopFormRows > div input[type=text]::-ms-input-placeholder, .wpopFormRows > div input[type=date]::-ms-input-placeholder, .wpopFormRows > div input[type=email]::-ms-input-placeholder {
  color: #a0a0a0;
}
.wpopFormRows > div input[type=number]:focus, .wpopFormRows > div input[type=text]:focus, .wpopFormRows > div input[type=date]:focus, .wpopFormRows > div input[type=email]:focus {
  outline-color: #9FE870;
}
.wpopFormRows > div input[type=number] {
  -moz-appearance: textfield;
}
.wpopFormRows > div input[type=number]::-webkit-outer-spin-button, .wpopFormRows > div input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wpopSelectBoxes {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wpopSelectBoxes input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  /* Not removed via appearance */
  margin: 0;
  width: 1.5em;
  height: 1.5em;
  border: 0.15em solid #BCBCC3;
  border-radius: 0.25em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.wpopSelectBoxes input[type=checkbox]::before {
  content: "";
  width: 0.95em;
  height: 0.95em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
.wpopSelectBoxes input[type=checkbox]:checked::before {
  transform: scale(1);
}
.wpopSelectBoxes input[type=checkbox]:checked {
  background-color: greenyellow;
}

.wPopFormBut {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.wPopFormBut div {
  cursor: pointer;
  flex: 1;
  text-align: center;
  border: 2px solid #EAEAEB;
  padding: 1rem 2rem;
  border-radius: 10px;
  color: #6F6F7C;
  font-size: 16px;
  font-weight: 500;
}
.wPopFormBut input[type=submit] {
  cursor: pointer;
  flex: 1;
  border: 2px solid #EAEAEB;
  padding: 1rem 2rem;
  border-radius: 10px;
  color: #6F6F7C;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .wChartCon {
    margin: 0rem 0px 0px 0px;
  }
  .wChartCon .wOverviewTime {
    padding: 0px 0rem;
  }
  .walletTabs {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0em;
    gap: 1rem;
  }
  .walletTabs div {
    border-bottom: 2px solid #EAEAEB;
    margin: 0px;
    padding: 6px 6px 6px 0px;
    text-align: center;
    color: #28283C;
    font-size: 18px;
    font-weight: 700;
  }
  .wGain {
    display: grid;
    grid-template-areas: "wDollarInfo transfer" "wProgressCon wProgressCon";
  }
  .wGain > div { /* border: 1px solid #ff0000; width:100%;*/ }
  .transfer {
    align-items: end;
  }
  .wProgressCon {
    display: flex;
    flex-direction: column-reverse;
    grid-area: wProgressCon;
    padding: 0px 0rem;
    width: 100%;
    max-width: none;
    margin: 1.5rem 0px;
  }
  .wProgressCon .wReamTime {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5em;
  }
  .wTransDet {
    padding: 1rem 1rem;
    margin-bottom: 1rem;
  }
  .wSearchFilter {
    margin-top: 1rem;
  }
  .wSearchFilter .wSearch {
    width: 100%;
    max-width: 100%;
  }
  .wSearchFilter .wSearch input {
    display: grid;
    place-content: center;
    border: 1px solid #BCBCC3;
    padding: 6px 32px;
    border-radius: 10px;
    height: 36px;
    width: 100%;
  }
  .timeButtons {
    grid-template-columns: repeat(auto-fit, minmax(34px, 1fr));
    gap: 0.5rem;
  }
  .timeButtons div {
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #EAEAEB;
    background-color: #F5F6F4;
    color: #28283C;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    transition: 0.4s;
  }
}
a:hover {
  text-decoration: none;
}

header,
.demo,
.demo p {
  margin: 4em 0;
  text-align: center;
}

/**
 * Tooltip Styles
 */
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 17px;
  width: 180px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #000;
  background-color: hsla(0deg, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0deg, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
  border-radius: 12px !important;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.6em 1em;
  position: relative;
  border-radius: 12px !important;
  background-color: #F5F6F4;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
  border-radius: 12px !important;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
  border-radius: 12px !important;
  outline: none;
}

.ui-dialog .ui-dialog-buttonpane button:first-child {
  opacity: 0.5;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)"; /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../lib/img/icons/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../lib/img/icons/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../lib/img/icons/ui-icons_777777_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../lib/img/icons/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.4;
  -ms-filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/*@import '../scss/profileEdit.scss';*/
::placeholder {
  color: #6F6F7C;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #6F6F7C;
}

form.example {
  display: flex;
  justify-content: center;
  align-items: top;
}

form.example input[type=text] {
  padding: 14px;
  font-size: 15px;
  border: 1px solid #8B8B8B;
  width: 94%;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

form.example button {
  padding: 9px;
  background: #6651E9;
  color: white;
  height: 48px;
  width: 48px;
  border: 1px solid #6651E9;
  border-left: none;
  cursor: pointer;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: background-color 0.3s ease;
}

form.example button:hover {
  background: rgb(105, 19, 209);
}

.tgClass {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  /*transition: all ease .3s*/
}

.shadow, .couGrids > div a:hover, .yourFavGrid > div div:nth-child(1):hover, .dropdown-content, .refandCash, .lastVisitGal, .tabGrid > div div:nth-child(1):hover, .storeDetailCon .sticky, .sortingStores-content, .allStoresGrid a:hover > div, .allStoresGridIndex a:hover > div, .categoriDetProdGrid > div:hover, .sortingRefund-content, .cardIconsContent, .speedMenuLabel, .signButs > div:hover, .wUpdateMem, .searchCon, .leftRightSpan {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  transition: box-shadow ease 0.25s;
}

.slaytCon {
  text-align: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.mainTitle {
  text-align: center;
  color: #28283C;
  font-size: 28px;
  font-weight: 700;
}

.yourFavGrid {
  display: grid;
  gap: 16px;
  row-gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
}
.yourFavGrid a {
  text-decoration: none;
}
.yourFavGrid > div { /**/ }
.yourFavGrid > div div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  padding: 24px 0px;
}
.yourFavGrid > div div:nth-child(1) img {
  object-fit: contain;
  height: 50px;
  max-width: 120px;
}
.yourFavGrid > div div:nth-child(2) {
  padding: 10px 0px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.yourFavGrid > div div:nth-child(2) img {
  width: 18px;
  margin-right: 2px;
  padding-top: 1px;
}
.yourFavGrid > div div:nth-child(2) span:nth-child(2) {
  color: #6651E9;
  font-size: 15px;
  font-weight: 700;
}
.yourFavGrid > div div:nth-child(2) span:nth-child(3) {
  margin-left: 5px;
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 400;
}

.whatRF {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: top;
  width: 100%;
}
.whatRF > div {
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin-bottom: 2rem;
}
.whatRF > div img {
  width: 100%;
}
.whatRF > div span {
  display: block;
}
.whatRF > div span:nth-child(1) {
  color: #28283C;
  font-size: 16px;
  font-weight: 700;
  padding: 2.2rem 0px 1rem 0px;
}
.whatRF > div span:nth-child(2) {
  color: #6F6F7C;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2rem;
  padding: 0px 1rem 0px 1rem;
}

.dealsGrid {
  display: grid;
  gap: 15px;
}
.dealsGrid > div {
  position: relative;
  overflow: hidden;
  background-color: #F5F6F4;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.dealsGrid > div a {
  /*Arkaplan resmi*/
}
.dealsGrid > div a > div {
  display: flex;
  align-items: center;
  padding: 25px;
  position: absolute;
  z-index: 999;
  width: 100%;
  flex-wrap: wrap;
}
.dealsGrid > div a > div h1 {
  color: #ffffff;
  font-size: 3.2em;
  font-weight: 900;
}
.dealsGrid > div a > div:nth-child(1) {
  border: 0px solid #ff0000;
  justify-content: start;
  top: 0px;
}
.dealsGrid > div a > div:nth-child(1) div > span:nth-child(1) {
  display: block;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 400;
}
.dealsGrid > div a > div:nth-child(1) div > span:nth-child(2) {
  color: #ffffff;
  font-size: 1.7em;
  font-weight: 400;
}
.dealsGrid > div a > div:nth-child(2) {
  border: 0px solid #5ffa17;
  justify-content: space-between;
  bottom: 0px;
  color: white;
  text-decoration: underline;
}
.dealsGrid > div a > div:nth-child(2) div:nth-child(1) {
  background: white;
  width: 60px;
  height: 60px;
  padding: 8px;
  border-radius: 50%;
}
.dealsGrid > div a > div:nth-child(2) div:nth-child(1) img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.dealsGrid > div a > img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  filter: brightness(80%);
}
.dealsGrid > div a:hover .strikethrough:before {
  animation: myAnim 0.5s ease 0s 1 normal forwards;
}
.dealsGrid > div a:hover h1 {
  animation: scaleAnim 0.5s ease 0s 1 normal forwards;
}

#forth h1 {
  font-size: 2.8em;
}
#forth a > div:nth-child(1) span {
  font-size: 1.2em;
}
#forth a > div:nth-child(2) {
  font-size: 1em;
}

#fifth h1 {
  font-size: 2.8em;
}
#fifth a > div:nth-child(1) span {
  font-size: 1.2em;
}
#fifth a > div:nth-child(2) {
  font-size: 1em;
}

#first {
  grid-area: first;
}

#second {
  grid-area: second;
}

#third {
  grid-area: third;
}

#forth {
  grid-area: forth;
}

#fifth {
  grid-area: fifth;
}

.strikethrough {
  position: relative;
}

.strikethrough:before {
  border-bottom: 3px solid #EC4A5D;
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
}

@keyframes myAnim {
  0% {
    transform: scaleX(0);
    transform-origin: 0% 0%;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
  }
}
@keyframes scaleAnim {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.couGrids {
  display: grid;
  grid-gap: 16px;
  row-gap: 28px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  padding-bottom: 15px;
}
.couGrids > div a {
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 8px;
  text-decoration: none;
  display: flex;
  justify-content: start;
  align-content: stretch;
  max-width: 350px;
}
.couGrids > div a > div:nth-child(1) {
  background-color: #ffffff;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  width: 95px;
  height: 95px;
  padding: 8px;
  margin-right: 16px;
}
.couGrids > div a > div:nth-child(1) img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.couGrids > div a > div:nth-child(2) {
  padding: 4px 0px;
  border: 0px solid #ff0000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.couGrids > div a > div:nth-child(2) span {
  display: block;
}
.couGrids > div a > div:nth-child(2) span:nth-child(1) {
  color: #28283C;
  font-size: 18px;
  font-weight: 700;
}
.couGrids > div a > div:nth-child(2) span:nth-child(2) {
  padding: 2px 0px;
  color: #6651E9;
  font-size: 13px;
  font-weight: 400;
  border: 0px solid #ff0000;
}
.couGrids > div a > div:nth-child(2) .miniCashback {
  display: flex;
  align-items: center;
  color: #6651E9;
  font-size: 15px;
  font-weight: 700;
}
.couGrids > div a > div:nth-child(2) .miniCashback img {
  padding-top: 0px;
  margin-right: 2px;
}
.couGrids > div a > div:nth-child(2) .miniKupon {
  display: flex;
  align-items: center;
  padding: 3px 10px 2px 10px;
  background-color: #F5F6F4;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 700;
}
.couGrids > div a > div:nth-child(2) .miniKupon img {
  padding-bottom: 1px;
  margin-right: 2px;
  width: 20px;
}
.couGrids > div a:hover {
  background-color: #ffffff;
  border: 1px solid #EAEAEB;
  border-radius: 14px;
}

.productsGrid {
  display: grid;
  grid-gap: 26px;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
}
.productsGrid > div a {
  text-decoration: none;
}
.productsGrid > div a span:nth-child(1) {
  color: black;
  font-weight: 700;
}
.productsGrid > div a > div:nth-child(2) {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  margin: 1rem 0px;
  border: 1px solid #dfdfdf;
  text-align: center;
}
.productsGrid > div a > div:nth-child(2) img {
  object-fit: cover;
  height: 100%;
}
.productsGrid > div a > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productsGrid > div a > div:nth-child(3) div:nth-child(1) {
  display: flex;
  justify-content: start;
  align-items: center;
}
.productsGrid > div a > div:nth-child(3) div:nth-child(1) img {
  padding-bottom: 1px;
  margin-right: 2px;
}
.productsGrid > div a > div:nth-child(3) div:nth-child(1) span {
  color: #6651E9;
  font-size: 15px;
  font-weight: 700;
}
.productsGrid > div a > div:nth-child(3) div:nth-child(2) {
  padding: 3px 8px;
  background-color: #F5F6F4;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  color: #28283C;
  font-size: 13px;
  font-weight: 700;
}
.productsGrid > div a:hover {
  opacity: 0.8;
  transition: opacity ease 0.3s;
}

.blogGrid {
  display: grid;
  grid-gap: 26px;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
}
.blogGrid > div {
  border: 0px solid #ff0000;
  padding: 16px;
  background-color: white;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  text-align: center;
}
.blogGrid > div a {
  text-decoration: none;
}
.blogGrid > div a > div:nth-child(1) {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.blogGrid > div a > div:nth-child(1) img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blogGrid > div a > span:nth-child(2) {
  display: block;
  padding: 1.3rem 0rem 1rem 0rem;
  color: #6F6F7C;
  font-size: 13px;
  font-weight: 400;
}
.blogGrid > div a > span:nth-child(3) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 0.5rem;
  color: #28283C;
  font-size: 24px;
  font-weight: 900;
}
.blogGrid > div a > div:nth-child(4) {
  display: inline-block;
  padding: 12px 26px;
  margin: 2rem 0rem;
  background-color: white;
  border: 1px solid #6651E9;
  border-radius: 10px;
  color: #6651E9;
  font-size: 13px;
  font-weight: 400;
}
.blogGrid > div a:hover > div:nth-child(4) {
  background-color: #6651E9;
  border: 1px solid #6651E9;
  border-radius: 10px;
  color: white;
  font-size: 13px;
  font-weight: 400;
}

.indexSlideCon {
  margin: 1.7rem 0rem 0rem 0rem;
}

.owl-carousel-index .owl-dot span {
  width: 10px !important;
  height: 10px !important;
}

.owl-carousel-index .owl-nav button {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  width: 32px;
  height: 32px;
  /*border: 1px solid #dddddd !important;*/
  border-radius: 50% !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  font-size: 25px !important;
}
.owl-carousel-index .owl-nav button > span {
  top: 1px;
  display: block;
  position: absolute;
  color: #6651E9;
}

.owl-carousel-index .owl-nav .owl-next {
  right: 24px;
}

.owl-carousel-index .owl-nav .owl-prev {
  left: 24px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.pagination a {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #dadada;
  font-weight: bold;
  border-radius: 6px;
  padding: 5px;
  width: 28px;
  text-align: center;
  font-size: 12px;
  color: #878790;
}

.pagination a:hover {
  border: 1px solid grey;
}

.pagination span {
  display: inline-block;
  border: 2px solid #6651E9;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #6651E9;
  padding: 5px;
  width: 28px;
}

/* Small devices  */
@media only screen and (max-width: 767px) {
  .productsGrid {
    grid-auto-flow: column;
    grid-auto-columns: 200px;
    overflow-x: scroll;
  }
  .productsGrid::-webkit-scrollbar {
    display: none;
  }
  .yourFavVisited {
    padding: 15px 0px 15px 15px;
  }
  .yourFavGrid {
    grid-auto-flow: column;
    grid-auto-columns: 200px;
    overflow-x: scroll;
  }
  .yourFavGrid::-webkit-scrollbar {
    display: none;
  }
  .slaytCon {
    padding: 0px 0px;
  }
  .mainTitle {
    padding-bottom: 1rem;
    padding-top: 0.6rem;
    font-size: 20px;
  }
  .whatRFCon {
    padding: 15px;
  }
  .whatRF {
    flex-direction: column;
    align-items: center;
  }
  .dealsGrid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 275px);
    grid-template-areas: "first" "second" "third" "forth" "fifth";
  }
  #forth h1 {
    font-size: 3.2em;
  }
  #forth a > div:nth-child(1) span:nth-child(1) {
    font-size: 1.2em;
  }
  #forth a > div:nth-child(1) span:nth-child(2) {
    font-size: 1.7em;
  }
  #forth a > div:nth-child(2) {
    font-size: 1em;
  }
  #fifth h1 {
    font-size: 3.2em;
  }
  #fifth a > div:nth-child(1) span:nth-child(1) {
    font-size: 1.2em;
  }
  #fifth a > div:nth-child(1) span:nth-child(2) {
    font-size: 1.7em;
  }
  #fifth a > div:nth-child(2) {
    font-size: 1em;
  }
  /* .couGrids {
       grid-auto-flow: column;
       grid-auto-columns: 350px;
       overflow-x: scroll;

       &::-webkit-scrollbar {            display: none;        }
   }*/
  .purpleArea {
    padding: 15px;
  }
  .blogCon {
    padding: 15px;
  }
  form.example input[type=text] {
    padding: 11px 14px;
  }
  form.example button {
    padding: 11px;
    height: 41px;
    width: 39px;
  }
}
/* Medium devices such as tablets (768px and up) */
@media only screen and (min-width: 768px) {
  .slaytCon {
    padding: 32px 0px;
  }
  .yourFavVisited {
    padding: 15px 0px 15px 15px;
  }
  .yourFavGrid {
    grid-auto-flow: column;
    grid-auto-columns: 200px;
    overflow-x: scroll;
  }
  .yourFavGrid::-webkit-scrollbar {
    display: none;
  }
  .mainTitle {
    padding: 2rem;
  }
  .whatRFCon {
    padding: 15px;
  }
  .dealsGrid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 275px);
    grid-template-areas: "first second" "third third" "forth fifth";
  }
  #forth h1 {
    font-size: 3.2em;
  }
  #forth a > div:nth-child(1) span:nth-child(1) {
    font-size: 1.2em;
  }
  #forth a > div:nth-child(1) span:nth-child(2) {
    font-size: 1.7em;
  }
  #forth a > div:nth-child(2) {
    font-size: 1em;
  }
  #fifth h1 {
    font-size: 3.2em;
  }
  #fifth a > div:nth-child(1) span:nth-child(1) {
    font-size: 1.2em;
  }
  #fifth a > div:nth-child(1) span:nth-child(2) {
    font-size: 1.7em;
  }
  #fifth a > div:nth-child(2) {
    font-size: 1em;
  }
  /* .couGrids {
       grid-auto-flow: column;
       grid-auto-columns: 350px;
       overflow-x: scroll;

       &::-webkit-scrollbar {
           display: none;
       }
   }*/
  .purpleArea {
    padding: 15px;
  }
  .blogCon {
    padding: 15px;
  }
}
/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 1024px) {
  .yourFavVisited {
    padding: 10px 0px 20px 20px;
  }
  .whatRFCon {
    padding: 15px 3rem 15px 3rem;
  }
  .yourFavGrid {
    grid-auto-flow: column;
    grid-auto-columns: 200px;
    overflow-x: scroll;
  }
  .yourFavGrid::-webkit-scrollbar {
    display: none;
  }
  /*.couGrids {
      grid-auto-flow: column;
      grid-auto-columns: 350px;
      overflow-x: scroll;

      &::-webkit-scrollbar {
          display: none;
      }
  }*/
  .purpleArea {
    padding: 0rem 3rem 3rem 3rem 3rem;
  }
  .blogCon {
    padding: 3rem;
  }
}
/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 1280px) {
  .yourFavVisited {
    padding: 15px 6rem 15px 6rem;
  }
  .yourFavGrid {
    grid-auto-flow: unset;
    grid-auto-columns: unset;
    overflow-x: scroll;
  }
  .whatRFCon {
    padding: 15px 6rem 15px 6rem;
  }
  .mainTitle {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .dealsGrid {
    grid-template-columns: 3fr 2fr 1fr 1fr;
    grid-template-rows: 275px 275px;
    grid-template-areas: "first second third third" "first second forth fifth";
  }
  #forth h1 {
    font-size: 2.2em;
  }
  #forth a > div:nth-child(1) span:nth-child(1) {
    font-size: 1em;
  }
  #forth a > div:nth-child(1) span:nth-child(2) {
    font-size: 1.3em;
  }
  #forth a > div:nth-child(2) {
    font-size: 0.8em;
  }
  #fifth h1 {
    font-size: 2.2em;
  }
  #fifth a > div:nth-child(1) span:nth-child(1) {
    font-size: 1em;
  }
  #fifth a > div:nth-child(1) span:nth-child(2) {
    font-size: 1.3em;
  }
  #fifth a > div:nth-child(2) {
    font-size: 0.7em;
  }
  /*
      .couGrids {
          grid-auto-flow: unset;
          grid-auto-columns: unset;
          overflow-x: scroll;
      }*/
  .purpleArea {
    padding: 0rem 6rem 4rem 6rem;
  }
  .blogCon {
    padding: 3rem 6rem 3rem 6rem;
  }
}
.floating-div {
  position: fixed;
  bottom: 40px;
  left: 20px;
  background-color: #6651E9;
  color: white;
  padding: 10px 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-size: 16px;
  transition: opacity 0.5s ease, width 0.5s ease;
  width: auto;
}

.icon {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.text {
  display: block;
  width: 190px;
  transition: opacity 0.5s ease;
  padding-left: 5px;
}

.textCon {
  overflow: hidden;
  width: 100px;
  animation: expand 10s infinite;
}

@keyframes expand {
  0% {
    width: 100px;
  }
  5% {
    width: 100px;
  }
  20% {
    width: 0px;
  }
  95% {
    width: 0px;
  }
  100% {
    width: 100px;
  }
}
