/*------------------
 FONTFACE
------------------*/
@font-face {
	font-family: "DearPrudence";
	font-style: normal;
	font-weight: normal;
	src:
		local("DearPrudence-Regular"),
		url("../../fonts/DearPrudence-Regular.otf") format("opentype");
}
@font-face {
	font-family: "LaCompagnie";
	font-style: normal;
	font-weight: normal;
	src:
		local("la-Compagnie-des-Ombres"),
		url("../../fonts/la-Compagnie-des-Ombres.ttf") format("opentype");
}
@font-face {
	font-family: "Flaticon";
	src: url("../../fonts/flaticon.eot");
	src:
		url("../../fonts/flaticon.eot#iefix") format("embedded-opentype"),
		url("../../fonts/flaticon.woff") format("woff"),
		url("../../fonts/flaticon.ttf") format("truetype"),
		url("../../fonts/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "MontserratLight";
	src: url("../../fonts/Montserrat-Light.eot");
	src:
		url("../../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"),
		url("../../fonts/Montserrat-Light.woff2") format("woff2"),
		url("../../fonts/Montserrat-Light.woff") format("woff"),
		url("../../fonts/Montserrat-Light.ttf") format("truetype"),
		url("../../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
	font-weight: 300;
	font-style: normal;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-style: normal;
	line-height: normal;
	font-size: inherit;
}
.flaticon {
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.flaticon-curvearrows9:before {
	content: "\e000";
}
.flaticon-headphones54:before {
	content: "\e001";
}
.flaticon-origami28:before {
	content: "\e002";
}
.montserratLight {
	font-family: "MontserratLight";
}
/*-------------------
COMMON STYLES
---------------------*/
body {
	font-family: "Montserrat";
	font-size: 14px;
	line-height: 24px;
	color: #555;
	font-weight: 400;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
img {
	max-width: 100%;
	height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3em;
	margin-top: 0;
	color: #222;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
a {
	color: #c12529;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
	color: inherit;
	outline: none;
}
p {
	margin-bottom: 22px;
}
ul,
ol {
	margin: 0;
	padding: 0;
}
ul ul,
ol ol,
ul ol,
ol ul {
	padding-left: 30px;
}
input[type="text"],
input[type="email"],
textarea,
input[type="password"],
input[type="tel"] {
	border: 1px solid #e8e8e8;
	padding: 0px 15px;
	color: #747474;
	max-width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
input[type="password"]:focus {
	outline: none;
	box-shadow: none;
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
:-moz-placeholder {
	/* Firefox 18- */
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
.button,
span.button,
a.button,
input.button,
input[type="submit"] {
	color: #fff;
	display: inline-block;
	padding: 9px 25px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: transparent;
	position: relative;
	font-weight: bold;
	/* background-color:#111111; */
	background-color: #c12529;
	font-size: 12px;
	border: none;
}

.button:hover,
input[type="submit"]:hover {
	/* background-color:#C12529; */
	background-color: #000 !important;

	color: #fff;
}
input[type="submit"]:before {
	background-color: rgba(255, 255, 255, 0.1);
	content: "";
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	width: 0;
}
.button:hover,
input[type="submit"]:hover,
.button:focus,
input[type="submit"]:focus,
input,
button {
	outline: none;
}
.button:hover:after,
input[type="submit"]:hover:after {
	height: 100%;
	width: 100%;
	transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
.button.btn-primary {
	background-color: #c12529;
}
.button.small {
	padding: 1px 25px;
}
.button.medium {
	padding: 13px 25px;
}
input[type="search"],
input[type="text"],
input[type="email"],
input[type="password"] {
	border: 1px solid #e5e5e5;
}
.PlayfairDisplay {
	font-family: "Playfair Display";
	font-style: italic;
}
.text-primary {
	color: #c12529;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
	background: inherit;
	color: inherit;
	border: inherit;
	box-shadow: inherit;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
}
.checkbox label,
.radio label {
	width: auto;
}
.GreatVibes {
	font-family: "Great Vibes";
	font-size: 26px;
	color: #010101;
}
blockquote {
	font-family: "Playfair Display";
	font-style: italic;
	font-size: 14px;
	color: #303030;
	margin: 20px 0;
	position: relative;
	border-left: 2px solid #c12529;
	padding: 0;
	padding: 0 50px;
	position: relative;
}
blockquote:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 29px;
	height: 23px;
	background-image: url("/themes/breville/img/blockquote-left.png");
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: -29px;
}
blockquote:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 29px;
	height: 23px;
	background-image: url("/themes/breville/img/blockquote-right.png");
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: -29px;
}
blockquote.style2 {
	text-align: center;
	border: none;
	padding: 0 40px;
	font-size: 14px;
	margin: 0;
	margin-bottom: 30px;
}
blockquote.style2:before {
	margin-left: 10px;
}
blockquote.style2:after {
	margin-right: 39px;
}
/*OWL*/
.nav-top-right .owl-nav {
	position: absolute;
	top: -50px;
	right: 0;
}
.nav-top-left .owl-nav {
	position: absolute;
	top: -50px;
	left: 0;
}
.nav-top-right.nav-style8 .owl-nav {
	top: -58px;
}
.nav-top-right.nav-style8 .owl-prev {
	margin-right: 20px;
}
.nav-top-left.nav-style8 .owl-next {
	margin-left: 20px;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
	display: inline-block;
}
.owl-carousel.nav-center-center .owl-next,
.owl-carousel.nav-center-center .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}
.owl-carousel.nav-center-center .owl-next {
	right: -30px;
}
.owl-carousel.nav-center-center .owl-prev {
	left: -30px;
}
.nav-center-center.owl-carousel:hover .owl-next {
	right: -35px;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: inherit;
}
.nav-center-center.owl-carousel:hover .owl-prev {
	left: -35px;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: inherit;
}
.owl-carousel.nav-center-outside .owl-next,
.owl-carousel.nav-center-outside .owl-prev {
	position: absolute;
	top: 50%;
}
.owl-carousel.nav-center-outside .owl-next {
	right: 0;
}
.owl-carousel.nav-center-outside .owl-prev {
	left: 0;
}
@media (min-width: 992px) {
	.owl-carousel.nav-center-outside .owl-next,
	.owl-carousel.nav-center-outside .owl-prev {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		opacity: 0;
		filter: alpha(opacity=0);
		visibility: hidden;
	}
	.owl-carousel.nav-center-outside .owl-next {
		right: 100px;
	}
	.owl-carousel.nav-center-outside .owl-prev {
		left: 100px;
	}
}
.nav-center-outside.owl-carousel:hover .owl-next {
	right: -30px;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: inherit;
}
.nav-center-outside.owl-carousel:hover .owl-prev {
	left: -30px;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: inherit;
}
.owl-carousel.nav-style1 .owl-next,
.owl-carousel.nav-style1 .owl-prev {
	color: #222;
	padding: 12px 7px;
	text-align: center;
	text-transform: uppercase;
	width: 25px;
	word-wrap: break-word;
}
.owl-carousel.nav-style2 .owl-next,
.owl-carousel.nav-style2 .owl-prev {
	text-transform: uppercase;
	width: 30px;
	height: 30px;
	word-wrap: break-word;
	color: #aaaaaa;
	text-align: center;
	line-height: 30px;
	font-size: 0;
}
.owl-carousel.nav-style8 .owl-next,
.owl-carousel.nav-style8 .owl-prev {
	font-size: 0;
	color: #aaaaaa;
}
.owl-carousel.nav-style2 .owl-next:before,
.owl-carousel.nav-style3 .owl-next:before,
.owl-carousel.nav-style4 .owl-next:before,
.owl-carousel.nav-style5 .owl-next:before,
.owl-carousel.nav-style6 .owl-next:before,
.owl-carousel.nav-style7 .owl-next:before,
.owl-carousel.nav-style8 .owl-next:before {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 35px;
}
.owl-carousel.nav-style2 .owl-prev:before,
.owl-carousel.nav-style3 .owl-prev:before,
.owl-carousel.nav-style4 .owl-prev:before,
.owl-carousel.nav-style5 .owl-prev:before,
.owl-carousel.nav-style6 .owl-prev:before,
.owl-carousel.nav-style7 .owl-prev:before,
.owl-carousel.nav-style8 .owl-prev:before {
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 35px;
}
.owl-carousel.nav-style2 .owl-next:hover,
.owl-carousel.nav-style2 .owl-prev:hover,
.owl-carousel.nav-style8 .owl-next:hover,
.owl-carousel.nav-style8 .owl-prev:hover {
	color: #303030;
}
.owl-carousel.nav-style8 .owl-next:before,
.owl-carousel.nav-style8 .owl-prev:before {
	font-size: 24px;
}
.owl-carousel.nav-style3 .owl-next:before,
.owl-carousel.nav-style3 .owl-prev:before {
	font-size: 14px;
}
.owl-carousel.nav-style3 .owl-next,
.owl-carousel.nav-style3 .owl-prev {
	width: 44px;
	height: 44px;
	background-color: transparent;
	border: 1px solid #fff;
	line-height: 42px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.1;
	color: #fff;
	font-size: 0;
	text-align: center;
}
.owl-carousel.nav-style3 .owl-next:hover,
.owl-carousel.nav-style3 .owl-prev:hover {
	opacity: 1;
	border-color: #aaa;
	color: #aaa;
}
.owl-carousel.nav-style4 .owl-next,
.owl-carousel.nav-style4 .owl-prev {
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.2);
	border: none;
	line-height: 60px;
	color: #fff;
	font-size: 0;
	text-align: center;
}
.owl-carousel.nav-style4 .owl-next:before,
.owl-carousel.nav-style4 .owl-prev:before {
	font-size: 24px;
}
.owl-carousel.nav-style4 .owl-next:hover,
.owl-carousel.nav-style4 .owl-prev:hover {
	background-color: #c12529;
}
.owl-carousel.nav-style5 .owl-next,
.owl-carousel.nav-style5 .owl-prev {
	width: 35px;
	height: 35px;
	background-color: transparent;
	border: 1px solid #e7e7e7;
	line-height: 33px;
	color: #aaaaaa;
	font-size: 0;
	text-align: center;
}
.owl-carousel.nav-style5 .owl-next:before,
.owl-carousel.nav-style5 .owl-prev:before {
	font-size: 14px;
}
.owl-carousel.nav-style5 .owl-next:hover,
.owl-carousel.nav-style5 .owl-prev:hover {
	background-color: #111;
	color: #fff;
	border-color: #111;
}
.owl-carousel.nav-style6 .owl-next,
.owl-carousel.nav-style6 .owl-prev {
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: 1px solid #fff;
	line-height: 28px;
	color: #fff;
	font-size: 0;
	text-align: center;
}
.owl-carousel.nav-style6 .owl-next:before,
.owl-carousel.nav-style6 .owl-prev:before {
	font-size: 14px;
}
.owl-carousel.nav-style6 .owl-next:hover,
.owl-carousel.nav-style6 .owl-prev:hover {
	background-color: #c12529;
	color: #fff;
	border-color: #c12529;
}
.owl-carousel.nav-style7 .owl-next,
.owl-carousel.nav-style7 .owl-prev {
	width: 30px;
	height: 30px;
	background-color: transparent;
	line-height: 30px;
	color: #333;
	font-size: 0;
	text-align: center;
	background-color: #ccc;
}
.owl-carousel.nav-style7 .owl-next:before,
.owl-carousel.nav-style7 .owl-prev:before {
	font-size: 14px;
}
.owl-carousel.nav-style7 .owl-next:hover,
.owl-carousel.nav-style7 .owl-prev:hover {
	background-color: #c12529;
	color: #fff;
	border-color: #c12529;
}
.owl-carousel.no-overflow .owl-stage-outer {
	overflow: inherit;
}
.nav-hidden .owl-nav,
.control-hidden .owl-controls {
	display: none !important;
}
.owl-carousel .owl-item {
	overflow: hidden;
	background: #fff;
}
/* Line*/
.line {
	/* //width:100%;
//border-top:1px solid #eaeaea; */
	/* display: block; */
}
/* TAB */
.tab-container {
	position: relative;
}
.tab-container .tab-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}
.tab-container .active {
	opacity: 1;
	visibility: inherit;
	position: inherit;
	-vendor-animation-duration: 0.3s;
	-vendor-animation-delay: 1s;
	-vendor-animation-iteration-count: infinite;
}
/* BANNER */
.banner-opacity {
	display: table;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.banner-opacity:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.5s ease 0.5s;
	-o-transition: opacity 0.5s ease 0.5s;
	transition: opacity 0.5s ease 0.5s;
	z-index: 1;
}

.banner-opacity img {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: auto;
	height: 280px;
}
.banner-text:hover:before,
.banner-opacity:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
.banner-text:hover img,
.banner-opacity:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.banner-border {
	position: relative;
	display: block;
	overflow: hidden;
}
.banner-border:before,
.banner-border:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 1;
}
.banner-border:before {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
	top: 30px;
	right: 15px;
	bottom: 30px;
	left: 15px;
}
.banner-border:after {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	top: 15px;
	right: 30px;
	bottom: 15px;
	left: 30px;
}
.banner-border:hover:before,
.banner-border:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.banner-border img {
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner-border:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.8;
}
.banner-border.style2:after {
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}
.banner-border.style2:before {
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}
.banner-border.primary:after {
	border-left: 1px solid #c12529;
	border-right: 1px solid #c12529;
}
.banner-border.primary:before {
	border-top: 1px solid #c12529;
	border-bottom: 1px solid #c12529;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0);
}
.free-uk {
	line-height: 10px;
	margin-bottom: 10px;
}
/*-------------------------------
 HEADER
 -------------------------------*/
.top-header .inner {
	border-bottom: 1px solid #e5e5e5;
}
.topbar {
	display: table;
	width: 100%;
}
/* Topbar menu*/
.topbar-menu.left {
	float: left;
}
.topbar-menu.right {
	float: right;
}
.topbar-menu {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-family: "MontserratLight";
	font-size: 13px;
}
.topbar-menu li {
	list-style: none;
	position: relative;
}
.topbar-menu > li {
	display: inline-block;
}
.topbar-menu .sub-menu {
	position: absolute;
	left: auto;
	top: 100%;
	min-width: 200px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.17);
	padding: 10px 0;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition:
		opacity 0.4s ease,
		-webkit-transform 0.4s ease,
		visibility 0.4s ease;
	-moz-transition:
		opacity 0.4s ease,
		-moz-transform 0.4s ease,
		visibility 0.4s ease;
	-ms-transition:
		opacity 0.4s ease,
		-ms-transform 0.4s ease,
		visibility 0.4s ease;
	-o-transition:
		opacity 0.4s ease,
		-o-transform 0.4s ease,
		visibility 0.4s ease;
	transition:
		opacity 0.4s ease,
		transform 0.4s ease,
		visibility 0.4s ease;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	z-index: 10;
}
.topbar-menu li.menu-item-has-children.show-submenu > .sub-menu {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	visibility: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
.topbar-menu .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}
.topbar-menu > li > a {
	display: inline-block;
	padding: 13px 20px;
	text-transform: capitalize;
}
.topbar-menu > li:first-child > a {
	padding-left: 0;
}
.topbar-menu > li:last-child > a {
	padding-right: 0;
}
.topbar-menu li > a {
	color: #666;
}
.topbar-menu li > a .fa {
	color: #999;
}
.topbar-menu li.menu-item-has-children > a:after {
	content: "\f107";
	font-family: "FontAwesome";
	margin-left: 10px;
}
.topbar-menu li > a:hover,
.topbar-menu li > a:hover .fa {
	color: #c12529;
}
.topbar-menu li > a .fa,
.topbar-menu li > a img {
	display: inline-block;
	margin-right: 10px;
}
.topbar-menu li > a img {
	margin-top: -2px;
}
.topbar-menu .sub-menu > li a {
	display: inline-block;
	padding: 5px 15px;
	display: inline-block;
	width: 100%;
	text-align: left;
}
.topbar-menu.right .sub-menu {
	right: 0;
	left: inherit;
}
.topbar-menu.right .sub-menu .sub-menu {
	right: 100%;
	top: 0;
}
.topbar-menu.style2 > li > a {
	padding: 13px 5px;
}
.social-topbar {
	display: inline-block;
	float: right;
	font-family: "MontserratLight";
	font-size: 13px;
	color: #666;
	padding: 13px 0;
}
.social-topbar label {
	font-weight: normal;
	margin: 0;
}
.social-topbar a {
	color: #8f8f8f;
	display: inline-block;
	margin: 0 5px;
}
.social-topbar a:hover {
	color: #c12529;
}
/* MAIN MENU */
.main-menu {
	padding: 0;
	margin: 0;
}
.main-menu li {
	list-style: none;
}
.main-menu > li {
	display: inline-block;
	padding: 0 11px;
	outline: 0;
	position: relative;
}
/* //wojtek .main-menu>li.menu-item-has-children:not(.item-megamenu),.main-menu>li li{position:relative} */
.main-menu > li:after {
	content: "";
	height: 10px;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -10px;
	z-index: 10;
}
.main-menu > li > a {
	padding: 13px 0; /*text-transform:uppercase;*/
	display: inline-block;
	color: #222;
	font-size: 18px;
	position: relative;
}
.main-menu > li > a:hover {
	color: #c12529;
}
.main-menu > li > a:before {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0%;
	background-color: #c12529;
	transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
.main-menu > li:hover > a:before,
.main-menu > li.current-menu-item > a:before,
.main-menu > li.active > a:before {
	width: 100%;
}
.main-menu > li:first-child {
	padding-left: 0;
}
.main-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: auto;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.17);
	z-index: 2;
	min-width: 275px;
	padding: 10px 0;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition:
		opacity 0.4s ease,
		-webkit-transform 0.4s ease,
		visibility 0.4s ease 0s;
	-moz-transition:
		opacity 0.4s ease,
		-moz-transform 0.4s ease,
		visibility 0.4s ease 0s;
	-ms-transition:
		opacity 0.4s ease,
		-ms-transform 0.4s ease,
		visibility 0.4s ease 0s;
	-o-transition:
		opacity 0.4s ease,
		-o-transform 0.4s ease,
		visibility 0.4s ease 0s;
	transition:
		opacity 0.4s ease,
		transform 0.4s ease,
		visibility 0.4s ease 0s;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	z-index: 10;
	text-align: left;
	font-family: "Roboto";
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #fff;
}
.box-mobile-menu .main-menu .sub-menu {
	background-color: #000;
}
.main-menu .show-submenu > .sub-menu {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: inherit;
}
/*.main-menu>li:nth-last-child(1) .sub-menu,
.main-menu>li:nth-last-child(2) .sub-menu,
.main-menu>li:nth-last-child(3) .sub-menu{
    right: 0;
    left:inherit;
}*/
.menu-wapper {
	padding-top: 5px;
	padding-right: 0;
}
.main-menu .sub-menu:not(.megamenu) ul {
	padding: 0;
}
.main-menu .sub-menu:not(.megamenu) ul > li,
.main-menu .sub-menu > li {
	padding: 0 40px;
}
.main-menu .sub-menu:not(.megamenu) ul > li > a,
.main-menu .sub-menu > li > a {
	padding: 8px 0;
	border-bottom: 1px solid #888;
	display: inline-block;
	width: 100%;
	color: #3e3e3e;
}
.box-mobile-menu .main-menu .sub-menu:not(.megamenu) ul > li > a,
.main-menu .sub-menu > li > a {
	color: #fff;
}
.main-menu .sub-menu:not(.megamenu) ul > li > a:hover,
.main-menu .sub-menu > li > a:hover {
	color: #c12529;
}
.main-menu .sub-menu:not(.megamenu) ul > li:last-child > a,
.main-menu .sub-menu > li:last-child > a {
	border: none;
}
.main-menu .sub-menu.megamenu {
	padding: 30px;
}
.main-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.main-menu .sub-menu.megamenu-bg {
	padding-bottom: 60px;
}
.sticky-wrapper {
	z-index: 1000;
	position: relative;
	height: 0px !important;
}
#menu_sticky {
	background: #fff;
	z-index: 1000;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
}
#menu_sticky {
	height: 0;
	overflow: hidden;
}
.sticky-wrapper.is-sticky #menu_sticky {
	height: auto;
	overflow: visible;
}
/* SHORTCODE MEGA MENU*/
.mega-custom-menu {
	margin-bottom: 30px;
}
.mega-custom-menu .title {
	font-size: 14px;
	text-transform: uppercase;
}
.mega-custom-menu ul {
	padding: 0;
}
.mega-custom-menu ul > li {
	padding: 0;
}
.mega-custom-menu ul > li > a {
	padding: 8px 0;
	border-bottom: 1px dashed #e3e3e3;
	display: inline-block;
	width: 100%;
	color: #555;
}
.mega-custom-menu ul > li > a:hover {
	color: #c12529;
}
.header .main-header {
	padding: 60px 0;
}
.header.style1 .main-header {
	border-bottom: 1px solid #eaeaea;
}
.header .logo {
	padding-top: 35px;
}
/* CATEGORY CAT*/
@media (max-width: 991px) {
	.category-menu .owl-stage {
		margin-left: 0;
	}
}
.category-menu-wrapper {
	display: inline-block;
}
.category-menu {
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
.category-menu.category-carousel {
	max-width: 630px;
	margin: 0 auto;
}
.category-menu li {
	list-style: none;
	display: inline-block;
	float: left;
	padding: 0 15px;
	position: relative;
}
.category-menu li:first-child {
	padding-left: 0;
}
.category-menu li:last-child {
	padding-right: 0;
}
.category-menu:not(.category-carousel) li > a {
	width: 135px;
	height: 135px;
	display: inline-block;
	border: 1px dashed #cccccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-size: 11px;
	color: #222;
	text-transform: uppercase;
	vertical-align: middle;
	padding-top: 20px;
}
.category-menu li > a:hover,
.category-carousel.category-menu li > a:hover {
	color: #c12529;
	border-color: #c12529;
}
.category-menu li > a img {
	display: block;
	margin: 0 auto 2px;
}
/*.category-carousel.category-menu li{padding:0;float:none}*/
.category-carousel.category-menu li {
	padding: 0;
	/* //    float: none; */
	position: relative;
	width: 100%;
	max-width: 135px;
}
.category-carousel.category-menu li:before {
	content: "";
	display: block;
	margin-top: 100%;
}
.category-carousel.category-menu li > a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	border: 1px dashed #cccccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-size: 11px;
	color: #222;
	text-transform: uppercase;
	vertical-align: middle;
	padding-top: 10px;
}
.category-carousel.owl-carousel .owl-item {
	text-align: right;
	transform: none;
	background: #fff;
}
.category-carousel.owl-carousel .owl-item img {
	width: auto;
}
.category-menu.style2 li > a {
	border: none;
	width: auto;
	height: auto;
	padding: 0;
}
.category-menu.style2 li > a .icon {
	width: 100px;
	height: 100px;
	display: inline-block;
	border: 1px dashed #cccccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 100px;
	margin-right: 25px;
}
.category-menu.style2 li > a img {
	display: inline-block;
	margin: 0;
}
.category-menu.style2 li {
	padding: 0 20px;
}
.category-menu.style2 li:first-child {
	padding-left: 0;
}
.category-menu.style2 li:last-child {
	padding-right: 0;
}
.category-menu.style2 li:hover .icon {
	border-color: #c12529;
}
.category-menu.style3 {
	display: table;
	margin: 0 auto;
	float: none;
}
.category-menu.style3 li > a {
	font-family: "MontserratLight";
	font-size: 12px;
}
.block-category-carousel .owl-carousel .owl-item img {
	transform-style: flat;
}
/* MINI CART */
.mini-cart {
	position: relative;
}
.show-shopping-cart {
	background: #fff none repeat scroll 0 0;
	opacity: 0;
	padding: 30px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 368px;
	visibility: hidden;
	z-index: 100;
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0.24);
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition:
		opacity 0.4s ease,
		-webkit-transform 0.4s ease,
		visibility 0.4s ease 0s;
	-moz-transition:
		opacity 0.4s ease,
		-moz-transform 0.4s ease,
		visibility 0.4s ease 0s;
	-ms-transition:
		opacity 0.4s ease,
		-ms-transform 0.4s ease,
		visibility 0.4s ease 0s;
	-o-transition:
		opacity 0.4s ease,
		-o-transform 0.4s ease,
		visibility 0.4s ease 0s;
	transition:
		opacity 0.4s ease,
		transform 0.4s ease,
		visibility 0.4s linear 0s;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}
.mini-cart:hover .show-shopping-cart {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: inherit;
}
.show-shopping-cart .list-shopping {
	border-bottom: 1px solid #f1f1f1;
	float: left;
	padding: 20px 0;
	text-align: left;
	width: 100%;
}
.show-shopping-cart .title {
	font-size: 12px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 0;
}
.show-shopping-cart .list-product {
	padding: 0;
}
.show-shopping-cart .list-product li {
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
	overflow: hidden;
	width: 100%;
}
.show-shopping-cart .list-product .thumb {
	width: 90px;
	float: left;
}
.show-shopping-cart .list-product .info {
	margin-left: 100px;
	position: relative;
	padding-right: 20px;
}
.show-shopping-cart .remove-item {
	position: absolute;
	top: -2px;
	right: 0;
	display: inline-block;
	line-height: normal;
	color: #222;
}
.show-shopping-cart .list-product .product-name {
	font-size: 12px;
	text-transform: uppercase;
}
.show-shopping-cart .list-product .product-name a {
	color: #222;
}
.show-shopping-cart .list-product .product-name a:hover {
	color: #c12529;
}
.mini-cart .cart-link {
	position: relative;
}
.mini-cart .count {
	background-color: #c12529;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 40px;
	text-align: center;
	top: 30px;
	width: 20px;
}
.mini-cart .sub-total {
	padding: 15px 0;
	text-align: center;
	display: table;
	width: 100%;
}
.mini-cart .group-button .button {
	display: block;
	width: 100%;
	padding: 16px 0px;
	margin-bottom: 10px;
}
.mini-cart .group-button .check-out {
	border: 1px solid #111;
	background-color: transparent;
	color: #222;
	padding: 15px 0px;
}
.mini-cart .group-button .check-out:hover {
	background-color: #c12529;
	color: #fff;
	border-color: #c12529;
}
.shopping_cart_container {
	margin-left: 30px;
	display: inline-block;
	vertical-align: middle;
}
.shopping_cart_container.style1 .shopping_cart > a.cart-link {
	width: 135px;
	height: 135px;
	display: inline-block;
	border: 1px dashed #cccccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-size: 11px;
	color: #222;
	text-transform: uppercase;
	vertical-align: middle;
	padding-top: 20px;
}
.shopping_cart_container .shopping_cart > a.cart-link:hover {
	color: #c12529;
	border-color: #c12529;
}
/*.shopping_cart_container .shopping_cart > a.cart-link:before { content: ""; display: block; margin: 0 auto; width: 55px; height: 46px; background: url("/themes/breville/img/5.png") no-repeat center center; }*/
.shopping_cart_container .shopping_cart > a.cart-link:before {
	content: "\e66e";
	display: block;
	font-family: "Pe-icon-7-stroke";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.header.style1 .shopping_cart_container .shopping_cart > a.cart-link:before {
	font-size: 37px;
	padding-top: 10px;
}
.shopping_cart_container .shopping_cart > a.cart-link:after {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 20px;
	position: absolute;
	top: 100%;
}
.shopping_cart_container .shopping_cart > a:first-child > span {
	display: none !important;
}
.shopping_cart_container .shopping_cart > a:first-child > span.ajax_cart_quantity {
	display: inline-block !important;
	position: absolute;
	top: 30px;
	left: 73px;
	background: #c12529;
	width: 20px;
	height: 20px;
	padding-top: 3px;
	font:
		normal 10px "Montserrat",
		sans-serif;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
}
/* BOX CONTROL*/
.header .box-control {
	display: table;
	width: 100%;
}
.header .box-control .box-serach,
.header .box-control .box-settings {
	display: table-cell;
	vertical-align: middle;
}
.header.style1 .search_block_icon,
.header.style3 .search_block_icon,
.header.style5 .search_block_icon,
.header.style18 .search_block_icon {
	display: none;
}
/* BOX SEARCH */
.box-search {
	position: relative;
	font-family: "Roboto";
}
.box-search .search,
.box-search .search_query {
	border: none;
	width: 100%;
	height: 50px;
	padding: 13px 50px 13px 15px;
	box-shadow: none;
}
.box-search .button-search {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	background-color: transparent;
	border: none;
	width: 50px;
	height: 50px;
	line-height: 54px;
	text-align: center;
	padding: 1px 6px;
}
.box-search .close-box {
	position: absolute;
	top: 50%;
	right: 25px;
	font-size: 25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}
/* BOX SETTINGS*/
.box-settings {
	position: relative;
	width: 30px;
}
.box-settings:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -10px;
	height: 10px;
}
.box-settings .icon {
	font-size: 23px;
	cursor: pointer;
	display: inline-block;
	line-height: 50px;
	text-align: right;
}
.box-settings .bar {
	width: 18px;
}
.box-settings .bar span {
	display: inline-block;
	width: 18px;
	height: 1px;
	background-color: #111;
	float: left;
	margin: 2px 0;
}
.box-settings .bar span:last-child {
	margin-bottom: 0;
}
/* .box-settings .settings-wrapper {
	position: absolute;
	cursor: default;
	top: 100%;
	right: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition:
		opacity 0.4s ease,
		-webkit-transform 0.4s ease,
		visibility 0.4s linear 0s;
	-moz-transition:
		opacity 0.4s ease,
		-moz-transform 0.4s ease,
		visibility 0.4s linear 0s;
	-ms-transition:
		opacity 0.4s ease,
		-ms-transform 0.4s ease,
		visibility 0.4s linear 0s;
	-o-transition:
		opacity 0.4s ease,
		-o-transform 0.4s ease,
		visibility 0.4s linear 0s;
	transition:
		opacity 0.4s ease,
		transform 0.4s ease,
		visibility 0.4s linear 0s;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
} */
.box-settings .setting-content {
	background: #fff;
	text-align: left;
	-webkit-box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0.24);
	width: 200px;
	float: left;
	padding: 25px;
	padding-top: 13px;
}
.box-settings.open .settings-wrapper,
.box-settings:hover .settings-wrapper {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: inherit;
}
.box-settings .select-language,
.box-settings .select-currency {
	border-bottom: 1px dotted #cccccc;
	margin-top: 12px;
	padding-bottom: 20px;
	margin-bottom: 12px;
}
.box-settings .language-title,
.box-settings .currency-title {
	color: #333333;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.box-settings .link_item {
	line-height: 30px;
}
.box-settings .link_item a {
	font-family: "Roboto", sans-serif;
	color: inherit;
}
.box-settings .link_item a:hover {
	color: #c12529;
}
.box-settings .link_item a i {
	font-size: 6px;
	vertical-align: middle;
	margin-right: 5px;
}
.lang-list ul li,
.currency-list ul li {
	margin-right: 5px;
	list-style: none;
	display: inline-block;
	float: left;
}
.currency-list img,
.lang-list img {
	float: left;
}
.currency-list ul li a span {
	background-color: #eee;
	color: #333333;
	padding: 0 15px;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	float: left;
}
.currency-list ul li a span:hover,
.currency-list ul li.active a span {
	background: #4f4f4f;
	color: #ffffff;
}
.setting-option {
	font-family: "Roboto";
	padding-top: 13px;
}
.setting-option ul {
	padding-left: 16px;
}
.setting-option ul li {
	line-height: 30px;
}
.setting-option ul li a {
	color: inherit;
}
.setting-option ul li a:hover {
	color: #c12529;
}
#index .header.style1 {
	padding-bottom: 0;
}
.header.style1 .top_container {
	text-align: right;
}
/* //.header.style2 .top-header{padding-top:60px;} */
.home4 .header.style2 .top-header,
.home7 .header.style2 .top-header,
.home9 .header.style2 .top-header,
.header.style2.style14 .top-header,
.header.style2.style15 .top-header {
	display: none;
	padding-top: 0px;
}
.header.style2 .main-header {
	padding: 7px 0 10px; /*padding:20px 0;*/
}
.header.style2 .mobile-navigation {
	margin-top: 15px;
	float: left;
}
.header.style2 .logo {
	margin: 0;
	padding: 0 0 0 0px;
}
.header.style2 .main-menu {
	float: right;
	margin-top: 22px;
}
.header.style2 .main-menu > li > a {
	padding: 8px 0;
}
.header.style2 .box-settings {
	height: auto;
	width: auto;
}
.header.style2 .box-settings .icon {
	line-height: normal;
	display: inline-block;
	padding-top: 17px;
}
.header.style2 .mini-cart .icon {
	font-size: 24px;
}
.header.style2 .box-control {
	width: auto;
	float: right;
	margin-top: 10px;
}
.header.style2 .box-search {
	display: inline-block;
	width: 45px;
	position: relative;
}
.header.style2 .box-search #searchbox,
.header.sidebar .box-search #searchbox {
	display: none;
	position: absolute;
	top: 100%;
	right: -25px;
	width: 310px;
	border: 1px solid #e5e5e5;
	z-index: 1;
}
.header.style2 .box-search.open #searchbox,
.header.sidebar .box-search.open #searchbox {
	display: block;
}
.header.style2 .box-search,
.header.style2 .box-settings,
.header.style2 .mini-cart {
	padding: 0 10px;
}
.header.style2 .mini-cart {
	padding-left: 0;
}
.header.style2 .box-search {
	padding-left: 0px;
}
.header.style2 .box-settings {
	padding-right: 0;
}
.header.style2 .box-search .icon {
	font-size: 26px;
	padding-top: 18px;
	display: inline-block;
	cursor: pointer;
	vertical-align: bottom;
}
.header.style2 .box-search .inner {
	position: absolute;
	top: 100%;
	right: 0;
	border: 1px solid #e5e5e5;
	min-width: 350px;
	display: none;
	z-index: 2;
}
.header.style2 .mini-cart {
	display: table-cell;
}
.header.style2 .mini-cart > a {
	font-size: 0px;
	color: #222;
	display: inline-block;
	line-height: 0px;
}
.header.style2 .mini-cart .count {
	top: -10px;
	right: -10px;
}
.header.style2 .shopping_cart_container {
	margin-left: 0;
}
.header.style2 .shopping_cart_container .shopping_cart > a.cart-link:before {
	font-size: 26px;
	padding-top: 0;
}
.header.style2 .shopping_cart_container .shopping_cart > a:first-child > span.ajax_cart_quantity {
	top: -10px;
	left: 18px;
}
.header.style2 .is-sticky .container {
	padding-bottom: 10px;
}
/* //.header.style2 #menu_sticky .main-menu{float:left} */
.header.style2.style15 #menu_sticky .main-menu {
	float: right;
}
.header.style2.style15 .is-sticky .container {
	padding-top: 5px;
	padding-bottom: 5px;
}
/* HEADER STYLE 3 */
.header.style3 .main-header {
	padding: 0;
}
.header.style3 .logo {
	padding-top: 50px;
}
.header.style3 .top-header {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 11px;
	padding-top: 40px;
	display: table;
}
.header.style3 .top-header .widget-block {
	float: left;
}
.header.style3 .top-header .inner {
	border: none;
}
.header.style3 .box-control {
	width: auto;
	float: right;
}
.header.style3 .slogan {
	display: inline-block;
	float: left;
	padding: 10px 0;
	font-family: "DearPrudence";
	font-size: 24px;
	color: #222;
}
.header.style3 .box-search,
.header.style3 .shopping_cart_container,
.header.style3 .box-settings {
	display: table-cell;
	vertical-align: middle;
}
.header.style3 .mini-cart .cart-link .icon {
	font-size: 26px;
	margin-right: 10px;
	display: inline-block;
}
.header.style3 .mini-cart {
	padding: 10px 30px 0;
}
.header.style3 .mini-cart .cart-link {
	color: #222;
	font-weight: 300;
}
.header.style3 .box-search {
	border-right: 1px solid #e8e8e8;
}
.header.style3 .box-search .search {
	padding: 10px 15px;
}
.header.style3 .button-search {
	width: 44px;
	height: 44px;
	line-height: 45px;
	padding: 5px;
	right: 15px;
}
.header.style3 .mini-cart .count {
	left: 15px;
	right: inherit;
	top: -18px;
}
.header.style3 .box-settings .icon {
	line-height: 40px;
}
.header.style3 .main-menu > li > a {
	padding: 18px 0;
	font-size: 13px;
}
.header.style3 .main-menu > li > a:hover,
.header.style3 .main-menu > li.active > a {
	color: #c12529;
}
.header.style3 .main-menu > li > a:before {
	display: none;
}
.header.style3 .main-menu > li {
	padding: 0 30px;
}
.header.style3 .main-menu > li:first-child {
	padding-left: 0;
}
.header.style3 .main-menu > li:last-child {
	padding-right: 0;
}
.header.style3 .shopping_cart_container {
	margin-left: 0;
}
.header.style3 .shopping_cart_container .shopping_cart > a.cart-link:before {
	font-size: 26px;
	padding-top: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.header.style3 .shopping_cart_container .shopping_cart > a.cart-link .ajax_cart_total {
	display: inline-block !important;
	margin-left: 10px;
}
.header.style3 .shopping_cart_container .shopping_cart > a:first-child > span.ajax_cart_quantity {
	top: -10px;
	left: 15px;
}
.sticky-wrapper.is-sticky #menu_sticky .sticky_content {
	padding: 5px 0;
}
#menu_sticky.style2 .main-menu > li > a {
	padding: 10px 0;
}
.header.style3.style4 .shopping_cart_container .shopping_cart > a.cart-link .ajax_cart_total {
	margin-left: 0px;
}
/* Header style 4*/
.header.style4 .top-header {
	border-bottom: 1px solid #eaeaea;
	padding: 20px 60px;
}
.header.style4 .logo {
	padding: 0;
}
.header.style4 .box-control {
	padding-top: 10px;
}
.header.style4 .main-header {
	padding: 40px 0;
	text-align: center;
}
.header.style4 .category-menu {
	display: inline-block;
	float: none;
}
.header.style4 .main-menu > li:first-child {
	padding-left: 0;
}
.header.style4 .main-menu > li:last-child {
	padding-right: 0;
}
/* Header style 5*/
.header.style5 .top-header {
	border-bottom: 1px solid #eaeaea;
	padding: 50px 0;
}
.header.style5 #header_logo {
	text-align: center;
}
.header.style5 .logo {
	padding: 0;
	text-align: center;
	display: inline-block;
}
.header.style5 .main-header {
	padding: 10px 0;
}
.header.style5 .box-control {
	width: auto;
	float: right;
}
.header.style5 .box-search,
.header.style5 .mini-cart,
.header.style5 .box-settings {
	display: table-cell;
	vertical-align: middle;
}
/*.header.style5 .box-search .search { border-right: 1px solid #eaeaea; }*/
.header.style5 .box-search .search {
	padding: 0 15px;
}
.header.style5 .mini-cart {
	padding: 10px 10px 0 0;
}
.header.style5 .mini-cart .cart-link {
	color: #222;
}
.header.style5 .shopping_cart_container {
	margin-left: 0;
}
.header.style5 .shopping_cart_container .shopping_cart > a.cart-link:before {
	font-size: 26px;
	padding-top: 0;
	display: inline-block;
}
.header.style5 .shopping_cart_container .shopping_cart > a.cart-link .ajax_cart_total {
	display: inline-block !important;
	margin-left: 10px;
}
.header.style5 .shopping_cart_container .shopping_cart > a:first-child > span.ajax_cart_quantity {
	top: -18px;
	left: 15px;
}
.header.style5 .mini-cart .cart-link .icon {
	font-size: 26px;
	margin-right: 10px;
	display: inline-block;
}
.header.style5 .mini-cart .count {
	left: 15px;
	right: inherit;
	top: -18px;
}
.header.style5 .main-menu > li {
	padding: 0 30px;
}
.header.style5 .main-menu > li:first-child {
	padding-left: 0;
}
.header.style5 .main-menu > li > a {
	font-size: 13px;
}
.header.style5 .main-menu > li > a:before {
	display: none;
}
.header.style5 .main-menu > li > a:hover,
.header.style5 .main-menu > li.active > a {
	color: #c12529;
}
.header.style5 .box-search .button-search {
	padding-right: 10px;
}
.header.style5 .box-search .button-search .pe-7s-search {
	border-right: 1px solid #eaeaea;
}
/* HEADER STYLE 12 */
.header.style12 .main-menu > li {
	padding: 0 18px;
}
.header.style12 .main-menu > li:first-child {
	padding-left: 0;
}
.header.style12 .main-menu > li:last-child {
	padding-right: 0;
}
.header.style12 .logo {
	padding: 0;
}
.header.style12 .main-header {
	padding-top: 30px;
	padding-bottom: 60px;
}
.header.style12 .logo2 {
	text-align: center;
	margin-bottom: 30px;
	display: none;
}
.header.style12 .mini-cart {
	padding-right: 0;
}
.header.style14 {
	background-color: #111;
}
#index .header.style14 {
	background-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
