#cart-main-content .product-discount-label {
	background-color: #f44336;
	color: #fff;
	padding: 2px 12px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 5px;
	margin-bottom: 1em;
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
}

#cart-main-content .product-discount-label.blue {
	background-color: #f44336;
}

.cart-buttons .btn.new-address .display,
.cart-buttons .btn.new-address .effect {
	display: inline-block;
	text-align: center;
}

#cart-main-content .weight-quantity {
	padding-left: 0;
	padding-right: 0;
}
/* ITEMS */

#cart-container {
	margin: 15px 0;
}

#tbl-cart {
	width: 100%;
}

.tbl-cart-wrapper {
	margin: 15px 0;
}
.tbl-cart-wrapper a {
	color: #7fb9b4;
}
.white-wrapper {
	-webkit-box-shadow: 0px 0px 4px 1px rgba(217, 217, 217, 0.5);
	-moz-box-shadow: 0px 0px 4px 1px rgba(217, 217, 217, 0.5);
	box-shadow: 0px 0px 4px 1px rgba(217, 217, 217, 0.5);
	border-radius: 5px;
	background: #fff;
	padding: 20px;
}

#tbl-cart .note .cart-notes.cart-promo {
	color: #0f67b1;
	font-weight: bold;
}

.color-red {
	color: red;
}

.color-green {
	color: #4c6546;
}

.weight-scale {
	padding: 2px 0 0 4px;

	display: inline-block;
	font-size: 14px;
	vertical-align: bottom;
}

/*.product-price .weight-scale img{
	display: inline;
}*/

#cart-sidebar .form-coupon input[type='text']::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-size: 12px;
}
#cart-sidebar .form-coupon input[type='text']::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 12px;
}
#cart-sidebar .form-coupon input[type='text']:-ms-input-placeholder {
	/* IE 10+ */
	font-size: 12px;
}
#cart-sidebar .form-coupon input[type='text']:-moz-placeholder {
	/* Firefox 18- */
	font-size: 12px;
}

#tbl-cart td {
	padding: 5px;
	padding-top: 10px;
	vertical-align: middle;
}
#tbl-cart tr:not(:last-of-type) td {
	border-bottom: #eee 1px solid;
}
#tbl-cart .remove {
	width: 25px;
	text-align: left;
}
#tbl-cart .remove span {
	cursor: pointer;
	background: black;
	display: inline-block;
	opacity: 0.1;
	width: 16px;
	height: 16px;
	padding: 1px;
	transition: all 0.4s;
}

#tbl-cart .remove span:hover {
	background: red;
	opacity: 1;
}
#tbl-cart .remove [type='checkbox'] {
	border: none;
	background-color: transparent;
}
#tbl-cart .img {
	text-align: center;
	height: 120px;
	width: 120px;
}
#tbl-cart .img .product-img {
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	/*position: absolute;
	top: 0;
	bottom: 0;*/
}
#tbl-cart .img .wrapper {
	position: relative;
	display: block;
	width: 120px;
	height: 120px;
}
#tbl-cart .img .wrapper a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
#tbl-cart .img .label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 40px;*/
	height: calc(100% - 5px);
	margin-top: 5px;
	z-index: 1;
}
#tbl-cart .img *[class^='l-'] {
	position: absolute;
	z-index: 2;
	width: 48px;
	height: 48px;
}
#tbl-cart .img .l-exclusive {
	left: 0;
	top: 0;
}
#tbl-cart .img .l-best-seller {
	right: 0;
	top: 0;
}
#tbl-cart .img .l-0-percent {
	right: 0;
	bottom: 0;
}
#tbl-cart .img .l-4-working,
#tbl-cart .img .l-7-working {
	left: 0;
	bottom: 0;
	width: 95px;
	height: 30px;
}
#tbl-cart .img .l-7-working img {
	position: relative;
	top: -35px;
}
#tbl-cart .img .label img {
	/*max-width: 55px;*/
	/*max-height: 55px;*/
	width: 100%;
}
#tbl-cart .img .label .pull-left {
	margin-right: 5px;
}
#tbl-cart .img .label .pull-right {
	margin-left: 5px;
}
#tbl-cart .cart-free-row td {
	background-color: #eee;
}
#tbl-cart .brand {
	color: #000;
	text-transform: uppercase;
}
#tbl-cart .title a {
	color: #000;
}
#tbl-cart .title {
	color: #666;
}
#tbl-cart .sku {
	font-size: 12px;
	color: #aaa;
}
#tbl-cart .qty {
	width: 150px;
	text-align: center;
}
#tbl-cart .qty .input-group {
	/* border: #eee 1px solid; */
}
#tbl-cart .qty .input-group .form-control {
	background-color: #fff;
	border: none;
	text-align: center;
	box-shadow: none;
	-webkit-box-shadow: none;
	height: 38px;
}
#tbl-cart .qty .input-group .input-group-btn .btn {
	background: #7fb9b4;
	padding: 0.25rem 0.25rem;
	border-radius: 50%;
	color: #fff;
	border: 1px solid #7fb9b4;
	width: 32px;
	height: 32px;
	padding: 0rem 0.25rem;
	font-family: 'Gotham-Book';
	font-size: 23px;
	line-height: 1;
	font-weight: normal;
}
#tbl-cart .qty .input-group .btn.btn-qty-sub {
	padding-bottom: 2.5px;
}
#tbl-cart .get-free {
	color: #6aba2f;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
