.site-header .site-header__main .site-header__main-phone {
    white-space: nowrap
}
a.fullcover {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}
#zoomme {
    background-image: url(../../assets/zoomme.png);
    background-position: center;
    background-size: contain;
    bottom: 0;
    height: 50px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 50px
}
.listing-wrap .listing-wrap__item {
    position: relative
}
.product-details {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    padding-bottom: 1.5em;
    padding-top: 1.5em;
    border-bottom: solid 1px #d8d8d8;
    border-top: solid 1px #d8d8d8
}
.multistep-form #regiration_form {
    padding: 1em 0
}
.multistep-form #regiration_form2 {
    padding: 1em 0
}
.multistep-form .form-control {
    height: 60px;
    padding: 0 25px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px
}
.multistep-form .btn.next {
    background: #47a447;
    text-indent: 0
}
.multistep-form .btn.next:hover {
    background: #8f023d
}
.multistep-form .progress {
    margin: .5em 0
}
.multistep-form .progressb {
    color: #8f023d;
    display: block;
    font-weight: 700;
    margin-bottom: 2em;
    text-align: right
}
.page-banner .page-banner__content .page-banner__content-feature {
    position: relative;
    padding-left: 50px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 1em;
    font-family: Nunito, sans-serif;
    font-weight: 800
}
.page-banner .page-banner__content .page-banner__content-feature:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(../../assets/tick-icon.png) left/100% no-repeat
}
.page-banner .page-banner__content .page-banner__content-feature a {
    color: #fff
}
.page-banner .page-banner__content .page-banner__content-feature a:focus, .page-banner .page-banner__content .page-banner__content-feature a:hover {
    color: #8f023d
}
#faqcontent .contact-wrap .contact-wrap__phone {
    padding: 0
}
#faqcontent .contact-wrap .contact-wrap__phone:before {
    background: 0 0
}
.easyzoom-flyout, .easyzoom-notice {
    background: #FFF;
    position: absolute
}
.easyzoom {
    position: relative;
    display: inline-block
}
.easyzoom img {
    vertical-align: bottom
}
.easyzoom.is-loading img {
    cursor: progress
}
.easyzoom.is-ready img {
    cursor: crosshair
}
.easyzoom.is-error img {
    cursor: not-allowed
}
.easyzoom-notice {
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    box-shadow: 0 0 10px #888
}
.easyzoom-flyout {
    z-index: 100;
    overflow: hidden
}
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px
}
.review-box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.review-box-wrap .review-box {
    margin-top: 10px;
    margin-bottom: 10px;
}
.review-box-wrap .review-box section {
    text-align: center;
    padding-bottom: 90px !important
}
.review-box-wrap .review-box section.trust-pilot .btn {
    background-color: #00B67A
}
.review-box-wrap .review-box section.google .btn {
    background-color: #4889F1
}
.review-box-wrap .review-box h4 {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bolder;
    margin: 0 0 20px
}
.review-box-wrap .review-box img {
    margin: 40px auto;
    clear: both;
    display: block;
    max-width: 100%
}
.review-box-wrap .review-box .btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    min-width: 200px
}
.review-main {
    padding: 20px;
    border: 2px solid #8F013D
}
.review-alt {
    padding: 0 0 20px 20px
}
.review-alt p:first-of-type, .review-main p:first-of-type {
    font-size: 120%;
    color: #AA7F4B
}
.review-alt p:last-of-type, .review-main p:last-of-type {
    margin: 0
}
@media (max-width:991px) {
    .review-main {
        margin-bottom: 20px
    }
    .review-alt {
        padding-left: 0;
    }
}