html,
body {
  height: 100%;
}
body {
  padding: 0px;
  margin: 0px;
  font-family: "lato";
}
a {
  text-decoration: none;
}

@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-BlackItalic.woff2") format("woff2"),
    url("../../fonts/Lato-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-Black.woff2") format("woff2"),
    url("Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-Bold.woff2") format("woff2"),
    url("../../fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-BoldItalic.woff2") format("woff2"),
    url("../../fonts/Lato-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato Hairline";
  src: url("../../fonts/Lato-Hairline.woff2") format("woff2"),
    url("Lato-Hairline.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato Hairline";
  src: url("../../fonts/Lato-HairlineItalic.woff2") format("woff2"),
    url("Lato-HairlineItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-Heavy.woff2") format("woff2"),
    url("../../fonts/Lato-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-HeavyItalic.woff2") format("woff2"),
    url("../../fonts/Lato-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-Italic.woff2") format("woff2"),
    url("../../fonts/Lato-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-Light.woff2") format("woff2"),
    url("../../fonts/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-LightItalic.woff2") format("woff2"),
    url("../../fonts/Lato-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-Medium.woff2") format("woff2"),
    url("../../fonts/Lato-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-MediumItalic.woff2") format("woff2"),
    url("../../fonts/Lato-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-Regular.woff2") format("woff2"),
    url("../../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-Semibold.woff2") format("woff2"),
    url("../../fonts/Lato-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-SemiboldItalic.woff2") format("woff2"),
    url("../../fonts/Lato-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-Thin.woff2") format("woff2"),
    url("../../fonts/Lato-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-ThinItalic.woff2") format("woff2"),
    url("../fonts/Lato-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

.our-store{
	background: #feedf7;
	padding: 5px 0px;
}

.social-media{
	display: flex;
	align-items: center;
	column-gap: 18px;
}

.social-media a i{
	color: #160e4b;
	font-size: 15px;
	transition: 0.3s ease-in all;
}

.social-media a i:hover{
	color: #f82ba9;
	transition: 0.3s ease-in all;
}

.welcome .owl-carousel h6{
	color: #160e4b;
	font-size: 17px;
	margin-bottom: 0px;
}

.welcome .owl-theme .owl-nav{
	display: none;
}

.welcome .owl-carousel.owl-theme.owl-loaded.owl-drag{
	text-align: start;
}

.welcome .item h4{
	color: #160e4b;
	font-size: 15px;
	font-weight: 500;
}

.welcome .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: start;
    -webkit-tap-highlight-color: transparent;
    margin-left: 40px;
}

.our-store .row{
	align-items: center;
}

.menu ul li a{
  color: #160e4b !important;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;

}

.menu ul li a:hover{
	color: #f82ba9 !important;
	 transition: 0.3s ease-in all;
}

header.header {
    padding: 15px 0px;
    background: #fff;
    border-bottom: solid 1px #00000014;
}

.logo-scoa {
    display: flex;
    align-items: end;
    justify-content: end;
    column-gap: 17px;
}


.logo-scoa a i{
	color: #504d4d;
	font-size: 17px;
	text-decoration: none;
	transition: 0.3s ease-in all;
}

.logo-scoa a i:hover{
		color: #f82ba9 !important;
	 transition: 0.3s ease-in all;
}




.header .row{
	align-items: center;
}

.hero {
    background: url(../img/banner.jpg) no-repeat;
    background-size: cover;
    height: 550px;
    width: 100%;
    display: flex;
    align-items: center;
}

.best-shop{
	background: #fff;
	padding: 20px;
}

.best-shop h1 {
    color: #160e4b;
    font-size: 46px;
    margin-bottom: 7px;
    line-height: 47px;
    font-style: unset;
    font-weight: 700;
}
.best-shop h1 span{
	color: #f82ba9;
}

.best-shop h6 {
    display: inline-block;
    color: #160e4b;
    font-size: 22px;
    letter-spacing: 4px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.best-shop button {
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 10px 22px;
    cursor: pointer;
    font: inherit;
    font-size: 16px;
    text-decoration: none;
    -webkit-appearance: non;
    background: #f82ba9;
    color: #fff;
    border-radius: 7px;
    font-weight: 600;
}

.best-shop p{
	color: #160e4b;
    line-height: 30px;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 25px;
}


.category-section {
    background-color: #fff;
    padding: 80px 0px;
    display: flex
;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    text-align: center;
}
.category-item {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
 
.category-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
 
    .category-item img:hover {
      transform: scale(1.05);
    }
 
.category-item p {
    margin-top: 0px;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    bottom: -8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
    background: rgb(96 56 19 / 80%);
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    padding: 10px 0px;
}

 .add-productbasket .offcanvas{
  box-shadow: -12px 0px 27px 0px rgba(0, 0, 0, 0.1);
  border-left: none;
 
}
 
.basket-box{
    background: rgba(41, 37, 36, 1);
    padding: 12px;
    border-radius: 0px;
}
 
.qun-total{
    background: rgba(28, 25, 23, 1);
    padding: 12px 12px;
}
 
.qunaty-total{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
 
.qunaty-total p{
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}
 
.qunaty-total:nth-last-child(1) {
  border-bottom: solid 1px rgba(68, 64, 60, 1) !important;
}
 
.lr-paymentbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
 
.total-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0px;
}
 
.total-price h2{
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
}
 
.go-basket a {
    border-radius: 36px;
    background: rgb(97 58 24);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding: 11px 12px;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    transition: 0.2s ease-in all;
    border-color: rgb(97 58 24);
}
.go-basket a:hover{
  background: rgb(145, 87, 36);
  transition: 0.2s ease-in all;
}
 
.go-basket{
    width: 100%;
    margin: 15px 0px;
}
 
.without-product {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 62px 0px;
}
 
.without-product h6{
    color: #162A26;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 30px 0px;
    text-transform: uppercase;
}
 
.orderlist-view{
    border: 1px solid rgba(214, 211, 209, 1);
    background: rgba(255, 255, 255, 1);
    padding: 12px 12px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 9px;
    margin-right: 7px;
}
 
 
.orderlist-view .product-image img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    background-position: center;
}
 
.orderlist-view .product-image h6 {
    color: rgba(22, 42, 38, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 0px;
    padding-left: 13px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    margin: 0 5px 0 5px;
    text-align: start;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
}
 
.orderlist-view .pr-price h2 {
    color: rgba(22, 42, 38, 1);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px;
    padding-left: 0px;
}
 
.orderlist-view .pr-price img {
    margin-left: 43px;
    /* max-width: 33px; */
    height: 19px;
}
 
.orderlist-view .practice-plus-minus {
    display: inline-flex;
    border: solid 1px rgba(214, 211, 209, 1);
    border-radius: 0px;
    width: 100%;
    height: 50px;
    max-width: 272px;
    margin: 0px 37px;
}
 
.orderlist-view .accept-condition{
    margin-right: 16px;
}
 
.orderlist-view .accept-condition input, .accept-condition input:focus{
    width: 32px;
    height: 32px;
    border: 1px solid #A8A29E;
    border-radius: 8px;
}
 
.orderlist-view{
    padding: 17px 17px;
}
 
.order-information {
    padding: 50px 0px;
}
 
 
.shp-shopping{
    border: 1.16px solid rgba(208, 214, 207, 1);
    padding: 3px;
}
 
.sh-bg{
    background: rgba(247, 249, 250, 1);
    padding: 6px;
}
 
a.gobasket{
    border-radius: 36px;
    background: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding: 11px 12px;
    width: 100%;
    display: block;
    text-align: center;
    color: rgba(183, 134, 43, 1);
    text-transform: uppercase;
    border: solid 1px rgba(183, 134, 43, 1);
    margin: 13px 0px;
}
 
 
.basket-details {
    padding: 50px 0px 0px;
}
 
.shiping-information {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 79px;
}


.basket-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
 
.basket-model {
    display: flex;
    align-items: center;
}
 
.add-productbasket .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px;
}
 
.basket-model h5 {
    color: #7e5d41;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-left: 16px;
}
.basket-close {
    width: 30px;
    height: 30px;
}
.basket-close .btn-close{
    background: url(../img/basket-close.svg)no-repeat center;
    opacity: 1;
    width: 30px;
    height: 30px;
}
.basket-close button.btn-close:focus{
    outline: none;
    box-shadow: none;
}
 
.addproduct-list {
    border: 1px solid rgb(226 211 194 / 48%);
    background: rgb(226 211 194 / 26%);
    padding: 12px 12px;
    display: flex;
    align-items: start;
    flex-wrap: nowrap;
    margin-bottom: 9px;
    margin-right: 7px;
    border-radius: 5px;
    column-gap: 7px;
}
 
.addproduct-list.active{
    border: 1px solid rgba(120, 113, 108, 1);
    background: rgba(245, 245, 244, 1);
}
 
.product-image {
    display: flex;
    align-items: center;
}
.product-image img{
    width: 32px;
    height: 32px;
    object-fit: cover;
    background-position: center;
}
 
.product-image h6{
    color: rgba(22, 42, 38, 1);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 0px;
    padding-left: 13px;
    text-transform: uppercase;
    overflow: hidden;
  position: relative;
  margin: 0 5px 0 5px;
  text-align: start;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
    width: 92px;
}
 
.pr-price p {
    color: rgba(22, 42, 38, 1);
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 10px;
    white-space: normal;
}
 
.pr-price h2 {
    color: rgb(97 58 24 / 82%);
    font-size: 15px;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 11px;
    padding-left: 0px;
}
.pr-price {
    display: flex;
    align-items: self-start;
    flex-direction: column;
}
 .pr-price-yut h2 {
    font-size: 25px;
    color: #000;
    font-weight: 700;
}
.pr-price img {
    margin-left: 43px;
    max-width: 15px;
}
 
.add-productbasket .offcanvas-body {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}
 
.pd-list {
    height: 400px;
    overflow: auto;
}
 
.pd-list::-webkit-scrollbar {
  width: 8px; /* Width of the vertical scrollbar */
  height: 12px; /* Height of the horizontal scrollbar */
  border-radius: 12px;
  margin-left: 7px;
}
 
/* Background of the scrollbar */
.pd-list::-webkit-scrollbar-track {
  background-color: #c1c1c1; /* Light gray background */
   border-radius: 12px;
}
 
/* Thumb (the draggable part) */
.pd-list::-webkit-scrollbar-thumb {
  background-color: rgba(186, 144, 47, 1); /* Pewter Blue thumb */
  border-radius: 12px; /* Rounded edges */
}
 
.add-productbasket .offcanvas {
    box-shadow: -12px 0px 27px 0px rgba(0, 0, 0, 0.1);
    border-left: none;
    width: 500px;
}
 
.basket-box {
    background: rgb(245 245 244);
    padding: 12px;
    border-radius: 0px;
}
 
.qun-total {
    background: rgb(245 245 244);
    padding: 12px 12px;
}
 
.qunaty-total{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
 
.qunaty-total p{
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}
 
.qunaty-total:nth-last-child(1) {
  border-bottom: solid 1px rgba(68, 64, 60, 1) !important;
}
 
.lr-paymentbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
 
.total-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0px;
}
 
.total-price h2 {
    margin-bottom: 0px;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
}
 
 
.go-basket{
    width: 100%;
    margin: 15px 0px;
}
 
.without-product {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 62px 0px;
}
 
.without-product h6{
    color: #162A26;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 30px 0px;
    text-transform: uppercase;
}

.product-inner-page-content {
    padding: 45px 0px;
}

.variation-options {
    margin-bottom: 13px;
}

.size-options {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}


.prty-count {
    display: flex;
    align-items: center;
    column-gap: 14px;
}

.delete-product button {

    border: none;
    background: #613a18;
    height: 34px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 0px;
}

.proudcu-counter{
  position: relative;
}


.proudcu-counter span {
    position: absolute;
    top: -10px;
    right: -10px;
    background: rgb(98 59 24);
    color: #fff;
    /* padding: 2px 6px; */
    border-radius: 50%;
    font-size: 12px;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #fff;
}

.success-card {
      background-color: white;
      padding: 40px;
      border-radius: 16px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
      text-align: center;
      max-width: 600px;
      position: relative;
    }

    .success-card:after {
    position: absolute;
    content: "";
    top: 20px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background: url(../../img/frontend/thankyou.svg) no-repeat;
    pointer-events: none;
    background-position: top;
}

    .success-card h1 {
      color: #613a18;
      font-size: 28px;
      margin-bottom: 20px;
    }

    .success-card p {
      font-size: 18px;
      margin-bottom: 10px;
    }

    .order-id {
      font-weight: bold;
      font-size: 20px;
      color: #613a18;
      background-color: #ece4da;
      padding: 10px;
      border-radius: 8px;
      display: inline-block;
      margin-top: 10px;
    }

    section.success-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 400px);
}

.addproduct-list  .practice-plus-minus{
  
  margin: 0px 0px;
}

.addproduct-list .practice-plus-minus{
  height: 35px;
}

.addproduct-list .practice-plus-minus button{
  display: flex;
  justify-content: center;
  align-items: center;
}

.addproduct-list .practice-plus-minus{
  width: 60%;

}

.addproduct-list .practice-plus-minus button{
    font-size: 18px;
}

.addproduct-list .practice-plus-minus input{
  font-size: 17px;
}

.practice-plus-minus {
    display: inline-flex
;
    border: solid 1px #613a18;
    border-radius: 0px;
    width: 100%;
    height: 50px;
    max-width: 100%;
    margin: 15px 0px;
}

 .practice-plus-minus button {
     background: #613a18;
     color: #fff;
     font-size: 22px;
     border: none;
     padding: 4px 15px;
 }

 .practice-plus-minus input {
     border: none !important;
     text-align: center;
     font-size: 21px;
     font-weight: 420;
     width: 100%;
     color: rgba(22, 42, 38, 1);
     line-height: 20px;
 }

 .product-image-cart {
    display: flex;
    align-items: self-start;
    column-gap: 14px;
    width: 30%;
}


 



.product-section {
  padding: 40px 20px;
}
.product-section h2 {
  font-size: 33px;
  font-weight: 600;
  color: #160e4b;
}
.product-card {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 10px;
  position: relative;
  transition: transform 0.3s ease;
  height: 100%;
  border-radius: 5px
}
.product-card:hover {
  transform: translateY(-5px);
}
.product-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
}
.product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.product-image img.hover-img {
  opacity: 0;
}
.product-card:hover .product-image img.default-img {
  opacity: 0;
}
.product-card:hover .product-image img.hover-img {
  opacity: 1;
}
.sale-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #f82ba9;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 2px;
  font-weight: bold;
  z-index: 2;
  border-radius: 5px
}
.product-card h4 {
  font-size: 14px;
  margin: 10px 0 5px;
  font-weight: 500;
}
.price {
  font-size: 14px;
  color: #333;
}
.discounted {
  color: #f82ba9;
  font-weight: bold;
  margin-right: 8px;
}
.original {
  text-decoration: line-through;
  color: #888;
}
.view-all-wrapper {
  text-align: center;
}
.view-all-btn {
    background-color: #6f4b2a;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 5px;
}
.view-all-btn:hover {
  background-color: #333;
}





