.mw-rating__count > span, .mw-rating__text, .mw-upload__control, .mw-vote__control, .mw-vote__star-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

@-webkit-keyframes mw-splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes mw-splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.mw-splide__container {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mw-splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    will-change: transform
}

.mw-splide.is-active .mw-splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mw-splide__pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

.mw-splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0
}

.mw-splide {
    visibility: hidden;
    padding: 0 3em
}

.mw-splide, .mw-splide__slide {
    position: relative;
    outline: none
}

.mw-splide__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.mw-splide__slide img {
    vertical-align: bottom
}

.mw-splide__slider {
    position: relative
}

.mw-splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    -webkit-animation: mw-splide-loading 1s linear infinite;
    animation: mw-splide-loading 1s linear infinite
}

.mw-splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.mw-splide--draggable > .mw-splide__track > .mw-splide__list > .mw-splide__slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mw-splide--fade > .mw-splide__track > .mw-splide__list {
    display: block
}

.mw-splide--fade > .mw-splide__track > .mw-splide__list > .mw-splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0
}

.mw-splide--fade > .mw-splide__track > .mw-splide__list > .mw-splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1
}

.mw-splide--rtl {
    direction: rtl
}

.mw-splide--ttb > .mw-splide__track > .mw-splide__list {
    display: block
}

.mw-splide--ttb > .mw-splide__pagination {
    width: auto
}

.mw-splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: .7;
    background: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mw-splide__arrow svg {
    width: 1.2em;
    height: 1.2em
}

.mw-splide__arrow:hover {
    cursor: pointer;
    opacity: .9
}

.mw-splide__arrow:focus {
    outline: none
}

.mw-splide__arrow--prev {
    left: .5em
}

.mw-splide__arrow--prev svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.mw-splide__arrow--next {
    right: .5em
}

.mw-splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0
}

.mw-splide__pagination__page {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #c4c4c4;
    border-radius: 50%;
    margin: 4px;
    padding: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    border: 0 !important;
    opacity: .7;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.mw-splide__pagination__page.is-active {
    background-color: #000;
    opacity: 1
}

.mw-splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.mw-splide__pagination__page:focus {
    outline: none
}

.mw-splide__progress__bar {
    width: 0;
    height: 3px;
    background: #ccc
}

.mw-splide--nav > .mw-splide__track > .mw-splide__list > .mw-splide__slide {
    border: 3px solid transparent
}

.mw-splide--nav > .mw-splide__track > .mw-splide__list > .mw-splide__slide.is-active {
    border-color: #000
}

.mw-splide--nav > .mw-splide__track > .mw-splide__list > .mw-splide__slide:focus {
    outline: none
}

.mw-splide--rtl > .mw-splide__arrows .mw-splide__arrow--prev, .mw-splide--rtl > .mw-splide__track > .mw-splide__arrows .mw-splide__arrow--prev {
    right: 1em;
    left: auto
}

.mw-splide--rtl > .mw-splide__arrows .mw-splide__arrow--prev svg, .mw-splide--rtl > .mw-splide__track > .mw-splide__arrows .mw-splide__arrow--prev svg {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.mw-splide--rtl > .mw-splide__arrows .mw-splide__arrow--next, .mw-splide--rtl > .mw-splide__track > .mw-splide__arrows .mw-splide__arrow--next {
    left: 1em;
    right: auto
}

.mw-splide--rtl > .mw-splide__arrows .mw-splide__arrow--next svg, .mw-splide--rtl > .mw-splide__track > .mw-splide__arrows .mw-splide__arrow--next svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.mw-splide--ttb > .mw-splide__arrows .mw-splide__arrow, .mw-splide--ttb > .mw-splide__track > .mw-splide__arrows .mw-splide__arrow {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.mw-splide--ttb > .mw-splide__arrows .mw-splide__arrow--prev, .mw-splide--ttb > .mw-splide__track > .mw-splide__arrows .mw-splide__arrow--prev {
    top: 1em
}

.mw-splide--ttb > .mw-splide__arrows .mw-splide__arrow--prev svg, .mw-splide--ttb > .mw-splide__track > .mw-splide__arrows .mw-splide__arrow--prev svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.mw-splide--ttb > .mw-splide__arrows .mw-splide__arrow--next, .mw-splide--ttb > .mw-splide__track > .mw-splide__arrows .mw-splide__arrow--next {
    top: auto;
    bottom: 1em
}

.mw-splide--ttb > .mw-splide__arrows .mw-splide__arrow--next svg, .mw-splide--ttb > .mw-splide__track > .mw-splide__arrows .mw-splide__arrow--next svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mw-splide--ttb > .mw-splide__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 50%;
    left: auto;
    right: .5em;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.mw-reviews__load-more, .mw-text {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 400
}

.mw-text--size-md {
    font-size: 18px
}

.mw-text--size-l {
    font-size: 27px
}

.mw-text--size-xxl {
    font-size: 40px
}

.mw-text--variation-subdued {
    color: #909090
}

.mw-text--variation-positive {
    color: #3d932f
}

.mw-text--variation-negative {
    color: #e22d2d
}

.mw-text--variation-bold {
    font-weight: 600
}

.mw-text--variation-strong {
    font-weight: 700
}

.mw-text--highlighted {
    padding: 2px 3px;
    border-radius: 2px
}

.mw-text--highlighted-green {
    background-color: #b3eaa0
}

.mw-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -20px;
    margin-left: -20px
}

.mw-grid__item {
    margin-top: 20px;
    margin-left: 20px;
    max-width: calc(100% - 20px);
    -webkit-box-flex: 2;
    -ms-flex: 2 2 480px;
    flex: 2 2 480px;
    min-width: 51%
}

.mw-grid__item--half, .mw-grid__item--secondary {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 240px;
    flex: 1 1 240px;
    min-width: 0
}

.mw-country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mw-country__flag {
    margin-right: 7px
}

.mw-country__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    position: relative
}

.mw-country__location > img {
    margin-right: 5px;
    margin-bottom: auto
}

.mw-rating__label {
    margin-bottom: 5px
}

.mw-rating__stars {
    width: 96px;
    height: 18px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' height='17' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0l2.222 5.942 6.338.277-4.965 3.95 1.695 6.112L9 12.78l-5.29 3.501 1.695-6.113L.44 6.218l6.338-.276z' fill='%23c4c4c4'/%3E%3C/svg%3E");
    background-size: contain
}

.mw-rating__stars-value {
    width: 0;
    height: 18px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' height='17' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0l2.222 5.942 6.338.277-4.965 3.95 1.695 6.112L9 12.78l-5.29 3.501 1.695-6.113L.44 6.218l6.338-.276z' fill='%23fdcc25'/%3E%3C/svg%3E");
    background-size: contain
}

.mw-rating__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 15px
}

