/**
 * @version    1.0
 * @package    Beauty Toolbar
 * @author     WooVina <admin@woovina.com>
 * @copyright  Copyright (C) 2018 WooVina.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Websites: https://woovina.com
 */
 
/* Promotion CSS */
#woovina-promotions-wrapper {
	bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 99;
}
#woovina-promotions-wrapper .woovina-button {
	background: transparent none repeat scroll 0 0;
    border-radius: 50%;
    font-weight: bold;
    height: 68px;
    text-align: center;
    width: 68px;
	border: 2px solid #0054a6;
	box-sizing: border-box;
}
#woovina-promotions-wrapper .woovina-button a {
	color: #fff;
	background: #0054a6 none repeat scroll 0 0;
	border-radius: 50%;
	display: block;
	height: 60px;
	margin: 2px;
	width: 60px;
	box-sizing: border-box;
}
#woovina-promotions-wrapper .woovina-button a:hover { 
	color: #fff;
}
#woovina-promotions-wrapper .woovina-button span {
	display: block;
    font-size: 10px;
    line-height: 1;
    padding: 13px 0 2px;
}
#woovina-promotions-wrapper .woovina-button strong {
	display: block;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}
#woovina-promotions-wrapper .woovina-content::before {
    bottom: -18px;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    width: 420px;
}
#woovina-promotions-wrapper .woovina-content::after {
    background: #f8f8f8 none repeat scroll 0 0;
    bottom: -7px;
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    right: 26px;
    transform: rotate(45deg);
    width: 13px;
    z-index: 1;
}
#woovina-promotions-wrapper .woovina-content {
    background: #fff none repeat scroll 0 0;
    bottom: 85px;
    box-shadow: 0 7px 25px rgba(130, 130, 130, 0.2);
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 420px;
    z-index: 1;
	color: #212129;
}
#woovina-promotions-wrapper .woovina-content-inner {
    font-size: 16px;
    padding: 20px 30px 20px;
}
#woovina-promotions-wrapper .woovina-content-inner h3 {
	margin-bottom: 10px;
	font-size: 18px;
}
#woovina-promotions-wrapper .woovina-content-inner p {
    line-height: 1.6;
    margin: 0;
}
#woovina-promotions-wrapper .woovina-content-inner a {
	text-decoration: none;
	color: #212129;
}
#woovina-promotions-wrapper .woovina-buy-now {
	-moz-box-pack: center;
    background: #f8f8f8 none repeat scroll 0 0;
    justify-content: center;
    padding: 20px 0;
	display: flex;
}
#woovina-promotions-wrapper .woovina-buy-now a {
	background-color: #0054a6;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 20px;
}
#woovina-promotions-wrapper .woovina-buy-now a:hover, 
#woovina-promotions-wrapper .woovina-buy-now a :active {
    background-color: #212129;
    color: #fff !important;
    transform: scale(1.1);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
#woovina-promotions-wrapper:hover .woovina-content {
	opacity: 1;
    visibility: visible;
}
#woovina-promotions-wrapper:hover .woovina-button {
    box-shadow: 0 7px 16px rgba(130, 130, 130, 0.4);
}
#woovina-promotions-wrapper .woovina-button a:focus {
	outline: medium none;
    text-decoration: none;
}
@media (max-width: 505px) {
	#woovina-promotions-wrapper {
		display: none !important;
	}
}
@media (max-width: 480px) {
	#woovina-promotions-wrapper {
		display: none !important;
	}
}
 
/* Demo Toolbar */
.no-scroll {
	overflow: hidden;
}
#beauty-toolbar {
	z-index: 99;
}
#beauty-toolbar.active {
	z-index: 101;
}
#beauty-toolbar .beauty-toolbar-inner {
	position: fixed;
	z-index: 9999991;
	background: #fff;
	top: 0;
	width: 440px;
	height: 100%;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
