.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden; /* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

header.header {
	border-bottom: solid 5px #f2f2f2;
}

.woocommerce #main .recently_viewed ul.products,
.woocommerce-page #main .recently_viewed ul.products {
	width: auto;
	background: #f5f5f5;
	margin: 0 15px;
	padding: 20px 15px;
}

.woocommerce #main .recently_viewed ul.products li.product,
.woocommerce-page #main .recently_viewed ul.products li.product {
	background: #fff;
	border: solid 10px transparent;
	width: auto;
	float: none;
	margin: 0;
	padding: 5px 0;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.woocommerce #main .recently_viewed ul.products li.product:hover,
.woocommerce-page #main .recently_viewed ul.products li.product:hover {
	border-color: rgba(0, 84, 180, 0.5);
}

.woocommerce #main .recently_viewed ul.products li.product h3,
.woocommerce-page #main .recently_viewed ul.products li.product h3 {
	font: normal 0.875em/1.643em 'OpenSans', 'Arial', sans-serif;
	margin-bottom: 0 !important;
}

.woocommerce #main .recently_viewed ul.products li.product h3 a,
.woocommerce-page #main .recently_viewed ul.products li.product h3 a {
	color: #000;
}

.woocommerce #main .recently_viewed ul.products li.product h3 a:hover,
.woocommerce-page #main .recently_viewed ul.products li.product h3 a:hover {
	color: #0054b4;
}

.woocommerce #main .recently_viewed ul.products li.product .sku,
.woocommerce #main .recently_viewed ul.products li.product .price,
.woocommerce-page #main .recently_viewed ul.products li.product .sku,
.woocommerce-page #main .recently_viewed ul.products li.product .price {
	display: none;
}

.woocommerce #main .recently_viewed ul.products li.product .product_inner,
.woocommerce-page #main .recently_viewed ul.products li.product .product_inner {
	width: 100%;
	display: table;
}

.woocommerce #main .recently_viewed ul.products li.product .thumb a,
.woocommerce-page #main .recently_viewed ul.products li.product .thumb a {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.woocommerce #main .recently_viewed ul.products li.product .thumb a img,
.woocommerce-page #main .recently_viewed ul.products li.product .thumb a img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 115px;
	margin: 0 auto;
}

.woocommerce #main .recently_viewed ul.products li.product .thumb_inner,
.woocommerce-page #main .recently_viewed ul.products li.product .thumb_inner {
	width: 100%;
	height: 115px;
	display: table;
	margin-bottom: 15px;
}

.woocommerce #main .recently_viewed ul.products li.product .title,
.woocommerce-page #main .recently_viewed ul.products li.product .title {
	text-align: center;
}

.woocommerce #main .recently_viewed ul.products li.product .yith-wcwl-add-to-wishlist,
.woocommerce-page #main .recently_viewed ul.products li.product .yith-wcwl-add-to-wishlist {
	display: none;
}

.woocommerce #main .woocommerce-message,
.woocommerce #main .woocommerce-message-popup,
.woocommerce-page #main .woocommerce-message,
.woocommerce-page #main .woocommerce-message-popup {
	border-top-color: #0054b4;
}

.woocommerce #main .woocommerce-message::before,
.woocommerce #main .woocommerce-message-popup::before,
.woocommerce-page #main .woocommerce-message::before,
.woocommerce-page #main .woocommerce-message-popup::before {
	color: #0054b4;
}

.woocommerce #main .woocommerce-message .button,
.woocommerce #main .woocommerce-message-popup .button,
.woocommerce-page #main .woocommerce-message .button,
.woocommerce-page #main .woocommerce-message-popup .button {
	font-weight: normal;
	margin-left: 30px;
	text-transform: none;
}

.woocommerce .creating_account_disclaimer,
.woocommerce-page .creating_account_disclaimer {
	margin-top: -15px;
	font-size: 0.875em;
}

.woocommerce .creating_account_disclaimer p,
.woocommerce-page .creating_account_disclaimer p {
	width: auto !important;
	float: none !important;
}

.woocommerce .create-account-hidden,
.woocommerce-page .create-account-hidden {
	display: none;
}

.woocommerce .woocommerce-form-login-toggle,
.woocommerce-page .woocommerce-form-login-toggle {
	margin-bottom: 15px;
}

.woocommerce .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-page .woocommerce-form-login-toggle .woocommerce-info {
	background: none;
	border: none;
	padding: 0;
	display: inline-block;
	margin: 0;
}

.woocommerce .woocommerce-form-login-toggle .woocommerce-info::before,
.woocommerce-page .woocommerce-form-login-toggle .woocommerce-info::before {
	display: none;
}

.woocommerce .woocommerce-form-login-toggle label,
.woocommerce-page .woocommerce-form-login-toggle label {
	font-weight: normal;
	color: #003674;
	cursor: pointer;
	margin: 0;
}

.woocommerce .woocommerce-form-login-toggle label:hover,
.woocommerce-page .woocommerce-form-login-toggle label:hover {
	text-decoration: underline;
}

.woocommerce form.woocommerce-form-login,
.woocommerce form.woocommerce-form-register,
.woocommerce-page form.woocommerce-form-login,
.woocommerce-page form.woocommerce-form-register {
	background: none;
	border: none;
	margin: 0;
	padding: 15px 0 0;
	border-radius: 0;
}

.woocommerce form.woocommerce-form-login button.button,
.woocommerce form.woocommerce-form-register button.button,
.woocommerce-page form.woocommerce-form-login button.button,
.woocommerce-page form.woocommerce-form-register button.button {
	text-transform: none;
	font-weight: normal;
	margin-right: 30px;
}

.product_additional_block {
	border-top: solid 1px #dadada;
	margin-bottom: 38px;
	padding: 33px 0 0;
}

.product_additional_block.similar_machinery {
	border-top: solid 1px #f0f0f0;
	margin-bottom: 37px; /*@media screen and (min-width: $screen-sm) {
      padding: 0 45px;
    }
    @media screen and (min-width: $screen-md) {

    }
    @media screen and (min-width: $screen-lg) {
      padding: 0 30px;
    }
    @media screen and (min-width: 1366px) {
      padding: 0;
    }
    @media screen and (min-width: 1440px) {
      padding: 0;
    }*/
}

