﻿.mobile_product_name {
	float: right;
	width: 100%;
}
.product_coupon_container {
	float: right;
	width: 300px;
	display: block;
	margin-bottom: 15px;
}
.product_coupon_field {
	float: right;
	width: calc(100% - 80px);
	display: block;
	margin-left: 10px;
}
.product_coupon_field input {
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    touch-action: manipulation;
}
.product_coupon_field input:focus {
	border: 1px solid #666;
}
.product_coupon_btn {
	width: 70px;
	float: right;
	padding: 10px .75rem;
    font-size: 1rem;
    background-clip: padding-box;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    touch-action: manipulation;
    border:0;
    background-color:#050708;
    color:#fff;
    font-size:17px
}
.product_coupon_btn:focus {
	width: 70px;
	float: right;
	padding: .430rem .75rem;
    font-size: 1rem;
    line-height: 1.4;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    touch-action: manipulation;
}
.products_home_items {
	width: 100%;
	float: right;
	display:block;
}
.products_home_section {
	float: right;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	position:relative;
}
.product_id_header_nav i {
    padding-top: 0px;
    margin-top: 1px!important;
}
.club_card_container {
	width: 50px;
	float: right !important;
	position:relative!important;
	top:5px;
}
.filterCheckbox {
	width: 100%;
	float: right;
}
.filterCheckbox input[type="checkbox"] {
	display: none;
}
.filterCheckbox input[type="checkbox"] + label {
	float: right;
	direction: rtl;
	text-align: right;
	font-size:17px;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 7px;
	padding-left: 7px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,1);
	border: 0px solid #f9f9f9;
	color: #000;
	line-height:0.9em;
}
.filterCheckbox input[type="checkbox"] + label:hover {
	background-color: #f9f9f9;
}
.filterCheckbox input[type="checkbox"] + label span {
display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #000;
	cursor: pointer;
	margin-left: 7px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.filterCheckbox input[type="checkbox"]:checked + label span {
	background-color: #fff;
	border: 8px solid #f69c7e;
	box-sizing: border-box;
}
.products_complementary_section {
	float: right;
	width: 100%;
	display:block;
}
.product_id_container {
	float: right;
	width: 100%;
}
.product_id_item_container {
	float: right;
	width: 100%;
	margin-top: 0px;
}
.product_id_product_name {
	float: right;
	width: 100%;
	margin-bottom: 0;
	text-align: right;
}
.product_id_product_content {
	width: 100%;
	float: right;
	direction: rtl;
}
.product_id_description_container {
	width: 100%;
	float: right;
    margin-bottom:20px;
}
.product_id_product_title {
	margin-bottom:15px
}
.product_id_product_des {
	width: 100%;
	float: right;
	direction: rtl;
	margin-top:50px;
	padding-top:50px;
	border-top:1px solid #ccc
}
.product_id_all_prices_container {
	width: 100%;
	float:right;
	position:relative;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
	display:inline-block;
    direction:rtl;
}
.product_id_price_container {
	width: auto;
	float: none;
	display: inline-block;
	margin-left:3px;
	margin-right:3px
}
.product_id_price_title {
	width: auto;
	float:right;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	padding-top: 0px;
	margin-bottom: 3px;
	box-sizing:border-box;
	height: 12px;
	overflow: hidden;
	visibility: visible;
	letter-spacing:0.3px;
	opacity:0.7;
}
.product_id_product_price {
	width: auto;
	float: right;
	text-decoration: none;
	line-height: 1.1em;
	text-align: right;
	clear:both;
}
.product_id_prev_price_container {
	width: 100%;
	float: right;
    font-size: 14px;
	font-weight: 400;
	text-align: center;
    direction:rtl;
    padding: 7px 10px 7px 10px;
    box-sizing:border-box;
    display:inline-block;
    margin-bottom:10px;
    border-radius:2px
}
.product_id_prev_price_title {
	width: auto;
	float:none;
	line-height: 1.1em;
	display:inline-block;
	margin-left:7px;
	font-weight:400;
}
.product_id_prev_price {
	width: auto;
	text-decoration: none;
	line-height: 1.1em;
    text-decoration-line: line-through;
    display:inline-block;
}
.product_id_product_price_club {
	width: auto;
}
.product_id_sep_price {
	width: 1px;
	height: 41px;
	float:right;
	display:inline-block;
	border-right: 1px solid #ccc;
	margin-right: 15px;
	padding-right:15px;
}
.product_id_deal_container {
	width: auto;
	float: right;
	display: table;
	text-align:center;
	direction:rtl;
	border-top: 1px dashed #f69c7e;
	border-bottom: 1px dashed #f69c7e;
	border-right: 0px solid #f69c7e;
	border-left: 0px solid #f69c7e;
	padding: 0 10px 0 10px;
	box-sizing:border-box;
}
.product_id_deal_price_title {
	text-align: center;
	display:table-cell;
	vertical-align:middle;
}
.product_id_makat {
	width: 100%;
	float: right;
	margin-top: 7px;
	margin-bottom: 10px;
}
.sub_product_name {
	float: right;
	width: 100%;
	text-align: center;
	position:relative;
	line-height:1em!important;
	font-size:16px!important;
	font-weight:700;
}
.link_color_id {
	list-style-type: none;
	float: right;
	display: inline-block;
	width: 80px;
	margin-left: 10px;
	padding: 0!important;
	margin-top: 0;
	position:relative;
}
.link_color_id input[type="radio"] {
	display: none;
}
.link_color_id input[type="radio"] + label {
	color: #000;
	float: right;
	direction: rtl;
	text-align: right;
	width: 100%;
	padding: 0px;
	margin-left: 5px;
	margin-bottom: 0;
	box-sizing: border-box;
	display: inline-block;
	position:relative;
	z-index:1;
}
.link_color_id input[type="radio"] + label:hover {
	background-color:rgb(113 113 113 / 5%);
}
.link_color_id input[type="radio"] + label span {
	display: inline-block;
	width: 80px;
	height: 80px;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	float: right;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	box-sizing: border-box;
	border-radius: 1px
}
.link_color_id input[type="radio"]:checked + label span {
	background-color: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
}
.product_id_Properties {
	float: right;
	width: 100%;
	margin-top: 0px;
}
.product_id_colors {
	float: right;
	width: 40%;
	margin-bottom: 25px;
}
.product_id_colors_checkboxes {
	float: right;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 10px
}
.product_id_colors_checkboxes_border {
	float: right;
	width: 100%;
	border: 0px solid #e5e5e5;
	padding: 0;
	box-sizing: border-box;
	margin-top:0
}
.product_id_colors_title {
	float: right;
	width: 100%;
	margin-bottom: 3px;
	font-size: 17px;
	direction: rtl;
	line-height: 1.4em;
	text-align: right;
}
.product_id_colors_inside {
	float: right;
	width: 100%;
	border: 1px solid #ccc;
	padding: 6px;
	box-sizing: border-box;
}
.product_id_sizes {
	float: right;
	width: 100%;
	margin-bottom: 15px;
}
.product_id_sizes_title {
	float: right;
	width: 100%;
	margin-bottom: 5px;
	font-size: 17px;
	direction: rtl;
	line-height: 1.3em;
	text-align: right;
	display:none
}
.product_id_Property_container {
	float: right;
	width: 47.5%;
	margin-left: 0%;
}
.product_id_Property_container_quantity {
	float: right;
	width: 40%;
	margin-left: 0%;
}
.product_id_Property_title {
	float: right;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-size: 17px;
	direction: rtl;
	font-weight: 400;
	line-height: 1.4em;
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
	border-bottom-color: #333333;
}
/*.product_id_Property_field {
	float: right;
	width: 47.5%;
	margin-left:5%;
	margin-bottom:10px;
	font-size: 14px;
	direction: rtl;
	font-weight: 400;
	line-height: 1.5em;
	text-align: left;
}
.product_id_Property_field:nth-of-type(2n) {
	margin-left:0;
}*/
.product_id_Property_field {
	float: right;
	width: 100%;
	margin-left:0;
	margin-bottom: 0px;
	font-size: 14px;
	direction: rtl;
	font-weight: 400;
	line-height: 1.5em;
	text-align: left;
}
.product_id_Property_field select {
	float: right;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 2px;
	padding-right: 7px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	font-weight:400;
	font-size:16px;
	border-radius: 5px
}
.multiselect select {
	float: right;
	width: 100%;
	border: 1px solid #e5e5e5;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff;
}
.ShoppingCounter {
	border: 1px solid #ccc;
	width: 100%;
	float: left;
	text-align: center;
	padding: 0px;
	margin-right: 0%;
	margin-top: 0px;
}
.ShoppingPlus {
	width: 27%;
	float: left;
	text-align: center;
	border: 0px solid #000;
	cursor: pointer;
}
.ShoppingMinus {
	width: 27%;
	float: left;
	text-align: center;
	cursor: pointer;
}
.ShoppingCountNum {
	width: 100%;
	float: left;
}
.ShoppingCountNum input {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 17px;
	color: #000;
	font-weight: 400;
}
#ShoppingCountNum {
	width: 46%;
	float: left;
	padding-top: 8px;
	text-align: center;
	font-size: 17px;
	color: #000;
	font-weight: 400;
}
.productID_addToCart_btn {
	float: right;
	width: 100%;
	font-size: 17px!important;
	text-align: center;
	line-height: 1em;
	font-weight: 400;
	color: #cfb27f;
	background-color: transparent;
	direction: rtl;
	cursor: pointer;
	padding: 0px;
	box-sizing:border-box;
	border: 0px solid #2a292f
}
.productID_addToCart_btn:hover {
	color: #000;
	border: 0px solid #000;
	background-color: transparent!important;
	direction: rtl;
}
.product_id_go_back {
	font-size: 17px;
	color: #000;
	font-weight: 400;
	background-color: transparent;
	text-align: center;
	float: left;
	width: 100%;
	line-height: 1em;
	padding: 8px 10px 8px 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.product_id_go_back:hover {
	color: #000;
	background-color: rgba(153,153,153,0.0);
	border: 1px solid #000;
}

.product_id_wishlist {
	float: left;
	width: 100%;
	position: relative;
	cursor:pointer;
	margin-top:15px;
	border: 1px solid #e5e5e5;
	color:#f8a78a;
	box-sizing:border-box;
	padding: 7px 15px 7px 15px;	
}
.product_id_wishlist_text {
	float: right;
	width: auto;
}
.product_id_wishlist i {
	float: left;
	width: auto;
	line-height:1em;
	margin-left:0!important;
	padding:0;
	font-size: 19px;
	margin-top:2px
}
.product_id_wishlist:hover {
	color: #cfb27f !important;
	border: 1px solid #cfb27f !important;
}
.share_section {
	float: left;
	width: 100%;
	position: relative;
	margin-top:15px;
	border: 1px solid #e5e5e5;
	color:#f8a78a;
	box-sizing:border-box;
	padding: 7px 15px 7px 15px;	
}
.share_section_text {
	float: right;
	width: auto;
}
.share_section_icons {
	float: left;
	width: auto;
	margin-left:0!important;
	padding:0;
	margin-top:2px
}
.product_info_payment {
	float: left;
	width: 100%;
	position: relative;
	margin-top:15px;
	border: 0px solid #d9ceca;
	box-sizing:border-box;
	padding: 0px;	
}
.product_multi_props_container {
	float: right;
	width: 100%;
	position: relative;
	margin-top:0px;
}
.product_id_check_out {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	background-color: transparent;
	text-align: center;
	float: left;
	width: 100%;
	line-height: 1em;
	padding: 0px;
	border: 0px solid #000;
	box-sizing: border-box;
}
.product_id_check_out:hover {
	background-color: transparent;
	color: #cfb27f;
}
.product_id_rating {
	float: right;
	width: 100%;
	direction: ltr;
	border: 0px solid #ccc;
	padding: 0px;
	box-sizing: border-box;
	margin-bottom: 15px;
	margin-top: 15px;
	position: relative;
}
.product_id_rating_overlay {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.product_id_rating_number {
	float: left;
	width: auto;
	direction: rtl;
}
.product_id_rating_title {
	float: right;
	width: auto;
	font-size: 17px;
	direction: rtl;
	font-weight: 400;
	line-height: 1em;
	text-align: left;
	margin-left: 6px;
	margin-right: 0px;
	margin-top: 9px;
}
.product_id_rating_stars_container {
	float: right;
	width: auto;
}
.product_id_more_info_container {
	float: right;
	width: 100%;
	margin-top: 20px;
}
.product_id_more_info_title {
	float: right;
	width: 100%;
	padding-bottom: 7px;
	margin-bottom: 17px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e6e6e6;
}
.product_id_more_info_text_container {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.product_id_more_info_text_container i {
	float: right;
	width: 20px;
	font-size: 21px;
	direction: rtl;
	text-align: right;
	margin: 0px!important;
	padding: 0px!important;
	line-height:1.3em
}
.product_id_more_info_Property_name {
	float: right;
	width: auto;
	text-align: right;
	margin-right: 9px;
}
.product_id_more_info_down {
	float: right;
	width: 100%;
	margin-top: 10px;
}
.product_id_more_info_down_text {
	float: right;
	width: 100%;
	font-size: 17px;
	direction: rtl;
	font-weight: 400;
	line-height: 1.4em;
	text-align: left;
}
.product_id_more_products_section {
	float: right;
	width: 51%;
	padding-left: 24.5%;
	padding-right: 24.5%;
	padding-top: 30px;
	padding-bottom: 20px;
}
.product_id_more_products_section_title {
	width: 100%;
	float: right;
	font-size: 28px;
	color: #000;
	font-weight: 400;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	direction: rtl;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 0px solid #ccc;
}
.product_id_more_products_section_text {
	width: 100%;
	float: right;
	font-size: 22px;
	color: #999;
	font-weight: 300;
	text-decoration: none;
	line-height: 1.4em;
	text-align: center;
	direction: rtl;
	margin-bottom: 40px
}
.product_id_carusel_items {
	float: left;
	width: 100%;
	padding-top: 0px
}
#StoreProductSizes {
	padding-top: 6px!important;
	padding-bottom: 6px!important;
}
.show_father_images {
	float: right;
	width: 80px;
	height: 80px;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	box-sizing:border-box;
	margin:0!important;
}
.show_father_images a {
	margin:0!important;
}
.show_father_images:hover {
	color: #000;
}
.show_father_images a i {
	padding-top: 0px!important;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
	line-height: 0!important
}
.overlay_props {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 100000 !important;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.overlay_props:target {
	visibility: visible;
	opacity: 1;
}
.popup_props {
	background-color: #FFF;
	display: inline-block;
	left: 50%;
	opacity: 0;
	position: fixed;
	text-align: justify;
	visibility: hidden;
	z-index: 100000 !important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	width: 300px;
	border: 5px solid #000
}
.overlay_props:target+.popup_props {
	top: 380px;
	opacity: 1;
	visibility: visible;
	z-index: 100000 !important;
	width: 300px;
}
.close_props {
	height: 25px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 3px;
	width: 25px;
	right: 3px;
	background-color:#000;
}
.close_props:before {
	color: #3e454c;
	content: "X";
	font-size: 17px;
}
.popup_props_container {
	float: left;
	height: auto;
	width: 86%;
	padding: 15px;
}
.popup_props_title {
	float: left;
	width: 100%;
	margin-right: 0%;
	line-height: 1.5em;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	color: #000;
	margin-bottom: 5px;
	direction: rtl;
}
.product_id_more_info_accordion {
	float: right;
	width: 100%;
}
.product_id_more_info_accordion i {
	float: right;
	width: 20px;
	font-size: 19px;
	direction: rtl;
	text-align: left;
	margin-right: 0px;
	margin-left: 7px;
	margin-top: 3px;
}
.product_id_file_container {
	font-size: 17px;
	text-align: center;
	float: right;
	width: auto;
	line-height: 1em;
	font-weight: 400;
	direction: rtl;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left:10px;
	box-sizing:border-box;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #fff;
	background-color: #000;
}
.product_id_file_container i {
	float: right;
	width: 15px;
	font-size: 17px;
	direction: rtl;
	text-align: left;
	margin-left: 10px!important;
	padding: 0px!important;
	line-height:1em
}
.product_id_file_name {
	float: left;
	width: auto;
	text-align: left;
	margin-left: 9px;
}
.product_id_file_container:hover {
	color: #fff;
	background-color: #33b0e2;
}
.tabs_container {
    float: right;
	width: 100%;
}
.product_id_filter_btn_icon {	
	float: right;
	width: 30px;
	text-align: center;
	margin-right: calc(50% - 15px);
	margin-left: calc(50% - 15px);
	padding-bottom: 0px;
}
.product_id_filter_btn:hover {
	color: #000;
	border-bottom: 1px solid #000;
	background-color: transparent;
}
.product_id_button {
	color: #000;
	background-color: transparent;
	border-bottom: 1px solid #e5e5e5;
	border-top: 0px solid #e5e5e5;
	border-right: 0px solid #e5e5e5;
	border-left: 0px solid #e5e5e5;
}
.product_id_filter_active {
	background-color:#fff !important;
	color: #000 !important;
	border-bottom: 0px solid #e5e5e5  !important;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	font-weight: 700 !important;
}
.product_id_filter_active .product_id_filter_btn_text {
	font-weight: 700 !important;
}
.product_id_text {
    float: right;
	width: 100%;
	margin-top:0px;
	border-top: 0px solid #e5e5e5 !important;
	border-bottom: 1px solid #e5e5e5 !important;
	border-right: 1px solid #e5e5e5 !important;
	border-left: 1px solid #e5e5e5 !important;
	box-sizing:border-box;
}
.product_id_icons_container {
	width: 100%;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.product_id_icon_text {
	width: 100%;
	float: right;
}
.controls {
	float: left;
	width: 100%;
}
.filter_buttons {
	display: block;
}
.link_product {
	width: 100%;
	text-align: right;
	color: #000;
	float: right;
	direction: rtl;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-left: 0px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.0);
	border-bottom: 1px solid #f3f1f1;
}
.link_product_circle {
	float: right;
	width: 18px;
	margin-left: 7px;
}
.link_product:hover {
	color:#000
}
.link_product_selected {
	width: 100%;
	text-align: right;
	float: right;
	direction: rtl;
	font-size:18px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	color: #000;
}
.link_product i {
	color: #ccc;
}
.link_product:hover i{
	color:#000
}
.product_id_stors_btn {
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	background-color: #000;
	text-align: center;
	float: right;
	width: auto;
	line-height: 1em;
	padding: 10px 20px 10px 20px;
	border: 1px solid #000;
	box-sizing: border-box;
	margin-top:20px;
}
.product_id_stors_btn:hover {
	background-color: #000;
	border: 1px solid #000;
}
/* fs_accordion css
---------------------------------------------------------------*/
#wrap_accordion {
	width: 100%;
	float: left;
	margin: 0;
}
#wrap_accordion li {
	width: 100%;
	float: left;
	list-style-type: none;
}
#wrap_accordion .wrap_title {
	float: right;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	color: #000;
	font-size: 0px;
	font-weight: 700;
	line-height: 0em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: rgba(255,255,255,0.1) !important;
	border: 0px solid #000 !important;
}
#wrap_accordion .wrap_title i {
	float: left;
	width: auto;
	padding-top: 0px!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0!important;
	font-size: 0px;
}
.fs_accordion {
	width: 100%;
	float: right;
	position: relative;
	max-width: 100%;
	margin: 0!important;
	padding: 0!important;
}
#fs_accordion {
	width: 100%;
}
.fs_accordion li {
	list-style-type: none;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.fs_accordion li .title {
	float: left;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	text-align: right;
	color: #000;
	font-size: 17px;
	font-weight: 500;
	line-height: 2.8em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: transparent;
	border-bottom: 1px solid #f4f4f4 !important;
}
.fs_accordion li .title i {
	float: left;
	width: auto;
	padding-top: 0px!important;
	font-size: 25px;
}
.fs_accordion li .title:last-child {
	border-bottom: 0;
	background-color: transparent;
}
.fs_accordion li .sub_title {
	float: left;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	color: #444f5d;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.8em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: #fff;
	border-bottom: 1px solid #ccc !important;
}
.fs_accordion li .sub_title i {
	float: left;
	width: auto;
	padding-top: 13px!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0!important;
	font-size: 17px;
}
.fs_accordion li .sub_title:last-child {
	border-bottom: 0;
	background-color: transparent;
}
.fs_accordion li ul.sub_menu {
	list-style-type: none;
	float: right;
	width: 100%;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	background-color: transparent;
	margin-bottom: 0px!important;
}
.fs_accordion li ul.sub_menu li {
	list-style-type: none;
	float: left;
	width: 100%;
}
.fs_accordion li ul.sub_menu li .link {
	width: 100%;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	margin-bottom: 0px;
	border-bottom: 0px solid #f7f6f5;
}
.product_id_characters_table {
	float: right;
	width: 100%;
	border: 1px solid #f4f4f4;
	margin-top: 0px;
	background-color:#fff;
}
.product_id_characters_table_item {
	width: auto;
	float:right;
	border-bottom: 0px solid #e6e6e6;
    box-sizing:border-box;
    display: table;
	height: 45px;
	direction: rtl;
	padding-right:5px;
	margin-left:10px
}
.product_id_characters_table_item:last-child {
	border-bottom: 0px solid #e6e6e6;
}
.characters_table_item_title {
	width: 50%;
	border-left: 1px solid #e6e6e6;
	box-sizing:border-box;	
	font-size: 21px;
    text-align: right;
	display: table-cell;
	vertical-align: middle;
	padding-right:7px;
}
.characters_table_item_title_icon {
	width: calc(100% - 35px);
	box-sizing:border-box;	
	font-size: 17px;
    text-align: right;
	display: table-cell;
	vertical-align: middle;
}
.characters_table_item_icon {
	display: table-cell;
	vertical-align: middle;
	width: 35px;
}
.characters_table_item_icon img {
	width: 30px;
}
.characters_table_item_text {
	width: 50%;
	box-sizing:border-box;	
	font-size: 17px;
    text-align: right;
	display: table-cell;
	vertical-align: middle;
	padding-right:7px;
}
.product_id_slideshow_remark {
	width: 100%;
	float:right;
	font-size: 13px;
	display: block;
	text-align:center;
	background-color:rgba(255, 255, 255, 0.0);
	position:relative;
	z-index:2;
	padding:5px;
	box-sizing:border-box;
}
.product_id_strengths_icons {
	width: 100%;
	float: right;
	margin-bottom:25px;
}
.product_id_info_icons {
	width: 100%;
	float: right;
}
.product_icon_item {
	width: 32%;
	margin-left:2%;
	float: right;
	border-bottom: 1px solid #f4f4f4;
	box-sizing:border-box;
	margin-bottom:7px;
	padding-bottom:7px;
}
.product_icon_item:nth-of-type(3n) {
	margin-left:0;
}
.product_icon_item_img {
	float: right;
	width: 50px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.product_icon_item_left {
	float: right;
	width: calc(100% - 60px);
}
.product_icon_item_title {
    line-height: 1.2em;
}
.product_icon_item_content  {
	float: right;
	width: 100%;
	box-sizing:border-box;
	line-height:1.3em!important;
	margin-top:5px;
	font-size:14px!important;
}
.product_id_info_item {
	width: 100%;
	float: right;
	border-bottom: 1px solid #f4f4f4;
	box-sizing:border-box;
	margin-bottom:5px;
	padding-bottom:5px;
}
.product_id_info_item:last-child {
	border-bottom: 0;
	margin-bottom:0;
	padding-bottom:0;
}
.product_id_info_item_icon {
	float: right;
	width: 20px;
	margin-left: 10px;
}
.product_id_info_item_text {
	float: right;
	width: calc(100% - 30px);
}

.demo {
	float:right;
    box-sizing: border-box;
	padding: 0px;
}
.club_card_container {
	width: 50px;
	float: right;
	position:relative;
	margin-right:40px
}
.product_id_stors_btn {
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	background-color: #848586;
	text-align: center;
	float: right;
	width: auto;
	line-height: 1em;
	padding: 10px 20px 10px 20px;
	border: 1px solid #848586;
	box-sizing: border-box;
	margin-top: 0px;
}
.product_id_stors_btn:hover {
	background-color: #f69c7e;
	border: 1px solid #f69c7e;
}
.product_id_sold_out_container {
	float: right;
	width:100%;
	margin-top: 0px;
	margin-bottom:10px
}
.product_id_sold_out {
	float: right;
	width: calc(100% - 80px);	
	text-align: right;
	cursor: pointer;
    display:table;
    direction:rtl;
	border: 0px;
	height:35px;
	color: #fff;
	background-color: #1d4667;
}
.product_id_sold_out_text {
	padding:7px;
	box-sizing:border-box;
	font-size:16px;
}
.product_id_sold_out_back {
	float: right;
	width: 70px;
    margin-right:10px;
	text-align: center;
	cursor: pointer;
    display:table;
    direction:rtl;
	border: 0px;
	height:35px;
	color: #fff;
	background-color: #000;
}
.product_id_sold_out_back_text {
	padding:7px;
	box-sizing:border-box;
	font-size:16px;
}

/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.products_complementary_section {
	padding-top: 50px;
	padding-bottom: 70px;
}
.product_id_grid_container {
	float: right;
	width: 100%;
	margin-top: 0px;
	border-top: 1px solid #e6e6e6;
	padding-top: 100px;
}
.products_categories_repeater {
	float: right;
	width: 220px;
	margin-left: 75px;
	padding-left: 0%;
	box-sizing:border-box;
}
.product_id_slideshow {
	float: left;
	width: 700px;
	margin-left: 0px;
	box-sizing: border-box;
	background-color:#fff;
	position:relative;
	border: 0px solid #f4f4f4 !important;
}
.product_id_content {
	float: right;
	width: calc(100% - 800px);
	box-sizing: border-box;
	margin-right: 0px;
    margin-left: 100px;
}
.product_id_info_payment {
	float: right;
	width: 100%;
	margin-top: 0px
}
.product_id_info_payment_inside {
	float: right;
	width: 100%;
	box-sizing: border-box;
    padding: 0px;
}
.product_id_tags_table {
	float: right;
	width: 100%;
	min-height: 50px;
	background-color:#fff;
	border: 0px solid #e6e6e6;
	direction:rtl;
	box-sizing: border-box;
	padding: 0px;
	margin-top:35px
}
.plus_minus_page_id {
  float:left;
  width: 130px!important;
  margin:0;
  padding:0;
}
.counter_container_page_id {
  float:left;
  width: 100%;
  margin:0;
  padding:0;
}
.counter_page_id {
  float:right;
  width: 110px;
  margin-right:10px;
  padding:0;
}
.counter_text_page_id {
  float: right;
  width: auto!important;
  margin-top:10px;
  font-size:13px!important
}
.product_id_product_content {
	margin-bottom: 20px;
}
.product_id_product_price {
	font-size: 34px;
}
.product_id_product_price_before {
	font-size: 34px;
}
.product_id_product_price_club {
	font-size: 19px;
}
.product_id_add_to_cart_container {
	float: right;
	width: auto;
	margin-top: 20px;
	margin-right:25px

}
.product_id_buttons_section {
	float: right;
	width: 100%;
}
.product_id_go_back_container {
	float: right;
	width: 210px;
	margin-right:10px;
	margin-top:10px;
}
.product_id_check_container {
	float: right;
	width: 100%;
}

.product_id_Properties {
	margin-top: 20px;
	margin-bottom: 0px;
}
.mobile_buttons {
	float: right;
	width: auto;
	margin-top:20px
}
.product_id_container {
	margin-bottom: 40px;
	padding-top: 0px
}
.product_id_filter_btn {
	width: 25%;
	display: table;
	height: 50px;
	direction: rtl;
	text-align: center;
	float:right;
	box-sizing:border-box;
}
.product_id_filter_btn_text {
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
}
.product_id_text {
	padding: 20px;
}
.product_id_header_nav_next_products {
	float: left;
	width: auto;
}
.product_id_strengths_icons {
	margin-top:40px;
}
.product_id_info_icons {
	margin-top:15px;
}
.product_icon_item_title {
	font-size: 16px!important;
    line-height: 1.2em;
}
.product_id_slideshow_remark {
	bottom: 0;
}
.product_id_deal_container {
	height: 52px;
}
.product_id_deal_price_title {
	font-size: 22px;
	font-weight: 400;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media (max-width: 1439px) and (min-width: 769px) {
.products_complementary_section {
	padding-top: 50px;
	padding-bottom: 70px;
}
.product_id_grid_container {
	float: right;
	width: 100%;
	margin-top: 0px;
	border-top: 1px solid #e6e6e6;
	padding-top: 30px;
}
.products_categories_repeater {
	float: right;
	width: 220px;
	margin-left: 75px;
	padding-left: 0%;
	box-sizing:border-box;
}
.product_id_slideshow {
	float: left;
	width: 600px;
	margin-left: 0px;
	box-sizing: border-box;
	background-color:#fff;
	position:relative;
	border: 0px solid #f4f4f4 !important;
}
.product_id_content {
	float: right;
	width: calc(100% - 700px);
	box-sizing: border-box;
	margin-right: 0px;
    margin-left: 100px;
}
.product_id_info_payment {
	float: right;
	width: 100%;
	margin-top: 0px
}
.product_id_info_payment_inside {
	float: right;
	width: 100%;
	box-sizing: border-box;
    padding: 0px;
}
.product_id_tags_table {
	float: right;
	width: 100%;
	min-height: 50px;
	background-color:#fff;
	border: 0px solid #e6e6e6;
	direction:rtl;
	box-sizing: border-box;
	padding: 0px;
	margin-top:35px
}
.plus_minus_page_id {
  float:left;
  width: 130px!important;
  margin:0;
  padding:0;
}
.counter_container_page_id {
  float:left;
  width: 100%;
  margin:0;
  padding:0;
}
.counter_page_id {
  float:right;
  width: 110px;
  margin-right:10px;
  padding:0;
}
.counter_text_page_id {
  float: right;
  width: auto!important;
  margin-top:10px;
  font-size:13px!important
}
.product_id_product_content {
	margin-bottom: 20px;
}
.product_id_product_price {
	font-size: 34px;
}
.product_id_product_price_before {
	font-size: 34px;
}
.product_id_product_price_club {
	font-size: 19px;
}
.product_id_add_to_cart_container {
	float: right;
	width: auto;
	margin-top: 20px;
	margin-right:25px

}
.product_id_buttons_section {
	float: right;
	width: 100%;
}
.product_id_go_back_container {
	float: right;
	width: 210px;
	margin-right:10px;
	margin-top:10px;
}
.product_id_check_container {
	float: right;
	width: 100%;
}

.product_id_Properties {
	margin-top: 20px;
	margin-bottom: 0px;
}
.mobile_buttons {
	float: right;
	width: auto;
	margin-top:20px
}
.product_id_container {
	margin-bottom: 40px;
	padding-top: 0px
}
.product_id_filter_btn {
	width: 25%;
	display: table;
	height: 50px;
	direction: rtl;
	text-align: center;
	float:right;
	box-sizing:border-box;
}
.product_id_filter_btn_text {
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
}
.product_id_text {
	padding: 20px;
}
.product_id_header_nav_next_products {
	float: left;
	width: auto;
}
.product_id_strengths_icons {
	margin-top:40px;
}
.product_id_info_icons {
	margin-top:15px;
}
.product_icon_item_title {
	font-size: 16px!important;
    line-height: 1.2em;
}
.product_id_slideshow_remark {
	bottom: 0;
}
.product_id_deal_container {
	height: 52px;
}
.product_id_deal_price_title {
	font-size: 22px;
	font-weight: 400;
}
.narrow_grid_container {
	width: 100%!important;
	margin:0!important
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
.products_complementary_section {
	padding-top: 50px;
	padding-bottom: 70px;
}
.product_id_grid_container {
	float: right;
	width: 100%;
	margin-top: 0px;
	border-top: 1px solid #e6e6e6;
	padding-top: 20px;
}
.products_categories_repeater {
	float: right;
	width: 220px;
	margin-left: 75px;
	padding-left: 0%;
	box-sizing:border-box;
}
.product_id_slideshow {
	float: right;
	width: 100%;
	margin-left: 0px;
	box-sizing: border-box;
	background-color:#fff;
	position:relative;
	border: 0px solid #f4f4f4 !important;
}
.product_id_content {
	float: right;
	width: 100%;
	box-sizing: border-box;
	margin-right:0px;
    margin-left: 0px;
}
.product_id_info_payment {
	float: right;
	width: 100%;
}
.product_id_product_des {
	width: 100%;
	float: right;
	direction: rtl;
	margin-top:25px;
	padding-top:20px;
	border-top:1px solid #ccc
}
.product_id_info_payment_inside {
	float: right;
	width: 100%;
	box-sizing: border-box;
    padding: 0px;
}
.product_id_tags_table {
	float: right;
	width: 100%;
	min-height: 50px;
	background-color:#fff;
	border: 0px solid #e6e6e6;
	direction:rtl;
	box-sizing: border-box;
	padding: 0px;
	margin-top:35px
}
.plus_minus_page_id {
  float:left;
  width: 130px!important;
  margin:0;
  padding:0;
}
.counter_container_page_id {
  float:left;
  width: 100%;
  margin:0;
  padding:0;
}
.counter_page_id {
  float:right;
  width: 110px;
  margin:0;
  padding:0;
}
.counter_text_page_id {
  float: right;
  width: auto!important;
  margin-top:7px;
}
.product_id_product_content {
	margin-bottom: 20px;
}
.product_id_product_price {
	font-size: 34px;
}
.product_id_product_price_before {
	font-size: 34px;
}
.product_id_product_price_club {
	font-size: 19px;
}
.product_id_add_to_cart_container {
	float: right;
	width: auto;
	margin-top: 15px;
	margin-right:20px
}
.product_id_buttons_section {
	float: right;
	width: 100%;
}
.product_id_go_back_container {
	float: right;
	width: 210px;
	margin-right:10px;
	margin-top:10px;
}
.product_id_check_container {
	float: right;
	width: 100%;
}

.mobile_buttons {
	float: right;
	width: auto;
	margin-top:15px
}
.product_id_container {
	margin-bottom: 40px;
	padding-top: 0px
}
.product_id_filter_btn {
	width: 25%;
	display: table;
	height: 50px;
	direction: rtl;
	text-align: center;
	float:right;
	box-sizing:border-box;
}
.product_id_filter_btn_text {
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
}
.product_id_text {
	padding: 20px;
}
.product_id_header_nav_next_products {
	float: left;
	width: auto;
}
.product_id_strengths_icons {
	margin-top:20px;
	margin-bottom:0
}
.product_id_info_icons {
	margin-top:15px;
	display:none;
}
.product_icon_item_title {
	font-size: 16px!important;
    line-height: 1.2em;
}
.product_id_slideshow_remark {
	bottom: 0;
}
.product_id_deal_container {
	height: 52px;
}
.product_id_deal_price_title {
	font-size: 22px;
	font-weight: 400;
}
.product_info_payment {
	display:none;	
}
.product_id_wishlist {
	display:none;
}
.share_section {
	display:none!important;	
}
.product_id_description_container {
    margin-bottom: 0px;
    margin-top:15px
}
	.narrow_grid_container {
	width: 100%!important;
	margin:0!important;
		padding:0!important;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.products_complementary_section {
	padding-top: 50px;
	padding-bottom: 70px;
}
.product_id_grid_container {
	float: right;
	width: 100%;
	margin-top: 0px;
	border-top: 1px solid #e6e6e6;
	padding-top: 20px;
}
.products_categories_repeater {
	float: right;
	width: 220px;
	margin-left: 75px;
	padding-left: 0%;
	box-sizing:border-box;
}
.product_id_slideshow {
	float: right;
	width: 100%;
	margin-left: 0px;
	box-sizing: border-box;
	background-color:#fff;
	position:relative;
	border: 0px solid #f4f4f4 !important;
}
.product_id_content {
	float: right;
	width: 100%;
	box-sizing: border-box;
	margin-right:0px;
    margin-left: 0px;
}
.product_id_info_payment {
	float: right;
	width: 100%;
	margin-top:15px
}
.product_id_product_des {
	width: 100%;
	float: right;
	direction: rtl;
	margin-top:25px;
	padding-top:20px;
	border-top:1px solid #ccc
}
.product_id_info_payment_inside {
	float: right;
	width: 100%;
	box-sizing: border-box;
    padding: 0px;
}
.product_id_tags_table {
	float: right;
	width: 100%;
	min-height: 50px;
	background-color:#fff;
	border: 0px solid #e6e6e6;
	direction:rtl;
	box-sizing: border-box;
	padding: 0px;
	margin-top:35px
}
.plus_minus_page_id {
  float:left;
  width: 130px!important;
  margin:0;
  padding:0;
}
.counter_container_page_id {
  float:left;
  width: 100%;
  margin:0;
  padding:0;
}
.counter_page_id {
  float:right;
  width: 110px;
  margin:0;
  padding:0;
}
.counter_text_page_id {
  float: right;
  width: auto!important;
  margin-top:7px;
}
.product_id_product_content {
	margin-bottom: 20px;
}
.product_id_product_price {
	font-size: 34px;
}
.product_id_product_price_before {
	font-size: 34px;
}
.product_id_product_price_club {
	font-size: 19px;
}
.product_id_add_to_cart_container {
	float: right;
	width: auto;
	margin-top: 15px;
	margin-right:20px
}
.product_id_buttons_section {
	float: right;
	width: 100%;
}
.product_id_go_back_container {
	float: right;
	width: 210px;
	margin-right:10px;
	margin-top:10px;
}
.product_id_check_container {
	float: right;
	width: 100%;
}

.mobile_buttons {
	float: right;
	width: auto;
	margin-top:15px
}
.product_id_container {
	margin-bottom: 40px;
	padding-top: 0px
}
.product_id_filter_btn {
	width: 25%;
	display: table;
	height: 50px;
	direction: rtl;
	text-align: center;
	float:right;
	box-sizing:border-box;
}
.product_id_filter_btn_text {
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
}
.product_id_text {
	padding: 20px;
}
.product_id_header_nav_next_products {
	float: left;
	width: auto;
}
.product_id_strengths_icons {
	margin-top:20px;
	margin-bottom:0
}
.product_id_info_icons {
	margin-top:15px;
	display:none;
}
.product_icon_item_title {
	font-size: 16px!important;
    line-height: 1.2em;
}
.product_id_slideshow_remark {
	bottom: 0;
}
.product_id_deal_container {
	height: 52px;
}
.product_id_deal_price_title {
	font-size: 22px;
	font-weight: 400;
}
.product_info_payment {
	display:none;	
}
.product_id_wishlist {
	display:none;
}
.share_section {
	display:none!important;	
}
.product_id_description_container {
    margin-bottom: 0px;
    margin-top:15px
}
	.narrow_grid_container {
	width: 100%!important;
	margin:0!important;
		padding:0!important;
}
	.product_id_product_name {
	font-size:30px!important
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.products_complementary_section {
	padding-top: 50px;
	padding-bottom: 70px;
}
.product_id_grid_container {
	float: right;
	width: 100%;
	margin-top: 0px;
	border-top: 1px solid #e6e6e6;
	padding-top: 20px;
}
.products_categories_repeater {
	float: right;
	width: 220px;
	margin-left: 75px;
	padding-left: 0%;
	box-sizing:border-box;
}
.product_id_slideshow {
	float: right;
	width: 100%;
	margin-left: 0px;
	box-sizing: border-box;
	background-color:#fff;
	position:relative;
	border: 0px solid #f4f4f4 !important;
}
.product_id_content {
	float: right;
	width: 100%;
	box-sizing: border-box;
	margin-right:0px;
    margin-left: 0px;
}
.product_id_info_payment {
	float: right;
	width: 100%;
}
.product_id_product_des {
	width: 100%;
	float: right;
	direction: rtl;
	margin-top:25px;
	padding-top:20px;
	border-top:1px solid #ccc
}
.product_id_info_payment_inside {
	float: right;
	width: 100%;
	box-sizing: border-box;
    padding: 0px;
}
.product_id_tags_table {
	float: right;
	width: 100%;
	min-height: 50px;
	background-color:#fff;
	border: 0px solid #e6e6e6;
	direction:rtl;
	box-sizing: border-box;
	padding: 0px;
	margin-top:35px
}
.plus_minus_page_id {
  float:left;
  width: 130px!important;
  margin:0;
  padding:0;
}
.counter_container_page_id {
  float:left;
  width: 100%;
  margin:0;
  padding:0;
}
.counter_page_id {
  float:right;
  width: 110px;
  margin:0;
  padding:0;
}
.counter_text_page_id {
  float: right;
  width: auto!important;
  margin-top:7px;
}
.product_id_product_content {
	margin-bottom: 20px;
}
.product_id_product_price {
	font-size: 34px;
}
.product_id_product_price_before {
	font-size: 34px;
}
.product_id_product_price_club {
	font-size: 19px;
}
.product_id_add_to_cart_container {
	float: right;
	width: auto;
	margin-top: 15px;
	margin-right:20px
}
.product_id_buttons_section {
	float: right;
	width: 100%;
}
.product_id_go_back_container {
	float: right;
	width: 210px;
	margin-right:10px;
	margin-top:10px;
}
.product_id_check_container {
	float: right;
	width: 100%;
}

.mobile_buttons {
	float: right;
	width: auto;
	margin-top:15px
}
.product_id_container {
	margin-bottom: 40px;
	padding-top: 0px
}
.product_id_filter_btn {
	width: 25%;
	display: table;
	height: 50px;
	direction: rtl;
	text-align: center;
	float:right;
	box-sizing:border-box;
}
.product_id_filter_btn_text {
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
}
.product_id_text {
	padding: 20px;
}
.product_id_header_nav_next_products {
	float: left;
	width: auto;
}
.product_id_strengths_icons {
	margin-top:20px;
	margin-bottom:0
}
.product_id_info_icons {
	margin-top:15px;
	display:none;
}
.product_icon_item_title {
	font-size: 16px!important;
    line-height: 1.2em;
}
.product_id_slideshow_remark {
	bottom: 0;
}
.product_id_deal_container {
	height: 52px;
}
.product_id_deal_price_title {
	font-size: 22px;
	font-weight: 400;
}
.product_info_payment {
	display:none;	
}
.product_id_wishlist {
	display:none;
}
.share_section {
	display:none!important;	
}
.product_id_description_container {
    margin-bottom: 0px;
    margin-top:15px
}
	.narrow_grid_container {
	width: 100%!important;
	margin:0!important;
		padding:0!important;
}
	.product_id_product_name {
	font-size:30px!important
}
}