.premium-domain .owl-theme .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  background: rgba(217, 217, 217, 1);
}

.testimonails .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(111 75 42);
}

.testimonails .owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}

.testimonails .owl-theme .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  background: rgba(217, 217, 217, 1);
}

.premium-domain .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(38, 57, 237, 1);
}

.testimonails {
  background: #F4F6F9 url(../img/testimonails.svg)no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 0px;
}

.testimonails:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  background: url(../img/testimonial-vector.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.testimonails-slider {
  background: #fff;
  box-shadow: 0px 4.93px 7.56px 0px rgba(21, 21, 21, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin: 20px 4px;
  min-height: 300px;
}
.testimonails .owl-carousel.owl-drag .owl-item {
  padding: 20px 5px 10px 5px;
}
.client-images {
  margin-top: 0px;
    position: relative;

}
.client-images img {
    border-radius: 100%;
    width: 60px !important;
    height: 60px;
}

.client-images img::before {
    content: "";
    position: absolute;
    inset: -6px;
    border: 10px solid #f82ba9;
    border-right-color: transparent;
    border-top-color: transparent;
    border-radius: 50%;
    z-index: -1;
}

.client-name {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.testimonails-slider p {
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 80%);
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  padding: 17px 0px;
}

.profile-name {
  display: flex;
  align-items: center;
}

.profile-name-t h6 {
    color: rgba(34, 34, 34, 1);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 21px;
}

.profile-name-t p {
  color: rgba(80, 80, 80, 1);
  font-weight: 400;
  font-size: 10px;
  margin-bottom: 0px;
  line-height: 21px;
  padding: 0px 0px;
}

.profile-name h6 {
  color: rgba(32, 32, 32, 1);
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
  padding-left: 5px;
  display: flex;
  align-items: center;
}

.profile-name i {
  background: rgb(248 43 169);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
}

.rating-review {
  display: flex;
  align-items: center;
  column-gap: 4px;
  justify-content: end;
}

.rating-review i {
  font-size: 15px;
  color: rgba(255, 156, 0, 1);
}


.premium-domainheading h2{
	text-align: center;
  color: rgba(34, 34, 34, 1);
  font-size: 32px;
  text-align: start;
}

.premium-domainheading p{
	text-align: start;
  color: rgba(96, 56, 19, 1);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

.stats-section {
  background-color: #fff;
  padding: 50px 20px;
}
.stat-item {
  max-width: 180px;
  margin: 0 auto;
}
.stat-item img {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}
.stat-item h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.stat-item p {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}
@media (max-width: 768px) {
  .stat-item img {
    width: 60px;
    height: 60px;
  }
}
.stat-item {
  max-width: 180px;
}
.stat-item img {
  width: 70px;
  height: 70px;
}
.stat-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
}
.stat-item p {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.footer {
  background-color: #311f0d;
  color: #fff;
  padding: 50px 20px 0px;
  position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../img/frontend/footer-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.7;
    z-index: 0;
    pointer-events: none;
}
 
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
  z-index: 99;
}
 
.footer-section {
  flex: 1;
  min-width: 200px;
  margin-right: 40px;
}
 
.footer-section h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
 
.footer-section ul {
  list-style: none;
  padding: 0;
}
 
.footer-section ul li a {
  color: #ccc;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
 
.footer-section p, 
.footer-section a {
  font-size: 14px;
  color: #ccc;
  line-height: 1.8;
  text-decoration: none;
}
 
.subscribe-section {
  margin-bottom: 40px;
}
 
.subscribe-section h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
 
.subscribe-section form {
  display: flex;
  max-width: 400px;
}
 
.subscribe-section input {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
  font-size: 14px;
}
 
.subscribe-section button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 0 15px;
  cursor: pointer;
  font-size: 20px;
}
 
.footer-bottom {
  border-top: 1px solid #600000;
  padding-top: 20px;
  text-align: center;
  color: #ccc;
}
 
.logo-social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
}
 
.logo {
  height: 50px;
}
 
.social-icons img {
  width: 20px;
  margin: 0 5px;
}


.best-service .container{
      padding: 40px 20px;
    background: #feedf7;
    border-radius: 15px;
}

.free-delivery{
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.delivery-icon{
  background: #f82ba9;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  color: #fff;
}

.delvery-content h6 {
    color: #160e4b;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
}


.delvery-content p{
  color: #757f95;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}


.why-chooseus{
  background: rgba(96, 56, 19, 0.1);
  padding: 50px 0px;
}


.proud-premium h6 {
    color: #603813;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.proud-premium h2{
  color: #160e4b;
  font-size: 40px;
  margin-bottom:24px;
  font-weight: 600;
}

.best-service {
    padding: 50px 0px;
}

.there-many{
  display: flex;
  align-items: center;
  column-gap: 22px;
}

.gift-items img{
  max-width: 200px;
  border-radius: 5px;
}

.avilabe-majority p{
  color: #757f95;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}


.trusted-partner{
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.trusted-logo{
  width: 80px;  
  height:80px;
  background: #8c52ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}


.trusted-logo img{
  width: 50px;
    filter: brightness(0) invert(1);
}

.trus-content h6{
  color:#160e4b;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 7px;
}

.trus-content p{
  color: #757f95;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
  }


.trus-content {
    flex: 1;
}


.oulatestgift {
    padding: 50px 0px;
}
.gift-confirm{
  position: relative;
  overflow: hidden;
}
.gift-confirm img{
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
}

.gift-confirm {
  position: relative;
  overflow: hidden;
}

.image-wrapper {
  position: relative;
}

.gift-confirm img {
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
  display: block;
}

/* Overlay effect */
.overlay {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(248 43 169 / 37%);
    border-radius: 5px;
    transition: top 0.4s ease;
}
/* On hover, slide down the overlay */
.image-wrapper:hover .overlay {
  top: 0;
}

.our-latestproduct{
  text-align: center;
  padding: 15px 0px;
}


.our-latestproduct h2{
  color:#160e4b;
  font-size: 37px;
  margin-bottom: 30px;
}



.typewriter-text {
  font-weight: bold;
  white-space: pre-line; /* to support \n line breaks */
  border-right: 2px solid #000;
  animation: blink-caret 0.75s step-end infinite;
  color: #f82ba9;
  font-size: 37px;
}

@keyframes blink-caret {
  from, to { border-color: transparent; }
  50% { border-color: black; }
}
.trending-heading .site-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 33px;
    position: relative;
    margin-bottom: 47px;
}

.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 34px;
    color: #160e4b;
    margin-top: 4px;
}
.trending-heading .site-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #feedf7;
    border-radius: 0 50px 50px 0;
    width: 80%;
    height: 100%;
    z-index: -1;
}

.trending-heading .site-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 20%;
    border-bottom: 3px solid #8c52ff;
    z-index: -1;
}

.trending-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trending-items {
    padding: 50px 0px;
}

.trending-heading a {
    font-weight: 600;
    color: #757f95;
}

.trending-items .item{
   background: #feedf7;
   border-radius: 10px;
   padding: 20px;
   margin-bottom: 33px;
}

.trending-items .item img{
  border-radius: 5px;
}

.trending-items .owl-theme .owl-nav{
  display: none;
}

.trending-items .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #f82ba9;
}

.trending-items .owl-theme .owl-dots .owl-dot span{
   background: #f974c6;
}



body {
  margin: 0;
  font-family: sans-serif;
}

/* Top bar */
.topbar {
  background-color: #0074d9;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
}

.topbar a {
  color: white;
  margin-left: 6px;
  text-decoration: underline;
}

/* Header */
.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.logo-section {
  display: flex;
  align-items: center;
  gap: 10px;
}



.logo-text {
  font-size: 28px;
  font-weight: bold;
  color: #004b87;
}

/* Navigation */


.nav-list {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
  align-items: center;
}

.nav-item {
    position: relative;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
}

.nav-item a, .nav-item span {
  text-decoration: none;
  color: #000;
}

/* Arrow icon */
.arrow {
  font-size: 12px;
  margin-left: 6px;
}

/* Dropdown */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  background: white;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  padding: 10px 0;
  border-radius: 8px;
  z-index: 999;
}

