@media screen and (max-width:1024px)
{
	/* HOME SLIDER PRODUCTS */
	.homepage_image_content_product {
		width:calc(100% - 2px);
		height:78px;
		padding-top:6px;
		padding-bottom:10px;
		border:1px solid #ffffff;
		border-bottom:1px solid #cccccc;
		
		-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;
	}
	.homepage_image_content_product:hover {
		border:1px solid #255777 !important;
		cursor:pointer;
		
		-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;
	}
	.homepage_image_content_product_image {
		width:80px;
		height:73px;
		display:inline-block;
		vertical-align:top;
		margin-top:3px;
		background-size:cover;
		background-repeat:no-repeat;
		background-position:center;
	}
	.homepage_image_content_product_content {
		width:calc(100% - 90px);
		margin-left:10px;
		height:80px;
		display:inline-block;
		vertical-align:top;
		position:relative;
	}
	.homepage_image_content_product_content .store_discount_ball {
		background-color: #24AADF !important;
		position: absolute;
		z-index: 9;
		width: 40px;
		height: 40px;
		background-image: none;
		margin-left: 0;
		margin-top: 0;
		text-align: center;
		border-radius: 68px;
		bottom: 0px;
		top: unset;
		right: 0;
	}
	.homepage_image_content_product_content .store_discount_ball h2 {
		letter-spacing: -1px;
		font-size: 15px;
		margin-top: 10px;
		line-height: 22px;
		font-family: 'bold';
		font-weight: normal;
	}
	.homepage_image_content_product_content .store_discount_ball small {
		font-size: 14px;
	}
	.homepage_image_content_product_designation {
		font-family: 'regular';
		font-weight: normal;
		font-size: 14px;
		line-height: 13px;
		color: #000000 !important;
		letter-spacing: 0px;
		margin-top: 2px;
		text-align:left;
		text-transform:capitalize;
	}
	.homepage_image_content_product_price {
		width: 100%;
		font-family:'bold';
		font-weight:normal;
		font-size: 22px;
		line-height: 20px;
		color: #255777 !important;
		letter-spacing: 0px;
		text-align:left;
		position:absolute;
		bottom:5px;
	}
	.homepage_image_content_product_price s {
		font-family:'regular';
		font-weight:normal;
		font-size: 18px;
		line-height: 20px;
		color: #aaaaaa !important;
	}
	
	.homepage_slider_image_content_product {
		width:100%;
		height:78px;
		padding-top:6px;
		padding-bottom:10px;
		border:1px solid #ffffff;
		border-bottom:1px solid #cccccc;
		text-align:left;
		
		-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;
	}
	.homepage_slider_image_content_product:hover {
		border:1px solid #255777 !important;
		cursor:pointer;
		
		-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;
	}
	.homepage_slider_image_content_product_image {
		width:80px;
		height:73px;
		display:inline-block;
		vertical-align:top;
		margin-top:3px;
		background-size:cover;
		background-repeat:no-repeat;
		background-position:center;
	}
	.homepage_slider_image_content_product_content {
		width:calc(100% - 90px);
		margin-left:10px;
		height:80px;
		display:inline-block;
		vertical-align:top;
		position:relative;
	}
	.homepage_slider_image_content_product_sold_by {
		position: relative;
		bottom: unset;
		width: 100%;
		font-family: 'regular';
		font-size: 12px;
		line-height: 15px;
		color: #255777 !important;
		letter-spacing: 0px;
		margin-top: 4px;
		margin-bottom: 2px;
		padding: 0px;
		text-align:left;
	}
	.homepage_slider_image_content_product_designation {
		font-family: 'regular';
		font-weight: normal;
		font-size: 14px;
		line-height: 13px;
		color: #000000 !important;
		letter-spacing: 0px;
		margin-top: 2px;
		text-align:left;
		text-transform:capitalize;
	}
	.homepage_slider_image_content_product_price {
		width: 100%;
		font-family:'bold';
		font-weight:normal;
		font-size: 22px;
		line-height: 20px;
		color: #255777 !important;
		letter-spacing: 0px;
		text-align:left;
		position:absolute;
		bottom:5px;
	}
	
	
	
	/* BOX PRODUCTS CSS */
	.box_products,
	.box_products_small {
		position: relative;
		display: inline-block;
		vertical-align: top;
		padding: 8px;
		margin-left: 13px;
		margin-right: 13px;
		margin-top: 12px;
		margin-bottom: 35px;
		border: 1px #ffffff 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 {
		width: 210px;
		height: 340px;
	}
	.box_products_small {
		width: 160px;
		height: 310px;
	}
	.box_products .box_products_img {
		height: 210px;
	}
	.box_products_small .box_products_img {
		height: 160px;
	}
	.box_products:hover,
	.box_products_small:hover {
		cursor: pointer;
		border: 1px #ffffff solid;
		box-shadow: 0px 1px 15px rgba(0,0,0,0.2);
	}
	.box_products .box_products_price span {
		font-size:18px;
		color:#aaaaaa;
		text-decoration:line-through;
		font-weight:normal;
	}
	.box_products_small .box_products_price span {
		font-size:16px;
		color:#aaaaaa;
		text-decoration:line-through;
		font-weight:normal;
	}
	.box_products .button_grey,
	.box_products .button_blue,
	.box_products_small .button_grey,
	.box_products_small .button_blue {
		display:none !important;
	}
	.box_products:hover .button_grey,
	.box_products:hover .button_blue,
	.box_products_small:hover .button_grey,
	.box_products_small:hover .button_blue {
		display:inline-block !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;
	}
	.box_products:hover .box_products_img,
	.box_products_small:hover .box_products_img {
		filter: brightness(90%);
	}
	.box_products .store_discount_ball,
	.box_products_small .store_discount_ball {
		position: absolute;
		z-index: 9;
		width: 50px;
		height: 50px;
		background-image: none;
		margin-left: 8px;
		margin-top: 15px;
		text-align: center;
		border-radius: 100%;
		top: 0px;
	}
	.box_products .store_discount_ball h2,
	.box_products_small .store_discount_ball h2 {
		position: relative !important;
		color: #ffffff !important;
		bottom: 3px;
		letter-spacing: 0px;
		font-size: 20px;
		margin-top: 0;
		line-height: 55px;
		font-family: 'regular';
		font-weight: normal;
	}
	.box_products .store_discount_ball small,
	.box_products_small .store_discount_ball small {
		font-size: 16px !important;
		font-weight: normal !important;
		font-family: 'regular';
		font-weight: normal;
	}
	.box_products .store_novelty_bar,
	.box_products_small .store_novelty_bar {
		display: none !important;
	}
	.box_products .store_discount_ball, .store_discount_ball_small,
	.box_products_small .store_discount_ball, .store_discount_ball_small {
		background-color: #24AADF !important;
	}
	.box_products .box_products_img,
	.box_products_small .box_products_img {
		width: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px solid;
		
		-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 .box_products_category,
	.box_products_small .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_sold_by,
	.box_products_small .box_products_sold_by {
		position: relative;
		bottom: unset;
		width: 100%;
		font-family: 'regular';
		font-weight: normal;
		font-size: 12px;
		line-height: 15px;
		color: #255777 !important;
		letter-spacing: 0px;
		margin: 5px 0px 5px 0px;
		padding: 0px;
		text-align:left;
	}
	.box_products .box_products_designation,
	.box_products_small .box_products_designation {
		font-family: 'regular';
		font-weight: normal;
		font-size: 17px;
		line-height: 18px;
		color: #000000 !important;
		letter-spacing: 0px;
		margin-top: 0px;
		text-align:left;
		text-transform:capitalize;
		white-space:normal;
	}
	.box_products .box_products_price,
	.box_products_small .box_products_price {
		position: absolute;
		width: 100%;
		font-family:'bold';
		font-weight:normal;
		color: #255777 !important;
		letter-spacing: 0px;
		margin-top: 8px;
		text-align:left;
		bottom: 5px !important;
	}
	.box_products .box_products_price {
		font-size: 26px;
		line-height: 30px;
	}
	.box_products_small .box_products_price {
		font-size: 20px;
		line-height: 24px;
	}
	.box_products .button_grey,
	.box_products_small .button_grey {
		position: absolute;
		left: calc(50% - 35px);
		display: inline-block;
		width: 20px;
		height: 20px;
		line-height: 18px;
		padding: 5px;
		border-radius: 20px;
		margin-right: 5px;
		background-color: #dddddd;
		font-size: 14px;
		letter-spacing: 0px;
		color: white;
		text-transform: uppercase;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		border: 0px #dddddd solid;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}
	.box_products .button_grey {
		top: 165px;
	}
	.box_products_small .button_grey {
		top: 125px;
	}
	.box_products .button_grey:hover,
	.box_products_small .button_grey:hover {
		background-color: #000000 !important;
	}
	.box_products .button_grey img,
	.box_products_small .button_grey img {
		margin-top: 3px;
		margin-left: 1px;
	}
	.box_products .button_blue,
	.box_products_small .button_blue {
		position: absolute;
		left:calc(50% + 5px);
		display: inline-block;
		width: 18px;
		height: 18px;
		line-height: 18px;
		padding: 5px;
		border-radius: 18px;
		vertical-align: top;
		font-family: 'regular', sans-serif;
		font-weight: normal;
		font-size: 14px;
		letter-spacing: 0.5px;
		color: #ffffff;
		text-transform: uppercase;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		background-color: #255777;
		border: 1px #255777 solid;
		outline: none;
		
		-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 .button_blue {
		top: 165px;
	}
	.box_products_small .button_blue {
		top: 125px;
	}
	.box_products .button_blue:hover,
	.box_products_small .button_blue:hover {
		background-color: #24A9E1;
		border: 1px #24A9E1 solid;
	}
	.box_products .button_blue img,
	.box_products_small .button_blue img {
		margin-top: 1px;
		margin-left: -1px;
	}
	.box_product_flash_sale {
		position:relative;
		display:block;
		vertical-align:top;
		width:210px;
		height:40px;
		background-color:red;
		border:0px #000000 solid;
		float:left;
		text-align:left;
		margin-bottom:5px;
	}
	.box_product_flash_sale .box_product_flash_sale_time {
		display:inline-block;
		width:51px;
		float:left;
		text-align:center;
		border-right:1px #ffffff solid;
	}
	.box_product_flash_sale .box_product_flash_sale_time:last-of-type {
		width:52px;
		border-right:0;
	}
	.box_product_flash_sale .box_product_flash_sale_time span.box_product_flash_sale_time_int {
		font-size:30px;
		line-height:30px;
		color:#ffffff;
		text-transform:uppercase;
	}
	.box_product_flash_sale .box_product_flash_sale_time span.box_product_flash_sale_time_designation {
		font-size:10px;
		line-height:10px;
		color:#ffffff; 
		text-transform:uppercase;
	}
	
	
	
	
	
	.home_featured_products {
		height:385px;
		width:100%;
		display:inline-block;
		overflow-x: auto;
		overflow-y: hidden;
		background:transparent;
	}
	.store_related_products_list .home_featured_products {
		height:355px;
	}
	.home_featured_stores {
		height:192px;
		width:100%;
		display:inline-block;
		overflow-x: auto;
		overflow-y: hidden;
		background:transparent;
	}
	.home_featured_category_products_list {
		height: 385px;
		width: 100%;
		display: inline-block;
		overflow-x: auto;
		overflow-y: hidden;
		background: transparent;
		margin-left: 0;
	}
	.home_featured_category_products_image {
		display:inline-block;
		position:relative;
		left:0;
		top:0;
		width:100%;
		height:425px;
		background-position:center;
		background-size:cover;
		background-repeat:no-repeat;
		background-color:#ccc;
		text-align:left;
	}
	.home_featured_category_products_image h1 {
		color:#ffffff;
		margin-top:50px;
		margin-left:40px;
		margin-right:40px;
		line-height:34px;
		font-family:'regular';
	}
	.home_featured_category_products_image h2 {
		color:#ffffff;
		margin-top:0px;
		margin-left:40px;
		margin-right:40px;
		font-size:32px;
		line-height:36px;
	}
	.home_featured_category_products_image .button_white {
		position: absolute;
		left: 40px;
		bottom: 40px;
		width: 100px;
	}
	.home_featured_products,
	.home_featured_stores,
	.home_featured_category_products_list {
		scrollbar-width: none;
	}
	.homepage_slider_categories::-webkit-scrollbar,
	.home_featured_products::-webkit-scrollbar,
	.home_featured_stores::-webkit-scrollbar,
	.home_featured_category_products_list::-webkit-scrollbar {
		display: none;
	}
	.homepage_slider_categories_scroll {
		display:inline-block;
		height: 100%;
		/* overflow-x: hidden; */
		/* overflow-y: hidden; */
		white-space: nowrap;
	}
	.home_featured_products_scroll,
	.home_featured_stores_scroll,
	.home_featured_category_products_scroll {
		display:inline-block;
		height: 100%;
		/* overflow-x: hidden; */
		/* overflow-y: hidden; */
		white-space: nowrap;
	}
	.homepage_slider_categories:hover .homepage_slider_categories_scroll_move_left,
	.homepage_slider_categories:hover .homepage_slider_categories_scroll_move_right,
	.home_featured_products:hover .home_featured_products_scroll_move_left,
	.home_featured_products:hover .home_featured_products_scroll_move_right,
	.home_featured_stores:hover .home_featured_stores_scroll_move_left,
	.home_featured_stores:hover .home_featured_stores_scroll_move_right,
	.home_featured_category_products_list:hover .home_featured_category_products_scroll_move_left,
	.home_featured_category_products_list:hover .home_featured_category_products_scroll_move_right {
		display:inline-block;
		
		-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;
	}
	.home_featured_products_scroll_move_left,
	.home_featured_category_products_scroll_move_left,
	.home_featured_products_scroll_move_right,
	.home_featured_category_products_scroll_move_right {
		display:none;
		width: 38px;
		height: 48px;
		position: absolute;
		top: calc(50% - 24px);
		background-color: rgba(255,255,255,0.7);
		z-index: 9;
		cursor:pointer;
		
		-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;
	}
	.homepage_slider_categories_scroll_move_left,
	.homepage_slider_categories_scroll_move_right {
		display:none;
		width: 38px;
		height: 48px;
		position: absolute;
		top: 16px;
		background-color: rgba(255,255,255,0.7);
		z-index: 9;
		cursor:pointer;
		
		-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;
	}
	.home_featured_stores_scroll_move_left,
	.home_featured_stores_scroll_move_right {
		display:none;
		width: 38px;
		height: 48px;
		position: absolute;
		top: 42%;
		background-color: rgba(255,255,255,0.7);
		z-index: 9;
		cursor:pointer;
		
		-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;
	}
	.home_featured_products_scroll_move_left:hover,
	.home_featured_products_scroll_move_right:hover,
	.home_featured_stores_scroll_move_left:hover,
	.home_featured_stores_scroll_move_right:hover {
		background-color: rgba(255,255,255,1);
	}
	.homepage_slider_categories_scroll_move_left {
		background-image:url(/_images/arrow-left.png);
		background-position:left;
		left: 0px;
	}
	.home_featured_products_scroll_move_left,
	.home_featured_stores_scroll_move_left {
		background-image:url(/_images/arrow-left.png);
		background-position:left;
		left: 0px;
	}
	.home_featured_category_products_scroll_move_left {
		background-image:url(/_images/arrow-left.png);
		background-position:left;
		left: 0px;
		    top: calc(100% - 250px);
	}
	.homepage_slider_categories_scroll_move_right {
		background-image:url(/_images/arrow-right.png);
		background-position:right;
		right: 0px;
	}
	.home_featured_products_scroll_move_right,
	.home_featured_stores_scroll_move_right {
		background-image:url(/_images/arrow-right.png);
		background-position:right;
		right: 0px;
	}
	.home_featured_category_products_scroll_move_right {
		background-image:url(/_images/arrow-right.png);
		background-position:right;
		right: 0px;
		top: calc(100% - 250px);
	}
	.home_featured_products .box_products,
	.home_featured_category_products_list .box_products {
		width: 210px;
		margin-bottom:0;
		white-space:normal;
	}
	.home_featured_products .box_products.margin_0,
	.home_featured_category_products_list .box_products.margin_0 {
		/* margin-left: 0px; */
		/* margin-right: 19px; */
	}
	.store_discount_ball {
		position: absolute;
		z-index: 9;
		width: 68px;
		height: 68px;
		background-image: none;
		margin-left: 3px;
		margin-top: 10px;
		text-align: center;
		border-radius: 68px;
		top: 0px;
	}
	.store_discount_ball h2 {
		color: #fff;
		letter-spacing: -3px;
		font-size: 30px;
		margin-top: 10px;
		line-height: 48px;
		font-family:'bold';
		font-weight:normal;
	}
	.store_discount_ball small {
		font-size: 26px;
		color: #fff;
		font-family:'bold';
		font-weight:normal;

	}
	.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-family:'bold';
		font-weight:normal;
		position: relative;
		top: -4px;
		margin-top: 8px;
	}	
	
	
	/* DETAIL PAGE CSS */
	#store_add_button {
		width:100%;
		margin-bottom:5px;
	}
	.store_product_detail_image
	{
		position:relative;
		width:100%;
		/* height:500px; */
		display:inline-block;
		margin-bottom:50px;
		margin-right:0px;
		border:1px solid #fff;
		background:#fff;
		justify-content: center;
		align-items: center;
	}
	.store_product_detail_image.store_multiple_images
	{
		margin-bottom:130px;
	}
	.store_product_detail_image img
	{
		width:100%;
		max-width:498px;
		max-height:498px;	
	}
	.store_product_detail_body
	{
		position:relative;
		width:100%;
		height:100%;
		margin-bottom:40px;
		border:0px #000000 solid;	
		text-align:left;
		
		-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;
		cursor:pointer;
		background-size:cover;
		background-repeat:no-repeat;
		background-position:center center;
		
		-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_product_detail_body_reference {
		font-size:14px;
	}
	.store_product_detail_body_designation {
		margin:0;
		font-family:'bold';
		font-weight:normal;
		text-align: left;
		font-size: 30px;
		line-height: 30px;
		color: #24AADF !important;
		letter-spacing: -1px;
	}
	.store_product_detail_body_store_designation {
		margin: 0;
		font-weight: normal;
		text-align: left;
		font-family: 'regular';
		font-weight: normal;
		font-size: 14px;
		line-height: 16px;
		margin-top:10px;
		margin-bottom:20px;
		color: #255777 !important;
		letter-spacing: 0px;
	}
	.store_product_detail_body_store_designation a:hover {
		text-decoration:underline;
	}
	.store_product_detail_radio_attribute {
		border: 3px solid #ffffff;
	}
	.store_product_detail_radio_attribute:hover {
		border: 3px solid rgb(0, 0, 0) !important;
	}
	#product_final_price_with_discount
	{
		font-size:28px;
		line-height:28px;
		margin-right:10px;
		color:#333333;
	}
	#product_final_price
	{
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 5px;
		padding-bottom: 0;
		font-family:'bold';
		font-weight:normal;
	}
	.store_available_product_detail_message {
		margin-bottom:20px;
	}
	.store_product_detail_quantity {
		margin-top:20px;
		margin-bottom:5px;
	}
	.store_breadcrumb
	{
		position:relative;
		width:96%;
		max-width:1680px;
		min-height:30px;
		border:0px solid;
		text-align:left;	
		font-size:16px;
		margin-bottom:0px;
	}
	.store_breadcrumb a:hover {
		text-decoration:underline;
	}
	.tab-link-responsive {
		display:none;
	}
	.tab.active
	{
		display: block;
		background: #f3f3f3;
		padding: 20px;
		width:calc(100% - 40px);
	}
	.store_attributes_area {
		border-top:1px solid #ddd;
		border-bottom:1px solid #ddd;
		padding-top:10px;
		padding-bottom:10px;
	}
	.cd_ec_product_option {
		margin-bottom:10px;
	}
	.store_product_detail_body_extra_field {
		margin-bottom:15px;
		font-size:17px;
	}
	.store_price_with_vat_message {
		font-size:14px;
	}
	.store_filter_attribute {
		width:100%;
		border-bottom:1px solid #cccccc;
		padding-bottom:5px;
		margin-bottom:5px;
		cursor:pointer;
	}
	.store_filter_attribute_arrow {
		background-image:url(/_images/arrow-down.png);
		background-repeat:no-repeat;
		background-size:contain;
		background-position:center;
		width:20px;
		height:20px;
		margin-right:5px;
		display:inline-block;
		vertical-align:middle;
		transition-duration: 0.5s;
		transition-property: transform;
	}
	.store_filter_attribute_arrow.open {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	.store_filter_attribute h3 {
		font-size:14px;
		line-height:20px;
		vertical-align:middle;
		text-align:left;
		width:calc(100% - 25px);
		display:inline-block;
	}
	.store_filter_attribute_option {
		text-align:left;
		padding-top:5px;
		padding-bottom:5px;
		max-height:300px;
		overflow:auto;
		display:none;
	}
	
	/* STORE LIST CSS */
	.page_banner_image {
		vertical-align:top;
		margin-top:0px;
		margin-right:20px;
		position:relative;
		width:calc(100% - 272px);
		display:inline-block;
		height:248px;
		background-color:#ffffff;
		background-position:center center;
		background-size:cover;
		border:1px solid #dddddd;
		border-radius:5px;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}
	.page_banner_content {
		width:calc(100% - 382px);
		padding:15px;
		position:absolute;
		bottom:30px;
		right:30px;
		background-color:rgba(0,0,0,0.2);
		text-align:left;
		border-radius:5px;
	}
	.page_banner_content_info {
		display: inline-block;
		width: calc(100% - 194px);
		min-width: 250px;
	}
	.page_banner_content h2 {
		color:#ffffff;
		font-family:'bold';
		font-weight:normal;
		line-height:28px;
		margin-bottom:2px;
	}
	.page_banner_content h3 {
		color:#ffffff;
	}
	.page_banner_content h3 a {
		color:#ffffff;
		font-family:'bold';
		font-weight:normal;
	}
	.page_banner_content .button_blue {
		vertical-align:bottom;
		margin-top:5px;
	}
	.page_banner_logo {
		width:240px;
		height:100px;
		padding:10px;
		position:absolute;
		bottom:30px;
		left:30px;
		background-color:#ffffff;
		border:1px solid #dddddd;
		border-radius:5px;
	}
	.page_banner_logo_img {
		width:230px;
		height:100px;
		background-repeat:no-repeat;
		background-size:contain;
		background-position:center;
	}
	.page_banner_ad {
		vertical-align:top;
		margin-top:0px;
		position:relative;
		width:250px;
		display:inline-block;
		height:250px;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}
	.page_banner_title {
		text-align: center;
		font-family:'bold';
		font-weight:normal;
		font-size: 30px;
		line-height: 250px;
		color: #ffffff;
		letter-spacing: -1px;
	}
	.store_header
	{ 	
		position:relative;
		width:100%;
		height:100%;
		min-height:50px;
		border:0px solid;
		text-align:center;
	}
	.store_filters
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:100%;
		border:0px #000000 solid;
		vertical-align:top;
	}
	.store_filters_mobile
	{
		display:none;
	}
	.store_order_by
	{
		position:relative;
		display:inline-block;
		float:right;
		width:200px;
		height:50px;
		border:0px solid;
		
		-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_box_tops_sidebar
	{
		width:100%;
		margin-bottom:20px;
		display:inline-block; 
		border:0px solid;
		vertical-align:top;
	}
	.store_box_tops
	{
		width:calc(50% - 5px);
		margin-bottom:20px;
		min-width:300px;
		display:inline-block; 
		min-height:350px; 
		border:0px solid;
		vertical-align:top;
	}
	.store_products_list
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:100%;
		border:0px #cccccc solid;
		vertical-align:top;
	}
	.store_discount_ball {
		background-color: #24AADF !important;
		position: absolute;
		z-index: 9;
		width: 68px;
		height: 68px;
		background-image: none;
		margin-left: 3px;
		margin-top: 10px;
		text-align: center;
		border-radius: 68px;
		top: 0px;
	}
	.store_discount_ball h2 {
		color: #fff;
		letter-spacing: -3px;
		font-size: 30px;
		margin-top: 10px;
		line-height: 48px;
		font-family:'bold';
		font-weight:normal;
	}
	.store_discount_ball small {
		font-size: 26px;
		color: #fff;
		font-family:'bold';
		font-weight:normal;
	}
	
	
	
	.store_data_table {
		text-align:left;
		width:100%;
		border:0px solid #ddddddd; 
		border-spacing:0px;
	}
	.store_data {
		text-align:left;
	}
	.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;
	}
	
	.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;
	}
	#pagination {
		width:100%;
		display:inline-block;
	}
	.pagination_center {
		width: 100% !important;
		display: inline-block !important;
		text-align: center !important;
		margin-bottom:5px;
	}
	.pagination_left {
		width: calc(50% - 5px) !important;
		display: inline-block !important;
		text-align: right !important;
		margin-right:5px;
	}
	.pagination_right {
		width: calc(50% - 5px) !important;
		display: inline-block !important;
		text-align: left !important;
		margin-left:5px;
	}
	.pagination_right select{
		max-width:180px !important;
	}
	
	.box_content_zone_list {
		position:relative;
		display:none;
		width:96%;
		max-width:1680px;
		
		animation:fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_content_zone.store_filters_zone {
		position:relative;
		display:inline-block;
		width:260px;
		min-height:100px;
		margin-right:25px;
		vertical-align:top;
		
		animation:fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_content_zone.store_filters_zone .box_content {
		width:calc(100% - 60px);
	}
	.box_content_zone.store_products_list_zone {
		position:relative;
		display:inline-block;
		width:calc(100% - 291px);
		min-height:100px;
		vertical-align:top;
		
		animation:fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.box_content_zone.store_products_list_zone .box_content {
		width:calc(100% - 60px);
	}
	
	
	
	
	/* CART CSS */
	#store_cart_message_error {
		position: fixed;
		width: calc(100% - 20px);
		background-color: rgb(255, 0, 0);
		margin-bottom: 30px;
		color: rgb(255, 255, 255);
		padding: 10px;
		z-index: 99999;
		top: 0;
		left: 0;
	}
	.store_steps
	{
		position:relative; 
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:50px;		
		margin-left:0px;
		margin-right:0px;
		margin-bottom:10px;
		border:1px #cccccc solid;
	}
	.store_steps3
	{
		position:relative; 
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:50px;		
		margin-left:0px;
		margin-right:0px;
		margin-bottom:10px;
		border:1px #cccccc solid;
	}
	.store_steps_active
	{
		background:#000000;
		color:#ffffff;
	}
	.store_multistore_name {
		margin-bottom:20px;
	}
	.store_column_data
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:100px;
		background-color:#ffffff;
		text-align:left;
		border:0px #000000 solid;
	}
	
	.store_column_data.store_orders
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100% !important;
		height:30px;
		background-color:#ffffff;
		text-align:center;
		border:0px #000000 solid;
	}
	.store_column_data_separator {
		margin:10px 0;
	}
	.store_column_title
	{
		position:relative;
		display:none;
		vertical-align:top;
		height:26px;
		background-color:#cccccc;
		text-align:left;
		border:0px solid;
		line-height:26px;
		padding: 0;
	}
	
	.store_column_title_designation
	{
		position:relative;
		display:none;
		vertical-align:top;
		width: calc(100% - 790px);
		height:26px;
		background-color:#cccccc;
		text-align:left;
		border:0px solid;
		line-height:26px;
		padding: 0;
	}
	
	.store_column_data
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		height:100%;
		background-color:#ffffff;
		text-align:center;
		border:0px #000000 solid;
	}
	
	.store_column_data.store_orders
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		height:100%;
		background-color:#ffffff;
		text-align:center;
		border:0px #000000 solid;
	}
	.store_column_data_designation
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		background-color:#ffffff;
		text-align:center;
		border:0px #000000 solid;
		margin-bottom:10px;
	}
	
	.store_total_line
	{
		position:relative;
		width:100%;
		height:1px;
		background-color:#cccccc;
		border:0px solid;
		margin-bottom:10px;
	}	

	.store_total
	{
		position:relative;
		width:100%;
		height:30px;
		background-color:#ffffff;
		text-align:right;
		border-bottom:1px #cccccc solid;
	}	
	
	.store_button_continue,
	.store_button_continue_to_shop
	{
		position:relative;
		display:block;
		height:25px;
		background-color:#ffffff;
		text-align:center;
		border:0px #000000 solid;
		margin-bottom:20px;
	}
	.store_button_back
	{
		position:relative;
		display:inline-block;
		float:left;
		height:25px;
		background-color:#ffffff;
		text-align:right;
		border:0px #000000 solid;
	}
	.store_button_buy_area
	{
		position:relative;
		display:inline-block;
		width:166px;
		background-color:#ffffff;
		text-align:center;
		border:0px #000000 solid;
	}
	.store_button_back
	{
		position:relative;
		display:inline-block;
		float:left;
	}
	.store_mobile_title
	{
		display:inline-block;
		margin-right:5px;
	}
	.store_payment_line_image
	{
		display:inline-block;
		vertical-align:middle;
	}
	.store_payment_line_tax
	{
		display:inline-block;
		width:350px;
		padding:0 10px;
		text-align:left;
		vertical-align:middle;
	}
	.store_payment_line_btn
	{
		display:inline-block;
	}
	.store_cart_left {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin-right:0px;
		text-align:center;
		margin-bottom:20px;
	}
	.store_cart_center {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin-left:0px;
		margin-right:0px;
		text-align:center;
	}
	.store_cart_right {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin-left:0px;
		text-align:center;
	}
	.store_data_table {
		text-align:left;
		width:100%;
		border:0px solid #ddddddd; 
		border-spacing:0px;
	}
	.store_data_table .store_button_buy_area {
		width:100%;
		text-align:left;
	}
	.store_data {
		text-align:left;
	}
	.store_data_field {
		width:100%;
		margin-bottom:15px;
	}
	.store_data_field_title {
		width:70px;
		display:inline-block;
		margin-right:10px;
	}
	.store_data_field_input {
		width:calc(100% - 80px);
		display:inline-block;
	}
	.store_data_field.one_third {
		width:calc(40% - 5px);
		text-align: left;
		display:inline-block
	}
	.store_data_field.one_third.left {
		margin-right:5px;
	}
	.store_data_field.one_third.right {
		margin-left:5px;
	}
	.store_data_field.two_third {
		width:calc(60% - 5px);
		text-align: left;
		display:inline-block
	}
	.store_data_field.two_third.left {
		margin-right:5px;
	}
	.store_data_field.two_third.right {
		margin-left:5px;
	}
	.store_data_field.half {
		width:calc(50% - 5px);
		text-align: left;
		display:inline-block
	}
	.store_data_field.half.left {
		margin-right:5px;
	}
	.store_data_field.half.right {
		margin-left:5px;
	}
	.store_form_input,
	.store_input,
	.store_data_field .input,
	.store_data_field .store_form_input,
	.store_data_field .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;
	}
	
	.store_data_field .store_select,
	.store_data_field .store_form_select,
	.store_data_field .select {
		min-width:250px;
		max-width:544px;
		margin: 0;
		padding: 0;
		font-size: 14px;
		font-weight: normal;
		color: #000000;
		letter-spacing: 0px;
		width: calc(100% + 2px);
		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_data .store_select,
	.store_data .store_form_select,
	.store_data .select {
		min-width:200px;
		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_column_data.store_orders .store_small_button_grey {
		margin-top:8px;
		margin-bottom:8px;
	}
	.cell
	{
		position:relative;
		display:inline-block;
		border:0px #cccccc solid;
	}
	.cell img {
		max-width:80%;
	}
	
	/* LOGIN CSS */
	.register_page_block {
		width:100%;
		display:inline-block;
		vertical-align:top;
		padding-right:0px;
		margin-right:0px;
		border:0;
		order:2;
	}
	.register_page_block .input,
	.login_page_block .input {
		width:calc(100% - 20px) !important;
	}
	.login_page_block {
		width:100%;
		display:inline-block;
		vertical-align:top;
		order:1;
		margin-bottom:50px;
	}
	.register_login_page {
		width:100%;
		display:flex;
		flex-direction: column;
	}
	
	.adult_content_popup_overlay {
		display:none;
		background:rgba(0,0,0,1);
		position:fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		z-index:999999;
	}
	.adult_content_popup {
		display:none;
		background:#fff;
		position:fixed;
		top:10%;
		left:calc(50% - 250px);
		z-index:999999;
		width:500px;
		text-align:center;
		padding:10px 10px 20px;
	}
	
	.store_register_eye,
	.store_login_eye {
		position: absolute;
		margin-top: 4px;
		margin-left: -30px;
		cursor: pointer;
		opacity:0.3;
	}
}
