/** Shopify CDN: Minification failed

Line 105:18 Unexpected "/"

**/




@font-face {
  font-family: 'Oswald-ExtraLight';
  src: url('/cdn/shop/files/Oswald-ExtraLight.ttf?v=1754480361') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald-Light';
  src: url('/cdn/shop/files/Oswald-Light.ttf?v=1754480360') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald-Regular';
  src: url('/cdn/shop/files/Oswald-Regular.ttf?v=1754480360') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald-Medium';
  src: url('/cdn/shop/files/Oswald-Medium.ttf?v=1754480360') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald-SemiBold';
  src: url('/cdn/shop/files/Oswald-SemiBold.ttf?v=1754480360') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald-Bold';
  src: url('/cdn/shop/files/Oswald-Bold.ttf?v=1754480360') format('truetype');
  font-weight: 700;
  font-style: normal;
}


@font-face {
     font-family: 'helvetica_neueregular';
    src: url('/cdn/shop/files/helveticaneueroman-webfont.woff2?v=1756293822') format('woff2'),
        url('/cdn/shop/files/helveticaneueroman-webfont.woff?v=1756293822') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica_neuelight';
    src: url('/cdn/shop/files/helveticaneuelight-webfont.woff2?v=1756293822') format('woff2'),
        url('/cdn/shop/files/helveticaneuelight-webfont.woff?v=1756293821') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica_neuemedium';
    src: url('/cdn/shop/files/helveticaneuemedium-webfont.woff2?v=1756293822') format('woff2'),
         url('/cdn/shop/files/helveticaneuemedium-webfont.woff?v=1756293822') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica_neuebold';
    src: url('/cdn/shop/files/helveticaneuebold-webfont.woff2?v=1756298847') format('woff2'),
         url('/cdn/shop/files/helveticaneuebold-webfont.woff?v=1756298847') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    margin: 0;
    padding: 0;
    letter-spacing:normal;
}


/****header base_redesign css start******/
*:not(main):focus {
    outline: none;
}

.header-wrapper {
    display: block;
}

* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon .svg-wrapper {
  width: 44px;
  height: 44px;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

details .header__icon-close {
  display: none;
}

details[open] .header__icon-close {
  display: inline-block;
}

account-icon {
  display: flex;
}

.menu-drawer .list-social__link .svg-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
}

.menu-drawer .list-social__link {
    cursor: pointer;
    display: inline-block;
    border: none;
    box-shadow: none;
}


/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

/****header base_redesign css end******/

/***button comman css start***/
.section-header .button-group {
    display: flex;
    align-items: center;
    gap: 0px 20px;
}

.section-header .button.button--primary {
    font-family: Oswald-Regular;
    text-transform: uppercase;
    letter-spacing: normal;
    height: unset;
    min-height: unset;
    width: auto;
    min-width: unset;
    padding: 12px 18px;
    line-height: 1;
    border: 2px solid transparent;
    transition: all .25s ease-out;
    font-size: 16px;
    background-color: #ffc600;
    position: relative;
    border-radius: 0;
    margin-bottom: 0;
    display: inline-flex;
}

.section-header .button.button--primary:after, .section-header .button.button--primary:before {
    display: none;
}

.section-header .button.button--primary:hover {
    background: transparent;
    border-color: #ffc600;
}
.section-header .button.button--primary::after, .section-header .button.button--secondary:after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.385' height='13.883' viewBox='0 0 14.385 13.883'%3E%3Cg id='Arrow' transform='translate(20730.354 17531.941)'%3E%3Cpath id='Path_92848' data-name='Path 92848' d='M-20352.9-17536.875l6.5,6.5-6.5,6.5' transform='translate(-370.453 5.375)' fill='none' stroke='%23fff' stroke-width='1.25'/%3E%3Cpath id='Path_92849' data-name='Path 92849' d='M115.852,19h-13' transform='translate(-20833.205 -17544)' fill='none' stroke='%23fff' stroke-width='1.25'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    display: inline-block !Important;
    border: 0;
    outline: none;
    box-shadow: none !IMPORTANT;
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    margin: 0px 0px 0px 10px;

}

.section-header .button.button--primary::after{
    filter: invert(1);
}

/*  */

.section-header .button.button--secondary {
    font-family: Oswald-Regular;
    text-transform: uppercase;
    letter-spacing: normal;
    height: unset;
    min-height: unset;
    width: auto;
    min-width: unset;
    padding: 12px 18px;
    line-height: 1;
    border: 2px solid #ffc600;
    transition: all .25s ease-out;
    font-size: 16px;
    position: relative;
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    display: inline-flex;
}

.section-header .button.button--secondary:after, .section-header .button.button--secondary:before {
    display: none;
}

.section-header .button.button--secondary:hover {
    background: #ffc600;    
}

.section-header .button.button--secondary::after{
    filter: invert(1);
}

/***button comman css end***/


/**header css start**/

.transparent_header_redesign .header-wrapper {
    top: 0;
    left: 0;
    position: fixed;
}
.transparent_header_redesign .header-wrapper {
   background: transparent;
}

