body{
	margin: 0px;
	padding-bottom: 150px;
}

body *{
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  	border-color: rgba(126, 239, 104, 0.8);
  	box-shadow: 0 1px 1px rgba(168, 92, 92, 0.075) inset, 0 0 8px rgba(124, 24, 24, 0.6);
  	outline: 0 none;
}

.transition_dot2{
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
}

.transition_dot5{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}

.growme{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}

.growme:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

/* JQUERY UI */

.ui-effects-transfer{
	z-index: 1000;
	border: dashed 2px #222222;
	border-radius: 50%;
}

.romtec_button{
	border: 0px;
	border-radius: 0px;
	background: #c33237;
	color: white;
	font-weight: 700;
	font-size: 18px;
	text-shadow: #902226 0px -1px 0px;
	height: 40px;
	line-height: 30px;
	padding: 0px;
	border-bottom: 0px;
	padding-left: 16px;
	padding-right: 16px;
	box-shadow: none;
	font-style: italic;
}

.romtec_button:hover, .romtec_button.active{
	background: #9c282c;
	color: white;
	text-shadow: #7e1e21 0px -1px 0px;
}

.breadcrumb{
	background-color: transparent;
	padding: 4px 0px;
	border-bottom: solid 1px #c33237;
	border-radius: 0px;
	padding-top: 0px;
	margin-top: -15px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}

.breadcrumb .link{
	font-size: 16px;
	font-weight: 700;
	color: #666666;
}

.breadcrumb .link a{
	color: #c33237;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.nopaddign_left{
	padding-left: 0 !important;
}

/*custom */

body{
	background-color: #e9e9e9;
	padding-top: 128px;
}

body.home{
	background-color: #c33237;
}

.navbar-fixed-top{
	position: fixed !important;
	top: 0px;
	left: 0px;
}

.navbar{
	height: 128px;
	border-bottom: solid 1px #c33237;
	background: white;
	box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.52);
	position: relative;
	z-index: 50;
	margin-bottom: 0px;
}

.main_nav_bar{
	margin-right: 0px;
}

.main_nav{
	background-color: #ebebeb;
	border-bottom: solid 1px #CCCCCC;
	border-radius: 0px;
	border-right: solid 1px white;
	border-left: solid 1px #CCCCCC;
	height: 46px;
	text-align: center;
	position: relative;
}

.main_nav:hover, .main_nav:active, .main_nav.open{
	background-color: #c33237;
}

.main_search_container{
	padding: 0px;
	margin: 0px;
	position: relative;
}

.main_search_container input{
	height: 45px;
	border: none;
	border-radius: 0px;
	background: #f5f5f5;
	position: relative;
	z-index: 20;
	font-size: 13px;
	width: 400px;
}

.main_nav .main_nav_a{
	background: none !important;
	padding: 0px;
	margin: 0px;
	line-height: 46px;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: 700;
	font-size: 13px;
	text-shadow: white 0px 1px 0px;
}

.main_nav:hover .main_nav_a, .main_nav:active .main_nav_a, .main_nav.open .main_nav_a{
	color: white !important;
	text-shadow: #902226 0px -1px 0px;
}

.main_nav_dropdown{
	background: #ebebeb;
	padding: 15px;
	border-bottom: solid 1px #CCCCCC;
	border-radius: 0px;
	border: 0px;
	left: auto !important;
	right: auto !important;
}

.main_nav_block{
	list-style: none;
	padding: 0px;
	text-shadow: white 0px 1px 0px;
	float: left;
	display: block;
	margin-right: 30px;
}

.main_nav_block::last-child{
	margin-right: 0px;
}

.main_nav_block .divider{
	background-color: #CCCCCC;
}

.main_nav_block_cat{
	font-weight: 700;
}

.main_nav_block_cat a{
	color: #333333;
}

.main_nav_block_cat a:hover{
	color: #c33237;
}

.main_nav_block_subcat{
	font-size: 12px;
}

.main_nav_block_subcat a{
	color: #333333;
	text-decoration: none;
}

.main_nav_block_subcat a:hover, .main_nav_block_subcat a:active{
	color: #c33237;
}

.sm{
	text-align: right;
	display: block;
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
	margin-top: 12px;
}

.sm i{
	font-size: 24px;
	margin-left: 4px;
	cursor: pointer;
}

.sm i.fa-facebook-square{
	color: #3b5998;
}

.sm i.fa-twitter-square{
	color: #3b88c3;
}

