.wp-block-column {
  overflow-wrap: inherit !important;
  word-break: inherit !important;
}
.wp-site-blocks {
  position: relative;
  padding: 0px;
}
.woocommerce-product-gallery__image,.woocommerce-product-gallery__wrapper {
  border-radius: 20px;
}

.woocommerce-page div.product .woocommerce-tabs {
clear: both;
font-size: 1.1rem;
padding: 0rem 0px !important;
}
 ul.tabs.wc-tabs li {
  border: none !important;
}
ul.tabs.wc-tabs li a {
  padding: 0px !important;
}

@media (min-width: 1024px) {
 .wp-site-blocks {
   position: relative;
   padding: 0px 0px 0px 300px;
   margin: 0px;
 }
 .wp-block-categories-list.wp-block-categories {
   list-style: none;
  
   padding: 10px 0px;
 }
 .wp-block-categories-list.wp-block-categories li {
   padding: 5px 0px;
 }
 .wp-block-categories-list.wp-block-categories li a{
    text-decoration: none;
 }
 .wp-block-categories-list.wp-block-categories li a:hover {
   text-decoration: underline;
 }
 header.wp-block-template-part {
   position: fixed;
   left: 0px;
   top: 0px;
   height: 100vh;
   width: 300px; 
 }
 .woocommerce.wp-block-breadcrumbs   {
   max-width: 100%;
 }
 .cart-icon {
   position: absolute !important;
   right: 1rem !important;
   top: 1rem;
 }
 .pdp-layout {
   margin: 0px !important;
   padding-right: 500px;
   padding-left: 0px;
   overflow: auto; 
   position: fixed;
   height: 100vh; 
 }
 .woocommerce-noreviews {
   display: none;
 }
 .woocommerce-verification-required {
   display: none !important;
 }
  #details-bottom {
    width: 320px;
    position: fixed;
    bottom: 0rem;
    height: auto;
    left: 350px;
    z-index: 9;
  }
 .is-layout-constrained > .alignwide {
 max-width: 100%;
 }
 .wgb-gift-wrapper.send-details {
   margin-top: 0px !important;
 }
 
 #wgb-sticky-bundle-wrapper {
   position: fixed;
   right: 1rem;
   top: 1rem;
   height: 80vh;
   width: 500px;
   z-index: 9;
 overflow: auto; 
   
   /* Hide scrollbar for all browsers */
   scrollbar-width: none; /* Firefox */
   -ms-overflow-style: none; /* IE 10+ */
 }
 
 #wgb-sticky-bundle-wrapper::-webkit-scrollbar {
   display: none; /* Chrome, Safari, Edge */
 }
 
 .bundle-display {
   height: 100vh;
 }
 
 .pdp-right {
   height: 100vh;
   overflow: auto; 
    
    /* Hide scrollbar for all browsers */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }
  
  .pdp-layout::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
  }
 
 .single_add_to_cart_button {
   position: fixed;
    right: 1rem;
    bottom: 1rem;
    height: auto;
    width: 500px;
    z-index: 9;
    top: inherit;
    border-radius: 20px;
 }
 .wp-container-core-group-is-layout-7526a028 {
   margin: 0px;
   max-width: 100%;
 }
 
 .woocommerce div.product .woocommerce-Tabs-panel--reviews {
        margin: 0 0 0; 
        position: fixed;
        background: #fff;
        right: 1rem;
        border: 2px solid #ccc;
        top: 1rem;
        border-radius: 20px; 
        height: calc(100vh - 32px);
        box-sizing: border-box;
        padding: 2rem !important;
        display: none !important; 
 } 
 .woocommerce div.product .detail-bottom:hover .woocommerce-Tabs-panel--reviews {
   display: block !important;
 }
 
}

