/* @import url('https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@300;400;500;600;700;800&display=swap'); */
/* @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"); */

/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend+Deca:wght@100..900&display=swap");
@font-face {
  font-family: "Myanmar Sans Pro";

  src: url("../font/MyanmarSansProRegular/MyanmarSansProRegular.woff")
      format("woff"),
    url("../font/MyanmarSansProRegular/MyanmarSansProRegular.ttf")
      format("truetype"),
    url("../font/MyanmarSansProRegular/MyanmarSansProRegular.svg#Myanmar Sans Pro")
      format("svg");
}
.btn-danger {
  padding: 5px 10px;
}
#wishlist .price {
  font-size: 15px;
  margin-top: 0px !important;
}
.lightcolor {
  color: #cda654;
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  /* color:; */
  background-color: #cda654 !important;
  border-color: #b7a070 !important;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: #212529;
  text-decoration: none;
  background-color: #ede8e3;
  border: var(--bs-pagination-border-width) solid
    var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: #b7a070;
  border-color: #b7a070;
}
.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #b7a070;
  --bs-btn-border-color: #b7a070;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #cda654;
  --bs-btn-hover-border-color: #b7a070;
  --bs-btn-focus-shadow-rgb: 29, 131, 170;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #cda654;
  --bs-btn-active-border-color: #b7a070;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #cda654;
  --bs-btn-disabled-border-color: #b7a070;
}
.btn:focus-visible {
  color: white;
  background-color: #cda654;
  border-color: #b7a070;
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
button.btn.headerwishlistbtn:hover .wishlistitem,
#headerbtncart:hover .cartitem {
  color: black !important;
}
.dropdown-menu li:last-child {
  border-bottom: 0px !important;
}
.nav-item.active {
  background: #b7a070;
}
.nav-item.active a {
  color: white;
}
@media (min-width: 1850px) {
  .slider {
    width: 1800px;
    margin: 0px auto;
  }
}
@media (min-width: 992px) {
  #formobile {
    display: none !important;
  }
}
.text-right {
  text-align: right;
}
.menutab {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  /* color: #7d7d7d; */
  color: #212529;
  font-size: 15px;

  line-height: 20px;

  width: 100%;

  /* background-image: url('/image/backgroundimage.jpg');*/

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

  color: #000;
}
h1.main-title {
  font-size: 45px;
  color: #b7a070;
}
.opensans {
  font-family: "Open Sans", sans-serif !important;
  color: red !important;
}
.btn:hover {
  color: white;
  background-color: #cda654;
  border-color: #b7a070;
}
/*p *{ font-family: Playpen Sans,Myanmar Sans Pro !important; }*/

i.fa-solid.fa-chevron-down {
  font-size: 10px;
}

.lighttext {
  color: #565a5d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* Override the bootstrap defaults */

h1 {
  font-size: 27px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 15px;
}

footer h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

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

a:hover {
  text-decoration: none;

  color: #000;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #212529;
}

main .homecat {
  display: none;
}

main #common-home .homecat {
  display: flex;
}
#tab-description p {
  color: black;
  font-size: 14px;
  line-height: 25px;
}
#column-left .homecat {
  display: none;
}
/****************************************Menu****************************************/
.dropdown-menu.show {
  display: block;
  background: #b7a070;
  border-radius: 20px;
  padding: 10px 0px;
  /* width: 100px; */
  /* text-align: center; */
}
ul.submenu.dropdown-menu {
  width: 120px !important;
  max-width: 120px !important;
  margin-left: 0px;
}
@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1300px;
  }
}
.headersocialflex {
  width: 40%;
  justify-content: end;
}
.menurowflex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-nav {
  align-items: center;
}
li.nav-item {
  border: 1px solid #ccc;
  margin: 0px 12px;
  padding: 2px 15px;
  border-radius: 60px;
  text-align: center;
}
.headertop {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0px;
}
.headerwishgroup {
  float: right;
}
.headersocialflex {
  display: flex;
  float: right;
  gap: 15px;
  width: 42%;
}
.phoneflex {
  margin-left: 20%;
}
#allcategorydropdown {
  background: #b7a070;
  color: white;
  padding: 5px 40px;
  border-radius: 60px;
  margin-left: 0px;
}

#allcategorydropdown .allcategorytext {
  color: white;
  margin-left: 10px;
}
.headeruserbox,
button.btn.headerwishlistbtn,
#headerbtncart {
  background: #b7a070;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 5px;
}
button.btn.headerwishlistbtn {
  padding: 9px;
}
.flexrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.viewmore {
  background: #b7a070;
  padding: 10px 20px;
  color: white;
  border-radius: 30px;
}
.viewmore a {
  color: white;
}
.viewmore svg {
  margin-left: 10px;
}
.nav-link,
.dropdown-item {
  /* color: #7d7d7d; */
  color: #212529;
  font-size: 15px;
  padding: 10px 15px !important;
}
.dropdown-item {
  color: white;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: transparent;
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #b7a070;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  padding: 10px 0px;
  width: 100%;
  margin-top: 15px;
  border-radius: 25px;
  background: #b7a070;
}

.dropdown-menu li {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
  font-size: 12px !important;
}

.dropdown-item {
  font-size: 14px;
  padding: 7px 20px;
}

.lastdropitem {
  border-bottom: 0px !important;
}

#headersupport {
  padding: 10px 35px;

  background: #ccc;

  text-transform: uppercase;

  background: #000;

  color: #fff;

  font-weight: 600;

  border-radius: 25px;
}

.list-inline-item .fa-solid {
  font-size: 18px;

  color: #b7a070;
}

.headeruserbox .fa-solid {
  font-size: 20px;
}

.headerwishgroup .fa-solid.fa-heart {
  font-size: 20px;
}

/* @media (max-width: 1400px) {
  header .container {
    width: 100%;
    max-width: 100%;
  }
} */

/* @media (min-width: 1400px) {
  #search {
    position: relative;

    width: 85%;

    margin-left: -10%;

    margin-top: 15px;
  }

  .headeruserbox {
    width: 20px;

    text-align: center;
  }
} */