.header.style14 .main-header {
	padding: 0;
	display: table;
	width: 100%;
}
.header.style14 .logo {
	padding: 30px 0;
	text-align: center;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: rgba(255, 255, 255, 0.2);
	min-width: 262px;
	width: 262px;
}
.header.style14 .logo > a {
	display: inline-block;
}
.header.style14 .main-menu {
	float: left;
}
.header.style14 .main-menu {
	margin: 0;
	display: table;
	width: 100%;
}
.header.style14 .logo,
.header.style14 .main-menu-wapper,
.header.style14 .right-control {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.header.style14 .main-menu-wapper {
	padding-left: 110px;
}
.header.style14 .right-control {
	min-width: 330px;
	width: 330px;
}
.header.style14 .main-menu > li > a {
	padding: 30px 0;
	color: #fff;
	font-size: 14px;
}
.header.style14 .main-menu > li > a:hover,
.header.style14 .main-menu > li.active > a {
	color: #c12529;
}
.header.style14 .main-menu > li > a:hover {
	color: #c12529;
}
.header.style14 .main-menu > li > a:before {
	display: none;
}
.header.style14 .box-search,
.header.style14 .box-settings,
.header.style14 .shopping_cart_container {
	padding: 22px 45px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: rgba(255, 255, 255, 0.2);
	display: table-cell;
	vertical-align: middle;
	height: 84px;
	width: auto;
}
.header.style14 .shopping_cart_container {
	padding: 28px 45px;
	margin-left: 25px;
}
.header.style14 .box-search {
	border-left: none;
	padding: 17px 30px;
}
.header.style14 .box-search.open .icon {
	opacity: 0;
}
.header.style14 .box-search .inner {
	top: 18px;
	background-color: transparent;
	border: none;
	color: #fff;
}
.header.style14 .box-search .icon {
	padding-top: 0px;
}
.header.style14 .box-search .search {
	background-color: transparent;
	color: #fff;
}
.header.style14 .box-control {
	min-height: 84px;
	width: 100%;
	float: none;
}
.header.style14 .mini-cart > a {
	color: #fff;
}
.header.style14 .box-search .icon {
	color: #fff;
}
.header.style14 .box-settings .icon {
	color: #fff;
}
#menu_sticky.style14,
#menu_sticky.style15 {
	background-color: #111;
	padding: 0;
	border: none;
	width: 100%;
}
.is-sticky #menu_sticky.style14,
.is-sticky #menu_sticky.style15 {
	display: table;
}
.header.style15 {
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.header.style15 .main-header {
	padding: 40px 0;
}
.header.style15 #header_logo {
	text-align: center;
}
.header.style15 .logo {
	padding-top: 10px;
}
.header.style15 .main-menu {
	margin: 0;
}
.header.style15 .box-search .icon {
	padding-top: 10px;
}
.header.style15 .main-menu > li > a {
	color: #ccc;
	font-size: 14px;
}
.header.style15 .main-menu > li > a:hover,
.header.style15 .main-menu > li.active > a {
	color: #c12529;
}
.header.style15 .main-menu > li > a:before {
	display: none;
}
.header.style15 .box-search .icon,
.header.style15 .mini-cart > a:before {
	color: #fff;
	font-size: 23px;
}
.header.style15 .box-settings .icon {
	padding-top: 10px;
	font-size: 23px;
	color: #fff;
}
.header.style15 .box-control {
	padding-left: 30px;
}
.header.style15 .box-search .inner {
	top: -5px;
}
/* Header 16*/
.header.style16 .logo {
	padding: 0;
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
}
.header.style16 .logo > a {
	display: inline-block;
}
.header.style16 .main-menu {
	text-align: center;
	float: none;
	margin-top: 4px;
}
.header.style16 .topbar {
	border-bottom: 1px solid #eaeaea;
}
.header.style16 .main-header {
	padding: 40px 0 36px 0;
}
.header.style16 .mini-cart {
	padding: 0;
	border: none;
	padding-right: 5px;
}
.header.style16 .main-menu > li {
	padding: 0 20px;
}
.header.style16 #menu_sticky .main-menu > li:first-child {
	padding-left: 0;
}
.header.style16 .main-menu > li > a {
	font-size: 14px;
}
.header.style16 .box-settings .bar {
	padding-top: 22px;
}
.header.style16 .shopping_cart_container {
	display: table-cell;
	vertical-align: bottom;
}
.header.style16 .mini-cart > a {
	vertical-align: middle;
}
.header.style16 .box-search #searchbox {
	right: -10px;
}
.header.style16 .box-search .icon {
	padding-top: 10px;
}
.header.style16 #menu_sticky .main-menu {
	margin-top: 10px;
}
.header.style16 #menu_sticky .box-search .icon {
	padding-top: 20px;
}
/* HEADER STYLE 17 */
.header.style17 .main-header {
	padding: 55px 0 45px 0;
}
.header.style17 .main-menu > li > a:before {
	display: none;
}
.header.style17 .main-menu > li:hover > a,
.header.style17 .main-menu > li.current-menu-item > a,
.header.style17 .main-menu > li.active > a {
	color: #c12529;
}
.header.style17 .box-search .icon {
	padding-top: 15px;
}
/* HEADER STYLE 19 */
.header.style19 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: transparent;
}
.header.style19 .main-menu > li > a {
	color: #fff;
	font-size: 14px;
}
.header.style19 .main-menu > li > a:before {
	display: none;
}
.header.style19 .main-menu > li.active > a,
.header.style19 .main-menu > li:hover > a {
	color: #c12529;
}
.header.style19 .box-search .icon {
	color: #fff;
}
.header.style19 .mini-cart > a {
	color: #fff;
}
.header.style19 .box-settings .bar span {
	height: 2px;
	background-color: #fff;
}
.header.style19 .box-settings .bar {
	padding-top: 22px;
}
.header.style19 .main-header {
	padding: 60px 0;
}
.header.style19.ontop {
	background-color: #111;
}
.header.style19.ontop .main-header {
	padding-bottom: 0;
}
/* HEADER STYLE 20*/
.header.style20 .topbar {
	border-bottom: 1px solid #eaeaea;
}
.header.style20 .logo {
	display: block;
	text-align: center;
}
.header.style20 .logo > a {
	display: inline-block;
}
.header.style20 .main-menu-inner {
	display: table;
	margin: 0 auto;
	padding-top: 65px;
}
.header.style20 .main-menu {
	float: left;
	margin: 0;
	margin-top: 2px;
}
.header.style20 .main-menu > li > a {
	font-size: 14px;
	padding: 2px 0;
}
.header.style20 .main-menu > li > a:before,
.header.style20 .main-menu > li > a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 1px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: #c12529;
}
.header.style20 .main-menu > li > a:before {
	top: 0;
}
.header.style20 .main-menu > li > a:after {
	bottom: 0;
}
.header.style20 .main-menu > li:hover > a:before,
.header.style20 .main-menu > li:hover > a:after,
.header.style20 .main-menu > li.active > a:before,
.header.style20 .main-menu > li.active > a:after {
	width: 26px;
}
.header.style20 .main-menu > li.active > a,
.header.style20 .main-menu > li:hover > a {
	color: #c12529;
}
.header.style20 .box-search .icon {
	padding-top: 3px;
}
.header.style20 .mini-cart .amout {
	font-size: 13px;
	font-family: "MontserratLight";
	color: #222;
	vertical-align: top;
	display: inline-block;
	margin-top: 2px;
	margin-left: 10px;
}
.header.style20 .mini-cart .count {
	right: inherit;
	top: -5px;
	left: 15px;
}
.header.style20 .box-search {
	border-right: 1px solid #eeeeee;
}
.header.style2.style20 .box-settings .icon {
	padding-top: 5px;
}
.header.style20 #menu_sticky .main-menu-inner {
	padding-top: 0;
}
.header.style20 .is-sticky #menu_sticky {
	padding: 15px 0;
}
.header.style20 .shopping_cart_container .shopping_cart > a.cart-link:before {
	display: inline-block;
}
.header.style20 .shopping_cart_container .shopping_cart > a.cart-link .ajax_cart_total {
	display: inline-block !important;
	font-size: 14px;
	margin-left: 10px;
}
/* HEADER STYLE 18 */
.header.style18 .shopping_cart_container {
	margin-left: 0;
}
.header.style18 .shopping_cart_container .shopping_cart > a:first-child > span.ajax_cart_quantity {
	top: 5px;
	left: 35px;
}
.header.style18 .header-text {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	background-color: #d14b78;
	color: #fff;
	padding: 8px 0;
}
.header.style18 .main-header {
	padding: 47px 0;
}
.header.style18 .logo2 {
	display: none;
}
.header.style18 .logo {
	padding: 0;
}
.header.style18 .main-menu {
	padding-top: 20px;
}
.header.style18 .main-menu > li > a:before {
	display: none;
}
.header.style18 .main-menu > li > a {
	padding: 0;
}
.header.style18 .main-menu > li.active > a,
.header.style18 .main-menu > li:hover > a {
	color: #c12529;
}
.header.style18 .box-search,
.header.style18 .mini-cart {
	display: table-cell;
	vertical-align: top;
}
.header.style18 .box-search {
	width: 170px;
}
.header.style18 .box-search .search {
	padding: 6px 0;
	border-bottom: 1px solid #eeeeee;
}
/*.header.style18 .box-search .button-search { width: 37px; height: 37px; line-height: 37px; }*/
.header.style18 .mini-cart .cart-link {
	font-size: 24px;
	color: #222;
	padding: 12px 20px;
	display: inline-block;
}
.header.style18 .mini-cart .count {
	top: 6px;
	right: 10px;
}
.header.style18 .box-control {
	width: auto;
	float: right;
	padding-top: 10px;
}
/*HEADER SILDEBAR */
.header.sidebar {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #111;
	min-width: 345px;
	max-width: 345px;
	padding-top: 45px;
	padding-left: 60px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 100;
}
.header.sidebar .mCSB_inside > .mCSB_container {
	margin: 0;
}
.header.sidebar .header-top {
	position: relative;
}
/*.header.sidebar .sidebar-menu{    max-height: calc(100vh - 45px);}*/
.header-categoy-menu.closed {
	right: -380px;
}
.header.sidebar.closed {
	left: -345px;
}
/*.header.sidebar .main-menu { margin-top: 30px; }*/
.header.sidebar .main-menu > li {
	display: block;
	float: left;
	width: 100%;
	padding: 0;
	padding-right: 60px;
}
.header.sidebar .main-menu > li > a {
	color: #eee;
	padding: 18px 0;
	border-bottom: 1px dashed #454545;
	width: 100%;
}
.header.sidebar .main-menu > li > a:hover,
.header.sidebar .main-menu > li.active > a {
	color: #c12529;
}
.header.sidebar .main-menu .sub-menu > li {
	padding: 0 20px;
}
.header.sidebar .main-menu .sub-menu > li > a {
	padding: 10px 0;
}
.header.sidebar .main-menu > li:after,
.header.sidebar .main-menu > li > a:before {
	display: none;
}
.header.sidebar .main-menu .sub-menu {
	left: 0% !important;
	max-width: 100%;
	position: static;
	display: none;
	visibility: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
	min-width: 1px;
	padding: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.header.sidebar .main-menu .sub-menu .mega-custom-menu {
	width: 100%;
	float: none;
}
.header.sidebar .box-settings .setting-content {
	width: 200px;
	padding: 10px;
}
.header.sidebar .main-menu .show-submenu > .sub-menu {
	display: block;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.header.sidebar .close-header-sidebar,
.header.sidebar .open-header-sidebar,
.header-categoy-menu .close-header-sidebar,
.header-categoy-menu .open-header-sidebar {
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 30px;
	color: #ccc;
	font-size: 30px;
}
.header-categoy-menu .close-header-sidebar,
.header-categoy-menu .open-header-sidebar {
	right: inherit;
	left: 0;
}
.header.sidebar .open-header-sidebar {
	right: -30px;
	display: none;
	background-color: #111;
	color: #fff;
	font-size: 14px;
}
.header-categoy-menu .open-header-sidebar {
	right: inherit;
	left: -30px;
	display: none;
	background-color: #111;
	color: #fff;
	font-size: 14px;
}
.header.sidebar.closed .open-header-sidebar,
.header-categoy-menu.closed .open-header-sidebar {
	display: block;
}
.header.sidebar .social a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 36px;
	float: left;
	margin-right: 10px;
	background: #fff;
	text-align: center;
	transition: all 0.3s ease 0s;
	color: #2c2c2c;
	font-size: 18px;
}
.header.sidebar .social a:last-child {
	margin-right: 0;
}
.header.sidebar .social a .fa {
	font-size: 18px;
	line-height: 35px;
}
.header.sidebar .social a:hover {
	background-color: #c12529;
	transition: all 0.3s ease 0s;
}
.header.sidebar .social a:hover .fa {
	color: #fff;
}
.header.sidebar .sidebar-footer {
	font-size: 10px;
	text-transform: uppercase;
	color: #aaa;
	padding: 60px 0;
	float: left;
	padding-top: 115px;
}
.header.sidebar .line-header {
	width: 100%;
	height: 6px;
	display: block;
	background: url("/themes/breville/img/driver.png") no-repeat center left;
	display: block;
	margin: 0 auto;
	padding: 30px 0;
	float: none;
}
.header.sidebar .box-control {
	display: table;
	margin-top: 30px;
	width: auto;
	float: none;
}
.header.sidebar .box-search #searchbox {
	right: auto;
	left: 0px;
	width: 245px;
}
.header.sidebar .box-control .box-search,
.header.sidebar .box-control .mini-cart,
.header.sidebar .box-settings {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}
.header.sidebar .box-control .box-search .inner {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	min-width: 300px;
	z-index: 2;
}
.header.sidebar .box-control .box-search .icon {
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}
.header.sidebar .box-control .mini-cart .cart-link {
	font-size: 14px;
	color: #fff;
	position: relative;
	display: block;
}
.header.sidebar .shopping_cart_container {
	margin-left: 0;
}
.header.sidebar .shopping_cart_container .shopping_cart > a.cart-link:before {
	font-size: 26px;
	padding-top: 0;
}
.header.sidebar .shopping_cart_container .shopping_cart > a:first-child > span.ajax_cart_quantity {
	top: -8px;
	left: 18px;
}
.header.sidebar .shopping_cart_container .shopping_cart .cart_block {
	display: none !important;
}
.header.sidebar .mini-cart .count {
	left: 15px;
	top: -17px;
}
.header.sidebar .mini-cart .icon {
	font-size: 24px;
}
.header.sidebar .mini-cart .text {
	margin-left: 20px;
	display: inline-block;
}
.header.sidebar .box-settings .icon {
	color: #fff;
	font-size: 24px;
	line-height: normal;
}
.header.sidebar .box-settings {
	padding-right: 0;
}
/* .header.sidebar .box-settings .settings-wrapper {
	left: 100%;
	top: inherit;
	bottom: 100%;
} */
.header-categoy-menu,
.header-categoy-menu.opened {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	min-width: 375px;
	max-width: 375px;
	background-image: url("/themes/breville/img/bg-header-menu.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #111;
	z-index: 100;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding-top: 80px;
	padding-bottom: 60px;
	padding-left: 60px;
	padding-right: 60px;
}
.header-categoy-menu.opened .open-header-sidebar {
	display: none;
}
.header-categoy-menu .mCSB_inside > .mCSB_container {
	margin: 0;
}
.header-categoy-menu .block-category-carousel {
	background-image: none;
	padding: 0;
	background-color: transparent;
}
.header-categoy-menu .block-category-carousel .list-cat li {
	border: none;
	padding: 10px 0;
	text-align: center;
}
.header-categoy-menu .block-category-carousel .list-cat li > a {
	width: 134px;
	height: 134px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px dashed #454545;
	display: inline-block;
	padding-top: 35px;
}
.header-categoy-menu .block-category-carousel .list-cat li > a img {
	width: auto;
}
.header-categoy-menu .block-category-carousel .block-inner {
	margin-top: 80px;
}
.header-bottom-sidebar-menu {
	margin: 0;
	font-family: "MontserratLight";
	text-transform: none;
	font-size: 13px;
	margin-bottom: 20px;
	display: table;
	width: 100%;
	margin-top: 20px;
	float: left;
}
.header-bottom-sidebar-menu li {
	position: relative;
}
.header-bottom-sidebar-menu > li {
	list-style: none;
	display: inline-block;
}
.header-bottom-sidebar-menu > li > a {
	padding: 0 5px;
	display: inline-block;
	color: #666;
}
.header-bottom-sidebar-menu > li > a:hover {
	color: #fff;
}
.header-bottom-sidebar-menu > .menu-item-has-children > a:after {
	content: "\f107";
	font-family: "FontAwesome";
	margin-left: 10px;
}
.header-bottom-sidebar-menu > li > a > .fa,
.header-bottom-sidebar-menu > li > a > img {
	display: inline-block;
	margin-right: 10px;
}
.header-bottom-sidebar-menu > li:first-child > a {
	padding-left: 0;
}
.header-bottom-sidebar-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 150px;
	background-color: #fff;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	filter: alpha(opacity=0);
	-webkit-transition:
		opacity 0.4s ease,
		-webkit-transform 0.4s ease,
		visibility 0.4s linear 0s;
	-moz-transition:
		opacity 0.4s ease,
		-moz-transform 0.4s ease,
		visibility 0.4s linear 0s;
	-ms-transition:
		opacity 0.4s ease,
		-ms-transform 0.4s ease,
		visibility 0.4s linear 0s;
	-o-transition:
		opacity 0.4s ease,
		-o-transform 0.4s ease,
		visibility 0.4s linear 0s;
	transition:
		opacity 0.4s ease,
		transform 0.4s ease,
		visibility 0.4s linear 0s;
	z-index: 1;
}
.header-bottom-sidebar-menu .menu-item-has-children.show-submenu > .sub-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: inherit;
}
.header-bottom-sidebar-menu .sub-menu > li {
	display: block;
}
.header-bottom-sidebar-menu .sub-menu > li > a {
	color: #666;
	display: inline-block;
}
.header-bottom-sidebar-menu .sub-menu > li > a:hover {
	color: #c12529;
}
.header.sidebar.header13 .main-menu > li {
	padding-right: 50px;
}
/* HEADER 9*/
.header.style9 .main-header {
	padding: 0;
	background-color: #111;
}
.header.style9 .main-menu {
	margin: 0;
	float: left;
}
.header.style9 .main-menu > li > a {
	padding: 16px 0;
	color: #eee;
}
.header.style9 .main-menu > li > a:hover,
.header.style9 .main-menu > li.active > a {
	color: #c12529;
}
.header.style9 .logo {
	padding-top: 19px;
}
.header.style9 .main-menu > li > a:before {
	display: none;
}
.header.style9 .box-control {
	min-height: 56px;
}
.header.style9 .box-search .icon,
.header.style9 .mini-cart > a,
.header.style9 .box-settings .icon {
	color: #eee;
}
.header.style9 .box-settings .icon {
	padding-top: 14px;
}
.header.style9 #menu_sticky {
	background: #111;
}
.header.style9 #menu_sticky.style2 .main-menu > li > a {
	padding: 16px 0;
}
.header.header13 .box-control .box-search,
.header.header13 .box-control .mini-cart,
.header.header13 .box-settings {
	vertical-align: middle;
}
.header.header13 .box-control .mini-cart {
	border-left: 1px solid #cccccc;
	padding-left: 20px;
}
.header.header13 {
	width: 345px;
	min-width: 345px;
}
.header.header13.closed {
	left: -345px;
}
.header-bottom-sidebar-menu ul {
	padding: 0;
}
.header-bottom-sidebar-menu ul > li {
	list-style: none;
	display: inline-block;
}
/* HEADER ONTOP*/
#header-ontop {
	position: absolute;
	visibility: hidden;
	opacity: 0;
}
#header-ontop.on-sticky {
	visibility: inherit;
	opacity: 1;
}
.header.ontop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0.24);
	padding: 5px 0;
	-webkit-transition: padding 0.5s ease 0s;
	-o-transition: padding 0.5s ease 0s;
	transition: padding 0.5s ease 0s;
	background-color: #fff;
}
.header.ontop .main-header {
	display: none;
}
.header.ontop .top-header .inner {
	border: none;
}
.header.style2.ontop .top-header {
	display: none;
}
.header.style2.ontop .main-header {
	display: block;
	padding: 0;
	padding-bottom: 10px;
}
.header.style2.ontop .menu-wapper {
	width: 100%;
}
.header.style2.ontop .logo-wapper {
	display: none;
}
.header.style2.ontop .main-menu {
	float: left;
}
.header.style3.ontop .logo-wapper {
	display: none;
}
.header.style3.ontop .menu-wapper {
	width: 100%;
}
.header.style3.ontop .slogan {
	display: none;
}
.header.style3.ontop .main-menu {
	display: inline-block;
}
.header.style3.ontop .top-header {
	display: inline-block;
	width: auto;
	float: right;
	padding: 0;
	border: none;
}
.header.style3.ontop .main-menu > li > a {
	padding: 10px 0;
}
.header.style5.ontop .main-header {
	display: block;
	padding: 0;
}
.header.style5.ontop .top-header {
	display: none;
}
.header.style9.ontop {
	padding: 0;
}
.header.style9.ontop .main-header {
	padding: 5px 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header.style3.style4.ontop .control-wapper,
.header.style3.style4 .is-sticky .control-wapper {
	float: right;
}
.header.style3.style4.ontop .top-header,
.header.style3.style4 .is-sticky .top-header {
	display: block;
	padding: 0 60px;
	border: none;
	width: 100%;
}
.header.style3.style4 .box-control {
	padding-top: 0;
}
.header.style3.ontop .topbar {
	display: none;
}
.header.style12.ontop .main-header {
	display: block;
	padding: 0;
}
.header.style12.ontop .logo-main,
.header.style12.ontop .logo2 {
	display: none;
}
.header.style12.ontop .control-wapper {
	float: right;
}
.header.style20.ontop .topbar {
	display: none;
}
.header.style20.ontop .logo {
	display: none;
}
.header.style20.ontop .main-menu-inner {
	padding-top: 0;
}
.header.style20.ontop .main-header {
	padding: 10px 0;
}
.header.style18.ontop .header-text {
	display: none;
}
.header.style18.ontop .main-header {
	display: block;
	padding: 0;
	padding-bottom: 20px;
}
.header.style18.ontop .logo-main {
	display: none;
}
.header.style18.ontop .control-wapper {
	float: right;
}
/* PAGE LAYOUT */
.shop-title {
	line-height: 27px;
	font-size: 15px;
	margin: 0;
	text-transform: uppercase;
}
.page-title {
	text-transform: uppercase;
	margin-bottom: 55px;
	margin-top: 25px;
}
.page-title h3 {
	margin: 0;
}
.main-container {
	padding: 33px 0;
}
.main-container.shop-with-banner {
	padding-top: 0;
}
.left-slidebar .main-content {
	float: right;
}
.header.style14.ontop {
	background-color: #111;
	padding: 0;
	border: none;
}
.header.style14.ontop .main-header {
	padding: 0;
	display: table;
}
.header.style15.ontop {
	background-color: #111;
}
.header.style15.ontop .main-header {
	padding: 0;
}
.header.style15.ontop .main-menu {
	float: right;
}
.header.style16.ontop .logo,
.header.style16.ontop .topbar {
	display: none;
}
.header.style3.style4.ontop .box-control {
	padding-top: 0;
}
/*-----------------------------------
    HOME
-----------------------------------*/
#index.home1 #columns {
	padding-top: 0;
}
.banner_right_product .first-item .img-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0px;
	bottom: 30px;
}
.banner_right_product .first-item .banner-product {
	display: block;
	width: 100%;
	height: 395px;
}
#index.home6 #columns {
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
#index.home7 #columns {
	padding-bottom: 40px;
}
body.home8,
.home8 #page {
	height: 100vh;
}
#index.home8 #columns,
.home8 .footer {
	padding: 0;
}
.home18 #columns {
	padding-bottom: 80px;
}
.home10 #columns,
.home13 #columns,
.home14 #columns,
.home16 #columns,
#index.home18 #columns,
.home19 #columns {
	padding-bottom: 0;
}
.home11 .section-brand-slide {
	padding-bottom: 60px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 60px;
}
.home11 .section-lasttest-blog {
	border-bottom: none;
	padding-bottom: 10px;
}
.home17 .section-lasttest-blog {
	border-bottom: none;
}
/*------------------------------------
PRODUCT
------------------------------------*/
.product-item {
	list-style: none;
}
.product-item .product-thumb {
	position: relative;
	text-align: center;
}
.product-item .product-thumb a img {
	/*width:100%;height:auto*/
	width: auto;
	height: auto;
	margin: 0 auto;
}
.product-item .product-thumb .product-image-container > .sale,
.product-item .product-thumb .product-image-container > .new {
	width: 96px;
	height: 36px;
	color: #fff;
	text-transform: uppercase;
	background-color: #333;
	font-size: 10px;
	display: inline-block;
	line-height: 36px;
	display: inline-block;
	position: absolute;
	right: 12px;
	top: 12px;
	text-align: center;
	z-index: 2;
}
.product-item .product-thumb .product-image-container > .new {
	background-color: #c12529;
	right: 20px;
	font-size: 14px;
}

.product-item .product-info {
	text-align: center;
}
.product-item .product-info .hook-reviews,
.product-item .product-info .available,
.product-item .product-info .hook-reviews .nb-comments {
	display: none;
}
.product-item .product-name {
	margin-bottom: 0;
	margin-top: 5px;
	overflow: hidden;
	line-height: 15px;
	margin-bottom: 10px;
	height: 65px;
}