.sm i.fa-phone-square{
	color: #e01435;
}

.sm a.phone{
	color: #333333;
	text-decoration: none;
	padding: 0px;
	font-weight: 700;
	margin-left: 8px;
}

.home_carrousel{
	height: 390px;
	background-color: white;
	padding: 0px;
	border-bottom: solid 2px #FFFFFF;
	overflow: hidden;
}

.home_carrousel .swiper-container{
	height: 390px;
}

.home_carrousel .swiper-slide{
	position: relative;
	text-align: center;
}

.home_carrousel .slide_pic{
	pointer-events: none;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.item_list{
	padding-top: 32px;
}

.item_div{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	background-color: #ffffff;
	box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.20);
	margin-bottom: 30px;
	border-top-right-radius: 8px;
}

.item_div.item_ghost{
	width: 50px;
	height: 50px;
	position: absolute;
	background: white;
	border: solid 2px #c33237;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.51);
	padding: 0px;
	border-radius: 50%;
	color: #c33237;
	font-size: 32px;
	text-align: center;
	cursor: move;
}

.item_div.item_ghost::after{
	content: "+";
}

.item_div.ui-draggable-dragging{
	z-index: 60;	
}

.item_div .swiper_nav{
	width: auto;
	height: 18px;
	font-size: 32px;
	z-index: 2;
	bottom: 40%;
}

.item_div .swiper_nav.swiper_nav_next{
	right: -11px;
}

.item_div .swiper_nav.swiper_nav_prev{
	left: -11px;
}

.item_pics .swiper-container{
	height: 100%;
	width: 100%;
}

.item_description{
	position: absolute;
	width: 100%;
	color: #999999;
	top: 76%;
	left: 0px;
	height: 15%;
	text-align: center;
	border-bottom: solid 1px #CCCCCC;
	font-size: 12px;
	text-align: left;
}

.item_description p{
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
}

.item_pagination{
	padding-left: 15px;	
}

.item_pagination .swiper-pagination-bullet{
	margin-left: 1px;
	margin-right:1px;	
}

.swiper-pagination-bullet{
	border: solid 1px #CCCCCC;
	background: white;
	opacity: 1;
}

.swiper-pagination-bullet-active{
	border: solid 2px #c33237;
	background: #c33237;
}

.item_price{
	float: right;
	font-size: 14px;
	font-weight: 700;
	color: #999999;
	padding-right: 15px;
}

.item_price_promo{
	color: #fb3523;
	text-decoration: line-through;
	margin-right: 8px;
	display: none;
}

.item_price_promo.active{
	display: block;
}

.item_brand_logo{
	position: absolute;
	z-index: 30;
	left: 15px;
	bottom: 10px;
}

.price_xtras{
	font-size: 12px;	
}

.ribbon{
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	pointer-events: none;
}

.ribbon.active{
	display: block;
}

footer{
	position: fixed;
	bottom: 0px;
	padding: 15px;
	background-color: #2c2c2c;
	border-top: solid 1px #fb3523;
	width: 100%;
	z-index: 50;
}

footer .legal{
	color: white;
	font-size: 12px;
}

footer .legal a{
	color: white;
	text-decoration: none;
}

footer .legal a:hover, footer .legal a:active{
	color: white;
	text-decoration: underline;
}

footer .footeraddress{
	display: block;
}

.bag_container{
	position: relative;
}

