/* ================================================ */
/* GENERAL */
/* ================================================ */
body {
	font-family: "acumin-pro",sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
}

img {
	max-width: 100%;
	height: auto;
}

a:focus, a:hover {
	color: inherit;
	text-decoration: none;
}

hr.hr-text {
	position: relative;
	border: none;
	height: 1px;
	background: #D6D6D6;
	margin: 30px 0;
}

hr.hr-text::before {
	content: attr(data-content);
	display: inline-block;
	background: #fff;
	font-size: 0.85rem;
	color: #D6D6D6;
	border-radius: 30rem;
	padding: 0px 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section {
	background: #ffffff;
	position: relative;
}

.section-title {
	margin-bottom: 20px;
	text-align: center;
	font-family: "acumin-pro-wide",sans-serif;
	font-weight: 300;
}

.warning {
	color: #ffffff;
	background: #000000;
	padding: 10px;
	font-size: 11px;
	margin-top: 15px;
}

.warning .warning-icon {
	display: inline-block;
	background: #ffffff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #000000;
	font-size: 10px;
	margin-right: 5px;
}

.text-grey {
	color: #7f7f7f;
}

/* ================================================ */
/* HEADER */
/* ================================================ */
.header-area {	
	background: #ffffff;
	height: 70px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 4;
}

.header-area .header-container {
	display: flex;
	align-items: center;
	width: 100%;	
	height: 100%;
	position: relative;
}

.header-area.header-live {
	background: #000000;
}

.header-area .header-left,
.header-area .header-right {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.header-area .site-logo {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.header-nav-btn {
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	background: #898989;
	color: #000000;
	border-radius: 27px;
	text-align: center;
	line-height: 20px;
	padding: 0 10px;
	min-width: 60px;
	font-size: 11px;
	font-weight: bold;
}

.header-nav-btn a {
	color: #000000;
}

.header-nav-btn.btn-back {
	width: 20px;
	cursor: pointer;
	padding: 0;
	min-width: unset;
}

.header-area.header-sticky {
}

.header-area .site-logo {
	text-align: center;
}

.header-area .header-left {
	display: flex;
	justify-content: flex-start;
}

.header-area .header-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-area .header-right .account {
	margin-right: 15px;
}

.header-area .header-right .account > a {
	font-size: 12px;
	line-height: 1;
	color: #000;
	display: block;
}

.header-area .header-right .account > a.has-submenu {
	margin-right: 15px;
}

.header-area .header-right .account img {
	margin-right: 10px;
}

.logged-in .header-area .header-right .account{
	margin-right: 10px;
}

.header-area .header-right .shopping-bag{
	margin-right: 5px;
}

.header-area .header-right .cart-count span{
	color: #ffffff;
	background: #000000;
	border-radius: 50%;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
}

.search-btn {
	cursor: pointer;
}

.search-btn i {
	margin-right: 10px;
}

#login-signup-wrapper {
	display: none;
	padding: 23px 15px;
	width: 90%;
    max-width: 330px;
    border-radius: 10px;
}

#login-signup-wrapper form {
	min-height:550px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#login-signup-wrapper .form-title {
	font-weight: 300;
	margin-bottom: 30px;
}

#login-signup-wrapper .btn-facebook,
#login-signup-wrapper .btn-google {
	font-size: 10px;
	border: 0;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(184,184,184,1);
	-moz-box-shadow: 0px 2px 10px 0px rgba(184,184,184,1);
	box-shadow: 0px 2px 10px 0px rgba(184,184,184,1);
}

#login-signup-wrapper .btn-facebook {
	background-color: #3E64AD;
}

#login-signup-wrapper .btn-google {
	background-color: #CE4432;
}

#login-signup-wrapper .btn-facebook .fab,
#login-signup-wrapper .btn-google .fab {
	margin-right: 8px;
}
#login-signup-wrapper .submit-area {
	color: #707070;
	font-size: 12px;
}

#login-signup-wrapper .submit-area input[type="submit"] {
	font-weight: bold;
	color: #000;
	border-color:#000;
	border-radius: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 162px;
	margin-bottom: 15px;
}

#login-signup-wrapper .submit-area a {
	text-decoration: underline;
	color: #707070;
}