.product-item .product-name a {
	text-transform: uppercase;
	font-size: 16px;
	color: #222222;
}
.product-item .product-name a:hover {
	color: #c12529;
}
.product-item .price {
	color: #222;
	display: block;
	margin-bottom: 10px;
	font-size: 26px;
}
.product-item .price ins {
	text-decoration: none;
}
.product-item .price del {
	color: #aaa;
	font-size: 12px;
}
.product-item .content_price .product-price {
	display: inline-block;
}
.product-item .content_price .product-price.old-price {
	font-size: 12px;
	color: #aaa;
	text-decoration: line-through;
}
.product-list .product-item {
	margin-bottom: 30px;
}
.product-item .group-button {
	position: absolute;
	bottom: 0;
	right: 0;
}
.product-item .has-back-image .back-image {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	width: 100%;
	transition: opacity 0.5s ease-in-out 0s;
	-moz-transition: opacity 0.5s ease-in-out 0s;
	-webkit-transition: opacity 0.5s ease-in-out 0s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	opacity: 0;
}
.product-item .has-back-image:hover .back-image {
	opacity: 1;
}
.product-item .group-button {
	right: 10px;
}
.product-item .short-descript {
	display: none;
}
.product-item .wishlist,
.product-item .compare,
.product-item .quick-view {
	position: relative;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	margin-bottom: 10px;
	background-color: #fff;
	display: block;
	-webkit-box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	opacity: 0;
	filter: alpha(opacity=0);
	color: #222;
}
.product-item .wishlist.checked,
.product-item .compare.checked {
	background: #c12529;
}
.product-item:hover .wishlist,
.product-item:hover .compare,
.product-item:hover .quick-view {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.product-item .wishlist:hover,
.product-item .compare:hover,
.product-item .quick-view:hover {
	color: #fff;
	background-color: #c12529;
}

span.discount {
	display: inline-block;
	background-color: #800e13;
	font-size: 14px;
	color: #fff;
	padding: 2px 10px;
	z-index: 2;
	width: 88px;
	margin-bottom: 15px;
	text-align: center;
}

.product-item.style2 .product-info {
	text-align: left;
}
.product-item.style2 .add_to_cart_button {
	background-color: transparent;
	padding: 0;
	color: #c12529;
	text-decoration: underline;
}
.product-item.style2 .add_to_cart_button:before {
	content: "+";
	display: inline-block;
}
.product-item.style2 .price {
	margin-bottom: 5px;
}
.product-item.list {
	margin-bottom: 45px;
}
.product-item.list .product-image-container {
	position: relative;
}
.product-item.list .product-info {
	text-align: left;
}
.product-item.list .product-info .hook-reviews,
.product-item.list .product-info .available {
	display: block;
	margin-bottom: 2px;
}
.product-item.list h3.product-name {
	margin-top: 0;
	line-height: 24px;
}
.product-item.list .product-info .hook-reviews {
	margin-bottom: 25px;
	width: 100%;
	font-size: 15px;
}
.product-item.list .rating {
	float: left;
	margin-bottom: 30px;
	width: 100%;
	font-size: 15px;
}
.product-item.list .rating .fa {
	color: #cccccc;
}
.product-item.list.style1 .product-info .ajax_add_to_cart_button,
.product-item.list.style3 .product-info .ajax_add_to_cart_button,
.product-item.list.style8 .product-info .ajax_add_to_cart_button {
	float: left;
	margin-right: 4px;
	padding: 7px 25px;
}
.product-item.list.style1 .product-info .ajax_add_to_cart_button {
	padding: 8px 25px;
}
.product-item.list .group-button {
	position: relative;
	display: inline-block;
	right: auto;
	vertical-align: bottom;
}
.product-item.list .group-button a {
	border: 1px solid #cecece;
	color: #999999;
	display: inline-block;
	text-align: center;
	padding: 11px 13px;
	margin-bottom: 0;
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
	position: relative;
	line-height: normal;
	font-size: 14px;
	background-color: transparent;
	width: auto;
	height: auto;
	-webkit-box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0);
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0);
}
.product-item.list .group-button a:hover {
	background-color: #111;
	border-color: #111;
	color: #fff;
}
.product-item.list .short-descript {
	display: block;
	font-family: "Roboto";
	margin-bottom: 45px;
}
.product-item.list .available {
	text-transform: uppercase;
	color: #999;
}
.product-item.list .available span {
	color: #c12529;
	text-transform: none;
}

.product-item.list.style2 .add_to_cart_button {
	display: block;
	float: none;
	text-align: left;
	padding-left: 0;
}
.product-item .color-option {
	position: absolute;
	left: 10px;
	bottom: 10px;
	overflow: hidden;
}
.product-item .color-option span {
	display: inline-block;
	width: 12px;
	height: 12px;
	float: left;
	margin-right: 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
/* PRODUCT STYLE 3*/
.product-item.style3 .add_to_cart_button {
	border: 1px solid #cccccc;
	background-color: transparent;
	color: #333;
}
.product-item.style3 .add_to_cart_button:hover {
	background-color: #111;
	color: #fff;
	border-color: #111;
}
.product-item.style3 .wishlist:hover,
.product-item.style3 .compare:hover,
.product-item.style3 .quick-view:hover {
	color: #fff;
	background-color: #111;
	border-color: #111;
}
/* PRODUCT STYLE 4*/
.product-item.style4 .add_to_cart_button {
	border: 1px solid #cccccc;
	background-color: transparent;
	color: #333;
}
.product-item.style4 .add_to_cart_button:hover {
	background-color: #111;
	color: #fff;
	border-color: #111;
}
.product-item.style4 .group-button {
	position: absolute;
	right: 10px;
	bottom: 65px;
}
.product-item.style4 .wishlist,
.product-item.style4 .compare,
.product-item.style4 .quick-view {
	position: relative;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	margin-bottom: 10px;
	background-color: #fff;
	display: block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	opacity: 0;
	filter: alpha(opacity=0);
	color: #cdcdcd;
	border: 1px solid #cdcdcd;
	-webkit-box-shadow:
		0 1px 3px rgba(0, 0, 0, 0),
		0 1px 2px rgba(0, 0, 0, 0);
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0),
		0 1px 2px rgba(0, 0, 0, 0);
}
.product-item.style4 .wishlist:hover,
.product-item.style4 .compare:hover,
.product-item.style4 .quick-view:hover {
	color: #fff;
	background-color: #111;
	border-color: #111;
}
.product-item.style4:hover .wishlist,
.product-item.style4:hover .compare,
.product-item.style4:hover .quick-view {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.product-item.style4 .add-cart-wapper {
	padding-top: 12px;
	text-align: center;
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	background-color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}
.product-item.style4:hover .add-cart-wapper {
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: inherit;
}
.product-item.style4 .product-thumb {
	overflow: hidden;
}
.product-item.style5 .sale,
.product-item.style5 .new {
	width: 46px;
	height: 46px;
	color: #fff;
	text-transform: uppercase;
	background-color: #333;
	font-size: 10px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 46px;
	display: inline-block;
	position: absolute;
	left: 12px;
	top: 12px;
	text-align: center;
	z-index: 2;
}
.product-item.style5 .new {
	background-color: #c12529;
}
.product-item.style5 .product-thumb {
	overflow: hidden;
}
.product-item.style5 .group-button {
	left: 0;
	right: 0;
	bottom: -100px;
	padding-top: 17px;
	background-color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}
.product-item.style5:hover .group-button {
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: inherit;
	z-index: 1;
}
.product-item.style5 .wishlist,
.product-item.style5 .compare,
.product-item.style5 .quick-view {
	display: inline-block;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-box-shadow:
		0 1px 3px rgba(0, 0, 0, 0),
		0 1px 2px rgba(0, 0, 0, 0);
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0),
		0 1px 2px rgba(0, 0, 0, 0);
	background-color: transparent;
	margin: 0;
	width: 36px;
	height: 36px;
}
.product-item.style5 .compare,
.product-item.style5 .quick-view {
	border: 1px solid #333;
	color: #333;
	border-color: #333;
}
.product-item.style5 .compare:hover,
.product-item.style5 .quick-view:hover,
.product-item.style5 .add_to_cart_button:hover {
	color: #fff;
	border-color: #c12529;
	background-color: #c12529;
}
.product-item.style5 .add_to_cart_button {
	border: 1px solid #333;
	background-color: transparent;
	color: #333;
	padding: 5px 20px;
	vertical-align: top;
}
.product-item.style5 .product-info {
	text-align: left;
}
.product-item.style5 .product-info .content_price {
	display: inline-block;
}
.product-item.style5 .product-info .addToWishlist i.fa-heart:before {
	content: "\f08a";
}
.product-item.style5 .price {
	display: inline-block;
	color: #c12529;
}
.product-item.style5 .wishlist {
	color: #c12529;
	float: right;
	width: auto;
	height: auto;
	line-height: 24px;
}
.product-item.style5 .wishlist:hover {
	color: #333;
}
.product-item .status {
	position: absolute;
	top: 0;
	right: 0;
}
.product-item .status .sale,
.product-item .status .new {
	float: left;
	text-align: center;
	width: 23px;
	height: auto;
	webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	position: relative;
	top: inherit;
	left: inherit;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
}
.product-item .status .text,
.product-item .status .text {
	display: inline-block;
	transform: rotate(90deg);
	margin-left: -4px;
}
.product-item .status .sale {
	background-color: #9ec8b3;
}
.loadmore-link {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	display: inline-block;
	width: 100%;
	float: left;
	text-align: center;
	padding: 22px 0;
	color: #666;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 12px;
	margin-top: 10px;
}
.loadmore-link:hover {
	color: #c12529;
}
/* STYLE 6*/
.product-item.style6 .product-info {
	text-align: left; /*padding-bottom: 65px;*/
}
.product-item.style6 .product-name {
	margin: 0;
}
.product-item.style6 .product-name a {
	font-size: 14px;
}
.product-item.style6 .price {
	color: #c12529;
	font-size: 16px;
	margin-bottom: 5px;
	position: relative;
}
.product-item.style6 .discount {
	font-size: 13px;
	font-family: "MontserratLight";
	color: #fff;
	position: relative;
	background-color: #e05b70;
	top: inherit;
	left: inherit;
	margin-left: 15px;
}
.product-item.style6 .discount:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 6px 4px 0;
	border-color: transparent #e05b6f transparent transparent;
	position: absolute;
	top: 50%;
	left: -6px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product-item.style6 .rating {
	margin-bottom: 15px;
	color: #666;
}
.product-item.style6 .rating .active {
	color: #c12529;
}
.product-item.style6 .short-desc {
	font-family: "MontserratLight";
	font-size: 13px;
	color: #666;
	margin-bottom: 25px;
}
.product-item.style6 .short-desc p {
	margin: 0;
}
.product-item.style6 .wishlist,
.product-item.style6 .compare {
	position: static;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
	display: inline-block;
	margin: 0;
	border: 1px solid #cccccc;
	-webkit-box-shadow:
		0 1px 3px rgba(0, 0, 0, 0),
		0 1px 2px rgba(0, 0, 0, 0);
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0),
		0 1px 2px rgba(0, 0, 0, 0);
	width: 36px;
	height: 36px;
	color: #666;
	vertical-align: middle;
}
.product-item.style6 .wishlist:hover,
.product-item.style6 .compare:hover {
	background-color: #111;
	color: #fff;
	border-color: #111;
}
.product-item.style6 .add_to_cart_button {
	padding: 5px 20px;
	vertical-align: middle;
	background-color: #fff;
	color: #666;
	border: 1px solid #cccccc;
}
.product-item.style6 .add_to_cart_button:hover {
	background-color: #111;
	color: #fff;
	border-color: #111;
}
.product-item.style6 .quick-view {
	position: absolute;
	right: -40px;
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
	display: inline-block;
	margin: 0;
	border: 1px solid #cccccc;
	-webkit-box-shadow:
		0 1px 3px rgba(0, 0, 0, 0),
		0 1px 2px rgba(0, 0, 0, 0);
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0),
		0 1px 2px rgba(0, 0, 0, 0);
	width: 36px;
	height: 36px;
	color: #fff;
	background-color: #111111;
	border: none;
}
.product-item.style6:hover .quick-view {
	right: 0;
}
.product-item.style6 .product-thumb {
	overflow: hidden;
}
.product-item.style6 .product-count-down {
	font-family: "MontserratLight";
	color: #333333;
	font-size: 18px;
	position: absolute;
	bottom: 0;
}
.product-item.style6 .box-count {
	width: 54px;
	height: 54px;
	text-align: center;
	display: inline-block;
	background-color: #efefef;
	margin-right: 7px;
	padding-top: 3px;
}
.product-item.style6 .secs {
	margin-right: 0;
}
.product-item.style6 .dot {
	display: none;
}
.product-item.style6 .box-count .text {
	font-size: 13px;
	display: block;
}
/* STYLE 7 */
.product-item.style7 .group-button {
	left: 0;
	right: 0;
	bottom: -100px;
	padding-top: 17px;
	background-color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}
