.breadcrumbs.navigation-home-icon-wrapper .navigation-home-icon .sr-only {
  background: transparent !important;
}

body.type-product #productsAlternative .products-alternative {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    column-gap: 20px;
    row-gap: 20px;
}

body.type-product #productsAlternative .products-alternative .product {
    width: calc(25% - 15px);
}

@media (max-width: 1024px) {
  body.type-product #productsAlternative .products-alternative .product {
  	width: calc(50% - 15px) !important;
	}
  
  body.type-product #productsAlternative .products-alternative .product.related-sm-screen-hide {
  	display: block !important;
	}
  
  body.type-product #productsAlternative .products-alternative {
    padding: 10px 30px;
	}
}

@media (max-width: 479px) {
  body.type-product #productsAlternative .products-alternative .product {
  	width: 100% !important;
	}
}

body.type-product .products-alternative:after {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 0px; 
}

body.type-product #ratingWrapper>.rate-wrap {
    text-align: center;
    background-color: #def0ff;
    border-radius: 5px;
    flex-shrink: 0;
    width: 180px;
    margin: 0;
    padding: 14px;
    display: block;
    display: flex;
    align-items: center;
}

@media (max-width: 1024px) {
  body.type-product #ratingWrapper>.rate-wrap {
    width: 100% !important;
	}
}

body.type-product #rate-form .rating-form .msg-error {
   	margin-left: 10px;
    padding-bottom: 10px;
}

body.type-product #rate-form .rating-form {
    width: 100% !important;
    max-width: none !important;
    columns: unset;
    column-gap: 20px;
}

body.type-product #rate-form .rating-form > * {
    break-inside: avoid;
    float: none !important;
    width: 100% !important;
    margin: 0 0 15px !important;
}

body.type-product #rate-form .form-legend {
    display: none;
}

body.type-product #rate-form .form-group:has(#ratingMessage) {
    break-after: column;
}

body.type-product #rate-form .form-control-wrapper {
    background: #fff;
    border-radius: 10px;
}

body.type-product #rate-form .form-control-wrapper.js-validated-element-wrapper {
    max-width: unset !important;
}

body.type-product #rate-form .form-group:has(#ratingEmail) .form-control-wrapper {
    width: unset !important;
    max-width: unset !important;
}

body.type-product #rate-form .form-control {
    color: #12304a !important;
    width: 100% !important;
    box-shadow: none !important;
    background: 0 0 !important;
    border: none !important;
    outline: none !important;
    padding: 5px 13px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    border-radius: 10px !important;
}

body.type-product #rate-form .form-control::placeholder {
    color: #12304a;
    opacity: .6;
}

body.type-product #rate-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
    display: block;
}

body.type-product #rate-form .smart-label-wrapper {
    position: relative;
}

body.type-product #rate-form .smart-label-wrapper > label {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 5px 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #12304a;
    opacity: .6;
    pointer-events: none;
    transition: none;
    transform: none;
    z-index: 1;
}

body.type-product #rate-form .smart-label-wrapper:focus-within > label,
body.type-product #rate-form .smart-label-wrapper.active > label,
body.type-product #rate-form .smart-label-wrapper.filled > label,
body.type-product #rate-form .smart-label-wrapper:has(.js-validate-required:valid) > label {
    opacity: 0;
}

body.type-product #rate-form #formRating .form-group.rating-stars-group {
    flex-direction: column !important;
    align-items: flex-start !important;
}

body.type-product #rate-form #rating-stars-label {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 26px !important;
}

body.type-product #rate-form #formRating .form-group.rating-stars-group .rating-stars-description .required-asterisk {
    font-size: 0 !important;
}

body.type-product #rate-form #rating-stars-label::before,
body.type-product #rate-form #rating-stars-label .required-asterisk::before {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    color: #12304a !important;
    opacity: .6;
}

body.type-product #rate-form .consents,
body.type-product #rate-form .consents .label {
    text-align: left !important;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #12304a;
}

body.type-product #rate-form .form-group:has(button[type="submit"]) {
    text-align: right !important;
}

@media (max-width: 767px) {
    body.type-product #rate-form .rating-form {
        columns: 1;
    }

    body.type-product #rate-form .form-group:has(#ratingMessage) {
        break-after: auto;
    }
}

@media (max-width: 1024px) {
    body.type-product #ratingTab {
        padding: 0 30px;
    }
}

@media (max-width: 450px) {
    body.type-product #ratingWrapper>.rate-wrap .rate-average-wrap {
          flex-direction: column;
          align-items: center;
      }
}

    