@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
*{  
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.main-logo {
    max-width: 90%;
    cursor: pointer;
}

a.nav11 {
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  
}
ul.navlinks {
  justify-content: center;
  display: flex;
}
header{
    background-color: #3E402D;
    padding: 1.5rem 3rem;
    /* display: flex;
    justify-content: flex-end;
    align-items: center; */
}
header:hover{
    transition: 0.5s;
}
.navlinks li{
    display: inline-block;
    margin: 0 22px;
    align-items: center;
}
.navlinks li a:hover{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 1px 1px 5px black;
}

button{
    width: 100%;
    padding: 12px;
    color: #000;
    background-color: #fff;
    border-radius: 50px;
    outline: none;
    cursor: pointer;
    transition: all 0.5s, ease 0s;
    border: none;
    z-index: 999;
}
button:hover{
    box-shadow: 1px 1px 5px black;
}
button.searchButton {
  z-index: auto;
}
/* .sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 300px;
    z-index: 999;
    background-color: #3e402d;
    backdrop-filter: blur(10px);
    box-shadow: 3px 3px 7px #000000bd;
    display: none;
    justify-content: flex-start;
    list-style: none;
    flex-direction: column;
    transition: transform 0.3s ease;
    transform: translateX(100%);
} */   
.sidebar li{
    width: 100%;
    margin: 25px;
    
}
/* .sidebar img{
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 120px;    
} */   
nav ion-icon{
    font-size: 2em;
    position: absolute;
    top: 35px;
    right: 20px;
}
.hydrated {
  visibility: inherit;
  color: #ffffff;
}
div#hdr-navbar {
  display: flex;
  justify-content: center;
  align-items: center;
}
h2{ 
    color: wheat;
    text-shadow: #002423 -2px 2px 10px;
    font-size: 2em;
    margin: 20%;
    text-align: center;
}
@media only screen and (min-width: 767px){
    .navlinks ion-icon{
        display: none;
        
    }
}
@media only screen and (max-width: 767px){
    .navlinks .items{
        display: none;
    }
}


  /* end header css------- */


  img.hero-image {
    max-width: 100%;
}

