@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
/************ Colors ************/
/************ Typography ************/
/************ Mixin ************/
body {
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.5;
  font-family: "Roboto Slab", serif, sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"), url(https://example.com/MaterialIcons-Regular.woff) format("woff"), url(https://example.com/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.btn-close:focus {
  box-shadow: none !important;
}

.store_loader,
.store_loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.store_loader {
  margin: 60px auto;
  font-size: 0.625rem;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgb(0, 0, 0);
  border-right: 1.1em solid rgb(0, 0, 0);
  border-bottom: 1.1em solid rgb(0, 0, 0);
  border-left: 1.1em solid rgb(255, 255, 255);
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#store_loadingDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  z-index: 99999;
}

.w100 {
  font-weight: 100;
}

.w200 {
  font-weight: 200;
}

.w300 {
  font-weight: 300;
}

.w400 {
  font-weight: 400;
}

.w500 {
  font-weight: 500;
}

.w600 {
  font-weight: 600;
}

.w700 {
  font-weight: 700;
}

.w800 {
  font-weight: 800;
}

.w900 {
  font-weight: 900;
}

.lh100 {
  line-height: 100%;
}

.lh110 {
  line-height: 110%;
}

.lh120 {
  line-height: 120%;
}

.lh130 {
  line-height: 130%;
}

.lh140 {
  line-height: 140%;
}

.lh150 {
  line-height: 150%;
}

.lh160 {
  line-height: 160%;
}

.lh170 {
  line-height: 170%;
}

.lh180 {
  line-height: 180%;
}

.lh190 {
  line-height: 190%;
}

.lh200 {
  line-height: 200%;
}

.lh210 {
  line-height: 210%;
}

.rounded0 {
  border-radius: 0px;
}

.rounded4 {
  border-radius: 4px;
}

.rounded8 {
  border-radius: 8px;
}

.rounded12 {
  border-radius: 12px;
}

.rounded16 {
  border-radius: 16px;
}

.rounded20 {
  border-radius: 20px;
}

.rounded24 {
  border-radius: 24px;
}

.rounded28 {
  border-radius: 28px;
}

.rounded32 {
  border-radius: 32px;
}

.rounded36 {
  border-radius: 36px;
}

.rounded40 {
  border-radius: 40px;
}

.rounded44 {
  border-radius: 44px;
}

.store_theme--clr,
a.store_theme--clr,
.store_theme--clr a {
  color: #000000;
  text-decoration: none;
  outline: none;
}

a,
a:hover,
a:focus {
  color: rgb(27, 37, 89);
  text-decoration: none;
  outline: none;
}

/* Button css start
==================================== */
.btn1 {
  display: block;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-align: center;
  padding: 0.65rem 1.75rem;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 14px;
  color: #000;
}

.btn2 {
  display: block;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 0.65rem 1.75rem;
  border: 1px solid black !important;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.btn2:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

a.store_btn,
.store_btn,
a.store_btn:focus,
.store_btn:focus {
  color: #212121;
  display: inline-block;
  padding: 20px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
  margin: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  /*white-space: nowrap;*/
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  line-height: 14px;
  outline: none;
  box-shadow: none;
}
@media (max-width: 575px) {
  a.store_btn,
  .store_btn,
  a.store_btn:focus,
  .store_btn:focus {
    padding: 15px 3px;
  }
}

a.store_btn-sm,
.store_btn-sm,
a.store_btn-sm:focus,
.store_btn-sm:focus {
  padding: 10px 12px;
  font-size: 14px;
}

a.store_btn-lg,
.store_btn-lg,
a.store_btn-lg:focus,
.store_btn-lg:focus {
  padding: 16px 20px;
  font-size: 18px;
  line-height: 18px;
}

a.store_btn-review,
.store_btn-review,
a.store_btn-review:focus,
.store_btn-review:focus {
  border-radius: 20px;
  width: 100%;
  padding: 8px 12px;
  max-width: 80px;
  margin-right: 16px;
  height: 32px;
}

.store_btn--primary,
a.store_btn--primary {
  color: rgb(255, 255, 255) !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.store_btn--primary:hover,
a.store_btn--primary:hover {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(0, 0, 0) !important;
  border-color: rgb(0, 0, 0) !important;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}

.store_btn--primary:focus,
a.store_btn--primary:focus,
.store_btn--primary:active,
a.store_btn--primary:active,
.store_btn--primary.active,
a.store_btn--primary.active {
  color: rgb(255, 255, 255) !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.store_btn--primary.disabled,
a.store_btn--primary.disabled,
.store_btn--primary.disabled:focus,
a.store_btn--primary.disabled:focus {
  color: rgb(255, 255, 255) !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  filter: none;
  cursor: not-allowed;
}

.store_btn--secondary,
a.store_btn--secondary {
  color: #000000 !important;
  background-color: rgb(255, 255, 255) !important;
  border-color: rgb(0, 0, 0) !important;
  font-weight: 500;
}

.store_btn--secondary:hover,
a.store_btn--secondary:hover {
  color: rgb(255, 255, 255) !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}

.store_btn--secondary:focus,
a.store_btn--secondary:focus,
.store_btn--secondary:active,
a.store_btn--secondary:active,
.store_btn--secondary.active,
a.store_btn--secondary.active {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(0, 0, 0) !important;
  border-color: rgb(0, 0, 0) !important;
}

.store_btn--secondary.disabled,
a.store_btn--secondary.disabled,
.store_btn--secondary.disabled:focus,
a.store_btn--secondary.disabled:focus {
  color: #000000 !important;
  background-color: rgb(254, 237, 236) !important;
  border-color: rgb(254, 237, 236) !important;
  filter: none;
  cursor: not-allowed;
}

.store_btn--outline {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
}

.store_btn--outline:hover,
a.store_btn--outline:hover {
  color: #000000 !important;
  background-color: rgb(254, 237, 236) !important;
  border-color: #000000 !important;
}

.store_btn--outline:focus,
a.store_btn--outline:focus,
.store_btn--outline:active,
a.store_btn--outline:active,
.store_btn--outline.active,
a.store_btn--outline.active {
  color: #000000 !important;
  background-color: rgb(254, 237, 236) !important;
  border-color: #000000 !important;
}

.store_btn--outline.disabled,
a.store_btn--outline.disabled,
.store_btn--outline.disabled:focus,
a.store_btn--outline.disabled:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  filter: none;
  cursor: not-allowed;
}

/* Typography css start
==================================== */
.typo__h1--hero {
  font-size: calc(2.475rem + 1vw);
}
@media (min-width: 1400px) {
  .typo__h1--hero {
    font-size: 4.25rem;
  }
}

.typo__h1 {
  font-size: calc(1.925rem + 1vw);
}
@media (min-width: 1400px) {
  .typo__h1 {
    font-size: 3.5rem;
  }
}

.typo__h2 {
  font-size: calc(1.58125rem + 1vw);
}
@media (min-width: 1400px) {
  .typo__h2 {
    font-size: 2.875rem;
  }
}

.typo__h3 {
  font-size: calc(1.30625rem + 1vw);
}
@media (min-width: 1400px) {
  .typo__h3 {
    font-size: 2.375rem;
  }
}

.typo__h4 {
  font-size: calc(1.03125rem + 1vw);
}
@media (min-width: 1400px) {
  .typo__h4 {
    font-size: 1.875rem;
  }
}

.typo__h5 {
  font-size: calc(0.825rem + 1vw);
}
@media (min-width: 1400px) {
  .typo__h5 {
    font-size: 1.5rem;
  }
}

.typo__h6 {
  font-size: 1.25rem;
}

.typo__p {
  font-size: 1rem;
}

.typo__p--18 {
  font-size: 1.125rem;
}

.typo__p--14 {
  font-size: 0.875rem;
}

.typo__caption {
  font-size: 0.75rem;
}

.main {
  background: rgb(255, 255, 255);
}

.theme__box-shadow {
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
}

.light_text {
  color: rgb(0, 0, 0);
  font-weight: 500;
}
.light_text:hover, .light_text:focus {
  color: rgb(0, 0, 0);
  font-weight: 500;
}

.theme__clr--secondary-danger {
  color: rgb(255, 68, 68);
}
.theme__clr--secondary-danger:hover, .theme__clr--secondary-danger:focus {
  color: rgb(255, 68, 68);
}

.theme__custom_radio [type=radio]:checked,
.theme__custom_radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.theme__custom_radio [type=radio]:checked + label,
.theme__custom_radio [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
}
.theme__custom_radio [type=radio]:checked + label:before,
.theme__custom_radio [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 100%;
  background: #000000;
}
.theme__custom_radio [type=radio]:checked + label:after,
.theme__custom_radio [type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: rgb(255, 255, 255);
  position: absolute;
  top: 7px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.theme__custom_radio [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.theme__custom_radio [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.theme__custom_checkbox input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.theme__custom_checkbox input[type=checkbox] + label {
  position: relative;
  padding: 0.125rem 0 0 2rem;
  cursor: pointer;
}
.theme__custom_checkbox input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto;
  border-radius: 0.25rem;
  background: rgb(201, 212, 234);
  transition: background 200ms ease-out;
}
.theme__custom_checkbox input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  transform: scale(0);
  transition: transform 200ms ease-out;
}
.theme__custom_checkbox input[type=checkbox] + label:after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0.45rem;
  top: 0.325rem;
  width: 0.375rem;
  height: 0.75rem;
  opacity: 0;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
}
.theme__custom_checkbox input[type=checkbox]:checked + label:before {
  content: "";
}
.theme__custom_checkbox input[type=checkbox]:checked + label:after {
  content: "";
  opacity: 1;
}

/*========PDF downloader==========*/
div#dwn_btn_container button#pdf_download_handler {
  background: transparent;
  border: 0;
  padding: 0;
  color: rgb(245, 74, 66);
}

/*========PDF downloader==========*/
.item__quantity {
  margin-right: 1rem;
}
.item__quantity input {
  color: #000000;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 125px;
  text-align: center;
  border: 1px solid #000000;
  height: 44px;
  border-radius: 0px;
}
.item__quantity input:focus {
  outline: none;
  box-shadow: none;
  border-color: rgb(224, 229, 242);
}
.item__quantity--minus, .item__quantity--add {
  position: absolute;
  top: 13px;
  color: #000000;
  font-size: 0.625rem;
  padding: 3px;
  display: inline-flex;
}
.item__quantity--minus {
  left: 12px;
  top: 18px;
}
.item__quantity--add {
  right: 12px;
}

.theme__tabs--primary .nav-pills {
  background-color: rgb(239, 244, 251);
  border-radius: 8px 8px 8px 8px;
  display: inline-flex;
  padding: 0.5rem;
}
.theme__tabs--primary .nav-pills .nav-link {
  color: rgb(143, 155, 186);
}
.theme__tabs--primary .nav-pills .nav-link.active {
  color: rgb(255, 255, 255);
  background-color: #000000;
}

.theme__tabs--white .nav-pills {
  background-color: rgb(239, 244, 251);
  border-radius: 8px 8px 8px 8px;
  display: inline-flex;
  padding: 0.5rem;
}
.theme__tabs--white .nav-pills .nav-link {
  color: rgb(143, 155, 186);
}
.theme__tabs--white .nav-pills .nav-link.active {
  color: #000000;
  background-color: rgb(255, 255, 255);
}

.form-control {
  height: 44px;
  outline: none;
  box-shadow: none;
  color: rgb(27, 37, 89);
  background-color: transparent;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 0;
}

.form label {
  font-weight: 500;
}
.form input[type=text],
.form input[type=text]:focus,
.form input[type=email],
.form input[type=email]:focus,
.form input[type=password],
.form input[type=password]:focus {
  height: 44px;
  outline: none;
  box-shadow: none;
  color: rgb(27, 37, 89);
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 0;
}
.form input[type=text].is-invalid,
.form input[type=text]:focus.is-invalid,
.form input[type=email].is-invalid,
.form input[type=email]:focus.is-invalid,
.form input[type=password].is-invalid,
.form input[type=password]:focus.is-invalid {
  border-color: rgb(255, 68, 68);
  background-image: url("../images/invalid_icon.svg");
}
.form input[type=text]:disabled,
.form input[type=email]:disabled,
.form input[type=password]:disabled {
  cursor: no-drop;
  color: rgb(143, 155, 186);
}
.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder {
  color: rgb(143, 155, 186);
  font-weight: 400;
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder {
  color: rgb(143, 155, 186);
  font-weight: 400;
}
.form .invalid-feedback {
  color: rgb(255, 68, 68);
}
.form textarea,
.form input[type=file] {
  height: 44px;
  outline: none;
  box-shadow: none;
  color: rgb(27, 37, 89);
  background-color: transparent;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 0;
}
.form textarea:focus,
.form input[type=file]:focus {
  outline: none;
  box-shadow: none;
  background-color: rgb(255, 255, 255);
  border-color: 1px solid rgb(0, 0, 0);
}

.select,
.select:focus {
  height: 44px;
  outline: none;
  box-shadow: none;
  color: rgb(27, 37, 89);
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 0;
  background-image: url(../images/select-icon.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  cursor: pointer;
}
.select.is-invalid,
.select:focus.is-invalid {
  border-color: rgb(255, 68, 68);
  background-image: url("../images/invalid_icon.svg");
}

.theme__accordion--white .accordion-item:first-of-type {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.theme__accordion--white .accordion-item:last-of-type {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.theme__accordion--white .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.theme__accordion--white .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.theme__accordion--white .accordion-item .accordion-button {
  color: rgb(27, 37, 89);
  background-color: rgb(255, 255, 255);
}
.theme__accordion--white .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.theme__accordion--white .accordion-item .accordion-button:not(.collapsed) {
  color: rgb(27, 37, 89);
  background-color: rgb(255, 255, 255);
}
.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 100%;
  width: 100%;
  z-index: 1;
}
.progress-container::before {
  content: "";
  background-color: rgb(201, 212, 234);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  width: 100%;
  z-index: -1;
}
.progress-container .progress {
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  width: 0%;
  z-index: -1;
  transition: 0.4s ease;
}
.progress-container .checkout-circle {
  color: rgb(72, 85, 133);
  font-size: 1.25rem;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  height: 3.5rem;
  width: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}
.progress-container .checkout-circle.active {
  border: 2px solid rgb(201, 212, 234);
  color: #000000;
  border-color: #000000;
}

.bootstrap-select.form-control {
  background: none;
}
.bootstrap-select > .dropdown-toggle.btn {
  color: #000;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding: 9px;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none;
}
.bootstrap-select > .dropdown-toggle::after {
  content: "";
  display: block;
  border: none;
  border-bottom: 1px solid rgb(0, 0, 0);
  border-right: 1px solid rgb(0, 0, 0);
  transform: rotate(45deg);
  height: 10px;
  width: 10px;
  margin-top: -4px;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
}
.bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
  display: flex;
  align-items: center;
}
.bootstrap-select .dropdown-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
}
.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
  background: rgb(239, 244, 251);
  color: #000000;
}

.form-select {
  height: 44px;
  /* padding: 14px; */
  outline: none;
  box-shadow: none;
  border-radius: 8px 8px 8px 8px;
  color: #1b2559;
  background-color: white;
  border-color: #e3e3e3;
}

.required,
.pristine-error {
  color: rgb(255, 68, 68);
}

.pristine-error {
  font-size: 0.875rem;
}

.cursor-pointer {
  cursor: pointer;
}

.text-primary {
  color: #000000 !important;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: transparent;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav button :focus {
  outline: none;
}

@media (max-width: 420px) {
  .item__quantity {
    margin-left: 0;
  }
}
.login-offcanvas {
  background-color: rgba(255, 255, 255, 0.1) !important;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  overflow: hidden;
}
.login-offcanvas .offcanvas-body {
  padding: 10px 0;
  overflow: hidden;
}

.nav-item .animationclass {
  transform: translateX(100%);
  opacity: 0;
  animation: slideIn 0.6s forwards ease-in-out; /* Faster animation */
}

.nav-item:nth-child(2) .animationclass {
  animation-delay: 0.2s;
}

.nav-item:nth-child(3) .animationclass {
  animation-delay: 0.4s;
}

.nav-item:nth-child(4) .animationclass {
  animation-delay: 0.6s;
}

.nav-item:nth-child(5) .animationclass {
  animation-delay: 0.8s;
}

.nav-item:nth-child(6) .animationclass {
  animation-delay: 1s;
}

.nav-item:nth-child(7) .animationclass {
  animation-delay: 1.2s;
}

.nav-item:nth-child(8) .animationclass {
  animation-delay: 1.4s;
}

@keyframes slideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.cart-offcanvas {
  background-color: white !important;
  width: 50%;
}
.cart-offcanvas .offcanvas-header {
  background-color: white !important;
}
.cart-offcanvas #cartList .cartbar__thumb {
  width: 120px;
  height: 160px;
}
.cart-offcanvas #cartList .cartbar__thumb img {
  width: 100%;
}
.cart-offcanvas div#cartBtns {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

