.selectMultiple {
  width: 100%;
  position: relative;
}

.selectMultiple select {
  display: none;
}

.selectMultiple > div {
  width: 100%;
  float: right;
  min-height: 60px !important;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  padding: 5px 20px 5px 34px;
  font-size: 18px;
  min-height: 44px;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.selectMultiple > div .arrow {
  left: 1px;
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 28px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: gray;
}

.selectMultiple > div span {
  color: #bcbcbc;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 48px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.selectMultiple > div span.hide {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-4px, 0);
          transform: translate(-4px, 0);
}

.selectMultiple > div a {
  position: relative;
  padding: 0 24px 6px 8px;
  line-height: 22px;
  color: #1E2330;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
}

.selectMultiple > div a em {
  line-height: 28px;
  font-style: normal;
  display: block;
}

.selectMultiple > div a:before {
  content: '';
  left: 0;
  top: 0;
  bottom: 6px;
  width: 100%;
  position: absolute;
  display: block;
  background: rgba(255, 58, 70, 0.03);
  z-index: -1;
  border-radius: 4px;
}

.selectMultiple > div a i {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 28px;
  display: block;
}

.selectMultiple > div a i:before, .selectMultiple > div a i:after {
  content: '';
  display: block;
  width: 2px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #ff3a46;
  border-radius: 1px;
}

.selectMultiple > div a i:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.selectMultiple > div a i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.selectMultiple > div a.notShown {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.selectMultiple > div a.notShown:before {
  width: 28px;
  -webkit-transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
  transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}

.selectMultiple > div a.notShown i {
  opacity: 0;
  -webkit-transition: all .3s ease .3s;
  transition: all .3s ease .3s;
}

.selectMultiple > div a.notShown em {
  opacity: 0;
  -webkit-transform: translate(-6px, 0);
          transform: translate(-6px, 0);
  -webkit-transition: all .4s ease .3s;
  transition: all .4s ease .3s;
}

.selectMultiple > div a.notShown.shown {
  opacity: 1;
}

.selectMultiple > div a.notShown.shown:before {
  width: 100%;
}

.selectMultiple > div a.notShown.shown i {
  opacity: 1;
}

.selectMultiple > div a.notShown.shown em {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.selectMultiple > div a.remove:before {
  width: 28px;
  -webkit-transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
  transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
}

.selectMultiple > div a.remove i {
  opacity: 0;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.selectMultiple > div a.remove em {
  opacity: 0;
  -webkit-transform: translate(-12px, 0);
          transform: translate(-12px, 0);
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.selectMultiple > div a.remove.disappear {
  opacity: 0;
  -webkit-transition: opacity .5s ease 0s;
  transition: opacity .5s ease 0s;
}

.selectMultiple > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #e0e0e0;
  background: #fff;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.selectMultiple > ul li {
  color: #1E2330;
  padding: 12px 16px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.selectMultiple > ul li:hover {
  background: #ff3a46;
  color: #fff;
}

.selectMultiple > ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  border-radius: 100%;
  -webkit-transform: scale(1, 1) translate(-50%, -50%);
          transform: scale(1, 1) translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.selectMultiple > ul li.beforeRemove {
  border-radius: 0 0 8px 8px;
}

.selectMultiple > ul li.beforeRemove:first-child {
  border-radius: 8px;
}

.selectMultiple > ul li.afterRemove {
  border-radius: 8px 8px 0 0;
}

.selectMultiple > ul li.afterRemove:last-child {
  border-radius: 8px;
}

.selectMultiple > ul li.remove {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.selectMultiple > ul li.remove:after {
  -webkit-animation: ripple .4s ease-out;
          animation: ripple .4s ease-out;
}

.selectMultiple > ul li.notShown {
  display: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity .4s ease, -webkit-transform .35s ease;
  transition: opacity .4s ease, -webkit-transform .35s ease;
  transition: transform .35s ease, opacity .4s ease;
  transition: transform .35s ease, opacity .4s ease, -webkit-transform .35s ease;
}

.selectMultiple > ul li.notShown.show {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.selectMultiple.open > div {
  border-bottom: none !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.selectMultiple.open > div .arrow i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.selectMultiple.open > ul {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(30, 30);
            transform: scale(30, 30);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(50, 50);
            transform: scale(50, 50);
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(30, 30);
            transform: scale(30, 30);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(50, 50);
            transform: scale(50, 50);
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: #ADAFB6;
}

body .dribbble {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 20px;
  opacity: .5;
}

body .dribbble:hover {
  opacity: 1;
}

body .dribbble img {
  display: block;
  height: 36px;
}

/* ------------------ btn --------------------- */
/* Not neccesary */
.content-example {
	display: block;
	height: 288px;
    width: 240px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}
.gmg-side-popup .title {
	margin: 0;
}
/* Not neccesary */


/*------ GMG Side Popup --------*/
.gmg-side-popup {
    cursor: pointer;
    width: 72px;
    height: 61px;
    position: absolute;
    left: 0;
    border-top-left-radius: 5px;
    /*top: 49%;*/
    top: 0;
    background: #5c6770;
    transition: all 0.8s ease;
    z-index: 1;
	overflow: hidden; 
}
.gmg-side-popup.open{
    width: 240px;
    height: 230px;
}
.gmg-sp-close {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 6px;
    right: 5px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gmg-side-popup.open .gmg-sp-close{
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.gmg-sp-ballon {
  height: 35px;
    width: 35px;
    display: block;
    margin: 0 auto;
    padding: 13px 0;
}
.gmg-sp-ballon svg{
  width: 35px;
  height: 35px;
  fill: #fff;
}
.gmg-side-popup .title,
.gmg-side-popup .gmg-sp-content {
	float: left;
	width: 100%;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
}
.gmg-side-popup.open .title,
.gmg-side-popup.open .gmg-sp-content {
	opacity: 1;
	visibility: visible;
}

.gmg-side-popup .title {
	min-width: 220px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gmg-sp-content {
	padding: 0 8px;
}

.gmg-sp-button {
	display: flex;
	float: left;
	width: 100%;
	min-width: 220px; 
	min-height: 60px;
	background: #fff;
	line-height: 18px;
	color: #5c6770;
	align-items: center;
	border-bottom: 1px solid #ccc;
}
.gmg-sp-button:hover {
	background: #fbfbfb;
	text-decoration: none;
}
.gmg-sp-button:nth-child(1):hover{
  color: #8f8f8f;
}
.gmg-sp-button:nth-child(2):hover{
  color: #ff3a46;
}
.gmg-sp-button.tell {
	cursor: default;
}
.gmg-side-popup .gmg-sp-button:nth-child(3) {
	border: 0;
}

.gmg-sp-button .desc {
	font-size: 14px;
}
.gmg-sp-button .icon {
	padding: 10px;
    font-size: 14px;
}

.gmg-side-popup .title,
.gmg-side-popup-form .title {
	line-height: 40px;
}

/*------ GMG Side Popup FORM --------*/
.gmg-side-popup-form {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
}

.gmg-spf-container {
	width: 258px;
    height: 400px;
    background: #5c6770;
    padding: 10px;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -129px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
}
.gmg-spf-overlay {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    z-index: 99;
    opacity: 0.4;
}
.gmg-spf-close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #fff;
}
.gmg-spf-header,
.gmg-spf-content,
.gmg-spf-header * {
    float: left;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}
.gmg-spf-header .icon {
	padding: 15px 0 5px;
	font-size: 26px;
	color: #fff;
	text-align: center;
}
.gmg-spf-header .title{
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}
.gmg-spf-content {
    background: #fff;
    height: calc(100% - 87px);
    
    color: #000;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gmg-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-plus svg{
  width: 10px;
  height: 10px;
  fill: #fff;
}
.icon-clock svg,
.icon-phone svg {
  fill: #5c6770;
  width: 16px;
}
/*# sourceMappingURL=multiple.css.map */