.ctgr-images {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

    /* mini image  css------- */

    .categories-images {
      background-color: #3e402d;
    }
    
img.ctgr-mini-img {
  max-width: 100%;
  padding: 7px 3rem;

}

  /* deal of the day */

.images-of-deal-of-the-day {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.deal-of-the-day {
  padding: 2rem 0;
}
h3.dloftheday-text {
  text-align: center;
  font-size: 2.9rem;
  font-family: Macondo;
  color: #3E402D;
  font-weight: 500;
}

h3.dloftheday-text1 {
  text-align: center;
  font-size: 15px;
  font-weight: 200;
  color: #3E402D;
}
.dealoftheday {
  padding: 2rem 0;
}
img.dl-dy-img {
  max-width: 25%;
}


  /* our story sec css------- */


  .three-img-sec {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 5rem 0px 0px;
}
.our-story-sec {
  background-image: url(/media/wysiwyg/amasty/jet_theme/images/our-story-bg.png);
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: center;
    margin-top: 4rem;
    max-width: 100%;
}
p.our-mission {
  font-size: 10px;
  text-align: center;
}

.row.our-story-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 4rem 10rem;
}
p.our-story-txt {
  font-size: 14px;
  text-align: justify;
  line-height: 1.2rem;
}
.txt-img {
  display: flex;
  align-items: center;
  flex-direction: column;
  
}
img.abt-mini-round-img {
  max-width: 60%;
}
p.our-mission1 {
  text-align: center;
  font-size: 18px;
  font-family: Macondo;
  color: #3E402D;
  font-weight: 500;
  padding: 8px 0;
}
p.our-story-heading {
  text-align: start;
  font-size: 1.8rem;
  font-family: Macondo;
  color: #3E402D;
  font-weight: 500;
  padding: 10px 0;
}
p#btm-pdg {
  padding-bottom: 8px;
}

  /* Latest collection sec css------- */

  .latest-coll {
    background-image: url(/media/wysiwyg/amasty/jet_theme/images/latest-coll-img.png);  
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: center;
    margin-top: 4rem;
    max-width: 100%;
    padding-bottom: 4rem;
  }
  img.l-coll1 {
    max-width: 100%;
}
.two-imgs-sec {
    display: flex;
}
img#lts-coll-mini1 {
  padding: 0 10px 10px 0;
  max-width: 50%;
}
img#lts-coll-mini2 {
  padding: 0 0 10px 10px;
  max-width: 50%;
}
img#lts-coll-mini3 {
  padding-top: 6px;
  max-width: 100%;
}
.main-img {
  position: relative;
}
.txt-btn {
  position: absolute;
  bottom: 6rem;
  left: 7rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
p.fsn-trndy {
  text-align: center;
  font-size: 4.5rem;
  font-family: Macondo;
  color: #ffffff;
  font-weight: 500;
}
a.fsn-trndy-btn1 {
  text-decoration: none;
  color: #fff;
  font-size: 23px;
  font-family: Macondo;
  border: 1px solid;
  padding: 12px 4rem;
}



  /* india-hand-made-seller collection sec css------- */

.india-hand-made-seller {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 4rem 12rem;
}

.seller-sec {
  background-image: url(/media/wysiwyg/amasty/jet_theme/images/our-story-bg.png);
  background-repeat: no-repeat;
  background-attachment: local;
  background-position: center;
  margin-top: -6rem;
  max-width: 100%;
}
a.sller-btn {
  text-decoration: none;
  color: #3e402d;
  border: 1px solid #3e402d;
  padding: 10px 28px;
}
p.seller-txt1 {
  text-align: center;
  font-size: 2.8rem;
  font-family: Macondo;
  color: #3E402D;
  font-weight: 500;
  padding: 3px 0 10px 0;;
}
p.seller-heading {
  text-align: center;
  font-size: 1.3rem;
  font-family: Macondo;
  color: #3E402D;
  font-weight: 300;
  margin-bottom: 0;
}
.only-abt-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}


  /* most love ctgr section css------- */

  .loved-ctgr-section {
    background-image: url(/media/wysiwyg/amasty/jet_theme/images/lvd-ctgr-bg.png);
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: center;
    max-width: 100%;
    padding: 7rem 0;
  }
  p.seller-heading {
    text-align: center;
    font-size: 40px;
    padding: 10px;
    font-family: Macondo;
    color: #3E402D;
    font-weight: 300;
    margin-bottom: 0;
}
.lvd-crgr-imgs {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
img.lvd-ctgr11 {
  max-width: 95%;
}
p.lvd-ctgr-txt {
  text-align: center;
  font-size: 20px;
  font-family: Macondo;
  color: #3E402D;
  font-weight: 500;
  padding: 8px 0;
}

.lvd-ctgr-btn {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}




  /* cart section css------- */

.card {
  box-shadow: 1px 2px 10px 0 rgb(0 0 0 / 14%);
  max-width: 320px;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
}


.card button:hover {
  opacity: 0.7;
}
.all-card {
  display: flex;
}
h1.product-name {
  font-size: 13px;
  text-align: start;
}
.price {
  color: #292929;
  font-size: 15px;
  text-align: start;
  font-weight: 600;
}
.product-cart {
  margin: 0 10rem;
  margin-top: 6rem;
}
.sari-coll-main-img {
  position: relative;
}
img.main-big-img {
  max-width: 105%;
}
.text-on-main-img {
  position: relative;
  bottom: 16rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
p.saari {
  text-align: center;
  font-size: 4.5rem;
  font-family: Macondo;
  color: #28291f;
  font-weight: 500;
  margin-bottom: -15px;
}
a.main-img-btnn {
  text-decoration: none;
  color: #28291f;
  font-size: 23px;
  font-family: Macondo;
  border: 2px solid;
  padding: 10px 3rem;
}


p.heading-txt {
  text-align: start;
  font-size: 35px;
  font-family: Macondo;
  color: #3E402D;
  font-weight: 300;
  margin-bottom: 0;
}
p.heading-mini-txt {
  margin-bottom: 0;
  text-align: start;
  font-size: 15px;
  font-weight: 200;
  color: #3E402D;
}
a.cart-view-all-btn {
  text-decoration: none;
  color: #28291f;
  font-size: 16px;
  font-family: Macondo;
  border: 1px solid #28291f;
  padding: 10px 22px;
  border-radius: 8px;
}
.cart-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #adadad;
  margin-bottom: 1rem;
}
a.add-to-cart-btn {
  text-decoration: none;
  color: #28291f;
  font-size: 13px;
  font-family: Macondo;
  border: 1px solid #28291f;
  padding: 5px 20px;
  border-radius: 8px;
}
.cart-txt-aria {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 0 15px 25px;
}
img.cart-product-img {
  max-width: 100%;
}


  /* top header section section css------- */

  .notification-top-bar {
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: #3e402d;
    text-align: center;
    color: #FFFFFF;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 14px;
    border-bottom: 1px solid #2f2f2f8a;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
   /* width: max-content; */
}
.notification-top-bar p {
  padding: 0;
  margin: 0;
}
.notification-top-bar p a {
  padding: 5px 10px;
  border-radius: 3px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
img.hdr-cntct-icn11 {
  max-width: 10%;
  opacity: 90%;
}
a.hdr-cntct-txt {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}
img.hdr-scl-icn {
  max-width: 6%;
}
div#hdr-cntct-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
/* top header section section css end------- */



/* -----banner slider css here!----- */

 /* ================================= */

.slider-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    / transition: transform 0.5s ease; /
    transition: transform 0.5s ease-in-out;
  }
  
  /* .slide {
    flex: 0 0 100%;
  } */

  .slide {
    min-width: 100%;
    box-sizing: border-box;
  }
  
  .slide img {
    width: 100%;
    height: auto;
  }
  
  .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #3e402d;
    color: white;
    border: none;
    cursor: pointer;
    padding: 5px;
    font-size: 20px;
    width: 40px;
    margin: 0px 1.2rem;
    z-index: revert-layer;
  }
  
  .prev {
    left: 0;
  }
  
  .next {
    right: 0;
  }

  .slider-con {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
  /* ------------------- slider end css */



/* ------------------- header side sec css */
  .table-icon-menu.pull-right {
    display: flex;
    flex-direction: row;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body{
  font-family: 'Open Sans', sans-serif;
}

.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 1px solid #ffffff;
  border-right: none;
  padding: 17px 20px;
  height: 20px;
  border-radius: 3px 0 0 3px;
  outline: none;
  color: #ffffff;
  background-color: #3e402d;
  font-size: 14px;
  font-weight: 300;
}
img.search-icon {
  max-width: 30px;
  position: absolute;
  top: 3px;
  right: 3px;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #ffffff;
  background: #ffffff;
  text-align: center;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{ 
  width: 100%;
}
img#hdr-side-icon {
  max-width: 25px;
  margin: 0px 10px;
 
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #222222
}

/* Dropdown */

.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
}




