/*.cart {
    background: #fff;
}
*/
/*#cart .positionDiv {
    margin-top: 58px;
}*/
/*
#cart .header_page {
    padding-top:90px;
}*/


.back-tos-hop {
    float: right;
    font-size: 18px;
    padding: 0 2%;
    cursor:pointer;
}

.cart #orderFormPopup {
    position: fixed;
    top: 0px;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1000;
    overflow-y: auto;
}

.cart-popup-form-box {
    float: left;
    width: 100%;
    background:#fff;
}

.cart #orderFormPopup form {
    width: 96%;
    max-width: 500px;
    margin:2%;
    margin-top: 15% !important;
    margin-top: 3% !important;
    margin: 0 auto;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(27, 25, 26, 0.75);
    -moz-box-shadow: 0px 2px 10px 0px rgba(27, 25, 26, 0.75);
    box-shadow: 0px 2px 10px 0px rgba(27, 25, 26, 0.75);
}

.cart #orderFormPopup form input, #orderFormPopup form textarea, #orderFormPopup form select {
    background: #ececec;
    border: none;
    width: 100%;
    padding: 2%;
    color: #777777;
    margin-top: 1%;
}

.cart #orderFormPopup form textarea {
    height: 80px;
}

.cart #orderFormPopup ul {
    width: 100%;
    padding: 2%;
    float: left;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #777777;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #777777;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #777777;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #777777;
}

.cart-form-header {
    width: 100%;
    padding: 2%;
    background: #e2e2e2;
    color: #008ed2;
    position: relative;
    float: left;
}

.cart-form-header span {
    position: relative;
    top: 3px;
    font-size: 16px;
}

