div.floating-cart{
    position:absolute;
    top:0;
    left:0;
    width:315px;
    height:480px;
    background:#fff;
    z-index:200;
    overflow:hidden;
    box-shadow:0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    display:none;
}

div.floating-cart .stats-container{display:none;}
div.floating-cart .product-front{width:100%; top:0; left:0;}
div.floating-cart.moveToCart{
    left: 75px !important;
    width: 47px;
    height: 47px;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
body.MakeFloatingCart div.floating-cart.moveToCart{
    left: 90px !important;
    width: 21px;
    height: 22px;
    box-shadow:0px 5px 31px -1px rgba(0, 0, 0, 0);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}





.imgcart {
    background-color: #fff;
    position: absolute;
	width: 30%;
	bottom:0px;
	left: 0px;
}

.imgmain {
	width: 60%;
}

.imgmainbig {
	width: 90%;
}

.mutilView {
    flex: 0;
    max-width: 20%;
}
.singView {
    flex: 0 0 33.333333%;
    max-width: 30%;
}

.imgfooter {
	width: 30%;
}

@media (min-width: 992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 20%
    }
    .imgmain {
        width: 60%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-content-wrapper .header-area .amado-nav li a::after {
        font-size: 12px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        width: 30px;
        height: 3px;
        position: absolute;
        top: 50%;
        margin-top: -1.5px;
        left: -150px;
        background-color: #fbb710;
        z-index: 10;
        content: '';
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0;
        max-width: 100%;
    }
    .imgmain {
        width: 50%;
    }
    .main-content-wrapper .cart-table-area .cart-summary {
        background-color: #f5f7fa;
        margin-top: 10px;
        position: relative;
        z-index: 1;
        padding: 20px 10px;
    }
    .main-content-wrapper .cart-table-area .cart-title h2 {
        font-size: 20px;
        margin-bottom: 10px;
        color: #242424;
    }
    .h5, h5 {
        font-size: 1.1rem;
    }
    .amado-btn {
        display: inline-block;
        min-width: 130px;
        height: 45px;
        color: #ffffff;
        border: none;
        border-radius: 0;
        padding: 0 3px;
        font-size: 16px;
        line-height: 50px;
        background-color: #fbb710;
        font-weight: 300;
    }
    .imgfooter {
        width: 10%;
    }
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
    .col-12, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-md-12, .col-md-6, .col-sm-6, .col-xl-5, .col-xl-6, .col-xl-7 {
        font-size: 10px;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .imgmain {
        width: 50%;
    }
    .main-content-wrapper .cart-table-area .cart-summary {
        background-color: #f5f7fa;
        margin-top: 8px;
        position: relative;
        z-index: 1;
        padding: 10px 5px;
    }
    .main-content-wrapper .cart-table-area .cart-title h2 {
        font-size: 16px;
        margin-bottom: 10px;
        color: #242424;
    }
    .h5, h5 {
        font-size: 0.9rem;
    }
    .amado-btn {
        display: inline-block;
        min-width: 130px;
        height: 45px;
        color: #ffffff;
        border: none;
        border-radius: 0;
        padding: 0 2px;
        font-size: 16px;
        line-height: 45px;
        background-color: #fbb710;
        font-weight: 300;
    }
    .imgfooter {
        width: 10%;
    }
}

.card-success {
    background-color: #f5f7fa;
    margin-top: 118px;
    position: relative;
    z-index: 1;
    padding: 30px 20px; }
.card-success  h5 {
    font-size: 18px;
    margin-bottom: 0; }

.cartflash {
    font-size: 14px;
    font-family: 'Tahoma';
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: block;
    line-height: 0.9;
    color: #e0f009 !important;
    font-weight: bold;
}
