@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');

/*=============================================
=            Theme default CSS            =
=============================================*/

/*-- Google Font --*/

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

html {
	font-size: 16px;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	position: relative;
	visibility: visible;
	overflow-x: hidden;
	color: #666;
	background-color: #fff;
}

body.active-body-search-overlay {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	margin-top: 0;
	color: #333;
}

h1 {
	font-size: 36px;
	line-height: 42px;
}

h2 {
	font-size: 30px;
	line-height: 36px;
}

h3 {
	font-size: 24px;
	line-height: 30px;
}

h4 {
	font-size: 18px;
	line-height: 24px;
}

h5 {
	font-size: 14px;
	line-height: 18px;
}

h6 {
	font-size: 12px;
	line-height: 14px;
}

p:last-child {
	margin-bottom: 0;
}

a,
button {
	line-height: inherit;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

a,
button,
img,
input,
span {
	-webkit-transition: all .1s ease 0s;
	transition: all .1s ease 0s;
}

*:focus {
	outline: none !important;
}

a:focus {
	text-decoration: none;
	color: inherit;
	outline: none;
}

a:hover {
	-webkit-transition: .3s;
	transition: .3s;
	text-decoration: none;
}

button,
input[type='submit'] {
	cursor: pointer;
}

ul {
	margin: 0;
	padding: 0;
	list-style: outside none none;
}

/*-- Tab Content & Pane Fix --*/

.tab-content {
	width: 100%;
}

.tab-content .tab-pane {
	display: block;
	visibility: hidden;
	overflow: hidden;
	max-width: 100%;
	height: 0;
	opacity: 0;
}

.tab-content .tab-pane.active {
	visibility: visible;
	overflow: visible;
	height: auto;
	opacity: 1;
}

select {
	padding-right: 15px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' version=\'1.1\' height=\'10px\' width=\'15px\'%3E%3Ctext x=\'0\' y=\'10\' fill=\'black\'%3E%E2%96%BE%3C/text%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: 95% 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/*----------  default settings slick slider  ----------*/

.slick-slide > div > div {
	vertical-align: middle;
}

/*----------  Sharp border tippyjs theme  ----------*/

/* If `animateFill: true` (default) */

.tippy-tooltip.sharpborder-theme .tippy-backdrop {
	font-weight: 400;
	color: #fff;
	background-color: #383838;
}

/* If `animateFill: false` */

.tippy-tooltip.sharpborder-theme {
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	padding: 8px 10px;
	white-space: nowrap;
	color: #fff;
	border-radius: 0;
	background: #383838;
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
}

/* If `animateFill: true` (default) */

.tippy-tooltip.roundborder-theme .tippy-backdrop {
	font-weight: 400;
	color: #fff;
	background-color: #383838;
}

/* If `animateFill: false` */

.tippy-tooltip.roundborder-theme {
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	padding: 8px 10px;
	white-space: nowrap;
	color: #fff;
	background: #383838;
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
}

/*=============================================
=            Header            =
=============================================*/

/* header offset sticker */

.header-offer-sticker {
	background-color: #aaa;
}

.header-offer-sticker p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 38px;
	color: #fff;
}

.header-offer-sticker p a {
	margin-left: 5px;
	text-decoration: underline;
}

.header-offer-sticker p a:hover {
	color: #fff;
}

.header-top-content-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/* header top dropdown */

.header-top-dropdown {
	position: relative;
	padding: 0 15px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

.header-top-dropdown:hover > .header-top-dropdown__list {
	visibility: visible;
	opacity: 1;
}

.header-top-dropdown > a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	display: block;
	padding: 7px 0;
	color: #666;
}

.header-top-dropdown > a:hover {
	color: #fab200;
}

.header-top-dropdown > a i {
	font-size: 12px;
}

.header-top-dropdown__list {
	position: absolute;
	z-index: 99;
	top: calc(100% + 2px);
	left: 0;
	visibility: hidden;
	min-width: 150px;
	padding: 10px 0;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}

.header-top-dropdown__list li {
	-webkit-transition: .3s;
	transition: .3s;
}

.header-top-dropdown__list li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	line-height: 1;
	display: block;
	padding: 8px 15px;
	color: #666;
}

