*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Lato", sans-serif;
}

.homebtn-color{
    font-size: 18px;
    font-weight: 500;
}

.sub-color{
    font-size: 18px;
}

.stripMain {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.stripMain span:nth-child(1) {
    background: #f6f1db;
}
.stripMain span:nth-child(2) {
    background: #ede8d8;
}

.stripMain span:nth-child(3) {
    background: #f6f1db;
}

.stripMain span a{
text-decoration: none;
color: black;

}
.stripMain span {
    width: 33.33333%;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    float: left;
    list-style: none;
    padding: 5px 0px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: #ffffff8c;
    padding: 12px;
    border-radius: 3px;
}

.homeboxMain {
    padding-top: 12px;
}

.hmTitle {
    padding: 25px 0;
    text-align: center;
}

.hmTitle h3 {
    font-size: 25px;
    font-weight: 700;
}

.homeBox1 {
    float: left;
    width: 33.333%;
    padding: 0 15px;
    box-sizing: border-box;
}

.second-slider h4{
margin-top: 20px;
font-size: 25px;
font-weight: 800;
text-align: center;
}

.owl-carousel {
  position: relative;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 10px;
  border-radius: 50%;
  z-index: 10;
  font-size: 20px;
}

.owl-prev {
  left: 10px;
}
.owl-next {
  right: 10px;
}

.hmlongLife {
    width: 100%;
    background: #fbfbfb;
    padding-top: 10px;
}

.hmlongLife .owl-carousel.owl-drag .owl-item .hmtrnditem {
    padding: 7px;
}

.hmtrnditemPro {
    position: relative;
}

.proDiscount {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
    background: #000;
    font-weight: 600;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50%;
    font-family: 'Lato', sans-serif;
    height: 45px;
    width: 45px;
    text-align: center;
    box-sizing: border-box;
}

/* === Product Box === */
.hmtrnditem {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.hmtrnditem:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

/* === Product Image === */
.hmtrnditemPro {
  position: relative;
}
.hmtrnditemPro img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

/* === Discount Badge === */
.proDiscount {
  position: absolute;
  top: 10px;
  right: 10px;
  background: black;
  color: white;
  font-size: 11px;
  text-align: center;
  line-height: 13px;
  font-weight: bold;
  padding: 5px 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 2;
}

/* === Product Text Info === */
.hmtrnditemNm {
  padding: 10px 12px;
}
.hmtrnditemNm p {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #000;
}
.hmtrnditemNm span {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.hmtrndcutprz {
  text-decoration: line-through;
  color: #999;
  margin-left: 10px;
}

.owl-carousel {
  position: relative;
}

.owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  pointer-events: none;
  z-index: 5;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  font-size: 18px !important;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: all 0.3s ease;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background: #000 !important;
  color: #fff !important;
  border-color: #000;
}


.main-footer {
  background-color:#7f1360;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  color: #333;
}
.main-footer a {
  color: #333;
  text-decoration: none;
  margin: 0 10px;
}
.main-footer a:hover {
  text-decoration: underline;
}


.footer-about h4{
font-size: 18px;
font-weight: 800;
text-align: left;
color: white;
}



.footer-about p{
font-size: 16px;
text-align: justify;
color: #fff;
}
.footer-about a{
font-size: 16px;
text-align: left;
text-decoration: none;
/* margin-left: -26px; */
color: #ffffff;
}
.footer-about ul{
list-style: none;
}
.footer-about ul li{
text-align: left;
margin-left: -20px;
}
.footer-about h6{
text-align: left;
color: #fff;
}

.navbar-light .navbar-nav .nav-link{
    color: #000;
}

.aboutxt{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px
}

.aboutxt h4{
    font-size: 25px;
    font-weight: 800;
    
}

.contactform h4{
font-size: 20px;
font-weight: 700;
}

.contact-email a{
    text-decoration: none;
    color: black;
}
.contactdetails a{
    text-decoration: none;
    color: #000;
}
.contact-add a{
    text-decoration: none;
    color: #000;
}