.dropdown-menu li a {
  padding: 10px 20px;
  color: #333;
  transition: background 0.3s;
  font-size: 14px;
  width: 100%;
  display: inline-block;
}
nav#nav {
    display: flex;
    align-items: center;
    column-gap: 50px;
}
.dropdown-menu li a:hover {
    background-color: #603813e6;
    color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* Donate Button */

.donate-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 10px 22px;
    cursor: pointer;
    font: inherit;
    font-size: 16px;
    text-decoration: none;
    -webkit-appearance: non;
    background: #f82ba9;
    color: #fff;
    border-radius: 7px;
    font-weight: 600;
}

/* .donate-btn:hover {
  background-color: #005fa3;
} */

/* Mobile View */
.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
  margin-left: auto;
}


.main-header-new {
    background: linear-gradient(rgba(96, 56, 19, 0.9), rgba(96, 56, 19, 0.9)), url(../img/main-header-bg.svg) no-repeat center;
    background-size: cover;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0px 30px;
}

.social-media a i{
   font-size: 18px;
   color: #fff;
}


.social-media a i:hover{
  color: #f8f8f8;
}

.call-data a{
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}


.save-usecode p{
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #fff;
}

.call-data {
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 10px;
}

.main-header-new .row{
  align-items: center;
}
.search-user{
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.search-user a i{
  color: #5C5C5C;
  font-size: 20px;
}

.shopping-bag{
  position: relative;
}

.shopping-bag span {
    position: absolute;
    background: #D40000;
    color: #fff;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 10px;
    font-size: 12px;
    text-align: center;
}

.hero-banner .carousel-control-prev-icon{
  display: none;
}

 .hero-banner .carousel-control-next-icon{
  display: none;
}


 .hero-banner .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 100%;
    width: 10px;
    height: 10px;
}