.header-top-dropdown__list li:hover {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.header-top-dropdown__list li:hover a {
	color: #fab200;
}

/* header navigation top */

.header-navigation-top {
	border-bottom: 1px solid #eee;
}

.header-top-content-wrapper .header-contact-info-wrapper {
	margin-left: 20px;
}

/* header */

.header-area--one {
	background-color: #fff;
}

.header-area--default--white {
	background-color: #fff;
}

.header-area--default--transparent {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
}

.header-area--default--transparent .header-mobile-navigation {
	border-bottom: 0;
}

.header-area--default--transparent.is-sticky {
	background-color: #fff;
}

.header-area--default--transparent.is-sticky .header-navigation-area .header-info-wrapper .header-logo img:nth-child(1) {
	display: block;
}

.header-area--default--transparent.is-sticky .header-navigation-area .header-info-wrapper .header-logo img:nth-child(2) {
	display: none;
}

.header-area--default--transparent.is-sticky .account-dropdown {
	display: none;
}

.header-area--default--transparent .header-navigation-area .header-info-wrapper .header-logo img:nth-child(1) {
	display: none;
}

.header-info-area {
	padding: 50px 0;
}

/* heaer sticky */

.header-sticky.is-sticky {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.header-sticky.is-sticky .header-navigation-top {
	display: none;
}

.header-sticky.is-sticky .header-navigation-wrapper {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.header-sticky.is-sticky .header-info-area {
	display: none !important;
}

.header-sticky.is-sticky .header-info-wrapper--alt-style .header-navigation-wrapper nav > ul > li > a {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #111;
}

.header-sticky.is-sticky .header-info-wrapper--alt-style .header-navigation-wrapper nav > ul > li > a:before {
	bottom: 25px;
}

.header-sticky.is-sticky .header-logo--sticky {
	display: block;
}

.header-sticky.is-sticky .header-icon-area--sticky {
	display: block;
}

.header-sticky.is-sticky .header-navigation-area--extra-space {
	padding: 0;
}

.header-sticky.is-sticky .header-navigation-area nav > ul > li > a {
	padding: 30px 0;
}

.header-sticky.is-sticky .header-navigation-area nav > ul > li > a:before {
	bottom: 25px;
}

.header-sticky.is-sticky .header-navigation-area nav > ul > li > a:after {
	right: -15px;
}

.header-sticky.is-sticky .header-icon__list > li > a {
	color: #111;
}

.header-sticky.is-sticky .header-icon__list__item > a {
	padding: 30px 0;
}

.header-sticky.is-sticky .header-icon__list__item > a span.item-count {
	top: 30px;
}

.header-sticky.is-sticky .header-icon__list__item:hover .minicart-wrapper {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.header-sticky.is-sticky .account-dropdown > a {
	padding-top: 30px;
	padding-bottom: 30px;
}

.header-sticky.is-sticky .minicart-wrapper {
	top: 105%;
}

/* header info area */

.header-info-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-info-wrapper--alt-style .header-logo {
	-webkit-flex-basis: 20%;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
}

.header-info-wrapper--alt-style .header-navigation-wrapper {
	-webkit-flex-basis: 60%;
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
}

.header-info-wrapper--alt-style .header-navigation-wrapper nav > ul > li > a {
	color: #fff;
}

.header-info-wrapper--alt-style .header-icon-area {
	-webkit-flex-basis: 20%;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
}

.header-contact-info {
	-webkit-flex-basis: 33.33%;
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
}

.header-contact-info__list li {
	display: inline-block;
	margin-right: 25px;
}

.header-contact-info__list li i {
	font-size: 14px;
	margin-right: 5px;
}

.header-contact-info__list li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #666;
}

.header-contact-info__list li a:hover {
	color: #fab200;
}

.header-contact-info__list li:last-child {
	margin-right: 0;
}

/* header logo */

.header-logo {
	-webkit-flex-basis: 33.33%;
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
}

.header-logo--sticky {
	display: none;
}

/* header icon area */

.header-icon-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-basis: 33.33%;
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-icon-area--sticky {
	display: none;
}

.header-icon-area .account-dropdown {
	position: relative;
	display: inline-block;
	margin-right: 35px;
}

.header-icon-area .account-dropdown:hover > .account-dropdown__list {
	visibility: visible;
	opacity: 1;
}

.header-icon-area .account-dropdown > a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	display: block;
	color: #666;
}

.header-icon-area .account-dropdown > a:hover {
	color: #fab200;
}

.header-icon-area .account-dropdown > a i {
	font-size: 12px;
}

.header-icon-area .account-dropdown__list {
	position: absolute;
	z-index: 99;
	top: 100%;
	left: -20%;
	visibility: hidden;
	min-width: 150px;
	padding: 10px 0;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}

.header-icon-area .account-dropdown__list li {
	-webkit-transition: .3s;
	transition: .3s;
}

.header-icon-area .account-dropdown__list li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	line-height: 1;
	display: block;
	padding: 8px 15px;
	color: #666;
}

.header-icon-area .account-dropdown__list li:hover {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.header-icon-area .account-dropdown__list li:hover a {
	color: #fab200;
}

/* header icon */

.header-icon {
	display: inline-block;
}

.header-icon__list { /* white icon style  */
}

.header-icon__list li {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

.header-icon__list li:hover .minicart-wrapper {
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.header-icon__list li:last-child {
	margin-right: 0;
}

.header-icon__list li > a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	position: relative;
	color: #fff;
}

.header-icon__list li > a > .item-count {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 16px;
	height: 16px;
	text-align: center;
	color: #111;
	border-radius: 50%;
	background-color: #fab200;
}

.header-icon__list--white-icon li > a {
	color: #fff;
}

/* minicart */

.minicart-wrapper {
	position: absolute;
	z-index: 999;
	top: 120%;
	right: 0;
	visibility: hidden;
	width: 320px;
	padding: 20px;
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	background: #fff;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .25);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .25);
}

.minicart-wrapper__buttons {
	margin-bottom: 25px;
}

.minicart-wrapper__title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #111;
	border-bottom: 1px solid #eee;
}

.minicart-wrapper__items {
	position: relative;
	overflow: auto;
	max-height: 400px;
}

.minicart-wrapper__items .ps__thumb-y {
	width: 2px;
}

.minicart-wrapper__items .ps__thumb-y:hover {
	width: 3px;
}

.minicart-wrapper__items .ps__rail-y {
	width: 3px;
}

.minicart-wrapper__items__single {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.minicart-wrapper__items__single .close-icon {
	position: absolute;
	top: 0;
	right: 5px;
}

.minicart-wrapper__items__single .close-icon:hover {
	color: #fab200;
}

.minicart-wrapper__items__single .close-icon i {
	font-size: 20px;
}

.minicart-wrapper__items__single .image {
	margin-right: 15px;
}

.minicart-wrapper__items__single .content .product-title {
	margin-right: 20px;
	margin-bottom: 10px;
}

.minicart-wrapper__items__single .content .product-title a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	color: #111;
}

.minicart-wrapper__items__single .content .product-title a:hover {
	color: #fab200;
}

.minicart-wrapper__items__single .content .product-calculation .count {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	color: #666;
}

.minicart-wrapper__items__single .content .product-calculation .price {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #d92523;
}

.minicart-wrapper__items__single .content .wishlist-cart-icon {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
	color: #666;
}

.minicart-wrapper__subtotal {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #222;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.minicart-wrapper__subtotal span {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 29px;
	float: right;
	color: #d92523;
}

.minicart-wrapper__featuretext {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #666;
}

/* navigation area */

.header-navigation-area--dark {
	background-color: #222;
}

.header-navigation-area--white {
	background-color: #fff;
}

.header-navigation-area--extra-space {
	padding: 30px 0;
}

.header-navigation-wrapper nav > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-navigation-wrapper nav > ul > li {
	position: relative;
	display: inline-block;
	margin-right: 50px;
}

.header-navigation-wrapper nav > ul > li.has-children > a {
	position: relative;
	padding-right: 10px;
}

.header-navigation-wrapper nav > ul > li.has-children > a:after {
	font-family: 'Pe-icon-7-stroke';
	font-size: 12px;
	position: absolute;
	top: 50%;
	right: -5px;
	content: '\e688';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: .6;
}

.header-navigation-wrapper nav > ul > li.active > a:before {
	width: 100%;
}

.header-navigation-wrapper nav > ul > li:last-child {
	margin-right: 0;
}

.header-navigation-wrapper nav > ul > li:last-child .submenu--column-3 {
	-webkit-transform: translate(-500px, 20px);
	-ms-transform: translate(-500px, 20px);
	transform: translate(-500px, 20px);
}

.header-navigation-wrapper nav > ul > li:last-child:hover .submenu--column-3 {
	-webkit-transform: translate(-500px, 0);
	-ms-transform: translate(-500px, 0);
	transform: translate(-500px, 0);
}

.header-navigation-wrapper nav > ul > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	position: relative;
	display: block;
	padding: 20px 0;
	letter-spacing: 1px;
	color: #fff;
}

.header-navigation-wrapper nav > ul > li > a:before {
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 0;
	height: 2px;
	content: '';
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fab200;
}

.header-navigation-wrapper nav > ul > li:hover > a {
	color: #fab200;
}

.header-navigation-wrapper nav > ul > li:hover > a:before {
	width: 100%;
}

.header-navigation-wrapper nav > ul > li:hover .submenu {
	visibility: visible;
	-webkit-transform: translate(-20px, 0);
	-ms-transform: translate(-20px, 0);
	transform: translate(-20px, 0);
	opacity: 1;
}

.header-navigation-wrapper nav > ul > li:hover .submenu--column-3 {
	-webkit-transform: translate(-250px, 0);
	-ms-transform: translate(-250px, 0);
	transform: translate(-250px, 0);
}

/* submenu */

.submenu {
	position: absolute;
	z-index: 1001;
	top: 100%;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translate(-20px, 20px);
	-ms-transform: translate(-20px, 20px);
	transform: translate(-20px, 20px);
	opacity: 0;
	background-color: #fff;
	-webkit-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, .29);
	box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, .29);
}

