h1.shorth1{
	font-size: 14px;
	line-height: 22px;
}
.table-xattributes .xspecsgroup{
	background: #fafafa;
	border: 0 !important;
	color: #777;
	font-size: 13px;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dashed #ddd !important;
	border-bottom: 1px dashed #ddd !important;
	text-align: left;
}
.xspecstitle{
	width: 30%;
	padding: 12px 8px !important;
	color: #7d848a;
	font-size: 12px;
	font-weight: 600;
	vertical-align: top !important;
	border-right: 1px dashed #ddd;
	border-top: 1px dashed #ddd !important;
}
.table-xinside .table-xinside-data{
	border: 0 !important;
	border-bottom: 0 !important;
	padding: 12px 8px;
}
.table-xinside-side{
	border-left: 1px dashed #ddd !important;
}
.table-xinside{
	margin: 0 !important;
}
.table-xinside .table-xinside-data.table-xinside-data-title{
	color: #777;
	font-weight: 600;
	background: #fcfcfc;
	vertical-align: top !important;
	border-right: 1px dashed #ddd !important;
}
.table-xinside-side{
	padding: 0 !important;
	border-top: 1px dashed #ddd !important;
}
.xspecsgroup2{
	background: #fdfdfd;
	border-left: 0;
	vertical-align: top;
	font-weight: 400;
	text-align: center;
	color: #262626;
	font-size: 16px;
	border-top: 1px dashed #ddd !important;
}
.table-xattributes .fa{
	cursor: pointer;
}
.tooltip_xspecs .tooltip-inner {
    background: #fff;
    color: #333;
    padding: 12px 15px;
    max-width: 400px;
    border: 1px solid #ddd;
    font-size: 13px;
    box-shadow: 0 0px 7px #ddd;
}
.xspecsvalue.xspecs{
	border-top: 1px dashed #ddd;
	vertical-align: middle; 
}
.tooltip_xspecs.tooltip.in{
	opacity: 1;
}
@media (max-width: 768px) {
	.table-xinside-side{
		border-left: 0 !important;
	}
	.table-xinside .table-xinside-data.table-xinside-data-title{
		width: 30% !important;
		word-break: break-all;
		font-weight: inherit;
		font-size: 12px;
	}
	.xspecsgroup2{
		background: #eee;
		font-size: 14px;
		display: block;
		text-align: left;
		width: 100%;
	}
}
.table.table-shortcomparison {
    border: 0;
    table-layout: fixed;
}
.table.table-shortcomparison tr td {
    border: 0;
    border-right: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    text-align: center;
    /* vertical-align: middle; */
    white-space: normal !important;
    word-break: break-word;
}
.table.table-shortcomparison tr td img{
	max-width: 100%;
}
.table.table-shortcomparison thead tr td {
    background: #f2f2f2;
    font-size: 14px
}
.table.table-shortcomparison thead:first-child tr td {
    font-size: 14px;
    font-weight: 300
}
.table.table-shortcomparison tbody:last-child tr:last-child td {
    border-bottom: 0
}
.table.table-shortcomparison thead:first-child tr td:FIRST-CHILD, .table.table-shortcomparison tr td:FIRST-CHILD {
    text-align: left;
}
.table.table-shortcomparison tr td.thisproduct {
    border-left: 2px dashed #d9dfea;
    border-right: 2px dashed #d9dfea;
    background: #f8f9fb;
}
.table.table-shortcomparison thead:first-child tr td {
    border: 0;
    background: #fff
}
.table.table-shortcomparison tr td:LAST-CHILD {
	border-right: 0
}


/* Comparison Footer Start */

/* Type Fixed Left Start */

