@import url('https://use.fontawesome.com/releases/v5.0.12/css/all.css');

/* Effra Font */
@font-face{
    font-family:'Effra';
    src:url("../fonts/effra_std_lt-webfont.eot");
    src:url("../fonts/effra_std_lt-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/effra_std_lt-webfont.woff") format("woff"),url("../fonts/effra_std_lt-webfont.ttf") format("truetype");
    font-weight:300
}
@font-face{
    font-family:'Effra';
    src:url("../fonts/effra_std_rg-webfont.eot");
    src:url("../fonts/effra_std_rg-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/effra_std_rg-webfont.woff") format("woff"),url("../fonts/effra_std_rg-webfont.ttf") format("truetype");
    font-weight:400
}
@font-face{
    font-family:'Effra';
    src:url("../fonts/effra_std_it-webfont.eot");
    src:url("../fonts/effra_std_it-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/effra_std_it-webfont.woff") format("woff"),url("../fonts/effra_std_it-webfont.ttf") format("truetype");
    font-weight:400;
    font-style:italic
}
@font-face{
    font-family:'Effra';
    src:url("../fonts/effra_std_md-webfont.eot");
    src:url("../fonts/effra_std_md-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/effra_std_md-webfont.woff") format("woff"),url("../fonts/effra_std_md-webfont.ttf") format("truetype");
    font-weight:500
}
@font-face{
    font-family:'Effra';
    src:url("../fonts/effra_std_bd-webfont.eot");
    src:url("../fonts/effra_std_bd-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/effra_std_bd-webfont.woff") format("woff"),url("../fonts/effra_std_bd-webfont.ttf") format("truetype");
    font-weight:700
}
@font-face{
    font-family:'Effra';
    src:url("../fonts/effra_std_he-webfont.eot");
    src:url("../fonts/effra_std_he-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/effra_std_he-webfont.woff") format("woff"),url("../fonts/effra_std_he-webfont.ttf") format("truetype");
    font-weight:900
}
/* End - Effra Font */

/* Global */
* {
	font-family: 'Effra';
	outline: none;
}

body {
	padding: 0px;
	margin: 0px;
	position: relative;
	right: 0px;
	outline: none;
}

body.side-menu-active {
	right: 350px;
	overflow: hidden;
}

.grf-no-scroll {
	overflow: hidden;
}

#maincontent {
	max-width: 100%;
	padding: 0px;
}

.footer.content {
	max-width: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
}

a {
    text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="date"],
textarea{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0px;

}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

button:focus, input:focus, textarea:focus {
    outline: none;
}

.grf-15 {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.grf-25 {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.grf-50 {
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    transition: all 0.50s ease-in-out;
}

.grf-container {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
}

.grf-col-10,
.grf-col-20,
.grf-col-25,
.grf-col-30,
.grf-col-33,
.grf-col-40,
.grf-col-50,
.grf-col-60,
.grf-col-66,
.grf-col-70,
.grf-col-75,
.grf-col-80,
.grf-col-90,
.grf-col-100 {
	width: 100%;
}

.grf-wrapper {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: inherit;
}

.grf-page {
    padding-top: 90px;
}

.breadcrumbs {
	display: none;
}

/* Header */
.grf-header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	border-bottom: 1px solid rgba(20,20,20,0.1);
	z-index: 100;
}

.grf-header.active {
	top: -36px;
}

.grf-header-top {
    background: #ffffff;
    width: inherit;
    height: 35px;
    border-bottom: 1px solid rgba(20,20,20,0.1);
}

.grf-header-top-item:nth-child(1),
.grf-header-top-item:nth-child(3) {
	display: none;
}

.grf-header-top-item:nth-child(2) {
	width: 100%;
}

.grf-header-top-social {
    justify-content: flex-end;
    padding-right: 15px;
}

.grf-header-social-item {
    color: #a7a7a7;
    font-size: 14px;
    width: 17px;
    text-align: center;
    margin: 0px 4px;
}

.grf-header-social-item:hover {
	color: #888;
	cursor: pointer;
}

.grf-header-top-cta {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #333;
    text-align: center;
}

.grf-header-top-other {
	justify-content: flex-end;
	padding-right: 15px;
	font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #333;
}

.grf-header-main {
	background: #fff;
	width: inherit;
	height: 55px;
}

.grf-header-menu-btn {
	width: 125px;
	position: relative;
	cursor: pointer;
}

.grf-header-menu-lines {
    position: absolute;
    left: 8px;
    width: 25px;
    height: 21px;
    padding: 8px;
}

.grf-header-menu-line {
    width: 100%;
    height: 2px;
    background: #d4d4d4;
}

.grf-header-logo {
	width: calc(100% - 250px);
}

.grf-header-account {
	width: 125px;
}

.grf-header-logo-img {
    width: 100px;
    margin: 0 auto;
}

.grf-header-menu {
	display: none;
	width: calc(100% - 300px);
	text-align: center;
	position: relative;
}

.grf-header-menu-item {
	margin: 0px 10px;
    padding: 20px 5px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	z-index: 1;
	cursor: pointer;
}

.grf-header-menu-item a {
	color: #000;
}

.grf-header-account-menu {
    justify-content: flex-end;
    padding-right: 15px;
}

.grf-header-menu-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: inherit;
    z-index: 0;
}

.grf-header-account-item {
    width: 25px;
    height: 25px;
    font-size: 16px;
    color: #a7a7a7;
    text-align: center;
    margin: 2px;
}

.grf-header-account-item:last-child {
	display: none;
}