.submenu--home-variation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 750px;
	padding: 60px 30px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.submenu--home-variation__item {
	-webkit-flex-basis: 27%;
	-ms-flex-preferred-size: 27%;
	flex-basis: 27%;
}

.submenu--home-variation__item:nth-child(1n+4) {
	margin-top: 60px;
}

.submenu--home-variation__item__title {
	margin-bottom: 12px;
}

.submenu--home-variation__item__title a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 16px;
	color: #111;
}

.submenu--home-variation__item__title a:hover {
	color: #fab200;
}

.submenu--home-variation__item__image {
	-webkit-transition: .3s;
	transition: .3s;
}

.submenu--home-variation__item__image img {
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3);
}

.submenu--home-variation__item__image img:hover {
	-webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .3);
}

.submenu--column-1 {
	min-width: 250px;
	padding: 30px;
}

.submenu--column-1 > li {
	margin-top: 20px;
}

.submenu--column-1 > li.has-children {
	position: relative;
}

.submenu--column-1 > li.has-children > .submenu--column-1 {
	position: absolute;
	top: -30%;
	right: auto;
	left: 120%;
	visibility: hidden !important;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0 !important;
}

.submenu--column-1 > li.has-children > a {
	position: relative;
}

.submenu--column-1 > li.has-children > a:after {
	font-family: 'Pe-icon-7-stroke';
	font-size: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	content: '\e684';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.submenu--column-1 > li.has-children:hover > .submenu--column-1 {
	visibility: visible !important;
	opacity: 1 !important;
}

.submenu--column-1 > li:nth-child(1) {
	margin-top: 0;
}

.submenu--column-1 > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	position: relative;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
	color: #111;
}

.submenu--column-1 > li > a::before {
	position: absolute;
	top: 50%;
	left: -15px;
	width: 0;
	height: 1px;
	margin-right: 5px;
	content: '';
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	background-color: #fab200;
}

.submenu--column-1 > li:hover > a {
	padding-left: 5px;
	color: #fab200;
}

.submenu--column-1 > li:hover > a:before {
	width: 14px;
	opacity: 1;
}

.submenu--column-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 860px;
	padding: 60px 50px;
	-webkit-transform: translate(-250px, 20px);
	-ms-transform: translate(-250px, 20px);
	transform: translate(-250px, 20px);
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.submenu--column-3 > li {
	padding-right: 30px;
	-webkit-flex-basis: 33.33%;
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
}

.submenu--column-3 > li:last-child {
	padding-right: 0;
}

.submenu--column-3 > li.megamenu-image {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.submenu--column-3 > li > ul > li {
	margin-top: 20px;
}

.submenu--column-3 > li > ul > li.megamenu-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	margin-top: 0;
	margin-bottom: 12px;
	padding-bottom: 24px;
	color: #212121;
	border-bottom: 1px solid #eee;
}

.submenu--column-3 > li > ul > li:nth-child(2) {
	margin-top: 0;
}

.submenu--column-3 > li > ul > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	position: relative;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
	color: #111;
}

.submenu--column-3 > li > ul > li > a:hover {
	color: #fab200;
}

