/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*shop product category section */
.subcat_listing_header {
  padding-inline: 0px;
  padding-block: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subcat_listing_header .woocommerce-breadcrumb {
  margin: 0px;
}
.subcat_listing_col {
  width: 50%;
}
.subcat_listing_col.col_right {
  display: flex;
  justify-content: end;
}
.subcat_listing_header h2.header_title {
  padding: 0px;
  margin: 0px !important;
  font-size: 30px;
  font-family: var(--e-global-typography-d14de94-font-family);
  color: var(--e-global-color-83ddb67);
  font-weight: 600;
}
.subcat_listing_header .breadcrumb {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.subcat_listing_header .breadcrumb a,
.subcat_listing_header .breadcrumb p {
  margin: 0px !important;
  font-size: 16px;
  font-family: var(--e-global-typography-d14de94-font-family);
  color: var(--e-global-color-83ddb67);
  font-weight: 500;
  text-decoration: none;
}
#sort_products {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 1.5rem;
  background-image: url("https://aspieanswers.com/staging/wp-content/uploads/2025/09/chev_down.svg");
  background-repeat: no-repeat;
  background-position: right -0.4rem bottom -1.1rem;
  background-size: 3rem 4rem;
  outline: none;
  min-width: min-content;
  border: 1px solid #000;
}

.subcat_listing_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.subcat_listing_filter_col {
  width: 280px;
}
.subcat_filter_row .root_cat_block {
  border-top: 2px solid #000;
}
.filter_row_header {
  padding-block: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.filter_row_header .ctp-toggle-icon {
  transition: transform 0.3s ease;
}
.root_cat_block:not(.is-collapsed) .filter_row_header .ctp-toggle-icon {
  transform: rotate(180deg);
}
.filter_header_title {
  font-size: 20px !important;
  font-family: var(--e-global-typography-d14de94-font-family) !important;
  color: var(--e-global-color-83ddb67) !important;
  font-weight: 600 !important;
  margin: 0px !important;
}
.filter_row_header svg {
  max-width: 13px;
  max-height: 13px;
}
.subcat_filter_group {
  margin-bottom: 20px;
  padding-inline: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.subcat_filter_list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.subcat_filter_list input {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 4px;
}
.subcat_filter_list label {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--e-global-typography-d14de94-font-family);
  color: var(--e-global-color-83ddb67);
}
.subcat_listing_products_wrapper {
  width: calc(100% - 230px);
}
.product_card_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
}
.product_card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.product_card_img {
  width: 100%;
}
.product_card_img a {
  display: block;
}
.product_card_img img {
  width: 100%;
  height: auto;
  max-height: 300px;
}
.product_card_title {
  font-family: "Crimson Pro", Sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-style: normal;
  line-height: 1.1em !important;
  letter-spacing: 0px !important;
  color: #000 !important;
  text-align: center;
  margin: 0px !important;
}
.product_card_title a {
  text-decoration: none;
  color: #000 !important;
}
.product_card_actions {
  margin-top: auto;
  padding-top: 5px;
}
.product_card_actions a {
  background: #3f052f;
  color: #fff !important;
  padding: 8px 16px;
  font-size: 14px !important;
  line-height: 1;
  font-family: "Crimson Pro", Sans-serif !important;
}
.product_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-block: 50px;
  padding-inline: 10px;
}
.product_pagination_numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.product_pagination_number {
  border: 1px solid #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product_pagination_number.current {
  background: #ffdacc;
  color: #000 !important;
}
.product_pagination_icons {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
}
.product_pagination_icons.prev_arrows {
  left: 0px;
}
.product_pagination_icons.next_arrows {
  right: 0px;
}
.product_pagination_svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_pagination_icons.prev_arrows .product_pagination_svg {
  rotate: 180deg;
}
.product_pagination_svg svg {
  min-width: 20px;
  min-height: 20px;
}
.ctp-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.ctp-loader.active {
  display: flex;
}
/* Spinner animation */
.ctp-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top: 4px solid #0073aa;
  border-radius: 50%;
  animation: ctp-spin 1s linear infinite;
}
@keyframes ctp-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* single product page */
.single_prodcut_review .tabs.wc-tabs{
display:block;
padding:0px !important;
}
.single_prodcut_review .tabs.wc-tabs li{
margin:0px !important;
}
.single_prodcut_review .tabs.wc-tabs li.active{
border-bottom-color:#d3ced2 !important;
}
.single_prodcut_review {
font-family: "Crimson Pro", Sans-serif !important;
}
.single_prodcut_review .woocommerce-Tabs-panel{
padding:0px !important;
}
.single_prodcut_review .woocommerce-Tabs-panel--description ul{
padding-left:20px !important;
}
.single_prodcut_review .woocommerce-Reviews-title{
font-family: "Crimson Pro", Sans-serif !important;
display:none;
}
.single_prodcut_review #comments{
margin-block:20px;
}
.single_prodcut_review .commentlist{
padding-left:0px;
padding-top:20px !important;
}
.single_prodcut_review .comment-form{
margin-top:20px;
}
.single_prodcut_review .comment-form label{
margin-bottom:10px;
}
.single_prodcut_review #review_form_wrapper{
padding: 20px;
box-shadow: 0px 0px 9px 0px #0000000a;
}

/* services workshop */

.video_play_list .e-tabs-header{
display:none;
}
.video_play_list .e-tabs-main-area {
gap:30px;	
}
.video_play_list .e-tabs-items-wrapper .e-tab-title {
border: 1px solid #0000001A !important;
margin-bottom:10px;
padding:10px 14px !important;
}
.video_play_list .e-tabs-items-wrapper .e-tab-title:where( .e-active, :hover ) {
background: linear-gradient(180deg, #ffffff, #F7F7F7);
}


@media (max-width: 1024px) {
  .product_card_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .product_category_wrapper {
    flex-wrap: wrap;
    row-gap: 25px;
  }
  .filter_header_title {
    font-size: 15px !important;
  }
  .subcat_filter_list label {
    font-size: 15px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .product_card_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .subcat_listing_filter_col {
    width: 200px;
  }
}
@media (max-width: 550px) {
  .subcat_listing_container {
    flex-direction: column;
  }
  .subcat_listing_filter_col {
    width: 100%;
  }
  .subcat_listing_products_wrapper {
    width: 100%;
  }
  .product_pagination_icons.prev_arrows {
    bottom: -50px;
    left: 0;
    transform: translate(50%, 0);
    gap: 15px;
  }
  .product_pagination_icons.next_arrows {
    bottom: -50px;
    right: 0;
    transform: translate(-50%, 0);
    gap: 15px;
  }
  .product_category_wrapper {
    gap: 20px;
  }
}
@media (max-width: 370px) {
  .product_wrapper_header {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .product_card_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}


/* css for book image fit in shop page */

.elementor-page-6968 .ob-is-breaking-bad[data-id="6dfc4ae"] .elementor-loop-container img{
	object-fit: contain !important;
}