.dyn_block {
	display: none;
}

.dyn_show {
	display: block;
}

.od_pd_triangle {
	border-color: #ccc #ccc transparent transparent;
	border-style: solid;
	border-width: 1px;
	margin: 100px;
	height: 7px;
	width: 7px;
	transform: rotate(-46deg);
	-moz-transform: rotate(-46deg);
	-webkit-transform: rotate(-46deg);
	position: absolute;
	background: #fff;
	z-index: 0;
}

.dyn_show1 {
	width: 99%;
	padding: 15px;
	border-radius: 3px;
	border: 1px solid #ccc;
	margin-top: 3px;
}

.odpd_top_rht {
	float: left;
	color: #fff;
}

.odpd_pd_rht_ind2 {
	float: left;
	width: 30%;
	color: #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 24px;
	padding-right: 20px;
	border-right: 1px dashed #000;
	border-left: 1px dashed #000;
}


.line_direction {
	position: absolute;
	margin-top: 18px;
	border-top: 1px dashed #777;
	width: 300px;
	height: 1px;
}


.dot {
	width: 15px;
	height: 15px;
	border-radius: 10px;
	background: #06F;
	margin: 10px 5px 10px 10px;
	cursor: pointer;
	transition: all .2s ease-out;
	float: left;
}

.odpd_pd_rht_ind1 {
	float: left;
	width: 35%;
	color: #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px dashed #000;
}

.dot_inactive {
	width: 15px;
	height: 15px;
	border-radius: 10px;
	background: #ccc;
	margin: 10px 5px 10px 10px;
	float: left;
}

.product-list .product-cart-wrap {
	align-items: start;
}

.product-list .product-cart-wrap .product-img-action-wrap {
	width: 150px !important;
	padding: 0 !important;
	margin-top: 20px !important;
	min-width: 150px !important;
}

	.product-list .product-cart-wrap .product-img-action-wrap .product-img {
		width: 150px;
	}

		.product-list .product-cart-wrap .product-img-action-wrap .product-img .product-img-inner {
			padding: 0px !important;
		}

#FacetResults > .primary-sidebar .sidebar-widget {
	padding: 10px;
}

#frmSearchBox .twitter-typeahead {
	width: 97%;
}


.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	color: #999
}

.tt-menu {
	width: 100%;
	max-width: 683px;
	margin: 12px 0;
	padding: 8px 0;
	background-color: #f0fff5;
	border: 2px solid rgba(3, 32, 9, 0.42);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
	padding: 3px 20px;
	font-size: 14px;
	line-height: 24px;
	color: #576652;
}

	.tt-suggestion:hover {
		cursor: pointer;
		color: #fff;
		background-color: #128e00;
	}

	.tt-suggestion.tt-cursor {
		color: #fff;
		background-color: #128e00;
	}

	.tt-suggestion p {
		margin: 0;
	}

	.tt-suggestion:not(:last-child) {
		border-bottom: 1px solid #0f280333;
	}

@media only screen and (max-width:1400px) {
	.hero-slider-1 .single-hero-slider {
		height: 350px;
	}
}