.hero-banner .carousel-caption {
    /* position: absolute; */
    /* right: 0px; */
    /* top: 40%; */
    /* padding-top: 0px; */
    color: #fff;
    text-align: start;
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
    justify-content: center;
}

 .hero-banner .carousel-caption span{
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  display: block;
  padding-bottom: 10px;
 }


  .hero-banner .carousel-caption h5{
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 10px;
 }

   .hero-banner .carousel-caption p{
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 10px;
 }

 .hero-banner .carousel-caption button{
  background: #603813;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 25px;
  border-radius: 5px;
  border: solid 1px rgb(255 255 255 / 50%);
    transition: 0.2s ease-in all;
 }

 .hero-banner .carousel-caption button:hover{
  background: #542f0c;
  transition: 0.2s ease-in all;
 }

.safe-payment {
    background: rgb(96 56 19 / 5%);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 25px;
}

.safe-payment h2 {
    color: rgb(0 0 0 / 80%);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}

  .safe-payment p{
      color: rgb(0 0 0 / 80%);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
 }

 .shipping-categry{
  padding: 50px 0px;
 }


 .our-catgery-heading h2{
  color: #603813;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0px;
  position: relative;
  text-align: start;
 }

 .our-catgery-heading h2::after{
   background: url(../img/Line.svg)no-repeat;
   background-size: cover;
   content: "";
   position: absolute;
   bottom: -8px;
   width: 100%;
   height: 1px;
   left: 0px;
 }

 .our-catgery-heading {
    display: flex;
    align-items: self-start;
    justify-content: start;
    margin-bottom: 25px;
}