.form-group {
	margin-bottom: 8px;
}

.form-control {
	border-radius: 0;
	border-color: #000000;
	height: 30px;
	font-size: 12px;
}

.form-control:focus {
	border-color: #000000;
	box-shadow: unset;
}

.slick-initialized .slick-slide:focus {
	outline: none;
}

.slick-fullscreen .slick-list,
.slick-fullscreen .slick-track,
.slick-fullscreen .slick-slide {
	height: 100%;
}

.slick-fullscreen .slick-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.search-form-wrapper {
	display: none;
	padding: 0;
	top: 80px;
	position: absolute;
	background: transparent;
	left: 15px;
	right: 15px;
	overflow: visible;
}

.search-form-wrapper {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.search-modal .fancybox-slide {
	padding: 0;
}

.search-modal .fancybox-bg {
	background: transparent;
}

.search-form-wrapper input[type="text"] {
	width: 100%;
	text-align:center;
	font-size: 14px;
	border-radius: 10px;
	padding: 10px;
	border: 1px solid #F5F5F5;
	color: #898989;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(170,170,170,0.4);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(170,170,170,0.4);
	box-shadow: inset 0px 0px 3px 0px rgba(170,170,170,0.4);
	transition: all 0.3s ease;
}

.search-form-wrapper input[type="text"]:focus {
	outline: unset !important;
}

.search-form-wrapper input[type="text"].hide {
	margin-top: -15px;
	opacity: 0;
}

.header-area .sub-menu {
	display: none;
	width: 300px;
	position: absolute;
	top: 60px;
	background: #ffffff;
	left: unset;
	right: 0px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(132,132,132,0.4);
	-moz-box-shadow: 0px 2px 10px 2px rgba(132,132,132,0.4);
	box-shadow: 0px 2px 10px 2px rgba(132,132,132,0.4);
}

.header-area .sub-menu ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

.header-area .sub-menu ul li {
	padding: 10px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
}

.header-area .header-right .sub-menu ul li a {
	color: #888888;
	font-weight: normal;
}

/* ================================================ */
/* FOOTER */
/* ================================================ */

.footer-area {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 1;
}

.footer-area.footer-sticky {
	position: fixed;
	bottom: 15px;
	z-index: 5;
	width: 100%;
}

.live-notification {
	background: rgba(255,255,255,1);
	height: 60px;	
	position: relative;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(170,170,170,0.5);
	-moz-box-shadow: 0px 5px 12px 0px rgba(170,170,170,0.5);
	box-shadow: 0px 5px 12px 0px rgba(170,170,170,0.5);
	margin-bottom: 10px;
}

.live-notification-content {
	display: flex;
	align-items: center;
}

.live-notification .influencer-photo {
	width: 100px;
}

.live-notification .influencer-photo img {
	width: 100px;
	height: 60px;
	object-fit: cover;
	object-position: top center;
}

.live-notification .live-notification-info {
	width: calc(100% - 156px);
	padding-left: 10px;
	line-height: 1.2;
}

.live-notification .live-notification-close {
	text-align: center;
	width: 56px;
}

.live-nav-wrapper {
	background: #f5f5f5;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(170,170,170,0.5);
	-moz-box-shadow: 0px 5px 12px 0px rgba(170,170,170,0.5);
	box-shadow: 0px 5px 12px 0px rgba(170,170,170,0.5);
	position: relative;
	z-index: 3;
}

.live-nav {
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.live-nav .live-nav-btn {
	border-radius: 20px;
	border: 1px solid #888888;
	height: 40px;
	text-align: center;
	line-height: 34px;
	color: #888888;
	font-size: 12px;
	margin-right: 15px;
	margin-left: 15px;
	cursor: pointer;
	width: 250px;
	position: relative;
}

.live-nav .live-nav-btn:before {
	position: absolute;
	top: 2px;
	right: 15px;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	content: "\f078";
}

.live-nav .live-nav-btn-2 {	
	height: 40px;
	text-align: center;
	line-height: 34px;	
	font-size: 12px;
	margin-right: 5px;
	cursor: pointer;
	margin-right: 15px;
	margin-left: 15px;
}

.live-nav .live-nav-btn-2 a {
	color: #888888;
}

.live-nav .live-nav-toggle {
	color: #888888;
	margin-right: 15px;
	margin-left: 15px;
} 

.nav-toggle {
	padding-right: 60px;
	position: relative;
	z-index: 1;
	display: block;
	min-height: 1.5rem;
}

.nav-toggle:before {
	width: 48px;
	pointer-events: all;
	border-radius: 12px;
	left: unset;
	right: 0;
	position: absolute;
    top: 0;
    display: block;
    height: 24px;
    content: "";
    background-color: #898989;
    cursor: pointer;
}

.nav-toggle:after {
	position: absolute;
	left: unset;
	right: 28px;
	content: "";
    background: #ffffff;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    transition: all .25s ease-in-out;
}

.nav-toggle.active:before {
	background: #d0d0d0;
}

.nav-toggle.active:after {
	background: #027afe;
	right: 4px;
}

.live-nav .sub-menu {
	display: none;
	position: absolute;
	top: 50px;
	background: #ffffff;
	left: 0px;
	right: 0px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(132,132,132,0.4);
	-moz-box-shadow: 0px 2px 10px 2px rgba(132,132,132,0.4);
	box-shadow: 0px 2px 10px 2px rgba(132,132,132,0.4);
	z-index: 3;
}

.live-nav .sub-menu ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

.live-nav .sub-menu ul li {
	padding: 10px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
}

.live-nav .sub-menu ul li a {
	color: #888888;
}

.default-footer {
	background: #000000;
	color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.has-footer .default-footer  {
	padding-bottom: 85px;
}

.default-footer a {
	color: #ffffff;
}

.optin-form {
	margin: 20px 0 50px 0;
	max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.optin-form input[name="email"] {
	width: 100%;
	background: #000000;
	outline: none;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:2px solid #383838;
	padding: 5px;
}


/* ================================================ */
/* HOME */
/* ================================================ */

.home-slider-wrapper {
	height: calc(100vh - 70px);
}

.home-slider {
	width: 100%;
	height: 100%;
}

.has-footer .influencer-list-wrapper {
	padding-bottom: 55px;
}

.influencer-list-wrapper {
	padding-top: 40px;
	padding-bottom: 0px;
}

.shop .influencer-list-wrapper {
	padding-top: 20px;
}

.influencer-grid {
	margin-bottom: 35px;
	text-transform: uppercase;
	position: relative;
}

.influencer-grid .icon-live {
	height: 20px;
	margin-right: 10px;
	background: #ffffff;
	color: #000000;
	border-radius: 27px;
	text-align: center;
	line-height: 20px;
	padding: 0 10px;
	min-width: 60px;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	top: 10px;
	left: 10px;
}

.influencer-grid a {
	color: #000000;
}

.influencer-grid .influencer-photo {
	margin-bottom: 5px;
}

.influencer-grid .influencer-photo img {
	border-radius: 10px;
	width: 100%;
	height: auto;
}

.influencer-grid .influencer-name {
	font-weight: bold;
}

/* ================================================ */
/* LIVE */
/* ================================================ */

.live-video-wrapper {	
	height: 100vh;
	padding-top: 0px;
	display: flex;
}

.live-video-wrapper .header-live {
	position: absolute;
	left: 0;
	right: 0;
	background: transparent;
	z-index: 3;
}

.live-video {	
	flex: 0 1 auto;
    width: 100%;
    background: #000000;
    position: relative;
}

.live-video:after {
	left: 0;
	right: 0;
	position: absolute;
	content: '';
	bottom: 0;
	width: 100%;
	height: 50%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.7483368347338936) 0%, rgba(255,255,255,0) 100%);
}

.live-video video {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	width: auto;
	bottom: 0;
	object-fit: cover;
	height: 100%;
	transform: translateX(-50%);
}

.live-video-wrapper .live-content {
	flex: 0 1 350px;
	background: #F5F5F5;
}

.live-video-wrapper .live-content .live-info-wrapper {
	background: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #cccccc;
}

.live-video-wrapper .live-content .live-info {
	position: relative;
	padding-left: 0px;
	text-transform: uppercase;
	font-size: 13px;
}

.live-video-wrapper .live-content .live-info:after {
	content: '';
	clear:both;
	height: 0;
	display: table;
}

.live-video-wrapper .live-content .live-info .influencer-photo {
	position: relative;
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 10px;
}

.live-video-wrapper .live-content .live-info .influencer-photo img {
	border-radius: 50%;
}

.live-video-wrapper .live-content .comment-wrapper {
	padding-top: 15px;
}

.live-video-wrapper .live-content .comment-wrapper hr {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.live-video-wrapper .live-content .profile-info-wrapper {
	background: #ffffff;
	position: relative;
}

.live-video-wrapper .live-content .profile-info {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.live-video-wrapper .live-content .profile-info-wrapper .account {

}

.live-video-wrapper .live-content .profile-info-wrapper .account a {
	color: #000000;
	font-size: 12px;
	line-height: 1;
}

.live-video-wrapper .live-content .profile-info-wrapper .account .sub-menu {
	display: none;
	position: absolute;
	top: 50px;
	background: #ffffff;
	left: 15px;
	right: 15px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(132,132,132,0.4);
	-moz-box-shadow: 0px 2px 10px 2px rgba(132,132,132,0.4);
	box-shadow: 0px 2px 10px 2px rgba(132,132,132,0.4);
	z-index: 3;
}

.live-video-wrapper .live-content .profile-info-wrapper .account .sub-menu ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

.live-video-wrapper .live-content .profile-info-wrapper .account .sub-menu ul li {
	padding: 10px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
}

.live-video-wrapper .live-content .profile-info-wrapper .account .sub-menu ul li a {
	color: #888888;
}

.live-video-wrapper .live-content .profile-info-wrapper .shopping-bag {
	margin-right: 5px;
	margin-left: auto;
}

.live-video-wrapper .live-content .profile-info-wrapper .cart-count span {
	color: #ffffff;
	background: #000000;
	border-radius: 50%;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
}

.live-video-wrapper .btn-shop {	
	width: 100%;
	height: 30px;
	margin: 20px auto 0 auto;
	position: absolute;
	bottom: 0;
	z-index: 3;
}

.live-video-wrapper .btn-shop a {
	width: 170px;
	color: #000000;
	display: block;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	background:#ffffff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

.live-video-wrapper .btn-shop a i {
	margin-right: 5px;
}

.live-content .comment-toggle {
	text-decoration: underline;
	color: #ffffff;
}

.live-content .comment-list {
	margin-top: 15px;
	overflow-y: auto;
}

.live-content .comment-list .comment-item {
	margin-bottom: 20px;
}

.live-content .comment-list .comment-author {
	display: flex;
	align-items: center;
}

.live-content .comment-list .comment-author img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 10px;
}

.live-content .comment-list .comment-author span {
	font-weight: bold;
	text-transform: uppercase;
}

.live-content .comment-list .comment-message {
	background: #ffffff;
	color: #000000;
	line-height: 1.2;
	padding: 8px 20px;
	margin-top: 10px;
	border-radius: 10px;
	width: 100%;
}

.live-content .comment-action {
	display: flex;
	position: relative;
	margin-top: 20px;
}

.live-content .comment-action .btn-like,
.live-content .comment-action .btn-share {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #ffffff;
	margin-right: 10px;
	color: #707070;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	box-shadow: -4px 3px 7px 0px rgba(0,0,0,0.3);
}

.live-content .comment-action .btn-like.liked i,
.live-content .comment-action .btn-like:hover i {
	color: #ed1c24;
}

.live-content .comment-action input[type="text"] {
	width: calc(100% - 100px);
	border-radius: 20px;
	outline: 0;
	border: 0;
	color: #000000;
	padding: 0 20px;
	line-height: 40px;
	height: 40px;
	background: #F5F5F5;
}

.live-content .comment-action .btn-share .sub-menu {
	display: none;
	position: absolute;
	top: 50px;
	background: #ffffff;
	left: 0px;
	right: 0px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(132,132,132,0.4);
	-moz-box-shadow: 0px 2px 10px 2px rgba(132,132,132,0.4);
	box-shadow: 0px 2px 10px 2px rgba(132,132,132,0.4);
}

.live-content .comment-action .btn-share .sub-menu ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

.live-content .comment-action .btn-share .sub-menu ul li {
	padding: 10px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
}

.live-content .comment-action .btn-share .sub-menu ul li a {
	color: #888888;
}

.shop-wrapper {
	height: 100vh;
	width: 100vw;
	padding-top: 57px;
	position: fixed;
	top: 0;
}

.shop-wrapper .shop-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.shop-wrapper .shop-bg:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	content: '';
}

.shop-archive {
    
	background: #ffffff;
	
	width: 100%;
	
	
}

body.shop .shop-archive {
	flex: 0 1 auto;
    width: 100%;
    position: relative;
}

body.shop .shop-items {
	padding-top: 40px;
	padding-bottom: 40px;
}

body.shop .live-video {
	height: 50vh;
}

body.shop .live-shop-thumbnail {
	width: auto;
    height: 100%;
    display: inline-block;
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
body.shop .live-video video {
    position: relative;
    top: unset;
    left: unset;
    right: : unset;
    bottom: : unset;
    transform: unset;
}
body.shop .live-video .live-shop-thumbnail i {
	color: #ffffff;
	position: absolute;
	top: 10px;
	right: 10px;
}

body.shop .live-video-wrapper {
	height: auto;
}

body.shop .live-video-wrapper .header-live {
	right: unset;
}

body.shop .other-live-wrapper {
	padding: 15px 0;
}

body.shop .other-live-wrapper .section-title {
	margin-top: 20px;
}

body.shop .live-content .live-info-wrapper {
	background: transparent;
}

body.shop .live-content .live-info-wrapper .live-info {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}

body.shop .live-content .live-info-wrapper .live-info:last-child {
	border-bottom: 0px;
}

body.shop .live-content .live-info-wrapper .live-info:after {
	content: '';
	clear:both;
	display: table;
	height: 0;
}

body.shop .live-content .live-info-wrapper .live-info .influencer-photo {
	position: relative;
	height: auto;
	float: left;
	width: 70px;
	margin-right: 10px;
}

body.shop .live-content .live-info-wrapper .live-info .influencer-photo img {
	border-radius: 10px;
}

.shop-archive .event-name {
	padding: 10px 0;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.shop-archive .event-name img {
	margin-right: 10px;
	-webkit-box-shadow: -3px 3px 6px 0px rgba(132,132,132,0.4);
	-moz-box-shadow: -3px 3px 6px 0px rgba(132,132,132,0.4);
	box-shadow: -3px 3px 6px 0px rgba(132,132,132,0.4);
	border-radius: 50%;
}

.shop-archive .product-list {
	margin-left: -15px;
	margin-right: -15px;
}

.shop-archive .product-list .slick-track {
	display: flex;
}

.shop-archive .product-item {
	padding: 0 15px;
	display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 30px;
}

.shop-archive .product-img {
	margin-bottom: 10px;
	text-align: center;
}

.shop-archive .product-img img {
	max-width: 100%;
	height: auto;
}

.shop-archive .product-name,
.shop-archive .product-price .amount {
	font-weight: bold;
	color: #000000;
}

.shop-archive .product-name,
.shop-archive .product-short-desc,
.shop-archive .product-price {
	line-height: 1.2;
}

.shop-archive .product-name a {
	color: #000000;
}

.shop-archive .product-short-desc,
.shop-archive .product-price a {
	font-weight: 300;
	color: #000000;
}

.shop-archive .product-short-desc {
	min-height: 40px;
	margin-bottom: 10px;
}

.shop-archive .product-price a {
	text-decoration: underline;
}

.shop-archive .product-price {
	margin-top: auto;
}

.shop-wrapper .live-shop-thumbnail {
	position: absolute;
	height: calc(100vh - 574px);
	top: 57px;
	left: 50%;
	transform: translateX(-50%);
}

.shop-wrapper .live-shop-thumbnail img {
	height: 100%;
	width: auto;
}

.shop-wrapper .live-shop-thumbnail i {
	color: #ffffff;
	position: absolute;
	top: 10px;
	right: 10px;
}

/* ================================================ */
/* PRODUCT DETAIL */
/* ================================================ */

.product-sidebar {
	will-change: min-height;
}

.sidebar__inner{
	transform: translate(0, 0); /* For browsers don't support translate3d. */
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}

.section.product-info {
	padding-top: 40px;
	padding-bottom: 40px;
}

.section.product-info a.btn-back {
	color: #000000;
	text-decoration: underline;
}

.product-summary {
	padding-top: 0px;
	padding-bottom: 20px;
	line-height: 1.2;
	position: relative;
}

.product-summary .product-name {
	font-weight: bold;
}

.product-summary .product-short-desc {
	margin-bottom: 30px;
}

.product-summary  .product-price .amount {
	font-weight: bold;
}

.product-summary  .product-price a {
	font-family: "acumin-pro-wide",sans-serif;
	font-weight: 300;
	color: #000000;
	text-decoration: underline;
}

.product-summary a.button-flat {
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

.related-product-wrapper {
	padding-top: 0px;
	padding-bottom: 170px;
}

.product-info .product-meta .form-group {
	margin-bottom: 20px;
}

.product-info .product-meta .select-flat .select-active span,
.product-info .product-meta .select-flat .select-list .select-item {
	font-weight: normal;
}

.btn-open-size-guide {
	text-decoration: underline;
	color: #000000;
}

.product-detail-content {
	border-bottom: 1px solid #707070;
	margin-bottom: 16px;
}

.product-detail-content > label {
	display: block;
	padding-right: 25px;
	position: relative;
	cursor: pointer;
}

.product-detail-content > label > i {
	position: absolute;
	top: 3px;
	right: 0;
}

.product-detail-content  .product-detail-text {
	display: none;
}

.product-review-content {
	text-align: center;
	margin-bottom: 30px;
}

.product-review-content:last-child {
	margin-bottom: 0;
}

.product-review-content blockquote {
	font-style: italic;
	font-size: 28px;
	line-height: 1.2;
}

.product-review-content > img {
	display: block;
	margin: 0 auto 10px auto;
}

.product-review-content a.review-link {
	color: #000000;
	line-height: 1.2;
}

.btn-chevron {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	background: #000000;
	border-radius: 20px;
	z-index: 2;
	font-size: 8px;
}

.btn-chevron.btn-back {
	position: absolute;
	left: 15px;
	top: 15px;
}

.btn-chevron.btn-open-product-detail {
	position: absolute;
	right: 15px;
	top: -10px;
}

.btn-text.btn-back {
	text-decoration: underline;
	color: #000000;
	line-height: 20px;
	position: absolute;
	left: 15px;
	top: 15px;
}

.tab-flat {
	margin-bottom: 1rem;
}

.tab-flat .nav-tabs {
	border-bottom: 0px;
	margin-bottom: 10px;
}

.tab-flat .nav-tabs .nav-link {
	padding: 6px 0;
	border-top: 2px solid #cccccc;
	border-radius: 0;
	width: 75px;
	text-align: left;
	margin-right: 10px;
	color: #000000;
	font-weight: bold;
}

.tab-flat .nav-tabs .nav-link.active {
	border-top: 2px solid #000000;
	border-left: 0;
	border-right: 0;
}

/* ================================================ */
/* CART */
/* ================================================ */

.shopping-cart-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}

.shopping-cart  .cart-item {
	line-height: 1.2;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
}

.shopping-cart .cart-item .product-name,
.shopping-cart .cart-item .product-price {
	font-weight: bold;
}

.shopping-cart .cart-item .product-price span {
	text-decoration: line-through;
}

.shopping-cart .cart-item .product-name a {
	color: #000000;
}

.shopping-cart .cart-item .product-variant,
.shopping-cart .cart-item .product-seller a {
	color: #898989;
}

.shopping-cart .cart-item .cart-action {
	margin-top: 20px;
	color: #898989;
}

.shopping-cart .cart-item .cart-action a {
	color: #898989;
}

.shopping-cart-wrapper .sub-total-wrapper,
.checkout-4 .sub-total-wrapper {
	line-height: 1.2;
	padding-top: 20px;
	padding-bottom: 20px;
}

.shopping-cart-wrapper .sub-total-wrapper .sub-total,
.checkout-4 .sub-total-wrapper .sub-total {
	margin-bottom: 20px;
}

.shopping-cart-wrapper .sub-total-wrapper label,
.checkout-4 .sub-total-wrapper label {
	color: #898989;
}

.select-flat {
	background: #ffffff;
	position: relative;
}

.select-flat .select-active {
	padding: 0 25px 8px 0;
    cursor: pointer;
    border-bottom: 1px solid #707070;
    position: relative;
}

.select-flat .select-active span {
	font-weight: bold;
	position: relative;
	width: 100%;
}

.select-flat .select-active i {
	position: absolute;
	top: 3px;
	right: 0;
}

.select-flat .select-list {
	z-index: 1;
	display: none;
	padding-top: 8px;
	position: absolute;
	background: #ffffff;
	margin-top: -2px;
	width: 100%;
}

.select-flat .select-list .select-item {
	margin-bottom: 8px;
	font-weight: bold;
}

.select-flat .select-list .select-item.selected {
	display: none;
}

.button-flat {
	line-height: 1;
	border: 1px solid #000000;
	color: #000000;
	display: inline-block;
	margin: 20px auto;
	padding: 18px 30px;
	font-weight: bold;
}

.payment-options i {
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 34px;
}

/* ================================================ */
/* MY PURCHASES */
/* ================================================ */

.my-purchases-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}

.purchases-list {
	margin-top: 40px;
}

.purchases-list .purchase-item {
	background: #000000;
	color: #ffffff;
	margin-bottom: 20px;
	padding: 20px 10px;
	text-align: center;
}

.purchases-list .purchase-item a {
	color: #ffffff;
}

.purchases-list .purchase-item .purchase-action {
	display: flex;
	margin-top: 20px;
}

.purchases-list .purchase-item .purchase-action a {
	margin-left: 10px;
	margin-right: 10px;
	border: 2px solid #ffffff;
	padding: 15px;
	width: 50%;
	font-weight: bold;
}

/* ================================================ */
/* WISHLIST */
/* ================================================ */

.wishlist-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}

.wishlist-wrapper .product-list {
	margin-left: unset;
	margin-right: unset;
}

.wishlist-wrapper .product-item {
	padding-left: unset;
	padding-right: unset;
}

/* ================================================ */
/* CHECKOUT */
/* ================================================ */

.checkout-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}

.checkout-wrapper .cart-information {
	margin-bottom: 20px;
}

.checkout-wrapper .cart-information a {
	color: #000000;
	text-decoration: underline;
}

.checkout-step-title {
	color: #ffffff;
	font-family: "acumin-pro-wide",sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	background: #000000;
	margin-bottom: 2px;	
}

.checkout-step-information {
	background: #000000;
	color: #ffffff;
	margin-bottom: 2px;
	padding: 20px 25px;
}

.checkout-step-information a {
	color: #ffffff;
	text-decoration: underline;
}

.checkout-step-information + .checkout-step-open {
	margin-top: 35px;
}


.checkout-step-information .information-action {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	height: 100%;
}

.checkout-step-information .information-action i {
	font-size: 40px;
}

.form-group .form-check {
	margin-bottom: 10px;
	padding-left: 35px;
}

.form-group .form-check input[type='radio'] {
	width: 20px;
	height: 20px;
	margin-left: -35px;
	margin-top: 0px;
}

.form-group .form-check input[type='radio']:before {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	top: 0;
	left: 0;
	position: relative;
	background-color: #ffffff;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #000000;
}

.form-group .form-check input[type='radio']:checked:after {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	top: 5px;
	left: 5px;
	position: absolute;
	background-color: #000000;
	content: '';
	display: inline-block;
	visibility: visible;
}

.creditcard-input-wrapper,
.shipping-address-input {
	padding-left: 35px;
	margin-bottom: 15px;
}

.payment-success-action {
	position: relative;
}

.payment-success-action:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	background: #000000;
	left: 50%;
	top: 4px;
}

.payment-success-action a {
	color: #000000;
}

.back-home {
	margin-top: 10px;
	margin-bottom: 20px;
}

.back-home a {
	color: #000000;
	text-decoration: underline;
}

.track-wrapper {
	padding-bottom: 40px;
}

.track-wrapper .order-number {
	font-family: "acumin-pro-wide",sans-serif;
	font-weight: 300;
	font-size: 48px;
}