
 .m-10 {
  margin: 10px !important;
}

.m-0 {
  margin: 0px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-100 {
  margin: 100px !important;
}

/* Padding Classes */
.p-0 {
  padding: 0px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-100 {
  padding: 100px !important;
}

body {
  overflow-x: hidden !important;
}

/* Separate Margin and Padding Classes */
/* Top */
.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/* Left */
.ml-0 {
  margin-left: 0px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

/* Right */
.mr-0 {
  margin-right: 0px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/* Bottom */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/* Horizontal (Left and Right) */
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

/* Vertical (Top and Bottom) */
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

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

.pt-100 {
  padding-top: 100px !important;
}

/* Left */
.pl-0 {
  padding-left: 0px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

/* Right */
.pr-0 {
  padding-right: 0px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* Bottom */
.pb-0 {
  padding-bottom: 0px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

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

.pb-100 {
  padding-bottom: 100px !important;
}

/* Horizontal (Left and Right) */
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/* Vertical (Top and Bottom) */
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

section {
  display: block;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: "Lato", sans-serif;
}

h2.title {
  font-size: 25px;
}

.price {
  font-weight: bold;
}

.price span {
  font-size: 16px;
  color: #e60023;
}

.price del {
  font-size: 16px;
  color: #b2b2b2;
}

.page-banner {
  background-image: url("../../assets/img/banners/1.webp");
  padding: 138px 0 80px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 346px;
  text-align: center;
  position: relative;
  z-index: 1;
  background-size: cover;
  margin-bottom: 0px !important;
  background-color: rgba(0, 0, 0, 0.5294117647);
  background-blend-mode: multiply;
  justify-content: center;
}

.page-banner h1 {
  font-size: 2.25em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.page-banner ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.page-banner ul li {
  margin: 8px;
}

.page-banner ul li:not(:last-child):after {
  content: "/";
  color: #fff;
  font-weight: bold;
  position: relative;
  left: 8px;
  font-size: 1em;
}

.page-banner ul li a {
  color: #fff;
  font-size: 1em;
}

.edit-btn {
  background-color: #e0dbdb;
  color: #3d464d;
}

.edit-btn:hover {
  background-color: #3d464d;
  color: #fff;
}

/* width */
*::-webkit-scrollbar {
  width: 8px;
}

/* Track */
*::-webkit-scrollbar-track {
  background: #646464;
}

/* Handle */
*::-webkit-scrollbar-thumb {
  background: #e60023;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
  background: #b2b2b2;
}

.top_bar {
  border-bottom: 1px solid #b2b2b2;
}

.top_bar .content .toggle_menu {
  display: inline-block;
  color: #000;
  font-size: 32px;
  position: relative;
  top: 17px;
}

.top_bar .content .logo {
  display: inline-block;
}

.top_bar .content .logo img {
  display: inline-block !important;
  width: 105px;
  margin-bottom: 10px;
}

.top_bar .content .search {
  display: block;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 10px;
}

.top_bar .content .search form {
  display: block;
}

.top_bar .content .search form input {
  background-color: #f6f6f6;
  border-color: #000;
  height: 40px;
  font-size: 14px;
  border-radius: 5px;
  width: 100%;
  padding-left: 20px;
}

.top_bar .content .cart {
  display: flex;
  padding-top: 10px;
  justify-content: end;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-right:20px;
  list-style-type: none;
}
@media (max-width: 750px) {
      .top_bar .content .cart{
           margin-top: -10px;
  margin-right:0px;
      }
      }

.top_bar .content .cart li {
  margin-left: 15px;
}

.top_bar .content .cart li:last-of-type {
  margin-right: 0px;
}

.top_bar .content .cart li .cur {
  z-index: 999999;
  min-width: auto !important;
}

.top_bar .content .cart li .cur a {
  font-size: 16px;
  padding: 2px 5px;
}

.top_bar .content .cart li a {
  font-size: 30px;
  color: #000;
}

.top_bar .content .cart li a.currency {
  font-size: 16px;
  font-weight: 600;
  position: relative;

}

.top_bar .content .cart li a i {
  vertical-align: middle;
}

.top_bar .content .cart li a span {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    top: -3px;
}

.menu {
  z-index: 1000;
  position: relative;
}

.menu .box {
  display: flex;
  flex: row;
  width: 100%;
  margin-bottom: 20px;
}

.menu .box .short_logo {
  background-color: #f3f3f3;
  padding: 10px;
  display: flex;
  border-radius: 10px;
}

.menu .box .short_logo .short_logo_img {
  display: flex;
  justify-content: center;
  font-size: 30px;
  width: 50px;
  font-weight: bolder;
  background: #b2b2b2;
  border-radius: 10px;
  align-items: center;
  color: #fff;
}

.menu .box .short_logo .content {
  padding-left: 10px;
}

.menu .box .short_logo .content h5 {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
}

.menu .box .short_logo .content p {
  font-size: 11px;
  margin-bottom: 5px;
}

.menu .box .short_logo .content ul {
  display: flex;
  margin: 0px;
  padding: 0px;
  flex-direction: row;
  justify-content: start;
}

.menu .box .short_logo .content ul li:first-of-type {
  margin-right: 10px;
}

.menu .box .short_logo .content ul li a {
  font-size: 10px;
  font-weight: bold;
  padding: 0px;
  text-transform: underline;
}

.menu .box .short_logo .content ul li a:hover {
  background-color: transparent;
  color: #646464;
}

.menu ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}

.menu ul li {
  position: relative;
}

.menu ul li.dropdown:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 3px;
  top: 8px;
}

.menu ul li.dropdown:not(.no-hover):hover:after {
  color: #fff;
}

.menu ul li a {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  font-size: 16px;
  padding: 10px 20px;
}

.menu ul li>ul {
  min-width: 130px;
  position: absolute;
  max-width: 300px;
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transform: translate(0px, -50px);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.menu ul li>ul li a {
  padding: 3px 5px;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  white-space: nowrap;
}

.menu ul li>ul li:hover a {
  background-color: #fff;
  text-decoration: underline;
  color: #000;
}

.menu ul li:hover>a {
  color: #fff;
  background-color: #e60023;
}

.menu ul li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}
@media only screen and (min-width: 767px) {
.menu ul li > span {
display:none;
}
}
@media only screen and (max-width: 767px) {
.menu ul li:after {
display:none !important;
}
.menu ul li>span{
    position: absolute;
    top: 10px;
    right: 6px;
}


  .active_menu .menu_overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.3764705882);
    width: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index:99;
  }

  .menu {
    width: 250px;
    background: #fff;
    position: fixed;
    left: -250px;
    top: 55px;
    z-index: 10000;
    transition: all 0.3s ease-in-out;
    height: calc(100vh - 55px);
    overflow: auto;
    padding-top: 20px;
  }

  .menu ul {
    flex-direction: column;
  }

  .menu ul>li {
    max-height: 32px;
    overflow: hidden;
  }

  .menu ul>li ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0px, 0px);
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 5;
  }

  .menu ul>li ul li {
    padding-left: 20px;
  }

  .menu ul>li ul li a:hover {
    text-decoration: underline;
  }

  .menu ul>li.dropdown:after {
    content: "\f067";
    font-size: 10px;
    color: #e60023;
    top: 15px;
  }

  .menu ul>li.dropdown:not(.para):hover {
    max-height: none;
  }

  .menu ul>li.dropdown:hover:after {
    content: "\f068";
  }

  .active_menu .menu {
    left: 0px;
  }
}

.category .title {
  font-size: 16px;
  font-weight: 700;
}

.category .icon_block {
  padding: 26px 0px;
}

.category .icon_block a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.category .icon_block h5 {
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
  color: #000;
  text-transform: uppercase;
}



.card .card-text {
  font-size: 16px;
  font-weight: bold;
  color: black;
}

.view_all {
  background: #000;
  padding: 8px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

.view_all:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #646464;
  z-index: -1;
  height: 1px;
  width: 100%;
}

.view_all:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 100%;
  background-color: #000;
  right: 0;
  top: 0px;
  right: 64px;
  transform: skew(334deg);
  z-index: -1;
}
 .view_all:hover{
        color:#fff;
        background:#500f10;
    }
     .view_all:hover:after{
        color:#fff;
        background:#500f10;
    }

.card {
  position: relative;
}

.card .card-box {
  overflow: hidden;
  display: block;
  position: relative;
}

.card .img1 {
  opacity: 0 !important;
}

.card .img2 {
  opacity: 1 !important;
  position: absolute;
  top: 0px;
  left: 0px;
}

.card img {
  transition: transform 1s;
}


.card:hover .img2 {
  opacity: 0 !important;
}

.card:hover .img1 {
  opacity: 1 !important;
}

.testimonials .Client-img {
  width: 90px !important;
  border-radius: 50px;
  margin-right: 15px;
}

.testimonials .client-name {
  font-size: 16px;
  font-weight: 700;
}

.testimonials .client-p {
  font-size: 13px;
}

.testimonials .client-quote {
  color: #e60023;
}

.categories {
  background-color: #f3f3f3;
}

.categories .category-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}