#tbl-cart .price {
	width: 150px;
	text-align: right;
}
#tbl-cart .priceoff-price {
	color: #666;
}
#tbl-cart .product-price,
#tbl-cart .big-yellow {
	font-size: 16px;
	/*color: #f9ba47;*/
	color: #3e9e08;
	font-weight: 600;
}

#tbl-cart .product-price.black {
	color: #000;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 0px;
}
#tbl-cart .product-price.black span.label {
	display: inline-block;
	height: 20px;
}

#tbl-cart .product-price .promo-price {
	color: red;
}

#tbl-cart .product-price.promo-price,
#tbl-cart .priceoff-price {
	color: red;
}

#tbl-cart .old-price {
	display: inline;
	margin: 2px 0 0 6px;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	text-decoration: line-through;
}

#tbl-cart .inline {
	display: inline-block;
	margin: 0 !important;
}

#tbl-cart .note {
	margin-top: 5px;
	color: #666;
}
#tbl-cart .note.green {
	color: #7fb9b4;
}
.btn-cart-process {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.remove-all-cart {
	margin: 15px 0px;
}
.cart-related-product h1.main-heading {
	margin-bottom: 15px;
}
/* SIDEBAR */
#cart-sidebar {
	background-color: #f6f6f6;
	padding: 12px;
	margin-top: 30px;
	margin-top: 0px;
}
.cart-total {
	font-size: 12px;
}
.cart-total-details {
	width: 100%;
	color: #000;
	font-size: 14px;
}
.cart-total-details th,
.cart-total-details td {
	padding-bottom: 5px;
}
.cart-total-details td {
	width: 100px;
	text-align: right;
}
.cart-total-details .btn-remove-promo {
	color: #fff;
	background-color: #d54037;
	border-radius: 50%;
	padding: 1px 3px 3px 4px;
	font-size: 10px;
}
.cart-total-details .total {
	font-size: 18px;
	font-weight: bold;
}
.cart-total-details .total .note {
	font-size: 12px;
	font-weight: normal;
	display: block;
}
.form-coupon {
	margin-top: 15px;
	margin-bottom: -10px;
}

.cart-buttons *[class^='visa'] {
	text-align: center;
	width: 155px;
	margin: 0 auto;
}
.cart-buttons .visa-tell-me-label {
	float: none;
	display: block;
	margin: 0 0 5px 0;
	text-align: right;
}
.cart-buttons .visa-or-label {
	margin-bottom: 5px;
}
.pwp-button .btn.add-cart .display {
	background-color: #f8a91a;
	color: #fff;
}
.pwp-button .btn.add-cart .fa-angle-right {
	margin-right: 20px;
}
.pwp-button .btn.add-cart .fa-angle-left {
	margin-left: 20px;
}
.shake-right {
	-webkit-animation-name: shake-right;
	animation-name: shake-right;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}
@-webkit-keyframes shake-right {
	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
}
@keyframes shake-right {
	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
}
.shake-left {
	-webkit-animation-name: shake-left;
	animation-name: shake-left;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}
@-webkit-keyframes shake-left {
	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
}
@keyframes shake-left {
	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
}
/* PWP */
#pwp-dialog {
	position: relative;
	background: url('../images/pwp/bg.jpg');
	width: calc(100% - 30px);
	height: 230px;
	padding: 0px 30px;
	margin: 0 15px 15px;
}
#pwp-dialog .pwp-header {
	position: absolute;
	right: 50px;
	z-index: 0;
	width: 432px;
	height: 100%;
	background: url('../images/pwp/artwork-banner.png') center no-repeat;
	background-size: contain;
}

