#prodetail > div {
	background:#fff;
}
#prodSlider {
    margin-bottom: 5px;
}
#prodSlider div.shide:not(.slick-slide){
    display:none;
}
#prodNavs .slick-slide {
    margin: 0 2px;
	position:relative;
}
#prodNavs .slick-list > .slick-track > .slick-slide {
    width:auto !important;
}
#prodNavs {
    margin-bottom: 10px;
}
#prodNavs .slick-list > .slick-track > .slick-slide:first-child {
    margin-left:0;
}
#prodNavs div[data-media-type="YOUTUBE"]::before{
    font-family: "Font Awesome 5 Brands";
	content: "\f167";
	font-size: 30px;
	top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
    color:red;
    line-height:30px;
    z-index:2;
}
#prodNavs div[data-media-type="YOUTUBE"]::after{
    content:"";
    width:20px;
    height:20px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position:absolute;
    display:block;
    z-index:1;
    background-color:#fff;
}
#prodNavs .thumbnail {
    margin-bottom: 0;
	width:auto;
}

#prodNavs .slick-current .thumbnail {
    border: 2px solid var(--color-0);
}

#prodNavs .slick-next,
#prodNavs .slick-prev {
    width: 15px;
    height: 30px;
    border-radius: 3px;
    background: bgra(0,0,0,.3);
}

#prodNavs .slick-next:before,
#prodNavs .slick-prev:before {
    font-size: 14px;
    color: #fff;
    font-family: 'FontAwesome';
}

#prodNavs .slick-next:before {
    content: '\f054';
}

#prodNavs .slick-prev:before {
    content: '\f053';
}

#prodNavs .slick-next {
    right: -3px;
}

#prodNavs .slick-prev {
    left: -3px;
}
.description {
	margin:0 15px;
}
.description .brief{
	font-weight:600;
	font-size:120%;
	margin-top:15px;
}

.description .content-detail {
	position:relative;
	overflow:hidden;
	margin:15px 0;
	display:block;
}
.content-detail.show-more {
	max-height: 320px;
}
.content-detail.show-more.active {
	max-height: none;
	padding-bottom:50px;
}
.content {
	padding:0 15px;
}
#attrProds h5 {
	line-height:1.2;
	font-size:18px;
	margin:5px 0;
}
#Proreview {
    height:auto;
    max-height:655px;
    background: rgba(255,255,255,.75);
    padding: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
}
#detailprod .links.share{
	margin-bottom:15px;
}
.Proddetails {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.Proddetails .title,
.Proddetails .price,
.Proddetails .iso-code {
    font-weight: 700;
}
.title {
	margin: 10px 0 0 0;
	line-height: 1.3;
	overflow: hidden;
	max-height: 82px;
	padding: 0 15px;
	color: #555;
	font-weight: 600;
	font-size: 22px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom:10px;
}
.title > .goback {
	margin-right:10px;
	color:#5f5f5f;
}
.title > .goback > .fa {
	font-weight: normal;
	font-size: 18px;
}
.rating-block {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 15px 15px 20px 15px;
    border-radius: 3px;
}
.review-block{
    background-color: rgba(250, 250, 250,0.75);
    border: 1px solid #EFEFEF;
    padding: 15px;
    border-radius: 4px;
    margin: 0 15px 15px;
    position: relative;
}
/* .two-col{
	padding: 15px 0;
} */
.two-cols > div:first-child{
	padding-right: 7.5px;
	padding-left:0;
}
.two-cols > div:last-child{
	padding-left: 7.5px;
}
.inview {
	/* margin-bottom:15px; */
	color:#fff;
}
.review-block h5 {
	font-weight:600;
	text-align:center;
}
.review-block h4 {
	font-weight:700;
	text-align:center;
	font-size:36px;
}
.review-block hr {
	margin:10px 0;
}
.review-block p {
	margin:0;
}
.review-block .scrollto {
	font-size:14px;
}
.section {
	border:1px solid #EFEFEF;
    border-radius: 4px;
	padding:10px;
	background-color:#FFF;
	margin-bottom:15px;
	position:relative;
}
.price-block {
	border: 1px solid #EFEFEF;
	border-radius: 4px;
	padding: 10px;
	background-color: rgba(255,255,255,0.75);
	margin-bottom: 15px;
	position: relative;
	min-height: 64px;
}
.price-block > em {
	margin-bottom:0;
	color:green;
	padding:0 10px;
}
.price-block .ribbon135 {
	z-index:10;
}

.countdown-amount {
    font-weight: 600;
    text-shadow: 1px 1px 0 #fff;
}

.countdown-period {
    color: #cfcfcf;
}

.timers {
    color: red;
}

.review-block .col-xs-12.col-small {
    margin: 0 -15px;
}
.price-block .price {
	text-transform: none;
	font-weight: 600;
	text-shadow: -1px -1px 0 #666;
	margin-bottom: 0;
	color: #E30B0B;
	font-size: 28px;
	margin-top: 0;
	line-height: 1;
}
.price-block .price > div:last-child {
	/* line-height: 1;font-size: 14px;color: #dfdfdf; */
}
.price-block .old-price {
    color: #cfcfcf;
    font-size: 18px;
    text-decoration: line-through;
	text-shadow:none;
}
.Proddetails > .row {
	margin-left:-30px;
}
#attrProds {
	min-height:82px;
	margin-bottom:10px;
}
.Proddetails .rating {
    margin-bottom: 10px;
    font-size: 12px;
    color: #555;
    line-height: 0.7;
}

