/* 
Theme Name:		 SilencercoV2
Theme URI:		 http://childtheme-generator.com/
Description:	 SilencercoV2 is a child theme of OceanWP, created by ChildTheme-Generator.com
Author:			 Jack Ladrera
Author URI:		 http://childtheme-generator.com/
Template:		 oceanwp
Version:		 1.0.0
Text Domain:	 silencercov2
*/

/*
    Add your custom styles here
*/

@font-face {
  font-family: "TT-Norms";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/TTNorms-Regular.otf") format("opentype");
}
@font-face {
  font-family: "TT-Norms";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/TTNorms-Bold.otf") format("opentype");
}
@font-face {
  font-family: "TT-Norms-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/TTNorms-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "TT-Norms";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/TTNorms-Italic.otf") format("opentype");
}
@font-face {
  font-family: "TT-Norms";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/TTNorms-Medium.otf") format("opentype");
}

body {
  font-family: "TT-Norms", Arial, sans-serif !important;
}


.imgzoom {
  overflow: hidden;
}

a:hover {
  color: initial;
}

a:focus {
  outline: none !important;
}

header.page-header {
  display: none;
}

.nav-dd-cart-wrap {
  max-height: 40vw;
  overflow-y: auto;
  padding-right: 10px;
}

.shop-search {
  border: 1px solid #cfcfcf !important;
}

.sidebar-category,
.sidebar-link {
  font-size: 16px;
}

.sidebar-category:hover {
  color: #3d3d3d;
}

/* SIDE CART */
.xoo-wsc-modal .xoo-wsc-pname a,
.xoo-wsc-modal .xoo-wsc-sp-title a,
.xoo-wsc-modal .xoo-wsc-pprice .woocommerce-Price-amount,
.xoo-wsc-modal .xoo-wsc-sp-heading,
.xoo-wsc-modal .xoo-wsc-sp-price .woocommerce-Price-amount,
.xoo-wsc-modal .xoo-wsc-ft-amt-value .woocommerce-Price-amount,
.xoo-wsc-modal .xoo-wsc-sp-atc a {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.xoo-wsc-modal .xoo-wsc-ft-btn-checkout {
  font-weight: 700;
  text-decoration: none;
}

/* HOME PAGE */
.carousel-prev {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}

.carousel-next {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}

.woo-products .premium-woo-products-inner ul.products {
  padding: 0;
}

.platform-category:hover
  > div
  > .elementor-widget-heading
  > div
  > .elementor-heading-title
  > a {
  color: #e04037;
}

#pf_dropdown .elementor-form-fields-wrapper {
  flex-wrap: nowrap;
}
#pf_dropdown button {
  flex-basis: auto;
  padding: 5px;
  margin-left: 10px;
}

#pf_dropdown button span {
  width: 30px;
  text-align: center;
  padding-left: 5px;
}

.pf-field-label {
  text-align: left;
}

.arrow-button {
  background-color: #e04037 !important;
}

.premium-woocommerce li.product .price ins {
  text-decoration: none;
}
.premium-woocommerce li.product .price span.woocommerce-Price-amount.amount {
  color: #000;
}

/* HOME PAGE - BLOG SECTION */
.homepage-blog .post section.loop-item > div > div > div.elementor-widget-wrap {
  flex-wrap: nowrap !important;
}

.homepage-blog
  .post
  section.loop-item
  > div
  > div
  > div
  > section.elementor-section:first-child {
  width: 42%;
}

.homepage-blog
  .post
  section.loop-item
  > div
  > div
  > div.elementor-widget-wrap
  img {
  height: 180px;
}

.homepage-blog .post .section-info {
  padding-left: 20px !important;
}

.homepage-blog
  .post
  section.loop-item
  > div
  > div
  > div.elementor-widget-wrap
  section.elementor-inner-section
  > div
  > div
  > div.elementor-widget-wrap
  .elementor-widget-text-editor {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  columns: auto; /* so that the ellipsis will work */
}

/* PRODUCT PAGE */
.elementor-location-archive.product {
  margin: 0 !important;
  padding: 0 !important;
}

#oceanwp-cart-sidebar-wrap {
  display: none;
}

.premium-woo-products-details-wrap {
  padding: 5px 0 !important;
}