.product-item.style7:hover .group-button {
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: inherit;
	z-index: 1;
}
.product-item.style7 .add_to_cart_button {
	border: 1px solid #333;
	background-color: transparent;
	color: #333;
	padding: 5px 20px;
	vertical-align: top;
}
.product-item.style7 .compare,
.product-item.style7 .quick-view,
.product-item.style7 .wishlist {
	border: 1px solid #333;
	color: #333;
	border-color: #333;
}
.product-item.style7 .wishlist,
.product-item.style7 .compare,
.product-item.style7 .quick-view {
	display: inline-block;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-box-shadow:
		0 1px 3px rgba(0, 0, 0, 0),
		0 1px 2px rgba(0, 0, 0, 0);
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0),
		0 1px 2px rgba(0, 0, 0, 0);
	background-color: transparent;
	margin: 0;
	width: 36px;
	height: 36px;
}
.product-item.style7 .wishlist:hover,
.product-item.style7 .compare:hover,
.product-item.style7 .quick-view:hover,
.product-item.style7 .add_to_cart_button:hover {
	color: #fff;
	border-color: #c12529;
	background-color: #c12529;
}
.product-item.style7 .quick-view {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	border: none;
	opacity: 0;
	filter: alpha(opacity=0);
}
.product-item.style7:hover .quick-view {
	opacity: 1;
	filter: alpha(opacity=100);
}
.product-item.style7 .price {
	color: #c12529;
	margin: 0;
}
.hotdeal-slide .owl-nav {
	position: absolute;
	top: -82px;
	right: 0;
}
.hotdeal-slide .owl-nav .owl-next,
.hotdeal-slide .owl-nav .owl-prev {
	display: inline-block;
}
.hotdeal-slide .owl-nav .owl-prev {
	margin-right: 4px;
}
.hotdeal-slide .product-item.style6 .product-inner {
	display: table-row;
}
.hotdeal-slide .product-item.style6 .product-inner > div {
	display: table-cell;
	float: none;
	vertical-align: top;
}
/* PRODUCT STYLE 8*/
.product-item.style8 .add_to_cart_button {
	border: 1px solid #cccccc;
	background-color: transparent;
	color: #333;
}
.product-item.style8 .add_to_cart_button:hover {
	background-color: #111;
	color: #fff;
	border-color: #111;
}
.product-item.style8 .group-button {
	position: absolute;
	right: 10px;
	bottom: 65px;
}
.product-item.style8 .wishlist,
.product-item.style8 .compare,
.product-item.style8 .quick-view {
	position: relative;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	margin-bottom: 10px;
	background-color: #fff;
	display: block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	opacity: 0;
	filter: alpha(opacity=0);
	color: #cdcdcd;
	border: 1px solid #cdcdcd;
	-webkit-box-shadow:
		0 1px 3px rgba(0, 0, 0, 0),
		0 1px 2px rgba(0, 0, 0, 0);
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0),
		0 1px 2px rgba(0, 0, 0, 0);
}
.product-item.style8 .wishlist:hover,
.product-item.style8 .compare:hover,
.product-item.style8 .quick-view:hover {
	color: #fff;
	background-color: #111;
	border-color: #111;
}
.product-item.style8:hover .wishlist,
.product-item.style8:hover .compare,
.product-item.style8:hover .quick-view {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.product-item.style8 .add-cart-wapper {
	padding-top: 12px;
	text-align: center;
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	background-color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}
.product-item.style8:hover .add-cart-wapper {
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: inherit;
}
.product-item.style8 .product-thumb {
	overflow: hidden;
}
.product-item.style8 .product-name a {
	font-size: 14px;
	font-weight: 700;
}
.product-item.style8 .price {
	font-size: 16px;
	font-family: "MontserratLight";
	margin-bottom: 0;
}
.product-item.style8 .product-name {
	margin-top: 18px;
}
.product-item.list.style8 .group-button {
	position: static;
}
/* PRODUCT STYLE 9 */
.product-item.style9 .content_price {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 9px 27px;
	color: #c12529;
}
.product-item.style9:hover .content_price {
	display: none;
}
.product-item.style9 .content_price .price {
	margin-bottom: 0;
}
.product-item.style9 .group-button {
	left: 0;
	right: 0;
	bottom: -50px;
	padding-top: 17px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	z-index: 2;
}
.product-item.style9:hover .group-button {
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: inherit;
}
.product-item.style9 .wishlist,
.product-item.style9 .compare,
.product-item.style9 .quick-view {
	display: inline-block;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-box-shadow:
		0 1px 3px rgba(0, 0, 0, 0),
		0 1px 2px rgba(0, 0, 0, 0);
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0),
		0 1px 2px rgba(0, 0, 0, 0);
	background-color: transparent;
	margin: 0;
	width: 36px;
	height: 36px;
	margin: 0;
}
.product-item.style9 .add_to_cart_button,
.product-item.style9 .compare,
.product-item.style9 .quick-view {
	background-color: #fff;
	color: #333;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.product-item.style9 .add_to_cart_button {
	padding: 10px 25px;
}
.product-item.style9 .compare,
.product-item.style9 .quick-view {
	width: 44px;
	height: 44px;
	line-height: 44px;
}
.product-item.style9 .add_to_cart_button:hover,
.product-item.style9 .compare:hover,
.product-item.style9 .quick-view:hover {
	background-color: #c12529;
	color: #fff;
}
.product-item.style9 .product-thumb:before {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}
.product-item.style9:hover .product-thumb:before {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: inherit;
}
.product-item.style9 .product-info {
	text-align: left;
}
.product-item.style9 .product-name {
	margin-top: 15px;
}
.product-item.style9 .wishlist {
	color: #c12529;
	width: auto;
	height: auto;
}
.product-owl-no-overflow:before,
.product-owl-no-overflow:after {
	content: "";
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	bottom: 85px;
	width: 100%;
	z-index: 10;
}
.product-owl-no-overflow:before {
	right: 100%;
}
.product-owl-no-overflow:after {
	left: 100%;
}
.lines-space-10 .product-item {
	margin-bottom: 10px;
}
.lines-space-20 .product-item {
	margin-bottom: 20px;
}
.lines-space-30 .product-item {
	margin-bottom: 30px;
}
.lines-space-40 .product-item {
	margin-bottom: 40px;
}
.lines-space-50 .product-item {
	margin-bottom: 50px;
}
.lines-space-60 .product-item {
	margin-bottom: 60px;
}
.lines-space-70 .product-item {
	margin-bottom: 70px;
}
.lines-space-80 .product-item {
	margin-bottom: 80px;
}
.lines-space-90 .product-item {
	margin-bottom: 90px;
}
.lines-space-100 .product-item {
	margin-bottom: 100px;
}
/* NAVIGATION */
.navigation {
	float: left;
	margin: 0;
	padding-top: 35px;
	text-align: center;
	width: 100%;
}
.navigation ul {
	padding: 0;
	margin: 0;
}
.navigation li {
	display: inline-block;
	margin: 0 20px;
	vertical-align: bottom;
	border-bottom: 1px solid transparent;
}
.navigation a {
	color: #222222;
	font-size: 16px;
}
/* .navigation li.active{border-bottom:1px solid #717171;} */
.shop-top {
	display: table;
	width: 100%;
	margin-bottom: 33px;
}
/* BREADCRUMBS */
.breadcrumb {
	font: normal 14px "Roboto";
	background: none;
	border: none;
	color: #555;
	display: inline-block;
	padding: 20px 0;
	margin-bottom: 20px;
}
.breadcrumb a:after {
	content: "/";
	padding: 0 2px;
	display: inline-block;
}
.breadcrumb a {
	color: #111111;
}
.breadcrumb a:hover {
	color: #c12529;
}
.breadcrumb.style2 {
	padding: 20px 0;
	margin-bottom: 20px;
}
.breadcrumb .navigation-pipe {
	display: none;
}
.orderby-wapper {
	display: inline-block;
	padding-left: 50px;
}
.woocommerce-result-count {
	display: inline-block;
	font-family: "Roboto";
}
.orderby-wapper .chosen-container-single .chosen-single {
	border: none;
	padding: 0;
	text-transform: uppercase;
	font-size: 12px;
}
.orderby-wapper .orderby {
	min-width: 160px;
}
.orderby-wapper.display-products .orderby {
	min-width: 120px;
}
.orderby-wapper .chosen-container-single .chosen-single div {
	line-height: 26px;
	right: 0;
}
.shop-top .shop-top-left {
	display: inline-block;
}
.shop-top .shop-top-right {
	display: inline-block;
}
.shop-top .shop-top-right .product-count,
.shop-top .shop-top-right #productsSortForm {
	display: inline-block;
}
.shop-top .shop-top-right #productsSortForm {
	padding-left: 50px;
	vertical-align: middle;
}
.shop-top .shop-top-right .product-count {
	font-family: "Roboto", sans-serif;
}
.shop-top .label-filter {
	text-transform: uppercase;
	color: #222;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
}
/*-------------------------
  WIDGET
--------------------------*/
.widget {
	margin-bottom: 25px;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget .widget-title,
.block .title_block,
.block h4 {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 15px;
	position: relative;
}
.block .title_block,
.block h4 a {
	color: #222;
}
.widget ul,
.column .block ul {
	padding: 0;
	margin: 0;
}
.widget ul li,
.column .block ul li {
	list-style: none;
	border-bottom: 1px dashed #d8d8d8;
}
.column .block ul li a {
	border: 0;
	padding-left: 0;
}
.widget-block.border-bottom:after {
	content: " ";
	width: calc(100% - 30px);
	height: 1px;
	border-bottom: 1px solid #eaeaea;
	margin: 0 auto;
	padding-top: 30px;
}
.widget_product_categories li,
.widget_layered_nav li {
	line-height: 40px;
	font-family: "Roboto";
	font-size: 15px;
}
.widget_product_categories li a,
.widget_layered_nav li a {
	color: #555;
}
.widget_product_categories .count,
.widget_layered_nav .count {
	color: #aaaaaa;
	float: right;
	font-size: 12px;
}
.widget_product_categories li a:hover,
.widget_product_categories li.current-cat a,
.widget_layered_nav li a:hover {
	color: #c12529;
}
.widget_product_categories li .count-item {
	color: #aaa;
	font-size: 12px;
	float: right;
}
.tagcloud {
	overflow: hidden;
	font-family: "Roboto";
}
.tagcloud a {
	height: 35px;
	line-height: 35px;
	font-size: 12px !important;
	color: #222;
	display: inline-block;
	float: left;
	margin: 10px 10px 0 0;
	padding: 0 12px;
	background-color: #f3f3f3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.tagcloud a:hover {
	color: #fff;
	background-color: #c12529;
}
.widget_price_filter .price_slider_wrapper {
	padding-top: 10px;
	font-family: "Roboto";
}
.widget_price_filter .slider-range-price {
	position: relative;
	height: 5px;
	border: 1px solid #eeeeee;
}
.widget_price_filter .ui-widget-header {
	height: 5px;
	background: #d0d0d0;
	position: absolute;
}
.widget_price_filter .ui-slider-handle {
	width: 12px;
	height: 12px;
	background: #111111;
	display: inline-block;
	top: -4px;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.widget_price_filter .ui-slider-handle:last-child {
	background-color: #c12529;
}
.widget_price_filter .amount-range-price {
	text-align: center;
	padding-bottom: 15px;
	color: #555;
}
.widget_price_filter .button {
	margin-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
	border: none;
}
.yith-woocompare-widget .no-product {
	line-height: 24px;
	text-align: center;
	padding: 45px 0;
	margin-top: 24px;
	color: #555;
}
.widget_product_top_sale ul {
	padding: 0;
	margin-top: 40px;
}
.widget_product_top_sale ul li {
	list-style: none;
	padding-bottom: 30px;
	overflow: hidden;
}
.widget_product_top_sale ul li:last-child {
	padding-bottom: 0;
}
.widget_product_top_sale .p-thumb {
	width: 100px;
	height: 70px;
	float: left;
	padding-right: 30px;
}
.widget_product_top_sale .p-name {
	font-size: 12px;
	font-weight: 500;
}
.widget_product_top_sale .p-name a {
	color: #303030;
}
.widget_product_top_sale .p-name a:hover {
	color: #c12529;
}
.widget_product_top_sale .price {
	font-size: 14px;
}
.widget_search .screen-reader-text,
.widget_product_search .screen-reader-text {
	display: none;
}
.widget_search form,
.widget_product_search form {
	position: relative;
}
.widget_search .search-field,
.widget_product_search .search-field {
	width: 100%;
	padding: 9px 20px;
	color: #303030;
}
.widget_search .button-submit,
.widget_product_search .button-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	background-color: transparent;
	border: none;
	text-align: center;
	line-height: 45px;
	font-size: 0;
}
.widget_search .button-submit:before,
.widget_product_search .button-submit:before {
	font-family: "FontAwesome";
	content: "\f002";
	font-size: 12px;
	line-height: inherit;
}
.blog-slidebar .widget {
	border: 1px solid #e8e8e8;
	padding: 15px;
	padding-top: 25px;
}
.blog-slidebar .widget .widget-title:after {
	background-color: #e1571a;
}
.blog-slidebar .widget .widget-title {
	border: none;
	padding-bottom: 7px;
}
.widget_categories li {
	line-height: 49px;
	border-bottom: 1px solid #e8e8e8;
}
.widget_categories li:last-child {
	border-bottom: none;
}
.widget_categories li > a {
	color: #333;
	padding-left: 10px;
	display: inline-block;
}
.widget_categories li > a:before {
	content: "\f105";
	font-family: "FontAwesome";
	padding-right: 0;
	opacity: 0;
	visibility: hidden;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 0px;
}
.widget_categories li > a:hover:before,
.widget_categories li.current-cat > a:before {
	opacity: 1;
	width: auto;
	filter: alpha(opacity=100);
	padding-right: 10px;
	visibility: inherit;
}
.widget_categories li > a:hover {
	color: #e1571a;
}
.widget_categories li ul {
	padding-left: 20px;
	border-top: 1px solid #e8e8e8;
}
.widget_categories li ul li {
	padding-left: 0;
}
.widget_recent_product .product-categories li {
	border-bottom: 1px solid #eee;
	line-height: normal;
	padding: 15px 0;
	overflow: hidden;
}
.widget_recent_product .product-thumb {
	width: 80px;
	float: left;
}
.widget_recent_product .product-info {
	overflow: hidden;
	padding-left: 30px;
}
.widget_recent_product .product-name {
	line-height: 20px;
}
.widget_recent_product .product-name a {
	font-size: 12px;
	color: #222;
	text-transform: uppercase;
	line-height: normal;
}
.widget_recent_product .product-name a:hover {
	color: #c12529;
}
.widget_recent_product .price {
	color: #222;
}
.widget_recent_product .price ins {
	text-decoration: none;
}
.widget_recent_product .price del {
	color: #999;
}
.widget_fillter_color a {
	display: inline-block;
	border: 1px solid transparent;
	padding: 2px;
	line-height: normal;
}
.widget_fillter_color a span {
	width: 21px;
	height: 21px;
	display: inline-block;
	float: left;
}
.widget_fillter_color a:hover,
.widget_fillter_color a.active {
	border-color: #666;
}
.widget_fillter_size .inner {
	overflow: hidden;
}
.widget_fillter_size a {
	display: inline-block;
	padding: 3px 5px;
	background-color: #efefef;
	color: #333;
	line-height: normal;
	min-width: 24px;
	text-align: center;
	float: left;
	margin-right: 15px;
}
.widget_fillter_size a:hover,
.widget_fillter_size a.active {
	background-color: #333333;
	color: #fff;
}
/*------------
ICON
--------------*/
.element-icon {
	font-size: 12px;
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.element-icon .icon {
	float: left;
	margin-right: 20px;
}
.element-icon .title {
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	color: #222;
}
.element-icon .content {
	overflow: hidden;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
}
.element-icon.style2 {
	border: 1px dashed #bcbcbc;
	padding: 48px 0;
	text-align: center;
	display: table;
	width: 100%;
	text-align: center;
}
.element-icon.style2:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	z-index: 9;
	border-top: 1px dashed #c12529;
	border-bottom: 1px dashed #c12529;
	transform: scale(0, 1);
}
.element-icon.style2:after {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	z-index: 9;
	border-left: 1px dashed #c12529;
	border-right: 1px dashed #c12529;
	transform: scale(1, 0);
}
.element-icon.style2:hover:before,
.element-icon.style2:hover:after {
	transform: scale(1);
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.element-icon.style2:hover,
.element-icon.style2:hover .title {
	color: #c12529;
}
.element-icon.style2 .icon {
	display: inline-block;
	font-size: 36px;
	float: none;
	margin: 0;
	margin-right: 20px;
}
.element-icon.style2 .content {
	display: inline-block;
	color: #222;
	margin-top: -5px;
}
.element-icon.style2 .title {
	margin: 0;
	margin-bottom: 7px;
}
.element-icon.style3 .icon {
	width: 80px;
	height: 70px;
	border: 2px solid #c12529;
	color: #c12529;
	font-size: 30px;
	text-align: center;
	line-height: 66px;
	margin: 0 auto;
	float: none;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.element-icon.style3 .icon:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	z-index: 9;
	border-top: 2px solid rgba(255, 255, 255, 0.8);
	border-bottom: 2px solid rgba(255, 255, 255, 0.8);
	transform: scale(0, 1);
}
.element-icon.style3 .icon:after {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	z-index: 9;
	border-left: 2px solid rgba(255, 255, 255, 0.8);
	border-right: 2px solid rgba(255, 255, 255, 0.8);
	transform: scale(1, 0);
}
.element-icon.style3:hover .icon:before,
.element-icon.style3:hover .icon:after {
	transform: scale(1);
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.element-icon.style3:hover .icon {
	color: #fff;
}
.element-icon.style3 .content {
	text-align: center;
}
.element-icon.style3 .title {
	font-size: 18px;
	color: #fff;
	margin: 0;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	font-family: "MontserratLight";
}
.element-icon.style3 .subtite {
	font-family: "Playfair Display";
	color: #c12529;
	font-size: 14px;
	font-style: italic;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.element-icon.style3:hover .title {
	color: #c12529;
}
.element-icon.style3:hover .subtite {
	color: #fff;
}
.element-icon.style4 {
	margin: 0;
}
.element-icon.style4:hover {
	color: #c12529;
}
.element-icon.style4 .inner {
	padding: 50px 0;
	text-align: center;
}
.element-icon.style4 .icon {
	font-size: 30px;
	padding-top: 5px;
	vertical-align: middle;
	float: none;
	display: inline-block;
}
.element-icon.style4 .content {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.element-icon.style4 .title {
	font-size: 18px;
	margin: 0;
	font-family: "MontserratLight";
}
.element-icon.style4 .title strong {
	font-family: "Montserrat";
	font-weight: 700;
}
.element-icon.style4 .subtite {
	color: #666;
	font-family: "Playfair Display";
	font-size: 14px;
}
.element-icon.plus:after {
	content: "+";
	display: inline-block;
	font-size: 30px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #c12529;
	font-weight: 700;
}
.element-icon.plus_left:before {
	content: "+";
	display: inline-block;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #c12529;
	font-weight: 700;
}

.element-icon.style5 {
	text-align: center;
	margin: 0;
	font-family: "Oswald";
	padding: 21px 0;
}
.element-icon.style5 .icon {
	float: none;
	margin: 0;
	font-size: 28px;
	color: #666666;
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
	padding-top: 2px;
}
.element-icon.style5 .content {
	display: inline-block;
	padding-top: 5px;
	font-family: "Oswald";
}
.element-icon.style5 .title,
.element-icon.style5 .text {
	display: inline-block;
	margin: 0;
}
.element-icon.style5 .title {
	font-size: 16px;
	text-transform: uppercase;
}
.element-icon.style5 .text {
	font-size: 14px;
	color: #666;
	font-weight: 300;
}
.element-icon.style5.plus:after {
	font-family: "Oswald";
	font-weight: 300;
	color: #333;
	top: 47%;
}
.footer-service {
	background-color: #fff;
	border: 1px solid #cc9933;
	margin-top: -90px;
}
/*----------------------------------
FOOTER
-----------------------------------*/
.footer {
	background-color: #0b0b0b;
	color: #888;
	padding-top: 50px;
	padding-bottom: 30px;
}
/*.footer .flex-flow{
    flex-flow: row wrap;
    display: flex;
}*/
.footer .widget {
	margin-top: 30px;
	text-align: center;
}
.footer .tags_block {
	margin-top: 60px;
}
.footer .widget .widget-title {
	font-size: 19px;
	color: #eeeeee;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.footer .widget .widget-title:after {
	content: "";
	width: 23px;
	height: 6px;
	display: block;
	background: url("/themes/breville/img/driver.png") no-repeat center center;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}
.footer .contact-info .content {
	padding: 0 40px;
}
.footer .contact-info .phone {
	color: #fff;
	font-size: 18px;
}
.footer .our-service ul li {
	line-height: 28px;
	list-style: none;
	line-height: 28px;
	list-style: none;
	border: none;
}
.footer .our-service ul li a {
	color: #888888;
}
.footer .our-service ul li a:hover {
	color: #c12529;
}
.footer .widget_social .social a {
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin: 0 3px;
	color: #2c2c2c;
	text-align: center;
	font-size: 24px;
	background-color: #fff;
	margin-bottom: 10px;
}
.footer .widget_social .social a:hover {
	background-color: #c12529;
	color: #fff;
}
.footer .footer-bottom {
	margin-top: 60px;
}
.footer .payment {
	padding: 40px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(25, 25, 25, 0.9);
	text-align: center;
	font-size: 12px;
}
.footer .payment .head,
.footer .payment .list {
	display: inline-block;
}
.footer .payment .head {
	padding-right: 100px;
	text-align: center;
}
.footer .payment .head span:first-child {
	display: block;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
}
.footer .payment .list {
	margin: 0 -25px;
}
.footer .payment .list img {
	opacity: 0.5;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.footer .payment .list a {
	padding: 0 25px;
	float: left;
}
.footer .payment .list a:hover > img {
	opacity: 1;
}
.footer .widget_newletter .newletter {
	position: relative;
}
.footer .widget_newletter .email-text {
	border-color: #ccc;
	width: 100%;
	padding: 7px 15px;
	padding-right: 65px;
	background-color: transparent;
	height: 40px;
}
.footer .widget_newletter .button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 40px;
	padding: 0;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}
.footer .footer-sidebar {
	min-height: 295px;
}
.footer .footer-sidebar:last-child {
	border: none;
}
.footer.style2 {
	background-color: #f0f0f0;
	color: #666;
	font-family: "MontserratLight";
	font-size: 13px;
}
.footer.style2 .text-primary.PlayfairDisplay {
	font-size: 14px;
}
.footer.style2 .our-service ul li a {
	color: #666;
}
.footer.style2 .our-service ul li a:hover {
	color: #c12529;
}
.footer.style2 .widget .widget-title,
.footer.style2 .widget .widget-title a {
	color: #333;
	font-family: "Montserrat";
}
.footer.style2 .contact-info .phone {
	color: #999;
}
.footer.style2 .widget_social .social a {
	background-color: transparent;
	color: #cccccc;
	font-size: 18px;
	border: 2px solid #ccc;
	line-height: 40px;
}
.footer.style2 .widget_social .social a:hover {
	background-color: transparent;
	color: #c12529;
	border-color: #c12529;
}
.footer .fick_photo .fick-photo {
	margin: 0 -7px;
	padding: 0;
}
.footer .fick_photo .fick-photo li {
	display: inline-block;
	float: left;
	padding: 0 7px;
	width: 25%;
	margin-bottom: 14px;
	border: none;
}
.footer .fick_photo img:hover {
	opacity: 0.6;
}
.footer.style2 .payment {
	border-color: #e0e0e0;
}
.footer.style2 .payment .head span:first-child {
	color: #333;
	font-size: 12px;
	font-weight: 700;
}
.footer.style2 .footer-sidebar {
	border-right: 1px solid #e0e0e0;
}
.footer.style2 .footer-sidebar:last-child {
	border: none;
}
.footer.style2 .widget_social .social a {
	width: 36px;
	height: 36px;
	line-height: 32px;
	font-size: 18px;
	margin: 0 8px;
}
.footer.style2 .widget_social .social a:first-child {
	margin-left: 0px;
}
.footer.style2 .widget_social .social a:last-child {
	margin-right: 0px;
}
.footer.style3 .footer-sidebar {
	border: none;
}
.footer.style3 .widget {
	text-align: left;
}
.footer.style3 .widget.contact-info {
	margin-top: 35px;
}
.footer.style3 .widget.our-service,
.footer.style3 .widget.widget_newletter,
.footer.style3 .widget.widget_social {
	margin-top: 60px;
}
.footer.style3 .widget .widget-title:after {
	display: none;
}
.footer.style3 .our-service ul li {
	list-style: disc;
}
.footer.style3 .our-service ul {
	padding-left: 16px;
}
.footer.style3 .contact-info .content {
	padding: 0;
}
.footer.style3 .contact-info .logo {
	margin-bottom: 25px;
}
.footer.style3 .contact-info p {
	margin-bottom: 10px;
	font-size: 13px;
	color: #666;
}
.footer.style3 .contact-info p .fa {
	font-size: 18px;
	display: inline-block;
	margin-right: 10px;
	color: #999;
}
.footer.style2 .contact-info .phone {
	color: #666;
}
.footer.style4 {
	text-align: center;
	font-size: 13px;
	font-family: "MontserratLight";
}
.footer.style4 .contact-info .logo {
	margin-bottom: 20px;
}
.footer.style4 .contact-info p {
	margin-bottom: 10px;
}
.footer .footer-menu {
	margin: 0;
}
.footer .footer-menu li,
.footer .footer-menu .item_link {
	list-style: none;
	display: inline-block;
}
.footer .footer-menu li > a,
.footer .footer-menu .item_link > a {
	color: #666;
	padding: 0 5px;
	border-right: 1px solid #666;
	display: inline-block;
	line-height: 10px;
}
.footer .footer-menu li > a:hover,
.footer.style4 .footer-menu .item_link > a:hover {
	color: #c12529;
}
.footer .footer-menu li:last-child > a,
.footer .footer-menu .item_link:last-child > a {
	border: none;
}
.footer.style4 .footer-sidebar {
	min-height: initial;
	margin-bottom: 15px;
	border-right: 0;
}
/* Footer style 5*/
.footer.style5 {
	text-align: center;
	font-size: 13px;
	font-family: "MontserratLight";
}
.footer.style5 .widget {
	text-align: left;
}
.footer.style5 .contact-info .logo {
	margin-bottom: 20px;
}
.footer.style5 .contact-info .content {
	padding: 0;
}
.footer.style5 .contact-info p {
	margin-bottom: 10px;
}
.footer.style5 .contact-info .phone {
	font-size: inherit;
}
.footer.style5 .contact-info .fa {
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
	color: #999;
}
.widget.tags_block .widget-title {
	margin-bottom: 20px;
}
.footer.style5 .widget .widget-title:after {
	display: none;
}
.footer.style5 .our-service ul {
	padding-left: 15px;
}
.footer.style5 .our-service ul li {
	list-style: disc;
	list-style-position: inside;
}
.footer.style5 .widget_newletter .button {
	background-color: transparent;
	color: #666666;
	font-weight: 700;
	border-left: 1px solid #dadada;
	width: 58px;
	height: 40px;
	line-height: 40px;
}
.footer.style5 .widget_newletter .email-text {
	padding: 4px 15px;
	border-color: #dadada;
	background-color: transparent;
}
.footer.style5 .widget_social .social a {
	width: 34px;
	height: 34px;
	border: 1px solid #dadada;
	font-size: 18px;
	color: #666;
	line-height: 30px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	margin-bottom: 10px;
}
.footer.style5 .widget_social .social a:hover {
	color: #c12529;
}
.footer.style5 .tagcloud a {
	border: 1px solid #dadada;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: #666;
	background-color: transparent;
	height: 30px;
	line-height: 28px;
}
.footer.style5 .tagcloud a:hover {
	background-color: #222;
	color: #fff;
	border-color: #222;
}
.footer.style5 .footer-sidebar {
	border-right: 0;
}
.footer.style5 .widget.contact-info {
	margin-top: 35px;
}
.footer.style5 .widget.our-service,
.footer.style5 .widget.widget_newletter {
	margin-top: 60px;
}
/* Footer style 6*/
.footer.style6 {
	padding: 30px 0;
	padding-bottom: 0;
}
.footer.style6 .widget .widget-title:after {
	display: none;
}
.footer.style6 .contact-info .content {
	padding: 0;
}
.footer.style6 .contact-info p {
	margin-bottom: 5px;
}
.footer.style6 .widget_text p {
	margin-bottom: 0;
}
.footer.style6 .payment {
	padding: 33px 0;
}
.footer.style6 .widget_social .social a:hover {
	color: #3a5795;
	border-color: #3a5795;
}
.footer.style6 .footer-bottom {
	margin-top: 30px;
}
.flickr-widget ul {
	margin: -5px;
}
.flickr-widget ul li {
	float: left;
	width: 25%;
	padding: 5px;
	border: 0;
}
.flickr-widget ul li a img {
	width: 100%;
}
.flickr-widget ul li a img:hover {
	opacity: 0.6;
}
.footer-widget .flickr-widget ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}
/* FOOTER STYLE 7*/
.footer.style7 {
	background-color: #1c1c1c;
	color: #666666;
	font-family: "MontserratLight";
	font-size: 13px;
}
.footer.style7 .widget {
	text-align: left;
}
.footer.style7 .widget .widget-title:after {
	display: none;
}
.footer.style7 .contact-info .content {
	padding: 0;
	margin-top: 15px;
}
.footer.style7 .contact-info .phone {
	color: inherit;
	font-size: inherit;
}
.footer.style7 .contact-info .content .fa {
	font-size: 18px;
	display: inline-block;
	margin-right: 25px;
	min-height: 30px;
	float: left;
	margin-top: 5px;
}
.footer.style7 .tagcloud a {
	margin: 0;
	margin-bottom: 5px;
	margin-right: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	color: #999;
	font-size: 12px !important;
	text-transform: uppercase;
	height: auto;
	line-height: 24px;
}
.footer.style7 .tagcloud a:hover {
	color: #fff;
	border-color: #fff;
}
.footer.style7 .widget_newletter .email-text {
	border-color: rgba(255, 255, 255, 0.2);
}
.footer.style7 .widget_newletter .button {
	background-color: #333;
	color: #666;
}
.footer.style7 .widget_social .social a {
	width: 36px;
	height: 36px;
	line-height: 32px;
	font-size: 18px;
	background-color: transparent;
	color: #999;
	border: 2px solid #999;
	float: left;
}
.footer.style7 .widget_social .social a:hover {
	color: #fff;
	border-color: #fff;
}
.footer.style7 .payment {
	border-color: rgba(255, 255, 255, 0.2);
}
.footer.style7 .fick_photo .fick-photo li {
	width: auto;
}
.footer.style7 .flickr-widget ul li {
	width: 33.3333%;
}
.footer.style7 .widget.contact-info {
	margin-top: 35px;
}
.footer.style7 .widget.flickr-widget,
.footer.style7 .widget.widget_social {
	margin-top: 60px;
}

.footer.style8 {
	font-family: "MontserratLight";
	font-size: 13px;
	color: #666;
	background-image: url("/themes/breville/img/footer-bg.jpg");
	background-repeat: no-repeat;
}
.footer.style8 .contact-info .phone {
	font-size: 18px;
	color: #666;
}
.footer.style8 .contact-info p {
	margin-bottom: 10px;
}
.footer.style8 .contact-info .content {
	padding: 0;
	margin-top: 35px;
}
.footer.style8 .footer-menu {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.footer.style8 .widget.contact-info {
	margin-bottom: 10px;
}
.footer.style9 {
	background-color: #f0f0f0;
	font-family: "MontserratLight";
	font-size: 13px;
	color: #666;
}
.footer.style9 .widget {
	text-align: left;
}
.footer.style9 .footer-sidebar {
	border-right: 0;
}
.footer.style9 .widget .widget-title {
	color: #333;
	font-family: "Montserrat";
}
.footer.style9 .widget .widget-title:after {
	display: none;
}
.footer.style9 .contact-info .logo {
	margin-bottom: 25px;
}
.footer.style9 .contact-info .content {
	padding: 0;
}
.footer.style9 .contact-info p {
	margin-bottom: 10px;
	font-size: 13px;
	color: #666;
}
.footer.style9 .contact-info .phone {
	color: #666;
}
.footer.style9 .contact-info p .fa {
	font-size: 18px;
	display: inline-block;
	margin-right: 10px;
	color: #999;
	min-height: 30px;
	float: left;
}
.footer.style9 .tagcloud a {
	margin: 0;
	margin-bottom: 5px;
	margin-right: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	color: #666;
	font-size: 12px !important;
	text-transform: uppercase;
	height: auto;
	line-height: 24px;
}
.footer.style9 .tagcloud a:hover {
	color: #fff;
	background-color: #c12529;
	border-color: #c12529;
}
.footer.style9 .fick_photo .fick-photo li {
	width: auto;
	padding: 0 5px;
	margin-bottom: 10px;
}
.footer.style9 .widget_social .social a {
	width: 36px;
	height: 36px;
	line-height: 32px;
	font-size: 18px;
	background-color: transparent;
	color: #ccc;
	border: 2px solid #ccc;
	float: left;
	margin: 0;
	margin-right: 20px;
	margin-bottom: 10px;
}
.footer.style9 .widget_social .social a:last-child {
	margin-right: 0;
}
.footer.style9 .widget_social .social a:hover {
	border-color: #c12529;
	color: #c12529;
}
.footer.style9 .payment {
	border-color: #e0e0e0;
}
.footer.style9 .payment .head span:first-child {
	color: #333;
	font-size: 12px;
	font-weight: 700;
}
.footer.style9 .widget.contact-info {
	margin-top: 35px;
}
.footer.style9 .widget.flickr-widget,
.footer.style9 .widget.widget_social {
	margin-top: 60px;
}
/* HOME SLIDE */
/* @media (max-width:991px){
  .home-slide1-parent {
    margin: 0 25px 0 25px;
  }
} */
.home-slide1 .owl-next {
	right: -30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-slide1 .owl-prev {
	left: -30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
body:not(.index) .home-slide1.owl-carousel {
	display: none;
}
.home-slide3.owl-carousel:hover .owl-prev {
	left: 100px;
}
.home-slide3.owl-carousel:hover .owl-next {
	right: 100px;
}
.home-slide7.owl-carousel .owl-next,
.home-slide7.owl-carousel .owl-prev {
	bottom: 0;
	right: 0;
	position: absolute;
}
.home-slide7.owl-carousel .owl-prev {
	right: 64px;
}
.slide-fullscreen .item-slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home-slide9.owl-carousel .owl-next:before,
.home-slide9.owl-carousel .owl-prev:before {
	font-size: 80px;
}
.home-slide9.owl-carousel:hover .owl-next {
	right: 297px;
}
.home-slide9.owl-carousel:hover .owl-prev {
	left: 297px;
}
.homeslide20 .owl-dots {
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;
	left: 0;
}
.homeslide20 .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	background-color: #fff;
	display: inline-block;
	margin: 0 5px;
}
.homeslide20 .owl-dots .owl-dot.active {
	background-color: transparent;
	border: 2px solid #fff;
	width: 14px;
	height: 14px;
}
/* BANNER PRODUCT */
.banner-product {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}
.banner-product img {
	width: 100%;
	height: auto;
}
.banner-product:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.banner-product:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
.banner-product .text {
	position: absolute;
	top: 50%;
	z-index: 1;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	left: 0;
	width: 100%;
	padding: 0 40px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}
.banner-product:hover .text {
	display: block;
}
.banner-product .price {
	padding: 8px 15px;
	color: #222;
	position: absolute;
	bottom: 30px;
	right: 30px;
	background-color: #fff;
	z-index: 2;
}
.banner-product .price ins {
	text-decoration: none;
}
.banner-product .price del {
	color: #aaaaaa;
	font-size: 12px;
}
/* SECTION TITLE*/
.section-title {
	margin-bottom: 50px;
	position: relative;
	line-height: 28px;
}
.section-title h3 {
	font-size: 24px;
	line-height: 24px; /*text-transform:uppercase;*/
	color: #222;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
}
.section-title h3 > a {
	color: #222;
}
/* //.section-title h3:before{content:"";display:inline-block;height:2px;left:10px;margin:0 -30px 6px 0;width:47px;background-color:#C12529;} */
.section-title h3 {
	border-bottom: 2px solid #c12529;
	padding-bottom: 5px;
}
.section-title .sub-title {
	color: #555555;
	display: block;
	font-family: "Playfair Display", serif;
	font-size: 14px;
	line-height: 14px;
	font-style: italic;
	position: relative;
}
.section-title.border {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.section-title.style2 {
	margin-bottom: 40px;
}
.section-title.style2 > p {
	margin-bottom: 10px;
}
.section-title.style2 h3:before {
	display: none;
}
.section-title.style2 h3:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 185px;
	height: 10px;
	background-color: transparent;
	background-image: url("/themes/breville/img/arow.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 15px;
}
.section-title.style2 .sub-title {
	color: #aaaaaa;
}
.section-title.style3 {
	margin-bottom: 40px;
}
.section-title.style3 h3,
.megacategory.default_owl .section-title h3,
.megacategory.default_owl .section-title h3 {
	font-size: 18px;
}
.section-title.style4 h3 {
	font-size: 24px;
	color: #333;
}
.section-title.style4 h3:before,
.section-title.style4 h3:after {
	content: "";
	width: 22px;
	height: 1px;
	background-color: #c12529;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	margin: 0 10px;
	display: inline-block;
}
.section-title.style4 .text-head {
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	font-size: 80px;
	color: #ededed;
	font-weight: 700;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.section-title.style5 {
	margin-bottom: 0;
}
.section-title.style5 h3 {
	color: #fff;
	position: relative;
	padding-left: 40px;
	font-size: 34px;
}
.section-title.style5 h3 span {
	position: relative;
	letter-spacing: 5px;
}
.section-title.style5 h3:before {
	width: 319px;
	height: 173px;
	border-width: 3px;
	border-style: solid;
	border-color: rgba(201, 153, 71, 0.5);
	background-color: transparent;
	position: absolute;
	left: 0;
	margin: 0;
	top: -63px;
}
.section-title.style5 .text-head {
	font-size: 100px;
	text-transform: uppercase;
	position: absolute;
	color: rgba(201, 153, 71, 0.5);
}
.section-title.style6 h3 {
	font-size: 30px;
}
.section-title.style6 h3:before {
	display: none;
}
.section-title.style6 .sub-title:after {
	content: "";
	width: 50px;
	height: 2px;
	background-color: #c12529;
	display: block;
	margin: 0 auto;
	margin-top: 5px;
}
.section-title.style7 .sub-title:after,
.section-title.style7 h3:before {
	display: none;
}
.section-title.style7 h3 {
	margin-top: 7px;
}
.section-title.style8 h3:before {
	display: none;
}
.section-title.style8:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: #c12529;
	margin: 0 auto;
	margin-top: 10px;
}
.section-title.style9 h3:before {
	width: 30px;
	margin: 0 -13px 7px 0;
}
.section-title.style10 h3:before {
	display: none;
}
.section-title.style10 h3 {
	font-size: 48px;
	line-height: normal;
}
.section-title.style10 .sub-title {
	font-size: 18px;
	font-family: "MontserratLight";
	color: #c5c5c5;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: -10px;
}
.title-border {
	font-size: 14px;
	margin-bottom: 30px;
}
.title-border .text {
	display: inline-block;
	text-transform: uppercase;
}
.title-border .text:after {
	content: "";
	display: block;
	height: 2px;
	background-color: #222;
	margin-top: 5px;
}
.title-border .subtext {
	color: #999;
	margin-left: 20px;
	font-family: "Roboto";
	font-weight: normal;
}
/* lastest-blog */
.lastest-blog .left {
	padding-right: 25px;
}
.lastest-blog .left,
.lastest-blog .right {
	width: 50%;
	float: left;
}
.lastest-blog .right {
	text-align: right;
	position: relative;
}
.lastest-blog .right:before {
	content: "";
	position: absolute;
	left: -17px;
	top: 50%;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.lastest-blog.style4 .right:before {
	display: none;
}
.column .lastest-blog .right:before {
	display: none;
}
.lastest-blog .blog-date {
	float: left;
	padding: 55px 0 20px;
	width: 100%;
	line-height: 16px;
}
.lastest-blog .blog-date .day {
	color: #666666;
	float: left;
	font-size: 60px;
	line-height: 49px;
	margin-right: 10px;
	font-family: "Roboto", sans-serif;
	font-weight: 100;
}
.lastest-blog .blog-date .month,
.lastest-blog .blog-date .year {
	clear: none;
	float: left;
	font-size: 13px;
	color: #555555;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
.lastest-blog .blog-title a {
	color: #222;
	text-transform: uppercase;
	font-size: 18px;
}
.lastest-blog .blog-title {
	margin-bottom: 20px;
}
.lastest-blog .blog-title a:hover {
	color: #c12529;
}
.lastest-blog .meta {
	color: #333333;
	float: left;
	font-family: roboto;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
}
.lastest-blog .meta .fa {
	color: #c12529;
}
.lastest-blog .meta span {
	display: inline-block;
	padding: 0 5px;
	border-right: 1px solid #e6e6e6;
}
.lastest-blog .meta span:first-child {
	padding-left: 0;
}
.lastest-blog .meta span:last-child {
	padding-right: 0;
	border: none;
}
/*.lastest-blog .right a{
    position: relative;
    display: inline-block;
}
.lastest-blog .right a:before {
    content: "";
    float: left;
    left: 0;
    position: absolute;
    top: 45%;
    z-index: 9;
    width: 0;
    height: 0;
    border-bottom: 12px solid transparent;
    border-left: 12px solid white;
    border-top: 15px solid transparent;
}*/
.lastest-blog.style2 .left,
.lastest-blog.style2 .right {
	width: 100%;
	position: relative;
	text-align: left;
}
.lastest-blog.style2 .blog-date {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #c12529;
	color: #fff;
	width: auto;
	padding: 15px;
	font-family: "Roboto";
	font-weight: 300;
	display: table;
}
.lastest-blog.style2 .blog-date .year {
	display: block;
}
.lastest-blog.style2 .day,
.lastest-blog.style2 .group {
	display: table-cell;
	vertical-align: top;
	color: #fff;
}
.lastest-blog.style2 .year,
.lastest-blog.style2 .month {
	clear: left;
	color: #fff;
}
.lastest-blog.style2 .right a:before {
	display: none;
}
.lastest-blog.style2 .owl-next,
.lastest-blog.style2 .owl-prev {
	display: inline-block;
}
.lastest-blog.style2 .owl-prev {
	margin-right: 5px;
}
.lastest-blog.style2 .owl-nav {
	margin-top: 40px;
}
.lastest-blog.style3 .blog-title a {
	font-size: 14px;
	font-weight: 700;
	color: #333;
}
.lastest-blog.style3 .blog-title a:hover {
	color: #c12529;
}
.lastest-blog.style3 .blog-title {
	margin-bottom: 10px;
}
.lastest-blog.style3 .thumb {
	margin-bottom: 5px;
	position: relative;
}
.lastest-blog.style3 .thumb a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.lastest-blog.style3 .thumb:hover a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.lastest-blog.style3 .thumb a:before {
	content: "+";
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
	font-family: "Roboto";
	font-weight: 100;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.lastest-blog.style3 .thumb:hover a:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
.lastest-blog.style3 .metas {
	font-family: "MontserratLight";
	font-size: 12px;
}
.lastest-blog.style3 .metas span:after {
	content: "-";
	display: inline-block;
	margin: 0 5px;
}
.lastest-blog.style3 .metas span:last-child:after {
	display: none;
}
.lastest-blog.style3 .desc {
	font-family: "MontserratLight";
	font-size: 13px;
}
.lastest-blog.style4 .left {
	position: absolute;
	right: 0;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(201, 153, 71, 0.5);
	top: 20px;
	bottom: 20px;
	padding-top: 30px;
	padding-left: 60px;
	width: 55%;
	z-index: 1;
}
.lastest-blog.style4 .left:hover {
	box-shadow: inset 0 0 0 5px #c12529;
	border-color: #c12529;
	-webkit-transition: all 0.3s ease 0.3s;
	-o-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}
.lastest-blog.style4 .right a {
	width: 100%;
}
.lastest-blog.style4 .right {
	float: left;
}
.lastest-blog.style4 .blog-date {
	padding: 0;
	font-family: "MontserratLight";
	margin-bottom: 15px;
}
.lastest-blog.style5 {
	position: relative;
}
.lastest-blog.style5 .item-blog {
	overflow: hidden;
}
.lastest-blog.style5 .info {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: -100px;
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
	padding: 10px;
	line-height: 17px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0;
	visibility: hidden;
}
.lastest-blog.style5 .item-blog:hover .info {
	bottom: 10px;
	opacity: 1;
	visibility: inherit;
}
.lastest-blog.style5 .metas {
	font-family: "MontserratLight";
	text-transform: uppercase;
	font-size: 10px;
	color: #666666;
}
.lastest-blog.style5 .metas > span:before {
	content: "-";
	display: inline-block;
	margin: 0 5px;
}
.lastest-blog.style5 .metas > span:first-child:before {
	display: none;
}
.lastest-blog.style5 .metas .date .day {
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 24px;
}
.lastest-blog.style5 .metas .date .day:after {
	content: "/";
	display: inline-block;
	font-family: "MontserratLight";
	font-size: 16px;
}
.lastest-blog.style5 .blog-title {
	margin: 0;
}
.lastest-blog.style5 .blog-title a {
	font-size: 14px;
	font-weight: 700;
}
.lastest-blog.style5 .readmore {
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: underline;
}
.lastest-blog.style5 .owl-stage-outer:before,
.lastest-blog.style5 .owl-stage-outer:after {
	content: "";
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
}
.lastest-blog.style5 .owl-stage-outer:before {
	right: 100%;
}
.lastest-blog.style5 .owl-stage-outer:after {
	left: 100%;
}
.lastest-blog.style6 {
	font-family: "MontserratLight";
}
.lastest-blog.style6 .thumb {
	margin-bottom: 25px;
}
.lastest-blog.style6 .info .date {
	float: left;
	border-right: 1px solid #c12529;
	padding-right: 17px;
	display: table;
}
.lastest-blog.style6 .day {
	font-size: 48px;
	display: inline-block;
	float: left;
	line-height: 49px;
	margin-right: 10px;
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	display: table-cell;
}
.lastest-blog.style6 .my {
	display: table-cell;
	vertical-align: middle;
}
.lastest-blog.style6 .month,
.lastest-blog.style6 .year {
	overflow: hidden;
	font-size: 12px;
	display: block;
}
.lastest-blog.style6 .info .blog-title {
	overflow: hidden;
	line-height: 20px;
	font-family: "Montserrat";
	padding-left: 17px;
}
.lastest-blog.style6 .info .blog-title a {
	font-size: 14px;
}
.lastest-blog.style6 .metas {
	margin-top: 20px;
	font-size: 12px;
	color: #999;
	display: block;
	float: left;
	width: 100%;
}
.lastest-blog.style6 .metas a {
	color: #999;
}
.lastest-blog.style6 .metas span {
	margin-right: 20px;
}
.lastest-blog.style6 .comment .fa {
	color: #c12529;
}
/* Video */
.video {
	position: relative;
}
.video .button-play {
	width: 59px;
	height: 59px;
	display: inline-block;
	background: url("/themes/breville/img/play.png") no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	font-size: 0;
}
/*newsletter*/
.newsletter {
	/*padding:50px 63px 30px 46px;*/
	position: relative;
	text-align: center;
	display: table;
	width: 100%;
	z-index: 1;
	margin-top: 38px;
}
.newsletter .section-title {
	margin-bottom: 5px;
}
.newsletter .title-newsletter {
	color: #222222;
	display: inline-block;
	margin: 0 0 20px;
	position: relative;
}
.newsletter .newsletter-info {
	color: #555555;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 20px;
	width: 100%;
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-weight: 400;
}
.newsletter .form-newsletter {
	display: table;
	width: 100%;
	text-align: center;
	position: relative;
}
.newsletter .form-newsletter > input {
	border: medium none;
	float: left;
	width: 60%;
	font-size: 13px;
	color: #aaaaaa;
	padding: 0 1px 0 10px;
	font-family: "Roboto";
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.newsletter .newsletter-submit {
	background: none;
	border: medium none;
	color: #222222;
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 10px;
	padding: 0;
	line-height: 34px;
}
.newsletter:after {
	border-color: #c12529;
	border-style: solid;
	border-width: 2px;
	content: "";
	float: left;
	position: absolute;
	z-index: -3;
	top: 0;
	right: 0;
	bottom: 0;
	left: -165px;
}
.newsletter.style2 {
	padding: 60px 15px;
	border: 6px solid #c12529;
	margin-top: 30px;
}
.newsletter.style2:after {
	display: none;
}
.newsletter.style2 .form-newsletter {
	width: 100%;
}
/* TEXT BORDER */
.text-border {
	border: 1px dashed #bcbcbc;
	display: block;
	padding: 30px 15px;
	position: relative;
	text-align: center;
	width: 100%;
	color: #222;
}
.text-border > p {
	font-size: 13px;
	margin: 0;
}
.text-border:before {
	background: url("/themes/breville/img/cut.png") no-repeat;
	content: "";
	height: 22px;
	float: left;
	width: 35px;
	position: absolute;
	bottom: -5px;
	left: 16%;
}
.text-border:after {
	content: "";
	height: 6px;
	float: left;
	width: 9px;
	position: absolute;
	bottom: -5px;
	left: 16%;
	background: #fff;
	margin-left: 9px;
}
/* box-product-featured */
.box-product-featured {
	border: 1px solid #e5e5e5;
	overflow: hidden;
}
.box-product-featured .box-head {
	float: left;
	position: relative;
	height: 487px;
	width: 270px;
}
.box-product-featured .box-head img {
	position: relative;
	height: 487px;
	width: 270px;
}
.box-product-featured .box-head:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.box-product-featured .box-head:hover:before {
	background-color: rgba(0, 0, 0, 0.4);
}
.box-product-featured .box-head .inner {
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	padding-left: 30px;
	color: #eee;
	padding-top: 40px;
}
.box-product-featured .box-head .box-title {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #eee;
}
.box-product-featured .box-head .box-sub-title {
	font-family: "Playfair Display";
	font-style: italic;
	color: #eee;
}
.box-product-featured .box-link {
	position: absolute;
	bottom: 44px;
	left: 70px;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
	z-index: 3;
	background: #c12529;
	text-decoration: none;
	display: inline-block;
	padding: 7px 15px;
}

/* .box-product-featured .box-link:hover{background:#black !important; } */
.box-link:hover {
	background-color: black !important;
}
.box-product-featured .box-content {
	margin-left: 270px;
	padding: 30px;
}
.box-product-featured.right .box-head {
	float: right;
}
.box-product-featured.right .box-content {
	margin-left: 0;
	margin-right: 270px;
}
.box-product-featured .owl-carousel .owl-prev,
.box-product-featured .owl-carousel .owl-next {
	top: 38%;
}
/* tab-product */
.tab-product .nav-tab {
	padding: 0;
	margin: 0;
	display: table;
	margin: 0 auto;
	position: relative;
}
.tab-product .nav-tab li {
	display: inline-block;
	padding: 0 20px;
	list-style: none;
}
.tab-product .nav-tab li a {
	font-size: 16px;
	text-transform: uppercase;
	color: #222;
	position: relative;
}
.tab-product .nav-tab li a:after {
	width: 0px;
	height: 2px;
	display: block;
	background-color: #c12529;
	margin: 0 auto;
	margin-top: 8px;
	content: "";
	-webkit-transition: width 0.3s ease 0s;
	-o-transition: width 0.3s ease 0s;
	transition: width 0.3s ease 0s;
}
.tab-product .nav-tab li:hover a:after,
.tab-product .nav-tab li.active a:after {
	width: 50px;
}
.tab-product .tab-container {
	margin-top: 40px;
}
.tab-product.style2 li.text-head {
	margin: 0 !important;
}
.tab-product.style2 .text-head {
	margin: 0;
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	font-size: 80px;
	color: #ededed;
	font-weight: 700;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.loadmore .tab-product .tab-container {
	border-bottom: 1px solid #eee;
}
.tab-product.style2 .nav-tab li {
	padding: 0;
	margin-top: 12px;
}
.tab-product.style2 .nav-tab li a:after {
	width: 22px;
	height: 1px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}
.tab-product.style2 .nav-tab li:last-child a:after {
	display: none;
}
.tab-product.style2 .nav-tab {
	height: 56px;
	margin-bottom: 60px;
}
.tab-product.style2 .nav-tab li a {
	color: #666;
	font-size: 16px;
	line-height: normal;
}
.tab-product.style2 .nav-tab li.active a {
	color: #333333;
	font-size: 24px;
}
.tab-product.style3 .box-tabs {
	display: inline-block;
	float: right;
	font-family: "MontserratLight";
	padding-top: 7px;
}
.tab-product.style3 .box-tabs li {
	padding: 0 12px;
	border-right: 1px solid #eeeeee;
}
.tab-product.style3 .box-tabs li:last-child {
	padding-right: 0;
	border: none;
}
.tab-product.style3 .box-tabs li:hover a,
.tab-product.style3 .box-tabs li.active a {
	color: #c12529;
}
.tab-product.style3 .box-tabs a {
	font-size: 14px;
	color: #666;
	text-transform: none;
	display: inline-block;
	line-height: 15px;
	float: left;
}
.tab-product.style3 .box-tabs a:after {
	display: none;
}
.tab-product.style3 .tab-head {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.tab-product.style3 .tab-head .title {
	font-size: 24px;
	text-transform: uppercase;
	color: #222;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
}
.tab-product.style3 .tab-head .title:before {
	content: "";
	display: inline-block;
	height: 2px;
	left: 10px;
	margin: 0 -30px 6px 0;
	width: 47px;
	background-color: #c12529;
}
.tab-product.style3 .tab-container {
	margin-top: 30px;
}
.tab-product.style4 .owl-controls {
	position: absolute;
	top: -70px;
	left: 0;
	text-align: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tab-product.style4 .owl-nav {
	position: relative;
}
.tab-product.style4 .owl-nav:before {
	display: inline-block;
	width: 100%;
	content: "";
	border-bottom: 1px dashed #eeeeee;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
}
.tab-product.style4 .owl-nav .owl-next,
.tab-product.style4 .owl-nav .owl-prev {
	margin: 0 23px;
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.tab-product.style4 .owl-nav .owl-next {
	margin-right: 0;
}
.tab-product.style4 .owl-nav .owl-prev {
	margin-left: 0;
}
.tab-product.style4 .owl-nav .owl-next:hover,
.tab-product.style4 .owl-nav .owl-prev:hover {
	background-color: #111;
	color: #fff;
}
.tab-product.style4 .nav-tab li {
	padding: 0;
}
.tab-product.style4 .nav-tab li a {
	font-size: 24px;
	padding: 0 20px;
	position: relative;
	color: #999;
}
.tab-product.style4 .nav-tab li a:after {
	width: 7px;
	height: 7px;
	display: inline-block;
	background-color: #999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-left: 20px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 0;
	margin: 0;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tab-product.style4 .nav-tab li:last-child a:after {
	display: none;
}
.tab-product.style4 .nav-tab li:hover a,
.tab-product.style4 .nav-tab li.active a {
	color: #333;
}
.tab-product.style4 .tab-container {
	margin-top: 90px;
}
/* BANNER TEXT */
.banner-text {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.banner-text .content-text {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.banner-text .content-text img {
	width: auto;
	height: auto;
	display: inline-block;
}
.banner-text .title {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}
.banner-text .title span {
	display: block;
}
.banner-text .sub-title {
	font-family: "Playfair Display", serif;
	font-size: 16px;
	font-style: italic;
	display: block;
}
.banner-text .button {
	margin-top: 35px;
	background-color: #c12529;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	border: none;
}
.banner-text .button:hover {
	background-color: #111;
}
.banner-text.style2 .title {
	font-size: 24px;
}
.banner-text .image > a {
	float: left;
}
.banner-text.style3 .title {
	font-size: 24px;
	text-transform: uppercase;
}
.banner-text.style3 .button {
	background-color: transparent;
	text-decoration: underline;
	padding: 0;
}
.banner-text.style3 .sub-title {
	font-family: "LaCompagnie";
	font-size: 60px;
	line-height: 24px;
}
.banner-text.style3 {
	text-align: center;
}
.banner-text.style3 .title {
	font-family: "LaCompagnie";
	color: #c12529;
	font-size: 48px;
	text-transform: none;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 24px;
}
.banner-text.style3 .subtitle {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 140px;
}
.banner-text.style3 .box-link {
	text-decoration: underline;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}
.banner-text.style3 .box-link:hover {
	color: #c12529;
}
.banner-slide .banner-text {
	margin-bottom: 0;
}
.banner-text.style3 .content-text {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner-text.style3 .content-text:before {
	content: "";
	background-color: #171717;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	left: 0;
}
.banner-text.style3 .content-text:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	right: 0px;
	width: 0%;
}
.banner-text.style3 .content-text .inner {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-text.style3:hover .content-text:before {
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 0%;
}
.banner-text.style3:hover .content-text:after {
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	width: 100%;
}
/*.banner-text.style3:hover .content-text {
    width: 0%;
    opacity: 0;
    visibility: hidden;
}*/
.banner-text.style3:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.banner-text.style4 .subtitle {
	font-family: "LaCompagnie";
	font-size: 60px;
	line-height: normal;
	color: #c12529;
	margin: 0;
}
.banner-text.style4 .title {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}
.banner-text.style4 .shop-now {
	font-size: 13px;
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 40px;
}
.banner-text.style4 .content-text {
	top: 40%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 2;
}
.banner-text.style4:hover .content-text {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.banner-text.style4:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	z-index: 1;
}
.banner-text.style4:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
}
.banner-text.style4 img {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.owl-carousel .banner-text {
	margin-bottom: 0;
	text-align: center;
}
.owl-carousel .banner-text .image {
	display: block;
}
.megacategory.tabs_loadmore {
	padding-top: 45px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.megacategory.loadmore {
	border-bottom: 1px solid #eee;
}
.megacategory.tabs_loadmore .product-list-grid .product-item,
.megacategory.home_tabs .product-list-grid .product-item {
	margin-bottom: 70px;
}
.megacategory.default_owl .product-list-grid .product-item {
	margin-bottom: 40px;
}
/* BLOCK PRODUCT TOP SELL*/
.megacategory.default {
	border-bottom: 1px solid #e8e8e8;
}
.block-top-sell {
	padding-bottom: 30px;
}
.home13 .block-top-sell {
	padding-bottom: 20px;
}
.block-top-sell .product-item,
.product-list-grid .product-item {
	margin-bottom: 30px;
}

.product-list-grid .list {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.product-list-grid .list:last-child {
	margin-bottom: 30px;
	border-bottom: 0px solid #ddd;
	padding-bottom: 20px;
}

.product-list-grid2 .product-item {
	margin-bottom: 70px;
}
/*block-category-carousel*/
.block-category-carousel {
	padding: 35px 25px 23px 25px;
	background: #121111 url("/themes/breville/img/bg_cat.png") repeat-y top left;
	color: #eee;
	text-align: center;
}
.block-category-carousel .title {
	margin-bottom: 15px;
	color: #fff;
}
.block-category-carousel .title:after {
	content: "";
	width: 47px;
	height: 2px;
	display: block;
	margin: 0 auto;
	margin-top: 5px;
	background-color: #c12529;
}
.block-category-carousel .sub-title {
	font-family: "Playfair Display";
	font-style: italic;
	color: #888;
}
.block-category-carousel .list-cat {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.block-category-carousel .list-cat li {
	border-bottom: 1px dotted #454545;
	padding: 25px 0;
	list-style: none;
}
.block-category-carousel .list-cat li:last-child {
	border: none;
}
.block-category-carousel .list-cat li > a {
	color: #eee;
	font-size: 11px;
	text-transform: uppercase;
}
.block-category-carousel .list-cat li > a:hover {
	color: #c12529;
}
.block-category-carousel .list-cat li > a img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	width: auto !important;
}
.block-category-carousel .owl-controls .owl-dots {
	text-align: center;
}
.block-category-carousel .owl-controls .owl-dot {
	display: inline-block;
	padding: 0 5px;
}
.block-category-carousel .owl-controls .owl-dot span {
	width: 8px;
	height: 8px;
	border: 1px solid #414141;
	border-radius: 0;
	background-color: transparent;
	display: inline-block;
}
.block-category-carousel .owl-controls .owl-dot.active span {
	background-color: #e8e8e8;
	border-color: #e8e8e8;
}
.block-category-carousel.style2 {
	position: absolute;
	top: 0;
	left: -200px;
	width: 200px;
	bottom: 0;
	padding: 0;
	background: none;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 2;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: inherit;
}
.block-category-carousel.style2.open {
	left: 0;
	opacity: 1;
	visibility: inherit;
}
.home-top-category-slide .block-toggle {
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 170px;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	z-index: 3;
	background-color: #333;
}
.home-top-category-slide .block-toggle.closed {
	left: 0;
}
.home-top-category-slide .block-toggle.closed .icon:before {
	content: "\e684";
}
.block-category-carousel.style2 .title {
	font-size: 18px;
	color: #fff;
	margin: 0;
}
.block-category-carousel.style2 .title:after {
	display: none;
}
.block-category-carousel.style2 .sub-title {
	color: #fff;
	line-height: 18px;
	font-size: 12px;
}
.block-category-carousel.style2 .list-cat li {
	border: none;
	padding: 0 20px;
}
.block-category-carousel.style2 .list-cat li > a {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgba(255, 255, 255, 0.2);
	display: inline-block;
	width: 100%;
	padding: 30px 0;
}
.block-category-carousel.style2 .list-cat li:hover > a {
	color: #fff;
}
.block-category-carousel.style2 .list-cat li:hover {
	background-color: #c09d55;
}
.block-category-carousel.style2 .list-cat li:last-child > a {
	border: none;
}
.block-category-carousel.style2 .inner {
	padding-top: 40px;
}
.block-category-carousel.style2 .mCSB_inside > .mCSB_container {
	margin: 0;
}
.block-category-carousel .owl-carousel .owl-item {
	background: transparent;
}
.home-top-category-slide {
	position: relative;
}
/* Block feature product */
.block-featured-product .owl-carousel .owl-prev,
.block-featured-product .owl-carousel .owl-next {
	position: absolute;
	top: -64px;
	right: 0;
}
.block-featured-product .owl-carousel .owl-prev {
	right: 40px;
}
/**/
.slide-product .owl-controls .owl-next,
.slide-product .owl-controls .owl-prev {
	top: 35%;
}
/* block-single-product */
.block-single-product .product-name a {
	font-size: 28px;
	color: #222;
	text-transform: uppercase;
	margin: 0;
}
.block-single-product .product-name a:hover {
	color: #c12529;
}
.block-single-product .desc {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 60px;
	line-height: 30px;
}
.block-single-product.style2 .product-info {
	padding-top: 50px;
}
.block-single-product .desc ul {
	padding-left: 18px;
}
.block-single-product .desc p {
	margin-bottom: 10px;
}
.block-single-product .price {
	font-size: 24px;
	color: #222;
	display: inline-block;
	margin-right: 10px;
}
.block-single-product .price ins {
	text-decoration: none;
}
.block-single-product .price del {
	color: #999;
}
.block-single-product .addtocart {
	font-size: 14px;
	color: #222;
	text-transform: uppercase;
}
.block-single-product .addtocart:hover {
	color: #c12529;
}
.block-single-product .addtocart .pe-7s-cart {
	font-size: 16px;
	margin-right: 10px;
	display: inline-block;
}
.block-single-product .attributes {
	font-family: "Roboto";
	font-weight: 300;
}
.block-single-product .attributes .title {
	text-decoration: underline;
}
.block-single-product .item {
	padding-top: 25px;
	margin-bottom: 50px;
	overflow: hidden;
}
.block-single-product .item span {
	width: 40px;
	height: 40px;
	display: inline-block;
	webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}
.block-single-product .item span:last-child {
	margin-right: 0;
}
/*------------------------------
 SINGLE PRODUCT
 -------------------------------*/
.product-details-full {
	background-color: #eaeaea;
	padding-top: 60px;
	margin-top: -1px;
}
.product-detail-image .thumbnails {
	width: 150px;
	float: left;
}
.product-detail-image .thumbnails a {
	margin-bottom: 20px;
	display: inline-block;
}
.product-detail-image .thumbnails a img {
	border: 1px solid #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.product-detail-image .thumbnails a.active img,
.product-detail-image .thumbnails a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.product-detail-image .main-image-wapper {
	overflow: hidden;
	padding-left: 10px;
}
.product-detail-image.style2 .thumbnails {
	width: 100%;
}
.product-detail-image.style2 .owl-prev,
.product-detail-image.style2 .owl-next {
	width: 29px;
	height: 29px;
	line-height: 29px;
	border: none;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.product-detail-image.style2 .owl-prev,
.product-detail-image.style2 .owl-next {
	background-color: rgba(0, 0, 0, 0.7);
}
.product-detail-image.style2 .main-image-wapper {
	padding: 0;
	margin-bottom: 20px;
}
.product-detail-image.style2 .thumbnails a {
	margin: 0;
}
.product-detail-image .outof-stock {
	position: absolute;
	top: 0;
	left: 0;
	width: 95px;
	height: 95px;
	text-transform: uppercase;
	text-align: center;
	background-color: #111;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	padding-top: 33px;
	word-break: break-word;
	padding-left: 15px;
	padding-right: 15px;
	line-height: normal;
}
.product-details-right .out-of-stock {
	font-size: 18px;
	color: #aaa;
	margin-bottom: 15px;
	display: inline-block;
}
.product-details-right {
	background-color: #fff;
	padding: 35px 30px 50px;
	overflow: hidden;
}
.product-details-right .breadcrumbs {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}
.product-details-right .product-name {
	font-size: 18px;
	color: #222;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.product-details-right .rating {
	font-size: 12px;
	color: #222;
	margin-bottom: 10px;
}
.product-details-right .rating .count-review {
	color: #999;
}
.product-details-right .price {
	color: #222;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 10px;
}
.product-details-right .price ins {
	text-decoration: none;
}
.product-details-right .price del {
	color: #999;
}
.product-details-right .short-descript {
	font-family: "Roboto";
	margin-bottom: 20px;
}
.product-details-right .short-descript p {
	margin-bottom: 0;
}
.product-details-right .button-add-cart {
	display: block;
	float: left;
	margin-top: 20px;
	clear: left;
	padding: 8px 24px;
	font-size: 14px;
}
.product-details-right .quantity {
	display: inline-block;
	float: left;
	padding-right: 10px;
}
.product-details-right .quantity input {
	padding: 5px;
}
.product-details-right .wishlist.button,
.product-details-right .compare.button {
	width: 36px;
	height: 36px;
	line-height: 36px;
	padding: 0;
	text-align: center;
	display: inline-block;
	float: left;
	margin-right: 5px;
	vertical-align: middle;
}
.product-details-right.style2 {
	padding: 0;
}
.select-color,
.select-size {
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
}
.select-color label,
.select-size label {
	margin-bottom: 10px;
	color: #000;
}
.select-color a {
	display: inline-block;
	border: 1px solid transparent;
	padding: 2px;
	line-height: normal;
	float: left;
	margin-right: 7px;
}
.select-color a span {
	width: 21px;
	height: 21px;
	display: inline-block;
	float: left;
}
.product-details-right .select-color a.active,
.product-details-right .select-color a:hover {
	border-color: #666;
}
.product-details-right .select-size a {
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #eaeaea;
	color: #333;
	line-height: normal;
	min-width: 24px;
	text-align: center;
	float: left;
	margin-right: 10px;
}
.product-details-right .select-size a:hover,
.product-details-right .select-size a.active {
	background-color: #333333;
	color: #fff;
}
.product-details-right.style2 {
	font-family: "MontserratLight";
	width: 100%;
	float: left;
}
.product-details-right.style2 .product-name {
	color: #000;
	margin-bottom: 0;
	font-family: "MontserratLight";
}
.product-details-right.style2 .short-descript {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 30px 0;
}
.product-details-right .price {
	margin-bottom: 20px;
	font-family: "MontserratLight";
}
.product-details-right.style2 .cart-form {
	border-top: 1px solid #eaeaea;
	margin-top: 25px;
	padding-top: 25px;
	overflow: hidden;
}
.product-details-right .size-chart {
	margin-bottom: 25px;
}
.product-details-right .size-chart a {
	text-transform: uppercase;
	color: #000;
	text-transform: uppercase;
}
.product-details-right .size-chart a:after {
	content: "";
	background: url("/themes/breville/img/size-char.png") no-repeat;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 20px;
}
.product-details-right.style2 .cartbtn-wrapper {
	display: inline-block;
	vertical-align: middle;
}
.product-details-right.style2 .button-add-cart {
	display: inline-block;
	clear: none;
	margin: 0;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 53px;
}
.product-details-right.style2 .quantity {
	min-width: 175px;
	display: table;
	padding-top: 10px;
}
.product-details-right.style2 .quantity a {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.product-details-right.style2 .quantity input {
	border: none;
	text-align: center;
	display: table-cell;
	width: 100%;
}
.product-details-right.style2 .wishlist.button,
.product-details-right.style2 .compare.button {
	background-color: transparent;
	border: 1px solid #eaeaea;
	color: #999;
	font-size: 14px;
	margin-top: 0px;
}
.product-details-right.style2 #wishlist_button:hover,
.product-details-right.style2 #wishlist_button_nopop:hover,
.product-details-right.style2 .compare.button:hover {
	background-color: #c12529;
	color: #fff;
}
.product-details-right.style2 #wishlist_button:hover:before,
.product-details-right.style2 #wishlist_button_nopop:hover:before {
	color: #fff;
}
.product-details-right.style2 .share {
	margin-top: 20px;
}
.product-details-right.style2 .share a {
	font-size: 13px;
	color: #999;
	margin-right: 35px;
	display: inline-block;
}
.product-details-right.style2 .share a .fa {
	font-size: 18px;
	margin-right: 10px;
	display: inline-block;
}
.product-details-right.style2 .share a:hover {
	color: #c12529;
}
.product-details-right.style2 .meta {
	margin-bottom: 20px;
}
.product-details-right.style2 .meta > span {
	display: inline-block;
	border-right: 1px solid #eaeaea;
	padding: 0 35px;
	line-height: 20px;
}
.product-details-right.style2 .meta > span:first-child {
	padding-left: 0;
}
.product-details-right.style2 .meta > span:last-child {
	padding-right: 0;
	border: none;
}
.product-details-right.style2 .rating {
	color: #ffcc33;
}
.product-detail-image.style2 {
	margin-bottom: 30px;
	width: 100%;
	float: left;
}
/* TAB PRODUCT */
.tab-details-product {
	padding-top: 0px;
	margin-bottom: 60px;
}
.tab-details-product.style2 {
	margin-bottom: 40px;
}
.tab-details-product .box-tabs {
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.tab-details-product .box-tabs li {
	list-style: none;
	display: inline-block;
	float: left;
	padding: 0 18px;
}
.tab-details-product .box-tabs li:last-child {
	padding-right: 0;
}
.tab-details-product .box-tabs li:first-child {
	padding-left: 0;
}
.tab-details-product .box-tabs li a {
	color: #222;
	text-transform: uppercase;
}
.tab-details-product .box-tabs li a:after {
	content: "";
	height: 2px;
	display: block;
	width: 0%;
	margin-top: 3px;
	background-color: #222;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.tab-details-product .box-tabs li a:hover:after,
.tab-details-product .box-tabs li.active a:after {
	width: 100%;
}
.tab-details-product .tab-container {
	font-family: "Roboto";
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 50px;
}
.tab-details-product .tab-container ul,
.tab-details-product .tab-container ol {
	padding-left: 15px;
}
.product-slide .section-title {
	margin-bottom: 40px;
}
/* BOX REVIEW */
.box-review {
	margin-bottom: 30px;
}
.box-list-reviews {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #eaeaea;
}
.box-list-reviews .commentlist {
	padding: 0;
	margin: 0;
}
.box-list-reviews .commentlist .comment {
	list-style: none;
	border-bottom: 1px solid #eaeaea;
	padding: 40px 0;
	overflow: hidden;
}
.box-list-reviews .commentlist .comment:first-child {
	padding-top: 0;
}
.box-list-reviews .commentlist .comment:last-child {
	padding-bottom: 0;
	border: none;
}
.box-list-reviews .comment-info {
	width: 200px;
	float: left;
}
.box-list-reviews .commentlist .comment .comment-content {
	font-family: "Roboto";
}
.box-list-reviews .meta span {
	display: block;
	color: #222;
}
.box-list-reviews .meta .date {
	font-family: "Roboto";
	color: #999;
}
.box-list-reviews .comment-text {
	overflow: hidden;
}
.form-review {
	font-family: "Roboto";
	overflow: hidden;
}
.form-review input[type="text"],
.form-review input[type="email"] {
	width: 80%;
}
.form-review textarea {
	width: 100%;
	min-height: 220px;
}
.form-review .rating {
	display: inline-block;
	float: left;
	padding-top: 8px;
}
.form-review .submit {
	float: right;
}
table.group-product {
	width: 100%;
}
table.group-product > tbody > tr > th,
table.group-product > tbody > tr > td {
	padding: 10px 30px;
	line-height: 24px;
	border: 1px solid #eee;
	border-color: #eee;
	vertical-align: middle;
}
table.group-product > tbody > tr > th {
	background-color: #eee;
	border: none;
	text-transform: uppercase;
}
table.group-product a {
	color: #333;
}
table.group-product a:hover {
	color: #c12529;
}
table.group-product .price {
	margin: 0;
	font-family: "MontserratLight";
	font-size: 14px;
}
.product-details-right table.group-product div.quantity {
	margin: 0;
	padding: 0;
	min-width: 1px;
}
table.group-product div.quantity .qty {
	border: 1px solid #ccc;
	width: 40px;
	margin: 0 10px;
}
table.group-product .th-price,
table.group-product .th-qty {
	text-align: center;
}
table.group-product .th-qty {
	width: 100px;
}
/*---------------------------
BLOG PAGE
-----------------------------*/
.blog-grid {
	margin: 0 -15px;
}
.blog-grid .grid-item {
	margin-bottom: 60px;
	padding: 0 15px;
	width: 400px;
}
/* ITEM BLOG */
.blog-item {
	list-style: none;
}
.blog-item .blog-title {
	margin: 0;
}
.blog-item .blog-title a {
	color: #222222;
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
}
.blog-item .blog-title a:hover {
	color: #c12529;
}
.blog-item .blog-short-desc {
	font-family: "Roboto", sans-serif;
}
.blog-item .readmore {
	color: #222;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
.blog-item .readmore:after {
	font-family: "FontAwesome";
	content: "\f178";
	margin-left: 10px;
}
.blog-item .readmore:hover {
	color: #c12529;
}
.blog-item .post-thumbnail {
	margin-bottom: 10px;
}
.blog-item .entry-meta {
	font-size: 13px;
	font-family: "Roboto";
	margin-bottom: 10px;
	color: #222;
}
.blog-item .entry-meta span {
	border-right: 1px solid #e6e6e6;
	padding-right: 10px;
	margin-right: 10px;
	display: inline-block;
	line-height: 14px;
}
.blog-item .entry-meta span:last-child {
	border: none;
	padding: 0;
	margin: 0;
}
.blog-item .blog-comment .fa-comment {
	color: #c12529;
	margin-right: 5px;
}
.blog-detail .blog-title a {
	font-size: 24px;
}
.blog-detail .post-thumbnail {
	margin-bottom: 35px;
	margin-top: 20px;
}
/* blog-related */
.blog-related .blog-item {
	margin-bottom: 30px;
}
.comment-social {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	overflow: hidden;
}
.comment-social > h4 {
	color: #333;
	font-family: "Playfair Display", serif;
	font-size: 18px;
	font-style: italic;
	display: inline-block;
	float: left;
	margin: 0;
}
.comment-social .social {
	float: right;
	text-align: right;
}
.comment-social .social span {
	color: #333333;
	font-family: "Playfair Display", serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
}
.comment-social .social a {
	display: inline-block;
	margin: 0 3px;
	color: #222;
	line-height: normal;
}
.comment-social .social a:hover {
	color: #c12529;
}
.comment-social .social .fa {
	font-size: 18px;
}
/* Blog comment*/
#comments-list > h4 {
	color: #333;
	float: left;
	font-family: "Playfair Display", serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	margin: 15px 0 0 0;
}
.author-info-wrap {
	padding-top: 40px;
	padding-left: 40px;
}
.author-info-wrap .content {
	padding-top: 33px;
	width: 68%;
	overflow: hidden;
	padding-left: 25px;
	font-family: "Roboto";
}
.author-info-wrap .avatar {
	width: 130px;
	float: left;
}
.author-info-wrap .author-name {
	font-size: 15px;
	color: #222;
}
.related-wrap {
	margin-bottom: 30px;
	margin-top: 80px;
}
#comments .comment-list .comment {
	list-style: none;
}
#comments .comment-list .comment-author {
	float: left;
	height: 85px;
	margin-right: 30px;
	width: 85px;
}
#comments .comment-list .comment-body {
	border: 1px solid #dddddd;
	float: left;
	padding: 30px;
	width: 75%;
}
#comments .comment-list .comment-item {
	float: left;
	margin-bottom: 45px;
	width: 100%;
}
#comments .children {
	padding-left: 100px;
	list-style: none;
}
#comments .comment-list h5.author {
	float: left;
	margin-right: 30px;
	margin-top: 2px;
}
#comments .comment-list .date-comment {
	font-family: "Roboto";
	font-size: 13px;
}
#comments .comment-list .comment-reply-link {
	color: #222222;
	float: right;
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
}
#comments .comment-list .comment-content {
	color: #555555;
	font-family: playfair display;
	font-size: 13px;
	font-style: italic;
	display: table;
	width: 100%;
}
#comments .comment-list .comment-reply-link .fa.fa-mail-reply {
	margin-left: 10px;
	transform: rotateY(180deg);
}
#comments .comment-list {
	overflow: hidden;
}
#comments .comment-list-title,
.related-wrap .related-title {
	font-size: 14px;
	border-bottom: 2px solid #222;
	display: table;
	margin: 0 auto;
	margin-bottom: 40px;
	padding-bottom: 5px;
}
.comment-form {
	border-top: 1px solid #eeeeee;
}
.comment-form .comment-reply-title {
	font-size: 14px;
	margin: 40px 0;
	text-transform: uppercase;
}
.comment-form .submit.style2 {
	padding: 13px 50px;
}
.comment-form form {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
}
.comment-form input[type="text"] {
	clear: both;
	float: left;
	margin-bottom: 30px;
	padding: 6px 15px;
	width: 48%;
}
.single-blog .comment-form-comment textarea {
	float: left;
	padding: 15px;
	width: 75%;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
}
#commentform .form-submit .submit {
	background: none repeat scroll 0 0 #111111;
	border: medium none;
	color: #ffffff;
	float: left;
	font-size: 14px;
	padding: 15px 48px;
	text-transform: uppercase;
}
.comment-form-comment {
	margin-bottom: 30px;
	width: 75%;
}
.clear {
	clear: both;
}
.comment-form .submit {
	border: none;
}
/* Boutique banner*/
.butique-banner {
	position: relative;
	padding-right: 30px;
	margin-bottom: 30px;
}
.butique-banner .banner-inner {
	position: absolute;
	left: 0;
	right: 300px;
	top: 45px;
	bottom: 45px;
	border: 3px solid #c12529;
	padding: 60px 100px 70px 55px;
}
.butique-banner .top {
	display: table;
	margin-bottom: 30px;
}
.butique-banner .bottom {
	font-size: 13px;
	color: #666;
	font-family: "MontserratLight";
}
.butique-banner .block-link {
	display: inline-block;
	padding: 2px 15px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-color: #222;
	float: right;
}
.butique-banner .block-link:hover {
	background-color: #c12529;
}
.butique-banner .status {
	width: 93px;
	height: 93px;
	color: #fff;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	float: left;
	background-color: #c12529;
	font-family: "Playfair Display";
	font-style: italic;
	font-weight: 700;
	font-size: 36px;
	text-align: center;
	line-height: 80px;
	position: relative;
}
.butique-banner .status:before {
	content: "";
	width: 2px;
	height: 64px;
	position: absolute;
	top: -63px;
	left: 50%;
	background-color: #c12529;
}
.butique-banner .status span {
	font-size: 18px;
}
.butique-banner .head {
	margin-left: 120px;
}
.butique-banner .head .title {
	margin: 0;
	font-weight: 700;
	font-size: 48px;
	text-transform: uppercase;
	line-height: normal;
	margin-top: -5px;
}
.butique-banner .head .title a {
	color: #333;
}
.butique-banner .image {
	text-align: right;
	position: relative;
}
.butique-banner .image:before {
	background-color: rgba(255, 255, 255, 0.09);
	content: "";
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	width: 0;
}
.butique-banner .image:after {
	background-color: rgba(255, 255, 255, 0.09);
	bottom: 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	width: 0;
}
.butique-banner .image:hover:before,
.butique-banner .image:hover:after {
	height: 100%;
	width: 100%;
	transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
.butique-banner .head .subtitle {
	font-size: 30px;
	font-family: "Playfair Display";
	font-style: italic;
	font-weight: 700;
	color: #c12529;
	margin: 0;
	line-height: normal;
	margin-top: -10px;
}
.butique-banner .head .subtitle:after {
	width: 47px;
	height: 2px;
	content: "";
	display: block;
	margin-top: 5px;
	background-color: #c12529;
}
.butique-banner.style2 {
	padding-top: 140px;
	padding-right: 0;
}
.butique-banner.style2 .banner-inner {
	top: 0;
	left: -30px;
	right: inherit;
	padding: 45px 0;
	text-align: center;
	right: 30px;
	bottom: inherit;
}
.butique-banner.style2 .head .title {
	font-size: 18px;
	margin: 0;
}
.butique-banner.style2 .head .subtitle {
	font-size: 16px;
	margin: 0;
}
.butique-banner.style2 .head .subtitle:after {
	margin: 0 auto;
	margin-top: 5px;
}
.butique-banner.style2 .head {
	padding: 0;
	width: 100%;
	margin-left: 0;
}
.butique-banner.style2 .top {
	width: 100%;
}
.butique-banner.left {
	padding-left: 30px;
	padding-right: 0;
}
.butique-banner.left .image {
	text-align: left;
}
.butique-banner.left .banner-inner {
	right: 0;
	left: 300px;
	padding-left: 100px;
	padding-right: 60px;
}
.butique-banner.left.style2 {
	padding-left: 0;
}
.butique-banner.left.style2 .banner-inner {
	left: 30px;
	padding: 45px 0;
	right: -30px;
}
/* Paralax */
.bg-parallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}
.parallax-container .owl-carousel .owl-item {
	background: transparent;
}
/*testimonials*/
.testimonials .avatar {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.testimonials .avatar:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.testimonials .avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.testimonials .item-center .avatar:before {
	display: none;
}
.testimonials .inner {
	display: none;
}
.testimonials-owl-3 .testimonial-owl {
	max-width: 270px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.testimonials .testimonial-info {
	font-size: 13px;
	font-family: "MontserratLight";
	color: #fff;
	text-align: center;
	max-width: 430px;
	margin: 0 auto;
}
.testimonials .text-in {
	margin-bottom: 10px;
}
.testimonials h6 {
	color: #fff;
	margin: 0;
	font-family: "Playfair Display";
	font-size: 18px;
	font-style: italic;
}
.testimonials h6:before,
.testimonials h6:after {
	content: "-";
	display: inline-block;
	margin: 0 10px;
}
.testimonials .owl-prev,
.testimonials .owl-next {
	position: absolute;
	top: 100%;
	width: 30px;
	height: 30px;
	border: 1px solid #fefefe;
	text-align: center;
	line-height: 28px;
	color: #fefefe;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}
.testimonials .owl-prev {
	left: -100px;
}
.testimonials:hover .owl-prev {
	left: -154px;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: inherit;
}
.testimonials .owl-next {
	right: -100px;
}
.testimonials:hover .owl-next {
	right: -154px;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: inherit;
}
.testimonials.style2 .testimonial {
	text-align: left;
}
.testimonials.style2 .testimonial .avatar {
	width: 110px;
	height: 110px;
	float: left;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(255, 255, 2555, 0.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-right: 45px;
}
.testimonials.style2 .inner {
	display: inherit;
	font-size: 13px;
	font-family: "MontserratLight";
	padding-left: 75px;
	padding-right: 75px;
	overflow: hidden;
	padding-top: 15px;
}
.testimonials.style2 .text-in {
	color: #fff;
	margin-bottom: 30px;
}
.testimonials.style2 .text-in:before {
	content: "";
	display: inline-block;
	width: 47px;
	height: 33px;
	background-image: url("/themes/breville/img/t-left.png");
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: -75px;
	position: absolute;
}
.testimonials.style2 .text-in:after {
	content: "";
	display: inline-block;
	width: 47px;
	height: 33px;
	background-image: url("/themes/breville/img/t-right.png");
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 0;
}
.testimonials.style2 h6 {
	font-family: "Montserrat";
	font-size: 12px;
}
.testimonials.style2 .owl-prev,
.testimonials.style2 .owl-next {
	border: none;
	color: #fff;
}
/* block-banner-text*/
.block-banner-text {
	position: relative;
	margin-bottom: 15px;
}
.block-banner-text .image {
	text-align: right;
}
.block-banner-text .content {
	position: absolute;
	left: 20px;
	top: 20px;
	bottom: 20px;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(201, 153, 71, 0.5);
	width: 51%;
	text-align: center;
	padding-top: 65px;
}
.block-banner-text .content:before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	bottom: -5px;
	right: -5px;
	z-index: 9;
	border-top: 5px solid #c12529;
	border-bottom: 5px solid #c12529;
	transform: scale(0, 1);
}
.block-banner-text .content:after {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	bottom: -5px;
	right: -5px;
	z-index: 9;
	border-left: 5px solid #c12529;
	border-right: 5px solid #c12529;
	transform: scale(1, 0);
}
.block-banner-text:hover .content:before,
.block-banner-text:hover .content:after {
	transform: scale(1);
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.block-banner-text .title {
	font-family: "LaCompagnie";
	margin: 0;
	font-size: 48px;
	color: #c12529;
	font-weight: normal;
	line-height: normal;
}
.block-banner-text .subtitle {
	text-transform: uppercase;
	font-size: 20px;
	line-height: normal;
	margin: 0;
}
.block-banner-text .text a {
	font-family: "Playfair Display";
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	color: #333;
}
.block-banner-text.style2 {
	margin-bottom: 30px;
}
.block-banner-text.style2 .banner-content {
	margin-top: -40px;
	padding: 0 35px;
	position: relative;
	z-index: 1;
}
.block-banner-text.style2 .banner-content .inner {
	border-width: 5px;
	border-style: solid;
	border-color: rgba(201, 153, 71, 0.5);
	padding: 60px 10px 40px 10px;
	text-align: center;
}
.block-banner-text.style2 .title {
	font-size: 26px;
	color: #333;
	font-family: "Montserrat";
	margin-bottom: 10px;
	font-weight: 700;
}
.block-banner-text.style2 .banner-link {
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 12px;
}
.group-banner-text {
	margin: 0 -7.5px;
}
.group-banner-text .item {
	padding: 0 7.5px;
	overflow: hidden;
}
.block-banner-text.style2:hover .title {
	-webkit-animation: fadeInDown 1s;
	-moz-animation: fadeInDown 1s;
}
/* block-banner-horizontal */
.block-banner-horizontal {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.block-banner-horizontal .image,
.block-banner-horizontal .content {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	text-align: center;
}
.block-banner-horizontal .image {
	padding-right: 15px;
}
.block-banner-horizontal .content {
	background-color: #f1d8ae;
	position: relative;
}
.block-banner-horizontal .content:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #f1d8ae transparent transparent;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.block-banner-horizontal .big-title {
	font-family: "Playfair Display";
	font-style: italic;
	font-weight: 700;
	font-size: 44px;
	line-height: normal;
	margin-bottom: 0;
}
.block-banner-horizontal .medium-title {
	font-family: "Playfair Display";
	font-style: italic;
	font-weight: 700;
	font-size: 26px;
	line-height: normal;
	margin-bottom: 20px;
}
.block-banner-horizontal .banner-link {
	text-transform: uppercase;
	font-size: 12px;
	color: #222222;
	text-decoration: underline;
}
.block-banner-horizontal .banner-link:hover {
	color: #c12529;
	font-style: italic;
}
.block-banner-horizontal:hover .medium-title {
	-webkit-animation: zoomInUp 1s;
	-moz-animation: zoomInUp 1s;
}
.block-banner-horizontal.gray .content {
	background-color: #eaeaea;
}
.block-banner-horizontal.gray .content:before {
	border-right-color: #eaeaea;
}
.block-text-border {
	padding: 15px 5px;
}
.block-text-border .content {
	border: 1px solid #c12529;
	text-align: center;
	padding: 75px 0;
}
.block-text-border .title {
	font-family: "LaCompagnie";
	margin: 0;
	font-size: 48px;
	color: #c12529;
	font-weight: normal;
	line-height: normal;
}
.block-text-border .subtitle {
	text-transform: uppercase;
	font-size: 20px;
	line-height: normal;
	margin: 0;
	margin-bottom: 5px;
}
.block-text-border .link {
	font-family: "Playfair Display";
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	text-decoration: underline;
	color: #333;
}
.block-text-border .link:hover {
	color: #c12529;
}
.border-dashed {
	display: inline-block;
	border-top: 1px dashed #cccccc;
	width: 100%;
	float: left;
}
/* group-banner-masonry */
.group-banner-masonry:after {
	content: "";
	display: block;
	clear: both;
}
.banner-masonry-item {
	float: left;
}
.banner-masonry-item .inner {
	position: relative;
	overflow: hidden;
}
.banner-masonry-item .inner img {
	width: 100%;
}
.group-banner-masonry .grid-sizer,
.banner-masonry-item {
	width: 16.66666666666%;
}
.banner-masonry-item-2x {
	width: 33.33333333333%;
}
.banner-masonry-item .inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.banner-masonry-item .inner:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
.banner-masonry-item .content {
	position: absolute;
	top: 50%;
	text-align: center;
	width: 100%;
	left: -100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner-masonry-item:hover .content {
	left: 0%;
}
.banner-masonry-item .title {
	margin: 0;
	font-family: "LaCompagnie";
	font-size: 60px;
	color: #c12529;
	line-height: normal;
}
.banner-masonry-item .subtitle {
	font-size: 24px;
	margin: 0;
	color: #fefefe;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.banner-masonry-item .link {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #fefefe;
}
.banner-masonry-item .link:hover {
	color: #c12529;
}
/* block-newletter */
.block-newletter {
	border: 1px dashed #ccc;
	padding: 25px 0;
	display: table;
	width: 100%;
}
.block-newletter .head,
.block-newletter .form {
	display: table-cell;
	vertical-align: middle;
}
.block-newletter .head {
	border-right: 1px solid #eaeaea;
	min-width: 420px;
	width: 490px;
	padding-left: 70px;
}
.block-newletter .head .section-title {
	margin: 0;
	padding: 20px 0;
}
.block-newletter .form {
	padding-left: 80px;
	padding-right: 180px;
}
.block-newletter .newletter {
	position: relative;
}
.block-newletter .newletter .email-text {
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	font-family: "MontserratLight";
	font-size: 13px;
	width: 100%;
	min-height: 38px;
	padding-right: 50px;
}
.block-newletter .newletter .button {
	background-color: transparent;
	color: #222;
	text-transform: uppercase;
	padding-right: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.block-newletter .desc {
	color: #333;
	padding-top: 30px;
}
.block-newletter .desc .text-primary {
	font-size: 18px;
	color: #c12529;
	font-weight: 700;
	display: inline-block;
	margin-right: 10px;
}
.block-newletter .desc .big-text {
	font-size: 30px;
	padding-left: 5px;
}
.block-newletter.style2 {
	padding: 30px 100px;
}
.block-newletter.style2 .head {
	border: none;
	border: none;
	width: 400px;
}
.block-newletter.style2 .head .section-title {
	padding: 0;
}
.block-newletter.style2 .head .section-title h3 {
	font-size: 30px;
}
.block-newletter.style2 .form {
	padding: 0;
}
.block-newletter.style2 .section-title h3:before {
	display: none;
}
.block-newletter.style2 .sub-title:after {
	content: "";
	width: 50px;
	height: 2px;
	background-color: #c12529;
	display: block;
	margin-top: 5px;
}
.block-newletter.style3 {
	border: none;
	padding: 0;
}
.block-newletter.style3 .form {
	display: table;
	width: 100%;
	padding: 0;
}
.block-newletter.style3 .newletter-wapper,
.block-newletter.style3 .desc {
	display: table-cell;
	vertical-align: bottom;
}
.block-newletter.style3 .newletter-wapper {
	padding-bottom: 6px;
}
.block-newletter.style3 .newletter {
	width: 360px;
}
.block-newletter.style3 .text-primary {
	text-transform: uppercase;
	font-size: 36px;
	display: block;
	margin: 0;
	margin-bottom: 5px;
}
.block-newletter.style3 .big-text {
	font-size: 60px;
}
.block-newletter.style3 .desc {
	color: #fff;
	font-size: 18px;
	text-align: right;
	padding-right: 70px;
}
.block-newletter.style3 .newletter .email-text {
	border: none;
	padding: 10px 25px;
	border: none;
	padding-right: 56px;
	min-height: 44px;
}
.block-newletter.style3 .newletter .button {
	height: 26px;
	width: 56px;
	border-left: 1px solid #eeeeee;
	padding: 0;
	margin: 0;
	background: url("/themes/breville/img/check.png") no-repeat center center;
	font-size: 0;
	top: 10px;
}
.block-newletter.style4 {
	border: none;
	display: block;
	padding: 50px 80px;
}
.block-newletter.style4 .head,
.block-newletter.style4 .form {
	display: block;
	border: none;
	min-width: 1px;
	max-width: 100%;
	padding: 0;
	margin: 0;
}
.block-newletter.style4 .head .section-title {
	padding: 0;
}
.block-newletter.style4 .desc {
	padding-top: 18px;
	margin-bottom: 28px;
	text-align: center;
}
.block-newletter.style4 .section-title h3 {
	margin-bottom: 15px;
}
.block-newletter.style4 .newletter .email-text {
	background: transparent;
}
/* block-text */
.block-text {
	padding: 10px;
	text-align: center;
	background-color: #c12529;
	color: #fff;
	text-transform: uppercase;
	font-family: "MontserratLight";
}
.block-text p {
	margin: 0;
}
.block-text .primary {
	font-size: 18px;
	font-family: "Montserrat";
	font-weight: 700;
}
.block-text .text {
	color: #fff;
	font-size: 18px;
	margin: 0;
	font-family: "MontserratLight";
}
.block-text .text:after {
	content: "";
	width: 42px;
	height: 1px;
	background-color: #fff;
	display: block;
	margin: 0 auto;
	margin-top: 9px;
}
.block-text .text .txt-primary {
	font-family: "Montserrat";
}
/* MObile box menu */
.mobile-navigation {
	display: inline-block;
	font-size: 20px;
	display: none;
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	color: #999;
}
.box-mobile-menu {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.95);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 5005;
}
.box-mobile-menu.open {
	left: 0%;
}
.box-mobile-menu .box-inner {
	position: relative;
	padding: 15px;
}
.box-mobile-menu .close-menu {
	width: 35px;
	height: 35px;
	font-size: 26px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.2);
	display: inline-block;
	line-height: 24px;
	text-align: center;
	color: #ccc;
	line-height: 38px;
	float: right;
}
.box-mobile-menu .mCSB_inside > .mCSB_container {
	margin: 0;
}
.box-mobile-menu .main-menu {
	margin: 0;
	padding: 0;
}
.box-mobile-menu .main-menu > li {
	display: block;
	width: 100%;
	padding: 0;
}
.box-mobile-menu .main-menu li {
	position: static;
}
.box-mobile-menu .main-menu > li > a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.2);
	width: 100%;
	color: #fff;
}
.box-mobile-menu .main-menu > li > a:before {
	display: none;
}
.box-mobile-menu .main-menu .sub-menu {
	position: static;
	max-width: 100% !important;
	width: 100% !important;
	padding: 0;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0);
	display: none;
	min-width: 1px;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.box-mobile-menu .main-menu .show-submenu > .sub-menu {
	display: block;
}
.box-mobile-menu .main-menu .sub-menu > li {
	padding: 0;
}
.box-mobile-menu .main-menu .sub-menu > li > a {
	padding: 13px 15px;
}
.box-mobile-menu .sub-menu.megamenu {
	padding: 15px;
	background-image: none !important;
}
/*Scroll Top */
.scroll_top {
	width: 40px;
	height: 40px;
	position: fixed;
	z-index: 9999;
	right: 15px;
	bottom: 30px;
	background-color: #111;
	display: none;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.scroll_top:hover,
.scroll_top:focus,
.scroll_top:active {
	color: #fff;
	background-color: #c12529;
}
.brands-slide img:hover {
	opacity: 0.5;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.video-lightbox:hover .overlay {
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background-color: rgba(0, 0, 0, 0.4);
}
.button-loadmore {
	border-top: 1px solid #eee;
	display: inline-block;
	padding: 22px 0;
	text-transform: uppercase;
	font-size: 12px;
	color: #666;
	font-family: "Montserrat";
	width: 100%;
	text-decoration: underline;
	text-align: center;
}
.button-loadmore:hover {
	color: #c12529;
	text-decoration: underline;
}
/* BANNER PAGE */
@media (max-width: 991px) {
	.page-banner {
		display: none;
	}
	#przepisy .page-banner {
		display: block;
	}
}

.page-banner {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	padding: 130px 0 120px 0;
	background-position: center;
}
.page-banner .banner-content {
	text-align: center;
	color: #fff;
}
.page-banner .banner-content .subtitle {
	font-family: "Playfair Display";
	font-size: 18px;
	font-style: italic;
}
.page-banner .banner-content .title {
	color: #fff;
	margin-bottom: 0;
	font-size: 48px;
	letter-spacing: 25px;
	margin-top: 10px;
}
/*.contact-banner{background-image:url("/themes/breville/img/b/45.jpg");}*/
.contact-banner .banner-content .title {
	letter-spacing: 10px;
}
/* team */
.team .avatar {
	margin-bottom: 15px;
}
.team .name {
	font-size: 15px;
	margin-bottom: 0;
}
.team .position {
	font-family: "Playfair Display";
	font-size: 13px;
	font-style: italic;
}
.item-processbar {
	padding-bottom: 40px;
	display: table;
	width: 100%;
}
.item-processbar .processbar-title {
	display: table-cell;
	width: 200px;
	vertical-align: middle;
	font-size: 12px;
	color: #222;
}
.item-processbar .processbar-bg {
	display: table-cell;
	vertical-align: middle;
}
.item-processbar .processbar-width {
	position: relative;
}
.item-processbar .processbar-width .processbar-percent {
	position: absolute;
	right: 30px;
	top: 50%;
	font-size: 12px;
	color: #222;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.item-processbar .processbar-width {
	width: 0;
}
/*testimonial*/
.testimonial {
	text-align: center;
}
.testimonial .text {
	font-size: 13px;
	font-family: "Playfair Display";
	font-style: italic;
	padding-bottom: 50px;
}
.testimonial .name {
	font-size: 15px;
	margin-bottom: 0;
}
.testimonial .position {
	font-family: "Playfair Display";
	font-style: italic;
}
.testimonials .owl-dots {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 20px;
}
.testimonials .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	background-color: #e6e6e6;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin: 0 2px;
}
.testimonials .owl-dots .owl-dot.active {
	background-color: #111;
}
.kt-contact-form .title {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.kt-contact-form input[type="text"],
.kt-contact-form textarea {
	width: 100%;
	font-family: "Roboto";
}
.kt-contact-form textarea {
	height: 306px;
}
.page-404 {
	padding: 100px 0 110px 0;
}
.page-404 .heading {
	font-size: 168px;
	font-weight: 700;
	color: #999;
}
/* CART */
table {
	width: 100%;
}
.shop_table td {
	border-top: 1px solid #ddd;
	padding: 40px 0;
}
.shop_table th {
	padding: 15px 0;
}
.shop_table.cart .product-thumbnail,
.shop_table.cart .product-name {
	padding-left: 0;
}
.shop_table.cart .product-thumbnail {
	width: 100px;
}
.shop_table.cart .product-thumbnail img {
	width: 100px;
}
.shop_table.cart td,
.shop_table.cart th {
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}
.shop_table.cart .product-name a {
	color: #222222;
}
.shop_table.cart .qty {
	width: 60px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.shop_table.cart .product-remove {
	padding-right: 0;
}
.shop_table.cart .product-remove a {
	color: #555;
}
.box-coupon {
	border: 1px dashed #a2a2a2;
	padding: 15px;
	padding-bottom: 80px;
}
.box-coupon .coupon-box-title {
	margin-bottom: 45px;
	font-size: 18px;
	font-style: italic;
	color: #222;
	font-family: "Playfair Display";
}
.box-coupon .inner-box {
	display: table;
	margin: 0 auto;
}
.box-coupon .input-text {
	padding: 8px 15px;
	min-width: 370px;
	margin-right: 5px;
}
.box-cart-total {
	border: 1px solid #dddddd;
	padding: 26px 30px;
	margin-bottom: 40px;
	font-family: "Montserrat", sans-serif;
	padding-bottom: 55px;
}
.box-cart-total .title {
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	padding-bottom: 9px;
}
.box-cart-total table td {
	padding: 10px 0;
	vertical-align: top;
	font-family: "Roboto", sans-serif;
	padding-right: 10px;
}
.box-cart-total .price {
	font-family: "Montserrat", sans-serif;
	color: #222;
}
.box-cart-total label {
	display: block;
	margin: 0;
	font-weight: normal;
	margin-bottom: 10px;
}
.box-cart-total label .price {
	display: block;
	padding-left: 20px;
}
.box-cart-total label input[type="radio"] {
	margin: 0;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.box-cart-total .order-total td {
	border-top: 1px solid #ddd;
	padding-top: 30px;
	padding-bottom: 30px;
	vertical-align: middle;
}
.box-cart-total .order-total .price {
	font-size: 24px;
	display: inline-block;
	float: right;
}
.box-cart-total .button {
	width: 100%;
	margin-bottom: 20px;
}
.box-cart-total .checkout-button {
	margin-bottom: 0;
}
.box-cart-total .button:last-child {
	margin-bottom: 0;
}
/*Check out*/
.form-checkout {
	font-family: "Roboto", sans-serif;
	margin-bottom: 50px;
}
.form-checkout .form-title {
	margin-bottom: 35px;
}
.form-checkout p {
	margin-bottom: 30px;
}
.form-checkout input[type="text"] {
	width: 100%;
}
.shop-table.order {
	margin-bottom: 40px;
}
.shop-table.order td {
	border-top: 1px solid #ddd;
	padding: 13px 0;
}
.shop-table.order th {
	padding: 13px 0;
}
.shop-table.order td.total,
.shop-table.order th.total {
	text-align: right;
	font-family: "Montserrat", sans-serif;
	color: #222;
}
.shop-table.order .order-total td {
	background-color: #111111;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	padding: 13px 25px;
	border: none;
}
.form-checkout.order .button {
	padding-right: 65px;
	padding-left: 65px;
	font-size: 14px;
}
.payment_methods .payment_method {
	margin-bottom: 45px;
}
.payment_methods .payment_method label {
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	margin-bottom: 0;
	display: inline-block;
}
.payment_methods .payment_method input[type="checkbox"],
.payment_methods .payment_method input[type="radio"] {
	display: inline-block;
	margin-right: 10px;
	margin-top: 2px;
}
.payment_methods .payment_box {
	padding-top: 10px;
	padding-left: 22px;
}
/* LOOLBOOK */
.lookbook-list {
	padding: 0;
	margin-top: 10px;
}
.lookbook-list .item {
	list-style: none;
	margin-top: 30px;
}
.white-popup {
	position: relative;
	background: #fff;
	width: auto;
	width: 433px;
	margin: 20px auto;
}
.kt-popup-newsletter {
	padding: 20px 60px;
	text-align: center;
	padding-bottom: 100px;
}
.kt-popup-newsletter .popup-title {
	margin-top: 40px;
	text-transform: uppercase;
}
.kt-popup-newsletter .popup-title p {
	margin: 0;
	margin-top: 20px;
}
.kt-popup-newsletter .popup-title h3 {
	font-size: 24px;
	margin-bottom: 15px;
}
.kt-popup-newsletter .form-subscribe {
	padding-top: 40px;
}
.kt-popup-newsletter .form-subscribe .input {
	width: 100%;
	margin-bottom: 20px;
	font-family: "Roboto", sans-serif;
}
.kt-popup-newsletter .form-subscribe .button {
	margin: 0 5px;
}
.kt-popup-newsletter .checkbox {
	position: absolute;
	margin: 0;
	left: 20px;
	bottom: 10px;
	font-size: 13px;
	color: #888888;
	font-weight: normal;
	font-family: "Roboto", sans-serif;
}
.kt-popup-newsletter .checkbox label {
	font-weight: normal;
}
.kt-popup-newsletter .checkbox input[type="checkbox"] {
	vertical-align: middle;
	margin-top: 6px;
}
.kt-popup-newsletter .primary {
	display: inline-block;
	background-color: #b28b46;
	color: #fff;
	padding: 0 10px;
}
.product-list-grid.lg-columns-1 .product-item:nth-child(1n + 1),
.product-list-grid.lg-columns-2 .product-item:nth-child(2n + 1),
.product-list-grid.lg-columns-3 .product-item:nth-child(3n + 1),
.product-list-grid.lg-columns-4 .product-item:nth-child(4n + 1),
.product-list-grid.lg-columns-5 .product-item:nth-child(5n + 1),
.product-list-grid.lg-columns-6 .product-item:nth-child(6n + 1),
.product-list-grid.lg-columns-7 .product-item:nth-child(7n + 1),
.product-list-grid.lg-columns-8 .product-item:nth-child(8n + 1),
.product-list-grid.lg-columns-9 .product-item:nth-child(9n + 1),
.product-list-grid.lg-columns-10 .product-item:nth-child(10n + 1),
.product-list-grid.lg-columns-11 .product-item:nth-child(11n + 1),
.product-list-grid.lg-columns-12 .product-item:nth-child(12n + 1) {
	clear: left;
}
.bg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 215px;
	display: table;
	font-size: 0;
	overflow: hidden;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	position: relative;
}
.bg-image:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.bg-image:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.kt-banner:hover .bg-image:before {
	right: 50%;
	left: 50%;
	background: rgba(255, 255, 255, 0.2);
}
.kt-banner:hover .bg-image:after {
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, 0.2);
}
.block-kt-banner {
	position: relative;
}
.block-kt-banner .banner-content {
	position: absolute;
	max-width: 100%;
}
.block-kt-banner .bg-image {
	min-height: 585px;
	height: 585px;
}
.block-kt-banner.style1 .title {
	font-size: 50px;
	color: #d1a95a;
	font-family: "LaCompagnie";
	line-height: normal;
	margin: 0;
}
.block-kt-banner.style1 .subtitle {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.block-kt-banner.style1 .subtitle:after {
	content: "";
	width: 36px;
	height: 2px;
	display: block;
	margin: 0 auto;
	background-color: #333333;
	margin-top: 20px;
}
.block-kt-banner.style1 .banner-button {
	margin-top: 15px;
	text-transform: uppercase;
	color: #333;
	display: inline-block;
	font-size: 13px;
}
.block-kt-banner.style1 .banner-button:hover {
	color: #c12529;
}
.block-kt-banner.style1:hover .title {
	-webkit-animation: fadeInDown 1s;
	-moz-animation: fadeInDown 1s;
}
.block-kt-banner.style1:hover .subtitle {
	-webkit-animation: fadeInUp 1s;
	-moz-animation: fadeInUp 1s;
}
.block-kt-banner.style1.content-top .banner-content {
	top: 60px;
	left: 0px;
	right: 0px;
}
.block-kt-banner.style2 .bg-image {
	min-height: 300px;
	height: 300px;
}
.block-kt-banner.style2 .banner-content {
	border: 5px solid #c12529;
	padding: 20px 0;
}
.block-kt-banner.center-content .banner-content {
	left: 65px;
	right: 65px;
	transform: translateY(-50%);
	top: 50%;
}
.block-kt-banner.style2 .title {
	font-size: 60px;
	color: #d1a95a;
	font-family: "LaCompagnie";
	line-height: normal;
	margin: 0;
}
.block-kt-banner.style2 .subtitle {
	color: #fff;
	font-family: "Playfair Display";
	font-style: italic;
	font-weight: 700;
	font-size: 18px;
}
.block-kt-banner.style2 .subtitle .big-text {
	font-family: "Montserrat";
	font-style: normal;
	font-size: 30px;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px;
}
.block-kt-banner.style2:hover .banner-content {
	-webkit-animation: flash 1s;
	-moz-animation: flash 1s;
}
.block-kt-banner.style3 .bg-image {
	min-height: 300px;
	height: 300px;
}
.block-kt-banner.style3 .banner-content {
	border: 5px solid #d14b78;
	padding: 50px 30px 60px 75px;
	color: #fff;
}
.block-kt-banner.style3.right-content .banner-content {
	right: 30px;
	transform: translateY(-50%);
	top: 50%;
}
.block-kt-banner.style3 .title {
	color: #fff;
	font-family: "LaCompagnie";
	font-size: 60px;
	margin: 0;
	line-height: 45px;
}
.block-kt-banner.style3 .subtitle {
	font-size: 18px;
	text-transform: uppercase;
}
.block-kt-banner.style3 .banner-button {
	display: inline-block;
	padding: 6px 20px;
	color: #fff;
	font-size: 12px;
	background-color: #333;
	margin-top: 15px;
	text-transform: uppercase;
}
.block-kt-banner.style3 .banner-button:hover {
	background-color: #d14b78;
}
.block-kt-banner.style4 .banner-content {
	border-color: #d1a95a;
	padding: 50px 80px 60px 35px;
}
.block-kt-banner.content-left .banner-content {
	left: 30px;
	transform: translateY(-50%);
	top: 50%;
}
.block-kt-banner.style5 .bg-image {
	min-height: 300px;
	height: 300px;
}
.block-kt-banner.style5 .video .button-play {
	background: url("/themes/breville/img/play2.png") no-repeat;
	width: 64px;
	height: 64px;
}
.block-banner20 {
	border: 1px solid #f5f5f5;
	padding: 5px;
	position: relative;
	background-color: #fff;
	text-align: center;
}
.block-banner20 .top-left,
.block-banner20 .top-right,
.block-banner20 .bottom-left,
.block-banner20 .bottom-right {
	width: 45px;
	height: 45px;
	display: inline-block;
	position: absolute;
}
.block-banner20 .top-left {
	border-left: 2px solid #c12529;
	border-top: 2px solid #c12529;
	top: 0px;
	left: 0px;
}
.block-banner20 .top-right {
	border-right: 2px solid #c12529;
	border-top: 2px solid #c12529;
	top: 0px;
	right: 0px;
}
.block-banner20 .bottom-left {
	border-left: 2px solid #c12529;
	border-bottom: 2px solid #c12529;
	left: 0px;
	bottom: 0px;
}
.block-banner20 .bottom-right {
	border-right: 2px solid #c12529;
	border-bottom: 2px solid #c12529;
	right: 0px;
	bottom: 0px;
}
.block-banner20 .inner {
	background-color: #f5f5f5;
}
.block-banner20 .center {
	position: absolute;
	top: -55px;
}
/*------------------
 SECTION
 -------------------*/
.margin-bottom-75 {
	margin-bottom: 75px !important;
}
.margin-bottom-80 {
	margin-bottom: 80px !important;
}
.margin-bottom-25 {
	margin-bottom: 25px !important;
}
.margin-top-120 {
	margin-top: 120px !important;
}
.margin-top-100 {
	margin-top: 100px !important;
}
.margin-top-95 {
	margin-top: 95px !important;
}
.margin-top-70 {
	margin-top: 70px !important;
}
.margin-top-60 {
	margin-top: 60px;
}
.margin-top-55 {
	margin-top: 55px !important;
}
.margin-top-50 {
	margin-top: 50px !important;
}
.margin-top-45 {
	margin-top: 45px !important;
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-top-35 {
	margin-top: 35px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-25 {
	margin-top: 25px !important;
}
.margin-top-80 {
	margin-top: 80px !important;
}
.margin-top-90 {
	margin-top: 90px !important;
}
.margin-top-110 {
	margin-top: 110px !important;
}
.margin-top-230 {
	margin-top: 230px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-35 {
	margin-bottom: 35px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-0 {
	margin-bottom: 0 !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.margin-bottom-70 {
	margin-bottom: 70px !important;
}
.magin-top-117 {
	margin-top: 117px !important;
}
.padding-0 {
	padding: 0 !important;
}
.margin-0 {
	margin: 0 !important;
}
.padding-right-5 {
	padding-right: 5px;
}
.padding-bottom-0 {
	padding-bottom: 0 !important;
}
.padding-bottom-10 {
	padding-bottom: 10px !important;
}
.padding-bottom-20 {
	padding-bottom: 20px !important;
}
.padding-bottom-30 {
	padding-bottom: 30px !important;
}
.padding-bottom-35 {
	padding-bottom: 35px !important;
}
.padding-bottom-40 {
	padding-bottom: 40px !important;
}
.padding-bottom-50 {
	padding-bottom: 50px !important;
}
.padding-bottom-60 {
	padding-bottom: 60px !important;
}
.padding-bottom-70 {
	padding-bottom: 70px !important;
}
.padding-top-0 {
	padding-top: 0 !important;
}
.padding-top-10 {
	padding-top: 10px !important;
}
.padding-top-20 {
	padding-top: 20px !important;
}
.padding-top-30 {
	padding-top: 30px !important;
}
.padding-top-35 {
	padding-top: 35px !important;
}
.padding-top-40 {
	padding-top: 40px !important;
}
.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}
.padding-top-70 {
	padding-top: 70px !important;
}
.section-lasttest-blog {
	padding-bottom: 60px;
	border-bottom: 1px solid #eaeaea;
}
.section-lasttest-blog.no-border {
	border: none;
}
.section-lasttest-blog.full {
	background-color: #f9f9f9;
	padding-top: 60px;
	border: none;
}
.section-lasttest-blog.full .lastest-blog.owl-carousel .owl-item {
	background: #f9f9f9;
}
.section-lasttest-blog.full .lastest-blog .right:before {
	background-color: #f9f9f9;
}
.section-lasttest-blog .section-title h3 {
	font-size: 24px;
}
.section-brand-slide {
	margin-top: 60px;
}
.our-category {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 60px 0;
}
.section-block-single-product {
	padding: 140px 0;
	background-color: #f4f4f3;
	padding-bottom: 120px;
}
.section-block-single-product2 {
	padding: 75px 0;
	background-color: #ececeb;
}
.section-block-single-product2 .product-image {
	float: right;
}
.no-border-top {
	border-top: none;
}
.home10 .section-brand-slide {
	margin-top: 40px;
}
.home13 .section-brand-slide,
.home16 .section-brand-slide {
	margin-bottom: 60px;
}
.home20 .section-brand-slide {
	border-top: 1px solid #eaeaea;
	padding-top: 60px;
	margin-bottom: 60px;
	margin-top: 0;
}
.parallax-overlay {
	background: rgba(0, 0, 0, 0.7);
}
.block-paralax1 {
	margin-top: 60px;
}
.block-paralax1 .parallax-overlay {
	padding: 110px 0 70px 0;
}
.block-paralax2 {
	margin-top: 60px;
}
.block-paralax2 .parallax-overlay {
	padding-bottom: 120px;
}
.block-paralax3 {
	margin-top: 60px;
	font-family: "MontserratLight";
}
.block-paralax3 .parallax-overlay {
	background: transparent;
	padding: 87px 0 110px 0;
}
.block-paralax3 .sub-title {
	margin-bottom: 15px;
}
.block-paralax3 .title {
	font-size: 48px;
	color: #333;
	font-family: "MontserratLight";
}
.block-paralax4 {
	margin-top: 60px;
}
.block-paralax4 .parallax-overlay {
	padding: 60px 0 75px 0;
}
.block-paralax4 .head {
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.block-paralax4 .head .title {
	text-transform: uppercase;
	font-size: 18px;
	color: #c12529;
	margin-bottom: 0;
}
.block-paralax4 .head .sub-title {
	font-family: "MontserratLight";
	font-size: 12px;
}
.block-paralax4 .head:after {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}
.section-block-text {
	margin: 0 -5px;
}
.section-block-text .item {
	padding: 0 5px;
	margin-bottom: 30px;
}
.section-team {
	background-color: #f9f9f9;
	padding: 60px 0;
}
.section-testimonials {
	background-image: url("/themes/breville/img/44.png");
	background-position: center bottom;
}
.block-paralax5 {
	margin-top: 70px;
}
.block-paralax5 .parallax-overlay {
	padding: 60px 0 70px 0;
}
.block-paralax5 .head {
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.block-paralax5 .head .title {
	text-transform: uppercase;
	font-size: 18px;
	color: #c12529;
	margin-bottom: 0;
}
.block-paralax5 .head .sub-title {
	font-family: "MontserratLight";
	font-size: 12px;
}
.block-paralax5 .head:after {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}
/* ----------
Home detail product item
---------- */
.home_detail .block-single-product .color_to_pick_list {
	padding-top: 25px;
	margin-bottom: 50px;
	overflow: hidden;
}
.home_detail .block-single-product .color_to_pick_list li {
	display: inline-block;
}
.home_detail .block-single-product .color_to_pick_list li a {
	display: block;
	width: 40px;
	height: 40px;
	webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}
/* ----------
banner page
---------- */
#responsive_slides .bx-wrapper .bx-controls-direction a {
	top: 50%;
	z-index: 100;
	display: none;
}
#responsive_slides .bx-wrapper:hover .bx-controls-direction a {
	display: block;
}
#responsive_slides .bx-wrapper .bx-pager {
	display: none;
}

#index .split_wrapper {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#index .split_conttent {
	display: table-row;
}
#index .split_conttent > div {
	display: table-cell;
	float: none;
}
#index .split_conttent .left-panel {
	background: #f9f9f9;
}
/* ----------
RESPONSIVE
---------- */
@media (min-width: 1280px) {
	.container {
		max-width: 100%;
		width: 1200px;
	}
}
@media (max-width: 1366px) {
	.header-categoy-menu,
	.header-categoy-menu.opened {
		padding-left: 30px;
		padding-right: 30px;
		width: 300px;
		min-width: 300px;
		max-width: 300px;
	}
	.header-categoy-menu {
		right: -300px;
	}
	.header-categoy-menu.closed {
		right: -300px;
	}
	.header-categoy-menu .open-header-sidebar,
	.header-categoy-menu.closed .open-header-sidebar {
		display: block;
	}
	.header.sidebar {
		padding-left: 30px;
		min-width: 300px;
		max-width: 300px;
	}
	.header.sidebar.closed {
		left: -300px;
	}
	.block-category-carousel.style2.open {
		bottom: inherit;
		left: -200px;
		opacity: 0;
		visibility: hidden;
	}
	.home-top-category-slide .block-toggle {
		left: 0;
	}
	.home-top-category-slide .block-toggle .icon:before {
		content: "\e684";
	}
	.home-top-category-slide .block-toggle.closed .icon:before {
		content: "\e680";
	}
	.home-top-category-slide .block-toggle.closed {
		left: 170px;
	}
	.block-category-carousel.style2 {
		left: 0;
		opacity: 1;
		visibility: inherit;
		bottom: inherit;
	}
}
@media (min-width: 1200px) {
	#index .split_wrapper {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	#index .split_conttent {
		display: table-row;
	}
	#index .split_conttent > div {
		display: table-cell;
		float: none;
	}
	#index .split_conttent .left-panel {
		background: #f9f9f9;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.banner_right_product .first-item .banner-product {
		display: block;
		width: 100%;
		height: 312px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.main-header {
		text-align: center;
	}
	.main-header .logo_container #header_logo {
		display: inline-block;
	}
	.main-header .top_container {
		display: inline-block;
		margin: 0 auto;
		text-align: center;
	}
	#index .split_wrapper {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	#index .split_conttent {
		display: table-row;
	}
	#index .split_conttent > div {
		display: table-cell;
		float: none;
	}
}
@media (max-width: 1199px) {
	.product-item .quick-view {
		display: none !important;
	}
	.product-list-grid.desktop-columns-1 .product-item:nth-child(1n + 1),
	.product-list-grid.desktop-columns-2 .product-item:nth-child(2n + 1),
	.product-list-grid.desktop-columns-3 .product-item:nth-child(3n + 1),
	.product-list-grid.desktop-columns-4 .product-item:nth-child(4n + 1),
	.product-list-grid.desktop-columns-5 .product-item:nth-child(5n + 1),
	.product-list-grid.desktop-columns-6 .product-item:nth-child(6n + 1),
	.product-list-grid.desktop-columns-7 .product-item:nth-child(7n + 1),
	.product-list-grid.desktop-columns-8 .product-item:nth-child(8n + 1),
	.product-list-grid.desktop-columns-9 .product-item:nth-child(9n + 1),
	.product-list-grid.desktop-columns-10 .product-item:nth-child(10n + 1),
	.product-list-grid.desktop-columns-11 .product-item:nth-child(11n + 1),
	.product-list-grid.desktop-columns-12 .product-item:nth-child(12n + 1) {
		clear: left;
	}
	.product-list-grid.lg-columns-1 .product-item:nth-child(1n + 1),
	.product-list-grid.lg-columns-2 .product-item:nth-child(2n + 1),
	.product-list-grid.lg-columns-3 .product-item:nth-child(3n + 1),
	.product-list-grid.lg-columns-4 .product-item:nth-child(4n + 1),
	.product-list-grid.lg-columns-5 .product-item:nth-child(5n + 1),
	.product-list-grid.lg-columns-6 .product-item:nth-child(6n + 1),
	.product-list-grid.lg-columns-7 .product-item:nth-child(7n + 1),
	.product-list-grid.lg-columns-8 .product-item:nth-child(8n + 1),
	.product-list-grid.lg-columns-9 .product-item:nth-child(9n + 1),
	.product-list-grid.lg-columns-10 .product-item:nth-child(10n + 1),
	.product-list-grid.lg-columns-11 .product-item:nth-child(11n + 1),
	.product-list-grid.lg-columns-12 .product-item:nth-child(12n + 1) {
		clear: none;
	}
	.header.style1 .logo {
		padding: 0;
		margin-bottom: 35px;
		text-align: center;
	}
	.header.style1 .category-menu {
		margin: 0 auto;
	}
	.header.style5 .main-menu > li {
		padding: 0 15px;
	}
	.header.style4 .logo {
		text-align: center;
		margin: 0 auto 30px;
	}
	.header.style4 .main-menu > li {
		padding: 0 10px;
	}
	.header.style4 .mini-cart {
		padding: 0 15px;
	}
	.header.style4 .top-header {
		padding: 20px 30px;
	}
	.banner-text.style3 .subtitle {
		margin-bottom: 50px;
		font-size: 18px;
	}
	.header.style12 .logo2 {
		display: block;
	}
	.header.style12 .logo-main {
		display: none;
	}
	.header.style14 .logo {
		min-width: 1px;
		padding: 15px;
		width: auto;
	}
	.header.style14 .main-menu-wapper {
		padding-left: 15px;
	}
	.header.style14 .box-search,
	.header.style14 .box-settings,
	.header.style14 .shopping_cart_container {
		padding: 15px;
	}
	.header.style14 .right-control {
		width: auto;
		min-width: 1px;
	}
	.header.style14 .main-menu > li {
		padding: 0 15px;
	}
	.butique-banner .banner-inner {
		right: 60px;
		background-color: rgba(255, 255, 255, 0.8);
	}
	.butique-banner.left .banner-inner {
		left: 60px;
	}
	.group-banner-masonry .grid-sizer,
	.banner-masonry-item {
		width: 25%;
	}
	.banner-masonry-item-2x {
		width: 50%;
	}
	.shop-top .orderby-wapper {
		padding-left: 10px;
	}
	.block-newletter .head {
		width: 50%;
	}
	.block-newletter .form {
		padding: 0 30px;
	}
	.element-icon.plus:after {
		display: none;
	}
	.header.style18 .logo-main {
		display: none;
	}
	.header.style18 .logo2 {
		display: block;
	}
	.header.style18.ontop .logo2 {
		display: none;
	}
	.block-newletter.style4 {
		padding: 40px 30px;
	}
	.block-newletter.style4 .head {
		width: 100%;
	}
	.owl-carousel.nav-style1 .owl-next {
		right: -20px;
	}
	.owl-carousel.nav-style1 .owl-prev {
		left: -20px;
	}
	.element-icon .icon {
		float: none;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.lastest-blog .blog-title a {
		float: left;
		max-width: 100%;
		/* //        white-space: nowrap;
//        text-overflow: ellipsis; */
		overflow: hidden;
	}
	.product-item.style6 .product-count-down {
		position: relative;
		margin-top: 30px;
	}
	.product-item.style6 .box-count {
		width: 45px;
	}
	.category-menu .owl-item {
		text-align: center !important;
	}
	.category-menu li {
		float: none;
	}
}
@media (max-width: 991px) {
	/* PRODUCT GRID*/
	.product-list-grid.desktop-columns-1 .product-item:nth-child(1n + 1),
	.product-list-grid.desktop-columns-2 .product-item:nth-child(2n + 1),
	.product-list-grid.desktop-columns-3 .product-item:nth-child(3n + 1),
	.product-list-grid.desktop-columns-4 .product-item:nth-child(4n + 1),
	.product-list-grid.desktop-columns-5 .product-item:nth-child(5n + 1),
	.product-list-grid.desktop-columns-6 .product-item:nth-child(6n + 1),
	.product-list-grid.desktop-columns-7 .product-item:nth-child(7n + 1),
	.product-list-grid.desktop-columns-8 .product-item:nth-child(8n + 1),
	.product-list-grid.desktop-columns-9 .product-item:nth-child(9n + 1),
	.product-list-grid.desktop-columns-10 .product-item:nth-child(10n + 1),
	.product-list-grid.desktop-columns-11 .product-item:nth-child(11n + 1),
	.product-list-grid.desktop-columns-12 .product-item:nth-child(12n + 1) {
		clear: none;
	}
	/* PRODUCT GRID*/
	.product-list-grid.tablet-columns-1 .product-item:nth-child(1n + 1),
	.product-list-grid.tablet-columns-2 .product-item:nth-child(2n + 1),
	.product-list-grid.tablet-columns-3 .product-item:nth-child(3n + 1),
	.product-list-grid.tablet-columns-4 .product-item:nth-child(4n + 1),
	.product-list-grid.tablet-columns-5 .product-item:nth-child(5n + 1),
	.product-list-grid.tablet-columns-6 .product-item:nth-child(6n + 1),
	.product-list-grid.tablet-columns-7 .product-item:nth-child(7n + 1),
	.product-list-grid.tablet-columns-8 .product-item:nth-child(8n + 1),
	.product-list-grid.tablet-columns-9 .product-item:nth-child(9n + 1),
	.product-list-grid.tablet-columns-10 .product-item:nth-child(10n + 1),
	.product-list-grid.tablet-columns-11 .product-item:nth-child(11n + 1),
	.product-list-grid.tablet-columns-12 .product-item:nth-child(12n + 1) {
		clear: left;
	}
	.header.style1 .category-menu li > a {
		width: 100px;
		height: 100px;
		padding-top: 5px;
	}
	.header.style1 .main-menu > li {
		padding: 0 10px;
	}
	.header.style1 .main-menu > li:first-child {
		padding-left: 0;
	}
	.newsletter:after {
		left: 0;
		width: 100%;
	}
	.header.style2 .logo {
		text-align: center;
		margin-bottom: 0px; /*30px*/
	}
	/* .header.style2 .main-header{padding:0 0 30px 0;} */
	.header.style2 .main-header {
		padding: 0;
	}
	.header.style2 .top-header {
		padding-top: 5px; /*30px;*/
	}
	.header.style2 .main-menu {
		float: left;
	}
	.header.style2 .main-menu > li {
		padding: 0 10px;
	}
	.header.style2 .main-menu > li:first-child {
		padding-left: 0;
	}
	.header.style3 .logo {
		text-align: center;
		margin: 0 auto;
	}
	.header.style3 .main-menu > li {
		padding: 0 15px;
	}
	.banner-text .title {
		font-size: 24px;
	}
	.banner-text .sub-title {
		font-size: 14px;
	}
	.header.style5 .mini-cart .cart-link {
		font-size: 0;
		display: inline-block;
		margin-right: 20px;
	}
	.header.style5 .mini-cart .count {
		top: -30px;
	}
	.header.style5 .mini-cart .cart-link .icon {
		margin-top: 10px;
	}
	.header.style5 .shopping_cart_container .shopping_cart > a.cart-link:before {
		position: absolute;
	}
	.header.style5 .shopping_cart_container .shopping_cart > a:first-child > span.ajax_cart_quantity {
		top: -5px;
	}
	.category-menu.style2 li {
		padding: 0 20px;
	}
	.category-menu.style2 li > a {
		text-align: center;
	}
	.category-menu.style2 li > a .icon {
		margin: 0;
		display: block;
		margin-bottom: 10px;
	}
	.category-menu.style2 li > a .icon img {
		width: 50%;
	}
	.header.style4 .mini-cart .cart-link {
		font-size: 0;
	}
	.header.style4 .mini-cart .count {
		top: -30px;
	}
	.header.style4 .main-menu {
		display: none;
	}
	.header.style4 .mobile-navigation {
		display: inline-block;
	}
	.footer.style2 .footer-sidebar {
		border: none;
	}
	.topbar-menu > li > a {
		padding: 13px 10px;
	}
	.header.style12 .main-menu {
		display: none;
	}
	.header.style12 .mobile-navigation {
		display: inline-block;
	}
	.header.style14 .main-menu {
		display: none;
	}
	.header.style14 .main-header {
		padding: 0;
	}
	.header.style14 .mobile-navigation {
		display: inline-block;
		color: #fff;
		margin: 0;
		float: none;
	}
	.header.style14 .logo,
	.header.style14 .main-menu-wapper,
	.header.style14 .right-control {
		text-align: center;
	}
	.header.style14 .main-menu-wapper {
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: rgba(255, 255, 255, 0.2);
		padding: 15px;
	}
	.butique-banner .banner-inner {
		padding: 20px;
		padding-top: 60px;
	}
	.butique-banner.left .banner-inner {
		padding: 20px;
		padding-top: 60px;
	}
	.butique-banner .head .title {
		font-size: 36px;
	}
	.butique-banner .head .subtitle {
		font-size: 24px;
	}
	.block-banner-text .content {
		width: 100%;
		background-color: rgba(255, 255, 255, 0.8);
	}
	.block-text-border .content {
		padding: 50px 0;
	}
	.block-text-border .subtitle,
	.block-banner-text .subtitle {
		font-size: 16px;
	}
	.header.style15 {
		position: static;
		background-color: #111;
	}
	.header.style15 .main-header {
		padding: 15px 0;
	}
	.element-icon.plus:after {
		display: none;
	}
	.block-newletter {
		display: block;
		padding: 25px;
	}
	.block-newletter .head,
	.block-newletter .form {
		display: block;
	}
	.block-newletter .form {
		padding: 0;
		margin-top: 20px;
	}
	.block-newletter .head {
		border: none;
	}
	.block-newletter .head .section-title {
		padding: 0;
	}
	.group-banner-masonry .grid-sizer,
	.banner-masonry-item {
		width: 33.3333333%;
	}
	.banner-masonry-item-2x {
		width: 66.6666666%;
	}
	.lastest-blog.style5 .item-blog .info {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.block-newletter.style2 {
		padding: 15px;
	}
	.header.sidebar.closed,
	.header.sidebar {
		left: -300px;
	}
	.header.sidebar .open-header-sidebar {
		display: block;
	}
	.header.sidebar.opened {
		left: 0;
	}
	.header.sidebar.opened .open-header-sidebar {
		display: none;
	}
	.header-categoy-menu.closed {
		right: -300px;
	}
	.shop-top .shop-top-left,
	.shop-top .shop-top-right {
		width: 100%;
	}
	.shop-top .shop-top-left {
		padding-bottom: 10px;
	}
	.shop-top .show-grid-list {
		float: right;
	}
	.shop-top .orderby-wapper {
		padding-left: 0;
	}
	.shop-top .woocommerce-result-count {
		display: none;
	}
	.element-icon.style4 .icon {
		display: block;
		text-align: center;
		padding: 0;
		margin-bottom: 15px;
	}
	.element-icon.style4 .content {
		text-align: center;
	}
	.header.style18 .main-menu {
		display: none;
	}
	.header.style18 .mobile-navigation {
		display: inline-block;
		margin-top: 15px;
	}
	.header.style18 .main-header {
		padding: 30px 0;
	}
	.header.style18 .logo2 {
		margin-bottom: 20px;
	}
	.block-newletter.style3 .newletter-wapper,
	.block-newletter.style3 .desc {
		display: block;
	}
	.block-newletter.style3 .text-primary {
		font-size: 20px;
	}
	.block-newletter.style3 .big-text {
		font-size: 20px;
	}
	.block-newletter.style3 form,
	.block-newletter.style3 .newletter {
		width: 100%;
	}
	.block-newletter.style3 .desc {
		padding: 0;
		margin-bottom: 30px;
		text-align: center;
	}
	.element-icon.style5 .title,
	.element-icon.style5 .text {
		width: 100%;
	}
	.footer .payment .head {
		padding-right: 0;
	}
	.footer .footer-sidebar {
		min-height: initial;
	}
	.shopping_cart_container.style1 .shopping_cart > a.cart-link {
		width: 100px;
		height: 100px;
		padding-top: 5px;
	}
	.shopping_cart_container .shopping_cart > a:first-child > span.ajax_cart_quantity {
		top: 15px;
		left: 50px;
	}
	.header.style3 .shopping_cart_container .shopping_cart > a:first-child > span.ajax_cart_quantity {
		top: -18px;
	}
	.scroll_top {
		right: 40px;
	}
	.footer .payment .list {
		margin: 0 auto;
	}
	.mobile-center {
		text-align: center !important;
	}
	.free-uk {
		line-height: normal;
	}
	.product-item .product-thumb .product-image-container > .sale,
	.product-item .product-thumb .product-image-container > .new {
		display: none;
	}
	.header.style3 .shopping_cart_container .shopping_cart > a.cart-link .ajax_cart_total {
		display: none !important;
	}
	.column .block-category-carousel .title {
		font-size: 17px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.newsletter.style2 {
		display: block;
	}
	.newsletter.style2 h3 {
		font-size: 17px;
	}
}
@media (max-width: 991px) {
	/* JK ORG 767px*/
	/* PRODUCT GRID*/
	.column {
		margin-bottom: 30px;
	}
	.mobile-center {
		text-align: center !important;
	}
	.free-uk {
		line-height: inherit;
	}
	.product-list-grid.tablet-columns-1 .product-item:nth-child(1n + 1),
	.product-list-grid.tablet-columns-2 .product-item:nth-child(2n + 1),
	.product-list-grid.tablet-columns-3 .product-item:nth-child(3n + 1),
	.product-list-grid.tablet-columns-4 .product-item:nth-child(4n + 1),
	.product-list-grid.tablet-columns-5 .product-item:nth-child(5n + 1),
	.product-list-grid.tablet-columns-6 .product-item:nth-child(6n + 1),
	.product-list-grid.tablet-columns-7 .product-item:nth-child(7n + 1),
	.product-list-grid.tablet-columns-8 .product-item:nth-child(8n + 1),
	.product-list-grid.tablet-columns-9 .product-item:nth-child(9n + 1),
	.product-list-grid.tablet-columns-10 .product-item:nth-child(10n + 1),
	.product-list-grid.tablet-columns-11 .product-item:nth-child(11n + 1),
	.product-list-grid.tablet-columns-12 .product-item:nth-child(12n + 1) {
		clear: none;
	}
	/* PRODUCT GRID*/
	.product-list-grid.mobile-columns-1 .product-item:nth-child(1n + 1),
	.product-list-grid.mobile-columns-2 .product-item:nth-child(2n + 1),
	.product-list-grid.mobile-columns-3 .product-item:nth-child(3n + 1),
	.product-list-grid.mobile-columns-4 .product-item:nth-child(4n + 1),
	.product-list-grid.mobile-columns-5 .product-item:nth-child(5n + 1),
	.product-list-grid.mobile-columns-6 .product-item:nth-child(6n + 1),
	.product-list-grid.mobile-columns-7 .product-item:nth-child(7n + 1),
	.product-list-grid.mobile-columns-8 .product-item:nth-child(8n + 1),
	.product-list-grid.mobile-columns-9 .product-item:nth-child(9n + 1),
	.product-list-grid.mobile-columns-10 .product-item:nth-child(10n + 1),
	.product-list-grid.mobile-columns-11 .product-item:nth-child(11n + 1),
	.product-list-grid.mobile-columns-12 .product-item:nth-child(12n + 1) {
		clear: left;
	}
	.mobile-navigation {
		display: inline-block;
	}
	.footer .payment .head {
		padding: 0;
		margin-bottom: 30px;
	}
	.header.style1 .box-control {
		width: 80%;
		float: right;
	}
	.header.style1 .main-menu,
	.header.style5 .main-menu {
		display: none;
	}
	.header.style1 .category-menu {
		text-align: center;
		display: table;
	}
	.header.style1 .top_container {
		text-align: center;
	}
	.header.style1 .category-menu li {
		margin: 0;
		padding: 0;
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	.header.style1 .main-header {
		padding: 35px 0;
	}
	.header.style1 .main-header .top_container .shopping_cart_container {
		margin-top: 10px;
	}
	.header.style2 .main-menu {
		display: none;
	}
	.category-menu {
		text-align: center;
	}
	.category-menu li {
		float: none;
	}
	.section-title {
		margin-bottom: 50px;
	}
	.lastest-blog .blog-date {
		padding: 0;
	}
	.header.style3 .slogan,
	.header.style3 .main-menu {
		display: none;
	}
	.owl-carousel-mobile {
		margin: 0;
	}
	.owl-carousel-mobile .mobile-slide-item {
		padding: 0;
		margin: 0;
	}
	.header.style3 .mini-cart .cart-link {
		font-size: 0;
	}
	.header.style3 .mini-cart {
		padding: 10px 10px 0;
	}
	.header.style3 .mini-cart .count {
		top: -30px;
	}
	.header.style3 .box-search .search {
		padding: 10px 0;
	}
	.header.style3 .mini-cart .cart-link .icon {
		margin-top: 10px;
	}
	.header.style3 .mobile-navigation {
		margin-top: 7px;
	}
	.tab-product .nav-tab {
		text-align: center;
	}
	.tab-product .nav-tab li {
		padding: 0;
	}
	.tab-product .nav-tab li a {
		font-size: 14px;
		padding: 0 10px;
	}
	.tab-product .nav-tab li a:after {
		display: none;
	}
	.tab-product .nav-tab li:hover a,
	.tab-product .nav-tab li.active a {
		color: #c12529;
	}
	.header.style4 .top-header {
		padding: 20px 10px;
	}
	.header.style4 .button-search {
		width: 30px;
		right: 10px;
	}
	.header.style4 .mobile-navigation {
		margin-top: 15px;
	}
	.category-menu.style2 li {
		padding: 10px 0;
		display: block;
		width: 100%;
	}
	.header.style4 .main-header {
		padding: 10px 0;
	}
	.topbar-menu {
		text-align: center;
		float: none;
		display: block;
	}
	.topbar-menu.right,
	.topbar-menu.left {
		float: none;
	}
	.topbar-menu > li > a {
		padding: 5px;
	}
	.header.style12 .main-header {
		padding-bottom: 30px;
	}
	.tab-product.style2 .nav-tab li a:after {
		display: none;
	}
	.butique-banner {
		padding: 0;
	}
	.butique-banner .banner-inner {
		left: inherit;
		right: inherit;
		right: inherit;
		bottom: inherit;
		top: inherit;
		position: static;
		display: table;
		width: 100%;
	}
	.butique-banner .head {
		float: left;
		padding: 0;
		margin: 0;
		margin-top: 20px;
	}
	.butique-banner.style2 .banner-inner {
		left: inherit;
		right: inherit;
		bottom: inherit;
		top: inherit;
		position: static;
	}
	.butique-banner.left {
		padding: 0;
	}
	.butique-banner .image img {
		width: 100%;
		height: auto;
	}
	.header.style15 .mobile-navigation {
		margin-top: 7px;
		color: #fff;
	}
	.block-banner-text .content {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.element-icon.style4 {
		text-align: center;
	}
	.element-icon.style4 .icon {
		text-align: center;
		display: block;
	}
	.element-icon.style4 .content {
		text-align: center;
	}
	.element-icon.style4 .inner {
		padding: 30px 0;
	}
	.group-banner-masonry .grid-sizer,
	.banner-masonry-item {
		width: 50%;
	}
	.banner-masonry-item-2x {
		width: 100%;
	}
	.shop-top .show-grid-list {
		display: none;
	}
	.box-list-reviews .comment-info,
	.box-list-reviews .comment-text {
		width: 100%;
		float: left;
		overflow: inherit;
	}
	.tab-details-product .box-tabs li {
		padding: 0;
		width: 100%;
		display: block;
	}
	.product-detail-image .thumbnails {
		width: 50px;
	}
	.product-detail-image .thumbnails a {
		margin-bottom: 10px;
	}
	.lastest-blog.style4 .left {
		position: static;
		width: 100%;
		padding: 30px;
	}
	.box-product-featured .box-head {
		width: 100%;
		display: none;
	}
	.box-product-featured {
		border: none;
	}
	#wyroznione-pozycje {
		display: block !important;
	}
	.megacategory {
		margin-top: 0px;
	}

	.box-product-featured .box-content {
		width: 100%;
		margin: 0;
		float: left;
	}
	.block-newletter .head {
		min-width: 1px;
		padding: 0;
		width: 100%;
	}
	.section-title.style5 h3:before {
		width: 100%;
	}
	.section-title.style5 h3 span {
		letter-spacing: normal;
		font-size: 20px;
	}
	.section-title.style5 h3 {
		width: 100%;
	}
	.lastest-blog.style5 .item-blog .info {
		bottom: 10px;
		opacity: 1;
		visibility: inherit;
	}
	.tab-product.style3 .box-tabs {
		float: left;
		width: 100%;
	}
	.tab-product.style3 .box-tabs li {
		display: block;
		padding: 0;
		margin-bottom: 10px;
		width: 100%;
		float: none;
		border: none;
		overflow: hidden;
		width: 100%;
		text-align: center;
	}
	.tab-product.style3 .tab-head .title {
		float: left;
		width: 100%;
		text-align: center;
	}
	.tab-product.style3 .tab-head {
		overflow: hidden;
	}
	.tab-product.style3 .box-tabs a {
		padding: 0;
		border: none;
		float: inherit;
	}
	.block-banner-text .image {
		text-align: center;
	}
	.block-banner-horizontal,
	.block-banner-horizontal .image,
	.block-banner-horizontal .content {
		display: block;
		width: 100%;
		padding: 0;
	}
	.block-banner-horizontal .content {
		padding: 20px;
	}
	.block-banner-horizontal img {
	}
	.block-banner-horizontal .content:before {
		display: none;
	}
	.block-banner-text.style2 .banner-content {
		padding: 0 20px;
	}
	.block-banner-text.style2 .banner-content .inner {
	}
	.block-banner-text.style2 img {
	}
	.header.style19 {
		position: static;
		background-color: #111;
	}
	.header.style19 .mobile-navigation {
		margin-top: 20px;
	}
	.testimonials.style2 .testimonial .avatar {
		margin: 0 auto;
		display: block;
		float: none;
	}
	.testimonials.style2 .inner {
		padding: 0;
	}
	.testimonials.style2 .text-in:before {
		margin-left: 0;
	}
	blockquote {
		padding-right: 0;
	}
	.header.style20 .main-menu-inner {
		padding: 0;
		width: 100%;
	}
	.header.style20 .mobile-navigation {
		margin: 0;
	}
	.category-menu.style3 {
		width: 100%;
	}
	.category-menu.style3 > li {
		margin-bottom: 20px;
		padding: 0 20px;
	}
	.block-banner20 .center {
		position: static;
		margin: 15px 0;
	}
	.owl-carousel.no-overflow .owl-stage-outer {
		overflow: hidden;
	}
	.product-owl-no-overflow:before,
	.product-owl-no-overflow:after {
		display: none;
	}
	.owl-carousel.nav-center-center .owl-prev {
		left: 0;
	}
	.owl-carousel.nav-center-center .owl-next {
		right: 0;
	}
	.element-icon.style5 .icon {
		display: block;
	}
	.main-header .top_container {
		text-align: center;
	}
	.main-header .top_container .shopping_cart_container {
		margin-left: 0;
	}
	.main-header .logo_container {
		text-align: center;
	}
	.main-header .logo_container #header_logo {
		display: inline-block;
	}
	.sticky-wrapper.is-sticky #menu_sticky {
		visibility: hidden;
		display: none;
	}
	.brands-slide.owl-carousel .owl-item img {
		width: auto;
		margin: 0 auto;
	}
	.section-block-single-product .product-image,
	.section-block-single-product2 .product-image {
		float: none;
		text-align: center;
	}
	.footer .payment .list a {
		float: none;
	}
	.banner-border {
		text-align: center;
	}
	.element-icon.plus_left:before {
		display: none;
	}
	.lastest-blog.style4 .right {
		float: none;
		margin: 0 auto;
	}
	.banner-opacity {
		text-align: center;
	}
	.banner-opacity img {
		width: auto;
		margin: 0 auto;
	}
	.nav-center-outside.owl-carousel:hover .owl-prev {
		left: 0;
	}
	.nav-center-outside.owl-carousel:hover .owl-next {
		right: 0;
	}
	#homepage-slider.home-slide-4 .bx-wrapper .bx-controls-direction a.bx-prev {
		left: 50px;
	}
	#homepage-slider.home-slide-4 .bx-wrapper .bx-controls-direction a.bx-next {
		right: 50px;
	}
	.hotdeal-slide .product-item.style6 .product-inner {
		display: table;
		table-layout: fixed;
	}
	.hotdeal-slide .product-item.style6 .product-inner > div {
		width: 50%;
	}
	.newsletter {
		padding: 20px 10px 0 10px;
	}
}
@media (max-width: 480px) {
	.lastest-blog .left,
	.lastest-blog .right {
		width: 100%;
	}
	.lastest-blog .left {
		margin-bottom: 20px;
	}
	.lastest-blog .right a {
		width: 100%;
	}
	.element-icon .icon {
		float: none;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.left-slidebar .main-content {
		float: none;
	}
	.group-banner-masonry .grid-sizer,
	.banner-masonry-item {
		width: 100%;
	}
	.banner-masonry-item-2x {
		width: 100%;
	}
	.product-item .product-thumb img {
		width: 100%;
	}
	.shop-top .orderby-wapper {
		padding: 0;
	}
	.block-kt-banner.style2 .banner-content {
		left: 15px !important;
		right: 15px !important;
	}
	.element-icon.style5 .icon,
	.element-icon.style5 .title,
	.element-icon.style5 .text {
		width: 100%;
		text-align: center;
	}
	.block-newletter.style4 {
		padding: 30px 0;
	}
	.product-item.style9 .content_price {
		padding: 9px;
	}
	.tab-product.style4 .nav-tab li a:after {
		display: none;
	}
	.tab-product.style4 .nav-tab li a {
		font-size: 16px;
	}
	.tab-product.style4 .nav-tab li {
		margin-bottom: 10px;
	}
	.show-shopping-cart {
		display: none;
	}
	.box-search .search {
		padding: 5px;
	}
	.header.style2 .box-search .inner {
		min-width: 230px;
		max-width: 100%;
	}
	.box-search .button-search {
		width: 34px;
		height: 34px;
	}
	.product-item .product-thumb img {
		width: 100%;
	}
	.product-detail-image.style2 .main-image-wapper {
		text-align: center;
	}
	.homeslide20 .owl-dots .owl-dot {
		display: none;
	}
	.box-search .search,
	.box-search .search_query {
		padding-right: 35px;
	}
	.category-carousel.owl-carousel .owl-item {
		text-align: center;
	}
	.shopping_cart .cart_block {
		max-width: 290px;
		right: -30px;
	}
	.header.style2 .box-search #searchbox {
		right: -80px;
		max-width: 290px;
	}
	#homepage-slider.home-slide-4 .bx-wrapper .bx-controls-direction a.bx-prev {
		left: 15px;
	}
	#homepage-slider.home-slide-4 .bx-wrapper .bx-controls-direction a.bx-next {
		right: 15px;
	}
	.hotdeal-slide .product-item.style6 .product-inner {
		display: block;
	}
	.hotdeal-slide .product-item.style6 .product-inner > div {
		display: block;
		float: left;
		width: auto;
	}
}
#cms .button-exclusive {
	background-color: #c12529;
}
#uniform-agree_law {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
#uniform-santanderAgreement {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.tab-pane {
	padding-top: 10px;
}

@media (min-width: 992px) {
	#tab-description-a,
	#specyfikacja-a,
	#tab-attachments-a,
	#idTab5-a {
		top: -100px;
		position: relative;
		z-index: 5;
	}
}
@media (max-width: 991px) {
	#tab-description-a,
	#specyfikacja-a,
	#tab-attachments-a,
	#idTab5-a {
		top: -10px;
		position: relative;
		z-index: 5;
	}
}
.ajax_add_to_cart_button:hover {
	background-color: black !important;
}
.banner-opacity img {
	max-width: initial;
}
.czarny22 {
	color: black;
}
#uniform-cgv,
#cgv,
#uniform-cgv span {
	cursor: pointer;
}
p.phone a {
	color: white;
}
article.article div.article-media-container {
	text-align: center;
}
article.article div.article-media-container a {
	margin: 0 auto;
	display: inline-block;
}
.product-image-container .new {
	background-color: #335c67;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 2px 10px;
	z-index: 2;
	width: 88px;
	margin-bottom: 3px;
}

/*  kuron   */
.cpjkamb0511 {
	font-size: 14px;
	padding: 15px 45px;
	font-family: Lato, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background-color: #c12529;
}
.cpjkamb0511:hover {
	background-color: #000;
	color: white;
}

.zxx1 {
	float: left;
	width: 50%;
	padding: 25px;
	box-sizing: border-box;
}
.zxx1 img {
	width: 100%;
	height: auto;
}
.zxx1inner {
	text-align: center;
}
.zxx1inner img {
	max-width: 100%;
}
p.zxxtytle {
	color: #c12529;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
p.zxxcite {
	width: 100%;
	font-size: 16px;
	line-height: 1.3;
	padding: 40px 20px 20px;
	color: #999;
}
#uniform-selectProductSort {
	width: 290px !important;
}
.row {
	margin: 0;
}
#center_column {
	padding: 0;
}
#mailalert_link {
	padding: 0 15px 20px 15px;
	display: inline-block;
}
.button-right {
	float: right;
}
.comments_advices {
	display: none;
}
@media (max-width: 768px) {
	.zxx1 {
		width: 100%;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	p.zxxcite {
		padding: 0;
		margin: 0;
	}
	.account-title h1 .line {
		display: none;
	}
	.box-cart-total {
		padding: 26px 10px;
	}
	#total_price_container {
		width: 50%;
	}
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xs-1,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9,
	.col-ts-1,
	.col-ts-2,
	.col-ts-3,
	.col-ts-4,
	.col-ts-5,
	.col-ts-6,
	.col-ts-7,
	.col-ts-8,
	.col-ts-9,
	.col-ts-10,
	.col-ts-11,
	.col-ts-12 {
		padding-right: 0;
		padding-left: 0;
	}
	.mobile-hide {
		display: none;
	}
	#mailalert_link {
		padding-left: 0;
	}
	.label {
		white-space: initial;
	}
}
@media (max-width: 480px) {
	ul.footer_links li + li {
		margin: 10px 0 0 0;
	}
}
@media (max-width: 557px) {
	.button-right {
		float: left;
	}
}
.list-inline {
	margin-left: 0;
}
.iframe-produkt-youtube {
	width: 100%;
	height: 310px;
	max-width: 555px;
}

.fancybox-error {
	white-space: initial !important;
}
label {
	display: initial;
}

.comment_author .star {
	font-size: 20px;
	width: 20px;
}
.comment_author span {
	display: none;
}
#przepis_comments_block_tab div.star,
#przepis_comments_block_tab div.star_on {
	background: none !important;
}
#przepis_comments_block_tab div.comment .star_content {
	margin: 0 0 10px 0 !important;
}
.comment_author {
	border-right: 1px solid #ccc;
	margin-right: 20px;
}
.star_content div.radio {
	float: left;
}
.star_content div.radio span {
	background: none;
	display: initial;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.main-menu > li > a {
		font-size: 13px;
	}
}
@media (min-width: 1200px) and (max-width: 1280px) {
	.main-menu > li > a {
		font-size: 16px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.col-sm-6 {
		width: 100%;
	}
	.col-sm-9 {
		width: 65%;
	}
	.col-sm-3 {
		width: 35%;
	}
}

@media (max-width: 991px) {
	.header.style2 .box-control {
		margin-top: 10px;
	}
	.header.style2 .mobile-navigation {
		margin-top: 10px;
	}
	.header.style2 .box-search .icon,
	.header.style2 .box-settings .icon {
		padding-top: 5px;
	}
}

#header_logo img {
	max-width: 250px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#header_logo img {
		margin-top: 10px;
		max-width: 200px !important;
	}
}