.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
  z-index: 999;
} 

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

div#hdr-side-sec {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}


  /* footer section css------- */


  ul {
    margin: 0px;
    padding: 0px;
}
.page-footer {
  background-image: url(/media/wysiwyg/amasty/jet_theme/images/Footer_elements-min.png);
  position: relative;
  background-repeat: no-repeat;
  background-attachment: local;
  background-position: bottom;
  margin-top: 4rem;
  max-width: 100%;
  padding-bottom: 10rem;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 80%;
    margin-left: -10px;
    margin-top: -15px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #3e402d;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.footer-widget-heading h3 {
  color: #3e402d;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #3e402d;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #000000;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 38px;
  background: #ffffff;
  border: 1px solid #3e402d;
 /* color: #fff; */
}
.subscribe-form button {
    position: absolute;
    right: 0;
   /* background: #ff5e14; */
   background: #3e402d;
    padding: 13px 20px;
   /* border: 1px solid #ff5e14; */
   border: 1px solid #3e402d;
    top: 0;
    color: #fff;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #3e402d;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 11px;
  color: #878787; 
}
.copyright-text p a{
  color: #ffffff;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ffffff;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.footer-widget ul li a {
  color: #424141;
  text-transform: capitalize;
  text-decoration: none;
}
img.ftr-cntct-icn11 {
  filter: invert(1);
  max-width: 7%;
  opacity: 90%;
  margin-right: 6px;
}
.footer-text {
  display: flex;
  flex-direction: column;
}
a.ftr-cntct-txt {
  font-size: 15px;
  text-decoration: none;
  color: #3a3a3a;
  padding-bottom: 10px;
}
img.ftr-scl-icn {
  max-width: 10%;
}

