div#cart {
    border-radius: 0.4rem;
    height: 60%;
    min-height: 415px;
    overflow: hidden;
}

div#cart .modal-inner-content {
    overflow: auto;
    max-height: 300px;
    padding: 3px 20px 3px 20px;
}

.cart {
    margin-left: 0rem;
    margin-top: -0.3rem;
    position: relative;
}

div#cart.region.modal.top-sheet {
    top: 75px;
    bottom: 0px;
    left: 65vw;
    margin: 0;
    max-height: 45%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    will-change: top, opacity;
    width: 30vw;
    display: none;
}

div#cart.region.modal.top-sheet .modal-footer {
    display: none;
}

.collapsible-body p {
    margin-top: 0;
}

.collapsible-body {
    padding: 0.75rem;
}

ul.product-list {
    box-shadow: none;
    border: none;
    margin: 0.2rem 0 .5rem 0;
}

div.cart-info {
    position: relative;
    margin: 0px 5px 0px 5px;
    padding: 10px 10px 10px 60px;
    border: solid 1px #e5e5e5;
    font-size: .8em;
    color: #7b7b7b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

img.cart-info-img {
    position: absolute;
    left: 15px;
}

li.cart-product {
    cursor: default;
    padding-bottom: 4px;
    overflow: hidden;
    border-bottom: solid 2px #e7e7e7;
    box-sizing: border-box;
}

.cart-product a.cart-product-image>img {
    max-width: 130px;
    max-height: 75px;
}

a.cart-product-image {
    width: 115px;
    display: block;
    float: left;
    text-align: center;
    margin: 5px;
}

div.cart-product-details {
    padding-left: 74px;
    font-size: 1em;
    font-family: "Gotham SSm A", "Gotham SSm B";
}

div.cart-product-brand {
    margin-bottom: 4px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    font-size: 1em;
}

div.cart-product-name {
    font-weight: normal;
    font-size: .9em;
    font-style: oblique;
}

span.cart-product-brand {
    font-size: 1.1rem;
    text-transform:  capitalize;
}

div.cart-product-category {
    margin-bottom: 1px;
    margin-top: 2px;
    display: block;
    font-weight: normal;
    color: #9f9f9f;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

div#cart .cart-product-unit-price {
    float: right !important;
    line-height: 22px;
}

div.cart-product-price {
    margin-right: 10px;
    font-size: 1.167em;
    font-weight: 700;
    float: right !important;
}

div.cart-product-quantity {
    font-weight: 700;
}

div.shopping-cart button {
    position: absolute;
    bottom: .8rem;
}

div.shopping-cart .ma-flex-right {
    margin-right: .8rem;
}

div.shopping-cart .ma-flex-left {
    margin-left: 1rem;
}

div.shopping-cart .ma-flex-right button {
    right: .8rem;
}

div.shopping-cart .ma-flex-left button {
    left: .8rem;
}

div.shopping-cart .cart-product-total-left {
    font-size: 1.1em;
    font-family: "Gotham SSm A", "Gotham SSm B";
    display: inline-block;
}

div.shopping-cart .row {
    margin-bottom: 0px;
}

div.shopping-cart .shopping-cart-total {
    color: #6e5bbb;
}

div.shopping-cart .cart-product-total-right {
    margin-right: 10px;
    font-size: 1.167em;
    font-weight: 700;
    float: right !important;
    font-family: "Gotham SSm A", "Gotham SSm B";
}

div.t-Dialog-footer-cart {
    background-color: lightgrey;
    line-height: 3;
    position: absolute;
    top: 87%;
    min-width: 100%;
    height: 13%;
    font-size: smaller;
    padding: 0 0rem !important;
}

div.t-Dialog-footer-cart div.modal-content.ma-region-buttons {
    padding: 0px 10px;
    margin: 0px;
}

div#cart.ma-region {
    min-width: 450px;
}

a.cart-product-image:hover img {
    -webkit-animation: pulse 4s linear infinite;
    -moz-animation: pulse 4s linear infinite;
    animation: pulse 4s linear infinite;
}

.cart-badge,
.cart-badge-2 {
    position: absolute;
    height: 21px!important;
    width: 20px!important;
    border-radius: 50%;
    color: white!important;
    background: #b51100;
    text-align: center;
    line-height: 21px;
    font-family: "Arial Bold";
    font-size: 10.5px;
    bottom: 31px;
    left: 34px;
}

.cart-badge-2 {
    background: yellow;
    color: black!important;
}

div .ma-region-buttons-resizable {
    font-size: 22px;
    padding-top: 0px;
    padding-right: 0.5rem;
    padding-bottom: 0px;
    padding-left: 0.5rem;
    margin-right: 5px;
}

.small-bottom-menu {
    margin-left: 30px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 30px;
    list-style: none
}

.small-bottom-menu li>a {
    position: relative;
    font-weight: 700;
    color: white!important;
}

.small-bottom-menu li>a>span {
    margin-left: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c3c3c3
}

.small-bottom-menu li>a:before {
    width: 7px;
    height: 1px;
    margin-top: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    background: #6b6b6b;
    content: "";
}

.small-bottom-menu li>a:after {
    width: 7px;
    height: 1px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    background: #6b6b6b;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.small-bottom-menu li a {
    display: block;
    line-height: 1.5em;
    font-size: 1.2em;
    color: #c3c3c3
}

.small-bottom-menu li a span:hover,
.small-bottom-menu li a span:focus {
    text-decoration: none;
    color: #ffffff
}

.small-bottom-menu>li>a:hover:before,
.small-bottom-menu>li>a:hover:after,
.small-bottom-menu>li>a:focus:before,
.small-bottom-menu>li>a:focus:after {
    background: #fff
}

