/**
* Theme Name: Razox Child
* Description: This is a child theme of Razox, generated by Merlin WP.
* Author: <a href="http://pavothemes.com/">Pavothemes</a>
* Template: razox
* Version: 2.0.1
*/

.custom-fullwidth-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Style for the custom PC descriptions */
.custom-pc-description {
    text-align: center;
    padding: 12px 10px;
    margin-top: 10px;
    border-top: 1px solid #eee;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

/* Make button always visible (not just on hover) and position it below price */
.page-id-4830 .products .product .product-caption-footer {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
}
/* Ensure price is visible, centered, and forces everything on one line */
.page-id-4830 .products .product .price {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    margin-bottom: 2px !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    white-space: nowrap !important; /* Critical: prevent wrapping */
    overflow: visible !important; /* Allow overflow */
    font-size: 16px !important; /* Control font size */
}
/* Target "Starting at" text specifically */
.page-id-4830 .products .product .price .from {
    display: inline !important;
    font-size: 14px !important; /* Make "Starting at" slightly smaller */
    white-space: nowrap !important;
}
/* Keep price components on one line */
.page-id-4830 .products .product .woocommerce-Price-amount,
.page-id-4830 .products .product .woocommerce-Price-currencySymbol,
.page-id-4830 .products .product .price * {
    display: inline-block !important;
    white-space: nowrap !important;
    width: auto !important;
    vertical-align: baseline !important;
}
/* Override theme's hover effects to always show button */
.page-id-4830 .products .product .add_to_cart,
.page-id-4830 .products .product:hover .add_to_cart {
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    transform: none !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    width: 100% !important;
}
/* Button styling */
.page-id-4830 .products .product .button {
    display: block !important;
    width: 100% !important;
    max-width: 90% !important;
    margin: 0 auto !important;
    text-align: center !important;
    padding: 8px 15px !important;
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
    position: static !important;
}
/* Hide stock status */
.page-id-4830 .products .product .inventory_status {
    display: none !important;
}
/* Fix description spacing and colors */
.custom-pc-description {
    padding: 8px 10px 5px !important;
    text-align: center !important;
    margin-top: 0 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    color: #000 !important;
    width: 100% !important;
}
.custom-pc-description strong {
    font-size: 15px !important;
    display: block !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    color: #000 !important;
}
.custom-pc-description .tagline {
    display: block !important;
    color: #000 !important;
    font-size: 13px !important;
    margin-top: 0 !important;
    font-weight: 500 !important;
}
/* Force override theme's hover effects */
.page-id-4830 .products .product .product-caption-footer,
.page-id-4830 .products .product:hover .product-caption-footer {
    transform: none !important;
    position: relative !important;
}
/* Fix product-price-stock container */
.page-id-4830 .products .product .product-price-stock {
    width: 100% !important;
    text-align: center !important;
}

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


/* Hide the cloned original select created by our modified DDSlick */
.dd-container + select.pewc-form-field.pewc-select-box {
    display: none !important;
}

.dd-select .dd-selected {
    display: flex;       /* Treat the <a> tag as a flex container */
    align-items: center; /* Vertically align image and text block */
    line-height: 1;      /* Reset line height that might affect spacing */
}

.dd-selected-image {
    margin-right: 8px; /* Space after image */
    flex-shrink: 0;    /* Don't let image shrink */
}

.dd-selected-text {
    font-weight: bold;
    display: block; /* Make it take its own line within the text flow */
}

.dd-selected-description {
    font-weight: normal;
    display: block; /* Make it take its own line, appearing under the text */
    color: #777; /* Or your desired price color */
}


@media (max-width: 880px) {
    .elementor-element-7a9143e .wpr-cv-container {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .elementor-element-7a9143e .wpr-slider-item {
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
        background-color: transparent !important;
        position: relative !important;
    }

    .elementor-element-7a9143e .wpr-slider-item-bg {
        order: 1 !important;
        width: 100% !important;
        position: relative !important;
        z-index: 1 !important;
        background-size: cover !important;
        background-position: right center !important;
        height: 280px !important;
    }

    .elementor-element-7a9143e .wpr-cv-container {
        order: 2 !important;
        width: 100% !important;
        background-color: #000000 !important;
        color: #ffffff !important;
        padding: 25px 20px !important;
        box-sizing: border-box !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important;
        transform: none !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        text-align: left !important;
        z-index: 2 !important;
        min-height: 150px;
    }

    .elementor-element-7a9143e .wpr-cv-outer,
    .elementor-element-7a9143e .wpr-cv-inner {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .elementor-element-7a9143e .wpr-slider-content {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        display: block !important;
        text-align: inherit !important;
        position: static !important;
        transform: none !important;
    }

    .elementor-element-7a9143e .wpr-slider-content h2,
    .elementor-element-7a9143e .wpr-slider-content h3,
    .elementor-element-7a9143e .wpr-slider-content p,
    .elementor-element-7a9143e .wpr-slider-content div,
    .elementor-element-7a9143e .wpr-slider-content .wpr-slider-primary-btn,
    .elementor-element-7a9143e .wpr-slider-content .wpr-slider-secondary-btn {
        color: #ffffff !important;
        background: none !important;
        text-align: inherit !important;
    }

    .elementor-element-7a9143e .wpr-slider-content a.wpr-slider-primary-btn {
        color: #ffffff !important;
    }

    .elementor-element-7a9143e .wpr-advanced-slider,
    .elementor-element-7a9143e .slick-list,
    .elementor-element-7a9143e .slick-track,
    .elementor-element-7a9143e .slick-slide {
        height: auto !important;
    }

    .elementor-element-7a9143e .wpr-slider-item-overlay {
        display: none !important;
    }

    .elementor-element-7a9143e .wpr-slider-arrow-container {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 280px !important;
        z-index: 5 !important;
        pointer-events: none !important;
    }

    .elementor-element-7a9143e .wpr-slider-prev-arrow {
        left: 15px !important;
        transform: translateY(-50%) !important;
    }

    .elementor-element-7a9143e .wpr-slider-next-arrow {
        right: 15px !important;
        transform: translateY(-50%) scaleX(-1) !important;
    }

    .elementor-element-7a9143e .wpr-slider-prev-arrow,
    .elementor-element-7a9143e .wpr-slider-next-arrow {
        position: absolute !important;
        top: 50% !important;
        pointer-events: auto !important;
        background: rgba(0,0,0,0.35) !important;
        color: #ffffff !important;
        width: 32px !important;
        height: 32px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 50% !important;
        padding: 0 !important;
        line-height: 1 !important;
    }

    .elementor-element-7a9143e .wpr-slider-prev-arrow svg,
    .elementor-element-7a9143e .wpr-slider-next-arrow svg {
        width: 14px !important;
        height: 14px !important;
        fill: #ffffff !important;
    }

    .elementor-element-7a9143e .wpr-slider-controls {
        all: unset !important;
        display: block !important;
        width: 100% !important;
        background-color: #000000 !important;
        padding: 10px 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        position: relative;
        clear: both;
        text-align: center !important;
    }

    .elementor-element-7a9143e .wpr-slider-dots {
        all: unset !important;
        display: inline-block !important;
        width: auto !important;
        max-width: 100% !important;
        background: none !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        text-align: center !important;
        line-height: 1 !important;
        vertical-align: middle !important;
    }

    .elementor-element-7a9143e .wpr-slider-dots ul.slick-dots {
        all: unset !important;
        display: inline-flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
        width: auto !important;
        min-width: 50px !important;
        box-sizing: border-box !important;
    }

    .elementor-element-7a9143e .wpr-slider-dots ul.slick-dots li {
        all: unset !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 4px !important;
        padding: 0 !important;
        line-height: 1 !important;
        height: auto !important;
    }

    .elementor-element-7a9143e .wpr-slider-dots .wpr-slider-dot {
        all: unset !important;
        display: block !important;
        width: 8px !important;
        height: 8px !important;
        border-radius: 50% !important;
        background-color: #888888 !important;
        line-height: 1 !important;
    }

    .elementor-element-7a9143e .wpr-slider-dots .slick-active .wpr-slider-dot {
        background-color: #ffffff !important;
    }
}
	

/* Base layout: desktop */
.addon-summary-wrap #your-configuration {
  margin-top: 1rem !important;
  background: #ffffff !important;
  color: #000 !important;
  padding: 1.5rem !important;
  border-radius: 12px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06) !important;
}

.content-single-images-wrapper .addon-summary-wrap {
  margin-top: 2rem !important;
}

.addon-summary-wrap #your-configuration h2 {
  font-size: 1.75rem !important;
  margin-bottom: 1.5rem !important;
}