.header-mobile-navigation {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

/* mobile menu */

.mobile-menu-icon {
	color: #111;
}

.mobile-menu-icon i {
	font-size: 20px;
}

.mobile-menu-icon:hover {
	color: #111;
}

/* offcanvas mobile menu */

.offcanvas-widget-area {
	margin-bottom: 35px;
}

.off-canvas-contact-widget {
	margin-bottom: 20px;
}

.offcanvas-mobile-menu {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	width: 400px;
	height: 100vh;
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transform: translateX(calc(100% + 60px));
	-ms-transform: translateX(calc(100% + 60px));
	transform: translateX(calc(100% + 60px));
	background-color: #fff;
	-webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
}

.offcanvas-mobile-menu.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.offcanvas-mobile-menu.inactive {
	-webkit-transform: translateX(calc(100% + 60px));
	-ms-transform: translateX(calc(100% + 60px));
	transform: translateX(calc(100% + 60px));
}

.offcanvas-menu-close {
	font-size: 40px;
	line-height: 60px;
	position: absolute;
	z-index: 9;
	top: 0;
	left: -60px;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #fff;
	background: #343538;
}

.offcanvas-menu-close:hover,
.offcanvas-menu-close:focus {
	color: #fff;
}

.offcanvas-menu-close i {
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.offcanvas-menu-close:hover i {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.offcanvas-wrapper {
	overflow: auto;
	height: 100%;
}

.offcanvas-mobile-search-area {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: #e6e6e6;
}

.offcanvas-mobile-search-area input {
	font-size: 16px;
	display: block;
	width: 100%;
	padding: 9px 25px;
	color: #222;
	border: none;
	background: #e6e6e6;
}

.offcanvas-mobile-search-area button {
	position: absolute;
	top: 50%;
	right: 20px;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #aaa;
	border: none;
	background: none;
}

.offcanvas-mobile-search-area button i {
	font-size: 18px;
	line-height: 40px;
}

.offcanvas-inner-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 90px 35px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.offcanvas-naviagtion {
	margin-bottom: 50px;
}

.offcanvas-naviagtion > ul > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	padding: 10px 0;
	color: #111;
}

.offcanvas-naviagtion > ul > li > a:hover {
	color: #fab200;
}

.offcanvas-naviagtion ul.sub-menu {
	margin-left: 25px;
}

.offcanvas-naviagtion ul.sub-menu > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	padding: 10px 0;
	color: #111;
}

.offcanvas-naviagtion ul.sub-menu > li > a:hover {
	color: #fab200;
}

.offcanvas-naviagtion ul li.menu-item-has-children {
	position: relative;
	display: block;
}

.offcanvas-naviagtion ul li.menu-item-has-children a {
	display: block;
}

.offcanvas-naviagtion ul li.menu-item-has-children.active > .menu-expand i:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.offcanvas-naviagtion ul li.menu-item-has-children .menu-expand {
	line-height: 50px;
	position: absolute;
	top: -5px;
	right: auto;
	left: 95%;
	width: 30px;
	height: 50px;
	cursor: pointer;
	text-align: center;
}

.offcanvas-naviagtion ul li.menu-item-has-children .menu-expand i {
	position: relative;
	display: block;
	width: 10px;
	margin-top: 25px;
	-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	border-bottom: 1px solid;
}

.offcanvas-naviagtion ul li.menu-item-has-children .menu-expand i:before {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	content: '';
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	border-bottom: 1px solid;
}

.off-canvas-widget-social a {
	margin: 0 15px;
}

.off-canvas-widget-social a:first-child {
	margin-left: 0;
}

.off-canvas-widget-social a:hover {
	color: #fab200;
}

/*=====  End of Header  ======*/

/*=============================================
=            footer            =
=============================================*/

.footer-navigation-area {
	padding-top: 100px;
	padding-bottom: 35px;
	background-color: #111;
}

.footer-copyright-area {
	padding: 30px 0;
	background-color: #333;
}

.footer-copyright-area--two {
	padding: 50px 0;
	background-color: #fff;
}

.copyright-text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #999;
}

.copyright-text a {
	color: #fab200;
}

.copyright-text a:hover {
	color: #fff;
}

.copyright-text--two {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 17px;
	color: #868686;
}

.copyright-text--two a {
	font-weight: 600;
}

.copyright-text--two a:hover {
	opacity: .85;
	color: #fab200;
}

.footer-widget {
	margin-bottom: 60px;
}

.footer-widget--two {
	margin-bottom: 30px;
}

.footer-widget__title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	margin-top: -5px;
	margin-bottom: 15px;
	color: #fff;
}

.footer-widget__title:after {
	display: block;
	width: 50px;
	height: 2px;
	margin-top: 15px;
	content: '';
	background-color: #333;
}

.footer-widget__text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 25px;
	color: #999;
}

.footer-widget__text--two {
	margin-right: 20px;
}

.footer-widget__navigation ul li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	padding: 5px 0;
	color: #999;
}

.footer-widget__navigation ul li a:hover {
	color: #fff;
}

.footer-widget__social-links {
	display: inline-block;
}

.footer-widget__social-links li {
	display: inline-block;
	padding-right: 20px;
}

.footer-widget__social-links li a {
	display: block;
	padding: 5px 0;
	color: #999;
}

.footer-widget__social-links li a:hover {
	color: #fff;
}

.footer-widget__social-links--dark li a {
	color: #111;
}

.footer-widget__social-links--dark li a:hover {
	color: #fab200;
}

.footer-widget__newsletter-form {
	position: relative;
	width: 90%;
	height: 50px;
}

.footer-widget__newsletter-form input {
	font-size: 14px;
	width: 100%;
	height: 100%;
	padding: 9px 25px;
	padding-right: 160px;
	color: #222;
	border: none;
	background: #f7f7f7;
}

.footer-widget__newsletter-form button {
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 20px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
	border: 1px solid #aaa;
	background-color: #aaa;
}

.footer-widget__newsletter-form button:hover {
	border-color: #fab200;
	background-color: #fab200;
}