.categories .category-box:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.2588235294);
}

.categories .category-box img {
  width: 100%;
  transition: all 600ms;
}

.categories .category-box .title {
  position: absolute;
  left: 10px;
  bottom: 40px;
  z-index: 100;
  transform: translateY(20px);
  transition: all 600ms;
}

.categories .category-box .title h3 {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 10px 10px;
  margin:0px;
}



.categories .category-box:hover:before {
  background-color: rgba(255, 255, 255, 0);
}

.categories .category-box:hover .title {
  background-color: #43020396;
  transform: translateY(0px);
}

.img-grid .img-p-2 {
  padding-right: 9px !important;
  padding-left: 5px !important;
}

.img-grid .eff {
  overflow: hidden;
  transition: all 1s;
  height: 100%;
}

.img-grid .eff img {
  transition: all 1s;
}



.img-grid .eff .zoom {
  height: 100%;
}

.footer {
  background-color: #f6f6f6;
  padding: 40px 10px 40px;
}

.footer .fnt {
  font-size: 18px;
}

.footer ul li a {
  color: #212529;
  margin-bottom: 8px;
  font-size: 22px;
}

.footer a:hover {
  color: #e60023;
}

.footer .box {
  background-color: #fff;
  border-radius: 7px;
  padding: 15px;
}