.forMobileView {
  display: none;
}

.close___button {
  display: none;
}

.navigation_contianer ul li a {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 10px 15px;
  text-decoration: underline;
}
.navigation_contianer ul li a:hover {
  color: rgb(0, 0, 0);
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active {
  background-color: transparent;
}

.homepage.logo_type .fixed-top {
  background: #ffffff;
}

.homepage.logo_type .fixed-top img.header_logo {
  background-color: transparent;
  filter: none;
}

.homepage img.header_logo {
  transition: width 1s cubic-bezier(0.5, 0, 0, 1) 0s, transform 0.7s cubic-bezier(0.5, 0, 0, 1) 0.7s;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  transform: translateX(0);
  top: 0px;
}
@media (max-width: 820px) {
  .homepage img.header_logo {
    top: 18px;
  }
}

.homepage.logo_type img.header_logo {
  width: 280px;
  height: auto;
  top: 6px;
  left: 15%;
}
@media (max-width: 992px) {
  .homepage.logo_type img.header_logo {
    left: 7%;
  }
}

.fixed-top {
  background: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.04);
  padding: 20px 0;
}

.login_essentials ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.login_essentials ul li {
  list-style: none;
}

a.nav-link.shopping-bag {
  padding-left: 10px;
}

button.navbar-toggler {
  padding: 0;
  line-height: 0;
}
button.navbar-toggler span {
  font-size: 33px;
}

.offcanvas-header {
  background: #c8c7c7;
  justify-content: space-between;
  padding: 1rem;
}

.user-welcome a.nav-link.merc-login-link {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}
.user-welcome a.nav-link.merc-login-link:hover {
  color: rgb(0, 0, 0);
}
.user-welcome a.nav-link.merc-login-link p.welcome-txt {
  padding-left: 10px;
  margin: 0;
}

ul.main_menu_listing {
  display: block;
}
ul.main_menu_listing li {
  padding: 10px 0 10px 0;
}

.main_menu_container {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  z-index: 1;
}

.navigation_contianer .xsnav .dropdown.submenu .header-dropdown {
  position: relative;
  top: 100%;
  z-index: 10;
  min-width: 100%;
  padding: 0px 0;
  background: #f9f9f9;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #efefef;
}
.navigation_contianer .xsnav .dropdown.submenu .header-dropdown:last-child {
  border-bottom: 0;
}

.navigation_contianer .xsnav .dropdown.submenu .level2-menu,
.navigation_contianer .xsnav .dropdown.submenu .level3-menu {
  left: 100%;
  top: 0;
}

.navigation_contianer .xsnav .dropdown.submenu .header-dropdown-inner {
  position: absolute;
  background-color: #ffffff;
  top: 0;
  left: 200px;
  border-radius: 0;
}

.navigation_contianer .xsnav .submenu:hover > .header-dropdown,
.navigation_contianer .xsnav .submenu-inner:hover > .header-dropdown-inner {
  display: block;
}

.cart_login_search_container ul li a {
  color: rgb(27, 37, 89);
  font-size: 1rem;
  font-weight: 500;
  padding: 12px 0;
  text-decoration: none;
  outline: none;
}
.cart_login_search_container ul li a:hover, .cart_login_search_container ul li a:focus {
  color: #000000;
}

.cart_login_search_container ul li a {
  color: rgb(27, 37, 89);
  font-size: 1rem;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 16px;
  text-decoration: none;
  outline: none;
}
.cart_login_search_container ul li a:hover, .cart_login_search_container ul li a:focus {
  color: #000000;
}

.search_bar_container input {
  border-radius: 50px;
  font-size: 14px;
}
.search_bar_container a.header__search--icon {
  position: absolute;
  top: 49%;
  right: 14px;
  transform: translateY(-50%);
  color: #000000;
}

.menu_bar_new {
  display: none;
}

.nav-item.display_username_header {
  padding-left: 10px;
}

.menu_bar_new .menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}

.menu_bar_new .line {
  fill: none;
  stroke: #000000;
  stroke-width: 3;
  stroke-dasharray: 60 207;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.mobile-nav .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}

.mobile-nav .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.display_username_header a.nav-link {
  color: rgb(0, 0, 0);
  padding: 0 10px;
  line-height: 0;
}
.display_username_header a.nav-link:first-child {
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 0;
}

a.nav-link.logout_acnhor {
  padding-right: 0;
}

a.nav-link {
  padding-bottom: 4px;
  color: black;
  font-size: 18px;
  font-weight: 500;
}
a.nav-link:hover {
  color: black;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.fixstyle, .store__header {
  position: fixed;
  width: 100%;
  z-index: 9;
}

.homepage .store__header {
  background-color: transparent;
}
.homepage .store_header--height {
  display: none;
}

.store__header {
  background-color: rgb(255, 255, 255);
  height: 80px;
}
.store__header.header_fixed {
  background-color: rgb(255, 255, 255);
  filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.08));
}
.store__header .header__search--input {
  height: 44px;
  padding-right: 40px;
  outline: none;
  box-shadow: none;
  border-radius: 8px 8px 8px 8px;
  color: rgb(143, 155, 186);
  background: rgb(250, 252, 254);
  border-color: rgb(224, 229, 242);
}
.store__header .header__search--icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: flex;
  align-items: center;
  color: rgb(143, 155, 186);
  text-decoration: none;
  outline: none;
}
.store__header .header__search--icon:hover, .store__header .header__search--icon:focus {
  color: rgb(143, 155, 186);
}
.store__header nav {
  align-self: center;
  display: flex;
  height: 100%;
  padding: 0;
}
.store__header nav ul.left-menu,
.store__header nav ul.right-menu {
  z-index: 99;
}
.store__header nav ul.left-menu li:last-child {
  margin-left: 5rem;
}
.store__header nav > ul > li {
  height: 80px;
  display: flex;
  align-items: center;
}
.store__header nav ul li img {
  max-height: 55px;
}
.store__header nav ul li a {
  color: rgb(27, 37, 89);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  outline: none;
}
.store__header nav ul li a:hover, .store__header nav ul li a:focus {
  color: #000000;
}
.store__header nav ul.xsnav li.active a {
  color: #000000;
}
.store__header nav ul.xsnav li.active a::after {
  content: "";
}
.store__header nav ul.xsnav li a {
  display: block;
  padding: 0.5rem 1rem;
}
.store__header nav ul li a.dropdown-item {
  font-size: 14px;
  padding: 0.5rem 1.5rem;
  display: flex;
  justify-content: space-between;
}
.store__header nav ul li a.dropdown-item:after {
  align-self: center;
}
.store__header nav ul li a.dropdown-item:hover, .store__header nav ul li a.dropdown-item:focus, .store__header nav ul li a.dropdown-item:active {
  background: #fafafa;
}
.store__header .search-dropdown {
  width: 250px;
  padding: 1rem;
  right: 0;
  left: auto;
}

.store__header .menu-bar button {
  display: none;
}

.store__header .xsnav {
  position: relative;
  width: 100%;
  flex: 1;
  justify-content: flex-end;
}

.store__header .xsnav .dropdown.submenu ul {
  padding: 0;
  list-style: none;
}

.store__header .xsnav .submenu:hover > .header-dropdown,
.store__header .xsnav .submenu-inner:hover > .header-dropdown-inner {
  display: block;
}

.offcanvas-header button.btn-close {
  margin-left: auto;
}

@media (max-width: 1199px) {
  .order_manual-2 {
    order: 2;
  }
}
@media (min-width: 1025px) {
  .store__header .xsnav .dropdown.submenu .header-dropdown {
    position: absolute;
    top: 80px;
    z-index: 10;
    min-width: 200px;
    padding: 0px 0;
    background: #ffffff;
    border-radius: 0;
  }
  .store__header .xsnav .dropdown.submenu .level2-menu,
  .store__header .xsnav .dropdown.submenu .level3-menu {
    left: 100%;
    top: 0;
  }
  .store__header .xsnav .dropdown.submenu .header-dropdown-inner {
    position: absolute;
    background-color: #ffffff;
    top: 0;
    left: 200px;
    border-radius: 0;
  }
}
@media (max-width: 1024px) {
  .store__header {
    height: 50px;
  }
  .store__header .container {
    max-width: 100%;
  }
  .store__header nav ul.left-menu {
    padding-left: 0.75rem;
  }
  .store__header nav ul li a {
    font-size: 1rem;
  }
  .store__header nav ul li img {
    max-height: 42px;
  }
  .store__header nav ul.right-menu li a {
    padding: 0.5rem;
  }
  .store__header nav ul.right-menu li:last-child a {
    padding-right: 0.75rem;
  }
  .store__header .xsnav .dropdown.submenu ul {
    position: static;
    width: 100%;
  }
  .store__header nav ul li {
    height: 50px;
  }
  .store__header nav ul.xsnav li {
    display: block;
  }
  .store__header .xsnav {
    position: fixed;
    left: -100%;
    top: 50px;
    flex-direction: column !important;
    width: 65%;
    transition: ease 0.5s all;
    background: rgb(255, 255, 255);
    justify-content: flex-start;
    height: calc(100vh - 50px);
    z-index: 9;
  }
  .store__header .xsnav .dropdown.submenu .slide-dropdown {
    top: 0;
  }
  .store__header .menu-bar button {
    display: inline-block;
  }
  .store__header.mobile-nav nav ul.xsnav {
    left: 0;
  }
  .store__header.mobile-nav nav ul.xsnav li a {
    position: relative;
    border-bottom: 1px solid #efefef;
  }
  .store__header.mobile-nav nav ul.xsnav li a.dropdown-toggle::after {
    position: absolute;
    height: 0px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .store__header.mobile-nav nav ul.xsnav .dropdown #demo {
    position: relative;
  }
  .store__header nav ul li.login-drop .dropdown-menu {
    min-width: 220px;
  }
  .store__header nav ul li.login-drop .dropdown-menu > a {
    padding-left: inherit;
  }
  .store__header .store-btn {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media (max-width: 991px) {
  .mobile-container {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .fixed-top {
    height: 75px;
  }
}
@media (max-width: 767px) {
  .homepage.logo_type img.header_logo {
    top: 17px;
  }
  li.nav-item.dropdown.search_new {
    border-bottom: 0;
    padding: 0 0 0 7px;
    line-height: 0;
  }
  .fixed-top {
    padding: 16px 0;
  }
  /*========Customized searchbar==========*/
  .search_bar_container .search_new {
    display: none;
  }
  button#btnopen {
    background: transparent;
    border: 0;
    font-size: 14px;
    line-height: 0;
  }
  .searchbar_customized.searchbar_show {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    width: 100%;
    background: #ffffff;
    height: 70px;
    z-index: 1;
  }
  .search_new.searchbar_input {
    max-width: 360px;
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
  }
  .search_bar_container.searchbar_input .search_new {
    display: block;
    max-width: 400px;
    margin: auto;
    position: relative;
    top: -9px;
  }
  .searchbar_customized.searchbar_show .search_bar_container button#btnopen {
    opacity: 0;
  }
  .search_bar_container.searchbar_input button#btnclose {
    display: block;
    position: absolute;
    right: 15px;
    background: transparent;
    border: 0;
    top: 20px;
  }
  .search_bar_container button#btnclose {
    display: none;
  }
  .search_bar_container {
    line-height: 0;
  }
  .forMobileView {
    display: block;
  }
  .close___button {
    display: block;
  }
  ul.main_menu_listing {
    padding: 18px 0;
  }
  /*========Customized searchbar==========*/
}
@media (max-width: 575px) {
  .cart_login_search_container .right-menu {
    justify-content: flex-start !important;
  }
  .search-top-left {
    display: none;
  }
}
footer {
  background: rgb(0, 0, 0);
  background-size: cover;
  background-position: center 150px;
  width: 100%;
  height: 100%;
}
footer .footer {
  padding: 4rem 0 0 0;
}
footer .footer__logo {
  margin-bottom: 1.5rem;
}
footer .footer .footer-head {
  font-size: 20px;
  margin-bottom: 1.5rem;
  color: rgb(255, 255, 255);
  position: relative;
}
footer .footer .direct-connect {
  text-align: center;
}
footer .footer .social-share,
footer .footer .footer-li {
  margin: 0;
  padding: 0;
}
footer .footer .social-share li {
  list-style: none;
  display: block;
  margin-bottom: 15px;
}
footer .footer .social-share li a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  outline: none;
  font-size: 16px;
}
footer .footer .social-share li:last-child {
  margin-right: 0px;
}
footer .footer .footer-li li {
  list-style: none;
  display: block;
  margin-bottom: 15px;
  padding: 0;
}
footer .footer .footer-li li a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  outline: none;
}
footer .footer .newsletter_input {
  height: 44px;
  padding-right: 40px;
  outline: none;
  box-shadow: none;
  border-radius: 8px 8px 8px 8px;
  color: rgb(143, 155, 186);
  background: rgb(250, 252, 254);
  border-color: rgb(224, 229, 242);
}
footer .footer .newsletter_send {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: flex;
  align-items: center;
  color: rgb(143, 155, 186);
  text-decoration: none;
  outline: none;
}
footer .footer .newsletter_send:hover, footer .footer .newsletter_send:focus {
  color: rgb(143, 155, 186);
}
footer img.footer-logo {
  padding: 3rem 0;
}
footer .footer_info {
  max-width: 300px;
  margin: auto;
}
footer p.address-span {
  color: white;
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
}
footer p.address-span span {
  padding-right: 14px;
}
footer p.number-span {
  color: white;
  display: flex;
  margin-bottom: 14px;
}
footer p.number-span span {
  padding-right: 14px;
}
footer p.email-span {
  color: white;
  display: flex;
}
footer p.email-span span {
  padding-right: 14px;
}
footer p.email-span a {
  color: white;
}
footer .copyright {
  text-align: center;
}
footer .copyright p {
  color: white;
  font-size: 14px;
  font-family: "Inter";
  padding: 1rem 0;
}
footer .post-footer {
  padding: 25px 0;
}
@media (max-width: 767px) {
  footer .post-footer .legallinks {
    padding-left: 0px;
  }
}
footer .post-footer .legallinks li {
  list-style: none;
  display: inline-block;
}
footer .post-footer .legallinks li:first-child a {
  margin-left: 0;
}
footer .post-footer .legallinks li a {
  text-decoration: none;
  outline: none;
  color: #ffffff;
  margin-left: 15px;
}

.social_connect h6 {
  color: #ffffff;
}

@media (max-width: 575px) {
  footer .footer_info {
    max-width: 230px;
    margin-left: initial;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: black;
  box-shadow: none !important;
  outline: none !important;
}

p#description {
  font-size: 13px;
  color: #1c1c1c;
  word-spacing: 6px;
  font-weight: 400;
}

.canvas-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.canvas-header h1 {
  padding-bottom: 10px;
}

.itembox__details--code {
  margin-right: 10px;
}

/**=====Common======**/
.form-control:focus {
  border-color: #000000;
  box-shadow: none !important;
}

.item__title {
  font-size: 32px;
}

.typo__p--18 {
  font-size: 16px !important;
}

/*=========Banner Bottom==========*/
.banner-bottom {
  margin: 4rem 0;
}
.banner-bottom .title {
  text-align: center;
  margin-bottom: 2rem;
}

.first-image {
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: white;
  border-right: 1px solid #efefef;
  padding: 20px;
  transition: 0.9s all;
}
.first-image span {
  font-size: 16px;
  font-style: italic;
  position: relative;
}
.first-image span::before {
  position: absolute;
  content: "";
  background: white;
  width: 87px;
  height: 2px;
  left: 0px;
  bottom: 11px;
}
.first-image h3 {
  font-size: 24px;
  padding: 10px 0 10px 0;
}
.first-image a.read-more {
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
  padding: 12px;
}
.first-image a.read-more:hover {
  font-style: italic;
}

.first-image:hover h3 {
  transform: translateY(-10px);
}

.first-image:hover span {
  transform: translateY(-10px);
}

.first-image:hover p {
  transform: translateY(-10px);
}

.first-image:hover a {
  transform: translateY(-10px);
}

.second-image {
  display: flex;
  flex-direction: column;
  justify-content: start;
  color: white;
  padding: 20px;
  transition: 0.9s all;
}
.second-image span {
  font-size: 16px;
  font-style: italic;
  position: relative;
}
.second-image span::before {
  position: absolute;
  content: "";
  background: white;
  width: 87px;
  height: 2px;
  right: 0px;
  bottom: 11px;
}
.second-image h3 {
  font-size: 24px;
  padding: 10px 0 10px 0;
}
.second-image a.read-more {
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
  padding: 12px;
}
.second-image a.read-more:hover {
  font-style: italic;
}

.second-image:hover h3 {
  transform: translateY(-10px);
}

.second-image:hover span {
  transform: translateY(-10px);
}

.second-image:hover p {
  transform: translateY(-10px);
}

.second-image:hover a {
  transform: translateY(-10px);
}