.grf-header-account-item:hover {
	cursor: pointer;
}

	/* Messages */
	.grf-messages {
		display: none;
	    position: fixed;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    z-index: 101;
	}

	.grf-messages-list {
	    position: relative;
	    z-index: 1;
	    width: 600px;
	    max-width: 90%;
	    margin: 0 auto;
	}

	.grf-messages-list-item {
		font-size: 20px;
		font-weight: 300;
		text-align: center;
	}

	.grf-messages-overlay {
		position: absolute;
		width: inherit;
		height: inherit;
		background: rgba(255,255,255,0.75);
	}

	/* Mega Menu */
	.grf-mega-menu {
	    position: absolute;
	    top: -100vh;
	    left: 0px;
	    width: inherit;
	    height: auto;
	    background: #fff;
		border-top: 1px solid rgba(20,20,20,0.1);
		border-bottom: 1px solid rgba(20,20,20,0.1);
	    z-index: -1;
	}

	.grf-mega-menu.active {
		top: 91px;
	}

	.grf-mega-menu-overlay {
		display: none;
	    position: fixed;
	    width: 100vw;
	    height: 100vh;
	    z-index: -2;
	}

	.grf-mega-menu-content {
	    padding: 20px;
	    width: 1000px;
	    max-width: 90%;
	    margin: 0 auto;
	}

	.grf-mega-menu-parent {
		display: none;
		align-items: flex-start;
		/*justify-content: flex-start;*/
	}

	.grf-mega-menu-parent.active {
		display: flex;
	}

	.grf-mega-menu-children {
		font-weight: 300;
		font-size: 11.5px;
		margin-bottom: 4px;
		position: relative;
		text-transform: initial;
		letter-spacing: 0.25px;
		color: #000;
	}

	.grf-mega-menu-children a {
		color: #000;
	}

	.grf-mega-menu-center-block > a .grf-mega-menu-children-title {
		font-size: 12px;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 10px;
		text-align: center;
	}

	.grf-mega-menu-child-parent-title .grf-mega-menu-children-title {
	    font-weight: 500;
	    font-size: 10px;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	    position: relative;
	    color: #ff4616;
	    /*left: 10px;*/
	}

	.grf-mega-menu-child-parent {
		margin-bottom: 10px;
	}

	.grf-mega-menu-child-child-parent {
	    padding-left: 20px;
	    margin: 10px 0px;
	    align-items: flex-start;
		justify-content: flex-start;
	}

	.grf-mega-menu-child-child-parent .grf-mega-menu-children {
	    width: 50%;
	}

	.grf-mega-menu-center-block {
	    min-width: 120px;
	}

	.grf-mega-menu-bottom {
		width: 100%;
		/*justify-content: flex-start;*/
	}

	.grf-mega-menu-bottom .grf-mega-menu-children-title {
	    color: #000;
	    margin: 5px;
	    padding: 15px;
	    text-align: center;
	    font-size: 12px;
	    font-weight: 800;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	}

	.grf-mega-menu-bottom .grf-mega-menu-children-title:hover {
		background: #ff4616;
		color: #fff;
		-webkit-transition: all 0.25s ease-in-out;
	    -moz-transition: all 0.25s ease-in-out;
	    -o-transition: all 0.25s ease-in-out;
	    transition: all 0.25s ease-in-out;
	}

	.grf-mega-menu-custom-content {
		width: 100%;
		align-items: flex-start;
	}

	.grf-mega-menu-custom-side-content-container {
	    padding: 20px;
	    border-left: 1px solid rgba(20,20,20,0.1);
	}

	.grf-mega-menu-custom-content .grf-mega-menu-children-title {
		text-align: left !important;
	}

	.grf-mega-menu-custom-content .grf-mega-menu-center-block {
	    width: 100%;
	}

	.grf-mega-menu-custom-content .grf-mega-menu-center-block > .grf-mega-menu-child-block {
		position: relative;
		top: -22px;
	    padding-left: 100px;
	    align-items: flex-start;
	    justify-content: flex-start;
	}

	.grf-mega-menu-custom-content .grf-mega-menu-center-block .grf-mega-menu-child-block > .grf-mega-menu-children {
	    width: 33.33%;
	}

	.grf-mega-menu-custom-content .grf-mega-menu-children {
	    justify-content: flex-start;
	}

	.grf-mega-menu-custom-content .grf-mega-menu-child-child-parent .grf-mega-menu-children {
	    width: 100% !important;
	}

	.grf-mega-menu-custom-side-carousel .owl-dots {
		text-align: center;
	}

	.grf-mega-menu-custom-side-carousel .owl-dot.active {
	    background: #FF5722;
	}

	.grf-mega-menu-custom-side-carousel .owl-dot {
	    width: 36px;
	    height: 2px;
	    background: #e6e6e6;
	    display: inline-flex;
	    margin: 2px;
	}

	.grf-mega-menu-custom-side-slider-image {
	    width: 100%;
	    height: 250px;
	    background: #ececec;
	}

	.grf-mega-menu-custom-side-slider-info {
		text-align: center;
	    margin: 30px 0px 20px;
	}

	.grf-mega-menu-custom-side-slider-title {
	    text-align: center;
	    font-size: 13px;
	    text-transform: uppercase;
	    font-weight: 800;
	    letter-spacing: 1px;
	    margin-bottom: 10px;
	}

	.grf-mega-menu-custom-side-slider-description {
	    font-size: 13px;
	    font-weight: 300;
	    line-height: 18px;
	    margin-bottom: 10px;
	}

	.grf-mega-menu-custom-side-slider-price {
		margin-bottom: 15px;
	}

	.grf-mega-menu-custom-side-slider-btn {
		display: inline-flex;
	    width: 100px;
	    height: 40px;
	    background: #FF5722;
	    color: #fff;
	    font-size: 12px;
	    font-weight: 600;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	}

	.grf-mega-menu-custom-content .grf-mega-menu-bottom .grf-mega-menu-bottom-item,
	.grf-mega-menu-products .grf-mega-menu-bottom-item {
		width: 100% !important;
	}

	.grf-mega-menu-custom-content .grf-mega-menu-bottom .grf-mega-menu-children-title,
	.grf-mega-menu-products .grf-mega-menu-bottom .grf-mega-menu-children-title {
		margin: 0px !important;
		padding:  0px !important;
		margin-bottom: 20px !important;
		display: inline-block;
	}

	.grf-mega-menu-custom-content .grf-mega-menu-bottom .grf-mega-menu-children-title:hover,
	.grf-mega-menu-products .grf-mega-menu-bottom .grf-mega-menu-children-title:hover {
		background: unset;
		color: #000;
	}

	.grf-mega-menu-products .grf-mega-menu-center-block {
	    width: 100%;
	}

	.grf-mega-menu-products .grf-mega-menu-child-block {
	    position: relative;
	    top: -22px;
	    width: 120px;
	    margin: 0 auto;
	}

	.grf-mega-menu-products .grf-mega-menu-children-title {
		text-align: left !important;
	}


	/* Side Menu */
	.grf-side-menu {
		display: none;
	    position: fixed;
	    top: 0px;
	    left: 0px;
	    width: 100vw;
	    height: 100vh;
	    z-index: 100;
	}

	.grf-side-menu-block {
	    position: absolute;
	    top: 0px;
	    right: -350px;
	    width: 350px;
	    height: inherit;
	    z-index: 1;
	    /*background: #c54830;*/
	    background: #fff;
	}

	.grf-side-menu.active .grf-side-menu-block {
		right: 0px;
	}

	.grf-side-menu-overlay {
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: inherit;
	    height: inherit;
	    background: rgba(20,20,20,0.55);
	}

	.grf-side-menu-header {
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    height: 40px;
	    /*background: #e4e4e4;*/
	    background: #fff;
	    width: inherit;
	    border-bottom: 1px solid rgba(20,20,20,0.1);
	}

	.grf-side-menu-header-item {
	    color: #333;
	    font-size: 10px;
	    letter-spacing: 2px;
	    font-weight: 500;
	    text-transform: uppercase;
	    width: calc(25% - 9px);
	    padding: 5px 0px;
	    border-right: 1px solid rgba(20,20,20,0.1);
	    text-align: center;
	    position: relative;
	}

	.grf-side-menu-header-close {
		width: 32px;
	}

	.grf-side-menu-header-close-line {
	    position: absolute;
	    width: 10px;
	    height: 2px;
	    background: #333;
	}

	.grf-side-menu-header-close-line:nth-child(1) {
		transform: rotate(45deg);
	}

	.grf-side-menu-header-close-line:nth-child(2) {
		transform: rotate(135deg);
	}

	.grf-side-menu-header-item.active {
		font-weight: 800;
	}

	.grf-side-menu-header-item:last-child {
		border-right: none;
	}

	.grf-side-menu-header-item:hover {
		cursor: pointer;
	}

	.grf-side-menu-groups {
		padding: 40px 0px 0px;
		height: calc(100% - 40px);
		overflow-y: scroll;
	}

	.grf-side-menu-group {
	    
	}

	.grf-side-menu-support {
	    height: 100%;
	}

	.grf-side-menu-support-links {
	    padding: 15px;
	}

	.grf-side-menu-support-link {
	    margin-bottom: 15px;
	    text-transform: uppercase;
	    font-weight: 600;
	    letter-spacing: 2px;
	    font-size: 13px;
	    text-align: center;
	    color: #FF5722;
	}

	.grf-side-menu-title {
	    padding: 50px 0px;
	    text-align: center;
	}

	.grf-side-menu-online {
	    display: none;
	}

	.grf-side-menu-offline-list {
	    padding: 10px;
	}

	.grf-side-menu-list-item {
		margin-bottom: 3px;
	    width: 100%;
	    /*height: 40px;*/
	    /*background: #f7f7f7;*/
	}

	#email-error {
		margin: 10px 0px;
		font-size: 12px;
		color: #ff5623;
		font-weight: 300;
	}

	.grf-side-menu-list-thumb {
	    height: inherit;
	    width: 40px;
	    border-right: 1px solid rgba(20,20,20,0.1);
	}

	.grf-side-menu-list-title {
	    width: calc(100% - 51px);
	    padding-left: 10px;
	    font-size: 12px;
	    font-weight: 500;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	}

		/* Side Menu Profile */
		.grf-side-menu-profile-title {
			padding: 30px 0px 15px;
			font-size: 20px;
			font-weight: 600;
			text-transform: uppercase;
			letter-spacing: 2px;
		}

		.grf-side-menu-break {
		    border-bottom: 1px solid rgba(20,20,20,0.1);
		    width: 90%;
		    margin: 0 auto;
		    margin-top: 10px;
		    margin-bottom: 0px;
		}

		.grf-side-menu-login-title {
			font-size: 12px;
			font-weight: 600;
			margin-bottom: 4px;
			text-transform: uppercase;
			letter-spacing: 2px;
		}

		.grf-side-menu-login-input {
		    width: 100%;
		    height: 40px;
		    padding: 0px;
		    text-indent: 10px;
		    font-size: 16px;
		    font-weight: 300;
		    letter-spacing: 1px;
		    border: 1px solid rgba(20,20,20,0.1);
		    color: #a2a2a2;
		}

		.grf-side-menu-login-input::placeholder {
		    color: inherit !important;
		}

		.grf-side-menu-login-btn {
		    width: 100%;
		    height: 46px;
		    border: none;
		    background: #FF5722;
		    color: #fff;
		    padding: 0px;
		    margin-top: 10px;
		    font-size: 12px;
		    font-weight: 400;
		    text-transform: uppercase;
		    letter-spacing: 2px;
		    cursor: pointer;
		}

		.grf-side-menu-login-btn:hover {
			background: #cc3007;
			cursor: pointer;
		}

		.grf-side-menu-register-btn {
		    height: 46px;
		    background: #333;
		    color: #fff;
		    margin-top: 10px;
		    font-size: 12px;
		    font-weight: 400;
		    text-transform: uppercase;
		    letter-spacing: 2px;
		    cursor: pointer;
		}

		.grf-side-menu-register-btn:hover {
			background: #666;
			cursor: pointer;
		}

		/* Side Menu List */
		.grf-side-menu-list {
		    overflow-y: scroll;
		    height: calc(100vh - 96px);
		}

		.grf-side-menu-item {
		    height: auto;
		    margin: 1px 0px;
		    position: relative;
		}

		.grf-side-menu-parent-title {
			height: 46px;
			font-size: 12px;
			font-weight: 600;
			letter-spacing: 2px;
			text-transform: uppercase;
			margin-bottom: 1px;
			justify-content: flex-start;
			padding-left: 15px;
			cursor: pointer;
			border-bottom: 1px solid rgba(20,20,20,0.1);
		}

		.grf-side-menu-children-title {
		    height: 46px;
			font-size: 12px;
			font-weight: 600;
			letter-spacing: 2px;
			text-transform: uppercase;
			margin-bottom: 1px;
		    justify-content: flex-start;
			padding-left: 30px;
			cursor: pointer;
			border-bottom: 1px solid rgba(20,20,20,0.1);
		}

		.grf-side-menu-child-children-title {
		    height: 46px;
		    font-size: 12px;
			font-weight: 600;
			letter-spacing: 2px;
			text-transform: uppercase;
		    margin-bottom: 1px;
		    justify-content: flex-start;
			padding-left: 45px;
			cursor: pointer;
			border-bottom: 1px solid rgba(20,20,20,0.1);
		}

		.grf-side-menu-children-children-title {
		    padding-left: 45px;
		    cursor: pointer;
		    border-bottom: 1px solid rgba(20,20,20,0.1);
		}

		.grf-side-menu-child-child-block .grf-side-menu-child-children-title {
		    padding-left: 60px;
		    cursor: pointer;
		    border-bottom: 1px solid rgba(20,20,20,0.1);
		}

		.grf-side-menu-child-block,
		.grf-side-menu-parent-content {
			display: none;
		}

		.grf-side-menu-parent.active > .grf-side-menu-parent-content,
		.grf-side-menu-children.active > .grf-side-menu-child-block {
			display: block;
		}

		.grf-side-menu-expand {
		    position: absolute;
		    top: 0px;
		    right: 0px;
		    width: 46px;
		    height: 46px;
		}

		.grf-side-menu-expand-item {
		    width: 2px;
		    height: 10px;
			background: #000;
		    transform: rotate(0deg);
		}

		.grf-side-menu-expand-item:nth-child(1) {
		    transform: rotate(90deg);
		    left: 2px;
		    position: relative;
		}

		.grf-side-menu-item.active > .grf-side-menu-expand > .grf-side-menu-expand-item:nth-child(1) {
			transform: rotate(45deg);
		}

		.grf-side-menu-item.active > .grf-side-menu-expand > .grf-side-menu-expand-item {
			transform: rotate(135deg);
		}

		.grf-side-menu-link-overlay {
			width: 100%;
			position: absolute;
			height: inherit;
			top: 0px;
			left: 0px;
			z-index: 1;
		}

		/* Side Menu Support */
		.grf-side-menu-support-container {
		    align-items: flex-start;
		}

		.grf-side-menu-support-form {
		    margin: 10px;
		}

		.grf-side-menu-support-sent {
			display: none;
		    margin: 40px 10px;
		}

		.grf-side-menu-support-sent-message {
		    text-align: center;
		    font-size: 20px;
		    line-height: 28px;
		    font-weight: 300;
		}

		.grf-side-menu-support-title {
			padding: 20px 0px 25px;
			font-size: 20px;
			font-weight: 600;
			text-transform: uppercase;
			letter-spacing: 2px;
		}

		.grf-side-menu-support-item {
		    width: 100%;
		    margin-bottom: 15px;
		}

		.grf-side-menu-support-label {
		    font-size: 12px;
		    font-weight: 600;
		    margin-bottom: 4px;
		    text-transform: uppercase;
		    letter-spacing: 2px;
		}

		.grf-side-menu-support-item input {
		    border: 1px solid rgba(20,20,20,0.1);
		    width: 100%;
		    height: 40px;
		    font-size: 16px;
		    font-weight: 300;
		    text-indent: 10px;
		}

		.grf-side-menu-support-item textarea {
			border: 1px solid rgba(20,20,20,0.1);
			width: 100%;
			height: 100px;
			font-size: 16px;
			font-weight: 300;
			padding: 10px;
			resize: none;
		}

		.grf-side-menu-support-form button {
		    width: 100%;
		    height: 46px;
		    background: #FF5722;
		    color: #fff;
		    font-size: 12px;
		    text-transform: uppercase;
		    letter-spacing: 2px;
		    border: none;
		    padding: 0px;
		    margin: 0px;
		    cursor: pointer;
		}

		.grf-side-menu-support-form button:hover {
			background: #cc3007;
			cursor: pointer;	
		}

		/* Side Menu Features */
		.grf-side-menu-features {
		    position: absolute;
		    right: 0px;
		    bottom: -36px;
		    border-top: 1px solid rgba(20,20,20,0.1);
		    background: #fff;
		    height: 35px;
		    width: inherit;
		}

		.grf-side-menu-features.active {
			bottom: 0px;
		}

		.grf-side-menu-feature-item {
		    color: #333;
		    font-size: 10px;
		    letter-spacing: 2px;
		    font-weight: 500;
		    text-transform: uppercase;
		    width: calc(25% - 1px);
		    padding: 5px 0px;
		    border-right: 1px solid rgba(20,20,20,0.1);
		    text-align: center;
		}

		/* Side Menu Search */
		
		.grf-search {
			display: none;
			position: fixed;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			background: rgba(255,255,255,0.95);
			z-index: 1000;
		}

		.grf-search-close {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 50px;
			height: 50px;
			z-index: 10;
			cursor: pointer;
		}

		.grf-search-close-line {
			position: absolute;
			width: 30px;
			height: 3px;
			background: #868686;
		}

		.grf-search-close-line:nth-child(1) {
			transform: rotate(45deg);
		}

		.grf-search-close-line:nth-child(2) {
			transform: rotate(135deg);
		}

		.grf-search-results-section {
			display: none;
		}

		.grf-search-input-block {
			position: relative;
			height: 80px;
			width: inherit;
		}

		.grf-search-results-block {
			position: relative;
		    height: calc(100vh - 80px);
		    width: 100%;
		    align-items: flex-start;
		    overflow-y: auto;
		}

		.grf-search-results-loader {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 100%;
			height: 100%;
			background: rgba(255,255,255,0.8);
		}

		.grf-search-input-container {
		    width: 90%;
		}

		.grf-search-input {
			position: relative;
		    width: 100%;
		    height: 50px;
		    font-size: 30px;
		    font-weight: 600;
		    color: rgba(20,20,20,0.35);
		    background: none;
		    border: none;
		    border-bottom: 3px solid rgba(20,20,20,0.25);
		    outline: none;
		    z-index: 1;
		}

		.grf-search-input-block-overlay {
		    position: fixed;
		    width: 100%;
		    height: 100%;
		}

		.grf-search-input::placeholder {
		    color: inherit !important;
		}

		.grf-search-results-container {
			width: 100%;
		}

		.grf-search-result {
		    padding: 5px;
		    background: #fff;
		    border-bottom: 1px solid rgba(20,20,20,0.1);
		}

		.grf-search-result-image {
			width: 60px;
			height: 60px;
			background: #333;
		}

		.grf-search-result-info {
		    width: calc(100% - 80px);
		    padding: 10px;
		}

		.grf-search-result-name {
		    color: #000;
		    font-weight: 300;
		    font-size: 14px;
		    margin-bottom: 2px;
		}

		.grf-search-result-price {
		    color: #000;
		    font-weight: 800;
		    font-size: 12px;
		}



		.grf-side-menu-footer {
			display: none;
		    position: absolute;
		    top: calc(100vh - 52px);
		    left: 0px;
		    height: auto;
		    width: inherit;
		}

		.grf-side-menu-footer.active {
			top: 0px;
		}

		.grf-side-menu-search {
			padding: 8px;
			width: inherit;
			background: #333;
		}

		.grf-side-menu-search-input {
			width: 100%;
			height: 36px;
			padding: 0px;
			text-indent: 10px;
			font-size: 16px;
			font-weight: 300;
			letter-spacing: 1px;
			background: rgba(255,255,255,0.1);
			color: #a2a2a2;
			border: none;
		}

		.grf-side-menu-search-input::placeholder {
		    color: inherit !important;
		}

		.grf-side-menu-search-results {
			width: 100%;
			height: calc(100vh - 72px);
			background: #fff;
			padding: 10px;
			overflow-y: scroll;
		}

		.grf-side-menu-search-results-item {
			display: none;
		    padding: 5px 0px;
		    border-bottom: 1px solid rgba(20,20,20,0.1);
		}

		.grf-side-menu-search-results-item.active {
			display: flex;
		}

		/* Side Menu Cart */
		.grf-side-menu-cart-header {
		    text-align: center;
		    height: 120px;
		    padding: 10px 0px;
		    background: #f6f6f7;
		}

		.grf-side-menu-cart-discount {
		    margin-top: 10px;
		}

		.grf-side-menu-cart-discount-wrapper {
		    padding: 10px;
		}

		.grf-side-menu-cart-discount-label {
		    margin-bottom: 10px;
		    font-size: 12px;
		    letter-spacing: 2px;
		    text-transform: uppercase;
		    font-weight: 800;
		}

		.grf-side-menu-cart-discount-input input {
		    width: 70%;
		    height: 46px;
		    border: 1px solid rgba(20,20,20,0.1);
		    font-size: 16px;
		    font-weight: 300;
		    text-transform: uppercase;
		    text-indent: 10px;
		    padding: 0px;
		    margin: 0px;
		}

		.grf-side-menu-cart-discount-btn {
		    width: 30%;
		    height: 46px;
		    background: #333;
		    color: #fff;
		    font-size: 12px;
		    text-transform: uppercase;
		    letter-spacing: 2px;
		    cursor: pointer;
		}

		.grf-side-menu-cart-list {
			padding: 10px;
		}

		.grf-side-menu-cart-item {
		    height: 60px;
		    margin-bottom: 5px;
		    padding-bottom: 5px;
		    border-bottom: 1px solid rgba(20,20,20,0.1);
		}

		.grf-side-menu-cart-item:first-child {
			border-top: 1px solid rgba(20,20,20,0.1);
			padding-top: 5px;
		}

		.grf-side-menu-cart-thumb {
		    width: 50px;
		}

		.grf-side-menu-cart-title {
		    width: calc(100% - 170px);
		    font-size: 12px;
		    font-weight: 300;
		    text-transform: capitalize;
		    padding-left: 20px;
		}

		.grf-side-menu-cart-qty {
		    width: 40px;
		    font-size: 12px;
		    font-weight: 600;
		    text-align: center;
		}

		.grf-side-menu-cart-price {
		    width: 60px;
		    font-size: 12px;
		    font-weight: 300;
		    text-align: center;
		}

		.grf-side-menu-cart-totals {
		    height: 30px;
		    padding-bottom: 10px;
		    margin: 0px 15px;
		    font-size: 12px;
		    letter-spacing: 2px;
		    text-transform: uppercase;
		    font-weight: 800;
		}

		.grf-side-menu-cart-totals-title {
		    width: 60px;
		}

		.grf-side-menu-cart-totals-amount {
		    width: calc(100% - 60px);
		    text-align: right;
		}

		.grf-side-menu-cart-btn {
		    height: 46px;
		    background: #FF5722;
		    color: #fff;
		    margin: 10px;
		    font-size: 12px;
		    text-transform: uppercase;
		    letter-spacing: 2px;
		}

		.grf-side-menu-cart-btn:hover {
			background: #cc3007;
			cursor: pointer;
		}

		.grf-side-menu-checkout-btn {
			height: 46px;
		    background: #333;
		    color: #fff;
		    margin: 10px;
		    font-size: 12px;
		    text-transform: uppercase;
		    letter-spacing: 2px;
		}

		.grf-side-menu-checkout-btn:hover {
			background: #000;
			cursor: pointer;
		}

		/* Side Menu Cached Products */
		.grf-side-menu-feature-block {
		    padding: 10px;
		    display: none;
		}

		.grf-side-menu-feature-block.active {
			display: block;
		}

		.grf-side-menu-feature-title {
		    text-align: center;
		    font-size: 12px;
		    letter-spacing: 2px;
		    text-transform: uppercase;
		    font-weight: 800;
		    margin-bottom: 20px;
		}

		.grf-side-menu-cached-products {
		    padding: 10px;
		}

		.grf-side-menu-cached-product {
		    height: 60px;
		    margin-bottom: 5px;
		    padding-bottom: 5px;
		    border-bottom: 1px solid rgba(20,20,20,0.1);
		}

		.grf-side-menu-cached-product-image {
		    width: 50px;
		}

		.grf-side-menu-cached-product-info {
		    width: calc(100% - 50px);
		}

		.grf-side-menu-cached-product-name {
		    padding-left: 20px;
		    font-size: 10px;
		    letter-spacing: 2px;
		    font-weight: 500;
		    color: #000;
		    text-transform: uppercase;
		}