img.payment-typ-img {
  max-width: 100%;
  padding: 25px 75px;
}
a.newsletter-btn {
  background-color: #3e402d;
  padding: 1rem 1.3rem;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
}
form#nwsltr {
  display: flex;
}

/* shipping partner section css------- */
img.shipping-partner-img {
  max-width: 100%;
}

/* promish stmnt section css------- */
.prms-stmnt-per-sec {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
p.prms-txt {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 5px;
  color: #3e402d;
}
p.prms-mini-txt {
  font-size: 13px;
  color: #3e402d;
}
.promise-stmnt-sec {
  padding: 6rem 8rem;
}
img.prms-stmnt-icon {
  padding: 0 15px;
  max-width: 26%;
}
p.prms-mini-txt {
  font-size: 14px;
  color: #595959;
  font-weight: 500;
}



/* all media query for responsivness------- */


/* handmade seller--- */
@media (max-width: 1200px) and (min-width:550px) {
  .india-hand-made-seller {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 3rem 2rem;;
}
p.seller-heading {
    font-size: 14px;
    padding: 4px;
}
p.seller-txt1 {
    font-size: 22px;
}
a.sller-btn {
    padding: 4px 6px;
    font-size: 12px;
}
p.our-mission1 {
    font-size: 10px;
}
img.abt-mini-round-img {
    max-width: 40%;
}
}

@media screen and (max-width: 550px) {
  .india-hand-made-seller {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;

  }
  img.abt-mini-round-img {
    max-width: 190px;
    padding: 10px;
}
.india-hand-made-seller {
  padding: 2rem 2rem;
}
p.seller-heading {
  font-size: 20px;
}
p.seller-txt1 {
  font-size: 25px;
}
.seller-sec {
  background-image: none;
  background-color: #e7e1d8;
}
a.sller-btn {
  padding: 8px 20px;
  font-size: 10px;
}
}

/* image collage latest-coll */
@media (max-width: 1400px) and (min-width:1199px) {
  p.fsn-trndy {
    font-size: 35px;
}
a.fsn-trndy-btn1 {
    font-size: 16px;
    padding: 10px 25px;
}
.txt-btn {
    left: 10rem;
}
}
@media (max-width: 1199px) and (min-width:991px) {
  p.fsn-trndy {
    font-size: 35px;
}
a.fsn-trndy-btn1 {
    font-size: 16px;
    padding: 10px 25px;
}
.txt-btn {
 left: 7rem;
}
}
@media (max-width: 991px) and (min-width:767px) {
  p.fsn-trndy {
    font-size: 25px;
}
a.fsn-trndy-btn1 {
    font-size: 12px;
    padding: 8px 18px;
}
.txt-btn {
    left: 5rem;
}
}
@media (max-width: 767px) and (min-width:320px) {
  p.fsn-trndy {
    font-size: 25px;
}
a.fsn-trndy-btn1 {
    font-size: 12px;
    padding: 8px 18px;
}
.txt-btn {
left: 11rem;
}
}


/* our story sec */

@media (max-width: 1400px) and (min-width:767px) {
  p.our-mission1 {
    font-size: 14px;
}
p#btm-pdg {
    padding-bottom: 0px;
}
img.abt-mini-round-img {
    max-width: 70%;
}
p.our-mission {
    font-size: 8px;
}
p.our-story-heading {
    font-size: 16px;
}
p.our-story-txt {
    font-size: 10px;
    text-align: justify;
    line-height: 1rem;
}
.row.our-story-section {
  padding: 4rem 2rem;
}
.three-img-sec {
  padding: 0px 1rem 0px 0px;
}
}
@media (max-width: 767px) and (min-width:500px) {
  .our-story-sec {
    background-image: none;
    background-color: #e7e1d8;
}
.row.our-story-section {
    padding: 4rem 2rem;
}
p.our-story-txt {
  font-size: 10px;
  text-align: center;
  line-height: 1rem;
}
p.our-story-heading {
  font-size: 15px;
}
img.abt-mini-round-img {
  max-width: 65%;
}
.three-img-sec {
  padding: 0px;
}
p.our-mission1 {
  font-size: 12px;
  padding: 5px 0;
        margin-bottom: 0;
}
}
@media (max-width: 500px) and (min-width:250px) {
  .row.our-story-section {
    padding: 4rem 2rem;
}
.our-story-sec {
  background-image: none;
  background-color: #e7e1d8;
}
.three-img-sec {
  display: flex;
  flex-direction: column;
  padding: 0;
}

}