.colum-fashion-one {
  padding-top: 3rem;
}
.colum-fashion-one ul li {
  display: flex;
  align-items: center;
}
.colum-fashion-one ul li figure {
  padding-right: 20px;
}
.colum-fashion-one ul li figure img {
  max-width: 200px;
}
.colum-fashion-one span.span_dark {
  font-size: 14px;
  color: #8f8b87;
  font-weight: 500;
  font-style: italic;
}
.colum-fashion-one h3 {
  font-size: 30px;
  font-weight: 400;
  color: black;
  padding: 15px 0 10px 0;
}
.colum-fashion-one p {
  margin-bottom: 20px;
}
.colum-fashion-one a.read-more {
  color: black;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.colum-fashion-one a.read-more p {
  margin-bottom: 0;
  padding: 7px 0 0 3px;
}

/*=======Seasonal section===========*/
.seasonal {
  position: relative;
}
.seasonal .seasonl-product {
  text-align: center;
  margin-bottom: 20px;
}
.seasonal .seasonl-product h4.parent-title {
  font-size: 20px;
  padding: 10px;
}
.seasonal .seasonl-product p.parent-price {
  color: grey;
  padding-bottom: 6px;
}
.seasonal .seasonl-product p.parent-price span {
  color: #ff0b00;
}
.seasonal .seasonl-product p.you-saved {
  font-weight: 500;
}
.seasonal .title-seasonal {
  padding: 2rem 0;
  text-align: center;
}
.seasonal .title-seasonal h3 {
  color: black;
  font-size: 44px;
  padding: 2rem 0;
  font-weight: 700;
}
.seasonal .title-seasonal h3 p {
  font-size: 16px;
  color: black;
  font-style: italic;
}

/*=======Seasonal section===========*/
/*======Fashion Forward=========*/
.wid-content span {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}
.wid-content h2 {
  padding: 1rem 0;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.wid-content .elementor-text {
  padding: 0 0 2rem 0;
  font-size: 18px;
  font-weight: 400;
}

/*===============Knitwear==========*/
.knitwear {
  background-image: url(../images/knit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 70vh;
  margin: 1rem 0;
}
.knitwear .knitwear-title {
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: auto;
}
.knitwear .knitwear-title span {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
}
.knitwear .knitwear-title h2 {
  font-weight: 900;
  font-size: 58px;
  padding-bottom: 2rem;
}
.knitwear .knitwear-title p {
  font-weight: 600;
}

/*===========Party SHades===========*/
.header-wrapper {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  /* Zoom in Keyframes */
  /*End of Zoom in Keyframes */
  /* Zoom out Keyframes */
  /*End of Zoom out Keyframes */
}
.header-wrapper .party-shades {
  background-image: url(../images/newcover_web.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  margin: 1rem 0;
  position: relative;
  animation: zoomin 10s ease-in infinite;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
@media (max-width: 768px) {
  .header-wrapper .party-shades {
    background-position: center;
  }
}
.header-wrapper .party-shades::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.36);
  width: 100%;
  height: 100%;
}
.header-wrapper .party-shades .partyshades-title {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: auto;
  background: none;
  animation: zoomout 10s ease-in infinite;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.header-wrapper .party-shades h3 {
  color: rgb(255, 255, 255);
  font-size: 56px;
  z-index: 0;
  font-family: "Inter";
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.3em;
  margin: 20px;
}
@media (max-width: 1199px) {
  .header-wrapper .party-shades h3 {
    font-size: 35px;
  }
}
.header-wrapper .party-shades p {
  color: rgb(255, 255, 255);
  z-index: 0;
  font-family: "Inter";
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 20px;
  text-align: center;
  line-height: 50px;
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.67);
  }
  100% {
    transform: scale(1);
  }
}

/*===========Silder effect=============*/
.main_silder {
  height: 80vh;
  min-height: 600px;
  margin: auto;
  display: flex;
  flex-flow: row;
  gap: 2em;
  justify-content: space-around;
  align-items: center;
  background: black;
}
@media (max-width: 575px) {
  .main_silder {
    height: 55vh;
    min-height: 510px;
  }
}
.main_silder .new-slide {
  position: relative;
  min-height: 600px;
  max-height: 750px;
  height: inherit;
  flex: 1 0 75%;
  margin: auto;
  overflow: hidden;
  box-shadow: -42px 32px 65px -2px rgba(28, 28, 29, 0.3882352941);
  z-index: 1;
  display: block;
}
@media (max-width: 575px) {
  .main_silder .new-slide {
    display: none;
  }
}
.main_silder .new-slide1.mini {
  flex: 1 0 20%;
  z-index: 0;
  display: none;
}
@media (max-width: 575px) {
  .main_silder .new-slide1.mini {
    display: block;
    height: 55vh;
    min-height: 510px;
    position: relative;
  }
}
.main_silder .custom-component {
  color: #fefaff;
  font-size: inherit;
  width: 100%;
}
.main_silder .custom-component .intro {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 8px;
}
.main_silder .custom-component .title {
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 16px;
}
.main_silder .custom-component .context {
  margin-bottom: 32px;
}
.main_silder .custom-component .btn {
  display: inline-block;
  padding: 1em 2em;
  background-color: #000000;
  color: #ffffff;
  text-transform: unset;
  font-weight: 800;
  border-radius: 0;
}
.main_silder .custom-component .btn:focus {
  box-shadow: none !important;
}
.main_silder .custom-component.normal .intro {
  font-size: 1.75rem;
}
.main_silder .custom-component.normal .title {
  font-size: 5rem;
}
@media (max-width: 1199px) {
  .main_silder .custom-component.normal .title {
    font-size: 3rem;
  }
}
.main_silder .slider {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.main_silder .slider::-webkit-scrollbar {
  display: none;
}
.main_silder .slider.horizontal {
  flex-flow: row nowrap;
}
.main_silder .slider .slide {
  flex: 1 0 100%;
  position: relative;
}
.main_silder .slider .slide::before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3490196078) -10%, transparent 80%);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.main_silder .slider .slide .background {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
}
.main_silder .slider .slide .background .background-img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_silder .slider .slide .content {
  position: relative;
  width: auto;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 2em;
  z-index: 1;
}
.main_silder .slider .slide .content .component {
  position: relative;
  opacity: 0;
  transform: translate(0, 0);
  transition: transform 0.3s linear, opacity 0.5s ease;
}
.main_silder .slider .slide.active .content .component {
  transition: transform 0.3s linear, opacity 2s ease;
  opacity: 1;
  transform: translate(0, 0%);
  position: relative;
}
.main_silder .slider.normal .slide .background .background-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_silder .slider.normal .slide .content {
  position: absolute;
  display: block;
  padding: 0;
  height: 100%;
  width: 50%;
}
.main_silder .slider.normal .slide .content .component {
  width: 65%;
  top: 50%;
  left: 50%;
  transform: translate(-200%, -50%);
  transition: transform 0.5s linear, opacity 2s ease;
}
@media (max-width: 820px) {
  .main_silder .slider.normal .slide .content .component {
    width: 80%;
  }
}
.main_silder .slider.normal .slide.active::before {
  opacity: 0;
  transition: transform 0.3s linear, opacity 1s ease;
}
.main_silder .slider.normal .slide.active .content .component {
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.0784313725);
  padding: 30px;
}
@media (max-width: 375px) {
  .main_silder .slider.normal .slide.active .content .component {
    background: rgba(0, 0, 0, 0.54);
  }
}
.main_silder .slider.normal .slide.active::before {
  opacity: 1;
}
.main_silder .control {
  position: absolute;
  bottom: 0;
  z-index: 0;
  padding: 2em;
  right: 0;
  z-index: 1;
}
.main_silder .control .control-button {
  position: relative;
  display: inline-block;
  padding: 0.25em;
  background: none;
  width: 24px;
  height: 30px;
  border: none;
  outline: none;
  opacity: 0.25;
  transition: opacity 0.3s ease;
  background-color: white;
}
.main_silder .control .control-button.next {
  margin-left: 0.5em;
}
.main_silder .control .control-button svg {
  position: relative;
  overflow: visible;
  width: 100%;
}
.main_silder .control .control-button svg #path_arrow_prev,
.main_silder .control .control-button svg #path_arrow_next {
  stroke: black;
  stroke-width: 1.5px;
  transition: stroke 0.3s ease;
}
.main_silder .control .control-button.disabled .hover {
  display: none;
}
.main_silder .control .control-button:not(.disabled) {
  cursor: pointer;
  opacity: 0.75;
}
.main_silder .control .control-button:not(.disabled) .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  background: rgba(254, 250, 255, 0.75);
  transform-origin: center center;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform 0.3s ease;
}
.main_silder .control .control-button:not(.disabled):hover.next #path_arrow_next {
  stroke: rgba(13, 14, 31, 0.75);
}
.main_silder .control .control-button:not(.disabled):hover.prev #path_arrow_prev {
  stroke: rgba(13, 14, 31, 0.75);
}
.main_silder .control .control-button:not(.disabled):hover .hover {
  transform: translate(-50%, -50%) scale(1, 1);
}
.main_silder .control.normal {
  padding: 0 3em 3em 0;
}
.main_silder .control.normal .control-button {
  width: 32px;
  height: 32px;
  background-color: white;
}
.main_silder .control.normal .control-button.next {
  margin-left: 0.75em;
}
.main_silder .control.normal .control-button:not(.disabled) .hover {
  width: 3em;
  height: 3em;
}
.main_silder .indicator {
  position: absolute;
  display: none;
  right: 3em;
  top: 50%;
  height: 40%;
  transform: translateY(-50%);
}
.main_silder .indicator .line {
  position: relative;
  width: 2px;
  height: 100%;
  background: rgba(254, 250, 255, 0.5);
}
.main_silder .indicator .line .bar {
  position: absolute;
  background: #fefaff;
  top: 0;
  width: 100%;
  transition: transform 0.5s ease;
}
.main_silder .indicator .line .bar .number {
  position: absolute;
  color: #fefaff;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  font-size: 1.15rem;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.main_silder .indicator.horizontal {
  top: unset;
  right: unset;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  transform: unset;
}
.main_silder .indicator.horizontal .line {
  width: 100%;
  height: 2px;
}
.main_silder .indicator.horizontal .line .bar {
  left: 0;
  top: unset;
  transform: translate(0, 0);
  height: 100%;
}
.main_silder .indicator.horizontal .line .bar .number {
  display: none;
}

.new-slide1.mini .slider {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.new-slide1.mini .slider::-webkit-scrollbar {
  display: none;
}
.new-slide1.mini .slider.horizontal {
  flex-flow: row nowrap;
}
.new-slide1.mini .slider .slide {
  flex: 1 0 100%;
  position: relative;
}
.new-slide1.mini .slider .slide::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3490196078) -10%, transparent 80%);
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 575px) {
  .new-slide1.mini .slider .slide::before {
    background: linear-gradient(0deg, rgba(84, 84, 84, 0.35) -10%, rgba(0, 0, 0, 0.168627451) 80%);
  }
}
.new-slide1.mini .slider .slide .background {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
}
.new-slide1.mini .slider .slide .background .background-img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.new-slide1.mini .slider .slide .content {
  position: relative;
  width: auto;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 2em;
  z-index: 1;
}
.new-slide1.mini .slider .slide .content .component {
  position: relative;
  opacity: 0;
  transform: translate(0, 0);
  transition: transform 0.3s linear, opacity 0.5s ease;
}
.new-slide1.mini .slider .slide.active .content .component {
  transition: transform 0.3s linear, opacity 2s ease;
  opacity: 1;
  transform: translate(0, 0%);
  position: relative;
}
.new-slide1.mini .slider.normal .slide .background .background-img {
  width: 100%;
}
.new-slide1.mini .slider.normal .slide .content {
  position: absolute;
  display: block;
  padding: 0;
  height: 100%;
  width: 50%;
}
.new-slide1.mini .slider.normal .slide .content .component {
  width: 65%;
  top: 50%;
  left: 50%;
  transform: translate(-200%, -50%);
  transition: transform 0.5s linear, opacity 2s ease;
}
.new-slide1.mini .slider.normal .slide.active::before {
  opacity: 0;
  transition: transform 0.3s linear, opacity 1s ease;
}
.new-slide1.mini .slider.normal .slide.active .content .component {
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.0784313725);
  padding: 30px;
}
@media (max-width: 375px) {
  .new-slide1.mini .slider.normal .slide.active .content .component {
    background: rgba(0, 0, 0, 0.54);
  }
}
.new-slide1.mini .slider.normal .slide.active::before {
  opacity: 1;
}

/*===========Silder effect=============*/
.itembox {
  overflow: hidden;
}
.itembox__img {
  overflow: hidden;
  height: 350px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.itembox__img a {
  display: block;
  height: 100%;
  text-decoration: none;
  outline: none;
}
.itembox__img a img {
  width: 100%;
  transition: ease all 2s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itembox__img a:hover img {
  transform: scale(1.2);
}
.itembox__details {
  background: rgb(255, 255, 255);
  padding: 1rem;
}
.itembox__details--title a {
  display: block;
  color: #1c1c1c;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  outline: none;
}
.itembox__details--pricecode {
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.itembox__details--price p {
  font-size: 1.5rem;
  color: #000000;
}
.itembox__details--code p {
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  color: #9d9a9a;
}

.store__breadcrumb ol {
  margin: 0;
  align-items: center;
  justify-content: center;
}
.store__breadcrumb ol li a {
  font-size: 0.875rem;
  color: rgb(27, 37, 89);
  text-decoration: none;
  outline: none;
}
.store__breadcrumb ol li a.active {
  color: rgb(104, 118, 159);
}
.store__breadcrumb ol .breadcrumb-item + .breadcrumb-item::before {
  content: "\e649";
  font-size: 0.75rem;
  font-family: "themify";
  line-height: 2;
}

#home_banner_slider .owl-nav {
  margin: 0;
}
#home_banner_slider .owl-nav button {
  margin: 0;
  color: rgb(255, 255, 255);
  background: rgb(246, 92, 85) !important;
}
#home_banner_slider .owl-dots {
  margin-top: 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#home_banner_slider .owl-dots .owl-dot span {
  width: 40px;
  margin: 5px 3px;
  height: 4px;
  background: rgb(163, 174, 208);
}
#home_banner_slider .owl-dots .owl-dot.active span {
  background: #000000;
}

section.categoryitems .bootstrap-select > .dropdown-toggle::after {
  border-color: black;
}

.featureditems,
.shopbycategories {
  padding: 3rem 0;
  background: rgb(0, 0, 0);
}
.featureditems .owl-carousel .owl-stage-outer,
.shopbycategories .owl-carousel .owl-stage-outer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.featureditems .itembox__details--title a,
.shopbycategories .itembox__details--title a {
  text-align: left;
  font-weight: 500;
}
.featureditems .itembox__details--pricecode,
.shopbycategories .itembox__details--pricecode {
  display: flex;
}

.featureditems h2 {
  color: white;
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

.shopbycategories {
  padding-bottom: 3rem;
}
.shopbycategories h4 {
  margin-bottom: 1rem;
}
.shopbycategories .itembox {
  margin-bottom: 1.5rem;
}
.shopbycategories .itembox__details--title a {
  text-align: center;
  font-weight: 400;
}
.shopbycategories .itembox__details--pricecode {
  display: none;
}
.shopbycategories .promotion_banner {
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.08));
}
.shopbycategories .promotion_banner--1, .shopbycategories .promotion_banner--2 {
  position: relative;
}
.shopbycategories .promotion_banner--1 img, .shopbycategories .promotion_banner--2 img {
  width: 100%;
  transition: ease all 2s;
}
.shopbycategories .promotion_banner--1__details {
  background: rgba(85, 137, 151, 0.7);
  right: 0;
}
.shopbycategories .promotion_banner--2__details {
  background: rgba(116, 70, 109, 0.4);
  left: 0;
}
.shopbycategories .promotion_banner__details {
  color: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  padding: 1.5rem;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  transition: ease all 2s;
}
.shopbycategories .promotion_banner__details h2 {
  font-weight: 400;
}
.shopbycategories .promotion_banner:hover .promotion_banner--1 img,
.shopbycategories .promotion_banner:hover .promotion_banner--2 img {
  transform: scale(1.2);
}
.shopbycategories .promotion_banner:hover .promotion_banner__details {
  width: 70%;
}
.shopbycategories .itembox__img {
  height: auto;
}