#beauty-toolbar.left-position .beauty-toolbar-inner {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	left: 0;
}
#beauty-toolbar.right-position .beauty-toolbar-inner {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	right: 0;
}
#beauty-toolbar.active .beauty-toolbar-inner {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	z-index: 9999999;
}
#beauty-toolbar .toolbar-scroll {
	height: 100%;
	overflow-y: scroll;
	padding: 18px;
}
#beauty-toolbar .open {
	position: fixed;
	top: 30%;
	width: 62px;
	height: 64px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	border: 2px solid #FFF;
	border-right: none;
	border-radius: 2px 0 0 2px;
	padding: 1px;
}
#beauty-toolbar .open * {
	transition: all 0.3s;
}
#beauty-toolbar .open .normal {
	display: block;
	background: #0054a6;
	color: #fff;
	height: 100%;
	z-index: 1;
	position: relative;
}
#beauty-toolbar .open .normal span {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 16px;
	padding-top: 12px;
}
#beauty-toolbar .open .animation {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	position: absolute;
	left: 1px;
	top: 1px;
	z-index: 0;
	width: 58px;
	height: 58px;
}
#beauty-toolbar .open:hover .normal {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	z-index: 0;
}
#beauty-toolbar .open:hover .animation {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	z-index: 1;
}
#beauty-toolbar.left-position .open .open-inner {
	border-left: none;
	border-radius: 0 2px 2px 0;
}
#beauty-toolbar.right-position .open {
	right: 100%;
}
#beauty-toolbar.left-position .open {
	right: -50px;
}
#beauty-toolbar .open .icon-toolbar {
	padding: 2px;
	width: 72px;
	height: 72px;
	position: relative;
}
#beauty-toolbar .open .icon-toolbar .front {
	z-index: 2;
}
#beauty-toolbar .open .icon-toolbar .back {
	z-index: 1;
}
#beauty-toolbar .open .icon-toolbar:hover .front {
	display: none;
}
#beauty-toolbar .open .icon-toolbar div {
	width: 4px;
	height: 4px;
	background: #333;
	margin: 2px;
	transition: all 0.3s ease-in;
}
#beauty-toolbar .open .open-inner:hover .square-1,
#beauty-toolbar .open .open-inner:hover .square-2,
#beauty-toolbar .open .open-inner:hover .square-3 {
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}
#beauty-toolbar .open .open-inner:hover .square-4,
#beauty-toolbar .open .open-inner:hover .square-6 {
	-webkit-transform: translateY(22px);
	-ms-transform: translateY(22px);
	transform: translateY(22px);
}
#beauty-toolbar .open .open-inner:hover .square-5 {
	-webkit-transform: scale(6);
	-ms-transform: scale(6);
	transform: scale(6);
	opacity: 1 !important;
	transition-delay: 0.4s;
}
#beauty-toolbar .open .open-inner:hover .square-7,
#beauty-toolbar .open .open-inner:hover .square-8,
#beauty-toolbar .open .open-inner:hover .square-9 {
	-webkit-transform: translateY(14px);
	-ms-transform: translateY(14px);
	transform: translateY(14px);
}
#beauty-toolbar .open .open-inner:hover .icon-toolbar div {
	opacity: 0;
}
#beauty-toolbar .open .open-inner .square-1 {
	transition-delay: 0.14s;
}
#beauty-toolbar .open .open-inner .square-2 {
	transition-delay: 0.12s;
}
#beauty-toolbar .open .open-inner .square-3 {
	transition-delay: 0.1s;
}
#beauty-toolbar .open .open-inner .square-4 {
	transition-delay: 0.06s;
}
#beauty-toolbar .open .open-inner .square-5 {
	transition-delay: 0.05s;
	transition-duration: 0.15s;
}
#beauty-toolbar .open .open-inner .square-6 {
	transition-delay: 0.08s;
}
#beauty-toolbar .open .open-inner .square-7 {
	transition-delay: 0.04s;
}
#beauty-toolbar .open .open-inner .square-8 {
	transition-delay: 0.02s;
}
#beauty-toolbar .open .open-inner .square-9 {
	transition-delay: 0s;
}
.toolbar-footer,
.toolbar-header {
	text-align: center;
	padding: 0 0 20px;
}
.toolbar-header {
	margin-bottom: 0;
	padding-top: 60px;
}
.toolbar-header.no-buynow {
	padding-top: 0;
}
.toolbar-header.no-buynow .buy-now {
	display: none !important;
}
#beauty-toolbar .buy-now,
#beauty-toolbar .package,
.toolbar-header .logo-purchase {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.toolbar-header .logo-purchase {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}
#beauty-toolbar .package {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 30px 0;
}
#beauty-toolbar .package-left img {
	width: 135px;
	vertical-align: sub;
	border: 3px solid #f2f2f2;
}
#beauty-toolbar .package-right {
	text-align: left;
	font-size: 14px;
	color: #31302e;
	-webkit-flex: 1 0;
	-ms-flex: 1 0;
	flex: 1 0;
	margin-left: 10px;
}
#beauty-toolbar .package-right h3 {
	font-size: 16px;
	color: #242424;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 0px;
	margin-left: 6px;
}
#beauty-toolbar .package-right ul {
	margin: 0 0 0 10px;
}
#beauty-toolbar .package-right li {
	margin-top: 5px;
	position: relative;
	padding-left: 7px;
	font-size: 14px;
	list-style: none;
}
#beauty-toolbar .package-right li > span {
	color: #739f02;
}
#beauty-toolbar .package-right li:before,
#beauty-toolbar .package-right li:after {
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 1px;
	background: #0054a6;
	top: 13px;
	left: 0;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