#slvj-back-lightbox {
	max-width: 90vw;
	max-height: 60vw;
}

#slvj-video-embed {
	max-width: 100%;
	max-height: 100%;
}

#menu_sticky-sticky-wrapper .clone-main-menu {
	margin-top: 32px !important;
}

#menu_sticky-sticky-wrapper .box-control {
	margin-top: 22px !important;
}
#tab-attachments .col-lg-4 {
	text-align: center;
}
#HOOK_PAYMENT .col-xs-12 {
	padding: 0;
}
h5#komunikat {
	color: brown;
}
.box-cart-total .cart_total_price td:first-child {
	width: 40%;
}
#cart_summary .cart_unit {
	min-width: 90px;
}
#cart_summary .cart_total {
	min-width: 100px;
}
.cart_quantity .btn-default:hover {
	background-color: transparent;
}
.cart_quantity .btn.button-plus:hover span,
.cart_quantity .btn.button-minus:hover span {
	background-color: transparent;
}
/* //#cms .columns-container .row, #przepislist .columns-container .row{margin-top:30px} */

#regulamin li p strong {
	display: inline-block;
	padding-top: 20px;
}
.cms-header {
	font-size: 30px;
}
.product-image-container2 {
	height: 270px;
	overflow-x: hidden;
}
.owl-przepis-glowna .product-item .product-thumb a img {
	width: auto;
	height: 270px;
	max-width: initial;
}
.przepisy-badz-pierwszy {
	background-color: #eef4f4;
	border-color: #bcdff1;
	color: #000000;
	padding: 10px;
	text-align: center;
}
.search-przepis {
	display: flex;
	flex-direction: row;
	padding-block: .5rem;
    gap: 1rem;
}
.search-przepis img {
	max-width: initial;
}
.price-box .old-price {
	text-decoration: line-through;
	font-size: 12px;
	color: #aaa;
}

