.itopplus-background {

}
.shopcart {
    z-index: 888;
    border-radius: 800px 0 0 0;
    -moz-border-radius: 800px 0 0 0;
    -webkit-border-radius: 0 800px 0 0;
    border: 0 solid #000;
    width: 100px;
    height: 100px;
    background-image: url(../Images/Shopcart/cart.png);
    background-color: #009975;
    background-repeat: no-repeat;
    background-position: 35% 65%;
    position: fixed;
    -webkit-transition: width .3s,height .3s;
    transition: width .3s,height .3s;
    cursor: pointer;
    bottom: 0;
    left: 0;
}


@media (min-width: 743px) {
.ls-container, .ls-container *, .ls-wp-fullwidth-container, .ls-wp-fullwidth-helper {
	inset: 0px 0px 0px 200px;
}
}