#beauty-toolbar .package-right li:before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	left: 1px;
}
#beauty-toolbar .package-right li:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#beauty-toolbar .package-right li del {
	color: #0054a6;
}
.toolbar-header .toolbar-maindemo .img-maindemo {
	margin-bottom: 10px;
	position: relative;
	border: 3px solid #f2f2f2;
}
.toolbar-header .toolbar-maindemo .title-maindemo {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.toolbar-header .toolbar-maindemo .title-maindemo a:hover {
	color: #fc490c;
}
.toolbar-footer {
	font-size: 12px;
    padding-bottom: 0;
    padding-top: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background: #fff;
}
.toolbar-footer.no-footer {
	display: none;
}
.small-margin-bottom {
	margin-bottom: 30px !important;
}
.toolbar-footer h4 {
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
}
.toolbar-footer {
	margin-top: 20px;
}
#beauty-toolbar .toolbar-header .buy-now {
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	line-height: 45px;
	border-bottom: 1px solid #ebebeb;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 1111;
	padding: 15px 20px;
}
#beauty-toolbar .buy-now .back-to {
	line-height: 50px;
	text-align: left;
	color: #0054a6;
	font-size: 14px;
}
#beauty-toolbar .buy-now .back-to:hover {
	color: #333;
}
#beauty-toolbar .buy-now .back-to span {
	margin-right: 5px;
}
#beauty-toolbar .buy-now a.btn-buy {
	display: inline-block;
	background: #0054a6;
	color: #fff;
	border-radius: 50px;
	line-height: 46px;
	padding: 0 20px;
	font-weight: bold;
	border: 2px solid #0054a6;
}
#beauty-toolbar .buy-now a.btn-buy:hover,
#beauty-toolbar .buy-now a.btn-buy:active {
	background-color: #ffffff;
	color: #0054a6;
	border: 2px solid #0054a6;
}
#beauty-toolbar .buy-now a.btn-buy:active {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
#beauty-toolbar .buy-now a.btn-buy + a {
	display: block;
}
#beauty-toolbar .beauty-toolbar-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
#beauty-toolbar .beauty-toolbar-list .item {
	width: 50%;
	padding: 10px 5px;
}
#beauty-toolbar .beauty-toolbar-list .item img {
	width: 100%;
}
#beauty-toolbar .btn-link {
	height: 30px;
	padding: 0 18px;
	border-radius: 20px;
	line-height: 30px;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: .2s all;
	opacity: 0;
	visibility: hidden;
}
#beauty-toolbar .beauty-toolbar-list .item .niche-title {
	margin-top: 5px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