.category__main .category_banner {
  background: rgb(255, 255, 255);
  padding: 2.5rem 0;
  margin-top: 80px;
}
.category__main .category_banner h2 {
  text-align: center;
}
.category__main .category_banner h1 {
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.03em;
}
.category__main .category_banner h1 span {
  color: rgb(255, 255, 255);
  text-align: center;
}
.category__main .category_banner .sorting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category__main .category_banner .sorting__select {
  min-width: 180px;
}
.category__main .category_banner .sorting__select label {
  font-weight: 700;
}
.category__main .category_banner .sorting__btn {
  background-color: rgb(239, 244, 251);
  padding: 0.25rem;
  border-radius: 6px 6px 6px 6px;
  margin-top: 1.5rem;
}
.category__main .category_banner .sorting__btn li {
  display: inline-flex;
}
.category__main .category_banner .sorting__btn li a {
  color: rgb(72, 85, 133);
  display: block;
  padding: 0.5rem;
  line-height: 0;
  border-radius: 6px 6px 6px 6px;
  text-decoration: none;
  outline: none;
}
.category__main .category_banner .sorting__btn li a.active {
  color: #000000;
  background-color: rgb(255, 255, 255);
}
.category__main .categoryitems {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}
.category__main .categoryitems .itembox {
  margin-bottom: 1.5rem;
}
.category__main .categoryitems .filter h3 {
  margin-bottom: 4rem;
}
.category__main .categoryitems .filter .filter__head {
  margin-bottom: 1.5rem;
}
.category__main .categoryitems .filter__byprice li {
  list-style: none;
  margin-bottom: 1rem;
}
.category__main .categoryitems .filter__byprice [type=radio]:checked,
.category__main .categoryitems .filter__byprice [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.category__main .categoryitems .filter__byprice [type=radio]:checked + label,
.category__main .categoryitems .filter__byprice [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
}
.category__main .categoryitems .filter__byprice [type=radio]:checked + label:before,
.category__main .categoryitems .filter__byprice [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 100%;
  background: #000000;
}
.category__main .categoryitems .filter__byprice [type=radio]:checked + label:after,
.category__main .categoryitems .filter__byprice [type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: rgb(255, 255, 255);
  position: absolute;
  top: 7px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.category__main .categoryitems .filter__byprice [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.category__main .categoryitems .filter__byprice [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.category__main .categoryitems .filter__bycolor {
  margin-top: 2.5rem;
}
.category__main .categoryitems .filter__bycolor-colors li {
  list-style: none;
  display: inline-block;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
.category__main .categoryitems .filter__bycolor-colors li a {
  color: rgb(255, 255, 255);
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  text-decoration: none;
  outline: none;
}
.category__main .categoryitems .filter__bycolor-colors li a.active::after {
  content: "\e64c";
  font-family: "themify";
  position: absolute;
  font-size: 0.75rem;
  left: 5px;
  top: 3px;
}
.category__main .categoryitems .filter__bycolor--primary-dark {
  background-color: #000000;
}
.category__main .categoryitems .filter__bycolor--info-dark {
  background-color: rgb(25, 118, 210);
}
.category__main .categoryitems .filter__bycolor--success-dark {
  background-color: rgb(0, 126, 51);
}
.category__main .categoryitems .filter__bycolor--warning {
  background-color: rgb(255, 187, 51);
}
.category__main .categoryitems .filter__bycolor--primary-black {
  background-color: rgb(0, 0, 0);
}
.category__main .categoryitems .filter__bycolor--blue-dark {
  background-color: #0000ff;
}

.item-details {
  padding: 2.5rem 0;
  margin-top: 80px;
}
.item-details .item__gallery {
  display: flex;
  position: sticky;
  top: 100px;
  bottom: 0;
}
.item-details .item__gallery #gal1 {
  flex-shrink: 0;
}
.item-details .item__gallery #gal1 .item {
  margin-bottom: 1rem;
}
.item-details .item__gallery #gal1 .item img {
  border: 1px solid rgb(224, 229, 242);
  border-radius: 8px 8px 8px 8px;
  max-width: 100%;
  max-height: 80px;
}
.item-details .item__gallery .item__image {
  margin-left: 1rem;
  position: relative;
  flex-grow: 1;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
}
.item-details .item__details .item__code {
  margin-top: 20px;
}
.item-details .item__details .item__code span {
  color: black;
  font-weight: bold;
}
.item-details .item__details .item__price {
  color: #000000;
  margin: 1rem 0;
}
.item-details .item__details .item__description p.typo__p--18 {
  padding-bottom: 4px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.item-details .item__details .item__description ul {
  margin-top: 0.75rem;
}
.item-details .item__details .item__description ul li {
  margin-bottom: 0.75rem;
}
.item-details .item__details .item__properties--size {
  margin-top: 2rem;
}
.item-details .item__details .item__properties--size ul {
  padding: 0;
  margin: 0;
  margin-top: 0.5rem;
}
.item-details .item__details .item__properties--size ul li {
  list-style: none;
  display: inline-flex;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}
.item-details .item__details .item__properties--size ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgb(72, 85, 133);
  width: 35px;
  height: 35px;
  background: rgb(255, 255, 255);
  border-radius: 8px 8px 8px 8px;
  text-decoration: none;
  outline: none;
}
.item-details .item__details .item__properties--size ul li a span {
  margin: auto;
}
.item-details .item__details .item__properties--size ul li a.active {
  background-color: #000000;
  color: rgb(255, 255, 255);
}
.item-details .item__details .item__properties--size .item__sizechart {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: rgb(27, 37, 89);
  margin-top: 0.5rem;
}
.item-details .item__details .item__properties--color {
  margin-top: 2rem;
}
.item-details .item__details .item__properties--color ul {
  padding: 0;
  margin: 0;
  margin-top: 0.5rem;
}
.item-details .item__details .item__properties--color ul li {
  list-style: none;
  display: inline-flex;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}
.item-details .item__details .item__properties--color ul li a {
  color: rgb(255, 255, 255);
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 8px 8px 8px 8px;
  text-decoration: none;
  outline: none;
}
.item-details .item__details .item__properties--color ul li a.active::after {
  content: "\e64c";
  font-family: "themify";
  position: absolute;
  font-size: 1.25rem;
  left: 7px;
  top: 3px;
}
.item-details .item__details .item__properties--color--primary-dark {
  background-color: #000000;
}
.item-details .item__details .item__properties--color--info-dark {
  background-color: rgb(25, 118, 210);
}
.item-details .item__details .item__properties--color--success-dark {
  background-color: rgb(0, 126, 51);
}
.item-details .item__details .item__properties--color--warning {
  background-color: rgb(255, 187, 51);
}
.item-details .item__details .item__properties--color--primary-black {
  background-color: rgb(0, 0, 0);
}
.item-details .item__details .item__properties--color--blue-dark {
  background-color: #0000ff;
}
.item-details .item__details--footer {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
@media (max-width: 320px) {
  .item-details .item__details--footer {
    align-items: flex-start !important;
    flex-direction: column;
  }
}
.item-details .item__details--footer .item__addtocart--btn button {
  width: 200px;
}
.item-details .store_btn.text-decoration-underline {
  overflow: initial;
}

.mostpopular {
  display: none;
  padding-bottom: 3rem;
}
.mostpopular .owl-carousel .owl-stage-outer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.mostpopular .itembox__details--title a {
  text-align: left;
  font-weight: 500;
}
.mostpopular .itembox__details--pricecode {
  display: flex;
}

.register-login-tab li.nav-item.login-link {
  list-style: none;
  width: 100%;
  text-align: center;
  border: 2px solid #000000;
  padding: 8px 0;
  font-size: 20px;
  margin-bottom: 18px;
}
.register-login-tab li.nav-item.login-link:hover {
  background-color: rgb(0, 0, 0);
}
.register-login-tab li.nav-item.login-link:hover a {
  color: rgb(255, 255, 255);
}
.register-login-tab li.nav-item.register-link {
  list-style: none;
  color: rgba(28, 28, 28, 0.6509803922);
}

.contact-background {
  background-image: url(../images/contact-us.jpg);
  background-repeat: no-repeat;
}

.separtion {
  margin: 10px 0 20px 0;
}

div#otp_btn {
  margin: 0;
}

.userlogin__section {
  padding: 8rem 0;
  margin-top: 80px;
}
.userlogin__section .logn__form {
  background-color: rgb(255, 255, 255);
  padding: 1rem 0;
}
.userlogin__section .logn__form .login__heading {
  font-size: 22px;
  color: #1c1c1c;
  letter-spacing: 4px;
  margin-bottom: 24px;
}
.userlogin__section .logn__form .login-info {
  font-size: 14px;
}
.userlogin__section .logn__form .login__footer--url a {
  color: rgba(28, 28, 28, 0.6509803922);
  text-decoration: none;
  outline: none;
}
.userlogin__section .logn__form .forgotemail-success .forgot__text--success {
  color: #00b729;
  text-align: center;
}
.userlogin__section ::-moz-placeholder {
  color: rgba(28, 28, 28, 0.6509803922);
  opacity: 1; /* Firefox */
}
.userlogin__section ::placeholder {
  color: rgba(28, 28, 28, 0.6509803922);
  opacity: 1; /* Firefox */
}
.userlogin__section ::-ms-input-placeholder {
  /* Edge 12-18 */
  color: rgba(28, 28, 28, 0.6509803922);
}

/*========Contact Us==========*/
.contact-title {
  margin: 2rem auto;
  max-width: 500px;
  text-align: center;
  color: white;
}
.contact-title ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.contact-title ul li {
  list-style: none;
}
.contact-title ul li a {
  color: rgb(255, 255, 255);
}
.contact-title ul span.arrow_span {
  line-height: 0;
}

.itemcart {
  padding: 4rem 0;
  margin-top: 80px;
}
.itemcart .cart__title {
  font-size: 34px;
  font-weight: 300;
}
.itemcart .cart__title span {
  color: rgb(143, 155, 186);
  font-size: 16px;
}
.itemcart .cart__allremovebtn {
  color: #000000;
  text-decoration: none;
  outline: none;
}
.itemcart .cartbar {
  background-color: rgb(255, 255, 255);
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 16px 16px 16px 16px;
}
.itemcart .cartbar .cartbar__thumb img {
  max-height: 80px;
  border-radius: 8px 8px 8px 8px;
}
.itemcart .cartbar__actions--edit, .itemcart .cartbar__actions--delete {
  color: rgb(27, 37, 89);
  font-size: 1.2rem;
  display: inline-flex;
  margin-left: 0.25rem;
  text-decoration: none;
  outline: none;
}
.itemcart .cartbar__actions--delete {
  color: rgb(255, 68, 68);
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
.itemcart .cartbar__item_property--key, .itemcart .cartbar__item_property--value {
  margin-right: 0.625rem;
}
.itemcart .cartbar__item_property--value {
  color: rgb(104, 118, 159);
}
.itemcart__total {
  text-align: right;
  padding: 0 16px;
}
.itemcart__total h6 {
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding-top: 10px;
}
.itemcart .cart__options .cart__shopping-btns {
  margin-top: 1rem;
}
.itemcart .cart__options .cart__shopping-btns a:first-child {
  margin-right: 1rem;
}

.checkoutprocess__pricedetails .bootstrap-select > .dropdown-toggle::after {
  border-color: black;
}

table.table.caption-top thead {
  background: #f6f6f6;
  border-bottom: 2px solid #000000;
}

.checkout__details-list {
  border-bottom: 1px solid rgba(214, 214, 214, 0.4509803922);
  padding: 4px 0;
}
.checkout__details-list:last-child {
  border-bottom: none;
}

.checkoutprocess,
.checkoutprocess__pricedetails {
  padding: 4rem 0;
}
.checkoutprocess .bootstrap-select > .dropdown-toggle.btn,
.checkoutprocess__pricedetails .bootstrap-select > .dropdown-toggle.btn {
  background-color: rgb(255, 255, 255);
  color: #000000;
}
.checkoutprocess .bootstrap-select > .dropdown-toggle.btn .bootstrap-select > .dropdown-toggle::after,
.checkoutprocess__pricedetails .bootstrap-select > .dropdown-toggle.btn .bootstrap-select > .dropdown-toggle::after {
  border-color: #000000;
}
.checkoutprocess .checkout__shipping,
.checkoutprocess__pricedetails .checkout__shipping {
  background-color: rgb(255, 255, 255);
  padding: 1.5rem;
  border-radius: 16px;
}
.checkoutprocess .checkout__shipping--new,
.checkoutprocess__pricedetails .checkout__shipping--new {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkoutprocess .checkout__shipping--new:hover, .checkoutprocess .checkout__shipping--new:focus,
.checkoutprocess__pricedetails .checkout__shipping--new:hover,
.checkoutprocess__pricedetails .checkout__shipping--new:focus {
  border: 1px solid #000000;
}
.checkoutprocess .checkout__shipping--new.active,
.checkoutprocess__pricedetails .checkout__shipping--new.active {
  border: 1px solid #000000;
}
.checkoutprocess .checkout__shipping--form,
.checkoutprocess__pricedetails .checkout__shipping--form {
  margin-top: 2rem;
}
.checkoutprocess .checkout__shipping--form-radio li,
.checkoutprocess__pricedetails .checkout__shipping--form-radio li {
  list-style: none;
  display: inline-flex;
  margin-right: 0.5rem;
  margin-top: 0.75rem;
}
.checkoutprocess .checkout__shipping--method .selectwith__img .fedex_logo,
.checkoutprocess .checkout__shipping--method .selectwith__img .ups_logo,
.checkoutprocess .checkout__shipping--method .selectwith__img .usps_logo,
.checkoutprocess__pricedetails .checkout__shipping--method .selectwith__img .fedex_logo,
.checkoutprocess__pricedetails .checkout__shipping--method .selectwith__img .ups_logo,
.checkoutprocess__pricedetails .checkout__shipping--method .selectwith__img .usps_logo {
  display: inline-flex;
}
.checkoutprocess .checkout__shipping--method .selectwith__img .fedex_logo,
.checkoutprocess__pricedetails .checkout__shipping--method .selectwith__img .fedex_logo {
  background: url(../images/fedex_logo.svg) no-repeat;
  height: 8px;
  width: 30px;
}
.checkoutprocess .checkout__shipping--method .selectwith__img .ups_logo,
.checkoutprocess__pricedetails .checkout__shipping--method .selectwith__img .ups_logo {
  background: url(../images/ups_logo.svg) no-repeat;
  height: 23px;
  width: 30px;
}
.checkoutprocess .checkout__shipping--method .selectwith__img .usps_logo,
.checkoutprocess__pricedetails .checkout__shipping--method .selectwith__img .usps_logo {
  background: url(../images/usps_logo.svg) no-repeat;
  height: 10px;
  width: 80px;
}
.checkoutprocess .addsbox,
.checkoutprocess__pricedetails .addsbox {
  list-style: none;
  display: inline-flex;
  max-width: 100%;
  border: 1px solid rgb(224, 229, 242);
  padding: 0.75rem 0.5rem;
  border-radius: 8px;
}
.checkoutprocess .checkout__options .checkout__details,
.checkoutprocess__pricedetails .checkout__options .checkout__details {
  margin-top: 1rem;
  background-color: rgb(255, 255, 255);
  padding: 1rem 1.25rem;
  border-radius: 16px;
}
.checkoutprocess .checkout__options .checkout__details-list,
.checkoutprocess__pricedetails .checkout__options .checkout__details-list {
  margin-bottom: 0.75rem;
}
.checkoutprocess .checkout__options .checkout__details-list:last-child,
.checkoutprocess__pricedetails .checkout__options .checkout__details-list:last-child {
  margin-bottom: 0;
}
.checkoutprocess .checkout__options .checkout__shopping-btns,
.checkoutprocess__pricedetails .checkout__options .checkout__shopping-btns {
  margin-top: 1rem;
}
.checkoutprocess .checkout__options .checkout__shopping-btns a:first-child,
.checkoutprocess__pricedetails .checkout__options .checkout__shopping-btns a:first-child {
  margin-right: 1rem;
}

.checkoutprocess__pricedetails {
  padding: 0;
}
.checkoutprocess__pricedetails .checkout__details {
  margin-top: 0 !important;
  border: 1px solid #c9d4ea;
  background-color: rgb(255, 255, 255);
  padding: 1rem 1.25rem;
  border-radius: 16px;
  margin-bottom: 24px;
}

.light-top-border {
  padding-top: 16px;
  border-top: 1px solid #f6f8fd;
}

.checkout__main + .modal .modal-body {
  max-height: 500px;
}

.checkout__main + .modal .modal-body input + label p,
.checkout__main + .modal .modal-body label {
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
}

.oneline__wrap {
  display: inline-block;
  max-width: 100%;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.ordercomplete__section {
  padding: 4rem 0;
  margin-top: 80px;
}
.ordercomplete__section .orderconfirm__box {
  text-align: center;
}

div#BehaviorSection {
  border-bottom: 2px solid #efefef;
  padding: 20px 0;
}

form#attributableForm.item__properties {
  border-bottom: 2px solid #efefef;
  border-left: 0;
  padding: 20px 0;
}

/*---------PDF Manual----------*/
.user_manual {
  border: 2px solid #efefef;
  border-left: 0;
  border-right: 0;
  padding: 20px 0;
  margin-top: 20px;
}
.user_manual h4 {
  font-size: 18px;
  font-weight: 600;
}
.user_manual ul {
  padding: 0;
  margin: 0;
}
.user_manual li {
  list-style: none;
  margin: 0 !important;
}

/*---------PDF Manual----------*/
.contact__main {
  display: flex;
  align-items: center;
}
.contact__main .contact__section {
  width: 100%;
  margin: auto;
  padding: 4rem 0;
}
.contact__main .contact__section .contact__box {
  background-color: rgb(255, 255, 255);
  padding: 2rem;
  border-radius: 16px;
}
.contact__main .contact__section .contact__box .contact__list {
  width: 200px;
  height: 100px;
  border-radius: 8px;
  background-color: rgb(239, 244, 251);
}

.myaccount__section {
  padding: 4rem 0;
  margin-top: 80px;
}
.myaccount__section h1 {
  font-size: 34px;
  font-weight: 300;
  font-family: "Inter";
}
.myaccount__section .myaccount__detail {
  border: 3px solid rgba(128, 128, 128, 0.1411764706);
  padding: 2rem;
}
.myaccount__section .myaccount__options .nav {
  margin: 20px 0 0 0;
  border-top: 2px solid #000000;
  padding-bottom: 15px;
  padding-top: 15px;
}
.myaccount__section .myaccount__options .nav .nav-item {
  margin-bottom: 15px;
}
.myaccount__section .myaccount__options .nav .nav-item:last-child {
  margin-bottom: 0rem;
}
.myaccount__section .myaccount__options .nav .nav-item .nav-link {
  color: black;
  padding: 0 10px;
}
.myaccount__section .myaccount__options .nav .nav-item .nav-link.active, .myaccount__section .myaccount__options .nav .nav-item .nav-link:hover, .myaccount__section .myaccount__options .nav .nav-item .nav-link:focus {
  color: #000000;
}
.myaccount__section .myaccount__detail .ordersort__select {
  max-width: 250px;
}
@media (max-width: 575px) {
  .myaccount__section .myaccount__detail .ordersort__select {
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.myaccount__section .myaccount__detail .order__detail {
  margin-top: 1.5rem;
  font-size: 0.875rem;
}
.myaccount__section .myaccount__detail .order__detail-row {
  background-color: rgb(255, 255, 255);
  padding: 1rem;
  border: 1px dashed rgb(201, 212, 234);
  border-radius: 16px;
  margin-bottom: 1rem;
}
.myaccount__section .myaccount__detail .order__detail-row:last-child {
  margin-bottom: 0rem;
}
.myaccount__section .myaccount__detail .ordersearch .form-group {
  position: relative;
}
.myaccount__section .myaccount__detail .ordersearch .form-group .form-control {
  display: block;
  width: 100%;
  padding: 0.565rem 3rem;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cacaca;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.myaccount__section .myaccount__detail .ordersearch .form-group .form-control:focus {
  box-shadow: none;
}
.myaccount__section .myaccount__detail .ordersearch .form-group i {
  position: absolute;
  position: absolute;
  color: #aaa;
  top: 58%;
  left: 15px;
}
.myaccount__section .myaccount__detail .ordersearch .search-box {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #000;
  outline: 0;
  border-radius: 0;
}
.myaccount__section .myaccount__detail .ordersearch .search-box:focus {
  box-shadow: none;
  border: 1px solid rgba(245, 74, 66, 0.1803921569);
}
.myaccount__section .myaccount__detail .ordersearch .search-box:not(:valid) ~ .close-icon {
  display: none;
}
.myaccount__section .myaccount__detail .ordersearch .close-icon {
  position: relative;
  padding: 10px;
  border: 1px solid transparent;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
}
.myaccount__section .myaccount__detail .ordersearch .close-icon:after {
  content: "X";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #f54a42;
  z-index: 1;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 1px;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 12px;
  box-shadow: 0 0 2px #e50f0f;
  cursor: pointer;
}
.myaccount__section .myaccount__detail .manage__address--existing .addsbox {
  list-style: none;
  display: block;
  border: 1px solid rgb(224, 229, 242);
  padding: 0.75rem;
  border-radius: 8px;
  position: relative;
}
.myaccount__section .myaccount__detail .manage__address--existing .addsbox .address__default {
  background: rgb(1, 181, 116);
  color: rgb(255, 255, 255);
  font-size: 0.625rem;
  border-radius: 4px 4px 0 0;
  padding: 0.125rem 0.5rem;
  position: absolute;
  top: -1.25rem;
  right: -1px;
  display: none;
}
.myaccount__section .myaccount__detail .manage__address--existing .addsbox.active {
  border-radius: 8px 0 8px 8px;
}
.myaccount__section .myaccount__detail .manage__address--existing .addsbox.active .address__default {
  display: inline-flex;
}
.myaccount__section .myaccount__detail .wishlist__row {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed rgb(201, 212, 234);
}
.myaccount__section .myaccount__detail .wishlist__row:last-child {
  padding-bottom: 0rem;
  margin-bottom: 0rem;
  border-bottom: none;
}
.myaccount__section .myaccount__detail .myprofile-head a i {
  color: rgb(0, 0, 0);
}
.myaccount__section .myaccount__detail .myprofile-head a i:hover {
  color: #000000;
}
.myaccount__section .myaccount__detail .my__profile {
  margin-top: 32px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5rem;
}
.myaccount__section .accordion .accordion-item {
  border: none;
}
.myaccount__section .accordion .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  width: 100%;
  padding: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: rgb(255, 255, 255);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.myaccount__section .accordion .accordion-item .accordion-header .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  background-image: none;
  content: "\e64b";
  font-family: "themify";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.myaccount__section .fullform {
  border-bottom: 1px solid #c9d4ea;
  padding-bottom: 1.5rem;
}
.myaccount__section .fullform .form-control {
  height: 44px;
  padding: 14px;
  outline: none;
  box-shadow: none;
  border-radius: 8px 8px 8px 8px;
  color: #1b2559;
  background-color: rgb(255, 255, 255);
  border-color: #e3e3e3;
}
.myaccount__section .fullform .form-group #primaryEmail,
.myaccount__section .fullform .form-group #customerID {
  background: #e3e3e3;
  border: none;
  cursor: context-menu;
  color: rgb(0, 0, 0);
  padding-left: 14px;
  border: 1px solid #000000;
}
.myaccount__section .labelfont {
  font-weight: 500;
}
.myaccount__section form.is-readonly .btn-save {
  display: none;
}
.myaccount__section form.is-readonly input[disabled],
.myaccount__section form.is-readonly textarea[disabled] {
  cursor: context-menu;
  background-color: #f6f8fd;
  border-color: transparent;
  outline-color: transparent;
  box-shadow: none;
  padding: 14px;
}
.myaccount__section form.is-readonly input[disabled] #primaryEmail,
.myaccount__section form.is-readonly textarea[disabled] #primaryEmail {
  background: #000;
  border: none;
  cursor: context-menu;
  color: rgba(0, 0, 0, 0.4117647059);
  padding-left: 14px;
}
.myaccount__section form.is-readonly input[disabled] #customerID,
.myaccount__section form.is-readonly textarea[disabled] #customerID {
  background: #f6f8fd;
  border: none;
  cursor: context-menu;
  color: rgba(0, 0, 0, 0.4117647059);
  padding-left: 14px;
}
.myaccount__section form.is-editing .btn-edit {
  display: none;
}
.myaccount__section .manage__address--edit {
  background-color: rgb(255, 255, 255);
  padding: 1rem;
  border-radius: 16px;
  margin-bottom: 2rem;
}

.billing__section .fullform {
  padding-bottom: 1.5rem;
}
.billing__section .fullform .form-control {
  height: 44px;
  padding: 14px;
  outline: none;
  box-shadow: none;
  border-radius: 8px 8px 8px 8px;
  color: #1b2559;
  background-color: rgb(255, 255, 255);
  border-color: #e3e3e3;
}
.billing__section .fullform .form-group #primaryEmail,
.billing__section .fullform .form-group #customerID {
  background: #f6f8fd;
  border: none;
  cursor: context-menu;
  color: rgba(0, 0, 0, 0.4117647059);
  padding-left: 14px;
}
.billing__section .billing__section {
  background-color: rgb(255, 255, 255);
  padding: 1rem;
  border-radius: 16px;
  margin-bottom: 2rem;
}

.myprofile-fieldhead h5 {
  font-size: 22px;
  padding: 1rem 0;
  font-weight: 400;
  font-family: "Inter";
  letter-spacing: 0.03em;
}

.badgestatus {
  display: inline-block;
  padding: 8px 11px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: rgb(255, 255, 255);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 18px;
}

.bg-completed {
  background-color: #edf9f0;
  color: #56876d;
}

.bg-pending {
  background-color: rgba(255, 136, 0, 0.08);
  color: rgb(255, 136, 0);
}

.bg-failed {
  background-color: rgba(255, 68, 8, 0.08);
  color: rgb(255, 68, 68);
}

.more-menu {
  width: 130px;
}

.pyretry_store_btn {
  color: #212121;
  display: inline-block;
  padding: 9px 16px;
  text-decoration: none;
  border-radius: 8px 0px 0px 8px;
  background-color: transparent;
  border: 1px solid transparent;
  margin: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  /* white-space: nowrap; */
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  line-height: 14px;
  outline: none;
  box-shadow: none;
}

.pyretry_btn {
  color: #ffffff;
  background-color: #f54a42;
  border: 1px solid transparent;
  font-size: 1rem;
  border-radius: 0px 8px 8px 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.pyretry_btn:focus {
  box-shadow: none;
}

.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f54a42;
  border-color: #f54a42;
}

.ordersort__select .bootstrap-select > .dropdown-toggle.btn {
  background: transparent;
  color: black;
  padding: 10px;
}
.ordersort__select .bootstrap-select > .dropdown-toggle::after {
  border-color: #000000;
}

/* More Button / Dropdown Menu */
.more-btn,
.more-menu-btn {
  background: none;
  display: flex;
  flex-direction: column;
  border: 0 none;
  line-height: normal;
  overflow: visible;
  width: 100%;
  text-align: left;
  outline: none;
  cursor: pointer;
}

.more-dot {
  background-color: #aab8c2;
  margin: 1px auto;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 0px;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.more-menu {
  position: absolute;
  z-index: 900;
  float: left;
  padding: 10px 0;
  margin-top: 9px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #ccd8e0;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translate(0, 15px) scale(0.95);
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  pointer-events: none;
}

.more-menu-caret {
  position: absolute;
  top: -10px;
  left: 12px;
  width: 18px;
  height: 10px;
  float: left;
  overflow: hidden;
}

.more-menu-caret-outer,
.more-menu-caret-inner {
  position: absolute;
  display: inline-block;
  margin-left: -1px;
  font-size: 0;
  line-height: 1;
}

.more-menu-caret-outer {
  border-bottom: 10px solid #c1d0da;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: auto;
  left: 0;
  top: 0;
  width: auto;
}

.more-menu-caret-inner {
  top: 1px;
  left: 1px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid rgb(255, 255, 255);
}

.more-menu-items {
  margin: 0;
  list-style: none;
  padding: 0;
}

.more-menu-item {
  display: flex;
  align-items: center;
}
.more-menu-item .actionicon {
  padding: 12px;
}
.more-menu-item .actionicon:hover {
  color: rgb(221, 67, 59);
}

.more-menu-btn {
  /* min-width: 100%; */
  color: #66757f;
  cursor: pointer;
  display: block;
  font-size: 13px;
  line-height: 18px;
  padding: 7px;
  position: relative;
  white-space: nowrap;
}

.more-menu-item:hover {
  background-color: rgb(239, 244, 251);
}

.more-menu-item:hover .more-menu-btn {
  color: rgb(221, 67, 59);
}

.more-btn:hover .more-dot,
.show-more-menu .more-dot {
  background-color: #516471;
}

.show-more-menu .more-menu {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  pointer-events: auto;
}

.vieworderproduct {
  border: 1px dashed rgb(201, 212, 234);
  border-radius: 8px;
}
.vieworderproduct__row {
  padding-bottom: 1rem;
  border-bottom: 1px dashed rgb(201, 212, 234);
}
.vieworderproduct__row:last-child {
  margin-bottom: 0rem;
}

.status_width {
  max-width: 85px;
}

.viewordermodel .modal-dialog {
  max-width: 900px;
  margin: 1.75rem auto;
}
.viewordermodel .modal-dialog .modal-header {
  padding: 1rem 2rem;
}
.viewordermodel .modal-dialog .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem 2rem;
  max-height: 600px;
  height: 100%;
  overflow-y: scroll;
}
.viewordermodel .modal-dialog .modal-body .typo__p--16 {
  font-weight: 500;
}
.viewordermodel .modal-dialog .modal-body .typo__p--18 {
  font-weight: 500;
}

.manage__address--edit.theme__box-shadow .bootstrap-select > .dropdown-toggle.btn {
  background: white;
  color: black;
}
.manage__address--edit.theme__box-shadow .bootstrap-select > .dropdown-toggle::after {
  border-color: black;
}

.subtotal {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
}

.vieworder {
  border-bottom: 1px dashed #c9d4ea;
  padding: 7px;
  margin-bottom: 1rem;
}

.staticpage__section {
  padding: 4rem 0;
}

.toast-body {
  justify-content: space-between;
  align-items: center;
  display: flex;
  color: #fff;
}

.toast-body.success {
  background: rgb(1, 181, 116);
}

.toast-body.error {
  background: rgb(255, 68, 68);
}

.attributeOption label input {
  display: none;
}
.attributeOption label input + div {
  border: 1px solid #e0e5f2;
  padding: 5px 20px;
}
.attributeOption input[type=radio]:checked + div {
  color: white;
  background-color: #f54a42;
  border-color: #f54a42;
}

.attributeOption:first-child label input {
  display: none;
}
.attributeOption:first-child label input + div {
  background: grey;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  padding: initial;
}
.attributeOption:first-child label input + div span {
  display: none;
}
.attributeOption:first-child label #RD + div {
  background: red;
}
.attributeOption:first-child label #BLK + div {
  background: black;
}
.attributeOption:first-child input[type=radio]:checked + div {
  border: 2px solid grey;
  color: #a2a5b1;
  background-color: initial;
  border-color: initial;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: rgba(0, 0, 0, 0.0196078431);
  box-shadow: none;
}

