#no-item-cart {
    display: none;
}

#shopCart-summary {
    display: none;
}

#checkOut-form {
    display: none;
}

#checkOut-shipping {
    display: none;
}

#checkOut-summary {
    display: none;
}

.box-placeholder {
    background: rgba(255, 255, 255, 0);
}

.backgroundWhite {
    background: #eaeaea;
}

.white-height1 {
    height: 1px;
    background: #cccccc;
}

.greyHeight1 {
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
}

.height16 {
    height: 16px;
    background: #eaeaea;
}

.height24 {
    height: 24px;
    background: #eaeaea;
}

.height48 {
    height: 48px;
    background: #eaeaea;
}

.width40 {
    width: 40%;
}

.width80 {
    width: 80%;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.min-width20 {
    min-width: 20px;
    height: 20px;
}

.placeholder-item-cartProduct {
    height: 22px;
    background: #eaeaea !important;
    width: 60% !important;
}

.placeholder-item-cartProduct-picture {
    height: 40px;
    background: #eaeaea;
}

.placeholder-item-checkoutForm-48 {
    height: 48px;
    background: #eaeaea !important;
    width: 70%;
}

.placeholder-item-checkoutForm-24 {
    height: 24px;
    background: #eaeaea !important;
    width: 50%;
}

.placeholder-item-checkoutSummary {
    height: 16px;
    background: #eaeaea;
    margin-right: 20px;
}

.placeholder-item-cartSummary {
    height: 16px;
    background: #eaeaea;
    margin-right: 20px;
}

.placeholder-item-cartSummary:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0) 54%) 50% 50%;
    -webkit-animation: phAnimation .8s linear infinite;
    animation: phAnimation .8s linear infinite;
    content: " ";
    pointer-events: none
}

/*.placeholder-item-cartProduct:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0) 54%) 50% 50%;
    -webkit-animation: phAnimation .8s linear infinite;
    animation: phAnimation .8s linear infinite;
    content: " ";
    pointer-events: none
}*/

.placeholder-item-checkoutSummary:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0) 54%) 50% 50%;
    -webkit-animation: phAnimation .8s linear infinite;
    animation: phAnimation .8s linear infinite;
    content: " ";
    pointer-events: none
}

.ph-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 30px 15px 15px;
    overflow: hidden;
    direction: ltr;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px
}

.ph-item, .ph-item *, .ph-item :after, .ph-item :before {
    box-sizing: border-box
}

.ph-item:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0) 54%) 50% 50%;
    -webkit-animation: phAnimation .8s linear infinite;
    animation: phAnimation .8s linear infinite;
    content: " ";
    pointer-events: none
}

.ph-item > * {
    display: flex;
    flex: 1 1 auto;
    flex-flow: column;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px
}

.ph-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: -7.5px
}

.ph-row div {
    height: 10px;
    margin-top: 7.5px;
    background-color: #ced4da
}

.ph-row .big, .ph-row.big div {
    height: 20px
}

.ph-row .empty {
    background-color: hsla(0,0%,100%,0)
}

.ph-col-2 {
    flex: 0 0 16.66667%
}

.ph-col-4 {
    flex: 0 0 33.33333%
}

.ph-col-6 {
    flex: 0 0 50%
}

.ph-col-8 {
    flex: 0 0 66.66667%
}

.ph-col-10 {
    flex: 0 0 83.33333%
}

.ph-col-12 {
    flex: 0 0 100%
}

[class*=ph-col] {
    direction: ltr
}

[class*=ph-col] > * + .ph-row {
    margin-top: 0
}

[class*=ph-col] > * + * {
    margin-top: 7.5px
}

.ph-avatar {
    position: relative;
    width: 100%;
    min-width: 60px;
    overflow: hidden;
    background-color: #ced4da;
    border-radius: 50%
}

.ph-avatar:before {
    display: block;
    padding-top: 100%;
    content: " "
}

.ph-picture {
    width: 100%;
    height: 120px;
    background-color: #ced4da
}
@-webkit-keyframes phAnimation {
    0% {
        transform: translate3d(-30%,0,0)
    }

    to {
        transform: translate3d(30%,0,0)
    }
}

@keyframes phAnimation {
    0% {
        transform: translate3d(-30%,0,0)
    }

    to {
        transform: translate3d(30%,0,0)
    }
}