.product_additional_block.similar_machinery h2 {
	margin: 0 0 23px;
}

.product_additional_block.similar_machinery .owl-nav {
	width: 100%;
	font-size: 1em;
	margin-top: -25px;
	position: absolute;
	left: 0;
	top: 50%;
}

.product_additional_block.similar_machinery .owl-nav > div {
	width: 46px;
	height: 46px;
	background: #e5e5e5;
	font-size: 1.125em;
	color: #fff;
	line-height: 46px;
	text-align: center;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	border-radius: 50%;
}

.product_additional_block.similar_machinery .owl-nav > div:hover {
	background: #0054b4;
}

.product_additional_block.similar_machinery .owl-nav > div:hover .fa {
	color: #fff;
}

.product_additional_block.similar_machinery .owl-nav > div.owl-prev {
	float: left;
}

.product_additional_block.similar_machinery .owl-nav > div.owl-next {
	float: right;
}

.product_additional_block.similar_machinery .owl-nav > div .fa {
	color: #000;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.product_additional_block h2 {
	font: bold 1.750em/normal 'Tahoma', sans-serif;
	color: #666;
	margin: 0 0 24px;
}

.similar_machinery .item {
	text-align: center;
	padding: 0;
}

.similar_machinery .item a,
.similar_machinery .item strong,
.similar_machinery .item span,
.similar_machinery .item img {
	display: block;
}

.similar_machinery .item a {
	border: solid 10px transparent;
	text-decoration: none;
	color: #000;
	padding: 7px 9px 3px 9px;
}

.similar_machinery .item a:hover {
	border-color: rgba(0, 84, 180, 0.5);
	color: #0054b4;
}

.similar_machinery_slider,
.similar_machinery_block {
	padding: 0 40px;
}

.similar_machinery_slider > div:nth-of-type(3n+1),
.similar_machinery_block > div:nth-of-type(3n+1) {
	clear: left;
}

.recently_viewed .owl-stage-outer {
	position: relative;
	z-index: 2;
}

.recently_viewed .owl-nav {
	position: absolute;
	width: calc(100% + 46px);
	left: -23px;
	top: 50%;
	margin-top: -23px;
}

.recently_viewed .owl-nav::before,
.recently_viewed .owl-nav::after {
	width: 46px;
	height: 46px;
	background: #f5f5f5;
	content: '';
	position: absolute;
	top: 0;
	border-radius: 50%;
}

.recently_viewed .owl-nav::before {
	left: 0;
}

.recently_viewed .owl-nav::after {
	right: 0;
}

.recently_viewed .owl-nav > div {
	width: 46px;
	height: 46px;
	font-size: 1.313em;
	line-height: 46px;
	text-align: center;
	color: #999;
	position: relative;
	z-index: 2;
	border-radius: 50%;
}