/* Content */
/*.grf-search {
	width: 100%;
	height: 60px;
	background: #fff;
	border-bottom: 1px solid rgba(20,20,20,0.1);
}

.grf-search-input {
    width: 100%;
    height: 36px;
    padding: 0px;
    text-indent: 10px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    background: rgba(20,20,20,0.1);
    color: #a2a2a2;
    border: none;
}

.grf-search-input::placeholder {
    color: inherit !important;
}

.grf-search-results {
    width: 100%;
    overflow-y: scroll;
    background: #f5f5f5;
    height: 0px;
    border-bottom: transparent;
}

.grf-search-results.active {
    height: auto;
    max-height: 300px;
    border-bottom: 1px solid rgba(20,20,20,0.1);
}

.grf-search-results-container {
    justify-content: flex-start;
    align-items: flex-start;
    width: 800px;
    padding: 20px 0px;
}

.grf-search-results-item {
	display: none;
	height: 60px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.grf-search-results-item.active {
	display: flex;
}

.grf-search-results-thumb {
    width: 50px;
    height: 50px;
}

.grf-search-results-thumb img {
    width: 100%;
}

.grf-search-results-info {
	width: calc(100% - 50px);
}

.grf-search-results-info-content {
	padding-left: 20px;
}

.grf-search-results-title {
    font-size: 9px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    line-height: 14px;
    width: calc(100% - 60px);
}

.grf-search-results-price {
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	width: 60px;
}*/

