/*
Compile-Minify: true
Compile-Area: everywhere
Compile-OutputGroup: headtag
Compile-Exports: mobile-menu
Compile-Dependencies: 
*/

.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #F2F0EA;
  border-radius: 10px;
  padding: 10px 10px 50px 10px;
  z-index: 3;
  overflow-y: scroll;
}

.mobile-menu::-webkit-scrollbar {
    display: none;
}

.top-menu button {
  border-radius: 10px;
}

.bottom-menu ul li a{
  font-family: Oswald;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #383634;
}

.bottom-menu ul li:hover {
  font-size: 18px;
  font-weight: 700;
}

.main-detail summary {
  list-style: none;
}

.main-detail a {
    color: #383634 !important;
    padding: 5px 0;
}

.summary-arrow-next {
  width: 20px;
  transition: transform 0.3s ease;
}

.rotate-arrow {
  transform: rotate(180deg);
}

.more-categories {
  display: none;
}

.mobile-catalog {
    border-bottom: 2px solid gray;
}

.mobile-catalog a {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    color: gray;
}

.mobile-catalog a:hover {
  text-decoration: underline;
}

.details-summary {
    position: relative;
}
.top-details-summary p,
.details-summary p {
    position: relative; 
    margin-bottom: 0;
    padding: 8px 0;
    font-size: 17px;
}
.top-details-summary p::before,
.details-summary p::before {
    content: ''; 
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0; /* Initially hidden */
    height: 2px;
    background-color: #383634;
    transition: width 0.3s ease; /* Transition effect for width */
}
.top-details-summary p:hover::before,
.details-summary p:hover::before {
    width: 100%; /* Fully visible on hover */
}

    .span-class span {
        display: block;
        height: 2px;
        width: 16px;
        background-color: #484644;
        position: absolute;
        top: 50%;
        right: 0;
        transform-origin: center;
        transition: transform 0.3s ease; /* Add transition property */
    }

.span-class span:nth-child(1) {
    transform: translateY(-50%) translateX(-50%); /* Adjust the position */
}

.span-class span:nth-child(2) {
    transform: translateY(-50%) translateX(-50%) rotate(90deg); /* Rotate the second span */
}

.rotate {
    transform: rotate(90deg); /* Rotate the container by 90 degrees */
}

.hide-horizontal {
    width: 0; /* Hide the horizontal line */
}

.mobile-menu-close-btn {
    width: 20px;
    margin-left: auto;
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.cateloge-div {
    margin: 5px 15px;
    display: flex;
    flex-direction: column;
    border-left: 1px solid gray;
}

.cateloge-div a {
    padding: 5px 0;
    color: #383634;
}

#user-mobile-account,
#btnLoginMobile {
    width: 30px;
    border: none;
}

#user-mobile-account img,
#btnLoginMobile img {
    width: 20px;
}

#user-mobile-account:hover {
    background-color: transparent;
}

details > summary {
  list-style: none !important;
}

details > summary::-webkit-details-marker {
  display: none !important;
}

#main-seven {
    position: relative;
    left: 0;
    width: 100%;
}

#guns-list,
#knives-list,
#men-list,
#women-list,
#bags-list,
#camping-list,
#more-list {
    position: relative;
    left: 100%;
}

#user-mobile-account {
    position: relative;
    left: 0;
}

.navigate-back {
    position: relative;
    left: 0;
}

.top-menu {
    min-height: 60px !important;
}

.back-to-main {
    width: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.knives-list {
    padding: 8px 0 !important;
}