.category-item-annivesary{
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
}
.artificial-engvraed{
   padding: 15px;
}

.artificial-engvraed p{
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: start;
  line-height: 18px;
}

.product-price {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.product-price h2{
  color: rgba(96, 56, 19, 1);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}

.product-price h6 {
    color: rgba(34, 34, 34, 0.7);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    text-decoration: line-through;
}

.birthday-item{
  width: 100%;
  height:300px;
}

.birthday-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px;
}

.proud-premium p{
  color: rgba(34, 34, 34, 0.8);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 24px;
}


.why-chooseus .row{
  align-items: center;
}

.alltimebest{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.alltimebest button{
    background: #603813;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 25px;
    border-radius: 5px;
    border: solid 1px rgb(255 255 255 / 50%);
    transition: 0.2s ease-in all;
}

.bcd-slider{
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.premium-domainheading{
  position: relative;
}
/* .premium-domainheading h2::after {
    background: url(../img/Line.svg) no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 1px;
    left: 0px;
} */


header.main-header.scrolled {
    position: fixed;
    width: 100%;
    left: 0;
}
 
.main-header .search-user a.home_icon {
    display: none;
}
 
.main-header .search-user a.plus_icon {
    display: none;
}
 
.main-header .search-user a.home_icon {
    display: block;
}

section.category-section.Bestsaller_section .row {
    flex-wrap: wrap;
}




@media (max-width: 991px) {
  .main-header {
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    display: none;
    width: 100%;
    margin-left: 0;
  }

  .main-nav.show {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    gap: 0;
  }

  .nav-item {
    padding: 12px 20px;
    border-top: 1px solid #eee;
  }

  .dropdown-menu {
    position: static;
    box-shadow: none;
    padding-left: 20px;
  }

  
.main-header .search-user {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #6f4b2a;
    padding: 15px;
    justify-content: space-between;
}
 
.main-header .search-user a i {
    color: #fff;
    opacity: 0.9;
}
 
.main-header nav#nav {
    display: block;
    position: fixed;
    left: -1000px;
    top: 0;
    background: #815e3e;
    width: 85%;
    height: 100%;
    z-index: 99;
    transition: 0.5s;
}
 
.main-header nav#nav ul.nav-list {
    align-items: normal;
}
 
.main-header nav#nav ul.nav-list li.nav-item {
    border-color: #ffffff1a;
}
 