.mr-0 {
  margin-right: 0px;
}

#header-cart strong,
#header-cart .text-end {
  font-weight: 500;

  font-size: 12px;
}

#header-cart .fa-solid.fa-circle-xmark {
  color: white;
}

a.headercart,
.headercheckout {
  background: #f5f5f5;

  border: 1px solid #dee2e6;

  padding: 5px 10px;

  margin: 15px 5px;

  display: inline-block;

  border-radius: 5px;
}

#header-cart button.btn.btn-lg.btn-block.dropdown-toggle {
  padding: 10px;
}

#header-cart .fa-bag-shopping {
  font-size: 22px;
}

.cartitem,
.wishlistitem {
  width: 25px;

  height: 25px;

  border-radius: 50%;

  background: whitesmoke;

  text-align: center;

  border: 1px solid #ddd;

  position: absolute;

  right: -15px;

  margin-top: -15px;

  font-size: 12px;

  padding-top: 2px;
}

.wishlistitem {
  right: -10px;
}

div#header-cart,
.headerwishlistbtn {
  position: relative;
}

a.headercart {
  margin-left: 47%;
}

#product-category #content {
  padding-left: 60px;
}
/**************************Carousel**************************/

.owl-carousel {
  position: relative !important;
}

.owl-nav {
  font-size: 22px;
}

/* .owl-theme .owl-nav {
  position: absolute;
  z-index: 1;
  top: 35%;
  width: 100%;
} */

.subcategory .owl-nav/*, .popularcarousel .owl-nav*/ {
  position: absolute;
  top: -70px;
  font-size: 24px;
  right: 45px;
}

/* .owl-theme .owl-nav button {
  position: relative;
} */

.subcategory .owl-nav span,
.popularcarousel .owl-nav span,
.additionalimageslider .owl-nav span {
  margin-top: -4px;
  color: white;
  display: block;
}
.product-thumb .button-group button {
  /* flex: 10%; */
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: transparent;
  color: white;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  margin-right: 5px;
  border: 0px;
  border: 0px;
  box-shadow: none;
}
div#product-category {
  margin-bottom: 120px;
}
.subcategory .owl-prev {
  margin-left: -40px;

  top: 29%;

  position: absolute;

  background: #b7a070 !important;

  width: 30px;

  height: 32px;

  padding-bottom: 5px !important;

  border: 1px solid #b7a07040 !important;
}

.subcategory .owl-next {
  top: 29%;

  position: absolute;

  background: #b7a070 !important;

  width: 30px;

  height: 32px;

  padding-bottom: 5px !important;

  border: 1px solid #b7a07040 !important;
}
/* 
.popularcarousel .owl-prev,
.relativeitemslider .owl-prev,
.additionalimageslider .owl-prev {
  top: 29%;

  left: -15px;

  position: absolute;

  background: #f5f5f5 !important;

  width: 32px;

  height: 32px;

  padding-bottom: 5px !important;

  border: 1px solid #b7a07040 !important;

  border-radius: 50% !important;

  background: #b7a070 !important;

  color: white !important;
}

.popularcarousel .owl-next,
.relativeitemslider .owl-next,
.additionalimageslider .owl-next {
  right: -15px;

  border-radius: 50% !important;

  top: 29%;

  position: absolute;

  background: #f5f5f5 !important;

  width: 32px;

  height: 32px;

  padding-bottom: 5px !important;

  border: 1px solid #b7a07040 !important;

  background: #b7a070 !important;

  color: white !important;
}

.additionalimageslider .owl-prev,
.additionalimageslider .owl-next,
.popularcarousel .owl-prev,
.popularcarousel .owl-next {
  width: 28px;
  height: 28px;
  top: 38%;
  position: absolute !important;
  z-index: 999;
} */
/* Chrome border line */

button:focus {
  outline: none !important;
}

legend {
  font-size: 18px;

  padding: 7px 0;

  margin-bottom: 20px;

  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 12px;

  font-weight: normal;
}

.list-unstyled a {
  text-decoration: none;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .col-form-label:before,
div.required .form-label:before {
  content: "* ";

  color: #f00;

  font-weight: bold;
}

.form-switch-lg {
  font-size: 20px;

  min-height: 30px;

  line-height: 30px;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}

#alert {
  z-index: 9999;

  pointer-events: all;
}

#alert .alert {
  min-width: 400px;

  position: relative;

  margin-bottom: 15px;
}

@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}

@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}

@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}

@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}

@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}

@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}

@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}

@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}

@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}

@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}

@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}

@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}

@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}

@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}

@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}

/* top */

#top {
  background-color: #eeeeee;

  border-bottom: 1px solid #e2e2e2;

  padding: 10px 0;

  margin: 0 0 5px 0;

  min-height: 44px;

  position: relative;

  display: none;
}

#top .nav > .list-inline > .list-inline-item,
#top .nav > .list-inline .list-inline-item > a,
#top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #888;

  text-shadow: 0 1px 0 #fff;
}

#top .btn-link {
  color: #888;

  text-shadow: 0 1px 0 #fff;

  text-decoration: none;
}

#top .btn-link:hover {
  color: #444;
}

#top a {
  font-size: 1.1em;

  text-decoration: none;
}

/* logo */

#logo {
  margin: 0 0 10px 0;
}

/* search */

#search {
  position: relative;
  margin-top: 15px;
  width: 80%;
  margin: 0px auto;
}

#search .form-control-lg {
  height: 50px;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 10px;
  background: #f2f2f2;
  padding-left: 40px;
  border-radius: 60px;
  /* width: 70%; */
}

#search .form-control-lg::placeholder {
  font-weight: 600;

  opacity: 0.5;

  color: #b9b9b9;
}

#search:before {
  display: inline-block;

  content: "\f002";

  width: 18px;

  height: 18px;

  font-family: "FontAwesome";

  font-size: 16px;

  position: absolute;

  z-index: 99;

  margin-top: 15px;

  margin-left: 15px;

  color: #a5a5a5;
}

