@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");

:root {
  --aside-hover-color: #4e2a10;
  --aside-background-color: #1e0b00;
  --light-text-color: #ffe4cc;
  --section-bg-color: #341c0e;
  --dots-color: #c5a56c;
  --noise-bg-image: url(data:image/png;base64,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);
}

* {
  font-family: "Montserrat", sans-serif;
  color: var(--light-text-color);
}

li {
  list-style-type: none;
  color: var(--light-text-color);
}

a {
  text-decoration: none;
  color: var(--light-text-color);
}

a:hover {
  color: var(--dots-color);
}

header {
  position: relative;
  background-color: rgb(78, 56, 15);
  font-weight: 500;
  background-image: url(../img/header-bg3.jpg);
  background-size: cover;
  height: 180px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, 0.65);
  z-index: 4;
}

.headerTopImg {
  position: absolute;
  transform: rotateZ(-135deg);
  height: 400px;
  top: 0;
  left: -300px;
  overflow: hidden;
  z-index: 0;
}
.headerTopImg img {
  height: 100%;
}

.headerLogo {
  position: relative;
  width: 380px;
}

.borderHover:hover {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 1px 2px rgba(253, 218, 188, 0.3);
  box-shadow: 0px 0px 1px 2px rgba(253, 218, 188, 0.3);
}