.footer .social_icons {
  display: flex;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  justify-content: start;
  align-items: center;
}

.footer .social_icons li {
  margin: 20px;
}

.footer .social_icons li a {
  font-size: 18px;
  border-radius: 10px;
  color: #e60023;
  display: inline-block;
}

.footer .tags ul {
  display: flex;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  justify-content: start;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.footer .tags ul li .icon {
  color: #e60023;
  font-size: 30px;
  width: 30px;
}

.footer .tags ul li span {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  padding-left: 10px;
}

.footer .widgets h4 {
  font-size: 14px;
  font-weight: bolder;
  color: #000;
  margin: 0px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer .widgets ul {
  list-style-type: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  justify-content: start;
  flex-direction: column;
}

.footer .widgets ul li a {
  font-size: 13px;
  color: #8e8e8e;
  font-weight: 700;
}

.footer .subscribe_form {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  padding-bottom: 20px;
}

.footer .subscribe_form h4 {
  font-size: 13px;
  font-weight: bolder;
  color: #000;
  margin: 0px;
  text-transform: uppercase;
}

.footer .subscribe_form p {
  font-size: 14px;
  color: #8e8e8e;
  margin: 0px;
}

.footer .subscribe_form input {
  background-color: #f3f3f3;
  color: #b2b2b2;
}

.footer .subscribe_form .btn {
  color: #fff;
  background-color: #646464;
}

.product .title-size {
  font-size: 22px;
  font-weight: 700;
}

.product .card .card-title {
  font-size: 16px;
  /* font-weight: bold; */
  color: black;
}

.product .card .card-text {
  font-size: 16px;
  font-weight: bold;
  color: black;
}

.product .card .img-box {
  display: block;
  overflow: hidden !important;
}

.product .card .img1 {
  opacity: 0 !important;
}

.product .card .img2 {
  opacity: 1 !important;
}

.product .card:hover .img2 {
  opacity: 0 !important;
}

.product .card:hover .img1 {
  opacity: 1 !important;
}

.product .accordion button {
  font-size: 16px;
  font-weight: 700;
}

.product .accordion .form-check-label {
  font-size: 16px;
}

.product .accordion .accordion-body {
  max-height: 300px;
  overflow: auto;
  padding: 25px;
}

.phone {
  display: block;
}

@media only screen and (max-width: 600px) {
  .phone {
    display: none;
  }
}

.shop .brandname_text {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 4px;
}

.shop .product_name {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.shop .icon i {
  color: #f0c808;
}

.shop .stock {
  color: #007600 !important;
  font-weight: 500 !important;
}

.shop .save {
  color: #e60023;
  font-weight: 600;
  font-size: 16px;
}

.shop .save .price {
  font-size: 14px !important;
  color: #b5b5b5 !important;
  font-weight: 600 !important;
  text-decoration: line-through;
}

.shop .off {
  color: #e60023;
  font-weight: 900;
  font-size: 16px;
}

.shop .off .d-price {
  font-size: 1.2rem;
  line-height: 12px;
  color: #646464;
}

.shop .quantity-input .product-qty {
  /* border-radius: 5px; */
  text-align: center;
  width: 70px;
  /* border: 1px solid #b5b5b5;
  color: #646464 !important;
  padding: 4px; */
}

.shop .quantity-input .qty-count {
  cursor: pointer;
  font-size: 22px;
  line-height: 20px;
  border: 0;
}

.shop .add-button .click {
  /* background-color: #e60023; */
  color: white;
  /* border: 1px solid #e60023; */
  font-weight: 600;
  padding-right: 29px;
  padding-left: 28px;
  padding-top: 7px;
  padding-bottom: 7px;
   border-color: #430203 !important;
   outline-color: #430203 !important;
}
.shop .add-button .click:active {
    background-color: #430203 !important;
    color: white;


  }
.btn-black{
    background: #000;
    color: #fff;
}
.shop .delivery .fnt {
  color: black;
  font-size: 13px;
  font-weight: 600;
}

.shop .summary .p_summary {
  font-size: 16px;
  font-weight: bolder;
  padding: 0 0 5px;
  color: #646464 !important;
}

.shop .summary .more .summary_title {
  color: black;
  font-size: 18px;
  font-weight: 600;
}

.shop .summary .more li {
  font-size: 16px;
}

.shop .list-group-item .active {
  background-color: #e60023 !important;
  border-color: #e60023 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.shop .details p {
  margin-bottom: 0px;
}

.shop .details .name {
  font-size: 12px !important;
  color: #646464 !important;
}

.shop .details .mrp {
  font-size: 12px !important;
  color: #b5b5b5 !important;
  font-weight: 600 !important;
  text-decoration: line-through;
}

.shop .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6e6f2;
}

.cart .box {
  border: 2px solid #f6f6f6;
  border-radius: 5px;
  padding: 10px;
  padding-right: 15px;
}

.cart .box input {
  font-size: 14px;
  border: none;
  background: #f6f6f6;
}

.cart .box .click {
  border: 1px solid #e60023;
  color: #e60023;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  padding-left: 22px;
  padding-right: 22px;
}

.cart .box .gift {
  color: #646464 !important;
  font-size: 12px;
  opacity: 1;
  font-weight: 600;
  margin-bottom: 5px !important;
  display: inline-block;
  margin-top: 0;
  text-transform: capitalize;
}

.cart .product_details .product_name {
  font-weight: 600 !important;
  text-decoration: none !important;
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 15px;
}

.cart .product_details .size {
  font-size: 13px;
  margin-bottom: 2px;
}

.cart .product_details .size b {
  font-weight: 700 !important;
}

.cart .final {
  display: flex;
  justify-content: space-between;
}

.cart .final .quantity-input .product-qty {
  border-radius: 5px;
  text-align: center;
  width: 52px;
  border: 1px solid #b5b5b5;
  color: #646464 !important;
  padding: 4px;
}

.cart .final .quantity-input .qty-count {
  cursor: pointer;
  font-size: 22px;
  line-height: 25px;
  border: 0;
}

.cart .final .underline {
  color: #666666;
  text-decoration: line-through;
  font-size: 12px !important;
  margin-bottom: 0px;
}

.cart .final .cart-price {
  background-color: #fde3e6;
  padding: 4px;
  display: inline-block;
  border-left: 6px solid #e60023;
  padding-left: 10px;
  padding-right: 7px;
  font-size: 14px;
  font-weight: 900;
}

.cart .edit-btn {
  font-size: 14px !important;
  color: #636363;
  font-weight: 700;
  background: #f2f2f2 !important;
  border: 0 solid #999 !important;
  border-radius: 5px !important;
  padding: 12px 25px 9px !important;
  outline: 0px solid #999 !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}

.cart .grand-total {
  background-color: #f6f6f6;
  padding: 10px;
}

.cart .grand-total .title {
  font-size: 12px;
  font-weight: 700;
}

.cart .grand-total ul li {
  display: flex;
  justify-content: space-between;
  font-size: 12px !important;
}

.cart .grand-total ul li span {
  font-size: 13px;
  font-weight: 700;
}

.cart .grand-total ul li .total {
  color: #e60023;
  font-weight: 700;
  font-size: 13px;
}

.cart .grand-total .p-checkout {
  font-size: 18px !important;
  padding: 17px 63px !important;
  border-radius: 10px !important;
  background: #e60023 !important;
  border: 1px solid #e60023 !important;
  color: white;
  font-weight: 700;
}

.checkout .space {
  width: 300px;
}

.checkout .order-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}

.checkout .order-summary .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ada1a1;
}

.checkout .order-summary .item-name {
  font-size: 13px;
  margin-bottom: 10px;
}

.checkout .order-summary .pp {
  margin-bottom: 4px;
}

.checkout .order-summary .g-total ul li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.checkout .order-summary .g-total ul li .g-title {
  font-size: 12px;
  font-weight: 700;
}

.checkout .order-summary .g-total ul li .total {
  color: #e60023;
}

.checkout .next-btn {
  font-size: 18px !important;
  color: white;
  font-weight: 700;
  background: #e60023 !important;
  border: 1px solid #e60023 !important;
  border-radius: 10px !important;
  padding: 9px 52px !important;
  outline: 0px solid #999 !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}

.dashboard .account {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: column;
}

.dashboard .account li {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  left: -2px;
}

.dashboard .account li:hover {
  background-color: #e5e5e5;
}

.dashboard .account li.active {
  border-left: 2px solid red;
}

.dashboard .account li.active a {
  color: #e60023 !important;
}

.dashboard .account a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #3d464d;
  text-decoration: none;
}

.dashboard .user-img {
  border-radius: 50px;
}

.dashboard .user-address p {
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 21px;
  color: #3d464d;
}

.dashboard .user-address .change {
  font-size: 16px !important;
  color: #999 !important;
}

.dashboard .address-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dashboard .address-page .image-place {
  width: 90px;
  height: 90px;
  border: 2px dashed #bfb4b4;
  position: relative;
  border-radius: 50px;
  margin-bottom: 24px;
  transition: border-color 0.2s;
}

.dashboard .address-page .image-place:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 4px;
  background-color: #e5e5e5;
  border-radius: 1.5px;
  top: calc(50% - 2px);
  transition: background-color 0.2s;
  left: calc(50% - 16px);
}