.accordion-button::after {
  content: "\f106";
  font-family: FontAwesome;
  background: none;
}

.accordion-button:not(.collapsed)::after {
  background: none;
}

.accordion-button:focus {
  border-color: #fff;
  box-shadow: none;
}

.checkoutprocess .checkout__address_info {
  border: none;
  padding: 0;
  border-radius: 0;
  height: 100%;
  width: 100%;
}

.checkoutprocess .checkout__address_info input {
  display: none;
}

.checkoutprocess .checkout__address_info input + label {
  border: 1px solid #e0e5f2;
  padding: 0.75rem 0.5rem;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.checkoutprocess .checkout__address_info input:checked + label {
  border: 1px solid #f54a42;
}

.add__new__address {
  padding-top: 0;
}

.accordion-item:not(:first-of-type),
.accordion-item {
  border: 1px solid rgb(240, 243, 250);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-button {
  background: rgba(0, 0, 0, 0.0196078431);
}

.custom__detail--table-row {
  background-color: white;
  padding: 1rem;
  border: 1px solid #c9d4ea;
  border-radius: 16px;
}

.custom__detail--table-row table {
  margin-bottom: 0;
}

.custom__detail--table-row .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #c9d4ea;
}

.custom__detail--table-row tbody tr:last-of-type td {
  background-color: transparent;
  border-bottom-width: inherit;
}

.custom__detail--table-row .light_text {
  font-weight: 500;
}

.accordion-item .addsbox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.is-readonly .btn-save.js-save {
  display: none;
}
.is-readonly .btn-edit.js-edit {
  display: block;
}
.is-readonly .btn-save.js-cancel {
  display: none;
}

.is-editing .btn-edit.js-edit {
  display: none;
}
.is-editing .btn-save.js-save {
  display: block;
  margin-right: 16px;
}
.is-editing .btn-save.js-cancel {
  display: block;
}

.is-editing.fullform .form-control,
.is-readonly.fullform .form-control {
  border: 1px solid #000000;
  border-radius: 0;
  height: 44px;
}

.is-readonly.fullform .form-control {
  color: rgba(0, 0, 0, 0.41);
}

.is-editing.fullform .form-control {
  color: #1b2559;
}
.is-editing.fullform .form-control.is-disabled {
  color: rgba(0, 0, 0, 0.41);
}

.country-flag {
  display: inline-block;
}

.cart__options .theme__box-shadow {
  box-shadow: none;
}
.cart__options .theme__accordion--white .accordion-item:first-of-type,
.cart__options .theme__accordion--white .accordion-item:last-of-type {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
}

.display_username_header a i,
.cart-icon a span,
.merc-login-link i {
  font-size: 24px;
}

.progress {
  height: 0.5rem;
}

.bg-orange {
  background: #f9b85a;
}

.thumbnail img {
  /*height: 50px;*/
  width: 60px;
  border-radius: 16px;
  margin-right: 8px;
}

.circular__progress__section .progress {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.circular__progress__section .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.circular__progress__section .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.circular__progress__section .progress .progress-left {
  left: 0;
}
.circular__progress__section .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.circular__progress__section .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  transform-origin: center left;
}
.circular__progress__section .progress .progress-right {
  right: 0;
}
.circular__progress__section .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.circular__progress__section .progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #ffffff;
  font-size: 14px;
  color: #f54a42;
  line-height: 58px;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 5%;
}
.circular__progress__section .progress.orange .progress-bar {
  border-color: #f54a42;
}
.circular__progress__section .progress.orange .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