.header-wrapper {
    background: #FFF;
    position: relative;
    width: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-wrapper.stickky {
    z-index: 9;
    position: fixed;
    left: 0;
    opacity: 1;
    top: 0;
    border-bottom: 0;
    background: #FFF;
}


.header-wrapper header {
    padding: 10.5px 15px !IMPORTANT;
    max-width: 1770px;
    margin: 0 auto;
    gap: 0px 80px;
    box-sizing: border-box;
}

.header-wrapper .header__heading-link {
    padding: 7px;
        margin: 0;
}

.header-wrapper header .header__icons {
    padding: 0px 25px 0px 0px;
    align-items: center;
}

.header__menu-item span {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-family: Oswald-Light;
    text-decoration: none !IMPORTANT;
    border: 0;
    position: relative;
}

.transparent_header_redesign .header__menu-item span {
    color: #FFF;
}

.transparent_header_redesign .stickky .header__menu-item span {
    color: #000;
}

.header__heading-logo-wrapper .header__heading-logo {
    max-width: 175px;
}


.header__inline-menu .list-menu a {
    padding: 0;
    margin: 0px 25px 0px;
    cursor: pointer;
}

.header__inline-menu .list-menu li:first-child a {
    margin-left: 0;
}

.header__menu-item span:after {
    width: 0;
    height: 2px;
    position: absolute;
    content: "";
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #FFC600;
    transition: all .25s ease-out;
}

.active  .header__menu-item span {
    font-weight: 600;
}

.active .header__menu-item span::after {
    width: 100%;
}

.header__menu-item:hover span:after {
    width: 100%;
}

.header-wrapper header .header__icons .header_buttons_wrap {
    display: flex;
    align-items: center;
    gap: 0px 20px;
    margin: 0px 20px 0px 0px;
}

.header-wrapper header .header__icons .header_buttons_wrap .button {
    border-radius: 22px;
    font-family: 'Oswald-Regular';
    text-transform: uppercase;
    letter-spacing: normal;
    height: unset;
    min-height: unset;
    width: auto;
    min-width: unset;
    padding: 12px 38px;
    line-height: 1;
    border: 2px solid transparent;
    transition: all .25s ease-out;
    font-size: 16px;
    margin: 0;
}

.header-wrapper header .header__icons .header_buttons_wrap .button:hover {
    padding-right: 49px;
}

.header-wrapper header .header__icons .header_buttons_wrap .button:after, .header-wrapper header .header__icons .header_buttons_wrap .button:before {
    display: none;
}

.header-wrapper header .header__icons .header_buttons_wrap .button.button--secondary {
    background: transparent;
    border-color: #000;
    color: #000;
}

.header-wrapper header .header__icons .header__search  .svg-wrapper {
    width: 24px;
    height: 24px;
}

.header-wrapper header .header__icons .header__icon--account {
    margin: 0px 15px;
        text-decoration: none;
}

.header-wrapper header .header__icons .header__icon--account .customer_name {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #FFF;
    font-family: 'Oswald-Regular';
    line-height: 1em;
    letter-spacing: 0px;
}

.header-wrapper header .header__icons .header__icon svg {
    width: 24px;
    height: 24px;
}

.header-wrapper header .header__icons  .header__icon--cart svg {
    width: 27px;
    height: 27px;
    position: relative;
    top: -1px;
}

.header-wrapper .header__icon, .header-wrapper .header__icon--cart .icon {
    height: unset;
    width: unset;
}

.header-wrapper .header__icon .svg-wrapper {
    width: unset;
    height: unset;
}

.header-wrapper .header__icon--cart {
    margin: 0;
}

.header-wrapper header .header__icons .header_buttons_wrap .button:after {
    transition: all .25s ease-out;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.header-wrapper header .header__icons .header_buttons_wrap .button:hover:after {
    right: 25px;
    opacity: 1;
    filter: invert(1);
}

.header-wrapper header .header__icons .header_buttons_wrap .button.button--secondary:hover:after {
    filter: invert(1);
}

.transparent_header_redesign .header-wrapper header .header__icons .header_buttons_wrap .button.button--secondary:hover {
    background: #FFF;
    color: #000;
}

.transparent_header_redesign .header-wrapper header .header__icons .header_buttons_wrap .button.button--secondary:hover::after {
    filter: invert(1);
}

.header-wrapper header .header__icons .header_buttons_wrap .button.button--primary:hover {
    border-color: #ffc600;
    background: transparent;
    color: #000;
}
.header-wrapper header .header__icons .header_buttons_wrap .button.button--secondary:hover {
    background: #FFF;
    color: #000;
}

.header-wrapper header .header__icons .header__search .svg-wrapper:hover * {
    stroke: #ffc600;
}

.header-wrapper header .header__icons .header__icon--account:hover path {
    fill: #ffc600;
}

.header-wrapper header .header__icons .header__icon--search:hover path {
    stroke: #ffc600;
}

.header-wrapper header .header__icons .header__icon--search:hover g {
    stroke: #ffc600;
}



.header-wrapper header .header__icons .header__icon--search svg {
    filter: none;
}

.header-wrapper header .header__icons .header__icon--search:hover svg {
    filter: none;
}

.header-wrapper .header__icon--cart:hover ellipse {
    stroke: #ffc600;
}

.header-wrapper .header__icon--cart:hover path {
    stroke: #ffc600;
}

.header-wrapper header .header__icons .header__icon--account  svg path {
    fill: #000;
}

.white_logo {
    display: none;
}

.transparent_header_redesign .black_logo {
    display: none;
}

.transparent_header_redesign  .white_logo {
    display: block;
}

.transparent_header_redesign  .stickky .black_logo {
    display: block;
}

.transparent_header_redesign .stickky .white_logo {
    display: none;
}

.header-wrapper .header__icon--cart .cart_count_wrap {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 17px;
    height: 17px;
    background: #fec600;
    border-radius: 50%;
    font-size: 11px;
    font-family: 'HelveticaNeue-LightCond';
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}


.header-wrapper .header__icon--cart svg ellipse {
    stroke: #000;
}

.header-wrapper .header__icon--cart svg path {
    stroke: #000;
}

/*heaedr icon stick css start*/

.transparent_header_redesign .header-wrapper header .header__icons .header__icon--search svg {
    filter: invert(1);
}

.transparent_header_redesign .header-wrapper header .header__icons .header__icon--search:hover svg {
    filter: none;
}

.transparent_header_redesign .header__icon--menu .icon {
    filter: invert(1);
}

.transparent_header_redesign .stickky .header__icon--menu .icon {
    filter: none;
}

.transparent_header_redesign .header-wrapper header .header__icons .header_buttons_wrap .button.button--primary:hover {
    color: #fff;
}

.transparent_header_redesign .header-wrapper header .header__icons .header_buttons_wrap .button.button--secondary {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.transparent_header_redesign .header-wrapper.stickky header .header__icons .header_buttons_wrap .button.button--secondary {
    border-color: #000;
    color: #000;
}

.transparent_header_redesign .header-wrapper.stickky header .header__icons .header_buttons_wrap .button.button--secondary::after {
    filter: invert(1);
}

.transparent_header_redesign .header-wrapper header .header__icons .header_buttons_wrap .button:hover:after {
    filter: none;
}

.transparent_header_redesign  .header-wrapper header .header__icons .header__icon--account svg path {
    fill: #FFF;
}

.transparent_header_redesign  .header-wrapper .header__icon--cart svg ellipse {
    stroke: #FFF;
}

.transparent_header_redesign .header-wrapper .header__icon--cart svg path {
    stroke: #FFF;
}

.transparent_header_redesign .header-wrapper header .header__icons .header__icon--account:hover  svg path {
    fill: #ffc600;
}

.transparent_header_redesign  .header-wrapper .header__icon--cart:hover svg ellipse {
    stroke: #ffc600;
}

.transparent_header_redesign .header-wrapper .header__icon--cart:hover svg path {
    stroke: #ffc600;
}

.transparent_header_redesign .header-wrapper.stickky header .header__icons .header__icon--search svg {
    filter: none;
}

.transparent_header_redesign .header-wrapper.stickky header .header__icons .header__icon--account svg path {
    fill: #000;
}

.transparent_header_redesign .header-wrapper.stickky .header__icon--cart svg path {
    stroke: #000;
}

.transparent_header_redesign .header-wrapper.stickky .header__icon--cart svg ellipse {
    stroke: #000;
}

.transparent_header_redesign .header-wrapper.stickky header .header__icons .header__icon--account:hover svg path {
    fill: #ffc600;
}

.transparent_header_redesign .header-wrapper.stickky .header__icon--cart:hover svg path {
    stroke: #ffc600;
}

.transparent_header_redesign .header-wrapper.stickky .header__icon--cart:hover svg ellipse {
    stroke: #ffc600;
}

.transparent_header_redesign .header-wrapper.stickky header .header__icons .header_buttons_wrap .button.button--primary:hover {
    color: #000;
}

.transparent_header_redesign .header-wrapper.stickky header .header__icons .header_buttons_wrap .button.button--primary:hover:after {
    filter: invert(1);
}

/*heaedr icon stick css end*/

/****header slide animation css start****/
.open_menu .section-header .drawer-overlay {
    opacity: 1;
    visibility: visible;
}

 .section-header .drawer-overlay {
    opacity: 0;
    visibility: hidden;
    transition: all .50s ease-out;
    display: block !IMPORTANT;
    background: rgba(0, 0, 0, 0.7);
}

.open_menu .header-wrapper header {
    z-index: 9999;
}

.open_menu .header-wrapper {
    z-index: 9999;
}

.header-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: -1;
    transition: all .40s ease-out;
    transform: translateY(-100%);
}

.open_menu .header-wrapper:after {
    transform: translateY(-0%);
}

.section-header .drawer-panel {
    transition: all .50s ease-out;
    height: calc(100vh - 85px);
    top: unset;
    bottom: 0;
    box-shadow: none;
    padding: 0;
    width: 33.3%;
    left: -33.3%;
}

.open_menu .header-wrapper.stickky {
    background: transparent;
}

/* .header-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: -1;
    transition: all .30s ease-out;
    opacity: 0;
    visibility: hidden;
}

.open_menu .header-wrapper:before {
    opacity: 1;
    visibility: visible;
} */

button.drawer-close:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 35px;
    background-color: #000000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all .28s ease-out;
}

button.drawer-close:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 35px;
    background-color: #000000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all .28s ease-out;
}

