label.error
{
	display:block;
	color:red;	
	margin-bottom:-30px;
}
label.error[for="terms"]
{
	display:block;
	margin-bottom:0px;
}
.store_data_field label.error
{
	display:block;
	margin-bottom:0px;
}

#chrono_verification1_container_div label.error
{
	margin-top:5px;
	margin-bottom:0px;
}

.ui-widget,
.ui-widget a:link,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	
}

.plus, .minus
{
	width: 10px;
	height: 10px;
	font-size: 12px;
	color: white;
	background-color: #666666;
	padding: 0px 3px 7px 5px;
	text-decoration: none !important;
	cursor:pointer;
}

.plus:hover {
	background-color: #A0A0A0;
}

.minus {
	font-weight: bolder;
	padding-left: 6px;
	padding-right: 2px;
	padding-bottom: 7px;
	margin-top:3px;
}
#mycarousel {
	margin-bottom:95px;
}
.minus:hover {
	background-color: #A0A0A0;
}

.button-cart,

#categories-list > .selected,

#desconto3,

.pag_selected,

.cart-steps.selected > span,

.jcarousel-next-horizontal,

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }
.ui_tpicker_minute {margin-right:10px !important;}

/* TABS*/
 
 #nav_tabs .menu
{   
	padding-left:25px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-size:20px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

 #nav_tabs .menu a:link
{   
	font-size:20px;
	color:#ffffff;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

 #nav_tabs .menu a:visited
{   
	font-size:20px;
	color:#ffffff;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}
 
#nav_tabs td.menu:hover
{
	color:#3b3f49;
	font-size:20px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

#nav_tabs td.menu a:hover
{
	color:#3b3f49;
	font-size:20px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

/* END TABS*/

#fadediv {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.greydout {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.greydout:hover {
  -webkit-opacity: 0.50;
  -moz-opacity: 0.50;
  opacity: 0.50;
}


.store_discount {
	border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
	color:#fff;
}


.tab-links {
	padding:0px;
	margin:0px;
}

.tabs
{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0px;
	border: 0px #ff0000 solid;
}

.tab-links:after
{
	display: block;
	clear:both;
	content: '';
}

.tab-links li
{
	padding: 0px;
	margin: 0px 0px;
	float: left;
	list-style: none;
	border: 0px #0000ff solid;
}

.tab-links span
{
	padding: 9px 15px;
	display: inline-block;
	border-radius: 0px 0px 0px 0px;
	background: #bbbbbb;
	font-size: 16px;
	font-weight: 600;
	color: #4c4c4c;
	cursor:pointer;
	transition: all linear 0.15s;
	margin-right: 1px;
	border: 0px #0000ff solid;
}

.tab-links span:hover
{
	background: #aaaaaa;
	text-decoration: none;
	border: 0px #cccccc solid;
}

li.active span, li.active span:hover
{
	background: #f3f3f3;
	color: #4c4c4c;
	border: 0px #cccccc solid;
}

.tab-content
{
	margin-top: 0px;
	padding: 20px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.15);
	border: 0px #ee3344 solid;
	background: #f3f3f3;
}

.tab 
{
	display: none;
	text-align: left;
	border: 0px solid;
}

.store_message_success {
	width:calc(100% - 40px);
	background:green;
	color:#fff;
	padding: 10px 20px;
}

.video-container {
position: relative;
padding-top: 30px;
height: 0;
overflow: hidden;
height:450px;
max-width:800px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-height:450px;
}

.tab img {
	max-width:100%;
	height:auto;
}

.store_stock_available_message {
	width:calc(100% - 20px);
	background-color:red;
	padding:5px 10px;
	margin-bottom: 15px;
}
/* SELECT STORE */

.store-select {
	width: 100%;
	margin:10px 0 0;
	height:35px;
	line-height: 35px;
	padding-left:0;
	padding-right:0;
	font-weight:bold;
}

.s-hidden {
	visibility:hidden;
	padding-right:10px;
}
.store-select-select {
	cursor:pointer;
	display:inline-block;
	position:relative;
	color:black;
	border:1px solid #ccc;
	width: 100%;
	margin:10px 0 0;
	height:35px;
	line-height: 35px;
	padding-left:0;
	padding-right:0;
	font-weight:bold;
}
.store-select-styled-select {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:white;
	padding:0 10px;
	font-weight:bold;
}
.store-select-styled-select:after {
	content:"";
	width:0;
	height:0;
	border:5px solid transparent;
	border-color:black transparent transparent transparent;
	position:absolute;
	top:15px;
	right:6px;
}
.store-select-styled-select:active, .store-select-styled-select.active {
	background-color:#eee;
}
.store-select-options {
	display:none;
	position:absolute;
	top:100%;
	right:0;
	left:0;
	z-index:999;
	margin:0 0;
	padding:0 0;
	list-style:none;
	border:1px solid #ccc;
	background-color:white;
	max-height: 200px;
    overflow: auto;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
}
.store-select-options li {
	padding:0 6px;
	margin:0 0;
	padding:0 10px;
	border-bottom: 1px solid #ccc;
}
.store-select-options li:hover {
	background-color:#39f;
	color:white;
}
.store-select-select label.error {
	margin-top: -18px;
    display: inline-block;
}

/* SELECT STORE */

.store_attributes_area {
	margin-bottom:15px;
}

.store_button,
.store_button_buy,
.store_button_grey,
.button_grey {
	background-color:#dddddd;
	position: relative;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0px;
    color: white;
    text-transform: uppercase;
    padding: 7px 7px 7px 7px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border-radius: 0px;
    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;
}
.store_button:hover,
.store_button_buy:hover,
.store_button_grey:hover,
.button_grey:hover {
	background-color:#aaaaaa;
}

.store_button_grey img {
	display:inline-block;
}

.store_small_button_grey {
	background-color:#dddddd;
	position: relative;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0px;
    color: white;
    text-transform: uppercase;
    padding: 0 7px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border-radius: 0px;
    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;
}
.store_small_button_grey:hover {
	background-color:#aaaaaa;
}

.store_flash_sale {
	position:relative;
	display:block;
}
.store_flash_sale_section {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:190px;
	height:40px;
	background-color:#0BBAEC;
	border:0px #000000 solid;
	text-align:left;margin-bottom:10px;
}
.store_flash_sale_time {
	display:inline-block;
	width:25%;
	float:left;
	text-align:center;
}
.store_flash_sale_time_number {
	margin: 5px 0;
	width:100%;
	display:inline-block;
	font-size:20px;
	line-height:17px;
	color:#ffffff;
	text-transform:uppercase;
	border-right:1px #ffffff solid;
}
.store_flash_sale_time_label {
	display:inline-block;
	font-size:10px;
	line-height:10px;
	color:#ffffff;
	text-transform:uppercase;
}
.store_button_cart_remove {
	background-color:#ff0000;
	position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    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;
	
	vertical-align:top;
	width:18px;
	height:18px;
	padding:0px;
}
.store_button_cart_remove:hover {
	background-color:#ccc;
}

.store_wishlist_line .button_grey {
	width:102px;
	height:22px;
	line-height:22px;
}
.store_wishlist_line .store_add_button {
	width:100px;
}

.store_add_button
{
	display:inline-block;	
	color: #777777;
	text-transform:uppercase;
	padding: 7px 7px 7px 7px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:0px;
	border:1px #dddddd solid;
	font-size:12px;
	line-height:20px;
	margin-bottom:10px;
	
	-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;
}
.store_add_button:hover
{
	background-color:#cccccc !important;
	border:1px #cccccc solid;
	color:#ffffff;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-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;
}
.store_add_button img,
.store_add_button img {
	margin-top:3px;
	width: 20px;
    margin-right: 5px;
}

.store_textarea
{
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #333333;
	width: calc(100% - 7px);
	height: 100px;
	background: #fff;
	padding-left: 5px;
	font-weight: normal;
	line-height: 18px;
}

.store_attributes_area .store-select-select {
	width:auto;
}

.store_box_content_description {
	line-height:16px;
	margin-top:5px;
}

.title_related_products h3 {
	font-size:22px;
	font-weight:bold;
}


.store_box_product_available {
	display:none;
}

.store_button_grey.store_notify_when_available {
	line-height:21px;
}

.store_available_product_detail_message_green {
	width:20px;
	height:20px;
	background-image:url(https://bo4.onlinebiz.pt/_images/semaphore_green.png);
	background-size:contain;
	display:inline-block;
	vertical-align:middle;
}
.store_available_product_detail_message_yellow {
	width:20px;
	height:20px;
	background-image:url(https://bo4.onlinebiz.pt/_images/semaphore_yellow.png);
	background-size:contain;
	display:inline-block;
	vertical-align:middle;
}
.store_available_product_detail_message_red {
	width:20px;
	height:20px;
	background-image:url(https://bo4.onlinebiz.pt/_images/semaphore_red.png);
	background-size:contain;
	display:inline-block;
	vertical-align:middle;
}

.store_category_icon_file {
	max-width: 20px;
	max-height: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.store_box_products_since_price
{
	display:none;
}
.store_cart_message
{
	position:relative;
	display:inline-block;
	width:100%;
	text-align:left;
	margin-top:20px;
}

.store_options_area_multichoice
{
	position:relative;
	padding-bottom:10px;
}
.store_options_area_single.multichoice label.error
{
	position: absolute;
    margin-bottom: 0;
    bottom: 5px;
}

.store_box_content_notes
{
	display:none;
}


.store_filters_button
{
	position:relative;
	display:inline-block;
	width:210px;
	text-align:left;
	border:1px solid #cccccc;
	padding:5px 10px 6px 40px;
	float:left;
	cursor:pointer;
}
.store_filters_button h3
{
	line-height:31px;
}
.store_filters_button img.store_filters_button_img_filters
{
	position:absolute;
	width:20px;
	left:10px;
	top:11px;
}
.store_filters_button img.store_filters_button_img_arrow
{
	position:absolute;
	right:8px;
	top:17px;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.store_filters_button.open img.store_filters_button_img_arrow
{
	transform: rotate(180deg);
}
.store_filters_box
{
	position:absolute;
	display:none;
	width:calc(100% - 40px);
	background:#ffffff;
	z-index:999;
	top:80px;
	border:1px solid #cccccc;
	padding:20px;
	text-align:left;
}
.store_filters_box.open
{
	display:inline-block;
}
.store_filters_box_prices
{
	position:relative;
	display:inline-block;
	width:calc(100% - 682px);
	vertical-align:top;
	max-width:200px;
}
.store_filters_box_prices h2
{
	font-size:16px;
	border-bottom:1px solid #cccccc;
	padding-bottom:5px;
	margin-bottom:10px;
}
.store_filters_box_prices .store_button
{
	margin-top:15px;
}

.store_filters_box_brands
{
	position:relative;
	display:inline-block;
	width:300px;
	padding-right:20px;
	margin-right:20px;
	border-right:1px solid #cccccc;
	vertical-align:top;
}
.store_filters_box_brands h2
{
	font-size:16px;
	border-bottom:1px solid #cccccc;
	padding-bottom:5px;
}
.store_filters_box_brand_item
{
	position:relative;
	display:inline-block;
	width:100%;
	border-bottom:1px solid #cccccc;
}
.store_filters_box_brand_item_content h3
{
	position:relative;
	display:inline-block;
	width:100%;
	line-height:30px;
	height:30px;
	overflow:hidden;
}
.store_filters_box_brand_item_content:hover h3,
.store_filters_box_brand_item_content.active h3
{
	color:#888888;
}

.store_filters_box_categories
{
	position:relative;
	display:inline-block;
	width:300px;
	padding-right:20px;
	margin-right:20px;
	border-right:1px solid #cccccc;
	vertical-align:top;
}
.store_filters_box_categories h2
{
	font-size:16px;
	border-bottom:1px solid #cccccc;
	padding-bottom:5px;
}
.store_filters_box_category_item,
.store_filters_box_category_item_sub,
.store_filters_box_category_item_sub_sub,
.store_filters_box_category_item_sub_sub_sub
{
	position:relative;
	display:inline-block;
	width:100%;
	border-bottom:1px solid #cccccc;
}
.store_filters_box_category_item_sub .store_filters_box_category_item_content
{
	padding-left:15px;
}
.store_filters_box_category_item_sub_sub .store_filters_box_category_item_content
{
	padding-left:30px;
}
.store_filters_box_category_item_sub_sub_sub .store_filters_box_category_item_content
{
	padding-left:45px;
}
.store_filters_box_category_item_content .store_filters_box_category_item_icon_file
{
	position:absolute;
	left:0px;
	top:5px;
	max-width:20px;
	max-height:20px;
}
.store_filters_box_category_item_content h3
{
	position:relative;
	display:inline-block;
	width:100%;
	line-height:30px;
	height:30px;
	overflow:hidden;
}
.store_filters_box_category_item_content.with_icon_file h3
{
	position:relative;
	display:inline-block;
	padding-left:30px;
	width:calc(100% - 30px);
}
.store_filters_box_category_item_content.with_subs h3
{
	position:relative;
	display:inline-block;
	padding-right:30px;
	width:calc(100% - 30px);
}
.store_filters_box_category_item_content.with_icon_file.with_subs h3
{
	width:calc(100% - 60px);
}
.store_filters_box_category_item_arrow,
.store_filters_box_category_item_sub_arrow,
.store_filters_box_category_item_sub_sub_arrow
{
	position:absolute;
	right:5px;
	top:10px;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.store_filters_box_category_item.open img.store_filters_box_category_item_arrow,
.store_filters_box_category_item_sub.open img.store_filters_box_category_item_sub_arrow,
.store_filters_box_category_item_sub_sub.open img.store_filters_box_category_item_sub_sub_arrow,
.store_filters_box_category_item_sub_sub_sub.open img.store_filters_box_category_item_sub_sub_sub_arrow
{
	transform: rotate(180deg);
}
.store_filters_box_category_item_subs,
.store_filters_box_category_item_subs_subs,
.store_filters_box_category_item_subs_subs_subs
{
	position:relative;
	display:none;
	width:100%;
}
.store_filters_box_category_item_subs .store_filters_box_category_item_sub,
.store_filters_box_category_item_subs_subs .store_filters_box_category_item_sub_sub,
.store_filters_box_category_item_subs_subs_subs .store_filters_box_category_item_sub_sub_sub
{
	border-top:1px solid #cccccc;
	border-bottom:0px solid #cccccc;
}
.store_filters_box_category_item_content:hover h3
{
	color:#888888;
}

.store_box_products_since_price2
{
	position: relative;
    display: inline-block;
    width: 100%;
}
.store_attributes_area_attribute_single label.error
{
	margin-bottom:0px;
}
#store_ec_delivery_time label.error
{
	margin-top:-30px;
}

.store_column_title.store_column_title_price,
.booking_column_data.booking_column_data_price,
.store_column_title.store_column_title_tax,
.booking_column_data.booking_column_data_vat,
.store_column_data.store_column_data_price,
.store_column_data.store_column_data_tax 
{
	display:none;
}

.store_total.store_total_tax,
.store_total.store_total_without_vat,
.store_total.store_total_total_without_vat,
.store_total.store_total_total_tax
{
	display:none;
}

.store_box_products_big .store_flash_sale
{
	position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 168px;
}
.store_box_products_small .store_flash_sale
{
	position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 87px;
}
.store_box_products_small .store_flash_sale .store_flash_sale_section
{
	width:90%;
}
.store_box_products_small .store_flash_sale .store_flash_sale_time_number
{
	font-size:14px;
}
.store_box_products_small .store_flash_sale ..store_flash_sale_time_label
{
	font-size:8px;
}

.store_product_detail_body_ean
{
	display:none;
}


.store_box_products_attributes
{
	position:relative;
	display:inline-block;
	width:100%;
	margin-top:20px;
}
.store_box_product_attribute
{
	position:relative;
	display:inline-block;
	width:100%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #dddddd;
}
.store_box_products_attributes h2
{
	font-size:14px;
}
.store_box_product_attribute_options
{
	position:relative;
	display:inline-block;
	width:100%;
	max-height:125px;
	overflow:auto;
}

/* width */
div.store_box_product_attribute_options::-webkit-scrollbar {
	width: 3px;
	position: absolute;
}

/* Track */
div.store_box_product_attribute_options::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
div.store_box_product_attribute_options::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
div.store_box_product_attribute_options::-webkit-scrollbar-thumb:hover {
	background: #555;
}





/* OBCALENDAR */
.box_obcalendar
{
	position:absolute;
	display:none;
	width:100%;
	max-width:558px;
	padding:20px;
	border:1px solid #f1f1f1;
	z-index:9;
}
.box_obcalendar_calendar
{
	position:relative;
	display:inline-block;
	width:100%;
	max-width:418px;
	vertical-align:top;
}
.box_obcalendar .box_obcalendar_date_row
{
	position:relative;
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}
.box_obcalendar .box_obcalendar_date_row .box_obcalendar_date_left.inactive
{
	cursor:default;
}
.box_obcalendar .box_obcalendar_date_row .box_obcalendar_date_left.inactive img
{
	opacity:0.5;
}
.box_obcalendar .box_obcalendar_date_row .box_obcalendar_date_left,
.box_obcalendar .box_obcalendar_date_row .box_obcalendar_date_right
{
	position:relative;
	display:inline-block;
	width:30px;
	cursor:pointer;
}
.box_obcalendar .box_obcalendar_date_row .box_obcalendar_date_center
{
	position:relative;
	display:inline-block;
	width:calc(100% - 80px);
	margin:0px 10px;
}
.box_obcalendar .box_obcalendar_date_row .box_obcalendar_date_center h3
{
	font-size:12px;
}
.box_obcalendar .box_obcalendar_date_row .box_obcalendar_date_month,
.box_obcalendar .box_obcalendar_date_row .box_obcalendar_date_year
{
	position:relative;
	display:inline-block;
	margin:0px 5px;
}
.box_obcalendar .box_obcalendar_date_row .box_obcalendar_date_left img
{
	transform: rotate(90deg);
}
.box_obcalendar .box_obcalendar_date_row .box_obcalendar_date_right img
{
	transform: rotate(-90deg);
}
.box_obcalendar .box_obcalendar_week_day_row
{
	position:relative;
	display:inline-block;
	width:100%;
}
.box_obcalendar .box_obcalendar_week_day_row .box_obcalendar_week_day
{
	position:relative;
	display:inline-block;
	width:calc(100% / 7);
	padding:5px 0;
}
.box_obcalendar .box_obcalendar_days
{
	position:relative;
	display:inline-block;
}
.box_obcalendar .box_obcalendar_days_content
{
	position:relative;
	display:inline-block;
}
.box_obcalendar .box_obcalendar_day
{
	position:relative;
	display:inline-block;
	width:calc(100% / 7);
	padding:5px 0;
	cursor:pointer;
}
.box_obcalendar .box_obcalendar_day h3
{
	display:inline-block;
	font-size:16px;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:100%;
	background-color:rgba(204, 204, 204,0.3);
	border:1px solid rgba(204, 204, 204,0.3);
	text-align:center;
}
.box_obcalendar .box_obcalendar_day.today h3
{
	background-color:#ffffff;
	border:1px solid rgba(204, 204, 204,0.3);
}
.box_obcalendar .box_obcalendar_day.inactive h3
{
	cursor:default;
}
.box_obcalendar .box_obcalendar_day.inactive h3
{
	background-color:#ffffff;
	border:1px solid #ffffff;
}
.box_obcalendar .box_obcalendar_day.active h3,
.box_obcalendar .box_obcalendar_day:not(.inactive):hover h3
{
	font-weight:bold;
	background:rgba(204, 204, 204, 1);
	border:1px solid rgba(204, 204, 204, 1);
}
.box_obcalendar .box_obcalendar_day.active
{
	cursor:default;
}
.box_obcalendar_slots
{
	position:relative;
	display:inline-block;
	width:120px;
	max-height:324px;
	overflow:auto;
	vertical-align:top;
	margin-left:20px;
}
.box_obcalendar_slots .box_obcalendar_slot
{
	position:relative;
	display:inline-block;
	width:calc(100% - 2px);
	border:1px solid rgba(204,204,204,1);
	margin-bottom:4px;
	cursor:pointer;
}
.box_obcalendar_slots .box_obcalendar_slot h3
{
	font-size:16px;
	line-height:30px;
	text-align:center;
}
.box_obcalendar_slots .box_obcalendar_slot.active
{
	cursor:default;
}
.box_obcalendar_slots .box_obcalendar_slot:not(.inactive):hover h3
{
	background-color:rgba(204, 204, 204,0.3);
}
.box_obcalendar_slots .box_obcalendar_slot.active h3
{
	font-weight:bold;
	background-color:rgba(204, 204, 204, 1);
}
.box_obcalendar_slots .box_obcalendar_slot.inactive
{
	cursor:default;
}
.box_obcalendar_slots .box_obcalendar_slot.inactive h3
{
	opacity:0.5;
}

.box_obcalendar input
{
	width:0px;
	height:0px;
	border:none;
	padding:0px;
}


.box_obcalendar .box_obcalendar_days_loader
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(255,255,255,0.8);
	z-index:9;
	display:none;
	text-align:center;
}
.box_obcalendar .box_obcalendar_days_loader .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  margin-top: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #cccccc;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 30px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 50px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 100px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 150px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
	transform: scale(0);
  }
  100% {
	transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
	transform: scale(1);
  }
  100% {
	transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
	transform: translate(0, 0);
  }
  100% {
	transform: translate(50px, 0);
  }
}
/* OBCALENDAR */


.store_box_product_image2
{
	display:none;
}





/* HOMEPAGE PRODUCTS SLIDER */
.homepage_products_slider
{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:450px;
	border:0px #e81a1c solid;		
	z-index:1;
	overflow:hidden;

	animation-name:animation_top_to_bottom;
	animation-duration:2s;
	animation-iteration-count:1;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
.homepage_products_slider_content
{
	position:relative;
	width:100%;
	height:100%;
	border:0px #ff0000 solid;
}
.homepage_products_slider_body
{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:450px;		
	margin-top:0px;
	padding:0px;
	border:0px #333333 solid;
	overflow:hidden;
	
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;	
}
/* HOMEPAGE PRODUCTS SLIDER */


@media screen and (min-width: 1001px)
{
	/* HEADER SEARCH */
	#header_search_suggestions
	{
		display: none;
		position: absolute;
		background-color:#ffffff;
		margin-left: 0px;
		width: calc(100% - 4px);
		max-height: 450px;
		min-width: 500px;
		left: 0px;
		border-radius: 0px;
		margin-top: 50px;
		padding-top: 10px;
		padding-bottom: 25px;
		border: 0px solid rgb(204, 204, 204);
		z-index: 999999;
		box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
	}
	#store_search_form #header_search_suggestions
	{
		margin-top:0px;
	}
	#header_search_suggestions #header_search_suggestions_results
	{
		background-color:#ffffff;
		margin-top: 0px;
		width: 100%;
		max-height: 420px;
		left: 0px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.header_search_suggestions_box_title {
		background-color:#ffffff;
		margin-left:24px;
		margin-right:24px;
		margin-top:20px;
		width:calc(100% - 48px);
		height:40px;
		border:0px #cccccc solid;
		border-top:1px #cccccc solid;
		/* border-bottom:1px #cccccc solid; */
		overflow:hidden;
	}
	.header_search_suggestions_box_title h3 {
		font-size:16px;
		line-height:19px;
		padding:10px 0;
		text-align:left;
	}
	.header_search_suggestions_box_title h3 b {
		font-family:bold;
		font-weight:normal;
		font-size:18px;
	}
	.header_search_suggestions_box_line {
		position:relative;
		display:inline-block;
		margin-left:24px;
		margin-right:24px;
		margin-top: 20px;
		width:calc(100% - 48px);
		padding:10px 0;
		border-top:1px #cccccc solid;;
	}
	.header_search_suggestions_box_row {
		position:relative;
		display:inline-block;
		float:left;
		margin-left:24px;
		margin-right:24px;
		width:calc(100% - 48px);
		height:70px;
		padding:10px 0;
		border-top:1px #cccccc solid;
		text-align:left;
		overflow:hidden;
		min-width:580px;
	}
	.header_search_suggestions_box_row.no_records:hover {
		background:#eeeeee;
	}
	.header_search_suggestions_box_row.no_records h3 {
		margin-left:5px;
		margin-top:18px;
	}
	.header_search_suggestions_box_row:hover {
		background:#f5f5f5;
	}
	.header_search_suggestions_box_row_img {
		position:relative;
		display:inline-block;
		float:left;
		vertical-align:top;
		width:90px;
		height:70px;
		overflow:hidden;
		border:0px #cccccc solid;
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
	}
	.header_search_suggestions_box_row_img img {
		height:60px;
	}
	.header_search_suggestions_box_row_txt {
		position:relative;
		display:inline-block;
		float:left;
		vertical-align:top;
		width:calc(100% - 270px);
		height:80px;
		padding-top:0px;
		border:0px #cccccc solid;
		max-width:400px;
	}
	.header_search_suggestions_box_row_txt td {
		height:54px;
	}
	.header_search_suggestions_box_row_txt_reference {
		font-size:16px;
		line-height:20px;
		color:#333333;
		margin-top:0px;
		margin-left:10px;
		margin-bottom:4px;
		text-decoration:none;
	}
	.header_search_suggestions_box_row_txt_category {
		font-family: 'regular';
		font-weight: normal;
		font-size: 12px;
		color: #1C252C !important;
		letter-spacing: 0px;
		text-align: left;
		line-height:10px;
		margin-top:0px;
		margin-left:10px;
		margin-bottom:11px;
	}
	.header_search_suggestions_box_row_txt_reference {
		line-height:16px;
		margin-top:0px;
		margin-left:10px;
		overflow:hidden;
		height:16px;
		font-family: 'light';
		font-weight: normal;
		font-size: 14px;
		color: #000000 !important;
		letter-spacing: 0px;
		text-align: left;
		white-space: normal;
		margin-bottom:0px;
	}
	.header_search_suggestions_box_row_txt_designation {
		line-height:20px;
		margin-top:0px;
		margin-left:10px;
		overflow:hidden;
		height:20px;
		font-family: 'regular';
		font-weight: normal;
		font-size: 17px;
		color: #000000 !important;
		letter-spacing: 0px;
		text-align: left;
		text-transform: capitalize;
		white-space: normal;
		margin-bottom:8px;
	}
	.header_search_suggestions_box_row_txt_price {
		position:relative;
		display:inline-block;
		vertical-align:middle;
		margin-left:10px;
		margin-right:10px;
		font-size: 24px;
		line-height: 24px;
		font-family: 'bold';
		font-weight: normal;
		color: #1C252C !important;
		letter-spacing: -1px;
		text-align: left;
	}
	.header_search_suggestions_box_row_txt_price span {
		font-size: 18px;
		color: #aaaaaa;
		text-decoration: line-through;
		font-weight: normal;
	}
	.header_search_suggestions_box_row_txt_price small {
		font-size: 10px;
		color: #aaaaaa;
		font-weight: normal;
		margin-left:5px;
	}
	.header_search_suggestions_box_row_txt_price_discount
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
	}
	.header_search_suggestions_box_row .store_box_store {
		position: relative;
		width: 120px;
		display:inline-block;
		text-align: center;
		vertical-align:top;
		height:70px;
	}
	.header_search_suggestions_box_row .store_box_store div {
		display:inline-block;
		vertical-align:middle;
		height:100%;
	}
	.header_search_suggestions_box_row .store_box_store img {
		vertical-align: middle;
		display: inline-block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}
	.header_search_suggestions_box_row .no_store_discount_ball {
		width: 60px;
		text-align: center;
		display:inline-block;
		position:relative;
		vertical-align:top;
	}
	.header_search_suggestions_box_row .store_discount_ball {
		background-color: #24AADF !important;
		width: 60px;
		height: 60px;
		background-image: none;
		margin-left: 0;
		margin-top: 6px;
		text-align: center;
		border-radius: 80px;
		display:inline-block;
		position:relative;
		vertical-align:top;
	}
	.header_search_suggestions_box_row .store_discount_ball h2 {
		letter-spacing: -1px;
		font-size: 26px;
		margin-top: 10px;
		line-height: 40px;
		font-family: 'bold';
		font-weight: normal;
	}
	.header_search_suggestions_box_row .store_discount_ball small {
		font-size: 16px;
	}
	/* HEADER SEARCH */
	
	

	.store_reviews
	{
		position:relative;
		display:inline-block;
		width:100%;
		margin:10px 0;
	}
	.store_reviews_stars
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		cursor:pointer;
	}
	.store_reviews_star
	{
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		vertical-align: middle;
		background-image: url(https://bo4.onlinebiz.pt/_images/icon-star.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		margin: 0 1px;
		filter: grayscale(1);
	}
	.store_reviews_star.active
	{
		filter: grayscale(0);
	}
	.store_reviews_evaluate
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		margin-left:10px;
		cursor:pointer;
	}
	#store_reviews_popup_overlay
	{
		position:fixed;
		display:none;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background:rgba(0,0,0,0.5);
		z-index:9999;
	}
	#store_reviews_popup
	{
		position:absolute;
		display:inline-block;
		margin-top:10%;
		width:calc(90% - 60px);
		max-width:800px;
		background:#ffffff;
		padding:30px;
		border-radius:10px;
		margin-left:auto;
		margin-right:auto;
		left:0;
		right:0;
	}
	.store_reviews_popup_title
	{
		position:relative;
		display:inline-block;
		width:100%;
		padding-bottom:20px;
		border-bottom:1px solid #cccccc;
		margin-bottom:20px;
	}
	.store_reviews_popup_title h1
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 200px);
		vertical-align:middle;
	}
	.store_reviews_popup_title .store_reviews_popup_title_right
	{
		position:relative;
		display:inline-block;
		width:200px;
		text-align:right;
		vertical-align:middle;
	}
	.store_reviews_popup_info
	{
		position:relative;
		display:inline-block;
		width:100%;
		padding-bottom:20px;
		border-bottom:1px solid #cccccc;
		margin-bottom:20px;
	}
	.store_reviews_popup_info .store_reviews_popup_stars
	{
		position:relative;
		display:inline-block;
		width:120px;
		vertical-align:middle;
	}
	.store_reviews_popup_info .store_reviews_popup_evaluate
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 150px);
		margin-left:30px;
		text-align:right;
		vertical-align:middle;
	}
	.store_reviews_popup_list
	{
		position:relative;
		display:inline-block;
		width:100%;
		padding-bottom:20px;
		border-bottom:1px solid #cccccc;
		margin-bottom:20px;
	}
	.store_reviews_popup_list_single
	{
		position:relative;
		display:inline-block;
		width:100%;
		padding-bottom:20px;
		border-bottom:1px solid #cccccc;
		margin-bottom:20px;
	}
	.store_reviews_popup_list_single .store_reviews_popup_stars
	{
		position:relative;
		display:inline-block;
		width:120px;
		vertical-align:top;
	}
	.store_reviews_popup_text
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 150px);
		margin-left:20px;
		vertical-align:top;
	}
	.store_reviews_popup_bottom
	{
		position:relative;
		display:inline-block;
		width:100%;
	}
	.store_reviews_popup_bottom_left
	{
		position:relative;
		display:inline-block;
		width:50%;
		text-align:left;
	}
	.store_reviews_popup_bottom_right
	{
		position:relative;
		display:inline-block;
		width:50%;
		text-align:right;
	}
	#store_reviews_evaluate_popup_overlay
	{
		position:fixed;
		display:none;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background:rgba(0,0,0,0.5);
		z-index:9999;
	}
	#store_reviews_evaluate_popup
	{
		position:absolute;
		display:inline-block;
		margin-top:10%;
		width:calc(90% - 60px);
		max-width:800px;
		background:#ffffff;
		padding:30px;
		border-radius:10px;
		margin-left:auto;
		margin-right:auto;
		left:0;
		right:0;
	}
	.store_reviews_evaluate_popup_title
	{
		position:relative;
		display:inline-block;
		width:100%;
		padding-bottom:20px;
		border-bottom:1px solid #cccccc;
		margin-bottom:20px;
	}
	.store_reviews_evaluate_popup_form
	{
		position:relative;
		display:inline-block;
		width:100%;
		padding-bottom:20px;
		border-bottom:1px solid #cccccc;
		margin-bottom:20px;
	}
	.store_reviews_evaluate_popup_form_success,
	.store_reviews_evaluate_popup_form_error
	{
		position:relative;
		display:none;
		width:100%;
		padding-bottom:20px;
		border-bottom:1px solid #cccccc;
		margin-bottom:20px;
	}
	.store_reviews_evaluate_popup_form_success h3
	{
		position:relative;
		display:inline-block;
		padding:5px 15px;
		background:green;
		color:#ffffff;
	}
	.store_reviews_evaluate_popup_form_error h3
	{
		position:relative;
		display:inline-block;
		padding:5px 15px;
		background:red;
		color:#ffffff;
	}
	.store_reviews_evaluate_popup_form .store_reviews_evaluate_popup_stars
	{
		position:relative;
		display:inline-block;
		width:120px;
		vertical-align:middle;
		margin-bottom:20px;
		cursor:pointer;
	}
	.store_reviews_evaluate_popup_form .store_reviews_evaluate_popup_stars .store_reviews_evaluate_star
	{
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		vertical-align: middle;
		background-image: url(https://bo4.onlinebiz.pt/_images/icon-star.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		margin: 0 1px;
		filter: grayscale(1);
	}
	.store_reviews_evaluate_popup_form .store_reviews_evaluate_popup_stars .store_reviews_evaluate_star.active
	{
		filter: grayscale(0);
	}
	.store_reviews_evaluate_popup_form .store_reviews_evaluate_popup_stars_error
	{
		position:relative;
		display:none;
		float:right;
		width:calc(100% - 150px);
		vertical-align:middle;
		margin-left:20px;
		margin-bottom:20px;
		text-align:left;
	}
	.store_reviews_evaluate_popup_form .store_reviews_evaluate_popup_stars_error h3
	{
		color:red;
	}
	.store_reviews_evaluate_popup_form .store_reviews_evaluate_popup_textarea_error
	{
		position:relative;
		display:none;
		width:100%;
		vertical-align:middle;
		margin-bottom:20px;
		text-align:left;
	}
	.store_reviews_evaluate_popup_form .store_reviews_evaluate_popup_textarea_error h3
	{
		color:red;
	}
	.store_reviews_evaluate_popup_bottom
	{
		position:relative;
		display:inline-block;
		width:100%;
	}
	.store_reviews_evaluate_popup_bottom_left
	{
		position:relative;
		display:inline-block;
		width:50%;
		text-align:left;
	}
	.store_reviews_evaluate_popup_bottom_right
	{
		position:relative;
		display:inline-block;
		width:50%;
		text-align:right;
	}
	.store_reviews_evaluate_popup_bottom .button
	{
		margin-left:20px;
	}
	
	
	.store_edit_profile_left
	{
		position:relative;
		display:inline-block;
		width:100%;
	}
	.store_edit_profile_left
	{
		position:relative;
		display:inline-block;
		width:40%;
		margin:0 5%;
		float:left;
	}
	.store_edit_profile_right
	{
		position:relative;
		display:inline-block;
		width:40%;
		margin:0 5%;
		float:right;
	}
	.store_box_product_buttons 
	{
		width:100%;
		display:inline-block;
	}
	.store_box_product_buttons_wishlist_view 
	{
		position:relative;
	}
	.store_box_products_big {
		position: relative;
		display: inline-block;
		width:calc(25% - 17px);
		height: 450px;
		margin: 10px;
		vertical-align: top;
		border: 1px solid #eee;
		text-align: center;
		background: #fff;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.store_box_products_big:hover {
		border: 1px solid #aaa;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.store_box_products_big.child_1 {
		margin-left: 0;
	}
	.store_box_products_big.child_4 {
		margin-right: 0;
	}
	.store_box_products_big.store_with_add {
		height: 475px;
	}
	.store_box_product_semaphore {
		margin-top:0px;
		width:20px;
	}
	.store_box_content_reference {
		font-size: 12px;
		font-weight: normal;
		line-height: 18px;
		color: #aaaaaa;
		margin-top: 5px;
	}
	.store_box_content_designation {
		margin: 0;
		padding: 0;
		font-size: 20px;
		color: #5f6670;
		letter-spacing: 0px;
		line-height: 22px;
	}
	.store_box_content_brand {
		font-size: 14px;
		color: #777777;
		font-weight: bold;
	}
	.store_box_content {
		padding: 7px;
	}
	.store_discount_ball {
		position: absolute;
		z-index: 9;
		width: 68px;
		height: 68px;
		background-image: none;
		margin-left: 10px;
		margin-top: 10px;
		text-align: center;
		border-radius: 68px;
		top: 0px;
		background:#777777;
	}
	.store_discount_ball h2 {
		color: #fff;
		letter-spacing: -3px;
		font-size: 30px;
		margin-top: 10px;
		line-height: 48px;
		font-weight: bold;
	}
	.store_discount_ball small {
		font-size: 26px;
		color: #fff;
		font-weight: bold;
	}
	.store_novelty_bar
	{ 
		position: absolute;
		z-index: 9;
		padding:5px 10px;
		margin-top: 20px;
		text-align: center;
		right:-1px;
		top:0;
		background:#777777;
	}
	.store_novelty_bar h2
	{ 
		color: #fff;
		letter-spacing: 0;
		font-size: 20px;
		line-height: 20px;
		font-weight: bold;
	}
	.store_box_products_big .store_novelty_bar {
		background:#777777;
		position: absolute;
		z-index: 0;
		padding: 5px 10px;
		margin-top: 20px;
		text-align: center;
		right: 0px;
		top: 0;
			
	}
	.store_box_products_big .store_novelty_bar h2 {
		color: #fff;
		letter-spacing: 0;
		font-size: 15px;
		line-height: 20px;
		font-weight: bold;
		position: relative;
		top: -4px;
		margin-top: 0px;
	}
	.store_box_products_small .store_novelty_bar {
		background:#777777;
		position: absolute;
		z-index: 0;
		padding: 5px 10px;
		margin-top: 20px;
		text-align: center;
		right: 0px;
		top: 0;
			
	}
	.store_box_products_small .store_novelty_bar h2 {
		color: #fff;
		letter-spacing: 0;
		font-size: 15px;
		line-height: 10px;
		font-weight: bold;
		position: relative;
		top: 0px;
		margin-top: 0px;
	}
	.store_box_products_price {
		display: inline-block;
		margin-bottom: 10px;
		margin-top: 5px;
		width: 100%;
	}
	.store_box_products_full_price {
		text-decoration: line-through;
		color: #333333;
		font-size: 20px;
		width: 100%;
		display: inline-block;
	}
	.store_box_products_price_discount {
		font-size: 28px;
		font-weight: bold;
	}
	.store_compare_button {
		width: 35px;
		margin-right: 5px;
		margin-left: auto;
		margin-bottom: 10px;
		height: 35px;
		padding: 0px;
		line-height: 34px;
		vertical-align: top;
		background-color: #ddd;
		position: relative;
		display: none;
		font-size: 14px;
		letter-spacing: 0px;
		color: white;
		text-transform: uppercase;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		border-radius: 0px;
		border: 0px #dddddd solid;
		background-image:url(/_images/icon-balance.png);
		background-size: 20px;
		background-position:center;
		background-repeat:no-repeat;
		
		-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;
	}
	.store_button_grey.store_product_compare_button {
		width: 35px;
		margin-right: 5px;
		margin-left: auto;
		margin-bottom: 10px;
		height: 35px;
		padding: 0px;
		line-height: 34px;
		vertical-align: top;
		background-color: #ddd;
		position: relative;
		display: none;
		font-size: 14px;
		letter-spacing: 0px;
		color: white;
		text-transform: uppercase;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		border-radius: 0px;
		border: 0px #dddddd solid;
		background-image:url(/_images/icon-balance.png);
		background-size: 20px;
		background-position:center;
		background-repeat:no-repeat;
		
		-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;
	}
	.store_compare_button:hover,
	.store_button_grey.store_product_compare_button:hover
	{
		background-color: #aaaaaa;
	}
	.store_compare_button.remove,
	.store_button_grey.store_product_compare_button.remove
	{
		background-image:url(/_images/icon-compare-close.png);
	}
	.store_wishlist_button {
		width: 35px;
		margin-right: 5px;
		margin-left: auto;
		margin-bottom: 10px;
		height: 35px;
		padding: 0px;
		line-height: 34px;
		vertical-align: top;
		background-color: #ddd;
		position: relative;
		display: inline-block;
		font-size: 14px;
		letter-spacing: 0px;
		color: white;
		text-transform: uppercase;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		border-radius: 0px;
		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;
	}
	.store_view_grey {
		width: 103px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 10px;
		height: 35px;
		padding: 0px;
		line-height: 34px;
		vertical-align: top;
		background-color: #ddd;
		position: relative;
		display: inline-block;
		font-size: 14px;
		letter-spacing: 0px;
		color: white;
		text-transform: uppercase;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		border-radius: 0px;
		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;
	}
	.store_wishlist_button:hover,
	.store_view_grey:hover {
		background-color: #aaaaaa;
	}
	.store_box_products_big .store_box_featured_product_image {
		width:100%;
		height:200px;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		background-repeat:no-repeat;
		background-position:top center;
		margin-bottom:5px;
	}


	.box_product_compare
	{
		position:relative;
		display:inline-block;
		width:calc(100% / 4 - 22px);
		margin:10px;
		vertical-align:top;
		border:1px solid #eeeeee;
	}
	.box_product_compare_image
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:250px;
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
	}
	.box_product_compare_content
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 20px);
		padding:10px;
	}
	.box_product_compare h1
	{
		margin:0px 0px 10px;
		padding: 0;
		font-size: 20px;
		color: #5f6670;
		letter-spacing: 0px;
		line-height: 22px;
	}
	.box_product_compare h2
	{
		margin: 0;
		padding: 0;
		font-size: 28px;
		font-family: bold;
	}
	.box_product_compare .store_button
	{
		background-image:url(/_images/icon-compare-close.png);
		background-size:20px;
		background-position:center;
		background-repeat:no-repeat;
	}

	.store_box_products_small {
		width: calc(16% - 10px);
		margin: 10px 9px;
		position: relative;
		display: inline-block;
		height: 320px;
		vertical-align: top;
		border: 1px solid #eee;
		text-align: center;
		background: #fff;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.store_box_products_small:hover {
		border: 1px solid #aaa;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.store_box_products_small.child_1 {
		margin-left: 0;
	}
	.store_box_products_small.child_6 {
		margin-right: 0;
	}
	.store_box_products_small.store_with_add {
		height: 335px;
	}
	.store_box_products_small .store_box_featured_product_image {
		width: 100%;
		height: 130px;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	.store_box_products_small .store_box_content_designation {
		font-size: 16px;
		color: #5f6670;
		line-height: 18px;
		font-weight: bold;
	}
	.store_box_products_small .store_box_products_full_price {
		text-decoration: line-through;
		color: #333333;
		font-size: 14px;
		display: inline-block;
		line-height: 10px;
		width: 100%;
	}
	.store_box_products_small .store_box_products_price_discount {
		font-size: 20px;
		font-weight: bold;
		color:#5f6670;
	}
	.store_box_products_small .store_box_products_price {
		font-size: 28px;
		margin-bottom: 5px;
	}
	.store_box_products_small .store_box_products_price .store_box_products_since_price2 {
		font-size: 14px;
		margin-bottom: 0px;
	}
	.store_box_products_big .store_discount_ball,
	.store_box_products_small .store_discount_ball {
		width: 50px;
		height: 50px;
		margin-left:5px;
		margin-top:12px;
	}
	.store_box_products_big .store_discount_ball h2 {
		font-size: 20px;
		line-height:40px;
		margin-top: 5px;
		letter-spacing: -1px;
	}
	.store_box_products_small .store_discount_ball h2 {
		font-size: 20px;
		line-height:20px;
		margin-top: 15px;
		letter-spacing: -1px;
	}
	.store_box_products_big .store_discount_ball small,
	.store_box_products_small .store_discount_ball small {
		font-size: 20px;
		color: #fff;
		font-weight: bold;
	}
	.store_box_product_price_button {
		position: absolute;
		width: calc(100% - 14px);
		bottom: 0px;
		border: 0px solid;
	}
















	.cell img {
		max-width:80%;
	}
	.pagination_left
	{
		width:20%;
		display:inline-block;
		text-align:left;
	}
	.pagination_center
	{
		width:60%;
		display:inline-block;
		text-align:center;
	}
	.pagination_right
	{
		width:20%;
		display:inline-block;
		text-align:right;
	}
	.store_available_product
	{
		position:relative; width:350px;
	}
	.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_box_products_big .store_box_product_image,
	.store_box_products_big .store_box_featured_product_image
	{
		width:100%;
		height:200px;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		background-repeat:no-repeat;
		background-position:top center;
		margin-bottom:5px;
	}
	.store_box_products_small .store_box_product_image,
	.store_box_products_small .store_box_featured_product_image
	{
		width:100%;
		height:120px;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		background-repeat:no-repeat;
		background-position:top center;
		margin-bottom:5px;
	}
	.store_box_product_image img,
	.store_box_featured_product_image img
	{
		flex-shrink: 0;
		-webkit-flex-shrink: 0;
		max-width: 100%;
		max-height: 90%;
		margin-bottom:15px;
	}
	.store_box_products_under_consultation {
		font-size:20px;
		font-weight:normal;
		color:#2CA736;
	}
	#product_final_price
	{
		font-size: 36px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#product_final_price_with_discount
	{
		font-size:28px;
		margin-right:10px;
		color:#333333;
	}
	
	
	.store_cart_left {
		display: inline-block;
		width: calc(35% - 25px);
		vertical-align: top;
		margin-right:25px;
		text-align:left;
	}
	.store_cart_center {
		display: inline-block;
		width: calc(35% - 25px);
		vertical-align: top;
		margin-left:12px;
		margin-right:13px;
		text-align:left;
	}
	.store_cart_right {
		display: inline-block;
		width: calc(30% - 25px);
		vertical-align: top;
		margin-left:25px;
		text-align:left;
	}
	.store_data_table {
		text-align:left;
		width:100%;
		border:0px solid #ddddddd; 
		border-spacing:0px;
	}
	.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:522px;
		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_header
	{ 	
		position:relative;
		width:100%;
		height:100%;
		min-height:50px;
		border:0px solid;
		text-align:center;
	}

	.store_filters
	{
		position:relative;
		display:inline-block;
		width:200px;
		height:100%;
		border:0px #000000 solid;
		margin-right:25px;
		vertical-align:top;
	}
	
	.store_filters_mobile
	{
		display:none;
	}
	.menu_categorias {
		margin-top:-50px !important;
	}
	.store_breadcrumb
	{
		position:relative;
		float:left;
		width:100%;
		min-height:30px;
		border:0px solid;
		text-align:left;	
		font-size:16px;
	}
	
	.store_search
	{
		position:relative;
		display:inline-block;
		float:right;
		width:602px;
		min-height:50px;
		border:0px solid;
		margin-right:20px;	
		
		-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_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_products_list
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 230px);
		height:100%;
		border:0px #cccccc solid;
		vertical-align:top;
	}
	.store_products_list.fullwidth
	{
		width:100%;
	}
	.store_featured_products_list
	{
		position:relative;
		width:100%;
		height:100%;
		border:0px #cccccc solid;	
	}
		
	.store_product_detail_image
	{
		position:relative;
		float:left;
		width: 640px;
        height: 590px;
		display:inline-grid;
		margin-bottom:50px;
		margin-right:20px;
		border:1px solid #fff;
		background:#fff;
		justify-content: center;
		align-items: center;
		z-index:1;
	}
	
	.store_product_detail_image.store_multiple_images
	{
		margin-bottom:130px;
	}
	
	.store_product_detail_image img
	{
		max-width:498px;
		max-height:498px;	
	}
	
	.store_product_detail_discount
	{
		position:absolute;
		z-index:9;
		width:68px;
		height:68px;
		background-image:none;
		margin-left:10px;
		margin-top:10px;
		text-align:center;
		border-radius:68px;		
	}
	
	.store_product_detail_discount h2
	{
		color:white;
		letter-spacing:-3px;
		font-size:32px;
		margin-top:10px;
		line-height:42px;		
	}
			
	.store_product_detail_body
	{
		position:relative;
		float:left;
		width:calc(100% - 665px);
		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;	
	}
	
	.store_promotions_list
	{
		position:relative;
		float:left;
		width:950px;
		height:100%;
		border:0px solid;	
	}
	
	.store_steps
	{
		position:relative; 
		display:inline-block;
		vertical-align:top;
		width:calc(33.333% - 12px);
		height:50px;		
		margin-left:5px;
		margin-right:5px;
		margin-bottom:20px;
		border:1px #cccccc solid;
	}
	
	.store_steps3
	{
		position:relative; 
		display:inline-block;
		vertical-align:top;
		width:calc(50% - 12px);
		height:50px;		
		margin-left:5px;
		margin-right:5px;
		margin-bottom:20px;
		border:1px #cccccc solid;
	}
	.store_steps_active
	{
		background:#000000;
		color:#ffffff;
	}
	.store_steps_inactive
	{
		background:#cccccc;
		color:#ffffff;
	}
	
	.store_column_title
	{
		position:relative;
		display:inline-block;
		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:inline-block;
		vertical-align:top;
		width: calc(100% - 516px);
		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:100px;
		background-color:#ffffff;
		text-align:left;
		border:0px #000000 solid;
	}
	
	.store_column_data.store_orders
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		height:30px;
		background-color:#ffffff;
		text-align:left;
		border:0px #000000 solid;
	}
	
	.store_column_data_designation
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 516px);
		height:100px;
		background-color:#ffffff;
		text-align:left;
		border:0px #000000 solid;
	}
	
	.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:inline-block;
		float:left;
		height:25px;
		background-color:#ffffff;
		text-align:right;
		border:0px #000000 solid;
	}
	.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;
		float:right;
		width:166px;
		background-color:#ffffff;
		text-align:right;
		border:0px #000000 solid;
	}
	
	.store_button_back
	{
		position:relative;
		display:inline-block;
		float:left;
	}
	
	.store_mobile_title
	{
		display:none;
	}
	
	.store_payment_line_image
	{
		display:inline-block;
		vertical-align:middle;
	}
	.store_payment_line_tax
	{
		display:inline-block;
		max-width:350px;
		padding:0 10px;
		text-align:left;
		vertical-align:middle;
	}
	.store_payment_line_btn
	{
		display:inline-block;
	}
	#estimate_request {
		width:800px;
		padding:10px;
	}
	#estimate_request label.error {
		margin-bottom:0px;
	}
	#estimate_request .estimate_request_input {
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		margin-bottom:10px;
	}
	#estimate_request .estimate_request_input input,
	#estimate_request .estimate_request_input_half input {
		width:calc(100% - 9px);
	}
	#estimate_request .estimate_request_input textarea {
		width:calc(100% - 9px);
	}
	#estimate_request .estimate_request_input_half {
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(50% - 10px);
		margin-bottom:10px;
	}
	#estimate_request .estimate_request_input_half.left {
		margin-right:10px;
	}
	#estimate_request .estimate_request_input_half.right {
		margin-left:10px;
	}
	.tab-link-responsive {
		display:none;
	}
	.tab.active
	{
		display: block;
		background: #f3f3f3;
		padding: 20px;
		width:calc(100% - 40px);
	}
	
	.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_attributes_area {
		border-top:1px solid #ddd;
		border-bottom:1px solid #ddd;
		padding-top:10px;
	}
	
	.register_page_block {
		width:500px;
		display:inline-block;
		vertical-align:top;
		padding-right:22px;
		margin-right:22px;
		border-right:1px solid #f0f0f0;
	}
	.login_page_block {
		width:500px;
		display:inline-block;
		vertical-align:top;
	}
	.register_login_page {
		width:100%;
		display:inline-block;
	}
	
	#big_thumb {
		height: 500px;
		width: 500px;
		margin-left: -1px;
		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 RELATED PRODUCTS */
	.store_related_products_list {
		width:100%;
		min-height:350px;
		border:0px solid;
		text-align:center;
		height:410px;
		overflow:hidden;
	}
	.title_related_products h3 {
		line-height:40px;
	}
	.store_related_products_list .store_line_divider {
		width:100%;
		height:1px;
		background-color:#dddddd;
	}
	
	.store_box_products_price {
		display: inline-block;
		margin-bottom: 10px;
		width:100%;
	}
	.store_product_detail_body_designation {
		margin:0;
		font-size:27px;
		font-weight:bold;
	}
	
	.store_register_eye {
		position: absolute;
		margin-top: 42px;
		margin-left: -30px;
		cursor: pointer;
		opacity:0.3;
		display:none;
	}
	.store_login_eye {
		position: absolute;
		margin-top: 4px;
		margin-left: -30px;
		cursor: pointer;
		opacity:0.3;
		display:none;
	}
}











