/** Shopify CDN: Minification failed

Line 325:0 Unexpected "}"

**/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

p {
  font-family: "Poppins", sans-serif;
}

h2 {
  color: #10141f;
  font-size: 24px;
  font-weight: 700;
}

figure {
  margin: 0;
  padding: 0;
}

.pt-80 {
  padding-top: 20px;
}

.pb-80 {
  padding-bottom: 20px;
}

.btn-primary:active:focus {
  box-shadow: none;
  border: 0;
}

.btn-primary {
  border: #183262;
}

/* TOP NAV CSS START */
.top-nav {
  background-color: #262c4c;
}

.top-nav-text .top-nav-text-new {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.top-nav-text-new img {
  width: 30px;
  height: 35px;
}

.top-nav-text-new p {
  width: 56%;
  font-size: 14px;
  font-weight: 600;
}

.footer-en .social-icon li {
  list-style: none;
}

.social-icon li a i {
  border: 1px solid black;
  background-color: #fff;
  border-radius: 100%;
  margin: 2px 10px -15px 0px;
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
}

p {
  margin-bottom: 0 !important;
}

.social-icon li a {
  text-decoration: none;
}

.nav-item {
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
}

/* TOP NAV CSS END */
/* bottom nav css start */
.text-change {
  font-size: 18px;
}

.navbar-light .navbar-nav .nav-link {
  color: #142038;
  font-size: 18px;
  font-weight: 500;
}

form.example input[type="text"] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 70%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #183262;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #0340ad;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

.example {
  width: 70%;
}

.account {
  font-size: 26px;
  cursor: pointer;
}

#navbarSupportedContent .dropdown-toggle::after {
  display: none;
}

/* bottom nav css end */
/* hidden nav bar start */
.hidden-navbar {
  display: none;
}

.hidden-navbar .hide-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* hidden nav bar end */

/* ======== responsive ========  */

@media only screen and (max-width: 991px) {
  .main-nav-all,
  .btm {
    display: flex !important;
  }
  .navbar-expand-lg .top-navbar,
  .center-main-nav,
  .bottom-navbar-2 .btm {
    display: none !important;
  }
  .nav-position {
    display: none !important;
  }
}

/* banner css start */
.fa-solid,
.fas {
  font-size: 16px;
}

.slider-img {
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 38%;
}

.centered h1 {
  font-size: 48px;
  font-weight: 600;
}

.centered p {
  font-size: 18px;
}

.slider-btn {
  height: 62px;
  width: 252px;
  background-color: #183262;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
  border: none;
  border-radius: 0;
  box-shadow: 5px 5px rgb(97 96 96);
}

.btn-primary:hover {
  background-color: #0340ad;
}

/* banner css end */

/* contact us banner start */
.contact-us-new {
  border: 1px solid #000;
  border-radius: 8px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  padding: 30px;
  height: 120px;
}

.main-contact {
  display: flex;
}

/* contact us banner end */

/* Quality tools css start */
.tools {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #ffab41;


  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.tools:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  padding: 10px;
}

@media screen and (max-width: 749px) {
  .overlay {
  display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    height: 100%;
    width: 100%;
  }

  .overlay .text {
    padding: 0;
    font-size: 12px;
    line-height: 1.2;
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
  }

  .overlay .tools-btn-link {
    margin-top: 6px;
    font-size: 10px !important;
    padding: 4px 6px;
  }
}

  .overlay {
    padding: 0 8px; /* optional: helps text fit smaller screens */
  }
}


.text p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
}

.tools-btn {
  height: 46px;
  width: 175px;
  background: #fff;
  color: #000;
  border: none;
  font-size: 21px;
  font-weight: 500;
  border-radius: 5px;
  margin-top: 30px;
}

.tools-text {
  text-align: center;
}

.tools-text h2 {
  margin-bottom: 25px;
}

.tools-text p {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 50px;
}

/* Quality tools css end */

/* popular brand css start */
.brand {
  background-color: #e8eded;
}

.brand-text h2 {
  padding-top: 30px;
  margin: 25px 0 14px 0;
  text-align: center;
}

.line1 {
  height: 5px;
  width: 80px;
  background-color: #000000;
}