.addon-summary-wrap #your-configuration ul.your-config-list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 1.5rem !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  border-top: 1px solid #ddd !important;
}

.addon-summary-wrap #your-configuration ul.your-config-list li {
  padding: 0.75rem 0 !important;
  border-bottom: 1px solid #ddd !important;
}

.addon-summary-wrap #your-configuration ul.your-config-list li a {
  text-decoration: none !important;
  color: inherit !important;
  display: block !important;
  transition: color 0.2s ease !important;
  cursor: pointer !important;
}

@media (min-width: 1025px) {
  .addon-summary-wrap #your-configuration ul.your-config-list li a {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0.75rem 0 !important;
    box-sizing: border-box !important;
  }
}


.addon-summary-wrap #your-configuration ul.your-config-list strong {
  font-weight: 600 !important;
  font-size: 1rem !important;
  display: block !important;
  margin-bottom: 0px !important;
}

.addon-summary-wrap #your-configuration ul.your-config-list .config-category {
  font-size: 0.875rem !important;
  color: #888 !important;
  display: block !important;
  text-align: left !important;
  margin-left: 0 !important;
  white-space: normal !important;
}

/* Hover and click */
.addon-summary-wrap #your-configuration ul.your-config-list li a:hover strong,
.addon-summary-wrap #your-configuration ul.your-config-list li a:hover .config-category {
  color: #ff3c3c !important;
}

