.PowerGraph-Ico-Yes:before {
	content: "done";
	color: green;
	font-size: 25px;
}
.PowerGraph-Ico-No:before {
	content: "close";
	color: red;
	font-size: 25px;
}
.Available:before {
	content: "check_circle";
}
.Soon:before {
	content: "access_time";
}
.ArrowDown:before {
	content: "arrow_downward";
}
.ArrowUp:before {
	content: "arrow_upward";
}
.ArrowRightKey:before {
	content: "keyboard_arrow_right";
}
.ArrowLeftKey:before {
	content: "keyboard_arrow_left";
}
body.ltr .ArrowRightKey:before {
    content: "keyboard_arrow_left";
}
body.ltr .ArrowLeftKey:before {
    content: "keyboard_arrow_right";
}
.ArrowDownKey:before {
	content: "keyboard_arrow_down";
}
.ArrowUpKey:before {
	content: "keyboard_arrow_up";
}
#Review {
	padding: 10px;
}
#Review ul,
#Review li {
    list-style: initial;
    padding: revert;
}
.product_cat a{
    font-size: 13px !important;
}
.ProductDetail {
    margin-bottom: 7px;
}
.product_description {
    line-height: 23px;
    padding-bottom: 5px;
    margin-top: 5px;
}
.float-add-cart {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    right: 0;
    background: #4caf50;
}
.float-add-cart:hover {
    background: #46a349;
}
.add-cart .BtnLabel{
    background-color: #4caf50;
}
.add-cart .BtnLabel:hover {
    background-color: #46a349;
}
.AddToCompare .BtnLabel{
    background-color: #a5a5a5;
}
.AddToCompare .BtnLabel:hover {
    background-color: #8c8c8c;
}
.BtnLabel {
	display: inline-block;
    height: 37px;
	padding: 0 15px;
	border-radius: 3px 0 0 3px;
}
.add-info a {
	margin: 0;
	border: 0 none;
    color: #ffffff !important;
	display: block;
	line-height: 37px;
}
.add-info a i:before{
	border-radius: 0 3px 3px 0;
    float: right;
    font-size: 20px;
    width: 30px
}
.add-cart .AddToCart-ICO:before {
	background-color: #62b965;
    content: "add_shopping_cart";
}
.Add-To-Cart {
    display: inline-block;
	margin-right: 5px;
}
.AddToCart .product-count {
    user-select: none;
    max-width: 100px;
}
.AddToCart .product-count > i {
    background-color:#fff;
    color:#616161;
    vertical-align:middle;
    border-radius:50%;
    cursor:pointer;
    font-style:normal;
    font-weight:300;
    width:23px;
    height:23px;
    display:inline-block;
    text-align:center
}
.AddToCart .product-count > i:before {
    vertical-align:middle;
    font-size:.625rem;
    line-height:23px
}
.Compare-ICO:before {
	background-color: #999;
}
.product_download a{
    background: none repeat scroll 0 0 #77950D;
    border: 1px solid #BCBCBC;
    padding: 10px 20px 10px 20px;
    font-size: 17px !important;
    border-radius: 5px;
    float: left;
    margin-left: 20px;
    color: #FFF !important;
}
.product_tag {
    font-size: 13px;
    padding: 0px 0px 10px 0px;
}
.Product_Des .product_cat {
	margin: 10px;
}
.Product_Des .P_Des .source {
	text-align: center;
}
.Product_Des .P_Des .source a {
	text-decoration: underline;
}
.Product_Des .P_Des .note , .Product_Des .note span {
	height: auto;
}
.Product_Des .P_Des span i {
	border-radius: 50%;
    color: #4caf50;
    float: none;
    font-size: 17px;
    margin-left: 3px;
    padding: 0 2px;
    vertical-align: middle;
}
.Product_Des .P_Des span i.Unavailable, .Product_Des .P_Des span i.StopProduction {
    color: #ff6b6b;
}
.Product_Des .P_Des span i.Soon {
    color: #2196f3;
}
.price_info .price {
	max-width: unset;
}
.price_info .PriceVal {
	font-size: 16px;
}
.price_info .PriceVal.Off,
.Product_Des .P_Des span.PriceVal.Off,
.Product_Des .P_Des span.PriceVal .MoneyUnit {
	font-size: 15px;
}
.Product_Des .P_Des span.PState {
	float: right;
}
.Product_Des .P_Des span:not(.PFeatureTitle):not(.PFeatureValue):not(.PriceVal):not(.PriceOff) {
    line-height: 30px;
    color: #55565a;
}
.Product_Des .P_Des span.Off, .vendors-content .price_info p.Off{
	text-decoration:line-through;
	width: auto;
}
.Product_Des .P_Des span.PriceOff, .vendors-content .price_info p.PriceOff {
    border-right: 0 none !important;
    color: #4caf50;
	font-size: 16px;
    display: inline-block;
	width: auto !important;
}
.Product_Des .P_Des span.PriceVal,
.Product_Des .P_Des span.PriceOff {
    font-size: 20px;
    line-height: 45px;
}
.Product_Des .P_Des span img{
	vertical-align: middle;
}
.Product_Des .P_Des{
	padding-top: 6px;
	margin-right: 0;
}
.product_image {
    padding-bottom: 20px;
}
.product_image .gallery {
    padding: 0 15px;
	text-align: center;
}
.product_image .gallery .thumbnails {
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
}
.product_image .gallery .thumbnails .scroller .ImageBox {
	position: relative;
	overflow: hidden;
	padding: 0 10px;
}
.product_image .gallery .thumbnails .scroller .ImageBox .ArrowLeftKey,
.product_image .gallery .thumbnails .scroller .ImageBox .ArrowRightKey {
	position: absolute;
	top: 40%;
	font-size: 24px;
}
.product_image .gallery .thumbnails .scroller .ImageBox .ArrowLeftKey {
	left: -14px
}
.product_image .gallery .thumbnails .scroller .ImageBox .ArrowRightKey {
	right: -15px
}
.product_image .gallery .thumbnails .scroller .items .imgitem {
    border: 1px solid #ddd;
	max-width: 80px;
	display: inline-block;
	line-height: 80px;
    min-height: 80px;
}
.product_image .gallery .thumbnails .scroller .items .imgitem img {
	max-height: 75px;
    max-width: 75px;
	vertical-align: middle;
	width: auto;
}
.DescriptionContent {
	padding: 15px 15px 25px;
	height: 265px;
	overflow: hidden;
}
.DescriptionContent.DisplayMore {
	height: auto;
}
.DescriptionContent * {
	line-height: 32px !important;
}
.DescriptionHandler:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 30px;
	height: 105px;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(252,252,252,0) 0%, rgba(252,252,252,1) 100%);
	background: -webkit-linear-gradient(top, rgba(252,252,252,0) 0%,rgba(252,252,252,1) 100%);
	background: linear-gradient(to bottom, rgba(252,252,252,0) 0%,rgba(252,252,252,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fcfcfc',GradientType=0 );
}
.DescriptionHandler.Opened:after {
    display: none;
}
.DescriptionHandler {
    display: block;
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 0;
	color: #4d4d4d;
	display: none;
	background: #fcfcfc;
	height: 35px;
	line-height: 35px;
}
#lightbox {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 10px #000000;
    color: #333333;
    display: none;
    left: 50%;
    overflow: hidden;
    padding: 10px 10px 0;
    position: fixed;
    top: 50%;
    z-index: 10000;
}
#lightbox .inner-box {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#lightbox .content {
    z-index: 1;
}
#lightbox .content img {
    border: 0 none;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}
