table.mpc-wrap {
    width: 100%;
}
table.mpc-wrap, table.mpc-wrap tr, table.mpc-wrap th, table.mpc-wrap td {
    border: 0;
}
table.mpc-wrap thead th {
    background: #444;
    color: #fff;
    padding: .75em 1em;
}
table.mpc-wrap tbody tr td {
    padding: 1em;
    vertical-align: middle;
    color: #333;
}
table.mpc-wrap tbody tr:nth-child(2n).cart_item td {
    background: #f5f5f5;
}
td.mpc-total {
    width: 100px;
}
table.mpc-wrap tbody tr td.mpc-product-name > a {
    text-decoration: none !important;
    font-weight: bold;
}
table.mpc-wrap tbody tr td.mpc-product-image {
    width: 90px;
}
table.mpc-wrap tbody tr:nth-child(2n) td .qty {
    background: #fff;
}
table.mpc-wrap img {
    border-radius: 0;
}
table.mpc-wrap img:hover {
    cursor: pointer;
}
td.mpc-product-select {
    text-align: right;
}
th.mpc-product-buy {
    text-align: right;
    width: 60px;
}
td.mpc-total {
    min-width: 140px;
    text-align: right;
}
.mpc-product-title a{
    text-decoration: underline;
}
.mpc-container input[type="checkbox"] {
    width: 25px;
    height: 25px;
    outline: none;
    vertical-align: middle;
}
select.mpc-orderby, td.mpc-product-variation select {
    background-color: white;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
        background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.mpc-wrap .variation-group {
    margin-bottom: .75em;
}
.mpc-wrap .variation-group:last-child {
    margin-bottom: 0;
}
.mpc-wrap .variation-group > label {
    display: block;
}
.mpc-wrap .variation-group > select {
    width: 100%;
}
.mpc-wrap input.input-text.qty.text {
    padding: 6px 3px;
    width: 45px;
}
table.mpc-wrap .mpc-product-name {

}
table.mpc-wrap .mpc-product-variation {

}
table.mpc-wrap .mpc-product-quantity {

}
table.mpc-wrap .mpc-product-price {

}
table.mpc-wrap .mpc-product-image {

}
table.mpc-wrap .mpc-product-rating, table.mpc-wrap .mpc-product-sku {

}
table.mpc-wrap .mpc-product-product {

}
table.mpc-wrap .mpc-product-category {

}
table.mpc-wrap .mpc-product-tag {

}
table.mpc-wrap .mpc-product-stock {

}
.total-row {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 20px;
}
span.mpc-total {
    min-width: 80px;
    display: inline-block;
}
.total-label {
    text-align: right;
}
.mpc-button {
    text-align: right;
}
.mpc-button > div {
    display: inline-block;
}
.mpc-product-range {
    margin-right: 15px;
}
.mpc-button button, .mpc-button input[type=submit], .mpc-button input.mpc-reset {
    border: 0;
    border-radius: 0;
    background: none;
    cursor: pointer;
    padding: 0.6180469716em 1.41575em;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    transition: .5s;
}
.mpc-button button, .mpc-button input.mpc-reset {
    background-color: #d5d5d5;
    border-color: #d5d5d5;
    color: #333333;
    margin-right: 5px;
}
.mpc-button button:hover, .mpc-button input[type=submit]:hover, .mpc-button input.mpc-reset:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.mpc-button input.mpc-add-to-cart.wc-forward {
    color: #fff;
}
.mpcpopimg{
    display: none;
}
/* The Modal (background) */
.mpc-popup {
    transition: 0.3s;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000e8;
    text-align: center;
    z-index: 999999;
}
.admin-bar .mpc-popup {
    top: 32px;
}
#mpcpop:hover {opacity: 1;}
/* Modal Content (image) */
#mpcpop img {
    margin: auto;
    display: block;
    margin-top: 5%;
    max-height: 400px;
    width: 50%;
    object-fit: contain;
    border-radius: 10px;
}
/* Add Animation */
#mpcpop img {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
h4.mpcpop-title {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
}
#mpcpop .mpcpop-close {
    color: #fff;
    font-size: 25px;
    line-height: 1;
    position: absolute;
    right: 13px;
    top: 10px;
}
#mpcpop .mpcpop-close:hover {
	cursor: pointer;
}
.mpc-single-active .mpc-single-price {
    /*font-size: 130%;*/
    font-weight: 600;
}
p.mpcpop-price {
    color: #fff;
}
select.mpc-highlighter{
    border: 1px solid #e74c3c;
}
.mpc-popify{
    display: block;
}
.mpc-sort {
    float: left;
    margin-bottom: 20px;
}
.mpc-sort label {
	color: #000;
}
.mpc-sort form {
    margin: 0;
}
.mpc-all-select {
    float: right;
    margin-bottom: 20px;
}
.mpc-all-select label {
    color: #000;
    margin-right: 10px;
}
span.mpc-single-add {
    font-weight: bold;
    padding-left: 10px;
}
span.mpc-single-add:hover {
    color: #6a47ea;
    cursor: pointer;
}
.mpc-pagination {
    text-align: center;
}
.mpc-inner-pagination {
    display: inline-block;
    position: relative;
}
.mpc-pagenumbers {
    display: inline-block;
}
.mpc-pagenumbers span {
    width: 28px;
    border: 1px solid #ccc;
    margin-right: 5px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
.mpc-pagenumbers span.current {
    color: white;
}
.table-query{
    display: initial;
    position: absolute;
}
.mpc-range {
    min-width: 120px;
}
.mpc-product-title {
    min-width: 150px;
}
.mpce-quantity {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    width: 85px;
}
.mpce-quantity span {
    background: #d7d7d769;
    width: 15px;
    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;
}
@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}
@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}


/* Mobile CSS */
@media screen and (max-width: 767px) {
    table.mpc-wrap {
        margin-bottom: 0;
    }
    table.mpc-wrap thead, tr.cart_item.simple td.mpc-product-variation {
        display: none;
    }
    table.mpc-wrap tbody tr, table.mpc-wrap tbody td {
        display: block;
    }
    table.mpc-wrap tbody tr {
        position: relative;
        border: 1px solid #eee;
        margin-bottom: 1em;
        padding: 1em;
    }
    table.mpc-wrap tbody tr td {
        padding: 0;
    }
    table.mpc-wrap tbody tr td.mpc-product-image {
        width: 150px;
    }
    table.mpc-wrap tbody tr td.mpc-product-name {
        padding-top: .5em;
    }
    table.mpc-wrap tbody td.mpc-product-select {
        position: absolute;
        z-index: 10;
        right: 1em;
        padding: 0 !important;
        top: 1em;
    }
    table.mpc-wrap tbody td.mpc-product-quantity {
        margin-top: .5em;
    }
    table.mpc-wrap tbody tr:nth-child(2n) td {
        background: #fdfdfd;
    }
    table.mpc-wrap tbody tr:nth-child(2n).cart_item td {
        background: #fff;
    }
    table.mpc-wrap tbody tr:nth-child td .qty {
        background: #f2f2f2;
    }
    table.mpc-wrap tbody tr.total-row {
        text-align: right;
    }
    table.mpc-wrap tbody tr.total-row td {
        display: inline-block;
        text-align: left;
    }
    td.total-label {
        margin-right: 10px;
    }
    .mpc-pagination {
        margin-top: 30px;
    }
    .table-query {
        display: initial;
    }
    .mpc-wrap .variation-group {
        margin-bottom: 5px;
    }
    #mpcpop img {
        width: 75%;
        margin-top: 32px;
    }
}