.headerBrandName {
  background: -webkit-linear-gradient(to top left, #fddabc 0%, #907459 100%);
  background: -moz-linear-gradient(to top left, #fddabc 0%, #907459 100%);
  background: linear-gradient(to top left, #fddabc 0%, #907459 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
  font-weight: 600;
}

nav {
  width: 100%;
  background-image: url(../img/nav-bg.jpg);
  background-repeat: repeat;
  -webkit-box-shadow: 0px 0px 8px 0px #000000;
  box-shadow: 0px 0px 8px 0px #000000;
  z-index: 4;
  position: relative;
  padding: .5rem 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer {
  background-color: rgb(59, 42, 9);
  font-weight: 500;
  background-image: url(../img/footer-bg.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
}

nav ul {
  margin-bottom: 0;
}
nav ul li {
  display: flex;
}

nav ul li a {
  font-size: 14px;
  padding: 0 10px;
  line-height: 42px;
  text-align: center;
}

nav ul li a:hover {
  background-color: var(--aside-hover-color);
  background-image: var(--noise-bg-image);
  border-radius: 5px;
  color: var(--light-text-color);
}

.navActive {
  background-color: var(--aside-hover-color);
  background-image: var(--noise-bg-image);
  border-radius: 5px;
  color: var(--light-text-color);
}

.col-25 {
  flex: 0 0 auto;
  width: 20%;
}

.w-90 {
  width: 90%;
}

.ww-50 {
  width: 50%;
}

.rowofcat{
    margin-top:1rem;
    width:100%;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px;
    justify-content:center;
}

.rowofcat div{
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--section-bg-color);
}

.rowofcat a{
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: end;
  height: 200px;
}

.rowofcat div:hover{
  outline: 3px solid var(--light-text-color);
}

.rowofcat p{
  background-image: url(../img/nav-bg.jpg);
  background-repeat: repeat;
  width: 100%;
}

img,
iframe {
    width: 100%;
    object-fit: contain;
}

.btn-group {
  width: 100%;
  margin-top: 1rem;
}

.asideCat {
  width: 100%;
  position: relative;
  padding-left: 0;
}
.asideCat2 {
  width: 100%;
  position: relative;
  padding-left: 0;
}

.asideCat > li {
  padding-left: 2rem;
  margin: 0 0 0 15px;
  border-bottom: 0.6px dotted var(--dots-color);
}
.asideCat2 > li {
  padding-left: 2rem;
  margin: 0 0 0 15px;
  border-bottom: 0.6px dotted var(--dots-color);
}

.asideCatContent {
  -webkit-box-shadow: 8px 9px 8px -1px rgba(0, 0, 0, 0.65);
  box-shadow: 8px 9px 8px -1px rgba(0, 0, 0, 0.65);
  line-height: 1rem;
  padding: 0.5rem 1rem;
  background-color: var(--aside-hover-color);
  background-image: var(--noise-bg-image);
  display: none;
  position: absolute;
  min-width: 220px;
  border-radius: 0 5px 5px 0;
  left: 100%;
  transform: translateY(-2.5rem);
  z-index: 2;
}
.asideCatContent2 {
  line-height: 1rem;
  padding: 0.5rem 1rem;
  background-color: var(--aside-hover-color);
  background-image: var(--noise-bg-image);
  display: none;
  min-width: 220px;
  border-radius: 0 5px 5px 0;
}

.lh-5 {
  line-height: 2.5rem;
}

.sectionwidth {
  width: 100%;
}

.sticky-aside {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 2;
}

.text-light-1 {
  color: var(--light-text-color);
}

.text-dark-1 {
  color: var(--aside-background-color);
}

.z-index-1 {
  z-index: 1;
}

.z-index--1 {
  z-index: -1;
}

.lh-100 {
  line-height: 38px;
  margin-bottom: 0;
}

.home-slider-item {
  border: 2px solid var(--aside-background-color);
  background-color: #1e1b13;
  padding: 12px;
  border-radius: 3px;
}
.item-list {
  border: 2px solid var(--aside-background-color);
  background-color: #1e1b13;
  padding: 12px;
  margin: 10px 0;
  border-radius: 3px;
  display: block;
}

.home-slider-item div,
.item-list div {
  display: flex;
  flex-direction: column;
}

.home-slider-item div img,
.item-list div img {
  height: 200px;
  object-fit: cover;
  object-position: center; 
}

.home-slider-item div h4,
.item-list div h4 {
  margin-top: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 3.6em;
}

.home-slider-item div button,
.brwnbtn,
.item-list div button {
  box-shadow: inset 0px 1px 0px 0px #a6827e;
  background: linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
  background-color: #7d5d3b;
  border-radius: 3px;
  border: 1px solid #54381e;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 14px;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #4d3534;
}

.brwnbuybtn {
  box-shadow: inset 0px 1px 0px 0px #a6827e;
  background: linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
  background-color: #7d5d3b;
  border-radius: 3px;
  border: 1px solid #54381e;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  padding: 10px 35px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #4d3534;
}

.home-slider-item div button:hover,
.brwnbtn:hover,
.brwnbuybtn:hover,
.item-list div button:hover {
  background: linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
  background-color: #634b30;
}

.home-slider-item div button:active,
.brwnbtn:active,
.brwnbuybtn:active,
.item-list div button:active {
  position: relative;
  top: 1px;
}

section {
  background-image: var(--noise-bg-image);
  background-color: var(--section-bg-color);
}

#mydropdown {
  top: 0;
  z-index: -1;
  width: 100%;
  min-height: 100vh;
  padding-top: 70px;
  background-image: var(--noise-bg-image);
  background-color: var(--section-bg-color);
  position: fixed;
}

.onlyMobile {
  display: none;
}

.mobileMenuButton {
  top: 20px;
  right: 20px;
  z-index: 5;
  background: none;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px 4px rgba(253, 218, 188, 0.3);
  box-shadow: 0px 0px 3px 4px rgba(253, 218, 188, 0.3);
  width: 47px;
  height: 45px;
}

.mobileMenuButton2 {
  top: 20px;
  right: 20px;
  z-index: 5;
  background: none;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px 4px rgba(253, 218, 188, 0.3);
  box-shadow: 0px 0px 3px 4px rgba(253, 218, 188, 0.3);
}

.mobileMenuButton img,
.mobileMenuButton2 img {
  height: 20px;
}

.product {
  position: relative;
  background-color: white;
}

.img-container{
  overflow: hidden;
}

.img-container>img {
  max-height: 400px;
  object-fit: contain;
  padding: 3px;
}

.sub-images{
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 3px;
  padding: 3px;
}

.sub-images div{
  flex-grow: 1;
  height: 100px;
  outline: 1px solid black;
}
.sub-images div img,
.sub-images div video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  object-position: center;
}

.overline {
  text-decoration: line-through;
}

.pBoxdesc {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 71px;
    font-size: 14px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-item.active .page-link {
    border-color: var(--light-text-color) !important;
}

@media (max-width: 1150px) {
    .col-25 {
    flex: 0 0 auto;
    width: 50%;
    }
    .rowofcat{
    grid-template-columns: 1fr 1fr 1fr;
    }
    .rowofcat a{
      height: 180px;
    }
}

@media (max-width: 768px) {
  header {
    height: 190px;
  }

  nav{
    padding: 0.5rem 1rem;
  }

  .onlyMobile {
    display: block;
  }

  #mydropdown {
    z-index: 5;
  }
  .headerTopImg{
      left:-250px;
  }

  .mobile-hidden {
        display: none;
  }

  .col-25 {
    flex: 0 0 auto;
    width: 100%;
  }
  .aside {
    display: none;
  }
  .sectionwidth {
    width: 100%;
  }
  nav{
    justify-content: center;
    gap: 5px;
  }
  nav ul li a {
    font-size: 14px;
    padding: 0 5px;
    line-height: 43px;
    text-align: center;
  }

  nav ul {
    padding-inline-start: 0px;
    justify-content: center;
    gap: 5%;
    flex-grow: 1;
  }
  .headerLogo {
    width: 350px;
  }
  header div ul {
    padding: 0;
  }
  .nomp-mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .headerBrandGroup {
    margin-top:60px;
    display:flex;
    width: 100%;
    justify-content:center;
  }

  .wm-75 {
    width: 75%;
  }
  .rowofcat {
    grid-template-columns: 1fr 1fr;
  }
  .rowofcat a{
    height: 120px;
  }

}
@media (max-width: 460px){
  .home-slider-item div h4, .item-list div h4{
    min-height:auto;
  }
}

.aside .dropdown:hover .dropdown-menu {
  display: block;
}

#mydropdown .asideCat2 .dropdown-toggle::after{
  border: none;
}

.dropdown-menu {
  background-color: #241a10;
  border-radius: 0;
}

.asideCat2 .dropdown-menu{
  position: relative;
}

.dropdown-toggle {
  color: var(--light-text-color);
  font-size: 14px;
  padding: 0 10px;
  line-height: 43px;
  text-align: center;
}

.dropdown-item {
  color: white;
}

.aside {
  background-color: var(--aside-background-color);
  padding-right: 2rem !important;
  padding-left: 2rem !important;
  background-image: var(--noise-bg-image);
}

#shopping-cart{
  position: relative;
}

