.Loader__base {
  width: 100%;
  background: #fff;
  position: relative;
  height: calc(100vh - 60px);
}
.Loader__spinner {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.SecondaryLoader__base {
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 103;
}

.SecondaryLoader__loader {
  width: 120px;
  height: 8px;
  background: url(/src/general/components/img/loader.368824b6ec6a.gif) no-repeat;
  background-size: 180%;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -60px;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: regular;
}

@font-face {
    font-family: regular;
    src: url(/src/assets/fonts/rubik-v7-latin-regular.44bc1aaba91c.woff) format("woff"),
        url(/src/assets/fonts/rubik-v7-latin-regular.44bc1aaba91c.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: semibold;
    src: url(/src/assets/fonts/rubik-v7-latin-500.a04888b15f8f.woff2) format("woff2"),
        url(/src/assets/fonts/rubik-v7-latin-500.0b27ac4d4c90.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: light;
    src: url(/src/assets/fonts/rubik-v7-latin-300.c01b3ed9979c.woff2) format("woff2"),
        url(/src/assets/fonts/rubik-v7-latin-300.c01b3ed9979c.woff2) format("woff");
    font-display: swap;
}

#App__root {
    width: 100%;
}

#App__modal-root {
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
}

#App__modal-root > div {
    width: 100%;
}

h1,
h2,
h3 {
    margin: 0px;
    font-size: inherit;
    font-weight: normal;
}
.App__base {
    width: 100%;
    color: #212121;
    transition-delay: 100ms;
}
* {
    -webkit-tap-highlight-color: transparent;
}
.App__blur {
    filter: url(/src/general/components/img/blur.b0b9dd8a84d6.svg);
    pointer-events: none;
    transition: 200ms filter linear;
    transition: 200ms -webkit-filter linear;
    position: fixed;
    left: 0;
    top: 0;
    transition-delay: 100ms;
}

