


/* .d-block{
  height: 250px;
  width: 300px;
}

.hero-text img {
  width: 150px;
  height: 450px;
  padding-top: 250px;
  margin-left: -200px;
}

.hero-text2 h1 {
  font-size: 15px;
} */




@media only screen and (max-width: 600px) {

  *{
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
  }


  .d-block{
    height: 250px;
    width: 300px;
  }
  
  .hero-text img {
    width: 150px;
    height: 450px;
    padding-top: 250px;
    margin-left: -200px;
  }
  
  .hero-text2 h1 {
    font-size: 15px;
  }
  .hero-text2 {
    margin-top: -250px;
  }


  .crd1 {
    width: auto;
    height: auto;
    padding-left: 0px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .crd2 {
    width: 100%;
    height: auto;
    padding-left: 14px;
    padding-right: 3px;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .footer-desktop {
    display: none;
  }

  .footer-responsive {
    display: inline-block;
  }

  .mdmd2 {
    font-size: 12px;
  }



/*****Index Footer tag Section*****/


ul.cloud {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: normal;
  width: 100%;
}

ul.cloud a {
  /*   
  Not supported by any browser at the moment :(
  --size: attr(data-weight number); 
  */
  --size: 4;
  --color: #a33;
  color: var(--color);
  font-size: calc(var(--size) * 0.25rem + 0.5rem);
  display: block;
  padding: 0.125rem 0.25rem;
  position: relative;
  text-decoration: none;
  /* 
  For different tones of a single color
  opacity: calc((15 - (9 - var(--size))) / 15); 
  */
}

ul.cloud a[data-weight="1"] { --size: 1; }
ul.cloud a[data-weight="2"] { --size: 2; }
ul.cloud a[data-weight="3"] { --size: 2; }
ul.cloud a[data-weight="4"] { --size: 2; }
ul.cloud a[data-weight="5"] { --size: 2; }
ul.cloud a[data-weight="6"] { --size: 2; }
ul.cloud a[data-weight="7"] { --size: 2; }
ul.cloud a[data-weight="8"] { --size: 2; }
ul.cloud a[data-weight="9"] { --size: 2; }

ul[data-show-value] a::after {
  content: " (" attr(data-weight) ")";
  font-size: 1rem;
}

ul.cloud li:nth-child(2n+1) a { --color: #181; }
ul.cloud li:nth-child(3n+1) a { --color: #33a; }
ul.cloud li:nth-child(4n+1) a { --color: #c38; }

ul.cloud a:focus {
  outline: 1px dashed;
}

ul.cloud a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: var(--color);
  transform: translate(-50%, 0);
  opacity: 0.15;
  transition: width 0.25s;
}

ul.cloud a:focus::before,
ul.cloud a:hover::before {
  width: 100%;
}

@media (prefers-reduced-motion) {
  ul.cloud * {
    transition: none !important;
  }
}



#exTab1 .nav-pills {
  margin-left: 10px;
}

#exTab1 .tab-content {
width: 100%;
}

.containe {
  position: relative;
  width: 100%;
  max-width: 100%;
}

/* #banner {
  display: none;
} */

#banner {
  margin-left: -162px;
}

.banner {
  left: 233px;
  padding-bottom: 42px;
}


.nav-logo {
  margin-left: -86px;
}

.navbar {
  width: 287px;
}

#b1b {
  width: 385px;
  margin-left: -28px;
}

#b2b {
  left: 282px;
   padding-bottom: 42px;
}



.header {
  display: none;
}
.header-responsive{
  display: block;
}

.fixedfooter{
  display: block;
}

.fixedfooter {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: inline-flexbox;
  z-index: 1;
}

.m-footer {
  font-size: 10px;
}

.dfdf{
  display: none;
  padding-left: 30px;
  font-size: 15px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}





#Description h2 {
  font-size: 15px;
}
#Description p {
  font-size: 12px;
}

.rvws {
  padding: 1px;
}

.nav-container-fluid {
  margin: 0px;
  padding: 0px;
}



#pdtls {
  width: 450px;
margin-left: -115px;
}


#color {
  margin-left: 0px;
  width: 100%;
  text-align: center;
  padding: 5px;
}
#size {
  margin-left: 0px;
  width: 100%;
  text-align: center;
  padding: 5px;
}
#qty {
  width: 100%;
  text-align: center;
  padding: 5px;
}



.product-sidebar {
  display: none;
}




.productdtls {
  max-width: 100%;
}


.responsive-productpage {
  display: block;
  width: 100%;
}

.card-summary-item-btn a{
  font-size: 11px;
}

.cartview-product-Quantity {
  margin-top: 5px;
}
.my4 {
  margin-top: 30px;
  margin-bottom: 30px;
}


.footerlogoicon {
  display: none;
}

.them-member {
  max-width: 100%;
}


#logsign {
  display: none;
}

#moblog {
  display: block;
}

/******SLIDER 3 *******/
.slider-background {
  width: 100%;
  height: 600px;
}

.slider-iner {
  margin-top: -400px;
  padding: 0px;
}
.slider-iner img {
  height: 212px;
   width: 100%;
   margin-top: -200px;
}


#slider-buy-now {
  background-color: transparent;
  border: 1px solid black;
  border-radius: 15px;
}


#slider-buy-now:hover {
  background-color: black;
  color: white;
}



.slider-iner-dtl {
  text-align: center;
  margin-top: 10%;
  padding-right: 20px;
  font-family: serif;
  font-weight: bolder;
  padding-bottom: 20px;
}
.slider-iner-dtl h2 {
  color: #fff;
  font-family: serif;
  font-weight: 600;
  font-size: 25px;
}
.slider-iner-dtl p {
  color: white;
  font-family: serif;
  font-weight: bolder;
  font-size: 18px;
}
.slider-iner-dtl .ctg {
  color: white;
  font-family: serif;
  font-size: 14px;
}


.maincontactform {
    width: 100%;
    text-align: center;
    margin: auto
}

#coupon-font {
    font-size: 12px;
}

.text-block {
  position: absolute;
  bottom: 10px;
  right: 0px;
  background-color: rgb(243, 242, 242);
  color: rgb(0, 0, 0);
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}


.txblck a {
  color: black;
  text-decoration: none;
  font-size: 13px;
}


.txblck a:hover {
  background: black;
  color: white;
  padding-left: 2px;
  padding-right: 2px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}



}