.recently_viewed .owl-nav > div.disabled {
	display: none;
}

.recently_viewed .owl-nav .owl-prev {
	margin-left: -4px;
	float: left;
}

.recently_viewed .owl-nav .owl-next {
	margin-right: -4px;
	float: right;
}

.woocommerce-info {
	border-top-color: #0054b4;
}

.woocommerce-info::before {
	color: #0054b4;
}

.woocommerce-account .wohl_my_account {
	width: 100%;
	background: #f5f5f5;
	text-align: left;
	padding: 15px;
}

.woocommerce-account .wohl_my_account nav.woocommerce-MyAccount-navigation,
.woocommerce-account .wohl_my_account div.woocommerce-MyAccount-content {
	background: #fff;
	padding: 15px;
	float: none;
	vertical-align: top;
}

.woocommerce-account .wohl_my_account form.woocommerce-EditAccountForm {
	margin-bottom: 0;
	padding: 0;
}

.woocommerce-account .wohl_my_account form.woocommerce-EditAccountForm::after {
	width: 100%;
	display: block;
	clear: both;
	float: none;
	content: '';
}

.woocommerce-account .wohl_my_account form.woocommerce-EditAccountForm > p:last-child {
	margin-bottom: 0 !important;
}

.woocommerce-account .wohl_my_account div.woocommerce-MyAccount-content {
	width: auto;
}

.woocommerce-account .wohl_my_account nav.woocommerce-MyAccount-navigation {
	border-bottom: solid 15px #f5f5f5;
}

.woocommerce-account .wohl_my_account nav.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	padding: 6px 0;
}

.woocommerce-account .wohl_my_account nav.woocommerce-MyAccount-navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .wohl_my_account nav.woocommerce-MyAccount-navigation ul li {
	line-height: 1em;
	margin-bottom: 12px;
}

.woocommerce-account .wohl_my_account nav.woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0;
}

.woocommerce-account .wohl_my_account nav.woocommerce-MyAccount-navigation ul a {
	font: bold 1.125em/1em 'Montserrat Bold', 'Arial', sans-serif;
	color: #0054b4;
}

#items_wrapper .woocommerce-message {
	display: none;
}

.woocommerce_message_wrapper .fancybox-skin {
	background: #fff;
	line-height: 1.875em;
	font-family: 'OpenSans', 'Arial', sans-serif;
	color: #000;
	text-align: justify;
	letter-spacing: 0.19px;
	padding-bottom: 30px;
}

.woocommerce_message_wrapper .fancybox-skin .woocommerce-message,
.woocommerce_message_wrapper .fancybox-skin .woocommerce-message-popup {
	background: #fff;
	border-top: 3px solid #0054b4;
	padding: 15px 30px 15px 50px;
	margin: 0 50px 0 0;
}

.woocommerce_message_wrapper .fancybox-skin .woocommerce-message::before,
.woocommerce_message_wrapper .fancybox-skin .woocommerce-message-popup::before {
	font-family: 'WooCommerce', sans-serif;
	content: '\e015';
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em;
	color: #0054b4;
}

.woocommerce_message_wrapper .fancybox-skin .woocommerce-message .wc-forward,
.woocommerce_message_wrapper .fancybox-skin .woocommerce-message-popup .wc-forward {
	display: none;
}

.woocommerce_message_wrapper .fancybox-skin .btn_wrapper {
	text-align: center;
}

.woocommerce_message_wrapper .fancybox-skin .button {
	font-weight: normal;
	text-transform: none;
	margin: 30px 15px 0;
	float: none;
}

.added_to_cart {
	font-family: 'OpenSans', 'Arial', sans-serif;
	text-align: left;
}

.product_feed_container .added_to_cart {
	text-align: center;
}

.added_to_cart .fa {
	font-size: 1.25em;
	color: #0054b4;
}

.woocommerce #main ul.products li.product .added_to_cart {
	font-size: 14px;
}

.woocommerce #main ul.products.mode_grid li.product .added_to_cart {
	padding: 2px 0;
}

.woocommerce #main ul.products.mode_grid li.product .added_to_cart a {
	display: inline;
}

.woocommerce #main ul.products.mode_list li.product .added_to_cart {
	margin-bottom: 15px;
}

.woocommerce #main ul.products.mode_list li.product .added_to_cart a {
	margin-left: 0;
}

.woocommerce table.my_account_orders {
	font-size: .85em;
	border-radius: 0;
}

@media screen and (min-width: 768px) {

.woocommerce #main .recently_viewed ul.products,
.woocommerce-page #main .recently_viewed ul.products {
	margin: 0 5px;
}

