.mom_customizer:before {
    position: absolute;
    left: 100%;
    height: 100%;
    width: 2px;
    background: #ebebeb;
    border: 1px solid #ebebeb;
    border-left: 0;
    border-right: 0;
    top: -1px;
    
}
.mom_customizer {
    background: #ffffff;
    position: absolute;
    right:100%;
    top: 87px;
    width: 210px;
    border: 1px solid #dfdfdf;
    -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
z-index: 1000;
}

.mom_customizer .mc-title {
    line-height: 38px;
    height: 38px;
    background: #373c43;
    color: #fff;
    position: absolute;
    bottom: 100%;
    width: 100%;
    left: -1px;
    padding-right: 34px;
-webkit-border-radius: 0 6px 6px 0;
border-radius: 0 6px 6px 0;
-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
}
.mom_customizer .mc-title h3 {
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 17px;
    font-family: 'play';
    font-weight: normal;
  cursor: pointer;
}

.mom_customizer .mc-title i {
    position: absolute;
    right: 8px;
    font-size: 20px;
    top: 0;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  -o-animation-duration:2s;
  animation-duration:2s;
  cursor: pointer;
    
}

.mom_customizer .mc-options-box {
    background: #fcfcfc;
    padding: 10px;
    border: 1px solid #efefef;
    margin-bottom: 10px;
    overflow: hidden;
}

.mom_customizer .mc-options-box:last-child {
    margin-bottom: 0;
}
.mom_customizer .mc-options-box h4 {
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
}

.mom_customizer .mc-options-box .mc-button {
    line-height: 29px;
    border: 1px solid #e0e0e0;
    float: left;
    width: 49%;
    background: #fff;
    font-size: 11px;
    color: #9d9d9d;
    margin-right: 2%;
    margin-bottom: 2%;
    text-align: center;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;    
}
.mom_customizer .mc-options-box .mc-button:hover {
    color: #4a525d;
}
.mom_customizer .mc-options-box .mc-button.active {
    background: #4a525d;
    color: #fff;
}
.mom_customizer .mc-options-box {
    text-align: center;
}
.mom_customizer .mc-options-box .mc-button:nth-child(2n+2) {
    margin-right: 0;
}
.mom_customizer .mcb-options-colors {
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 4px;
}
.mom_customizer .mc-options-box .mc-color {
    width:30px;
    height:30px;
    float: left;
    background: #ff9c1b;
    margin-right: 2px;
    margin-bottom: 2px;
}
.mom_customizer .mcb-options-colors .mc-color:nth-child(5n+5) {
    margin-right: 0;
}

@media only screen and (min-width: 0) and (max-width: 1000px) {
 .mom_customizer {
    display: none;
 }
}