.small-bottom-menu>li>a:hover span:before,
.small-bottom-menu>li>a:focus span:before {
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    background: #fff;
    content: ""
}

div#sliderMainPage {
    padding: 0 0.5rem 0 0.5rem !important;
}


/*.ma-main-container-resize {
    width: 70vw!important;
}*/

div#sliderMainPage_report,
ul.slides {
    height: 40vh!important;
}


/* Resize font... */

@media only screen and (max-width: 1700px) {
    div .ma-region-buttons-resizable {
        font-size: 1em;
    }
}

@media screen and (max-width: 1650px) {
    div .ma-region-buttons-resizable {
        font-size: .975em;
    }
}

@media screen and (max-width: 1600px) {
    div .ma-region-buttons-resizable {
        font-size: .96em;
    }
    .modal.top-sheet {
        left: 60%;
    }
}

@media screen and (max-width: 1550px) {
    div .ma-region-buttons-resizable {
        font-size: .945em;
    }
}

@media screen and (max-width: 1500px) {
    div .ma-region-buttons-resizable {
        font-size: .93em;
    }
}

@media screen and (max-width: 1450px) {
    div .ma-region-buttons-resizable {
        font-size: .915em;
    }
}

@media screen and (max-width: 1400px) {
    div .ma-region-buttons-resizable {
        font-size: .9em;
    }
    .modal.top-sheet {
        left: 55%;
    }
}

@media screen and (max-width: 1350px) {
    div .ma-region-buttons-resizable {
        font-size: .875em;
    }
}

@media screen and (max-width: 1300px) {
    div .ma-region-buttons-resizable {
        font-size: .86em;
    }
    div#cart.region.modal.top-sheet {
        left: 55vw;
    }
}

@media screen and (max-width: 1250px) {
    div .ma-region-buttons-resizable {
        font-size: .845em;
    }
}

@media screen and (max-width: 1200px) {
    div .ma-region-buttons-resizable {
        font-size: .83em;
    }
    div .ma-region-buttons-resizable>a i {
        font-size: 1.25em;
    }
    .modal.top-sheet {
        left: 50%;
    }
}

@media screen and (max-width: 1150px) {
    div .ma-region-buttons-resizable {
        font-size: .815em;
    }
    div .ma-region-buttons-resizable>a i {
        font-size: 1.25em;
    }
}

@media screen and (max-width: 1100px) {
    div .ma-region-buttons-resizable {
        font-size: .8em;
    }
    div .ma-region-buttons-resizable>a i {
        font-size: 1.25em;
    }
}

@media screen and (max-width: 1050px) {
    div .ma-region-buttons-resizable {
        font-size: .775em;
    }
    div .ma-region-buttons-resizable>a i {
        font-size: 1.25em;
    }
    div#sliderMainPage_report,
    ul.slides {
        height: 35vh!important;
    }
    div#sliderMainPage {
        padding: 0 0.5rem 0 0.5rem !important;
    }
}

@media screen and (max-width: 1000px) {
    div .ma-region-buttons-resizable {
        font-size: .76em;
    }
    div .ma-region-buttons-resizable>a i {
        font-size: 1.25em;
    }
    div#cart.region.modal.top-sheet {
        left: 45vw;
    }
}

@media screen and (max-width: 950px) {
    div .ma-region-buttons-resizable>a i {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    p#CreativeCopyright {
        padding-bottom: 10px!important;
    }
}

@media screen and (max-width: 800px) {
    div .ma-region-buttons-resizable {
        display: none;
    }
    div#cart.region.modal.top-sheet {
        width: 100%;
        left: 0;
    }
}

@media only screen and (min-width: 601px) {
    nav.nav-extended .nav-wrapper {
        min-height: 56px;
    }
    .navbar-fixed {
        height: 56px;
    }
    a.brand-logo {
        left: 2rem!important;
        -webkit-transform: unset!important;
        transform: unset!important;
    }
}

@media only screen and (max-width: 600px) {
    div.col.s12.m4 div.card-image>a>img,
    div.col.s12.m8 div.card-image>a>img {
        width: 95vw!important;
    }
    .cart-badge,
    .cart-badge-2 {
        left: 26px;
        bottom: 20px;
    }
}

@media screen and (max-width: 450px) {
    div#cart.ma-region {
        min-width: 300px;
    }
    .cart {
        margin-left: -1rem;
    }
    a.cart-product-image {
        width: 80px;
    }
    .cart-product a.cart-product-image>img {
        max-height: 75px;
    }
    div.wishlist-product-details {
        width: 100%!important;
        left: 0%!important;
    }
}

@media screen and (max-width: 400px) {
    button.ma-button.icon-float-left.btn {
        font-size: 1.0em;
    }
    .product-btn {
        width: unset;
        font-size: 1.0em;
        padding-left: 10px;
        padding-right: 10px;
    }
    div.shopping-cart .cart-product-total-right {
        margin-right: 0px;
        font-size: 1.1em;
    }
}

@media screen and (max-height: 500px) {
    div#cart {
        min-height: calc(100% - 100px);
    }
    div.t-Dialog-footer-cart {
        top: 84%;
        height: 16%;
    }
    div.shopping-cart button {
        bottom: .3rem;
    }
    li.cart-product:nth-child(2) {
        display: none;
    }
}

@media screen and (max-width: 380px) {
    button.ma-button.icon-float-left.btn {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 370px) {
    button.ma-button.icon-float-left.btn {
        font-size: 0.8em;
    }
}

@keyframes pulse {
    0% {
        margin: 1px;
        transform: scale(0.95)
    }
    70% {
        margin: 10px;
        transform: scale(1.75)
    }
    100% {
        margin: 1px;
        transform: scale(0.95)
    }
}