@media(min-width:1350px){

    .container {
  
      width: 1300px;
  
      min-width: 1300px;
  
  }
  
  }
  
  @font-face { font-family: "Myanmar Tagu"; 
  
    src: url("/catalog/view/stylesheet/fonts/MyanmarTagu/MyanmarTagu.woff") format("woff"), 
  
    url("/catalog/view/stylesheet/fonts/MyanmarTagu/MyanmarTagu.ttf") format("truetype"), 
  
    url("/catalog/view/stylesheet/fonts/MyanmarTagu/MyanmarTagu.svg#Myanmar Tagu") format("svg");
  
   }
  
   button.favcart {
    margin-bottom: 0px !important;
}
button#button-list {
  display: none;
}
/************************ filtersection *******************************/
.filtersection {
  position: relative;
}
.filtersection .card {
  position: absolute;
  width: 100%;
  top: 210px;
  z-index: 999;
  background: #f4f4f4;
  padding: 35px 50px;
  border-radius: 40px;
  border: 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: none;
}
.filtersection .list-group-item {
  background: #f4f4f4;
}
.filterbutton {
  background: black;
  padding: 15px;
  width: 100px;
}
.filterbutton img {
  width: 25px;
  filter: invert(1);
}
.filterbutton {
  background: #333333;
  padding: 7px 15px;
  width: 110px;
  color: white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  position: absolute;
  /* top: -95%; */
  left: 30%;
  margin-top: 10.5%;
}
h3.filtertitle {
  color: #444444;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
.filtersection .card-header, .filtersection .card-footer {
  background: #f4f4f4;
  text-align: center;
  border-color: #e9e5e5;
}
.filtergroupcount {
  column-count: 3;
  margin: 30px 0px;
  font-size: 15px;
}
.filtergroupcount label {
  font-size: 14px;
}
.filtersection .show{
  display: block;
}
button#button-filter {
  border-radius: 45px;
  width: 120px;
  padding: 8px 12px;
}
#button-filter i{
  margin-right: 10px;
}
@media(min-width:1200px) and (max-width:1300px){
  .filterbutton {
      margin-top: 11.2%;
}
}
@media(min-width:992px) and (max-width:1199px){
  .filterbutton {
      margin-top: 12%;
}
.filtersection .card {
  top:200px;
}
.filterbutton {
  background: #333333;
  padding: 7px 15px;
  width: 110px;
  color: white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  position: absolute;
  /* top: -95%; */
  left: 85%;
  margin-top: 1.5%;
}
}
@media(min-width:768px) and (max-width:991px){
  .filterbutton {
    background: #333333;
    padding: 7px 15px;
    width: 110px;
    color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    position: absolute;
    /* top: -95%; */
    left: 85%;
    margin-top: .5%;
}
.filtersection .card {
 padding: 5px 30px;
 top:80px;
 }
 div#display-control {
  margin-bottom: 45px;
}
}
@media(min-width:0px) and (max-width:767px){
  .filterbutton {
    background: #333333;
    padding: 7px 15px;
    width: 110px;
    color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    position: absolute;
    /* top: -95%; */
    left: 77%;
    margin-top: .5%;
}
.filtersection .card {
 padding: 5px 30px;
 top:80px;
 }
 div#display-control {
  margin-bottom: 45px;
}
main {
  background: white;
  padding: 0 0 20px 0;
}
h3.filtertitle {
  font-size: 22px;
}
main {
  padding: 0;
}
}
@media(min-width:0px) and (max-width:767px){
  .filterbutton {
     left: 0%;
  }
  .filtergroupcount {
    column-count: 1;
    margin: 10px 0px;
  }
}

