/* Add your custom CSS code here */
.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before{
    background-color:#fff !important;
}
.cart-remove{
    background-color:#ffc7c7;
}
.form-increment {
    display: flex !important;
}
@media screen and (max-width:767px){
    img.card-image{
        width:100% !important; height:auto !important;
    }
    .productSubCategories li {
        width: 50%;
    }
    ul.productSubCategories {
        margin: 0;
    }
}
@media screen and (max-width:800px){
    img.header-logo-image {
        padding: 10px;
    }
    a.addToCartBtn{
        background:#ff7600 !important;
        color:#fff;
    }
    a.addToCartBtn:hover{
        color:#fff !important;
    }
}
@media screen and (max-width:480px){
    main#cart-page {
    padding: 0;
}
    #stamped-main-widget{
        margin:0 !important;
    }
    .stamped-container {
        padding: 2em 0 !important;
    }
    ul.navPages-list a.navPages-action{
        padding:0.8rem 0em;
    }
    .cart-item-quantity .form-increment {
        display: flex !important;
        border-top: 1px solid;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        min-width: 150px !important;
        border-top: 1px solid #cecece;
        border-bottom: 1px solid #cecece;
    }
    tr.cart-item {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    td.cart-item-block.cart-item-figure {
        max-width: 25%;
        margin-right:5%;
    }
    td.cart-item-block.cart-item-title {
        max-width: 70%;
    }
    .cart-item-title{
        padding-left:0;
    }
    .cart-item-value{
        padding-left:0;
        margin-left:5px;
    }
    .cart-item-label{
        width:auto;
    }
    .cart-item-info+.cart-item-info{
        margin-top:0;
    }
    .cart-item td:nth-child(5) {
        width: 100% !important;
    }
    .cart-item td:nth-child(4) {
        width: 70%!important;
    }
    .cart-item td:nth-child(3) {
        width: 30%!important;
    }
    td.cart-item-block.cart-item-info {
        margin-top: 10px;
    }
    td.cart-item-block.cart-item-title {
        height: auto;
    }
    strong.cart-item-value {
        margin-left: 5px;
    }
    .form-increment, .form-increment button, .form-increment input{
        font-size:1rem;
        height:auto;
        line-height:1rem;
    }
    td.cart-item-block.cart-item-info {
        width: 100% !important;
    }
    .cart-item-figure{
        height:auto !important;
        margin-bottom:0 !important;
    }
    .footercontact-links{
        flex-direction:column;
    }
}
@media screen and (max-width: 550px){
    .card--alternate .card-body{
        padding:0;
    }
.productCategoryRow {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    height:auto !important;
}
.productCategory {
    display: flex;
    width: 47%;
    flex-basis: auto;
    margin-bottom:20px;
}
.productCategoryThumbnail{
    display:block;
}
.productCarousel .card{
    padding:0 !important;
}
.productCarousel-slide {
    padding: 10px;
}
}