#beauty-toolbar .beauty-toolbar-list .item .niche-title a {
	color: #000;
}
#beauty-toolbar .beauty-toolbar-list .item .niche-title a:hover {
	color: #fc490c;
}
#beauty-toolbar .niche-thumb {
	border: 3px solid #f2f2f2;
	position: relative;
}
#beauty-toolbar .niche-thumb:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
#beauty-toolbar .niche-thumb:hover .btn-link,
#beauty-toolbar .niche-thumb:hover:before {
	opacity: 1;
	visibility: visible;
}
#beauty-toolbar .overlay-demobuilder,
#beauty-toolbar .overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999990;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s;
}
#beauty-toolbar .overlay-demobuilder.active,
#beauty-toolbar.active .overlay {
	visibility: visible;
	opacity: 1;
	z-index: 9999998;
}
#beauty-toolbar .wrtb-tooltip,
#beauty-toolbar .wrticksy {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999989;
}
#beauty-toolbar .wrtb-tooltip .tooltip-content {
	visibility: hidden;
	position: absolute;
	bottom: 77px;
	right: 0;
	background: #fff;
	width: 300px;
	z-index: 1;
	text-align: center;
	box-shadow: 0 7px 25px rgba(130, 130, 130, 0.2);
	opacity: 0;
	transition: all 0.3s;
}
#beauty-toolbar .wrtb-tooltip:hover .tooltip-content {
	opacity: 1;
	visibility: visible;
}
#beauty-toolbar .wrtb-tooltip:hover .tooltip-btn {
	box-shadow: 0 7px 16px rgba(130, 130, 130, 0.4);
}
#beauty-toolbar .wrtb-tooltip .tooltip-content:before {
	content: '';
	display: block;
	position: absolute;
	width: 300px;
	height: 30px;
	bottom: -18px;
	right: 0;
}
#beauty-toolbar .tooltip-content:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -7px;
	right: 26px;
	width: 13px;
	height: 13px;
	background: #f8f8f8;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#beauty-toolbar .tooltip-content-inner {
	padding: 20px 30px;
	font-size: 13px;
}
#beauty-toolbar .tooltip-content .buy-now {
	background: #f8f8f8;
	padding: 20px 0;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#beauty-toolbar .tooltip-content p {
	margin: 0 0 15px 0;
	line-height: 1.4;
}
#beauty-toolbar .wrtb-tooltip .tooltip-btn,
#beauty-toolbar .wrticksy a {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #77a323;
	text-align: center;
	font-weight: bold;
}
#beauty-toolbar .wrticksy a {
	background: #047af4;
	color: #fff;
	line-height: 60px;
	font-size: 32px;
	display: block;
}
#beauty-toolbar .wrtb-tooltip .tooltip-btn a {
	color: #fff;
}
#beauty-toolbar .wrtb-tooltip .tooltip-btn span {
	font-size: 10px;
	display: block;
	line-height: 1;
	padding: 13px 0 2px 0;
}
#beauty-toolbar .wrtb-tooltip .tooltip-btn strong {
	display: block;
	font-size: 22px;
	line-height: 1;
	font-weight: 900;
	color: #fff;
}
#beauty-toolbar .landing-menu {
	overflow: hidden;
	padding: 20px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
}
#beauty-toolbar .landing-menu > a {
	position: relative;
	float: left;
	display: inline-block;
	width: 50%;
	margin-bottom: 5px;
	text-align: left;
}
#beauty-toolbar .landing-menu > a i {
	margin-left: 6px;
}
#beauty-toolbar .landing-menu > a:nth-child(even) {
	padding-left: 20px;
}
#beauty-demobuilder {
	position: fixed;
	top: calc(20% + 62px);
	right: -420px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 9999991;
	transition: right 0.3s ease-out;
}
#beauty-demobuilder.active-form {
	right: 0;
	z-index: 9999999;
}
#beauty-demobuilder .open-demo {
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 16px;
	border: 1px solid #e6e6e6;
	border-right: none;
	position: absolute;
	top: -2px;
	right: 100%;
	z-index: 3;
}
#beauty-demobuilder .open-demo span {
	display: block;
	border: 1px solid #fff;
	border-right: none;
	width: 61px;
	height: 60px;
	padding-top: 13px;
	background: #0071b2;
	transition: all 0.3s;
}
#beauty-demobuilder .open-demo span:hover {
	background: #006198;
}
#beauty-demobuilder .demo-iframe {
	background: #fff;
	border: 5px solid #0071b2;
	box-shadow: 0 0 0px 1px white, 0 0 0px 2px #e6e6e6;
	position: relative;
	z-index: 2;
	padding-left: 10px;
	padding-right: 10px;
}
#beauty-demobuilder .demo-iframe iframe {
	position: relative;
	z-index: 2;
}
#beauty-demobuilder .demo-iframe .loading-demo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
}
#beauty-demobuilder .woovina-backend {
	position: absolute;
	top: 90px;
	right: calc(100% + 180px);
	width: 470px;
	height: 270px;
	background: #3f494d;
	color: #fff;
	box-shadow: 0 0 49px 14px rgba(0, 0, 0, 0.2);
	z-index: 1;
	padding: 0 30px;
	display: none;
}
#beauty-demobuilder .woovina-backend-inner {
	position: relative;
	text-align: center;
}
#beauty-demobuilder .woovina-backend .arrow {
	position: absolute;
	right: -128px;
	top: -99px;
	width: 136px;
}
#beauty-demobuilder .woovina-backend .psss {
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
	margin: 45px 0 20px 0;
}
#beauty-demobuilder .woovina-backend p {
	font-size: 14px;
	margin: 0 0 25px 0;
}
#beauty-demobuilder .woovina-backend .close {
	display: inline-block;
	clear: both;
	cursor: pointer;
	transition: all 0.3s;
}
#beauty-demobuilder .woovina-backend .close:hover {
	opacity: 0.7;
}
.top-banner {
	background: #c52949;
}
.top-banner .container {
	height: 90px;
}
.top-banner .toolbar-purchase {
	background: #44c200;
	-webkit-box-shadow: 0px 4px 0px 0px #2f730a;
	box-shadow: 0px 4px 0px 0px #2f730a;
	display: inline-block;
	padding: 0 30px;
	border-radius: 25px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	height: 44px;
	line-height: 44px;
	margin-left: 80px;
	white-space: nowrap;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
	letter-spacing: 1px;
}
.top-banner .toolbar-purchase strong {
	font-size: 17px;
}
.top-banner .toolbar-purchase:hover {
	background: #fff;
	color: #b82335;
	-webkit-box-shadow: 0px 4px 0px 0px #b82335;
	box-shadow: 0px 4px 0px 0px #b82335;
}
.countdown-inner > div {
	position: relative;
	width: 62px;
	height: 67px;
	text-align: center;
	font-weight: 500;
	margin: 0 6px;
	border-bottom: 4px solid #e1e4ec;
	border-radius: 0 0 5px 5px;
	background: #fff;
}
.countdown-inner > div:before {
	content: '';
	background: url(images/icon-1.png) no-repeat top center;
	width: 70px;
	height: 23px;
	position: absolute;
	top: -4px;
	left: -5px;
}
.countdown-inner > div:nth-child(2):before,
.countdown-inner > div:nth-child(4):before  {
	background: url(images/icon-2.png) no-repeat top center;
	left: -4px;
}
.countdown-inner > div > span {
	display: block;
}
.countdown-inner > div .number {
	font-size: 32px;
	color: #24a909;
	margin-top: 16px;
}
.countdown-inner > div .number + span {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.countdown-inner * {
	color: #fff;
	display: inline-block;
}

#beauty-toolbar .beauty-toolbar-list .item.pro-demos .niche-thumb::after {
	background-color: #ff2947;
	color: #fff;
	content: 'PRO';
	position: absolute;
	right: 8px;
	top: 8px;
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 10px;
}
#beauty-toolbar .item.pro-demos .niche-thumb:hover:after {
	display: none;
}
#beauty-toolbar h3.demo-title {
	line-height: 60px;
	background-color: #ebebeb;
	color: #000;
	text-align: center;
}
@media (max-width: 620px) {
	.top-banner .toolbar-purchase {
		margin-left: 0;
	}
	.top-banner .container.jcfe {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.top-banner .container.jcfe:before,
	.top-banner .container.jcfe:after {
		display: none;
	}
}
@media (max-width: 520px) {
	.top-banner {
		background-position-y: bottom;
	}
	.top-banner .container.jcfe {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: 130px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.top-banner .toolbar-purchase {
		margin-bottom: 5px;
	}
	.top-banner .countdown-timer {
		margin-top: 5px;
	}
}
@media (max-width: 505px) {
	#beauty-toolbar .beauty-toolbar-inner {
		width: calc(100% - 65px);
	}
	#beauty-toolbar .beauty-toolbar-list .item {
		width: 100%;
	}
	#beauty-demobuilder {
	    width: calc(100% - 67px);
	}
	#beauty-demobuilder .demo-iframe,
	#beauty-demobuilder .demo-iframe iframe {
		width: 100%;
	}
}
@media (max-width: 480px) {
	#beauty-toolbar .buy-now,
	#beauty-toolbar .package {
		display: block;
	}
	#beauty-toolbar .package-left {
		display: none;
	}
	#beauty-toolbar .package-right {
		margin-left: 0;
	}
	.toolbar-header {
		padding-top: 100px;
	}
	#beauty-toolbar .buy-now {
		line-height: inherit;
		padding-top: 0;
	}
	#beauty-toolbar .open {
		width: 54px;
		height: 54px;
		border-radius: 15px 0 0 15px;
		overflow: hidden;
	}
	#beauty-toolbar .open .normal span {
		font-size: 11px;
		line-height: 14px;
		padding-top: 10px;
	}
}