.line2 {
  height: 5px;
  width: 40px;
  background-color: #000000;
}

.lines {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

/* popular brand css end */

/* clothing for ultimate css start */

.card-cm {
  height: 490px;
}

.card-title-new {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.card-body-new p {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
}

.card-body-new span {
  font-size: 13px;
  color: #a80f0f;
  font-weight: 600;
}

.Clothing-text {
  text-align: center;
}

.Clothing-text p {
  padding-bottom: 30px;
}

.Clothing-text .lines {
  padding-bottom: 30px;
}

.Clothing-text h2 {
  color: #000000;
}

/* clothing for ultimate css end */

/* top feature product start */
.card-new {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

.btn-primary-new {
  height: 46;
  width: 182px;
  background-color: #183262;
  /* margin: 15px 0; */
  margin-top: 18px;
}

.card-body-new .agn {
  font-size: 17px;
}

/* .card-new img{
    width: 50%;
} */
/* .card-new .crct{
    width: 55%;
} */
.card-new .img-check {
  height: 165px;
  width: 100%;
  object-fit: contain;
  padding: 16px;
}

/* top feature product start */

/* about us css start */
.about-us {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-top: 50px;
}

.about-us p {
  font-size: 18px;
}

.about-us h2 {
  color: #000000;
}

.btn-about {
  height: 56px;
  width: 214px;
  background-color: #0340ad;
  margin-top: 30px;
}

/* about us css end */

/* power up css start */

.card-new .img-check1 {
  height: 122px;
}

/* power up css end */

/* quality ladder css start */
.quality {
  position: relative;
  color: white;
}

.text-new-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-80%, -50%);
}

.text-new-text p {
  font-size: 14px;
  width: 100%;
}

.text-new-text h4 {
  font-size: 28px;
  font-weight: 700;
}

.card-again {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-again:hover {
  transform: translateY(-20px);
  transition: 0.5s linear;
}

.card-body-new .card-text-new-agn {
  font-size: 14px;
}

/* quality ladder css start */

/* blog css start */
.blog-sm-img {
  position: relative;
  margin: 12px;
}

.blog-sm-img-new {
  height: 90px;
  width: 90px;
  background-color: #0340ad;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.blog-sm-img-new label {
  font-size: 24px;
  font-weight: 600;
}

.blog-sm-img-new span {
  font-size: 14px;
}

.btn-primary-x {
  /* width: 139px; */
  background-color: #fff;
  margin-top: 18px;
  color: #000;
  border: 1px solid #000;
  border-radius: 38px;
}

/* blog css end */

/* footer css start */

.footer-first-para a {
  color: #000;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
}

.useful-link {
  padding: 0;
  margin-top: 20px;
}

.useful-link li {
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 12px;
}

.useful-link li {
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: start;
  font-size: 16px;
  color: #000;
  padding: 3px 10px 0 0;
  margin-bottom: 12px;
}

.card-title-new {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.useful-link h3 {
  padding-bottom: 23px;
}

.useful-link li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: rgb(34, 34, 34);
}

.last-para {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: rgb(34, 34, 34);
  padding-top: 20px;
}

.useful-link h3 {
  font-size: 24px;
  color: rgb(34, 34, 34);
  font-weight: bold;
}

.useful-link-outer li i {
  padding-right: 20px;
  font-size: 16px;
  color: #000;
  padding: 3px 10px 0 0;
}

.useful-link-outer li span {
  font-size: 16px;
  display: flex;
  align-items: start;
  height: 100%;
}

.copy-para span {
  border-right: 1px solid #fff;
  padding-right: 10px;
}

.copy-para .copy-para-outer {
  border: none;
  padding-left: 10px;
}

.footer-article .para {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
}

.footer-article {
  background-image: url("../images/footer-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 80%;
  width: 100%;
  background-position: center;
}

.footer-en .social-icon li {
  list-style: none;
}

.social-icon {
  padding: 0 0 0 0;
}

.social-icon li a i {
  border: 1px solid black;
  border-radius: 100%;
  /* margin: 10px 10px 10px 0px; */
  font-size: 16px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icon li a i:hover {
  background-color: #355cb5;
  color: #fff;
  border: 1px solid #355cb5;
}

.social-icon li a {
  text-decoration: none;
}

.payment-method {
  display: flex;
  justify-content: start;
  align-items: start;
  cursor: pointer;
}

.payment-method figure {
  padding: 0 6px 6px 0;
}

.navbar-brand .se-img-footer {
  padding: 0 0 0 12px;
}

.navbar-brand img {
  padding-bottom: 10px;
}

.footer-article {
  background-color: #f1f1f1;
}

/* footer css end */
/* copyright css start */
.copyright-start {
  background-color: #f1f1f1;
}

.copy-text {
  margin-top: 40px;
  width: 60%;
}

/* .payment-method img{
    width: 50%;
} */
.payments .payment-method {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.payments .payment-method li {
  text-decoration: none;
  list-style: none;
}

.payments .payment-method li a img {
  width: 40%;
}

/* copyright css end */

@media only screen and (max-width: 1199px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }

  .contact-us-new-new {
    padding: 40px;
  }

  .card-body-new span {
    font-size: 12px;
    font-weight: 500;
  }

  .card-new .img-check {
    height: 105px;
  }

  .about-us {
    padding-top: 0;
  }

  .btn-about {
    margin-top: 10px;
  }

  .card-new {
    height: 295px;
  }
}

@media only screen and (max-width: 991px) {
  .main-nav-all {
    display: none;
  }

  .hidden-navbar {
    display: block;
  }

  .text-change {
    text-align: center;
  }

  .card-cm {
    height: auto;
  }

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

  .nav-link {
    color: #000000 !important;
  }

  .account {
    display: none;
  }

  .nav-position {
    float: right;
  }

  .top-nav {
    background-color: transparent;
  }

  h2 {
    font-size: 32px;
    font-weight: 600;
  }

  .pt-80 {
    padding-top: 80px;
  }

  .pb-80 {
    padding-bottom: 80px;
  }

  .centered h1 {
    font-size: 44px;
  }

  .centered {
    width: 60%;
  }

  .tools-text p {
    font-size: 16px;
  }

  .card-new {
    margin-top: 20px;
  }

  .about-us p {
    font-size: 12px;
  }

  .quality {
    margin-top: 20px;
  }

  .contact-us-new {
    margin-top: 20px;
  }

  /* .tools{
        margin-top: 20px;
    } */
  .card {
    margin-top: 20px;
  }

  .about-us {
    margin-top: 30px;
  }

  .navbar-brand img {
    width: 60%;
  }
}

/* @media only screen and (max-width: 991px){
    .pt-80{
        padding-top: 70px;
    }
    .pb-80{
        padding-bottom:70px;
    }
    .contact-us-new{
        margin-top: 20px;
    }
    .tools{
        margin-top: 20px;
    }
    .card{
        margin-top: 20px;
    }
    .about-us{
        margin-top: 30px;
    }
}  */

@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 60px;
  }

  .pb-80 {
    padding-bottom: 60px;
  }

  .top-nav {
    background-color: transparent;
  }

  .centered h1 {
    font-size: 34px;
  }

  .slider-btn {
    height: 55px;
    width: 180px;
    font-size: 20px;
    font-weight: 500;
  }

  .btn-about {
    height: 47px;
    width: 160px;
  }

  .text-new-text h4 {
    font-size: 17px;
  }

  .centered {
    width: 70%;
  }

  .card-cm {
    height: auto;
  }

  .card-body-new {
    height: auto;
  }
}

@media only screen and (max-width: 575px) {
  .Clothing-text .lines {
    padding-bottom: 0;
  }

  .pt-80 {
    padding-top: 50px;
  }

  .pb-80 {
    padding-bottom: 50px;
  }

  .slider-btn {
    height: 34px;
    width: 135px;
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
  }

  .centered {
    width: 85%;
  }

  .centered h1 {
    font-size: 20px;
  }

  .centered p {
    font-size: 12px;
  }

  h2 {
    font-size: 26px;
  }

  .navbar-brand img {
    width: 50%;
  }

  .card-new img {
    width: 35%;
  }
}

@media only screen and (max-width: 320px) {
  .pt-80 {
    padding-top: 40px;
  }

  .pb-80 {
    padding-bottom: 40px;
  }

  .Clothing-text .lines {
    padding-bottom: 0;
  }

  .card-title-new {
    font-size: 14px;
    font-weight: 500;
  }

  .btn-primary-new {
    width: 150px;
  }

  .tools-text p {
    font-size: 12px;
  }

  .Clothing-text p {
    font-size: 12px;
  }

  .text-new-text h4 {
    font-size: 17px;
  }
}

.quick-add__submit {
  /* height: 46; */
  width: 182px;
  background-color: #183262;
  margin-top: 18px;
  border: #0340ad;
  color: #fff;
}

.card__information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

.card__heading {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.price {
  font-size: 17px;

  font-weight: 300;
  color: #000000;
}

.contact-us-new h6,
p {
  font-size: 1.5rem;
  color: #000;
}

.card-information {
  display: flex;
  justify-content: center;
  align-items: center;

  flex-wrap: nowrap;
  flex-direction: column;
}

.card-information .price {
  font-size: 17px;
  color: #000;
  font-weight: 300;
}

button.btn.btn-primary.btn-about {
  height: 56px;
  width: 214px;
  background-color: #183262;
  font-size: 18px;
  margin-top: 30px;
}

.Clothing-text h2 {
  color: #000000;
  font-size: 40px;
  font-weight: 700;
}

.text-new-text h4 {
  font-size: 28px;
  font-weight: 700;
  color: white;
}

.text-new-text p {
  font-size: 14px;
  color: white;
}

/* card wrapper product */
ul.product-grid .card.card--media.card--standard {
  padding: 15px;
}

ul.product-grid .quick-add__submit.button,
ul.product-grid .quick-add__submit.button:after {
  border-radius: 5px;
}

ul.product-grid .quick-add__submit.button {
  margin: 0;
  padding: 0 !important;
}

ul.product-grid .card .media.media--hover-effect > img:only-child,
.card-wrapper .media.media--hover-effect > img:only-child {
  object-fit: contain;
  background: #fff;
  padding: 30px;
}

section.Quality-tools h4 {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
}

section.Quality-tools p {
  color: #fff;
}

section.Quality-tools a.tools-btn-link {
  color: #000;
}

button.btn.btn-primary.tools-btn:hover a.tools-btn-link {
  color: #fff;
}

cart-items.gradient.color-scheme-1.isolate.is-empty a:hover {
  color: #fff;
}

a:link {
  text-decoration: none !important;
}

.div:empty {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.card-title-new {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.btn-primary-new {
  height: 46px;
  width: 100%;
  background-color: #183262;
  /* margin: 15px 0; */
  margin-top: 18px;
}

.about-us h2 {
  color: #000000;
}

.about-us p {
  font-size: 18px;
}

.btn-about {
  height: 56px;
  width: 214px;
  background-color: #183262;
  margin-top: 30px;
}

.Clothing-text h2 {
  color: #000000;
}

.card-new .img-check {
  height: 165px;
  width: 100%;
  object-fit: contain;
  padding: 16px;
}

.card-title-new {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

nav ul.pagination__list.list-unstyled {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}

.dvh {
  display: none;
}
button.navbar-toggler {
  order: 5;
  background: transparent;
}
@media (max-width: 767px) {
  .dvh {
    display: block;
  }
}

@media (max-width: 991px) {
  .collapse:not(.show) {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-lg,
  .navbar > .container-md,
  .navbar > .container-sm,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .show_list {
    display: none;
    position: absolute;
    z-index: 999;
    background: blue;
    top: 128px;
    right: 0;
  }
  .top-nav {
    display: none;
  }
  .navbbr {
    width: 100%;
  }

  span.navTrigger {
    height: 30px;
    width: 30px;
    display: inline-block;
  }
  .navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    /* position: absolute; */
    right: 30px;
    top: 0;
    bottom: 0;
  }

  .navTrigger i {
    background-color: #183262;
    border-radius: 2px;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
  }

  .navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }

  .navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }

  .navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }

  /* Initial state: Three horizontal lines */
  button.navbar-toggler .navTrigger i:nth-child {
    animation: outT 0.8s backwards;

    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }

  /* Animation when expanded */
  button.navbar-toggler:not(.collapsed) .navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s forwards;
    animation: outT 0.8s forwards;
  }

  button.navbar-toggler:not(.collapsed) .navTrigger i:nth-child(2) {
    -webkit-animation: outM 0.8s forwards;
    animation: outM 0.8s forwards;
  }

  button.navbar-toggler:not(.collapsed) .navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s forwards;
    animation: outBtm 0.8s forwards;
  }
  /* 
  button.navbar-toggler.collapsed
    [aria-expanded="false"]
    .navTrigger
    i:nth-child(1) {
    -webkit-animation: none;
    animation: none;
  }

  button.navbar-toggler.collapsed
    [aria-expanded="false"]
    .navTrigger
    i:nth-child(2) {
    -webkit-animation: none;
    animation: none;
  }

  button.navbar-toggler.collapsed
    [aria-expanded="false"]
    .navTrigger
    i:nth-child(3) {
    -webkit-animation: none;
    animation: none;
  }

  button.navbar-toggler [aria-expanded="true"] .navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s forwards;
    animation: outT 0.8s forwards;
  }

  button.navbar-toggler [aria-expanded="true"] .navTrigger i:nth-child(2) {
    -webkit-animation: outM 0.8s forwards;
    animation: outM 0.8s forwards;
  }

  button.navbar-toggler [aria-expanded="true"] .navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s forwards;
    animation: outBtm 0.8s forwards;
  } */
  @-webkit-keyframes inM {
    50% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(45deg);
    }
  }

  @keyframes inM {
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(45deg);
    }
  }

  @-webkit-keyframes outM {
    50% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(45deg);
    }
  }

  @keyframes outM {
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(45deg);
    }
  }

  @-webkit-keyframes inT {
    0% {
      -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
      -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(9px) rotate(135deg);
    }
  }

  @keyframes inT {
    0% {
      transform: translateY(0px) rotate(0deg);
    }
    50% {
      transform: translateY(9px) rotate(0deg);
    }
    100% {
      transform: translateY(9px) rotate(135deg);
    }
  }

  @-webkit-keyframes outT {
    0% {
      -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
      -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(9px) rotate(135deg);
    }
  }

  @keyframes outT {
    0% {
      transform: translateY(0px) rotate(0deg);
    }
    50% {
      transform: translateY(9px) rotate(0deg);
    }
    100% {
      transform: translateY(9px) rotate(135deg);
    }
  }

  @-webkit-keyframes inBtm {
    0% {
      -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(-9px) rotate(135deg);
    }
  }

  @keyframes inBtm {
    0% {
      transform: translateY(0px) rotate(0deg);
    }
    50% {
      transform: translateY(-9px) rotate(0deg);
    }
    100% {
      transform: translateY(-9px) rotate(135deg);
    }
  }

  @-webkit-keyframes outBtm {
    0% {
      -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(-9px) rotate(135deg);
    }
  }

  @keyframes outBtm {
    0% {
      transform: translateY(0px) rotate(0deg);
    }
    50% {
      transform: translateY(-9px) rotate(0deg);
    }
    100% {
      transform: translateY(-9px) rotate(135deg);
    }
  }

  .affix {
    padding: 0;
    background-color: #111;
  }
}
@media (max-width: 767px) {
  .center-main-nav {
    display: none;
  }
}

