/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 121:0 Unexpected "<"

**/
<style>
    .hidden{
        display: none;
    }
    #basket_menu table{
        width: 100%;
        border-collapse:collapse;
        text-align: center;
        /*margin-left: 60px;*/
    }
    #basket_menu table td{
        border:none;
        text-align: center;
    }
    #title{
        margin: 5px 20px 0px 20px;
        display: inline-block;
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        max-width: 250px;
    }
    
    #basket_menu td img{
         max-width: none; 
    }
    #basket_menu{
        /*width:400px;*/
        margin-top: 13%;
        width: 200%;
        height:400px;
        overflow: hidden;
        position: absolute;
        float:left;
        z-index: 20;
        right: 1px;
        /*border-color: #6C5B51;*/
        /*background-color: azure;*/
        background-color: white;
        border-width: 0px 1px 2px 1px;
        border-style: solid;
        border-color: #6C5B51;
        z-index: 11;
        
    }
    #basket_menu:hover{
        overflow-y:auto;
    }

    .scrollbar_thingrey::-webkit-scrollbar-track
    {
        /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
        border-radius: 10px;
        background-color: azure;
    }

    .scrollbar_thingrey::-webkit-scrollbar
    {
        width: 4px;
        background-color: azure;
    }

    .scrollbar_thingrey::-webkit-scrollbar-thumb
    {
        border-radius: 10px;
        /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;*/
        background-color: #6C5B51;
    }
    .icon-close{
        max-width:15px;
        max-height:15px;
        color: #666;
        margin-top: 5px;
        float:right;
    }
    .remove-icon:hover{
        cursor: pointer;
    }
    
    .amount{
        margin-left: 2px;
        margin-top: 4px;
        font-weight: bold;
        font-size: 110%;
    }
    
    .cart__image{
        margin-bottom: 1px;
        margin-top: 1px;
        text-align: center;
        margin-left: 20px;
    }

  
    .quantity_table{
        border: none !important;
        margin-bottom: 20px;
    }

    .stepper{
        font-size: 120%;
    }
  
    .stepper:hover{
        cursor: pointer;
    }
    #qty_text{
        padding: 0px;
        border-color: white;
        text-align: center;
    }

</style>
