@media (min-width: 1024px){
    nav.navbar .navbar-brand img.logo {
        width: 196px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 1024px){ 
	.product-wizard .pw-section__options #pw-section__options__tab li.nav-item .nav-link {
    	font-size: 14px;
    	padding: 7px 7px;
    	line-height: 20px !important;
    	text-align: center;
    }

    .product-wizard .product-wizard-container .pw-section__result .pw-section__canvas .pw-section__canvas__title {
    	font-size: 26px;
    }

    .product-wizard .pw-section__result .pw-section__canvas .pw-section__canvas__product {
		width: 360px !important;
	    height: 240px !important;
  	}
}	

@media only screen and (max-width: 800px) {
	.product-wizard .pw-section__options #pw-section__colors__tab .nav-item {
		width: 33%;
	}

	.product-wizard .pw-section__result .pw-section__canvas .pw-section__canvas__product {
		width: 300px !important;
    	height: 210px !important;
  	}
}

@media only screen and (max-width: 640px){
    .tinv-wishlist .product-thumbnail img {
        margin: 0 auto;
         max-width: 100%!important;
    }
}