.center-main-nav-dd {
  display: none;
}

@media (max-width: 991px) {
  section.bottom-nav .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
  section.bottom-nav .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
    position: absolute;
    top: 75px;
    right: 0;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(0, 0, 0, 0.2);
  }
  section.bottom-nav {
  }
  section.bottom-nav .navbar-nav {
    gap: 10px;
  }
  .center-main-nav-dd {
    display: flex;
  }
}
@media (max-width: 767px) {
  .navbar > .container {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  button.navbar-toggler {
    order: 0;
  }
  .navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
  }
  .navbbr {
    padding: 10px 0;
  }
}
@media screen and (max-width: 425px) {
  .grid--2-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) / 2);
    max-width: calc(100% - var(--grid-mobile-horizontal-spacing) / 2);
  }
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  left: 15px !important;
  width: calc(100% - 30px) !important;
  padding: 0;
}
.dropdown-item {
  white-space: normal !important;
  word-break: break-word;
}

.card__media .media img {
  height: 100%;
  object-fit: contain !important;
  object-position: center center;
  width: 100%;
}

/* review app  */
.epr-collaps-btn.btn.button {
  font-size: 16px !important;
}
div#mag-product-review .epr-review .epr-data.no-review .epr-review-here {
  border: 0;
  font-size: 16px;
}