hr {
  background: #ced4da;
}

.text-yellow {
  color: #ffe11b;
}

.feature__rating__star i {
  margin-right: 8px;
}

.static-pages {
  box-shadow: 0rem 0rem 0.938rem 0.625rem rgba(67, 69, 70, 0.1);
  padding: 3rem;
  margin: 4rem 0;
  border-top: 0.25rem solid #000000;
  background: #fff;
}
.static-pages h1 {
  font-size: 30px;
  font-weight: 300;
  position: relative;
}
.static-pages h1::before {
  position: absolute;
  content: "";
  background: #000000;
  width: 75px;
  height: 4px;
  bottom: -10px;
  border-radius: 50px;
}
.static-pages h1::after {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 8px;
  height: 19px;
  bottom: -18px;
  left: 12px;
  transform: rotate3d(1, 1, 1, 327deg);
}

.rate {
  float: left;
  height: 46px;
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 18px;
  color: #ccc;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate > input:checked ~ label {
  color: #ffc700;
}
.rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rate > input:checked + label:hover, .rate > input:checked + label:hover ~ label, .rate > input:checked ~ label:hover, .rate > input:checked ~ label:hover ~ label, .rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

#itemPriceDetail {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: end;
}

.like,
.dislike {
  border: none;
  background: transparent;
}

.theme__bg--primary {
  background-color: #feedec;
}

.p-xl32 {
  padding: 2rem;
}

.p-24 {
  padding: 1.5rem;
}

.f-lg24 {
  font-size: 1.5rem;
}

.rounded-start8 {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

.getintouch .form__input {
  height: 46px;
  padding-left: 50px;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.6);
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.2);
}
.getintouch .form__input--icon {
  position: absolute;
  top: 11px;
  bottom: auto;
  left: 15px;
  margin: auto;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.6);
}
.getintouch textarea.form__input {
  height: auto;
}
.getintouch .custom__select {
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background-position: right 10px center;
}

/* ===== Img preview Product Rating popup ====== */
.review_product_uploadImgThumbnail {
  display: none;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  position: relative;
}
.review_product_uploadImgThumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.review_product_uploadImgThumbnail span.remove-thumbnail {
  cursor: pointer;
  background: #f6f8fd;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: -10px;
  border-radius: 50px;
  box-shadow: 1px 1px 5px #d9d9d9;
  top: -10px;
}
.review_product_uploadImgThumbnail span.remove-thumbnail::before, .review_product_uploadImgThumbnail span.remove-thumbnail::after {
  content: "";
  position: absolute;
  cursor: pointer;
  width: 11px;
  height: 2px;
  background: #1b2559;
  right: 4px;
  transform: rotate(-40deg);
  top: 9px;
}
.review_product_uploadImgThumbnail span.remove-thumbnail::after {
  transform: rotate(45deg);
}

/* ===== Img preview Product Rating popup end ====== */
/* ==== review list & avatar ====*/
.reviewer-avtar {
  width: 35px;
  height: 35px;
  background-color: #f3f3f3;
  border-radius: 50%;
  text-align: center;
  margin-right: 8px;
}
.reviewer-avtar img {
  padding-top: 5px;
}

/* ===== 21072022 =====*/
.rating-list-paragraph p {
  line-height: 15px;
}

.rating-count-wrapper {
  position: relative;
}
.rating-count-wrapper ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rating-count-wrapper ul li {
  margin: 0 2px;
}
.rating-count-wrapper ul li.fillStars {
  color: #000000;
}
.rating-count-wrapper ul li.unfillStars {
  color: #000000;
}

/* ==== review list avatar ====*/
/* ====== 25/07/2022 =======*/
.feal #starRatingFill,
.feal #starRating {
  display: flex;
  position: absolute;
  left: 0;
  overflow: hidden;
}
.feal #starRatingFill i,
.feal #starRating i {
  margin: 0 1.3px;
}

.feal #starRatingFill i {
  color: #000000;
}

.feal #starRating i {
  color: #000000;
}

/* ====== 25/07/2022 =======*/
/*=========== 26/07/2022 =========*/
.ques-title-bg {
  background: rgb(255, 255, 255);
  padding: 20px;
  box-shadow: 1px 2px 4px rgb(250, 252, 254);
}

.question-ans {
  background: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 1px 2px 4px rgb(250, 252, 254);
}
.question-ans .accordion-header {
  margin-bottom: 15px;
}
.question-ans .accordion-item {
  border: none;
}

/*=========== 26/07/2022 =========*/
@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes loading-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(36deg);
  }
}
@keyframes loading-5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(126deg);
  }
}
@media only screen and (max-width: 990px) {
  .progress-circular {
    margin-bottom: 20px;
  }
}
.Pagination_row .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 5px 16px;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.Pagination_row .btn:focus {
  box-shadow: none;
}
.Pagination_row .btn-rowpage {
  color: black;
  background-color: transparent;
  border-color: black;
}
.Pagination_row:hover {
  color: #143361;
  border-color: #565e64;
}
.Pagination_row:focus {
  color: #000;
  border-color: #565e64;
}
.Pagination_row .dropdown-menu {
  min-width: 45px;
}
.Pagination_row .pagination {
  margin-bottom: 0;
  display: flex;
  justify-content: end;
}
.Pagination_row .pagination .active a {
  color: #ffffff;
  background-color: black;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 6px;
}
.Pagination_row .pagination li a {
  border: 1px;
  color: #707070;
  margin: 0px 8px;
}
.Pagination_row .pagination li a:hover {
  color: #000000;
  text-decoration: none;
  padding-bottom: 2px;
}
.Pagination_row .pagination li a:focus {
  outline: none;
  background-color: transparent;
  /*color:#707070;*/
}
.Pagination_row .pagination li:first-child a,
.Pagination_row .pagination li:last-child a {
  border-radius: 6px;
  margin: 6px;
  font-size: 14px;
  color: #143361;
}
.Pagination_row .pagination li:first-child a:hover,
.Pagination_row .pagination li:last-child a:hover {
  text-decoration: none;
  border: none;
  color: #000;
}
.Pagination_row .pagination li:first-child a:focus,
.Pagination_row .pagination li:last-child a:focus {
  outline: none;
}

#lblCartCount {
  background-color: #000000 !important;
  font-size: 12px !important;
}

.filters_title {
  font-size: 14px;
  margin: 10px 0;
  font-weight: 400;
  color: grey;
}

.filter {
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
}

.filter_subtitle {
  padding: 16px 0;
}

.filter__head {
  text-transform: uppercase;
}

.commonUl {
  padding: 0;
  margin: 0;
  list-style: none;
}

#eye {
  position: absolute;
  right: 13px;
  top: 45px;
  cursor: pointer;
}

.filter__byprice .price-input {
  width: 100%;
  display: flex;
  margin: 15px 0;
}
.filter__byprice .price-input .field {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.filter__byprice .field input {
  width: 100px;
  height: 100%;
  outline: none;
  font-size: 19px;
  border-radius: 5px !important;
  border: 1px solid rgb(0, 0, 0);
  background: white;
  padding: 5px;
  -moz-appearance: textfield;
  border-radius: 0px;
}
.filter__byprice .field input:last-child {
  text-align: right;
}
.filter__byprice input[type=number]::-webkit-outer-spin-button,
.filter__byprice input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.filter__byprice .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.filter__byprice .slider .progress {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  background: #000000;
}
.filter__byprice .range-input {
  position: relative;
}
.filter__byprice .range-input input {
  position: absolute;
  width: 104%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.filter__byprice input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #000000;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.filter__byprice input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #000000;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

button.clearBtn {
  background: rgb(255, 255, 255);
  padding: 13px 16px;
  color: #000000;
  width: 100%;
  border: 1px solid #000000;
}

.theme-config-box {
  z-index: 5;
  position: fixed;
  right: 0px;
  top: 50%;
}
.theme-config-box .ti-settings {
  position: relative;
  cursor: pointer;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 5px #ccc;
  padding: 10px;
  border-radius: 8px 0 0 8px;
}
.theme-config-box .theme-config-bg {
  width: 200px;
  background: rgb(255, 255, 255);
  border-radius: 8px 0 0 8px;
  box-shadow: 0 0 5px #ccc;
  position: fixed;
  right: 0;
  top: 50%;
  padding: 15px;
  transform: translate(100%, -50%);
  transition: transform 0.5s ease-in-out;
}
.theme-config-box .theme-config-bg .radio {
  padding: 0;
}
.theme-config-box .theme-config-bg .radio input[type=radio] {
  margin: 0;
  display: none;
  width: 1.25rem;
}
.theme-config-box .theme-config-bg .radio input[type=radio] + label {
  position: relative;
  cursor: pointer;
}
.theme-config-box .theme-config-bg .radio input[type=radio] + label:before {
  border-radius: 4px;
  background-color: transparent;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  margin-right: 10px;
  border: 2px solid #edf4f9;
  font-weight: 400;
  line-height: 1.25rem;
  vertical-align: bottom;
  text-align: center;
  background-color: #fff;
  color: transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s;
}
.theme-config-box .theme-config-bg .radio input[type=radio] + label:after {
  content: "";
  background-color: transparent;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  left: 5px;
  top: 6px;
}
.theme-config-box .theme-config-bg .radio input[type=radio]:checked + label:after {
  content: "\e64c";
  font-family: "themify";
  color: #fff;
  background-color: transparent;
  left: 3px;
  top: 1px;
}
.theme-config-box .theme-config-bg .radio input[type=radio]#header-default:checked + label:after {
  color: #343a40;
}
.theme-config-box .theme-config-bg .radio input[type=radio]#header-success + label:before {
  background-color: #820cf8;
  border-color: #820cf8;
}
.theme-config-box .theme-config-bg .radio input[type=radio]#header-primary + label:before {
  background-color: #263c97;
  border-color: #263c97;
}
.theme-config-box:hover {
  right: 0;
}
.theme-config-box:hover .theme-config-bg {
  transform: translate(0, -50%);
}

.filter_subtitle h4 {
  font-size: 12px;
  color: grey;
  letter-spacing: 0.08em;
}

.modifiedFilters {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid rgb(0, 0, 0);
}

.selected-brand-bar {
  background: rgb(255, 255, 255);
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.selectedBrandsWrapper {
  background: rgb(246, 248, 253);
  padding: 4px 10px;
  border-radius: 8px;
}
.selectedBrandsWrapper span i {
  cursor: pointer;
}

.inputMark {
  width: 15px;
  height: 15px;
  display: inline-block;
  cursor: pointer;
  padding: 1px;
}

.roundBdr {
  border-radius: 50%;
}

.selectedColor {
  display: none;
}

.checkmark_lable input:checked + .selectedColor {
  display: block !important;
}

.load_more_reviews {
  background-color: rgb(245, 74, 66);
  border: none;
  border-radius: 4px;
  padding: 5px 8px;
  color: rgb(255, 255, 255);
  margin-top: 30px;
}

.load_more_reviews:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.noProducts {
  text-align: left;
  padding: 100px 0;
}

.no-result {
  align-items: center;
  display: flex;
  justify-content: center;
}

.tooltip-bg {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding: 0 22px;
}
.tooltip-bg button {
  border: none;
  background: none;
  height: 42px;
}
.tooltip-bg button i {
  color: rgb(0, 0, 0);
}

.date-bg-icon {
  border: none;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
}
.date-bg-icon i {
  color: rgb(0, 0, 0);
}

.cartbar__quantity input::-webkit-outer-spin-button,
.cartbar__quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cartbar__item_title {
  text-overflow: ellipsis;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5px;
}

.facet_key .accordion-button {
  background-color: transparent;
  cursor: pointer;
}

#filtersToggle .fa-angle-down {
  display: none;
}

.payment-title h1 {
  font-size: 34px;
  font-weight: 300;
}

#checkout_renew {
  overflow: hidden;
}
#checkout_renew .checkout__shipping {
  border-radius: 0;
  padding: 0;
}
#checkout_renew .checkout__shipping .blling_title {
  padding: 20px 0 0 0;
}
#checkout_renew .checkout__shipping .blling_title h6 {
  font-size: 34px;
  font-weight: 400;
}
#checkout_renew .checkout__shipping .form input[type=text] {
  border-radius: 0;
  background-color: transparent;
  border-color: #000000;
}
#checkout_renew .checkout__shipping .bootstrap-select > .dropdown-toggle.btn {
  border-radius: 0;
  background-color: transparent;
  border-color: #000000;
}
#checkout_renew .checkout__shipping .checkout__address_info input + label {
  border: 1px solid transparent;
  border-radius: 0;
}
#checkout_renew .add__new__address,
#checkout_renew .shipping_information,
#checkout_renew #manage-retail,
#checkout_renew .fill_templating {
  padding: 1.5rem;
}
#checkout_renew .shipping_information {
  border-top: 1px solid rgb(216, 218, 222);
  border-bottom: 1px solid rgb(216, 218, 222);
}
#checkout_renew .checkout-container {
  background: #fff;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 0px;
  border: 1px solid rgb(0, 0, 0);
}
#checkout_renew .checkout-container table > tr > td {
  border-bottom: 1px solid #f6f8fd !important;
}
#checkout_renew #add_address_btn {
  width: 125px;
  cursor: pointer;
}
#checkout_renew #add_address_btn .modifyAddress {
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border-radius: 58px;
}
#checkout_renew #add_address_btn .modifyAddress label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
}
#checkout_renew #add_address_btn .modifyAddress label p {
  line-height: 10px;
  cursor: pointer;
}
#checkout_renew .new_edit_btn {
  font-size: 13px;
  font-weight: normal;
  padding: 2px 10px;
  border-radius: 23px;
  display: inline-block;
  background: linear-gradient(88deg, #e2150b, rgba(245, 74, 66, 0.6392156863));
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
  color: #f6f8fd;
}
#checkout_renew .slider-custom {
  position: relative;
  flex-wrap: nowrap;
  height: 50rem;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 80px;
}
#checkout_renew .slider-custom::-webkit-scrollbar {
  width: 0;
}
#checkout_renew .slide-custom {
  position: absolute;
  top: 36px;
  width: 100%;
  transition: transform 1s;
}
#checkout_renew .w-custom-70 {
  width: 70%;
}
#checkout_renew .w-custom-70 h1 {
  font-weight: 300;
  font-size: 40px;
}

.paymentNotificationBar {
  width: 410px;
  position: fixed;
  top: 180px;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1411764706);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 19px 10px;
  font-size: 18px;
  color: #f75742;
  right: 0;
  transform: translateX(1000%);
  transition: transform 0.5s;
  transform-origin: right;
}

.banner-text::after {
  position: absolute;
  background: rgba(0, 0, 0, 0.6117647059);
  content: "";
  top: 47px;
  left: 425px;
  height: 357px;
  width: 50px;
  transform: rotate(50deg);
}

.banner-text {
  padding: 21px 50px;
  background: rgba(255, 255, 255, 0.5098039216);
  border-radius: 25px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  position: relative;
  overflow: hidden;
}

.item__price.strike {
  text-decoration: line-through;
  font-size: 14px;
  color: inherit !important;
}

.itembox__details--price p {
  font-size: 14px;
  color: rgb(0, 0, 0);
  font-weight: 500;
}

.shop-here {
  text-align: center;
  padding: 50px 0;
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.08));
  border-bottom: 4px solid #152942;
  background: rgb(230, 190, 190);
  background: linear-gradient(90deg, rgb(230, 190, 190) 0%, rgb(255, 255, 255) 72%);
}

section.shop-here a {
  background: #cfe7fa;
  background: linear-gradient(to right, #5eaeed 0%, #192938 100%);
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  font-size: 17px;
}

.typo__p--14 {
  font-size: 0.875rem;
  word-break: break-word;
}

.myaccount__section .myaccount__detail .manage__address--existing .addsbox {
  list-style: none;
  display: block;
  border: 1px solid rgb(224, 229, 242);
  padding: 0.75rem;
  border-radius: 8px;
  position: relative;
  height: 100%;
}

#gal1 {
  height: 540px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
#gal1::-webkit-scrollbar {
  width: 0;
}