/* ADVANCEFOOTER */
.footer {
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .footer-nav .footer-nav-right {
		min-height: 540px;
	}
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .footer-nav .footer-nav-left .footer-nav-col ul {
		transition: max-height 0.5s ease-out;
		max-height: 0;
		background: #e2e2e2;
		overflow: hidden;
	}

	#footer .footer-slot-bottom .footer-nav .footer-nav-left .footer-nav-col.active ul {
		max-height: 250px;
	}
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .footer-nav .footer-nav-right #email-alert-signup .inputwrapper {
		margin: 0;
	}
}

#footer .footer-slot-bottom .footer-nav .footer-nav-right #email-alert-signup .inputwrapper input {
	float: left;
}

#footer .footer-slot-bottom .footer-nav .footer-nav-right #email-alert-signup .inputwrapper input[type="email"],
#footer .footer-slot-bottom .footer-nav .footer-nav-right #email-alert-signup .inputwrapper input[type="text"] {
	background: transparent;
	color: #999;
	border: 0 none;
	font-size: 13px;
	height: 37px;
	margin: 0;
	padding: 0 0.5em;
	width: 303px;
	box-shadow: none;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .footer-nav .footer-nav-right #email-alert-signup .inputwrapper input[type="email"],
	#footer .footer-slot-bottom .footer-nav .footer-nav-right #email-alert-signup .inputwrapper input[type="text"] {
		width: calc(100% - 50px);
	}
}

