
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (max-width : 480px) {

    /* CATALOGUE */
    .catalogue-top-categories {
		flex-wrap:wrap;
	}

	.catalogue-category {
		margin-top:30px;
		width:100%;
	}

	.catalogue-space-between {
		display:none;
	}

	#catalogue-categories-outer {
		padding-bottom:0px;
	}

	/* CONTACT FORM */

	.contact-form-outer input {
	    width: 100%;
	}

	.sand-button {
	    margin-top: 30px;
	    width:100%;
	}

}

@media only screen 
and (max-width : 1150px) {

    ul#menu-huvudmeny-2 li {
        margin-right:20px;
    }

}

@media only screen 
and (max-width : 1050px) {

    ul#menu-huvudmeny-2 li a {
        font-size:14px;
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (max-width : 1024px) {
    .stt-club-inner {
        flex-direction: column-reverse;
    }

    .stt-club-header-left {
        padding: 20px 0px 20px 0px;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (max-width : 960px) {

    .stt-product-link-wrapper,
    .stt-customers-logo-wrap-link {
    	width:33%;
    }

    /* CHECKOUT */
	.stt-shipping-methods-wrapper {
    	display:block;
    }

    .stt-payment-method-section {
    	display:block !important;;
    }

    .stt-tagline {
        font-size:50px;
        line-height: 60px;
    }
    
    .stt-big-contact-wrap {
        padding: 50px 60px 50px 60px;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (max-width : 780px) {

    .stt-product-link-wrapper,
    .stt-customers-logo-wrap-link {
    	width:50%;
    }
    
    /* CHECKOUT */
	.stt-shipping-methods-wrapper {
    	display:block;
    }

    .wc_payment_methods {
    	display:block !important;;
    }

    /* FRONTPAGE */
    .stt-big-contact-wrap {
        width:100%;
        padding: 40px 50px 40px 50px;
    }

    .stt-big-contact-phone {
        font-size:26px;
    }

    .stt-tagline {
        font-size:35px;
        line-height: 45px;
    }

    /* Bundled Products */
    .bundled_product_summary .details {
        width:initial !important;
    }

    .bundled_product_summary .bundled_product_images{
        margin-left: initial !important;
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (max-width : 530px) {

    .stt-product-link-wrapper,
    .stt-customers-logo-wrap-link {
    	width:100%;
    }

    /* CHECKOUT */
	.stt-shipping-methods-wrapper {
    	display:block;
    }

    .wc_payment_methods {
    	display:block !important;
    }

    /* FRONTPAGE */
    .stt-tagline {
        font-size:30px;
    }
    
}