#lightbox .cpanel {
    display: none;
    height: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#lightbox #close-btn {
    background: url("images/lightboxicons.png") no-repeat scroll -54px 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 30px;
    position: relative;
    width: 26px;
    z-index: 2;
}
#lightbox #play-btn {
    background: url("images/lightboxicons.png") no-repeat scroll 0 -30px rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 30px;
    position: relative;
    width: 26px;
    z-index: 2;
}
#lightbox #play-btn.pause {
    background-position: -30px -30px;
}
#lightbox #info {
    color: #222222;
    direction: rtl;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 0;
}
#lightbox #back-btn, #lightbox #fwd-btn {
    cursor: pointer;
    height: 70px;
    margin-top: -35px;
    position: absolute;
    top: 50%;
    width: 20px;
}
#lightbox #back-btn {
    background: url("images/d_arrows.png") no-repeat scroll 0 center rgba(0, 0, 0, 0.75);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    left: 0;
    margin-left: -20px;
}
#lightbox #fwd-btn {
    background: url("images/d_arrows.png") no-repeat scroll -20px center rgba(0, 0, 0, 0.75);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    left: 100%;
}
#lightbox .btn-panel {
    background: url("images/spacer.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 0;
    position: relative;
    width: 50%;
    z-index: 3;
}
#lightbox .timer {
    background-color: rgba(0, 0, 0, 0.75);
    font-size: 0;
    height: 5px;
    left: 10px;
    opacity: 0.5;
    position: absolute;
    visibility: hidden;
    width: 0;
    z-index: 2;
}
#lightbox .carouselContainer {
    height: 62px;
    margin: 0;
    width: 100%;
    z-index: 10;
}
#lightbox .carouselContainer .carouselBtn {
    background: none repeat scroll 0 0 #333333;
    border-radius: 0 0 5px 5px;
    bottom: 0;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    height: 20px;
    line-height: 14px;
    opacity: 0.99;
    padding: 0 10px;
    position: absolute;
    right: 30px;
    text-align: center;
    z-index: 3;
}
#lightbox .carouselContainer .carousel {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    height: 62px;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-indent: 0;
    top: 0;
    width: 100%;
}
#lightbox .carouselContainer .carousel .carouselWrapper {
    height: 42px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 10px;
    width: 100%;
}
#lightbox .carouselContainer .carousel .carouselWrapper .carouselInner {
    position: relative;
}
#lightbox .carouselContainer .carousel .carouselWrapper .carouselInner .thumbnail {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    float: left;
    height: 38px;
    margin-left: 10px;
    opacity: 0.2;
    padding: 1px;
}
#lightbox .carouselContainer .carousel .carouselWrapper .carouselInner .thumbnail img {
    max-height: 38px;
    max-width: 56px;
}
#lightbox .desc {
    color: #FFFFFF;
    display: none;
    font-size: 13px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 4;
}
#lightbox .desc {
    background-color: rgba(0, 0, 0, 0.75);
    direction: rtl;
    text-align: right;
}
#lightbox .inner-text {
    color: #FFFFFF;
    padding: 5px;
}
#lightbox .inner-text span {
    font-weight: bold;
}
#lightbox .preloader {
    background: url("images/loader.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: none;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 2;
}
#galleryoverlay {
    background-color: #000;
    display: none;
    left: 0;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.hide-selects {
    visibility: hidden;
}