.mailchimp-alerts {
	color: #fff;
}

.mailchimp-alerts--dark {
	color: #111;
}

.mailchimp-alerts a {
	color: #fff;
}

.mailchimp-alerts a:hover {
	color: #fab200;
}

.footer-newsletter-area {
	padding-top: 100px;
	padding-bottom: 85px;
	background-color: #f7f7f7;
}

.footer-newsletter-widget__title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 25px;
	color: #000;
}

.footer-newsletter-widget__title:after {
	display: block;
	width: 100px;
	height: 2px;
	margin: 0 auto;
	margin-top: 15px;
	content: '';
	background-color: #ccc;
}

.footer-newsletter-widget__text {
	margin-bottom: 50px;
}

.footer-newsletter-widget__form-wrapper {
	margin-bottom: 15px;
}

.footer-newsletter-widget__form-wrapper input {
	font-size: 16px;
	font-style: italic;
	width: 100%;
	max-width: 670px;
	height: 44px;
	margin-right: 25px;
	padding: 9px 15px;
	color: #202020;
	border-width: 0;
	border-color: #ccc;
	border-bottom-width: 1px;
	background: none;
}

.footer-newsletter-widget__form-wrapper input:focus {
	border-color: #111;
}

/*=====  End of blue page style  ======*/

/*=============================================
=            Sidebar            =
=============================================*/

.single-sidebar-widget {
	margin-bottom: 50px;
}

.single-sidebar-widget:last-child {
	margin-bottom: 0;
}

.single-sidebar-widget__title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 30px;
	color: #111;
}

.single-sidebar-widget__title:after {
	display: block;
	width: 100px;
	height: 2px;
	margin-top: 25px;
	content: '';
	background-color: #ddd;
}

.single-sidebar-widget__title--extra-space {
	margin-bottom: 35px;
}

.single-sidebar-widget__dropdown > li {
	line-height: 1;
	border-top: 1px solid #eee;
}

.single-sidebar-widget__dropdown > li.has-children {
	position: relative;
}

.single-sidebar-widget__dropdown > li.has-children.active > i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.single-sidebar-widget__dropdown > li.has-children > i {
	line-height: 40px;
	position: absolute;
	top: 5px;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	text-align: center;
}

.single-sidebar-widget__dropdown > li.has-children > .sub-menu {
	display: none;
	padding-left: 35px;
	border-top: 1px solid #eee;
}

.single-sidebar-widget__dropdown > li.has-children > .sub-menu > li {
	border-bottom: 1px solid #eee;
}

.single-sidebar-widget__dropdown > li.has-children > .sub-menu > li:last-child {
	border-bottom: 0;
}

.single-sidebar-widget__dropdown > li.has-children:first-child i {
	top: -10px;
}

.single-sidebar-widget__dropdown > li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	padding: 15px 0;
	color: #666;
}

.single-sidebar-widget__dropdown > li a:hover {
	color: #fab200;
}

.single-sidebar-widget__dropdown > li:first-child {
	border-top: 0;
}

.single-sidebar-widget__dropdown > li:first-child > a {
	padding-top: 0;
}

.single-sidebar-widget__dropdown > li:last-child > a {
	padding-bottom: 0;
}

.single-sidebar-widget__dropdown--extra-height > li a {
	line-height: 22px;
}

.single-sidebar-widget__dropdown--comments > li {
	padding: 15px 0;
	word-wrap: break-word;
}

.single-sidebar-widget__dropdown--comments > li:first-child {
	padding-top: 0;
}

.single-sidebar-widget__dropdown--comments > li:last-child {
	padding-bottom: 0;
}

.single-sidebar-widget__dropdown--comments > li a {
	line-height: 22px;
	display: inline !important;
	padding: 0;
}

.single-sidebar-widget--extra-space {
	margin-bottom: 55px;
}

/*----------  sidebar search  ----------*/

.sidebar-search {
	position: relative;
}

.sidebar-search input {
	font-size: 14px;
	line-height: 19px;
	width: 100%;
	height: 40px;
	padding-right: 45px;
	padding-left: 15px;
	border: 1px solid #eee;
	background: #f7f7f7;
}

.sidebar-search button {
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #333;
	border: none;
	background: none;
}

/*=====  End of Sidebar  ======*/

/*=============================================
=            container            =
=============================================*/

.pb-80 {
	padding-bottom: 80px;
}

/*=====  End of container  ======*/

/* scroll to top*/

a.scroll-top {
	font-size: 12px;
	line-height: 40px;
	position: fixed;
	z-index: 9;
	right: 30px;
	bottom: 50px;
	display: none;
	overflow: hidden;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	color: #fff !important;
	background-color: #fab200;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
}

a.scroll-top:hover i:before {
	-webkit-transform: translate(-50%, -130%);
	-ms-transform: translate(-50%, -130%);
	transform: translate(-50%, -130%);
}

