<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* STYLE */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

a {
	text-decoration: none;
}

.inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.footer {
	background: #e6e6e6;
	padding: 30px 0;
	color: #5c5c5c;
	font-size: 0.875rem;
	text-align: center;
}

.footer-menu {
	font-size: 0;
	margin-bottom: 20px;
}

.footer-menu li {
	display: inline-block;
	vertical-align: middle;
}

.footer-menu li a {
	display: block;
	padding: 5px 20px 8px;
	font-size: 0.875rem;
	text-decoration: none;
	color: #5c5c5c;
	position: relative;
}

.footer-menu li a:after {
	background: #5c5c5c;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 3px;
	transition: 250ms linear;
}

.footer-menu li a:hover:after {
	width: 100%;
}

.footer-menu-open {
	background: transparent;
	font-size: 1rem;
	font-family: 'Lato', sans-serif;
	border: 0;
	display: none;
	width: 100%;
	text-align: left;
	padding: 20px 10px;
	cursor: pointer;
	color: #000;
	outline: 0;
}

.copyright {
	margin-top: 20px;
}

.bottom-disclosure {
	font-size: 0.875rem;
	padding: 25px 15px;
	max-width: 1140px;
	line-height: 1.6;
	margin: 0 auto;
	font-style: italic;
	text-align: center;
	word-wrap: break-word;
}

.bottom-disclosure a {
	color: #005a8c;
	text-decoration: underline;
}

/* PAGE CSS */

.header {
	border-bottom: 1px solid #ebbce9;
	font-size: 0;
	position: relative;
}

.header-logo-area {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 45%;
}

.header-logo-area a {
	display: inline-block;
	max-width: 400px;
}

.header-menu-area {
	display: inline-block;
	vertical-align: middle;
	width: 55%;
	text-align: right;
}

.header-menu-area button {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	border: 0;
	outline: 0;
	border-left: 1px solid #f3f3f3;
	background: transparent;
	font-size: 1.25rem;
	text-align: center;
	cursor: pointer;
	display: none;
}

.header-menu-area ul {
	display: inline-block;
}

.header-menu-area ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 2px;
}

.header-menu-area ul li a {
	display: block;
	line-height: 60px;
	text-decoration: none;
	font-size: 0.875rem;
	font-weight: 300;
	padding: 0 5px;
	color: #000;
}

.header-menu-area ul li a:hover {
	color: #015fdb;
}

.review {
    background: #fff5ff;
}

.review .header {
    background: #fff;
}

a {
    color: #1f1e1e;
    text-decoration: none;
}

a:hover {
    color: #005a8c;
}

.review-top-bar {
    background: #ffdffe;
    padding: 5px 0;
}

.review-top-bar p {
    max-width: 1024px;
    margin: 0 auto;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 0 15px;
}

.page-header {
	color: #fff;
    text-align: center;
    padding: 50px 20px;
    background-image: url(../images/mt-bg-rev.webp);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    text-shadow: 1px 1px #000;
}

.page-header .headline {
    max-width: 1140px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 3.25rem;
    font-family: 'Cormorant Garamond', serif;
}

.page-header img {
    display: inline-block;
    vertical-align: middle;
    max-width: 20px;
    height: auto;
}

.page-header .update span {
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
    font-size: 1.125rem;
}

.review-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 15px 60px;
}

.top-txt {
    margin-bottom: 15px;
}

.top-txt a {
    color: #005a8c !important;
    text-decoration: underline !important;
}

.disclosure-box {
    text-align: right;
    margin-bottom: 10px;
    position: relative;
}

.disclosure-box span {
    cursor: pointer;
    display: inline-block;
    font-size: 0.875rem;
}

.disclosure-box p {
    cursor: pointer;
    line-height: 1.1;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    bottom: 80%;
    right: 0;
    font-size: 0.75rem;
    background: #666;
    color: #fff;
    max-width: 235px;
    visibility: hidden;
    opacity: 0;
    transition: all 250ms linear;
}

