/******************************************************************
Theme Name: NDIC Custom Theme 
Theme URI: http://www.ndic.com
Description: This theme was built by New Directions In Computing, Inc.
Author: New Directions in Computing
Author URI: http://www.ndic.com
Version: 1.7

---------------------------------------------------------------
*/

.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

.product-top-row {
    margin-bottom: 16px;
    display: flex;
    align-items: center; 
    gap: 30px;
  }
  
  .product-separator {
    border: none;
    border-top: 1px solid #ccc;
    margin: 24px 0;
  }
  
  .woocommerce .single_variation_wrap {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  
  .woocommerce .single_variation_wrap .quantity,
  .woocommerce .single_variation_wrap .single_add_to_cart_button {
    display: inline-block;
    margin-bottom: 0;
  }

  .woocommerce .single_variation_wrap .quantity .qty.text,
  .woocommerce .bundle_button .quantity .qty.text {
    height:56px !important;
    border-radius:9px !important;
    /* border: 1px solid #D9D9D9 !important; */
    border:0 !important;
    background:#fff !important;
  }
  
  .woocommerce .product_title {
    color:#2D143E;
  }
  
  .woocommerce div.product .woocommerce-product-rating {
    margin:0 !important;
  }

  /*body.single-product #ndic-content div.woocommerce-product-gallery, body.single-product #ndic-content div.summary {
    width:50% !important;
  }*/

  body.single-product #ndic-content  .flex-viewport {
    height:auto !important;
  }

  body.single-product #ndic-content .flex-viewport .woocommerce-product-gallery__image {
    height:auto !important;
  }

  body.single-product #ndic-content .product-type-bundle, body.single-product #ndic-content .product-type-variable {
    display:flex !important;
    flex-wrap:wrap !important;
    clear:both !important;
  }

  body.single-product #ndic-content .woocommerce-breadcrumb {
      width: 100% !important;
      clear:both !important;
  }

  body.single-product #ndic-content div.woocommerce-product-gallery {
  width: 50% !important;
    max-width: 750px !important;
    flex: 0 0 auto !important;
    clear:both !important;
    display:block !important;

    @media (max-width: 1000px) {
      & {
        max-width: 100% !important;
        width: 100% !important;
      }
    }
  }

  #ndic-content div.woocommerce-product-gallery .slideshow-thumbnails {
    flex-wrap:wrap;
    gap:10px;
  }

  #ndic-content div.woocommerce-product-gallery .slideshow-thumbnail {
    margin:0;
    display:flex;
  }

   body.single-product #ndic-content div.summary {
     min-width: 50% !important;
    flex: 1 1 0% !important;
    clear:both !important;
   }

   @media screen and (max-width:1000px) {
    body.single-product #ndic-content div.woocommerce-product-gallery, body.single-product #ndic-content div.summary {
      width:100% !important;
      padding:0 !important;
    }
   }

   body.single-product #ndic-content .you-might-also-need, body.single-product #ndic-content .full-width-breakout, body.single-product #ndic-content .related.products {
      width:100% !important;
      clear:both !important;
   }

  /*body.single-product #ndic-content .flex-viewport .woocommerce-product-gallery__image {
    padding-bottom: 100%;
    height: 0 !important;
    position: relative;
}

body.single-product #ndic-content .flex-viewport .woocommerce-product-gallery__image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.primary-product-content {
    display: flex;
    flex-wrap: wrap;
}

.product-template-default #ndic-content > div.container:first-of-type {
  width:100% !important;
  max-width:100% !important;
  padding:0 !important;
}

.full-width-breakout {
    background: #f5f5f5;
    display: block;
    clear: both;
}

.product-section-header {
    margin:0 auto 20px auto;
    padding-top:60px;
    text-align:center;
}

.product-section-header h2 {
    color:#2D143E;
    font-size:42px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding:5px 25px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align:center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) {
    background:transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin:0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display:none !important;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel {
    padding: 2rem 4rem !important;
    background:#fff;
    border:none;
    margin:0 !important;
}

.woocommerce-tabs .woocommerce table.shop_attributes {
  border:none !important;
}

.product .woocommerce-product-attributes {
    display:block;
    border:0;
}

.product .woocommerce-product-attributes tbody, .product .woocommerce-product-attributes tr {
    display:block;
    border:0;
    background:none !important;
}

.product .woocommerce-product-attributes th, .woocommerce-product-attributes td {
    display:inline-block;
    border:none;
    background:none !important;
    width:auto !important;
}

.woocommerce-product-attributes-item__value {
    border:none;
}

.main-product-section {
  margin-bottom: 2rem;
  padding: 2rem;
  background: #fafafa;
  border-radius: 8px;
}

.bundled-items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.bundle-atc-wrap {
  text-align: center;
  margin-top: 2rem;
}

#ab-tiny-widget, .reset_bundled_variations_fixed {
  display:none;
}

.bundled_item_optional .cart.bundled_item_cart_content.variations_form {
  display:block !important;
  height: auto !important;
  overflow: visible !important;
}

.custom-review-breakdown {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: center;
  width: 580px;
  max-width: 100%;
  gap:30px;
  margin: 40px auto;
}
.custom-review-divider {
  background-color: #ccc;
  height:100%;
  width: 1px;
}
.average-rating {
  text-align: center;
  display: flex;
  align-items:center;
  gap:8px;
}
.average-rating .average {
  font-size: 3rem;
  font-weight: bold;
}
.average-rating .stars {
  margin: 0;
}
.rating-distribution {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bar-row .label {
  width: 24px;
  display: flex;
  gap: 2px;
}
.bar-row .star {
  color: #f5a623;
}
.bar-container {
  flex-grow: 1;
  background: #e1e1e1;
  height: 6px;
  border-radius: 3px;
  overflow: hidden;
}
.bar {
  height: 6px;
  background: #4a235a;
}
.bar-row .count {
  width: 30px;
  text-align: right;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
}

.average-rating-details {
  display:grid;
}

.woocommerce .average-rating .star-rating {
  float:none !important;
}

#ndic-content .up-sells, #ndic-content .related {
  background:#f5f5f5 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
  
#ndic-content .up-sells h2:not(.woocommerce-loop-product__title), #ndic-content .related h2:not(.woocommerce-loop-product__title) {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
  color: #2D143E;
  font-family:Inter;
}

section.upsells.products, section.related.products {
  margin:0 !important;
}

#ndic-content section.upsells.products li, #ndic-content section.related.products li { 
  background:#fff;
  padding:30px;
  text-align:left !important;
}

#ndic-content section.upsells.products h2.woocommerce-loop-product__title, #ndic-content section.related.products h2.woocommerce-loop-product__title {
  font-size:18px !important;
}

.woocommerce #ndic-content ul.products li.product .price .from {
  font-size: 18px !important;
  text-transform: none !important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  display:none !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin:0 !important;
  border: none !important;
  background: #fff;
  padding:20px 20px 10px 20px !important;
}

.woocommerce-review__verified {
  font-style:normal !important;
}

.woocommerce-review__dash {
  display:none;
}

.woocommerce-review__published-date {
  display: block;
  font-style: italic;
}

.woocommerce section.upsells.products li.product .button,
.woocommerce section.related.products li.product .button { 
  border-radius:50px;
  font-weight:700;
}

.woocommerce section.upsells.products li.product .button:after,
.woocommerce section.related.products li.product .button:after {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-size: 11px;
  margin-left: 8px;
  font-weight: 900;
}

section.upsells.products div.star-rating, section.related.products div.star-rating {
  margin-left: 0 !important;
}

.woocommerce-Reviews-title {
  display:none;
}

.about-dekor-home-container {
  display: flex;
  gap: 50px;
  align-items: center;
}

.about-dekor-home-text-wrapper {
  width:50%;
}

.about-dekor-home-text-wrapper h2 {
  color:#2D143E;
}

.about-dekor-home-text-wrapper h3.large-paragraph {
  color:#652D89 !important;
  font-size:16px !important;
  font-style:italic !important;
}

.about-dekor-home-description {
  color:#595959 !important;
  font-size:15px !important;
}

.about-dekor-home-image-wrapper {
  width:50%;
}

.about-dekor-home-text-wrapper p.large-paragraph.light-purple {
  display:none !important;
  }
  
  .about-dekor-home-text-wrapper .manu-feature-item h4 {
  line-height:1.4;
  font-weight:400 !important;
  }
  
  .variations select, .woocommerce div.product form.cart .variations select {
  /*display: none !important;*/
  }
  
  .custom-attribute-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  }
  
  .variations_form .attribute-button {
  background: transparent;
  border: 1px solid #D9D9D9;
  color: #1D1D1D;
  text-transform: none;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 6px;
  transition: 0.2s ease;
  font-size: 14px;
  min-width: 50px;
  min-height: 40px;
  background-color: transparent;
  }
  
  .variations_form .attribute-button.active:not(.attribute-button--swatch) {
  border: 2px solid #652D89;
  background-color: #F0EAF3;
  }
  
  .variations_form .attribute-button:hover:not(.attribute-button--swatch) {
  border-color: #A0A0A0;
  }
  
  .variations_form .attribute-button--swatch {
  background: transparent;
  padding: 0;
  width: auto;
  height: auto;
  border: none;
  color:transparent !important;
  }
  
  .variations_form .attribute-button--swatch .color-swatch {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #00000026;
  }
  
  .variations_form .attribute-button--swatch.active .color-swatch {
  border: 2px solid #652D89;
  }
  
  .woocommerce div.product form.cart .variations label {
  font-weight:300 !important;
  }
  
  .woocommerce div.product form.cart .variations label .selected-value {
  font-weight:700 !important;
  }
  
  .woocommerce table.shop_attributes .woocommerce-product-attributes-item__label, 
  .woocommerce table.shop_attributes .woocommerce-product-attributes-item__value,
  .woocommerce table.shop_attributes .woocommerce-product-attributes-item__value * {
  color:#8C8C8C !important;
  font-style:normal !important;
  border:none !important;
  padding-left:0 !important;
  }

  .you-might-also-need {
    clear:both;
  }

  .woocommerce .related.products {
    padding-bottom:50px;
  }

  .woocommerce .related.products .products.columns-4, .woocommerce .upsells.products .products.columns-4 {
    clear: both;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin: 0;
  }

  .woocommerce .related.products .products.columns-4:before, .woocommerce .upsells.products .products.columns-4:before {
    display:none;
  }

  .woocommerce .related.products .products.columns-4 li.product, .woocommerce .upsells.products .products.columns-4 li.product {
    width:100%;
    clear:both;
    margin:0;
  }
  
  .woocommerce .about-dekor-home-container {
    padding-top:50px;
  }

  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 1em;
  }

  .woocommerce .wc-tab table.shop_attributes {
    border-top:1px solid #F5F5F5;
    margin-top:.75em;
    padding-top:.75em;
  }

  .woocommerce .product.type-product {
    padding-top:30px;
  }

  .woocommerce .woocommerce-breadcrumb {
    text-transform:none !important;
    margin:0 0 8px 0 !important;
  }

  .woocommerce-product-details__short-description {
    color:#8C8C8C !important;
  }

  .woocommerce .summary .price {
    margin:2rem 0;
  }

  .woocommerce .summary .price .wcpbc-price {
    color:#454545;
    font-weight:400;
  }

  .woocommerce .summary .price .woocommerce-Price-amount, .woocommerce .summary .price .amount {
    font-weight:700;
    color:#652D89;
  }

  .woocommerce .single_variation_wrap {
    display:block !important;
    border-top:1px solid #F0EAF3;
    padding-top:1.5rem;
  }

  .woocommerce .woocommerce-variation-add-to-cart, .woocommerce .bundle_button {
    display:flex;
    align-items:center;
    gap:15px;
    margin-top:1rem;
  }

  .woocommerce .woocommerce-variation-add-to-cart button, .woocommerce .bundle_button button {
    border-radius:50px !important;
    text-transform:none;
    font-weight:700 !important;
    flex-grow:1;
    padding:20px !important;
    display:block !important;
    float:none !important;
  }

  .price-wishlist-row {
    display:flex;
    justify-content:space-between;
    align-items:center;
  }

  .price-wishlist-row .yith-wcwl-add-to-wishlist {
    margin:0 !important;
  }

  .price-wishlist-row .add_to_wishlist {
    padding:0 !important;
    height:auto !important;
  }

  /*.price-wishlist-row .add_to_wishlist img {
    margin:0 !important;
    content: "";
    width: 20px;
    height: 20px;
    background: url('https://test.dekorlighting.com/wp-content/uploads/2025/05/Vector.png') no-repeat center center;
    background-size: contain;
    border: none;
    display: inline-block;
    object-fit: contain;
  }*/
  
  .price-wishlist-row .add_to_wishlist::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('https://test.dekorlighting.com/wp-content/uploads/2025/05/Vector.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  

  .price-wishlist-row .add_to_wishlist img, .price-wishlist-row .add_to_wishlist span {
    display:none !important;
  }

  .price-wishlist-row .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
  .price-wishlist-row .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback {
    display:none !important;
  }

  .price-wishlist-row .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
  .price-wishlist-row .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('https://test.dekorlighting.com/wp-content/uploads/2025/05/wishlist-added.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .product-separator.product-separator--bottom {
    display:none !important;
  }

  .woocommerce-Tabs-panel .answerbase-widget .title {
    padding:0 !important;
  }

  .woocommerce .woocommerce-Tabs-panel *:not(h5[data-text-title]):not(h2) {
    color:#8C8C8C !important;
  }

  .woocommerce .woocommerce-Tabs-panel .warranty-tab-content *, 
  .woocommerce .woocommerce-Tabs-panel .installation-tab-content * {
    font-style:italic !important;
    color:#8C8C8C !important;
  }

  .woocommerce .woocommerce-Tabs-panel a {
    text-decoration:underline;
  }

  .woocommerce  .woocommerce-Tabs-panel .answerbase-widget .title h5[data-text-title], .woocommerce .tab-content-heading {
    padding-bottom:.75em;
    margin-bottom:.75em;
    border-bottom:1px solid #F5F5F5;
    font-family: "Inter", Sans-serif !important;
    font-size: 23px !important;
    font-weight: 700 !important;
    color:#2D143E !important;
  }

  .you-might-also-need .total-price strong {
    font-weight:400 !important;
  }

  .you-might-also-need .total-price strong .total-amount {
    font-weight:700 !important;
  }

  .you-might-also-need .button.add-to-cart {
    text-transform:none;
    font-weight:700 !important;
  }

  .woocommerce .optional-products .bundled_product:not(:last-child):after {
    content:"+";
    font-size:33px;
    font-weight:700;
    position:absolute;
    top:50%;
    right:-42px;
    transform:translateY(-50%);
    display:block !important;
    color:#595959 !important;
  }

  .woocommerce .optional-products-wrapper div.product.bundled_product_summary {
    border-bottom:none !important;
  }

  .woocommerce .bundled_item_optional .bundled_product_optional_checkbox {
    margin-bottom:10px;
  }

  .woocommerce .bundled_item_optional .bundled_product_title {
    margin-bottom:0;
  }

  .woocommerce .bundled_item_optional .bundled_item_wrap {
    padding-top:0;
    border-top:0;
  }

  .woocommerce .bundled_item_optional .bundled_item_wrap:before {
    display:none;
  }

  .woocommerce .bundled_item_optional .variations {
    width:100%;
  }

  .woocommerce .bundled_item_optional .quantity-wrapper {
    width:auto !important;
  }

  .woocommerce .bundled_item_optional .quantity-wrapper button,
  .woocommerce .bundled_item_optional .quantity-wrapper input {
    width:40px !important;
    flex-grow:0 !important;
    height:auto !important;
    background:#fff !important;
    border:0 !important;
  }

  @media only screen and (min-device-width: 1024px) {
    .woocommerce .optional-products .bundled_product:nth-child(4):after {
      display:none !important;
    }
    /*.full-width-breakout {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }*/
  }

  @media only screen and (max-device-width: 1024px) {
    .you-might-also-need .optional-products-wrapper .optional-products {
      grid-template-columns: repeat(2, 1fr);
    }
    .woocommerce .related.products .products.columns-4, .woocommerce .upsells.products .products.columns-4 {
      grid-template-columns: repeat(2, 1fr);
    }
    .woocommerce .optional-products .bundled_product:nth-child(even):after {
      display:none !important;
    }
    .you-might-also-need {
      padding:1em;
    }
    #ndic-content .up-sells, #ndic-content .related {
      margin:0 !important;
    }
    .about-dekor-home-container {
      flex-flow:column;
      padding-bottom:50px;
      gap:20px;
    }
    .about-dekor-home-text-wrapper .manu-feature-item h4 {
      margin-bottom:0 !important;
    }
    .about-dekor-home-text-wrapper {
      width:100%;
    }
    .about-dekor-home-image-wrapper {
      width:100%;
      max-width:500px;
    }
    body.single-product section.related.products ul.products li.product a.add_to_cart_button, body.single-product section.upsells.products ul.products li.product a.add_to_cart_button {
      font-size:14px !important;
    }
  }

  @media only screen and (max-width:768px) {
    .woocommerce .optional-products .bundled_product:not(:last-child):after {
      content:"+";
      display:block !important;
      bottom:-55px !important;
      top:auto !important;
      left:50% !important;
      transform:translateX(-50%) !important;
      right:auto !important;
    } 
    .you-might-also-need .optional-products-wrapper {
      flex-flow:column-reverse;
    }
    .you-might-also-need .add-to-cart-wrapper {
      display: flex;
          flex-flow: row;
          width:100%;
          max-width: 100%;
          align-items: center;
          gap: 15px;
    }
    .you-might-also-need .optional-products-wrapper .optional-products {
      max-width:100%;
    }
    .you-might-also-need .add-to-cart-wrapper button {
      float: none;
      flex-grow: 1;
      margin: 0;
    }
    body.single-product #ndic-content div.woocommerce-product-gallery, body.single-product #ndic-content div.summary {
      width:100% !important;
    }
    .you-might-also-need .optional-products-wrapper .optional-products {
      grid-template-columns: 1fr;
    }
    .woocommerce .related.products .products.columns-4, .woocommerce .upsells.products .products.columns-4 {
      grid-template-columns: 1fr;
    }
  }

  @media only screen and (max-device-width: 500px) {
    .manufactured-usa-features {
      flex-flow:column;
    }
  }

  .woocommerce .bundled_product.bundled_product_summary:not(.bundled_item_optional) .bundled_product_images {
    display:none;
  }

  .woocommerce .bundled_product.bundled_product_summary:not(.bundled_item_optional) .details {
    float: none;
    width: 100%;
    padding: 0;
   }

   .woocommerce .bundled_product.bundled_product_summary:not(.bundled_item_optional)  .single_variation_wrap.bundled_item_wrap {
      display:none !important;
   }

   .woocommerce div.product.bundled_product_summary {
      padding-bottom:.5rem !important;
   }

  .woocommerce .you-might-also-need #qty_wrpr {
      width:120px !important;
   }

   .additional-info-tabs-section {
    border-top:1px solid #000;
   }

   .woocommerce #ndic-content #main .additional-info-tabs-section .tabs .individual-tab:not(.active):after {
    content:"" !important;
    display:block !important;
    height:8px;
    background:#fff;
    border-bottom:1px solid #000;
    width:75%;
    left:50%;
    transform:translateX(-50%);
    bottom:0;
    position:absolute;
    box-shadow:none !important;
        border-left: 0;
    border-radius: 0;
   }

   .product-template-default .woocommerce-notices-wrapper {
    max-width: 94%;
}

@media (min-width: 576px) {
    .product-template-default .woocommerce-notices-wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .product-template-default .woocommerce-notices-wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .product-template-default .woocommerce-notices-wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .product-template-default .woocommerce-notices-wrapper {
        max-width: 1140px;
    }
}

@media (min-width: 1600px) {
    .product-template-default .woocommerce-notices-wrapper {
        max-width: 1526px;
    }
}

.product-template-default .woocommerce-notices-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.slideshow-main-image {
  position: relative;
  z-index: 1;
  overflow: clip !important;
  width: 100%;
  height: auto !important;
  aspect-ratio: 1.0 !important;

  & > img {
    position: absolute !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
  }
}