/******************************************************/

  body {
  
      font-family: "Lato", sans-serif;
  
      font-weight: 400;
  
      color: #666;
  
      font-size: 12px;
  
      line-height: 20px;
  
      width: 100%;
  
      overflow-x: hidden;
  
    }
  
    :root{
  
      --blue:#333;
  
      --black:#383735;
      --light:#B5B5B5;
  
    }
  
    a:hover,a{
  
      color:var(--black);
  
      text-decoration: none;
  
    }
  
    h1, h2, h3, h4, h5, h6 {
  
     font-family: 'lato','Myanmar Tagu';
  
    }
  
    *{
  
      /* font-family: "Lato", sans-serif; */
  
      font-family: 'lato','Myanmar Tagu';
  
      font-size: 14.5px;
  
      color: var(--black);
  
  
  
    }

    .page-link.active, .active > .page-link {
      background-color: #333333;
      border-color: #333333;
  }
  a.page-link {
    color: #333333;
}
  
    /* Override the bootstrap defaults */
  
    h1 {
  
      font-size: 33px;
  
    }
  
    #common-home .htmlsection h2 {
      font-size: 48px;
      text-align: left;
      text-transform: uppercase;
      font-weight: 700;
      border-bottom: 0px;
      width: 60%;
      color: #333333;
      margin-top: 0px;
  }
  
  h2 {
  
    font-size: 30px;
  
    text-align: left;
  
    text-transform: uppercase;
  
    font-weight: 800;
  
    margin: 30px 0px;
  
    border-bottom: 1px solid #ccc;
  
    padding-bottom: 15px;
  
  }
  
    h3 {
  
      font-size: 21px;
  
    }
  
    h4 {
  
      font-size: 15px;
  
    }
  
    h6 {
  
      font-size: 10.2px;
  
    }
  
      a:hover {
  
      text-decoration: none;
  
    }
  
    #top{
  
      background-color: transparent;
  
      border-bottom:0px;
  
    }
  
   
  
    .line{
  
      background-color: #38373566;
  
      height: 1px;
  
      width: 100%;
  
    }
  .headertop .nav {
      justify-content: end;
  }
    /**************************** home  **********************************/
    i.fa-solid.fa-chevron-down {
      margin-left: 5px;
  }
    .thumbprotitle {
      margin-bottom: 15px;
      height: 60px;
  }
    #bmodule4 {
      margin:40px 0px;
      position: relative;
    }
    #bmodule4::after {
      display: block;
      /* clear: both; */
      content: "";
      background-image: url(/image/boxshadow1.png);
      position: absolute;
      width: 100%;
      height: 250px;
      left: 0;
      z-index: -1 !important;
      top: 40%;
      background-size: contain;
      background-position: center bottom;
  }
    .homecatlist {
      align-items: center;
      background: #f5f5f5;
      padding: 25px 0px 25px 25px;
      border-radius: 25px;
      min-width: 260px;
      display: flex;
      flex-wrap: wrap;
      margin: 0px auto;
      min-height: 230px;
      width: 100%;
      height: 230px;
  }
  .homecatimage img {
    margin: 0px auto;
    margin-right: -15px;
    margin-bottom: -55px;
  }
  .homecatviewmore {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .homecatviewmore {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  img.viewmoreicon {
    margin-left: 8px;
  }
  #common-home .htmlsection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #common-home ul.inlinelist {
    list-style: none;
    display: flex;
    justify-content: end;
    width: 40%;
    margin: 25px auto;
    margin-bottom: 50px;
  }
  /**************************** header  **********************************/
  span.headersearchtext,.headeraccounttext,.wishlisticontext,.headertexticon {
    color: var(--light);
  }
  div#logo {
    margin: 0px auto;
  }
  #logo img {
    width: 50%;
    margin: 10px auto;
    display: block;
  }
  li.nav-item.dropdown .fa-angle-down {
    margin-left: 8px;
    margin-top: 5px;
  }
  .searchicon {
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 50%;
    padding: 7px 0px;
    margin-right: 10px;
  }
  .list-inline {
    width: 65%;
    display: flex
  ;
  }
  li.list-inline-item {
    width: 37.5%;
  }
  li#wishlistitem {
    width: 28%;
  }
  .nav{
    justify-content: center;
  }
  .nav .dropdown-toggle {
    white-space: nowrap;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
    /* padding: 2px 5px; */
  }
  .accounticon, .wishlisticon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: white;
    padding: 7px 0px;
    margin-right: 10px;
  }
  .wishlisticon{
    padding:7px 2px;
  }
  a#wishlist-total {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px 5px;
  }
  .list-inline-item, #searchlink {
    display: flex;
    margin-left: 0px;
    margin-top: 8px;
    width: 24%;
    position: relative;
    height: 43px;
    cursor: pointer;
    background: #f5f5f5;
    border-radius: 25px;
    margin-right: 1%;
    padding: 5px 3px;
    align-items: center;
  }
  div#header-cart {
    width: 100%;
  }
  a.cartlink {
    display: flex;
    width: 100%;
    /* justify-content: space-around; */
    padding: 0px 0px;
    align-items: center;
  }
  .carticon {
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 50%;
    padding: 7px 6px;
    margin-right: 10px;
  }
  .headerwishlist{
    margin-top:0px !important;
  }
  /******************************************************************/
  
  .headertop {
  
      display: flex;
      justify-content: space-between;
      align-items: center;
  
  }
  
  .headerwishlist, .headercartitem {
  
      background: var(--blue);
  
      color: white;
  
      width: 22px;
  
      display: block;
  
      height: 22px;
  
      position: absolute;
  
      border-radius: 50%;
  
      text-align: center;
  
      font-size: 12px;
  
      margin-top: -5px;
  
      border: 0px;
  
      font-weight: 400 !important;
  
      position: absolute;
  
      top: -10px;
  
      right: -5px;
  
      text-shadow: none;
  
  }
  
  
  
  li.list-inline-item img,#searchlink img{
  
      margin: 0px auto;
  
      display: block;
  
  }
  
  li.list-inline-item.headercart {
  
      position: relative;
  
  }
  
  .headercart .d-grid {
  
      display: grid !important;
  
      position: absolute;
  
      top: 0px;
  
      right: 0px;
  
  }
  i.fa-solid.fa-reply {
    color: white;
  }
  .btn-primary {
  
    color: #ffffff;
  
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  
    background-image: none;
  
    background-repeat: repeat-x;
  
    border-color: transparent;
  
    background: var(--blue);
  
    font-size: 13px;
  
    padding: 4px 20px;
  
  }
  .btn-primary i{
    color:white !important;
  }
  
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: space-between;
    justify-content: space-between;
    display: flex;
  }
   #headersearch {
  
    display: none;
  
    position: absolute;
  
    background: white;
  
    width: 100%;
  
    left: 0;
  
    right: 0;
  
    padding: 25px 30%;
  
    z-index: 999;
  
    border-bottom: 1px solid #ccc;
  
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  
    margin-top: -10px;
  
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  
  }
  
  .headersearchbtn {
  
    border-radius: 25px;
  
    background: var(--blue);
  
  }
  
  .headersearchbtn i{
  
    color:white;
  
  }
  
  .searchbox {
  
    font-size: 15;
  
    padding: 25px;
  
    height: 60px !important;
  
    border-radius: 45px;
  
    padding: 25px !important;
  
    font-size: 15px !important;
  
    /* margin: 50px; */
  
  }
  
  .header-phone .fa-phone {
  
      margin-right: 15px;
  
  }
  
  .menuactive .nav-link,.menuactive .fa-solid{
  
    color:var(--blue) !important;
  
  }
  
  .dropdown-menu{
  
    margin-top: 0px !important;
  
    background: #333;
  
    padding:0px;
  
  }
  
  .dropdown-item {
  
    text-shadow: none;
  
    padding: 10px 15px;
  
    border-bottom: 1px dotted #8f8c8c;
  
  }
  
  #menu .navbar-nav > li > a:hover {  color: var(--blue); background-color: transparent !important;}
  .dropdown-item.active, .dropdown-item:active,.dropdown-item:hover, .dropdown-item:focus {
     background-color: #333 !important;
     color:white !important;
  }
  .btn-info{
    background-image: none !important;
    background:var(--blue) !important;
    border:var(--blue) !important;
  }
  .btn-info i{
    color:white !important;
  }
  /************************************* Article ********************************/
  
  .article-image img {
  
    border-radius: 25px;
  
  }
  
  .article-image{
  
    position: relative;
  
  }
  
  .article-image .articledate{
  
    position: absolute;
  
  }
  
  .articlebox {
  
    margin: 15px 0px;
  
  }
  
  .articledate {
  
    top: 15px;
  
    background: white;
  
    padding: 10px 25px;
  
    border-radius: 25px;
  
    /* bottom: 15px; */
  
    height: 40px;
  
    right: 15px;
  
    font-size: 14px;
  
  }
  
  .articlecontent {
  
    background: #f2f2f2;
  
    padding: 35px 25px;
  
    border-radius: 25px;
  
    min-height: 220px;
  
  }
  
  a.articletitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    display: block;
    line-height: 30px;
    min-height: 60px;
  }
  
  .article-description {
  
    margin: 25px 0px;
  
    font-size: 15px;
  
    color: var(--black);
  
    min-height: 60px;
  
    line-height: 27px;
  
  }
  
  .articleviewmore {
  
    font-size: 15px;
  
    display: flex;
  
    font-style: italic;
  
    font-weight: 550;
  
    text-align: right;
  
    float: right;
  
    align-items: center;
  
  }
  
  .articleviewmore .longarrow {
  
    font-size: 23px;
  
    display: block;
  
    margin-top: -3px;
  
    margin-left: 10px;
  
  }
  
  /************************************* Information ********************************/
  
  #information-information h2.innermaintitle{
  
  text-align: center;
  
  }
  
  /* #information-information ul.breadcrumb{
  
    margin-bottom: 20px;
  
  } */
  
  .videocontainer {
  
    position: relative;
  
    overflow: hidden;
  
    width: 100%;
  
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  
  }
  
  
  
  /* Then style the iframe to fit in the container div with full height and width */
  
  .responsive-iframe {
  
    position: absolute;
  
    top: 0;
  
    left: 0;
  
    bottom: 0;
  
    right: 0;
  
    width: 100%;
  
    height: 100%;
  
  }
  
  video {
  
    border: 1px solid #cccccc4a;
  
    border-radius: 25px;
  
  }
  
  .aboutinformationsection {
  
    display: flex;
  
    align-items: center;
  
    /* flex-wrap: wrap; */
  
  }
  
  .motto {
  
    width: 40%;
  
    text-align: center;
  
    position: relative;
  
  }
  
  .mottomm{
  
    font-size: 30px;
  
  }
  
  .shortinformation {
  
    margin-top: 25px;
  
    font-size: 15px;
  
  }
  
  .mottomm {
  
    font-size: 22px;
  
    color: #c75c9f;
  
  }
  
  .mottoeng {
  
    font-weight: 600;
  
    font-size: 28px;
  
    margin-top: 20px;
  
    color: var(--blue);
  
  }
  
  .shortinformation p {
  
    font-size: 16px;
  
    width: 90%;
  
    text-align: center;
  
    margin: 15px auto;
  
    line-height: 25px;
  
  }
  
  .mottoopencorna {
  
    position: absolute;
  
    width: 25px;
  
    top: -25px;
  
    left:15px;
  
  }
  
  .mottoclosecorna {
  
    position: absolute;
  
    width: 25px;
  
    top: -25px;
  
    right: 15px;
  
    transform: rotate(180deg);
  
  }
  .delititle {
    width: 25%;
    background: #333;
    text-align: center;
    padding: 15px 5px;
    border-radius: 25px;
    margin-bottom: -25px;
    z-index: 500;
    position: relative;
}
  
  .deliverybox {
    border-radius: 0;
    border: 1px solid #cccccc63;
    margin: 15px 0px;
    background: #f5f5f56e;
    padding-top: 0px;
    padding: 40px 25px 15px 25px;
    margin-top: 0;
}
  .deliverytitlebox {
  
    background: #ccc;
  
    border-top-left-radius: 15px;
  
    border-top-right-radius: 15px;
  
    padding: 25px;
  
    background: #bdba2c;
  
    text-align: center;
  
    color: #f5f5f5;
  
    font-size: 17px;
  
  }
  
  .deliprice {
  
    display: block;
  
    font-size: 45px;
  
    color: white;
  
    font-weight: 400;
  
    margin: 25px 0px;
  
  }
  
  .deliverytownbox {
  
    padding: 50px;
  
  }
  
  .delitown {
  
    border-bottom: 1px solid #cccccc75;
  
    padding: 15px 0px;
  
    /* text-align: center; */
  
    font-size: 17px;
  
  }
  
  .delitown .fa-solid{
  
    margin-right: 10px;
  
  }
  
  .deliverytitlebox{
  
    position: relative;
  
  }
  
  .noborder{
  
    border-bottom: 0px;
  
  }
  
  .doorservicebutton {
  
    width: 100%;
  
    background: red;
  
    margin: 0px auto;
  
    text-align: center;
  
    padding: 15px;
  
    border-radius: 25px;
  
    margin-top: 30px;
  
    color:white;
  
    font-size: 17px;
  
  }.deliverytitlebox:after {
  
    width: 0;
  
    height: 0;
  
    border-left: 25px solid transparent;
  
    border-right: 25px solid transparent;
  
    border-top: 30px solid transparent;
  
    position: absolute;
  
    bottom: -30px;
  
    content: "";
  
    left:45%;
  
  }
  
  .greendeli .deliverytitlebox:after {
  
    border-top: 30px solid #bdba2c !important;
  
  }
  
  .greendeli .doorservicebutton{
  
    background-color: #bdba2c;
  
  }
  
  .greendeli .delitown .fa-solid{
  
    color: #bdba2c;
  
  }
  
  .pinkdeli .deliverytitlebox{
  
    background-color: #e36585;
  
  }
  
  .pinkdeli .deliverytitlebox:after {
  
    border-top: 30px solid #e36585 !important;
  
  }
  
  .pinkdeli .delitown .fa-solid{
  
    color: #e36585;
  
  }
  
  .pinkdeli .doorservicebutton{
  
    background-color: #e36585;
  
  }
  
  
  
  
  
  .orangedeli .deliverytitlebox{
  
    background-color: #ef813d;
  
  }
  
  .orangedeli .deliverytitlebox:after {
  
    border-top: 30px solid #ef813d !important;
  
  }
  
  .orangedeli .delitown .fa-solid{
  
    color: #ef813d;
  
  }
  
  .orangedeli .doorservicebutton{
  
    background-color: #ef813d;
  
  }
  
  
  
  .greenbluedeli .deliverytitlebox{
  
    background-color: #64b898;
  
  }
  
  .greenbluedeli .deliverytitlebox:after {
  
    border-top: 30px solid #64b898 !important;
  
  }
  
  .greenbluedeli .delitown .fa-solid{
  
    color: #64b898;
  
  }
  
  .greenbluedeli .doorservicebutton{
  
    background-color: #64b898;
  
  }
  
  .delilistgroup {
  
    min-height: 205px;
  
  }
  
  /*****************************Home***********************/
  .linkmodule img,.newlinkmodule img{
    display: none;
  }
  
  #carousel-banner-0 {
  
      margin-top: 15px;
  
      border: 0px;
  
      border-radius: 4px;
  
      box-shadow: none;
  
      margin-bottom: 0px;
  
  }
  
  #carousel-banner-0 .carousel-control-prev {
  
      border: 2px solid white;
  
      width: 50px;
  
      height: 50px;
  
      border-radius: 50%;
  
      position: absolute;
  
      color: white !important;
  
      top: 80% !important;
  
      left: 85% !important;
  
  }
  
  #carousel-banner-0 .carousel-control-next {
  
      border: 2px solid white;
  
      width: 50px;
  
      height: 50px;
  
      border-radius: 50%;
  
      position: absolute;
  
      color: white !important;
  
      top: 80% !important;
  
      left: 89% !important;
  
  }
  
  .carousel-control-prev:before {
  
    position: absolute;
  
    content:"";
  
    display: block;
  
  background-image: url(/image/catalog/Store/arrowleft.png);
  
      width: 34px;
  
      height: 15px;
  
      color: transparent;
  
    }
  
    .carousel-control-next:before {
  
    position: absolute;
  
    content:"";
  
    display: block;
  
  background-image: url(/image/catalog/Store/arrowright.png);
  
      width: 34px;
  
      height: 15px;
  
      color: transparent;
  
    }
  
  #carousel-banner-0 .fa-solid {display: none;}
  
  /*#forhomecategory {
  
      display: flex;
  
      flex-wrap: wrap;
  
      justify-content: space-between;
  
  }*/
  .image.magnific-popup {
    display: flex;
    flex-wrap: wrap;
  }
  .productthumb {
    width: 84%;
    margin-right: 1%;
  }
  .nav-tabs {
    border: 0px;
    justify-content: start;
    display: none;
  }
  #forhomecategory {
     position: relative;
    margin-top: 70px;
    margin-bottom: 40px;
  }
  #product-info #content {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #product-info ul.breadcrumb {
    display: none;
  }
  #product-category #forhomecategory{
    display: none;
  }
  .productcontent h1 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .homecatlink {
  
      display: block;
  
  }
  .owl-prev span, .owl-next span {
    font-size: 35px;
    background: #f3f3f3;
    width: 35px;
    height: 35px;
    display: block;
    padding: 3px;
}
  
  .homecatsection {
  
      width: 100%;
  
  /*    background: green;*/
  
      padding-top: 5px;
  
  }
  
  .imagecurve {
  
      position: absolute;
  
      top: 0;
  
      right: 0px;
  
      z-index: 500;
  
  }
  
  .owl-carousel .owl-item img {
  
      display: block;
  
      max-width: 100%;
  
      height: auto;
  
      width:auto !important;
  
  }
  
  .homecatlist {
  
      background: #f5f5f5;
      padding: 25px 0px 25px 25px;
      border-radius: 25px;
      min-width: 260px;
      display: flex;
      flex-wrap:wrap;
      margin: 0px auto;
      min-height: 230px;
      width: 100%;
      height: 230px;
  
  }
  .homecatimage{
    width: 60%;
  }
  .homecatlistcontent{
    width:40%;
  }
  .homecatimage img{
    float:right;
    margin-right: -5px;
  }
  .homecatname h3 {
      color: var(--black);
      font-size: 27px;
      font-weight: 700;
      text-align: center;
      margin-top: 20px;
      text-transform: uppercase;
      margin-bottom: 20px;
      
  
  }
  
  .homecatcount {
  
      text-align: center;
  
  }
  
  .homecatimage img{
  
      margin: 0px auto;
  
  }
  
  #carousel-banner-0 .carousel-indicators {
  
      display: none;
  
  }
  
  /* .homecatlist:hover {
  
      background: var(--blue);
  
      color: white;
  
  } */
  
  /* .homecatlist:hover img{
  
  filter: brightness(0) invert(1);
  
  }
  
  .homecatlist:hover h3,.homecatlist:hover .homecatcount {
  
    color:white;
  
  } */
  
  .owl-prev {
  
      margin-right: 20px;
  
  }
  
  .owl-prev .fa-solid{
  
    font-size: 25px;
  
  }
  
  .owl-nav {
    margin: 25px 15px 0px 0px;
  }
  
  .homecatebigtitle h2 {
  
      font-weight: 900;
  
      font-size: 128px;
  
      text-align: right;
  
      width: 57%;
  
      color: #3837353b;
  
      -webkit-text-fill-color: transparent;
  
      -webkit-text-stroke: 3px #3837355c;
  
      margin-top: -35px;
  
      line-height: 110px;
  
      text-shadow: -8px 3px #f5f5f5;
  
      text-transform: none;
  
      border-bottom: 0px;
  
  }
  
  #common-home #forother {
  
      display: none;
  
  }
  
  .htmlsection {
    margin-top: 120px;
  }
  
  .hidecat {
  
      display: none;
  
  }
  
  .tabactive{
  
    display: block;
  
    -webkit-animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  
            animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  
  }
  
  ul.inlinelist {
  
      list-style: none;
  
      display: flex;
  
      justify-content: space-around;
  
      width: 60%;
  
      margin: 25px auto;
  
      margin-bottom: 50px;
  
  }
  
  
  
  .linkmodule,.newlinkmodule {
    color: var(--black);
    font-weight: 500 !important;
    cursor: pointer;
    border: 1px solid #333;
    height: 45px;
    padding: 10px 25px 5px 25px;
    border-radius: 25px;
  }
  .linkmodule div,.newlinkmodule div{
    font-size: 18px;
  }
  #linkbmodule1,li#linkbmodule2,#linkbmodule6,li#linkbmodule7 {
    margin-right: 10px;
  }
  
  
  .linkmoduleactive {
    color: white !important;
    font-weight: 600;
    background: #333;
  }
  .linkmoduleactive div{
    color:white !important;
  }
  
  #bmodule6{
  
    position: relative;
  
  }
  
  #bmodule6 h2 {
  
      text-align: left;
  
  }
  
  select#products {
  
      padding: 15px 35px;
  
      position: absolute;
  
      right: 0;
  
      top: 25%;
  
      width: 18%;
  
      border-radius: 25px;
  
      -webkit-appearance: none;
  
      -moz-appearance: none;
  
      appearance: none;
  
      font-size: 16px;
      background-image: url(/image/catalog/down-arrow1.png);
      background-position: 100%;
      background-repeat: no-repeat;
      background-position: 92%;
  
  }
  
  .hidenewarrival {
    margin-top: 0px;
     display: none;
  
  }
  
  
  .shownewarrival{
  
     display: block;
  
    -webkit-animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  
            animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  
  }
  
  /* .hidenewarrival .favwish{
  
    left:5%;
  
    right: 0;
  
    background: white !important;
  
  } */
  
  /* .hidenewarrival .favcart{
  
   top:5%;
  
   bottom:0;
  
   background:white !important;
  
  } */
  
  #wishlistactive {
    background: #333 !important;
    color: white;
  }
  #wishlistactive img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(7454%) hue-rotate(229deg) brightness(114%) contrast(112%);
  }
  
  
  
  .hidenewarrival .product-thumb{
  
    border:1px solid transparent;
  
  }
  
  
  .ptcategorytitle {
      margin-bottom: 25px;
  }
  
  #product-list .product-thumb .button-group button {
    background: #333;
  }
  
  #product-list span.price-new {
  
    font-size: 17px;
  
    margin-top: 15px;
  
  }
  
  #display-control .input-group-text {
  
    padding: 10px;
  
    font-size: 13px;
  
    background: var(--blue);
  
    color: white;
  
  }
  
  .flexdisplay {
  
    display: flex;
  
    align-items: center;
  
  }
  
  .countshow {
  
    margin-left: 15px;
  
    font-weight: 600;
  
  }
  #information-contact .card {
    display: none;
  }
  .roundimagecontainer {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 15px;
  }
  .roundimagecontainer img {
    border-radius: 50%;
  }
  .subcategory-item a {
    display: flex;
    align-items: center;
    background: #f3f3f3;
    padding: 15px 10px;
    border-radius: 15px;
    justify-content: center;
  }
  .subcattitle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .subcatcount {
    font-size: 14px;
    margin-left: 35px;
    position: relative;
  }
  .subcatcount:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #c1bfbf78;
    position: absolute;
    top: 10px;
    left: -30px;
  }
  h3.trandingtitle.subcatmaintitle span {
    font-size: 19px;
    margin: 25px 0px;
    display: block;
    color: #333;
    font-weight: 600;
  }
  /*******************Product*******************/
  #product-info #bmodule1 {
  
    display: block;
  
  }
  
  #column-left .card-header {
  
    text-align: center;
  
    font-size: 18px;
  
    padding: 15px;
  
    font-weight: 600;
  
  }
  
  
  button.btn.btn-danger .fa-solid {
    color: white;
    font-size: 17px;
  }
  /*******************Product thumb*******************/
  .product-thumb {
    border: 0px;
    margin-bottom: 15px;
    border-radius: 30px;
    padding: 0;
    position: relative;
    /* background-color: #f3f3f3; */
    overflow: hidden;
}
.product-thumb:hover .favwish,.product-thumb:hover .favcompare{
    right:0 !important;
}
  
  .product-thumb img{
  
    margin:0px auto;
  
    display: block;
  
  }
  
  .product-thumb .button-group {
  
      display: flex;
  
      border-top: 1px solid transparent;
  
      background-color: transparent;
  
  }
  
  .favwish, .favcompare {
    width: 50px !important;
    background: #fff !important;
    height: 50px !important;
    flex: none !important;
    border-radius: 40% !important;
    position: absolute;
    padding-left: 10px;    
  }
  .favcompare {
    top: 15%;
    right: -18%;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    transition-duration: 1s;
  }
  .favcart {
    right: 5%;
    bottom: 4%;
    position: absolute;
  }
  
  .favwish{  
    right:-18%;
    top:5%;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    transition-duration: 0.6s;
  }

 
  
  /* .featuredthumb h4.thumbprotitle a {
  
    font-size: 20px;
  
    display: block;
  
    width: 80%;
  
  } */
  
  .description {
  
    min-height: 100px;
  
  }
  .featuredthumb h4.thumbprotitle a {
    font-size: 20px;
    /* margin-bottom: 40px; */
    display: block;
    width: 100%;
    font-weight: 700;
    color: #333;
    line-height: 30px;
  }
  .hidenewarrival .featuredthumb h4.thumbprotitle a {
  
    width:100%;
  
  }
  
  .thumbprotitle{
  
    margin-bottom: 15px;
  
  }
  
  .product-thumb .image {
      text-align: center;
      margin-bottom: 0px;
      /* min-height: 370px; */ 
      display: flex;
      align-items: center;
      justify-content: center;
  
  }
  
  .product-thumb .content {
    background: #f3f3f3f3;
    padding: 20px 20px;
    border-radius: 15px;
  }
  span.price-new {
    font-size: 16px;
    font-weight: 600;
    color: #333;
  }
  .thumbforparentcat {
    font-weight: 400;
    font-size: 16px;
    color: #333;
  }
  .price-tax {
  
    display: none;
  
      color: #999;
  
      font-size: 14px;
  
      display: block;
  
  }
  
  /******************* Category *******************/
  
  
  
  .container .carousel {
  
    border: 0px !important;
  
    box-shadow: none;
  
    border-radius: 0px;
  
    margin-top: 15px;
  
    margin-bottom: 45px !important;
  
  }
  
  .container .carousel img{
  
    border-radius: 25px;
  
  }
  
  h2.innermaintitle {
  
    font-size: 50px;
  
    text-align: center;
  
    border-bottom: 0px;
  
    margin-bottom: 20px;
  
  }
  
  
  /* .breadcrumb {
  
    margin: 0 0 20px 0;
  
    padding: 15px 35px;
  
    border: 2px solid rgba(0, 0, 0, 0.5);
  
    background-color: #f5f5f5;
  
    border-radius: 45px;
  
    background: transparent;
  
  } */
  
  #product-list .price {
  
    color: #444;
  
    width: 100%;
  
  }
  
  div#product-list .product-thumb .image {
  
    min-height: auto !important;
  
  }
  
  #product-list .product-thumb .description {
  
    padding: 0px;
  
  }
  
  /* #product-list .thumbprotitle a {
  
    font-size: 19px;
  
    text-align: center;
  
  } */
  
  #product-list .thumbprotitle a {
  
    font-size: 18px;
  
    text-align: left;
  
    width: 87% !important;
  
    display: block;
  
  }
  
  aside#column-left #forhomecategory {
  
    display: none;
  
  }
  
  /* .product-list .product-thumb {
  
    padding: 15px;
  
  } */
  
  .product-thumb .descriptionpara{
  
    display: none;
  
  }
  
  .product-list .product-thumb .descriptionpara {
  
    display: block;
  
    margin: 25px 0px;
  
  }
  
  aside#column-left {
  
    width: 90%;
  
  }
  
  div#display-control {
    margin-bottom: 75px;
    margin-top: 20px;
  }
  
  .othercatcount {
  
    position: absolute;
  
    background: #6c7fd8;
  
    width: 28px;
  
    height: 28px;
  
    right: 25px;
  
    border-radius: 50%;
  
    text-align: center;
  
    font-size: 12px;
  
    top: 24%;
  
    display: flex;
  
    align-items: center;
  
    justify-content: center;
  
    color: white;
  
    font-weight: bold;
  
  }
  
  div#forother .list-group-item {
  
    padding: 15px 25px;
  
    position: relative;
  
    margin-bottom: 5px;
  
    border: 1px solid #ccc;
  
    border-radius: 25px;
  
    font-size: 17px;
  
  }
  
  .list-group-item.active {
  
    z-index: 2;
  
    color: var(--blue);
  
    background-color: #cccccc36;
  
    border-color: var(--bs-list-group-active-border-color);
  
    font-weight: 700;
  
  }
  
  #button-list ,#button-grid{
  
    padding: 10px;
  
  }
  
  /* #button-list img{
  
    opacity:0.85;
  
  } */
  
  #button-grid.active,#button-list.active  {
  
    border: 0px;
  
  }
  
  #display-control {
    margin-bottom: 25px;
    background: #f4f4f4;
    padding: 12px 25px 0px 25px;
    border-radius: 25px;
  }
  
  #display-control img {
  
    width: 28px;
  
    opacity: 0.3;
  
  }
  
  #display-control .active img{
  
    /* filter: brightness(0) saturate(100%) invert(70%) sepia(66%) saturate(5250%) hue-rotate(207deg) brightness(92%) contrast(83%); */
  
    opacity: 1;
  
  
  
  }
  
  .catheadersection {
  
    border-bottom: 2px solid #f4f4f4;
  
  }
  
  .catheadersection .breadcrumb {
  
    margin: 20px 0 0px 0;
  
    padding: 8px 0;
  
    border: 0;
  
    background-color: transparent;
  
    float: right;
  
  }
  
  .accordion-header {
  
    margin-bottom: 0;
  
    margin: 0px;
  
    padding-bottom: 0px;
  
    font-size: 18px;
  
  }
  
  button.accordion-button {
  
    font-size: 15px;
  
  }
  
  .form-control {
  
    font-size: 14px;
  
  }
  
  /*******************Product Info *******************/
  .product-thumb img.img-fluid {
    border-radius: 20px;
  }
  #product-info .htmlsection {
    margin-top: 50px;
  }
  
  #product-info h2 {
    border-bottom: 0px;
    margin-bottom: 25px;
    display: block;
    text-transform: none;
}
  ul.breadcrumb {
     border-radius: 25px;
    margin-top: 15px;
    margin-bottom: 50px;
  }
  button.btn.btn-light {
    padding: 4px 15px;
    height: 40px;
}
  
  
  .breadcrumb > li.breadcrumb-item {
  
    text-shadow: none;
  
    padding: 10px 30px;
  
    position: relative;
  
    white-space: nowrap;
  
  }
  
  .relativeproductflex .product-thumb {
  
    display: flex;
  
    width: 100%;
  
    flex-wrap: wrap;
  
    padding: 0px 10px;
  
    align-items: center;
  
    justify-content: center;
  
    border-radius: 5px;
  
    margin-top: 0px;
  
    margin-bottom: 0px;
  
    background: #f2f2f2;
  
    border-color: #ccc;
  
  }
  .relativeproductflex {
    display: flex;
    flex-wrap: wrap;
  }
  .relativeproductflex .product-thumb a{
  
    width: 40%;
  
   
  
  }
  
  .relativeproductflex .product-thumb .image {
  
    min-height: auto;
  
    margin-bottom: 0px;
  
  }
  
  .relativeproductflex .product-thumb .content{
  
    width:60%;
  
  }
  
  .relativeproductflex .product-thumb .button-group{
  
    display: none;
  
  }
  
  .relativeproductflex h4.thumbprotitle a {
    font-size: 16px;
    font-weight: 500;
    color: black;
    line-height: 25px;
  }
  
  /* #product-list .thumbprotitle a {
  
    font-size: 17px;
  
    text-align: left;
  
    width: 100% !important;
  
    display: block;
  
    font-weight: 500;
  
    color: black;
  
  } */
  
  #product-list .thumbprotitle a {
  
    font-size: 17px;
  
    text-align: left;
  
    width: 100% !important;
  
    display: block;
  
    font-weight: 500;
  
    color: black;
  
    /* line-height: 25px;
  
    min-height: 20px; */
  
  }
  
    .relativeproductflex .price-new {
  
      font-size: 14px;
  
      float: left;
  
  }
  
  .relativeproductflex .ptcategorytitle {
  
    font-size: 16px;
  
    display: none;
  
  }
  
  #product-info .productcontent {
    width: 100%;
    background: #f4f4f4;
    padding: 30px;
    border-radius: 15px;
  }
  .producttabcontent {
    margin: 40px 0px;
  }
  ul.productbreadcrumb {
    display: flex;
    padding-left: 0;
  }
  .breadcrumb-item{
    list-style: none;
  }
  .producttabcontent .tab-content {
    border: 3px solid #f4f4f4;
    padding: 45px;
}
.delitext h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0px;
}
.delititle {
    width: 25%;
    background: #333;
    text-align: center;
    padding: 15px 5px;
    border-radius: 25px;
}
.delititle h4 {
    margin-bottom: 0px;
    color: white;
}
.deliverybox p {
    font-size: 16px;
    line-height: 25px;
}
  .productcontent .breadcrumb-item + .breadcrumb-item::before {
    margin-right: 10px;
    margin-left: 10px;
  }
  .img-thumbnail{
    padding:0px;
  }
  .productthumbgroup {
    width: 15%;
  }
  .productcontent h2 span.price-new {
  
    font-size: 18px;
  
    float: left;
  
    margin-right: 15px;
  
  }
  #product-info #button-cart {
    width: 80%;
    height: 40px;
}
  #product-info h3 {
  
    font-size: 21px;
  
    text-align: center;
  
    text-transform: uppercase;
  
    margin-bottom: 25px;
  
    font-weight: 600;
  
  }
  #tab-description h3 {
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 20px;
}
  
  .productdetailtitle {
  
    font-size: 23px;
  
    font-weight: 600;
  
    margin: 15px 0px 15px 0px;
  
    text-transform: uppercase;
  
  }
  
  #product-info li.nav-item {
  
    text-align: center;
  
    font-size: 20px;
  
    /* padding: 15px; */
  
    text-transform: uppercase;
  
    color: var(--blue);
  
  }
  
  .nav-link {
    padding: 15px 25px;
    font-size: 14px;
  }
  
  .productcontent li {
  
    margin-bottom: 10px;
  
    font-size: 15px;
  
  }
  
  .productcontent li span {
  
    font-size: 15px;
  
    color: var(--blue);
  
    font-size: 14px;
  
    font-weight: 600;
  
    margin-right: 10px;
  
  }
  
  .productdetaildescription h4,#specification h4{
  
    font-size: 17px;
  
    margin: 25px 0px 10px 0px;
  
    color: black;
  
    font-weight: 600;
  
  }
  
  /* table.table.table-bordered {
  
    background: #f2f2f294;
  
  } */
  
  a.manufacturerlink {
  
    border-bottom: 1px solid #6c7fd8;
  
  }
  
  .productdetailprice {
  
    display: block;
  
    min-height: 70px;
  
    padding-top: 15px;
  
    margin-bottom: 25px;
  
  }
  
  .productdetailpricelistflex {
  
    display: flex;
  
  }
  
  .productdetailpricelistflex #product {
  
    width: 60%;
  
  }
  
  .qtyfield {
  
    display: flex;
  
    align-items: center;
  
  }
  .mb-3.flexqtyandcart {
    width: 220px;
    display: flex;
}
  input#input-quantity {
    width: 20%;
    margin-right: 15px;
    padding: 4px 11px;
    background: #ffff;
    color: black;
    text-align: center;
  }
  form.productwishflex {
    width: 20%;
    margin-top: -58px;
    margin-left: 235px;
}
  .qtyfield button#button-cart, #wishlistbtn {
  
    border-radius: 25px;
  
    width: 45%;
  
    font-size: 15px;
  
    padding: 7px 15px;
  
    border: 0px;
  
  }
  
  #wishlistbtn {
  
    background-color: #e1ae24 !important;
  
    background-image: none;
  
    text-shadow: 0 0 BLACK;
  
    color: white;
  
  }
  
  .qtyfield button#button-cart img, #wishlistbtn img{
  
    margin-right: 7px;
  
    filter: brightness(0) saturate(100%) invert(100%) sepia(44%) saturate(1%) hue-rotate(277deg) brightness(105%) contrast(101%);
  
  }
  
  .form-select {
  
    border-radius: 15px;
  
  }
  
  #display-control .input-group-text {
  
    border-top-left-radius: 15px;
  
    border-bottom-left-radius: 15px;
  
  }
  
  #product-manufacturer #product-list .product-thumb .image {
  
    min-height: auto !important;
  
    border-bottom: 1px solid #ccc;
  
    padding-bottom: 15px;
  
    margin-bottom: 5px;
  
  }
  
  /*******************footer*******************/
  form#form-shipping-method strong {
    display: none;
  }
  
  
  .footerdeliverysection {
  
    position: relative;
  
    background-image: url(/image/catalog/Store/footerbg.png);
  
    background-repeat: no-repeat;
  
    background-position: bottom;
  
    margin-top: 70px;
    display: none;
  
  }
  
  .footerdeliverysection h5 {
  
    text-transform: uppercase;
  
    color: white;
  
    font-size: 40px;
  
    font-weight: 700;
  
    margin-bottom: 10px;
  
  }
  
  .footerdeliverysection p {
  
    color: #f5f5f5;
  
    font-size: 18px;
  
    margin-bottom: 25px;
  
  }
  
  #go-top {
    bottom: 5px;
    right: 7px;
    width: 40px;
    height: 40px;
    background: #f4f4f4;
    border-radius: 50%;
    position: absolute;
    z-index: 999999;
    color: #333;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    position: fixed;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