button.drawer-close {
    width: 35px;
    height: 35px;
    position: relative;
    margin: 0;
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
}
.drawer-panel .drawer-header {
    justify-content: flex-end;
    padding: 30px 30px 0px 0px;
}

button.drawer-close:hover:before {

    transform: translate(-50%, -50%) rotate(-225deg);
}

button.drawer-close:hover:after {
    transform: translate(-50%, -50%) rotate(225deg);
}

.drawer-panel  .drawer-links {
    display: block;
    padding: 40px 60px 20px;
    margin: 0;
}

.drawer-panel .drawer-links .menu_wrap_title {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
        margin-bottom: 20px;
}
.drawer-panel .drawer-links .menu_wrap_title .drawer-subtitle {
    font-family: 'Oswald-Light';
    font-size: 18px;
    color: #000;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.drawer-panel .drawer-links .menu_wrap_title .drawer-subtitle::before {
    display: none;
}

.drawer-panel .drawer-links .menu_wrap_title svg {
    width: 100%;
    transform: translateX(-70%);
    transition: all .50s ease-out;
    margin-top: 10px;
}

.drawer-panel .drawer-links .menu_wrap_title:hover svg {
    transform: translateX(0%);
}


.drawer-panel .drawer-links ul {
    padding: 0;
    margin: 0;
}

.drawer-panel .drawer-links ul li {
    margin: 0px 0px 25px;
}

.drawer-panel .drawer-links ul li a {
   font-family: 'helvetica_neuemedium';
    font-style: normal;
    font-size: 18px;
    position: relative;
}

.drawer-panel .drawer-links ul li a:before {
    position: absolute;
    bottom: -9px;
    width: 0;
    height: 2px;
    background: #FFC600;
    left: 0;
    right: 0;
    display: inline-block;
    content: "";
    transition: all .50s ease-out;
    margin: 0 auto;
}

.drawer-panel .drawer-links ul li a:hover:before {
    width: 100%;
}

.drawer-panel .drawer-links ul li ul li {
    margin: 5px 0px;
}
/* Hide the clear (X) button in WebKit browsers */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}



.drawer-panel .drawer-links .main_title_menu {
    font-family: 'helvetica_neuelight';
    font-style: normal;
    font-size: 18px;
    position: relative;
    color: #000;
    margin-bottom: 15px;
    display: none;
}

.drawer-panel .drawer-links ul li .child_menu {
    margin: 13px 0px 0px;
}

.drawer-panel .drawer-links ul li .child_menu li {
    margin-bottom: 12px;
}

.drawer-panel .drawer-links ul li .child_menu li a {
    font-size: 16px;
   font-family: 'helvetica_neueregular';
}

.drawer-panel .drawer-links ul li .child_menu li a:before {
    display: none;
}

.drawer-panel .drawer-links ul li .child_menu li a:hover {
    color: #ffc600;
}

.drawer-panel .drawer-image .image-top-button {
    position: absolute;
    top: 30px;
    right: 30px;
}

.drawer-panel .drawer-links::-webkit-scrollbar {
  width: 5px;
  border-radius:50px;
}

.drawer-panel .drawer-links::-webkit-scrollbar-track {
  background: #d4d4d4; 
   border-radius:50px;
}
 
.drawer-panel .drawer-links::-webkit-scrollbar-thumb {
  background: #888; 
   border-radius:50px;
}

/****header slide animation css end****/