.ui-tabs {
	background: #f5f6f7 none repeat scroll 0 0;
    border: 1px solid #ebeced;
    border-radius: 4px;
    box-shadow: 0 1px 2px #edeef0;
    margin: 0 auto 10px;
    overflow: hidden;
	position: relative;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
}
.ui-tabs .ui-tabs-nav li {
	float: right;
}
.ui-tabs .ui-tabs-nav li a{
	border-left: 1px solid #e3e3e3;
    box-shadow: 0 2px 0 transparent inset;
    color: #707580;
    display: block;
    height: 40px;
    line-height: 28px;
    padding: 0 28px;
    position: relative;
    text-align: center;
    transition: all 200ms ease 0s;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: right;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background: #fff;
    box-shadow: 0 2px 0 #19caaf inset, 0 2px 0 #fff;
    color: #0f72c1;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	padding: 1em 1.2em;
	background: none;
	line-height: 30px;
}
.ui-tabs .ui-tabs-panel#Comments{
	padding: 1em 0;
}
.ui-tabs .ui-tabs-panel .post_title{
	border-radius: 0;
}
.post header.ProductHeader {
	background: #f9f9f9;
    border-radius: 2px;
    padding: 10px 15px;
}
.post header .ProductTitle {
    margin-top: 5px;
	line-height: 22px;
    font-size: 18px;
}
.post header .ProductTitle span {
	color: #818181;
    display: block;
    font-size: 11px;
}
.product_rate {
	color: #818181;
    height: 22px;
    text-align: center;
	line-height: 21px;
}
.P_Rate {
	direction: ltr;
	display: inline-block;
	vertical-align: middle;
}
.datasSent, .serverResponse{
	margin-top:20px;
	width:470px;
	height:73px;
	border:1px solid #F0F0F0;
	background-color:#F8F8F8;
	padding:10px;
	float:left;
	margin-right:10px;
}
.datasSent{
	width:200px;
	position:fixed;
	left:680px;
	top:0;
}
.serverResponse{
	position:fixed;
	left:680px;
	top:100px;
}
.datasSent p, .serverResponse p {
	font-style:italic;
	font-size:12px;
}
.notice {
	background-color:#F4F4F4;
	color:#666;
	border:1px solid #CECECE;
	padding:10px;
	font-weight:bold;
	width:600px;
	font-size:12px;
	margin-top:10px;
}
.SpecificationsContent h3.title {
	margin-bottom: 15px;
}
#Product_Info_Tab table , #Product_Info_Tab .table_list {
	width: 1185px !important;
	max-width: 1185px !important;
}
.wmin #Product_Info_Tab table {
	max-width: 945px !important;
}

