.dh-product-page-wrapper {

    max-width: 1600px !important;
    margin: 30px auto !important;
    padding: 0 15px !important;
    font-family: system-ui, -apple-system, sans-serif !important;
    width: 100%;
}

.dh-product-title-top {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin: 0 0 5px 0 !important;
    color: #333 !important;
}

.dh-product-breadcrumbs {
    margin-bottom: 25px !important;
    font-size: 13px !important;
}

.dh-product-layout {

    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 22px;
}

.dh-product-col-left {

    max-width: 400px;
    width: 33%;
}

.dh-product-col-center {

    max-width: 400px;
    width: 37%;
}

.dh-product-col-right {

    max-width: 400px;
    width: 30%;
}

.dh-product-image img {

    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
}

.dh-product-rating-meta {
    display: flex !important;
    gap: 15px !important;
    font-size: 14px !important;
    color: #666 !important;
    margin-bottom: 25px !important;
}

.dh-rating-stars {
    color: #ffb900 !important;
}

.dh-product-attributes {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 20px !important;
}

.dh-product-attributes td {

    padding: 10px 0 !important;
    font-size: 15px !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.dh-product-attributes td:first-child {
    color: #888 !important;
    width: 40% !important;
}

.dh-download-dist a {
    color: #0088cc !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

.dh-info-badges {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
}

.dh-badge-item {
    padding: 12px 15px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    border: 1px solid #f0f0f0 !important;
}

.dh-badge-item.fire {
    background: #fff5f5 !important;
    border-color: #ffe3e3 !important;
}

.dh-purchase-box {
    background: #fff !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 8px !important;
    padding: 25px !important;
}

.dh-price-row {
    display: flex !important;
    align-items: baseline !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
}

.dh-current-price {
    font-size: 26px !important;
    font-weight: 700 !important;
}

.dh-old-price {
    color: #aaa !important;
    text-decoration: line-through !important;
    font-size: 16px !important;
}

.dh-discount-tag {
    background: #ff4d4f !important;
    color: #fff !important;
    font-size: 12px !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
}

.dh-quantity-selector {
    display: flex !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 6px !important;
    width: max-content !important;
    margin-bottom: 20px !important;
}

.dh-qty-btn {
    width: 35px !important;
    height: 35px !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 16px !important;
}

.dh-qty-input {
    width: 45px !important;
    border: none !important;
    text-align: center !important;
    font-size: 14px !important;
    outline: none !important;
}

.dh-btn-add-cart {
    width: 100% !important;
    height: 46px !important;
    background: #0088cc !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    cursor: pointer !important;
}

.dh-btn-buy-now {
    width: 100% !important;
    height: 46px !important;
    background: #2ecc71 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    margin-bottom: 15px !important;
}

.dh-payment-icons {

    height: auto !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
}

.dh-payment-icons img {

    width: 88% !important;
    height: auto !important;
}

@media (max-width: 992px) {

    .dh-product-page-wrapper {

        padding: 0 25px !important;
    }

    .dh-product-layout {
        grid-template-columns: 1fr !important;
    }
    .dh-product-col-left {
        
        margin: 0 auto !important;
        width: 100%;
    }
}

div#add_to_cart_button {

    margin: 10px auto !important;
    height: 55px !important;
    min-height: 50px;
    background: var(--brand-blue) !important;
    background-color: var(--brand-blue) !important;
    width: 100%;
    font-size: 15px;
    border-radius: 8px;
    min-width: 180px;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 17px;
    padding: 15px 15px;
    color: whitesmoke;
    border-radius: 11px;
    transition-duration: 0.7s;
    cursor: pointer;
    border: none;
}

div#proceed_to_checkout_button {

    margin: 10px auto;
    height: 50px !important;
    background: linear-gradient(90deg, #27c96e 0%, #37e39f 100%);
    width: 100%;
    font-size: 17px;    
    min-width: 180px;
    min-height: 45px !important;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 10px;
    color: whitesmoke;
    border-radius: 11px;
    transition-duration: 0.7s;
    cursor: pointer;
    border: none;
    box-sizing: border-box;
}

.quantity {

    background: #f9f9f9;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.quantity button, #woocommerce_product_top .quantity button {

    background-color: #fff;
    color: #333;
    border: 0px;
    background: #f9f9f9;
    font: inherit;
    font-size: inherit;
    font-size: 22px;
    width: 50px;
}

.input-box[type="number"] {

    -moz-appearance: textfield;
}

input#woocommerce_product_quantity {

    max-width: 100%;
    width: 100%;
    border: none;
    font-size: 17px !important;
    font: inherit;
    font-size: inherit;
}

#df-product-not-available {

    font-size: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {

    -webkit-appearance: none !important;
    margin: 0;
}

input[type="number"] {

    -moz-appearance: textfield !important;
}

#wpdcom {
    display: flex !important;
    flex-direction: column !important;
}

#wpdcom .wpd-form-wrap {
    order: 1 !important;
}

#wpdcom .wpd-thread-list-context,
#wpdcom #wpd-threads {
    order: 2 !important;
}

.row {

    flex-direction: column !important;
    display: flex;
    flex-wrap: wrap;
    margin-inline: calc((var(--wd-sp,30px)/ 2) * -1);
}

#reviews {

    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.reviews-block__pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f4f4f6;
  border: 1px solid #e4e4e8;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1;
}

.productreview-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f7f8fa;
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 16px;
  font-size: 13.5px;
  line-height: 1.6;
  color: #555;
}

.reviews-block__content {
  display: block;
}

.reviews-block__header {
  padding: 14px 0 12px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

div#contentproducthelp {
    background: url(/wp-content/uploads/2026/03/optimized_smallest_transparent_11zon.webp) no-repeat #f5f5f5;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: right 0px;
    padding-bottom: 35px;
    background-size: 272px;
    margin: 22px 0;
}

.descriptiondownloadpage .container .bigblock {
  background: #fcfcfcf9;
  width: 94%;
  padding: 60px;
  border-radius: 20px;
}

.descriptiondownloadpage .bigblock {
  border: 1px solid rgba(243, 241, 241, 1);
}

.descriptiondownloadpage .bigblock, .descriptiondownloadpage .bigblock b {
  color: rgba(51, 51, 51, 1) !important;
}

.footer-sidebar {

    display: flex;
    flex-direction: row !important;
}

#wpdcom .wpdiscuz-item .wpdiscuz-rating {
  
  display: flex !important;
  flex-wrap: nowrap !important;
  flex-direction: row-reverse !important;
  width: 126px !important;
}

#wpdcom .wpdiscuz-item .wpdiscuz-rating > label {
 
  padding: 0 !important;
}