.Proddetails .rating .review-no {
    font-size: 14px;
}

.Proddetails .checked {
    color: #ff470b;
    font-size: 30px;
	font-weight:600;
}
.price-text-color {
    color: #F70505;
    font-weight: 600;
    font-size: 16px;
}

.price-text-color.deals {
    color: red;
}

.price-text-color .old-price {
    color: #cfcfcf;
    font-weight: 500;
    font-size: 12px;
    text-decoration: line-through;
}
.versions .attribs {
	position:relative;
	margin:10px 0;
}
.versions strong {
	font-weight:500;
	font-size:14px;
	color:#ccc;
}
.versions .colors-vers, .versions .sizes-vers, .versions .materials-vers {
	position:relative;
	border:1px solid #ddd;
	padding:5px;
	margin-right:6px;
	box-shadow:0 2px 3px 0 rgba(0,0,0,.15);
	-moz-box-shadow:0 2px 3px 0 rgba(0,0,0,.15);
	-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.15);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:center;
	color:#ddd;
	display:inline-block;
	font-size:14px;
	font-weight:700;
}

.versions .colors-vers[data-checked="true"] {
	border:1px solid var(--color-0);
	color:var(--color-0);
}
.versions .sizes-vers {
	padding:3px 10px;
}
.versions .sizes-vers[data-checked="true"] {
	border:1px solid var(--color-1);
	color:var(--color-1);
}
.versions .materials-vers {
	padding:3px 10px;
}
.versions .materials-vers[data-checked="true"] {
	border:1px solid var(--color-2);
	color:var(--color-2);
}
.groupbuy.fixed div:first-child {
	padding-left: 0;
}
.two-cols > div:first-child {
	padding-right: 7.5px;
	padding-left: 0;
}
.groupbuy.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	right:0;
	padding: 8px 0;
	background: rgba(255,255,255,.9);
	z-index: 840;
	box-shadow: 0 -8px 8px 0 rgba(0,0,0,.02);
}
.groupbuy.fixed div:first-child {
	padding-left:0;
}
.groupbuy.fixed div:last-child {
	padding-right:0;
}
.groupbuy.fixed div:first-child .btn {
	float:right;
}
.groupbuy.fixed .btn{
	max-width:235px;
	padding:2px 10px;
}
.btn-change {
	position: relative;
	font-size:16px;
	font-weight:600;
}