.dashboard .address-page .image-place:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 4px;
  background-color: #e5e5e5;
  border-radius: 1.5px;
  top: calc(50% - 2px);
  transition: background-color 0.2s;
  left: calc(50% - 16px);
  transform: rotate(90deg);
}

@media only screen and (max-width: 756px) {
  .account {
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow: auto;
  }

  .account li {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .account li:hover {
    background-color: #fff;
  }

  .account li.active {
    border-bottom: 2px solid red !important;
  }

  .account li a {
    display: inline-flex;
    text-align: center;
    justify-content: center;
    white-space: nowrap;
  }
}


.btn-primary {
    background-color: #430203; /* Change background color */
    color: white; /* Change text color */
    /* border: 2px solid #430203;   */
    outline: 2px solid #430203; /* Add an outline */
    /* Add any other styles you want on hover/focus */
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #430203; /* Change background color */
    color: white; /* Change text color */
    /* border: 2px solid #430203;  */
    outline: 2px solid #430203; /* Add an outline */
    /* Add any other styles you want on hover/focus */
}
.bg-primary{
    background-color: #430203 !important;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover{
    background-color: #430203 !important;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

.list-group-item-action.active{
    background-color: #000 !important;
    outline-color: #000 !important;
    border-color: #000 !important;
    color:#fff;
}
.btn-red{
    background-color:#e60023;
    color:#fff !important;
    outline-color: #e60023 !important;
    border-color: #e60023 !important;

}
.main-footer{
    /*background-color: #e9e9e9;*/
    background-color: #f6f6f6;
      padding: 40px 10px 40px;
  }

  .main-footer .img2{
    width:50%;
    filter: grayscale(1);
    position: absolute;
    left: 80px;
    z-index: 10;
    top: 18px;
  }

  .main-footer .subscribe_form h4 {
    /* font-size: 25px; */
    font-weight: bolder;
    color: #000;
    margin: 0px;
    text-transform: uppercase;
  }

  .main-footer .subscribe_form p {
    font-size: 18px;
    color: #8e8e8e;
    margin: 0px;
  }

  .main-footer .subscribe_form input {
    background-color: #f3f3f3;
    color: #b2b2b2;
  }

  .main-footer .subscribe_form .btn {
    color: #fff;
    background-color: #646464;
  }

  .footer-middle{
    background: repeating-linear-gradient(37deg,#f6f6f6,#f6f6f6 25px,#fff 13px,#fff 39px);
      padding: 32px;
  }

  .footer-bg-white{
    background: #ffffff;
      padding-top: 35px;
      padding-right: 30px;
      padding-left: 40px
  }
  .logo-phn{
     display:flex;
     justify-content: space-between;
   }
  .footer-bg-white a{
    text-decoration: none;
      color: black;
  }

  .footer-bg-color{
    background:#f6f6f6;;
    padding-top: 35px;
      padding-right: 30px;
      padding-left: 40px;
  }
  .footer-bg-color a{
    text-decoration: none;
      color: #000;
  }

  .footer-heading {
   font-size: 22px;
    font-weight: bolder;
    color: #000;
    margin: 0px;
    text-transform: uppercase;
  }

  .footer-bg-color .social_icons {
    display: flex;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    justify-content: start;
    align-items: center;
  }

  .footer-bg-color .social_icons li {
    margin: 10px;
  }

  .footer-links{
    display: flex;
    flex-direction: column;
  }

  .footer-bg-color .social_icons li a {
    font-size: 18px;
    border-radius: 10px;
    color: #000;
    display: inline-block;
  }



  @media only screen and (max-width: 756px){
    .logo-phn{
     display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
   }
   .footer-links {
     display: flex;
    /* align-items: center; */
    justify-content: center;
   }
  }
  .accordion-button:not(.collapsed){
    background: #000;
    color:#fff;
  }

  .btn-primary-border{
    border-color: #430203;
    color: #430203;
    border:1px solid #430203;

  }
  .color-primary{
    color: #430203;
  }
  .color-secondary{
      color:#ffd400;
  }
  .btn-primary-border:hover{
    background-color: #430203;
    color: #fff;


  }
  .card .card-title {
    font-size: 16px;
    /* font-weight: bold; */
    color: black;
  }
  @media only screen and (min-width: 900px) {
.custom_container{
    max-width:95%
}
  }

.zoom {
 overflow:hidden;

}
.zoom img{
  transition: all 0.3s;
}
.zoom img:hover{
 transform:scale(1.1);
  }

  .custom-header {
    background-color: #000; /* Black background */
    color: #fff; /* White text */
}

.custom-header .modal-title {
    margin-left: auto;
    margin-right: auto;
}
.custom-header .btn-close {
    /* Override the default Bootstrap close button styles */
    background: none;
    border: none;
}

.custom-header .btn-close::after {
    content: '×'; /* The close icon */
    color: #fff; /* White color */
    font-size: 1.5rem; /* Larger icon size */
}


.banner .owl-prev, .owl-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: #fff !important;
    color: #333 !important;
    padding: 5px 10px !important;
    width:40px;
    height:40px;
    font-size: 20px !important;
    border-radius: 50% !important;
}

.banner .owl-prev {
    left: 10px;
}

.banner .owl-next {
    right: 10px;
}


/* Dots Navigation Styles */
.banner  .owl-dots {
    text-align: center;
    padding-top: 15px; /* Space between carousel and dots */
}
.banner.owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px; /* Distance from the bottom of the carousel */
    width: 100%;
    text-align: center;
}

.banner   .owl-dots .owl-dot {
    display: inline-block;
    width: 12px; /* Size of the dot */
    height: 12px;
    margin: 5px;
    background-color: #ccc; /* Color of the dot */
    border-radius: 50%;
    cursor: pointer;
}

.banner    .owl-dots .owl-dot.active {
    background-color: #333; /* Active dot color */
}

.banner.owl-carousel .owl-dots {
    /* ... existing styles ... */
    z-index: 100; /* Ensure this is higher than the z-index of the carousel items */
}

.banner.owl-carousel {
    position: relative;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #430203;
    border-color: #430203;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #430203;
    border-color: #430203;
}
.page-link {
    z-index: 2;
    color: #430203;
    text-decoration: none;

    border-color: #430203;
}
@media only screen and (min-width: 1021px) {
.menu{
    border-bottom:1px solid #b2b2b2
}
}

@media only screen and (min-width: 756px) {
    .currency{
        top:8px;
    }
    }
    @media only screen and (max-width: 756px) {
        .currency{
            top:12px;
        }
        }

        /* Style the dropdown */
.dropdown ul {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Show the dropdown menu on hover */
.menu .dropdown:hover ul {
    display: block;
}

/* Style the dropdown toggler */
.menu .dropdown-toggler {
    cursor: pointer;
    display: inline-block;
    padding-left: 5px;
    width: 20px;
    height: 20px;
}

/* Style for the plus and minus icons */
.menu .fas.fa-plus, .fas.fa-minus {
    margin-left: 5px;
}

/* Hide the minus icon by default */
.menu .fas.fa-minus {
    display: none;
}

/* When dropdown is active, show the minus icon and hide the plus icon */
.menu .dropdown.active .fas.fa-plus {
    display: none;
}
.menu .dropdown.active .fas.fa-minus {
    display: inline;
}

@media only screen and (min-width: 756px) {
    .menu .dropdown .dropdown-toggler {
        display:none !important;

    }
}

.monaka-menu-item ul li a{
    padding-left:20px !important;
    font-size: 14px !important;
}