.disclosure-box p:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #666 transparent transparent transparent;
}

.disclosure-box span:hover + p, .disclosure-box p:hover {
    visibility: visible;
    opacity: 1;
    bottom: 125%;
}

.table {
    position: relative;
    background: #fff;
    display: table;
}

.reviews-head {
    width: 100%;
    background: #ffdffe;
    border-top: 1px solid #ebbce9;
    border-bottom: 1px solid #ebbce9;
    color: #000;
    padding: 5px 0;
    font-size: 0.875rem;
    margin-bottom: 10px;
}

.reviews-head .cell-3 {
    text-align: center;
}

.reviews-table {
    width: 100%;
    border: 1px solid #e8e8e8;
    margin-top: 25px;
}

.reviews-table.table-shadow {
    transition: all 250ms linear;
}

.reviews-table.table-shadow:hover {
    -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.45);
}

.fadeToggle {
    display: none;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.review-cell {
    border-right: 1px solid #e8e8e8;
    padding: 16px 10px;
}

.review-cell:last-child {
    border-right: 0;
}

.cell-1 {
    width: 20%;
}

.cell-2 {
    width: 15%;
}

.cell-3 {
    text-align: left;
    width: 40%;
}

.cell-4 {
    width: 25%;
}

.item-order {
    position: absolute;
    top: -1px;
    left: -1px;
    background: #e8e8e8;
    color: #020202;
    padding: 0 6px;
    font-size: 1.125rem;
}

.firstitem .item-order {
    background: #78ae38;
    color: #fff;
}

.most-pop {
    display: block;
    color: #fff;
    position: absolute;
    width: 170px;
    line-height: 32px;
    height: 32px;
    background: #78ae38;
    font-size: 1.125rem;
    left: -10px;
    top: -16px;
    text-align: center;
}

.most-pop:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-color: #5e872c #5e872c transparent transparent;
    border-width: 5px;
    border-style: solid;
}

.most-pop:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 160px;
    border: 16px solid #79ae38;
    border-right-color: transparent;
}

.item-logo {
    display: inline-block;
}

.item-logo img {
    max-width: 155px;
    width: 100%;
    height: auto;
    display: block;
}

.my-rating {
    margin: 8px auto;
    font-size: 0;
    display: block;
}

.jq-star {
    width: 15px;
    height: 15px;
    margin: 0 1px;
    display: inline-block;
}

.jq-star img {
    width: 100%;
    height: 100%;
}

.review-link {
    margin-top: 6px;
    font-size: 1rem;
}

.item-score {
    font-size: 61px;
    font-weight: 700;
    display: block;
    line-height: 1;
}

.item-score:hover {
    color: #005a8c;
}

.score-sub {
    color: #1361c9;
    font-size: 0.875rem;
    margin-top: 3px;
    display: block;
}

.selling-price {
    text-align: center;
    margin: 0 -10px 8px;
    padding: 0 10px 8px;
    border-bottom: 1px solid #e8e8e8;
}

.selling-price-text {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600;
}

.selling-price-number {
    font-size: 1rem;
}

.selling-price-number span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}

.selling-price-number-new {
    font-size: 1.5rem;
    font-weight: 700 !important;
    color: #78ae38;
}

.selling-price-number-old {
    text-decoration: line-through;
    color: #d16bce;
}

.selling-point {
    display: block;
    width: 95%;
    margin: 0 auto;
}

.selling-point:hover {
    color: #000;
}

.selling-point-item {
    display: block;
    position: relative;
    margin: 2px 0;
    padding-left: 26px;
}

p.selling-point-item {
    opacity: 0.85;
}