/****media start***/
 @media(max-width:1500px)
 {
    .header-wrapper header {
    gap: 0px 40px;
}

.header__inline-menu .list-menu a {
    margin: 0 12px;
}

.header-wrapper header .header__icons .header_buttons_wrap .button {
    padding: 14px 20px;
    font-size: 16px;
}

.header-wrapper header .header__icons .header_buttons_wrap .button:hover {
    padding-right: 20px;
}

.header-wrapper header .header__icons .header_buttons_wrap .button:after {
    display: none !IMPORTANT;
}

 }

 @media(max-width:1250px)
 {
    .header__menu-item span {
    font-size: 13px;
}

.header__heading-logo {
    max-width: 170px;
}

.header-wrapper header {
    gap: 0px 20px;
}

.header-wrapper header .header__icons .header_buttons_wrap .button {
    padding: 14px 16px;
    font-size: 14px;
}

.drawer-panel  .drawer-links {
    max-height: 30vh;
    overflow: auto;
}

 }

 @media(max-width:989px)
 {
    .header-wrapper header .header__icons .header_buttons_wrap {
    display: none;
}
.header-wrapper header .header__icons .header_buttons_wrap {
    display: none;
}

.header-wrapper header .header__icons{
  padding: 0;
}
.header-wrapper header header-drawer {
    margin-left: 0;
}

.header__icon--menu .icon {
    right: 15px;
    left: unset;
    height: 1.5rem;
    width: 1.5rem;
    filter: none;
}

.header-wrapper .header__icon--cart {
    margin: 0px 0px 0px 0px;
}

.section-header .drawer-panel {
    height: calc(100dvh - 65px);
    width: 100%;
    left: -100%;
    background: #FFF;
}

.drawer-panel.last_child_element {
    background: #F9F9F9;
}
.drawer-panel.last_child_element .arrow_icon {
    display: none;
}

.drawer-panel .drawer-header {
    width: 25px;
    height: 25px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 30px;
}

.menu-drawer__navigation {
    padding: 30px 33px 20px !IMPORTANT;
}

.menu-drawer__navigation .menu-drawer__menu li {
    margin: 25px 0 0px !IMPORTANT;
    border-top: 1px solid #F0F0F0;
    padding: 25px 0px 0px;
}
.menu-drawer__navigation .menu-drawer__menu li:first-child {
    margin-top: 0 !IMPORTANT;
}

.menu-drawer__navigation .menu-drawer__menu li:last-child {
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 25px;
}

.menu-drawer__navigation .menu-drawer__menu li a {
    padding: 0;
    font-family: 'Oswald-Light';
    font-style: normal;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header--has-social .menu-drawer__utility-links {
    padding: 20px 33px 20px !IMPORTANT;
}

.menu-drawer__utility-links .header_buttons_wrap {
    display: block;
}

.menu-drawer__utility-links .header_buttons_wrap .button:after {
    display: none !IMPORTANT;
}

.menu-drawer__utility-links .header_buttons_wrap .button {
    width: 100%;
    margin: 0px 0px 0px !IMPORTANT;
    font-size: 20px;
    border-width: 0.5px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    line-height: 1.25em;
}

.menu-drawer__utility-links .header_buttons_wrap  .button.button--primary {
    background-color: #ffc600 !IMPORTANT;
    color: #000 !IMPORTANT;
}

.menu-drawer__utility-links .header_buttons_wrap .button.button--secondary {
    border-color: #000 !IMPORTANT;
    background: transparent !IMPORTANT;
    color: #000 !IMPORTANT;
    margin-top: 15px !important;
}

.login_footer_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0px 0px;
}

.login_footer_wrap a {
    text-decoration: none;
    color: #000;
}

.logout_state {
    display: flex;
    align-items: center;
}

.login_state {
    display: flex;
    align-items: center;
}

.login_state .icon_user {
    width: 25px;
    height: 25px;
    margin: 0px 10px 0px 0px;
    word-spacing: unset;
    display: flex;
}

.login_state .icon_user img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.login_state .name_wrap {
    padding: 0;
    margin: 0;
    font-family: 'Oswald-Light';
    font-size: 20px;
    position: relative;
    line-height: 1;
}

.header--has-social .menu-drawer__utility-links .menu-drawer__account {
    padding: 0;
    margin: 0;
    font-family: 'Oswald-Regular';
    font-size: 16px;
    position: relative;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    word-spacing: -3px;
}

.header--has-social .menu-drawer__utility-links .menu-drawer__account .svg-wrapper {
    width: 25px;
    height: 25px;
    margin: 0px 10px 0px 0px;
    word-spacing: unset;
    display: flex;
}
.header--has-social .menu-drawer__utility-links .menu-drawer__account .svg-wrapper .icon_user {
    display: flex;
    align-items: center;
}

.header--has-social .menu-drawer__utility-links .menu-drawer__account .svg-wrapper .icon_user img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.header--has-social .menu-drawer__utility-links ul {
    display: flex;
}

.section-header .drawer-panel.open {
    width: 100%;
    z-index: 99999;
}

.drawer-panel .drawer-links {
    padding: 0px 33px 20px;
    margin-top: 0px;
            max-height: unset;
        overflow: visible;
}

.drawer-panel  .button_heading_wrap {
    display: flex;
    align-items: center;
    position: relative;
    background: #FFF;
    padding: 25px 33px;
    justify-content: center;
}

.drawer-panel .drawer-header button {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
    position: relative;
}

.drawer-panel button.drawer-close:before {
   display:none;
}

.drawer-panel button.drawer-close:after {
    display:none;
}

.drawer-panel .button_heading_wrap .mobile_menu_title {
    font-size: 20px;
    font-family: 'Oswald-Regular';
    text-transform: uppercase;
}

/*  */
.menu-drawer-container .menu-drawer {
    height: calc(100dvh - 65px) !IMPORTANT;
    transition: all .50s ease-out ! IMPORTANT;
    border: 0;
    width: 428px;
}

/****new design mobile css start**/
.header-wrapper header {
    grid-template-areas:
        'heading icons left-icons';
    grid-template-columns: 7fr 1fr 30px;
    gap: 0px 5px;
    padding: 15px 15px ! IMPORTANT;
}

.header-wrapper header .header__heading {
    justify-self: left;
}

.header-wrapper .header__heading-link {
    padding: 0;
}

.header-wrapper .header__heading-link svg {
    width: 124px;
    height: 35px;
}

.login_wrap_init {
    gap: 0px 5px;
}

.login_wrap_init .text_login {
    font-family: 'Oswald-Light';
    font-size: 16px;
    color: #A1A1A1;
}

.login_wrap_init .sign_up_wrap a {
    font-size: 20px;
    font-family: 'Oswald-Light';
    text-decoration: none;
    text-transform: uppercase;
    color: #A1A1A1;
}

.login_wrap_init.logout_state .sign_up_wrap a {
    color: #000;
    font-size: 16px;
    font-family: 'Oswald-Regular';
}

.drawer-panel .drawer-links ul li {
    margin: 25px 0 0px !IMPORTANT;
    border-top: 1px solid #F0F0F0;
    padding: 25px 0px 0px;
}

.drawer-panel .drawer-links ul li:first-child {
    margin-top: 0 !IMPORTANT;
}

.drawer-panel .drawer-links ul li:last-child {
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 25px;
}

.drawer-panel .drawer-links ul li a:before {
    display: none;
}

.drawer-panel .drawer-links ul li a {
    padding: 0;
    font-family: 'Oswald-Light';
    font-style: normal;
    font-size: 20px;
    position: relative;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/****new design mobile end**/

 }

 @media(max-width:750px)
 {
  .header-wrapper .header__icon--cart {
    margin: 0px 0px 0px 10px;
}
 }

 @media(max-width:576px)
 {
  .menu-drawer-container .menu-drawer {
    width: 100%;
}

.open_menu #chat-widget-container, .search_header #chat-widget-container{
    visibility: hidden !IMPORTANT;
    opacity: 0 !IMPORTANT;
}


 }

 /****media end***/
/**header css end**/

/***header serach css start****/
.search_wrap_custom {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #f4f4f4;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .65s ease-out;
    transform: translateY(-220%);
}

.search_header .search_wrap_custom {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}

.search_wrap_custom .pred_search {
    max-width: 1765px;
    margin: 0px auto;
    padding: 34px 15px !important;
}

.search_header .section-header .drawer-overlay {
    opacity: 1;
    visibility: visible;
}
.search_header .header-wrapper {
    z-index: 9999;
}

.search_wrap_custom .pred_search .icon_close_search {
    width: 25px;
    height: 25px;
    display: flex;
    position: relative;
    cursor: pointer;
}

.search_wrap_custom .pred_search .icon_close_search svg {
     display: none;
}

.search_wrap_custom .pred_search .icon_close_search:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 35px;
    background-color: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all .28s ease-out;
}

.search_wrap_custom .pred_search .icon_close_search:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 35px;
    background-color: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all .28s ease-out;
}

.search_wrap_custom .pred_search .icon_close_search:hover:before {
     transform: translate(-50%, -50%) rotate(-225deg);
}

.search_wrap_custom .pred_search .icon_close_search:hover:after {
    transform: translate(-50%, -50%) rotate(225deg);
}

.search_wrap_custom .pred_search button.no-style {
    padding: 0;
    border: 0;
    box-shadow: none;
    outline: none;
    display: flex;
    cursor: pointer;
    transition: all 0.25s ease-out;
    transform: scale(1.1);
    width: 35px;
    background: transparent;
}

.search_wrap_custom .pred_search button.no-style svg {
    height: 33px;
    width: 33px;
}

.search_wrap_custom .pred_search input.search__input {
    padding: 15px 30px;
    color: #525252;
    font-family: 'helvetica_neueregular';
    font-size: 28px;
    width: 100%;
    min-width: unset;
    flex: 1;
    outline: none ! IMPORTANT;
    -webkit-appearance: none;
    outline-offset: 0;
    position: relative;
    top: unset;
    height: unset;
    background-image: none;
    right: unset;
    border-radius: 0;
    height: 4.5rem;
}

.search_wrap_custom .pred_search input.search__input::placeholder {
    color: #525252;
    font-family: 'helvetica_neueregular';
    font-size: 28px;
    opacity: 1;
}

.search_wrap_custom .pred_search input.search__input:focus::placeholder {
    padding: 0;
}

.search_wrap_custom .fresult .ajax_result .sorry_text {
    text-align: center;
    font-family: 'helvetica_neuelight';
    font-style: normal;
    color: #000;
    font-size: 18px;
}

.search_wrap_custom .fresult {
    width: 100%;
    height: unset;
    background: #FFF;
    position: absolute;
    top: 100%;
}

.search_wrap_custom .fresult .ajax_result {
    height: calc(100vh - 225px);
    overflow: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 18px 0px !important;
    position: relative;
    box-shadow: none !important;
    top: unset;
}

.ajax_result .product_result .product_query {
    padding: 15px 0px 15px !important;
    background: transparent!important;
    list-style: none!important;
    text-align: left!important;
    border-bottom: 1px solid rgb(235, 236, 243) !important;
    margin-bottom: 15px;
}


.ajax_result .product_result .product_query .drawer-subtitle {
    font-family: 'Oswald-Light';
    color: #000;
    font-size: 18px;
    padding: 0;
    margin: 0px 0px 8px;
    line-height: 1;
}

.ajax_result .product_result .product_query .drawer-subtitle:before {
    display: none;
}