.main-header nav#nav ul.nav-list li.nav-item a {
    color: #fff;
    opacity: 0.9;
}
 
.main-header nav#nav ul.nav-list li.nav-item span {
    color: #fff;
    opacity: 0.9;
}
 
.main-header nav#nav ul.nav-list li.nav-item ul.dropdown-menu {
    background: transparent;
    border: 0;
    padding: 5px 0;
}
 
.main-header nav#nav ul.nav-list li.nav-item ul.dropdown-menu li {
    color: #fff;
    opacity: 0.9;
}
 
.main-header .main-nav.show {
    left: 0 !important;
}
 
section.main-header-new {
    display: none;
}
 
header.main-header {
    padding: 10px 15px;
    align-items: center;
    display: flex;
}
 
header.main-header a {
    display: block;
}
 
header.main-header .logo img.logo-img {
    margin: 0 !important;
    width: 100%;
}
 
header.main-header .logo {
    height: auto;
}
 
section.hero-banner .carousel-inner img {
    height: 450px;
    object-fit: cover;
}
 
section.hero-banner .carousel-inner .carousel-caption {
    width: 100%;
    left: 0;
    padding: 20px;
    z-index: 9;
    text-align: center;
    display: block;
    height: fit-content;
    bottom: 50px;
}
 