#shopping-cart::after{
  content: attr(data-orders);
  position: absolute;
  left: 25px;
  top: -4px;
  text-align: center;
  font-size: 12px;
  min-width: 1rem;
  aspect-ratio: 1;
  background-color: green;
  border-radius: 50%;
  pointer-events: none;
  line-height: 1rem;
}

#shopping-cart{
  position: relative;
}


#shopping-cart-card{
  display: none;
  position: absolute;
  top: 105%;
  right: 0;
  background-color: red;
  z-index: 1;
}
.shopping-cart-card-show{
  display: block !important;
  background-image: url(/assets/./img/header-bg3.jpg);
  background-size: cover;
  border-radius: 7px;
}

.basket-title{
  display: block;
  max-width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#searchResults{
  left: 0;
  top: 100%;
}

#searchResults table{
  width: 250px;
}

#searchTabCont{
  max-height: 50vh;
  overflow-y: scroll;
}

#searchResults tr{
  cursor: pointer;
  user-select: none;
}

#searchResults td:nth-of-type(1){
  width: 45px;
}
#searchResults td:nth-of-type(2){
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 220px;
  padding: 0 5px;
}
#searchResults td:nth-of-type(3){
  width: 60px;
  text-align: center;
}

#searchResults img{
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.rotated {
  transform: rotateZ(90deg) !important;
}

#categories>*{
  padding: 10px 5%;
}

#rightPanel{
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  background-image: var(--noise-bg-image);
  background-color: var(--section-bg-color);
  position: absolute;
  transition: .7s;
  z-index: 6;
}

#rightPanel.active{
  left: 0;
}

#lightBox{
  position: fixed;
  inset: 0;
  background-color: #000000cc;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mainLightImage{
  height: 100%;
}