/*
Theme Name:     procarlab
Theme URI:      http://lemonbyte.nl
Description:    Child theme procarlab
Author:         Radek Dolewa
Template:       procarlab
Version:        1.0
*/

@import url("../procarlab/style.css");


/*Desktop*/

@media only screen and (min-width: 768px) {

    .logo img
    {
        margin-top: 20px;
        max-width: 70%;

    }


    .payment-image
    {
        width: 85px;
        height: 65px;
    }

}





/*PHONE*/

@media only screen and (max-width: 767px)
{

	
    .responsive #top #header_main #menu-item-shop .cart_dropdown_link {
        line-height: 78px;
	}
	
     .responsive.html_cart_at_menu #top .main_menu .menu>li:last-child {
 	       padding-right: 7px;
  
    }
	
    #menu-item-search {
			margin-top: 3px;
	}

    .responsive .logo img {
        margin-top: 0px;
        max-width: 72%;
    }


    .payment-image
    {
        width: 55px;
        height: 55px;
    }

}



/*Tablet*/

@media only screen and (max-width: 989px) and (min-width: 768px)
{

    .responsive .logo img{

        margin-top: 11px;
        max-width: 81%;

    }

    .responsive .logo{

        float: left;
        margin-left: 10px;

    }



}