/*
Name: 			theme-shop.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	8.3.0
*/
/* Custom Font - Stars (From WooCommerce) */
@font-face {
	font-family: 'star';
		src: url("fonts/star.eot");
		src: url("fonts/star.eot?#iefix") format("embedded-opentype"), url("fonts/star.woff") format("woff"), url("fonts/star.ttf") format("truetype"), url("fonts/star.svg#star") format("svg");
		font-weight: normal;
		font-style: normal;
}

/* Shop - Base */
.shop .products:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.shop .products .product {
	position: relative;
    transform: translate3d(0,0,0);
    transition: all 0.3s;
    margin: 0 4px;
    margin-bottom: 10px;
	background-color: #fff;
}

.shop .products .product:hover .product-thumb-info-image .image {
	opacity: 0.7;
}
.shop .other-products .products .product {
	position: relative;
	margin-bottom: 16px;
	transform: scale(1);
	transition: all 0.3s;
}
.shop .other-products .products .product .imgbox {
	overflow: hidden;
}
.shop .other-products .products .product:hover .product-thumb-info .image {
		transform: scale(1.05);
}
.shop .products .product a {
	text-decoration: none;
}

.shop .products .product .quick-view {
	transition: ease transform 300ms, ease background 300ms;
	position: absolute;
	bottom: 0;
	left: 50%;
	padding: 12px 10px;
	font-size: 1em;
	letter-spacing: 0.8px;
	color: #FFF;
	z-index: 3;
	opacity: 0;
	transform: translate3d(-50%, 100%, 0);
}

.shop .products .product .quick-view [class*="fa-"], .shop .products .product .quick-view .icons {
	margin-right: 3px;
	font-size: 1.1em;
}

.shop .products .product:hover .quick-view {
	opacity: 1;
	transform: translate3d(-50%, -50%, 0);
	left: 50%;
    bottom: 10%;
}

.shop .products .product:hover .quick-view:hover {
	background: #000;
}

.shop .products .product .onsale {
	position: absolute;
	background-image: none;
	border-radius: 100%;
	left: auto;
	right: 0;
	top: -15px;
	text-shadow: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	z-index: 10;
	box-shadow: none;
	font-size: 0.9em;
	color: #FFF;
	border-bottom: 2px solid transparent;
}

/* Quick View Popup Fix (When Close) */
html.lightbox-beforeclose .quick-view {
	display: none !important;
}

.masonry-loader-showing .products {
	opacity: 0;
}

/* Product Info */
.summary-text {
	max-width: 100%;
}
.product-intro {
	padding-bottom: 24px;
	border-bottom: 1px solid #EFEFEF;
}
.product-info {
	transition: all 0.2s;
	padding: 0;
	position: relative;
	border: 1px solid #DDD;
	background: #F7F9FC;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	text-align: center;
	padding: 0;
	text-decoration: none;
}

.product-info:hover {
	background-color: #FFF;
	text-decoration: none;
}

.product-info a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

