/* Product list 
--------------------*/
@media screen {
    .mod_iso_cart,
    .mod_iso_checkout,
    .mod_iso_productlist,
    .mod_iso_productreader {
        --borderradius: 2rem;
    }

    .mod_iso_cart button,
    .mod_iso_cart input.submit,
    .mod_iso_checkout button,
    .mod_iso_checkout input.submit,
    .mod_iso_productlist button,
    .mod_iso_productlist input.submit
    .mod_iso_productreader button,
    .mod_iso_productreader input.submit {
        font-size: 1rem;
    }

    .mod_iso_productlist .link-button a {
        font-weight: 800;        
    }

    .mod_iso_productlist .link-button a:after {
        filter: brightness(0) saturate(100%) invert(14%) sepia(96%) saturate(3566%) hue-rotate(2deg) brightness(87%) contrast(100%);
    } 

    .mod_iso_productlist .link-button a:hover:after {
        transition: var(--transition);
        filter: none
    }


    .product_list {
        clear: both;
        --gap: 1rem;
    }

    .product form,
    .product form div.formbody {
        margin: 0;
    }

    .product_list form,
    .product_list form div.formbody {
        height: 100%;
        display: flex;
        flex-direction: column;        
    }

    .product_list .product {
        box-sizing: border-box;
        background-color: var(--mut-lightgrey);
        overflow: hidden;
        color: var(--mut-darkgrey);
        --border_col: rgba(255,255,255, 1);  
        --border_hover_col:  var(--mut-darkgrey);       
        /* --border_col: var(--mut-red);
        --border_hover_col: rgba(255,255,255, 1); */
        --btn_bg: rgba(255,255,255, 1);
        --btn_color: var(--mut-red);
        --btn_hover_bg: var(--mut-darkgrey);
        font-size: 1rem;
    }

    .product_list .product:hover {
        background-color: var(--mut-red);
        color: #fff;
        transition: var(--transition);
    }
    
    .product_list .image_container {
        width: 100%;
        align-items: center;
        margin-bottom: 0;
        background-color: var(--mut-darkgrey);
    }

    .product_list .image_container img {
        margin: auto;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .product:hover img {
        transform: scale(1.05);
        object-position: 50% 50%;
        transition: var(--transition);
    }

    .product_list .content-div {
        margin-top: 0.15rem;
        padding: 1rem;
        border-radius: 0.5rem;

        display: flex;
        flex-direction: column;
        height: 100%;        
    }

    .product_list .sku {
        display: none;
    }    
    
    .product_list .product h2,
    .product_list .product h3 {
        font-size: 20px;
        color: var(--mut-red);
        line-height: 1.2;
    }
    
    .product_list .product:hover h2,
    .product_list .product:hover h3 {
        color: #fff;
        transition: var(--transition);
    }
    
    .product_list .price {
        font-weight: 700;
        font-size: 1rem;
    }

    .mod_iso_checkout tfoot td .currency,
    .mod_iso_orderdetails tfoot td .currency,
    .product .price .currency {
    }

    .product_list .teaser { 
        margin-bottom: 1rem;
    }

    .product .content-div h2,
    .product .content-div h3 {
        margin-bottom: 0.5rem;
    }

    .product_list .details {
        margin: auto 0 1rem 0;
    }

    .product_list .details a {
    }

    div.submit_container {
        margin-top: auto;
    }
}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
    
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {

}


/* Tablet-landscape (and larger) for width 960px */
@media only screen and (min-width: 992px) {
    .product_list {
        --gap: 1.5rem;
    }

    .product_list .content-div {
        padding: 1rem 2rem;
    }    
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and larger) for width 1300px */
@media only screen and (min-width:1300px) {
}
/* Product list ends */





/* Product Detail
--------------------*/
@media screen {
    .mod_iso_productreader .formbody {
        --gap: 1rem;        
    }

    .mod_iso_productreader .submit {
        --bordercolor: var(--mut-red);    
        --border_hover_col:  var(--mut-darkgrey);       
    }

    .mod_iso_productreader h1 {
        margin-bottom: 0;
    }
    
    .mod_iso_productreader .sku,
    .mod_iso_productreader .price {
        font-weight: 800;
    }
    
    .mod_iso_productreader .image_container {
        background: #fff;
        text-align: center;
        overflow: hidden;
    }

    .mod_iso_productreader .image_container img {
        width: auto;
        max-height: 50vh;
    }

    .mod_iso_productreader .galleryImage {
        margin-top: 1rem;
        display: flex;
        flex-wrap: wrap;    
        gap: 1rem;
    }

    .mod_iso_productreader .galleryImage .image_container {
        width: calc(33.33% - 1rem + (0.333rem));
    }

    input.button_checkout,
    input.next,
    input.confirm,
    input.previous.button,
    input.button_update,
    input.add_to_cart {
        --btn_color: inherit;
    }


    input + input {
        margin-left: 1rem;
    }


    .quantity_container {
        margin-bottom: 1rem;
        overflow: hidden;
    }

    .quantity_container input {
        display: block;
        float: none;
        max-width: 200px;
    }



}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
    .mod_iso_productreader .formbody {
        --gap: 1rem;
    }

}


/* Tablet-landscape (and larger) for width 960px */
@media only screen and (min-width: 992px) {
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
    .mod_iso_productreader .formbody {
        --gap: 2rem;
    }


}

/* min-width:1300 Laptops (and larger) for width 1300px */
@media only screen and (min-width:1300px) {
}
/* Product Detail ends
--------------------*/