a.scroll-top:hover i:after {
	top: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

a.scroll-top i {
	font-size: 35px;
}

a.scroll-top i:before,
a.scroll-top i:after {
	-webkit-transition: .4s;
	transition: .4s;
}

a.scroll-top i:before {
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

a.scroll-top i:after {
	position: absolute;
	top: 100%;
	left: 50%;
	content: '\f106';
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}

/*=============================================
=            button            =
=============================================*/

.theme-button {
	font-weight: 700;
	padding: 10px 20px;
	-webkit-transition: .6s;
	transition: .6s;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 5px;
	background-color: #111;
}

.theme-button:hover {
	color: #fff;
	background-color: #fab200;
}

.theme-button--checkout {
	padding: 10px 17px;
}

.theme-button--wishlist {
	border-radius: 0;
}

.theme-button--silver {
	color: #333;
	border-color: #f9f9f9;
	background-color: #f9f9f9;
}

.theme-button--silver:hover {
	color: #333;
	background-color: #f1f1f1;
}

.theme-button--alt {
	background-color: #fab200;
}

.theme-button--alt:hover {
	background-color: #111;
}

.theme-button--subscribe {
	margin-top: 10px;
	padding: 12px 22px;
}

.theme-button--loadmore {
	margin-top: 10px;
	padding: 12px 22px;
}

.theme-button--minicart-button {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	display: block;
	margin-bottom: 15px;
	padding: 5px 10px;
	letter-spacing: .1em;
	color: #fff;
}

.theme-button--minicart-button--alt:hover {
	opacity: .85;
}

.theme-button--banner {
	font-size: 14px;
	padding: 8px 24px;
	border: 2px solid #fab200;
}

.theme-button--banner:hover {
	color: #fab200;
	border-color: #fab200;
	background-color: rgba(255, 255, 255, .01);
}

.theme-button--banner--two {
	border: 2px solid #111;
}

.theme-button--banner--two:hover {
	color: #fff;
	border-color: #fab200;
	background-color: #fab200;
}

.theme-button--banner--scale {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	color: #222;
	border: 2px solid #222;
	background-color: transparent;
}

.theme-button--banner--scale:hover {
	color: #fff;
	border-color: #fab200;
	background-color: #fab200;
}

.theme-button--banner--two-column {
	font-size: 14px;
	padding: 12px 35px;
	border: 2px solid #fab200;
}

.theme-button--banner--two-column:hover {
	color: #fab200;
	background-color: transparent;
}

.theme-button--banner--three-column {
	font-size: 14px;
}

.theme-button--cta {
	font-size: 16px;
	color: #fff;
	border-color: #aaa;
	background-color: #aaa;
}

.theme-button--cta-two {
	font-size: 14px;
	color: #000;
	border: 2px solid #000;
	background-color: transparent;
}

.theme-button--cta-two:hover {
	color: #fff;
	background-color: #000;
}

.theme-button--deal-counter {
	padding: 12px 35px;
}

.theme-button--order-track {
	width: 200px;
}

.theme-button--small {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 22px;
	padding: 8px 15px;
	color: #fff;
}

.theme-button--medium {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	padding: 10px 20px;
	color: #fff;
}

.theme-button--large {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	padding: 12px 35px;
	color: #fff;
}

.theme-button--extra-large {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	padding: 20px 45px;
	color: #fff;
}

.theme-button--custom {
	border-color: #6d7f97;
	background-color: #6d7f97;
}

.theme-button--custom:hover {
	border-color: rgba(109, 127, 151, .85);
	background-color: rgba(109, 127, 151, .85);
}

.theme-button--icon-left {
	color: #222;
	border-color: #c9dee4;
	background-color: #c9dee4;
}

.theme-button--icon-left i {
	margin-right: 5px;
}

.theme-button--icon-left:hover {
	color: #222;
	border-color: rgba(201, 222, 228, .72);
	background-color: rgba(201, 222, 228, .72);
}

/* category button */

.category-button--shop-now {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 25px;
	color: #ccc;
}

.category-button--shop-now:hover {
	color: #fab200;
}

/* blog readmore link */

.blog-readmore-link {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	color: #666;
}

.blog-readmore-link:hover {
	color: #fab200;
}

.blog-readmore-link i {
	font-size: 14px;
	padding-left: 5px;
}

/* slider text shop now button */

.slider-text-link {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #fab200;
}

.slider-text-link i {
	margin-left: 5px;
}

.slider-text-link:hover {
	color: #000;
}

/*=====  End of button  ======*/

/*----------  search overlay  ----------*/

.search-overlay {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	background-color: #fff;
}

.search-overlay.active-search-overlay {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.search-overlay .search-close-icon {
	position: absolute;
	top: 30px;
	right: 30px;
}

.search-overlay .search-close-icon a {
	-webkit-transition: .6s;
	transition: .6s;
}

.search-overlay .search-close-icon a i {
	font-size: 80px;
	color: #333;
}

.search-overlay .search-close-icon a:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.search-overlay .search-overlay-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.search-overlay .search-overlay-content .input-box {
	margin-bottom: 15px;
}

.search-overlay .search-overlay-content .input-box form input {
	font-size: 67px;
	border: none;
	border-bottom: 2px solid #222;
	background: none;
}

.search-overlay .search-overlay-content .input-box form ::-webkit-input-placeholder {
	opacity: 1; /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #dcdcdc; /* Firefox */
}

.search-overlay .search-overlay-content .input-box form ::-moz-placeholder {
	opacity: 1; /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #dcdcdc; /* Firefox */
}

.search-overlay .search-overlay-content .input-box form :-ms-input-placeholder {
	opacity: 1; /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #dcdcdc; /* Firefox */
}

.search-overlay .search-overlay-content .input-box form ::-ms-input-placeholder {
	opacity: 1; /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #dcdcdc; /* Firefox */
}

.search-overlay .search-overlay-content .input-box form ::placeholder {
	opacity: 1; /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #dcdcdc; /* Firefox */
}

.search-overlay .search-overlay-content .input-box form :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #dcdcdc;
}

.search-overlay .search-overlay-content .input-box form ::-ms-input-placeholder { /* Microsoft Edge */
	color: #dcdcdc;
}

.search-overlay .search-overlay-content .search-hint span {
	font-size: 13px;
	font-weight: 500;
	line-height: 21px;
	color: #999;
}

/*=============================================
=            section title            =
=============================================*/

.section-title-area {
	margin-bottom: 50px;
}

.section-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 65px;
	position: relative;
	display: inline-block;
	margin-top: -20px;
	margin-bottom: 0;
	padding-bottom: 15px;
	color: #000;
}

.section-title:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100px;
	height: 2px;
	content: '';
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ccc;
}

