@media (max-width: 767px)
{
    .cart-section tbody tr td a, .wishlist-section tbody tr td a
    {
        font-size: 13px;
    }

    .cart-section tbody tr td .mobile-cart-content h2, .wishlist-section tbody tr td .mobile-cart-content h2
    {
        font-size: 16px;
        position: relative;
    }

    .popin.generalAnnounce
    {
        width: auto;
        left: 0;
        bottom: 61px;
        font-size: 13px;
        position: fixed;
        border-radius: 0;
    }

    .popin .title
    {
        display: none;
    }

    .popin.generalAnnounce p
    {
        line-height: 20px;
        color: #fff;
        font-size: 11px;
        margin-bottom: 0;
    }

    .product-right h2
    {
        font-size: 17px;
    }

    .product-right h3
    {
        font-size: 22px;
    }

    .product-box .product-detail h6, .product-box .product-info h6, .product-wrap .product-detail h6, .product-wrap .product-info h6
    {
        height: 39px;
        font-size: 12px;
    }

    .product-right .product-buttons .btn-outline, .product-right .product-buttons .btn-solid
    {
        padding: 7px 41px;
    }

    .product-contact-button a
    {
        font-size: 10px;
        margin-right: 4px;
    }
    .product-contact-button a:last-child
    {
        margin-right: 0px;
    }

    .product-favorite-detail
    {
        margin-left: 8px;
        margin-top: -1px;
    }

    .product-right .product-icon .product-social li a
    {
        margin-right: 12px;
    }

    .product-right .product-icon .product-social li a i
    {
        font-size: 18px;
    }

    .checkout-page .checkout-form .check-out .form-group:last-child
    {
        margin-bottom: 15px;
    }
    
    .footer-theme .sub-title h4
    {
        font-weight: normal;
    }

    .adres-alert .alert
    {
        max-width: 100% !important;
    }
    
    .breadcrumb-item.active
    {
        font-weight: normal;
    }
    
    .pixelstrap>li>a
    {
        font-weight: 500;
    }

    .mobile-account-footer
    {
        display: block;
    }

    .footer-theme h4, .footer-theme .sub-title
    {
        font-size: 15px !important;
    } 

    .vitrin-9-col .col-12 
    {
        padding: 0;
    }
}