.cart-close-order-form {
    background: url(../../appCoreWeb/images/appCore_close.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: -7px;
    width: 25px;
    height: 25px;
}

.cart-price-box {
    float: left;
}

.cart-form-send-order {
    width: 96%;
    height: 40px;
    background: url(../images/cart-arrow-right.png) #008ed2 no-repeat;
    background-position: 12px center;
    background-size: 10px;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: solid 1px transparent;
    float: right;
    border-radius: 67px;
    padding: 9px;
    margin: 15px 2%;
}

.cart-form-send-order:active {
    color: #008ed2;
    background: #ffffff;
    border-color: #008ed2;
}

.cart .cart-order-success {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10;
    text-align: center;
}

.cart .cart-order-success > div {
    background: url(../images/succ_bg.png);
    width: 160px;
    height: 170px;
    color: #fff;
    margin: auto;
    margin-top: 120px;
}

.cart .cart-order-success div img {
    padding: 5px 0;
    padding-top: 20px;
    width: 70px;
    clear: both;
}

.cart .cart-order-success div span {
    clear: both;
    position: relative;
    width: 100%;
    display: block;
}

.cart-msg {
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    text-align: center;
    background: rgba(231, 203, 64, 0.75);
}

.cart-msg .message {
    background: #fff;
    width: 200px;
    min-height: 110px;
    margin:auto;
    color: #555;
    margin-top: 12.5%;
    position: absolute;
    padding: 10px;
    left: 0%;
    right: 0%;
    border-radius: 10px;
}

.cart-msg .message span:first-child {
    clear: both;    
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.cart-msg .closeImage{
    position: absolute;
    top: -14px;
    right: -14px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.cart-msg .closeImage img{
    width:100%;
    cursor: pointer;
}

.cart-header-message {
    text-align: center;
    color: #777777;
    width: 90%;
    padding: 5%;
}

.cart .content {
    padding-top: 0;
}

.cart-discount-value {
    float: left;
}

.cart-adding-products {
    float: left;
    height: 100%;
    width: 100%;
    position: relative;
}

.cart .header_page {
    z-index: 0;
}

.cart-header-product-count {
    font-weight: 700;
}

.cart .cart table {
    width: 94%;
    margin: 2%;
    padding: 1%;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
}

.cart .cart table tr td {
    vertical-align: middle;
}

.cart td.cart-products-product-img {
    width: 80px;
}

.cart .cart-footer {
    /*height: 71px;*/
    width: 98%;
    float: left;
    bottom: 0;
    margin-top: 1em;
}

.cart-final-price {
    width: 96%;
    margin: 0 2%;
    text-align: left;
    float: left;
}

.cart-final-price-text {
    color: #4d4d4d;
    font-weight: 600;
    font-size: 24px;
}

.cart-next-step {
    width: 100%;
    max-width: 140px;
    height: 40px;
    background: url(../images/cart-arrow-right.png) #4d4d4d no-repeat;
    background-position: 12px center;
    background-size: 10px;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: solid 1px transparent;
    float: right;
    border-radius: 67px;
    padding: 9px;
    margin-left: 20px;
}

.cart-next-step:active {
    background: url(../images/cart-arrow-right-active.png) #ffffff no-repeat;
    background-position: 12px center;
    background-size: 12px;
    color: #4d4d4d;
    border-color: #4d4d4d;
}

.cart #footer1 {
    position: absolute;
    bottom: 0;
    background: #3b5998;
    width: 96%;
    padding: 2%;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0px 0px 21px 4px rgba(27, 25, 26, 0.65);
    -moz-box-shadow: 0px 0px 21px 4px rgba(27, 25, 26, 0.65);
    box-shadow: 0px 0px 21px 4px rgba(27, 25, 26, 0.65);
    z-index: 5;
}

.cart .neighbourhood-container {
    width: 96%;
    float: left;
    overflow: hidden;
    background: url(../images/cart_downArrowGray.png) no-repeat right #ececec;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px;
    margin: 2%;
    margin-top: 20px;
}

.cart .neighbourhood-container select {
    background: transparent;
    width: 100%;
    padding-left: 3%;
    padding-top: 2%;
    padding-bottom: 2%;
    -webkit-appearance: none;
    border: none;
    color: #777777;
    border:1px solid #696969;
}

.cart .color_grey {
    color: #777777;
    margin-top: 2%;
}

.cart .color_grey2 {
    color: #777777;
    float: right;
    font-weight: bold;
}
/* Added product msg */

.cart-added-to-basket {
    width: 100%;
    padding: 2%;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(27, 25, 26, 0.75);
    -moz-box-shadow: 0px 2px 10px 0px rgba(27, 25, 26, 0.75);
    box-shadow: 0px 2px 10px 0px rgba(27, 25, 26, 0.75);
    background: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    position: absolute;
    top: 0;
    z-index: 15;
    display: none;
    cursor: pointer;
}

.cart-added-to-basket img {
    width: 20px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.cart-added-to-basket .cart-close-added-msg {
    width: 15px;
    top: 2px;
    position: relative;
    left: 3px;
    cursor: pointer;
}

.cart-added-to-basket.fixed-added {
    position: fixed;
    top: 0;
}


/* End of added product msg */


/* Media */


/*Product options popup before adding to cart*/

.cart-product-popup-header, .cart-product-popup-sizes-content, .cart-product-popup-extras-content {
    padding: 10px;
}

.cart-product-popup-sizes-content {
    font-size: 12px;
}

.cart-product-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 142, 210, 0.75);
    z-index: 10;
    display: none;
}

.cart-product-popup-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 285px;
    height: 85%;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(33, 29, 30, 0.25);
    box-shadow: 0px 0px 5px 2px rgba(33, 29, 30, 0.25);
}

.cart-product-popup-content {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(33, 29, 30, 0.25);
    box-shadow: 0px 2px 3px 0px rgba(33, 29, 30, 0.25);
    position: relative;
}

.cart-product-popup-title {
    color: #008ed2;
}

.cart-product-popup-description {
    color: #c6c6c6;
    font-size: 12px;
}

.cart-product-popup-price {
    background-color: #008ed2;
    display: inline-block;
    padding: 3px 30px;
    font-size: 17px;
    color: #fff;
}

.cart-product-popup-quantity-count, .cart-product-popup-price, .cart-product-popup-quantity, .cart-product-popup-quantity-minus, .cart-product-popup-quantity-plus {
    display: inline-block;
}

.cart-product-popup-quantity-count {
    color: #008ed2;
    font-size: 16px;
}

.cart-product-popup-quantity {
    margin-left: 20px;
}

.cart-product-popup-quantity > * {
    vertical-align: middle;
}

.cart-product-popup-quantity-minus, .cart-product-popup-quantity-plus {
    width: 30px;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
}