#search .btn-lg {
  font-size: 15px;

  line-height: 18px;

  padding: 0.57rem 35px;

  text-shadow: 0 1px 0 #fff;
}

/* cart */

/*#header-cart .btn:hover {

  color: #FFF;

}*/

#header-cart .dropdown-menu {
  background: #eee;
}

#header-cart .dropdown-menu li {
  min-width: 427px;
}

@media (max-width: 768px) {
  #header-cart .dropdown-menu li {
    min-width: 100%;
  }
}

/*************************** menu **************************************/
.dropdown-item {
  font-size: 14px;
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
  font-weight: 300;
}
header {
  background: white;
}

#menu.navbar {
  padding: 0 1rem;

  margin-bottom: 20px;
}

#menu .dropdown-menu {
  padding-bottom: 0;

  margin-top: 0;

  border-top-left-radius: 0;

  border-top-right-radius: 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner ul li a:hover {
  color: #ffffff;

  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
}

#menu .dropdown-inner a {
  min-width: 160px;

  display: block;

  padding: 3px 20px;

  clear: both;

  line-height: 20px;

  color: #333333;

  font-size: 12px;
}

#menu .see-all {
  display: block;

  margin-top: 0.5em;

  border-top: 1px solid #ddd;

  padding: 3px 20px;

  -webkit-border-radius: 0 0 4px 4px;

  -moz-border-radius: 0 0 4px 4px;

  border-radius: 0 0 3px 3px;

  font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;

  color: #ffffff;

  background-color: #229ac8;

  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);

  background-repeat: repeat-x;
}

#menu #category {
  float: left;

  font-size: 16px;

  font-weight: 700;

  line-height: 40px;

  color: #fff;

  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .navbar-toggler i {
  color: #fff;

  border-color: #fff;

  font-size: 0.9em;
}

#menu .navbar-nav > li > a {
  color: #fff;

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

  padding: 10px 15px 10px 15px;

  min-height: 15px;

  background-color: transparent;
}

#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  .product-thumb .description h4 {
    min-height: 50px;
  }
  .subcategory-item a {
    display: block !important;
  }
  a.mm-navbar__title {
    color: #b7a070;
  }
  .subcattitle {
    padding-bottom: 5px;
    margin-bottom: 5px !important;
    margin-top: 15px !important;
  }
  .subcategoryslide {
    padding: 15px 10px !important;
  }
  .subcategoryslide h2 {
    margin: 0px 0px 30px 0px !important;
  }
  .subcategory .owl-nav {
    top: -55px !important;
  }
  .footerpower a {
    font-size: 12px !important;
  }
  #menu {
    border-radius: 4px;
  }
  .outer {
    max-width: 100% !important;
    width: 100% !important;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }

  #menu div.dropdown-menu {
    margin-left: 0 !important;

    padding-bottom: 10px;

    background-color: rgba(0, 0, 0, 0.1);
  }

  #menu .dropdown-inner {
    display: block;
  }

  #menu .dropdown-inner a {
    width: 100%;

    color: #fff;
  }

  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .see-all {
    margin-top: 0;

    border: none;

    border-radius: 0;

    color: #fff;
  }
}

/* content */

#content {
  min-height: 600px;
}

/*******************************Home**********************************/
#trendingsalebanner {
  width: 43%;
}
div#bestsellers,
div#promotionone,
#newarrived,
#trending {
  margin-top: 90px;
}
#trending {
  margin-top: -500px;
  width: 55%;
  float: right;
}
.popularsection h3 {
  font-size: 40px;
  color: #b7a070;
  font-weight: 400;
  margin: 0px;
}
.popularsection .flexrow {
  margin-bottom: 40px;
  width: 100%;
}
div#promotionone {
  width: 63%;
  /* background: #ccc; */
  min-height: 400px;
  margin-right: 2%;
  margin-top: 150px !important;
}
#promotionone iframe {
  border-radius: 25px;
}
div#promotiontwo {
  width: 35%;
  float: right;
  margin-top: -400px;
}
div#common-home .forotherfeature {
  display: none;
}
.carousel-item img {
  border-radius: 30px;
}

.maincontent {
  background: #fcfbfb;
}

.btn-group.girdgroup {
  display: none;
}

.carousel {
  border: 0px;

  border-radius: 0;

  margin-bottom: 50px;

  box-shadow: none !important;
}

.carousel .carousel-control-prev {
  opacity: 0;

  left: 20px;
}

.carousel .carousel-control-next {
  opacity: 0;

  right: 20px;
}

.carousel-indicators {
  display: none;
}

#common-home .sidebarcat {
  display: none;
}

.homecat {
  display: flex;

  width: 100%;

  margin-bottom: 70px;
}

.catflex {
  width: 32%;
  margin-right: 1%;
  display: flex;
  align-items: center;
  min-height: 265px;
  border-radius: 30px;
}

.homecatimage {
  border: 4px solid #b7a070;

  width: 150px;

  border-radius: 50%;

  margin-right: 20px;
}

.homecatname {
  font-size: 24px;
  color: #4b4b4b;
  margin-bottom: 10px;
  font-weight: 600;
}
.sidebarfiltertitle {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: black;
  padding: 15px !important;
}
.homecatcount {
  font-size: 18px;

  margin-top: 20px;
}

.homecatcontent {
  width: 52%;

  text-align: center;
}

.homecatcount span {
  color: #b7a070;
}

.homecatimage img {
  border-radius: 50%;
}
#popularsection .forotherfeature {
  display: none;
}
#homenewmarket .forhomeslide,
#homenewwomen .forhomeslide,
#homenewmen .forhomeslide {
  display: none;
}

#tabbuttonsection {
  margin: 100px 0px 50px 0px;
}

#tabbuttonsection h3 {
  text-align: center;
}

/********************************* Information *********************************/