.product-info a:hover {
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

.product-info img {
	transition: all 0.2s;
}

.product-info h4 {
	color: #404751;
	letter-spacing: -1px;
	font-weight: 600;
	font-size: 1.4em;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}

.product-info + .product-info {
	margin-top: -5px;
}

.product-info .product-info-image {
	display: block;
	position: relative;
}

.product-info .product-info-image:before {
	transition: all 0.2s;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.product-info:hover .product-info-image:before {
	opacity: 0.4;
}

.product-info .product-info-act {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
}

.product-info .product-info-act em {
	font-style: normal;
	position: relative;
	font-size: 1.2em;
	font-weight: 100;
}

.product-info .product-info-act-left, .product-info .product-info-act-right {
	float: left;
	overflow: hidden;
}

.product-info .product-info-act-left {
	text-align: right;
	width: 45%;
}

.product-info .product-info-act-left em {
	transition: all 0.2s ease 0s;
	left: 0%;
	opacity: 0;
}

.product-info .product-info-act-right {
	text-align: left;
	margin-left: 2%;
	width: 53%;
}

.product-info .product-info-act-right em {
	transition: all 0.2s ease 0s;
	right: 0%;
	font-weight: 600;
	opacity: 0;
}

.product-info:hover .product-info-act-left em {
	opacity: 1;
}

.product-info:hover .product-info-act-right em {
	opacity: 1;
}

.product-info .product-info-content {
	padding: 15px;
	text-align: left;
	display: block;
}

.product-info .product-info-caption {
	padding: 0 15px 15px;
	text-align: left;
	display: block;
}

.product-info .product-info-caption p {
	margin: 0;
	padding: 0 0 10px;
}

.product-info .product-info-extra {
	clear: both;
	padding: 10px 0 0;
	margin: 10px 0 0;
	border-top: 1px solid #EBEBF4;
	display: block;
}

.product-info .product-info-extra.social {
	text-align: center;
}

.product-info .product-info-extra.social a {
	border-right: 1px solid #EBEBF4;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 0.9em;
	color: #ACACAC;
	width: auto;
}

.product-info .product-info-extra.social a:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

.product-info .date {
	color: #9AA1AB;
	font-size: 0.9em;
}

.product-info.secondary .product-info-content {
	text-align: center;
}

.product-info.secondary .product-info-content h4 {
	transition: all 0.2s;
	color: #FFF;
	position: relative;
	top: -25%;
	opacity: 0;
}

.product-info.secondary .product-info-content .date {
	transition: all 0.2s;
	position: relative;
	top: 25%;
	display: block;
	opacity: 0;
}

.product-info.secondary .product-info-act {
	top: 30%;
}

.product-info.secondary .label {
	transition: all 0.2s;
	clear: both;
	display: inline-block;
	margin-top: 15px;
	opacity: 0;
}

.product-info.secondary:hover .label {
	opacity: 1;
}

.product-info.secondary:hover .product-info-content h4 {
	top: 0;
	opacity: 1;
}

.product-info.secondary:hover .product-info-content .date {
	top: 0;
	opacity: 1;
}
.product-number {
	font-size: 15px;
}
.product-number li{
	line-height: 24px;
}

.description img{
	margin-bottom: 16px;
	max-width: 100%;
}
.product-number a {
	text-decoration: underline;
}
.product-number a:hover {
	color: #92ce7f;
}
/* Product Thumb Info */
.product .product-name {
	font-size: 16px;
    line-height: 20px;
    min-height: 40px;
}
.online-page .product .product-name {
	min-height: 36px;
	font-size: 15px;
}
.product .product-name a {
	color: #484848;
}
.product .product-thumb-info {
	transition: all 0.2s;
	padding: 0;
	position: relative;
	border: 0;
	border-bottom: 3px solid #E3E4E8;
	background: #F7F9FC;
	display: block;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	text-align: center;
	border: 1px solid #DDD;
	text-decoration: none;
}
/* .product-rare .product-thumb-info::before {
	content: "";
	position: absolute;
	bottom: 6px;
	right: 6px;
	z-index: 99;
	text-align: center;
	line-height: 60px;
	font-size: 17px;
	font-weight: 900;
	border: 3px solid red;
	color: red;
	width: 88px;
	height: 88px;
	border-radius: 50%;
}
.product-rare .product-thumb-info::after {
	content: "";
	position: absolute;
	bottom: 6px;
	right: 6px;
	z-index: 99;
} */
.product-rare-number{
	display: none;
}
.product-rare .product-rare-stamp {
	display: block;
    position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
    z-index: 99;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    background-color: #ff1b1b;
    pointer-events: none;
}
.product-rare .product-rare-stamp.soldout-stamp {
	background-color: #cccccc;
    color: #797979;
}
.product-rare-stamp-title {
	display: block;
	letter-spacing: 0px;
	font-size: 14px;
	padding: 0 6px;
	line-height: 22px;
}
.product-rare-stamp .product-rare-number {
	font-size: 16px;
	display: block;
	text-decoration: underline;
	letter-spacing: 0.4px;
}
.product .product-thumb-info a {
	text-decoration: none;
	display: block;
	width: 100%;
}

.product .product-thumb-info img {
	transition: all 0.2s;
}

.product .product-thumb-info h4 {
	color: #404751;
	letter-spacing: -1px;
	font-weight: 600;
	font-size: 1.4em;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}

.product .product-thumb-info + .product-thumb-info {
	margin-top: -5px;
}

.product .product-thumb-info .product-thumb-info-touch-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	background-color: transparent;
}

.product .product-thumb-info.hover .product-thumb-info-touch-hover {
	display: block;
}

.product .product-thumb-info .product-thumb-info-image {
	display: block;
	position: relative;
}

.product .product-thumb-info .product-thumb-info-image:before {
	transition: all 0.2s;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
}

.product .product-thumb-info .product-thumb-info-act {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
	opacity: 0;
}

.product .product-thumb-info .product-thumb-info-act em {
	font-style: normal;
}

.product .product-thumb-info .product-thumb-info-content {
	padding: 15px;
	text-align: left;
	display: block;
}

.product .product-thumb-info .product-thumb-info-caption {
	padding: 0 15px 15px;
	text-align: left;
	display: block;
}

.product .product-thumb-info .product-thumb-info-caption p {
	margin: 0;
	padding: 0 0 10px;
}

.product .product-thumb-info .product-thumb-info-extra {
	clear: both;
	padding: 10px 0 0;
	margin: 10px 0 0;
	border-top: 1px solid #EBEBF4;
	display: block;
}

.product .product-thumb-info .product-thumb-info-extra.social a:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

.product .product-thumb-info .product-thumb-info-badges-wrapper {
	/* display: flex;
	flex-direction: column; */
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

.product .product-thumb-info .product-thumb-info-badges-wrapper .badge {
	border-radius: 0;
}
.product .product-thumb-info .product-thumb-info-badges-wrapper .badge i {
	margin-right: 2px;
}
.product .product-thumb-info .product-thumb-info-badges-wrapper .badge + .badge {
	margin-top: 5px;
}

.product .product-thumb-info .addtocart-btn-wrapper {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 3;
}

.product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #212121;
	background: #FFF;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 16px;
	font-size: 1rem;
	box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 5px, 0);
	transition: ease transform 300ms, ease opacity 300ms;
}

