.w100 {
    width: 100%;
}

select.form-control {
    height: 55px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 6px;
}

.myaccount-tab-menu a {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    color: #000;
    padding: 5px;
    border-bottom: 1px solid #c7c7c7;
}

.myaccount-tab-menu a:hover {
    color: #8f4da7;
}

.page-item.active .page-link {
    background-color: #8f4da7;
    border-color: #8f4da7;
}

.page-link {
    color: #8f4da7;
}

.logo-bl img {
    width: auto;
    height: 80px;
}

.product-details-nav .nav-tabs > li img {
    width: 120px;
    height: 120px;
}

select.form-control{
    height: 55px;
    border: 1px solid #000;
    border-radius: 6px;
}

.product-category-single .product-category-img img {
    width: 100%;
    height: 375px;
}

.product-area .single-product .product-image img,
.swiper-slide .product-image img,
.shop-main-wrapper .product-image img {
    width: 100%;
    height: 350px;
}

img.featuredkeynot0 {
    height: 300px;
}

img.featuredkey0 {
    height: 630px;
}

#loading img {
    width: 250px;
}

@media screen and (max-width: 768px)
{
    .offset-logo img {
        width: 130px;
    }

   #loading-center-absolute img {
      width: 130px;
   }

   .product-quantity-cart .form-control,
   .product-quantity-cart .cart-input {
        margin-bottom: 20px;
   }
   
   .header-top-right {
        top: -10px;
        position: relative;
   }
   
   .header-top-link {
        top: 10px;
        position: relative;
   }
   
   .product-details-nav .nav-tabs > li img {
        width: 85px;
        height: 85px;
    }
}

.filter-widget .category-name {
    color: #000;
    font-size: 18px;
}

.filter-widget .subcategory-items a {
    width: 100%;
    display: block;
    margin: 5px 10px;
}

.category-item {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-arrow {
    margin-left: 10px;
    transition: transform 0.3s;
}

.toggle-btn.active .dropdown-arrow {
    transform: rotate(180deg);
}

.category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.category-link.active .dropdown-arrow {
    transform: rotate(180deg);
}

.sidebar__category ul li a::after {
    display: none;
}

.category-list .subcategory-list li a {
    margin: 5px 10px;
}

.filter-widget-title:before {
    display: none;
}

.product-details-tab .tab-content .tab-pane {
    height: 500px;
}

.designers-wrapper .author-thumb img {
  width: 160px;
  height: 160px;
  object-fit: fill;
  border-radius: 50%;
  border: 2px solid #eee;
  display: block;
  margin: 0 auto;
}

.designers-wrapper .author-thumb:after {
    display: none;
}

@media screen and (max-width: 768px)
{
    .designers-wrapper .author-thumb img {
        height: 95px;
    }
}