#pwp-dialog .items {
	position: relative;
	z-index: 1;
	left: 0;
	top: 15px;
	width: 100%;
	height: 200px;
}
#pwp-dialog .items li {
	position: relative;
	width: 100%;
	height: 200px;
	padding: 10px 20px 20px;
	background-color: #fff;
	border: #ccc 1px solid;
	-webkit-box-shadow: 0 0px 9px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 9px 1px rgba(0, 0, 0, 0.2);
}
#pwp-dialog .items li .head {
	text-align: center;
	text-transform: uppercase;
	border-bottom: #eee 1px solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 15px;
	-webkit-animation-name: pwphead; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 0.7s; /* Safari 4.0 - 8.0 */
	animation-name: pwphead;
	animation-duration: 0.7s;
	animation-iteration-count: infinite;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes pwphead {
	from {
		color: black;
	}
	to {
		color: #0f67b1;
	}
}

/* Standard syntax */
@keyframes pwphead {
	from {
		color: black;
	}
	to {
		color: #0f67b1;
	}
}
#pwp-dialog .items li .img {
	float: left;
	width: calc(33% - 15px);
	margin-right: 15px;
	height: 141px;
}
#pwp-dialog .items li .img img {
	max-width: 100%;
	max-height: 100%;
	width: initial;
	margin: 0 auto;
}
#pwp-dialog .items li .desc {
	float: left;
	width: 33%;
}
#pwp-dialog .items li .desc h4 {
	margin: 5px 0 5px;
	text-transform: uppercase;
}
#pwp-dialog .items li .buy {
	float: right;
	width: calc(33% - 10px);
	margin-left: 10px;
}
#pwp-dialog .items li .buy .price {
	font-weight: bold;
	text-align: center;
}
#pwp-dialog .items li .buy .price.promo {
	color: #358906;
}
#pwp-dialog .items li .buy .price.normal {
	color: #aaa;
}
#pwp-dialog .items li .buy .price .title {
	font-size: 14px;
	text-transform: uppercase;
}
#pwp-dialog .items li .buy .price .content {
	font-size: 40px;
}
#pwp-dialog .items li .buy .price .content sup {
	display: inline-block;
	margin-top: 33px;
	font-size: 25px;
}
#pwp-dialog .items li .buy .price.sm .title,
#pwp-dialog .items li .buy .price.sm .content {
	display: inline-block;
	font-size: 14px;
}
#pwp-dialog .items li .buy .price.sm .title {
	font-weight: normal;
}
#pwp-dialog .items li .pwp-button {
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: calc(66% - 20px);
}

#pwp-dialog .items .owl-prev,
#pwp-dialog .items .owl-next,
#pwp-dialog .items .owl-prev:hover,
#pwp-dialog .items .owl-next:hover {
	position: absolute;
	top: 0;
	width: 10px !important;
	height: 100%;
	background-size: contain !important;
	background-color: transparent;
}
#pwp-dialog .items .owl-prev {
	left: -20px;
	background: url('../images/pwp/left.png') center no-repeat;
}
#pwp-dialog .items .owl-next {
	right: -20px;
	background: url('../images/pwp/right.png') center no-repeat;
}
#pwp-dialog .items .owl-prev i,
#pwp-dialog .items .owl-next i {
	display: none;
}

#cart-container {
	margin-bottom: 160px;
}
#cart-main-content {
	padding-left: 0;
}

#cart-main-content p {
	margin-bottom: 12px;
}

#cart-main-content p.brand {
	margin-bottom: 0px;
}

#cart-main-content .weight-scale img {
	margin-top: -7px;
}

.help-block.error {
	margin-top: 12px;
	color: #ff0000;
	display: block;
}

#cart-sidebar hr {
	margin: 10px 0;
}
.product-list.suggested-product li .left-block .product-discount-label.blue {
	font-size: 13px;
}

.cart-promo-badge {
	background: url('../images/warning.png') 4px center no-repeat;
	color: #b91e28;
	padding: 6px 12px 6px 26px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 5px;
	margin-bottom: 1em;
	display: inline-block;
	font-size: 12px;
	border: 2px dashed #b91e28;
}

.cart-promo-badge.applied {
	background-image: url('../images/savings_icon_grey.png');
	border-color: #808080;
	color: #808080;
}

@media (max-width: 1200px) {
	#tbl-cart tr td.desc .product-price {
		display: block;
	}
	#cart-main-content .product-discount-label {
		margin: 0;
	}

	#tbl-cart .old-price {
		margin: 0;
	}
}