.product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover {
	color: #FFF;
	background: #CCC;
}

.product .product-thumb-info .product-thumb-info-image-effect > img:nth-child(1) {
	position: relative;
	z-index: 1;
	transition: ease opacity 300ms;
}

.product .product-thumb-info .product-thumb-info-image-effect > img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.product .product-thumb-info .countdown-offer-wrapper {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	padding: 8px 0;
	background: #0184c2;
	z-index: 3;
	transition: ease opacity 300ms;
}

.product:hover .product-thumb-info {
	background-color: #FFF;
	text-decoration: none;
}

.product:hover .product-thumb-info .product-thumb-info-image:before {
	transition: all 0.3s;
	opacity: 0;
}

.product:hover .product-thumb-info .product-thumb-info-act {
	opacity: 1;
	top: 50%;
}

.product:hover .product-thumb-info .addtocart-btn-wrapper .addtocart-btn {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	transition: ease transform 300ms, ease opacity 300ms;
}

.product:hover .product-thumb-info .product-thumb-info-image-effect > img:nth-child(1) {
	opacity: 0;
}

.product:hover .product-thumb-info .countdown-offer-wrapper {
	opacity: 0;
	visibility: hidden;
}
.product-name {
	font-size: 28px;
}
.summary-text .product-name {
	max-width: 85%;
	font-size: 24px;
	line-height: 30px;
}
@media (max-width: 769px){
	.product-name {
		line-height: 32px;
	}
}
@media (max-width: 430px){
	.product-name {
		font-size: 24px;
		line-height: 32px;
	}
	.product .product-name {
		line-height: 20px;
		font-size: 16px;
	}
	.online-page .product .product-name {
		font-size: 15px;
		letter-spacing: 0.2px;
		line-height: 20px;
		min-height: 40px;
	}
	.online-page .other-products .product .product-name {
		font-size: 14px;
		letter-spacing: 0px;
		line-height: 16px;
		padding-top: 4px;
		min-height: 40px;
	}
	.price .amount {
		font-size: 15px;
	}
	.product-rare-stamp-title {
		font-size: 14px;
	}
	.product-rare-stamp .product-rare-number {
		font-size: 15px;
	}
	
	.summary-text .product-name {
		max-width: 100%;
		font-size: 20px;
		line-height: 26px;
	}
}
@media (max-width: 400px){
	.product-name {
		font-size: 24px;
	}
	.summary-text .product-name {
		max-width: 100%;
	}
}
@media (max-width: 321px){
	.product-name {
		max-width: 100%;
		font-size: 22px;
	}
	.summary .price {
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.summary .price .amount {
		font-size: 22px;
	}
	.product .product-name {
		font-size: 15px;
	}
	.product-rare-stamp-title {
		font-size: 16px;
	}
	.product-rare-stamp .product-rare-number {
		font-size: 14px;
	}

}
/* Product Thumb Info - Full Width */
.full-width .product-thumb-info .product-thumb-info-image:before {
	border-radius: 0;
}

/* Products Navigation */
.products-navigation .next, .products-navigation .prev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 1px solid #CCC;
	font-size: 11.2px;
	font-size: 0.7rem;
}