a.dropdown-item:hover {
  background: #626262;
  color: #fff;
}
.array {
  background: #323232;
  color: #fff;
}
.bottom-navbar .dropdown-item {
  padding: 0.5rem 1rem;
  font-size: 15px;
}
li.array > a.dropdown-item {
  color: #fff;
}

/*10-7-24*/
@media (max-width: 991px) {
  .navbar {
    padding: 16px 0;
  }
  .navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
  }
  .account {
    padding-right: 0 !important;
  }
  /* banner css*/
  .banner:after,
  .banner__media:after {
    height: 500px;
  }
  .slider.slider--everywhere .slider__slide {
    height: 500px;
  }
  .banner__media {
    height: 500px;
  }
  slideshow-component {
    height: 500px;
  }
  .banner {
    height: 500px;
    max-height: 500px !important;
    min-height: 500px !important;
  }
}

@media (max-width: 767px) {
  .banner__media {
    height: 500px !important;
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
  }
  .banner--mobile-bottom .slideshow__text.banner__box {
    height: 100%;
    background: transparent;
  }
}

@media (max-width: 575px) {
  .example {
    width: 100%;
  }
  .quality {
    position: relative;
    color: #fff;
    height: auto;
    padding: 20px;
    border-radius: 6px;
    overflow: hidden;
  }
  .quality img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .quality .text-new-text {
    position: static;
    transform: none;
  }
  .banner--mobile-bottom .slideshow__text.banner__box {
    padding: 20px;
  }
  .banner__heading {
    font-size: 34px !important;
  }
  .slider.slider--everywhere .slider__slide {
    height: 400px;
  }
  .banner__media {
    height: 400px !important;
  }
  .banner {
    height: 400px;
    max-height: 400px !important;
    min-height: 400px !important;
  }
  slideshow-component {
    height: 400px;
  }
}
/*slider slick*/
.slider1 .slick-slide {
  display: block;
  text-align: center !important;
  margin: 0 10px;
}
.slider1 .slick-slide img {
  display: block;
  width: 100%;
}
/*11-7-24*/
.shopify-policy__container {
  max-width: 800px;
  max-width: auto;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/*12-7-24*/
.media > img {
  object-fit: cover;
}

/*18-7-24 For header predictive serch */
.header__search {
  display: inline-flex;
  line-height: 0;
  width: 100%;
  max-width: 600px;
}
.header__search details {
  display: block;
  width: 100%;
}
.header__icon.header__icon--search {
  width: 100% !important;
}
.header__icon.header__icon--search span {
  width: 100% !important;
  display: block;
}
.header__icon.header__icon--search span form.example {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
}

/*modal css of search bar*/

.search-modal.modal__content {
  top: 50%;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
}
.search-modal .modal-overlay {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background: rgb(0, 0, 0, 0.7);
  z-index: -1;
}

/*reponsive modal of searchbar css*/
.search-modal__content {
  padding: 80px 6rem;
  align-items: start;
}
@media (max-width: 1399px) {
  #predictive-search-results-groups-wrapper {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0;
  }
  .predictive-search__result-group:first-child {
    flex: 0 0 12rem;
  }
}
@media (max-width: 991px) {
  .search-modal__form {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
  .search-modal__content {
    /*padding: 0 6rem;*/
    padding: 80px 6rem;
    align-items: start;
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
  }
}
@media (max-width: 750px) {
  .search-modal__form {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
  .search-modal__content {
    /*padding: 0 6rem;*/
    padding: 80px 6rem;
    align-items: start;
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
  }
}