#Product_Info_Tab .Content_Tab {
	background: #fff none repeat scroll 0 0;
    box-shadow: 0 -1px 6px -2px #ccc;
	padding: 10px 0;
}
#Product_Info_Tab .P_Tabs {
    padding-top: 7px;
}
#Product_Info_Tab .P_Tabs li a:before {
    font-size: 1.8rem;
    margin-left: 5px;
    color: #777;
}
.nav-tabs {
    border: none;
}
.nav-tabs .nav-link {
    position: relative;
    border: 0 none;
    color: #282828;
}
.nav-tabs .nav-link.active:after {
    background-color: #e76d66;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 3px;
    width: 100%;
}
#Product_Info_Tab .P_Tabs .Preamble:before {
	content: "event_note"
}
#Product_Info_Tab .P_Tabs .Review:before {
	content: "rate_review"
}
#Product_Info_Tab .P_Tabs .Specifications:before {
	content: "folder_special"
}
#Product_Info_Tab .P_Tabs .Comments:before {
	content: "comment"
}
#Product_Info_Tab .P_Tabs .Send_To_Friends:before {
	content: "send"
}
#Product_Info_Tab .P_Tabs .Chart:before {
	content: "insert_chart"
}
#Product_Info_Tab nav.FixNav {
    background: #f5f6f7 none repeat scroll 0 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 6;
}
#Product_Info_Tab nav.FixNav .tabs li.active a {
    box-shadow: 0 2px 0 #2196f3 inset, 0 0 0 #fff;
    height: 55px;
}
#Product_Info_Tab nav.FixNav ul {
    box-shadow: none;
    margin: 0 auto;
    position: relative;
    right: -1px;
    width: 1190px;
}
.wmin #Product_Info_Tab nav.FixNav ul {
    box-shadow: none;
    margin: 0 auto;
    width: 980px;
}
.P_Des .color_info .PGProductColor {
    position: relative;
}
.P_Des .color_info div .PGProductColor:first-child,
.P_Des .size_info div .PGProductSize:first-child {
    margin: 0 !important;
}
.P_Des .color_info .PGProductColor label {
    border: 1px solid #eeeeee;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    font-size: 11px;
    height: 29px;
    padding: 0 34px 0 11px;
    position: relative;
    text-align: center;
}
.P_Des .color_info .PGProductColor label:before {
    background: white none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 5px;
    content: "";
    height: 17px;
    position: absolute;
    right: 9px;
    top: 5px;
    width: 17px;
}
.P_Des .color_info .PGProductColor input[type="radio"] {
    opacity: 0;
    position: absolute;
}
.P_Des .color_info .PGProductColor input[type="radio"]:checked + label {
    border-color: #00bfd6;
}
.P_Des .col-3 > span {
    font-weight: bold;
}
/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

