.mobileSelect {
  position: relative;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, z-index 0.4s;
  transition: opacity 0.4s, z-index 0.4s;
}
.mobileSelect * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobileSelect .grayLayer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #eee;
  background: rgba(0, 0, 0, 0.7);
  z-index: 888;
  display: block;
}
.mobileSelect .content {
  width: 100%;
  display: block;
  position: fixed;
  z-index: 889;
  color: black;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  bottom: -350px;
  left: 0;
  background: white;
}
.mobileSelect .content .fixWidth {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.mobileSelect .content .fixWidth:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mobileSelect .content .btnBar {
  border-bottom: 1px solid #DCDCDC;
  font-size: 15px;
  height: 45px;
  position: relative;
  text-align: center;
  line-height: 45px;
}
.mobileSelect .content .btnBar .cancel,
.mobileSelect .content .btnBar .ensure {
  height: 45px;
  width: 50%;
  cursor: pointer;
  position: absolute;
  top: 0;
}
.mobileSelect .content .btnBar .cancel {
  left: 0;
  color: #666;
}
.mobileSelect .content .btnBar .ensure {
  right: 0;
  color: #fff;
  background: #6fb42f;
}
.mobileSelect .content .btnBar .title {
  font-size: 15px;
  padding: 0 15%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mobileSelect .content .panel:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mobileSelect .content .panel .wheels {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.mobileSelect .content .panel .wheel {
  position: relative;
  z-index: 0;
  float: left;
  width: 50%;
  height: 250px;
  overflow: hidden;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.mobileSelect .content .panel .wheel .selectContainer {
  display: block;
  text-align: center;
  -webkit-transition: -webkit-transform 0.10s ease-out;
  transition: -webkit-transform 0.10s ease-out;
  transition: transform 0.10s ease-out;
  transition: transform 0.10s ease-out, -webkit-transform 0.10s ease-out;
}
.mobileSelect .content .panel .wheel .selectContainer li {
  font-size: 15px;
  display: block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mobileSelect .content .panel .selectLine {
  height: 40px;
  width: 100%;
  position: absolute;
  top: 80px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
.mobileSelect .content .panel .shadowMask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 250px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0), #ffffff);
  opacity: 0.9;
  pointer-events: none;
}
.mobileSelect-show {
  opacity: 1;
  z-index: 10000;
  visibility: visible;
}
.mobileSelect-show .content {
  bottom: 0;
}
@media only screen and (max-width: 950px) {
    body[data-device="android"] .select2-container--open .select2-dropdown--below,
    body[data-device="android"] .select2-container--open .select2-dropdown--above {
        position: fixed;
        left: 0;
        margin: auto;
        right: 0;
        transform: translateY(-50%);
        top: 50%;
        transition: all .15s;
    }
    body[data-mobileselect="true"] .select2-container--default .select2-results__options .select2-results__option {
        z-index: 9999;
        position: relative;
    }
     body[data-mobileselect="true"] .select2-container--open .select2-dropdown--below {
        display: none;
    }
     body[data-mobileselect="true"] .select2-container--open .select2-dropdown--above {
        display: none;
    }
} 
.page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    margin: 0 auto;
    z-index: 100;
}
#dixa-widget-wrapper {
    z-index: 800 !important;
}

@media only screen and (min-width: 771px) {
    .opc-summary-mobile {
        display: none;
    }
}
.opc-summary-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    width: 100%;
    z-index: 800;
    cursor: pointer;
}
.opc-summary-mobile h3 {
    margin: 0 10px;
}
@media only screen and (max-width: 771px) {
    .opc-block-summary {
        display: none;
    }    
    .opc-summary-mobile h3:after {
        border: solid #000000;
        border-width: 0 1px 1px 0;
        content: '';
        display: inline-block;
        padding: 4px;
        position: relative;
        right: -15px;
        top: -3px;
        transform: rotate(45deg);
    }
    
    .opc-summary-mobile h3:before {
        background: url('..images/icons/icon-cart-grey.svg') center center no-repeat;
        background-size: 22px;
        content: '';
        cursor: pointer;
        display: inline-block;
        height: 27px;
        vertical-align: text-bottom;
        margin-right: 9px;
        width: 28px;
    }
}
body:not([data-device="android"]) .mobileSelect .content .panel .wheel .selectContainer li.active:before {
    position: absolute;
    display: inline-block;
    border: 1px solid #6fb42f;
    background: #fff;
    vertical-align: middle;
    margin-right: 10px;
    top: 10px;
    margin-left: -20px;
    height: 13px;
    width: 7px;
    border: solid #6fb42f;
    border-width: 0 2px 2px 0;
    content: ''; 
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
}
.mobileSelect .content .panel .wheel .selectContainer li.active {
    font-weight: bold;
    position: relative;
}
body[data-device="android"] .mobileSelect-show .content {
    top: 50%;
    bottom: auto;
    position: fixed;
    left: 0;
    margin: auto;
    right: 0;
    /* transform: translateY(-50%); */
    top: 50%;
    transition: all .15s;
    width: 95%;
    overflow-y: scroll;
    top: 50%;
    left: 50%;
    max-height: 80%;
    padding: 10px 0;
    transform: translate(-50%, -50%);
}

body[data-device="android"] .mobileSelect .content .btnBar {
    display: none;
}

body[data-device="android"] .mobileSelect .content .panel .wheels {
    max-height: 100%;
    height: 100%;
}

body[data-device="android"] .mobileSelect .content .panel .wheel {
    max-height: 100%;
    height: 100%;
}
body[data-device="android"] .mobileSelect .content .panel .shadowMask {
    max-height:100%;
    height: 100%;
    display: none;
    opacity: 0.4;
    /* background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 79%, rgba(255,255,255,1) 96%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 79%, rgba(255,255,255,1) 96%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 79%, rgba(255,255,255,1) 96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); */
}
body[data-device="android"] .mobileSelect .content .panel .wheel .selectContainer {
    text-align: left;
    transform: inherit !important;
}
body[data-device="android"] .mobileSelect .content .panel .wheel .selectContainer li {
    padding: 0 10px 0 10px;
}
body[data-device="android"] .mobileSelect .content .panel .wheel .selectContainer li:before {
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #999;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
body[data-device="android"] .mobileSelect .content .panel .selectLine {
    display: none;
}
body[data-device="android"] .mobileSelect .content .panel .wheel .selectContainer li.active:before {
    background: #6fb42f;
    border: 1px solid #6fb42f;
}
body[data-device="android"] .mobileSelect .content .panel .wheel {
    overflow: scroll;
}
body[data-device="android"] .mobileSelect-show .content::-webkit-scrollbar-track
{
	background-color: #ddd;
}
body[data-device="android"] .mobileSelect-show .content::-webkit-scrollbar
{
	width: 5px;
	background-color: #ddd;
}
body[data-device="android"] .mobileSelect-show .content::-webkit-scrollbar-thumb
{
	background-color: #6fb42f;
	border: 2px solid #6fb42f;
	border-radius:15px;
}
body[data-device="android"] .mobileSelect .content .panel:after,
body[data-device="android"] .mobileSelect .content .fixWidth:after {
    display:none;
}
/* .select2-results__options {
    scroll-snap-type: mandatory;
    scroll-snap-points-y: repeat(3rem);
    scroll-snap-type: y mandatory;   
}
.select2-results__options li {
    scroll-snap-align: end;
}
.select2-results ul:after {
    background-color: #f3f3f4;
    color: #1b1f22;
    content: '';
    height: 39px;
    top: 60%;
    transform: translateY(-43%);
    position: absolute;
    pointer-events: none;
    width: 100%;
    background-color: #f3f3f4;
    left: 0;
    z-index: 1;
}
.select2-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.select2-buttons button {
    width: 100%;
} */