.skeerel-button-self:visited,
.skeerel-button-self {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    display: inline-block;
    padding: 10px 8px;
    border-radius: 4px;
    background: rgb(239, 75, 75);
    cursor: pointer;
    color: white;
    /* transition: 0.15s all; */
}
.skeerel-button-self * {
    color: white;
    text-decoration: none;
}
.skeerel-button-self:hover {
    /* cursor: pointer; */
    text-decoration: none;
    color: white !important;
    background: #d85144 !important;
}

.skeerel-button-self::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url("../images/skeerel_white.png");
    background-size: 20px 20px; background-repeat: no-repeat;
    margin-right: 4px;
    margin-bottom: 6px;
    content: ' ';
}

.skeerel-shopping-cart-button {
    padding: 10px;
}
.skeerel-shopping-cart-button .skeerel-button,
.skeerel-shopping-cart-button .skeerel-button-self {
    width: 100%;
    text-align: center;
    padding: 20px;
    background: linear-gradient( 75deg, #EE7249 0%,#EF4B4B 100%, #B60223 200%, #FF7F77 300% );
    background-size: 800% 800%;
    -webkit-animation: skeerel-moving-gradient 10s ease infinite;
    -moz-animation: skeerel-moving-gradient 10s ease infinite;
    animation: skeerel-moving-gradient 10s ease infinite;
}





.skeerel-sep-container {
    margin: 20px 0px;
    display: flex;
    align-items: stretch;
}

.skeerel-sep {
    flex: 1 1 auto;
    text-align: center;
    color: #ee5a4b;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 500;
    letter-spacing: 3px;
}

.skeerel-margin-top-minus-11px {
    margin-top: -11px;
}

.skeerel-sep-flex-only {
    flex: 1 1 auto;
}

.skeerel-sep-width-60 {
    width:60%;
}

.skeerel-sep-width-40 {
    width:40%;
}