
[data-bv-show="rating_summary"] a,
[data-bv-show="rating_summary"] span,
[data-bv-show="rating_summary"] div,
[data-bv-show="rating_summary"] svg,
[data-bv-show="rating_summary"] path,
[data-bv-show="rating_summary"] polygon,
[data-bv-show="rating_summary"] button {
    background-attachment: scroll !important;
    background-color: transparent !important;
    background-image: none !important; /* This rule affects the use of pngfix JavaScript http://dillerdesign.com/experiment/DD_BelatedPNG for IE6, which is used to force the browser to recognise alpha-transparent PNGs files that replace the IE6 lack of PNG transparency. (The rule overrides the VML image that is used to replace the given CSS background-image). If you don't know what that means, then you probably haven't used the pngfix script, and this comment may be ignored :) */
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    border-color: black !important;
    border-color: currentColor !important; /* `border-color` should match font color. Modern browsers (incl. IE9) allow the use of "currentColor" to match the current font 'color' value <http://www.w3.org/TR/css3-color/#currentcolor>. For older browsers, a default of 'black' is given before this rule. Guideline to support older browsers: if you haven't already declared a border-color for an element, be sure to do so, e.g. when you first declare the border-width. */
    border-radius: 0 !important;
    border-style: none !important;
    border-width: medium !important;
    bottom: auto !important;
    clear: none !important;
    clip: auto !important;
    color: inherit !important;
    counter-increment: none !important;
    counter-reset: none !important;
    cursor: auto !important;
    direction: inherit !important;
    display: inline !important;
    float: none !important;
    font-family: inherit !important; /* As with other inherit values, this needs to be set on the root container element */
    font-size: inherit !important;
    font-style: inherit !important;
    font-variant: normal !important;
    font-weight: inherit !important;
    height: auto !important;
    left: auto !important;
    letter-spacing: normal !important;
    line-height: inherit !important;
    list-style-type: inherit !important; /* Could set list-style-type to none */
    list-style-position: outside !important;
    list-style-image: none !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 1;
    outline: invert none medium !important;
    overflow: visible !important;
    padding: 0 !important;
    position: static !important;
    quotes: "" "" !important;
    right: auto !important;
    table-layout: auto !important;
    text-align: inherit !important;
    text-decoration: inherit !important;
    text-indent: 0 !important;
    text-transform: none !important;
    top: auto !important;
    unicode-bidi: normal !important;
    vertical-align: baseline !important;
    visibility: inherit !important;
    white-space: normal !important;
    width: auto !important;
    word-spacing: normal !important;
    z-index: auto !important;

    /* CSS3 */
    /* Including all prefixes according to http://caniuse.com/ */
    /* CSS Animations don't cascade, so don't require resetting */
    -webkit-background-origin: padding-box !important;
    background-origin: padding-box !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-background-size: auto !important;
    -moz-background-size: auto !important;
    background-size: auto !important;
    -webkit-border-image: none !important;
    -moz-border-image: none !important;
    -o-border-image: none !important;
    border-image: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    -webkit-column-count: auto !important;
    -moz-column-count: auto !important;
    column-count: auto !important;
    -webkit-column-gap: normal !important;
    -moz-column-gap: normal !important;
    column-gap: normal !important;
    -webkit-column-rule: medium none black !important;
    -moz-column-rule: medium none black !important;
    column-rule: medium none black !important;
    -webkit-column-span: 1 !important;
    -moz-column-span: 1 !important; /* doesn't exist yet but probably will */
    column-span: 1 !important;
    -webkit-column-width: auto !important;
    -moz-column-width: auto !important;
    column-width: auto !important;
    font-feature-settings: normal !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    -webkit-hyphens: manual !important;
    -moz-hyphens: manual !important;
    hyphens: manual !important;
    -webkit-perspective: none !important;
    -moz-perspective: none !important;
    -ms-perspective: none !important;
    -o-perspective: none !important;
    perspective: none !important;
    -webkit-perspective-origin: 50% 50% !important;
    -moz-perspective-origin: 50% 50% !important;
    -ms-perspective-origin: 50% 50% !important;
    -o-perspective-origin: 50% 50% !important;
    perspective-origin: 50% 50% !important;
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    -o-backface-visibility: visible !important;
    backface-visibility: visible !important;
    text-shadow: none !important;
    -webkit-transition: all 0s ease 0s !important;
    transition: all 0s ease 0s !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    -webkit-transform-origin: 50% 50% !important;
    -moz-transform-origin: 50% 50% !important;
    -ms-transform-origin: 50% 50% !important;
    -o-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important;
    -webkit-transform-style: flat !important;
    -moz-transform-style: flat !important;
    -ms-transform-style: flat !important;
    -o-transform-style: flat !important;
    transform-style: flat !important;
    word-break: normal !important;
}

