body {
  font-family: "Lato", sans-serif;
}
.p30 {
  padding: 30px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pt-30 {
  padding-bottom: 30px;
}
.mgr-t20 {
  margin-top: 20px;
}
.mgr-b20 {
  margin-bottom: 20px;
}
.mgr-b30 {
  margin-bottom: 30px;
}
a {
  text-decoration: none;
}
.form-control, .form-select {
  padding: 10px 15px;
}
.main-heading {
  font-size: 35px;
  font-weight: 600;
  color: #000;
}
.fullcolor-btn {
  padding: 14.5px 28px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background-color: #0d2e5e;
  border: 1px solid #0d2e5e;
  border-radius: 5px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.fullcolor-btn:hover {
  background-color: #fff;
  color: #0d2e5e;
}
.linecolor-btn {
  padding: 14.5px 28px;
  font-weight: 700;
  font-size: 14px;
  color: #0d2e5e;
  background-color: #fff;
  border: 1px solid #0d2e5e;
  border-radius: 5px;
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.linecolor-btn:hover {
  background-color: #0d2e5e;
  color: #fff;
}
section.bluebar-header {
  background: #0d2e5e;
  padding: 15px 0;
}
section.bluebar-header .list-boxes {
  display: flex;
  gap: 40px;
}
section.bluebar-header .list-boxes a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
section.bluebar-header ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}
section.bluebar-header .textlink a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding-top: 8px;
}
section.bluebar-header .cartlisting-area {
  cursor: pointer;
}
section.bluebar-header .cartlisting-area img {
  margin-top: 10px;
}
section.bluebar-header .cartlisting-area span.redcycle {
  background-color: #c12d46;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 500;
}
section.bluebar-header .userprofile {
  margin-left: 10px;
  position: relative;
  cursor: pointer;
  transition: transform 0.6s ease;
}
section.bluebar-header .userprofile img {
  width: 33px;
  height: 33px;
  border-radius: 150px;
}
section.bluebar-header .userprofile:hover .profilelisting {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
section.bluebar-header .userprofile:focus .profilelisting {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
section.bluebar-header .userprofile .profilelisting {
  width: 260px;
  max-width: 260px;
  padding: 10px 20px 20px;
  position: absolute;
  top: 48px;
  right: 0px;
  display: block;
  background: #fff;
  z-index: 99;
  display: none;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(-10px);
}
section.bluebar-header .userprofile .profilelisting li {
  display: block;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
body.no-scroll {
  overflow: hidden;
}
/************************************************************************
                  Sidebar Cart Layout
*************************************************************************/
.overlaylayer {
  background-color: #0000007d;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
}
.sidebar-cartlayout {
  width: 500px;
  background: #fff;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  border-radius: 5px 0 0 5px;
  display: flex;
  padding: 30px;
  flex-direction: column;
  transition: transform 0.6s ease;
  transform: translateX(110%);
}
.sidebar-cartlayout .emptycart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.sidebar-cartlayout .emptycart p {
  color: #0d2e5e;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
.sidebar-cartlayout .shoptitle {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.sidebar-cartlayout .minicart-totallida {
  padding: 30px 0 10px;
  border-top: 1px solid #ededed;
  margin-top: 30px;
}
.sidebar-cartlayout .minicart-totallida h6 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 30px;
  margin: 0px;
}
.sidebar-cartlayout .minicart-totallida tr td.text-start {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 20px;
  padding: 13px 0;
  color: #3f3f3f;
}
.sidebar-cartlayout .minicart-totallida tr td.text-end {
  font-size: 16px;
  font-family: "lato";
  font-weight: 500;
  line-height: 20px;
  padding: 13px 0;
  text-transform: capitalize;
  color: #000;
}
.sidebar-cartlayout .minicart-totallida tr:last-child td.text-start {
  font-weight: 700;
  color: #000;
}
.sidebar-cartlayout .minicart-totallida tr:last-child td.text-end {
  font-weight: 700;
  color: #000;
}
.sidebar-cartlayout .minicart-totallida tr:last-child {
  border-color: #fff;
}
.sidebar-cartlayout .minicart-totallida .gap-20 {
  gap: 20px;
}
.sidebar-cartlayout .product-item-minicart tr:last-child {
  border-color: #fff;
}
.sidebar-cartlayout .product-item-minicart td {
  padding: 15px 0;
  vertical-align: middle;
  background: transparent;
}
.sidebar-cartlayout .product-item-minicart td a {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.sidebar-cartlayout .product-item-minicart td .priceamount {
  color: #0d2e5e;
  font-weight: 500;
  font-size: 18px;
}
.sidebar-cartlayout .product-item-minicart .delete-icon {
  background: url(../../../image/delete-btn.svg) no-repeat;
  width: 24px;
  height: 24px;
  border: 0;
}
.sidebar-cartlayout .close-btn-cart {
  position: absolute;
  left: -35px;
  top: 15px;
  width: 24px;
  height: 24px;
  z-index: 9;
  cursor: pointer;
}
.container {
  max-width: 1600px;
  max-width: calc(1600px + var(--bs-gutter-x, 1.5rem));
}
header {
  padding: 12px 0;
  border-bottom: 1px solid #e3e3e3;
}
header #menu .nav {
  gap: 30px;
}
header #menu .nav-link {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
header div.searchform-header {
  position: relative;
}
header div.searchform-header input[name="search"] {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  color: #9c9c9c;
  font-size: 14px;
  padding: 5px 5px 5px 15px;
  border: 0px;
  border-radius: 5px;
  width: 100%;
}
header div.searchform-header button.search-btn {
  border: 0;
  background: none;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 7px;
  z-index: 9;
  color: #0d2e5e;
  height: 100%;
}
header div.searchform-header input:focus {
  border: 1px solid #0d2e5e;
}
header div.searchform-header input:active {
  border: 1px solid #0d2e5e;
}
header div.searchform-header input:visited {
  border: 1px solid #0d2e5e;
}
.homebanner {
  width: 100%;
  height: 580px;
  aspect-ratio: 3.3103448276;
  position: relative;
  overflow: hidden;
}
.homebanner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
}
.homebanner video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.homebanner .videouperlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  transform: translateY(160px);
  left: 0px;
  text-align: center;
}
.homebanner .videouperlayer h2 {
  font-size: 62px;
  font-weight: bold;
  text-transform: uppercase;
}
.homebanner .videouperlayer h2.red {
  color: #c12d46;
}
.homebanner .videouperlayer p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.feature-categroy {
  margin: 80px 0;
}
.feature-categroy h2.main-heading {
  margin-bottom: 50px;
  font-size: 35px;
  font-weight: 600;
}
.feature-categroy .categoryitembox {
  position: relative;
}
.feature-categroy .categoryitembox h3 {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 9;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.feature-categroy .categoryitembox img {
  width: 100%;
  height: auto;
  max-height: 620px;
  aspect-ratio: 0.7419354839;
}
.feature-categroy .categoryitembox.box-box-2, .feature-categroy .categoryitembox.box-box-3 {
  width: 48%;
  max-height: 300px;
  gap: 11px;
}
.feature-categroy .categoryitembox.box-box-2 img, .feature-categroy .categoryitembox.box-box-3 img {
  width: 100%;
  height: 100%;
}
.feature-categroy .maincategroyboxes {
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px;
}
.feature-categroy .categoryitembox.box-box-4 img {
  aspect-ratio: 1.7666666667;
}
footer {
  background-color: #0d2e5e;
  color: #fff;
  padding: 75px 0 75px;
  margin-top: 80px;
}
footer h5 {
  font-size: 16px;
  font-weight: 700;
}
footer a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.2px;
}
footer li {
  padding: 5px 0 0;
}
.copyright {
  text-align: center;
  padding: 10px 0 20px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  height: 40px;
  overflow: hidden;
  margin-bottom: 20px;
}
.vendors-wrapper {
  margin: 40px 0;
}
.vendors-wrapper .container {
  position: relative;
}
.vendors-wrapper .vendors-sliderswiper {
  overflow: hidden;
}
.vendors-wrapper .vendor-boxes {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.vendors-wrapper .vendor-boxes img {
  width: 100%;
  max-width: 390px;
  height: auto;
  border-radius: 20px;
}
.vendors-wrapper .vendor-boxes h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  margin-top: 30px;
  color: #000000;
}
.vendors-wrapper .list-veiw a {
  font-size: 16px;
  font-weight: 600;
  padding-right: 30px;
  color: #000000;
}
.vendors-wrapper .list-veiw a.view-all {
  background: url(../../../image/arrow-right.svg) no-repeat right center;
}
.vendors-wrapper .vendors-scrollbar.swiper-scrollbar-horizontal {
  width: 100%;
  height: 2px;
  background: #E3E3E3;
  margin-top: 50px;
}
.vendors-wrapper .vendors-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background: #0D2E5E;
}
.vendors-wrapper .swiper-vendors-prev {
  position: absolute;
  top: 40%;
  z-index: 9;
  left: 30px;
  background-color: #fff;
  border-radius: 150px;
  transform: translateY(50%);
}
.vendors-wrapper .swiper-vendors-prev svg {
  width: 40px;
  height: 40px;
  padding: 10px;
}
.vendors-wrapper .swiper-vendors-next {
  position: absolute;
  top: 40%;
  z-index: 9;
  right: 30px;
  background-color: #fff;
  border-radius: 150px;
  transform: translateY(50%);
}
.vendors-wrapper .swiper-vendors-next svg {
  width: 40px;
  height: 40px;
  padding: 10px;
}
.shoes-transform {
  background: url(../../../image/shoes-transform.png) no-repeat;
  margin: 40px 0;
  aspect-ratio: 2.3109243697;
  text-align: center;
  border-radius: 20px;
}
.shoes-transform h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.shoes-transform p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 30px 0;
}
.shoes-transform a {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 14.5px 52px;
  gap: 10px;
  font-size: 14px;
  transition: transform 0.6s ease-in-out;
  font-weight: 700;
  color: #fff;
}
.shoes-transform a:hover {
  background-color: #fff;
  color: #0D2E5E;
}
.gym-equipment-wrapper {
  margin: 80px 0 80px;
  position: relative;
}
.gym-equipment-wrapper .container {
  position: relative;
}
.gym-equipment-wrapper .container::before {
  content: "";
  width: 70%;
  height: 110%;
  top: -5%;
  left: 0;
  background-color: #F7F6F5;
  border-radius: 20px;
  position: absolute;
  z-index: -1;
}
.gym-equipment-wrapper h3 {
  font-size: 40px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
}
.gym-equipment-wrapper h3 span {
  color: #C12D46;
}
.gym-equipment-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.gym-equipment-wrapper a {
  max-width: 190px;
  margin: 0 auto;
}
/**********************************************************************
    Product Listing 
***********************************************************************/
.product-list .product-thumb.product-lida {
  display: flex;
  align-items: center;
  gap: 50px;
}
.product-lida .image {
  text-align: center;
}
.product-lida .image a {
  display: block;
}
.product-lida .image a img {
  border-radius: 20px;
  width: 100%;
}
.product-lida .content {
  margin-top: 20px;
}
.product-lida .content h4 a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.product-lida .content p {
  font-size: 14px;
  font-weight: 400;
  color: #3f3f3f;
  padding: 0;
  margin: 0;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  margin-bottom: 5px;
}


.product-lida .content .price {
  color: #0d2e5e;
  font-size: 16px;
  font-weight: 700;
}
.product-lida .content .price span.price-old {
  text-decoration: line-through;
  opacity: 0.9;
}
.sport-categroy-banner {
  width: 100%;
  margin-bottom: 30px;
  aspect-ratio: 3.3684210526;
  background: url(../../../image/sport-categroy-banner.png) no-repeat;
}
.sport-categroy-banner .h-400 {
  height: 400px;
}
.sport-categroy-banner .content-banner-wrapper {
  color: #fff;
}
.sport-categroy-banner .content-banner-wrapper h2 {
  font-size: 64px;
  text-transform: uppercase;
}
.sport-categroy-banner ul.breadcrumb.pt-20 li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.sport-categroy-banner .breadcrumb-item::before {
  margin: 4px 0 0 0;
  color: #fff;
}
.category-item-boxes a span {
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 9;
  color: #fff;
}
.categoryslider {
  position: relative;
}
.categoryslider .categorywrapper {
  margin: 100px auto;
  overflow: hidden;
}
.categoryslider .swiper-vendors-prev {
  position: absolute;
  top: 160px;
  z-index: 99;
  left: -50px;
}
.categoryslider .swiper-vendors-next {
  position: absolute;
  top: 160px;
  z-index: 99;
  right: -50px;
}
div#product-info ul.breadcrumb {
  margin-top: 30px;
}
.product-content-details .tab-content p {
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0;
  color: #3F3F3F;
}
.product-content-details .tab-content li {
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 10px 0;
  color: #3F3F3F;
}
.product-content-details .nav-tabs {
  border: 0px;
  margin-bottom: 50px;
}
.product-content-details ul.nav.nav-tabs li.nav-item a.nav-link {
  border: 0px;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  font-weight: bold;
  color: #3F3F3F;
}
.product-content-details ul.nav.nav-tabs li.nav-item a.nav-link:hover {
  border: 0px;
  border-bottom: 2px solid #C12D46;
  border-bottom: 2px solid #C12D46;
  color: #3F3F3F;
}
.product-content-details ul.nav.nav-tabs li.nav-item a.nav-link.active {
  font-weight: bold;
  border-bottom: 2px solid #C12D46;
  color: #C12D46;
}
ul.breadcrumb {
  padding-top: 15px;
}
.image.productthumbimages {
  display: flex;
  flex-direction: row;
}
.image.productthumbimages :has(.productvertical) .thumbbox-lida {
  width: 80%;
}
.image.productthumbimages .thumbbox-lida {
  width: 100%;
  display: block;
  text-align: center;
}
.image.productthumbimages .thumbbox-lida a {
  display: block;
}
.image.productthumbimages .thumbbox-lida a img {
  width: 100%;
  max-width: 100%;
}
.image.productthumbimages .img-thumbnail {
  border: 1px solid #DCDFEA;
  border-radius: 10px;
  padding: 0;
  background-color: transparent;
}
.image.productthumbimages .boxbigimage {
  display: flex;
  flex-direction: column;
}
.image.productthumbimages .boxbigimage a {
  margin: 0 10px 10px 0;
  background-color: #DCDFEA;
}
.select-heartandcompare {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.select-heartandcompare button {
  border: 1px solid #E3E3E3;
  border-radius: 150px;
}
.select-heartandcompare button i {
  color: #C12D46;
}
.select-heartandcompare button:hover {
  border: 1px solid #E3E3E3;
  border-radius: 150px;
}
#product-info ul.customtagproduct {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
#product-info ul.customtagproduct li {
  padding: 10px 20px;
  color: #3F3F3F;
  background: #f6f6f6;
  border-radius: 150px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #3F3F3F;
  font-family: "Lato";
}
#product-info ul.customtagproduct li a {
  font-size: 16px;
  font-weight: 500;
}
#product-info .mainheading {
  font-size: 36px;
  font-weight: bold;
  font-family: "lato";
  color: #000;
  margin: 20px 0;
}
#product-info .stockvalue {
  padding: 8px 12px;
  border: 1px solid #75B623;
  border-radius: 5px;
  display: inline;
  background-color: #75b62357;
}
#product-info .stockvalue strong {
  color: #4F8A04;
}
#product-info .price-area {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: flex;
  align-items: center;
  align-content: center;
  gap: 15px;
}
#product-info .price-area li {
  font-size: 16px;
  font-weight: 500;
}
#product-info .price-area span.price-old {
  position: relative;
}
#product-info .price-area span.price-old:after {
  width: 100%;
  height: 2px;
  background: #C12D46;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
}
#product-info .price-area span.price-new {
  font-size: 25px;
  font-weight: bold;
  color: #0D2E5E;
}
.loginwrapper {
  background: url(../../../image/login-banner.png) no-repeat center center;
  position: relative;
  background-size: 100%;
  height: 100vh;
  background-position: bottom center;
}
.loginwrapper .login-wrapper {
  position: relative;
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}
.loginwrapper div.customaccount-pages {
  height: 100vh;
  display: grid;
  align-items: center;
  width: 100%;
}
.loginwrapper .bluebar-header {
  display: none;
}
.loginwrapper header {
  display: none;
}
.loginwrapper footer {
  display: none;
}
.loginwrapper h2 {
  font-size: 30px;
  font-weight: bold;
  font-family: "lato";
}
.loginwrapper .col-form-label {
  font-size: 14px;
  font-weight: 500;
  color: #3F3F3F;
}
.loginwrapper .form-control:focus {
  box-shadow: 0px 0px 0px 0px;
  background-color: #F6F6F6;
}
.loginwrapper span.color-blue {
  color: #0D2E5E;
}
.loginwrapper .form-control, .loginwrapper .form-select {
  padding: 12px 15px;
  color: #A3A3A3;
  font-size: 14px;
  font-weight: 500;
  font-family: "Lato";
  background-color: #F6F6F6;
  border-color: #F6F6F6;
  max-height: 46px;
}
.loginwrapper .backarrow {
  position: absolute;
  left: 30px;
  top: 30px;
}
.loginwrapper .copyright {
  display: none;
}
.loginwrapper .fullbutton button {
  width: 100%;
  display: flex;
  padding: 10px;
  text-align: center;
  text-align: center;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  line-height: 24px;
  max-height: 46px;
}
.loginwrapper .text_forgotten {
  font: 600 14px "Lato";
  text-align: right;
  display: block;
  margin: 10px 0 20px;
}
.loginwrapper .signup-account {
  margin-top: 21px;
  font: 500 14px "Lato";
  color: #000000;
  text-align: center;
}
.loginwrapper .signup-account a {
  color: #0D2E5E;
  font: 600 14px "Lato";
}
div#product-category div#content > h3 {
  display: none;
}
div#product-category div#content > h3 + .row {
  display: none;
}
.product-thumb.product-lida .content .rating {
  display: none;
}
.submenu-wrapper {
  position: relative;
  display: none;
}
.submenu-wrapper {
  -webkit-transition: 0ms ease;
  transition: 0ms ease;
  -webkit-transform: translate(0, -500%);
  transform: translate(0, -500%);
  visibility: hidden;
  background: #f6f8fa;
  height: 0;
  padding: 50px 0;
}
.submenu-wrapper.active {
  display: block;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  height: 570px;
}
.submenu-wrapper h3 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
}
.submenu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.submenu-wrapper ul li {
  padding: 2px 0;
  display: block;
  line-height: 1;
}
.submenu-wrapper ul li:not(:last-child) {
  margin-bottom: 14px;
}
.submenu-wrapper ul li a {
  font-size: 18px;
  font-weight: 500;
}
.navbar-nav .dropdown-menu {
  display: none;
}
.product-lida .image {
  position: relative;
}
.donatable-label {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 15px;
  background: #C12D46;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
.donation-wrapper {
  margin: 30px 0;
}
.donation-wrapper .donate-button {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
.donation-wrapper .donate-button a {
  padding: 3px 20px;
  border: 1px solid #0D2E5E !important;
  background: #fff;
  width: 190px;
  height: 47px;
  font-size: 14px;
  font-weight: 700;
  color: #0D2E5E;
  border-bottom: 5px;
  display: block;
  line-height: 17px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.donation-wrapper .donate-button a:hover {
  color: #fff;
  background-color: #0D2E5E;
}
.donation-wrapper .donate-button a.active {
  color: #fff;
  background-color: #0D2E5E;
}


.product-list .product-lida .content {
  flex: 0 0 70%;
}

.product-list .product-lida .image {flex: 1 1 30%;}

.product-list .product-lida .content .button-group button {
  max-width: 200px;
}

.thankyou-sec {
  text-align: center;
  margin-top: 80px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.thankyou-sec h1 {
  font-size: 32px;
  font-weight: 800;
}

  .toggle-password {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .toggle-password.active::before {
    position: absolute;
    top: 50%;
    width: 2px;
    height: 100%;
    content: "";
    background-color: #000;
    transform: translate(50%, -50%) rotate(
45deg
);
    right: 50%;
}