/**
 *
 */

.dailyseven_sidebar
{
	position: fixed;
    right: 0;
    top: 60%;
    z-index: 200;
}


.dailyseven_sidebar.icon_count_1
{
	margin-top: -80px;
}

.dailyseven_sidebar.icon_count_2
{
	margin-top: -155px;
}

.dailyseven_sidebar.icon_count_3
{
	margin-top: -215px;
}

.dailyseven_sidebar .icon img
{
	/* width: 90px; !important */
	margin-bottom: -40px;
}

.dailyseven_sidebar a
{
    display: inline-block;
	cursor: pointer;
}

.dailyseven_subpages_widget .parent_page,
.dailyseven_subpages_widget .child_page
{
	border-bottom: 1px solid #d5dfe6;
	padding: 5px 5px;
	background-color: #f9fbfc;
	color: #78a6ba;
	
    font-size:14px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    letter-spacing:1px;
}

.dailyseven_subpages_widget .child_page a
{
	color: #78a6ba;
}

.dailyseven_subpages_widget .parent_page
{
	border-top: 1px solid #d5dfe6;
	background-color: white;
	color: #005478;
}

.dailyseven_subpages_widget .parent_page.active a,
.dailyseven_subpages_widget .child_page.active a
{
	color: #005478 !important;
}

.dailyseven_subpages_widget .not_shop_sidebar
{
	color: #78a6ba;
    text-decoration: none;
}

/**
 * Shop
 */
.woocommerce-result-count,
.woocommerce-ordering,
ul.products
{
	display: none !important;
}

.dailyseven_category_list table
{
	width: 100%;
	border-collapse: collapse;
}

.dailyseven_category_list table thead tr th
{
	background-color: #f9fbfc;
	text-transform: uppercase;
	color: #005478;
	border-right: 2px solid white;
}

.dailyseven_category_list table thead tr th.column_languages,
.dailyseven_category_list table thead tr th.column_link
{
	border-right: none;
}

.dailyseven_category_list table tbody tr .column_tr_nr
{
	width: 16%;
}

.dailyseven_category_list table tbody tr td
{
	color: black;
	padding: 10px;
}

.dailyseven_category_list table tbody tr.even
{
	background-color: #e9ecee;
}	

.dailyseven_category_list table tbody .column_link a
{
	padding: 5px;
	border: 1px solid #d5dfe6;
	background-color: white;
	color: #005478;
}		

.dailyseven_category_list table tbody .column_link
{
	width: 110px;
}		


/**
 * sort_and_search
 */
.dailyseven_category_list .sort_and_search div
{
	display: inline-block;
}
	
.dailyseven_category_list .sort_and_search
{
	color: black;
	padding-bottom: 20px;
	text-align: right;
}

.dailyseven_category_list .sort_and_search img
{
	margin: 0 auto 0 auto;
	vertical-align: middle;
}

/* remove standard-styles */
.dailyseven_category_list .sort_and_search select
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	font-size: 1em;
	width: 100%
}
	
/* styling */
.dailyseven_category_list .sort_and_search select
{
	width: 100px;
	border: 1px solid #bbb;
	padding: 0.2em 0.6em;
	background-color: white;
	background-position: right;
	background-repeat: no-repeat;
}

.dailyseven_category_list .sort_and_search option
{
	border-top:1px solid #444;
	padding:.3em 1em .3em 1em;
}


/* remove standard-styles */
.dailyseven_category_list .sort_and_search input
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;
	font-size: 1em;
	width: 100%
} 

/* styling */
.dailyseven_category_list .sort_and_search input
{
	background-color: white !important;
	border: 1px solid #bbb !important;
	padding: 0.2em 0.6em !important;
	width: 160px !important;
	height: 26px;
}

.dailyseven_category_list .product_list_search
{
	margin-left: 20px;
}

.dailyseven_category_list table input
{
	border: 1px solid #e9ecee !important;
    padding: 5px 10px !important;
}

table td.column_title,
.dailyseven_category_list .sort_and_search td.column_title
{
	text-align: left !important;
}


.submit_button
{
	cursor: pointer;
}

.show_category_list_button
{
	cursor: pointer;
	background-color: #4f8297;
	color: white;
	padding: 5px 15px;
	text-transform: uppercase;
	width: 75px;
    display: block;
    margin: 0px auto;
    
    margin-bottom: 15px;
}

@media screen and (min-width: 1301px) and (max-width: 1400px)
{	

    .two_columns_33_66>.column2
	{
		width: 75%;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1300px)
{	

    .two_columns_33_66>.column2
	{
		width: 70%;
	}
}

@media screen and (max-width: 1000px)
{	
    .dailyseven_sidebar,
    .dailyseven_subpages_widget
    {
    	display: none !important;
    }
    
    .two_columns_33_66>.column2
	{
		width: 100%;
	}
}

.nice-select.rfq_billing_country
{
	width: 99%;
	margin-bottom: 10px;
}

.nice-select.rfq_billing_country ul
{
	overflow: scroll;
	height: 300px;
}

	