/* ftr upr three srvc dcrptn */
@media (max-width: 650px) and (min-width:250px) {
  .promise-stmnt-sec {
    padding: 2rem 1rem;
}
}

/* most loved ctgr */
@media (max-width: 500px) and (min-width:250px) {
.loved-ctgr-section {
  background-image: none;
  background-color: #e9e8ca;
  padding: 2rem 0;
}
.lvd-crgr-imgs {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
}


/* product cart section  */
@media (max-width: 1880px) and (min-width:1350px) {
  img.main-big-img {
    max-width: 110%;
}
.product-cart {
  margin: 0 3rem;
  margin-top: 5rem;
}
}
@media (max-width: 1350px) and (min-width:1080px) {
  img.main-big-img {
    max-width: 130%;
}
.product-cart {
  margin: 0 2rem;
  margin-top: 5rem;
}
}
@media (max-width: 1080px) and (min-width:767px) {
  .product-cart {
    margin: 0 2rem;
    margin-top: 3rem;
  }
  p.heading-txt {
    text-align: start;
    font-size: 16px;
  }
    p.heading-mini-txt {
      font-size: 10px;
    }
    a.cart-view-all-btn {
      font-size: 12px;
      padding: 4px 13px;
      border-radius: 3px;
}
p.saari {
  font-size: 22px;
  margin-bottom: 6px;
}
p.samll-txt-sari {
  font-size: 9px;
}
a.main-img-btnn {
  font-size: 15px;
  border: 1px solid;
  padding: 4px 1rem;
}
.cart-txt-aria {
  padding: 6px 0 6px 8px;
}
a.add-to-cart-btn {
  font-size: 9px;
  padding: 3px 10px;
  border-radius: 4px;
}
.price {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px;
}
h1.product-name {
  font-size: 9px;
}
.card {
  margin: 3px;
  border-radius: 5px;
}
.text-on-main-img {
  bottom: 7rem;
}
img.main-big-img {
  max-width: 110%;
  height: 290px;
}
}

@media (max-width: 767px) and (min-width:600px) {
  .product-cart {
    margin: 0 3rem;
    margin-top: 3rem;
}
.cart-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #adadad;
  margin-bottom: 1rem;
}
p.heading-txt {
  font-size: 18px;
}
p.heading-mini-txt {
  font-size: 12px;
}
.cart-txt-aria {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 6px 0 10px 10px;
}
a.add-to-cart-btn {
  font-size: 10px;
  padding: 4px 5px;
  border-radius: 3px;
}
.card {
  box-shadow: 1px 2px 10px 0 rgb(0 0 0 / 14%);
  max-width: 320px;
  margin: 6px;
  text-align: center;
  border-radius: 3px;
}
a.cart-view-all-btn {
  font-size: 12px;
  padding: 6px 19px;
  border-radius: 4px;
}
}
@media (max-width: 600px) and (min-width:250px) {
  a.cart-view-all-btn {
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 3px;
}
a.add-to-cart-btn {
    font-size: 7px;
    padding: 5px 12px;
    border-radius: 3px;
}
.price {
    font-size: 12px;
    margin-bottom: 3px;
}
h1.product-name {
    font-size: 10px;
}
.cart-txt-aria {
    padding: 6px 0 10px 10px;
}
.card {
    margin: 4px;
    border-radius: 5px;
}
img.main-big-img {
    max-width: 100%;
}
}