.bag{
	position: absolute;
	right: 20px;
	bottom: -40px;
	width: 113px;
	height: 127px;
	background-image: url(../img/bolsa.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}

.bag.grow{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.bag_badge{
	position: absolute;
	right: 0px;
	top: 6px;
	width: 30px;
	height: 30px;
	background: #fb3523;
	color: white;
	box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.57);
	border-radius: 50%;
	line-height: 28px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 0px;
}

.int_header{
	padding-top: 48px;
	margin-bottom: 16px;
}

.int_header_col{

}

.int_header_col h3{
	font-size: 18px;
	font-weight: 700;
	color: #666666;
	text-shadow: white 0px 1px 0px;
	display: inline;
	cursor: pointer;
	float: left;
}

.int_header_col h3:hover, .int_header_col h3:active, .int_header_col h3.int_header_subcategory{
	color: #c33237; 
}

.int_header_col h3.int_header_category::after{
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
	display: inline;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	margin-left: 8px;
	margin-right: 8px;
}

.int_header_filter_container{
	margin-top: -15px;
}

.int_header_filter_container:before{
	display: none !important;
}

.int_header_filter button{
	background: #666666 !important;
	border-radius: 0px;
	color: white !important;
	text-shadow: #222222 0px 1px 0px;
	box-shadow: none;
	font-weight: 700;
	border: none;
	outline: none !important;
}

.int_header_filter button:hover{
	background: #c33237 !important;
	text-shadow: #882226 0px 1px 0px;
}

.int_header_filter.open button{
	background: #882226 !important;
	text-shadow: #74191c 0px 1px 0px;
}

.int_header_filter .dropdown-menu.open{
	background: #c33237;
	border-radius: 0px;
	padding: 0px;
}

.int_header_filter .dropdown-menu.open li,
.int_header_filter .dropdown-menu.open li a,
.int_header_filter .dropdown-menu.open .dropdown-menu.inner{
	background: none !important;
	background-color: none !important;
	border: none !important;
	outline: none !important;
}

.int_header_filter .dropdown-menu.open li a{
	color: white;
	font-weight: 700;
	text-shadow: #882226 0px 1px 0px;
}

.int_header_divider{
	height: 1px;
	display: block;
	clear: both;
	background: #c33237;
	width: 100%;
	margin-top: 7.5px;
}

.item_page_big_pic{
	padding: 0px;
	height: 0;
	padding-bottom: 100%;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.item_page_big_pic.playing{
	background-color: #333333;
	
}

.item_page_small_pic{
	padding: 0px;
	min-height: 100px;
	position: relative;
	overflow: hidden;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.thumb_img{
	display: none;
}

.thumb_img:first-child{
	display: block;
}

.item_page_big_pic .thumb_img,
.item_page_small_pic .thumb_img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.thumb_img.vid{
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}

.item_page_big_pic:hover .thumb_img.vid{
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
}

.video_play{
	position: absolute;
	left: 50%;
	top: 50%;
	color: white;
	font-size: 64px;
	cursor: pointer;
	opacity: .7;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	text-align: center;
	line-height: 100px;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.55);
	z-index: 10;
}

.video_play.small{
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	text-align: center;
	line-height: 50px;
	font-size: 48px;
}

.item_page_big_pic:hover .video_play{
	opacity: 1;
}

#thumb_video_container{
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
}

.thumb_container{
	position: relative;
}

.thumb_container .thumb_control{
	color: silver;
	font-size: 18px;
	top: 50%;
	margin-top: -15px;
	position: absolute;
	cursor: pointer;
	text-shadow: #999999 0px -1px 0px;
}

.thumb_container .thumb_control.thumb_control_left{
	left: -20px;
}

.thumb_container .thumb_control.thumb_control_right{
	right: -20px;
}

.item h1{
	font-weight: 700;
	margin-top: 0px;
	font-size: 24px;
	padding-bottom: 15px;
	border-bottom: solid 1px #CCCCCC;
}

.item_page_tabs{
	margin-top: 0px;
}

.item_page_tabs> li > a{
	color: #999999;
}

.item_page_tabs> li:hover > a {
	color: #666666;
	background: #d4d4d4;
}

.item_page_tabs> li.active > a{
	color: #C33237;
	border-color: #CCCCCC;
	border-bottom-color: white;
}


.item_page_actions{

}

.tab-pane{
	padding-bottom: 15px;
	border-bottom: solid 1px #CCCCCC; 
	margin-bottom: 15px;
	background: white;
	padding: 15px;
	border-left: solid 1px #CCCCCC;
	border-radius: 0px 0px 4px 4px;
	
}

.item_page_description_text strong{
	font-size: 18px;
	font-weight: 400;
	display: block;
}

.item_page_description_text p{
	margin: 0px;
	margin-top: 7px;
}

.item_page_price{
	text-align: left;
	background: white;
}

.item_page_price label{
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin-right: 8px;
	padding: 0px;
}

.item_page_price .old_price{
	font-size: 16px;
	color: red;
	text-decoration: line-through;
}

.item_page_price .old_price label{
	font-size: 12px;
	text-decoration: line-through;
}

.item_page_price .old_price .price{
	font-size: 16px;	
}

.item_page_price .price{
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
}

.item_page_price .price .price_aux{
	font-size: 16px;
}

.item_page_price .savings{
	background-color: #fb3523;
	color: white;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	padding: 4px;
	padding-top: 8px;
	padding-bottom: 8px;	
	display: table;
	width: 100%;
	border-radius: 4px;
	margin-bottom: 15px;
}

.item_page_price .savings h3{
	padding: 0px;
	margin: 0px;
	font-weight: 700;
	text-shadow: #af3024 0px -1px 0px;
}

.item_page_price .footnote{
	font-size: 12px;
}

.item_page_price .promo{
	font-size: 12px;
	background: -webkit-linear-gradient(#ffe600 0%, #ffcc00 100%);
	padding: 15px;
	color: black;
	font-size: 16px;
	text-shadow: #fff488 0px 1px 0px;
	text-align: center;
}

.item_page_price div.price_aux{
	display: block;
	width: 100%;
}

.buy_now{
	margin-bottom: 0px;
	text-align: right;
}

.divider{
	display: block;
	height: 1px;
	border-top: solid 1px #DDDDDD;
	content: " ";
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}

.item_page_head{
	display: block;
	padding: 0px;
	padding-bottom: 16px;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 16px;
}

.item_page_head h2, .item_page_head h4{
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;
}

.item_page_head h2{
	color: #333333;
}

.item_page_head h4{
	padding-top: 4px;
}

.item_page_share{
	float: right;
	line-height: 24px;
}

.item_page_share i{
	font-size: 24px !important;
	color: #999999 !important;
	margin-left: 10px;
	cursor: pointer;
	float: right;
}

.item_page_head::after{
	display: block;
	clear: both;
	content: " ";
}

.item_page_reviews {
	border-bottom: none !important;
}

.star_rating i{
	font-size: 28px;
	color: #999999 !important;
	margin-right: 10px;
}

.item_page_review{
	font-size: 14px;
	color: #666666;
	text-shadow: white 0px 1px 0px;
	margin-top: 16px;
}

.review_title{
	font-weight: 700;
}

.no_disponible{
	padding-top: 50px;
}

.video_thumbnail{
	
}

.item_page_realated{
	border-top: solid 1px #CCCCCC;
	padding-top: 15px;
}

.item_page_realated .item_list{
	padding-left: 0px;
}

.touch .swiper_nav{
	display: none;
}

.item_page_tech_data * {
	font-size: 12px !important;
	margin-top: 15px;
}

.item_page_tech_data table{
	background: white;
}

.item_page_price_options{
	padding-bottom: 15px;
	display: block;
	text-align: left;
}

.item_page_price_option{
	border-bottom: solid 1px #CCCCCC;
	padding-bottom: 15px;
}

.item_page_price_options_label{
	margin: 0px;
	margin-bottom: 8px;
}

.item_page_price_options ul{
	list-style-type: none;
	margin: 0px;
	display: block;
	padding: 0px;
	
	
}

.color_box{
	display: inline-block;
	width: 24px;
	height: 24px;
	position: relative;
}

.item_page_option{
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	display: table-cell;
	padding: 0px;
}

/* Large Devices, Desktops */


.slide_1024{
	display: block;
}

.slide_768,
.slide_320{
	display: none;
}

.logo_home{
	height: 82px;
	width: auto;
}

.item_name{
	color: #666666;
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
}

.item_name span{
	padding-left: 15px;
	padding-top: 7.5px;
	display: block;
}

.item_name span a{
	display: block;
	font-size: 14px;
	color: #c33237;
}

.item_header{
	height: 20%;
	position: absolute;
	top: 0%;
	width: 100%;
	z-index: 40;
	border-bottom: solid 1px #CCCCCC;
}

.item_pics{
	position: absolute;
	top: 20%;
	left: 1px;
	width: Calc(100% - 1px);
	height: 70%;
	overflow: hidden;
	border-bottom: solid 1px #CCCCCC;
	z-index: 30;
	cursor: pointer;
}

.item_pics:hover::after{
	display: block;
	position: absolute;
	content: "\f002";
	line-height: 48px;
	width: 48px;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-left: -24px;
	margin-top: -24px;
	color: white;
	opacity: .6;
	text-shadow: 0px 0px 12px black;
	cursor: pointer;
	font: normal normal normal 48px/1 FontAwesome;
	z-index: 10;
	pointer-events: none;
}

.item_pics .swiper-slide{
	background-size: cover;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position:center top;
}

.item_description{
	position: absolute;
	top: 80%;
	left: 0px;
	height: 10%;
	width: 100%;
	display: block;
}

.item_description p{
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.item_footer{
	position: absolute;
	top: 90%;
	left: 0px;
	height: 10%;
	width: 100%;
}

.item_footer_part{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	float: left;	
}

.item_footer .swiper-pagination-bullet{
	margin-right: 6px;
}

.item_price{
	float: right;
}

.item_div .ribbon{
	height: auto;
}


/* CART */

.item_cart_pic_holder{
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 80px;
}

.item_cart_options{
	display: block;
	font-size: 10px;
	color: #666666;
}

.cart_table{
}

.cart_table td{
	padding: 0px;
	vertical-align: middle !important;
	height: 80px; 
}

.cart_table td.desmoines{
	vertical-align: bottom !important;
}

.cart_table td.spacer{
	height: 15px !important;	
}

.cart_table td select{
	max-width: 80%;
}

.cart_table td.bordered{
	padding: 8px !important;
	border: solid 1px #CCCCCC;
}

.cart_table .old_price{
	display: block;
	color: red;
	font-size: 12px;
	text-decoration: line-through;
}

.cart_table_half{
	height: 40px !important;
	font-weight: 700;
}

.item_cart_a{
	color: #c33237;
	margin-bottom: 15px;
	display: block;
}

.item_cart_a:hover h3,
.item_cart_a:active h3{
	color: #c33237;
	text-decoration: underline !important;
}

.item_cart_a h3{
	font-size: 14px;
	float: left;
	padding: 0px !important;
	margin: 0px !important;
	line-height: 32px;
}

.item_cart_icon_panel{
	float: right;
	line-height: 32px;
}

.item_cart_a.valid i::after{
	color: #377d20 !important;
	content: "\f00c";
}

.item_cart_a.error i::after{
	color: #dc220d !important;
	content: "\f00d";
}

/* QTY SELECTOR */

.qty_selector{
	
}

.qty_selector .qty_selector_qty{
	text-align: center;
	display: inline-block;
	font-size: 16px;
	width: 50px;
}

.qty_selector i, .delete_item{
	font-size: 18px;
	cursor: pointer;
	color: #999999;
}

.qty_selector i:hover, .qty_selector i:active, .delete_item:hover, .delete_item:active{
	color: #666666;
}

/*FORMS */

.has-feedback label~.form-control-feedback{
	line-height: 30px;
}

#navbar-touch{
	display: none;	
}



/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
	.slide_768{
		display: block;
	}
	
	.slide_1024,
	.slide_320{
		display: none;
	}
	
	.main_search_container input{
		width: 200px;
	}
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	body{
		padding-top: 40px;
	}
	
	.sm{
		margin-top: -10px;
		bottom: -5px;
		right: 55px;
		position: absolute;
	}
	
	.navbar{
		height: 40px;
	}
	
	.navbar-toggle{
		padding: 0px;
		border: none;
		border-radius: 0px;
		color: #cccccc;
		font-size: 22px;
		line-height: 40px;
		bottom: -5px;
		background: none !important;
	}
	
	.logo_home{
		height: 32px;
		width: auto;
		margin-top: -6px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 736px) {
	
	
	.slide_320{
		display: block;
	}
	
	.slide_768,
	.slide_1024{
		display: none;
	}
	
	.breadcrumb,
	.breadcrumb .link
	{
		font-size: 10px;	
	}
	
	.legal{
		display: none;
	}
	
	.bag{
		-webkit-transform: scale(.8);
		bottom: -30px;
		right: 0px;
	}
	
	#navbar-main{
		display: none !important;
	}
	

	
	#navbar-touch{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: -100%;
		background: #E1E1E1;
		z-index: 200;
		padding: 15px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		pointer-events: none;
	}
	
	#navbar-touch.visible{
		left: 0px;
		pointer-events: all;
	}
	
	#navbar-touch ul{
		list-style-type: none;
		padding: 0px;
		margin: 0px;
	}
	
	#navbar-touch a{
		display: block;
		font-size: 14px;
		color: #333333;
		text-decoration: none !important;
	}
	
	.navtouch_close{
		position: fixed;
		right: 15px;
		top: 15px;
		color: #333333;
		font-size: 32px;
	}
	
	#navbar-touch a.navbar-touch-main{
		display: block;
		font-size: 18px;
		color: #333333;
		margin-bottom: 15px;
	}
	
	.navbar-touch-primary{
		margin-top: 8px;
		display: block;
		font-weight: 700;
	}
	
	.navbar-touch-secondary{
		
	}
	
	.navtouch-block{
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: solid 1px #CCCCCC;
	}
	
	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}