/* Necessary because cursor: auto breaks our hover styling */
[data-bv-show="rating_summary"] svg,
[data-bv-show="rating_summary"] polygon {
    cursor: inherit !important;
}

[data-bv-show="rating_summary"] div {
    display: block !important;
}

[data-bv-show="rating_summary"] a {
    color: blue !important;
    text-decoration: underline !important;
}

[data-bv-show="rating_summary"] a:visited {
    color: #529 !important;
}

[data-bv-show="rating_summary"] a,
[data-bv-show="rating_summary"] a * {
    cursor: pointer !important;
}

[data-bv-show="rating_summary"] path,
[data-bv-show="rating_summary"] polygon {
    fill: currentColor !important;
}

/* == ROOT CONTAINER ELEMENT == */
/* This contains default values for child elements to inherit  */
[data-bv-show="rating_summary"] {
    font-size: medium !important;
    line-height: 1 !important;
    direction: ltr !important;
    text-align: left !important; /* for IE, Opera */
    text-align: start !important; /* recommended W3C Spec */
    color: black !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: none !important;
    list-style-type: disc !important;
}

/* == END CLEANSLATE == */
[data-bv-show="rating_summary"] .bv_main_container {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    background-color: transparent !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    border-bottom-style: none !important;
    border-bottom-color: transparent !important;
    border-bottom-width: 0px !important;
    border-left-style: none !important;
    border-left-color: transparent !important;
    border-left-width: 0px !important;
    border-right-style: none !important;
    border-right-color: transparent !important;
    border-right-width: 0px !important;
    border-top-style: none !important;
    border-top-color: transparent !important;
    border-top-width: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_main_container_row_flex {
    display: inline-flex !important;
    align-items: center !important;
    padding-right: 1em !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_main_container_row_normal {
    width: 100% !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_main_container_CTA_row {
    display: inline-flex !important;
    padding-top: 0.5em !important;
    width: 100% !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_main_container_line_break {
    margin-top: 0.5em !important;
    width: 100% !important;
    max-width: 24em !important;
    border-bottom: 1px solid #cecece !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_microdata_hidden {
    display: none !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_zero_ratings_text_container {
    padding-right: 1em !important;
    overflow: hidden !important;
    display: inline-block !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 300px !important;
    cursor: default !important;
    color: #111111 !important;
    font-size: 16px !important;
    font-family: "Fira Sans", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
@media screen and (max-width: 450px) {
    [data-bv-show="rating_summary"] .bv_main_container .bv_zero_ratings_text_container {
        max-width: 90vw !important;
        margin: 10px 0 !important;
    }
}
[data-bv-show="rating_summary"] .bv_main_container .bv_avgRating_component_container {
    display: flex !important;
    align-items: center !important;
    padding-right: 0.1em !important;
    color: #333333 !important;
    font-size: 16px !important;
    font-family: "Fira Sans", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_avgRating_component_container:hover {
    cursor: pointer !important;
    color: #333333 !important;
    font-size: 16px !important;
    font-family: "Fira Sans", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_avgRating_component_container:visited {
    color: #333333 !important;
    font-family: "Fira Sans", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_component_container {
    display: flex !important;
    align-items: center !important;
    white-space: nowrap !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_delimeter {
    padding-right: 0.1em !important;
    color: #ccc !important;
    font-size: 16px !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_text {
    white-space: nowrap !important;
    color: #333333 !important;
    font-size: 16px !important;
    font-family: "Fira Sans", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_text:hover {
    cursor: pointer !important;
    color: #333333 !important;
    font-size: 16px !important;
    font-family: "Fira Sans", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_text:visited {
    color: #333333 !important;
    font-family: "Fira Sans", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_percentRecommend_component_container {
    padding-top: 0.5em !important;
    color: #111111 !important;
    font-size: 16px !important;
    font-family: "Fira Sans", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_incentivized_component_container {
    padding-top: 0.5em !important;
    padding-bottom: 0.3em !important;
    color: #111111 !important;
    font-size: 16px !important;
    font-family: "Fira Sans", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_questionsAndAnswers_component_container {
    padding-top: 0.5em !important;
    color: #111111 !important;
    font-size: 16px !important;
    font-family: "Fira Sans", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_questionsAndAnswers_component_container > a,
[data-bv-show="rating_summary"] .bv_main_container .bv_questionsAndAnswers_component_container button {
    padding: 0 !important;
    color: #333333 !important;
    font-size: 16px !important;
    font-family: "Fira Sans", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_questionsAndAnswers_component_container > a:hover,
[data-bv-show="rating_summary"] .bv_main_container .bv_questionsAndAnswers_component_container button:hover {
    cursor: pointer !important;
    color: #333333 !important;
    font-size: 16px !important;
    font-family: "Fira Sans", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_questionsAndAnswers_component_container > a:visited,
[data-bv-show="rating_summary"] .bv_main_container .bv_questionsAndAnswers_component_container button:visited {
    color: #333333 !important;
    font-family: "Fira Sans", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_ms_focusable > a:focus,
[data-bv-show="rating_summary"] .bv_main_container .bv_ms_focusable button:focus {
    border: 1px solid blue !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_stars_component_container {
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    padding-right: 1em !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_stars_component_container span {
    display: inherit !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_stars_component_container svg:not(:last-child) {
    padding-right: 1px !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_stars_component_container:hover {
    cursor: pointer !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonFull {
    padding: 0.5em 1em 0.5em 1em !important;
    align-self: center !important;
    border: none !important;
    text-align: center !important;
    text-decoration: none !important;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    background-color: #363636 !important;
    font-family: sans-serif !important;
    text-transform: none !important;
    font-weight: bold !important;
    font-style: normal !important;
    text-decoration: none !important;
    border-bottom-style: none !important;
    border-bottom-color: #ffffff !important;
    border-bottom-width: 0px !important;
    border-left-style: none !important;
    border-left-color: #ffffff !important;
    border-left-width: 0px !important;
    border-right-style: none !important;
    border-right-color: #ffffff !important;
    border-right-width: 0px !important;
    border-top-style: none !important;
    border-top-color: #ffffff !important;
    border-top-width: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonFull:hover {
    cursor: pointer !important;
    background-image: none !important;
    box-shadow: none !important;
    background-color: #666666 !important;
    color: #ffffff !important;
    font-family: sans-serif !important;
    text-transform: none !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 16px !important;
    text-decoration: none !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist {
    color: #333333 !important;
    font-size: 16px !important;
    font-family: "Fira Sans", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist:hover {
    cursor: pointer !important;
    color: #333333 !important;
    font-size: 16px !important;
    font-family: "Fira Sans", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist:visited {
    color: #333333 !important;
    font-family: "Fira Sans", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_ms_focusable:focus {
    border: 1px solid blue !important;
}
[data-bv-show="rating_summary"] .bv_main_container .bv_offscreen_text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px 1px 1px 1px) !important;
    padding: 0 !important;
    border: 0 !important;
}
div.bv_modal_component_container[data-bv-modal] {
    display: flex !important;
    flex-wrap: wrap !important;
    position: absolute !important;
    z-index: 1000 !important;
    background-color: #ffffff !important;
}
div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content:before {
    content: "";
    display: inline-flex !important;
    position: absolute !important;
    left: 45% !important;
    top: -5px !important;
    width: 10px !important;
    height: 10px !important;
    border-right: 1px solid black !important;
    border-bottom: 1px solid black !important;
    transform: rotate(-135deg) !important;
    background-color: #ffffff !important;
}
div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content {
    margin: 0 auto !important;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    padding: 2em !important;
    border: 1px solid black !important;
    max-width: 270px !important;
}
.bv_histogram_component_container {
    min-width: 200px !important;
}
.bv_histogram_row_prefix {
    display: table-cell !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
}
.bv_histogram_row_container {
    min-width: 200px !important;
    height: 25px !important;
    padding: 0px !important;
    margin: 0px !important;
    display: table-row !important;
    cursor: pointer !important;
    color: #111111 !important;
    font-size: 16px !important;
    font-family: "Fira Sans", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
.bv_histogram_row_container:hover {
    background-color: #f7f7f7 !important;
}
.bv_histogram_row_bar_empty {
    border-radius: 2px !important;
    height: 10px !important;
    display: block !important;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0) 100%) !important;
    background-color: #ccc !important;
    background-color: #e8c4c5 !important;
}
.bv_histogram_row_bar_filled {
    border-radius: 2px !important;
    height: 10px !important;
    display: block !important;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0) 100%) !important;
    background-color: #ac9479 !important;
}
.bv_histogram_row_full_bar {
    display: table-cell !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100% !important;
    vertical-align: middle !important;
}
.bv_histogram_row_rating {
    display: table-cell !important;
    vertical-align: middle !important;
    text-align: center !important;
}
.bv_histogram_row_star {
    vertical-align: middle !important;
    margin-left: 2px;
}
.bv_button_buttonFull {
    padding: 0.5em 1em 0.5em 1em !important;
    align-self: center !important;
    border: none !important;
    text-align: center !important;
    text-decoration: none !important;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    background-color: #363636 !important;
    font-family: sans-serif !important;
    text-transform: none !important;
    font-weight: bold !important;
    font-style: normal !important;
    text-decoration: none !important;
    border-bottom-style: none !important;
    border-bottom-color: #ffffff !important;
    border-bottom-width: 0px !important;
    border-left-style: none !important;
    border-left-color: #ffffff !important;
    border-left-width: 0px !important;
    border-right-style: none !important;
    border-right-color: #ffffff !important;
    border-right-width: 0px !important;
    border-top-style: none !important;
    border-top-color: #ffffff !important;
    border-top-width: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.bv_button_buttonFull:hover {
    cursor: pointer !important;
    background-image: none !important;
    box-shadow: none !important;
    background-color: #666666 !important;
    color: #ffffff !important;
    font-family: sans-serif !important;
    text-transform: none !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 16px !important;
    text-decoration: none !important;
}
.bv_button_buttonMinimalist {
    color: #333333 !important;
    font-size: 16px !important;
    font-family: "Fira Sans", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
.bv_button_buttonMinimalist:hover {
    cursor: pointer !important;
    color: #333333 !important;
    font-size: 16px !important;
    font-family: "Fira Sans", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
.bv_button_buttonMinimalist:visited {
    color: #333333 !important;
    font-family: "Fira Sans", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
.bv_ms_focusable:focus {
    border: 1px solid blue !important;
}
.bv_offscreen_text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px 1px 1px 1px) !important;
    padding: 0 !important;
    border: 0 !important;
}
.bv_ms_focusable:focus {
    border: 1px solid blue !important;
}

.showProductView{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    overflow: hidden;
    display: none;
    justify-content: center;
    align-items: center;
}

.showProductViewSection{
    width: 90%;
    height: 95%;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 30px;

}

.showProductView .product-top__images{
    height: 85vh;
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.showProductView .product-top__images img{
    width: 70%;
    height: 100%;
    object-fit: contain;
}

.showProductView .mfr-product__top, .mfr-product__top > div, .section-spacer,.showProductView .grid-container,.showProductView .rightContent, .showProductView .product-top, .showProductView .inner{
    height: 100% !important;
}

.showProductView .bv_main_container, [data-bv-show="rating_summary"] {
    height: auto !important;
}
.showProductView .mfr-product__top{
    overflow: hidden;
}

.showProductView .mfr-product__top .section-content{
    align-items: flex-start !important;
}   
.showProductView .rightContent{
    height: 100%;
    overflow: hidden;
    padding: 5rem 1rem 1rem 1rem !important;
}
.showProductView .rightContent .inner{
    max-height: 90vh;
    overflow-y: auto;
    justify-content: flex-start !important;
    max-width: 100% !important;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 2rem;
}

.showProductView .product-top__images-inner{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 80vh;
}

.showProductView .xmark{
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 1.5rem;
    cursor: pointer !important;
    z-index: 9999;
}


@media screen and (max-width: 1024px) {
    .showProductView .mfr-product__top{
        overflow: visible;
    }

    .showProductView .mfr-product__top, .mfr-product__top > div, .section-spacer div{
        height: auto !important;
    }
    .showProductView .rightContent{
        padding: 0 1rem 0 1rem !important;
    }
    .showProductView .rightContent .inner {
        max-height: 100%;
        overflow-y: visible;
    }
    .mfr-product__top .product-top__actions{
        flex-direction: column;
    }
    .mfr-product__top .product-top__actions .product-top__submit{
        width: 100%;
    }
}