/*
Theme Name:  Olla Child Theme
Theme URL:   http://demo2.wpthemego.com/themes/sw_olla/
Description: Olla - Furniture & Fashion Store WordPress WooCommerce Theme
Author:      skyoftech
Author URL:  https://themeforest.net/user/skyoftech/
Template:    olla
Version:     1.0.0
*/

/* Hide ShopEngine icons */
.item-content :is(
  .shopengine-wishlist,
  .shopengine-quickview-trigger,
  .shopengine_comparison_add_to_list_action
),
.item-img :is(
  .shopengine_add_to_list_action,
  .shopengine-quickview-trigger,
  .shopengine_comparison_add_to_list_action
),
.addcart-wrapper :is(
  .shopengine_add_to_list_action,
  .shopengine_comparison_add_to_list_action
),
.single-product .single-product-tab,
.tax-product_cat .widget_sp_image {
  display: none;
}

.product-template-default .content_product_detail .product-number-soldview {
	display: none;
}

/* Search icon styling */
.elementor-element-f096791 .swg-search .elementor-icon {
  background: transparent;
  border: none;
  font-size: 22px;
}

/* Cart count position */
.elementor-295 
.elementor-element-1e113f8 
.swe-cart-icon 
.swe-cart-count {
  top: 0 !important;
  left: 25px !important;
}

/* Remove border radius globally */
.modal .modal-dialog,
.block-popup-login :is(
  .btn-reg-popup,
  .btn-submit-login,
  .input-text,
  span
) {
  border-radius: 0;
}

/* Dropdown spacing */
.swg-menu .dropdown-menu {
  top: calc(100% + 11px) !important;
}

/* Elementor menu alignment */
.elementor-element-4223bea .swg-menu .swg-elementor-menu {
  display: flex;
  flex-direction: column;
  align-content: center;
}

/* Breadcrumb alignment */
.swg_breadcrumbs.breadcrumb-layout1 
.breadcrumbs 
.breadcrumb {
  justify-content: flex-start;
}

/* Custom product accordion */
.custom-product-accordion {
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.custom-accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.custom-accordion-header {
  width: 100%;
  background: none;
  border: none;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.custom-accordion-body {
  display: none;
  padding: 10px 0;
  color: #555;
}

.custom-accordion-header.active + .custom-accordion-body {
  display: block;
}
