.productCart
{
    padding: 10px;
    cursor: pointer;
    border-radius: 16px;
}

.cartrow td
{
    vertical-align: middle !important;
}
.cartflexp
{
    display: grid;
    max-width: 100%;
    grid-template-columns: 120px 3.5fr repeat(2, 1fr) 0.5fr;
    grid-column-gap: 15px;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 10px;
    padding-top: 10px;
    /* height: 123px; */
}
.carthead
{
    font-weight: 700;
    font-family: 'roboto', sans-serif;
    color: #333333;
    margin-bottom: 2vh;
    padding-bottom: 1vh
}
.cartflexp div
{
    display: flex;
    align-items: center;
}
.cartflexp:last-of-type
{
    margin-bottom: 5vh;
    border-bottom: none;
}
.cartflex1
{
    justify-content: center;
}
.prodname
{
    width: calc(100% - 2.5vw);
}
.prodname a
{
    font-weight: 400;
    font-family: 'roboto', sans-serif;
    color: grey;
    text-decoration: none;
}
.price
{
    color: grey;
    font-weight: bold;
    font-size: 16px;
}
#vprodtxt
{
    display: flex;
    align-items: center;
    padding-left: 2.5vw;
    padding-right: 15px;
    height: 100%;
    width: 100%;
    position: relative;
}
.mergeshadows
{
    background-color: #ffffff;
    height: 100%;
    width: 16px;
    position: absolute;
    left: -16px;
    top: 0px;
    display: block !important;
}
.hoverprod
{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.hoverprodD
{
    box-shadow: 0 2px 4px rgba(0,0,0,0.16), 0 1px 3px rgba(0,0,0,0.23);
}
.margeshadowoncover
{
  height: 100%;
  background-color: #ffffff;
  margin-left: -6px;
  width: 36px;
}
.delete
{
     display: flex;
     align-items: center;
     height: 100%;
     width: 100%;
     justify-content: center;
}
.grntxt
{
     display: none;
}
.removeitmA
{
     animation-name: anout;
     animation-duration: 0.75s;
     position: relative;
     animation-fill-mode: forwards;
     transform: 1s;
}
@keyframes anout {
    0% {left: 0px; opacity: 1;}
    40% {left: 100vw; opacity: 1; height: 123px; padding-top: 10px; padding-bottom: 10px;}
    100% { left: 100vw; opacity: 1; height: 0px; padding-top: 0px; padding-bottom: 0px;}
}
@media only screen and (max-width: 600px)
{   
    body{
        background-color: #f4f4f4;
    }
    #cont-sh{
        background-color: transparent;
		margin-top: 0px;
		margin-bottom:10vh;
    }
    #cont-sh:hover{
        background-color: var(--brand-color);
    }
     .removeitmA
     {
       animation-name: anoutt;
       animation-duration: 0.75s;
       position: relative;
       animation-fill-mode: forwards;
     }
     @keyframes anoutt {
         0% {left: 0px; opacity: 1;}
         40% {left: 100vw; opacity: 1; height: 239px; padding-top: 10px; padding-bottom: 10px; margin-bottom: 2.5vh;}
         100% { left: 100vw; opacity: 1; height: 0px; padding-top: 0px; padding-bottom: 0px; margin-bottom: 0px;}
     }

    .progressgrapgic
    {
        margin-bottom: 5vh;
    }
    .cartflexp
    {
        grid-template-columns: 2fr 1fr;
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 4px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 4px;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
        border: none;
        margin-bottom: 2.5vh;
        /* height: 239px; */
        overflow: hidden;
        background-color: #ffffff;
   }
    .cartflexp div
    {
        justify-content: center;
    }
	.pizzaInCart{
		background-color: #000;
	}
	.pizzaInCart .price, .pizzaInCart #vprodtxt{
		color: #f8f8f8;
	}
    .cartflex1 img
    {
        height: auto;
        width: auto;
    }
    .cartflex1
    {
        grid-area: 1 / 1 / 4 / 2;
    }
    .cartflex2
    {
        grid-area: 4 / 1 / 5 / 3;
        border-top: solid 1px rgba(0,0,0,0.04);
        margin-top: 5px;
        padding-top: 10px;
    }
    .cartflex2 a
    {

    }
    .cartflex3
    {
        grid-area: 1 / 2 / 2 / 3;
    }
    .cartflex4
    {
        grid-area: 2 / 2 / 3 / 3;
    }
    .cartflex5
    {
        grid-area: 3 / 2 / 4 / 3;
    }
    .mergeshadows
    {
        display: none;
    }
    #vprodtxt
    {
        justify-content: center;
    }
    .mergeshadows
    {
      opacity: 0;
    }
    @keyframes anout {
        0% {left: 0px; opacity: 1;}
        25% {left: 100vw; opacity: 0; height: 239px; padding-top: 10px; padding-bottom: 10px;}
        100% { height: 0px; padding-top: 0px; padding-bottom: 0px; border-style: none;}
    }
}
@media only screen and (max-width: 300px){
    .cartflex1 img
    {
        width: 120px;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.cartflexp
    {
        margin-left: auto;
        margin-right: auto;
        border-radius: 4px;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
        border: none;
        margin-bottom: 2.5vh;
		background-color: #ffffff;
		height: auto;
   }
    .cartflexp div
    {
		justify-content: center;
		height: auto;
		margin-bottom: 15px;
    }
    .cartflex1 img
    {
        height: auto;
        width: auto;
    }
    .cartflex2
    {
        border-top: solid 1px rgba(0,0,0,0.04);
        margin-top: 5px;
        padding-top: 10px;
    }
    .mergeshadows
    {
        display: none;
    }
    #vprodtxt
    {
        justify-content: center;
    }
    .mergeshadows
    {
      opacity: 0;
    }
    .hoverprod
    {
        box-shadow: none;
    }
    @keyframes anout {
        0% {left: 0px; opacity: 1;}
        25% {left: 100vw; opacity: 0; height: 239px; padding-top: 10px; padding-bottom: 10px;}
        100% { height: 0px; padding-top: 0px; padding-bottom: 0px; border-style: none;}
    }
}