#information-information .forhomeslide {
  display: none;
}
#information-information #bestsellers,
#information-information #promotionone,
#information-information #newarrived,
#information-information #trending {
  margin-top: 0px !important;
}
#information-information #promotionone {
  width: 100%;
  min-height: auto !important;
  background: transparent;
}
.text-center {
  text-align: center;
}
.paymentflex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px;
}
.paymentlist {
  width: 32.5%;
  border: 1px solid #dee2e6;
  text-align: center;
  padding: 25px 15px;
  margin: 10px 0px 30px 0px;
  border-radius: 20px;
  background: #e3dac738;
}
.paymentlist img {
  margin-right: 15px;
}
form#form-payment-method .graybox {
  display: none;
}
/* #information-information h1.main-title {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 50px;
} */
#information-information h1.main-title:after {
  content: "";
  width: 70px;
  display: block;
  height: 1px;
  background-color: #ccc;
  margin: 15px auto;
}
#information-information .breadcrumb {
  margin-bottom: 50px;
  margin-top: 35px;
  padding: 25px 0px;
}

#information-information h1,
#information-information h2 {
  font-weight: 600;
  font-style: normal;
  color: #b7a070;
}
#information-information b {
  font-weight: 600;
  margin: 10px 0px 15px 0px;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #cccccc54;
  padding-bottom: 10px;
}
#information-information p,
#information-information li,
#information-information table * {
  font-size: 15px;
  line-height: 28px;
  color: #212529;
}
#information-information h4 {
  margin: 5px 0px;
}
#accordion {
  margin-top: 50px;
}
.card-header a {
  width: 100%;
  text-align: left;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 35px;
  color: #b7a070;
}
.card-header a:hover {
  color: #b7a070;
}
.card-header {
  padding: 0px;
}
.card-body {
  padding: 25px 35px;
}
.card {
  margin-bottom: 15px;
}
.returnbox {
  border: 1px solid #cccccc63;
  margin: 25px 0px;
  padding: 20px 0px;
  border-radius: 5px;
}
/*********************************TAB*********************************/

.tab {
  overflow: hidden;

  border: 0px;

  background-color: transparent;

  display: flex;

  justify-content: center;
}

/* Style the buttons inside the tab */

.tab button {
  background-color: inherit;

  float: left;

  border: none;

  outline: none;

  cursor: pointer;

  padding: 12px 25px;

  transition: 0.3s;

  font-size: 17px;

  margin: 0px 10px;

  border-radius: 60px;

  background: transparent;

  font-size: 14px;

  color: white;

  border: 1px solid #b7a070;
}

.tab button {
  background-color: inherit;

  float: left;

  border: none;

  outline: none;

  cursor: pointer;

  padding: 12px 25px;

  transition: 0.3s;

  font-size: 17px;

  margin: 0px 10px;

  border-radius: 60px;

  background: transparent;

  font-size: 14px;

  color: #b7a070;

  border: 1px solid #b7a070;
}

/* Change background color of buttons on hover */

.tab button:hover {
  background-color: #b7a070;

  color: white;
}

/* Create an active/current tablink class */

.tab button.active {
  background-color: #b7a070;

  color: white;
}

/* Style the tab content */

.tabcontent {
  display: none;

  padding: 6px 12px;

  border-top: none;
}

#homenewmarket h3,
#homenewwomen h3,
#homenewmen h3 {
  display: none;
}

/**********************Thumb*******************/

.description h4 {
  margin: 10px;
  text-align: left;
}

.description h4 a {
  /* color: #4b4b4b; */
  color: #212529;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 30px;
  min-height: 60px;
}

/**************************Category********************************/
div#product-list\ catlist {
  --bs-gutter-x: 0.7rem;
}
.list-group-item.listcattitle {
  font-size: 14px;

  background: whitesmoke;

  font-weight: 600;

  text-transform: uppercase;
}

.row.flexcenter {
  display: flex;

  align-items: center;
}

.img-thumbnail {
  border: 0px;

  border-radius: var(--bs-border-radius);

  max-width: 100%;

  height: auto;
}
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 20px 0;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  margin-bottom: 50px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
}

.flexlist {
  display: flex;
}
#display-control {
  /* background: whitesmoke; */
  padding: 15px;
  margin: 15px 0px;
  border-radius: 30px;
  border: 1px solid #dee2e6;
  margin-bottom: 45px;
}

.subcategory-item a {
  display: flex;

  align-items: center;
}

.subcategory-item:hover {
}

.roundimagecontainer {
  margin-right: 20px;
  max-width: 120px;
}

.subcategoryslide {
  border: 1px solid #dee2e6;
  padding: 15px 30px;
  margin: 15px 0px;
  border-radius: 3px;
  margin-top: 30px;
  position: relative;
  /* background: #f5f5f5; */
  border-radius: 30px;
}

.input-group-text {
  color: white;

  background-color: #b7a070;
}

.subcattitle {
  color: #212529;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
  /* border-bottom: 1px solid #ccc; */
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.subcategory .owl-stage-outer {
  height: 135px;
}
.tabledeli {
  font-family: "Open Sans", sans-serif !important;
}
.regiontitle td {
  font-weight: 600;
  font-size: 15px;
}
.sizetd,
.weighttd {
  font-size: 15px !important;
  font-weight: 600;
}
.tabledeli thead,
.tabledeli tbody,
.tabledeli tfoot,
.tabledeli tr,
.tabledeli td,
.tabledeli th {
  border-color: inherit;
  border-style: none;
  border-width: 0;
}
.delititle {
  font-size: 18px;
  margin-top: 35px;
}
.bankname {
  margin: 10px 0px;
}
.graybox {
  background: #ccc3;
  padding: 10px 15px;
  margin: 15px 25px;
  border-radius: 5px;
}
.graybox h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.graybox b {
  font-size: 12px;
  font-weight: 500;
  color: #b7a070;
}
.graybox p {
  margin-bottom: 5px;
}
.bankname {
  margin: 10px 0px;
  margin-top: 20px;
  font-size: 12px;
}
.paymentinsbox {
  display: none;
}
.deliveryfeesection {
  margin-bottom: 25px;
}
/******************************** Product Detail *********************************************/
.qtyfield {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 35px;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: block;
}
#button-cart svg,
#wishlistbtn svg,
.btn-light i {
  margin-right: 15px;
  font-size: 18px;
}

.stockbox {
  width: 100px;
  text-align: center;
  background: #ccc;
  padding: 5px;
  border-radius: 14px;
}
div#In\ Stock {
  background: #d3f499;
}
.img-zoomer-box {
  position: relative;
}
.img-zoomer-box:hover,
.img-zoomer-box:active {
  cursor: zoom-in;
  display: block;
}