@media screen and (max-width:1000px)
{
	.menu_categorias_item_plus
	{
		position: absolute;
        right: 5px;
        top: 8px;
        padding: 5px;
        height: 15px;
        width: 15px;
        border-radius: 100%;
        background: #000000;
        color: #ffffff;
        line-height: 15px;
	}
	
	.store_compare_button {
		width: 35px;
		margin-right: 5px;
		margin-left: auto;
		margin-bottom: 10px;
		height: 35px;
		padding: 0px;
		line-height: 34px;
		vertical-align: top;
		background-color: #ddd;
		position: relative;
		display: none;
		font-size: 14px;
		letter-spacing: 0px;
		color: white;
		text-transform: uppercase;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		border-radius: 0px;
		border: 0px #dddddd solid;
		background-image:url(/_images/icon-balance.png);
		background-size: 20px;
		background-position:center;
		background-repeat:no-repeat;
		
		-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;
	}
	.store_button_grey.store_product_compare_button {
		width: 35px;
		margin-right: 5px;
		margin-left: auto;
		margin-bottom: 10px;
		height: 35px;
		padding: 0px;
		line-height: 34px;
		vertical-align: top;
		background-color: #ddd;
		position: relative;
		display: none;
		font-size: 14px;
		letter-spacing: 0px;
		color: white;
		text-transform: uppercase;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		border-radius: 0px;
		border: 0px #dddddd solid;
		background-image:url(/_images/icon-balance.png);
		background-size: 20px;
		background-position:center;
		background-repeat:no-repeat;
		
		-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;
	}
	.store_compare_button:hover,
	.store_button_grey.store_product_compare_button:hover
	{
		background-color: #aaaaaa;
	}
	.store_compare_button.remove,
	.store_button_grey.store_product_compare_button.remove
	{
		background-image:url(/_images/icon-compare-close.png);
	}
	
	.box_product_compare
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 22px);
		margin:10px;
		vertical-align:top;
		border:1px solid #eeeeee;
	}
	.box_product_compare_image
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:250px;
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
	}
	.box_product_compare_content
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 20px);
		padding:10px;
	}
	.box_product_compare h1
	{
		margin:0px 0px 10px;
		padding: 0;
		font-size: 20px;
		color: #5f6670;
		letter-spacing: 0px;
		line-height: 22px;
	}
	.box_product_compare h2
	{
		margin: 0;
		padding: 0;
		font-size: 28px;
		font-family: bold;
	}
	.box_product_compare .store_button
	{
		background-image:url(/_images/icon-compare-close.png);
		background-size:20px;
		background-position:center;
		background-repeat:no-repeat;
	}
	
	
	
	.store_reviews
	{
		position:relative;
		display:inline-block;
		width:100%;
		margin:10px 0;
	}
	.store_reviews_stars
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		cursor:pointer;
	}
	.store_reviews_star
	{
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		vertical-align: middle;
		background-image: url(https://bo4.onlinebiz.pt/_images/icon-star.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		margin: 0 1px;
		filter: grayscale(1);
	}
	.store_reviews_star.active
	{
		filter: grayscale(0);
	}
	.store_reviews_evaluate
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		margin-left:10px;
		cursor:pointer;
	}
	#store_reviews_popup_overlay
	{
		position:fixed;
		display:none;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background:rgba(0,0,0,0.5);
		z-index:9999;
	}
	#store_reviews_popup
	{
		position:absolute;
		display:inline-block;
		margin-top:10%;
		width:calc(90% - 60px);
		max-width:800px;
		background:#ffffff;
		padding:30px;
		border-radius:10px;
		margin-left:auto;
		margin-right:auto;
		left:0;
		right:0;
	}
	.store_reviews_popup_title
	{
		position:relative;
		display:inline-block;
		width:100%;
		padding-bottom:20px;
		border-bottom:1px solid #cccccc;
		margin-bottom:20px;
	}
	.store_reviews_popup_title h1
	{
		position:relative;
		display:inline-block;
		width:100%;
		vertical-align:middle;
		margin-bottom:20px;
	}
	.store_reviews_popup_title .store_reviews_popup_title_right
	{
		position:relative;
		display:inline-block;
		width:100%;
		text-align:center;
		vertical-align:middle;
	}
	.store_reviews_popup_info
	{
		position:relative;
		display:inline-block;
		width:100%;
		padding-bottom:20px;
		border-bottom:1px solid #cccccc;
		margin-bottom:20px;
	}
	.store_reviews_popup_info .store_reviews_popup_stars
	{
		position:relative;
		display:inline-block;
		width:120px;
		vertical-align:middle;
	}
	.store_reviews_popup_info .store_reviews_popup_evaluate
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 150px);
		margin-left:30px;
		text-align:right;
		vertical-align:middle;
	}
	.store_reviews_popup_list
	{
		position:relative;
		display:inline-block;
		width:100%;
		padding-bottom:20px;
		border-bottom:1px solid #cccccc;
		margin-bottom:20px;
	}
	.store_reviews_popup_list_single
	{
		position:relative;
		display:inline-block;
		width:100%;
		padding-bottom:20px;
		border-bottom:1px solid #cccccc;
		margin-bottom:20px;
	}
	.store_reviews_popup_list_single .store_reviews_popup_stars
	{
		position:relative;
		display:inline-block;
		width:100%;
		vertical-align:top;
	}
	.store_reviews_popup_text
	{
		position:relative;
		display:inline-block;
		width:100%;
		vertical-align:top;
		text-align:center;
	}
	.store_reviews_popup_bottom
	{
		position:relative;
		display:inline-block;
		width:100%;
	}
	.store_reviews_popup_bottom_left
	{
		position:relative;
		display:inline-block;
		width:50%;
		text-align:left;
	}
	.store_reviews_popup_bottom_right
	{
		position:relative;
		display:inline-block;
		width:50%;
		text-align:right;
	}
	#store_reviews_evaluate_popup_overlay
	{
		position:fixed;
		display:none;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background:rgba(0,0,0,0.5);
		z-index:9999;
	}
	#store_reviews_evaluate_popup
	{
		position:absolute;
		display:inline-block;
		margin-top:10%;
		width:calc(90% - 60px);
		max-width:800px;
		background:#ffffff;
		padding:30px;
		border-radius:10px;
		margin-left:auto;
		margin-right:auto;
		left:0;
		right:0;
	}
	.store_reviews_evaluate_popup_title
	{
		position:relative;
		display:inline-block;
		width:100%;
		padding-bottom:20px;
		border-bottom:1px solid #cccccc;
		margin-bottom:20px;
	}
	.store_reviews_evaluate_popup_form
	{
		position:relative;
		display:inline-block;
		width:100%;
		padding-bottom:20px;
		border-bottom:1px solid #cccccc;
		margin-bottom:20px;
	}
	.store_reviews_evaluate_popup_form_success,
	.store_reviews_evaluate_popup_form_error
	{
		position:relative;
		display:none;
		width:100%;
		padding-bottom:20px;
		border-bottom:1px solid #cccccc;
		margin-bottom:20px;
	}
	.store_reviews_evaluate_popup_form_success h3
	{
		position:relative;
		display:inline-block;
		padding:5px 15px;
		background:green;
		color:#ffffff;
	}
	.store_reviews_evaluate_popup_form_error h3
	{
		position:relative;
		display:inline-block;
		padding:5px 15px;
		background:red;
		color:#ffffff;
	}
	.store_reviews_evaluate_popup_form .store_reviews_evaluate_popup_stars
	{
		position:relative;
		display:inline-block;
		width:120px;
		vertical-align:middle;
		margin-bottom:20px;
		cursor:pointer;
	}
	.store_reviews_evaluate_popup_form .store_reviews_evaluate_popup_stars .store_reviews_evaluate_star
	{
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		vertical-align: middle;
		background-image: url(https://bo4.onlinebiz.pt/_images/icon-star.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		margin: 0 1px;
		filter: grayscale(1);
	}
	.store_reviews_evaluate_popup_form .store_reviews_evaluate_popup_stars .store_reviews_evaluate_star.active
	{
		filter: grayscale(0);
	}
	.store_reviews_evaluate_popup_form .store_reviews_evaluate_popup_stars_error
	{
		position:relative;
		display:none;
		float:right;
		width:calc(100% - 150px);
		vertical-align:middle;
		margin-left:20px;
		margin-bottom:20px;
		text-align:left;
	}
	.store_reviews_evaluate_popup_form .store_reviews_evaluate_popup_stars_error h3
	{
		color:red;
	}
	.store_reviews_evaluate_popup_form .store_reviews_evaluate_popup_textarea_error
	{
		position:relative;
		display:none;
		width:100%;
		vertical-align:middle;
		margin-bottom:20px;
		text-align:left;
	}
	.store_reviews_evaluate_popup_form .store_reviews_evaluate_popup_textarea_error h3
	{
		color:red;
	}
	.store_reviews_evaluate_popup_bottom
	{
		position:relative;
		display:inline-block;
		width:100%;
	}
	.store_reviews_evaluate_popup_bottom_left
	{
		position:relative;
		display:inline-block;
		width:50%;
		text-align:left;
	}
	.store_reviews_evaluate_popup_bottom_right
	{
		position:relative;
		display:inline-block;
		width:50%;
		text-align:right;
	}
	.store_reviews_evaluate_popup_bottom .button
	{
		margin-left:20px;
	}
	
	.store_filters_button,
	.store_filters_box
	{
		display:none !important;
	}
	label.error
	{
		display:block;
		color:red;	
		margin-bottom:-30px;
	}
	label.error[for="terms"]
	{
		display:block;
		margin-bottom:0px;
	}
	.store_data_field label.error
	{
		display:block;
		margin-bottom:0px;
	}
	.store_edit_profile_left
	{
		position:relative;
		display:inline-block;
		width:100%;
	}
	.store_edit_profile_left
	{
		position:relative;
		display:inline-block;
		width:100%;
	}
	.store_edit_profile_right
	{
		position:relative;
		display:inline-block;
		width:100%;
		margin-top:40px;
	}
	.store_header_mobile {
		position:relative;
		display:inline-block;
	}
	
	.store_header_mobile .store_open_filters.store_button {
		width:100px;
	}
	
	.store_header_mobile .store_order_by {
		width: calc(100% - 124px);
		margin-left: 10px;
	}
	
	.store_mobile_filters {
		position: fixed;
		display:none;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 999999;
		background: #ffffff;
		overflow:auto;
		padding-bottom:30px;
	}
	
	.store_mobile_filters .store_mobile_filters_close {
		position:relative;
		display:inline-block;
		width:100%;
		text-align:right;
	}
	
	.store_mobile_filters .store_mobile_filters_close .store_mobile_filters_close_button {
		position:relative;
		display:inline-block;
		width:30px;
		height:30px;
		background-image:url(https://bo4.onlinebiz.pt/_images/icon_menu_close.png);
		background-position:center;
		background-size:contain;
		background-repeat:no-repeat;
	}
	
	
	table#store_products_list_table {
		display:table;
	}
	.store_wishlist_line table {
		padding-bottom:15px;
	}
	.store_column_data.store_orders .store_small_button_grey {
		margin-top:10px;
		margin-bottom:15px;
	}
	.store_button_cart_remove {
		margin-bottom:15px;
	}
	.store_box_products_big .store_box_product_image,
	.store_box_products_big .store_box_featured_product_image
	{
		width:100%;
		height:200px;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		background-repeat:no-repeat;
		background-position:top center;
		margin-bottom:5px;
	}
	.store_box_products_small .store_box_product_image,
	.store_box_products_small .store_box_featured_product_image
	{
		width:100%;
		height:120px;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		background-repeat:no-repeat;
		background-position:top center;
		margin-bottom:5px;
	}
	.store_box_product_buttons 
	{
		width:100%;
		display:inline-block;
	}
	.store_box_product_buttons_wishlist_view 
	{
		position:relative;
	}
	.store_cart_bottom {
		display:flex;
		flex-direction:column;
	}
	.store_button_continue,
	.store_button_back {
		text-align:center;
		order:2;
	}
	.store_button_buy_area {
		text-align:center;
		order:1;
	}
	.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_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_box_products_big {
		position: relative;
		display: inline-block;
		width:calc(100% - 20px);
		max-width:250px;
		min-width:200px;
		height: 450px;
		margin: 10px;
		vertical-align: top;
		border: 1px solid #eee;
		text-align: center;
		background: #fff;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.store_box_products_big:hover {
		border: 1px solid #aaa;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.store_box_products_big.store_with_add {
		height: 475px;
	}
	.store_box_product_semaphore {
		margin-top:0px;
		width:20px;
	}
	.store_box_content_reference {
		font-size: 12px;
		font-weight: normal;
		line-height: 18px;
		color: #aaaaaa;
		margin-top: 5px;
	}
	.store_box_content_designation {
		margin: 0;
		padding: 0;
		font-size: 20px;
		color: #5f6670;
		letter-spacing: 0px;
		line-height: 22px;
	}
	.store_box_content_brand {
		font-size: 14px;
		color: #777777;
		font-weight: bold;
	}
	.store_box_content {
		padding: 7px;
	}
	.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;
		background:#777777;
	}
	.store_discount_ball h2 {
		color: #fff;
		letter-spacing: -3px;
		font-size: 30px;
		margin-top: 10px;
		line-height: 48px;
		font-weight: bold;
	}
	.store_discount_ball small {
		font-size: 26px;
		color: #fff;
		font-weight: bold;
	}
	.store_novelty_bar
	{ 
		position: absolute;
		z-index: 9;
		padding:5px 10px;
		margin-top: 20px;
		text-align: center;
		right:-1px;
		top:0;
		background:#777777;
	}
	.store_novelty_bar h2
	{ 
		color: #fff;
		letter-spacing: 0;
		font-size: 20px;
		line-height: 20px;
		font-weight: bold;
	}
	.store_box_products_big .store_novelty_bar {
		background:#777777;
		position: absolute;
		z-index: 0;
		padding: 5px 10px;
		margin-top: 20px;
		text-align: center;
		right: 0px;
		top: 0;
			
	}
	.store_box_products_big .store_novelty_bar h2 {
		color: #fff;
		letter-spacing: 0;
		font-size: 15px;
		line-height: 20px;
		font-weight: bold;
		position: relative;
		margin-top: 0px;
	}
	.store_box_products_small .store_novelty_bar {
		background:#777777;
		position: absolute;
		z-index: 0;
		padding: 5px 10px;
		margin-top: 20px;
		text-align: center;
		right: 0px;
		top: 0;
			
	}
	.store_box_products_small .store_novelty_bar h2 {
		color: #fff;
		letter-spacing: 0;
		font-size: 15px;
		line-height: 20px;
		font-weight: bold;
		position: relative;
		top: 0px;
		margin-top: 0px;
	}
	.store_box_products_price {
		display: inline-block;
		margin-bottom: 10px;
		margin-top: 5px;
		width: 100%;
	}
	.store_box_products_full_price {
		text-decoration: line-through;
		color: #333333;
		font-size: 20px;
		width: 100%;
		display: inline-block;
	}
	.store_box_products_price_discount {
		font-size: 28px;
		font-weight: bold;
	}
	.store_wishlist_button {
		width: 35px;
		margin-right: 5px;
		margin-left: auto;
		margin-bottom: 10px;
		height: 35px;
		padding: 0px;
		line-height: 34px;
		vertical-align: top;
		background-color: #ddd;
		position: relative;
		display: inline-block;
		font-size: 14px;
		letter-spacing: 0px;
		color: white;
		text-transform: uppercase;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		border-radius: 0px;
		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;
	}
	.store_view_grey {
		width: 103px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 10px;
		height: 35px;
		padding: 0px;
		line-height: 34px;
		vertical-align: top;
		background-color: #ddd;
		position: relative;
		display: inline-block;
		font-size: 14px;
		letter-spacing: 0px;
		color: white;
		text-transform: uppercase;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		border-radius: 0px;
		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;
	}
	.store_wishlist_button:hover,
	.store_view_grey:hover {
		background-color: #aaaaaa !important;
	}
	.store_box_products_big .store_box_featured_product_image {
		width:100%;
		height:200px;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		background-repeat:no-repeat;
		background-position:top center;
		margin-bottom:5px;
	}




	.store_box_products_small {
		width: calc(100% - 20px);
		max-width:200px;
		margin: 10px 9px;
		position: relative;
		display: inline-block;
		height: 320px;
		vertical-align: top;
		border: 1px solid #eee;
		text-align: center;
		background: #fff;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.store_box_products_small:hover {
		border: 1px solid #aaa;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.store_box_products_small.store_with_add {
		height: 335px;
	}
	.store_box_products_small .store_box_featured_product_image {
		width: 100%;
		height: 130px;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	.store_box_products_small .store_box_content_designation {
		font-size: 16px;
		color: #5f6670;
		line-height: 18px;
		font-weight: bold;
	}
	.store_box_products_small .store_box_products_full_price {
		text-decoration: line-through;
		color: #333333;
		font-size: 14px;
		display: inline-block;
		line-height: 10px;
		width: 100%;
	}
	.store_box_products_small .store_box_products_price_discount {
		font-size: 20px;
		font-weight: bold;
		color:#5f6670;
	}
	.store_box_products_small .store_box_products_price {
		font-size: 28px;
		margin-bottom: 5px;
	}
	.store_box_products_big .store_discount_ball,
	.store_box_products_small .store_discount_ball {
		width: 50px;
		height: 50px;
		margin-left:5px;
		margin-top:12px;
	}
	.store_box_products_big .store_discount_ball h2 {
		font-size: 20px;
		line-height:40px;
		margin-top: 5px;
		letter-spacing: -1px;
	}
	.store_box_products_small .store_discount_ball h2 {
		font-size: 20px;
		line-height:40px;
		margin-top: 5px;
		letter-spacing: -1px;
	}
	.store_box_products_big .store_discount_ball small,
	.store_box_products_small .store_discount_ball small {
		font-size: 20px;
		color: #fff;
		font-weight: bold;
	}
	.store_box_product_price_button {
		position: absolute;
		width: calc(100% - 14px);
		bottom: 0px;
		border: 0px solid;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* STORE RELATED PRODUCTS */
	.store_related_products_list {
		width:100%;
		border:0px solid;
		text-align:center;
	}
	.title_related_products h3 {
		line-height:40px;
	}
	.store_related_products_list .store_line_divider {
		width:100%;
		height:1px;
		background-color:#dddddd;
	}
	
	
	
	#big_thumb {
		height: 500px;
		width: 100%;
		max-width:500px;
		margin-left: -1px;
		cursor:pointer;
		background-size:cover;
		background-repeat:no-repeat;
		background-position:center center;
	}
	.register_login_page {
		width:100%;
		display:flex;
		flex-direction:column;
	}
	.register_page_block {
		width:100%;
		display:inline-block;
		vertical-align:top;
		order:2;
	}
	.login_page_block {
		width:100%;
		display:inline-block;
		vertical-align:top;
		padding-bottom:30px;
		margin-bottom:30px;
		border-bottom: 1px solid #f0f0f0;
		order:1;
	}
	.store_attributes_area {
		border-top:1px solid #ddd;
		border-bottom:1px solid #ddd;
		padding-top:10px;
	}
	
	
	
	
	
	
	.pagination_left, .pagination_center, .pagination_right
	{
		width:100%;
		display:inline-block;
		text-align:center;
		margin-bottom:10px;
	}
	.store_box_tops_sidebar
	{
		width:100%;
		margin-bottom:20px;
		display:inline-block; 
		border:0px solid;
		vertical-align:top;
	}
	.store_box_tops
	{
		width:calc(100% - 20px);
		margin-bottom:20px;
		min-width:100px;
		display:inline-block; 
		min-height:350px; 
		border:0px solid;
	}
	
	.store_box_products
	{ 
	width:250px;
	}
	.store_box_product_image,
	.store_box_featured_product_image
	{
		width:100%;
		height:200px;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		background-repeat:no-repeat;
		background-position:top center;
	}
	.store_box_product_image img,
	.store_box_featured_product_image img
	{
		flex-shrink: 0;
		-webkit-flex-shrink: 0;
		max-width: 100%;
		max-height: 90%;
		margin-bottom:15px;
	}
	#product_final_price
	{
		font-size: 36px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#product_final_price_with_discount
	{
		font-size:28px;
		margin-right:10px;
		color:#333333;
	}
	
	#payments, #shipping_method {
		text-align: center;
		font-weight: 500;
	}
	
	
	
	.store_data_table .store_button_buy_area {
		float:right;
		margin-left:15px;
	}
	.store_cart_zone {
		display: flex;
		width: 100%;
		flex-direction: column;
	}
	.store_cart_left {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin-bottom:25px;
		text-align:center;
		order:2;
	}
	.store_cart_center {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin-bottom:0px;
		text-align:center;
		order:3;
	}
	.store_cart_right {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin-bottom:25px;
		text-align:center;
		order:1;
	}
	
	.store_cart_left .store_data,
	.store_cart_center .store_data,
	.store_cart_right .store_data table td {
		text-align:center;
	}
	
	.store_data_table {
		width:90%;
		border:0px solid #ddddddd; 
		border-spacing:0px;
	}
	
	.store_data {
		text-align: left;
		padding: 0 20px;
	}
	
	.store_data_field {
		width:calc(100% - 40px);
		padding: 0 20px;
		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_form_select {
		min-width:250px;
		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_field .store_select,
	.store_data_field .select {
		min-width:250px;
		max-width:522px;
		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_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;
		width:100%;
		border:0px #000000 solid;
		text-align:center;
	}
	
	.store_breadcrumb
	{
		position:relative;
		display:inline-block;
		width:90%;
		min-height:30px;
		border:0px #000000 solid;
		text-align:center;	
		margin-bottom:0px;
		font-size:14px;
	}
	
	.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:90%;
		height:50px;
		border:0px solid;
		float:center;
		text-align:center;		
	}
	
	.store_products_list
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:auto;
		border:0px solid;	
		text-align:center;
		margin-top:20px;
	}
	
	.store_product_detail_image
	{
		position:relative;
		width:calc(100% - 2px);
		height:500px;
		display:inline-grid;
		border:0px solid;	
		justify-content: center;
		align-items: center;
	}
	
	.store_product_detail_image.store_multiple_images
	{
		margin-bottom:130px;	
	}
	
	.store_product_detail_image img
	{
		max-width:100%;
		display:inline-grid;
		max-height:500px;
	}
			
	.store_product_detail_body
	{
		position:relative;
		width:100%;
		height:100%;
		border:0px solid;	
	}
	
	.store_product_detail_body select
	{
		width:90%;	
	}
	
	.store_promotions_list
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:100%;
		border:0px solid;	
		text-align:center;	
	}

	.store_steps,
	.store_steps3
	{
		position:relative; 
		width:calc(100% - 22px);	
		height:50px;
		margin-left:10px;
		margin-bottom:20px;
		border:1px #cccccc solid;
	}
	.store_steps_active
	{
		background:#000000;
		color:#ffffff;
	}
	.store_steps_inactive
	{
		background:#cccccc;
		color:#ffffff;
	}
	
	.store_column_title, .store_column_title_designation
	{
		display:none;
		position:relative;
		width:90%;
		height:26px;
		background-color:#cccccc;
		text-align:center;
		border:0px solid;
	}
	
	.store_column_data
	{
		position:relative;
		width:90%;
		height:auto;
		background-color:#ffffff;
		text-align:center;
		border-bottom:0px;
	}
	.store_column_data.store_orders
	{
		position:relative;
		width:90% !important;
		height:auto;
		background-color:#ffffff;
		text-align:center;
		border-bottom:0px;
	}
	
	.store_column_data_designation
	{
		position:relative;
		width:90%;
		height:auto;
		background-color:#ffffff;
		text-align:center;
		border-bottom:0px;
		margin-bottom:15px;
	}
	
	.store_total
	{
		position:relative;
		width:90%;
		min-height:30px;
		background-color:#ffffff;
		text-align:center;
		border-bottom:1px #eeeeee solid;
	}
	
	.store_total_line
	{
		position:relative;
		width:90%;
		height:1px;
		background-color:#cccccc;
		border:0px solid;
		margin-top:10px;
		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
	{
		position:relative;
		width:100%;
		line-height:25px;
		background-color:#dddddd;
		border:0px #cccccc solid;
		margin-bottom:20px;
		text-align:center;
	}	

	.store_button_back
	{
		position:relative;
		width:100%;
		margin-bottom:20px;
	}
		
	.store_mobile_title
	{
		display:inline-block;
		margin-right:5px;
	}		
		
		
	.login_on
	{
		position:relative; 
		width:270px;
		margin-bottom:20px;
		border:0px #cccccc solid;
	}
	
	.login_off
	{
		position:relative; 
		width:270px;
		height:50px;
		margin-bottom:20px;
		border:0px #cccccc solid;
	}
	
	.cell
	{
		position:relative;
		width:100% !important;
		min-height:50px;
		border-bottom:0px !important;
		text-align:center !important;
	}
	
	
	
	.store_payment_line_image
	{
		display:inline-block;
		vertical-align:middle;
	}
	.store_payment_line_tax
	{
		display:inline-block;
		max-width:350px;
		padding:0 10px;
		text-align:left;
		vertical-align:middle;
	}
	.store_payment_line_btn
	{
		display:inline-block;
		text-align:center;
		width:100%;
		padding-bottom:10px;
	}
	
	.tab-links span {
    padding: 9px 15px !important;
	margin-bottom:-1px;
	}
	
	#pagination {
		width:calc(100% - 20px) !important;
		padding: 0 10px;
	}
	.store_available_product
	{
		position:relative; width:100%;
	}
	#estimate_request {
		width: calc(100% - 20px);
	}
	#estimate_request label.error {
		margin-bottom:0px;
	}
	#estimate_request .estimate_request_input,
	#estimate_request .estimate_request_input_half {
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		margin-bottom:10px;
	}
	#estimate_request .estimate_request_input input,
	#estimate_request .estimate_request_input_half input {
		width:calc(100% - 9px);
	}
	#estimate_request .estimate_request_input textarea {
		width:calc(100% - 9px);
	}
	.store_button_grey.popup,
	.button_grey.popup {
		width: 175px;
		margin-left: 0px !important;
		margin-bottom: 10px;
	}
	.tab-links {
		display:none;
	}
	.tab-link {
		display:none;
	}
	.tab-link-responsive {
		display:inline-block;
		width:calc(100% - 30px);
		background:#bbbbbb;
		padding: 9px 15px;
		cursor:pointer;
	}
	.tab-link-responsive.active {
		background:#f3f3f3;
	}
	.tab.active
	{
		display: block;
		background: #f3f3f3;
		padding: 20px;
		width:calc(100% - 40px);
	}
	.input[type="text"],
	.input[type="password"],
	.store_form_input[type="text"],
	.store_form_input[type="password"],
	.store_input[type="text"],
	.store_input[type="password"]
	{
		min-width:90%;
	}
	.store_select,
	.select {
		min-width:91%;
	}
	
	.video-container {
	position: relative;
	padding-bottom: 350px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom:30px;
	}
	
	
	.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:calc(90% - 20px);
		max-width:500px;
		left:5%;
		text-align:center;
		padding:10px 10px 20px;
	}
	#adult_content_popup_button_cancel {
		margin-bottom:10px;
	}
	.store_data table tr {
		display:table-row;
	}
	
	.store_register_eye,
	.store_login_eye {
		position: absolute;
		margin-top: 4px;
		margin-left: -30px;
		cursor: pointer;
		opacity:0.3;
		display:none;
	}
}















