.box {
    border: 1px solid #ebebeb;
    border-radius: 0px;
    margin-bottom: 20px;
}

.box-heading {
    color: #fff;
    background: #222;
    text-shadow: none;
    padding: 8px 12px;
    border-bottom: 1px solid #ebebeb;
    padding-left: 40px;
    font-weight: bold;
    text-shadow: none;
}
.box-heading::before {
    content: "\e812";
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    display: block;
    font-size: 22px;
    left: 12px;
    position: absolute;
    top: 7px;
    z-index: 9;
}
.bf-attr-header {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ebebeb;
    background: #f1f1f1;
    font-weight: normal;
    padding: 7px 10px;
    z-index: 2;
    position: relative;
}
.bf-layout-id-1 .bf-attr-header {
    background: #f9f9f9;
    color: #000000;
    font-size: 14px;
}
.bf-layout-id-1 .bf-count {
    background: #ff7420;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    width: 19px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.bf-arrow {
    background-position: 50% -153px;
    display: inline;
    font-size: 0;
    padding: 10px;
    float: right;
}
.bf-layout-id-1 .ui-widget-header {
    background: #ff7420;
}
input[type='text'] {
    border: 1px solid #ebebeb;
    padding: 0 3px;
}


.fp_carousel {
    border: none;
}

.fp_carousel .box-header {
    background: transparent !important;
    margin-top: 25px;
    margin-bottom: 20px;
}
.fp_carousel .fp_carousel-title {
    color: #000;
    padding: 0px;
    margin: 0;
    margin-left: -7px;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    padding-right: 20px;
}
.fp_carousel .item {
    width: 100%;
    padding: 10px 15px 0px 15px;
}
.fp_carousel .box-header {
    position: relative;
}
.fp_carousel .box-header::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    top: 18px;
}
.fp_carousel .owl-prev, .fp_carousel .owl-next {
    background: none;
    border: none;
    margin: 5px;
    outline: none;
}
.fp_carousel .owl-prev i, .fp_carousel .owl-next i {
    color: #ccc;
}
.fp_carousel .owl-prev:hover i, .fp_carousel .owl-next:hover i {
    color: #222;
}
.fp_carousel .owl-prev:focus, .fp_carousel .owl-next:focus {
    outline: none;
}
.owl-nav {
    position: absolute;
    top: -51px;
    right: 10px;
    border-radius: 14px;
    border: 1px solid #ebebeb;
    background: #fff;
}
a.tp-button.darkgrey {
    font-family: 'Open Sans' !important;
    padding: 15px 30px;
    background: #222;
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 3px 0px 0px #ff7420;
    -moz-box-shadow: 0px 3px 0px 0px #ff7420;
    box-shadow: 0px 3px 0px 0px #ff7420;
}
a.tp-button.darkgrey:hover {
    background: #222;
    color: #ff7420 !important;
    -webkit-box-shadow: 0px 3px 0px 0px #ff7420;
    -moz-box-shadow: 0px 3px 0px 0px #ff7420;
    box-shadow: 0px 3px 0px 0px #ff7420;
}
a.tp-button.orange {
    font-family: 'Open Sans' !important;
    padding: 15px 30px;
    background: #ff7420;
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
a.tp-button.orange:hover {
    background: #ff7420;
    color: #000 !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ff7420;
    border-color: #ff7420;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #222;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ebebeb;
}


/* Motocoase product list/grid fixes */
.product-list .only_grid_p_description {
	text-align: left;
	font-size: 14px;
}
.product-grid .only_grid_p_description {
	display: none;
}
.product-list .product-thumb h4 {
	min-height: 39px;
	text-align: left;
	margin-bottom: 0;
	font-size: 16px;
	margin-top: 32px;
}
.product-grid .product-thumb h4 {
	text-align: center;
	min-height: 40px;
	margin-top: 0;
}
.product-grid .product-thumb {
	overflow: hidden;
	margin-bottom: 0;
	height: 100%;
}
.product-grid .product-thumb .product-body {
	clear: both;
}
.product-grid .product-thumb .action {
	clear: both;
}
.product-list .product-thumb .product-body {
	overflow: hidden;
}

/* Flexbox row — fixes float "stair-step" when card heights differ */
.product-items-row {
	display: flex;
	flex-wrap: wrap;
}
.product-items-row::before,
.product-items-row::after {
	display: none;
}
.product-items-row > .product-layout {
	float: none !important;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.product-items-row > .product-layout > .product-thumb {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 0;
}
.product-items-row > .product-layout.product-grid .product-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}
.product-items-row > .product-layout.product-grid .action {
	margin-top: auto;
}

/* Prevent list-mode floats from breaking grid columns after view toggle */
.product-grid .product-thumb .image {
	float: none !important;
	width: auto !important;
	padding: 0 !important;
}
.product-grid .product-thumb .product-body {
	margin-left: 0 !important;
}

/* Theme already shows VAT via .price::after — hide duplicate span */
.product-items-row .product-thumb .price .price-tax {
	display: none;
}

.product-grid .product-thumb .caption {
	min-height: 140px;
}
.product-grid .product-thumb .price {
	margin-bottom: 28px;
}

@media (min-width: 768px) {
	.product-list .product-thumb .image {
		float: left;
		width: 230px;
		padding: 0 15px;
	}
	.product-list .product-thumb .product-body {
		margin-left: 230px;
	}
}