.woocommerce #main .recently_viewed ul.products.no_slider::after,
.woocommerce-page #main .recently_viewed ul.products.no_slider::after {
	width: 100%;
	display: table;
	content: '';
	clear: both;
}

.woocommerce #main .recently_viewed ul.products.no_slider li.product,
.woocommerce-page #main .recently_viewed ul.products.no_slider li.product {
	width: calc(33.33334% - 10px);
	float: left;
	clear: none;
	margin-right: 15px;
}

.woocommerce #main .recently_viewed ul.products.no_slider li.product:last-child,
.woocommerce-page #main .recently_viewed ul.products.no_slider li.product:last-child {
	margin-right: 0;
}

.woocommerce #main .recently_viewed ul.products li.product .thumb,
.woocommerce #main .recently_viewed ul.products li.product .title,
.woocommerce-page #main .recently_viewed ul.products li.product .thumb,
.woocommerce-page #main .recently_viewed ul.products li.product .title {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}

.woocommerce #main .recently_viewed ul.products li.product .thumb_inner,
.woocommerce-page #main .recently_viewed ul.products li.product .thumb_inner {
	width: 100px;
	margin-bottom: 0;
}

.woocommerce #main .recently_viewed ul.products li.product .title,
.woocommerce-page #main .recently_viewed ul.products li.product .title {
	text-align: left;
}

.product_additional_block.similar_machinery .owl-nav {
	left: 0;
	width: 100%;
}

.similar_machinery_slider,
.similar_machinery_block {
	padding: 0 45px;
	margin: 0 -10px;
	width: auto;
}

.woocommerce-account .wohl_my_account {
	display: table;
	border-spacing: 15px;
	padding: 0;
}

.woocommerce-account .wohl_my_account nav.woocommerce-MyAccount-navigation,
.woocommerce-account .wohl_my_account div.woocommerce-MyAccount-content {
	display: table-cell;
	padding: 15px 30px;
}

.woocommerce-account .wohl_my_account form.woocommerce-EditAccountForm {
	padding: 30px 0 15px;
}

.woocommerce-account .wohl_my_account nav.woocommerce-MyAccount-navigation {
	width: 190px;
	border: none;
}

}

@media screen and (min-width: 992px) {

.woocommerce #main .recently_viewed ul.products,
.woocommerce-page #main .recently_viewed ul.products {
	margin: 0 -15px;
}

.woocommerce #main .recently_viewed ul.products li.product .thumb_inner,
.woocommerce-page #main .recently_viewed ul.products li.product .thumb_inner {
	width: 120px;
}

.product_additional_block.similar_machinery .owl-nav {
	left: -20px;
	width: calc(100% + 40px);
}

.woocommerce-account .wohl_my_account nav.woocommerce-MyAccount-navigation {
	width: 200px;
}

}

@media screen and (min-width: 1200px) {

.woocommerce #main .recently_viewed ul.products li.product .thumb_inner,
.woocommerce-page #main .recently_viewed ul.products li.product .thumb_inner {
	width: 153px;
}

.product_additional_block.similar_machinery .owl-nav {
	left: -20px;
	width: calc(100% + 40px);
}

.similar_machinery_slider,
.similar_machinery_block {
	padding: 0 30px;
}

.similar_machinery_slider > div:nth-of-type(3n+1),
.similar_machinery_block > div:nth-of-type(3n+1) {
	clear: none;
}

.woocommerce-account .wohl_my_account nav.woocommerce-MyAccount-navigation {
	width: 20%;
}

}

@media screen and (min-width: 1366px) {

.product_additional_block.similar_machinery .owl-nav {
	left: -40px;
	width: calc(100% + 80px);
}

.similar_machinery_slider,
.similar_machinery_block {
	padding: 0;
}

}

@media screen and (min-width: 1440px) {

.product_additional_block.similar_machinery .owl-nav {
	width: calc(100% + 200px);
	left: -100px;
}

.similar_machinery_slider,
.similar_machinery_block {
	padding: 0;
}

}

@media screen and (min-width: 1920px) {

.product_additional_block.similar_machinery .owl-nav {
	width: calc(100% + 410px);
	left: -205px;
}

.similar_machinery_slider,
.similar_machinery_block {
	padding: 0;
}

}

@-webkit-keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes Cell_Action {

100% {
	box-shadow: inset 0 0 10px transparent;
}

}

@keyframes Cell_Action {

100% {
	box-shadow: inset 0 0 10px transparent;
}

}

