@font-face {
    font-family: 'Averta';
    src: 
        url('https://somymy.com/public/webfonts/Averta/Averta-Regular.otf') format('opentype'),
        url('https://somymy.com/public/webfonts/Averta/AvertaPE-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body{
    background: none;
    font-family: 'Averta', sans-serif;
}
#modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.modalPopup {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 50%;
    padding: 0 0 30px;
    -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
}
.modalContent {padding: 0 2em;}
.headerBar {
    width: 100%;
    background-color: #007aff;
    margin: 0;
    text-align: center;
}
.headerBar img {
    margin: 1em .7em;
}
h1 {
    margin-bottom: .2em;
    font-size: 32px;
}
p {margin: .75em 0 1.5em;}
.buttonStyle {
    border: 1px black solid;
    border-radius: 5px;
}
.buttonStyle:hover {
    background: #1e1e1e;
    color: #fff;
    background: -moz-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e1e), color-stop(100%,#6d6d6d), color-stop(100%,#6d6d6d));
    background: -webkit-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
    background: -o-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
    background: -ms-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
    background: linear-gradient(to bottom, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#6d6d6d',GradientType=0 );
}

.returnToProfile {text-align: center; margin:3em;}
.returnToProfile a, .returnToProfile a:visited {color: #ddd;}
.returnToProfile a:hover {color: #fff;}

.how-to-step{
    border: solid 1px #8898aa;
    width: 30px;
    border-radius: 15px;
    margin: 20px auto 0 auto;
    color: #8898aa;
}

.step-title{
    color: #222;
}

.new-icon{
    width: 3.5rem;
}

.panel-default{
    border: solid 1px #eee;
    padding: 10px;
}
.panel-heading a{
    color: #241E12;;
}
.panel-body{
    padding-left: 15px;
}
.new-bg {
    background-image: url(https://somymy.com/public/images/svg/Background.svg);
    background-size: cover;
}
.white-bg{
    background-color: #fffd;
    color: #000;
}

.icon-img{
    height: 120px;
}
.more-btn{
    border: #ddd 1px solid;
    padding: 5px 10px;
    color: #555;
}
.text-black{
    color: #000 !important;
}
.sell-panties-icon, 
.buy-panties-icon
{
    width: 110px;
    display: block; 
    margin: 0 auto;
}
.glightbox-clean .gslide-media{
    background-color: #fff;
}
@media only screen and (max-width: 600px) {
    #how_somymy_works{
        font-size: 34px;
        margin-top: -30px;
    }
    .sell-panties-icon,
    .buy-panties-icon
    {
        width: 250px;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .mb--20{
        margin-bottom: -20px;
    }
}