
.container.document-body {
    background-color: transparent;
    padding-top: 96px;
}

.bg-white {
    background-color: #fff;
}

i.coin {
    background: url(/photos/ddcoins.33x30.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 18px;
    height: 16px;
    display: inline-block;
}

.shop-footer .follow {    
    background-color: #a8a8a8;
}

.shop-footer .follow:hover {
    color: #fff;
}

.shop-footer .cart {
    background-color: #F63;
    color: #fff;
    align-self: center;
}

.shop-footer .flex-row {
    display: flex;
    width: 100%;
    padding: .4em 0em;
    border-top: 1px solid #ccc;
    background-color: #fff;
}

.shop-footer .follow, .shop-footer .cart {
    flex: 0 0 25%;
    width: 25%;
    line-height: 140%;
    background-color: #fff;
    color: #666;
    position: relative;
}

.shop-footer .follow > i {
    font-size: 1.2em;
}
.shop-footer .cart > i {
    font-size: 1.4em;
}

.shop-footer .text {
    font-size: .6em;
}
/*
footer .cart [data-name="popup-cart-total"] {
    position: absolute;
    top: 4px;
    right: 4px;
    text-align: center;
    color: #f63;
    font-size: .8em;
}

footer .cart [data-name="popup-cart-total"]::before, 
footer .cart [data-name="popup-cart-total"]::after {
    content: "";
}
*/

.shop-footer .purchase {
    flex: 0 0 75%;
    width: 75%;
}

.shop-footer .purchase .btn {
    font-size: .9em;
    line-height: normal;
    height: auto;
    padding: 10px 12px;
    border-radius: 0px;
}

.shop-footer .purchase .btn+.btn {
    margin-left: 6px;
}

.shop-footer .purchase .btn.btn-2-cart {
    color: #3db4d9;
    background-color: #fff;
    border: 1px solid #3db4d9;
    width: 46%;
}

.shop-footer .purchase .btn.btn-purchase {
    color: #fff;
    background: #3db4d9 none repeat scroll 0 0;
    border: 1px solid #3db4d9;
    width: 46%;
}


@media (max-width: 992px) {
  .page-section {
    padding: 0em;
  }
  
  .shop-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    border-top: none !important;
    padding: 0px;
    background-color: #ccc;    
  }

  .shop-footer.fixed-bottom {
    display: flex;
  }

  .shop-footer .fixed-bottom a {
    height: 50px;
    overflow: hidden;
    font-size: 1.1em;    
    font-weight: 400;
    letter-spacing: 0.1em;
    flex: 0 0 50%;
    line-height: 1.8em;
    vertical-align: middle;
  }

  .shop-footer .fixed-bottom a > p {
    margin: auto 0px;
  }
}