/* Add custom CSS styles below */ 
.app-inner {
    background: #f6f3ee;
}
body.index .main-nav-container .mobile-menu ul li a {
  color: #42747E;
  }
  body.index i.header-btn__icon {
  color:#42747E !important;
  }
  .sub-menu *{
  color:#000 !important;
  }
  @media screen and (min-width:991px) {
    .navbar-brand img {
        max-width: 170px;
        height: 100px;
        max-height: 150px;
    }
}
@media screen and (max-width:768px){
 .store-header {
    position: static !important;
    background: #ddbfbb;
}
  i.sicon-menu.text-primary.text-2xl {
    color: #fff;
}
}

  /*---------------header-when-scroll----------*/
  .main-nav-container.fixed-header .inner .mobile-menu ul li a ,.main-nav-container.fixed-header .inner i.header-btn__icon  {
  color: #000 !important;
  }
/*****---firs-banner--------*/
.my-main-banner-0, .my-main-banner-0> .head_img {
height:100vh;
}
.my-main-banner-0 > .head_img > div{
height:100vh;
 align-items: center;
 padding-bottom:0px;
}
.my-main-banner-0 p{
 opacity: 1;
 font-size: 30px;
 color:#000;
 line-height: 34px;
}
.my-main-banner-0  h1{
 font-weight: 700;
 color:#000;
 margin-bottom: 0px !important;
}
.my-main-banner-0 > .head_img > div > div {
    max-width: 30%;
    margin-left: 10%;
}
.my-main-banner-0 > .head_img > div > div  > div:nth-of-type(2){
background:#42747E;
color:#fff;
}
@media screen and (max-width:768px){
.my-main-banner-0 , .my-main-banner-0 .head_img  {
height: 35vh;
}
.my-main-banner-0 > .head_img > div {
align-items: center;
height: 35vh;
}
.my-main-banner-0 > .head_img > div > div {
max-width: 50%;
}
.my-main-banner-0 p{
display:none
}
.my-main-banner-0  h1 {
font-size: 18px !important;
line-height: 25px;
}
}
 /*------my-category--------*/
.my-category{
margin-bottom:25px;
margin-top:20px;
}
.my-category h2 {
    text-align: center;
    text-shadow: 1px 5px 4px #000;
    font-size: 60px !important;
    margin-bottom: 20px;
}
.my-category a{
    color: #C09B9B !important;
}
.my-category ul li {
align-self: self-start;
}
.my-category h1{
margin-bottom:15px;
font-size:24px !important;
}
.my-category ul{
justify-content: center;
gap: 20px;
}
/*****product***/
.my-product{
  margin-top: 20px;
}
/*--------my-special-product---------*/
.my-special-product{
margin-bottom:30px
}
@media screen and (max-width:768px){
.my-special-product h1 {
text-align: center;
font-size: 20px;
}
}
/*****product-details******/
.details-sec .grid {
    height: 80vh !important;
}
.my-product-details .point{
  display: none
}
@media screen and (max-width:768px){
  .details-sec .grid {
    height: 100vh !important;
        grid-template-rows: auto;
}
  .details-sec .grid > div {
    grid-row: span 3 !important;
}
  .details-sec .grid > div:nth-child(2) {
    grid-row: span 4 !important;
}
}
/*------------my-fixed-banner---- ----*/
.my-fixed-banner {
margin-bottom: 40px
}
.my-fixed-banner button {
color: #fff ;
width: 100% !important;
background: #C09B9B;
}
.my-fixed-banner button a {
color: #fff ;
}
.my-fixed-banner .absolute {
width: 100% !important;
left: 0px;
top:unset;
bottom:0px;
}

@media screen and (max-width:768px) {
.my-fixed-banner h1 {
font-size: 14px !important;
}
}
/****** my-advantage*****/
@media screen and (max-width:768px) {
    .my-advantage .conatiner  {
        flex-direction: row;
    }
.my-advantage {
    margin-bottom: 5px;
}
}
section.my-advantage * {
    color: #6A7869;
    border-color: #6A7869 !important;
} 
section.my-advantage .BOTTOM  > div > .block  ,
section.my-advantage .TOP  > div > .block {
  background-color: #6A7869;
}
/*----------my-info-------*/
.my-info p {
    color: #fff;
}
.my-info .shape {
   background-color: #6A7869;
}
/********* my-quesion*******/
  @media screen and (min-width:991px) {
.my-quesion .container > div:nth-of-type(1) > div {
    width: 40% !important;
}
      }
.my-quesion .absolute {
  top: -5%;
  right: -5%;
}

.my-quesion .container_accordion {
  max-width: 100%;
  background: #fff;
}
@media screen and (max-width:768px){
      .store-footer__inner *{
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      }
      }i.sicon-eye.text-xl.text-black.cursor-pointer {
    background: #fff;
    padding: 1rem;
    border-radius: 2rem;
    transform: translate(-10px, 10px);
}
.s-product-card-vertical .s-product-card-content {
    padding: 1.5rem 1rem;
}