.ajax_result .product_result .product_query a {
    display: block;
    padding: 0 4%;
}

.ajax_result .product_result .product_query svg {
    transition: all .50s ease-out;
    transform: translateX(-80%);
}

.ajax_result .product_result .product_query a .menu_wrap_title {
    display: block;
    overflow: hidden;
}

.ajax_result .product_result .product_query a .menu_wrap_title:hover svg {
    transform: translateX(-35%);
}

.ajax_result .produdct-grd-inner {
    padding: 16px 4% !IMPORTANT;
    align-items: center;
    position: relative;
}

.ajax_result .produdct-grd-inner .prod_det {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ajax_result .produdct-grd-inner .prod_det .nav-ttl {
    margin: 0 !IMPORTANT;
    font-size: 24px !IMPORTANT;
}

.ajax_result .produdct-grd-inner .prod_det .nav-ttl .product-title {
    margin: 0;
    font-size: 24px;
    font-family: 'helvetica_neuelight';
    font-style: normal;
    letter-spacing: 0px;
    line-height: 1.2em ! IMPORTANT;
    font-weight: initial ! IMPORTANT;
}

.ajax_result .produdct-grd-inner .prod_det .nav-price {
    margin: 0 !IMPORTANT;
    font-size: 24px !IMPORTANT;
    font-family: 'helvetica_neuelight';
    font-style: normal;
    letter-spacing: 0px;
    font-weight: initial ! IMPORTANT;
    text-align: right;
}

.ajax_result .produdct-grd-inner .prod_img {
    max-width: 80px;
    max-height: 80px;
}


/* .page_result  */


.ajax_result .page_result .page_query {
    padding: 15px 0 !important;
    background: transparent !important;
    list-style: none !important;
    text-align: left !important;
    border-bottom: 1px solid rgb(235, 236, 243) !important;
    margin-bottom: 15px;
}

.ajax_result .page_result .page_query a {
    display: block;
    padding: 0 4%;
    text-decoration: none;
}

.ajax_result .page_result .page_query a .menu_wrap_title {
    display: block;
    overflow: hidden;
}

.ajax_result .page_result .page_query a .menu_wrap_title .drawer-subtitle {
    font-family: Oswald-Light;
    color: #000;
    font-size: 18px;
    padding: 0;
    margin: 0 0 8px;
    line-height: 1;
}

.ajax_result .page_result .page_query a .menu_wrap_title svg {
    transition: all .5s ease-out;
    transform: translate(-80%);
}

.ajax_result .page_result .page_query a .menu_wrap_title .drawer-subtitle:before {
    display: none;
}

.ajax_result .page_result .page_query a .menu_wrap_title:hover svg {
    transform: translate(-50%);
}

.ajax_result .page_result  .page-grd {
    display: flex;
    flex-direction: column;
}

.ajax_result .page_result .page-grd .page-grd-inner {
    padding: 26px 4% !important;
    align-items: center;
    margin: 0px !important;
    cursor: pointer !important;
    list-style: none !important;
    display: flex;
    gap: 15px;
    border-bottom: 1px solid rgb(235, 236, 243) !important;
    justify-content: space-between;
    position: relative;
}

.ajax_result .page_result .page-grd .page-grd-inner .title_wrap a {
    text-decoration: none;
}

.ajax_result .page_result .page-grd .page-grd-inner .title_wrap .produc-title {
    margin: 0 !important;
    font-size: 24px !IMPORTANT;
    font-family: helvetica_neuelight;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 1.2em ! IMPORTANT;
    font-weight: initial ! IMPORTANT;
}

.ajax_result .page_result .page-grd .page-grd-inner .button_search .buttons_inner_search {
    font-family: 'Oswald-Regular';
    border: 2px solid  #000;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 18px;
    display: inline-block;
    border-radius: 30px;
    background: #000;
    transition: all .25s ease-out;
      text-transform: uppercase;
}

.ajax_result .page_result .page-grd .page-grd-inner:hover .buttons_inner_search {
    color: #000;
    border-color: #000;
    background: transparent;
}


/* .art-grd  */


.ajax_result .art_result .art_query {
    padding: 15px 0 !important;
    background: transparent !important;
    list-style: none !important;
    text-align: left !important;
    border-bottom: 1px solid rgb(235, 236, 243) !important;
    margin-bottom: 15px;
}

.ajax_result .art_result .art_query a {
    display: block;
    padding: 0 4%;
    text-decoration: none;
}

.ajax_result .art_result .art_query a .menu_wrap_title {
    display: block;
    overflow: hidden;
}

.ajax_result .art_result .art_query a .menu_wrap_title .drawer-subtitle {
    font-family: Oswald-Light;
    color: #000;
    font-size: 18px;
    padding: 0;
    margin: 0 0 8px;
    line-height: 1;
}

.ajax_result .art_result .art_query a .menu_wrap_title svg {
    transition: all .5s ease-out;
    transform: translate(-80%);
}

.ajax_result .art_result .art_query a .menu_wrap_title .drawer-subtitle:before {
    display: none;
}

.ajax_result .art_result .art_query a .menu_wrap_title:hover svg {
    transform: translate(-50%);
}

.ajax_result .art_result .art-grd {
    display: flex;
    flex-direction: column;
}

.ajax_result .art_result .art-grd .art-grd-inner {
    padding: 26px 4% !important;
    align-items: center;
    margin: 0px !important;
    cursor: pointer !important;
    list-style: none !important;
    display: flex;
    gap: 15px;
    border-bottom: 1px solid rgb(235, 236, 243) !important;
    justify-content: space-between;
    position: relative;
}

.ajax_result  .overlay_link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ajax_result .art_result .art-grd .art-grd-inner:hover {
    background: rgb(240, 240, 241) !important;
}


.ajax_result .art_result .art-grd .art-grd-inner .title_wrap a {
    text-decoration: none;
}

.ajax_result .art_result .art-grd .art-grd-inner .title_wrap .produc-title {
    margin: 0 !important;
    font-size: 24px !IMPORTANT;
    font-family: helvetica_neuelight;
    font-style: normal;
    letter-spacing: 0px;
}

.ajax_result .art_result .art-grd .art-grd-inner .button_search .buttons_inner_search {
    font-family: 'Oswald-Regular';
    border: 2px solid  #000;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    padding: 6.5px 18px;
    display: inline-block;
    border-radius: 30px;
    background: #000;
    transition: all .25s ease-out;
    text-transform: uppercase;
    font-weight: initial;
}

.ajax_result .art_result .art-grd .art-grd-inner:hover .buttons_inner_search {
    color: #000;
    border-color: #000;
    background: transparent;
}

.ajax_result .art_result .art-grd .art-grd-inner .afrt-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.ajax_result .art_result .art-grd .art-grd-inner .art-cnt a {
    margin: 0;
    font-size: 24px !IMPORTANT;
    font-family: helvetica_neuelight;
    font-style: normal;
    letter-spacing: 0px;
    text-decoration: none;
    color: #000;
    line-height: 1.2em;
    font-weight: initial ! IMPORTANT;
}



@media(max-width:1800px)
{
    .search_wrap_custom .pred_search {
    max-width: 100%;
    width: unset;
    padding: 18px 25px !important;
}

.search_wrap_custom .fresult .ajax_result {
    max-width: 100%;
}

.ajax_result .product_result .product_query a {
    padding: 0 25px;
}

.ajax_result .produdct-grd-inner {
    padding: 16px 25px !important;
}

.ajax_result .page_result .page_query a {
    padding: 0 25px;
}

.ajax_result .page_result .page-grd .page-grd-inner {
    padding: 26px 25px !important;
}

.ajax_result .art_result .art_query a {
    padding: 0 25px;
}

.ajax_result .art_result .art-grd .art-grd-inner {
    padding: 26px 25px !important;
}

}

@media(max-width:992px)
{
    .ajax_result .produdct-grd-inner .prod_det .nav-ttl .product-title {
    font-size: 20px;
}

.ajax_result .produdct-grd-inner .prod_det .nav-price {
    font-size: 20px !important;
}

.ajax_result .page_result .page-grd .page-grd-inner .title_wrap .produc-title {
    font-size: 20px !important;
}

.ajax_result .art_result .art-grd .art-grd-inner .art-cnt a {
    font-size: 20px !important;
}

.search_wrap_custom .fresult .ajax_result {
    height: calc(100vh - 147px);
}

}

@media(max-width:576px)
{
    .ajax_result .produdct-grd-inner .prod_img {
    max-width: 40px;
    max-height: 40px;
}

.ajax_result .produdct-grd-inner .prod_det .nav-ttl .product-title {
    font-size: 16px;
}

.ajax_result .produdct-grd-inner .prod_det .nav-price {
    font-size: 16px !important;
}

.ajax_result .page_result .page-grd .page-grd-inner .title_wrap .produc-title {
    font-size: 16px !important;
}

.ajax_result .art_result .art-grd .art-grd-inner .art-cnt a {
    font-size: 16px !important;
}

.ajax_result .art_result .art-grd .art-grd-inner .afrt-img img {
    width: 40px;
    height: 40px;
}

.search_wrap_custom .pred_search {
    padding: 5px 25px !important;
}

.search_wrap_custom .pred_search input.search__input {
    font-size: 18px;
}

.search_wrap_custom .pred_search input.search__input::placeholder {
   font-size: 18px;
}
.search_wrap_custom .pred_search button.no-style {
    width: 25px;
}

.search_wrap_custom .pred_search button.no-style svg {
    width: 25px;
    height: 25px;
}

.search_wrap_custom .pred_search .icon_close_search {
    width: 20px;
    height: 20px;
}

.search_wrap_custom .pred_search .icon_close_search:before {
    width: 27px;
}

.search_wrap_custom .pred_search .icon_close_search:after {
    width: 27px;
}

.custom-category-grid.collection_custom_category .custom-category-inner .custom-category-grid__item a h3:before {
    width: 0;
}

.custom-category-grid.collection_custom_category .custom-category-inner .custom-category-grid__item a.active h3:before {
    width: 70%;
}


}
/***header serach css end****/

/***cart drawer css start****/
.cart-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    background: #fff;
    transition: all .5s ease-out;
    box-shadow: none;
    padding: 0;
    width: 100%;
    z-index: 99999;
    max-width: 770px;
    overflow: auto;
}