.products-navigation .prev {
	margin-right: 5px;
}

/* Price */
.price {
	display: flex;
	/* align-items: center; */
	align-items: flex-end;
	min-height: 28px;
	justify-content: space-between;
	margin-bottom: 0;
}
.summary-text .price,
.order-detail-spec .price {
	justify-content: unset;
	align-items: center;
	padding-left: 8px;
	padding-right: 8px;
}
.online-body .price {
	line-height: 22px;
	min-height: 42px;
}
.online-body .price .pricebox .o-price,
.online-body .price .pricebox .amount{
	display: block;
}
.price del {
	color: rgba(145, 145, 145, 0.5);
	font-size: 0.7em;
	margin: -2px 0 0;
}

.price ins {
	text-decoration: none;
}

.price .sale {
	order: 2;
	font-size: 0.9em;
	font-weight: 600;
}

.price .sale + .amount {
	font-size: 0.7em;
	font-weight: 500;
	margin-right: 4px;
	text-decoration: line-through;
}

.price .amount {
	order: 1;
    color: #ff4c4c;
    font-size: 19px;
    letter-spacing: 0px;
    font-weight: 500;
    font-family: Arial;
}
.online-body .price .amount {
	font-size: 17px;
}
.single-shop .price .amount {
	color: #ff8100;
}
.price .sold {
	order: 2;
	font-size: 13px;
	letter-spacing: -0.2px;
	color: rgba(0,0,0,0.6);
}
.price .sold i {
	font-size: 13px;
	margin-right: 2px;
}
.price .amount span {
	color: #789096;
	font-size: 16px;
	margin-left: 6px;
	font-weight: 400;
}
.summary-date .date {
	margin-bottom: 0;
	letter-spacing: 0.6px;
	color: #4e4e4e;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 8px;
	background-color: #fff4e7;
	padding: 4px;
}

