﻿/* Small Devices, Tablets */
@media only screen and (max-width : 1260px) {
}

@media only screen and (max-width : 1000px) {
}

@media only screen and (max-width : 992px) {
    .header-wrapper{

    }
    .page__body {
        padding-top: 20px !important;
    }

    .filter__drop-formobile{
        display:block !important;
    }

    .order-export .card{
        padding:15px !important;
    }

    .product-row {
        padding: 30px !important;
    }
}


@media only screen and (max-width : 768px) {
    .tabs-nav li {
        width:100%;
    }
        .tabs-nav li:last-child {
            width: 20%;
        }
        .tabs-nav li:nth-last-child(2) {
            width: 80%;
        }

    .catdwnldpdf {
        position: absolute !important;
        margin-top: 13px !important;
        margin-right: 10px !important;
        right: 0;
    }
}

@media only screen and (max-width : 640px) {
    
}

@media only screen and (min-width : 641px) {
   
}

@media only screen and (max-width : 420px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .wrapper-ico-new, .wrapper-ico-sale, .wrapper-ico-popular {
        color: #fff;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 21px;
        border-radius: 45px;
        font-size: 8pt;
        margin-left: 0px;
    }
    .caf-width {
        width: 20px !important;
        height: 20px !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {
    #dropdownMenuLink.switch-language {
        position: absolute;
        top: 25px;
        right: 5px;
    }
}

@media only screen and (min-width : 992px) {
    
}