.cart-drawer::-webkit-scrollbar {
    display: none;
}

.cart-drawer.active {
    right: 0;
}

.cart-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
    z-index: 9998;
}
.cart-drawer-overlay.active {
    display: block;
}

.cart-drawer-content .cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 50px;
    box-sizing: border-box;
    width: 100%;
}

.cart-drawer-content .cart-header h2 {
    margin: 0;
    font-size: 24px;
    font-family: 'helvetica_neuemedium';
    line-height: 0.9em;
    font-weight: initial;
    color: #000000;
}

.cart-drawer-content .cart-header button {
    width: 25px;
    height: 25px;
    display: flex;
    position: relative;
    cursor: pointer;
    background: transparent;
    padding: 0;
    outline: none;
    border: 0;
}
.cart-drawer-content .cart-header button:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 35px;
    background-color: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all .28s ease-out;
}
.cart-drawer-content .cart-header button:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 35px;
    background-color: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all .28s ease-out;
}
.cart-drawer-content .cart-header button:hover:before {
    transform: translate(-50%, -50%) rotate(-225deg);
}
.cart-drawer-content .cart-header button:hover:after {
    transform: translate(-50%, -50%) rotate(225deg);
}

.cart-drawer-content .cart-items {
    display: block;
    padding: 0px 40px 0px;
    box-sizing: border-box;
    min-height: 270px;
    max-height: 362px;
    overflow: auto;
    margin-bottom: 0px;
}

.cart-drawer-content  .cart-items-wraper {
    padding: 0px 10px 0px;
    display: block;
}

.cart-drawer-content .cart-items::-webkit-scrollbar {
  width: 6px;
}

.cart-drawer-content .cart-items::-webkit-scrollbar-track {
  background: #FFF; 
}
 
.cart-drawer-content .cart-items::-webkit-scrollbar-thumb {
  background: #000; 
  border-radius:10px;
}


.cart-drawer-content  .cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.cart-drawer-content .cart-item:last-child {
    margin-bottom: 0;
}

.cart-drawer-content .cart-item .cart-item-details {
    flex: 1;
    padding: 0px 0 0 20px;
}

.cart-drawer-content .cart-item .cart-item-img {
    width: 150px;
    height: 125px;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
}

#CartDrawer span.cart_count_wrap {
    display: none !important;
}

.cart-drawer-content .cart-item .cart-item-img a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.cart-drawer-content .cart-item .cart-item-img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    mix-blend-mode: multiply;
}

.cart-drawer-content .cart-item .cart-item-details .cart-item-title {
    margin: 0;
    font-family: 'Oswald-Medium';
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: normal;
    text-transform: uppercase;
}

.cart-drawer-content .cart-item .cart-item-details .cart-item-title a {
    margin: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
    text-decoration: none;
}


.cart-drawer-content .cart-item .cart-item-details .item_wraps_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px 40px;
}

.cart-drawer-content .cart-item .cart-item-details .item_wraps_title .remove-item {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-drawer-content .cart-item .cart-item-details .item_wraps_title .remove-item #Trash_Icon {
    transition: all .25s ease-out;
}

.cart-drawer-content .cart-item .cart-item-details .item_wraps_title .remove-item:hover #Trash_Icon {
    opacity: 0.5;
}

.cart-drawer-content .price_quantity_wrap {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 13px 0px 0px;
    gap: 0px 10px;
}

body.drawer_active {
    overflow: hidden;
}

.drawer_active #chat-widget-minimized {
    display: none !important;
}

.cart-drawer-content .price_quantity_wrap .cart-item-price {
    font-size: 16px;
    font-family: 'helvetica_neuelight';
    margin: 0;
}

.cart-drawer-content .quanity_wrap_inn {
    display: flex;
    position: relative;
    gap: 0px 10px;
}

.cart-drawer-content .price_quantity_wrap .quantity-control {
    display: flex;
}

.cart-drawer-content .price_quantity_wrap .quantity-control button {
    width: 34px;
    height: 34px;
    display: flex;
    border-radius: 0;
    padding: 0;
    outline: none;
    border: 0;
    background: #000;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
    transition: all .25s ease-out;
}

.cart-drawer-content .price_quantity_wrap .quantity-control button:hover {
    opacity: 0.5;
}

.cart-drawer-content .price_quantity_wrap .quantity-control button .mobile_show {
    display: none;
}

.cart-drawer-content .price_quantity_wrap .quantity-control button.disabled {
    opacity: 1;
    pointer-events: none;
}

.cart-drawer-content .price_quantity_wrap .quantity-control button.disabled #Expand_Button {
    opacity: 0.5;
}

.cart-drawer-content .price_quantity_wrap .quantity-control button:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: loading-rotation 1s linear infinite;
    position: absolute;
    top: 7px;
    opacity: 0;
    visibility: hidden;
}