.img-zoomer-box:hover #img-2,
.img-zoomer-box:active #img-2 {
  opacity: 1;
}
#img-2 {
  width: 230px;
  height: 230px;
  /*background: url('https://bit.ly/2mgDw0y') no-repeat #FFF;*/
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  position: absolute;
  opacity: 0;
  border: 4px solid whitesmoke;
  z-index: 99;
  border-radius: 100%;
  display: block;
  transition: opacity 0.2s;
}
.additionalimagegroup .img-thumbnail {
  opacity: 0.8;
}
.additionalimagegroup .img-thumbnail.activeimagebox {
  opacity: 1;
}

.productdetailsection {
  width: 100%;

  margin: 0px auto;
}

.productdetailsection .nav-tabs {
  margin-bottom: 0px;
}

.productdetailsection .tab-content {
  border: 1px solid #dee2e6;

  border-top: 0px;

  padding: 45px 25px;

  background: #fff;
}

.productdetailsection h1 {
  width: 60%;

  font-size: 18px;

  margin-bottom: 0px;

  padding-bottom: 0px;

  font-weight: 600;
}

.wishlistandpare {
  width: 40%;

  margin-top: 10px;
}

.nav-tabs .nav-link.active {
  color: #b7a070;

  background: #fff;
}
#button-cart {
  font-size: 14px;
  padding: 10px 15px;
  width: 100%;
}
.form-control {
  padding: 11px 0.75rem;
}

.productdetailprice h2 {
  margin-bottom: 10px;
}

.detailtitlandlist {
  display: flex;

  flex-wrap: wrap;

  /*border-bottom: 1px solid #dee2e6;*/

  height: 60px;

  align-items: center;

  margin-bottom: 15px;
}

.detailtitlandlist .btn:hover {
  background: #cccccc73;
}

.btnwishlist,
.btncompare {
  background: #f5f5f5;

  border: 1px solid #dee2e6;
}

.wishlisttext,
.comparetext {
  font-size: 12px;

  margin-left: 5px;
}

.productdetailsection #button-cart {
  font-size: 14px;

  padding: 5px 15px;

  background: #f5f5f5;

  border: 1px solid #dee2e6;

  color: #212529;
}

.productdetailsection .carttext {
  font-size: 12px;
}

.productdetailsection #button-cart:hover .fa-solid,
.btn-group .btn:hover .fa-solid {
  color: #b7a070;
}

#form-product h3 {
  font-size: 18px;

  margin-bottom: 15px;

  padding-bottom: 10px;
}

.radioflex {
  display: flex;
}

.radioflex .form-check {
  margin-right: 5px;
}

#product .form-label {
  color: #b7a070;
}

.optiontitle span {
  width: 32%;

  background: #fcfbfb;

  padding-right: 15px;

  font-size: 15px;

  color: black;
}

.optiontitle:after {
  content: "";

  display: block;

  width: 100%;

  background: #dee2e6;

  height: 1px;

  margin-top: -12px;
}

.qtyflex {
  display: flex;

  flex-wrap: wrap;
}

.qtysection {
  width: 30%;

  margin-right: 5%;

  display: flex;
}

.qtylabel {
  margin-right: 15px;

  margin-top: 5px;
}
#product {
  margin-top: 15px;
}
.productdetailsection .nav-tabs {
  margin-top: 45px;
}

.relatedtitle span {
  font-size: 19px;
}

.optiontitle.relatedtitle {
  margin-top: 60px;
  margin-bottom: 40px;
}

.accordion-header {
  margin-top: 0;
}

/******************************** footer *********************************************/
.col-lg-10.footerleftlayout {
  width: 90%;
}
.col-lg-2.footerrightlayout {
  width: 10%;
}
footer img.img-fluid {
  width: 90%;
}
footer h4 {
  font-size: 20px;
  color: white;
  margin-bottom: 30px;
  font-weight: 400;
}
.footercontactflex {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.list-unstyled {
  line-height: 30px !important;
  font-size: 14px;
}
footer .fa-envelope {
  font-size: 18px;
  color: #f5f5f5c9;
  margin-right: 10px;
}
.socialflex {
  margin-top: 25px;
  font-size: 23px;
  color: white;
}
.socialflex a {
  color: white;
  margin-right: 10px;
}
#gotop {
  width: 35px;

  height: 40px;

  border-radius: 0px;

  background-color: #3b2415;

  color: #af9453;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 18px;

  position: fixed;

  right: 0px;

  bottom: 77px;

  z-index: 999;

  cursor: pointer;
}

footer {
  margin-top: 30px;
  padding-bottom: 1px;
  background-color: #b7a070;
  border-top: 0px;
  color: white;
}

footer hr {
  border-top: none;

  border-bottom: 1px solid #666;
}

footer a {
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
}
footer p {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0px;
}
footer a:hover {
  color: #fff;
}

footer h5 {
  font-size: 18px;

  font-weight: bold;

  color: #fff;

  margin-top: 10px;

  margin-bottom: 10px;
}

.footerpower {
  background: white;

  padding: 5px 0px;
}

.footerblue {
  padding: 25px 0px;
}

.footerpower a {
  text-decoration: underline;
}
.footerpower a:hover {
  color: #b7a070;
  text-decoration: underline;
}

.footerpower {
  background: #b7a070;
  color: white;
  text-align: center;
  font-weight: 300;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #fff;

  padding: 0 20px;

  position: relative;

  white-space: nowrap;
}

.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}