#footer .footer-slot-bottom .footer-nav .footer-nav-right #email-alert-signup .inputwrapper input[type="submit"] {
	border: 0 none;
	height: 37px;
	width: 50px;
	padding: 0;
	font: 700 13px "Montserrat";
	background: #b5161b;
	color: #fff;
	text-transform: uppercase;
}

#footer .footer-slot-bottom .footer-nav .footer-nav-right #email-alert-signup .inputwrapper span.error {
	position: absolute;
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .footer-nav .footer-nav-right .stayconnected .socialicons-wrap {
		padding: 25px 20px 30px;
		overflow: hidden;
		border-bottom: 1px solid #e2e2e2;
	}
}

.blurb2 {
	margin-top: 20px !important;
}

#footer .footer-slot-bottom .footer-nav .footer-nav-right .socialicons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
@media screen and (max-width: 767px) {
	#footer .footer-slot-bottom .footer-nav .footer-nav-right .socialicons {
		justify-content: center;
	}
}

#footer .footer-slot-bottom .footer-nav .footer-nav-right .socialicons a {
	display: block;
	height: 32px;
	width: 32px;
	line-height: 32px;
	margin: 0;
}

#footer .footer-slot-bottom .copyright-wrapper {
	font-size: 11px;
	padding: 10px 0 24px;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .copyright-wrapper {
		padding: 10px;
		background: #e7e7e7;
	}
}