.cart-drawer-content .price_quantity_wrap .quantity-control button.loading svg {
    opacity: 0;
    visibility: hidden;
}

.cart-drawer-content .price_quantity_wrap .quantity-control button.loading:before {
    opacity: 1;
    visibility: visible;
}

.cart-drawer-content .price_quantity_wrap .quantity-control .qty-input {
    flex: 1;
    border: 0;
    outline: none;
    box-shadow: none;
    width: 48px;
    text-align: center;
    font-family: 'helvetica_neuemedium';
    font-size: 16px;
    padding: 0;
    background: transparent;
    height: 34px;
}

.quanity_wrap_inn .errow_mesage_custom {
    display: flex;
    flex: 1;
}

.quanity_wrap_inn .errow_mesage_custom .error_wrap {
    display: flex;
    align-items: center;
    max-width: 90%;
    gap: 0px 10px;
}

.quanity_wrap_inn .errow_mesage_custom .error_wrap .error_icon {
    display: flex;
    background: #FF0000;
    color: #fff;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: unset;
}

.quanity_wrap_inn .errow_mesage_custom .error_wrap span {
    flex: 1;
    color: #FF0000;
    font-size: 12px;
    line-height: 1em;
    font-family: 'helvetica_neueregular';
}

.cart-drawer-content .cart-item .cart-item-details .custom-description {
    font-size: 14px;
    font-family: 'helvetica_neuelight';
    line-height: 1.2em;
    margin: 13px 0px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    display: none;
}

.cart-drawer-content .view_cart_full {
    display: flex;
    padding: 0px 50px 0px;
    box-sizing: border-box;
    justify-content: flex-end;
}

.cart-drawer-content .view_cart_full .button_animated {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    padding-right: 17px;
    padding-bottom: 20px;
}