section.hero-banner .carousel-inner .carousel-caption p {
    display: none;
}
 
section.hero-banner .carousel-inner .carousel-caption span {
    font-size: 14px;
}
 
 
section.hero-banner .carousel-inner .carousel-caption h5 {
    font-size: 21px;
}
 
section.hero-banner .carousel-inner .carousel-caption h5 br {
    display: none;
}
 
section.hero-banner .carousel-inner {
    position: relative;
}
 
    section.hero-banner .carousel-inner::before {
        content: '';
        background: #0000003d;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        pointer-events: none;
    }
 
section.hero-banner .carousel-inner .carousel-caption button {
    padding: 10px 25px;
    font-size: 14px;
}

.main-header .search-user a.plus_icon {
    display: block;
    width: 65px;
    height: 65px;
    background: #ffffff;
    text-align: center;
    align-content: center;
    margin: -60px 0 -20px;
    border-radius: 100px 100px 100px 100px;
    border: 1px solid #6f4b2a;
}
 
.main-header .search-user a.plus_icon i {
    color: #6f4b2a;
    font-size: 30px;
}
 
.main-header .search-user a.home_icon i::before {
    font-family: 'FontAwesome';
}
 
.shipping-categry .row {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
}
 
.shipping-categry .row .col-md-3 {
    width: 43%;
    padding: 0 5px;
}
 
