

/*
img {
 max-width: 100%;
 max-height: 100%;
 width: auto;
 height: auto;
}
*/
.sorter .short-by select {
    padding-right: 20px;
}

.sorter .short-by select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-ms-expand { 
display: none;
}

.sorter .short-by.page select {
    max-width: 60px;
    padding-right: 25px;
    text-align-last: center;
}





.dec.qtybutton.disabled{
    background-color: #e5e5e5;
    color: #333333;
}
.inc.qtybutton.disabled{
    background-color: #e5e5e5;
    color: #333333;
}

.product-item {
    border: 0px solid #ff0000;
}

.product-item img  {
    min-height: 0px;
}

.product-thumb{
    width:100%;
}
.img-container--table-cell {
    /*position: relative;*/
    /*width: 240px;*/
    /*display:block;*/
    width:100%;
    /*height: 160px;*/
    vertical-align:middle;
    text-align: center;
    border: 1px solid #e6e6e6;
    /*display: table;*/
}







.add-to-cart-mt.disabled {
	background: #333333;
	color: #fff;
}

/*
.img-container--table-cell:before{
    content:'';
    display:block;
    width:100%;
    height:0;
    padding-bottom:75%;
}
*/



/*
img {
    vertical-align: middle;
}
*/
#search button {
    /* padding: 6px 14px; */
    padding: 8px 14px 4px 14px;
}
.popup .nav > li > dummy {
	padding: 7px 0;
	display: block;
}
/*
.large-image {
    position: relative;
	max-width: 100%;
	height: auto
}
.large-image:before {
    content:"";
    display: block;
    padding-top: 100%;
}
*/



/*
.large-image img {
	max-width: none;
	height: auto;
	max-height: none;
	width: auto;

}
*/

/*
.KraProductsClass{
    font-weight: bold;
}
*/
/*
.KraProductsClass label{
    font-weight: bold;
}
*/

.layered-KraProduct {
	margin-bottom: 0px;
}
.layered-KraProduct li{
    line-height: 25px;
}

.layered-KraProduct label{
    /*
    vertical-align:top;
    line-height: 25px;
    margin-bottom:0px;
    */
    margin:0px;
}

/*KRA商品区分*/
    .KraProductsClass label{
        /*display: inline-;*/
    }
    /*マーカー*/
        /*基本*/
        .KraProductsClass .arrow{
            margin-right: 5px;
            border-width: 4px 0 4px 4px;
            border-color: transparent transparent transparent #9a9a9a;
            border-style: solid;
            width: 0;
            height: 0;
            /*display: inline-block;*/
        }
        /*未選択*/
        .KraProductsClass .arrow{
            border-width: 4px 0 4px 4px;
            border-color: transparent transparent transparent #f1892b;
            border-style: solid;
            width: 0;
            height: 0;
            /*display: inline-block;*/
        }
        /*選択*/
        .KraProductsClass.selected .arrow{
            border-width: 4px 4px 0 4px;
            border-color: #f1892b transparent transparent transparent;
            border-style: solid;
            width: 0;
            height: 0;
            /*display: inline-block;*/
        }
  
    /*区分名*/
        /*基本*/
        .KraProductsClass .name{
            vertical-align: top;
            width : calc( 100% - 50px );
            line-height: 25px;
            /*
            margin: 0px;
            display: inline-block;
            
            */
        }
        .KraProductsClass .name .button{

        }


    /*解除ボタン*/
        /*基本*/
        .KraProductsClass .clearBtn{
            cursor : pointer;
            width:20px;
        }

/*KRA商品名*/
    /*一覧*/
        /*未選択*/
        .KraProductsClass .KraProductList{
            display:none;
        }
        /*選択*/
        .KraProductsClass.selected .KraProductList{
            display:inline;
        }

    /*KRA商品名行*/
        /*基本*/
        .KraProduct{
            margin-left:10px;
        }
        /*マーカー*/
            /*基本*/
            .KraProduct .arrow2{
                vertical-align: top;

                margin-right: 5px;
                margin-top: 10px;
                border-width: 4px 0 4px 4px;
                border-color: transparent transparent transparent #9a9a9a;
                border-style: solid;
                width: 0;
                height: 0;
      
                /*display: inline-block;*/
            }



        /*名称*/
        .KraProduct .name{
            vertical-align: top;
            width:80%;
            line-height: 25px;
        }


        .KraProduct label .button{
            font-weight: normal;
        }
        /*選択時*/
        .KraProduct.selected label .button{
            font-weight: bold;
            color: #f4a137;
        }



        .mega-menu-category .wrap-popup ul.nav{
            margin-left: 5px;
            max-height: 350px;
            overflow: auto;
        }