.premium-woo-products-details-wrap .price {
  display: flex !important;
  align-items: center;
  /* justify-content: center; */
  justify-content: start;
  font-family: "TT-Norms-ExtraBold";
}

/* .premium-woo-products-details-wrap .price del {
  text-decoration: none;
} */
.woocommerce ul.products li.product .price del .amount {
  text-decoration: none !important;
}

.premium-woo-product-desc {
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.woo-products .pa-out-of-stock {
  background: #000;
  font-size: 14px;
}

.sidebar-acc-content {
  height: 0;
}

/* PRODUCT SINGLE PAGE */
.single-product .product {
  margin: 0 !important;
  padding: 0 !important;
}

.single .price {
  display: flex !important;
  align-items: center;
  margin: 0 !important;
}

.single .entry-title {
  border-bottom: none;
}

.single .quantity {
  display: flex;
  align-items: center;
}

.single .minus {
  font-size: 3rem;
}

.single .plus {
  font-size: 3rem;
}

.single .input-text {
  margin: 0 10px !important;
  text-align: center;
}

.single table.variations {
  margin-bottom: 15px;
}

.single table.variations tr {
  display: block;
}

.single .flex-viewport {
  /* height: 500px; */
  /* height: auto !important; */
  height: 41ch !important;
}

.single .woocommerce-product-gallery__image img {
  width: 800px;
  /* height: 500px;
  object-fit: cover; */
  height: auto;
  object-fit: contain;
}

.single .flex-control-thumbs li img {
  width: 200px;
  height: 140px;
  object-fit: cover;
}

.single .woocommerce-variation-price {
  font-family: "TT-Norms", TT-Norms;
  font-size: 25px;
  font-weight: 800;
}

.single .stock {
  text-align: left;
}

a.added_to_cart {
  display: none;
}

.woocommerce div.product form.cart,
.single-product table.variations th,
.single-product table.variations td {
  border: none !important;
}

.single-product table.variations th,
.single-product table.variations td {
  padding: 5px 0 !important;
}

.single-product .single_variation {
  float: none;
}

.single table.variations .hasCustomSelect {
  font-size: 18px !important;
}

/* SILENCERS PAGE */
.elementor-lightbox .dialog-widget-content {
  width: 90%;
}

.video-carousel .elementor-heading-title,
.video-carousel p {
  color: #fff !important;
}
table.tech-spec-table {
  color: #000;
}
table.tech-spec-table tr:nth-child(odd) {
  background: #e6e6e6;
}

table.tech-spec-table tr td:nth-child(2),
table.tech-spec-table tr td:nth-child(2) p {
  text-align: right;
}

.silencers-template .elementor-tabs .elementor-tabs-wrapper {
  margin-bottom: 20px;
}

.silencers-template .elementor-tabs .elementor-tab-title.elementor-active {
  /* padding: 20px 0 20px 10px; */
  background: #e04037;
}

.silencers-template .elementor-tabs .elementor-tab-title {
  /* padding: 20px 0 20px 10px; */
  background: #3d3d3d;
  padding: 7px 12px;
  border-radius: 50px;
  height: 30px;
  line-height: 18px;
  margin-left: 10px;
}

.silencers-template .elementor-tabs .elementor-tab-title a {
  color: #fff;
  /* background: #E04037;
  padding: 7px 12px;
  border-radius: 50px; */
}

.silencers-template .elementor-tab-content {
  padding: 0;
}

.elementor-widget-theme-post-content p {
  font-size: 18px;
}

.elementor-widget .elementor-icon-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 1025px) {
  .hero-image > .elementor-container {
    height: 60vh;
    min-height: 700px !important;
  }

  .hero-image {
    /* background-size: 120% !important; */
    background-size: 135% !important;
  }

  /* SILENCER SINGLE PAGE */
  .silencer-category .elementor-column {
    width: auto !important;
    min-width: 10% !important;
  }

  /* BLOG ARCHIVE PAGE */
  .archive.category
    .blog-style3
    .loop-item
    > div
    > div
    > div.elementor-widget-wrap {
    flex-wrap: nowrap !important;
  }

  .archive.category
    .blog-style3
    .loop-item
    > div
    > div
    > div.elementor-widget-wrap
    img {
    height: 180px;
  }

  .archive.category .blog-style3 .loop-item .section-info {
    padding-left: 20px;
  }

  .archive.category
    .blog-style3
    .loop-item
    > div
    > div
    > div.elementor-widget-wrap
    section.elementor-inner-section
    > div
    > div
    > div.elementor-widget-wrap
    .elementor-widget-text-editor {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    columns: auto; /* so that the ellipsis will work */
  }

  /* BLOG PAGE - SINGLE POST */
  .single-post
    .related-articles
    article
    > div
    > section.elementor-section
    > div
    > div
    > div.elementor-widget-wrap {
    flex-wrap: nowrap !important;
  }

  .single-post
    .related-articles
    article
    > div
    > section.elementor-section
    > div
    > div
    > div.elementor-widget-wrap
    img {
    height: 180px;
  }

  .single-post .related-articles article .section-info {
    padding-left: 20px;
  }

  .single-post
    .related-articles
    article
    > div
    > section.elementor-section
    > div
    > div
    > div.elementor-widget-wrap
    section.elementor-inner-section
    > div
    > div
    > div.elementor-widget-wrap
    .elementor-widget-text-editor {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    columns: auto; /* so that the ellipsis will work */
  }

  /* NEWSROOM ARCHIVE PAGE */
  .archive.post-type-archive-newsroom
    .blog-style3
    .loop-item
    > div
    > div
    > div.elementor-widget-wrap {
    flex-wrap: nowrap !important;
  }

  .archive.post-type-archive-newsroom
    .blog-style3
    .loop-item
    > div
    > div
    > div.elementor-widget-wrap
    img {
    height: 180px;
  }

  .archive.post-type-archive-newsroom .blog-style3 .loop-item .section-info {
    padding-left: 20px;
  }

  .archive.post-type-archive-newsroom
    .blog-style3
    .loop-item
    > div
    > div
    > div.elementor-widget-wrap
    section.elementor-inner-section
    > div
    > div
    > div.elementor-widget-wrap
    .elementor-widget-text-editor {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    columns: auto; /* so that the ellipsis will work */
  }

  .single-newsroom
    .related-articles
    article
    > div
    > section.elementor-section
    > div
    > div
    > div.elementor-widget-wrap {
    flex-wrap: nowrap !important;
  }

  .single-newsroom
    .related-articles
    article
    > div
    > section.elementor-section
    > div
    > div
    > div.elementor-widget-wrap
    img {
    height: 180px;
  }

  .single-newsroom .related-articles article .section-info {
    padding-left: 20px;
  }

  .single-newsroom
    .related-articles
    article
    > div
    > section.elementor-section
    > div
    > div
    > div.elementor-widget-wrap
    section.elementor-inner-section
    > div
    > div
    > div.elementor-widget-wrap
    .elementor-widget-text-editor {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    columns: auto; /* so that the ellipsis will work */
  }

  /* SEARCH RESULTS PAGE */
  .search-blogs
    .post
    section.loop-item
    > div
    > div
    > div.elementor-widget-wrap {
    flex-wrap: nowrap !important;
  }

  .search-blogs
    .post
    section.loop-item
    > div
    > div
    > div
    > section.elementor-section:first-child {
    width: 42%;
  }

  .search-blogs
    .post
    section.loop-item
    > div
    > div
    > div.elementor-widget-wrap
    img {
    height: 180px;
  }

  .search-blogs .post .section-info {
    padding-left: 20px !important;
  }

  .search-blogs
    .post
    section.loop-item
    > div
    > div
    > div.elementor-widget-wrap
    section.elementor-inner-section
    > div
    > div
    > div.elementor-widget-wrap
    .elementor-widget-text-editor {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    columns: auto; /* so that the ellipsis will work */
  }

  .single-silencers .product-price,
  .single-product .product-price {
    justify-content: center;
  }
}