.common-properties {
  position: absolute;
  width: 35px;
  border: none;
  background: none;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.positioning1 {
  left: 25px;
  top: -41px;
}

.positioning2 {
  left: 25px;
  bottom: -38px;
}

.mobile-subMenu-button {
  display: none;
  border: none;
  background: none;
}

li.nav-item.dropdown.submenu.level0-menuItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0 10px 0;
  width: 100%;
}

.promo-banner {
  height: 150px;
  position: relative;
}

.promoBg1 {
  background: url(../images/promo_one.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  filter: drop-shadow(0px 17px 25px rgba(0, 0, 0, 0.2));
}

.promoBg2 {
  background: url(../images/promo-two-v2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  filter: drop-shadow(0px 17px 25px rgba(0, 0, 0, 0.2));
}

.promoTitle {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}

.error {
  color: #fff !important;
}

#allreviews-outer .be-the-first {
  max-width: 335px;
  margin: 0 auto;
  padding: 24px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(75, 85, 99);
}

#allreviews-outer .accordion-collapse {
  background: rgb(246, 248, 253);
}

#allreviews-outer .nav-item {
  margin-right: 15px;
}

#allreviews-outer .nav-item .nav-link {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: rgb(0, 0, 0);
  padding: 5px;
  line-height: 40px;
}

#allreviews-outer .nav-item .nav-link.active {
  background-color: transparent !important;
  border-color: transparent !important;
  position: relative;
}

#allreviews-outer .nav-item .nav-link.active::after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgb(52, 28, 60);
}

#allreviews-outer .nav-item .nav-link:focus {
  border-color: transparent !important;
  isolation: isolate;
}

#allreviews-outer .nav-item .nav-link:hover {
  border-color: transparent !important;
  isolation: isolate;
}

#allreviews-outer .nav-tabs {
  border-bottom: none !important;
}

.checkout__shipping .bootstrap-select > .dropdown-toggle.btn {
  color: #8a98c6;
}

/* ==== review list & avatar ====*/
.reviewer-avtar {
  width: 35px;
  height: 35px;
  background-color: #f3f3f3;
  border-radius: 50%;
  text-align: center;
  margin-right: 8px;
}

.reviewer-avtar img {
  padding-top: 5px;
}

.reviewlist-newbg {
  background: rgba(0, 0, 0, 0.03);
  padding: 15px;
  border: 2px dotted #7e7e7e;
}

li.list-group-item {
  border: 1px solid black !important;
  background: #f9f9f9;
  margin: 3px;
  border-radius: 0;
  padding: 6px 17px;
  font-size: 18px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
li.list-group-item:hover {
  color: white;
  background: black;
}

/* ===== 21072022 =====*/
.created_at_color {
  color: rgb(75, 85, 99);
}

.vertical-divider {
  color: rgb(225, 233, 248);
}

.unfillStars .gray-star {
  color: #b7b7b7;
}

.default-chip {
  border-radius: 0;
  padding: 10px 20px;
}

.rating-list-paragraph p {
  line-height: 15px;
}

.rating-count-wrapper {
  position: relative;
}

.rating-count-wrapper ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rating-count-wrapper ul li {
  margin: 0 2px;
}

.rating-count-wrapper ul li.fillStars {
  color: #ff833a;
}

.rating-count-wrapper ul li.unfillStars {
  color: #ff833a;
}

/* ==== review list avatar ====*/
/* ====== 25/07/2022 =======*/
.feal #starRatingFill,
.feal #starRating {
  display: flex;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.feal #starRatingFill i,
.feal #starRating i {
  margin: 0 1.3px;
}

.feal #starRatingFill i {
  color: #f9b85a;
}

.feal #starRating i {
  color: #f9b85a;
}

/* ====== 25/07/2022 =======*/
/*=========== 26/07/2022 =========*/
.ques-title-bg {
  background: rgb(255, 255, 255);
  padding: 20px;
  box-shadow: 1px 2px 4px rgb(250, 252, 254);
}

.question-ans {
  background: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 5px;
}

.question-ans .accordion-header {
  margin-bottom: 0;
}

.question-ans .accordion-item {
  border: none;
}

.brd-btm-faq {
  border-bottom: 1px solid rgb(244, 247, 254);
}

.avg-rating-outers .circular-progress {
  position: relative;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.avg-rating-outers .circular-progress:before {
  content: "";
  position: absolute;
  height: 84%;
  width: 84%;
  background-color: #ffffff;
  border-radius: 50%;
}

.avg-rating-outers .value-container {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  color: #231c3d;
}

.avg-rating-outers .avg-rating-content {
  margin-left: 25px;
}

.avg-rating-outers .avgRatingt {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: rgb(0, 0, 0);
}

.avg-rating-outers .basedon {
  font-weight: 400;
  font-size: 16px;
  color: rgb(75, 85, 99);
}

#avgRatingBars .progress {
  background-color: #d9d9d9 !important;
  border-radius: 0 !important;
}

#avgRatingBars .avgpro-text {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  display: flex;
  align-items: center;
}

#avgRatingBars .avgpro-text i {
  color: rgb(0, 0, 0);
}

.viewAll {
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 45px;
  color: white;
  background-color: black;
  margin-bottom: 10px;
}
@media (max-width: 425px) {
  .viewAll {
    margin-bottom: 0;
  }
}

.viewAll:hover {
  box-shadow: none;
  outline: none;
  background-color: white;
  color: black;
}

.viewAll:focus {
  box-shadow: none;
  outline: none;
}

.btn-outers-faq {
  display: none;
}

.showBtns {
  display: block;
}

.btn-outers-faq .store_btn {
  padding: 10px 16px;
}

.btn-outers-faq .viewAll {
  line-height: 6px;
  padding: 1.3rem 1.5rem !important;
  border-radius: 0 !important;
  color: #ffffff;
  background: #000000;
  line-height: 6px;
  padding: 12px 15px;
}

.all-order-new .viewAll {
  padding: 3px 10px;
  cursor: pointer;
}

#formSection {
  background: #fff;
  padding: 50px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.0705882353);
}

.has-feedback .form-control {
  padding-right: 10px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3490196078);
  border-radius: 0;
}

.avg_ratingsWrapper {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.avg_ratingsWrapper .starsNumber {
  width: 6%;
}

.avg_ratingsWrapper .avg-progressbar {
  width: 75%;
  padding: 0 15px;
}

.avg_ratingsWrapper .total-ratings-number {
  width: 15%;
}

.upDown {
  height: auto !important;
  overflow: auto !important;
  margin: 0 !important;
}

.review_title_info {
  font-size: 16px !important;
  padding: 5px 0 5px 9px !important;
}

.large_image {
  height: 540px !important;
}

.zoomWrapper {
  height: 540px !important;
}

.zoomWrapper img {
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.large_image img {
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.itembox__img a img {
  width: 100%;
  transition: ease all 2s;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.itembox {
  overflow: hidden;
  background: #fff;
}

.itembox__details {
  background: rgb(255, 255, 255);
  padding: 10px 0;
}

.itembox__details--price .item__price.strike {
  display: flex;
  justify-content: center;
}
.itembox__details--price p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 85px;
  margin-left: 3px;
}
.itembox__details--price p span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 70px;
}

.cartbar__price .typo__h6 {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 110px;
  overflow: hidden;
}

#variants-modify .sizebox {
  width: 70px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: relative;
}
#variants-modify .storage-box {
  width: 65px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#variants-modify label {
  cursor: pointer;
}
#variants-modify .size-container label {
  position: relative;
  z-index: 0;
  margin-top: 10px;
}
#variants-modify .storage-container label {
  position: relative;
  z-index: 0;
}

.border-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  border: 1px solid #ccc;
  transition: all 0.2s;
  z-index: -1;
  border-radius: 16px;
}

.storage-box input:checked ~ .border-line:after {
  border: 2px solid #000000;
  background-color: #f2f2f2;
}

.sizebox input:checked ~ .border-line:after {
  border: 2px solid #000000;
  background-color: #f2f2f2;
}

.walletPoints {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  border-bottom-left-radius: 8px;
  padding: 2px 6px;
  border-top-right-radius: 8px;
  width: 300px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0588235294);
  min-height: 120px;
}

#walletPoints {
  color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

.myprofile-head .walletPoints {
  position: static;
}
.myprofile-head #walletPoints {
  position: static;
  transform: translateY(0%);
  text-align: left;
}
.myprofile-head #walletPoints svg {
  display: none;
}

.error-msg {
  color: rgb(221, 67, 59);
}

.reviews__users__section button.store_btn.store_btn--primary {
  padding: 1.4rem 2.5rem !important;
}

.checkout-address .bootstrap-select > .dropdown-toggle::after {
  border-color: rgba(108, 117, 125, 0.5098039216);
}

.profile-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 10px auto;
  cursor: pointer;
}

#profile-photo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.circle-bg {
  background: #010a35;
}

.edit-btn {
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.031372549);
  cursor: pointer;
}

.delete-btn {
  position: absolute;
  right: 15%;
  text-align: center;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  color: rgb(245, 74, 66);
  border-radius: 50%;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.031372549);
  opacity: 0;
  cursor: pointer;
  transition: all 0.2s;
}

.profile-delete:hover .delete-btn {
  opacity: 1;
}

.user_name_first_char {
  position: absolute;
  top: 50%;
  text-align: center;
  color: #fff;
  left: 0;
  right: 0;
  font-size: 62px;
  font-weight: bold;
  transform: translateY(-50%);
}

.currency-converter {
  cursor: pointer;
}

.currency-exchange-menu {
  position: fixed;
  right: 31px;
  z-index: 9999;
  top: 18px;
  background: #fff;
  width: 250px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.0784313725);
  border-radius: 8px;
  height: 45px;
  line-height: 45px;
  transition: all 0.4s;
  transform: translateX(115%);
  transform-origin: left;
}

.currency-exchange-menu-active {
  transform: translateX(0);
}

.currency-exchange-menu select {
  border: none;
  cursor: pointer;
}

.currency-exchange-menu select:focus {
  outline: none;
  border: none;
}

.exchange-close-icon-container {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: right;
}

.checkout-container .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #f6f8fd !important;
}

.thumbnailsView {
  position: relative;
}
.thumbnailsView ul {
  height: 500px;
  overflow-y: scroll;
  width: 100px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnailsView li {
  width: 100%;
  height: 80px;
  margin-bottom: 16px;
  cursor: pointer;
  border: 2px solid #efefef;
}

.thumbnailsView li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.thumbnailsView ul::-webkit-scrollbar {
  width: 0;
  scroll-behavior: smooth;
}

.thumbPreview {
  width: 100%;
  height: 500px;
  background: #fff;
  border-radius: 4px;
  transition: all 0.3s;
  border: 2px solid #efefef;
}

.thumbPreview img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transition: all 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.thumbPreview {
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.5s;
}

#insert_content img {
  width: 100%;
  height: 750px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.carousel-control-next span,
.carousel-control-prev span {
  background: #0a0a0a;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 30px;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.need_this {
  display: block;
}

.not_need_this {
  display: none;
}

.track_order_btn {
  border: 2px solid rgb(1, 181, 116);
  border-radius: 100px;
  padding: 2px 15px;
  display: inline-block;
  font-weight: 600;
  background: transparent;
}

#order_tracking_link {
  border: 1px dashed #ccc;
  border-radius: 16px;
  padding: 10px 5px;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 16px;
}

#copy_track_link {
  background: none;
  border: none;
  color: green;
}

.order_link {
  text-decoration: underline;
}

.welcome_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16%;
  max-width: 600px;
}
.welcome_text .typo_h1 {
  font-family: "Poppins", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 900;
}
.welcome_text .caption_info {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
}

.th_btn {
  background: #000000;
  padding: 8px 45px;
  border: none;
  color: rgb(255, 255, 255) !important;
  font-size: 18px;
  border-radius: 2px;
  font-weight: 600;
  margin-top: 30px;
  position: relative;
  transition: width 0.2s linear;
  z-index: 0;
  display: inline-block;
}
.th_btn::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: rgb(0, 0, 0);
  top: 0;
  left: 0;
  border-radius: 2px;
  transition: width 0.2s linear;
  z-index: -1;
}
.th_btn:hover::after {
  width: 100%;
}

.promo_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.promo_content h4 {
  max-width: 115px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}

.separtion span {
  margin: 20px;
  font-size: 24px;
}

.login_with_otp {
  background: black;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  line-height: 0;
  margin-top: 15px;
}
.login_with_otp p {
  padding-right: 10px;
}

#mobile_info {
  color: rgb(0, 0, 0);
  font-size: 14px;
}

.changeNumber {
  color: #000000;
  font-size: 15px;
  cursor: pointer;
  margin-left: 4px;
}

#resend_otp {
  color: rgb(143, 155, 186);
  font-size: 14px;
  display: flex;
  justify-content: center;
}

#resend_code {
  color: #000000;
  margin-left: 5px;
  cursor: pointer;
}

small#mobileNumberError {
  margin-top: 5px;
  display: inline-block;
  color: #000000;
}

.custom_validation_model {
  position: fixed;
  max-width: 650px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgb(255, 255, 255);
  padding: 20px;
  z-index: 2;
}

#addrs_valid_popup {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#addrs_valid_popup::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

/*=====Video Buttons on product page=======*/
#playButton {
  background: transparent;
  border: none;
  position: absolute;
  color: #fff;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}

.thumbnailsView li video {
  border-radius: 8px;
}

/*=====Video Buttons on product page=======*/
.pdf_download_handler {
  border: none;
  background-color: transparent;
  color: #000000;
  padding: 0;
}
.pdf_download_handler:hover {
  text-decoration: underline;
}

.apply_promo {
  background: transparent;
  border: none;
  font-size: 16px;
  color: #000000;
}

.promo_list_container {
  padding: 0;
}
.promo_list_container li {
  border: 1px dashed #000;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.0901960784);
}

.isPromoApplied {
  color: green;
  font-weight: bold;
}

.filter-sort .bootstrap-select > .dropdown-toggle.btn {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.filter-sort label {
  font-size: 14px;
  margin: 0 0 10px 0;
  font-weight: 400;
  color: grey;
}

/*========Rated section=======*/
section.review-product {
  background: rgba(0, 0, 0, 0.0196078431);
}
section.review-product div#writeReview .store_btn {
  padding: 20px !important;
}
section.review-product div#writeReview .store_btn:hover {
  background-color: white;
  color: black;
}

.myacc_sidebar {
  border: 3px solid #e6e6e6;
  border-radius: 0 !important;
  background: rgba(208, 208, 208, 0.2196078431) !important;
  overflow: hidden;
}
.myacc_sidebar .myaccount__options {
  background: transparent !important;
  padding: 0;
}

.like_dislike_buttons {
  display: flex;
  align-items: end;
}
@media (max-width: 425px) {
  .like_dislike_buttons {
    margin-top: 1rem;
  }
}

.report_button {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 425px) {
  .report_button {
    justify-content: start;
    margin-top: 1rem;
  }
}

