.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fbfbfb ;padding: 10px 20px 10px 19px;  width: 314px;
border: solid 1px #e0e0e0;
    box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
    outline: none;
position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
   }


  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
 content: ""; border-top: 6px solid #cecece; border-left: 4px solid transparent; border-right: 4px solid transparent;  display: inline-block; position: absolute; top: 16px; right: 17px;}
/*  .nice-select.open:after {-webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); }*/
  .nice-select.open .list {
    opacity: 1; max-height: 453px;
      z-index: 100000;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
 transition: all .2s ease 0s;
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after { border-color: #cccccc; }
.nice-select.wide { width: 100%; }
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right { float: right; }
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fbfbfb;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow-y: auto;  max-height: 0px;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: -1px;

    opacity: 0;
    pointer-events: auto;

    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);

    transition: all .2s ease 0s;

    width: 314px; border: 1px solid #e0e0e0;
    z-index: 0;
}
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
      border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {display: none; }
.no-csspointerevents .nice-select.open .list {display: block; }
.nice-select { clear: none;}
.category-grid .nice-select {  width: 250px; padding: 9px 20px 9px 19px; float: right; color: #95989a;}
.category-grid .nice-select .list { width: 100%;}
.nice-select.dropup-container ul.list.dropup {top: auto; bottom: 100%; margin-bottom: 4px;}
.dropup-container.nice-select:after{border-bottom: 6px solid #cecece; border-top: 0;}

@media screen and (min-width: 320px) and (max-width:480px) {
.nice-select .current { display: inline-block; width: 100%; /*width: 160px;*/  overflow: hidden;}
.input-box.select-box-option.custom-option-box {width: 84% !important;}
  .product-shop .product-options .extra-label-wrapper {
      width: 84%; 
      left: 0;  
  }
}

@media screen and (min-width: 480px) and (max-width:767px) { 
  .product-shop .product-options .extra-label-wrapper {  
    width: 88%; 
    left: 0;   
  }
}



@media screen and (min-width: 320px) and (max-width:767px){
    .product-shop .product-options dt label { padding: 0 0 10px 0; text-align: left;}
    .input-box.select-box-option.custom-option-box {  width: 88%; }
    .nice-select { width: 100%;}
    .nice-select .list { width: 101%;}
    .nice-select .current { display: inline-block; width: 100%; /*width: 160px;*/ overflow: hidden;}
    #mcr_options a:after { margin: 5px 5px 0px 10px;}
}
@media screen and (min-width: 768px) and (max-width:980px) {

    .product-shop .product-options dt label { padding: 0 0 10px 0; text-align: left;}
    .input-box.select-box-option.custom-option-box {width: 81%;}
    .product-shop .product-options .extra-label-wrapper {
      width: 81%; 
    } 
    .nice-select { width: 100%;}
    .nice-select .list { width: 101%;}
    .nice-select .current { display: inline-block; width: 100%; /*width: 160px;*/ overflow: hidden;}
     #mcr_options a:after { margin: 5px 5px 0px 10px;}
    .product-shop .product-options dl { margin: 20 0px 0px 0px;}
}

@media screen and (min-width: 768px) and (max-width:834px) { 
  .product-shop .product-options .extra-label-wrapper {
      width: 81%;
      left: 88px;
  }

}

@media screen and (min-width: 834px) and (max-width: 980px) {
  .product-shop .product-options .extra-label-wrapper {
      width: 81%;
  }
}


@media screen and (min-width: 981px) and (max-width:1024px){
.product-shop .product-options dl { margin-top: 21px;}
.product-shop .product-options dt label { width:20%;}
.product-shop .select-box-option { width:60%; float: left;}
.nice-select { width:100%;}
.nice-select .list { width: 101%;}
.category-grid .nice-select { width: 310px; padding: 10px 20px 10px 19px}  
    
}

@media screen and (min-width: 1025px) and (max-width:1169px){
.product-shop .product-options dt label { width:20%;}
.product-shop .select-box-option { width:60%; float: left;}
.nice-select { width:100%;}
.nice-select .list { width: 101%;}
    
}
