/*Vertical Menu Dropdown*/
#menu-all-departments-menu-1 {
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}

/*Price slider color change*/
.ui-slider-range.ui-widget-header.ui-corner-all {
	background-color: #1175a7;
}

/*Secondary Nav edit*/
.secondary-menu-edit {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: -5px;
}

.secondary-menu-edit:hover {
	background-color: #f7f7f7;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px 5px 0 0;
}

/*Single Product page availabilty notice shift*/
.availability {
	padding-left: 10px;
}

.availability::before {
	content: "|";
}

/*Raise Up Single Product Page Details*/
.tabs.wc-tabs {
	margin-top: -90px;
}

/*Random bottom image fix*/
.img-fluid {
	display: none;
}

/*Reducing the width of the all categories menu bar*/
.img-header-logo {
	width: 95%;
	margin-left: -13px;
}

.departments-menu-v2-title {
	margin-top: 0;
	width: 90%;
	height: 40px;
}

ul#menu-all-departments-menu-1.dropdown-menu.yamm {
	width: 90%;
	min-width: auto;
}

/*Request a quote Browse list move to next line*/
.yith_ywraq_add_item_response_message.show.hide-when-removed {
	text-indent: 30px;
	margin-left: -30px;
}

/*Making Add to quote button big*/
/*a.add-request-quote-button.button
{
	color: white;
	width: 60%;
  margin-left: auto;
	float: left;
  margin-right: auto;
	right: 0;
	top: 40px;
}
*/
/*Making add to quote link button*/
@media only screen and (min-width: 1024px) {
	.add-request-quote-button.ywraq-link {
		background-color: #cdcdcd;
		padding: 12px 14px 12px 0;
		border-radius: 45px/45px;
		display: inline;
		position: relative;
		top: -12px;
	}
	
	.add-request-quote-button.ywraq-link:hover {
		background-color: #0b81e8;
		padding: 12px 14px 12px 0;
		border-radius: 45px/45px;
		display: inline;
		top: -12px;
	}
}

/*Making add to quote link button on mobile*/
@media only screen and (max-width: 1023px) {
	.add-request-quote-button.ywraq-link {
		background-color: #cdcdcd;
		padding: 5px 15px 5px 0;
		border-radius: 45px/45px;
		position: relative;
		top: -10px;
	}
	
	.add-request-quote-button.ywraq-link:hover {
		background-color: #0b81e8;
		padding: 8px 15px 8px 0;
		border-radius: 45px/45px;
	}
}

/*Hide Products purchase link*/
.hide-link {
	color: white;
	text-decoration: none;
	margin-top: -20px;
}

blockquote.wp-embedded-content a {
	color: white;
}

iframe.wp-embedded-content {
	display: none;
}

/*Add to Quote button next line*/
.add-request-quote-button.ywraq-link {
	white-space: pre;
}

/*Phone Numbers at footer on phone*/
.handheld-footer-bar {
	margin: 0 -7px;
}

.footer-logo {
	padding-right: 8px;
}

/*Brands page div hover*/
.brandmenu {
	opacity: .9;
}

.brandmenu:hover {
	opacity: 1;
	box-shadow: 0 1px 15px #efefef;
	-ms-transform: translate(0px,-10px);
/* IE 9 */
	-webkit-transform: translate(0px,-10px);
/* Safari */
	transform: translate(0px,-10px);
}

/*Brands page Mobile*/
@media (max-width: 768px) {
	.brandmenu {
		width: 50%;
		float: left;
	}
	
	.brandmenu:nth-of-type(2n+1) {
		clear: left;
	}
}

/*Table product specifications*/
tr:nth-child(even) {
	background-color: #fcfdff;
}

.details_bold {
	font-weight: bold;
}

.tablestyle {
/*     margin-top: -60px; */
/*     padding-top: 5px; */
/*     border-top: 1px solid #ededed; */
}

/*Icons used for warning in single product specification page*/
.fa.fa-warning {
	color: #ffc300;
	font-size: 1.3em;
}

.fa.fa-times {
	background: #DB0000;
	border-radius: 50px;
	color: white;
	font-size: 1em;
	padding: 4.5px 7px 4.5px 6px;
}

/*Singe product page description tab Line space*/
.line-space {
	width: 50%;
	height: 1px;
	background-color: #dddddd;
	margin-top: -36px;
	margin-bottom: 5px;
}

/*Homepage Best Sellers Tab*/
.woocommerce.columns-4.product-cards-carousel.owl-carousel.owl-loaded.owl-drag {
	min-height: 350px;
}

/*Single product page add to quote message*/
.add-to-quote-mgs {
	color: #255484;
}

/*Homepage Banner Buttons style*/
.banner_button {
	color: white;
	text-decoration: none;
}

.banner_button:hover {
	color: white;
}

/*Single product page random wislist button*/
.add_to_wishlist {
}

.footer_dropdown-content {
	color: black;
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 250px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 1;
	font-weight: 400;
}

.footer_dropdown:hover .footer_dropdown-content {
	display: block;
}