@media (max-width: 1499px) {
  .cart-offcanvas {
    width: 70%;
  }
}
@media screen and (max-width: 1400px) {
  .itembox__details--pricecode p {
    font-size: 12px;
  }
  .itembox__details {
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  #home_banner_slider .owl-item .item {
    min-height: auto;
  }
  #home_banner_slider .owl-item .item img {
    max-height: 100%;
  }
  #product-left-items {
    flex-wrap: wrap;
  }
  .welcome_text {
    left: 12%;
    max-width: 340px;
  }
  .welcome_text .typo_h1 {
    font-size: 27px;
  }
  .welcome_text .caption_info {
    font-size: 18px;
  }
  .need_this {
    display: none;
  }
  .not_need_this {
    display: block;
  }
  .thumbnailsView::-webkit-scrollbar {
    width: 0;
    scroll-behavior: smooth;
  }
  .thumbPreview {
    height: auto;
  }
  .thumbnailsView {
    display: flex;
    order: 1;
    margin-top: 15px;
    background-color: #fff;
    padding: 5px 15px;
    overflow: hidden;
    overflow-x: scroll;
    width: 1920px;
  }
  .thumbnailsView ul {
    display: flex;
    width: 1920px;
    height: auto;
    margin-right: 0 !important;
    overflow-y: unset;
  }
  .positioning1 {
    left: -10px;
    top: unset;
    bottom: 30%;
  }
  .positioning2 {
    left: unset;
    bottom: 30%;
    right: -5px;
  }
  .thumbnailsView li {
    margin-right: 10px;
    height: 100px;
    width: 100px;
    margin-bottom: 0;
  }
  .thumbnailsView li:last-child {
    margin-right: 0;
  }
  .thumbnailsView li video {
    height: 100px;
  }
  .cartbar__item_title {
    width: 100px;
  }
  .item__quantity--minus {
    left: 5px;
  }
  .item__quantity--add {
    right: 5px;
  }
  .item__quantity input {
    padding-left: 5px;
    padding-right: 5px;
  }
  #checkout_renew .slide-payments_again {
    transform: translateX(-102%);
    transition: 0.5s;
  }
  .common-properties {
    display: none;
  }
}
@media (max-width: 1024px) {
  .homepage img.header_logo {
    top: 40px;
  }
  .main_silder .slider.normal .slide .content .component {
    width: 85%;
  }
  .itembox__img {
    height: 200px;
  }
  .sml-none-icon.dropdown-toggle::after {
    display: none;
  }
  .mobile-subMenu-button {
    display: block;
    width: 35px;
    background: #f8f9f9;
    height: 38px;
    line-height: 38px;
  }
  .store__header.mobile-nav nav ul.xsnav li a {
    width: calc(100% - 35px);
  }
  .mail-id h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .title-seasonal h3 {
    color: black;
    font-size: 44px;
    padding: 0 0 2rem 0;
  }
  .knitwear .knitwear-title h2 {
    font-size: 48px;
  }
  section.wid-content {
    padding: 2rem;
  }
  footer .footer .footer-head {
    font-size: 16px;
  }
  footer p.address-span {
    font-size: 14px;
  }
  .banner-bottom {
    margin: 2rem 0;
  }
}
@media (max-width: 992px) {
  #cartOptions .accordion-body {
    padding: 8px;
  }
  .itemcart__total {
    text-align: left;
  }
  .order-manage {
    order: 2;
  }
  #cartBtns a {
    width: 100%;
  }
  .itembox__details--code p {
    width: 95px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
  }
  .filter__byprice .field div {
    width: 48%;
    display: flex;
    align-items: center;
  }
  .filter__byprice .field input {
    width: 100%;
  }
  .itembox__details--pricecode p {
    font-size: 11px !important;
  }
  .itembox__details--code p {
    width: 65px;
  }
  .promoBg2 {
    background-position: right;
  }
  .promoBg1 {
    background-position: right;
  }
  .promoTitle {
    font-size: 20px;
  }
  .title-seasonal h3 {
    color: black;
    font-size: 44px;
    padding: 0 0 2rem 0;
  }
  .knitwear .knitwear-title h2 {
    font-size: 48px;
  }
  section.wid-content {
    padding: 2rem;
  }
  footer .footer .footer-head {
    font-size: 16px;
  }
  footer p.address-span {
    font-size: 14px;
  }
  .banner-bottom {
    margin: 2rem 0;
  }
}
@media (max-width: 768px) {
  .itembox__details--code {
    margin-right: 18px;
  }
  .itembox__details--title a {
    font-size: 14px;
  }
  .cart-offcanvas {
    width: 100%;
  }
  footer .footer .footer-li li a {
    font-size: 14px;
  }
  footer p.number-span {
    font-size: 14px;
  }
  footer p.email-span span {
    padding-right: 5px;
    font-size: 14px;
    padding-top: 5px;
  }
  footer p.number-span span {
    padding-right: 5px;
    font-size: 14px;
  }
  footer p.email-span a {
    font-size: 14px;
  }
  .item__details h1 {
    font-size: 22px;
  }
  .item-details .item__details--footer .item__addtocart--btn button {
    width: 160px;
  }
  .BasketOPtion-table .accordion-item {
    padding: 1rem;
  }
  .itemcart__total {
    text-align: center;
    padding: 2rem 0 0 0;
  }
  #checkout_renew .slider-custom {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cart_login_search_container.right-menu.w-100.forMobileView {
    background-color: #c8c7c7;
  }
  .main_silder .slider.normal .slide.active .content .component {
    padding: 15px;
  }
  .main_silder .slider.normal .slide .content .component {
    width: 100%;
  }
  .main_silder .slider.normal .slide .content .component {
    left: 60%;
  }
  #home_banner_slider .owl-item .item {
    min-height: auto;
  }
  #home_banner_slider .owl-item .item img {
    max-height: 100%;
  }
  .welcome_text {
    left: 5%;
    max-width: 300px;
  }
  .welcome_text .typo_h1 {
    font-size: 23px;
  }
  .welcome_text .caption_info {
    font-size: 16px;
  }
  .television-promotion {
    margin-top: 15px !important;
  }
  .featureditems,
  .shopbycategories {
    padding-top: 1.5rem;
  }
  .shopbycategories {
    padding-bottom: 1.5rem;
  }
  .shopbycategories .promotion_banner__details {
    width: 65%;
  }
  .shopbycategories .promotion_banner__details h2 {
    font-size: calc(1.475rem + 1vw);
  }
  .category__main .sorting {
    margin-top: 1rem;
  }
  .item-details h1#item_title {
    font-size: 28px;
    font-weight: 400;
  }
  .item-details .item__gallery {
    flex-direction: column-reverse;
  }
  .item-details .item__gallery #gal1 {
    display: flex;
  }
  .item-details .item__gallery #gal1 .item {
    margin-right: 0.5rem;
  }
  .item-details .item__gallery .item__image {
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .store__header nav ul li img {
    max-height: 32px;
  }
  .itembox__details {
    padding: 1rem;
  }
  .itembox__details--pricecode {
    flex-direction: column;
  }
  .itembox__details--price p,
  .itembox__details .item__price.strike {
    font-size: 1rem;
  }
  #form {
    margin-bottom: 15px;
  }
  .itembox__details--code p {
    text-align: center;
  }
  .hideFilters {
    display: none;
  }
  #filtersToggle {
    cursor: pointer;
  }
  #filtersToggle i.fa-angle-down {
    display: block;
  }
  .item__price.strike {
    margin-left: 0px;
  }
  .promoBg1 {
    margin: 14px 0;
  }
  .promoBg2 {
    margin: 14px 0;
  }
  #formSection {
    margin-top: 15px;
  }
  .category__main .category_banner .sorting__select {
    display: flex;
    width: 100%;
    align-items: center;
    max-width: 100%;
  }
  .category__main .category_banner .sorting__select label {
    width: 100%;
  }
  .item-details .item__details .item__price {
    margin-right: 10px;
  }
  .positioning1 {
    left: -10px !important;
    top: auto;
    transform: rotate(-92deg);
    height: 27px;
    width: 10px;
  }
  .positioning2 {
    right: 26px;
    bottom: 2px;
    transform: rotate(-92deg);
    height: 27px;
    width: 10px;
  }
  .userlogin__image img {
    display: none !important;
  }
  .userlogin__section {
    padding: 2rem 0;
  }
  .userlogin__section .title-seasonal h3 {
    font-size: 34px;
    font-weight: 200;
  }
  .item__quantity input {
    background: none;
    border: none;
    max-width: 100%;
  }
  .item__quantity {
    width: 100%;
  }
  .item__quantity div#quantityAction {
    border: 1px solid #efefef;
    margin: 10px 0;
  }
  .theme__tabs--white .nav-pills {
    width: 100%;
  }
  .nav-pills li.nav-item {
    width: 100%;
    max-width: 50%;
    text-align: center;
  }
  .item__quantity--add {
    right: 10px;
  }
  .item__quantity--minus {
    left: 10px;
  }
  #checkout_renew .w-custom-70 {
    width: 100%;
  }
  .positioning2 {
    right: 26px;
    bottom: 2px;
    transform: rotate(-92deg);
    height: 27px;
    width: 10px;
    left: unset;
  }
  .mobile-subMenu-button {
    background: none;
  }
  .store__header.mobile-nav nav ul.xsnav li a {
    border-bottom: none;
  }
  #gal1 {
    height: auto;
    padding: 0 30px;
  }
  .positioning1 {
    left: -10px !important;
    top: 94%;
    transform: rotate(-92deg);
    height: 27px;
    width: 10px;
  }
  .positioning2 {
    right: 26px;
    bottom: 12px;
    transform: rotate(-92deg);
    height: 27px;
    width: 10px;
    left: unset;
  }
}
@media (max-width: 600px) {
  .th_btn {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
  }
}
@media (max-width: 575px) {
  .itembox__details--code {
    margin-right: 0;
  }
  .item-details h1#item_title {
    font-size: 18px;
  }
  .itembox__details--price p span {
    width: 48px;
  }
  .row > .order-listed {
    width: auto;
  }
  .welcome_text {
    width: 235px;
  }
  .welcome_text .typo_h1 {
    font-size: 18px;
    margin: 8px 0 !important;
  }
  .welcome_text .welcome_text {
    max-width: 235px;
  }
  .welcome_text .th_btn {
    font-weight: 400;
    padding: 8px 20px;
    font-size: 14px;
  }
  .item-details .item__details--footer .item__addtocart--btn button {
    width: 154px;
    margin-left: 1px;
  }
  .itembox p {
    font-size: 12px;
  }
  .item__price.strike {
    font-size: 12px;
  }
  .itembox .itembox__details--price {
    display: block !important;
    text-align: center;
  }
  .review-percent {
    text-align: left !important;
    margin: 10px 5px;
  }
  .item__quantity input {
    height: 40px;
  }
  .sh-link {
    width: 100% !important;
    padding: 0 25px;
  }
  .banner-text h1 {
    font-size: 29px;
  }
  .banner-text {
    padding: 17px 15px;
  }
  .banner-text::after {
    display: none;
  }
  .item-details .item__details--footer {
    margin-top: 0;
  }
  .category__main .categoryitems .itembox {
    text-align: center;
  }
  .wid-content {
    margin-bottom: 2rem;
  }
  .knitwear .knitwear-title h2 {
    font-size: 40px;
  }
  .order_status {
    justify-content: start !important;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .homepage.logo_type img.header_logo {
    left: 34px !important;
  }
  .welcome_text {
    max-width: 200px;
    transform: translateY(-59%);
  }
  .welcome_text .typo_h1 {
    font-size: 15px;
    margin: 8px 0 !important;
  }
  .welcome_text .caption_info {
    font-size: 12px;
  }
  .default-chip {
    padding: 6px 7px 8px 4px;
  }
}
@media (max-width: 420px) {
  .welcome_text {
    transform: translateY(-59%);
  }
  .item__quantity {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .price-per-item,
  .quantity,
  .sub-total {
    margin-top: 10px;
  }
  .price-per-item,
  .quantity,
  .sub-total,
  .fn-14 {
    font-size: 14px;
  }
  .just-center {
    justify-content: center !important;
  }
  .cartbar__actions {
    margin-top: 15px;
  }
  .item__quantity--minus {
    left: 3px;
  }
  .item__quantity--add {
    right: 3px;
  }
  .item__quantity input {
    padding-left: 5px;
    padding-right: 5px;
  }
  .price-per-item,
  .quantity,
  .sub-total,
  .fn-14 {
    font-size: 12px;
  }
  .cartbar__actions {
    margin-top: 0;
  }
  .itemcart .cartbar {
    padding: 10px;
  }
  #gal1 {
    height: unset;
    padding: 10px 25px 0;
  }
  .large_image {
    height: 398px !important;
  }
}
@media (max-width: 375px) {
  .title-seasonal h3 {
    font-size: 30px;
    padding: 1rem 0;
  }
  .height_calc {
    min-height: 30vh;
  }
  .featureditems h2 {
    font-size: 32px;
  }
  .seasonal .title-seasonal h3 {
    font-size: 27px;
    padding: 1rem 0;
  }
  .display_username_header a.nav-link {
    font-size: 14px;
  }
}
@media (max-width: 340px) {
  .store__header nav ul li img {
    max-height: 32px;
    width: 85px;
  }
  .store__header nav ul li a {
    font-size: 14px;
  }
  .store__header.menu-bar button svg {
    width: 30px;
  }
  .store__header .search-dropdown {
    width: 220px;
    padding: 1rem;
    right: -85px;
    left: auto;
  }
  .large_image {
    height: 317px !important;
  }
  .colum-fashion-one ul li {
    flex-direction: column;
  }
}
@media (max-width: 320px) {
  #buy_now_fea {
    margin-top: 1rem;
  }
  .offcanvas-end {
    width: 300px;
  }
  .colum-fashion-one ul li {
    flex-direction: column;
  }
  .homepage.logo_type img.header_logo {
    width: 100px;
    top: 21px;
    left: 19%;
  }
  a.shopping-bag {
    padding: 6px 6px 0 0;
  }
  li.nav-item.dropdown.search_new {
    padding: 0;
  }
  .display_username_header a.nav-link {
    padding: 0;
  }
  .search_bar_container a.header__search--icon {
    top: 46%;
  }
  .height_calc {
    min-height: 35vh;
  }
  .knitwear .knitwear-title h2 {
    font-size: 25px;
    padding: 0;
  }
  section.wid-content {
    padding: 1rem;
  }
  .display_username_header a.nav-link:first-child {
    font-size: 14px;
  }
  .logout_acnhor span {
    font-size: 18px;
  }
  a.shopping-bag span {
    font-size: 18px;
  }
  button#btnopen span {
    font-size: 18px;
  }
  button.navbar-toggler span {
    font-size: 28px;
  }
  .display_username_header a.nav-link span {
    font-size: 20px;
  }
}
/*======Autofill=========*/
*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
  /* use animation hack, if you have hard styled input */
  -webkit-transition: all 5000s ease-in-out 0s;
  transition: all 5000s ease-in-out 0s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  /* if input has one color, and didn't have bg-image use shadow */
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  /* text color */
  -webkit-text-fill-color: #000;
  /* font weigth */
  font-weight: 400 !important;
}

@media (max-width: 1620px) {
  span.testimonial3_img img {
    max-width: 300px;
  }
  ul.searchbar-twice {
    display: none;
  }
}
@media (max-width: 1399px) {
  span.testimonial_img img {
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  span.testimonial_img img {
    max-width: 420px;
  }
}
@media (max-width: 1024px) {
  section.testimonial2_section span.testimonial2_img img {
    max-width: 422px;
  }
}
@media (max-width: 991px) {
  span.testimonial_img img {
    max-width: 300px;
  }
  section.testimonial2_section span.testimonial2_img img {
    max-width: 300px;
  }
  .header-wrapper .party-shades p {
    line-height: 33px;
  }
}
@media (max-width: 820px) {
  span.testimonial3_img img {
    max-width: 256px;
  }
  .testimonial4_section span.testimonial4_img img {
    max-width: 256px;
  }
  .testimonial3_img {
    padding: 10px !important;
  }
}
@media (max-width: 768px) {
  .testimonial3_img {
    padding: 10px !important;
  }
}
@media (max-width: 767px) {
  span.testimonial_img img {
    max-width: 200px;
  }
  .knitwear .knitwear-title h2 {
    font-size: 32px;
  }
  section.testimonial2_section span.testimonial2_img img {
    max-width: 200px;
  }
  .header-wrapper .party-shades h3 {
    font-size: 30px;
  }
  footer .footer_info {
    max-width: 100%;
    margin-right: auto;
  }
  .homepage img.header_logo {
    padding-top: 25px;
  }
  .homepage.logo_type img.header_logo {
    width: 200px;
    height: auto;
    top: -14px !important;
    left: 6%;
  }
  .login_essentials .search_bar_container {
    display: none;
  }
  ul.searchbar-twice {
    display: block;
    padding: 0;
    margin: 0;
    min-width: 290px;
  }
  ul.searchbar-twice li {
    list-style: none;
  }
  ul.searchbar-twice .search_bar_container input {
    height: 44px;
  }
  ul.searchbar-twice .search_bar_container a.header__search--icon {
    top: 50%;
  }
  .header-wrapper .party-shades h3 {
    font-size: 22px;
  }
}
@media (max-width: 675px) {
  .homepage.logo_type img.header_logo {
    width: 140px;
    height: auto;
    top: -7px !important;
    left: 61px;
  }
  div#testimonials_items {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 475px) {
  .testimonial4_section span.testimonial4_img img {
    max-width: 150px;
  }
  span.testimonial3_img img {
    max-width: 150px;
  }
  section.testimonial2_section span.testimonial2_img img {
    max-width: 150px;
  }
  .header-wrapper .party-shades p {
    line-height: 23px;
  }
  span.testimonial_img img {
    max-width: 150px;
  }
  div#testimonials_items {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .login_essentials .search_bar_container {
    display: none;
  }
  ul.searchbar-twice {
    padding: 0;
    margin: 0;
    min-width: 290px;
  }
  ul.searchbar-twice li {
    list-style: none;
  }
  ul.searchbar-twice .search_bar_container input {
    height: 44px;
  }
  ul.searchbar-twice .search_bar_container a.header__search--icon {
    top: 50%;
  }
  .header-wrapper .party-shades h3 {
    font-size: 22px;
  }
  .report-sections {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
}
@media (max-width: 375px) {
  .testimonial4_section span.testimonial4_img img {
    max-width: 110px;
  }
  span.testimonial3_img img {
    max-width: 110px;
  }
  section.testimonial2_section span.testimonial2_img img {
    max-width: 110px;
  }
  span.testimonial_img img {
    max-width: 110px;
  }
  .header-wrapper .party-shades p {
    line-height: 17px;
    font-size: 12px;
  }
  .bg-video-wrap1 video {
    height: 400px !important;
  }
  ul.searchbar-twice {
    min-width: 240px;
  }
  .homepage.logo_type img.header_logo {
    left: 28px;
  }
}/*# sourceMappingURL=style.css.map */