.amazing, .available {
	float: left;
	margin-top: 10px;
}
.DisplayNotification .BtnLabel {
	background-color: #2196f3;
}
.DisplayNotification .Notification-ICO {
	background-color: #3ca3f4;
    border-radius: 0 3px 3px 0;
    float: right;
    padding: 0 2px;
}
.DisplayNotification .BtnLabel:hover {
	background-color: #208de6;
}
.Notification .PG-NotificationTiming {
	border-bottom: 1px solid #d6d6d6;
	padding: 10px;
}
.Notification .PG-NotificationTiming ul li > label{
	text-align: right;
}
.Notification .PG-NotificationOption {
	background: #f6f6f6;
	padding: 10px;
}
.Notification .PG-NotificationOption .NoneLabel {
	float: right;
	width: 280px;
}
.Notification .PG-NotificationOption .OpthinLabel {
	opacity: 0.5;
}
.Notification ul li {
	height: 35px;
    list-style-type: none;
}
.Notification .PG-NotificationOption ul li label input[type="checkbox"]{
	vertical-align: middle;
	margin-left: 5px;
}
.Notification .PG-NotificationOption ul li:last-child{
	margin-bottom: 0;
    padding-bottom: 11px;
    text-align: left;
}
.P-Btn > span {
    display: inline-block;
	margin-right: 5px;
}
.P-Btn > span a{
	border-radius: 3px 0 0 3px;
}
.PNumToAdd {
	text-align: center;
	width: 40px !important;
}
.Notification_Dialog {
    border-radius: 3px;
	position: fixed !important;
}
.NotificationDialog .Notification-ICO {
	background-color: #3ca3f4;
    border-radius: 0 3px 3px 0;
    display: inline-block;
    font-size: 20px;
    height: 29px;
    margin-left: 7px;
    width: 40px;
}
.Positive_Negetive {
    margin-top: 15px;
}
.Positive_Negetive ul li {
	font-size: 12px;
	clear: both;
	margin-bottom: 3px;
}
.Positive_Negetive ul li i {
	margin-left: 5px;
	float: right;
	line-height: 18px;
}
.Positive_Negetive > div > span {
	font-size: 15px;
}
.Positive_Point {
	margin-left: 5px;
}
.Positive_Point, .Negetive_Point {
	vertical-align: top;
	display: inline-block;
    width: 270px;
}
.wmin .Positive_Point, .wmin .Negetive_Point {
	width: 195px;
}
.btncontainer a.Compare-ICO:before {
    background-color: transparent;
}
#ProductDescription > header {
    font-size: 18px;
    margin: 0 0 15px;
}
h2.P_Info_Title {
	color: #999;
    font-size: 13px;
    margin-bottom: 20px;
}
.SpecRow h3.title > i, #ProductDescription > header > i {
    vertical-align: bottom;
}
ul.SpecList {
    margin-bottom: 25px;
}
ul.SpecList span.TechnicalSpecsValue, ul.SpecList span.TechnicalSpecsTitle {
    border-radius: 2px;
    display: block;
    margin-bottom: 9px;
    white-space: normal;
}
ul.SpecList span.TechnicalSpecsTitle,
ul.SpecList span.TechnicalSpecsValue {
    background: #f0f1f2 none repeat scroll 0 0;
    color: #777777;
    height: auto;
    padding: 9px 21px;
}
ul.SpecList span.TechnicalSpecsValue {
    background: #f7f9fa none repeat scroll 0 0;
}
ul.SpecList span.TechnicalSpecsValue[data-mark="Yes"] {
    background: #f5fcf5 none repeat scroll 0 0 !important;
}
ul.SpecList span.TechnicalSpecsValue[data-mark="No"] {
    background: #fcf5f5 none repeat scroll 0 0 !important;
}
ul.SpecList span.TechnicalSpecsValue[data-mark] i, ul.SpecList span.TechnicalSpecsValue i {
    top: 3px;
}
.wmin ul.SpecList span.TechnicalSpecsValue {
    height: auto;
}
.FixNav-Handler{
    background: #19caaf none repeat scroll 0 0;
    cursor: pointer;
    height: 41px;
    left: 25px;
    position: absolute;
    top: -41px;
    width: 40px;
    z-index: 8;
}
.FixNav-Handler:after {
    border-bottom: 10px solid #f5f6f7;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
}
.FixNav-Handler svg.NavIcon {
    height: 22px;
    margin-top: 4px;
    width: 40px;
}
.FixNav-Handler svg.NavIcon path {
    transition: all 350ms ease 0s;
}
.FixNav-Handler svg.NavIcon .Line-1 {
    transform-origin: 7px 13px 0;
}
.FixNav-Handler svg.NavIcon .Line-3 {
    transform-origin: 7px 19px 0;
}
nav.MainCategory.FixNav {
    opacity: 0;
    position: fixed;
    top: 0;
    transform: translate(0px, -45px);
    transition: transform 150ms ease 0s;
    width: 100%;
    z-index: 7;
	background: #f7f8fa none repeat scroll 0 0;
    border-bottom: 1px solid #e3e4e5;
    border-top: 1px solid #eff0f2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    height: 45px;
    margin-bottom: 10px;
    min-width: 980px;
}
.MainCategory.FixNav.open .Top-Contact {
    display: none;
}
nav.MainCategory.FixNav.open {
    opacity: 1;
    transform: translate(0px, 0px);
}
nav.MainCategory.FixNav.open > ul.CatList {
	margin: 0 auto;
    width: 1220px;
}
.wmin nav.MainCategory.FixNav.open > ul.CatList {
	width: 980px;
}
.SocialMedia-Share {
	margin-top: 7px;
	overflow: hidden;
}
.wmin .SocialMedia-Share {
	margin-top: 0;
	text-align: center;
}
.SocialMedia-Share ul li {
	display: inline-block;
    line-height: 54px;
    width: 50px;
}
.wmin .SocialMedia-Share ul li {
	width: 45px;
}
.SocialMedia-Share ul li a {
	background: transparent url('images/SocialMedia.png') no-repeat scroll 0 0;
	display: block;
    height: 35px;
	transition: all 600ms ease 0s;
	text-indent: -9999px;
    width: 35px;
}
.SocialMedia-Share ul li a:hover {
	-ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.SocialMedia.Telegram-ICO {
    background-position: right top;
}
.SocialMedia.Googleplus-ICO {
    background-position: left center;
}
.SocialMedia.Twitter-ICO {
    background-position: right center;
}
.SocialMedia.Facebook-ICO {
    background-position: left top;
}
#ProductFeaturesList {
	margin-top: 15px
}
#ProductFeaturesList > ul:before {
    content: attr(data-title);
    font-size: 1rem;
    line-height: 1.571;
    display: list-item;
    font-weight: 700;
    margin-bottom: 10px;
    list-style-type: none;
}
#ProductFeaturesList > ul {
    list-style: none;
    padding: 0;
    color: #55565a;
    margin: 20px 0 0;
    font-size: .857rem;
    line-height: 1.833;
}
#ProductFeaturesList > ul li {
    color: #686868;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    margin: 2px 0;
}
#ProductFeaturesList > ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
}
body.ltr #ProductFeaturesList > ul li:before {
    margin-left: unset;
    margin-right: 5px;
}
#ProductFeaturesList > ul li span:last-of-type {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#ProductFeaturesList > ul li span {
    margin-left: 5px;
    white-space: normal;
}
body.ltr #ProductFeaturesList > ul li span {
    margin-left: unset;
    margin-right: 5px;
}
#ProductFeaturesList li {
    display: none;
}
#ProductFeaturesList .LastItem {
    display: block !important;
}
#ProductFeaturesList li i {
	color: #777;
	display: inline-block;
    font-size: 6px;
    vertical-align: bottom;
}
#ProductFeaturesList li.PFeatureItem .PFeatureValue i:before {
    font-size: 20px;
	line-height: 1;
}
#ProductFeaturesList i.Circle-ICO:before {
    content: "brightness_1";
}
#ProductFeaturesList i.Minus-ICO:before {
    content: "remove";
}
#ProductFeaturesList i.Plus-ICO:before {
    content: "add";
}
#ProductFeaturesList li.LastItem i {
	font-size: 12px;
}
#ProductFeaturesList li.LastItem a {
    border-bottom: 1px dotted #777;
    color: #777;
}
.imagezoom-cursor, .imagezoom-view {
	display: none !important;
}
.OtherVendors {
	border: 1px solid #ddd;
    width: 100%;
}
.OtherVendors .vendors-header .vendors-header-col, .OtherVendors .vendors-content .vendors-content-col {
	display: inline-block;
    float: right;
	overflow: hidden;
    padding: 10px 0 10px 0;
    width: 20%;
}
.OtherVendors .vendors-header .vendors-header-col:last-child , .OtherVendors .vendors-content .vendors-content-col:last-child {
	border-left: none medium;
}
.OtherVendors .vendors-header .vendors-header-col > h3,
 .OtherVendors .vendors-content .vendors-content-col > span {
	padding-right: 8px;
}
.OtherVendors .vendors-content .vendors-content-row {
	border-top: 1px solid #DDD;
}
.OtherVendors .vendors-content .add-info {
	margin: auto;
}
.vendors-content-col:nth-child(2) p, .vendors-content-col:nth-child(3) span {
    font-size: 11px;
	line-height: 20px;
}
.AmazingOffer {
	background: #fff5f5 url('images/AmazingOffer.png')no-repeat scroll 97.5% center;
	height: 90px;
	overflow: hidden;
	padding: 20px 15px;
}
.AmazingOffer .PInfo-AmazingOffer, .AmazingOffer .ProductOff {
	float: left;
}
.AmazingOffer .ProductOff {
	height: 30px;
    margin-left: 50px;
    margin-top: 11px;
}
.AmazingOffer .ProductOff span {
	font-size: 15px;
    height: 30px;
    line-height: 30px !important;
}
.AmazingOffer .ProductOff .RightAR:before {
	top: 10px;
}
.info-quick-access-links li > div {
    height: 60px;
    width: 60px;
}
.info-quick-access-links li.list-group-item {
    background-color: #f9f9f9;
    font-size: .9rem;
}
.info-quick-access-links li.list-group-item:hover {
    background-color: #f1f1f1;
}
@media (max-width: 767px) {
	.AmazingOffer {
		padding: 10px 15px;
		height: 52px;
	}
}

@media (max-width: 575.98px) {
    .AmazingOffer {
        background-size: 130px;
    }
    .info-quick-access-links li > div {
        height: 35px;
        width: 35px;
    }
    .post header .ProductTitle {
        font-size: 13px;
    }
    .product_rate {
        float: unset;
        height: 29px;
        margin: 0;
        padding: 0;
        line-height: 29px;
        display: inline-block;
        width: 100%;
    }
    #Product_Info_Tab .P_Tabs li a:before {
        font-size: 0;
        margin-left: 0;
    }
    #Product_Info_Tab .nav-tabs li a {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .FixNav {
        position: unset  !important;
    }
    .FixNav-Handler {
        display: none;
    }
}
@media (max-width: 361px) {

}
.P_Chart {
    overflow-x: auto;
}