﻿/************************************
          MINIMALECT 0.9
  A minimalistic select replacement

 jQuery 1.7+ required.
 Developed by @groenroos
 http://www.groenroos.fi

 Github: http://git.io/Xedg9w

 Licensed under the MIT license.

************************************/
/**easy select box**/
.select-box {
  background: #FFF;
  border: 2px solid #D2BA85;
  border-radius: 5px;
  color: #06C;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 140px;
}
#cart_box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 300px;
  filter: alpha(opacity=50);
  -ms-filter: 'alpha(opacity=50)';
  opacity: .5;
}
#cart_box select , .easy-select-box{
  background: #fff;
  border: 2px solid #CCC;
  border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
  text-align:left;
	font-size:120%;
  color:#06C;
}
.attention .easy-select-box{
	background: #FFE8E8;
	border: 2px solid #F00;
}
#cart_box .attention select  {
	border: 2px solid #F00;
  filter: alpha(opacity=100);
  -ms-filter: 'alpha(opacity=100)';
  opacity: 1;
}

.easy-select-box .esb-displayer{
	color:#06C;
	cursor: default;
  height: 30px;
	line-height:30px;
  width: 295px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.easy-select-box .esb-displayer:before {
    position: relative;
    top: 45%;
    right: -275px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4B4B4B; 
}
.easy-select-box .esb-displayer:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: .8;
}
.easy-select-box:hover .esb-displayer{
	text-decoration:none;
}
.easy-select-box.disabled .esb-displayer,
.easy-select-box:hover.disabled .esb-displayer{
	background-position: 0 -36px;
}
.easy-select-box .esb-dropdown{
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  overflow: auto;
  position: absolute;
  z-index: 999;
	width: 350px;
/**
	max-height: 22em;
**/
	box-shadow: 10px 10px 10px #333333;
}
.easy-select-box  .esb-item{
	background: #fff;
	color: #666;
	cursor: default;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 95%;
}

.easy-select-box .esb-item:hover{
	font-weight: bold;
	color: #FFF;
	background: #666;
	cursor: pointer;
}

