@media screen and (max-width:1024px)
{
	.store_message_column_date,
	.store_message_column_store,
	.store_message_column_message,
	.store_message_column_action {
		display:none;
	}
	
	.store_message_column_date_data {
		width:100%;
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 50px;
		background-color: #ffffff;
		text-align: center;
		border: 0px #000000 solid;
	}
	.store_message_column_store_data {
		width:100%;
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 50px;
		background-color: #ffffff;
		text-align: center;
		border: 0px #000000 solid;
	}
	.store_message_column_message_data {
		width:100%;
		position: relative;
		display: inline-block;
		vertical-align: top;
		background-color: #ffffff;
		text-align: center;
		border: 0px #000000 solid;
	}
	.store_message_column_action_data {
		width:100%;
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 50px;
		background-color: #ffffff;
		text-align: center;
		border: 0px #000000 solid;
	}
	
	
	.store_novelty_bar {
		position: absolute;
		z-index: 0;
		padding: 5px 10px;
		margin-top: 20px;
		text-align: center;
		right: 0px;
		top: 0;
	}
	.store_novelty_bar h2 {
		color: #fff;
		letter-spacing: 0;
		font-size: 20px;
		line-height: 20px;
		font-weight: bold;
		position: relative;
		top: -4px;
		margin-top: 8px;
	}
	.box_products .store_novelty_bar h2 {
		font-size: 16px !important;
		line-height: 10px !important;
	}
	.box_products
	{
		position:relative;
		display:block;
		vertical-align:top;
		/* width:calc(20% - 36px); */
		width:197px;
		height:360px; 
		padding:5px;
		margin-left:17px;
		margin-right:17px;
		margin-bottom:35px;
		border:1px #eeeeee solid;
		border-radius:5px;
		text-align:center;
		cursor:pointer;
		background:#ffffff;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
		animation-direction: inherit;	
	}
	.box_products:hover,
	.store_box_related_product:hover
	{
		cursor:pointer;
		border:1px #ffffff solid;
		box-shadow:1px 2px 9px 0px #cccccc;
	}	
	/*
	.box_products.margin_0, .box_products.margin_5, .box_products.margin_10 {
		margin-left:0px;
	}
	.box_products.margin_4,.box_products.margin_9,.box_products.margin_14 {
		margin-right:0px;
	}
	*/
	.box_products .ribbon {
		margin:-1px;
	}
	.store_discount_ball h2 {
		position:relative !important;
		color:#ffffff !important;
		bottom:3px !important;
		letter-spacing:-1px !important;
		font-size:24px !important;
		margin-top: 10px !important;
		line-height: 54px !important;
		font-weight: bold !important;
	}
	.box_products .store_discount_ball h2 {
		position:relative !important;
		color:#ffffff !important;
		bottom:3px;
		letter-spacing:-1px;
		font-size:24px;
		margin-top: 10px;
		line-height: 54px;
		font-weight: bold;
	}
	.store_discount_ball small {
		font-size:15px !important;
		font-weight:normal !important;
	}
	.box_products .store_discount_ball small {
		font-size:15px !important;
		font-weight:normal !important;
	}
	.box_products_img {
		width:100%;
		height:200px;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		border:0px solid;
	}
	.box_products .box_products_category
	{
		position:relative;
		bottom:unset;
		width: 100%;
		font-family: 'regular';
		font-weight: normal;
		font-size: 12px;
		line-height: 15px;
		color: #aaaaaa !important;
		letter-spacing: 0px;
		margin: 5px 0px 0px 0px;
		padding: 0px;
	}	
	.box_products .box_products_designation
	{
		font-family:'regular';
		font-weight:bold;
		font-size:17px;	
		line-height:22px;
		color:#555555 !important;
		letter-spacing:0px;
		margin-top:0px;
	}		
	.box_products .box_products_price
	{
		position:absolute;
		bottom:45px;
		width:100%;
		font-family:'regular';
		font-weight:normal;
		font-size:24px;	
		line-height:30px;
		color:#27AAE2 !important;
		letter-spacing:-1px;
		margin-top:8px;
	}	
	.box_products h3
	{
		position:absolute;
		bottom:60px;
		width:100%;
		font-family:'light';
		font-weight:normal;
		font-size:15px;	
		line-height:20px;
		color:#000000 !important;
		letter-spacing:0px;
		margin-top:14px;
		margin:0px;
		padding:0px;		
	}
	.box_products h4
	{
		position:absolute;
		bottom:35px;
		width:100%;
		font-family:'light';
		font-weight:normal;
		font-size:11px;	
		line-height:11px;
		color:#777777 !important;
		letter-spacing:0px;
		margin-top:5px;
		margin-bottom:10px;
		margin-left:0px;
		margin-right:0px;
		padding:0px;
	}	
	.box_products .button_grey,
	.box_products_small .button_grey {
		position:absolute;
		bottom:10px;
		margin-left:-32px;
		display: inline-block;
		width: 20px;
		height: 20px;
		line-height: 18px;
		padding: 5px;
		border-radius: 20px;
		margin-right: 5px;
	}
	.store_box_related_product .store_view_grey:hover,
	.store_box_related_service .store_view_grey:hover,
	.box_products .button_grey:hover,
	.box_products_small .button_grey:hover {
		background-color:#000000 !important;
	}
	.box_products .button_blue,
	.box_products_small .button_blue {
		position:absolute;
		bottom:10px;
		margin-left:2px;
		display: inline-block;
		width: 18px;
		height: 18px;
		line-height: 18px;
		padding: 5px;
		border-radius: 18px;
	}
	.box_products .button_grey img,
	.box_products_small .button_grey img {
		margin-top:3px;
		margin-left:1px;
	}
	.box_products .button_blue img,
	.box_products_small .button_blue img {
		margin-top:1px;
		margin-left:-1px;
	}
	
	
	.box_products_small
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:150px;
		height:310px; 
		padding:4px;
		margin-left:12px;
		margin-right:12px;
		margin-bottom:30px;
		border:1px #eeeeee solid;
		border-radius:4px;
		text-align:center;
		cursor:pointer;
		background:#ffffff;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
		animation-direction: inherit;	
	}
	.box_products_small:hover
	{
		box-shadow:0px 3px 5px #cccccc;
	}
	
	.store_discount_ball,
	.store_discount_ball_small {
		background-color: #24AADF !important;
	}
	
	.store_discount_ball_small {
		width: 40px;
		height: 40px;
		position: absolute;
		z-index: 9;
		background-image: none;
		margin-left: 3px;
		margin-top: 10px;
		text-align: center;
		border-radius: 68px;
		top: 0px;
	}
	.store_discount_ball_small h2 {
		position: relative !important;
		font-size: 17px !important;
		line-height: 22px !important;
		letter-spacing:-1px !important;
		bottom: 0 !important;
		color:#ffffff;
		margin-top: 10px !important;
		font-weight: bold !important;
	}
	.store_discount_ball_small small {
		font-size: 13px !important;
		color: #fff !important;
		font-weight: normal !important;
	}
	.store_box_tops_sidebar .store_discount_ball_small {
		width: 36px;
		height: 36px;
		position: absolute;
		z-index: 9;
		background-image: none;
		margin-left: 3px;
		margin-top: 2px;
		text-align: center;
		border-radius: 68px;
		top: 0px;
	}
	.store_box_tops_sidebar .store_discount_ball_small h2 {
		position: relative !important;
		font-size: 13px !important;
		line-height: 18px !important;
		letter-spacing:-1px !important;
		bottom: 0 !important;
		color:#ffffff;
		margin-top: 10px !important;
		font-weight: bold !important;
	}
	.store_box_tops_sidebar .store_discount_ball_small small {
		font-size: 11px !important;
		color: #fff !important;
		font-weight: normal !important;
	}
	
	.box_products_small .box_products_img
	{
		width:100%;
		height:150px;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		border:0px solid;
	}
	.box_products_small .box_products_category
	{
		position:relative;
		bottom:unset;
		width: 100%;
		font-family: 'regular';
		font-weight: normal;
		font-size: 12px;
		line-height: 12px;
		color: #aaaaaa !important;
		letter-spacing: 0px;
		margin: 5px 0px 0px 0px;
		padding: 0px;
	}	
	.box_products_small .box_products_designation
	{
		font-family:'regular';
		font-weight:normal;
		font-size:16px;	
		line-height:18px;
		color:#222222 !important;
		letter-spacing:0px;
		margin-top:5px;
	}		
	.box_products_small .box_products_price
	{
		position:absolute;
		bottom:45px;
		width:100%;
		font-family:'regular';
		font-weight:normal;
		font-size:24px;	
		line-height:30px;
		color:#27AAE2 !important;
		letter-spacing:-1px;
		margin-top:8px;
	}
	.box_products_small .box_products_price s {
		font-size:18px;
		color:#777777;
		width: 100%;
		display: inline-block;
		line-height:14px;
	}
	.box_products_small h3
	{
		position:absolute;
		bottom:60px;
		width:100%;
		font-family:'light';
		font-weight:normal;
		font-size:15px;	
		line-height:20px;
		color:#000000 !important;
		letter-spacing:0px;
		margin-top:14px;
		margin:0px;
		padding:0px;		
	}
	.box_products_small h4
	{
		position:absolute;
		bottom:35px;
		width:100%;
		font-family:'light';
		font-weight:normal;
		font-size:11px;	
		line-height:11px;
		color:#777777 !important;
		letter-spacing:0px;
		margin-top:5px;
		margin-bottom:10px;
		margin-left:0px;
		margin-right:0px;
		padding:0px;
	}
	.box_products_small .store_novelty_bar
	{
		position:absolute;		
		width:80px;
		height:20px;
		margin-bottom:0px;
		margin-left:0px;
		margin-right:0px;
		padding:0px;
		top:0px;
		right:0px;
		bottom:35px;
		border:0px solid;
	}
	.box_products_small .store_novelty_bar h2
	{
		font-family:'regular' !important;	
		font-weight:normal !important;	
		font-size:14px !important;			
		line-height:12px !important;	
		color:#ffffff !important;
	}
	.box_products .store_novelty_bar h2 {
		font-size: 16px !important;
		line-height: 10px !important;
	}
	
	
	
	.store_product_detail_body_reference {
		font-size: 14px;
	}
	.store_product_detail_body_designation {
		margin: 0;
		font-weight: bold;
		text-align: center;
		font-family: 'bold';
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		color: #24AADF !important;
		letter-spacing: -1px;
	}
	.store_product_detail_body_store_designation {
		margin: 0;
		font-weight: bold;
		text-align: center;
		font-family: 'bold';
		font-weight: normal;
		font-size: 16px;
		line-height: 16px;
		margin-top: 10px;
		margin-bottom: 20px;
		color: #1E60AE !important;
		letter-spacing: -1px;
	}
	#product_final_price_with_discount {
		font-size: 28px;
		line-height: 28px;
		margin-right: 10px;
		color: #333333;
	}
	#product_final_price_with_discount {
		color: #777777 !important;
	}
	#product_final_price {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 20px;
		padding-bottom: 0;
	}
	.store_available_product_detail_message {
		margin-bottom: 20px;
	}
	.store_product_detail_quantity {
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.store_stock_available_message {
		width: calc(100% - 20px);
		background-color: red;
		padding: 5px 10px;
		margin-bottom: 15px;
	}
	.store_button {
		position: relative !important;
		display: inline-block;
		vertical-align: top !important;
		font-family: 'regular', sans-serif !important;
		font-weight: bold !important;
		font-size: 17px !important;
		letter-spacing: 0px !important;
		color: #ffffff !important;
		text-transform: uppercase !important;
		padding: 7px 7px 7px 7px !important;
		cursor: pointer !important;
		text-decoration: none !important;
		background-color: #24AADF !important;
		text-align: center !important;
		border-radius: 5px !important;
		border: 0px #dddddd solid !important;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
		animation-direction: inherit;
	}
	.store_button_grey {
		position: relative !important;
		display: inline-block !important;
		vertical-align: top !important;
		font-family: 'regular', sans-serif !important;
		font-weight: bold !important;
		font-size: 17px !important;
		letter-spacing: 0px !important;
		color: #ffffff !important;
		text-transform: uppercase !important;
		padding: 7px 7px 7px 7px !important;
		cursor: pointer !important;
		text-decoration: none !important;
		background-color: #cccccc !important;
		text-align: center !important;
		border-radius: 5px !important;
		border: 0px #dddddd solid !important;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
		animation-direction: inherit;
	}
	
	
	
	#big_thumb {
		height: 500px;
		width: 100%;
		max-width:600px;
		margin-left: -1px;
		cursor: pointer;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.store_product_detail_image img {
		max-width: 498px;
		max-height: 498px;
		width:100%;
	}
	
	
	
	.store_form_input, .store_input, .store_data .input, .store_data .store_form_input, .store_data .store_input {
		border: 1px solid #cccccc;
		font-size: 14px;
		color: #333333;
		width: calc(100% - 7px);
		height: 30px;
		background: #fff;
		padding-left: 5px;
		font-weight: normal;
		line-height: 28px;
	}
	
	
	
	.tabs {
		display: inline-block;
		width: 100%;
		height: 100%;
		padding: 0px;
		border: 0px #ff0000 solid;
	}
	.tab-links {
		display: none;
	}
	.tab-link-responsive.active {
		background: #f3f3f3;
	}
	.tab-link-responsive {
		display: inline-block;
		width: calc(100% - 30px);
		background: #bbbbbb;
		padding: 9px 15px;
		cursor: pointer;
	}
	.tab.active {
		display: block;
		background: #f3f3f3;
		padding: 20px;
		width: calc(100% - 40px);
	}
	
	
	#estimate_request {
		width: calc(100% - 20px);
	}
	
	
	
	
	
	
	.store_header
	{ 	
		position:relative;
		width:100%;
		height:100%;
		min-height:50px;
		border:0px solid;
		text-align:center;
	}	
	
	.store_filters
	{
		display:none;
	}	
	
	.store_filters_mobile
	{
		position:relative;
		float:center;
		width:100%;
		height:100%;
		border:0px #000000 solid;
		text-align:center;
	}
	
	.store_breadcrumb
	{
		position:relative;
		width:100%;
		min-height:50px;
		border:0px #000000 solid;
		text-align:center;	
		margin-bottom:0px;
	}
	
	.store_search
	{
		margin-right: auto;
		margin-left: auto;
		width:80%;
		min-height:50px;
		border:0px solid;
		margin-bottom:20px;
		text-align:center;
	}
	
	.store_order_by
	{
		position:relative;
		display:inline-block;
		width:50%;
		height:50px;
		border:0px solid;
		float:center;
		text-align:center;		
	}
	
	.store_products_list
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:100%;
		border:0px solid;	
		text-align:center;
		margin-top:20px;
	}
	
	.store_product_detail_image
	{
		position:relative;
		width:100%;
		height:100%;
		border:0px solid;	
	}
			
	.store_product_detail_body
	{
		position:relative;
		width:100%;
		height:100%;
		border:0px solid;	
	}
	.store_product_detail_body .store_button,
	.store_product_detail_body .store_button_grey {
		margin-top:15px;
	}
	
	.store_promotions_list
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:100%;
		border:0px solid;	
		text-align:center;	
	}

	.store_steps {
		position: relative;
		width: 100%;
		height: 50px;
		margin-bottom: 20px;
		border: 1px #cccccc solid;
	}
	.store_steps_active {
		background: #000000;
		color: #ffffff;
	}
	
	.store_column_title
	{
		display:none;
		position:relative;
		width:90%;
		height:20px;
		background-color:#cccccc;
		text-align:center;
		border:0px solid;
	}
	
	.store_column_data {
		position: relative;
		width: 90%;
		background-color: #ffffff;
		text-align: center;
		border-bottom: 1px #eeeeee solid;
	}
	.store_column_data_designation {
		position: relative;
		width: 90%;
		height: auto;
		background-color: #ffffff;
		text-align: center;
		border-bottom: 0px;
	}
	
	.store_total
	{
		position:relative;
		width:90%;
		height:30px;
		background-color:#ffffff;
		text-align:center;
		border-bottom:1px #eeeeee solid;
	}
	
	.store_total_line
	{
		position:relative;
		width:90%;
		height:2px;
		background-color:#cccccc;
		border:0px solid;
		margin-bottom:10px;
	}	
	
	.store_button_continue {
		position: relative;
		width: 100%;
		height: 30px;
		background-color: #ffffff;
		text-align: center;
		border: 0px #cccccc solid;
		margin-bottom: 20px;
	}
	
	.store_button_buy_area {
		text-align: center;
		order: 1;
	}
	.store_button_buy
	{
		position:relative;
		width:100%;
		line-height:30px;
		background-color:#24AADF !important;
		text-align:center;
		border:0px #cccccc solid;
		margin-bottom:20px;
	}
		
	.store_mobile_title
	{
		display:show;
	}
	
	
	.store_button_back {
		position: relative;
		width: 100%;
		margin-bottom: 20px;
	}
	.store_button_continue, .store_button_back {
		text-align: center;
		order: 2;
	}
	.store_cart_bottom {
		display: flex;
		flex-direction: column;
	}
	.store_data {
		text-align: left;
		padding: 0 20px;
	}
	.store_data .store_select, .store_data .store_form_select, .store_data .select {
		margin: 0;
		padding: 0;
		font-size: 14px;
		font-weight: normal;
		color: #000000;
		letter-spacing: 0px;
		width: auto;
		height: 33px;
		background: #ffffff;
		border: 1px solid #cccccc;
		outline: none;
		padding-left: 1%;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		box-shadow: inset 0 0px 0px #c5c1bf;
		-moz-box-shadow: inset 0 0px 0px #c5c1;
	}
	
	
	.store_payment_line_image {
		display: inline-block;
		vertical-align: middle;
	}
	.store_payment_line_tax {
		display: inline-block;
		padding: 0 10px;
		text-align: left;
		vertical-align: middle;
	}
	
	
	
	
	.register_login_page {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.login_page_block {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #f0f0f0;
		order: 1;
	}
	.register_page_block {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		order: 2;
	}
}