.section-title--left-align:after {
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.section-subtitle {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	width: 600px;
	max-width: 100%;
	margin: auto;
	margin-top: 25px;
	margin-bottom: -5px !important;
	color: #666;
}

.section-subtitle--wide {
	width: 1000px;
	max-width: 100%;
}

.section-subtitle--left-align {
	margin-left: 0;
}

/*=====  End of section title  ======*/

/*=============================================
=            section space            =
=============================================*/

.section-space {
	margin-bottom: 100px !important;
}

.section-space--small {
	margin-bottom: 50px !important;
}

.section-space--small-top {
	margin-top: 50px !important;
}

.section-space--contact-form {
	margin-bottom: 80px !important;
}

.section-space--inner {
	padding: 100px 0 !important;
}

.section-space--inner--contact-form {
	padding-top: 100px !important;
	padding-bottom: 80px !important;
}

.section-space--breadcrumb {
	padding-top: 85px;
	padding-bottom: 85px;
}

.section-space--page-wrapper {
	margin-bottom: 50px;
}

/*=====  End of section space  ======*/

/*=============================================
=            landing page            =
=============================================*/

/* preview header */

.preview-header {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 100px;
	color: #111;
}

.preview-header span {
	color: #fab200;
}

/* home preview wrapper */

.home-preview-wrapper {
	margin-bottom: -60px;
}

.home-preview-wrapper .single-home-preview {
	position: relative;
	margin-bottom: 60px;
	-webkit-transition: .3s;
	transition: .3s;
	text-align: center;
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
}

.home-preview-wrapper .single-home-preview:hover {
	-webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .3);
}

.home-preview-wrapper .single-home-preview .preview-title {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	background-color: #f8f8f8;
}

.home-preview-wrapper .single-home-preview .preview-title a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 19px;
	color: #282828;
}

.home-preview-wrapper .single-home-preview .preview-title a:hover {
	opacity: .85;
}

.image-feature-content-wrapper {
	margin-bottom: -30px;
}

.single-image-feature {
	position: relative;
	margin-bottom: 30px;
	padding-left: 30px;
}

.single-image-feature i {
	position: absolute;
	top: 10px;
	left: 0;
	color: #fab200;
}

.single-image-feature .title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	color: #111;
}

.template-feature-area {
	background-color: #f8f8f8;
}

.template-feature-area .preview-header {
	margin-bottom: 20px;
}

.template-feature-area .preview-subheader {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	color: #646464;
}

.template-feature-area .single-box-feature {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 200px;
	padding: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.template-feature-area .single-box-feature .image {
	-webkit-flex-basis: 130px;
	-ms-flex-preferred-size: 130px;
	flex-basis: 130px;
}

.template-feature-area .single-box-feature .content {
	-webkit-flex-basis: calc(100% - 130px);
	-ms-flex-preferred-size: calc(100% - 130px);
	flex-basis: calc(100% - 130px);
}

.template-feature-area .single-box-feature .content .title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
	color: #111;
}

.preview-cta-area {
	padding: 150px 0;
}

.preview-cta-bg {
	background-image: url('../img/landing/sale-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.preview-cta-content p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 0;
	color: #111;
}

.preview-cta-content .text-wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
}

.preview-cta-content .sale-button {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	padding: 12px 35px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
	color: #fff;
	border-color: #fab200;
	border-radius: 5px;
	background-color: #fab200;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
}

.preview-cta-content .sale-button:hover {
	border-color: #111;
	background-color: #111;
}

/*=====  End of landing page  ======*/

/*=============================================
    =            Responsive styles            =
    =============================================*/

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

.header-sticky.is-sticky .header-icon__list__item > a {
	padding: 0;
}

.header-sticky.is-sticky .header-icon__list__item > a span.item-count {
	top: -10px;
}

.minicart-wrapper {
	display: none;
}

.footer-navigation-area {
	padding-bottom: 100px;
}

.footer-widget__title {
	margin-top: -5px;
}

.theme-button--banner {
	font-size: 12px;
	padding: 5px 15px;
}

.theme-button--banner--scale {
	border: none;
}

.theme-button--banner--scale:hover {
	color: #222;
	border-color: transparent;
	background: none;
}

.search-overlay .search-overlay-content .input-box form input {
	font-size: 40px;
}

.section-space--breadcrumb {
	padding-top: 50px;
	padding-bottom: 50px;
}

.image-feature-area .image-feature {
	margin-bottom: 50px;
}

}

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

.header-info-wrapper--alt-style .header-logo {
	-webkit-flex-basis: 15%;
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%;
}

.header-info-wrapper--alt-style .header-icon-area {
	-webkit-flex-basis: 30%;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}

.header-navigation-wrapper nav > ul > li:last-child .submenu--column-3 {
	-webkit-transform: translate(-600px, 20px);
	-ms-transform: translate(-600px, 20px);
	transform: translate(-600px, 20px);
}

.header-navigation-wrapper nav > ul > li:last-child:hover .submenu--column-3 {
	-webkit-transform: translate(-600px, 0);
	-ms-transform: translate(-600px, 0);
	transform: translate(-600px, 0);
}

.header-navigation-wrapper nav > ul > li:hover .submenu--home-variation {
	-webkit-transform: translate(-100px, 0);
	-ms-transform: translate(-100px, 0);
	transform: translate(-100px, 0);
}

.header-navigation-wrapper nav > ul > li:hover .submenu--column-3 {
	-webkit-transform: translate(-350px, 0);
	-ms-transform: translate(-350px, 0);
	transform: translate(-350px, 0);
}

.submenu--home-variation {
	-webkit-transform: translate(-100px, 20px);
	-ms-transform: translate(-100px, 20px);
	transform: translate(-100px, 20px);
}

.submenu--column-1 {
	left: -80px;
}

.submenu--column-3 {
	-webkit-transform: translate(-350px, 20px);
	-ms-transform: translate(-350px, 20px);
	transform: translate(-350px, 20px);
}

.footer-navigation-area {
	padding-bottom: 100px;
}