.breadcrumb > li.breadcrumb-item:after {
  content: "";

  display: block;

  position: absolute;

  top: -3px;

  right: -5px;

  width: 26px;

  height: 26px;

  border-right: 1px solid #ddd;

  border-bottom: 1px solid #ddd;

  -webkit-transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);

  transform: rotate(-45deg);
}

.breadcrumb > li.breadcrumb-item + li:before {
  content: "";

  padding: 0;
}

.pagination {
  margin: 0;
}

/* buttons */

.btn-light {
  color: #4e3610;
  /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); */
  background-image: transparent;
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
  width: 100%;
  border: 0px;
  padding: 12px;
  margin: 1px 0px 5px 0px;
  border-radius: 5px !important;
  background-color: #eee9e5;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.disabled,
.btn-light[disabled] {
  color: #333;
  background-color: #cda654;
  border-color: #adadad;
  background-position: 0;
}
.list-group-item.active {
  color: var(--bs-list-group-active-color);
  background-color: #b7a070;
  border-color: #b7a070;
}
.btn-primary {
  color: #ffffff;

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

  background: #b7a070;

  background-repeat: repeat-x;

  border-color: transparent;
}

.list-group-item + .list-group-item.active {
  background: #b7a070;

  border: 0px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-position: 0;
}

.btn-warning {
  color: #ffffff;

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

  background-image: linear-gradient(to bottom, #fbb450, #f89406);

  background-repeat: repeat-x;

  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);

  background-repeat: repeat-x;

  border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

  background-image: linear-gradient(to bottom, #62c462, #51a351);

  background-repeat: repeat-x;

  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

  background-image: linear-gradient(to bottom, #e06342, #dc512c);

  background-repeat: repeat-x;

  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;

  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);

  cursor: pointer;

  color: #23a1d1;

  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);

  background-image: none;

  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

  background-color: #363636;

  background-image: linear-gradient(to bottom, #444444, #222222);

  background-repeat: repeat-x;

  border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;

  background-image: linear-gradient(to bottom, #333333, #111111);
}
div#accordionExample {
  margin-top: 25px;
  padding-top: 25px;
}
.accordion-button {
  font-size: 17px;
  font-weight: 500;
  color: #b7a070;
}
.product-thumb {
  padding: 10px;
  background: #ede8e3;
  margin-bottom: 15px;
  border: 1px solid #cccccc29;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border-radius: 30px;
}
.product-thumb .image .img-fluid {
  border-radius: 20px;
  margin: 0px 0px 10px 0px;
}

.product-thumb h4 {
  font-weight: bold;
}

.product-thumb .image {
  text-align: center;

  margin-bottom: 15px;

  position: relative;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .description {
  padding: 0px 0px 15px 0px;
}

.product-thumb .button-group {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 80%;
  display: none;
  display: flex;
  flex-direction: column;
  top: 0;
  height: 98%;
  /* float: right; */
  width: 40px;
  right: 0;
  justify-content: space-between;
  flex-direction: column-reverse;
}

.product-thumb .button-group button {
  /* flex: 10%; */

  border-radius: 0;

  display: inline-block;

  border: none;

  background-color: #ede8e3;

  color: white;

  line-height: 38px;

  font-weight: bold;

  text-align: center;

  text-transform: uppercase;

  /* background: #b7a070; */

  width: 40px;

  height: 40px;

  border-radius: 50%;

  font-size: 16px;

  margin-right: 5px;

  border: 0px;
}

.product-thumb .button-group button:hover {
  color: white;
  background-color: #b7a070;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button:hover svg path {
  stroke: white !important;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
  border: 0px;
  background: transparent;
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }

  .product-list .product-thumb .image {
    flex-direction: column;

    margin-bottom: 0px;
  }

  .product-list .product-thumb .content {
    flex-direction: column;

    flex: 75%;

    position: relative;
  }

  .product-list .product-thumb .button-group {
    position: absolute;

    bottom: 0px;

    width: 100%;

    border-left: 1px solid #ddd;
  }
}

.rating {
  padding-bottom: 10px;
}

.rating .fa-stack {
  width: 20px;
}

.rating.fa-star {
  color: #999;

  font-size: 15px;
}

.rating .fa-star {
  color: #fc0;

  font-size: 15px;
}

.rating .fa-star + .fa-star {
  color: #e69500;
}

/* product list */
.bothimageandcontent {
  position: relative;
}
#product-category .product-thumb .description h4 a {
  font-size: 15px !important;
  line-height: 15px;
}

.price {
  margin-left: 8px;
  margin-top: 25px;
  font-size: 18px;
}
.price-new {
  font-size: 22px;
  font-weight: 600;
  color: #b7a070;
}

.price-old {
  color: #dc512c;

  text-decoration: line-through;
}

.price-tax {
  color: #999;

  font-size: 12px;

  display: block;
}

/* BS4 Changes */

.navbar-light .navbar-toggler {
  font-size: 15px;

  font-stretch: expanded;

  color: #fff;

  padding: 6px 12px;

  background-color: #229ac8;

  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);

  background-repeat: repeat-x;

  border-color: #1f90bb #1f90bb #145e7a;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

/* Theme Custom CSS */

#display-control #compare-total.a {
  margin-top: -2px;

  padding: 0.35rem 0.565rem;
}

#product-product h1 {
  margin-top: 20px;

  margin-bottom: 10px;
}

#information-contact .card {
  margin-bottom: 20px;
}

#cookie {
  position: fixed;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 150px;

  z-index: 9999;

  opacity: 0.95;

  color: #ecf0f1;

  background: #343a40;
}

#cookie div {
  font-size: 16px;

  color: #ffffff;
}

