.mpce-quantity {
	display: inline-flex;
	align-items: center;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.mpce-quantity span {
	background: #d7d7d769;
	width: 35px;
	display: inline-block;
	text-align: center;
	line-height: 1.3;
	color: #000;
	padding: 8px 0;
}
.mpce-quantity span:hover {
	cursor: pointer;
	opacity: .9;
}
.mpce-quantity span.mpcqdis {
	opacity: .2;
	cursor: not-allowed;
}
.mpce-quantity input[type="number"]{
	box-shadow: none;
	line-height: 25px;
    border: none !important;
    border-radius: 0 !important;
    text-align: center;
}
td.mpc-product-quantity .mpce-quantity input[type="number"]{
	width: 45px;
	height: 33px;
}
.mpce-quantity input::-webkit-outer-spin-button,
.mpce-quantity input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.mpce-quantity input {
	appearance: textfield;
	-moz-appearance:textfield; /* Firefox */
}
.mpce-quantity input:focus {
	outline: none;
}
tr.mpc-subhead .mpc-subheader {
	display: flex;
    padding: 20px;
	border-bottom: 1px solid #a7a7a7;
}
.mpc-subheader-img {
	padding: 0 20px 0 0;
    float: left;
}
table.mpc-wrap .mpc-subheader-img img {
	border: 1px solid #c2b8b8;
}
.mpcp-gallery .gallery-item img {
	width: 100%;
	margin-top: 3%;
}
.mpc-subheader .mpc-subheader-info a {
	font-weight: bold;
    text-decoration: underline;
	text-decoration: none;
}
table.mpc-wrap tbody tr.mpc-subhead td{
	padding: 0;
}
.mpc-sub-desc {
	font-size: 15px;
    color: #a9a9a9;
	transition: color ease-in-out .3s;
}
.mpc-sub-desc:hover {
	color: #666666;
}
/* .hentry .entry-content .mpc-subheader-info a {
	color: #fff;
} */
/* Gallery */
.mpcp-gallery .gallery-item {
	width: 47%;
	margin-top: 5px;
	position: relative;
	display: inline-block;
}
.gallery-item:nth-child(2) {
	float: right;
}
.mpcp-gallery span.moregallery {
	position: absolute;
	top: 57%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#mpcpop .mpc-gallery img {
	width: 65px;
	float: left;
	margin-right: 10px;
}
#mpcpop .mpc-gallery {
	position: fixed;
	left: 50%;
	bottom: 10px;
	transform: translate(-50%, -50%);
	margin: 0 auto;
}
.mpc-gallery img {
	border: 4px solid transparent;
}
.mpc-gallery img.mpcgi-selected {
	border: 4px solid #2199c5;
}
/* Pro cart section */
.mpc-pro-cart table thead th, .mpc-pro-cart table tbody td{
	font-size: 15px;
}
.mpc-pro-cart .mpc-remove-cart{
	font-size: 12px;
	font-weight: 600;
}
.mpc-pro-cart .mpc-pc-title .mpc-pd{
	font-size: 14px;
	margin-bottom: 5px;
}
.mpc-pro-cart table, .entry-content .mpc-pro-cart table{
	width: 100%;
	margin-bottom: 20px;
}
.mpc-pro-cart thead th{
	padding: 10px;
	text-align: left;
	background-color: #a7bbc1;
	color: #fff;
}
.mpc-pro-cart tbody td{
	vertical-align: middle;
	padding: 10px;
}
.mpc-pro-cart tbody td.mpc-pc-title, .mpc-pro-cart tbody td.mpc-pc-title a{
	color: #000;
	text-align: left;
}
.mpc-pro-cart td.mpc-pc-title .mpc-pd, .mpc-pro-cart ul.variation{
    opacity: 0.5;
}
.mpc-pro-cart tbody td.mpc-pc-title a, .mpc-pro-cart tbody td.mpc-pc-title .mpc-pd{
	display: block;
} 
.mpc-pro-cart tbody tr.cart-updating td{
	padding: 2px;
}
.mpc-pro-cart tbody td.img-col{
	vertical-align: top;
	/* width: 105px; */
}
.mpc-pro-cart tbody td img{
	max-width: 84px;
}
.mpc-pro-cart tbody td img:hover{
	cursor: pointer;
}
.mpc-pro-cart table tbody tr.total-col{
	font-weight: bold;
	color: #000;
}
.mpc-pro-cart table tbody tr.total-col td:first-child{
	text-align: right;
}
.mpc-pro-cart table tbody tr:last-child td {
    border-top: 1px solid #a7bbc1;
}
.mpc-pro-cart p.desc {
    margin-bottom: 0px;
}
.mpc-pro-cart ul.variation {
    margin: 0 0 5px 0;
	padding: 0;
    list-style: none;
	font-size: 14px;
}
.wp-theme-Divi #left-area .mpc-pro-cart ul.variation{
	padding: 0;
	list-style-type: none;
}
.mpc-pro-cart span.att-name {
    font-weight: 600;
    padding-right: 5px;
}
.mpc-pro-cart td.mpc-pc-title a, .mpc-pro-cart td.mpc-pc-title a
.mpc-pro-cart span.mpc-remove-cart{
	text-decoration: underline;
	color: #a5a5a5;
}
.mpc-pro-cart span.mpc-remove-cart:hover{
	cursor: pointer;
	color: #d63638;
}
.cart-updating td{
	background: linear-gradient(-60deg, #ccc 33%,#ddd, #0073aa 66%) right/300% 100%;
	animation: move 1s linear infinite;
}
@keyframes move {
	to {background-position: left}
}
.cart-proceed{
	display: block;
	text-align: right;
	margin-bottom: 20px;
}
.cart-proceed a {
    background: #333333;
    padding: 8px 20px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.mpc-pro-cart td .cart-qty{
	display: flex;
}
.mpc-pro-cart td .cart-qty span{
	padding: 1px 10px;
    line-height: 30px;
	color: #adadad;
}
.mpc-pro-cart td .cart-qty span, .mpc-pro-cart td .cart-qty input[type="number"]{
	border: 1px solid #e5e5e5;
}
.mpc-pro-cart td .cart-qty input[type="number"]{
	height: 35px;
    text-align: center;
    outline: none;
    background: transparent;
    border-left: none;
    border-right: none;
    box-shadow: none;
}
.wp-theme-storefront .mpc-pro-cart td .cart-qty input[type="number"]{
	height: 35px;
}
.wp-theme-twentytwentyfive .mpc-pro-cart td .cart-qty input[type="number"]{
	height: 30px;
}
.mpc-pro-cart td .cart-qty span.cart-qty-reduce{
	border-radius: 4px 0 0 4px;
	border-right: none;
}
.mpc-pro-cart td .cart-qty span.cart-qty-add{
	border-radius: 0 4px 4px 0;
	border-left: none;
}
.mpc-pro-cart td .cart-qty span:hover{
	cursor: pointer;
	color: #000;
}
.mpc-pro-cart tbody td input[type="number"]::-webkit-inner-spin-button,
.mpc-pro-cart tbody td input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.mpc-pro-cart tbody td input[type="number"]{
	appearance: textfield;
    -moz-appearance: textfield;
	width: 45px;
	height: 37px;
}
/* Avada theme support */
.wp-theme-Avada .mpc-pro-cart td .cart-qty span{
	background-color: #fff;
}
.wp-theme-Avada .mpc-pro-cart td .cart-qty input[type="number"]{
	border-radius: 0;
}
.wp-theme-Avada .mpc-pro-cart bdi{
	padding: 0;
	width: max-content;
}
/* Bricks theme */
.brx-body .mpc-pro-cart.woocommerce-info, #main-content .mpc-pro-cart.woocommerce-info{
	border: none;
	margin-bottom: 2.617924em;
    background-color: #3d9cd2;
    border-radius: 2px;
    color: #fff;
    border-left: .6180469716em solid rgba(0, 0, 0, .15);
    padding: 1em 2em 1em 3.5em;
    position: relative;
}
#main-content .mpc-pro-cart tbody tr.cart-updating td{
	padding: 2px;
}
#content table.mpc-wrap tbody tr.cart_item.grouped td, #main-content table.mpc-wrap tbody tr.cart_item.grouped td, #brx-content table.mpc-wrap tbody tr.cart_item.grouped td, .entry-content table.mpc-wrap tbody tr.cart_item.grouped td{
	border-bottom: 1px solid #a7a7a7;
}
.mpc-container .mpc-wrap tbody tr.cart_item.grouped td .mpc-product-title a{
	font-weight: bold;
}
/* Pro cart section end */
@media screen and (max-width: 767px){
	#mpcpop .mpc-gallery{
		display: flex;
		position: relative;
		left: auto;
		transform: unset;
	}
	#mpcpop .mpc-gallery img{
		float: none;
		margin-right: auto;
	}
	/* Pro cart section start */
	.wp-theme-Avada .mpc-pro-cart bdi{
		text-align: left;
	}
	.mpc-pro-cart table thead{
		display: none;
	}
	.mpc-pro-cart table tbody tr, .mpc-pro-cart table tbody tr td{
		display: block;
	}
	.mpc-pro-cart table tbody tr{
		margin-bottom: 20px;
        position: relative;
        border: 1px solid #cecece;
        border-radius: 5px;
        padding: 10px 0;
	}
	.mpc-pro-cart table tbody tr.total-col{
		border: none;
		margin-bottom: 0;
	}
	.mpc-pro-cart table tbody tr td, #main-content .mpc-pro-cart table tbody tr td{
		padding: 0 0 10px 105px;
		/* padding-left: 105px; */
	}
	.mpc-pro-cart table tbody tr td.img-col, #main-content .mpc-pro-cart table tbody tr td.img-col{
		padding-left: 10px;
		float: left;
	}
	.mpc-pro-cart table tbody tr.total-col td:first-child, #main-content .mpc-pro-cart table tbody tr.total-col td:first-child {
		text-align: left;
		padding-left: 5px;
		display: inline;
		float: left;
	}
	.mpc-pro-cart td.mpc-pc-title .mpc-remove-cart{
		position: absolute;
        right: 8px;
        bottom: 5px;
	}
	.cart-proceed{
		float: none;
	}
	.cart-proceed a{
		display: block;
		text-align: center;
	}
	/* Pro cart section end */
	/* Avada theme support start */
	.wp-theme-Avada .mpc-pro-cart tbody{
		background-color: transparent !important;
	}
	.wp-theme-Avada .mpc-pro-cart table tbody tr.total-col td:first-child {
		line-height: 25px;
	}
	/* Avada theme support end */
	/* Bricks theme support start */
	#brx-content .cart-proceed a{
		margin: 0 10px;
	}
	/* Bricks theme support end */
	/* Elementor start */
	#main-content .mpc-pro-cart table{
		font-size: 15px;
	}
	#main-content .entry-content tr td{
		border: none;
	}
	/* Elementor end */
	tr.mpc-subhead .mpc-subheader{
		border-radius: 5px;
		border: none;
		padding: 10px;
		background-color: #666666;
	}
	tr.mpc-subhead .mpc-subheader .mpc-subheader-img{
		padding-right: 10px;
	}
	table.mpc-wrap tbody tr.cart_item.grouped,
	table.mpc-wrap tbody tr.cart_item.grouped:nth-child(2n).cart_item td, table.mpc-wrap tbody tr.cart_item.grouped:nth-child(2n+1).cart_item td,
	#content table.mpc-wrap tbody tr.cart_item.grouped td, #main-content table.mpc-wrap tbody tr.cart_item.grouped td, #brx-content table.mpc-wrap tbody tr.cart_item.grouped td{
		background-color: #e2ebdd;
		border: none;
	}
}