/* compiled by scssphp v0.0.12 on Sun, 12 May 2019 23:22:40 +0200 (0.0277s) */

/**
 * Kogao 4 - Classified Software
 * (c) 2009-2022 Kogao Marktplatz
 *
 * @package kogao
  * @buy     https://www.kogao-marktplatz.com/
 * @support https://www.kogao-marktplatz.com/
 *
 */
.FooterEndLayout {
    width: calc(100% - 50px);
    margin: 0 25px;
    border-top: 1px solid #e2e2e2;
    padding: 20px 0; }
.FooterEndLayout .FooterEndLeft {
    float: right; }
.FooterEndLayout .FooterEndLeft.Android {
    padding-right: 10px; }
.FooterEndLayout.End {
    padding-bottom: 100px; }
.FooterEndLayout .FooterEndLayoutRight {
    float: left;
    width: 60%;
    text-align: right; }
.FooterEndLayout .FooterEndLayoutLeft {
    float: left;
    width: 40%; }
.FooterEndLayout .FooterEndLayoutLeft i {
    color: #666;
    font-style: normal;
    font-size: 11px; }

.MerchantInfoLayout {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px; }
.MerchantInfoLayout .MerchantInfoLayoutBox {
    text-align: left;
    display: inline-block;
    background: #fff;
    padding: 20px 30px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-sizing: 6px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .04); }
.MerchantInfoLayout .MerchantInfoLayoutBox.SellerBackground {
    background: #fff url('../view/assets/img/4.8/seller.jpg') right 15px top 50% no-repeat;
    background-size: 140px; }
.MerchantInfoLayout .MerchantInfoLayoutBox.PostPackage {
    background: #fff url('../view/assets/img/4.8/dhl.jpg') right -20px top 50% no-repeat;
    background-size: 160px; }
.MerchantInfoLayout .MerchantInfoLayoutBox .TextBlock {
    float: left;
    width: 220px;
    padding-right: 80px; }
.MerchantInfoLayout .MerchantInfoLayoutBox .TextBlock b {
    font-size: 16px; }
.MerchantInfoLayout .MerchantInfoLayoutBox.Left {
    margin-left: 15px; }