/*****************************Media Query*******************************/
@media (min-width: 1200px) and (max-width: 1399px) {
  .paymentflex {
    gap: 12px;
  }
  .footerleftlayout {
    width: 82% !important;
  }
  .footerrightlayout {
    width: 18% !important;
  }
  .phoneflex {
    margin-left: 10%;
  }
  #allcategorydropdown {
    padding: 5px 10px;
  }

  .description h4 a {
    font-size: 14px;
  }
  h3 {
    font-size: 28px;
  }
  .homecatname {
    font-size: 20px;
  }
  .wishlistandpare,
  .productdetailsection h1 {
    width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .popularsection h3 {
    font-size: 35px;
  }
  .price-new {
    font-size: 18px;
  }
  .breadcrumb {
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 25px 0px;
  }
  .catflex {
    width: 33%;
    margin-right: 1%;
    display: flex;
    align-items: center;
    min-height: 230px;
    border-radius: 30px;
    background-position: center;
  }
  li.nav-item {
    border: 1px solid #ccc;
    margin: 0px 8px;
    padding: 2px 15px;
    border-radius: 40px;
    text-align: center;
  }
  .nav-link,
  .dropdown-item {
    padding: 10px 2px !important;
  }
  .dropdown-item {
    padding: 10px !important;
  }
  .phoneflex {
    margin-left: 0%;
  }
  #allcategorydropdown {
    padding: 5px 15px;
  }
  .description h4 a {
    font-size: 16px;
  }
  #trending {
    margin-top: -420px;
    width: 55%;
    float: right;
  }
  footer h4 {
    font-size: 17px;
  }
  footer a {
    font-size: 12px;
  }
  .socialflex a {
    font-size: 20px;
  }
  #information-information h1,
  #information-information h2 {
    font-size: 23px;
  }
  .card-header a {
    font-size: 15px;
  }

  .detailtitlandlist {
    height: auto;
  }

  .wishlistandpare {
    width: 100%;

    margin-top: 15px;
  }

  .productdetailsection h1 {
    width: 100%;
  }
  #search .form-control-lg {
    height: 40px;
  }

  #search:before {
    margin-top: 10px;
  }

  .homecatimage {
    width: 120px;
  }

  .homecatcontent {
    width: 65%;
  }

  .homecatname {
    font-size: 16px;
  }
  .homecatcount {
    font-size: 15px;
  }

  h3 {
    font-size: 22px;
  }

  .popularsection h3 {
    text-align: right;

    margin: 15px 0px;
  }

  div#popularsection {
    min-height: 510px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .catflex {
    min-height: 110px !important;
    background-size: contain;
  }
  .popularsection h3 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 100%;
  }
  #column-left {
    display: none !important;
  }
  .relativeitemslider .owl-nav {
    display: none;
  }
  .menutab {
    background: red;
    position: absolute;
    z-index: 999;
    top: 85px;
    left: 0;
  }
  .popularsection {
    width: 60%;
    margin-left: 40%;
    height: 473px;
  }
  #salebanner {
    width: 38%;
    margin-top: -473px;
  }
  .description h4 a {
    font-size: 13px;
  }
  footer h4 {
    font-size: 17px;
  }
  footer a {
    font-size: 12px;
  }
  .socialflex a {
    font-size: 20px;
  }
  #information-information h1,
  #information-information h2 {
    font-size: 23px;
  }
  .card-header a {
    font-size: 15px;
  }

  .detailtitlandlist {
    height: auto;
  }

  .wishlistandpare {
    width: 100%;

    margin-top: 15px;
  }

  .productdetailsection h1 {
    width: 100%;
  }

  header {
    height: 130px;
  }

  .navbar {
    position: absolute;
  }

  #search .form-control-lg {
    height: 40px;
  }

  #search:before {
    margin-top: 10px;
  }

  .homecatimage {
    width: 120px;
  }

  .homecatcontent {
    width: 65%;
  }

  .homecatname {
    font-size: 16px;
  }
  .homecatcount {
    font-size: 15px;
  }

  h3 {
    font-size: 22px;
  }

  .popularsection h3 {
    text-align: right;

    margin: 15px 0px;
  }

  div#popularsection {
    min-height: 510px;
  }
}