.compare-block.xfixed_left {
    position: fixed;
    bottom: 0;
    width: 300px;
    z-index: 1000;
    padding: 40px 0;
    background: #fff;
    box-shadow: 3px 0 5px -2px #F5F7FB;
    padding-top: 0;
    top: 0;
    left: 0px;
    transition: left 1s;
}
.compare-block.xfixed_left.xclose{
	left: -1200px;
}
.compare-block.xfixed_left .comparison-products {
    display: table;
    width: 100%;
    table-layout: fixed;
    -webkit-padding-start: 0;
}
.compare-block.xfixed_left .comparison-products .item-product {
    display: block;
    -webkit-padding-start: 0;
    list-style-type: none;
    position: relative;
    font-size: 18px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.compare-block.xfixed_left .comparison-products .item-product .item-product-content {
    background: #e8eef3;
    padding: 5px;
    display: table;
    width: 100%;
    /* color: #42a0e6; */
    position: relative;
}
.compare-block.xfixed_left .comparison-products .item-product i {
    vertical-align: top;
    padding-top: 10px;
    position: absolute;
    bottom: 3px;
    right: 2px;
    cursor: pointer;
    color: #8498a9;
    font-size: 11px;
}
.compare-block.xfixed_left .comparison-products .item-product img {
    padding: 2px;
    display: table-cell;
    width: 50px;
    background: #fff;
    min-height: 50px;
}
.compare-block.xfixed_left .comparison-products .item-product .cmp-product-name {
    margin-left: 5px;
    font-size: 14px;
    display: table-cell;
    vertical-align: top;
    font-size: 12px;
    padding: 0 5px;
    width: 100%;    
    color: #010508;
}
.compare-block.xfixed_left .comparison-products .item-product:after {
    content: "VS";
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 11px;
    margin: 20px auto 0;
    top: 11px;
    background: #e8eef3;
    border-radius: 50%;
    padding-top: 6px;
    z-index: 1;
    color: #8498a9;
    font-weight: bold;
    font: normal normal normal 17px/1 FontAwesome;
    content: "\f24e";
    font-family: 'FontAwesome';
}
.compare-block.xfixed_left .comparison-products .item-product:before {
    content: "";
    display: block;
    text-align: center;
    width: 1px;
    height: 72px;
    font-size: 12px;
    margin: 0px auto;
    top: 11px;
    border-left: 2px dashed #e8eef3;
    position: absolute;
    top: -72px;
    left: 50%;
    z-index: -1;
}
.compare-block.xfixed_left .comparison-products .item-product:first-child:before{
	display: none;
}
.compare-block.xfixed_left .comparison-products .item-product:last-child:after{
	display: none;
}
.comparisontoggle{
	position: absolute;
	right: 10px;
	cursor: pointer;
	text-align: center;
	top:10px;
}
.compare-block.xfixed_left .shortc-heading{
	font-size: 16px;
	padding: 20px 10px;
	color: #333;
	border-bottom: 2px dashed #e8eae8;
	margin-bottom: 20px;
}
.compare-block.xfixed_left .cbuttons{
	padding: 0 10px;
}
.cbuttons .alert-more-products{
	background: #fff3f3;
    color: #ec3533;
    border: 1px solid #ddd;
    border-left: 4px solid #FFA09F;
    padding: 6px;
    width: 100%;
    margin: 0;
    text-align: left;
    line-height: 1.2;
    border-radius: 4px;
}
.compare-block.xfixed_left .btn-compare{
	width: 100%;
}
.compare-block.xfixed_left .cbuttons .xcrow{
	margin-left: -5px;
	margin-right: -5px;
}
.compare-block.xfixed_left .cbuttons .xcol-xs-6{
	padding-left: 5px;
	padding-right: 5px;
	width: 50%;
	float: left;
}

/* Type Fixed Left End */

/* Type Float Bottom Start */

.compare-block.xfloat_bottom{
    position: fixed;
    bottom: 32px;
    width: 300px;
    z-index: 1000;
    padding: 40px 0 0px;
    background: #fff;
    box-shadow: 0 1px 10px #ddd;
    padding-top: 0;
    left: 46px;
    transition: bottom 1s;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.compare-block.xfloat_bottom.xclose{
	bottom: -1000px;
}
.compare-block.xfloat_bottom .comparison-products {
    display: table;
    width: 100%;
    table-layout: fixed;
    background: #F0F2F5;
    padding-top: 15px;
}
.compare-block.xfloat_bottom .comparison-products .item-product {
    display: block;
    -webkit-padding-start: 0;
    list-style-type: none;
    position: relative;
    font-size: 18px;
    padding: 0 10px;
    margin-bottom: 10px;
}
.compare-block.xfloat_bottom .comparison-products .item-product .item-product-content {
    background: #fff;
    padding: 5px;
    display: table;
    width: 100%;
    position: relative;
    min-height: 50px;
}
.compare-block.xfloat_bottom .comparison-products .item-product i {
    vertical-align: top;
    padding-top: 10px;
    position: absolute;
    bottom: 3px;
    right: 2px;
    cursor: pointer;
    color: #8498a9;
    font-size: 11px;
}
.compare-block.xfloat_bottom .comparison-products .item-product img {
    padding: 2px;
    display: table-cell;
    width: 50px;
    background: #fff;
}
.compare-block.xfloat_bottom .comparison-products .item-product .cmp-product-name {
    margin-left: 5px;
    font-size: 14px;
    display: table-cell;
    vertical-align: top;
    font-size: 12px;
    padding: 0 5px;
    width: 100%;    
    color: #010508;
}
.compare-block.xfloat_bottom .shortc-heading{
	font-size: 16px;
	padding: 15px 10px;
	color: #333;
	border-bottom: 1px dashed #e8eae8;
}
.compare-block.xfloat_bottom .cbuttons{
	padding: 12px 10px;
	border-top: 1px dashed #e8eae8;
}
.compare-block.xfloat_bottom .btn-compare{
	width: 100%;
}
.compare-block.xfloat_bottom .cbuttons .xcrow{
	margin-left: -5px;
	margin-right: -5px;
}
.compare-block.xfloat_bottom .cbuttons .xcol-xs-6{
	padding-left: 5px;
	padding-right: 5px;
	width: 50%;
	float: left;
}

/* Type Float Bottom End */

/* Type Fixed Bottom Start */

.compare-block.xfixed_bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background: #F0F2F5;
    box-shadow: 0 -2px 3px #F0F2F5;
    padding-top: 13px;
    transition: left 1s;
    border-top: 1px solid #e1e7ef;
}
.compare-block.xfixed_bottom .comparison-products {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 8px;    
}
.compare-block.xfixed_bottom .comparison-products .item-product {
    display: table-cell;
    -webkit-padding-start: 0;
    list-style-type: none;
    position: relative;
    font-size: 18px;
    padding: 0px 10px;
    margin-bottom: 0;
}
.compare-block.xfixed_bottom .comparison-products .item-product .item-product-content {
    background: #fff;
    padding: 5px;
    display: table;
    width: 100%;
}
.compare-block.xfixed_bottom .comparison-products .item-product i {
    vertical-align: top;
    padding-top: 10px;
    position: absolute;
    top: -9px;
    right: 12px;
    cursor: pointer;
    font-size: 13px;
}
.compare-block.xfixed_bottom .comparison-products .item-product img {
    padding: 0;
    display: table-cell;
    width: 50px;
    background: #F5F7FB;
}
.compare-block.xfixed_bottom .comparison-products .item-product .cmp-product-name {
    margin-left: 5px;
    font-size: 14px;
    display: table-cell;
    vertical-align: top;
    font-size: 12px;
    padding: 5px;
    width: 100%;
}
.compare-block.xfixed_bottom .comparison-products .item-product:after {
    content: "VS";
    display: inline-block;
    text-align: center;
    width: 19px;
    height: 19px;
    font-size: 9px;
    margin: 0px auto 0;
    right: -10px;
    background: #fff;
    border-radius: 50%;
    padding-top: 3px;
    z-index: 1;
    color: orange;
    font-weight: bold;
    position: absolute;
    top: 39%;
}
.compare-block.xfixed_bottom .comparison-products .item-product:last-child:after{
	display: none;
}
.compare-block.xfixed_bottom .cbuttons .xcol-xs-6{
	padding: 0 0px 10px 10px;
	float: right;
}
.xfixed_bottom .cbuttons{
	padding: 0 10px;
}
/* Type Fixed Bottom Start */
.btn-compare-cancel{
	background: #ddd;
	color: #777;
	border: 1px solid #ddd;
}
.ccfixedtoggle{
	display: block;
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    left: 20px;
    transition: display 1s ease-in-out;
}
.ccfixedtoggleicon{
	height: 60px;
    width: 60px;
    border-radius: 50%;
    display: block;
    position: relative;
    cursor: pointer;
    background: #fff;
    color: #8498a9;
    box-shadow: 0 0 10px #ddd;
}
.ccfixedtoggleicon .fa{
	font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* Comparison Footer End */

/* Comparison Page - Start */
.table.comparison {
    text-align: center
}
.table.comparison i.fa {
    font-size: 14px
}
.table.comparison thead.contrast_font {
    background: #f6f6f6
}

.contrast_font {
    vertical-align: top;
    font-weight: 400;
}

.table.comparison td {
    border: 1px dashed #ddd;
    text-align: center;    
    padding: 8px 15px;
    border-bottom: 0;
}
.table.comparison td h5{
    text-align:left;    
}
.table.comparison td ul li, .table.comparison td ol li{    
    text-align: left;
}
.table.comparison td ul,.table.comparison td ol{
	-webkit-padding-start: 20px;
}
#fixed-table td:first-child,
.table.comparison td:first-child {
    padding-left: 15px;
    border-left: 0;
    text-align: left
}
.table.comparison td:last-child {
    border-right: 0
}
#fixed-table td {
    padding: 8px;
    border-bottom: 1px dashed #ddd;
    vertical-align: top;
    width: 25%
}
.table.comparison>tbody+tbody{
	border: 0 !important;
}
td .ion-close, td .ion-close-circled{
	color: #bd2826;
	font-size: 18px;
}
td .ion-checkmark, td .ion-checkmark-circled{
	font-size: 18px;
    color: #2C9827;
}
.comparison-heading{
    background: #fcfdff;
    color: #404042;
    font-size: 19px;
    font-weight: 600;
}
.comparison #tableheader img{
	margin: 0 auto;
}
.comparison .product-details{
	display: block;
	margin-top: 10px;
}
#fixed-table.comparison .product-details{
	overflow: hidden;
   	text-overflow: ellipsis;
   	display: -webkit-box;
   	-webkit-line-clamp: 1;
   	-webkit-box-orient: vertical;
}
.mtop10{
	margin-top: 10px;
}
@media (max-width: 480px) {
	.table.comparison td {
        float:left;
        width: 50%!important;
        padding:8px;
        border-left:none;
    }
    .table.comparison td:first-child {
        display: block;
        text-align: center;
        width: 100% !important;
        background: #eff5fb;
    }
    .table.comparison td.contrast_font{
        width: 100%!important;
        border: none;
        padding:10px!important;
        border-top:1px dashed #ddd;
        background: #fcfcfc;
        font-size: 13px;
        font-weight: 600;
    }
    .table.comparison td{
        border-bottom:none;
    }
    #fixed-table img, #fixed-table .btn, #fixed-table .comparison-heading{
    	display: none;
    }
    #fixed-table td{
    	border-top: 0;
    	background: #fcfcfc; 
    }
    .comparison-heading{
    	border-right: 0 !important; 
   	}
   	.comparison .product-details{
		margin-top: 0px;
	}
	#fixed-table.comparison .product-details{
	   	-webkit-line-clamp: 2;
	}
}
/* Comparison Page - End */
/* Sellegance - Start */
@media (min-width: 992px){
	#tab-xspecification .attributes{
	    width: 66.66666667%;
	    margin-left: auto;
	    margin-right: auto;
	}
}