.cart-product-popup-quantity-minus {
    background: url(../images/cart-minus.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    margin-right: 7px;
}

.cart-product-popup-quantity-minus:active {
    background: url(../images/cart-minus-active.png) no-repeat;
    background-size: 100%;
    background-position: center center;
}

.cart-product-popup-quantity-plus {
    background: url(../images/cart-plus.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    margin-left: 7px;
}

.cart-product-popup-quantity-plus:active {
    background: url(../images/cart-plus-active.png) no-repeat;
    background-size: 100%;
    background-position: center center;
}

.cart-product-popup-close-button {
    width: 26px;
    height: 26px;
    position: absolute;
    top: -13px;
    right: -14px;
    background: url(../../appCoreWeb/images/appCore_close.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    cursor: pointer;
    z-index: 5;
}

.cart-product-popup-options {
    margin-top: 10px;
}


/* sizes section */

.cart-product-popup-size-wrapper {
    width: 33%;
    display: inline-block;
    position: relative;
}

.cart-product-popup-size-wrapper input, .cart-product-popup-size-wrapper label {
    display: inline-block;
}

.cart-product-popup-size-wrapper input {
    height: 100%;
    width: 30%;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}


/* sizes custom radio button style*/

.cart-product-popup-size-wrapper label+label {
    width: 70%;
    margin-left: 30%;
    cursor: pointer;
}

.cart-product-popup-size-wrapper input {
    display: none;
}

.cart-product-popup-size-wrapper input:checked + label {
    content: url(../images/cart-radio-check.png);
    background-position: center;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
}

.cart-product-popup-size-wrapper input + label {
    background: url(../images/cart-radio.png);
    background-position: center;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}


/* end sizes custom radio button style*/


/* extras custom radio button style*/

.cart-product-popup-extra-wrapper label+label {
    cursor: pointer;
}

.cart-product-popup-extra-wrapper input {
    display: none;
}

.cart-product-popup-extra-wrapper input:checked + label {
    content: url(../images/cart-check-active.png);
    background-position: center;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
}

.cart-product-popup-extra-wrapper input + label {
    background: url(../images/cart-radio.png);
    background-position: center;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin-right: 3px;
    cursor: pointer;
}


/* end extras custom radio button style*/

.cart-product-popup-sizes-header, .cart-product-popup-extras-header {
    padding: 10px;
    background: #f8f8f8;
    color: #c6c6c6;
}

.cart-product-popup-sizes-content {
    overflow: auto;
}


/* end sizes section */


/* extras section */

.cart-product-popup-extras-content {
    overflow: auto;
}

.cart-product-popup-extra-wrapper {
    text-transform: capitalize;
    position: relative;
    width: 100%;
}


/* end extras section */


/* add to cart button */

.cart-popup-add-to-cart {
    width: 100%;
    height: 100%;
    border: solid 1px transparent;
    color: #fff;
    text-transform: uppercase;
    background-color: #008ed2;
    background: #008ed2 url(../images/cart-basket-plus.png) no-repeat;
    background-position: 10px center;
    background-size: 17px;
    padding: 0;
    cursor: pointer;
}

.cart-popup-add-to-cart:active {
    background-color: #ffffff;
    background: url(../images/cart-basket-plus-active.png) no-repeat;
    background-position: 10px center;
    background-size: 17px;
    border: solid 1px #008ed2;
    color: #008ed2;
}

.cart-product-popup-add-to-cart-wrapper {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
    position: relative;
    height: 31px;
}


/* end add to cart button */


/* Cart page */


/*discount and price text color*/

.cart-total-text-color {
    color: #777777;
}


/*discount and price value color*/

.cart-total-value-color {
    color: #008ed2;
}


/* endCart page */


/* cart products table */

.cart-added-products-wrapper {
    width: 100%;
}

.cart-product-wrapper {
    border-bottom: 1px solid #696969;
    width: 96%;
    padding: 2%;
    display: block;
    float: left;
    /*margin: 2%;*/
}

.cart-product-wrapper td {
    display: block;
    border-bottom: solid 1px #b7c7cd;
    padding: 3px 0;
    margin: 0;
}

.cart-product-wrapper:last-child td {
    border-bottom: none;
}

.cart-product-wrapper .product-title {
    color: #008ed2;
    font-family: 'firaMedium';
    font-size: 16px;
    float: left;
    width: 100%;
}

.border-top {
    margin-top: 17px;
    float: left;
    width: 33px;
    height: 3px;
    background: #008ed2;
}

.cart-product-wrapper .right-section {
    border-left: 1px solid #696969;
    padding: 10px 0;
    width: 12%;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 11px;
    display: inline-block;
    float: left;
    height: 50px;
}

.cart-product-wrapper .left-section {
    padding-top: 6px 0 !important;
    width: 70%;
    font-size: 11px;
    display: inline-block;
    float: left;
}

.cart-product-wrapper .product-price-wrapper {
    height: 25px;
    line-height: 25px;
    width: 100%;
    text-align: center;
    background: #008ed2;
}

.cart-product-wrapper .product-price {
    font-size: 17px;
    font-family: 'Georgia';
    font-weight: normal;
    /* template background color*/
    background-color: transparent;
    color: #fff;
}

.cart-product-wrapper .product-price-currency {
    font-size: 16px;
}

.cart-product-wrapper .product-description {
    color: #c6c6c6;
    font-size: 14px;
    float: left;
    width: 100%;
}

.cart-product-wrapper .cart-product-popup-quantity {
    display: block;
    background: #f4f4f4;
    padding: 3px;
    margin: 0;
}

.cart-product-wrapper .cart-product-popup-quantity-plus, .cart-product-wrapper .cart-product-popup-quantity-minus {
    width: 25px;
    height: 25px;
}

.cart-product-wrapper .bottom-wrap {
    position: relative;
    width: 12%;
    float: left;
    padding: 10px 0;
    border-left: 1px solid #696969;
    height: 50px;
    text-align: center;
}

.cart-product-wrapper .cart-delete-product {
    background: url(../images/cart-delete-from-cart.png) no-repeat;
    background-position: center center;
    background-size: 17px;
    cursor: pointer;
    float: left;
    padding: 10px 0;
    width: 5%;
    height: 50px;
    border-left: 1px solid #696969;
}

.bold {
    font-weight: bold;
}

.black {
    color: #000000;
}


/* end cart products table */


/* order popup */

#orderFormPopup .cart-order-cutlery {
    width: 96%;
    padding: 2%;
    float: left;
}

#orderFormPopup .cart-order-cutlery input[type="checkbox"] {
    display: none;
}

#orderFormPopup .cart-order-cutlery label {
    content: "";
    display: inline-block;
    width: 18px;
    margin-right: 5px;
    height: 18px;
    background: url(../images/radio.png);
    background-position: center;
    background-size: 100% 100%;
}