/* BLOG PAGE - SINGLE POST */
.single-post header .nav-wrap .nav-link {
  font-weight: 700;
  text-decoration: none;
  color: #afafaf;
}

.single-post header .nav-wrap .nav-link:hover {
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}

.single-post header .nav-wrap a {
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}

.single-post header .nav-wrap a:hover {
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
}

.single-post .sidebar-category {
  font-weight: 800;
  text-decoration: none;
  color: #000;
}

.single-post .sidebar-link {
  font-weight: normal;
  text-decoration: none;
  color: #3d3d3d;
}

.single-post .postcontent a {
  font-weight: 800;
  text-decoration: none;
  color: #000;
}

.single-post .postcontent a:hover {
  font-weight: 800;
  text-decoration: underline;
  color: #000;
}

.single-post h2.elementor-heading-title {
  font-size: 35px;
}

/* AJAX SEARCH */
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-si {
  width: 20%;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-st-title {
  font-size: 18px;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-sd,
.dgwt-wcas-details-wrapp .dgwt-wcas-details-desc {
  font-size: 15px;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp .woocommerce-Price-amount,
.dgwt-wcas-details-wrapp .dgwt-wcas-details-product-title,
.dgwt-wcas-details-wrapp .dgwt-wcas-pd-price .woocommerce-Price-amount {
  font-weight: 800;
}

/* FIXES ON POSTS, NEWS AND PRODUCT UPDATES */
.post-content-details img {
  width: 100%;
}

.post-content-details
  > div
  > div
  > section.elementor-section-stretched.header-img {
  display: none;
}

.post-content-details > div > div > section.elementor-section-boxed {
  margin: 0 !important;
}
.post-content-details > div > div > section.elementor-section-boxed > div {
  max-width: 100% !important;
}
.post-content-details
  > div
  > div
  > section.elementor-section-boxed
  > div
  > div.elementor-column
  > div.elementor-widget-wrap {
  padding: 0 !important;
}
.post-content-details
  > div
  > div
  > section.elementor-section-boxed
  > div
  > div.elementor-column
  > div.elementor-widget-wrap
  > div:nth-child(-n + 3) {
  display: none;
}

#breadcrumbs > span > .breadcrumb_last {
  display: none;
}

span.premium-woo-cart-loader.fas.fa-cog {
  display: none;
}

#ajaxsearchlite1 {
  z-index: 1;
}

.silencer-imagebox
  .elementor-image-box-wrapper:hover
  .elementor-image-box-title {
  color: #e04037 !important;
}

/* SEARCH */
.searchwp-live-search-results2 {
  position: relative !important; 
  top: 10px !important; 
  left: 0 !important;
  margin-bottom: 10px !important;
}

.cursor-pointer {
  cursor: pointer;
}

span.page-numbers.current {
  text-decoration: underline;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .home .carousel-next,
  .home .carousel-prev,
  .archive .carousel-next,
  .archive .carousel-prev {
    display: none !important;
  }

  .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }

  .premium-woo-products-inner ul.products {
    padding: 20px;
  }

  main > div > section,
  main article > div > div > section {
    background-size: cover !important;
    background-position-y: bottom !important;
  }

  .elementor-widget-theme-post-content p {
    font-size: 16px;
  }

  /* main > div > section > div:nth-child(2) {
    min-height: 250px !important;
  } */

  .elementor-widget .elementor-icon-list-items {
    justify-content: center;
  }
  .single-post .elementor-widget .elementor-icon-list-items {
    justify-content: start;
  }
  /* hide navigation in mobile for youtube videos of silencer pages */
  .video-carousel a.carousel-arrow {
    display: none !important;
  }

  .premium-woo-product-desc {
    display: none;
  }

  /* homepage category */
  .silencer-imagebox .elementor-image-box-wrapper {
    display: block;
  }

  /* homepage blogs */
  .home .elementor-posts > div > section > div > div:not(:first-child) {
    display: none;
  }

  .premium-woo-products-details-wrap {
    padding: 5px 0 !important;
  }

  .premium-woocommerce .premium-woo-ribbon-container {
    left: 0 !important;
  }

  .single .flex-control-thumbs li img {
    height: auto;
    object-fit: cover;
  }

  .woocommerce .elementor-widget-woocommerce-product-images span.onsale {
    top: 10px !important;
    left: 10px !important;
  }

  .woocommerce div.product .woocommerce-product-gallery .flex-viewport {
    margin-top: 20px !important;
  }

  .single table.variations .hasCustomSelect {
    font-size: 16px !important;
  }

  .single .product_price .woocommerce-Price-amount.amount {
    margin: 20px 0;
  }

  /* hide zoom image on product single page */
  .woocommerce-product-gallery__trigger {
    display: none !important;
  }
  .woocommerce-product-gallery__image {
    pointer-events: none;
  }

  #scroll-top {
    display: none !important;
  }

  #wc_bis_product_form,
  #wc_bis_already_registered {
    text-align: left;
  }
  .wc_bis_form_title,
  #wc_bis_send_form {
    margin: 0;
  }

  /* checkout page */
  .checkout-login-prompt {
    margin-bottom: 10px;
  }

  /* show peak image on featured images on home page */
  .featuredproducts .slick-slider .slick-list, 
  .featuredproducts .slick-slider .slick-track {
    padding-right: 70px;
  }

  /* MOBILE BACKGROUND IMAGE WITH PARALLAX ISSUES */
  .background-left-center {
    background-size: cover !important;
    background-position: left center !important;
  }
  .background-right-center {
    background-size: cover !important;
    background-position: right center !important;
  }
  .background-center-center {
    background-size: cover !important;
    background-position: center center !important;
  }
  .background-22-0 {
    background-size: cover !important;
    background-position: 22% 0 !important;
  }
  .background-75-0 {
    background-size: cover !important;
    background-position: 75% 0 !important;
  }
  .background-35-0 {
    background-size: cover !important;
    background-position: 35% 0 !important;
  }
  .background-65-0 {
    background-size: cover !important;
    background-position: 65% 0 !important;
  }

  /* FOR THE SHOP PAGE */
  .product.e-loop-item {
    padding: 0 !important;
  }
  .product-details-wrapper,
  .product-details-wrap {
    display:block !important;
  }
  .product-details-wrapper .product-details-wrap .woocommerce-loop-product__title {
    font-size: 15px !important;
  }
  .product-details-wrapper .product-details-wrap .price {
    font-size: 15px !important;
  }

  
  .single_variation_wrap .product_price {
    display: none;
  }

  .single .flex-viewport {
    height: auto !important;
  }

  .sidebar-element {
    opacity: 1 !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  
}