.sellico {
    max-width: 19px;
    margin-right: 7px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.selling-point-item:hover .sellico {
    filter: grayscale(1);
}

.selling-point-text {
    text-transform: capitalize;
    font-size: 0.875rem;
}

.selling-point-text.red-color {
    color: #c20e0e;
}

.visit-site-btn {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    background: #78ae38;
    padding: 8px;
    color: #fff;
    font-size: 1.125rem;
    transition: all 0.250s linear;
}

.visit-site-btn.lesser-focus {
    opacity: 0.65;
    font-size: 0.875rem;
    font-weight: 400;
    max-width: 180px;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    animation: none !important;
}

.visit-site-btn:hover {
    background: #519849;
    color: #fff;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 750ms; 
    -webkit-animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite; 
    -moz-animation-name: pulse;
    -moz-animation-duration: 750ms; 
    -moz-animation-fill-mode: both; 
    -moz-animation-timing-function: linear; 
    -moz-animation-iteration-count: infinite; 
    animation-name: pulse;
    animation-duration: 750ms; 
    animation-fill-mode: both; 
    animation-timing-function: linear; 
    animation-iteration-count: infinite; 
}

.visit-site-btn .fa {
    font-weight: 900;
}

.btnbubble {
    max-width: 170px;
    margin: 0 auto 13px;
    position: relative;
    background: #d16bce;
    border: 1px solid #d16bce;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.75rem;
    color: #fff;
    line-height: 1.4;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

.arrow-downbbl {
    left: 0;
    right: 0;
    color: #d16bce;
    text-align: center;
    position: absolute;
    bottom: -15px;
    font-size: 1.125rem;
}

.btnbubble:hover {
    -webkit-animation-name: jump;
    -webkit-animation-duration: 750ms; 
    -webkit-animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    -moz-animation-name: jump;
    -moz-animation-duration: 750ms; 
    -moz-animation-fill-mode: both; 
    -moz-animation-timing-function: linear; 
    animation-name: jump;
    animation-duration: 750ms; 
    animation-fill-mode: both; 
    animation-timing-function: linear; 
}

.most-popular {
    margin: 60px 0 40px;
    transition: all 250ms ease-in;
}

.most-popular:hover {
    -webkit-box-shadow: 0px 7px 30px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 30px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 30px -6px rgba(0, 0, 0, 0.75);
}

.most-popular .table {
    transition: all 250ms ease-in;
}

.most-popular:hover .table {
    background: #fcfcfc;
}

.most-popular h3 {
    font-size: 2.5rem;
    background: #ba2fb5;
    text-shadow: 1px 1px #000;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
}

.most-popular .reviews-table {
    border-bottom: 0;
    margin-top: 0;
}

.best-overall-box {
    background: #e8e8e8;
    padding: 10px 0;
    font-size: 0;
}

.best-overall-box &gt; div {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 15px 15px 15px 85px;
    width: 33.3333%;
}

.best-overall-box &gt; div img {
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
}

.best-overall-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25rem;
    color: #ba2fb5;
}

.best-overall-text {
    margin-top: 5px;
    font-weight: 300;
    letter-spacing: 0.25px;
    font-size: 1rem;
}

.load-more-btn-box {
    position: relative;
    margin-top: 20px;
}

.load-more-btn-box:after {
    content: "";
    display: block;
    left: 0;
    top: 50%;
    position: absolute;
    margin-top: -2px;
    height: 4px;
    width: 100%;
    background: #e8e8e8;
}

.load-more-btn {
    text-align: center;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    z-index: 100;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 44px;
    border: 3px solid #e8e8e8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f8f8f8;
    font-size: 1.5rem;
    color: #848484;
    transition: all 250ms linear;
}

.load-more-btn:hover {
    color: #848484;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

.load-more-text {
    margin-top: 5px;
    text-align: center;
    font-size: 1.375rem;
    font-weight: 300;
}

.entry-content {
    background: #fff;
    padding: 20px 15px;
    font-size: 0;
    margin: 0 -15px;
}

/* CONTENT + SIDEBAR */

.main-left-content {
    width: 76%;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
}

.main-sidebar-content {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

.main-sidebar-content .sidebar {
    background: #fff;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    border: 1px solid #d9d8d8;
}

.main-sidebar-content .sidebar h4 {
    background: #fff5ff;
    font-size: 1rem;
    text-align: center;
    padding: 10px;
}

.main-sidebar-content .sidebar a {
    font-size: 1rem;
    border-top: 1px solid #d9d8d8;
    color: #ba2fb5;
    display: block;
    width: 100%;
    padding: 13px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-sidebar-content .sidebar a:hover {
    background: #f8f9fa;
}

.main-sidebar-content .sidebar a:active {
    background: #e9ecef;
}

/* END CONTENT + SIDEBAR */

.main-left-content *:last-child {
    margin-bottom: 0;
}

.entry-content h1 {
    font-size: 2.75rem;
    font-weight: 700;
    margin: 0 0 20px;
    font-family: 'Cormorant Garamond', serif;
}

.img-container {
    display: block;
}

.img-container img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.main-left-content &gt; p {
    margin-bottom: 20px;
    font-size: 1rem;
}

.main-left-content &gt; p a {
    color: #ba2fb5;
    font-weight: 700;
}

.main-left-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 12px 0;
    font-family: 'Cormorant Garamond', serif;
}

.main-left-content ol.small-list {
    font-size: 1rem;
    padding-left: 40px;
    list-style: decimal;
    margin-bottom: 20px;
}

.main-left-content ol.small-list li {
    padding: 3px 0;
}

.main-left-content ol.small-list li a {
    color: #ba2fb5;
    font-weight: 700;
}

.entry-important-information {
    font-size: 1rem;
    border: 1px solid #c0a975;
    padding: 20px 15px;
    background: #f9ebb8;
    max-width: 768px;
    margin-bottom: 20px;
}

.important-information-text {
    text-decoration: underline;
    margin-bottom: 10px;
}

.entry-important-information p a {
    color: #ba2fb5;
    font-weight: 700;
}

.entry-btn-cta {
    display: block;
    background: #fca323;
    border-bottom: 5px solid #d4820c;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    max-width: 768px;
    font-weight: 700;
    font-size: 1.5rem;
    transition: all 250ms linear;
}

.entry-btn-cta:hover {
    color: #fff;
    background: #d4820c;
}

.page-reviewer {
    background: #f5f5f5;
    padding: 30px 0;
}

.page-reviewer-inner {
    padding: 0 15px 0 180px;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

.about-reviewer-img {
    position: absolute;
    top: 0;
    left: 15px;
    display: block;
    width: 140px;
    height: 140px;
    -webkit-border-radius: 0 14px 0 14px;
    -moz-border-radius: 0 14px 0 14px;
    border-radius: 0 14px 0 14px;
    border: 4px solid #fff;
    -webkit-box-shadow: -3px 2px 22px -11px rgba(0,0,0,0.5);
    -moz-box-shadow: -3px 2px 22px -11px rgba(0,0,0,0.5);
    box-shadow: -3px 2px 22px -11px rgba(0,0,0,0.5);
}

.about-reviewer {
    font-size: 1.25rem;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.about-reviewer:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    background: #d9d8d8;
}

.about-reviewer-name {
    font-size: 1.375rem;
    font-weight: 300;
}

.about-reviewer-text {
    margin-top: 5px;
    width: 80%;
    line-height: 1.8;
}

.sale-popup {
    background: #fff;
    width: 310px;
    min-height: 74px;
    position: fixed;
    bottom: 20px;
    left: -360px;
    z-index: 200;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 0;
    -webkit-box-shadow: rgba(89, 89, 89, 0.24) 1px 1px 23px 1px;
    -moz-box-shadow: rgba(89, 89, 89, 0.24) 1px 1px 23px 1px;
    box-shadow: rgba(89, 89, 89, 0.24) 1px 1px 23px 1px;
}

.sale-popup .sale-popup-close {
    font-size: 1rem;
    position: absolute;
    top: -10px;
    right: -3px;
    color: #dce1ed;
    visibility: hidden;
    opacity: 0;
    transition: all 250ms linear;
}

.sale-popup:hover .sale-popup-close {
    color: #dce1ed;
    visibility: visible;
    opacity: 1;
}

.sale-popup-div {
    overflow: hidden;
    width: 24%;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    padding: 10px 10px 10px 20px;
}

.sale-popup-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width:auto;
}

.sale-popup-about {
    padding: 5px 20px 5px 5px;
    display: inline-block;
    vertical-align: middle;
    width: 76%;
    font-size: 0.875rem;
    position: relative;
}

.sale-popup-who {
    color: #474e5d;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.4;
}

.sale-popup-text {
    font-size: 0.75rem;
    color: #6d7484;
    line-height: 1.4;
}

.sale-popup-date {
    color: #65759e;
    font-size: 0.625rem;
    line-height: 2;
}

/* SOCIAL BUTTONS */

.social-buttons {
    font-size: 0;
    position: fixed;
    top: 250px;
    left: -48px;
    z-index: 50000;
    text-align: center;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.social-buttons.load {
    left: 0;
}

.social-buttons a {
    display: block;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.125rem;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.social-buttons a:hover {
    width: 60px;
    opacity: 0.85;
}

.facebook-share-btn {
    background: #4267b2;
}

.twitter-share-btn {
    background: #55acee;
}

.telegram-share-btn {
    background: #0088cc;
}

.pinterest-share-btn {
    background: #cb2027;
}

.checkbox-list {
    margin-bottom: 20px;
}

.checkbox-list li {
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
}

.checkbox-list li i {
    margin-right: 5px;
    color: #0b7b09;
    font-size: 1.375rem;
    vertical-align: middle;
}

.checkbox-list li span {
    vertical-align: middle;
}

.checkbox-list li:last-child {
    margin-bottom: 0;
}

/* SALES BAR */

.sales-bar-top {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    z-index: 150000;
    background: #ba2fb5;
    color: #fff;
    padding: 9px 15px;
    text-align: center;
    font-size: 0;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.sales-bar-top.show {
    top: 0;
}

.sales-bar-top &gt; * {
    display: inline-block;
    vertical-align: middle;
}

.sales-bar-top img {
    width: 55px;
    height: auto;
}

.sales-bar-top p {
    font-size: 1.063rem;
    padding: 0 10px;
    line-height: 1;
}

.sales-bar-top p span {
    display: block;
    margin-top: 5px;
}

.sales-bar-top a {
    background: #ba2fb5;
    border: 2px solid #fff;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 15px;
    font-size: 0.875rem;
}

/* ANIMATIONS */

@-webkit-keyframes pulse { 
    0% {
        -webkit-transform: scale(1);
    } 
    50% {
        -webkit-transform: scale(1.1);
    } 
    100% {
        -webkit-transform: scale(1);
    } 
}

@-moz-keyframes pulse { 
    0% {
        -moz-transform: scale(1);
    } 
    50% {
        -moz-transform: scale(1.1);
    } 
    100% {
        -moz-transform: scale(1);
    } 
}

@keyframes pulse { 
    0% {
        transform: scale(1);
    } 
    50% {
        transform: scale(1.1);
    } 
    100% {
        transform: scale(1);
    } 
}

@-webkit-keyframes jump { 
    0% {
        transform: translateY(-10px);
        opacity: 0;
    } 
    100% {
        transform: translateY(0);
        opacity: 1;
    } 
}

@-moz-keyframes jump { 
    0% {
        transform: translateY(-10px);
        opacity: 0;
    } 
    100% {
        transform: translateY(0);
        opacity: 1;
    } 
}

@keyframes jump { 
    0% {
        transform: translateY(-10px);
        opacity: 0;
    } 
    100% {
        transform: translateY(0);
        opacity: 1;
    } 
}

@media screen and (max-width: 1139px) {
    body {
        padding-bottom: 48px;
    }

    .social-buttons {
        top: auto;
        bottom: -48px;
        left: 0;
        width: 100%;
    }

    .social-buttons.load {
        bottom: 0;
        left: auto;
    }

    .social-buttons a {
        display: inline-block;
        vertical-align: bottom;
        width: 25%;
    }

    .social-buttons a:hover {
        width: 25%;
        opacity: 0.95;
        height: 53px;
        line-height: 53px;
    }

    .sale-popup {
        bottom: 68px;
        width: 300px;
    }
}

@media screen and (max-width: 1023px) {
    .reviews-head {
        display: none;
    }

    .reviews-table.table {
        font-size: 0;
        display: block;
    }

    .cell-1, .cell-2 {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        border-right: 0;
        padding: 27px 10px;
    }

    .cell-3, .cell-4 {
        width: 100%;
        display: block;
        border-right: 0;
    }

    .cell-2 {
        border-right: 0;
        border-left: 1px solid #e8e8e8;
    }

    .cell-3 {
        border-top: 1px solid #e8e8e8;
    }
}

@media screen and (max-width: 767px) {
    .footer-menu-open {
        display: block;
    }
    .footer-menu {
        display: none;
    }
    .footer-menu li {
        display: block;
    }
    .footer-menu li a {
        color: #000;
        padding: 15px 10px;
        border-top: 1px solid #5c5c5c;
    }
    .footer-menu li a:after {
        display: none;
    }
    /* PAGE CSS */
    .header-logo-area {
        line-height: 50px;
        height: 50px;
        padding-right: 35px;
        width: 100%;
    }
    .header-logo-area a {
        vertical-align: middle;
    }
    .header-menu-area {
        text-align: left;
        display: block;
        width: auto;
        margin: 0 -15px;
    }
    .header-menu-area button {
        display: block;
    }
    .header-menu-area ul {
        background: #fff;
        display: none;
    }
    .header-menu-area ul li {
        border-top: 1px solid #f3f3f3;
        display: block;
        padding: 0;
    }
    .header-menu-area ul li a {
        padding: 5px 20px;
        line-height: 40px;
    }
    .review-content {
        padding: 20px 15px 40px;
    }

    .page-header {
        padding: 25px 15px;
    }

    .page-header .headline {
        line-height: 1.3;
        font-size: 1.875rem;
        margin-bottom: 5px;
    }

    .load-more-text {
        font-size: 1.125rem;
    }

    .most-popular {
        margin: 40px 0;
    }

    .most-popular h3 {
        font-size: 1.5rem;
    }

    .best-overall-box &gt; div {
        display: block;
        width: 100%;
        padding: 10px 20px;
        text-align: center;
    }

    .best-overall-box &gt; div img {
        position: relative;
        top: auto;
        left: auto;
        width: 90px;
        height: 90px;
        display: block;
        margin: 0 auto 20px;
    }

    .entry-content h1 {
        line-height: 1.3;
        font-size: 1.875rem;
    }

    .main-left-content h2 {
        font-size: 1.625rem;
    }

    .entry-btn-cta {
        font-size: 1.25rem;
    }

    .page-reviewer-inner {
        padding: 0 15px;
        text-align: center;
    }

    .about-reviewer-img {
        margin: 0 auto 15px;
        position: relative;
        top: auto;
        left: auto;
        max-width: 220px;
        width: 70%;
        height: auto;
    }

    .about-reviewer:after {
        left: 50%;
        width: 100px;
        margin-left: -50px;
    }

    .about-reviewer-text {
        width: 100%;
        margin-top: 15px;
    }

    .main-left-content {
        width: 100%;
        display: block;
        padding: 0;
    }

    .main-sidebar-content {
        width: 100%;
        display: block;
        margin-top: 20px;
    }

    .sales-bar-top {
        padding: 7px 5px;
    }

    .sales-bar-top img {
        width: 39px;
    }

    .sales-bar-top p {
        font-size: 0.875rem;
        padding: 0 4px;
    }

    .sales-bar-top p span {
        display: none;
    }

    .sales-bar-top a {
        font-size: 0.75rem;
        padding: 6px 4px;
        border-width: 1px;
    }
}

@media screen and (min-width: 768px) {
    .footer-menu, .header-menu-area ul {
        display: block !important;
    }
}</pre></body></html>