.mw-rating__count {
    margin-left: 5px
}

.mw-rating-filter {
    margin-bottom: 35px
}

.mw-rating-filter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.mw-rating-filter__sum {
    display: inline-block;
    padding-left: 25px;
    margin-right: 10px;
    line-height: 40px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' height='17' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0l2.222 5.942 6.338.277-4.965 3.95 1.695 6.112L9 12.78l-5.29 3.501 1.695-6.113L.44 6.218l6.338-.276z' fill='%23fdcc25'/%3E%3C/svg%3E") 0 100% no-repeat
}

.mw-rating-filter__count {
    display: inline-block
}

.mw-rating-filter__overall {
    margin-bottom: 30px
}

.mw-rating-filter__stars {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    width: 75px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' height='17' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0l2.222 5.942 6.338.277-4.965 3.95 1.695 6.112L9 12.78l-5.29 3.501 1.695-6.113L.44 6.218l6.338-.276z' fill='%23c4c4c4'/%3E%3C/svg%3E");
    background-size: contain;
    margin-right: 15px
}

.mw-rating-filter__stars:before {
    content: "";
    display: block;
    width: 0;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' height='17' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0l2.222 5.942 6.338.277-4.965 3.95 1.695 6.112L9 12.78l-5.29 3.501 1.695-6.113L.44 6.218l6.338-.276z' fill='%23fdcc25'/%3E%3C/svg%3E");
    background-size: contain
}

.mw-rating-filter__stars--five:before {
    width: 100%
}

.mw-rating-filter__stars--four:before {
    width: 80%
}

.mw-rating-filter__stars--three:before {
    width: 60%
}

.mw-rating-filter__stars--two:before {
    width: 40%
}

.mw-rating-filter__stars--one:before {
    width: 20%
}

.mw-rating-filter__graph {
    width: 100%;
    max-width: 180px;
    height: 4px;
    background-color: #cfcfcf;
    margin-right: 15px
}

.mw-rating-filter__graph-value {
    width: 0;
    height: 4px;
    background-color: #fdcc25
}

.mw-rating-filter__score {
    white-space: nowrap
}

.mw-rating-filter__detailed {
    margin: 0;
    padding: 0;
    list-style: none
}

.mw-verified-buyer {
    display: inline-block;
    padding-right: 26px;
    white-space: nowrap;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect fill='%2354b644' height='16' rx='8' width='16'/%3E%3Cpath d='M5 8l2.5 2 4-3.5' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E") 100% no-repeat
}

