.product-price-discount-percent {
    position: absolute;
    right: -15px;
    top: -20px;
    padding: 8px;
    font-weight: bold;
    font-size: 20px;
    background-color: red;
    border-radius: 4px;
    color: #ffffff;
    z-index: 99;
}

.vm-akcios-ar .PricesalesPriceTt .PricesalesPriceTt,
.vm-akcios-ar-vege {
    font-weight: bold;
    color: #ff0000;
}

.vm3pr-5 .product-price {
    min-height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
}

.vm3pr-5 .product-price .vm-akcios-ar .PricesalesPriceTt span.PricesalesPriceTt {
    color: red;
}

#sp-component div.product div.product-container div.vm-product-media-container a {
    margin-left: auto;
    margin-right: auto;
}

.flex-display {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.row.flex-display > div[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.flex-display div[class*='col-'] .product-container {
    /* min-height: 100%; */
    flex-grow: 1;
    justify-content: space-between;
    display: flex;
    flex-flow: column;
}

.spacer.product-container {
    height: 100%;
}

.flex-normal {
    justify-content: normal;
}
  
.flex-to-bottom {
/*    align-self: flex-end;*
/*    bottom: 0; */
/*    flex-grow: 1; */
    margin-bottom: 13px;
}

.addtocart-area .addtocart-bar a.notify {
    width: 192px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.vm-product-descr-container-1 h2>a {
    display: block;
    width: 100%;
    color: #08b089;
    font-weight: 400;
    font-size: 15px;
}

div.flex-normal div.vm-product-descr-container-1 p.product_s_desc {
    padding: 0 4px;
}

div.category-view > div.browse-view > h1 {
    font-weight: bold;
}

div.category-view div.featured-view h4,
div.category-view div.topten-view h4,
div.category-view div.recent-view h4,
div.category-view div.latest-view h4 {
    padding: 8px 0px 8px 8px;
    background: rgb(28,75,120);
    background: -webkit-linear-gradient(rgba(28,75,120,1) 0%, rgba(27,96,161,1) 64%, rgba(34,126,183,1) 65%, rgba(36,143,214,1) 66%, rgba(27,96,161,1) 67%, rgba(60,131,175,1) 100%);
    background: -o-linear-gradient(rgba(28,75,120,1) 0%, rgba(27,96,161,1) 64%, rgba(34,126,183,1) 65%, rgba(36,143,214,1) 66%, rgba(27,96,161,1) 67%, rgba(60,131,175,1) 100%);
    background: linear-gradient(rgba(28,75,120,1) 0%, rgba(27,96,161,1) 64%, rgba(34,126,183,1) 65%, rgba(36,143,214,1) 66%, rgba(27,96,161,1) 67%, rgba(60,131,175,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4b78', endColorstr='#3c83af',GradientType=0 );
    color: #ffffff;
    font-size: 20px;
    text-transform: none;
    width: 100%;
    display: block;
    /* font-weight: bold; */
    font-family: Play, sans-serif;
    /* font-size: 20px; */
    font-weight: normal;

}

div.category-view div.category h2 a {
    padding: 8px 0px 8px 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: center;
    background: rgb(28,75,120);
    background: -moz-linear-gradient(top, rgba(28,75,120,1) 0%, rgba(27,96,161,1) 64%, rgba(27,96,161,1) 67%, rgba(60,131,175,1) 100%);
    background: -webkit-linear-gradient(top, rgba(28,75,120,1) 0%,rgba(27,96,161,1) 64%,rgba(27,96,161,1) 67%,rgba(60,131,175,1) 100%);
    background: linear-gradient(to bottom, rgba(28,75,120,1) 0%,rgba(27,96,161,1) 64%,rgba(27,96,161,1) 67%,rgba(60,131,175,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4b78', endColorstr='#3c83af',GradientType=0 );
    color: #ffffff;
    font-size: 20px;
    text-transform: none;
    width: 100%;
    display: block;
    /* font-weight: bold; */
    font-family: Play, sans-serif;
    /* font-size: 20px; */
    font-weight: normal;
}

div.category-view div.category h2 img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
}

#fancybox-content .continue_link,
#fancybox-content .showcart {
    padding: 4px 8px;
    text-align: center;
    background: rgb(28,75,120);
    background: -moz-linear-gradient(top, rgba(28,75,120,1) 0%, rgba(27,96,161,1) 64%, rgba(27,96,161,1) 67%, rgba(60,131,175,1) 100%);
    background: -webkit-linear-gradient(top, rgba(28,75,120,1) 0%,rgba(27,96,161,1) 64%,rgba(27,96,161,1) 67%,rgba(60,131,175,1) 100%);
    background: linear-gradient(to bottom, rgba(28,75,120,1) 0%,rgba(27,96,161,1) 64%,rgba(27,96,161,1) 67%,rgba(60,131,175,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4b78', endColorstr='#3c83af',GradientType=0 );
    color: #ffffff;
    font-size: 16px;
    text-transform: none;
    font-family: Play, sans-serif;
    /* font-size: 20px; */
    font-weight: normal;
    border-radius: 4px;
    display: inline-block;
}

#checkoutForm div.tos input.terms-of-service,
#userForm .adminForm input.terms-of-service {
    outline: 2px solid red;
}

#checkoutForm .billto-shipto {
    padding: 10px;
}

#userForm h2 {
    font-weight: bold;
    margin-top: 25px;
}

#userForm div.control-buttons button[name="register"] {
    padding: 4px 8px;
    text-align: center;
    background: #f0a772;
    color: #f8f8f8 !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4b78', endColorstr='#3c83af',GradientType=0 );
    color: #ffffff;
    font-size: 16px;
    text-transform: none;
    font-family: Play, sans-serif;
    /* font-size: 20px; */
    font-weight: normal;
    border-radius: 4px;
    display: inline-block;
}

#userForm div.control-buttons button[name="register"]:hover {
    background: rgb(28,75,120);
    background: -moz-linear-gradient(top, rgba(28,75,120,1) 0%, rgba(27,96,161,1) 64%, rgba(27,96,161,1) 67%, rgba(60,131,175,1) 100%);
    background: -webkit-linear-gradient(top, rgba(28,75,120,1) 0%,rgba(27,96,161,1) 64%,rgba(27,96,161,1) 67%,rgba(60,131,175,1) 100%);
    background: linear-gradient(to bottom, rgba(28,75,120,1) 0%,rgba(27,96,161,1) 64%,rgba(27,96,161,1) 67%,rgba(60,131,175,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4b78', endColorstr='#3c83af',GradientType=0 );
    color: #ffffff;
    font-size: 16px;
    text-transform: none;
    font-family: Play, sans-serif;
    /* font-size: 20px; */
    font-weight: normal;
}

table.user-details input {
    color: #000 !important;
}

#system-message-container {
    border: 1px solid #82ae0f;
    border-radius: 9px;
}

#system-message-container div.alert {
    margin-bottom: 0px;
    border-radius: 9px;
}

#system-message-container div.alert-notice {
    background-color: #0caae6;
    color: #fff;
    font-weight: 400;
    font-size: 1.75rem;
}

#system-message-container div.alert h4 {
    margin-top: -17px;
    margin-left: -17px;
    margin-right: -17px;
    padding: 15px;
    background-color: #f0a772;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
}

#system-message-container #system-message > div {
    text-align: justify;
}

#system-message-container #system-message div.alert div p {
    margin: 0;
}

.buttonBar-right button.vm-button-correct[type="submit"] {
    background: #f0a772;
}

div.vm-wrap.vm-order-done a.vm-button-correct {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    display: block;
    width: 28%;
}

#sp-component form#form-login {
    margin: 25px auto;
}

.sppb-addon.impresszum-fp {
    color: #2bb673;
}