#orderFormPopup .cart-order-cutlery span {
    position: relative;
    top: -2px;
    color: #777777;
}

#orderFormPopup .cart-order-cutlery input[type=checkbox]:checked + label {
    content: url(../images/cart-radio-check.png);
    background-position: center;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
}

#orderFormPopup .cart-order-cutlery input[type=checkbox] + label {
    background: url(../images/cart-radio.png);
    background-position: center;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
}

#orderFormPopup .cart-form-content {
    overflow: auto;
    float: left;
    width: 100%;
}


/* end order popup */


/*End Product options popup before adding to cart*/


/* my_orders */

#orderHistory .orders-table {
    width: 100%;
}

#orderHistory .orders-table tr {
    padding: 0;
}

#orderHistory .orders-table thead th {
    text-transform: lowercase;
    color: #e72022;
    background: #ffffff;
    border-bottom: 1px solid #e72022;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: 400;
}

#orderHistory .orders-table td {
    padding: 5px 0;
    text-align: center;
    color: #464646;
    font-weight: 400;
    width: 25%;
}

#orderHistory .orders-table tr:nth-child(2n) td {
    border-bottom: solid 1px #a7a7a5;
    background: #ffffff;
}

#orderHistory .orders-table tr:nth-child(2n+1) td {
    border-bottom: solid 1px #d3d3d3;
}


/* end of my_orders */

@media (max-width: 640px) {
    .cart-product-wrapper .bottom-wrap {
        width: 50%;
        text-align: left;
        border: none;
    }
    .cart-product-wrapper .cart-delete-product {
        width: 50%;
        background-position: right center;
        border: none;
    }    
    .cart-product-wrapper .right-section {
        width: 30%;
        border: none;
    }
    .cart-product-wrapper .product-price-wrapper {
        text-align: right;
        border: none;
    }

    .cart #orderFormPopup form {
        width: 94%;
        margin:3%;
        margin-top:6%;
    }
}

@media (max-width: 500px) {
     .cart #orderFormPopup form {
        width: 94%;
        margin:3%;
        margin-top:6%;
    }
}