.grf-featured {
    padding: 30px 0px 15px;
    position: relative;
    background: #fff;
}

.grf-featured-break {
	width: 50%;
	top: 110px;
	height: 60px;
	background: inherit;
	transform-origin: 50%;
	overflow: hidden;
	position: absolute;
}

.grf-featured-break:nth-child(2) {
	left: 0px;
	transform: skewY(2.5deg);
}

.grf-featured-break:nth-child(3) {
	right: 0px;
	transform: skewY(-2.5deg);
}

.grf-featured-carousel .owl-prev {
	position: absolute;
	top: 50%;
	left: -15px;
}

.grf-featured-carousel .owl-next {
	position: absolute;
	top: 50%;
	right: -15px;
}

.grf-featured-item {
	text-align: center;
	position: relative;
	padding: 10px 0px;
}

.grf-featured-item:hover {
	background: #f6f6f7;
	cursor: pointer;
}

.grf-featured-status {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff4616;
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 2px 4px;
}

.grf-featured-thumb {
	width: 75px;
	margin: 0 auto;
}

.grf-featured-title {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    margin-top: 6px;
    letter-spacing: 2px;
}

.grf-featured-cta {
    padding: 5px;
}

.grf-featured-cta-block {
    margin: 10px;
    position: relative;
}