.btn-change:hover,
.btn-change:visited,
.btn-change:active {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    color: white;
    text-decoration: none;
}

.btn-change:hover:after {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.btn-change:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.groupbuy.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	right:0;
	padding: 8px 0;
	background: rgba(255,255,255,.9);
	z-index: 1060;
	box-shadow: 0 -8px 8px 0 rgba(0,0,0,.02);
}
.groupbuy.fixed div:first-child {
	padding-left:0;
}
.groupbuy.fixed div:last-child {
	padding-right:0;
}
.groupbuy.fixed div:first-child .btn {
	float:right;
}
.groupbuy.fixed .btn{
	max-width:235px;
	padding:2px 10px;
}
.groupbuy.fixed .btn-change {
	padding:8px 10px;
}
h5.spiner {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: left;
	flex-direction: row;
	font-size: 16px;
	text-align: right;
}
h5.spiner > span {display:inline-block; margin-left:15px;}
h5.spiner > span > span {max-width:125px;}
h5.spiner > span > span a {color:#555}
.info-section .item, .info-section .itemHeader {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.refund {
	color: #ff9f1a;
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: row;
	min-height: 56px;
}
.refund > div:first-child {
	font-size: 20px;
	border-right: 1px solid #cfcfcf;
	padding-right: 15px;
}
.refund .repoints {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	text-align:right;
}
.refund .repoints h5 {
	width: 100%;
	margin-bottom: 0;
	line-height: 24px;
}
@media only screen and (max-width: 812px) and (min-width: 320px){
	.groupbuy.fixed .btn{
		max-width:165px;
		padding:5px 0;
	}
	.Proddetails > .row {
		margin-left:-15px;
	}
	.two-cols > div:first-child{
		padding-right: 7.5px;
		padding-left:15px;
	}
	.two-cols > div:last-child{
		padding-left: 7.5px;
		padding-right: 15px;
	}
}
.callout {
	border-radius: 3px;
	margin: 0 0 20px 0;
	padding: 15px 30px 15px 15px;
	border-left: 5px solid #eee;
}
.callout.callout-warning {
	border-color: #c87f0a;
}
.callout.callout-warning {
	background-color: #f8bc0d !important;
	color:#fff;
}
.callout.callout-warning b, 
.callout.callout-warning strong {
	color: #c87f0a;
}
.shopInfoWrapper {
	display: flex;
	align-items: center;
	align-content: center;
	background-color: rgba(250, 250, 250,0.75);
	border: 1px solid #EFEFEF;
	padding: 10px 15px;
	border-radius: 4px;
	margin: 0 15px 15px;
	position: relative;
	height:16.4rem;
}
#store {
	padding-top:0;
}
#store #breadcrumb {
	padding-top:0;
}
#storeBanner {
	margin-bottom: 15px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	min-height: 255px;
}
#storeBanner .banner-outer {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 15.5rem;
	overflow: hidden;
	max-height:32.5rem;
}
#storeBanner .banner-outer .banner-image {
	opacity: 1;
	background-position: center;
	height:23.5rem;
	transition: opacity 1s cubic-bezier(0.07, 0.95, 0, 1);
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
#storeBanner .shopInfoWrapper {
	background-color: #fff;
	border: 0;
	margin-bottom: 0;
	height: 15.2rem;
	border-top: 1px solid var(--color-default);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#storemain {
	background:#fff;
	padding:15px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
	border-radius: 4px;
}
#storemain .groupbuy {
	padding-right: 15px;
}
.store-info {
	min-width: 32.5rem;
	height: auto;
	display: flex;
	align-items: center;
	align-content: center;
	background-color: #fff;
	border-radius: 5px;
	padding: 5px;
	margin: -5px;
}

