/* STYLING FOR TABLETS */


/* HOME STYLES */

.tile {
	width: 25%;
	margin-top: 1px;
}

#tile1,
#tile_big {
	width: 50%;
	padding-right: 6px;
}

#tile2 {
	padding-right: 3px;
	padding-left: 0px;
}

#tile3 {
	padding-left: 3px;
}

#tile4 {
	padding-right: 6px;
}

#tile5 {
	padding-left: 0px;
	padding-right: 6px;
}

#tile6 {
	padding-left: 0px;
	padding-right: 3px;
}

#tile6 img {
	margin-top: -3px;
}

#tile_special {
	padding-left: 3px;
}

#tile_special .svg_container {
	margin-top: -3px;	
}

#tile2 .title,
#tile5 .title,
#tile6 .title {
	padding-left: 4px;
}

/* NO BIG TILES */
#tile_nb_2 {
	padding-right: 3px;
	padding-left: 0px;
}

#tile_nb_3 {
	padding-right: 3px;
	padding-left: 3px;
}

#tile_nb_4 {
	padding-right: 3px;
	padding-left: 3px;
}

#tile_nb_5 {
	padding-left: 3px;
}

#tile_nb_6 {
	padding-right: 3px;
	padding-left: 0px;
}

#tile_nb_7 {
	padding-right: 3px;
	padding-left: 3px;
}

#tile_nb_8 {
	padding-right: 3px;
	padding-left: 3px;
}

#tile_nb_3 .title,
#tile_nb_4 .title,
#tile_nb_5 .title,
#tile_nb_7 .title,
#tile_nb_8 .title {
	padding-left: 4px;
}
/* NO BIG TILES */

#dayspecial {
	width: 49%;
	width: calc(50% - 4px); /* Standard */
	width: -moz-calc(50% - 4px); /* mozilla */
	width: -webkit-calc(50% - 4px); /* WebKit */
	width: -o-calc(50% - 4px); /* Opera */
}

#dayspecial_left_column {
	width: 50%;
	width: calc(50% - 4px); /* Standard */
	width: -moz-calc(50% - 4px); /* mozilla */
	width: -webkit-calc(50% - 4px); /* WebKit */
	width: -o-calc(50% - 4px); /* Opera */
}

#dayspecial_right_column {
	width: 50%;
	width: calc(50% + 4px); /* Standard */
	width: -moz-calc(50% + 4px); /* mozilla */
	width: -webkit-calc(50% + 4px); /* WebKit */
	width: -o-calc(50% + 4px); /* Opera */
}

/*#dayspecial_right_column #image img{
	margin-top: 15px;
	width: 125px;
	height: 125px;
	z-index: -3;
}*/
/* END HOME STYLES */

/* FOOTER STYLES */
#unique_selling_point {
	padding-bottom: 14%;
}

#unique_selling_point #small {
	display: none;
}

#unique_selling_point #big {
	display: inline-block;
}

.no-svg #unique_selling_point .enabled_svg#big {
    display: none;
}

#unique_selling_point .disabled_svg#big {
	display: none;
}

.no-svg #unique_selling_point .disabled_svg#big {
    display: block;
}

#footer_menu {
	float: left;
	width: 50%;
}

#media {
	float: left;
	width: 50%;
	margin-top: 0px;
}

#newsletter {
	border: none;
}

#socialmedia {
	margin-top: 14px;
}

#media_hr {
	display: none;
}

/* END FOOTER STYLES */

/* START CATEGORY STYLES */
#price_filterbox #price_holders {
	width: 95%;
}

#products_listing #product_holder {
	width: 25%;
}

#products_listing #product_holder:nth-of-type(4n+1){
	padding-left: 0px;
}

#category #item img {
    /*left: 5%;*/
   left: -10px;
}
/* END CATEGORY STYLES */

/*START PRODUCT STYLES*/

#product_details_seperator {
	display: none;
}

#single_product #product_details {
	margin-top: 0px;
	float: left;
	width: 300px;
	padding-left: 20px;
}

#single_product #slider1_container {
	float: left;
}

#single_product #anchors {
	top: 320px;
}

#single_product #product_video {
	height: 500px;
}

/*END PRODUCT STYLES*/

/*START CHECKHOUT STEPS*/
.checkout_step .letters {
	display: inline;
}

.checkout_step .number {
	display: none;
}
/*END CHECKHOUT STEPS*/

/*START CART STYLES*/
@media all and (min-width: 768px){
	#cart_headers #cart_price {
	    width: 80px;
	}
	
	#cart_item #item_description {
		width: 260px;	
	}
	
	#cartform .hr {
		display: block;
	}
	
	#cart_item #actionbar {
		background: none repeat scroll 0% 0% #FFF;
		float: right;
		position: relative;
		height: 25px;
		margin-top: 15px;
		margin-left: 16px;
		width: 300px;
		clear: none;
		padding: 0px;
	}
	
	#actionbar .action.add {
		margin-left: 8px;
	}
	
	#actionbar .action.remove {
		margin-left: 8px;
	}
	
	#cart_item #actionbar #item_delete{
		display: none;
	}
	
	#cart_item #actionbar #delete_tablet{
		display: block;
		margin-left: 8px;
		padding-top: 0px;
	}
	
	#cart_totals #total {
		width: 80px;
	}
	
	#cart_totals{
		width: 48%;
		float: right;
		/*font-size: 15px;*/
		font-size: 1.5rem;
	}
	
	#coupon_messages {
		clear: none;
	}
	
	#button_checkout {
		display: none;
	}
	
	#button_holder {
		width: 48%;
		float: left;
		margin-bottom: 20px;
	}
	
	#button_checkout_tablet {
		display: block;
		float: right;
		width: 48%;
		
	}
	
	#button_checkout_tablet a{
		text-decoration: none;
	}
	#button_checkout_tablet #action_button{
		margin-top: 0px;
	}
	
	#coupon_messages {
    	margin: 15px 0px;
    }
    
    #cart #action_button {
    	margin: 0px;
    	margin-bottom: 20px;
    }
    
    #cart_headers {
    	display: block;
    }
}
/*END CART STYLES*/

/* START ACCOUNT STYLES */
#account_menu {
	width: 50%;
}

#account_button {
	width: 50%;
}

.content #buttons_right, 
.content #buttons_left {
	/*width: 95%;*/
}

@media all and (min-width: 768px){
	#account .content {
		float: left;
		width: 60%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	#account #leftcolumn {
		display: block;
		float: left;
		width: 40%;
		padding-right: 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	#account #normal_button {
		display:none;
	}
}

/* END ACCOUNT STYLES */

/* START LOGIN STYLES */

#loginpanel {
	float: left;
	width: 50%;
	padding-right: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
}

#registerpanel {
	float: left;
	width: 50%;
	padding-left: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#loginpanel form,
#registerpanel form {
	width: auto;
}

#registerpanel #buttons_right {
    padding-top: 26px;
}

#registerpanel #information {
	height: 117px;
}

#loginpanel #information {
	height: 63px;	
}

/* END LOGIN STYLES */

/* START MANUFACTURERS */
#manufacturer_list ul {
    float: left;
    width: 25%;
}
/* END MANUFACTURERS */

/* RECOMMENDED PRODUCTS */
#recommended_product #title {
	float: left;
	margin-left: 0px;
}
#recommended_product #image {
	position: static;
	float: left;
	width: 120px; 
	height: 110px;
}
#recommended_product #image img {
	width: 100px;
	height: 100px;
}
#recommended_product #options_holder {
	width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    margin-left: 0px;
    float: left;
}
.recommend_short {
	display: none;
}
.recommend_long {
	display: inline;
}