.grf-featured-cta-block-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.grf-featured-cta-block-title {
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.grf-featured-cta-block-btn {
	display: inline-flex;
    height: 40px;
    width: 120px;
    background: #ff4616;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Home page */
.grf-home-slider-image {
    width: 100vw;
    height: calc(100vh - 91px);
}

.grf-home-slider-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(20,20,20,0.25);
}

.grf-home-slider-content {
    position: absolute;
    left: 0px;
    padding: 20px;
    width: 350px;
    max-width: 90%;
    height: auto;
    z-index: 1;
}

.grf-home-slider-title {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(20,20,20,0.25);
}

.grf-home-slider-subtitle {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 24px;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(20,20,20,0.08);
}

.grf-home-slider-btn {
    width: 120px;
    height: 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid #fff;
    border-radius: 4px;
}

.grf-home-slider .owl-prev {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.5);
}

.grf-home-slider .owl-next {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.5);
}

/* end - Home page */

/* Page */
.grf-page-cover {
	position: relative;
}

/*.grf-page-title {
	position: absolute;
	width: auto;
	margin: 0 auto;
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 8px;
}*/

.grf-particles {
	height: 50vh;
    min-height: 400px;
    width: 100vw;
    background: linear-gradient(to right, #ff512f, #f09819);
}

.grf-page-content {
    padding: 50px 0px;
}

.grf-page-title {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 30px;
}

.grf-page-text {
    font-weight: 300;
    line-height: 28px;
}

.grf-page-form-item {
    margin-bottom: 15px;
}

.grf-page-form-title {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.grf-page-form-input {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 300;
    text-indent: 10px;
    border: 1px solid rgba(20,20,20,0.1);
}

.grf-page-form-textarea {
    width: 100%;
    height: 120px;
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
    border: 1px solid rgba(20,20,20,0.1);
    resize: none;
}

.grf-page-form-sent {
	display: none;
}

.grf-page-form-sent-message {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}

/* Product */
.productGridSection {
    /*width: 1200px;
    max-width: 90%;
    margin: 0 auto;*/
    margin-top: 100px;
}

.grf-custom-product-main,
.grf-custom-product-overview,
.grf-custom-product-details,
.grf-custom-product-reviews {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px;
    min-height: 50vh;
}

.grf-custom-product-main {
	margin-bottom: 100px;
}

.grf-custom-product-title {
	margin-bottom: 20px;
	font-size: 26px;
	letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
}

.grf-custom-product-subtitle {
	text-transform: capitalize;
    margin: 50px 0px;
    text-align: center;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 600;
}

/* Swatch Option */
.grf-swatch-option-container {
    padding: 2px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    border: 1px solid transparent;
    max-width: inherit;
    max-height: inherit;
    cursor: pointer;
}

.grf-product-page-sidebar .grf-swatch-option-container {
    padding: 3px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    margin: 1px;
    max-width: inherit;
    max-height: inherit;
    cursor: pointer;
}

.grf-faux-swatch-container {
    min-height: 48px;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a8a8a8;
}

.grf-swatch-option-container.selected,
.grf-swatch-option-container:hover {
    border-radius: 50%;
    border: 1px solid rgba(20,20,20,0.25);
}

.grf-swatch-option {
    width: inherit;
    height: inherit;
    border-radius: inherit;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(20,20,20,0.1);
}

.grf-swatch-hex-box {
    position: relative;
    width: inherit;
    height: inherit;
    border-radius: 50%;
}

.grf-swatch-hex {
    width: inherit;
    height: inherit;
}

.grf-swatch-hex1,
.grf-swatch-hex2 {
    position: absolute;
    width: 0;
    height: 0; 
}

/* Category */
.grf-category-cover {
	width: 100vw;
	height: 80vh;
	min-height: 500px;
	margin-top: 90px;
}

.grf-category-cover.active {
	height: 50vh;
	min-height: 250px;
}

.grf-no-category-cover {
	margin-top: 90px;
}

.category-description {
	display: none;
}

.grf-category-cover-title {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(20,20,20,0.125);
    letter-spacing: 2px;
}

.grf-products-list-container.active {
    position: fixed;
    top: 55px;
    width: 100%;
    height: calc(100vh - 55px);
    background: #fff;
    z-index: 10;
    overflow-y: scroll;
}

.grf-products-list-toolbar {
    width: 100%;
    height: 50px;
    background: #fff;
    color: #333;
    border-bottom: 1px solid rgba(20,20,20,0.1);
    position: relative;
}

.grf-products-list-container.active .grf-products-list-toolbar {
	position: fixed;
    top: 55px;
    right: 0px;
    width: inherit;
    z-index: 1;
}

.grf-product-item-container .grf-product-item-add {
    width: calc(100% - 151px) !important;
    border-left: 1px solid rgba(20,20,20,0.1);
}

.grf-product-item-info {
    text-align: left;
    padding: 12px;
    padding-bottom: 6px;
    border-top: 1px solid rgba(20,20,20,0.1);
}

.grf-category-page-block {
	position: relative;
    width: calc(100% - 10px);
    height: 40vh;
    min-height: 400px;
    margin: 5px;
    background: #f6f6f7;
}

.grf-category-page-block-overlay {
	position: absolute;
	width: inherit;
	height: inherit;
	background: rgba(20,20,20,0.15);
}

.grf-category-page-block-title {
	position: relative;
	font-size: 36px;
	font-weight: 900;
	color: #fff;
	letter-spacing: 1px;
    text-transform: capitalize;
    text-shadow: 0px 0px 10px rgba(20,20,20,0.15);
    z-index: 1;
}

.grf-category-page-block-image {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}

/* Product Item */
    .grf-product-color-available,
    .grf-product-device-available,
    .grf-product-price-available,
    .grf-product-color-available .grf-product-device-available,
    .grf-product-color-available .grf-product-price-available,
    .grf-product-device-available .grf-product-price-available,
    .grf-product-color-available .grf-product-device-available .grf-product-price-available {
        display: flex;
    }

    .grf-product-device-unavailable,
    .grf-product-color-unavailable,
    .grf-product-price-unavailable {
        display: none;
    }
    
/*    .grf-products-wrapper {
        padding: 15px;
    }

    .grf-products-list-wrapper {
        padding: 25px 24px;
    }*/

    .grf-products-list-container.active .grf-products-list-wrapper {
        padding-top: 55px;
    }

    .grf-products-list-toolbar-group {
        display: none;
        width: 280px;
    }

    .grf-products-list-toolbar-title {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 600;
        margin-right: 10px;
    }

    .grf-products-list-toolbar-item {
        padding: 6px 10px;
        margin: 0px 2px;
        background: rgba(20,20,20,0.1);
        color: #000;
        font-size: 10px;
        font-weight: 300;
        border-radius: 2px;
        text-transform: capitalize;
    }

    .grf-products-list-toolbar-item.active {
        background: #000;
        color: #f6f6f7;
    }

    .grf-products-list-toolbar-item:hover {
        cursor: pointer;
    }

    .product-item-info {
        margin: 10px;
        border: 1px solid rgba(20,20,20,0.1);
    }

    .grf-products-list-container.active .grf-products-menu {
        position: fixed;
    }

    .grf-products-menu {
        position: absolute;
        left: 0px;
        width: 300px;
        height: calc(100vh - 55px);
        border-right: 1px solid rgba(20,20,20,0.1);
        z-index: 10;
    }

/*    .grf-products-menu.active {
        left: -300px;
    }*/

    .grf-products-menu-container {
        width: 100%;
        height: 100%;
        background: #fff;
        overflow-y: scroll;
        position: relative;
        z-index: 10;
    }

    .grf-products-menu-filter-title {
        width: 100%;
        height: 50px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 600;
        border-bottom: 1px solid rgba(20,20,20,0.1);
    }

    .grf-products-menu-title {
        position: relative;
        padding: 15px;
        font-size: 20px;
        font-weight: 600;
    }

    .grf-products-menu-expand {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 24px;
        height: 24px;
        text-align: center;
        font-weight: 300;
        color: #a8a8a8;
    }

    .grf-products-menu-content {
        display: none;
    }

    .grf-products-menu-colors {
        padding: 10px 30px;
        justify-content: flex-start;
    }

    .grf-products-menu-item {
        justify-content: flex-start;
        background: none;
        padding: 10px 30px;
        margin: 2px 0px;
        cursor: pointer;
    }

    .grf-products-menu-colors .grf-products-menu-item {
        border: 1px solid transparent;
        border-radius: 50%;
        padding: 2px;
        margin: 4px;
    }

    .grf-products-menu-item:hover,
    .grf-products-menu-item.active {
        background: rgba(20,20,20,0.1);
    }

    .grf-products-menu-colors .grf-products-menu-item:hover,
    .grf-products-menu-colors .grf-products-menu-item.active {
        border: 1px solid rgba(20,20,20,0.25);
        background: none;
    }

    .grf-products-menu-clear {
        color: #ff4617;
        font-size: 12px;
        font-weight: 400;
        padding: 4px 30px;
    }

    .grf-products-menu-item-swatch {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid rgba(20,20,20,0.1);
        z-index: 1;
        overflow: hidden;
    }

    /*.grf-swatch-hex-box {
        width: inherit;
        height: inherit;
    }

    .grf-swatch-hex {
        width: inherit;
        height: inherit;
    }*/

    .grf-products-menu-item-title {
        width: calc(100% - 36px);
    }

    .grf-products-list {
        left: 0px;
        position: relative;
        width: 100%;
    }

    .grf-products-list.active {
        left: 0px;
        width: 100%;
    }

    .grf-products-menu-btn {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 50px;
        height: 50px;
        border-right: 1px solid rgba(20,20,20,0.1);
        border-left: 1px solid rgba(20,20,20,0.1);
        text-align: center;
        z-index: 100;
        cursor: pointer;
    }

    .grf-list-page-btn {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 15px;
        height: 15px;
        padding: 10px;
        border-right: 1px solid transparent;
        border-left: 1px solid rgba(20,20,20,0.1);
        border-bottom: 1px solid transparent;
        text-align: center;
        z-index: 100;
        cursor: pointer;
    }

    .grf-list-page-btn.active {
        width: 98px;
        height: 99px;
        background: #fff;
        border-bottom: 1px solid rgba(20,20,20,0.1);
    }

    .grf-list-page-btn.active .grf-list-page-square-container,
    .grf-list-page-key, {
        display: none;
    }

    .grf-list-page-square-container,
    .grf-list-page-btn.active .grf-list-page-key {
        display: flex;
    }

    .grf-list-page-square {
        width: 33.33%;
        height: auto;
    }

    .grf-list-page-squares {
        height: 3px;
        width: 3px;
        background: #333;
    }

    .grf-list-page-key-title {
        width: 100%;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .grf-list-page-key-navigation {
        width: 100%;
        height: 28px;
    }

    .grf-list-page-key-prev,
    .grf-list-page-key-current,
    .grf-list-page-key-next {
        width: 33.33%;
    }

    .grf-list-page-key-count {
        width: 100%;
        font-size: 10px;
    }

    .grf-products-menu-line {
        position: absolute;
        top: 23px;
        width: 30px;
        height: 2px;
        background: #d4d4d4;
    }

    .list-page-toolbar.moved .grf-products-menu-line:nth-child(1) {
        transform: rotate(0deg);
        top: 16px;
        left: 12px;
        width: 22px;
    }

    .list-page-toolbar.moved .grf-products-menu-line:nth-child(2) {
        transform: rotate(0deg);
        opacity: 1;
        width: 16px;
        left: 12px;
    }

    .list-page-toolbar.moved .grf-products-menu-line:nth-child(3) {
        transform: rotate(0deg);
        top: 30px;
        width: 10px;
        left: 12px;
    }

    .grf-products-menu-line:nth-child(1) {
        transform: rotate(45deg);
        top: 24px;
        width: 20px;
        left: 15px;
    }
    
    .grf-products-menu-line:nth-child(2) {
        opacity: 0;
    }
    
    .grf-products-menu-line:nth-child(3) {
        transform: rotate(-45deg);
        top: 24px;
        width: 20px;
    }

    .grf-product-item-container {
        width: 100%;
        text-align: center;
    }

    .grf-product-item {
        width: 100%;
        position: relative;
    }

    .grf-product-item-data {
        display: none;
    }

    .grf-product-item-image,
    .grf-product-item-carousel-image {
        width: inherit;
        height: 50vh;
        min-height: 300px;
        margin-bottom: 20px;
    }

    .price-box.price-final_price {
        font-size: 12px;
    }

    .grf-product-item-name {
        margin-bottom: 2px;
    }

    .product-item-link {
        font-size: 13px;
        font-weight: 600;
        text-transform: capitalize;
        letter-spacing: 0.5px;
        color: #000;
        margin-bottom: 15px;
    }

    .grf-product-item-availability-container {
        margin-top: 20px;
        border-top: 1px solid rgba(20,20,20,0.1);
        height: 46px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    /*.grf-product-item-add-container {
        margin-top: 20px;
        border-top: 1px solid rgba(20,20,20,0.1);
    }*/

    .price-final_price {
    	display: none;
    }

    .grf-product-item-add-container {
	    position: relative;
	    display: flex;
	    padding-bottom: 10px;
	}

    .grf-product-item-price-container {
	    position: relative;
	    left: -8px;
	}

    .grf-product-item-price {
        font-size: 12px;
    }

    .grf-product-item-price-regular,
    .grf-product-item-price-base,
    .grf-product-item-price-special,
    .grf-product-item-price-onsale {
        justify-content: flex-start;
    }

    .grf-product-item-price-base {
        text-decoration: line-through;
        margin: 0px 4px;
    }

    .grf-product-item-price-special {
        margin: 0px 4px;
    }

    .grf-product-item-add {
        width: calc(100% - 150px);
    }

    .grf-product-item .tocart {
        width: 100%;
        height: 46px;
        border: none;
        color: #000;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
        border-left: 1px solid rgba(20,20,20,0.1);
        background: #fff;
    }

    .grf-product-item-devices {
        display: none;
        position: absolute;
        top: 10px;
        left: 10px;
        width: 275px;
        max-width: 75%;
        justify-content: flex-start;
    }

    .product-item-info:hover .grf-product-item-devices {
        display: flex;
    }

    .grf-product-item-device {
        font-size: 10px;
        background: #000;
        color: #f6f6f7;
        font-weight: 300;
        border-radius: 2px;
        padding: 6px 10px;
        margin: 1px;
    }

    .grf-product-item-cta {
        position: absolute;
        font-size: 10px;
        top: 10px;
        right: 10px;
        background: #FF5722;
        color: #f6f6f7;
        font-weight: 300;
        border-radius: 2px;
        padding: 6px 10px;
    }

    .grf-products-overlay {
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(20,20,20,0.5);
        position: fixed;
        z-index: 1;
        top: 0px;
        left: 0px;
    }

    .grf-products-overlay.active {
        display: block;
    }

    .grf-products-menu-loader {
        position: absolute;
        top: 0px;
        left: 0px;
        height: inherit;
        width: inherit;
        background: rgba(255,255,255,0.8);
    }

    .toolbar-products, .sidebar-additional {
        display: none;
    }

    @media (min-width: 1200px) {
        .grf-products-menu {

        }

        .grf-products-list {
            left: 150px;
            position: relative;
            width: calc(100% - 300px);
        }
    }

    /* New */
    .list-page-sidebar.active {
        position: fixed;
        top: 55px;
    }

    .list-page-sidebar.moved {
        left: -300px;
    }

    .list-page-sidebar {
        position: absolute;
        left: 0px;
        width: 300px;
        height: calc(100vh - 55px);
        z-index: 10;
    }
    
    .list-page-toolbar.active {
        position: fixed;
        top: 55px;
    }

    .list-page-toolbar.moved {
        left: 0px;
        width: 100%;
    }

    .list-page-toolbar {
        position: absolute;
        left: 300px;
        width: calc(100vw - 300px);
        height: 51px;
        z-index: 10;
    }
    
    .list-page {
        width: 100%;
        position: relative;
        left: 0px;
    }

    .list-page.moved {
        width: 100%;
        left: 0px;
    }
    
    .list-page-grid {
        padding: 60px 10px;
        margin-bottom: 200px;
    }

    .grf-product-item-carousel-image {
        display: none;
    }

    .grf-product-item-carousel-image:nth-child(1) {
        display: block;
    }

    /* small */
    @media( min-width: 767px ) {

    }

    /* medium */
    @media( min-width: 991px ) {
        .grf-products-list-toolbar-group {
            display: flex;
        }
    }

    /* large */
    @media( min-width: 1200px ) {
        .list-page {
            width: calc(100vw - 300px);
            position: relative;
            left: 300px;
        }
    }

/*.grf-product-item-container .grf-swatch-container {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: calc(100% - 171px);
    margin: 0px 10px;
    height: 50px;
    background: #fff;
    overflow: hidden;
}

.grf-product-item-swatches {
    width: calc(100% - 151px);
}

.grf-product-item-swatches:hover .grf-swatch-container {
    height: 25%;
    width: 100%;
    margin: 0px;
    border-top: 1px solid rgba(20,20,20,0.1);
}

.grf-product-item-swatches:hover .swatch-attribute {
    width: 100%;
    left: unset;
}

.grf-product-item-container .swatch-attribute {
    width: 1000px;
    position: absolute;
    left: 0px;
}

.grf-product-item-swatches:hover .swatch-attribute-options {
    justify-content: center;
}

.grf-product-item-container .swatch-attribute-options {
    justify-content: flex-start;
}

.grf-swatch-center .swatch-attribute-options {
	justify-content: center;
}

.grf-product-item-container .product-item-inner {
    height: 50px;
    border-top: 1px solid rgba(20,20,20,0.1);
    margin-top: 15px;
}

.grf-swatch-center .swatch-attribute {
	width: 100%;
}*/

.grf-swatch-container {
    margin: 20px 0px;
}

/* Cart Page */

	.grf-cart-container {
	    width: 1200px;
	    max-width: 90%;
	    margin: 0 auto;
	    margin-top: 100px;
	    margin-bottom: 100px;
	}

	.grf-cart-form button {
	    height: 40px;
	    width: 100%;
	    margin-bottom: 10px;
	    border: none;
	    background: #f6f6f7;
	    color: #333;
	    font-size: 12px;
	    font-weight: 600;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	    padding: 0px 15px;
	}

	.grf-cart-form button:hover {
		background: #d6d6d6;
		cursor: pointer;
	}

/* End - Cart Page */

/* Start - Secondary Pages */

	.grf-page-banner {
	    height: 50vh;
	    background: linear-gradient(45deg, rgb(252, 74, 26), rgb(247, 183, 51));
	    color: #fff;
	}

	.grf-page-banner-titles {
		text-align: center;
	}

	.grf-page-banner-title {
	    font-size: 60px;
	    font-weight: 600;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	}

	.grf-page-banner-subtitle {
	    margin: 10px 0px;
	    font-size: 12px;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	}

	.grf-page-sidebar.active {
	    position: fixed;
	    top: 55px;
	}

	.grf-page-sidebar.moved {
	    left: -300px;
	}

	.grf-page-sidebar {
	    position: absolute;
	    left: 0px;
	    width: 300px;
	    height: calc(100vh - 55px);
	    z-index: 10;
	    border-right: 1px solid rgba(20,20,20,0.1);
	    background: #fff;
	}

	.grf-page-sidebar-title {
	    font-size: 16px;
	    text-transform: capitalize;
	    font-weight: 600;
	    letter-spacing: 0px;
	    height: 40px;
	    justify-content: flex-start;
	    padding: 0px 15px;
	}

	.grf-page-sidebar-list {
	    padding: 0px 30px;
	}

	.grf-page-sidebar-list-item {
	    margin: 10px 0px;
	    font-size: 13px;
	    text-transform: capitalize;
	}

	.grf-page-toolbar.active {
	    position: fixed;
	    top: 55px;
	}

	.grf-page-toolbar.moved {
	    left: 0px;
	    width: 100%;
	}

	.grf-page-toolbar {
	    position: absolute;
	    left: 300px;
	    width: calc(100vw - 300px);
	    height: 51px;
	    z-index: 10;
	}

	.grf-page-toolbar-container {
		width: 100%;
		height: 50px;
		background: #fff;
		color: #333;
		border-bottom: 1px solid rgba(20,20,20,0.1);
		position: relative;
	}

	.grf-page-toolbar-btn {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 50px;
		height: 50px;
		border-right: 1px solid rgba(20,20,20,0.1);
		border-left: 1px solid rgba(20,20,20,0.1);
		text-align: center;
		z-index: 100;
		cursor: pointer;
	}

	.grf-page-toolbar-line {
        position: absolute;
        top: 23px;
        width: 30px;
        height: 2px;
        background: #d4d4d4;
    }

    .grf-page-toolbar.moved .grf-page-toolbar-line:nth-child(1) {
        transform: rotate(0deg);
        top: 16px;
        left: 12px;
        width: 22px;
    }

    .grf-page-toolbar.moved .grf-page-toolbar-line:nth-child(2) {
        transform: rotate(0deg);
        opacity: 1;
        width: 16px;
        left: 12px;
    }

    .grf-page-toolbar.moved .grf-page-toolbar-line:nth-child(3) {
        transform: rotate(0deg);
        top: 30px;
        width: 10px;
        left: 12px;
    }

    .grf-page-toolbar-line:nth-child(1) {
        transform: rotate(45deg);
        top: 24px;
        width: 20px;
        left: 15px;
    }
    
    .grf-page-toolbar-line:nth-child(2) {
        opacity: 0;
    }
    
    .grf-page-toolbar-line:nth-child(3) {
        transform: rotate(-45deg);
        top: 24px;
        width: 20px;
    }

	.grf-page-grid.moved {
	    width: 100%;
	    left: 0px;
	}

	.grf-page-grid {
		width: 100%;
		position: relative;
		left: 0px;
	}

	.grf-page-grid-container {
	    padding: 30px;
	    margin: 50px 0px 200px;
	}

	.grf-page-section {
	    padding: 20px 0px;
	}

	.grf-page-section-item {
	    padding-top: 15px;
	}

	.grf-page-section-title {
	    font-size: 24px;
	    font-weight: 600;
	    text-transform: capitalize;
	    margin-bottom: 20px;
	}

	.grf-page-section-subtitle {
	    font-weight: 500;
	    text-transform: capitalize;
	    margin-bottom: 15px;
	}

	.grf-page-section-text {
	    font-weight: 300;
	    font-size: 14px;
	    line-height: 22px;
	    padding: 0px 20px;
	}

	.grf-page-section-text ul {
	    padding: 0px;
	    margin: 10px 20px;
	}

	@media (min-width: 1200px) {
		.grf-page-grid {
		    width: calc(100vw - 300px);
		    position: relative;
		    left: 300px;
		}
	}

/* End - Secondary Pages */

/* Footer */
.footerSection {
	background: #f5f5f5;
}

.grf-footer {
	height: auto;
	background: #f5f5f5;
}
	
	/* Footer Signup */
	.grf-signup {
	    padding: 40px 0px;
	    position: relative;
	}

	.grf-signup-form {
		height: inherit;
		position: relative;
		z-index: 1;
	}

	.grf-signup-title {
	    margin: 5px 0px 25px;
	    font-size: 20px;
	    text-align: center;
	    line-height: 30px;
	}

	.grf-signup-item {

	}

	.grf-signup-input {
		width: 100%;
		height: 40px;
		padding: 0px;
		text-indent: 10px;
		font-size: 16px;
		font-weight: 300;
		letter-spacing: 1px;
		background: #fff;
		color: #a2a2a2;
		border: none;
	}

	.grf-signup-input::placeholder {
	    color: inherit !important;
	}

	.grf-signup-button {
		margin-top: 10px;
	    height: 40px;
	    background: #ff4616;
	    color: #fff;
	    font-size: 14px;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	}

	.grf-signup-button:hover {
		background: #cc3007;
		cursor: pointer;
	}

	.grf-signup-break {
		width: 50%;
		top: 90px;
		height: 60px;
		background: inherit;
		transform-origin: 50%;
		overflow: hidden;
		position: absolute;
		z-index: 0;
		border-bottom: 1px solid rgba(20,20,20,0.1);
	}

	.grf-signup-break:nth-child(2) {
		left: 0px;
		transform: skewY(2.5deg);
	}

	.grf-signup-break:nth-child(3) {
		right: 0px;
		transform: skewY(-2.5deg);
	}

	/* Footer Content */
	.grf-footer-menu {
	    padding: 60px 0px 20px;
	}

	.grf-footer-menu-block {
	    margin-bottom: 20px;
	}

	.grf-footer-menu-title {
		font-size: 12px;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 10px;
		padding: 15px 0px;
		padding-top: 0px;
		border-bottom: 1px solid rgba(20,20,20,0.1);
	}

	.grf-footer-menu-items {
	    display: none;
	}

	.grf-footer-menu-items.active {
		display: block;
	}

	.grf-footer-menu-item {
		font-size: 13px;
		text-transform: capitalize;
		font-weight: 300;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(20,20,20,0.1);
		padding-left: 10px;
	}

	.grf-footer-menu-item a {
		color: #8e8e8e;
		display: block;
	}

	/* Footer Social */
	.grf-footer-social {
	    height: 60px;
	    padding: 10px;
	}

	.grf-footer-social-item {
	    width: 40px;
	    height: 40px;
	    margin: 0px 10px;
	    font-size: 24px;
	    text-align: center;
	}

	.grf-footer-social-item a {
		color: #8a8a8a;
	}

	.grf-footer-social-item:hover a {
		color: #ff4616;	
	}

	/* Footer Copyright */
	.grf-footer-copyright {
	    background: #333;
	    color: #fff;
	    height: 30px;
	    font-size: 10px;
	    font-weight: 200;
	    letter-spacing: 1px;
	}

	/* Footer Scroll Top */
	.grf-scroll-top {
		position: fixed;
		right: -100px;
		bottom: 20px;
		width: 50px;
		height: 50px;
		background: #ff4616;
		z-index: 10;
		cursor: pointer;
	}

	.grf-scroll-top.active {
		right: 20px;
	}

	.grf-scroll-top-item {
		position: absolute;
		width: 3px;
		height: 15px;
		background: #fff;
	}

	.grf-scroll-top-item:nth-child(1) {
	    transform: rotate(45deg);
	    top: 17px;
	    left: 19px;
	}

	.grf-scroll-top-item:nth-child(2) {
	    transform: rotate(135deg);
	    top: 17px;
	    right: 19px;
	}

/* Responsive Design */
@media(min-width: 767px) {

	.grf-cart-form button {
		display: inline-block;
		width: unset;
	}

	.grf-search-close {
		left: 0px;
	}

	.grf-search-input-container {
		width: 75%;
	}

	.grf-search-input-block,
	.grf-search-results-block {
		height: 100vh;
		width: 100%;
	}

	.grf-search-results-container {
	    border-left: 1px solid rgba(20,20,20,0.1);
	}

	.grf-signup-button {
		margin-top: 0px;
	}

	.grf-signup-title {
		text-align: initial;
		line-height: initial;
	}

	.grf-footer-menu-block {
	    margin-bottom: 30px;
	}

	.grf-footer-menu-title {
	    font-size: 12px;
	    font-weight: 800;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	    margin-bottom: 15px;
	    padding: 0px;
	    border: none;
	}

	.grf-footer-menu-items {
	    display: block;
	}

	.grf-footer-menu-item {
	    font-size: 13px;
	    text-transform: capitalize;
	    font-weight: 300;
	    margin-bottom: 12px;
	    padding-bottom: 0px;
	    padding-left: 10px;
	    border: none;
	}

	.grf-header-menu-btn {
		display: none;
	}

	.grf-header-logo,
	.grf-header-account {
		width: 135px;
	}

	.grf-header-logo-img {
		padding-left: 15px;
	}
	
	.grf-header-menu {
		width: calc(100% - 270px);
		display: flex;
	}

	.grf-header-account-item:last-child {
		display: flex;
	}

	.grf-header-top-item:nth-child(1),
	.grf-header-top-item:nth-child(3) {
		display: flex;
		width: 150px;
	}

	.grf-header-top-item:nth-child(2) {
		width: calc(100% - 300px);
	}

	.grf-col-25 {
		width: 33.33%;
	}

	.grf-col-50 {
		width: 50%;
	}

	.grf-col-100 {
		width: 100%;
	}

	.grf-home-slider-content {
	    left: 40px;
	    padding: 0px;
	}

}

@media(min-width: 991px) {
	.grf-col-10 {
		width: 10%
	}

	.grf-col-20 {
		width: 20%
	}

	.grf-col-25 {
		width: 25%;
	}

	.grf-col-30 {
		width: 30%;
	}

	.grf-col-33 {
		width: 33.33%;
	}

	.grf-col-40 {
		width: 40%;
	}

	.grf-col-50 {
		width: 50%;
	}

	.grf-col-60 {
		width: 60%;
	}

	.grf-col-66 {
		width: 66.6%;
	}

	.grf-col-70 {
		width: 70%;
	}

	.grf-col-75 {
		width: 75%;
	}

	.grf-col-80 {
		width: 80%;
	}

	.grf-col-90 {
		width: 90%;
	}

	.grf-col-100 {
		width: 100%;
	}

}

/* extra small */
.grf-xs-10,.grf-xs-20,.grf-xs-25,.grf-xs-30,.grf-xs-33,.grf-xs-40,.grf-xs-50,.grf-xs-60,.grf-xs-66,.grf-xs-70,.grf-xs-75,.grf-xs-80,.grf-xs-90,.grf-xs-100 {
	width: 100%;
}

/* small */
@media( min-width: 767px ) {
	.grf-sm-10 {width: 10%}
	.grf-sm-20 {width: 20%}
	.grf-sm-25 {width: 25%;}
	.grf-sm-30 {width: 30%;}
	.grf-sm-33 {width: 33.33%;}
	.grf-sm-40 {width: 40%;}
	.grf-sm-50 {width: 50%;}
	.grf-sm-60 {width: 60%;}
	.grf-sm-66 {width: 66.6%;}
	.grf-sm-70 {width: 70%;}
	.grf-sm-75 {width: 75%;}
	.grf-sm-80 {width: 80%;}
	.grf-sm-90 {width: 90%;}
	.grf-sm-100 {width: 100%;}
}

/* medium */
@media( min-width: 991px ) {
	.grf-md-10 {width: 10%}
	.grf-md-20 {width: 20%}
	.grf-md-25 {width: 25%;}
	.grf-md-30 {width: 30%;}
	.grf-md-33 {width: 33.33%;}
	.grf-md-40 {width: 40%;}
	.grf-md-50 {width: 50%;}
	.grf-md-60 {width: 60%;}
	.grf-md-66 {width: 66.6%;}
	.grf-md-70 {width: 70%;}
	.grf-md-75 {width: 75%;}
	.grf-md-80 {width: 80%;}
	.grf-md-90 {width: 90%;}
	.grf-md-100 {width: 100%;}
}

/* large */
@media( min-width: 1200px ) {
	.grf-lg-10 {width: 10%}
	.grf-lg-20 {width: 20%}
	.grf-lg-25 {width: 25%;}
	.grf-lg-30 {width: 30%;}
	.grf-lg-33 {width: 33.33%;}
	.grf-lg-40 {width: 40%;}
	.grf-lg-50 {width: 50%;}
	.grf-lg-60 {width: 60%;}
	.grf-lg-66 {width: 66.6%;}
	.grf-lg-70 {width: 70%;}
	.grf-lg-75 {width: 75%;}
	.grf-lg-80 {width: 80%;}
	.grf-lg-90 {width: 90%;}
	.grf-lg-100 {width: 100%;}
}

/* Default Magento Theme */
.page-header, .nav-sections, .page-title-wrapper, .copyright, .modals-wrapper {
	display: none;
}

.swatch-option-tooltip {
    display: none !important;
}

.loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

#loader-2 span {
    display: inline-block;
    width: 5px;
    height: 30px;
    background: #333;
    margin: 35px 5px;
}

#loader-2 span:nth-child(1){
    animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2){
    animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3){
    animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce{
    0%, 75%, 100%{
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    25%{
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.grf-running {
    position: absolute;
    right: 0px;
    bottom: 16px;
    z-index: 1;
}

.loading-mask {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background: rgba(255,255,255,0.85);
	z-index: 1000;
}