.summary-date .date span {
	color: #ff0000;
	font-weight: 600;
	font-size: 16px;
}
.summary-date .date.date-in span {
	color: #49a2ff;
}
.summary-date .date .date-dash {
	padding-left: 4px;
	padding-right: 4px;
}
.summary-date .date.date-in {
	margin-bottom: 16px;
}
.summary .price {
	margin-top: 16px;
    margin-bottom: 16px;
	background-color: #f1f1f1;
	padding: 6px;
}
.summary .buyer-num {
	font-size: 14px;
}
.summary .buyer-num strong {
	font-size: 17px;
	padding-right: 4px;
}
.summary .price .amount {
	font-size: 28px;
}
.summary .price .amount span {
	font-size: 17px;
}
.special-pricing {
	font-size: 18px;
	background-color: #fff3f4;
	color: #dd2726;
	font-weight: 700;
	margin-bottom: 0;
	display: inline-block;
}
.check-out-modal-title .special-pricing {
	font-size: 16px;
	/* padding-left: 6px; */
}
.summary {
	margin-left: 24px;
}
.online-page .summary {
	margin-left: 24px;
} 
.section-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 18px;
}
.description .section-title {
	background: rgba(0,0,0,.02);
    color: rgba(0,0,0,.87);
	padding: 10px;
	border-bottom: 0;
}
.section-title h3 {
	margin-bottom: 0;
	font-size: 17px;
	font-weight: 600;
}
.description-content p {
	font-size: 15.4px;
	letter-spacing: 0.4px;
}
.description-content img{
	margin-bottom: 8px;
	max-height: 100%;
}
.comment-content {
	padding-left: 16px;
	padding-right: 16px;
	width: 60%;
}
.comment-gallery {
	margin-bottom: 16px;
}
.comment-info {
	margin-bottom: 8px;
	font-size: 15px;
}
.comment-info .user-name {
	color: #d3a271;
	font-weight: 900;
}
.comment-content-item {
	padding: 16px;
	border-bottom: 1px solid #eee;
}
.comment-content-item:last-child {
	border-bottom: 0;
}
.comment-content-item .user-text {
	color: #000;
	font-size: 16px;
}
.send-comment-btn {
	font-size: 15px;
	color: #f19d55;
	border: 1px solid #f19d55;
}
.send-comment-btn:hover {
	color: #f19d55;
}
.comment-type-box {
	position: relative;
	padding: 8px;
}
.not-member{
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 0;
	left: 0;
}
.not-member a {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	font-size: 16px;
	letter-spacing: 1px;
	color: #000;
}
.not-member a span {
	display: inline-block;
	margin-left: 8px;
}
.not-member a:hover {
	text-decoration: none;
}
.news-ticker-block {
	height: 32px;
	left: 0;
}
.news-ticker-wrapper {
	overflow: hidden;
	background-color: #89c96e;
	/* position: fixed;
	top: 100px;
	left: 0; */
	position: relative;
	z-index: 10;
	width: 100%;
	height: 32px;
	line-height: 32px;
	-webkit-backface-visibility: hidden;
}
.online-body .news-ticker-wrapper {
	background-color: #89c96e;
	height: 32px;
	line-height: 32px;
}
.news-ticker {
	display: inline-block;
	white-space: nowrap;
	padding-right: 5%;
	min-width: 40%;
	box-sizing: content-box;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
	animation-name: ticker;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
}
.news-ticker-wrapper .ticker-icon {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin-right: 2px;
	
}
.news-ticker .news-ticker-text {
	display: inline-block;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
	padding-left: 32px;
	padding-right: 32px;
}
.news-ticker .news-ticker-text a {
	color: #fff;
}

