@media print {
    body{
        page-break-inside: avoid;
    }
    /*Sklanjanje header-a i footer-a*/
    .footer,
    .footer-bottom,
    .header.md-header, .header.md-header .header-top, .header.md-header .header-top > .container{
        display: none;
    }

    /*Sklanjanje slajdera jer nemaju linkove*/
    .disclaimer,
    .handlines-sldier,
    .payment-card,
    .copyright,
    .scroll-to-top i,
    .scroll-to-top{
        display: none !important;
    }
    /*Sklanjanje linkova na hover*/
    .product .item .caption-icons,
    .product .item:hover .options-wrapper,
    .sidebar-product-compare{
        display: none;
    }

    /*Product listing*/
    .pagination {
        display: none !important;
    }

    .pagination,
    .label-filters,
    .compare,
    .fixed-button-wrapper-productlist{
        display: none;
    }

    .product .item.grid-view .img-wrapper{
        border: 0;
    }

    .item-data{
        page-break-inside: avoid;
}

    .two_portrait_two_landscape-slider{
        display: none;
    }

    .header .logo {
        padding: 10px 0;
    }


    a:after {
        display: none;
    }

    .product-listing-intro{
        padding: 0px 0 10px;
    }

    .product-listing-intro .intro-filters{
        display: none;
    }

    .product .item .text-wrapper{
        height: 100px;
    }

    .product .item:hover .btn-wrapper{
        display: none;
    }
    .product-listing .product-item:not(.list-view):hover{
        border: 0;
    }
    .product-listing-intro .headding-wrapper {
        margin-top: 0 !important;
    }
    .header-fix-holder{
        height: 0 !important;
    }
    /*Product detail*/

    .toggle-banner,
    .action-lowerprice,
    .product-detail-buy,
    .product-details .favorite,
    .products-detail-wrapper .product-compare,
    .products-detail-wrapper .social-share,
    .lists-tabs ul.items-wrapper .item.item-comments,
    .lists-tabs ul.items-wrapper .item.item-product-check{
        display: none;
    }
    .vertical-similar-product.product .item .img-wrapper{
        margin-bottom: 20px;
        width: auto;
    }

    /*Profile*/
    .profile-sidebar,
    .profile-orders .order-table .item.item-actions{
        display: none;
    }

    .product-listing .product-item:not(.list-view){
        width: 25% !important;
        height: 25%;
        page-break-inside: avoid;
    }
    .product-listing .product-item:nth-child(n+9){
        page-break-before: always;
        page-break-after: always;
    }


    .tab-content-profile,
    .heading-wrapper-profile{
            /*visibility:hidden;*/
        }

    .modal-dialog, .modal-dialog * {
            visibility:visible;
        }

    .modal-dialog {
            position: absolute;
            left: 0;
            top: 0;
        }

    .modal .dl-horizontal{
        width: 33%;
    }

    .profile-orders .table>tbody>tr>td.item.item-article{
        width: 60px !important;
    }

    .orderdetails-modal.modal-large .modal-dialog{
        width: 100%;
    }

    .table-responsive{
        overflow-x: unset;
    }

    .modal-content{
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .orderdetails-modal.modal-large .modal-dialog {
        width: 1800px;
        max-width: 100%;
        margin-top: 20px !important;
    }

    .profile-orders .table>tbody>tr>td.item.item-article{
        width:85px;
    }

    .profile-orders .table>tbody>tr>td{
        padding: 10px 5px;
    }

    #order_address_content, #order_carrier_and_payment_content{
        page-break-before: always;
        page-break-after: always;
    }

    .cart-table .cart-action{
        display: none;
    }

    .detail-social-share,
    .product-attributes-wrapper,
    .slider.product-images-thumbs,
    .product-quickview-grid-info-slider,
    .product-generic-tabs .lists-tabs .items-wrapper{
        display: none;
    }

    .brands-slider-wrapper{
        display: none;
    }

    .product-details{
        margin-bottom: 0;
    }

    .product-details .favorite,
    .product-details-price{
        padding: 0 25px;
    }

    .appear{
        opacity: 1;
    }
    .slider.product-main .slider-init .slick-slide.slick-current{
        opacity: 1;
        text-align: center;
    }

    .slider.product-main .slider-init .slick-slide img{
        margin: 0 auto;
    }
    .slider.product-main .slider-init .slick-slide{
        opacity: 0;
    }

    .product-details .caption-discount{
        background: #000000;
        font-size: 25px;
    }

    .product-image-wrapper .product-item-overlay{
        border: 0;
        width: 80%;
    }
    .product-details .product-image-wrapper{
        border: 0;
        width: 80%;
    }
    .product-tab.lists-tabs{
        display: none;
    }
    .product-details-price{
        padding-left: 0;
        margin-left: 0;
    }
    .slider.product-main .slider-navigation-absolute{
        display: none;
    }

    .styled-select-transparent{
        border-color: transparent;
    }


    .product-listing {
        padding-top: 0;
    }
    #fb-root{
        display: none;
    }

    /*  Shopping List  */
    .shop-list-group .panel-heading,
    .cart-table tbody tr td:last-child,
    .cart-table thead tr th:last-child{
        display: none;
    }
    .profile-section h1{
        font-weight: 700;
    }

    .cart-table tbody tr{
        border-bottom: 1px solid #d9d9d9;
    }

    .cart-table .product-item-title{
        font-weight: 500;
    }

    .open-promo{
        display: none;
    }

    .profile .profile-section{
        border-bottom: unset;
    }
}
@media screen {
    .tab-content-profile {
        display: none;
    }
}