@media only screen and (max-width: 1024px) {
    .App__blur {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
}

.App__beauty_blur {
    transition: 200ms filter linear;
    transition: 200ms -webkit-filter linear;
    position: fixed;
    left: 0;
    top: 0;
    transition-delay: 100ms;
}

@media only screen and (min-width: 1025px) {
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    ::-webkit-scrollbar-track {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        opacity: 0;
    }

    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.3);
    }
    ::-webkit-scrollbar-thumb:window-inactive {
        opacity: 0;
    }
}
p {
    margin: 0;
}
h3 {
    margin-top: 0;
}
h4 {
    margin-top: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
.App__loadingIndicator {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.SearchPage__base {
  width: 100%;
  height: auto;
  background-color: #ececec;
  padding-top: 50px;
  position: relative;
}

.SearchPage__searchBar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.SearchPage__searchResults {
  width: 100%;
  padding: 20px;
  height: calc(100vh - 50px);
  position: absolute;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  left: 0;
  top: 50px;
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .SearchPage__searchHolder {
    background: #fff;
    /* commenting height property. Height will be applied as per search results in api response  */
    /* height: 360px; */
    position: absolute;
    top: 60px;
    width: 100%;
  }

  .SearchPage__base {
    padding-top: 0px;
    float: left;
    background: none;
  }

  .SearchPage__searchResults {
    height: auto;
    top: 0px;
    padding: 0px;
    background: #fff;
    max-height: 480px;
    overflow-y: auto;
  }

  .SearchPage__searchBar {
    position: initial;
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .SearchPage__color {
    background: #ececec;
  }

  .SearchPage__back {
    background: #fff;
  }
}
.SearchHeader__base {
  width: 100%;
  height: 50px;
  background-color: #212121;
}
.SearchHeader__InformationHeader {
  width: 100%;
  height: 50px;
  position: relative;
  padding: 10px 40px;
}
.SearchHeader__logoPresentStyle {
  padding: 10px 40px 10px 75px;
}
.SearchHeader__backHolder {
  width: auto;
  height: auto;
  position: absolute;
  left: 15px;
  top: 17px;
}
.SearchHeader__logoHolder {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
}
.SearchHeader__iconWithLogo {
  left: 40px;
}
.SearchHeader__searchWithText {
  width: 100%;
  height: 100%;
  position: relative;
}
.SearchHeader__textBox {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  font-family: semibold;
  text-align: center;
  line-height: 32px;
  -webkit-margin-before: inherit;
  -webkit-margin-after: inherit;
  font-weight: inherit;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.SearchHeader__searchHolder {
  position: absolute;
  top: 17px;
  right: 17px;
  width: auto;
  height: auto;
}
.SearchHeader__searchWithInputRedHolder {
  width: 100%;
  height: auto;
}
.SearchHeader__searchRedHolder {
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 17px;
  margin: auto;
  position: absolute;
}
.SearchHeader__input {
  width: auto;
  height: auto;
}
.SearchHeader__crossIcon {
  width: auto;
  height: auto;
  top: 7px;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .SearchHeader__base {
    height: 60px;
    padding: 15px 20px;
    float: right;
    transition: 300ms;
    width: 245px;
  }
  .SearchHeader__increase {
    width: 470px;
    background: #fff;
  }
  .SearchHeader__searchRedHolder {
    cursor: pointer;
  }
  .SearchHeader__InformationHeader {
    height: 30px;
    padding: 0px 40px 0px 0px;
    border-bottom: 1px solid #fff;
  }
  .SearchHeader__searchRedHolder {
    right: 0px;
    margin: auto;
    left: initial;
  }
}

.Icon__base {
  position: relative;
}

.Icon__image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
}

.Input2__container {
  width: 100%;
  height: auto;
  position: relative;
}
.Input2__inputBox {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 8px;
  color: #212121;
  -webkit-appearance: none;
  background-color: transparent;
}

.Input2__inputBox:-webkit-autofill,
.Input2__inputBox:-webkit-autofill:focus {
  color: transparent;
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.Input2__inputBox::placeholder {
  color: #8d8d8d;
}
.Input2__inputBoxNoPadding {
  padding: 0px;
}
.Input2__wrapper {
}
.Input2__base {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 2px;
}
.Input2__hollow {
  border: none;
  border-bottom: 2px solid #d3d3d3;
}
.Input2__whiteHollow {
  color: #fff;
}
.Input2__whiteBox {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
}
.Input2__inputBox::placeholder {
  color: #8d8d8d;
}
.Input2__whiteHollow .Input2__hollow,
.Input2__whiteBox .Input2__box {
  border: 0px;
}
.Input2__whiteHollow .Input2__inputBox,
.Input2__whiteBox .Input2__inputBox {
  color: #fff;
}
.Input2__whiteHollow .Input2__inputBox::placeholder,
.Input2__whiteBox .Input2__inputBox::placeholder {
  color: #fff;
  opacity: 0.5;
}
.Input2__box {
  border: 1px;
  border-color: #d2d2d2;
  border-style: solid;
}
.Input2__inputBox:focus {
  outline: none;
}
.Input2__focused {
  border: 0px;
  border-bottom-color: #d3d3d3;
  border-bottom-style: solid;
}
.Input2__disabled {
  opacity: 0.5;
  pointer-events: none;
  border-bottom-color: #d3d3d3;
  border-bottom-style: solid;
}
.Input2__boxIconLeft {
  position: absolute;
  left: 0;
  top: 0;
}
.Input2__boxIconRight {
  position: absolute;
  top: 0;
  right: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
@media only screen and (min-width: 1025px) {
  .Input2__inputBox::-webkit-input-placeholder {
    font-family: light;
  }
}
.Input2__placeHoldertext{
  color: #8d8d8d;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 5px;
  transition: 300ms ease all;
}
input:focus ~ label,input:valid ~ label{
top: -10px;
font-size: 10px;
}


.SearchResultItem__base {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-family: regular;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ececec;
}

.SearchResultItem__suggestedText {
  float: left;
}

.SearchResultItem__imageStoreOrBrand {

  float: right;
  min-width: 71px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

.SearchResultItem__bolder {
  font-family: semibold;
}

@media screen and (min-width: 1025px) {
  .SearchResultItem__base {
    cursor: pointer;
    padding: 0px 30px;
  }
}
.DesktopHeader__base {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  background: #212121;
  transition: 200ms;
  transform: translate3d(0, 0, 0);
}
.DesktopHeader__CheckoutHeader {
  height: 75px;
}
.DesktopHeader__dummyColorHeader {
  width: 30%;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: #000000;
  z-index: 0;
}
.DesktopHeader__headerHolder {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 185px;
  position: relative;
  z-index: 1;
}
.DesktopHeader__headerFunctionality {
  width: 100%;
  height: auto;
  float: left;
}
.DesktopHeader__logoHolder {
  width: 85px;
  height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/src/general/components/img/group.7230d9f6111a.svg) no-repeat;
  background-size: auto 40px;
  background-position: center;
  cursor: pointer;
  transition: 200ms;
}
.DesktopHeader__logoHolderWithoutPointer {
  width: 85px;
  height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/src/general/components/img/group.7230d9f6111a.svg) no-repeat;
  background-size: auto 40px;
  background-position: center;
  transition: 200ms;
}
.DesktopHeader__upperHeader {
  width: 100%;
  height: 40px;
  float: left;
  background: #000000;
  padding: 0px 0px 0px 20px;
}
.DesktopHeader__luxeryTab {
  width: auto;
  height: 100%;
  float: left;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  font-family: semibold;
  cursor: pointer;
}
.DesktopHeader__loginAndTrackTab {
  width: auto;
  height: 100%;
  float: right;
}
.DesktopHeader__loginTab {
  width: auto;
  height: 100%;
  float: right;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  font-family: semibold;
  padding-left: 30px;
  cursor: pointer;
}
.DesktopHeader__lowerHeader {
  width: 100%;
  height: 60px;
  float: left;
  position: relative;
}
.DesktopHeader__leftTabHolder {
  width: auto;
  height: 100%;
  float: left;
  display: flex;
}
.DesktopHeader__rightTabHolder {
  width: auto;
  height: 100%;
  float: right;
  padding: 15px 0px;
}
.DesktopHeader__myBagShow {
  width: auto;
  height: 30px;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: semibold;
  line-height: 33px;
  background: url(/src/general/components/img/orderhistorywhite.d2a968438435.svg) no-repeat;
  background-size: auto 18px;
  background-position: left center;
  padding-left: 30px;
  float: right;
  margin-left: 25px;
  cursor: pointer;
  transition: 300ms;
  transform: scale(1);
}
.DesktopHeader__mybag {
  width: 362px;
  position: absolute;
  top: 45px;
  right: 0;
  background-color: #ffffff;
  box-shadow: -1px 1px 5px 0 #bdbdbd;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.DesktopHeader__mybag::after,
.DesktopHeader__mybag::before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.DesktopHeader__mybag::before {
  top: -29px;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #bdbdbd;
  border-width: 15px;
  right: 6px;
}
.DesktopHeader__mybag::after {
  top: -25px;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 13px;
  right: 8px;
}
.DesktopHeader__bagArrow {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 100px solid #212121;
}
.DesktopHeader__mybagHeading {
  padding: 10px 0 10px;
  border: 1px solid #efefef;
  border-top: none;
  font-family: semibold;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  color: #212121;
  text-align: center;
  background-color: #ffffff;
}
.DesktopHeader__mybagProductsContainer,
.DesktopHeader__totalAmount {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.DesktopHeader__mybagImage,
.DesktopHeader__mybagProductInformation,
.DesktopHeader__informationTextWithBolder > div,
.DesktopHeader__productVariantsHolder > div {
  display: inline-block;
  vertical-align: top;
}
.DesktopHeader__mybagImage {
  width: 58px;
  font-size: 10px;
  line-height: 14px;
}
.DesktopHeader__mybagImage img {
  width: 100%;
}
.DesktopHeader__mybagProductInformation {
  width: 260px;
  padding-left: 20px;
}
.DesktopHeader__mybagProductCard,
.DesktopHeader__mybagProductCardShort {
  padding: 15px 20px;
  border-bottom: 1px solid #efefef;
  background-color: #ffffff;
}
.DesktopHeader__mybagProductCard:last-child {
  height: 30px;
  border-bottom: none;
  overflow: hidden;
}
.DesktopHeader__productTitle {
  margin: 0 0 5px;
  font-family: light;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: normal;
  color: #212121;
}
.DesktopHeader__informationTextWithBolder {
  margin: 0 0 5px;
  font-family: regular;
}
.DesktopHeader__productVariantsHolder {
  font-family: light;
}
.DesktopHeader__informationTextWithBolder,
.DesktopHeader__productVariantsHolder {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: normal;
  color: #212121;
}
.DesktopHeader__informationTextWithBolder > div {
  margin: 0 7px 0 0;
}
.DesktopHeader__strikemrp {
  text-decoration-line: line-through;
  color: #6c6c6c;
}
.DesktopHeader__informationTextWithBolder .DesktopHeader__discount {
  color: #ff1744;
}
.DesktopHeader__productVariantsHolder > div {
  padding: 0 0 0 12px;
  border-left: 1px solid #fff;
}
.DesktopHeader__productVariantsHolder > div:first-child {
  padding: 0 12px 0 0;
  border: none;
}
.DesktopHeader__totalAmount {
  padding: 15px 20px;
  line-height: 20px;
  background-color: #ffffff;
  color: #212121;
}
.DesktopHeader__totalAmount > span {
  float: right;
}
.DesktopHeader__viewBagButtonHolder {
  width: 100%;
  height: auto;
  padding: 20px 0px;
  border: 1px solid #efefef;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
}
.DesktopHeader__buttonViewBag {
  width: auto;
  height: auto;
  display: inline-block;
}
.DesktopHeader__mywishList {
  width: auto;
  height: 30px;
  background: url(/src/general/components/img/downloadWhite.8f35a544ba98.svg) no-repeat;
  background-size: auto 18px;
  background-position: 10px 8px;
  cursor: pointer;
  float: right;
  transition: 300ms;
  transform: scale(1);
  position: relative;
  padding: 0px 26px 0px 10px;
}
.DesktopHeader__listCount {
  width: auto;
  height: 15px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: semibold;
}
.DesktopHeader__mywishList:hover {
  transform: scale(1.2);
}
.DesktopHeader__searchHolder {
  width: auto;
  height: 100%;
  float: right;
}
.DesktopHeader__searchWrapper {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #fff;
  float: left;
}
.DesktopHeader__categoryAndBrand {
  width: auto;
  height: auto;
  color: #fff;
  padding-right: 30px;
  line-height: 60px;
  margin-right: 25px;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-family: semibold;
  display: flex;
  position: relative;
  padding-left: 15px;
}
.DesktopHeader__categoryAndBrandWithArrow {
  color: #000;
  background: #fff;
}
.DesktopHeader__arrow {
  background-size: auto 12px;
  background-position: right center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0;
  margin: auto;
  background: url(/src/general/components/img/down-arrow-white.7d24202a27ce.svg) no-repeat;
  background-size: auto 13px;
  transition: 300ms;
  background-position: center;
  transform: rotate(0);
}
.DesktopHeader__downArrow {
  background-size: auto 12px;
  background-position: right center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/src/general/components/img/down-arrow.288db0f16207.svg) no-repeat;
  background-size: auto 13px;
  transition: 300ms;
  background-position: center;
  transform: rotate(180deg);
}
.DesktopHeader__profileWonerHolder {
  width: auto;
  height: 100%;
  float: right;
  padding: 25px 0px;
}
.DesktopHeader__userDetails {
  padding: 7.5px 0px;
  margin-left: 25px;
  position: relative;
}
.DesktopHeader__dropDownArrow {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  background: url(/src/general/components/img/down-arrow-white.7d24202a27ce.svg) no-repeat;
  background-size: auto 12px;
  background-position: center;
}
.DesktopHeader__logOutDropDown {
  width: 178px;
  height: auto;
  background: #fff;
  right: 0;
  top: 33px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  z-index: 1;
  transition: 300ms;
  box-shadow: 0 6px 6px 0 rgba(156, 156, 156, 0.24),
    0 0 6px 0 rgba(0, 0, 0, 0.12);
}
.DesktopHeader__logOutDropDown::after {
  content: "";
  position: absolute;
  top: -6%;
  right: 7%;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  transform: rotate(180deg);
}
.DesktopHeader__logoutButton {
  width: auto;
  height: 36px;
  display: flex;
}
.DesktopHeader__nameAndContact {
  width: auto;
  height: 25px;
  float: left;
  position: relative;
  padding: 0px 25px 0px 35px;
  color: #fff;
  font-size: 13px;
  font-family: light;
  line-height: 25px;
  cursor: pointer;
}
.DesktopHeader__signInAndLogout {
  width: auto;
  height: 100%;
  position: relative;
  float: right;
}
.DesktopHeader__signInAndLogout:hover .DesktopHeader__logOutDropDown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.DesktopHeader__nameSpan {
  font-family: semibold;
  padding-right: 10px;
}
.DesktopHeader__iconPersonHolder {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #fff url(/src/general/components/img/profile.39b59dc38fd3.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.DesktopHeader__categoriesHolder {
  min-width: 1013px;
  width: 100%;
  position: absolute;
  height: 490px;
  background: #fff;
  top: 60px;
  padding: 20px;
  display: flex;
  border-radius: 0px 0px 4px 4px;
  left: 0;
  box-shadow: 0 6px 6px 0 rgba(156, 156, 156, 0.24),
    0 0 6px 0 rgba(0, 0, 0, 0.12);
}
.DesktopHeader__categoryDetails {
  width: 20%;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.DesktopHeader__categoryDetailsValue {
  width: 100%;
  height: auto;
  line-height: 60px;
  border-bottom: 1px solid #e4e4e4;
  text-align: left;
  font-size: 14px;
  font-family: semibold;
  display: flex;
  color: #8d8d8d;
  cursor: pointer;
}
.DesktopHeader__categoryDetailsValue:last-child {
  border-bottom: none;
}
.DesktopHeader__categoryDetailsValueWithArrow {
  width: 100%;
  height: auto;
  line-height: 60px;
  border-bottom: 1px solid #e4e4e4;
  text-align: left;
  font-size: 14px;
  font-family: semibold;
  display: flex;
  color: #000;
  cursor: pointer;
  padding-right: 25px;
  position: relative;
}
.DesktopHeader__categoryDetailsValueWithArrow:last-child {
  border-bottom: none;
}
.DesktopHeader__rightArrow {
  background-size: auto 12px;
  background-position: right center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/src/general/components/img/down-arrow-grey.7cb8fab52c44.svg) no-repeat;
  background-size: auto 13px;
  background-position: center;
  transform: rotate(275deg);
}
.DesktopHeader__subCategoryDetailsHolder {
  width: 80%;
  height: auto;
  display: flex;
  padding-left: 45px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
}
.DesktopHeader__subCategoryDetailsHeader {
  width: 25%;
  vertical-align: top;
  height: auto;
  font-family: semibold;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
.DesktopHeader__subCategoryDetailsValues {
  width: 25%;
  height: auto;
  font-family: regular;
  font-size: 14px;
  line-height: 30px;
  color: #8d8d8d;
  cursor: pointer;
}
.DesktopHeader__subCategoryDetailsValues:hover {
  color: #ff1744;
}
.DesktopHeader__brandDetailsHolder {
  min-width: 1013px;
  width: 100%;
  position: absolute;
  height: 490px;
  background: #fff;
  top: 60px;
  display: flex;
  border-radius: 0px 0px 4px 4px;
  left: -143px;
  box-shadow: 0 6px 6px 0 rgba(156, 156, 156, 0.24),
    0 0 6px 0 rgba(0, 0, 0, 0.12);
}
.DesktopHeader__brandLeftDetails {
  width: 20%;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px 0px 20px 20px;
}
.DesktopHeader__subBrandsDetailsHolder {
  width: 50%;
  height: auto;
  display: flex;
  padding-left: 45px;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 20px;
}
.DesktopHeader__featureBrands,
.DesktopHeader__popularBrands {
  width: 50%;
  height: auto;
  max-height: 490px;
  overflow: hidden;
}
.DesktopHeader__brandsHeader {
  width: auto;
  vertical-align: top;
  height: auto;
  font-family: semibold;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
.DesktopHeader__brandsDetails {
  width: auto;
  vertical-align: top;
  height: auto;
  font-family: light;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
.DesktopHeader__brandsDetails:hover {
  color: #ff1744;
}
.DesktopHeader__subBrandsLogoHolder {
  width: 30%;
  height: auto;
  background-color: #f9f9f9;
  padding: 30px;
}
.DesktopHeader__brandLogoDetails {
  width: 50%;
  height: auto;
  padding: 15px 10px;
  float: left;
}
.DesktopHeader__stickyBase {
  top: -40px;
  transform: translate3d(0, 0, 0);
}
.DesktopHeader__stickyLogo {
  height: 50px;
  margin: initial;
  top: 45px;
  background-size: auto 30px;
}
.DesktopHeader__cartCount {
  color: #ffffff;
  width: 20px;
  font-size: 11px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  background-color: #ff1744;
  right: -2px;
  top: 0px;
}
.DesktopHeader__exchangeProductDetailsContainer {
  line-height: normal;
  margin-top: 5px;
  background-color: #f8f8f8;
  padding: 5px;
}
.DesktopHeader__exchangeIcon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.DesktopHeader__exchangeProductDetails {
  padding-left: 5px;
  font-size: 12px;
  font-family: regular;
  color: #212121;
}
.DesktopHeader__fontLight {
  font-family: light;
}

.DropdownMenu__base {
  width: 100%;
  height: auto;
}

.DropdownMenu__menuHolder {
  width: 100%;
  height: 25px;
  position: relative;
  padding-left: 30px;
  color: #212121;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 15px;
  cursor: pointer;
}

.DropdownMenu__menuIconProfile {
  width: 25px;
  height: 25px;
  background: url(/src/general/components/img/profile.39b59dc38fd3.png) no-repeat;
  background-size: auto 25px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.DropdownMenu__menuIconOrder {
  width: 25px;
  height: 25px;
  background: url(/src/general/components/img/order-history.a92cd34e19fa.svg) no-repeat;
  background-size: auto 16px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.DropdownMenu__menuIconWishList {
  width: 25px;
  height: 25px;
  background: url(/src/general/components/img/download.31e3d505d91e.svg) no-repeat;
  background-size: auto 16px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.DropdownMenu__menuIconWishLisAlerts {
  width: 25px;
  height: 25px;
  background: url(/src/account/components/img/alert.89aa376e9ac0.svg) no-repeat;
  background-size: auto 16px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.DropdownMenu__menuIconGiftCard {
  width: 25px;
  height: 25px;
  background: url(/src/account/components/img/giftCards.c9b393b81026.svg) no-repeat;
  background-size: auto 14px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.DropdownMenu__menuIconCliqCash {
  width: 25px;
  height: 25px;
  background: url(/src/account/components/img/cliqCash.89de362374b9.svg) no-repeat;
  background-size: auto 20px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.DropdownMenu__loginAndRegisterButtonHolder {
  width: 100%;
  height: auto;
  display: inline-block;
  cursor: pointer;
  padding-top: 20px;
  text-align: center;
}

.DropdownMenu__loginAndRegisterButton {
  display: inline-block;
  width: auto;
  height: auto;
}

.DropdownMenu__accountHolder {
  width: 100%;
  height: auto;
  padding: 20px 15px 15px 20px;
}
.LogoutButton__base {
  width: auto;
  height: 25px;
  display: inline-block;
}
.LogoutButton__logoutHolder {
  width: auto;
  height: auto;
  display: flex;
}
.LogoutButton__menuIconLogOut {
  width: 25px;
  height: 25px;
  background: url(/src/general/components/img/settingsblack.fc70787f7c81.svg) no-repeat;
  background-size: auto 16px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.UnderLinedButton__base {
  width: auto;
  position: relative;
  user-select: none;
  display: inline-block;
  padding-bottom: 5px;
  color: #212121;
  font-size: 14px;
  font-family: light;
  user-select: none;
  cursor: pointer;
}
.UnderLinedButton__disabled {
  opacity: 0.5;
  pointer-events: none;
}
.UnderLinedButton__underline {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #212121;
}

.Button__base {
  width: auto;
  border-radius: 2px;
  cursor: pointer;
  color: #fff;
  font-family: regular;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: 300ms;
  position: relative;
  padding: 0 15px;
  user-select: none;
}
.Button__base:after {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  animation: Button__pulse 1s infinite;
  display: none;
}
.Button__hovered {
}
@keyframes Button__pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.Button__disabled {
  pointer-events: none;
  opacity: 0.5;
}
.Button__disableBtnGrey{
  pointer-events: none;
}
.Button__disabledLightGray{
  pointer-events: none;
  /* background: #d8d8d8;   */
}
.Button__loading.Button__base:after {
  display: block;
}
.Button__loading span {
  display: none;
}
.Button__loading {
  pointer-events: none;
}

.Button__iconWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.Button__iconHolder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  transition: 300ms;
}

.Button__icon {
  opacity: 1;
}

.Button__iconHovered {
  opacity: 0;
}

.BrandImage__base {
  background-color: #000000;
  padding-bottom: 100%;
  border-radius: 50%;
  position: relative;
  width: 100%;
}
.BrandImage__imageHolder {
  height: 90%;
  width: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.BrandImage__checkIcon {
  width: 30px;
  border-radius: 50%;
  height: 30px;
  top: 20px;
  position: absolute;
  right: 50px;
  margin: auto;
  background: #ff1744 url(/src/general/components/img/3w.bf65ea848343.svg) no-repeat;
  background-size: auto 16px;
  background-position: center;
  transition: 300ms;
  transform: scale(0);
  z-index: 1;
}
.BrandImage__checkIconActive {
  transform: scale(1);
}
.BrandImage__seeAllDetailsText {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #ff1744;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .BrandImage__base {
    background: #fff;
    overflow: hidden;
  }
  .BrandImage__imageHolder {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: 300ms;
    transform: scale(1);
  }
  .BrandImage__base:hover .BrandImage__imageHolder {
    transform: scale(1.05);
  }
}

.Image__base {
  width: 100%;
  height: 100%;
  position: relative;
}
.Image__base img {
  display: none;
}

.Image__actual {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 400ms;
  background-position: center;
  background-repeat: no-repeat;
}
.Image__loaded {
  opacity: 1;
}
.Image__failed {
  background-position: center;
  background-size: 40%;
}

.HeaderWrapper__base {
  width: 100%;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
}
.HeaderWrapper__absoluteHeader {
  position: absolute;
}
.HeaderWrapper__hiddenHeader {
  width: 100%;
  height: 50px;
  display: hidden;
}
.HeaderWrapper__hiddenHeaderDesktop {
  height: 100px;
}
.HeaderWrapper__hiddenHeaderCheckout {
  height: 75px;
}

* {
  box-sizing: border-box;
}