@media (min-width: 0px) and (max-width: 992px) {
  .price {
    margin-left: 8px;
    margin-top: 15px;
    font-size: 15px;
  }
  .flexlist {
    justify-content: center;
    margin-bottom: 15px;
  }
  div#product-category {
    margin-bottom: 50px;
  }
  .breadcrumb {
    display: block;
  }
  #product-category .product-thumb .description h4 a {
    font-size: 13px !important;
    line-height: 13px;
  }
  li.nav-item {
    text-align: left;
  }
  .breadcrumb {
    margin-top: 20px;
    padding: 0px;
  }

  .outer {
    max-width: 100%;
  }
  #button-cart {
    font-size: 13px;
    padding: 10px 4px;
    width: 100%;
  }
  #button-cart svg {
    margin-right: 7px;
  }
  #information-information .breadcrumb {
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 15px 0px;
  }
  div#promotionone {
    width: 100%;
    /* background: #ccc; */
    min-height: auto;
    margin-right: 2%;
    margin-top: 50px !important;
  }
  .forhomeslide {
    margin: 20px 0px;
    position: relative;
    margin-bottom: 60px;
  }
  div#promotiontwo {
    width: 100%;
    margin-top: 30px;
  }
  #trendingsalebanner {
    width: 100%;
  }
  .col-lg-10.footerleftlayout {
    width: 100%;
  }
  .col-lg-2.footerrightlayout {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .footerblue h4.text-right {
    text-align: left;
  }
  #search {
    width: 100%;
  }
  .maincontent {
    padding: 0px 0px;
  }
  #product-category #content {
    padding-left: 15px;
  }
  .price-new {
    font-size: 18px;
  }
  .wishlistandpare i {
    display: none;
  }
  a.headercart {
    margin-left: 30%;
  }
  #header-cart .dropdown-menu {
    width: 350px;
  }
  h1 {
    font-size: 16px;
  }
  .breadcrumb {
    margin-bottom: 10px;
  }
  li.breadcrumb-item a {
    font-size: 13px;
  }
  .flexlist .breadcrumb-item:last-child a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px; /* adjust as needed */
    display: inline-block;
    vertical-align: middle;
  }
  .headerwishgroup {
    float: right;
  }
  .headerwishgroup {
    float: right;
    margin-right: 18px;
  }

  #logo img {
    width: 220px;
  }
  #search {
    margin-top: 0px;
  }
  #information-information p,
  #information-information li {
    font-size: 13px;
  }
  .carousel {
    margin-bottom: 20px;
  }
  .container,
  .container-sm,
  .container-md {
    max-width: 100%;
  }
  #column-left {
    display: none !important;
  }
  .relativeitemslider .owl-nav {
    display: none;
  }
  header {
    height: auto !important;
  }
  nav.navbar.navbar-expand-lg.nonehumburgermenu {
    display: none;
  }
  .headersocialflex {
    width: 70%;
  }
  #information-information h1.main-title {
    font-weight: 500;
    font-size: 22px;
  }
  .popularsection {
    width: 100%;
    margin-left: 0%;
    height: auto;
  }

  .breadcrumb {
    margin-top: 20px;
    padding: 0px 30px;
  }
  div#product-info .breadcrumb {
    margin-top: 20px;
    padding: 0px 0px;
  }
  #salebanner {
    width: 38%;
    margin-top: -473px;
  }
  .description h4 a {
    font-size: 13px;
  }
  footer h4 {
    font-size: 12.5px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  h1.main-title {
    font-size: 21px;
    color: #b7a070;
  }
  .breadcrumb h1.main-title {
    font-size: 21px;
    text-align: center;
  }
  .product-thumb {
    border-radius: 15px;
  }
  footer a {
    font-size: 13px;
  }
  a#compare-total {
    margin-bottom: 10px;
  }
  .socialflex a {
    font-size: 20px;
  }
  #information-information h1,
  #information-information h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .card-header a {
    font-size: 14px;
    padding: 10px 35px;
  }

  .detailtitlandlist {
    height: auto;
  }

  .wishlistandpare {
    width: 100%;

    margin-top: 15px;
  }

  .productdetailsection h1 {
    width: 100%;
  }

  /* header {
    height: 130px;
  } */
  /* 
  .navbar {
    position: absolute;
  } */

  #search .form-control-lg {
    height: 40px;
  }

  #search:before {
    margin-top: 10px;
  }

  .homecatimage {
    margin-right: 0px;
    width: 80px;
  }
  header .headersocialflex {
    display: none;
  }
  .menurowflex {
    padding: 0px;
  }
  .homecatcontent {
    margin-top: 10px;
    width: 65%;
  }
  .homecat {
    margin-bottom: 35px;
  }
  .tab button {
    font-size: 12px;
  }
  .homecatname {
    font-size: 18px;
  }
  .homecatcount {
    font-size: 13px;
  }

  h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .popularsection h3 {
    text-align: right;

    margin: 15px 0px;
  }

  div#popularsection {
    min-height: 510px;
  }
  .fa-envelope {
    display: none !important;
  }
  #trending {
    margin-top: 0;
    width: 100%;
    float: right;
  }
  .col-lg-10.footerleftlayout {
    width: 100%;
  }
  div#logo img {
    margin: 0px auto;
    display: block;
  }
  #formobile {
    top: -58px;
  }

  .catflex {
    min-height: 200px;
    border-radius: 30px;
    background-position: center 30%;
  }
  .homecatcontent {
    width: 52%;
    text-align: left;
  }
  .menurowflex {
    height: 15px;
  }
  li.nav-item {
    border: 1px solid #ebebeb;
    border-radius: 0px;
    margin: 0px;
  }
  div#bestsellers,
  div#promotionone,
  #newarrived,
  #trending {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .headerwishgroup {
    float: right;
    margin-right: 8px;
  }
  .headerwishgroup .list-inline-item:not(:last-child) {
    margin-right: 0rem;
  }
  .catflex {
    min-height: 150px;
    border-radius: 30px;
    background-position: center;
    background-size: contain;
  }
  #formobile {
    top: -10px;
  }
  .homecatcontent {
    padding-left: 15px;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  .popularsection h3 {
    text-align: center;
    font-size: 22px;
  }
  .headerwishgroup {
    float: right;
    margin-right: 15px;
  }
  .viewmore {
    padding: 10px;
    font-size: 13px;
  }

  div#popularsection {
    min-height: auto;
  }
  .tab button {
    padding: 0px 10px;
  }
  #salebanner {
    width: 100%;
  }

  #popularsection {
    min-height: auto;
  }
  #salebanner {
    margin-top: 0px !important;
  }
  .popularsection {
    width: 100%;
    margin-left: 0% !important;
    height: auto;
  }
  main #common-home .homecat {
    display: block;
  }
  .footerblue {
    padding: 0px;
  }
  .homecatimage {
    width: 100px;
  }
  .footerpower {
    font-size: 12px;
  }
  #common-home .homecat {
    display: block;
  }
  .catflex {
    width: 100%;
    margin-right: 0%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid #cccccc52;
    padding: 15px;
    border-radius: 5px;
    justify-content: center;
  }
}

.tableheader {
  text-align: center;
  padding: 15px;
  font-size: 17px !important;
  font-weight: 600;
  color: #b7a070 !important;
  text-transform: uppercase;
}
.trbg {
  background: #b7a07063;
}
/*********************************************Product slide***********************************/
aside#column-left {
  position: sticky;
  top: 0;
}
.leftsidebarcontainer {
  position: sticky;
  top: 0;
}
.outer {
  margin: 0;
  max-width: 90%;
  position: sticky;
  top: 0;
}
#thumbs .item {
  opacity: 0.6;
  cursor: pointer;
}
#thumbs .current .item {
  opacity: 1 !important;
}
.owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}
#big.owl-theme {
  position: relative;
}
#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
  background: #333;
  width: 22px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  color: #fff;
}
#big.owl-theme .owl-prev {
  left: 10px;
}
#big.owl-theme .owl-next {
  right: 10px;
}
#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
  background: #333;
}
#thumbs .owl-nav {
  display: none;
}

#information-information .forotherfeature {
  display: none;
}