@media (max-width: 599px) and (min-width:250px) {
  .all-card {
    display: flex;
    flex-direction: column;
}
p.samll-txt-sari {
  font-size: 10px;
}
p.saari {
  font-size: 30px;
}
a.main-img-btnn {
  font-size: 14px;
  border: 1px solid;
  padding: 5px 1.5rem;
}
.text-on-main-img {
  bottom: 7rem;
}
.product-cart {
  margin: 0 2rem;
  margin-top: 3rem;
}
p.heading-txt {
  font-size: 16px;
}
p.heading-mini-txt {
  font-size: 12px;
}
a.cart-view-all-btn {
  font-size: 10px;
  padding: 6px 16px;
  border-radius: 3px;
}
}

/* ctgr mini images section------ */
@media (max-width: 767px) and (min-width:250px) {

  .ctgr-images {
    display: none;
}

}
@media (max-width: 1200px) and (min-width:767px) {
img.ctgr-mini-img {
  max-width: 9.5%;
  padding: 5px 1rem;
}
.ctgr-images {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
}
@media (max-width: 1920px) and (min-width:1200px) {
  img.ctgr-mini-img {
    max-width: 8%;
    padding: 7px 2rem;
}
.ctgr-images {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
  }


  /* header navbar section------ */

  @media (max-width: 1455px) and (min-width:1080px) {
    a.nav11 {
      font-size: 12px;
    }
    .navlinks li {
      margin: 0 14px;
  }
  a.hdr-cntct-txt {
    font-size: 11px;
  }
  .main-logo {
    max-width: 100%;
    cursor: pointer;
  }
  }

  @media (max-width: 1080px) and (min-width:767px) {
    a.nav11 {
      font-size: 10px;
    }
    .navlinks li {
      margin: 0 8px;
  }
  a.hdr-cntct-txt {
    font-size: 9px;
  }
  .main-logo {
    max-width: 100%;
    cursor: pointer;
  }
  img#hdr-side-icon {
    max-width: 15px;
    margin: 0px 7px;
}
.searchTerm {
  padding: 13px 30px;
  border-radius: 3px 0 0 3px;
  font-size: 12px;
}
.searchButton {
  height: 28px;
  }
  img.search-icon {
    max-width: 20px;
    top: 5px;
    right: 3px;
}
}

@media (max-width: 830px) and (min-width:767px) {
  div#hdr-cntct-icon {
    display: none;
}
div#hdr-social-icon {
    display: none;
}
.main-logo {
  max-width: 100%;
  cursor: pointer;
}
header {
  padding: 1rem 5px;
}
}


@media (max-width: 767px) and (min-width:230px) {
  div#cntr-txt {
    font-size: 12px;
}
  .main-logo {
    max-width: 50%;
    cursor: pointer;
}
div#hdr-cntct-icon {
  display: none;
}
div#hdr-social-icon {
  display: none;
}
.wrap {
  display: none;
}
}

@media (max-width: 767px) and (min-width:230px) {
  .images-of-deal-of-the-day {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
img.dl-dy-img {
    max-width: 100%;
}


div#hdr-side-sec {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding-right: 90px;
  position: relative;
  top: 55px;
}
  .main-logo {
  max-width: 40%;
  cursor: pointer;
  }
header {
  padding: 0rem 1rem;
}
.icon-inner, .ionicon, svg {e;
  top: 4px;
}
}

.page-header .header.content, .sections.nav-sections .navigation {

  max-width: 1872px !important;
    }

.page-wrapper {
  overflow: hidden !important;
}    

.panel.wrapper {
  display: none;
}

.button {
 color: #fff;
}

/* CSS for desktop view */
@media (min-width: 1024px) {
  .navigation{
      /* Ensure the menu appears in the header */
      position: static;
    
  }
}

/* CSS for mobile view */
@media (max-width: 1023px) {
  .navigation {
      /* Default styles for mobile view */
      position: static;
   
  }
}


@media only screen and (max-width: 767px) {
  .amtheme-menu-block .ui-menu-item > a {
    color: #fff !important;
  }

  img#hdr-side-icon {
    background-color: #212529;
  }

}

.contact-index-index .page-title { 
  margin-top: 49px;
}
.contact-index-index .form label.label
{
  font-size: 17px;
}

a:hover {
  color: #3E402D;
}

.footer-menu li a {
  color: #fff;
}
.copyright-text p {
  color: #fff;
}