@keyframes clickFlash {
  0% { color: #ff3c3c; }
  100% { color: inherit; }
}

.clicked-flash strong,
.clicked-flash .config-category {
  animation: clickFlash 0.5s ease !important;
}

/* --------------------------
   Tablet & mobile adjustments
-------------------------- */
@media (max-width: 1024px) {
  .addon-summary-wrap #your-configuration ul.your-config-list {
    grid-template-columns: 1fr !important;
  }

  .addon-summary-wrap #your-configuration ul.your-config-list li a {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }

  .addon-summary-wrap #your-configuration ul.your-config-list strong {
    margin-bottom: 0 !important;
  }

  .addon-summary-wrap #your-configuration ul.your-config-list .config-category {
    margin-left: auto !important;
    text-align: right !important;
    display: inline !important;
    white-space: nowrap !important;
  }
}



/* Wrapper for all action buttons */
.single-product .quantity_wrap,
.single-product .single_add_to_cart_button,
.single-product .product_button {
  width: 100% !important;
  display: block !important;
  margin: 0 auto;
}

/* Ensure vertical spacing */
.single-product .quantity_wrap {
  margin-bottom: 1rem !important;
}

.single-product .product_button {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

/* Make wishlist and compare buttons full-width */
.single-product .product_button button {
  width: 100% !important;
  padding: 10px 15px !important;
  font-size: 0.95rem !important;
  text-align: center !important;
}

.single-product .single_add_to_cart_button {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 1rem !important;
  text-align: center !important;
  padding: 12px 15px !important;
  font-size: 1rem !important;
}

.single-product form.cart p.pewc-total-only {
    order: 2;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 15px;
    padding: 10px 0;
    font-size: 1em;
    line-height: 1;
    flex-shrink: 0;
}

.single-product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single-product form.cart .pewc-product-extra-groups-wrap {
    display: contents;
}

.single-product form.cart .pewc-product-extra-groups-wrap > *:not(p.pewc-total-only) {
    order: 1;
    width: 100%;
    margin-bottom: 15px;
}

.single-product form.cart .quantity_wrap {
    order: 3;
    width: auto !important;
    display: inline-flex !important;
    align-items: center;
    margin: 0 !important;
    margin-left: auto !important;
    padding: 10px 0;
    flex-shrink: 0;
}

.single-product form.cart .quantity_wrap .quantity_label {
    display: none;
}

.single-product form.cart .single_add_to_cart_button {
    order: 4;
    width: 100% !important;
    display: block !important;
    margin: 15px auto 0 auto !important;
}

.single-product form.cart > .product_button {
    order: 5;
    width: 100% !important;
    margin-top: 15px !important;
    display: block !important;
}

.single-product form.cart > .product_button button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.single-product form.cart > .product_button button:last-child {
    margin-bottom: 0;
}

@media (min-width: 1025px) {
  .addon-summary-wrap #your-configuration ul.your-config-list li {
    padding: 0.3rem 0 !important;
  }

  .addon-summary-wrap #your-configuration ul.your-config-list li a {
    line-height: 1.2 !important;
  }

  .addon-summary-wrap #your-configuration ul.your-config-list strong {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.1 !important;
  }

  .addon-summary-wrap #your-configuration ul.your-config-list .config-category {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    font-size: 0.85rem !important;
  }
}