.cart-drawer-content .view_cart_full .drawer-subtitle {
    font-family: 'Oswald-Light';
    font-size: 18px;
    color: #000;
    text-decoration: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.cart-drawer-content .view_cart_full .drawer-subtitle:before {
    display: none;
}

.cart-drawer-content .view_cart_full svg {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translatex(-75%);
    transition: all .5s ease-out;
}

.cart-drawer-content .view_cart_full .button_animated:hover svg {
    transform: translatex(-35%);
}

.cart-drawer-content .accessories-section {
    background: #F4F4F4;
    padding: 30px 0px 30px 40px;
    margin: 15px 0px 0px;
    padding: 0px 0px 30px 0px;
     display: none;
}
.cart-drawer-content .accessories-section * {
    display: none;
}

.cart-drawer-content .accessories-section h3 {
    margin: 0;
    font-size: 18px;
    font-family: 'Oswald-Light';
    text-transform: uppercase;
    padding-left: 10px;
}

.accessories-section .accessories-slider {
    padding: 15px 0px 0px;
}

.accessories-section .accessory-item .image_acc_wrap {
    width: 150px;
    height: 125px;
    background: #f4f4f4;
}

.accessories-section  .accessory-item-inner {
    display: flex;
    background: #FFF;
    box-shadow: 3px 6px 15px #00000024;
    gap: 0px 15px;
    padding: 0px 20px 0px 0px;
}

.accessories-section .accessory-item .image_acc_wrap img {
    max-width: 100%;
    width: auto;
    display: block;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
    margin: 0 auto;
}

.accessories-section .accessory-item {
       padding: 10px 7px 20px 5px;
}

.accessories-section .slick-list {
    padding-right: 80px;
}

.accessories-section .accessory-item-inner h2 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.accessories-section .accessory-item-inner .product_inner_wrap {
    flex: 1;
    align-self: center;
}

.accessories-section .accessory-item-inner .product_price_wrap {
    display: flex;
    padding-bottom: 20px;
}

.accessories-section .accessory-item-inner .product_price_wrap  .add-accessory {
    font-size: 14px;
    font-family: 'Oswald-Regular';
    border: 2px solid #000;
    background: #000;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 20px;
    align-self: end;
    padding: 3.5px 18.5px;
    cursor: pointer;
    transition: all .25s ease-out;
}

.accessories-section .accessory-item-inner .product_short_description p {
    font-size: 14px;
    font-family: 'helvetica_neuelight';
    line-height: 1.15em;
    margin: 3px 0px 3px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.accessories-section .accessory-item-inner .price {
    font-family: 'helvetica_neuemedium';
    font-size: 16px;
    margin: 0px 0px;
}

.accessories-section .accessory-item-inner .product_price_wrap .add-accessory:hover {
    background: transparent;
    color: #000;
}

.accessories-slider button.slick-arrow {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
    background-image: url(/cdn/shop/files/Path_92817.png?v=1755086873) !important;
    background-position: center !IMPORTANT;
    background-repeat: no-repeat !IMPORTANT;
    background-size: contain !IMPORTANT;
    z-index: 1;
    top: -30px;
    transform: translateY(0);
}
.accessories-slider button.slick-arrow.slick-prev {
    right: 100px;
    left: unset;
}
.accessories-slider button.slick-arrow:after, .accessories-slider button.slick-arrow:before {
    content: "";
    position: absolute;
    right: 35%;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #fff;
    transform-origin: left center;
    transition: transform .3s ease;
    display: block;
    opacity: 1;
}

.accessories-slider button.slick-arrow.slick-next {
    right: 50px;
    transform: translateY(0%) rotateY(180deg);
}
.accessories-slider button.slick-arrow:before {
    transform: translateY(-50%) rotate(45deg);
}
.accessories-slider button.slick-arrow:after {
    transform: translateY(-50%) rotate(-45deg);
}
.accessories-slider button.slick-arrow:hover:before {
    transform: translateY(-50%) rotate(35deg);
}
.accessories-slider button.slick-arrow:hover:after {
    transform: translateY(-50%) rotate(-35deg);
}

.accessories-slider button.slick-arrow.slick-disabled {
    opacity: 0.3;
}

.cart-drawer::-webkit-scrollbar {
    display: none;
}

.cart-progress {
    display: block;
    margin: 20px 50px 20px;
    position: relative;
    border: 1px solid #000;
    border-radius: 22px;
    background: #F4F4F4;
    padding: 0px 10px;
    text-align: center;
    height: 35px;
    overflow: hidden;
}

.cart-progress .message_wrap_inner {
    display: flex;
    justify-content: flex-start;
    gap: 0px 2px;
    align-self: center;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: auto;
    
}

.cart-progress .message_wrap_inner p {
    margin: 0;
    font-size: 14px;
    font-family: 'helvetica_neueregular';
    line-height: 20px;
    position: relative;
    top: 1px;
    align-self: center;
    white-space: nowrap;
    margin: 0 auto;
}

.cart-progress .message_wrap_inner .progress-msg {
    margin-right: 0;
}

.cart-progress .message_wrap_inner .shipping_time_get {
    margin-left: 0;
}

.cart-progress .message_wrap_inner p.shipping_time_get {
    font-family: 'helvetica_neuemedium';
    line-height: 20px;
    top: 0px;
}

.cart-progress .progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cart-progress .progress-bar .progress-fill {
    display: block;
    height: 100%;
    background: #FFC600;
}

.cart-drawer-content  .cart-footer {
    display: block;
    padding: 0px 50px;
    margin-bottom: 40px;
}

.cart-drawer-content .cart-summary {
    display: block;
    margin: 0px 0px 25px;
}

.cart-drawer-content .cart-summary .summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.cart-drawer-content .cart-summary .summary-row span {
    font-size: 18px;
    font-family: 'helvetica_neuelight';
    line-height: 1.35em;
}

.cart-drawer-content .cart-summary .summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0px 10px;
}

.cart-drawer-content .cart-summary .summary-total span {
    font-family: 'helvetica_neuemedium';
    font-size: 24px;
    line-height: 1em;
}

.cart-drawer-content .cart-summary .discount-note {
    font-size: 14px;
    font-family: 'helvetica_neueregular';
    color: #BFBFBF;
    margin: 0;
}

.cart-drawer-content .cart-footer button.checkout-btn {
    width: 100%;
    border-radius: 0;
    background: #FFC600;
    border: 2px solid #FFC600;
    font-size: 16px;
    font-family: 'Oswald-Regular';
    text-transform: uppercase;
    padding: 8px 15px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .25s ease-out;
    margin: 0px 0px 20px;
    line-height: 1.5em;
}

.cart-drawer-content .cart-footer button.checkout-btn:hover {
    background: transparent;
}

/*temp css with now des start*/
.cart-drawer .cart-drawer-content {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.cart-drawer .cart-header-items-wrap {
    width: 100%;
}

.cart-drawer .cart_bottom_wrap {
    width: 100%;
    align-self: flex-end;
    margin-top: 20px;
}

/*temp css with now des end*/


.cart-drawer-content .cart-empty {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-drawer-content .cart-empty p {
    margin: 0;
    font-family: 'helvetica_neuemedium';
    font-size: 16px;
}

.cart-drawer-content .cart-item .cart-item-details .item_wraps_title .remove-item:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: loading-rotation 1s linear infinite;
    position: absolute;
    top: 2px;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.cart-drawer-content .cart-item .cart-item-details .item_wraps_title .remove-item.loading svg {
    opacity: 0;
    visibility: hidden;
}
.cart-drawer-content .cart-item .cart-item-details .item_wraps_title .remove-item.loading:before {
    opacity: 1;
    visibility: visible;
}

 @keyframes loading-rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

    /****media start***/
    @media(max-width:576px)
    {
    .cart-drawer {
    max-width: 100%;
    }

    .cart-drawer-content .cart-header {
    padding: 20px 30px 50px;
}

.cart-drawer-content .cart-header h2 {
    font-size: 36px;
    line-height: 1em;
}

.cart-drawer-content .cart-items {
    padding: 0px 20px 0px;
}

.cart-drawer-content .cart-item .cart-item-img {
    width: 87.5px;
    height: 73.04px;
    position: relative;
}


.cart-drawer-content .cart-item .cart-item-img img {
    object-fit: contain;
    height: 100%;
    position: absolute;
    width: 100%;
}

.cart-drawer-content .cart-item .cart-item-details {
    padding: 0px 0 0 12px;
}


.cart-drawer-content .cart-item .cart-item-details .cart-item-title {
    font-size: 18px;
    line-height: 1.25em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.cart-drawer-content .cart-item .cart-item-details .custom-description {
    max-width: 150px;
    margin: 2px 0px 0px;
}

.cart-drawer-content .cart-item .cart-item-details .item_wraps_title .remove-item {
    width: 14px;
    height: 14px;
}

.cart-drawer-content .price_quantity_wrap .quantity-control button {
    width: 20px;
    height: 20px;
}

.cart-drawer-content .price_quantity_wrap .quantity-control .qty-input {
    font-size: 12px;
    height: 20px;
}


.cart-drawer-content .price_quantity_wrap .quantity-control button:before {
    width: 15px;
    height: 15px;
    border: 1px solid #ffffff;
    top: 3px;
}

.cart-drawer-content .cart-item .cart-item-details .item_wraps_title .remove-item:before {
    border: 1px solid #000000;
}

.cart-drawer-content .cart-items::-webkit-scrollbar {
    width: 3px;
}

.cart-drawer-content .view_cart_full .drawer-subtitle {
    font-size: 16px;
}

.cart-drawer-content .view_cart_full .button_animated {
    padding-right: 20px;
}

.cart-drawer-content .view_cart_full .button_animated:hover svg {
    transform: translatex(-42%);
}

.cart-drawer-content .view_cart_full {
    padding: 0px 30px 0px;
}

.cart-progress {
    margin: 20px 30px 20px;
    height: 34px;
}

.cart-progress .message_wrap_inner p {
    font-size: 2.9vw;
}
.cart-progress .message_wrap_inner {
    gap: 0px 4px;
}

.cart-drawer-content .cart-footer {
    padding: 0px 30px;
}

.cart-drawer-content .cart-summary .summary-row span {
    font-size: 16px;
    line-height: 1.4em;
}

.cart-drawer-content .cart-summary .summary-total span {
    font-size: 21px;
    line-height: 1em;
}

.cart-drawer-content .cart-summary .discount-note {
    font-size: 12px;
    font-family: 'helvetica_neuelight';
}

.cart-drawer-content .cart-summary .summary-total {
    margin: 20px 0px 15px;
}

.cart-drawer-content .cart-summary {
    margin: 0px 0px 15px;
}

.cart-drawer-content .cart-footer button.checkout-btn {
    font-size: 14px;
    padding: 9.5px 15px;
}

.cart-drawer-content .accessories-section h3 {
    font-size: 16px;
}

.cart-drawer-content .accessories-section {
    padding: 25px 0px 15px 20px;
    padding: 0px 0px 20px 0px;  /*have to remove when design is publish*/
}

.accessories-slider button.slick-arrow {
    width: 27px;
    height: 27px;
    top: -25px;
}

.accessories-slider button.slick-arrow.slick-prev {
    right: 52px;
}

.accessories-slider button.slick-arrow.slick-next {
    right: 20px;
}

.accessories-slider button.slick-arrow:after, .accessories-slider button.slick-arrow:before {
    width: 7px;
    height: 2px;
}

.accessories-section .accessory-item .image_acc_wrap {
    width: 92px;
    height: 77px;
    position: relative;
}

.accessories-section .accessory-item-inner h2 {
    font-size: 18px;
    line-height: 1em;
    max-width: 125px;
}

.accessories-section .accessory-item-inner .price {
    font-size: 12px;
}

.accessories-section .accessory-item-inner .product_price_wrap {
    padding-bottom: 0;
}

.accessories-section .accessory-item-inner {
    padding: 0px 10px 0px 0px;
}

.accessories-section .accessory-item-inner .product_price_wrap .add-accessory {
    align-self: center;
    font-family: 'Oswald-Light';
    font-size: 12px;
    padding: 2.5px 14px;
}

.accessories-section .accessory-item-inner .product_short_description {
    display: none;
}

.accessories-section .accessory-item .image_acc_wrap img {
    position: absolute;
    width: 100%;
}

.accessories-section .slick-list {
    padding-right: 40px;
}

.cart-drawer-content .price_quantity_wrap .quantity-control button .mobile_show {
    display: block;
}

.cart-drawer-content .price_quantity_wrap .quantity-control button svg {
    display: none;
}

.cart-drawer-content .price_quantity_wrap .quantity-control button.qty-plus .mobile_show:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 1px;
    background-color: #ffffff;
    left: 9px;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.cart-drawer-content .price_quantity_wrap .quantity-control button.qty-plus svg line {
    opacity: 0;
    visibility: hidden;
}

.cart-drawer-content .price_quantity_wrap .quantity-control button.qty-plus .mobile_show:after {
    content: "";
    position: absolute;
    height: 1.5px;
    width: 14px;
    background-color: #ffffff;
    left: 0;
    top: 47%;
    right: 0;
    margin: 0 auto;
}
.cart-drawer-content .price_quantity_wrap .quantity-control button.qty-plus.loading .mobile_show {
    opacity: 0;
    visibility: hidden;
}

    }
/***cart drawer css end****/