@media (max-width: 640px) {
	table#tbl-cart tr {
		position: relative;
		display: block;
	}

	table#tbl-cart tr td.remove {
		position: absolute;
		/*top: 0px;
		left: 0px;*/
		z-index: 4;
		border: none;
		top: calc(50% - 13px);
	}

	.cart-hide-desktop {
		display: block !important;
		margin: 5px 0;
	}

	.col-sm-9 {
		padding: 0 !important;
	}

	#pwp-dialog {
		margin: 0;
		width: 100%;
	}

	#tbl-cart .img .wrapper {
		width: 70px;
		height: 90px;
		text-align: center;
	}
	#tbl-cart .img {
		width: auto;
		height: auto;
	}
	#tbl-cart .img .product-img {
		width: auto;
		max-height: 70px;
		left: 50%;
		transform: translateX(-50%);
	}

	#tbl-cart tr td.price {
		display: none;
	}

	#tbl-cart tr td.qty .product-price {
		text-align: right;
	}

	#tbl-cart tr td.price.center {
		/*position: absolute;
		top: 0;
		right: 0;*/
		display: none;
	}

	#tbl-cart tr td.desc .product-price {
		/*display: none;*/
	}

	#tbl-cart .title {
		font-size: 12px;
	}
	#tbl-cart .brand {
		font-size: 12px;
	}

	#tbl-cart .cart-promo-badge {
		font-size: 10px;
	}

	#tbl-cart p.note {
		font-size: 10px;
	}

	#tbl-cart .img .label {
		top: -20px;
		left: -20px;
	}

	#tbl-cart .img .label img {
		width: 30px;
	}
}
@media (max-width: 460px) {
	#plussell-dialog .detail .promo-price sup {
		font-size: 16px;
		display: inline-block;
		margin-top: 33px;
		margin-left: 2px;
	}
	#plussell-dialog .detail .promo-price {
		font-size: 28px;
		padding-top: 25%;
	}
	#plussell-dialog .product-list li .left-block {
		height: 150px;
	}

	#tbl-cart .desc {
		width: 50%;
	}
	#tbl-cart .qty .input-group .form-control {
		width: 60px;
	}
}
@media (max-width: 1172px) {
	#plussell-dialog {
		width: 744px;
		left: calc(50% - 372px);
	}
}
@media (max-width: 768px) {
	#plussell-dialog {
		width: 372px;
		left: calc(50% - 186px);
	}
	#cart-sidebar[style] {
		top: 0 !important;
	}
}
@media (max-width: 430px) {
	#plussell-dialog {
		width: 300px;
		left: calc(50% - 150px);
	}
	#plussell-dialog .detail li {
		/*width: 280px;*/
	}
	#plussell-dialog .detail .promo-price {
		background-size: contain;
		width: auto;
	}
	#plussell-dialog .header {
		height: 40px;
		background-size: contain;
	}
	#plussell-dialog .detail .img {
		height: 120px;
	}
	#plussell-dialog .detail li {
		/*height: 330px;*/
		margin: 0 10px;
	}
	#plussell-dialog {
		top: calc(50% - 260px);
		top: 5%;
	}
}
@media (max-width: 500px) {
	#pwp-dialog .items li .pwp-button {
		position: absolute;
		width: calc(100% - 40px);
	}
	#pwp-dialog .pwp-button .btn.btn-add-to-cart a {
		font-size: 10px;
	}
	#pwp-dialog .items li .img {
		width: 0;
		height: 0;
	}
	#pwp-dialog .items li .desc {
		float: left;
		width: 100%;
	}
	#pwp-dialog .items li .buy {
		float: left;
		width: 100%;
		margin-left: 0;
	}
	#pwp-dialog .items li .buy .price {
		font-weight: bold;
		text-align: center;
		float: right;
	}
	#pwp-dialog .items li .buy .price.normal {
		float: left;
	}
	#pwp-dialog .items li {
		height: 240px;
	}
	#pwp-dialog {
		height: 270px;
	}
}
@media (max-width: 350px) {
	#pwp-dialog .items li .head {
		font-size: 12px;
	}
	#pwp-dialog .items li .desc h4 {
		font-size: 12px;
	}
	#pwp-dialog .items li .buy .price .content {
		font-size: 24px;
	}
	#pwp-dialog .items li .buy .price .content sup {
		margin-top: 16px;
		font-size: 12px;
	}
}

/*AIA */
.aia-popover-tooltip.popover {
	border-radius: 5px;
	background-color: #000;
	color: #fff;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}
.aia-popover-tooltip.popover .text {
	color: #fff;
	font-weight: 500;
}
.aia-popover-tooltip.popover a {
	font-weight: 500;
	text-decoration: underline;
}
.aia-popover-tooltip.popover.bs-popover-auto[x-placement^='top']
	> .arrow::after,
.aia-popover-tooltip.popover.bs-popover-top > .arrow::after {
	border-top-color: #000;
}
.aia-popover-tooltip .arrow {
	right: 5px;
	left: auto !important;
}

/* Custom Options */
.product-options h4.product_title.entry-title {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.product-options h4.product_title.entry-title label {
	margin-bottom: 0;
}

input[type='checkbox'].product-option,
input[type='radio'].product-option {
	display: none !important;
}