@-webkit-keyframes ticker {
	0% {
		-webkit-transform: translate3d(200%, 0, 0);
		transform: translate3d(200%, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes ticker {
	0% {
		-webkit-transform: translate3d(200%, 0, 0);
		transform: translate3d(200%, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@media (max-width: 1025px) {
	@-webkit-keyframes ticker {
		0% {
			-webkit-transform: translate3d(120%, 0, 0);
			transform: translate3d(120%, 0, 0);
			visibility: visible;
		}

		100% {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		}
	}

	@keyframes ticker {
		0% {
			-webkit-transform: translate3d(120%, 0, 0);
			transform: translate3d(120%, 0, 0);
			visibility: visible;
		}

		100% {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		}
	}
}
@media (max-width: 991px) {
	@-webkit-keyframes ticker {
		0% {
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
			visibility: visible;
		}

		100% {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		}
	}

	@keyframes ticker {
		0% {
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
			visibility: visible;
		}

		100% {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		}
	}
}
@media (max-width: 430px) {
	@-webkit-keyframes ticker {
		0% {
			-webkit-transform: translate3d(40%, 0, 0);
			transform: translate3d(40%, 0, 0);
			visibility: visible;
		}

		100% {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		}
	}

	@keyframes ticker {
		0% {
			-webkit-transform: translate3d(40%, 0, 0);
			transform: translate3d(40%, 0, 0);
			visibility: visible;
		}

		100% {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		}
	}
}
/* Shop Finish Buy Steps Nav */
/* Shop Table */
.shop_table {
	width: 100%;
	margin: 0;
	text-align: left;
}

.shop_table th {
	padding: 8px 10px;
}

.shop_table td {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	padding: 17px 10px;
}

.shop_table .product-thumbnail .product-thumbnail-wrapper {
	position: relative;
}

.shop_table .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-remove {
	position: absolute;
	top: -5px;
	right: -8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11.2px;
	font-size: 0.7rem;
	color: #212121;
	width: 20px;
	height: 20px;
	background: #FFF;
	border: 1px solid #dbdbdb;
	border-radius: 100%;
	box-shadow: 0px 0px 19px -6px rgba(0, 0, 0, 0.5);
	text-decoration: none;
	transition: ease background 300ms;
}

.shop_table .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-remove:hover {
	background: #f4f4f4;
}

.shop_table .product-name {
	padding-left: 22.4px;
	padding-left: 1.4rem;
}

.spec-btn {
	padding: 0 6px;
	border: 1px solid #c4c3c2;
	font-size: 15px;
	display: inline-block;
	color: #484848;
	margin: 0 2px 6px 2px;
	cursor: pointer;
}
.spec-btn:hover,
.spec-btn.chosen {
	border: 1px solid #47a0ab;
	color: #47a0ab;
	text-decoration: none;
}

.spec-btn.stock-none {
	border: 1px solid #d8d8d8;
	color: #e0e0e0;
	cursor: auto;
}
.summary-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.summary-label {
	display: block;
	vertical-align: middle;
	color: rgb(0 0 0 / 60%);
	line-height: 100%;
    margin-bottom: 0;
	width: 12%;
}
.summary-content {
	/* float: left;
	width: 80%; */
	width: 88%;
	/* margin-bottom: 24px; */
	display: block;
	vertical-align: middle;
}
.summary-content .remain {
	font-size: 16px;
	font-weight: 600;
}
.checkout-btn {
	font-size: 16px;
	background-color: #47a0ab;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 10px 12px;
	transition: all 0.2s;
	display: block;
	text-align: center;
}
.checkout-btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #5db3be;
}
.checkout-btn:focus,
.checkout-btn:active {
	color: #fff;
	outline: 0;
}
.checkout-btn.yet-btn {
	background-color: #b8cccc;
	cursor: auto;
}
h3.buyer-list-title {
	font-size: 17px;
	letter-spacing: 0.4px;
	margin-bottom: 8px;
	font-weight: 600;
}
.buyer-list-scroll {
	width: 100%;
	height: 180px;
	overflow-y: scroll;
	padding: 8px 0;
}
.buyer-list-scroll::-webkit-scrollbar {
	-webkit-appearance: none;
}

.buyer-list-scroll::-webkit-scrollbar:vertical {
	width: 4px;
}

.buyer-list-scroll::-webkit-scrollbar:horizontal {
	height: 4px;
}

.buyer-list-scroll::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .3);
	border: 2px solid transparent;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}
.buyer-box p{
	line-height: 28px;
	color: #ff9e3a;
	letter-spacing: 0.4px;
	margin-bottom: 0;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.buyer-box .date-dash{
	padding-left: 6px;
	padding-right: 6px;
	color: #acacac;
}
span.buyer-label {
	color: #484848;
	font-size: 15.4px;
	font-weight: 600;
}
.amount-selecter {
	line-height: 36px;
	display: inline-block;
	border: 1px solid;
}
.minus,
.plus,
.number {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	font-size: 16px;
	text-align: center;
	color: #484848;
	width: 33.3333333%;
}
.minus,
.plus {
	font-size: 12px;
	width: 32px;
}
.online-body .minus,
.online-body .plus {
}
.minus:hover,
.plus:hover{
	text-decoration: none;
	background-color: #e9e9e9;
}
.online-body .minus:hover,
.online-body .plus:hover {
	background-color: #e9e9e9;
}
.minus.limit,
.plus.limit {
	color: #d6d6d6;
}
.number {
	min-width: 36px;
}
.minus:active,
.plus:active {
	background-color: #d0d0d0;
}
.minus:focus,
.plus:focus {
	color: #484848;
}

.cart-info-box {
	margin-bottom: 100px;
	padding-bottom: 80px;
}
/* Responsive */
@media (max-width: 1025px) {
	.summary {
		margin-left: 32px;
	}
	.online-page.shop .checkout-btn {
		/* 20220307 */
		padding: 14px 10px;
	}
}
@media (max-width: 991px) {
	.shop .actions-continue {
		float: none;
	}

	.shop table.cart .product-thumbnail {
		width: 12%;
	}

	.shop table.cart .product-name {
		width: 35%;
	}

	#header nav.mega-menu .mega-menu-shop a {
		color: #FFF;
	}

	#header nav.mega-menu .mega-menu-shop a .fa-caret-down {
		display: none !important;
	}

	#header nav.mega-menu .mega-menu-shop > ul.dropdown-menu {
		display: none !important;
	}
	.online-page .summary {
		margin-left: 0;
		margin-bottom: 16px;
	}

}

@media (max-width: 769px) {
	.shop table.cart .product-name {
		width: 65%;
	}

	.shop_table .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-remove {
		position: relative;
		top: 0;
		right: 0;
	}

	.shop_table .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-image {
		display: none;
	}

	.shop_table .product-name {
		padding-left: 0.7rem;
	}

	.summary {
		margin-left: 0;
	}
	
	.md-right-align-box {
		text-align: right;
	}
}
@media (max-width: 430px) {
	
	.comment-content {
		width: 100%;
	}
	.online-page .summary {
		margin-left: 0;
	}
	.summary .price .amount {
		font-size: 26px;
	}
	.summary .price {
		margin-top: 4px;
    	margin-bottom: 14px;
	}
	.summary-text .date {
		line-height: 20px;
	}
	.description-content p {
		line-height: 28px;
	}
	.buyer-list-item {
		font-size: 15.4px;
		letter-spacing: 0.6px;
	}
	.buyer-list-scroll {
		width: 100%;
		height: 120px;
		overflow-y: scroll;
		border: 1px solid #acacac;
		padding: 8px 16px;
	}
	.buyer-box p {
		line-height: 20px;
		margin-bottom: 8px;
		font-size: 15.4px;
		letter-spacing: 0.2px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.item-name {
		display: block;
	}
	.checkout-btn {
		font-size: 15px;
		position: fixed;
		bottom: 14px;
		left: 50%;
		width: 90%;
		z-index: 10;
		box-shadow: 0 -3px 15px 3px rgb(0 0 0 / 10%);
		transform: translateX(-50%);
	}

	.online-page .summary-item .btn-box {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		box-shadow: 0 -3px 15px 3px rgb(0 0 0 / 10%);
	}
	.online-page .summary-item .btn-box .checkout-btn {
		position: relative;
		box-shadow: none;
		transform: none;
		left: 0;
		bottom: 0;
	}
	.product-thumb-info-list .price{
		/* flex-direction: column; */
		/* align-items: flex-start; */
	}
	.online-body .product-thumb-info-list .price {
		min-height: 48px;
		/* justify-content: flex-end; */
	}
	.online-body .product-thumb-info-list .price span {
		display: block;
	}
	.product-thumb-info-list .price .amount {
		line-height: 20px;
	}
	.online-page .product-thumb-info-list .price .amount {
		font-size: 17px;
		font-weight: normal;
	}
	.product-thumb-info-list .price .sold {
		/* align-self: flex-end; */
		line-height: 20px;
	}
	.online-page .product-thumb-info-list .price .sold {
		padding-top: 4px;
		font-size: 13px;
		line-height: 16px;
	}
	.amount-selecter {
		line-height: 34px;
	}
	.minus, .plus {
		width: 28px;
	}
	.number {
		min-width: 34px;
	}
	.summary-item {
		display: block;
		margin-bottom: 22px;
	}
	.summary-label {
		width: 100%;
		margin-bottom: 4px;
	}
}
@media (max-width: 360px) {
	.summary-text .date {
		font-size: 14px;
	}
	.summary-text .date span {
		font-size: 15px;
	}
	.summary .price .amount {
		font-size: 24px;
	}
	.buyer-list-title {
		font-size: 20px;
		margin-bottom: 4px;
	}
}

