/* max-640px.css */

/* -----------------------------*\
	HEADER
\*=====================*/
.app-bar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
        
	width: 100%;
	height: 60px;

	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;

	position: fixed;

	top: 0;
	left: 0;

	background-color: rgba(17, 17, 17, 0.8);

}

.app-bar.open {
	-webkit-transform: translate(250px,0);
	transform: translate(250px,0);
}

.app-bar .logo {
	-ms-flex: 1 1;
	-webkit-flex: 1 1;
	flex: 1 1;
        
	font-size: 20px;
	line-height: 60px;
        
	margin: 0 16px;
        
	color: #fefefe;

	float: none;
	max-width: none;
}

.app-bar .logo a {
	text-decoration: none;
	color: inherit;
	font-weight: normal;
}

.app-bar-actions  {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
        
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.app-bar button, .app-bar a.btn {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	height: 44px;
        
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;

	background-image: none;
	background-color: transparent;
        
	padding: 4px;
	margin: 8px 8px 8px 0px;

	box-sizing: border-box;

	font-size: 24px;
	font-weight: inherit;
	line-height: 32px;
	color: rgb(254, 254, 254);

	border-style: solid;
	border-radius: 4px;
	border-width: 2px;
	border-color: rgba(254, 254, 254, 0.5);

	-webkit-transition: border 300ms ease-in,background 300ms ease-in;
	transition: border 300ms ease-in,background 300ms ease-in;

	-webkit-tap-highlight-color: transparent;
}

.app-bar button:hover, .app-bar a.btn:hover {
	border-color: transparent;
background-color: rgba(254, 254, 254, 0.2);
}

.app-bar button:focus, .app-bar a.btn:focus {
	border-color: transparent;
	outline: 0;
	background-color: rgba(254, 254, 254, 0.2);
}

.app-bar button:active, .app-bar a.btn:active {
	border-color: transparent;
	background-color: rgba(254, 254, 254, 0.4);
}

.app-bar button img, .app-bar a.btn img {
	width: 32px;
	height: 32px;
}

.search {
	display: none;
        
	width: 400px;
	height: 60px;
        
	padding: 16px;
	margin: 0 8px 0 0;
        
	box-sizing: border-box;
        
	border: none;
}


.navdrawer-container {
	position: fixed;
        
	top: 60px;
	left: 0;

	width: 100%;
	height: 0;

	color: #fefefe;

	background-color: rgba(17, 17, 17, 0.8);

	overflow: auto;

	z-index:1;
        
	-webkit-transition: height 0.4s ease-out, background-color 0.4s ease-out;
	transition: height 0.4s ease-out, background-color 0.4s ease-out;
}

.navdrawer-container.open {
	height: auto;
}

.navdrawer-container ul {
	width: 100%;
	height: auto;

	padding: 0;
	margin: 0;

	list-style-type: none;

	z-index: 2;
}

.navdrawer-container ul li a {
	display: block;
        
	height: 60px;
        
	padding: 0 20px;
        
	line-height: 60px;
        
	text-decoration: none;
	color: white;
}

.navdrawer-container ul li {
	border-bottom-style: solid;
	border-width: 1px;
	border-color: white;
}

.navdrawer-container ul li a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.navdrawer-container ul li a:focus {
	background-color: rgba(255, 255, 255, 0.3);
	outline: 0;
}

.navdrawer-container ul li a:active {
	background-color: rgba(255, 255, 255, 0.4);
}

 
.promote-layer {
        /*
        This may promote the layer to a composited
        layer.

        Replace with will-change when available

        #perfmatters
        */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.free_shipping_ad_img_td{ display:none; }

@media (min-width: 1px) and (max-width: 499px) 
{
	body {
		font-size: 18px;
	}
	/* ==========================================================================
	   Header
	   ========================================================================== */

	.main_body{
		width:100%;
		margin:60px auto 80px auto;
	}
	.header_main{
		background-color: #C0C0C0;
		width:100%;
		height:60px;
		padding:2px;
		position:fixed;
		top:0px;
		left:0px;
		z-index:2;
	}	
	.small_full_width{
		display:table;
		width:100%;
		height:60px;
		color:#fff;
		padding:3px;
	}
	.head_logo{
		display:table-cell;
	}
	.head_logo img{
		height:40px;
	}
	.head_categories_link{
		display:table-cell;
	}
	.head_categories_link img{
		height:40px;
	}
	.head_deals{
		display:table-cell;
		border-right:1px solid #fff;
		border-left:1px solid #fff;
	}
	.head_deals a{
		color:#fff;
	}
	.head_request{
		display:none;
		border-right:1px solid #fff;
		border-left:1px solid #fff;
	}
	.head_request a{
		color:#fff;
	}
	.head_menu_link{
		display:none;
	}
	.head_menu_link img{
		height:40px;
	}
	.head_menu_link_small{
		display:table-cell;
	}
	.head_menu_link_small img{
		height:30px;
	}
	.head_menu_link_search{
		display:none;
	}
	.head_menu_link_search img{
		height:30px;
	}
	.head_cart{
		display:table-cell;
	}
	.head_cart img{
		height:30px;
	}
	.head_search{
		display:table-cell;
	}
	.head_search img{
		height:40px;
	}
	.cart_items{
		background-color:blue;
		position: absolute;
		padding:2px;
		z-index:1;
		width:4%;
		bottom:39px;
		left:55%;
		color:#fff;
		font-size:10px;
		text-align:center;
		margin: 0 auto;	
		border:1px solid blue;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		behavior: url(border-radius.htc);
		
	}
	.head_search_table{
		display:table-cell;
		width:50%;
	}
	.head_search{
		display:table-cell;
		padding-top:5px;
	}
	.head_search_form{
		display:table;
	}
	.head_search_text{
		display:table-cell;
		color:#000;
		font-size:16px;		
		height:20px;
		width:100%;
		padding:0px 5px 0px 5px;
	}
	.head_search_button{
		display:table-cell;
		background:#000;
		height:20px;
		width:20px;
		float:left;
		padding:2px;
	}
	.suggestions{
		position:absolute;
		z-index:11;
		display:none;
		background-color:#E2E0E0;
		width:230px;
		height:150px;
		overflow:auto;
		top:60px;
		border:1px solid #c0c0c0;
		padding:3px;
		text-align:left;
	}
	.head_left_box{
		display:none;
	}
	.select_cat_top{
		display:none;
	}
	.big_full_width{
		display:none;
	}
	.head_left_cart_box{ display:none; }
	.free_shipping_ad{ font-size:14px; }
	.free_shipping_ad_text{ font-size:12px; }

	/* ==========================================================================
		SEARCH AND CATEGORY PAGES
	   =========================================================================== */
	.slect_cat_dropdown_box{
		background-color: #c0c0c0;
		width:96%;
		text-align:center;
		padding: 10px;
		margin-bottom: 10px;
		margin-left: 5px;
		margin-top:80px;
		border: 1px solid #c0c0c0;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
		box-shadow: 3px 3px 8px 3px #000;
	}
	.slect_cat_dropdown{
		background-color: #fff;
		color: #000;
		font-size: 20px;
		height: 40px;
		border: 3px outset #800000;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
	}
	.pages_no_numbers{
		display:inline-block;
		width:100%;
	}
	.pages_with_numbers{
		display:none;
	}
	.first_last_next{
		display:inline-block;
		padding:5px;
	}
	.first_last_next a{
		color:#800000;
		font-size:24px;
		padding-left:10px;
		padding-right:10px;
		border: 1px solid #800000;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
	}
	.page_numbers{
		display:inline-block;
		height:50px;
		padding:5px;
		vertical-align:middle;
	}
	.page_numbers a{
		color:#800000;
		font-size:20px;
	}
	.jump_to{
		display:inline-block;
		vertical-align:middle;
	}
	.jump_to_text{
		display:none;
	}
	.jump_to_box{
		padding:5px;
		margin-bottom:5px;
	}
	.jump_to_select{
		padding:5px;
		color:#800000;
		border: 1px solid #800000;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
	}
	.ad_box_outer{
		width:100%;
		text-align:center;
		margin-top:20px;
		margin-bottom:30px;
	}
	.ad_box{
		display:inline-block;
		background:#fff;
		width:90%;
		height:200px;
		padding:5px 10px 10px 10px;
		border:2px solid #565660;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
		box-shadow:0 0 30px #000;
	}
	.ad_box_text_div{
		display:inline-block;
		width:100%;
		font-size:16px;
		text-align:left;
		font-weight:bold;
		color:#800000;
	}
	.ad_box_text{
		display:none;
	}
	.ad_box_ads{
		display:inline-block;
		width:100%;
		height:150px;
		margin:0 auto;
		background:#fff;
		overflow: auto;
		overflow-y: hidden;
		vertical-align:bottom;
		white-space:nowrap;
	}
		
	/* ==========================================================================
	   view Decal
	   ========================================================================== */
	.view_decal_title_box{
		width:100%;
		color:#800000;
		font-size:18px;
		padding:5px;
		border:1px solid #c0c0c0;
	}
	.view_decal_top_left{
		display:inline-block;
		text-align:center;
		vertical-align: text-top;
		width:100%;
		border:1px solid #c0c0c0;
		padding:5px;
	}
	.view_decal_images_left_div{
		display:inline-block;
		vertical-align: text-top;
		width:55%;
	}
	.view_decal_black_image_clear_div{
		display:none;
		/*background-repeat:repeat;
		background-image: url("https://raddezigns.com/images/180x180_clear.png");
		width:55%;
		height:auto%;
		position:absolute;
		z-index:1;*/
	}
	.view_decal_black_image_box{
		text-align:center;
		width:100%;
	}
	.view_decal_black_image_text{
		text-align:center;
		width:100%;
	}
	.view_decal_black_image{
	}
	.view_decal_images_mirrored{
		text-align:center;
		width:100%;
		color:red;
		font-weight:bold;
	}
	.view_decal_extras_image_box{
		text-align:center;
		width:100%;
	}
	.view_decal_extras_image_text{	
		text-align:center;
		width:100%;
	}
	.view_decal_extras_image{
	}
	.view_decal_options_right{
		display:inline-block;
		vertical-align: text-top;
		text-align:left;
		width:40%;
		padding-left:5%;
		height:100%;
	}
	.view_decal_options_table{
		display:inline-block;
		height:100%;
		padding:5px;
	}
	.view_decal_options_table_td{
		height: 20%;
		padding-top:10px;
	}
	.view_decal_options_text{
		color:#800000;
	}
	.view_decal_options_select{
		background-color:#c0c0c0;
		border:1px solid #000;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		behavior: url(border-radius.htc);
		
	}
	.view_decal_cm{
		font-size:16px;
		color:#000;
	}
	.view_decal_price_ea{
		color:red;
	}
	.view_decal_price_ea_sale{
		color:#000;
		text-decoration: line-through;
	}
	.totalpriceb{ display:none; }
	.totalprices{ display:inline-block; font-size:18px; }
	.itemnumberb{ display:none; }
	.itemnumbers{ display:inline-block; }
	.addcartc{ display:none; }
	.addcarts
	{
		width:120px;
		background:#061DCC;
		padding:5px;
		border:2px solid #041384;
		cursor:pointer;
		text-align:center;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
		box-shadow: 3px 3px 8px 3px #AEAAAA;
	}
	.addcartimage
	{
		height:15px;
		width:auto;
	}
	.addcarttext
	{
		color:#fff;
		font-size:16px;
	}
	.view_decal_add_text_box_small_big{
		display:none;
	}
	.view_decal_add_text_box_small{
		display:inline-block;
		width:100%;
		border: 1px solid #c0c0c0;
		padding:3px;
	}
	.view_decal_add_text_box{
		border: 1px solid #c0c0c0;
		padding:3px;
	}
	.view_decal_add_your_text{
		font-size:16px;
		color:#800000;
	}
	.view_decal_add_text_line{
		font-size:14px;
		color:#000;
	}
	.view_decal_add_text_input{
		width:100%;
		font-size:14px;
		padding:1px;
	}
	.view_decal_desc{
		border:1px solid #c0c0c0;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
	}
	.view_decal_likes_head{
		color: #800000;
		font-size: 18px;
	}
	.view_decal_extra_text{
		margin:3px;
		padding:3px;
		text-align:left;
		border:1px solid #c0c0c0;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
	}
	.view_decal_extra_text a{
		text-decoration:underline;
		color:#800000;
	}
	.view_decal_extra_text_head{
		background-color:#c0c0c0;
		color:#800000;
		font-weight:bold;
		padding:3px;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
	}
	.view_decal_add_cart_main_div{
		background-color:#fff;
		width:100%;
		padding:3px;
		text-align:center;
	}
	.view_decal_add_cart_items_table{
		width:100%;
		font-size:10px;
	}
	.view_decal_add_cart_items_row_even{
		background-color:#fff;
	}
	.view_decal_add_cart_items_row_odd{
		background-color:#eee;
	}
	.view_decal_add_cart_items_td{
		border-right:1px solid #c0c0c0;
		border-bottom:1px solid #c0c0c0;
		padding:3px;
	}
	.view_decal_add_cart_shipping_text_free{
		font-size:12px;
		width:100%;
		color:green;
		text-align:center;
	}
	.view_decal_add_cart_shipping_text_not_free{
		font-size:12px;
		background-color:yellow;
		width:100%;
		color:red;
		text-align:center;
		padding:3px;
	}
	.view_decal_add_cart_shipping_free{
		width:100%;
		color:green;
		font-size:12px;
	}
	.view_decal_add_cart_shipping_not_free{
		width:100%;
		color:black;
		font-size:10px;
	}
	.view_decal_add_cart_add_for_discount{
		background-color:yellow;
		width:100%;
		font-size:12px;
		color:red;
		text-align:center;
		padding:3px;
	}
	.view_decal_add_cart_max_discount{
		width:100%;
		font-size:12px;
		color:green;
		text-align:center;
	}
	.view_decal_add_cart_max_discount_total{
		font-size:12px;
		color:green;
	}
	.view_decal_add_cart_max_discount_none{
		color:red;
	}
	.view_decal_add_cart_need_and_total_row{
	}
	.view_decal_add_cart_need_main_td{
	}
	.view_decal_add_cart_need_main_table{
		width:100%;
		text-align:center;
		font-size:10px;
	}
	.view_decal_add_cart_main_totals_text_td{
	}
	.view_decal_add_cart_totals_text_td{
		padding-right:5px;
		font-size:10px;
		text-align:right;
		border-right: 1px solid #c0c0c0;
	}
	.view_decal_add_cart_main_totals_td{
	}
	.view_decal_add_cart_totals_td{
		padding-left:5px;
		text-align:right;
	}
	.view_decal_add_cart_keep_shopping_wrapper{
		width:50%;
		text-align:right;
		float:right;
		padding:10px;
	}
	.view_decal_add_cart_keep_shopping{
		float:left;
		width:120px;
		background:#061DCC;
		padding:5px;
		border:2px solid #041384;
		cursor:pointer;
		color:#fff;
		font-size:14px;
		text-align:center;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
		box-shadow: 3px 3px 8px 3px #AEAAAA;
	}
	.view_decal_add_cart_keep_go_to_cart_wrapper{
		width:50%;
		text-align:left;
		float:left;
		padding:10px;
	}
	.view_decal_add_cart_go_to_cart{
		float:right;
		width:120px;
		background:#061DCC;
		padding:5px;
		border:2px solid #041384;
		cursor:pointer;
		color:#fff;
		font-size:14px;
		text-align:center;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
		box-shadow: 3px 3px 8px 3px #AEAAAA;
	}
	/* ==========================================================================
	   footer
	   ========================================================================== */
	.top_sellers{ display:none; }
	.rand_sale_side{ display:none; }
	.right_side{ display:none; }
	.last_viewed_bottom{
		background-color: #E2E0E0;
		width:100%;
		padding:2px;
		position:fixed;
		bottom:0px;
		left:0px;
		z-index:2;
	}
	.last_viewed_box{
		float:left;
		width:80%;
		height:75px;
		margin:0 auto;
		background:#E2E0E0;
		overflow:auto;
		white-space:nowrap;
	}
	.last_viewed_bottom_head{
		color:#800000;
		font-size:18px;	
		float:left;
		padding-right:5px;
	}
	.last_viewed_bottom_items{
		padding:2px;
	}


	
	.itemPopupImagesBox	{
		width:50%;
		margin-right:auto;
		margin-left:auto;
		text-align:center;
		float:left;
	}
	.itemPopupOptions {
		width:50%;
		float:left;
		padding-left:5px;
	}
	.font_select {
		margin: auto;
		top:0;
		left:0;
		bottom:0;
		right:0;
	}
	
	h1 {
		color: #800000;
		font-size: 20px;
	}
	h2 {
		color: #800000;
		font-size: 20px;
	}

	.desc:before {
		content: "This browser window is smaller than 400px wide.";
	}

}
@media (min-width: 500px) and (max-width: 639px) 
{
	body {
		font-size: 18px;
	}
	/* ==========================================================================
	   Header
	   ========================================================================== */

	.main_body{
		width:100%;
		margin:60px auto 80px auto;
	}
	.header_main{
		background-color: #C0C0C0;
		width:100%;
		height:60px;
		padding:2px;
		position:fixed;
		top:0px;
		left:0px;
		z-index:2;
	}	
	.small_full_width{
		display:table;
		width:100%;
		height:60px;
		color:#fff;
		padding:3px;
	}
	.head_logo{
		display:table-cell;
	}
	.head_logo img{
		height:40px;
	}
	.head_categories_link{
		display:table-cell;
	}
	.head_categories_link img{
		height:40px;
	}
	.head_deals{
		display:table-cell;
	}
	.head_deals a{
		color:#fff;
	}
	.head_request{
		display:table-cell;
		border-right:1px solid #fff;
		border-left:1px solid #fff;
	}
	.head_request a{
		color:#fff;
	}
	.head_menu_link{
		display:table-cell;
	}
	.head_menu_link img{
		height:40px;
	}
	.head_menu_link_small{
		display:none;
	}
	.head_menu_link_small img{
		height:20px;
	}
	.head_menu_link_search{
		display:none;
	}
	.head_menu_link_search img{
		height:30px;
	}
	.head_cart{
		display:table-cell;
	}
	.head_cart img{
		height:30px;
	}
	.head_search{
		display:table-cell;
	}
	.head_search img{
		height:30px;
	}
	.cart_items{
		background-color:blue;
		position: absolute;
		padding:2px;
		z-index:1;
		width:3%;
		bottom:39px;
		left:90%;
		color:#fff;
		font-size:10px;
		text-align:center;
		margin: 0 auto;	
		border:1px solid blue;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		behavior: url(border-radius.htc);
	}
	.head_search_table{
		display:table-cell;
		width:50%;
	}
	.head_search{
		display:table-cell;
		padding-top:5px;
	}
	.head_search_form{
		display:table;
	}
	.head_search_text{
		display:table-cell;
		color:#000;
		font-size:16px;		
		height:20px;
		width:100%;
		padding:0px 5px 0px 5px;
	}
	.head_search_button{
		display:table-cell;
		background:#000;
		height:20px;
		width:20px;
		float:left;
		padding:2px;
	}
	.suggestions{
		position:absolute;
		z-index:11;
		display:none;
		background-color:#E2E0E0;
		width:230px;
		height:150px;
		overflow:auto;
		top:60px;
		border:1px solid #c0c0c0;
		padding:3px;
		text-align:left;
	}
	.head_left_box{
		display:none;
	}
	.select_cat_top{
		display:none;
	}
	.big_full_width{
		display:none;
	}
	.head_left_cart_box{ display:none; }	

	/* ==========================================================================
		SEARCH AND CATEGORY PAGES
	   =========================================================================== */
	.slect_cat_dropdown_box{
		background-color: #c0c0c0;
		width:96%;
		text-align:center;
		padding: 10px;
		margin-bottom: 10px;
		margin-left: 5px;
		margin-top:80px;
		border: 1px solid #c0c0c0;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
		box-shadow: 3px 3px 8px 3px #000;
	}
	.slect_cat_dropdown{
		background-color: #fff;
		color: #000;
		font-size: 20px;
		height: 40px;
		border: 3px outset #800000;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
	}
	.pages_no_numbers{
		display:inline-block;
		width:100%;
	}
	.pages_with_numbers{
		display:none;
	}
	.first_last_next{
		display:inline-block;
		padding:5px;
	}
	.first_last_next a{
		color:#800000;
		font-size:24px;
		padding-left:10px;
		padding-right:10px;
		border: 1px solid #800000;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
	}
	.page_numbers{
		display:inline-block;
		height:50px;
		padding:5px;
		vertical-align:middle;
	}
	.page_numbers a{
		color:#800000;
		font-size:20px;
	}
	.jump_to{
		display:inline-block;
		vertical-align:middle;
	}
	.jump_to_text{
		display:none;
	}
	.jump_to_box{
		padding:5px;
		margin-bottom:5px;
	}
	.jump_to_select{
		padding:5px;
		color:#800000;
		border: 1px solid #800000;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
	}
	.ad_box_outer{
		width:100%;
		text-align:center;
		margin-top:20px;
		margin-bottom:30px;
	}
	.ad_box{
		display:inline-block;
		background:#fff;
		width:90%;
		height:200px;
		padding:5px 10px 10px 10px;
		border:2px solid #565660;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
		box-shadow:0 0 30px #000;
	}
	.ad_box_text_div{
		display:inline-block;
		width:100%;
		font-size:20px;
		text-align:left;
		font-weight:bold;
		color:#800000;
	}
	.ad_box_ads{
		display:inline-block;
		width:100%;
		height:150px;
		margin:0 auto;
		background:#fff;
		overflow: auto;
		overflow-y: hidden;
		vertical-align:bottom;
		white-space:nowrap;
	}
		
	/* ==========================================================================
	   view Decal
	   ========================================================================== */
	.view_decal_title_box{
		width:100%;
		color:#800000;
		font-size:18px;
		padding:5px;
		border:1px solid #c0c0c0;
	}
	.view_decal_top_left{
		display:inline-block;
		text-align:center;
		vertical-align: text-top;
		width:100%;
		border:1px solid #c0c0c0;
		padding:5px;
	}
	.view_decal_images_left_div{
		display:inline-block;
		vertical-align: text-top;
		width:55%;
	}
	.view_decal_black_image_clear_div{
		display:none;
		/*background-repeat:repeat;
		background-image: url("https://raddezigns.com/images/180x180_clear.png");
		width:55%;
		height:auto%;
		position:absolute;
		z-index:1;*/
	}
	.view_decal_black_image_box{
		text-align:center;
		width:100%;
	}
	.view_decal_black_image_text{
		text-align:center;
		width:100%;
	}
	.view_decal_black_image{
	}
	.view_decal_images_mirrored{
		text-align:center;
		width:100%;
		color:red;
		font-weight:bold;
	}
	.view_decal_extras_image_box{
		text-align:center;
		width:100%;
	}
	.view_decal_extras_image_text{	
		text-align:center;
		width:100%;
	}
	.view_decal_extras_image{
	}
	.view_decal_options_right{
		display:inline-block;
		vertical-align: text-top;
		text-align:left;
		width:40%;
		padding-left:5%;
		height:100%;
	}
	.view_decal_options_table{
		display:inline-block;
		height:100%;
		padding:5px;
	}
	.view_decal_options_table_td{
		height: 20%;
		padding-top:10px;
	}
	.view_decal_options_text{
		color:#800000;
	}
	.view_decal_options_select{
		background-color:#c0c0c0;
		border:1px solid #000;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		behavior: url(border-radius.htc);
		
	}
	.view_decal_cm{
		font-size:16px;
		color:#000;
	}
	.view_decal_price_ea{
		color:red;
	}
	.view_decal_price_ea_sale{
		color:#000;
		text-decoration: line-through;
	}
	.totalpriceb{ display:none; }
	.totalprices{ display:inline-block; font-size:18px; }
	.itemnumberb{ display:none; }
	.itemnumbers{ display:inline-block; }
	.addcartc{ display:none; }
	.addcarts
	{
		width:120px;
		background:#061DCC;
		padding:5px;
		border:2px solid #041384;
		cursor:pointer;
		text-align:center;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
		box-shadow: 3px 3px 8px 3px #AEAAAA;
	}
	.addcartimage
	{
		height:15px;
		width:auto;
	}
	.addcarttext
	{
		color:#fff;
		font-size:16px;
	}
	.view_decal_add_text_box_small_big{
		display:none;
	}
	.view_decal_add_text_box_small{
		display:inline-block;
		width:100%;
		border: 1px solid #c0c0c0;
		padding:3px;
	}
	.view_decal_add_text_box{
		border: 1px solid #c0c0c0;
		padding:3px;
	}
	.view_decal_add_your_text{
		font-size:16px;
		color:#800000;
	}
	.view_decal_add_text_line{
		font-size:14px;
		color:#000;
	}
	.view_decal_add_text_input{
		width:100%;
		font-size:14px;
		padding:1px;
	}
	.view_decal_desc{
		border:1px solid #c0c0c0;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
	}
	.view_decal_likes_head{
		color: #800000;
		font-size: 18px;
	}
	.view_decal_extra_text{
		margin:3px;
		padding:3px;
		text-align:left;
		border:1px solid #c0c0c0;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
	}
	.view_decal_extra_text a{
		text-decoration:underline;
		color:#800000;
	}
	.view_decal_extra_text_head{
		background-color:#c0c0c0;
		color:#800000;
		font-weight:bold;
		padding:3px;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
	}
	.view_decal_add_cart_main_div{
		background-color:#fff;
		width:100%;
		padding:3px;
		text-align:center;
	}
	.view_decal_add_cart_items_table{
		width:100%;
		font-size:16px;
	}
	.view_decal_add_cart_items_row_even{
		background-color:#fff;
	}
	.view_decal_add_cart_items_row_odd{
		background-color:#eee;
	}
	.view_decal_add_cart_items_td{
		border-right:1px solid #c0c0c0;
		border-bottom:1px solid #c0c0c0;
		padding:3px;
	}
	.view_decal_add_cart_shipping_text_free{
		font-size:18px;
		width:100%;
		color:green;
		text-align:center;
	}
	.view_decal_add_cart_shipping_text_not_free{
		font-size:18px;
		background-color:yellow;
		width:100%;
		color:red;
		text-align:center;
		padding:3px;
	}
	.view_decal_add_cart_shipping_free{
		width:100%;
		color:green;
		font-size:18px;
	}
	.view_decal_add_cart_shipping_not_free{
		width:100%;
		color:black;
		font-size:16px;
	}
	.view_decal_add_cart_add_for_discount{
		background-color:yellow;
		width:100%;
		font-size:18px;
		color:red;
		text-align:center;
		padding:3px;
	}
	.view_decal_add_cart_max_discount{
		width:100%;
		font-size:18px;
		color:green;
		text-align:center;
	}
	.view_decal_add_cart_max_discount_total{
		font-size:18px;
		color:green;
	}
	.view_decal_add_cart_max_discount_none{
		color:red;
	}
	.view_decal_add_cart_need_and_total_row{
	}
	.view_decal_add_cart_need_main_td{
	}
	.view_decal_add_cart_need_main_table{
		width:100%;
		text-align:center;
		font-size:10px;
	}
	.view_decal_add_cart_main_totals_text_td{
	}
	.view_decal_add_cart_totals_text_td{
		padding-right:5px;
		font-size:16px;
		text-align:right;
		border-right: 1px solid #c0c0c0;
	}
	.view_decal_add_cart_main_totals_td{
	}
	.view_decal_add_cart_totals_td{
		padding-left:5px;
		text-align:right;
	}
	.view_decal_add_cart_keep_shopping_wrapper{
		width:50%;
		text-align:right;
		float:right;
		padding:10px;
	}
	.view_decal_add_cart_keep_shopping{
		float:left;
		width:170px;
		background:#061DCC;
		padding:5px;
		border:2px solid #041384;
		cursor:pointer;
		color:#fff;
		font-size:20px;
		text-align:center;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
		box-shadow: 3px 3px 8px 3px #AEAAAA;
	}
	.view_decal_add_cart_keep_go_to_cart_wrapper{
		width:50%;
		text-align:left;
		float:left;
		padding:10px;
	}
	.view_decal_add_cart_go_to_cart{
		float:right;
		width:170px;
		background:#061DCC;
		padding:5px;
		border:2px solid #041384;
		cursor:pointer;
		color:#fff;
		font-size:20px;
		text-align:center;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(border-radius.htc);
		box-shadow: 3px 3px 8px 3px #AEAAAA;
	}
	.fontselectpopup{
		position: fixed;
		top:5%;
		left:0px;
		right:auto;
		z-index: 902;
		height: 90%;
		width: 200px;
		background-image: url("https://raddezigns.com/images/black_shade.png");
		display: none;
		padding: 12px;
	}

	/* ==========================================================================
	   footer
	   ========================================================================== */
	.top_sellers{ display:none; }
	.rand_sale_side{ display:none; }
	.right_side{ display:none; }
	.last_viewed_bottom{
		background-color: #E2E0E0;
		width:100%;
		padding:2px;
		position:fixed;
		bottom:0px;
		left:0px;
		z-index:2;
	}
	.last_viewed_box{
		float:left;
		width:85%;
		height:75px;
		margin:0 auto;
		background:#E2E0E0;
		overflow:auto;
		white-space:nowrap;
	}
	.last_viewed_bottom_head{
		color:#800000;
		font-size:18px;	
		float:left;
		padding-right:5px;
	}
	.last_viewed_bottom_items{
		padding:2px;
	}
	

	.itemPopupImagesBox	{
		width:100%;
		margin-right:auto;
		margin-left:auto;
		text-align:center;
	}
	.itemPopupImagesBlack {
		width:50%;
		float:left;
		margin-right:auto;
		margin-left:auto;
		text-align:center;
	}
	.itemPopupImagesWindow {
		width:50%;
		float:left;
		margin-right:auto;
		margin-left:auto;
		text-align:center;
	}
	.itemPopupOptions {
		width:100%;
	}
	h1 {
		color: #800000;
		font-size: 30px;
	}
	h2 {
		color: #800000;
		font-size: 20px;
	}

	.desc:before {
		content: "This browser window is between 400px and 639px wide.";
	}
}