/* Cart 
--------------------*/
@media only screen and (max-width:768px) { /* smaller width */

    div.mod_iso_cart .formbody {
        overflow-x: scroll;
    }
}

@media screen {
    div.mod_iso_cart table {
        width : 100%;
        display: table;
    }

    div.mod_iso_cart td,
    div.mod_iso_checkout td,
    div.mod_iso_orderdetails td {
        border-bottom : 1px solid var(--mut-red);
        vertical-align: middle;
        padding-top: 0.75rem;
        padding-bottom: 0.35rem;
        box-sizing: border-box;
    }

    div.mod_iso_cart tr td.col_last {
        text-align: right;
    }

    div.mod_iso_checkout td.image figure,
    div.mod_iso_orderdetails  td.image figure,
    div.mod_iso_cart td.image figure {
        padding-bottom: 1px;
        padding-right: 3px;        
        margin-bottom: 0.25rem !important;
    }

    div.mod_iso_checkout div.review figure img,
    div.mod_iso_orderdetails  td.image figure img,
    div.mod_iso_cart img {
        width : 6rem;
        max-width: unset;
        border-radius: 0.25rem;
    }

    td.price {
        text-align: right;
    }

    div.mod_iso_checkout td.col_0.image,
    div.mod_iso_cart td.col_0.image {
        max-width: 150px;
    }


    div.mod_iso_orderdetails td.col_1.name,
    div.mod_iso_checkout td.col_1.name,
    div.mod_iso_cart td.col_1.name {
        min-width: 250px;
        max-width: 350px;
    }
    
    .col_1.name li,
    .col_1.name strong {
        font-size: 1rem;
        font-weight: 400;
    }

    .col_1.name > a:first-child {
        font-weight: bold;
    }

    div.mod_iso_cart td.col_2.quantity {
        width: 2.5em;
        margin-right: 1rem;
    }

    div.mod_iso_cart tbody td.col_3,
    div.mod_iso_cart tbody td.col_4{
        padding: 0.5em 0.2em;
        text-align: right;
    }


    div.mod_iso_orderdetails tbody td.price,
    div.mod_iso_checkout tbody td.price,
    div.mod_iso_cart tbody td.price,
    div.review tbody td.price {
        font-size: 90%;
    }

    div.mod_iso_cart tbody td.price .currency,
    div.review tbody td.price .currency {
        display: inline;
    }

    div.mod_iso_cart td.quantity input {
        min-width: 40px;
        width: 100%;
        padding :0;
        text-align: center;
        border-radius: 0.25rem;
    }

    div.mod_iso_cart .actions .edit {
        display: none;
    }

    div.mod_iso_cart td a.remove {
        border: none;
        width: 1rem;
        margin-left: 1rem;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        text-indent: -9000px;
    }

    div.mod_iso_cart td a.remove:after {
        content : '';
        width : 1rem;
        height : 1rem;
        display: inline-block;
        background: url(../images/icons/cross.svg) center center no-repeat;
        background-size: cover;        
        filter: brightness(0) saturate(100%) invert(14%) sepia(96%) saturate(3566%) hue-rotate(2deg) brightness(87%) contrast(100%);
    }

    div.mod_iso_cart td a.remove:hover:after {
        background-size: 100%;
    }

    div.mod_iso_cart tfoot td,
    div.mod_iso_orderdetails tfoot td,
    div.mod_iso_checkout tfoot td,
    div.mod_iso_orderdetails tfoot td {
        padding : 0.5em 0;
        font-size: 1.65rem;
        font-weight: bold;
    }


    div.mod_iso_orderdetails tfoot tr.subtotal,
    div.mod_iso_checkout tfoot tr.subtotal,
    div.mod_iso_cart tfoot tr.subtotal {
        display: none;
    }

    div.mod_iso_cart div.submit_container {
        margin : 1em 0;
    }


}

/* mini cart : not in use */
@media screen {
    div.mini_cart {
        text-align: right;
    }

    div.mini_cart {
        position: fixed;
        top: 0;
        left: 20px;
        right: 80px;
        z-index: 992;
        
        text-align: right;
    }    

    div.mini_cart a{
        color: #fff !important;
    }
}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {

}


/* Tablet-landscape (and larger) for width 960px */
@media only screen and (min-width: 992px) {
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and larger) for width 1300px */
@media only screen and (min-width:1300px) {
}
/* Cart ends
--------------------*/

/* Steps Query
--------------------*/
@media screen {
    div.steps li {
        float : left;
        font-size: 0.85em;
        margin-right: 0.25rem;
    }

    div.steps li > span.active {
        color: var(--mut-red);
    }

    div.steps li > a:after,
    div.steps li > span:after {
        content : ">";
        margin-left: 0.5rem;
    }

    div.steps li:last-child > span:after {
        display:none;
    }

    div.steps a {
        border: none;
    }

}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
}


/* Tablet-landscape (and larger) for width 960px */
@media only screen and (min-width: 992px) {
    div.steps li {
        margin-right: 0.5rem;
    }
    
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and larger) for width 1300px */
@media only screen and (min-width:1300px) {
}
/* Steps ends
--------------------*/




/* Add2cart Popup Message Query
--------------------*/
@media screen {
    #iso_ajaxBox {
        width: 90%;
        max-width: 500px;
        padding: 0;
        margin: auto;
        left: 0;
        right: 0;
        border: 1px solid #000;
        border-radius: 1rem;
    }

    .mod_iso_messages.block {
        margin: 0;
    }
}

/* Add2cart Popup Message ends
--------------------*/