/**minimalect**/
.minict_wrapper {
	color: #333;
	background: #fff;
	position: relative;
	width: 300px;
	border: 2px solid #CCC;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
  .minict_wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .minict_wrapper.disabled {
    background: #f5f5f5;
    text-shadow: 0 1px 0 #fff; }
    .minict_wrapper.disabled span {
      color: #bbb !important;
}
.option_partsarea .minict_wrapper {
	border: 2px solid #D2BA85;
}

.souryou_area .minict_wrapper {
	min-height: 3.5em;
	border-color: #888;
	border-width: 1px;
	background-color: #FFF;
	padding-bottom: 10px;
}
.minict_wrapper:hover {
	cursor: pointer;
}
.minict_wrapper:after {
    position: absolute;
    top: 45%;
    right: 10px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4B4B4B; 
}

  .minict_wrapper.active:after {
    content: "\25B2"; }
  .minict_wrapper.disabled:after {
    color: #bbb; }
.minict_wrapper span {
	font-size: 120%;
    display: block;
    border: 0;
    outline: none;
    background: none;
    color: #06C;
    min-height: 2em;
    line-height: 1.5em;
    padding: 4px 3.4em 0 0.4em;
    width: 100%;
/**
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
**/
}
.option_partsarea .minict_wrapper span {
	color: #630;
}

.souryou_area .minict_wrapper span {
	font-size: 95%;
	color: #666;
	min-height: 3.5em;
	white-space: normal;
	overflow: visible;
	display: inline-block;
}

.minict_wrapper span:hover {
	cursor: pointer;
}

    .minict_wrapper span:empty:before {
      content: attr(data-placeholder);
      color: #000;
      line-height: 23px;
      line-height: 1.5rem; }

#cart_box .minict_wrapper ul {
    display: none;
    list-style: none;
    padding: 0;
    padding-bottom: 0px;
    margin: 0 -1px;
	margin-bottom: 0px;
    position: absolute;
    width: 120%;
    border: 1px solid #CCC;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    top: 33px;
    top: 2.0rem;
    left: 0;
/**
    max-height: 350px;
    max-height: 22rem;
**/
    overflow-y: auto;
    z-index: 999999; 
	box-shadow: 10px 10px 10px #333333;
}
.minict_wrapper ul li {
	list-style: none;
	padding: 0 0.7rem;
	cursor: pointer;
	background: #fff;
	line-height: 1.8em;
	display: block;
	min-width: 100%;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.minict_wrapper ul li.no_deli {
	background: #EEE;
}
#cart_box .souryou_area .minict_wrapper ul {
    width: 150%;
    font-size: 95%;
    max-height: 350px;
    max-height: 22rem;
}

.minict_wrapper ul li:hover {
	font-weight: bold;
	color: #FFF;
	background: #666;
}
      .minict_wrapper ul li.minict_group {
        color: #444;
        background: #f6f6f6;
        font-weight: bold;
        cursor: default; }
      .minict_wrapper ul li.minict_empty {
        display: none;
        background: #fff !important;
        color: #bbb;
        text-align: center;
        font-size: 14px;
        font-size: 0.9rem;
        height: 55px;
        height: 3.5rem;
        line-height: 50px;
        line-height: 3.3rem; }
      .minict_wrapper ul li.disabled {
        cursor: default;
        background: #fff !important;
        color: #bbb; }

.minict_wrapper ul li.selected {
	font-weight: bold;
	color: #F60;
}
      .minict_wrapper ul li.highlighted {
        color: #fff;
        background: #819a9a; }
      .minict_wrapper ul li.hidden {
        display: none; }
  .minict_wrapper .minict_reset {
    color: #A9A9A9;
    bottom: 0;
    display: none;
    font-size: 18px;
    font-size: 1.1rem;
    line-height: 30px;
    line-height: 1.9rem;
    position: absolute;
    right: 35px;
    right: 2.2rem;
    text-align: center;
    top: 0;
    text-decoration: none;
    width: 20px;
    width: 1.2rem;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
    .minict_wrapper .minict_reset:hover {
      color: #e0e0e0;
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
    .minict_wrapper .minict_reset:active {
      color: #636363; }
  .minict_wrapper.disabled .minict_reset {
    display: none; }

.minict_wrapper.bubble {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  background: -moz-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f9f9f9));
  background: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: -o-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: linear-gradient(to bottom, white 0%, #f9f9f9 100%); }
  .minict_wrapper.bubble:hover {
    border-color: #dcdcdc; }
  .minict_wrapper.bubble:after {
    border-left: 1px solid #e5e5e5;
    -webkit-box-shadow: inset 1px 0px 0px 0px #fff;
    box-shadow: inset 1px 0px 0px 0px #fff;
    height: 2.05rem; }
  .minict_wrapper.bubble ul {
    top: 2.7rem;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    overflow: visible; }
    .minict_wrapper.bubble ul:before {
      position: absolute;
      top: -11px;
      left: 19px;
      content: ".";
      color: transparent;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 11px 11px 11px;
      border-color: transparent transparent #e5e5e5 transparent; }
    .minict_wrapper.bubble ul:after {
      position: absolute;
      top: -10px;
      left: 20px;
      content: ".";
      color: transparent;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #ffffff transparent; }
    .minict_wrapper.bubble ul li.minict_first {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
    .minict_wrapper.bubble ul li.minict_last {
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; }
  .minict_wrapper.bubble .minict_reset {
    width: 30px; }

@media screen and (max-width: 800px) {
#cart_box .minict_wrapper ul {
	left: -50px;
}
#cart_box .souryou_area .minict_wrapper ul {
	left: -150px;
}


}
