/**
 * The style of the woocommerce compare products
 */

* {
	margin: 0;
	padding: 0;
}

a, ins { text-decoration: none; }

body {
	margin: 30px 20px 20px;
	font: 400 14px/1.5em "Roboto","sans-serif";
	color: #595959;
	background-color: #fff !important;
	background-image: none !important;
}

table { display: table; }

h2 {
	margin-bottom: 15px;
	color: #333;
	font-weight: 400;
	font-size: 30px;
}
.fw_light {
    font-weight: 300;
}
.second_font, table td[data-cell-title]::before, [class*="first_letter"]:first-letter {
    font-family: 'Roboto Slab', serif;
}
.m_bottom_5 {
    margin-bottom: 5px;
}
.m_bottom_27 {
    margin-bottom: 27px;
}
.m_bottom_30 {
    margin-bottom: 30px;
}
.m_right_9 {
    margin-right: 9px;
}
.w_full, .wide_layout {
    width: 100%;
}
.d_block {
    display: block;
}
a, .color_dark, .select_title::after, .color_dark_hover:hover, [class*="button_type"].black.state_2, .popup_container [class*="button_type"]:hover, [class*="button_type"].black:not(.state_2):hover {
    color: #222226;
	-webkit-transtition: color .7s ease, border-color .7s ease, background-color .7s ease
	transtition: color .7s ease, border-color .7s ease, background-color .7s ease;
}
a:hover {
	color: #222226;
	-webkit-transition: color .1s ease, border-color .1s ease, background-color .1s ease
	transition: color .1s ease, border-color .1s ease, background-color .1s ease
}
.tt_uppercase {
    text-transform: uppercase;
}
.compare_button {
    min-width: 180px;
}
h2, h3 {
    font-size: 24px;
}
.tr_all {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.button_type_2 > i[class^="fa "]:not([class*="fs_"]), .button_type_6 > i[class^="fa "] {
    font-size: 1.25em;
}
i[class^="fa"] {
    line-height: inherit;
    margin-top: -1px;
}

	::selection{
	background:#276658;
	color:#fff;
	}
	::-moz-selection{
		background:#276658;
		color:#fff;
	}

	::-webkit-scrollbar{
	width:10px;
	background:#e7e7e7;
	}
	::-webkit-scrollbar-thumb{
		background: #276658;
	}



li { list-style: none; }



table { table-layout: fixed; }

table, table td {
	padding: 0;
	border: none;
	border-collapse: collapse;
	background-color: #fff;
}

table th {
	font-weight: 700;
	line-height: 18px;
	background-color: #f9f9fa;
}

table th, table td {
	border: 1px solid #f0f0f2;
	padding: 10px 17px 10px 19px;
}






.table-wrapper { width: 100%; }

.dataTables_wrapper {
	table-layout: fixed;
	overflow: hidden;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}

table.compare-list th {
	overflow: hidden;
	width: 132px;
	max-width: 132px;
	min-width: 132px;
	text-align: left;
	vertical-align: top;
}

table.compare-list td {
	width: 230px;
	max-width: 230px;
	min-width: 230px;
}

table.compare-list thead,
table.compare-list tfoot { display: none; }

table.compare-list .fl-pcountdown-cnt { display: none; }

table.compare-list .title a.title { display: block; }

table.compare-list .rating.rating-box {
	display: inline-block;
	margin-top: 0;
	width: auto !important;
	vertical-align: middle;
	font-size: .4em;
}

table.compare-list .rating.rating-box img { vertical-align: middle; }

table.compare-list .amount {
	font-size: 16px;
	font-weight: 700;
}
table.compare-list del {
    opacity: 0.5;
}
table.compare-list del .amount {
    font-weight: normal;
}

table.compare-list .amount { margin-left: 5px; }

table.compare-list td > span.amount,
table.compare-list ins span.amount { color: #276658; }

table.compare-list .stock td span 				{ color: #276658; }
table.compare-list .stock td span.out-of-stock  { color: #276658; }

table.compare-list .added_to_cart,
table.compare-list .add_to_cart_button,
table.compare-list .product_type_simple {
	display: inline-block;
	padding: 7.5px 0;
	background-color: #fff;
	border-width: 1px;
    border-style: solid;
	border-color: #d6a916;
	color: #d6a916;
	font-size: 13px;
	text-align: center;
	border-radius: 0;
}

table.compare-list .added_to_cart:hover,
table.compare-list .add_to_cart_button:hover,
table.compare-list .product_type_simple:hover {
	background-color: #d6a916;
	color: #fff;
}

table.compare-list .yith-wcwl-add-to-wishlist .feedback {
	display:none;
}

table.compare-list .yith-wcwl-add-to-wishlist a {
	    margin-bottom: 5px;
		text-transform: uppercase;
		font-family: 'Roboto Slab', serif;
	    min-width: 180px;
		display: inline-block;
		padding: 7.5px 0;
		vertical-align: top;
		background-color: #fff;
		font-size: 13px;
		text-align: center;
		color: #222226;
		border-radius: 0;
		border-width: 1px;
		border-style: solid;
		border-color: #e5e5e5;
		-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

table.compare-list .yith-wcwl-add-to-wishlist a:before {
    content: "\f004";
	font-size: 1.25em;
	margin-top: -2px;
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right: 9px;
}

table.compare-list .yith-wcwl-add-to-wishlist a:hover {
	border-color: #222226;
}

table.compare-list .remove {
	vertical-align: top;
}

	table.compare-list .remove > a {
		display: inline-block;
		padding: 7.5px 0; 
		vertical-align: top;
		background-color: #fff;
		font-size: 13px;
		text-align: center;
		color: #222226;
		border-radius: 0;
		border-width: 1px;
		border-style: solid;
		border-color: #e5e5e5;
	}

	.compare_button_home {
		display: inline-block;
		padding: 7.5px 19px; 
		vertical-align: top;
		background-color: #fff;
		font-size: 13px;
		text-align: center;
		color: #222226;
		border-radius: 0;
		border-width: 1px;
		border-style: solid;
		border-color: #e5e5e5;
	}
	.compare_button_home:hover {
		border-color: #222226;
		color: #222226;
	}
	
	table.compare-list .remove > a:hover {
		border-color: #222226;
	}

table.compare-list .description td {
		font-weight: 300;
	}


/** Fixed Header Table Style */
/*!
* jquery.fixedHeaderTable. The jQuery fixedHeaderTable plugin
*
* Copyright (c) 2011 Mark Malek
* http://fixedheadertable.com
*
* Licensed under MIT
* http://www.opensource.org/licenses/mit-license.php
*
* http://docs.jquery.com/Plugins/Authoring
* jQuery authoring guidelines
*
* Launch  : October 2009
* Version : 1.3
* Released: May 9th, 2011
*
*
* all CSS sizing (width,height) is done in pixels (px)
*/

/* @group Reset */

.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
	/* position */
	margin: 0;

	/* size */
	padding: 0;

	/* text */
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}

.fht-table {
	/* appearance */
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Content */

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	/* appearance */
	overflow: hidden;

	/* position */
	position: relative;
}

.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	/* appearance */
	overflow: auto;
}

.fht-table-wrapper .fht-table .fht-cell {
	/* appearance */
	overflow: hidden;

	/* size */
	height: 1px;
}

.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
	/* position */
	top: 0;
	left: 0;
	position: absolute;
}

.fht-table-wrapper .fht-fixed-column {
	/* position */
	z-index: 1;
}

/* @end */