.shipping-categry .row .col-md-3 .safe-payment {
    padding: 15px 10px;
}
 
.shipping-categry .row .col-md-3 .safe-payment h2 {
    font-size: 16px;
    font-weight: 500;
}
 
.shipping-categry .row .col-md-3 .safe-payment p {
    font-size: 12px;
    display: none;
}
 
.shipping-categry .row .col-md-3 .safe-payment img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}
 
.shipping-categry {
    padding: 20px 0 0;
}
 
section.category-section {
    padding: 30px 0 !important;
}
 
section.category-section .row {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: start !important;
}
 
section.category-section .row .col-12.col-sm-4.col-md-3.col-lg-3 {
    width: 90%;
    padding: 0 10px;
}

}

/* ========== MOBILE SLIDER ========== */
@media (max-width: 767px) {
  .category-slider {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    justify-content: flex-start;
  }

  .category-slider > [class*="col-"] {
    flex: 0 0 80%;
    max-width: 80%;
    scroll-snap-align: start;
  }

  /* smooth scrolling + hide scrollbar */
  .category-slider {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .category-slider::-webkit-scrollbar {
    display: none;
  }
}

/* ========== DESKTOP GRID (DEFAULT BOOTSTRAP) ========== */
@media (min-width: 768px) {
  .category-slider {
    overflow: visible;
  }
}

  

  .whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 70px;
    right: 30px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.whatsapp-float:hover {
    color: #fff;
    background-color: #1ebe5d;
}
.whatsapp-float i {
    font-family: "Font Awesome 6 Brands" !important;
    font-size: 32px;
    color: #fff !important;
}

.artificial-engvraed a {
    text-decoration: none;
}


a.home_icon i{
   display:none;
}

a.view-all-btn {
    text-decoration: none;
}






  @media (max-width: 768px) {
    .category-item {
        width: 100%;
        height: 250px;
    }
      .category-item img {
        width: 100%;
        height: 100%;
      }
       section.hero-banner .carousel-inner img {
        height: 450px;
        object-fit: cover;
        object-position: -270px 0px;
        width: 100%;
        background-position: center;
    }
      .category-item p {
        font-size: 13px;
      }
      .category-item p{
        bottom: -14px;
      }
      .proud-premium h6{
        padding-top: 19px;
      }
      .our-catgery-heading h2{
        font-size: 23px;
      }
      .alltimebest{
        flex-direction: column;
        align-items: start;
      }
      .birthday-item {
    width: 100%;
    height: 150px;
}
.birthday-item img {
    width: 100%;
    height: 100%;
}

.view-all-btn{
  margin-top: 16px;
    }
a.home_icon i{
   display:block;
}
    
  }



@media(max-width:568px){
   section.hero-banner .carousel-inner img {
        height: 450px;
        object-fit: cover;
        object-position: -455px 0px;
        width: 100%;
        background-position: center;
    }
    .product-section h2 {
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }
}