.mw-recommend {
    width: 111px;
    font-weight: 700;
    color: #fff;
    font-style: italic;
    font-size: 14px;
    background-color: #54b644;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(177, 255, 150, .3)), to(rgba(95, 191, 61, 0)));
    background-image: linear-gradient(180deg, rgba(177, 255, 150, .3), rgba(95, 191, 61, 0));
    border-radius: 2px;
    position: relative;
    line-height: 28px;
    padding: 0 8px
}

.mw-recommend:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    top: calc(50% - 3px);
    right: 0;
    z-index: 2
}

.mw-recommend:after, .mw-recommend:before {
    content: "";
    display: block;
    position: absolute
}

.mw-recommend:after {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    top: calc(50% - 10px);
    right: -9px;
    background-color: #54b644;
    background-image: linear-gradient(135deg, rgba(177, 255, 150, .3), rgba(95, 191, 61, 0));
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1
}

.mw-review {
    padding-bottom: 15px
}

.mw-review__title {
    margin-bottom: 10px
}

.mw-review__date {
    margin-bottom: 15px
}

.mw-review__rating {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px
}

.mw-review__text {
    margin-bottom: 20px
}

.mw-review__photos {
    margin-bottom: 30px
}

.mw-review__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 20px
}

.mw-review__meta-text {
    margin-right: 10px
}

.mw-review__meta-rate-like {
    margin-right: 5px
}

.mw-review__meta-rate-dislike {
    margin-right: 25px
}

.mw-review__meta-toggle {
    margin-right: 20px
}

.mw-review__pros-and-cons {
    margin-bottom: 20px
}

.mw-review__reply {
    margin-top: 20px
}

.mw-review__reply-heading {
    margin-bottom: 15px
}

.mw-review__reply-content {
    margin-bottom: 20px
}

.mw-reviews .mw-grid:not(:last-child) .mw-review {
    border-bottom: 1px solid #c1c1c1
}

.mw-reviews__load-more {
    width: 100%;
    max-width: 600px;
    padding: 13px;
    border-radius: 0;
    border: 1px solid #c1c1c1;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-top: 20px
}

.mw-reviews-meta__heading {
    margin-bottom: 30px
}

.mw-reviews-meta__action {
    margin-bottom: 15px
}

.mw-reviews .mw-review {
    padding-top: 30px;
    margin-top: 30px
}

.mw-reviews .mw-review:not(:last-child) {
    border-top: 1px solid #c1c1c1
}

.mw-reviews-add {
    margin-top: 45px;
    padding: 35px;
    background-color: #fafafa
}

.mw-reviews-add__heading {
    margin-bottom: 20px
}

.mw-reviews-add__form {
    max-width: 480px
}

.mw-reviews-add__submit {
    padding: 15px 30px !important
}

.mw-toggle {
    display: inline-block;
    color: #0f6db2;
    white-space: nowrap;
    padding-right: 15px;
    cursor: pointer;
    position: relative
}

.mw-toggle:hover {
    opacity: .7
}

.mw-toggle--active:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.mw-toggle:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    width: 10px;
    height: 6px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' height='6' width='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.234L5.234 1l4.251 4.234' stroke='%230f6db2' stroke-linecap='round'/%3E%3C/svg%3E") 50% no-repeat
}

.mw-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30px;
    margin-top: 30px
}

.mw-user__content > * {
    margin-bottom: 8px
}

.mw-user__picture {
    position: relative;
    width: 45px;
    padding-bottom: 45px;
    margin-right: 20px
}

.mw-user__picture img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%
}

.mw-reply {
    display: inline-block;
    white-space: nowrap;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' height='12' width='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5h6.5c3.5 0 6.5 3 3.5 7.5M1 3.5l3-3m-3 3l3 3' stroke='%23000'/%3E%3C/svg%3E") right top 5px no-repeat;
    padding-right: 20px;
    cursor: pointer
}

.mw-reply:hover {
    opacity: .7
}

.mw-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    padding-top: 40px;
    border-top: 1px solid #c1c1c1
}

.mw-gallery__item, .mw-review-slide__image, .mw-upload__item-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    position: relative;
    padding-bottom: 100px;
    background-color: #acacac;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer
}