.product-caption-footer {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important; /* Align content to the left */
  justify-content: flex-start !important;
}

.product-caption-footer .price {
  display: block !important;
  white-space: nowrap !important;
  font-size: 16px;
  text-align: left !important;
  margin-bottom: 8px;
  line-height: 1.2;
}

.product-caption-footer .price span {
  display: inline !important;
  white-space: nowrap !important;
}

.product-caption-footer .price,
.product-caption-footer .price .pewc-label-before,
.product-caption-footer .price .woocommerce-Price-amount,
.product-caption-footer .price .woocommerce-Price-amount bdi,
.product-caption-footer .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  display: inline !important;
  white-space: nowrap !important;
  line-height: 1.2;
  text-align: left !important;
}

/* Clean, padded box for case Overview */
.overview-wrap {
  clear: both;
  display: block;
  margin-top: 2rem;
  background: #ffffff;
  color: #000;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  width: 100%;
  position: relative;
  z-index: 1;
}


.overview-wrap h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.overview-wrap p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

  .spec-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-family: 'Rajdhani', sans-serif;
  }

  .specs-table {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
  }

  .spec-row {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eee;
  }

  .spec-label {
    font-weight: 600;
    color: #111;
    min-width: 160px;
  }

  .spec-value {
    text-align: right;
    color: #333;
    max-width: 70%;
  }

  .spec-row:last-child {
    border-bottom: none;
  }

.faq-page a {
    color: #cc0000; /* Red accent for links */
    text-decoration: none;
}

.faq-page a:hover {
    text-decoration: underline;
    color: #a30000; /* Darker red on hover */
}

.dd-container {
    position: relative; 
    overflow: visible !important; 
}

ul.dd-options {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-height: none !important;
    overflow: visible !important; 
    position: absolute !important; 
    z-index: 2000 !important;     
    padding: 10px 0;
    width: 100% !important;      
    background: #fff;            
    border: solid 1px #ccc;      
    border-top: none;            
    box-shadow: 0px 1px 5px #ddd;
    margin: 0;                   
}

ul.dd-options.dd-open {
	display: grid !important; 
}

ul.dd-options.dd-open.dd-options-single-column {
	grid-template-columns: 1fr !important; 
}

@media screen and (max-width: 767px) {
	ul.dd-options.dd-open {
		grid-template-columns: 1fr; 
	}
}

ul.dd-options li {
	width: 100% !important; 
    overflow: visible !important; 
}

a.dd-option {
    display: flex !important;
    align-items: flex-start !important;
    position: relative !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    overflow: visible !important; 
}