.footer-widget__title {
	margin-top: -5px;
}

.d-lg3-none {
	display: none !important;
}

.theme-button--banner--two-column {
	padding: 10px 20px;
}

.template-feature-area .single-box-feature {
	padding: 20px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {

.footer-newsletter-widget__form-wrapper input {
	margin-right: 0;
}

}

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

.header-info-wrapper--alt-style .header-logo {
	-webkit-flex-basis: 15%;
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%;
}

.header-info-wrapper--alt-style .header-icon-area {
	-webkit-flex-basis: 30%;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}

.header-navigation-wrapper nav > ul > li:last-child .submenu--column-3 {
	-webkit-transform: translate(-500px, 20px);
	-ms-transform: translate(-500px, 20px);
	transform: translate(-500px, 20px);
}

.header-navigation-wrapper nav > ul > li:last-child:hover .submenu--column-3 {
	-webkit-transform: translate(-500px, 0);
	-ms-transform: translate(-500px, 0);
	transform: translate(-500px, 0);
}

.header-navigation-wrapper nav > ul > li:hover .submenu--column-3 {
	-webkit-transform: translate(-250px, 0);
	-ms-transform: translate(-250px, 0);
	transform: translate(-250px, 0);
}

.submenu--column-3 {
	-webkit-transform: translate(-250px, 20px);
	-ms-transform: translate(-250px, 20px);
	transform: translate(-250px, 20px);
}

.footer-navigation-area {
	padding-bottom: 100px;
}

.footer-widget__title {
	margin-top: -5px;
}

.col-custom-xl-6 {
	max-width: 50%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.d-lg2-none {
	display: none !important;
}

.theme-button--banner--two-column {
	padding: 10px 20px;
}

}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {

.submenu--home-variation {
	padding: 40px 30px;
}

.submenu--home-variation__item:nth-child(1n+4) {
	margin-top: 15px;
}

}

@media (min-width: 1200px) {

.container {
	max-width: 1200px;
}

.container.wide {
	max-width: 95%;
}

.container.full {
	max-width: 100%;
	padding: 0;
}

}

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

.container.wide {
	max-width: 100%;
}

}

@media only screen and (max-width: 767px) {

.header-sticky.is-sticky .header-icon__list__item > a {
	padding: 0;
}

.header-sticky.is-sticky .header-icon__list__item > a span.item-count {
	top: -10px;
}

.minicart-wrapper {
	display: none;
}

.footer-navigation-area {
	padding-top: 70px;
	padding-bottom: 70px;
}

.copyright-text--two {
	margin-bottom: 20px;
}

.footer-newsletter-widget__title {
	font-size: 32px;
	line-height: 35px;
}

.theme-button--banner--scale {
	border: none;
}

.theme-button--banner--scale:hover {
	color: #222;
	border-color: transparent;
	background: none;
}

.theme-button--extra-large {
	font-size: 18px;
	padding: 15px 40px;
}

.search-overlay .search-close-icon a i {
	font-size: 25px;
}

.search-overlay .search-overlay-content .input-box form input {
	font-size: 40px;
}

.section-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 55px;
	color: #000;
}

.section-space--breadcrumb {
	padding-top: 50px;
	padding-bottom: 50px;
}

.image-feature-area .image-feature {
	margin-bottom: 50px;
}

.preview-cta-content p {
	font-size: 30px;
	line-height: 40px;
}

}

@media only screen and (max-width: 575px) {

.footer-newsletter-widget__title {
	font-size: 28px;
	line-height: 32px;
}

.search-overlay .search-overlay-content .input-box form input {
	font-size: 30px;
}

.preview-header {
	font-size: 30px;
	line-height: 40px;
}

}

@media only screen and (max-width: 479px) {

.offcanvas-widget-area {
	margin-bottom: 30px;
}

.offcanvas-mobile-menu {
	width: 250px;
}

.offcanvas-menu-close {
	font-size: 35px;
	line-height: 55px;
	left: -50px;
	width: 50px;
	height: 50px;
}

.offcanvas-mobile-search-area input {
	font-size: 14px;
	padding: 5px 15px;
}

.offcanvas-inner-content {
	padding: 70px 25px 0;
}

.offcanvas-naviagtion > ul > li > a {
	font-size: 16px;
	line-height: 20px;
}

.offcanvas-naviagtion ul.sub-menu > li > a {
	font-size: 14px;
	line-height: 18px;
}

.off-canvas-widget-social a {
	margin: 0 10px;
}

.footer-widget__newsletter-form {
	width: 100%;
}

.footer-widget__newsletter-form input {
	padding-right: 120px;
}

.footer-widget__newsletter-form button {
	font-size: 13px;
	padding: 0 10px;
}

.footer-newsletter-widget__title {
	font-size: 25px;
	line-height: 30px;
}

.theme-button--subscribe {
	font-size: 14px;
	padding: 8px 16px;
}

.theme-button--loadmore {
	font-size: 14px;
	padding: 8px 16px;
}

.theme-button--banner {
	font-size: 12px;
	padding: 5px 15px;
}

.theme-button--deal-counter {
	font-size: 14px;
	padding: 10px 20px;
}

.search-overlay .search-overlay-content .input-box form input {
	font-size: 20px;
}

.section-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 50px;
	padding-bottom: 10px;
	color: #000;
}

.section-title:after {
	width: 80px;
}

.template-feature-area .single-box-feature .image {
	margin-right: 10px;
	-webkit-flex-basis: 90px;
	-ms-flex-preferred-size: 90px;
	flex-basis: 90px;
}

.template-feature-area .single-box-feature .content {
	-webkit-flex-basis: calc(100% - 80px);
	-ms-flex-preferred-size: calc(100% - 80px);
	flex-basis: calc(100% - 80px);
}

.preview-cta-content p {
	font-size: 25px;
	line-height: 35px;
}

}