.from {
  display: none !important;
}


/* ANIMATION ON SIDEBAR */
.sidebar-element {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sidebar-element.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

img.wp-image-939717 {
  opacity: 1 !important;
  transition: 0ms !important;
}

/* FOR THE SHOP PAGE */
.product.e-loop-item {
  padding: 0 10px;
}
.pa-out-of-stock {
  background: #000;
  font-size: 14px;
  display: block;
  text-align: center;
  color: #fff;
  min-width: 2em;
  min-height: 2em;
  line-height: 2em;
  padding: 0.3em 0.6em;
  top: 7px;
  left: 9px;
  margin: 0;
  position: absolute;
  z-index: 9;
}
.ribbon-container {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}
.product-sale-wrap {
  margin: 0;
}
.product-onsale {
  background-color: #E04037;
  font-size: 11px;
  line-height: 32px;
  border-radius: 50px 50px 50px 50px;
  padding: 8px 8px 8px 8px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #fff;
  margin: 0.5em 0.6em;
}
.product-details-wrapper {
  display:flex;
  align-items: start;
  justify-content: space-between;
}
.product-details-wrapper .product-details-wrap {
  text-align: left;
  margin-top: 5px;
}
.product-details-wrapper .product-details-wrap .woocommerce-loop-product__title {
  font-family: "TT-Norms", TT-Norms;
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}
.product-details-wrapper .product-details-wrap .price {
  display: flex;
  align-items: center;
  color: #000;
}
.product-details-wrapper .product-details-wrap .price .amount {
  color: #000;
}
.product-details-wrapper .product-details-wrap .price del {
  margin-right: 5px;
}

/* UPDATES ON SHOP PAGE SIDE CATEGORIES */
.sidebar-acc-link2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.sidebar-acc-content2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sidebar-acc-content2 {
  height: 0;
}

.sidebar-acc-content3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.sidebar-acc-content3 {
  height: 0;
}

::part(acsb-trigger) {
  right: 10px;
  left: auto;
}


/* LOADING SCREEN */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 9999;
}

.loading-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.loading-spinner {
  display: inline-block;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* LOADING ICON ON SHOP PAGE */
.e-load-more-spinner .fa-spinner:before {
  font-size: 80px;
}