.orderPopupCredentialLinksContainer{
    float: left;
    width: 100%;
    padding:2%;
}

.orderPopupCredentialLinksContainer div{
    float:left;
    width: 50%;
}

.orderPopupLogin, .orderPopupRegister{
    background-color: #b52726;
    color: #fff;
    text-align:center;
    padding:2%;
    width:150px;
    border-radius: 67px;
}   

.orderPopupLogin{
    float:right;
    margin-right: 2%;
    cursor: pointer;
} 

.orderPopupRegister{
    float:left;
    margin-left: 2%;
    cursor: pointer;
} 

.successfullyRegistrationPopupContainer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(231, 203, 64, 0.7);
    z-index: 26;
}

.successfullyRegistrationPopup{
    width: 280px;
    height: 160px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 20%;
    position: relative;
    padding: 5px;
    border-radius: 10px;
}

.successfullyRegistrationPopupDescription{
    width: 100%;
    float: left;
    color: #777;
    text-align: center;
    padding: 2%;
    margin-top: 30px;
}

.successfullyRegistrationPopupButtonContainer{
    width: 100%;
    float: left;
    margin-top: 25px;
}

.confirmButtonYes, .confirmButtonNo {
    width: 45%;
    height: 40px;
    background: url(../images/cart-arrow-right.png) #008ed2 no-repeat;
    background-position: 12px center;
    background-size: 10px;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: solid 1px transparent;
    float: left;
    padding: 9px;
    margin: 15px 2%;
}

.confirmButtonYes:active, .confirmButtonNo:active {
    color: #b52726;
    background: #ffffff;
    border-color: #b52726;
}

.confirmButtonYes, .confirmButtonNo {
    background-color: #b52726;
    color: #fff;
}

.payment_method{
    width: 100%;
    text-align: center;
    background: #ececec;
    color: #777777;
    margin-top: 10px;
    padding: 2%;
    text-align-last: center;
}

.loginButton{
    padding: 4% 0;
    background: #b52726;
    border-radius: 10px;
    color: #fff;
    margin: 5% 0;
    cursor: pointer;
    text-transform: uppercase;
}

.registrationButton{
    padding: 4% 0;
    background: #b52726;
    border-radius: 10px;
    color: #fff;
    margin: 5% 0;
    cursor: pointer;
    text-transform: uppercase;
}

.continueShoppingContainer{
    width: 50%;
    padding: 0 2%;
    margin: 0 auto;
}

.continueShoppingButton{
    background: #b52726;
    padding: 15px 40px;
    border-radius: 30px;
    text-align: center;
    float: left;
    cursor: pointer;
    margin-left: 38%;
}

.continueShoppingButton:active {
    background: #ffffff;    
    color: #b52726;
    border: 1px solid #b52726;
}

.add-contry-price-finel {
    width: 96%;
    padding:2%;
    float: left;
}

.add-contry-price-finel span.cart-total-text-color {
    font-weight: 400;
    font-size: 14px;
}


@media (max-width: 640px) {
    .back-tos-hop {
        display: block;
        width: 96%;
        float: left;
        margin-top: 20px;
        padding-left: 0;
    }
}


.add-contry-for-delivery {
    z-index: 1001;
    display: block;
}
.go-to-profil{
    padding: 4% 0;
    background: #b52726;
    border-radius: 10px;
    color: #fff;
    margin: 5% 0;
    cursor: pointer;
    text-transform: uppercase;
}
.agree_terms {
    /*height: 1.5em;*/
    margin-bottom: 8px;
    margin-top: 10px;
}
.agree_terms label {
    color: black;
    font-size: 0.8em;
    vertical-align: sub;
}

.agree_terms a {
    text-decoration: underline;
    cursor: pointer;
}
.agree_terms input {
    width: initial !important;
    float: left;
    margin-right: 1em;
}

#gdpr-checkbox {
    display: inline;
    width: 1.1em !important;
    margin-right: 0.9em !important;
    padding: 0 !important;
    margin-left: -1px !important;
}

.gdpr-checkbox-message {
    display: inline;
    font-size: 0.8em;
}

.gdpr-unsubscribe {
    margin-top: 0.5em;
    font-size: 0.6em;
}

.gdpr-unsubscribe, .gdpr-unsubscribe-message {
    font-size: 0.6em;
}