a.dd-option .dd-option-wrap {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
a.dd-option .dd-option-wrap .dd-option-text,
a.dd-option .dd-option-wrap .dd-option-description {
    white-space: normal;
}

.tooltip-trigger.option-tooltip-trigger {
    position: relative;
    display: inline-flex;
    cursor: help;
    margin-left: auto;
    padding-left: 10px;
    padding-top: 2px;
    flex-shrink: 0;
    font-size: 1.1em;
    line-height: 1;
}

.tooltip-trigger.option-tooltip-trigger svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

.tooltip-trigger.option-tooltip-trigger .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 240px;
    background-color: #2c3e50;
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    border-radius: 5px;
    padding: 10px 12px;
    position: absolute;
    z-index: 2050; 
    right: calc(100% + 12px);
    left: auto;
    top: 0;
    margin-right: 10px;
    transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
    font-size: 13px;
    line-height: 1.5;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    pointer-events: none;
}

.tooltip-trigger.option-tooltip-trigger:hover .tooltip-text,
.tooltip-trigger.option-tooltip-trigger:focus .tooltip-text {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.tooltip-trigger.option-tooltip-trigger .tooltip-text::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 100%;
    margin-top: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #2c3e50;
}

.dd-option-image { margin-right: 10px; align-self: flex-start; }
.dd-option-text { display: block; font-weight: bold; }
.dd-option-description { display: block; color: #555; }



.overview-wrap {
    transition: opacity 0.3s ease;
}

.overview-wrap.overview-moved {
    margin-bottom: 2rem;
}

/* Ensure both elements maintain full width when moved back */
.content-single-images-wrapper .addon-summary-wrap,
.content-single-images-wrapper .overview-wrap {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Fix for Your Configuration losing width */
.addon-summary-wrap {
    width: 100% !important;
    max-width: 100% !important;
}

/* Ensure proper spacing when elements return to desktop */
@media (min-width: 992px) {
    .content-single-images-wrapper .addon-summary-wrap {
        margin-top: 2rem !important;
        width: 100% !important;
    }
    
    .content-single-images-wrapper .overview-wrap {
        margin-bottom: 0 !important;
        width: 100% !important;
    }
}

/* Clean up moved classes on desktop */
@media (min-width: 992px) {
    .overview-moved,
    .addon-summary-moved {
        /* Reset any mobile-specific styles */
        position: static !important;
        transform: none !important;
    }
}

.overview-wrap ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 2rem;
    list-style: none;
    padding: 1.5rem 0 0;
    margin: 0;
    border-top: 1px solid #ddd;
}

.overview-wrap ul li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #222;
    position: relative;
    padding-left: 1.25rem;
}

.overview-wrap ul li::before {
    content: "•";
    color: #cc0000;
    position: absolute;
    left: 0;
    top: 0.75rem;
    font-size: 1.2rem;
    line-height: 1;
}

/* Mobile fallback: stack in 1 column */
@media (max-width: 768px) {
    .overview-wrap ul {
        grid-template-columns: 1fr;
    }
}

.razox-single-product-extra-description {
    margin-top: 10px !important;
}

.pewc-main-product-content-area {
    visibility: hidden;
}

/* Spinner styles (as before) */
#loading-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
}

#loading-spinner .css-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #DE3431;
    border-radius: 50%;
    animation: css-spinner-animation 1s linear infinite;
}

@keyframes css-spinner-animation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* When the body has 'pewc-content-is-loading', hide 'span.required' within the PEWC areas. */
body.pewc-content-is-loading .pewc-main-product-content-area span.required,
body.pewc-content-is-loading .pewc-product-extra-groups-wrap span.required,
body.pewc-content-is-loading .pewc-dd-field-label-custom span.required {
    display: none !important; /* Force hide these specific asterisks */
}


/* Custom CSS for Tooltipster - tooltipster-shadow theme */
body > .tooltipster-base.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    background: #333333 !important;
    border: 1px solid #333333 !important;
    border-radius: 5px !important;
}

body > .tooltipster-base.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    color: #ffffff !important;
    font-size: 0.9em !important;
    padding: 8px 12px !important;
    line-height: 1.4 !important;
}