#footer .footer-slot-bottom .copyright-wrapper .footer-copyright {
	margin: 0 auto;
	position: relative;
	color: #222221;
}

@media only screen and (min-width: 779px) and (max-width: 991px) {
	#footer .footer-slot-bottom .copyright-wrapper .footer-copyright ul {
		position: inherit !important;
	}
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .copyright-wrapper .footer-copyright {
		line-height: 15px;
	}
}

#footer .footer-slot-bottom .copyright-wrapper .footer-copyright a {
	color: #222221;
	line-height: 50px;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .copyright-wrapper .footer-copyright a {
		line-height: 15px;
	}
}

#footer .footer-slot-bottom .copyright-wrapper .footer-copyright ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .copyright-wrapper .footer-copyright ul {
		margin: 15px 0 0;
		padding: 0;
		position: static;
	}
}

#footer .footer-slot-bottom .copyright-wrapper .footer-copyright ul li {
	float: left;
	margin: 0 0 0 8px;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .copyright-wrapper .footer-copyright ul li {
		margin: 0;
		padding: 2px 0;
		line-height: 15px;
		display: block;
		width: 100%;
	}
}

#footer .footer-slot-bottom .copyright-wrapper .footer-copyright ul li a {
	border-right: 1px solid #222221;
	padding-right: 8px;
	line-height: 15px;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .copyright-wrapper .footer-copyright ul li a {
		line-height: normal;
		border: 0;
		padding: 0;
	}
}

#footer .footer-slot-bottom .copyright-wrapper .footer-copyright ul li.last {
	border-right: 0;
}

#footer .footer-slot-bottom .copyright-wrapper .footer-copyright ul li.last a {
	border-right: 0;
	padding: 0;
}

#footer .footer-slot-bottom .copyright-wrapper .footer-copyright .footer-disclaimer {
	height: 16px;
}

#footer .footer-slot-bottom .footer-nav .footer-nav-right #email-alert-signup .inputwrapper {
	margin-bottom: 3px;
}
/* !ADVANCEFOOTER */

/* PAGELINK CATEGORY-GRID */
.o-category-grid {
	max-width: 1100px;
}
.o-category-grid.full {
	max-width: 100%;
}
.item__image-area {
	height: 250px;
}

.o-category-grid .item {
	display: block;
	padding: 1rem;
	background-color: #fff;
	border: solid 1px #e2e2e2;
	height: 100%;
	position: relative;
}

.o-category-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -0.3125rem;
	text-align: center;
}

.o-category-grid__item {
	padding: 0.3125rem 0.3125rem;
	margin-bottom: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	max-width: 50%;
	cursor: pointer;
}

.o-category-grid__images {
	max-width: 100%;
	max-height: 100%;
}

.o-category-grid .item__link {
	background-color: transparent;
	border: 0;
	max-width: 250px;
	margin: auto;
}

.o-category-grid .item__link:hover,
.o-category-grid .item__link:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #e2e2e2;
	border-radius: 0.375rem;
}

@media (min-width: 34em) {
	.o-category-grid__item {
		margin-bottom: 2rem;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 33.3%;
		flex: 0 1 33.3%;
		max-width: 33.3%;
	}
}

@media (min-width: 48em) {
	.o-category-grid__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 33.3%;
		flex: 0 1 33.3%;
		max-width: 33.3%;
	}
}

.o-category-grid .clp-promotion-banner-menu {
	position: absolute;
	left: -20%;
	top: 20%;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	font-family: Archer-Book-Pro;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #391538;
	width: 100%;
	/* height: 32px; */
	text-align: center;
	padding: 0 15%;
}

@media (max-width: 47.99em) {
	.o-category-grid .clp-promotion-banner-menu {
		left: -42%;
		padding: 0;
	}
}

.o-category-grid .clp-promotion-banner {
	position: absolute;
	left: -30%;
	top: 13%;
	color: #fff;
	font-size: 18px;
	font-family: Archer-Book-Pro;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #391538;
	width: 100%;
	text-align: center;
}

@media (max-width: 47.99em) {
	.o-category-grid .clp-promotion-banner {
		font-size: 12px;
		left: -24%;
		top: 20%;
	}
}

.explore-category-section .clp-promotion-banner-menu {
	left: -20%;
	top: 20%;
}

/* !PAGELINK CATEGORY-GRID */

/* FEAT TILE */
.newsletter:after {
	border-width: 0 !important;
}
/* CSS do kafelka na stronie glownej */
.breville_txt {
	color: #c12529;
}

.featTile__heading {
	font-weight: bold;
}
.featTile__heading heading-style_1 font-archer-book {
	font-weight: block !important;
}
.featTile {
	display: block;
	margin-bottom: 2rem;
}

.featTile .archer-italic {
	font-family: "Archer SSm BookItalic";
}

.featTile .archer-medium {
	font-family: "Archer-Medium", sans-serif;
}

.featTile .cta-font-10 {
	font-size: 0.625em;
}

.featTile .cta-font-15 {
	font-size: 0.9375em;
}

.featTile .cta-font-20 {
	font-size: 1.25em;
}

.featTile .cta-font-26 {
	font-size: 1.625em;
}

.featTile .cta-font-30 {
	font-size: 1.875em;
}

.featTile .cta-font-40 {
	font-size: 2.5em;
}

.featTile .cta-font-50 {
	font-size: 3.125em;
}

.featTile .cta-font-60 {
	font-size: 3.75em;
}

.featTile .cta-font-65 {
	font-size: 4.0625em;
}

.featTile .cta-font-70 {
	font-size: 4.375em;
}

.featTile__link {
	background-color: #fff;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.featTile__link:link,
.featTile__link:visited {
	text-decoration: none;
	color: #313638;
}

.feature-tile-hover:hover,
.feature-tile-hover:focus {
	background-color: #666;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
}
.feature-tile-hover:hover .featTile__text *,
.feature-tile-hover:focus .featTile__text * {
	color: #fff;
}

.feature-tile-hover:hover .heading-style_1:after,
.feature-tile-hover:focus .heading-style_1:after {
	background-color: #fff;
}

.feature-tile-hover:hover .featTile__text .icon,
.feature-tile-hover:focus .featTile__text .icon {
	fill: #fff;
	left: 0.5rem;
}

.feature-tile-hover:hover .featTile__img-area img,
.feature-tile-hover:focus .featTile__img-area img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.featTile__img-area .no-padding {
	height: 100%;
}

.featTile__img-area .img-padding {
	padding: 5%;
	height: 100%;
}

.featTile__img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 345px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.featTile__text {
	color: black;
	padding: 2rem;
	text-align: center;
}

.featTile__text .featureTile-hover-button {
	border: 2px solid #000;
	font-family: "Archer-Medium", sans-serif;
	font-size: 23px;
	padding: 15px 35px;
	margin: 3% 3%;
	width: 280px;
	font-weight: normal;
	text-decoration: none;
	outline: 0 !important;
	color: #333333;
	cursor: pointer;
	text-align: center;
}

.featTile__cta .icon {
	width: 0.6rem;
	height: 0.6rem;
	fill: #000;
	position: relative;
	left: 0;
	margin-left: 0.5rem;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.featTile--top .featTile__link {
	display: block;
	max-height: none;
}

.featTile--top .featTile__img {
	display: inline;
	text-align: center;
}

.heading-style_1 {
	font-size: 1.875rem;
	position: relative;
	padding-bottom: 1rem;
}

.featTile--top {
	margin-bottom: 1rem;
}

.aem-Grid--same-height {
	padding: 0;
	margin: 0 0.625rem;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #fff;
}

.aem-Grid--same-height .featTile {
	margin-bottom: 0;
}

.aem-Grid--same-height .featTile .featTile__link:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.aem-Grid--same-height:hover,
.aem-Grid--same-height:focus {
	background-color: #391538;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
}

.aem-Grid--same-height:hover .heading-style_1:after,
.aem-Grid--same-height:focus .heading-style_1:after {
	background-color: #fff;
}

.aem-Grid--same-height:hover .featTile__link,
.aem-Grid--same-height:focus .featTile__link {
	background-color: #391538;
}

.aem-Grid--same-height:hover .featTile__text,
.aem-Grid--same-height:focus .featTile__text {
	color: #fff;
}

.aem-Grid--same-height:hover .featTile__text .icon,
.aem-Grid--same-height:focus .featTile__text .icon {
	fill: #fff;
	left: 0.5rem;
}

.aem-Grid--same-height:hover .featTile__img-area img,
.aem-Grid--same-height:focus .featTile__img-area img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.aem-Grid--same-height:hover .featTile__img-area img .featureTile-Padding,
.aem-Grid--same-height:focus .featTile__img-area img .featureTile-Padding {
	padding: 5%;
}

.aem-same-height-container {
	overflow: hidden;
}

.aem-same-height-container .sg-Grid-row--spaceAroundCols {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 62em) {
	.featTile__img-area {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 67%;
		flex: 1 1 67%;
	}
	.featTile__text {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 32%;
		flex: 1 1 32%;
	}
}

@media (min-width: 48em) {
	.featTile__link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-height: 34.5rem;
		overflow: hidden;
	}
	.featTile__img-area {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		-ms-flex-item-align: auto;
		align-self: auto;
	}
	.featTile__text {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.featTile--right .featTile__text {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.featTile--right .featTile__img-area {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width: 34em) {
	.aem-same-height-container .sg-Grid-row--spaceAroundCols {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.featTile--top {
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 414px) {
	.featTile__text {
		padding: 2rem;
		text-align: center;
	}
	.featTile__text .featureTile-hover-button {
		border: 2px solid #000;
		font-size: 23px;
		padding: 10px 35px;
		margin: 3% 3%;
		width: 200px;
		font-weight: normal;
		text-decoration: none;
		outline: 0 !important;
		color: #333333;
		cursor: pointer;
		text-align: center;
	}
}
.c_navigation-bar-plp .featTile__img {
	border-radius: 28%;
}
.hide-overflow {
	overflow: hidden;
}
.hide-overflow-y {
	overflow-y: hidden;
}
.hide-overflow-x {
	overflow-x: hidden;
}
/* !FEAT TILE */

/* CMS Product */
.cms_learn_more {
	text-align: center;
	padding-bottom: 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.cms_learn_more a {
	margin: 20px 0;
}
.cms_title {
	padding: 0 30px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	min-height: 70px;
}
.cms_bulletpoints {
	padding: 0 40px 80px;
}
.cms_bulletpoints li {
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 16px;
}
.cms_image {
	height: 300px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 20px;
}
#cms_products {
	padding-top: 20px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cms_product {
	background-color: #fbfbfb;
	flex: 1;
	margin: 0 5px;
	border: 1px solid #d5d5d5;
	margin-bottom: 30px;
	min-width: 24%;
	max-width: 25%;
	position: relative;
	transition-duration: 200ms;
}
.cms_product:hover {
	background-color: #ebebeb;
}
.cms_product hr {
	border-top: 1px solid transparent /*#BDD4D4*/;
}
.cms_product:last-child {
	margin-right: 0;
}
.cms_image {
	border-bottom: 1px solid #d5d5d5;
	padding: 20px;
}
.cms_image img {
	height: 200px;
}
.cms_hero {
	width: 100%;
}
.section-title {
	margin-top: 60px;
}
span.button {
	margin-top: 20px;
}

@media only screen and (max-width: 991px) {
	.cms_product {
		min-width: 32%;
		max-width: 33%;
	}
}
@media only screen and (max-width: 768px) {
	.cms_product {
		min-width: 48%;
		max-width: 49%;
	}
}
@media only screen and (max-width: 600px) {
	#cms_products {
		flex-direction: column;
	}
	.cms_product {
		margin: 0 auto 30px !important;
		max-width: 300px;
	}
}

/* !CMS Product */

/* Socials - share */
.socials-button {
	border: 1px solid #bebebe !important;
	padding: 10px;
	color: black !important;
	margin: 5px;
	background-color: white !important;
}
.socials-button:hover {
	color: white !important;
	background-color: black !important;
}
.socials-button:hover .share-icon-base {
	display: none;
}
.socials-button:hover .share-icon-hover {
	display: inline-block;
}
.share-icon-hover {
	display: none;
}
.meta-box-flex {
	display: flex;
}
.comment_count {
	font-size: 16px;
	color: #666666;
}
.article-meta-comments {
	text-align: right;
}
.comment_count img {
	margin-right: 10px;
}
.article-meta-box {
	flex: 1;
}
.icon-share img {
	height: 22px;
	margin-right: 10px;
}
.sh-portfolio-single-share {
	padding-bottom: 30px;
}
.sh-social-share {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 400px;
	overflow: hidden;
}
.sh-social-share-networks {
	display: inline-block;
}
.sh-social-share-networks.sh-social-share-networks-active * {
	transition-delay: 0.7s;
	transition: all 0.3s ease-in-out;
}
.sh-social-share-networks.sh-social-share-networks-active .jssocials-share {
	opacity: 1;
	margin-left: 0px;
}
.sh-social-share-networks .jssocials-share,
.sh-social-share-networks .jssocials-shares {
	margin: 0;
}
.sh-social-share-networks .jssocials-share {
	padding: 0px;
	opacity: 0;
	margin-left: -15px;
}
.sh-social-share-networks .jssocials-share a {
	display: inline-block;
	padding: 0px 10px;
	background-color: transparent !important;
	opacity: 0;
}
.sh-social-share-networks.sh-social-share-networks-active .jssocials-share a {
	opacity: 1;
}
.sh-social-share-networks .jssocials-share i {
	font-size: 18px;
}
.sh-social-share-networks .jssocials-share-link {
	line-height: 50px;
	padding: 0;
}
.sh-social-share-networks .jssocials-share:nth-child(1) {
	transition-delay: 0.1s;
}
.sh-social-share-networks .jssocials-share:nth-child(2) {
	transition-delay: 0.2s;
}
.sh-social-share-networks .jssocials-share:nth-child(3) {
	transition-delay: 0.3s;
}
.sh-social-share-networks .jssocials-share:nth-child(4) {
	transition-delay: 0.4s;
}
.sh-social-share-networks .jssocials-share:nth-child(5) {
	transition-delay: 0.5s;
}
.sh-social-share-networks .jssocials-share:nth-child(6) {
	transition-delay: 0.6s;
}
.sh-social-share-networks .jssocials-share:nth-child(7) {
	transition-delay: 0.7s;
}

.sh-social-share-networks .fa-facebook,
.sh-social-share-networks .fa-twitter,
.sh-social-share-networks .fa-google,
.sh-social-share-networks .fa-at,
.sh-social-share-networks .fa-pinterest {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.jssocials-share {
	display: inline-block;
}
/* !Socials - share */

/* CMS - Produkty */
.product_tiles {
	text-align: center;
}
.product_tile {
	display: inline-block;
	width: 379px;
	min-width: 379px;
	padding: 10px;
}
.product_tile > div {
	width: 100%;
	height: 370px;
}
.pt_img {
	background-size: cover;
	height: 66%;
	background-position: center;
}
.product_tile > div {
	box-shadow:
		0 4px 18px 0 rgba(0, 0, 0, 0.12),
		0 6px 20px 0 rgba(0, 0, 0, 0.12);
}
.pt_title {
	font-size: 29px;
	font-weight: bold;
	padding: 0;
	color: #c12529;
	text-align: center;
}
.pt_btns {
	text-align: center;
	padding: 10px 0;
}
.pt_btns span,
.pt_btns a {
	width: 45%;
}
.button.grey {
	background-color: #999999;
}
.button.product {
	padding-left: 5px;
	padding-right: 5px;
}
.pt_product_desc {
	font-size: 19px;
	color: #707070;
	text-align: center;
	margin-top: 50px;
}
/* !CMS - Produkty */
/* Zdjecia na stronie przepisu*/
.owl-carousel-przepis.owl-drag .owl-item {
	width: auto !important;
}

/* Strona kontakt */
.contact .col-1,
.contact .col-2 {
	width: 45%;
}
.contact .skin {
	width: 100%;
}

@media (max-width: 991px) {
	.contact .col-1,
	.contact .col-2 {
		width: 100% !important;
	}
}

/* BLOG */
.feature-tile-hover:hover .tile_views * {
	color: #8d8d8d;
}
.featTile--right .featTile__div {
	text-align: left;
}
.featTile--left .featTile__div {
	text-align: right;
}
.featTile__div > div {
	display: inline-block;
}
.featTile--left .featTile__div > div {
	margin: 0 0 20px 20px;
}
.featTile--right .featTile__div > div {
	margin: 0 20px 20px 0;
}
.tile_views {
	display: inline-block;
	text-align: center;
	margin: auto;
	padding: 10px;
	background-color: #e8e8e8;
	border-radius: 25px;
	color: #8d8d8d;
	font-size: 18px;
	min-width: 90px;
}
.tile_views img {
	height: 16px;
	margin-right: 10px;
	vertical-align: middle;
}
/* !BLOG */

/* FOOTER */
.footer {
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .footer-nav .footer-nav-right {
		min-height: 540px;
	}
}
#footer {
	width: 100% !important;
	color: #222221;
}
#footer,
.ie7 .refinement h3 {
	clear: both;
}
#footer {
	max-width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
}

@media only screen and (max-width: 767px) {
	#footer {
		margin: 0 auto;
		overflow: hidden;
		width: 100%;
		padding: 20px 0 0;
	}
}

#footer a:hover {
	text-decoration: underline;
}

#footer .footer-slot-bottom {
	background: #e7e7e7 url(/themes/breville/img/footer-bckgrnd-desktop.jpg) no-repeat scroll top;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom {
		background: none;
		text-align: center;
	}
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
	.footer-slot-bottom {
		width: 980px !important;
	}
}
#footer .footer-slot-bottom .footer-wrap {
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .footer-wrap {
		background: #cfcfcf;
	}
}

#footer .footer-slot-bottom .footer-nav {
	height: 540px;
	max-width: 980px;
	margin: auto;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .footer-nav {
		height: auto;
	}
}

#footer .footer-slot-bottom .footer-nav .blurb,
#footer .footer-slot-bottom .footer-nav .email-alert-label,
#footer .footer-slot-bottom .footer-nav .foot-nav-header {
	font: 700 16px "Montserrat";
	text-transform: uppercase;
	margin: 0 0 10px;
	white-space: nowrap;
}

#footer .footer-slot-bottom .footer-nav a {
	color: #222221;
	font-size: 14px;
}

#footer .footer-slot-bottom .footer-nav .footer-nav-left {
	display: flex;
	max-width: 100vw;
	float: none;
	clear: both;
}
@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .footer-nav .footer-nav-left {
		flex-wrap: wrap;
		border-top: 1px solid #e2e2e2;
	}
}

#footer .footer-slot-bottom .footer-nav .footer-nav-left .footer-nav-col {
	height: auto;
	max-height: 250px;
	padding: 30px 25px 0;
	border-left: 1px solid #bababa;
	float: none;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .footer-nav .footer-nav-left .footer-nav-col {
		height: auto;
		width: 100%;
		padding: 0;
		border-width: 0 0 1px;
		border-style: solid;
		border-color: #e2e2e2;
	}
	#footer .footer-slot-bottom .footer-nav .footer-nav-left .footer-nav-col .foot-nav-header {
		height: 50px;
		line-height: 50px;
		margin: 0;
		padding: 0 20px;
		cursor: pointer;
		font-size: 13px;
		background: url(/themes/breville/img/footer_arrow_down.png) no-repeat scroll calc(100% - 20px) 50%;
	}
	#footer .footer-slot-bottom .footer-nav .footer-nav-left .footer-nav-col.active .foot-nav-header {
		background-image: url(/themes/breville/img/footer_arrow_up.png);
	}
}

#footer .footer-slot-bottom .footer-nav .footer-nav-left .footer-nav-col.first {
	padding-left: 0;
	border-left: 0;
}
.footer-nav-col ul li {
	line-height: 16px;
}
@media only screen and (min-width: 768px) {
	#footer .footer-slot-bottom .footer-nav .footer-nav-left .footer-nav-col ul {
		display: block !important;
	}
	#footer .footer-slot-bottom .footer-nav .footer-nav-left .footer-nav-col ul li {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .footer-nav .footer-nav-left .footer-nav-col ul {
		background: #e2e2e2;
		overflow: hidden;
	}
	#footer .footer-slot-bottom .footer-nav .footer-nav-left .footer-nav-col ul li {
		box-sizing: border-box;
		width: 50%;
		float: left;
		height: 50px;
		line-height: 50px;
	}
	#footer .footer-slot-bottom .footer-nav .footer-nav-left .footer-nav-col ul li:nth-child(odd) {
		border-right: 1px solid #ccc;
	}
	#footer .footer-slot-bottom .footer-nav .footer-nav-left .footer-nav-col ul li.border-bottom {
		border-bottom: 1px solid #ccc;
	}
	#footer .footer-slot-bottom .footer-nav .footer-nav-left .footer-nav-col ul li a {
		display: block;
		padding: 0 0 0 20px;
		font-size: 12px;
	}
	#footer .footer-slot-bottom .footer-nav .footer-nav-left .footer-nav-col ul li a span {
		line-height: 1.3;
		display: inline-block;
		padding: 10px 0;
	}
}

#footer .footer-slot-bottom .footer-nav .footer-nav-right {
	padding: 30px 20px 0;
	width: auto;
	float: none;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .footer-nav .footer-nav-right {
		float: none;
		width: 100%;
		padding: 24px 0 0;
		background: url(/themes/breville/img/footer_bkg_stretched.jpg) no-repeat scroll bottom;
		min-height: 478px;
	}
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .footer-nav .footer-nav-right .emailsignup {
		padding: 0 20px 30px;
		border-bottom: 1px solid #e2e2e2;
	}
}

#footer .footer-slot-bottom .footer-nav .footer-nav-right .emailsignup .email-alert-label {
	white-space: inherit;
	padding-right: 25%;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .footer-nav .footer-nav-right .emailsignup .email-alert-label {
		padding: 0;
	}
}

#footer .footer-slot-bottom .footer-nav .footer-nav-right #email-alert-signup .inputwrapper {
	background: #fff;
	border: 1px solid #b5161b;
	border-radius: 4px;
	height: 37px;
	line-height: 37px;
	margin: 10px 0 25px;
	white-space: nowrap;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .footer-nav .footer-nav-right #email-alert-signup .inputwrapper {
		margin: 0;
	}
}

#footer .footer-slot-bottom .footer-nav .footer-nav-right #email-alert-signup .inputwrapper input {
	float: left;
}

#footer .footer-slot-bottom .footer-nav .footer-nav-right #email-alert-signup .inputwrapper input[type="email"],
#footer .footer-slot-bottom .footer-nav .footer-nav-right #email-alert-signup .inputwrapper input[type="text"] {
	background: transparent;
	color: #999;
	border: 0 none;
	font-size: 13px;
	height: 37px;
	margin: 0;
	padding: 0 0.5em;
	width: 303px;
	box-shadow: none;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .footer-nav .footer-nav-right #email-alert-signup .inputwrapper input[type="email"],
	#footer .footer-slot-bottom .footer-nav .footer-nav-right #email-alert-signup .inputwrapper input[type="text"] {
		width: calc(100% - 50px);
	}
}

#footer .footer-slot-bottom .footer-nav .footer-nav-right #email-alert-signup .inputwrapper input[type="submit"] {
	border: 0 none;
	height: 37px;
	width: 50px;
	padding: 0;
	font: 700 13px "Montserrat";
	background: #b5161b;
	color: #fff;
	text-transform: uppercase;
}

#footer .footer-slot-bottom .footer-nav .footer-nav-right #email-alert-signup .inputwrapper span.error {
	position: absolute;
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .footer-nav .footer-nav-right .stayconnected .socialicons-wrap {
		padding: 25px 20px 30px;
		overflow: hidden;
		border-bottom: 1px solid #e2e2e2;
	}
}

.blurb2 {
	margin-top: 20px !important;
}

#footer .footer-slot-bottom .copyright-wrapper {
	font-size: 11px;
	padding: 10px 0 24px;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .copyright-wrapper {
		padding: 10px;
		background: #e7e7e7;
	}
}

#footer .footer-slot-bottom .copyright-wrapper .footer-copyright {
	margin: 0 auto;
	position: relative;
	width: 980px;
	color: #222221;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .copyright-wrapper .footer-copyright {
		line-height: 15px;
		width: 100% !important;
	}
}

#footer .footer-slot-bottom .copyright-wrapper .footer-copyright a {
	color: #222221;
	line-height: 50px;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .copyright-wrapper .footer-copyright a {
		line-height: 15px;
	}
}

#footer .footer-slot-bottom .copyright-wrapper .footer-copyright ul {
	margin: 0;
	padding: 0;
}

@media only screen and (min-width: 992) {
	#footer .footer-slot-bottom .copyright-wrapper .footer-copyright ul {
		position: absolute;
		right: 0;
		top: 0;
	}
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .copyright-wrapper .footer-copyright ul {
		margin: 15px 0 0;
		padding: 0;
		position: static;
	}
}

#footer .footer-slot-bottom .copyright-wrapper .footer-copyright ul li {
	float: left;
	margin: 0 0 0 8px;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .copyright-wrapper .footer-copyright ul li {
		margin: 0;
		padding: 2px 0;
		line-height: 15px;
		display: block;
		width: 100%;
	}
}

#footer .footer-slot-bottom .copyright-wrapper .footer-copyright ul li a {
	border-right: 1px solid #222221;
	padding-right: 8px;
	line-height: 15px;
}

@media only screen and (max-width: 767px) {
	#footer .footer-slot-bottom .copyright-wrapper .footer-copyright ul li a {
		line-height: normal;
		border: 0;
		padding: 0;
	}
}

#footer .footer-slot-bottom .copyright-wrapper .footer-copyright ul li.last {
	border-right: 0;
}

#footer .footer-slot-bottom .copyright-wrapper .footer-copyright ul li.last a {
	border-right: 0;
	padding: 0;
}

#footer .footer-slot-bottom .copyright-wrapper .footer-copyright .footer-disclaimer {
	height: 16px;
}

#footer .footer-slot-bottom .footer-nav .footer-nav-right #email-alert-signup .inputwrapper {
	margin-bottom: 3px;
}
/* !FOOTER */

@media only screen and (max-width: 767px) {
	#product_list_cats {
		display: none;
	}
}
#slvj-window,
#slvj-window * {
	z-index: 6000 !important;
}

#az_mouseOverZoomContainer {
	margin: 1px !important;
	padding: 1px !important;
}

.home2 .columns-container .home-slide1-parent .home-slide1.owl-carousel img {
	aspect-ratio: auto 1170 / 447;
}

.home2 .columns-container .home-slide1-parent {
	height: 0;
	position: relative;
	padding-top: 15px;
}

.home2 .columns-container .home-slide1-parent .owl-stage-outer {
	padding-bottom: 38.2%;
	height: 0;
}

@media (min-width: 769px) {
	.home2 .columns-container .home-slide1-parent {
		padding-bottom: 38.2%;
	}
}

@media (max-width: 768px) {
	.home2 .columns-container .home-slide1-parent {
		padding-bottom: 34%;
	}

	.home2 .columns-container .home-slide1-parent .owl-stage-outer {
		padding-bottom: 34%;
	}
}

.home2 .owl-stage-outer .product-item .has-back-image .product_img_link {
	display: block;
	padding-bottom: 270px;
	height: 0;
	width: 100%;
}

#przepis_comments_block_extra .comments_advices {
	display: block !important;
	text-align: center;
}

#przepis_comments_block_extra .comments_advices .br-button-comments-extra {
	color: #fff;
	padding: 14px 25px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-weight: bold;
	background-color: #c12529;
	font-size: 12px;
	border: none;
}

#przepis_comments_block_extra .comments_advices .br-button-comments-extra:hover {
	background-color: #000;
}

@media (min-width: 768px) {
	#layered_block_left {
		display: block;
	}
}

@media (max-width: 767px) {
	#layered_block_left {
		display: none !important;
	}

	#category .breadcrumb {
		padding-bottom: 0;
		margin-bottom: 0;
	}
}

@media (max-width: 420px) {
	.product_tile {
		width: 100%;
		min-width: 100%;
	}
	.pt_img {
		padding-bottom: 68%;
		background-repeat: no-repeat;
	}
	.button.product {
		margin-bottom: 5px;
	}
	.pt_btns a {
		width: 90%;
	}
	.product_tile > div {
		height: auto;
	}
}

@media (max-width: 543px) {
	.o-category-grid__images {
		width: auto;
	}
	.item__details {
		padding-top: 15px;
	}
	.item__image-area {
		max-height: 130px;
	}
	.o-category-grid .item__link {
		max-width: 200px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
}

p.payment_module a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	min-height: 90px;
}

p.payment_module a span {
	padding-right: 20px;
	padding-left: 20px;
}

p.payment_module a.payu span {
	font-weight: 600 !important;
}

@media (min-width: 481px) {
	p.payment_module a.payu img {
		height: 66px !important;
		padding-left: 30px;
	}
	p.payment_module a.bankwire {
		background-position: 30px 12px;
	}
}

@media (max-width: 480px) {
	p.payment_module a.payu span {
		margin-left: 0 !important;
	}
}

#search .br-new-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
	max-width: 1000px;
	margin: 0 auto;
}

#search .br-new-wrapper .search-przepis {
	flex-direction: column;
	flex-basis: 30%;
	position: relative;
}

@media (max-width: 1199px) {
	#search .br-new-wrapper {
		gap: 10%;
	}

	#search .br-new-wrapper .search-przepis {
		flex-basis: 45%;
	}
}

#search .br-new-wrapper .br-flex-container {
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
	width: 100%;
}

@media (max-width: 480px) {
	#search .br-new-wrapper .search-przepis {
		flex-basis: 100%;
		align-items: center;
	}

	#search .br-new-wrapper {
		justify-content: center;
	}

	#search .br-new-wrapper .br-flex-container {
		display: block !important;
	}
}

.przepis-komentarz-napisz-opinie {
	text-align: center;
}

@media (max-width: 370px) {
	p.payment_module a {
		flex-wrap: wrap;
		justify-content: center;
	}

	p.payment_module a.payu img {
		height: 70px !important;
	}
}

#search .pagination {
	margin: 20px auto;
	/* display: block; */
	text-align: center;
}

@media (min-width: 768px) {
	.ui-mobile-only {
		display: none;
	}
}

@media (max-width: 767px) {
	.ui-mobile-only {
		display: block;
	}
	.br-banner-mobile {
		padding: 10px 10px 20px;
	}
	.shop-top .shop-top-right #productsSortForm {
		padding-left: 0;
	}
}

#przepis_comments_block_extra .comments_advices .br-button-comments-extra {
	display: block;
	padding: 8px 18px;
}

#category #left_column {
	margin: 0;
}
#authentication .label_full span.required {
	color: rgb(241, 51, 64);
	font-weight: 600;
}

#pencil-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
}

#pencil-banner-content > * {
	font-size: 16px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.footer-slot-bottom {
		padding-left: 10px !important;
	}
}

@media (max-width: 810px) {
	.nav-center-center.owl-carousel:hover .owl-next {
		right: -10px;
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: inherit;
	}
	.nav-center-center.owl-carousel:hover .owl-prev {
		left: -10px;
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: inherit;
	}
}

/* Cookies - OneTrust */
@media (min-width: 768px) {
	.br-cookies-li {
		max-width: 130px;
		overflow: hidden;
		max-height: 16px;
	}
}
.br-cookies-btn {
	line-height: 16px !important;
	border: none !important;
	background-color: transparent !important;
	padding: 0 !important;
	font-size: 14px !important;
	color: #222221 !important;
	text-align: left !important;
}
.br-cookies-btn:hover {
	text-decoration: underline;
}
@media (max-width: 767px) {
	.br-cookies-btn {
		font-size: 12px !important;
		text-align: center !important;
		line-height: inherit !important;
	}
}
/* !Cookies - OneTrust */