.mw-gallery__item img, .mw-review-slide__image img, .mw-upload__item-media img {
    display: block;
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.mw-pros {
    color: #3d932f;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' height='18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%2354b644' stroke-width='2'%3E%3Crect height='16' rx='8' width='16' x='1' y='1'/%3E%3Cg stroke-linecap='round'%3E%3Cpath d='M9 5v8M13 9H5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 0 0 no-repeat;
    padding-left: 28px
}

.mw-cons {
    color: #e22d2d;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' height='18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23e22d2d' stroke-width='2'%3E%3Crect height='16' rx='8' width='16' x='1' y='1'/%3E%3Cpath d='M13 9H5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E") 0 0 no-repeat;
    padding-left: 28px
}

.mw-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.mw-rate.voted .mw-rate__icon {
    color: #58b54b
}

.mw-rate.voted .mw-rate__icon.mw-rate__icon--dislike {
    color: #bd0d1b
}

.mw-rate__icon {
    width: 19px;
    height: 19px;
    margin-right: 5px;
    cursor: pointer;
    color: #fff
}

.mw-rate__icon, .mw-rate__icon:active, .mw-rate__icon:focus, .mw-rate__icon:hover {
    border: 0;
    background: 0;
    padding: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.mw-rate__icon:hover {
    opacity: .7;
    color: #fff
}

.mw-rate__icon--dislike {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

.content {
    padding: 36px
}

.mw-sorting-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    border: 1px solid #c1c1c1;
    margin-top: 25px
}

.mw-sorting-controls__flag {
    vertical-align: middle;
    margin: 0 5px
}

.mw-sorting-controls__label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 10px 0
}

.mw-sorting-controls__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0
}

.mw-sorting-controls__item:not(:last-child) {
    margin-right: 20px
}

.mw-sorting-controls__items {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px
}

.mw-sorting-controls .toolbar-sorter {
    margin: 10px 0
}

.mw-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mw-checkbox__label {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    font-weight: 600
}

.mw-checkbox div.mage-error[generated] {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.mw-checkbox--bordered {
    padding: 18px;
    border-radius: 1px;
    border: 1px solid #aed3b1
}

.mw-form-layout {
    margin-top: -20px;
    margin-left: -20px
}

.mw-form-layout__item {
    margin-top: 20px;
    margin-left: 20px
}

.mw-input__label {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 8px
}

.mw-input__label--has-icon {
    position: relative;
    padding-left: 28px
}

.mw-input__label-icon {
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 10px
}

.mw-upload {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 15px
}

.mw-upload, .mw-upload__zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mw-upload__zone {
    width: 140px;
    height: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    border: 2px dashed #cacaca;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.mw-upload__zone-icon {
    margin-bottom: 5px
}

.mw-upload__zone--dragover {
    border-color: #a6a6a6;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .3)
}

.mw-upload__zone-label {
    font-size: 14px;
    color: #909090;
    text-align: center
}

.mw-upload__preview {
    display: none
}

.mw-upload__preview--visible {
    display: block
}

.mw-upload__item {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px
}

.mw-upload__item-remove {
    width: 12px;
    height: 12px;
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: 5px;
    cursor: pointer
}

.mw-upload__item-remove:hover {
    opacity: .5
}

.mw-upload__item--hidden {
    display: none
}

.mw-upload__item-media {
    width: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin: 0;
    cursor: default
}

.mw-upload__item-media img, .mw-upload__item-media video {
    display: block;
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.mw-vote__star {
    color: #fff;
    cursor: pointer
}

.mw-vote__control:checked ~ .vote__star {
    color: #fdcc25
}

.mw-vote__label {
    margin-bottom: 14px
}

.mw-vote__stars {
    width: 135px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 15px
}

.mw-vote__star:hover, .mw-vote__star:hover ~ .mw-vote__star {
    color: #fdcc25
}

.mw-review-slide {
    padding: 15px;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%
}

@media (max-width: 720px) {
    .mw-review-slide {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.mw-review-slide:hover {
    background-color: #fafafa
}

.mw-review-slide__content {
    position: relative
}

.mw-review-slide__product-title {
    display: inline-block;
    color: #0f6db2;
    text-decoration: none;
    margin-bottom: 15px
}

.mw-review-slide__product-title:hover {
    text-decoration: underline
}

.mw-review-slide__image {
    margin-left: 0;
    margin-right: 0;
    cursor: default;
    margin-bottom: 20px
}

.mw-review-slide__country, .mw-review-slide__user {
    margin-bottom: 10px
}

.mw-review-slide__text {
    display: inline-block;
    line-clamp: 2;
    box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px
}

.mw-review-slide__date {
    margin-bottom: 5px
}

.mw-review-slide__badge {
    margin-right: 14px;
    margin-top: 10px
}

.mw-review-slide__see-all {
    margin-top: 10px
}

.mw-review-slide__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.mw-link, .mw-link:link, .mw-link:visited {
    display: inline-block;
    position: relative;
    color: #006bb4;
    text-decoration: none;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.053l4.234 4.233L1 9.538' stroke='%230F6DB2' stroke-linecap='round'/%3E%3C/svg%3E") right 1px center no-repeat;
    padding-right: 13px
}

.mw-link:hover {
    opacity: .7
}

.mw-reward-message {
    margin-bottom: 20px;
}

.mw-grid__item .mw-reward-message {
    margin-bottom: 0;
}

.mw-slider__body {
    padding-bottom: 3em;
}

.mw-xreview-toggle-more-less {
    text-align: right;
    margin-top: -15px;
    margin-bottom: 20px;
}

.mw-checkbox.policy-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