#store .store-info {
	display:block;
	margin-top:18px;
	/* padding-top: 26px; */
}
.store-info .headerWrapper {
	margin-bottom:4px;
}
#store .store-info .headerWrapper {
	position: absolute;
	top: -92px;
	left: 15px;
}
.store-info .headerWrapper .headerPortrait {
	display: flex;
	position: relative;
	align-items: flex-start;
	margin-left: 0;
	justify-content:center;
}
.store-info .logostore {
	display: inline-block;
	width: 9rem;
	height: 9rem;
	position: relative;
	border-radius: 50%;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
	z-index: 1;
	padding: 10px;
	border: 3px solid var(--color-warning);
}
.startup .store-info .logostore {
	border: 3px solid var(--color-default);
}
#store .store-info .logostore {
	width: 15rem;
	height: 10.6rem;
	border: 2px solid var(--color-warning);
	border-radius: 5px;
}
#store .startup .store-info .logostore {
	border: 2px solid var(--color-default);
}
.store-info .logostore > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin:0;
}
.store-info .headerInfo {
	width: calc(100% - 95px);
	font-size: 1.4rem;
	margin-right: 0;
	padding-left: 10px;
	max-width: 270px;
	position: relative;
}
#store .store-info .headerInfo {
	width:100%;
	padding-left:0;
	max-width:310px;
}
.store-info .headerInfo .shopStatus {
	position: relative;
	margin-bottom: .3rem;
}
.store-info .headerInfo .activeTime, 
.store-info .headerInfo .chatStatus {
	font-size: 1.1rem;
	color: #828282;
	line-height: 28px;
	display: flex;
	align-items: center;
}
.store-info .headerInfo .chatStatus .online,
.store-info .headerInfo .chatStatus .offline {
	display: flex;
	align-items: center;
	align-content: center;
}
.store-info .headerInfo .chatStatus .online .icon {
	width: .8rem;
	height: .8rem;
	background-color: #7ed321;
	border: .1rem solid #fff;
	margin-right: .3rem;
	border-radius: 50%;
}
.store-info .headerInfo .chatStatus .offline .icon {
	width: .8rem;
	height: .8rem;
	border: .1rem solid #fff;
	margin-right: .3rem;
	border-radius: 50%;
	background-color: #828282;
}
.store-info .headerInfo .name {
	width: 100%;
	font-size: 1.6rem;
	font-weight: 600;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform:uppercase;
}
.store-info .headerInfo .rating {
	display: flex;
	align-content: center;
	align-items: flex-start;
	color: #828282;
	margin-bottom: .6rem;
}
.store-info .headerInfo .storeLocation {
	margin-bottom: 0.8rem;
}
.store-info .headerInfo .storeLocation strong {
	color:var(--color-1);
}
.store-info .headerInfo .btnAction {
	display: flex;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
.store-info .headerInfo .favouriteButton {
	margin-right: -0.9rem;
}
#detailprod .store-info .headerInfo .btnAction {
	display: flex;
	float: right;
	position: relative;
	right: 0;
}
#detailprod .store-info .headerInfo .favouriteButton {
	margin-right: 0.9rem;
}
.store-info .headerInfo .btnAction .btn {
	width: 10.3rem;
	height: 3rem;
	border-radius: .3rem;
	text-align: left;
	display: inline-flex;
	align-items: center;
	padding:6px;
}
.store-info .headerInfo .iconCall {
	position: absolute;
	top: 22px;
	right: -4px;
	color: var(--color-1);
	cursor: pointer;
}
.store-info .headerInfo .iconChat {
	width:28px;
	height:28px;
	margin-left:5px;
	display:block;
}
.store-info .headerInfo .iconChat img {
	width:24px;
	height:24px;
}
.store-info .badge {
	padding: 5px 10px;
	border-radius: 13px;
	position: absolute;
	z-index: 1;
	bottom: -12px;
	width: 65%;
	display: flex;
	justify-content: center;
	font-size: 14px;
	background: var(--color-warning);
}
.startup .store-info .badge {
	background: var(--color-default);
}
.store-info .badge .medal {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family:"Font Awesome 5 Free";
}
.store-info .badge .medal:before {
	content:"\f5a2";
	color:var(--color-warning-rev);
}
.startup .store-info .badge .medal {
	background: var(--color-default);
}
.startup .store-info .badge .medal:before {
	content:"\f559";
	
}
.info-section {
	display:flex;
	height:100%;
	flex-grow:1;
	margin:-5px -5px -5px 10px;
	background:#fff;
	padding:5px;
	border-radius:5px;
}
.info-section .item, .info-section .itemHeader {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.info-section .item {
	position: relative;
	flex: 1 1;
	text-align: center;
	padding: 0 .3rem;
}
.info-section .itemHeader .fa, 
.info-section .itemHeader .fas,
.info-section .itemHeader .far,
.info-section .itemHeader .fal {
	color:var(--color-1);
	margin-bottom:10px;
}
.info-section .itemHeader > div {
	color:var(--color-info);
	font-weight:600;
	
}
.info-section .separator {
	width: .2rem;
	height:6.2rem;
	left:0;
	background-color: #f1f1f1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.form-success {
	margin-bottom:25px;
	border-radius:5px;
	text-align:center;
	padding:15px;
	margin-top:25px;
	box-shadow:0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.form-error {
	margin-bottom:15px;
	border-radius:5px;
	text-align:left;
	padding:15px;
	margin-top:15px;
	box-shadow:0 1px 4px 0 rgba(0, 0, 0, 0.2);
	background-color:#f2dede;
}
.form-success .form-icon {
	width:150px;
	height:150px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align:center;
	margin:15px auto;
	background:transparent;
	border:3px solid #0dc471;
	font-size:90px;
	line-height:1.6;
	font-weight:normal;
	color:#0dc471;
}
.form-success h3 {
	color:#0dc471;
	font-size:24px;
	font-weight:600;
	line-height:1.5
}
.form-success p, .form-error p {
	font-size:20px;
	color:var(--color-3);
	text-align:left;
	margin-bottom:0;
	font-weight:600;
}
.form-success .table-responsive, .form-error .table-responsive {
	border:0;
	border-top:1px dotted #555;
	text-align:left;
	padding-top:10px;
}
.float-contact {
position: fixed;
bottom: 20px;
left: 20px;
z-index: 99999;
}
.chat-zalo {
background: #8eb22b;
border-radius: 20px;
padding: 0 18px;
color: white;
display: block;
margin-bottom: 6px;
}
.chat-face {
background: #125c9e;
border-radius: 20px;
padding: 0 18px;
color: white;
display: block;
margin-bottom: 6px;
}
.float-contact .hotline {
background: #d11a59!important;
border-radius: 20px;
padding: 0 18px;
color: white;
display: block;
margin-bottom: 6px;
}
.chat-zalo a, .chat-face a, .hotline a {
font-size: 15px;
color: white;
font-weight: 400;
text-transform: none;
line-height: 0;
}
.btn-group.bootstrap-select.form-control {
	border:1px solid transparent;
}

#relatedprod .slick-slider {
	margin-bottom: 30px;
	margin-top: 10px;
	margin-left: -12px;
	margin-right: -12px;
}
.content-detail {
	position:relative;
	overflow:hidden;
	margin:15px 0;
	display:block;
}
.content-detail.show-more {
	max-height: 320px;
}
#prodInfo > div {
	border-radius:3px;
	background: rgba(250, 250, 250,1);
}
#prodInfo .description {
	padding: 10px 10px 0 10px;
	background-color: #fff;
	box-shadow: 0 1px 3px 0px rgba(0,0,0,.1);
	border-radius: 3px;
	margin: 0 6px;
}
.content-detail.show-more.active {
	max-height: none;
	padding-bottom:50px;
}