#go-top i {
    color: #333;
}
  
  .footertitle {
    text-transform: none;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 35px;
    color: #ffffff;
  }
  span.adtitle, span.adseperator, span.adcontact {
    color: white;
    font-size: 16px;
    font-weight: 400;
  }
  span.adtitle {
    display: inline-block;
    width: 70px;
  }
  .footeraddresscontent {
    margin-bottom: 20px;
  }
  span.adseperator {
    margin: 0px 25px;
  }
  .contactflex {
    display: flex
  ;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  
  .contacttitle {
    width: 17%;
    font-size: 16px;
    color: white;
  }
  .contactpara {
    width: 83%;
    font-size: 16px;
    color: #fff;
  }
  
  .copyright {
  
      background: var(--blue);
  
      color: white !important;
  
      padding: 10px 0px;
  
      text-align: center;
  
      font-size: 13px;
  
  }
  
  .footercopyright p{
  
    font-size: 14px;
  
    color: white;
  
    margin-bottom: 0;
  
  }
  
  .footercopyright a{
  
    color:white;
  
    font-size: 14px;
  
  }
  
  .footercopyright u {
  
      color: white;
  
      font-size: 14px;
  
  }
  
  footer {
  
    margin-top: 40px;
  
    padding-top: 40px;
  
    padding-bottom: 1px;
  
    background-color: #333;
  
    border-top: 1px solid #ddd;
  
    color: var(--black);
  
  }
  
  footer li{
  
    margin-bottom: 20px;
  
  }
  
  footer a {
    color: #fff;
    font-size: 16px;
  }
  
  img.img-fluid.footericon {
    float: right;
}  
ul.termandcondition {
    margin-top: 60px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
  .footercopyright {
    background: #333;
    padding: 10px 0px;
    text-align: center;
    margin-top: 30px;
    font-size: 15px;
  }
  .footercopyright .container {
    border-top: 1px solid #8b8b8b;
    padding-top: 15px;
  }
  footer ul {
  
    list-style: none;
  
    padding-left:0;
  
  }
  
  .footerfloatright {
  
    float: right;
  
  }
  
  .footerfollowus {
  
    margin-top: 20px;
    display: flex;
    align-items: center;
  }
  
  .footerfollowus .fa-facebook, .footerfollowus .fa-viber, .footerfollowus .fa-telegram {
    font-size: 27px;
    color: #fff;
    margin-right: 5px;
  }
  
  .footerfollowustext {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    padding-right: 30px;
    position: relative;
    margin-right: 15px;
  }
  .footerfollowustext:after {
    content: ":";
    display: block;
    width: 10px;
    height: 15px;
    position: absolute;
    top: -2px;
    right: 0;
  }
  
  .followline {
  
    width: 150px;
  
    content: "";
  
    display: block;
  
    height: 2px;
  
    background: #fff;
  
    margin: 0px 25px;
  
  }
  
  /**
  
   * ----------------------------------------
  
   * animation fade-in
  
   * ----------------------------------------
  
   */
  
  @-webkit-keyframes fade-in {
  
    0% {
  
      opacity: 0;
  
    }
  
    100% {
  
      opacity: 1;
  
    }
  
  }
  
  @keyframes fade-in {
  
    0% {
  
      opacity: 0;
  
    }
  
    100% {
  
      opacity: 1;
  
    }
  
  }
  .btn:disabled, .btn.disabled, fieldset:disabled .btn{
    background-color: var(--blue);
    border-color:var(--blue);
  }
  .sort6,.sort7,.sort8,.sort9{
  display: none;
  }
  #product-category .carousel-control-prev,#product-category .carousel-control-next {
    display: none;
  }
  
  .storehour {
    background: #9777b3;
    padding: 25px;
    width: 90%;
    border-radius: 15px;
    color: white;
    margin-top: 35px;
  }
  .storehour h4 {
    text-align: center;
    font-size: 25px;
    color: white;
    font-weight: 500;
    margin: 15px 0px 25px 0px;
  }
  .eachstorehour {
    color: #f5f5f5;
    margin-bottom: 10px;
    margin: 9px auto;
    width: 250px;
    text-align: center;
  }
  #form-contact {
    margin-top: 30px;
  }
  .onlinestore {
    display: flex;
    width: 90%;
    background: #d8b230c9;
    border-radius: 25px;
    margin-top: 25px;
    justify-content: space-around;
    align-items: center;
    padding: 25px 15px;
  }
  .clock {
    text-align: center;
    font-weight: 600;
    margin: 25px 0;
    font-size: 55px;
    color: #9777b3;
  }
  .onlinedate {
    color: white;
    font-size: 18px;
  }
  #wishlist button.btn {
    padding: 9px 15px 7px 15px;
    color: white;
    width: 50px;
    box-shadow: 0px;
  }
  #wishlist button.btn i,button.btn i {
    color: white;
    padding: 0px;
  }
  .btn:hover {
    background-color: #dbdadd;
    border-color: #dbdadd;
  }
  /******************************************* Media Query ******************************************************/
  @media(max-width:550px){
    .onlinestore > img {
      display: none;
    }
  }
  
  
  @media(max-width:1399px){
    .container{
      max-width:100%;
    }
    aside#column-left {
      width: 100%;
  }
  .button-group img {
    width: 17px;
  }
  
  #product-info .productcontent {
    width: 100%;
  }
  .image.magnific-popup {
    padding: 15px 15px 15px 0px;
  }
  .htmlsection h2 {
    font-size: 50px;
    }
    .featuredthumb h4.thumbprotitle a{
      font-size: 16px;
    }
    ul.inlinelist {
      width:80%;
    }
    #product-list .thumbprotitle a{
      min-height: auto;
    }
    .product-thumb {
        padding: 0px;
    }
  
  #product-category .product-thumb h4{
    min-height: 70px;
  }
  .description {
    min-height: auto;
  }
  #product-search #display-control {
    margin-bottom: 25px;
    margin: 25px 0px;
  }
  .product-thumb .image {
    min-height: 250px;
   }
   span.price-new {
    font-size: 18px;
  }
  #forhomecategory {
    min-height: auto;
    margin-top: 100px;
  }
  .footerdeliverysection {
     margin-top: 20px;
  }
  footer a ,.contactpara {
    font-size: 15px;
  }
  .featuredthumb h4.thumbprotitle a {
    width:95%;
  }
  .htmlsection {
    margin-top: 120px;
  }
  .thumbprotitle {
    min-height: 50px;
  }
  .deliverytownbox {
    padding: 50px 20px;
  }
  .mottoeng {
    line-height: 35px;
  }
  input#input-quantity {
    width: 40%;
    padding: 8px 25px;
    border-radius: 25px;
    text-align: center;
  }
  .qtyfield button#button-cart, #wishlistbtn {
    width: 65%;
    font-size: 15px;
    padding: 7px 10px;
  }
  #product-info .htmlsection {
    margin-top: 0px;
  }
  
  }
  
  @media(min-width:1600px) and (max-width:1699px){
  .container{
    max-width:1500px;
  }
  .homecatebigtitle h2 {
    font-size: 110px;
    width: 55%;
    }
    .imagecurve {
      width: 42%;
  }
  /* .homecatlist{
    min-width:240px;
    width:240px;
  } */
  .homecategory{
    margin-top: -20px;
  }
  .product-thumb .image {
    min-height: 300px;
  }
  .homecatname h3{
    font-size: 22px;
  }
  }
  @media(min-width:1500px) and (max-width:1599px){
    input#input-quantity {
      width: 40%;
      padding: 8px 25px;
      border-radius: 25px;
      text-align: center;
  }
  .qtyfield button#button-cart, #wishlistbtn {
    width: 65%;
    font-size: 15px;
    padding: 7px 15px;
  }
    .container{
      max-width:1470px;
    }
    .homecatlist{
      width:240px;
      max-width:240px;
    }
    .homecatebigtitle h2 {
      font-size: 105px;
      width: 55%;
      }
      .imagecurve {
        width: 43%;
    }
    .homecategory{
      margin-top: -25px;
  }
  .htmlsection {
    margin-top: 70px;
  }
  .product-thumb .image {
    min-height: 300px;
  }
  .featuredthumb h4.thumbprotitle a {
    font-size:18px;
  }
  }
  @media(min-width:1400px) and (max-width:1499px){
    input#input-quantity {
      width: 40%;
      padding: 8px 25px;
      border-radius: 25px;
      text-align: center;
  }
  .qtyfield button#button-cart, #wishlistbtn {
    width: 65%;
    font-size: 15px;
    padding: 7px 15px;
  }
  .imagecurve {
    width: 45%;
  }
  .htmlsection {
    margin-top: 90px;
  }
  aside#column-left {
    width: 100%;
  }
  .homecatebigtitle h2 {
    font-size: 106px;
    width: 52%;
    }
  }
  @media(min-width:1200px) and (max-width:1399px){
    .imagecurve {
          width: 45%;
    }
    .imagecurve {
       width: 45%;
    }
    .homecatebigtitle h2 {
      font-size: 110px;
      margin-top: -55px;
      width: 53%;
      line-height: 95px;
  }
  .homecatsection {
    width: 100%;
    padding-top: 5px;
    margin-top: -25px;
  }
  .homecategory {
    margin-top: -20px;
  }
  .homecatname h3 {
    font-size: 20px;
   }
   select#products {
    width: 25%;
   }
  }
  
  
  @media (min-width:992px) and (max-width:1199px){
    .delititle {
      width: 35%;
    }
    #common-home .htmlsection h2 {
      font-size: 40px;
    }
    #bmodule4::after {
      top: 20%;
   }
   .homecatlist {
    padding: 0px;
    min-height: auto;
    width: 100%;
    height: auto;
}
    .footerfollowustext {
        font-size: 19px;
        font-weight: 500;
        color: #fff;
        padding-right: 10px;
        position: relative;
        margin-right: 15px;
    }
    #menu .navbar-nav > li > a {
         padding-right: 12px;
    }
    #logo img {
        width: 70%;
    }
    .list-inline-item, #searchlink {
        width: 28%;
    }
    .list-inline {
        width: 71%;
    }
    span.adseperator {
        margin: 0px 5px;
    }
    .imagecurve {
      width: 45%;
  }
  .imagecurve {
   width: 45%;
  }
  .homecatebigtitle h2 {
  font-size: 110px;
  margin-top: -55px;
  width: 53%;
  line-height: 95px;
  }
  .homecatsection {
  width: 63%;
  padding-top: 5px;
  margin-top: -25px;
  }
  /* .homecatlist {
  padding: 25px;
  border-radius: 25px;
  min-width: 230px;
  display: block;
  margin: 0px auto;
  min-height: 210px;
  width: 230px;
  height: 210px;
  } */
  .homecategory {
  margin-top: -20px;
  }
  .homecatname h3 {
  font-size: 20px;
  }
  select#products {
  width: 25%;
  }
    .imagecurve {
       width: 45%;
    }
    .homecatebigtitle h2 {
      font-size: 90px;
      margin-top: -55px;
      width: 53%;
      line-height: 80px;
  }
  .homecatsection {
    width: 100%;
    padding-top: 5px;
    margin-top: -25px;
  }
  /* .homecatlist {
    padding: 25px;
    border-radius: 25px;
    min-width: 200px;
    display: block;
    margin: 0px auto;
    min-height: 210px;
    width: 200px;
    height: 210px;
  } */
  .homecategory {
    margin-top: -20px;
  }
  .homecatname h3 {
    font-size: 18px;
   }
   select#products {
    width: 35%;
   }
  
   ul.inlinelist {
    width: 100%;
  }
  .navbar-expand-lg .navbar-nav {
   width: 100%;  
  }
  .htmlsection h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .htmlsection {
    margin-top: 100px;
  }
  ul.inlinelist {
    margin-bottom: 25px;
  }
  .contacttitle {
    width: 25%;
  }
  .contactpara {
    width: 75%;
  }
  .homecategory{
    margin-top: -60px;
  }
  #forhomecategory {
    margin-top: 140px;
  }
  .aboutinformationsection {
    display: block;
  }
  video {
    width: 100%;
  }
  .motto {
    width: 100%;
    margin-top: 45px;
  }
  h2.innermaintitle {
    font-size: 40px;
    margin-bottom: 0px;
  }
  /* .hidenewarrival .product-thumb .image {
    min-height: 240px;
  } */
  #button-list, #button-grid {
    padding: 4px;
  }
  .doorservicebutton {
    padding: 15px 5px;
   }
  }
  
  @media (min-width:768px) and (max-width:991px){
    #common-home .htmlsection h2 {
      font-size: 38px;
    }
    #bmodule4::after{
      top:-10%;
    }
    #logo img {
      width: 90%;
   }
    #content {
      min-height: auto;
  }
    .imagecurve {
      width: 45%;
  }
  .imagecurve {
   width: 45%;
  }
  .homecatebigtitle h2 {
  font-size: 110px;
  margin-top: -55px;
  width: 53%;
  line-height: 95px;
  }
  .homecatsection {
  width: 63%;
  padding-top: 5px;
  margin-top: -25px;
  }
  .homecatlist {
  padding: 25px;
  border-radius: 25px;
  min-width: 230px;
  display: block;
  margin: 0px auto;
  min-height: 210px;
  width: 230px;
  height: 210px;
  }
  .homecategory {
  margin-top: -20px;
  }
  .homecatname h3 {
  font-size: 20px;
  }
  select#products {
  width: 25%;
  }
    .imagecurve {
       width: 45%;
    }
    .homecatebigtitle h2 {
      font-size:70px;
      margin-top: -55px;
      width: 53%;
      line-height: 60px;
  }
  .homecatsection {
    width: 100%;
    padding-top: 5px;
    margin-top: -25px;
}
.homecatlist {
  padding: 0px;
  border-radius: 25px;
  min-width: auto;
  display: flex;
  margin: 0px auto;
  min-height: auto;
  width: auto;
  height: auto;
}
  
  .homecategory {
    margin-top: -20px;
  }
  .homecatname h3 {
    font-size: 17px;
   }
   select#products {
    width: 35%;
   }
  
   ul.inlinelist {
    width: 100%;
  }
  .navbar-expand-lg .navbar-nav {
   width: 100%;  
  }
  .htmlsection h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .htmlsection {
    margin-top: 100px;
  }
  ul.inlinelist {
    margin-bottom: 25px;
  }
  .contacttitle {
    width: 25%;
  }
  .contactpara {
    width: 75%;
  }
  .homecategory{
    margin-top: -60px;
  }
  #forhomecategory {
    margin-top: 140px;
  }
  .aboutinformationsection {
    display: block;
  }
  video {
    width: 100%;
  }
  .motto {
    width: 100%;
    margin-top: 45px;
  }
  h2.innermaintitle {
    font-size: 40px;
    margin-bottom: 0px;
  }
  /* .hidenewarrival .product-thumb .image {
    min-height: 240px;
  } */
  #button-list, #button-grid {
    padding: 4px;
  }
  .doorservicebutton {
    padding: 15px 5px;
   }
  
   .none768,.footerlogo{
    display: none;
  }
   .linkmodule {
    font-size: 15px;
   }
   .product-thumb .image {
    min-height: 200px;
  }
  
  .none768,.footerlogo{
    display: none;
  }
  .footerfloatright {
    float: left;
  }
  .footerfollowus {
    margin-top: 20px;
   }
   .footerdeliverysection {
    margin-top: 20px;
    display: none;
  }
  #column-left {
    display: none !important;
  }
  .qtyfield button#button-cart img, #wishlistbtn img {
   display: none;
  }
  .articlebox {
    margin: 15px auto;
    width: 100%;
    display: flex;
    background: #f5f5f5;
    align-items: center;
    padding: 5px 15px;
    border-radius: 10px;
  }
  .articlecontent {
    padding: 25px;
  }
  .article-description {
    margin: 15px 0px;
  }
  footer {
    margin-top: 15px;
    padding-top: 20px;
  }
  a.articletitle {
    font-size: 20px;
    min-height: auto;
  }
  h3 {
    margin-top: 15px;
  }
  .storehour,.onlinestore {
    width: 100%;
  }
  .headertop {
    justify-content: end;
  }
  }
  
  
  @media (min-width:0px) and (max-width:767px){
    .producttabcontent .tab-content {
      padding: 25px;
  }
    .button-group img {
      width: 17px !important;
  }
  .owl-carousel .owl-item .button-group img {
    display: block;
    width: 100%;
    width: 17px !important;
}
    .footercopyright {
       margin-top: 0px;
  }
    ul.termandcondition{
      border-bottom: 0px;
    }
    .footertitle {
      margin-bottom: 15px;
  }
    .newlinkmodule.linkmoduleactive {
      color: white !important;
      font-weight: 600;
      background: #333;
      text-align: center;
      padding-top: 4px;
      align-items: center;
      justify-content: center;
      display: flex;
      
  }
  .newlinkmodule.linkmoduleactive div{
    font-size: 17px !important;
  }
   
    #bmodule4::after {
       height: 134px;
      top: 30%;
     }
     button.favcart {
      margin-bottom: 0px;
  }
  span.adseperator {
    margin: 0px 5px;
}
#common-home .htmlsection h2 {
  font-size: 37px;
  text-align: center;
  width: 100%;
}
    #common-home .htmlsection h2 {
      font-size: 30px;      
  }
    .thumbprotitle {
      min-height: auto;
  }
    #common-home ul.inlinelist {
      justify-content: center;
      width: 100%;
      }
    .dropdown i.fa-solid.fa-chevron-down {
         font-size: 11px;
  }
    .table thead td {
      padding: 15px 5px;
  }
  .table tbody td, .table tfoot td {
    padding: 10px 5px;
  }
    #wishlist form {
      display: flex;
  }
  #wishlist button.btn {
    border-radius: 0px;
    width: 40px;
    padding: 8.5px 5px;
  }
    #shopping-cart .input-group .btn {
       width: 50px;
  }
  #shopping-cart .input-group {
   flex-wrap: nowrap;
   }
   #shopping-cart .input-group input.form-control {
    width: 50px !important;
  }
    .linkmodule div{
      display: none;
    }
    #product-info #bmodule1 {
      display: block;
      margin-top: 0px;
  }
    .homecatebigtitle {
      display: none;
  }
    .homecategory.owl-carousel.owl-loaded.owl-drag:before {
      content: "Explore Categories";
      display: block;
      margin-bottom: 45px;
      text-align: center;
      font-size: 28px;
      text-transform: uppercase;
      font-weight: 600;
      color:var(--blue);
  }
    .headertop {
      justify-content: end;
  }
    ul.breadcrumb {
      margin-bottom: 15px;
  }
  .btn-danger {
    width: 99%;
  }
    footer {
      margin-top: 20px;
      padding-top: 20px;
    }
    .article-description {
      margin: 15px 0px;
     }
     a.articletitle {
      font-size: 20px;
      margin-bottom: 10px;
      min-height: auto;
  }
    .articleviewmore {
      float: none;
  }
  .imagecurve {
    display: none;
  }
  .homecatebigtitle h2 {
    font-size: 70px;
    margin-top: -55px;
    width: 97%;
    line-height: 60px;
  }
  .homecatsection {
  width: 63%;
  padding-top: 5px;
  margin-top: -25px;
  }
  .homecatlist {
  padding: 25px;
  border-radius: 25px;
  min-width: 230px;
  display: block;
  margin: 0px auto;
  min-height: 210px;
  width: 230px;
  height: 210px;
  }
  .homecategory {
  margin-top: -20px;
  }
  .homecatname h3 {
  font-size: 20px;
  }
  select#products {
  width: 25%;
  }
    .imagecurve {
       width: 45%;
    }
    .homecatebigtitle h2 {
      font-size: 70px;
      margin-top: -25px;
      width: 98%;
      line-height: 60px;
  }
  .homecatsection {
    width: 100%;
    padding-top: 5px;
    margin-top: -25px;
  }
  .homecatlist {
    padding: 0px;
    border-radius: 25px;
    min-width: auto;
    display: flex;
    margin: 0px auto;
    min-height: auto;
    width: auto;
    height: auto;
}
  .homecategory {
    margin-top: -20px;
  }
  .homecatname h3 {
    font-size: 18px;
   }
   select#products {
    width: 45%;
    margin: 10px auto;
    display: block;
  }
  
  ul.inlinelist {
    margin-bottom: 25px;
    display: flex;
    width: auto;
    justify-content: center;
  }
  .linkmoduleactive div {
    display: inline-block;
    margin-left: 5px;
    color: white;
    font-weight: 600;
    font-size: 13.8px;
  }
  .navbar-expand-lg .navbar-nav {
   width: 100%;  
  }
  .htmlsection h2 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center !important;
  }
  .htmlsection {
    margin-top: 50px;
  }
  ul.inlinelist {
    margin-bottom: 25px;
    display: flex;
  }
  #bmodule6 .htmlsection {
    margin-top: 15px;
  }
  #headersearch {
    padding: 25px 10%;
  }
  .contacttitle {
    width: 25%;
  }
  .contactpara {
    width: 75%;
  }
  .homecategory{
    margin-top: -60px;
  }
  #forhomecategory {
    margin-top: 140px;
  }
  .aboutinformationsection {
    display: block;
  }
  video {
    width: 100%;
    height: auto;
  }
  .motto {
    width: 100%;
    margin-top: 45px;
  }
  h2.innermaintitle {
    font-size: 40px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .hidenewarrival .product-thumb .image {
    min-height: 240px;
  }
  #button-list, #button-grid {
    padding: 4px;
  }
  .doorservicebutton {
    padding: 15px 5px;
   }
  
   .none768,.footerlogo{
    display: none;
  }
   .linkmodule {
    font-size: 15px;
   }
   .product-thumb .image {
    min-height: 200px;
  }
  
  .none768,.footerlogo{
    display: none;
  }
  .footerfloatright {
    float: left;
  }
  .footerfollowus {
    margin-top: 20px;
   }
   .footerdeliverysection {
    margin-top: 20px;
    display: none;
  }
  #column-left {
    display: none !important;
  }
  .qtyfield button#button-cart img, #wishlistbtn img {
   display: none;
  }
  .articlebox {
    margin: 15px auto;
    width: 100%;
  }
  .articlecontent {
    padding: 15px 25px;
    min-height: auto;
  }
  h3 {
    margin-top: 15px;
  }
  .storehour,.onlinestore {
    width: 100%;
  }
  ol, ul {
    padding-left: 0rem;
  }
  select#products{
    position: relative;
  }
  .delilistgroup {
    min-height: auto;
  }
  #product-info .htmlsection h2 {
    font-size: 21px;
    margin-bottom: 20px;
    text-align: center !important;
    font-weight: 700;
  }
  .linkmodule {
    padding: 0px;
    margin:2px;
    cursor: pointer;
    transition-duration: 1s;
  }
  .linkmodule img {
    display: inline;
    width: 50px;
    background: transparent;
    padding: 5px;
    height: 50px;
    border-radius: 50%;
    margin-top: -3px;
    margin-left: -1px;
}
  .linkmoduleactive {
    font-weight: 600;
    /* border-bottom: 2px solid var(--blue); */
    background: var(--blue);
    padding: 0;
    border-radius: 40px;
    align-items: center;
    /* justify-content: left; */
    /* display: flex; */
    width: 45%;
  }
  #account-order .btn-danger {
    padding: 8px 15px;
    color: white;
    width:auto;
  }
  }
  
  @media (min-width:576px) and (max-width:767px){
    .searchicon{display: none;}
    .list-inline-item, #searchlink {
      justify-content: center;
    }
    .accounticon, .wishlisticon {
       display: none;
  }
  span.wishlisticontext {
    justify-content: center;
    display: block;
    margin: 0px auto;
}
span.headertexticon {
  display: block;
  margin: 0px auto;
}
.carticon {
   display: none;
}
    #logo img {
      width: 100%;
    }
    .headertop .nav {
      justify-content: left;
  }
    select#products {
      width: 35%;
      padding: 15px;
      font-size: 14px;
  }
    div#bmodule6 .htmlsection {
      display: flex;
      align-items: center;
    }
    #bmodule6 h2 {
      width:388px;
      text-align: left;
      margin-top: 0px;
      margin-bottom: 0px;
      padding: 0px;
    }
    .header-phone {
      position: absolute;
      left: 15px;
      top: 25%;
  }
    div#specification{
      width:150%;
      margin-left:-52%;
      margin-top:40px;
    }
    .productdetailprice {
      width: 150%;
      margin-left: -50%;
  }
  .productdetailpricelistflex {
    display: flex;
    margin-top: -60px;
  }
  #content {
    min-height: auto;
  }
  #wishlistbtn {
    padding: 7px 20px;
  }
  }
  @media (min-width:0px) and (max-width:575px){
    div#display-control {
      margin-bottom: 35px;
      margin-top: 20px;
  }
  form.productwishflex {
    width: 20%;
    margin-top: 0px;
    margin-left: 0px;
}
    #product-list.row {
      --bs-gutter-x: 0.55rem;
    }
    .list-inline{
      width:75%;
    }
    #common-home ul.inlinelist {
      list-style: none;
      display: flex;
      justify-content: end;
      width: 100%;
      margin: 15px auto;
      margin-bottom: 20px;
  }
    .product-thumb .content {
      padding: 10px 8px;
  }
  .ptcategorytitle {
    margin-bottom: 5px;
}
    .product-thumb .image,.hidenewarrival .product-thumb .image {
      min-height: auto;
      height: auto;
  }
    span.price-new {
      font-size: 15px;
  }
  .featuredthumb h4.thumbprotitle a {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: black;
}
    .thumbprotitle {
      min-height: auto !important;
      height: auto !important;
  }
    #product-category .product-thumb h4 {
      min-height: auto;
  }
    #carousel-banner-0 .carousel-control-next,  #carousel-banner-0 .carousel-control-prev {
      display: none;
    }
    ul.termandcondition {
      margin-top: 0px;
   }
   .flexqtyandcart {
    width: 200px;
    display: flex;
}
.thumbforparentcat {
  font-weight: 400;
  font-size: 12px;
  color: #333;
  margin-bottom: 10px;
}
.product-thumb .button-group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
 .product-thumb .button-group button{
  width:100%;
 }
 .favwish, .favcompare {
  position: relative;
  width: 48% !important;
  right: auto;
  top: auto;
  border-radius: 5px !important;
  height: 40px;
}
.favcart {
  right: 0%;
  bottom: 0%;
  position: relative;
  margin: 40px 0px;
  display: block !important;
  margin-top: 5px;
  margin-bottom: 20px !important;
  flex: 100% !important;
}
    a.d-lg-none.mobilemenulink {
      position: absolute;
      top: 30px;
  }
  #bmodule4::after {
    height: 104px;
    top: 0%;
}
#logo img {
  width: 30%;
  margin: 10px auto;
  display: block;
}
    .searchicon{display: none;}
    .list-inline-item, #searchlink {
      justify-content: center;
    }
    .accounticon, .wishlisticon {
       display: none;
  }
  span.wishlisticontext {
    justify-content: center;
    display: block;
    margin: 0px auto;
}
span.headertexticon {
  display: block;
  margin: 0px auto;
}
.carticon {
   display: none;
}
.headertop .nav {
  justify-content: left;
}


    a.articletitle {
      font-size: 18px;
      line-height: 23px;
  }
  .article-description {
    margin: 15px 0px;
    font-size: 14px;
  }
  .breadcrumb > li.breadcrumb-item {
    padding: 10px 15px;
  }
    .linkmoduleactive img {
      display: none;
  }
  .linkmodule {
    padding-top: 5px;
    padding: 5px;
}
  .linkmodule img {
    width: 40px;
    padding: 0px;
    height: 40px;
    filter: invert(1);
}
  .linkmoduleactive{
    width:100%;
  }
  .linkmoduleactive div {
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    margin: 7px auto;
    display: block;
}
    #headersearch{
      padding:25px 15px;
    }
    h2.innermaintitle {
      font-size: 25px;
      margin-bottom: 0px;
  }
  .htmlsection h2 {
    font-size: 23px;
  }
  .homecategory.owl-carousel.owl-loaded.owl-drag:before {
     font-size: 23px;
    font-weight: 800;
  }
  .hidecat {
    padding: 0px 0px;
  }
  .htmlsection {
    margin-top: 0px;
  }
    select#products {
      width: 75%;
     }
    .homecatebigtitle h2 {
      font-size: 50px;
      margin-top: -25px;
      width: 98%;
      line-height: 50px;
  }
    li.breadcrumb-item:first-child {
      display: none !important;
    }
    .homecatlist{
      min-width:100% !important;
    }
    ul.inlinelist {
      display: flex;
  }
  .hidenewarrival {
    margin-top: 20px;
  }
  .nav.headerphone {
    display: none;
  }
  }
  
  
  
  
  