/*------------------------------------------------------------------
[TABLE OF CONTENTS]

        1. GLOBAL STYLES
        2. HEADER
        3. BLOCK STYLES 
        4. PRODUCT STYLES 
        5. POLICY STYLES 
        6. PARALLAX STYLES 
        7. BLOG STYLES 
        8. EXTRAS 
        9. CAROUSEL STYLES 
        10. TESTIMONIAL STYLES 
        11. CLIENT STYLES 
        12. WIDGETS 
        13. FOOTER
        14. FOOTER / COPYRIGHT 
        15. CART STYLES 
        16. CHECKOUT STYLES 
        17. BLOG STYLES 
        18. NEWSLETTER 
        19. MY ACCOUNT
        20. CONTACT STYLES 
        21. GOEDEKE 
				22. RESPONSIVE STYLES 
				23. GWOLLE GAESTEBUCH
        
-------------------------------------------------------------------*/
@import 'settings-panel.css';
@import 'custom.css';

/* 1. GLOBAL STYLES */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

body {
	background: #ffffff;
	color: #444444;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 500;
}

p {
	color: #666666;
	font-size: 16px;
	line-height: 1.64em;
}

a,
a:hover,
a:active,
a:focus {
	outline: 0;
	text-decoration: none;
}

a,
a:hover,
button,
button:hover {
	-webkit-transition: .4s;
	transition: .4s;
}

a {
	color: #f68b1f;
	text-decoration: none;
	-webkit-transition: .4s;
	transition: .4s;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a:hover {
	color: #444444;
	text-decoration: none;
	-webkit-transition: .4s;
	transition: .4s;
}

a:focus {
	color: #444444;
}

footer a {
	color: #444444;
}

footer a:hover {
	color: #f68b1f;
}

.margin-less {
	margin-top: -120px;
}

/* 2. HEADER */

.top_bar {
	background: #9b9b9b;
	border-top: 1px solid #2f2e2a;
	height: 44px;
	position: relative;
	z-index: 9999999;
}

.home3 .top_bar {
	background: #ffffff;
	border-bottom: 1px solid #ededed;
	border-top: none;
	height: 44px;
	margin: 0 0 -20px;
	position: relative;
	z-index: 9999999;
}

header {
    position: fixed;
    background: #ffffff;
    height: auto;
    width: 100%;
    padding: 20px 0 35px 0;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 999999;
}

.is-sticky header {
	border-bottom: 1px solid #f5f5f5;
	height: 80px;
	padding: 25px 0;
	-webkit-transition: .4s;
	transition: .4s;
}

#header2-sticky-wrapper.is-sticky header {
	border-bottom: 1px solid #f5f5f5;
	height: 155px;
	padding: 22px 0 45px 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

#header4 .is-sticky header {
	background: rgba(0, 0, 0, 0.3);
	border-bottom: none;
}

#header2 .topcart a,
#header2 p {
	color: #ae9190;
}
.navbar-collapse {
	padding-right: 0;
}
.navbar-collapse.in {
	overflow: hidden;
}
.navbar-brand>img {
	display: block;
	-webkit-transition: .4s;
	transition: .4s;
}

.navbar-brand {
	height: auto;
	padding: 0;
}

.navbar>.container .navbar-brand {
	margin-left: 0;
}

.navbar {
	min-height: auto;
	background: transparent;
	border: medium none;
	border-radius: 0;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

.navbar-toggle {
	border: 2px solid #dddddd;
}

.navbar-toggle .icon-bar {
	background-color: #888888;
}

.navbar-default .navbar-nav>li>a {
	color: #7e8083;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .08em;
}

.navbar-nav {
	/* margin: -15px 0 0; */
}

.navbar-wrap {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.nav>li>a {
	padding: 20px 20px;
}

.nav li a:hover {
	color: #d6644a;
}

.current-menu-item>a {
	color: #333333 !important;
}

.header-xtra {
	margin-left: 102px;
	position: relative;
	top: -2px;
}

.header-xtra span {
	background: #ededed;
	border-radius: 3px;
	color: #444444;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	height: 32px;
	line-height: 32px;
	margin-left: 3px;
	position: relative;
	text-align: center;
	-webkit-transition: .4s;
	transition: .4s;
	width: 32px;
}

.header-xtra span:hover {
	background: #d6644a;
	color: #ffffff;
	-webkit-transition: .4s;
	transition: .4s;
}

.under-nav {
	display: flex;
    justify-content: flex-end;
    align-items: flex-start;
	margin-top: 10px;
}

.icon-contact {
	margin-right: 30px;
}
.icon-contact svg {
	float: left;
	max-height: 50px;
    width: auto;
}
.icon-contact a {
	float: left;
}
.icon-contact a svg {
	transition: all 0.5s ease-in-out;
    transform: scale(1);
}

.icon-contact a:hover svg {
	transform: rotateY(180deg);
}
.icon-contact a:not(:hover) svg {
	transform: rotateY(0deg);
}

.button-booking a {
    display: flex;
    height: 50px;
    border: 2px solid #f68b1f;
    padding: 0 30px;
    min-width: 170px;
    text-align: right;
    text-transform: uppercase;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    line-height: 1.1;
}
.button-booking a:focus {
	color: #f68b1f;
}
.button-booking a:hover {
	background-color: #f68b1f;
    color: #fff;
}
.searchtop {
	margin-top: 30px;
	opacity: 0;
	position: absolute;
	right: 0;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: hidden;
}

.topsearch:hover .searchtop {
	margin-top: 12px;
	opacity: 1;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: visible;
}

.topsearch:hover span {
	background: #d6644a;
	color: #ffffff;
}

.slider-wrap {
	position: relative;
}

/* 3. BLOCK STYLES */

.block-content {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.block-content.margin-less {
	margin: 0;
}

.no-margin {
	margin: 0 !important;
}

.block-content img {
	opacity: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.block-content:hover img {
	opacity: 0.8;
	-webkit-transition: 1s;
	transition: 1s;
}

.block-personal-competent {
	display: flex;
    justify-content: space-between;
    gap: 30px;
}
.personal-competent-image {
	flex: 1 0 20%;
	background-image: url(../images/home/frau_goedecke.png);
	background-size: cover;
	background-position: center;
}
.personal-competent-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.personal-competent-text > p:last-child {
	margin-bottom: 0;
}
.personal-competent-title {
	margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 800;
}
.block-personal-competent .cta-buttons {
	flex: 1 0 25%;
}

.bs-text-down {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgba(255, 255, 255, 0.9);
	bottom: 45px;
	-webkit-box-shadow: 0 0 1px transparent;
	box-shadow: 0 0 1px transparent;
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	font-weight: 700;
	height: 80px;
	line-height: 20px;
	margin: 0 45px;
	padding: 20px 15px;
	position: absolute;
	text-transform: uppercase;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	width: 75%;
}

.bs-text-down:before {
	border: rgba(255, 255, 255, 0.5) solid 3px;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
}

.bs-text-down span {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}

.block-content:hover .bs-text-down:before {
	bottom: -7px;
	left: -7px;
	right: -7px;
	top: -7px;
}

.bs-text-center {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #004e9e;
	bottom: 0;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	margin-top: -40px;
	-moz-osx-font-smoothing: grayscale;
	padding: 10px;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
}

.bs-text-center.white {
	color: #333333;
	font-size: 13px;
	line-height: 16px;
}

.bs-text-center button,
.bs-text-center .button,
.text-style2.alt button,
.text-style2.alt .button {
	background: #004e9e;
	border: none;
	border-radius: 3px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 39px;
	line-height: 39px;
	margin-top: 15px;
	padding: 0 10px;
	text-transform: uppercase;
}

.bs-text-center .button {
	display: inline-block;
}

.text-style2.alt .button {
	display: block;
}

.text-style2.alt button i,
.text-style2.alt .button i {
	font-size: 22px;
	vertical-align: middle;
}

.bs-text-center span {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}

h5.heading {
	display: table;
	margin: 20px auto 30px;
	max-width: 570px;
	position: relative;
	width: 100%;
}

h5.heading:after {
	background: #cccccc;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 10px;
	width: 100%;
}

h5.heading span {
	background: #ffffff;
	color: #333333;
	display: table;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	text-transform: uppercase;
	z-index: 99;
}

h5.heading2 {
	display: table;
	margin: 20px auto 30px;
	max-width: 370px;
	position: relative;
	width: 100%;
}

h5.heading2:after {
	background: #cccccc;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 10px;
	width: 100%;
}

h5.heading2 span {
	background: #ffffff;
	color: #333333;
	display: table;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	text-transform: uppercase;
	z-index: 99;
}

header + .clearfix + div {
	margin-top: 150px;
}


/* 4. PRODUCT STYLES */

.product-item {
	margin-bottom: 38px;
}

.product-info {
	text-align: center;
}

.product-title {
	color: #333333;
	font-size: 16px;
	margin: 10px 0 6px;
	text-transform: capitalize;
}

.product-title a {
	color: #333333;
}

.product-title a:hover {
	color: #d6644a;
}

.product-price {
	color: #333333;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin: 0 0 10px;
}

.product-price em {
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
}

.product-price .cutprice {
	color: #888888;
	font-size: 13px;
	text-decoration: line-through;
}

.item-colors a {
	background: #000000;
	display: inline-block;
	height: 21px;
	margin: 0 1px;
	width: 21px;
}

.item-colors a.black {
	background: #000000;
}

.item-colors a.brown {
	background: #635c63;
}

.item-colors a.red {
	background: #a30014;
}

.item-colors a.darkgrey {
	background: #2f3c4d;
}

.item-colors a.litebrown {
	background: #c3c2c0;
}

.item-colors a.white {
	background: #ffffff;
}

.item-colors a.liteblue {
	background: #859cbc;
}

.item-colors a.cream {
	background: #f7d2c2;
}

.item-colors a.yellow {
	background: #c8c258;
}

.color-list a span {
	background: #000000;
	display: inline-block;
	height: 13px;
	margin: 0;
	margin-right: 10px;
	position: relative;
	top: 2px;
	width: 13px;
}

.color-list a span.black {
	background: #000000;
}

.color-list a span.brown {
	background: #635c63;
}

.color-list a span.red {
	background: #a30014;
}

.color-list a span.darkgrey {
	background: #2f3c4d;
}

.color-list a span.litebrown {
	background: #c3c2c0;
}

.color-list a span.white {
	background: #ffffff;
}

.color-list a span.liteblue {
	background: #859cbc;
}

.color-list a span.cream {
	background: #f7d2c2;
}

.color-list a span.yellow {
	background: #c8c258;
}

.black {
	background: #000000;
}

.brown {
	background: #635c63;
}

.red {
	background: #a30014;
}

.darkgrey {
	background: #2f3c4d;
}

.litebrown {
	background: #c3c2c0;
}

.white {
	background: #ffffff;
}

.liteblue {
	background: #859cbc;
}

.cream {
	background: #f7d2c2;
}

.yellow {
	background: #c8c258;
}

.item-thumb {
	overflow: hidden;
	position: relative;
}

.product-overlay {
	bottom: 10px;
	position: absolute;
	right: -100px;
	-webkit-transition: .4s;
	transition: .4s;
}

.product-item:hover .product-overlay {
	right: 10px;
	-webkit-transition: .4s;
	transition: .4s;
}

.product-overlay a {
	background: #444444;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	margin-top: 5px;
	text-align: center;
	width: 28px;
}

.product-overlay a:hover {
	background: #d6644a;
	color: #ffffff;
}

.filter {
	display: table;
	margin: 0 auto 35px;
}

.filter li {
	float: left;
	margin: 0 2px;
}

.filter li a {
	background: rgba(135, 135, 135, 0.2);
	color: #333333;
	display: table;
	font-size: 13px;
	font-weight: 600;
	line-height: 34px;
	padding: 0 15px;
	position: relative;
	text-align: center;
}

.filter li a:hover {
	background: #666666;
	color: #ffffff;
}

.filter li a.selected {
	background: #444444;
	color: #ffffff;
}

.filter li a.selected:after {
	border-color: #444444 transparent;
	border-style: solid;
	border-width: 4px 4px 0;
	bottom: -4px;
	content: '';
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 0;
	z-index: 1;
}

.featured-products #isotope {
	margin: 0 -15px;
}

.featured-products .isotope-item {
	padding: 0 15px;
	width: 25%;
}

/* 5. POLICY STYLES */

.policy-item {
	padding: 55px 0;
}

.pi-wrap i {
	background-color: #ededed;
	border-radius: 50%;
	color: #333333;
	display: inline-block;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	margin: auto;
	text-align: center;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	width: 60px;
}

.pi-wrap:hover i {
	background-color: #000000;
	color: #ffffff;
}

.pi-wrap h4 {
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding: 23px 0 0;
	position: relative;
	text-transform: uppercase;
}

.pi-wrap h4 span {
	color: #cccccc;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	text-transform: none;
}

.pi-wrap h4:before {
	border-bottom: 1px solid #c9c9c9;
	bottom: -10px;
	content: "";
	height: 1px;
	left: 0;
	margin: auto;
	opacity: 0.45;
	position: absolute;
	right: 0;
	text-align: center;
	width: 50%;
}

.pi-wrap p {
	margin: 0;
	padding: 20px 0 0;
}

/* 6. PARALLAX STYLES */

.parallax-bg1 {
	background: url(../images/bg/1.jpg) no-repeat top fixed;
	background-size: cover;
	position: relative;
}

.parallax-bg2 {
	background: url(../images/bg/2.jpg) no-repeat top fixed;
	background-size: cover;
	position: relative;
}

.parallax-bg3 {
	background: url(../images/bg/3.jpg) no-repeat top fixed;
	background-size: cover;
	position: relative;
}

/* 7. BLOG STYLES */

.home-blog {
	padding: 45px 0 30px;
}

.hp-meta {
	margin-bottom: 10px;
}

.hp-meta span {
	color: #888888;
	font-size: 13px;
	margin: 0 3px;
}

.hp-meta i {
	color: #666666;
}

.post-thumb {
	position: relative;
}

.post-excerpt h4 {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 13px;
}

.post-excerpt h4 a {
	color: #444444;
}

.post-excerpt h4 a:hover {
	color: #d6644a;
}

.overlay-rmore {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #d6644a;
	border-color: #d6644a;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	color: #ffffff;
	font-size: 19px;
	font-weight: 400;
	height: 54px;
	left: 50%;
	line-height: 54px;
	margin: -27px 0 0 -27px;
	opacity: 0;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateZ(0) rotate(-45deg);
	transform: translateZ(0) rotate(-45deg);
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	visibility: hidden;
	width: 54px;
	z-index: 500;
}

.product-item:hover .overlay-rmore,
.home-post:hover .overlay-rmore {
	opacity: 1;
	-webkit-transform: scale(1.2) rotate(-0deg);
	transform: scale(1.2) rotate(-0deg);
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-transition-timing-function: cubic-bezier(0.47, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 0.31, -0.36);
	visibility: visible;
}

.home-post:hover .post-thumb img {
	/*opacity: 0.7;
    transition: .4s;*/
}

/* 8. EXTRAS */

.space10 {
	margin-bottom: 10px !important;
}

.space20 {
	margin-bottom: 20px !important;
}

.space30 {
	margin-bottom: 30px !important;
}

.space40 {
	margin-bottom: 40px !important;
}

.space50 {
	margin-bottom: 50px !important;
}

.space60 {
	margin-bottom: 60px !important;
}

.space70 {
	margin-bottom: 70px !important;
}

.space80 {
	margin-bottom: 80px !important;
}

.space90 {
	margin-bottom: 90px !important;
}

.space100 {
	margin-bottom: 100px !important;
}

.padding10 {
	padding-top: 10px !important;
}

.padding20 {
	padding-top: 20px !important;
}

.padding30 {
	padding-top: 30px !important;
}

.padding40 {
	padding-top: 40px !important;
}

.padding50 {
	padding-top: 50px !important;
}

.padding60 {
	padding-top: 60px !important;
}

.padding70 {
	padding-top: 70px !important;
}

/* 9. CAROUSEL STYLES */

.product-carousel,
.product-carousel2,
.product-carousel3 {
	margin: 0 -15px;
}

.pc-wrap {
	padding: 0 15px;
}

.slick-next {
	background: #dddddd;
	border: none;
	border-radius: 3px;
	color: #ffffff;
	font-size: 0;
	height: 28px;
	line-height: 30px;
	margin-top: -80px;
	opacity: 0;
	position: absolute;
	right: -40px;
	text-align: center;
	top: 50%;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: hidden;
	width: 28px;
}

.slick-next:after {
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: 8px;
}

.slick-prev {
	background: #dddddd;
	border: none;
	border-radius: 3px;
	color: #ffffff;
	font-size: 0;
	height: 28px;
	left: -40px;
	line-height: 30px;
	margin-top: -80px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: hidden;
	width: 28px;
}

.slick-prev:after {
	content: "\f053";
	font-family: 'FontAwesome';
	font-size: 8px;
}

.slick-next:hover,
.slick-prev:hover {
	background: #333333;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: visible;
}

.product-carousel:hover .slick-next,
.product-carousel2:hover .slick-next,
.product-carousel3:hover .slick-next {
	opacity: 1;
	right: -0px;
	visibility: visible;
}

.product-carousel:hover .slick-prev,
.product-carousel2:hover .slick-prev,
.product-carousel3:hover .slick-prev {
	left: -0px;
	opacity: 1;
	visibility: visible;
}

/* 10. TESTIMONIAL STYLES */

.testimonial {
	padding: 75px 0;
}

.quote-carousel img {
	border-radius: 50%;
	float: left;
	width: 115px;
}

.quote-info {
	margin-left: 130px;
}

.quote-info h4 {
	color: #eeeeee;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin: 4px 0 1px;
}

.quote-info cite {
	color: #d6644a;
	font-size: 13px;
	font-style: normal;
}

.quote-info p {
	color: #cccccc;
	font-size: 16px;
	margin: 15px 0 0;
}

.slick-dots {
	display: table;
	margin: 0 auto;
	position: relative;
	top: 40px;
}

.slick-dots li {
	float: left;
	margin: 0 5px;
}

.slick-dots li button {
	background: #eeeeee;
	border: none;
	font-size: 0;
	height: 10px;
	opacity: 0.36;
	padding: 0;
	-webkit-transition: .4s;
	transition: .4s;
	width: 10px;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
	background: #eeeeee;
	opacity: 1;
	-webkit-transition: .4s;
	transition: .4s;
}

/* 11. CLIENT STYLES */

.clients-carousel2 .slick-dots,
.home-carousel .slick-dots {
	top: 20px;
}

.clients-carousel2 .slick-dots li button,
.home-carousel .slick-dots li button {
	background: #292929;
}

.clients-carousel2 .slick-dots li button:hover,
.clients-carousel2 .slick-dots li.slick-active button,
.home-carousel .slick-dots li button:hover,
.home-carousel .slick-dots li.slick-active button {
	background: #292929;
}

.clients-carousel2 .img-responsive {
	width: 100%;
}

.clients {
	background: rgba(234, 234, 234, 0.34);
	padding: 48px 0;
}

.clients-carousel {
	margin: 0 -15px;
}

.clients-carousel .slick-slide {
	background: #ffffff;
	margin: 0 15px;
}

.clients-carousel img {
	display: table;
	margin: 0 auto;
}

/* 12. WIDGETS */

.f-widgets {
	padding: 55px 0 35px;
}

.f-widgets h6 {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 45px;
	position: relative;
	text-transform: uppercase;
}

.f-widgets h6:after {
	background: #cccccc;
	bottom: -12px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 70px;
}

.f-widget-content li {
	border-bottom: 1px solid #f0f0f0;
	display: table;
	margin: 0 0 12px;
	padding-bottom: 12px;
	width: 100%;
}

.f-widget-content li:last-child {
	border-bottom: none;
}

.fw-thumb img {
	float: left;
	width: 75px;
}

.fw-info {
	margin-left: 90px;
}

.fw-info h4 {
	color: #333333;
	font-size: 16px;
	margin: 0 0 2px;
}

.fw-info h4 a {
	color: #333333;
}

.fw-price {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}

.ratings span {
	color: #cccccc;
	margin: 0 -1px 3px;
}

.ratings span.act {
	color: #ffcc01;
}

/* 13. FOOTER */

footer {
	background: #9b9b9b;
	font-weight: 500;
	padding: 45px 0 35px;
}

.footer-brand {
	height: 51px;
	margin-bottom: 1em;
	width: 160px;
}

.footer-brand svg path {
	fill: #ffffff;
}

.widget-footer h5 {
	color: #eeeeee;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.tweets_txt,
.widget-footer p {
	color: #ffffff;
	font-size: 13px;
}

.tweets_txt span {
	color: #888888;
	display: block;
}

.tweets_txt a:hover {
	color: #eeeeee;
}

#twitterfeed li {
	border-bottom: 1px solid #2c2c2c;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-left: 30px;
	position: relative;
}

#twitterfeed li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#twitterfeed li:after {
	color: #eeeeee;
	content: "\f099";
	font-family: 'FontAwesome';
	font-size: 21px;
	left: 0;
	position: absolute;
	top: -2px;
}

.f-social {
	border-top: 1px solid #2c2c2c;
	margin: 4px 0 0 0;
	padding-top: 17px;
}

.f-social li {
	float: left;
	margin-right: 15px;
	position: relative;
}

.f-social li a {
	color: #aaaaaa;
	font-size: 21px;
}

.f-social li a:hover {
	color: #eeeeee;
}

.widget-tags li {
	float: left;
	margin-bottom: 9px;
	margin-right: 7px;
}

.widget-tags li a {
	border: 1px solid #393939;
	color: #888888;
	display: table;
	font-size: 13px;
	height: 30px;
	line-height: 28px;
	padding: 0 10px;
}

.widget-tags li a:hover {
	border-color: #979797;
	color: #bbbbbb;
}

.newsletter input {
	background: #343434;
	border: none;
	color: #cccccc;
	height: 36px;
	line-height: 36px;
	margin-bottom: 13px;
	outline: 0;
	padding: 0 20px;
	width: 100%;
}

.newsletter button {
	background: #d6644a;
	border: none;
	border-radius: 3px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 39px;
	line-height: 39px;
	padding: 0 10px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .12);
	text-transform: uppercase;
}

.newsletter button:hover {
	background: #343434;
	color: #ffffff;
}

/* 14. FOOTER / COPYRIGHT */

.footer-bottom {
	background: #4d4d4f;
	padding: 25px 0;
}

.footer-bottom p {
	color: #bbbbbb;
	margin: 0;
}

.footer-bottom a {
	color: #bbbbbb;
}

.flinks li {
	float: left;
	margin-right: 12px;
	position: relative;
}

.flinks li::after {
	color: #555555;
	content: "|";
	position: relative;
	right: -6px;
}

.flinks li:last-child:after {
	display: none;
}

.flinks li a {
	color: #bbbbbb;
}

.payment {
	position: relative;
	top: 4px;
}

.top_bar p {
	color: #cccccc;
}

.tb_left {
	padding: 8px 0;
}

.tb_center {
	margin-left: 125px;
	padding: 12px 0;
}

.tb_center ul li {
	color: #d6644a;
	float: left;
	margin-right: 43px;
	position: relative;
}

.tb_center ul li::after {
	color: #ffffff;
	content: "|";
	position: absolute;
	right: -22px;
}

.tb_center ul li:last-child:after {
	display: none;
}

.tb_center img {
	height: 13px;
	position: relative;
	top: -3px;
}

.tb_center ul li a i,
.tb_center ul li a img {
	color: #ffffff;
	margin-right: .25em;
}

.tb_center ul li a {
	color: #ffffff;
}

.tbr-inner {
	display: none;
}

.tbr-inner img {
	margin-right: 3px;
	position: relative;
	top: -1px;
}

.tb_right li {
	color: #cccccc;
	cursor: pointer;
	float: left;
	padding: 11px 0;
	position: relative;
}

.tb_right li:nth-child(2) span img {
	margin-right: 3px;
	position: relative;
	top: -1px;
}

.tb_right li .tbr-info span {
	border-right: 1px solid #3a3a3a;
	color: #cccccc;
	display: table;
	line-height: 17px;
	padding: 0 15px;
}

.tb_right li:first-child .tbr-info span {
	border-left: 1px solid #3a3a3a;
}

.tb_right li i {
	color: #767676;
	cursor: pointer;
	font-size: 10px;
	margin-left: 3px;
}

.tbr-inner {
	background: #2f2e2a;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 48px;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: hidden;
	width: 130px;
}

.tbr-inner:after {
	border-color: #2f2e2a transparent;
	border-style: solid;
	border-width: 0 5px 4px;
	content: '';
	display: block;
	position: absolute;
	right: 30px;
	top: -4px;
	width: 0;
	z-index: 1;
}

.tb_right li:hover .tbr-inner {
	opacity: 1;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: visible;
}

.tbr-inner a {
	border-bottom: 1px solid #444444;
	color: #ffffff;
	display: table;
	font-size: 11px;
	padding: 8px 10px;
	width: 100%;
}

.tbr-inner a:first-child {
	border-radius: 5px 5px 0 0;
}

.tbr-inner a:last-child {
	border-bottom: none;
	border-radius: 0 0 5px 5px;
}

.tbr-inner a:hover {
	background: #d6644a;
	border-bottom: 1px solid #d6644a;
}

.topsearch form input {
	border: 1px solid #666666;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	height: 50px;
	line-height: 48px;
	padding: 0 20px;
	width: 331px;
}

.topcart {
	display: inline-block;
}

.topsearch {
	display: inline-block;
}

.cart-info {
	background: #ffffff;
	border: solid 1px #666666;
	height: 465px;
	margin-top: 30px;
	opacity: 0;
	overflow: auto;
	overflow-x: hidden !important;
	padding: 25px 25px 35px;
	position: absolute;
	right: 0;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: hidden;
	width: 330px;
	z-index: 99999;
}

.cart-info:after {
	background: #ffffff;
	content: "";
	height: 12px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: -12px;
	width: 100%;
}

.topcart:hover .cart-info {
	margin-top: 12px;
	opacity: 1;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: visible;
}

.topcart:hover span {
	background: #d6644a;
	color: #ffffff;
}

.cart-info small {
	border-bottom: 1px solid #e8e8e8;
	color: #444444;
	display: table;
	font-size: 13px;
	margin-bottom: 17px;
	padding-bottom: 12px;
	text-transform: none;
}

.cart-info small em {
	color: #d6644a;
	font-style: normal;
}

.ci-item {
	border-bottom: 1px solid #e8e8e8;
	display: table;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
}

.ci-item img {
	float: left;
}

.ci-item-info {
	margin-left: 92px;
}

.ci-item-info h5 {
	color: #333333;
	font-family: 'Lato', sans-serif !important;
	font-size: 14px;
	margin: 0 0 5px;
	text-transform: none;
}

.ci-item-info h5 a {
	color: #333333;
}

.ci-item-info h5 a:hover {
	color: #d6644a;
}

.ci-item-info p {
	color: #333333;
}

.ci-edit a {
	background: #aaaaaa;
	color: #ffffff;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 25px;
}

.ci-edit a:hover {
	background: #444444;
	color: #ffffff;
}

.ci-total {
	font-size: 15px;
	margin: -10px 0 15px;
	text-transform: none;
}

.cart-btn a {
	background: #d6644a;
	border-radius: 2px;
	color: #ffffff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	height: 33px;
	line-height: 33px;
	padding: 0 17px;
	text-transform: none;
}

.cart-btn a:first-child {
	background: #333333;
}

.cart-btn a:hover {
	background: #333333;
	color: #ffffff;
}

.cart-btn a:first-child:hover {
	background: #d6644a;
	color: #ffffff;
}

.text-style1 {
	bottom: 30px;
	left: 25px;
	position: absolute;
	width: 100%;
}

.text-style1 h6 {
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	margin: 0 0 15px;
	position: relative;
	text-transform: uppercase;
}

.text-style1 h6:after {
	background: #ffffff;
	bottom: -7px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 80px;
}

.text-style1 p {
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	margin: 0;
	text-transform: uppercase;
}

.text-style2 h6 {
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	margin: 0;
	position: relative;
	text-transform: uppercase;
}

.text-style2 {
	bottom: 37px;
	font-family: 'Lato', sans-serif;
	left: 25px;
	position: absolute;
	/*width: 100%;*/
}

.text-style2.alt {
	bottom: 13px;
}

.text-style2 p {
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.text-style2.alt h6 {
	color: #333333;
	font-size: 18px;
	margin-top: 10px;
}

.text-style2.alt p {
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 8px;
	text-transform: none;
}

.text-style3 {
	font-family: 'Lato', sans-serif;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.text-style3 h6 {
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	height: 30px;
	margin-top: -15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	vertical-align: middle;
}

.heading-sub {
	margin-bottom: 50px;
	position: relative;
}

.heading-sub:after,
.heading-sub2 h5:after {
	background: #cccccc;
	bottom: -20px;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 230px;
}

.heading-sub2 h5:after {
	bottom: -18px;
	content: "";
	width: 170px;
}

.heading-sub2 h5:before {
	background: #ffffff none repeat scroll 0 0;
	bottom: -37px;
	color: #333333;
	content: "\f097";
	font-family: "FontAwesome";
	font-weight: 400;
	height: 30px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 40px;
	z-index: 999;
}

.heading-sub2:after {
	display: none;
}

.heading-sub h5 {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 23px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
}

.heading-sub2 h5 {
	margin-bottom: 40px;
}

.heading-sub p {
	color: #666666;
	font-size: 16px;
}

#home4 .product-carousel3 .slick-next,
#home2 .product-carousel3 .slick-next {
	background: transparent;
	border: none;
	border-radius: 3px;
	color: #333333;
	font-size: 0;
	height: 28px;
	line-height: 30px;
	margin-top: -80px;
	opacity: 1;
	position: absolute;
	right: -17px;
	text-align: center;
	top: 50%;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: visible;
	width: 28px;
}

#home4 .product-carousel3 .slick-next:after,
#home2 .product-carousel3 .slick-next:after {
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: 16px;
}

#home4 .product-carousel3 .slick-prev,
#home2 .product-carousel3 .slick-prev {
	background: transparent;
	border: none;
	border-radius: 3px;
	color: #333333;
	font-size: 0;
	height: 28px;
	left: -15px;
	line-height: 30px;
	margin-top: -80px;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: visible;
	width: 28px;
}

#home2 .product-carousel3 .slick-prev:after {
	content: "\f053";
	font-family: 'FontAwesome';
	font-size: 16px;
}

#home2 .product-carousel3 .slick-next:hover,
#home2 .product-carousel3 .slick-prev:hover {
	background: #333333;
	color: #ffffff;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: visible;
}

#policy2 {
	background: #fafafa;
	border-top: 1px solid #dedede;
}

#policy2 .pi-wrap {
	margin: 0 -5px;
}

#policy2 .pi-wrap i {
	background-color: transparent;
	border-radius: 50%;
	color: #cccccc;
	display: inline-block;
	float: left;
	font-size: 38px;
	height: 60px;
	line-height: 38px;
	margin: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	width: 60px;
}

#policy2 .pi-wrap:hover i {
	background-color: transparent;
	color: #666666;
}

#policy2 .pi-wrap h4 {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 0 65px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}

#policy2 .pi-wrap h4 span {
	color: #666666;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	text-transform: none;
}

#policy2 .pi-wrap h4:before {
	border-bottom: 1px solid #dedede;
	bottom: -10px;
	content: "";
	height: 1px;
	left: 0;
	margin: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	text-align: center;
	width: 50%;
}

#policy2 .pi-wrap p {
	margin: 0 0 0 65px;
	padding: 20px 0 0;
}

.home2-widget {
	padding: 10px 0 55px;
}

.home2-widget h3 {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0 40px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.home2-widget h3:after {
	background: #cccccc;
	bottom: -15px;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 100px;
}

.home2-widget .hp-meta span {
	margin: 0 2px;
}

.clients-carousel2 .uc2 {
	display: table;
	margin: 0 -15px -25px;
}

.clients-carousel2 .uc2 li {
	float: left;
	padding: 0 15px 30px;
	width: 33.3333%;
}

.clients-carousel2 .uc2 li a {
	background: #ffffff;
	display: table;
	width: 100%;
}

.clients-carousel2 .uc2 li a img {
	display: table;
	margin: 0 auto;
}

.quote-simple {
	margin-bottom: 30px;
}

.quote-simple img {
	float: none;
	margin: 0 auto;
	width: 99px;
}

.quote-simple .quote-info {
	margin: 0;
	text-align: center;
}

.quote-simple .quote-info h4 {
	color: #333333;
	margin: 10px 0 0;
}

.quote-simple .quote-info cite {
	color: #aaaaaa;
}

.quote-simple .quote-info p {
	color: #666666;
	font-size: 13px;
}

.f-categories {
	padding: 40px 0 0;
}

.text-style4 {
	bottom: 55px;
	left: 0;
	padding: 0 20px;
	position: absolute;
	right: 0;
	width: 100%;
}

.text-style4 h4 {
	color: #ffffff;
	font-size: 19px;
	font-weight: 700;
	margin: 0 0 1px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.text-style4 p {
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.top-product-carousel {
	background: #000000;
}

.tpc-content {
	position: relative;
}

.tpc-overlay {
	background: rgba(0, 0, 0, 0.69);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: hidden;
	width: 100%;
}

.tpc-content:hover .tpc-overlay {
	opacity: 1;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: visible;
}

.tpc-overlay-inner {
	display: table;
	height: 100%;
	margin: 0 auto;
}

.tpc-info h4 {
	margin: 0 0 5px;
}

.tpc-info h4 a {
	color: #ffffff;
	font-size: 23px;
}

.tpc-info h4 a:hover {
	color: #d6644a;
}

.tpc-info p {
	color: #eeeeee;
	font-family: 'Lato', sans-serif;
	font-size: 23px;
}

.tpc-info a.cart-btn {
	border: 1px solid #ffffff;
	color: #eeeeee;
	display: table;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	height: 50px;
	line-height: 48px;
	margin: 25px auto 0;
	padding: 0 29px;
	text-align: center;
	text-transform: uppercase;
}

.tpc-info a.cart-btn:hover {
	background: #ffffff;
	color: #000000;
}

.tpc-info {
	display: table-cell;
	vertical-align: middle;
}

.testimonial2 {
	padding: 30px 0 75px;
}

.testimonial2 .quote-info {
	margin: 0;
	text-align: center;
}

.testimonial2 .quote-info p {
	margin: 15px 6% 25px;
}

.testimonial2 img {
	float: none;
	margin: 0 auto;
}

#policy3 {
	background: #fafafa;
	margin: 0;
}

#policy3 .pi-wrap i {
	background-color: transparent;
	border-radius: 50%;
	color: #d6644a;
	cursor: pointer;
	display: inline-block;
	font-size: 38px;
	height: 40px;
	line-height: 40px;
	margin: auto;
	text-align: center;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	width: 40px;
}

#policy3 .pi-wrap:hover i {
	background-color: transparent;
	color: #333333;
}

#policy3 .pi-wrap h4 {
	color: #333333;
	padding: 15px 0 0;
}

#policy3 .pi-wrap h4 span {
	color: #666666;
	font-weight: 400;
}

#policy3 .pi-wrap h4::before {
	display: none;
}

.home-blog2 {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 45px 0 40px;
}

.featured-products2 {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	margin: 20px 0 0;
	padding: 50px 0 25px;
}

.mega-menu {
	background: #ffffff url(../images/basic/menu-bg.png) no-repeat right bottom;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, .06);
	box-shadow: 0 -1px 2px rgba(0, 0, 0, .06);
	left: 0 !important;
	margin: 0 auto;
	max-width: 1170px;
	padding: 30px 35px 50px;
	padding-right: 280px;
	position: absolute;
	right: 0 !important;
	top: 45px;
	width: 100%;
}

.navbar-right .submenu {
	left: 0;
	right: auto !important;
}

.submenu {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, .06);
	box-shadow: 0 -1px 2px rgba(0, 0, 0, .06);
	padding: 0;
}

.submenu a {
	border-bottom: 1px solid #ededed;
	color: #666666;
	display: table;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	padding: 10px 40px 10px 20px !important;
	position: relative !important;
	text-transform: none;
	width: 100%;
}

.mega-menu li {
	float: left;
	width: 33.33333%;
}

.mega-menu li div {
	padding-right: 40px;
}

.mega-menu li div a {
	border-bottom: 1px solid #ededed;
	color: #666666;
	display: table;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	padding: 10px 0 10px 17px;
	position: relative !important;
	text-transform: none;
	width: 100%;
}

.mega-menu li div a:after {
	background: #aaaaaa;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 18px;
	width: 4px;
}

.mega-menu li div h5 {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.nav>li.mmenu,
.nav>li.mmenu a {
	position: static;
}

#header2 .navbar-brand {
	float: none;
	padding: 0;
	text-align: left;
}

#header2 .nav>li>a {
	padding: 8px 0;
}

#header2 .navbar-nav>li {
	float: left;
}

#header2 .navbar-nav>li:not(:last-child) {
	margin-right: 30px;
}

#home2 .tb_center {
	margin-left: 0 !important;
}

#home2 .tb_center ul li {
	color: #cccccc;
}

#home2 .home-carousel .slick-next {
	background: #292929;
	border: none;
	border-radius: 0;
	color: #ffffff;
	font-size: 0;
	height: 28px;
	line-height: 30px;
	margin-top: -20px;
	opacity: 1;
	position: absolute;
	right: -20px;
	text-align: center;
	top: 50%;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: visible;
	width: 40px;
}

#home2 .home-carousel .slick-next:after {
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: 13px;
}

#home2 .home-carousel .slick-prev {
	background: #292929;
	border: none;
	border-radius: 0;
	color: #ffffff;
	font-size: 0;
	height: 28px;
	left: -20px;
	line-height: 30px;
	margin-top: -20px;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: visible;
	width: 40px;
}

#home2 .home-carousel .slick-prev:after {
	content: "\f053";
	font-family: 'FontAwesome';
	font-size: 13px;
}

#home2 .home-carousel .slick-next:hover,
#home2 .home-carousel .slick-prev:hover {
	background: #d6644a;
	color: #ffffff;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: visible;
}

.top-welcome {
	margin-left: -15px !important;
	position: relative;
	top: 10px;
}

#home2 .topcart {
	background: transparent !important;
	margin-right: -15px !important;
	position: relative;
	top: 10px;
}

#home2 .topcart:hover span,
#home2 .topcart span:hover {
	background: transparent;
	color: #d6644a;
	cursor: pointer;
}

.top-search2 {
	margin-right: -15px;
	position: relative;
	width: 300px;
	z-index: 9999;
}

.top-search2 input {
	border: none;
	border-bottom: 1px solid #c9c9c9;
	height: 35px;
	width: 100%;
}

.top-search2 button {
	background: transparent;
	border: none;
	color: #444444;
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	right: -4px;
	top: 0;
}

.no-padding-top {
	padding-top: 0 !important;
}

.home3 .tb_center ul li i {
	color: #666666;
}

.home3 .tb_center ul li a {
	color: #666666;
}

.home3 .tb_center ul li {
	color: #666666;
}

.home3 .tb_center ul li::after {
	color: #e5e5e5;
	content: "|";
}

.home3 .tb_right li:first-child .tbr-info span {
	border-left: 1px solid #e5e5e5;
}

.home3 .tb_right li .tbr-info span {
	border-right: 1px solid #e5e5e5;
}

.home3 .tb_right li .tbr-info span {
	color: #666666;
}

.top-search3 {
	margin-right: -15px;
	max-width: 525px;
	position: relative;
	width: 100%;
}

.top-search3 input {
	border: 1px solid #c9c9c9;
	height: 35px;
	padding: 0 20px;
	width: 100%;
}

.top-search3 button {
	background: transparent;
	border: medium none;
	color: #888888;
	font-size: 13px;
	height: 35px;
	line-height: 33px;
	position: absolute;
	right: -4px;
	top: 0;
	width: 50px;
}

.dark-nav {
	background: #1e1e1e;
	display: table;
	margin-bottom: -56px;
	margin-top: 20px;
	width: 100%;
}

.home3 header {
	height: auto;
}

.home3 .navbar {
	margin-left: -15px;
}

.home3 .nav>li>a {
	padding: 20px 0;
}

.home3 .navbar-nav>li {
	float: left;
	margin-right: 0;
}

.home3 .navbar-nav {
	margin: 0;
}

.home3 .navbar {
	margin-bottom: 0;
}

.home3 .navbar-default .navbar-nav>li>a {
	color: #eeeeee;
	padding: 20px 25px;
}

.home3 .navbar-default .navbar-nav>li>a:hover,
.home3 .navbar-default .navbar-nav>li>a.active {
	background: #333333;
}

.home3 .navbar-brand {
	margin-left: -15px;
	padding: 0;
}

#header4 .header-xtra {
	margin-left: 0 !important;
}

#header4 .top_bar {
	background: rgba(255, 255, 255, 0.1);
	border-top: none;
	margin-bottom: -10px;
}

#header4 {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#header4 header {
	background: transparent;
}

.side-menu {
	background: #272727;
	height: 100vh;
	left: -350px;
	overflow: auto;
	overflow-x: hidden;
	padding: 30px 40px 100px;
	position: fixed;
	top: 0;
	-webkit-transition: .4s;
	transition: .4s;
	width: 350px;
}

.sm-hide-body {
	padding-left: 350px !important;
	-webkit-transition: .4s;
	transition: .4s;
}

.side-menu p {
	color: #cccccc;
	margin: 0 0 100px;
}

#home5 {
	padding-left: 0;
	-webkit-transition: .4s;
	transition: .4s;
}

.side-widget h3 {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 22px;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
}

.side-widget h3:after {
	background: #cccccc;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 100%;
}

.side-widget h3 span {
	background: #ffffff;
	margin: 0 0 20px;
	padding-right: 15px;
	position: relative;
	z-index: 88;
}

.side-widget h5 {
	color: #333333;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 20px;
}

.side-menu .tb_right li {
	font-size: 12px !important;
}

.side-menu .tb_right li .tbr-info span {
	padding: 0 11px !important;
}

#home5 .side-menu .tb_right li .tbr-info span {
	padding: 0 8px !important;
}

.brand-list li,
.color-list li,
.size-list li,
.cat-list li {
	margin-bottom: 10px;
}

.brand-list li a,
.color-list li a,
.size-list li a,
.cat-list li a {
	color: #666666;
	font-size: 13px;
}

.poll span {
	display: table;
}

.poll span em {
	font-style: normal;
	margin-left: 8px;
	position: relative;
	top: -2px;
}

.poll button {
	background: #333333;
	border: none;
	border-radius: 3px;
	color: #ffffff;
	display: table;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 30px;
	padding: 0 22px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .12);
	text-transform: uppercase;
}

.compare-wrap {
	background: #f6f6f6;
	display: table;
	height: 118px;
	padding: 30px;
	width: 100%;
}

.compare-wrap p {
	color: #333333;
	display: table-cell;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

.filter-wrap select {
	border: 1px solid #ffffff;
	height: 30px;
	padding: 0 10px;
	width: 110px;
}

/*.filter-wrap .col-md-3 {
    padding-top: 9px;
}*/

.filter-wrap .col-md-3 a {
	color: #666666;
	cursor: pointer;
}

.filter-wrap .col-md-3 a.active {
	color: #d6644a;
}

.pagenav-wrap {
	border-top: 1px solid #ececec;
	margin-top: 17px;
	padding-top: 20px;
}

.page_nav {
	display: inline-block;
}

.page_nav li {
	float: left;
	padding: 0 8px;
	position: relative;
}

.page_nav li::after {
	background: #e4e4e4;
	content: "";
	height: 17px;
	position: absolute;
	right: 0;
	width: 1px;
}

.page_nav li:last-child {
	padding: 0 0 0 8px;
}

.page_nav li:last-child:after {
	display: none;
}

.page_nav li a {
	color: #666666;
}

.page_nav li a:hover {
	border-bottom: 1px solid #666666;
}

.pagenav-wrap em {
	font-style: normal;
	margin-right: 8px;
	position: relative;
	top: -5px;
}

.related-posts {
	border-top: 1px solid #cccccc;
	display: table;
	padding-bottom: 22px;
	padding-top: 17px;
	width: 100%;
}

.related-posts h5 {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 30px;
	text-transform: uppercase;
}

.related-posts ul li {
	float: left;
	margin-bottom: 20px;
	margin-right: 35px;
	width: 125px;
}

.bcrumbs {
	background: #ffffff;
	margin-bottom: 45px;
	padding: 17px 0;
}

.page_header {
	background: url(../images/bg/header_bg.jpg) no-repeat right;
	background-size: cover;
	height: 447px;
}

.bcrumbs ul li {
	float: left;
	margin-right: 24px;
	position: relative;
}

.bcrumbs ul li:after {
	color: #333333;
	content: "/";
	position: absolute;
	right: -15px;
}

.bcrumbs ul li:last-child:after {
	display: none;
}

.bcrumbs ul li a {
	color: #333333;
}

.page_header_info {
	border: 4px solid #ffffff;
	display: table;
	float: right;
	height: 360px;
	margin-top: 45px;
	padding: 0 50px;
	width: 470px;
}

.page_header_info h2 {
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 30px;
	position: relative;
	text-transform: uppercase;
}

.page_header_info h2:after {
	background: #ffffff;
	bottom: -11px;
	content: "";
	height: 2px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 230px;
}

.page_header_info p {
	color: #ffffff;
	font-size: 14px;
	margin: 0 0 30px;
}

.ph_btn a {
	background: #40434b;
	color: #ffffff;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	margin: 0 9px;
	padding: 0 20px;
	text-transform: uppercase;
}

.page_header_info_inner {
	display: table-cell;
	position: relative;
	top: -4px;
	vertical-align: middle;
}

.products-list .product-info {
	text-align: left;
}

.products-list .item-thumb {
	padding: 0;
}

.products-list .product-info {
	padding-left: 30px;
	padding-right: 0;
}

.products-list .product-title {
	margin: 0 0 6px;
}

.products-list .product-item {
	border-bottom: 1px solid #ececec;
	display: table;
	margin-bottom: 35px;
	padding-bottom: 35px;
	width: 100%;
}

.products-list .col-md-12:last-child .product-item {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.products-list .product-info p {
	margin-top: 8px;
}

.ps-slider {
	float: left;
	position: relative;
	width: 79.25%;
}

.ps-slider img {
	-webkit-transition: .4s;
	transition: .4s;
	width: 100%;
}

.ps-slider-nav {
	float: right;
	position: relative;
	width: 20.75%;
	z-index: 999;
}

.ps-slider-nav ul {
	padding-left: 10px;
}

.ps-slider-nav li {
	cursor: pointer;
	margin-bottom: 10px;
	-webkit-transition: .4s;
	transition: .4s;
}

.ps-slider-nav li img {
	-webkit-transition: .4s;
	transition: .4s;
}

.ps-img1 {
	opacity: 1;
	-webkit-transition: .4s;
	transition: .4s;
}

.ps-img2,
.ps-img3,
.ps-img4 {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: .4s;
	transition: .4s;
	z-index: 888;
}

.product-single {
	display: inline-block;
	width: 100%;
}

.ps-header {
	display: table;
	padding-right: 80px;
	position: relative;
}

.ps-slider-nav ul li:hover {
	opacity: 0.7;
	-webkit-transition: .4s;
	transition: .4s;
}

.product-single h3 {
	font-size: 18px;
	margin: 0 0 5px;
}

.ratings-wrap {
	display: table;
	margin-bottom: 8px;
}

.ratings-wrap .ratings {
	float: left;
}

.ratings-wrap em {
	color: #666666;
	font-size: 12px;
	font-style: normal;
	margin-left: 8px;
}

.ps-price {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin: 0 0 10px;
}

.ps-price span {
	color: #aaaaaa;
	font-size: 13px;
	text-decoration: line-through;
}

.sep {
	background: #cccccc;
	height: 1px;
	margin: 15px 0 12px;
	width: 100%;
}

.ps-color a {
	display: inline-block;
	height: 26px;
	width: 26px;
}

.select-wraps p,
.ps-color p {
	color: #333333;
	margin: 0 0 7px;
}

.select-wraps select {
	border: 1px solid #f1f1f1;
	height: 40px;
	padding: 0 10px;
	width: 100%;
}

.share a {
	background: #444444;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	margin-right: 5px;
	text-align: center;
	width: 28px;
}

.share a:hover {
	background: #d6644a;
	color: #ffffff;
}

.addtobag {
	background: #d6644a;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	height: 31px;
	line-height: 31px;
	margin: 8px 0 0;
	padding: 0 15px;
	text-transform: uppercase;
}

.addtobag:hover {
	background: #333333;
	color: #ffffff;
}

.ps-slider div span {
	display: table;
	padding-top: 9px;
}

.ps-slider div span a i {
	color: #333333;
	font-size: 13px;
	margin-right: 5px;
}

.ps-slider div span a {
	color: #666666;
	font-size: 13px;
	margin-right: 27px;
}

.tab-content {
	background: #ffffff;
	border: solid 1px #cccccc;
	padding: 30px 20px;
}

.nav-tabs {
	border-bottom: medium none;
	margin-left: 2px;
}

.nav-tabs>li {
	float: left;
	margin: 0 -2px;
}

.nav-tabs>li>a {
	background: rgba(255, 255, 255, 0.79);
	border: 1px solid #d6dcde;
	border-bottom: none;
	border-radius: 0;
	color: #444444;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	padding: 15px 25px;
	position: relative;
	text-transform: uppercase;
	top: 7px;
}

.nav-tabs>li.active>a {
	color: #444444;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	padding: 18px 25px;
	position: relative;
	top: 1px;
	z-index: 999;
}

.nav-tabs {
	border-bottom: none;
}

.reviews-tab .sep {
	background: #eeeeee;
}

.reviews-tab p {
	color: #666666;
	margin: 0;
}

.reviews-tab p b {
	color: #333333;
	font-weight: 600;
}

.reviews-tab form h5 {
	color: #444444;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 35px 0 15px;
	text-transform: uppercase;
}

.reviews-tab form label {
	display: block;
	font-weight: 400;
	margin-bottom: 5px;
}

.reviews-tab form input {
	border: solid 1px #cccccc;
	height: 43px;
	line-height: 41px;
	max-width: 376px;
	padding: 0 20px;
	width: 100%;
}

.reviews-tab form textarea {
	border: solid 1px #cccccc;
	height: 214px;
	max-width: 575px;
	padding: 25px 20px;
	width: 100%;
}

.btn-black {
	background: #333333;
	border: none;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	height: 33px;
	line-height: 33px;
	margin: 8px 0 0;
	padding: 0 20px;
	text-transform: uppercase;
}

.btn-black:hover {
	background: #d6644a;
	color: #ffffff;
}

.btn-color {
	background: #d6644a;
	border: none;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	height: 33px;
	line-height: 33px;
	margin: 8px 0 0;
	padding: 0 20px;
	text-transform: uppercase;
}

.btn-color:hover {
	background: #333333;
	color: #ffffff;
}

.form-tags input {
	border: solid 1px #cccccc;
	height: 43px;
	line-height: 41px;
	max-width: 376px;
	padding: 0 20px;
	width: 100%;
}

.form-tags span {
	display: table;
	font-size: 12px;
	margin-bottom: -9px;
	padding: 4px 0 0;
}

.heading-small {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

/* 15. CART STYLES */

.cart-table {
	background: #ffffff;
	width: 100%;
}

.cart-table tr td img {
	margin: 0 auto;
	width: 100px;
}

.cart-table tr td {
	padding: 15px;
}

.cart-table tr th,
.cart-table tr td {
	border: 1px solid #cccccc;
	text-align: center;
}

.cart-table tr td:nth-child(3) {
	padding: 15px 40px;
	text-align: left;
}

/*.cart-table tr td:nth-child(6) {
    padding: 45px 40px;
    vertical-align: top;
    text-align: left;
}

.cart-table tr td:nth-child(7) {
    padding: 45px 40px;
    vertical-align: top;
    text-align: left;
}

.cart-table tr td h4 {
    margin: 0 0 1px;
}*/

.cart-table tr td p {
	margin: 0;
}

.cart-table tr td h4 {
	text-transform: capitalize;
}

.cart-table tr td h4 a {
	color: #333333;
	font-size: 16px;
	text-transform: capitalize;
}

.cart-table tr td h4 a:hover,
.cart-table tr td h4 a:focus,
.side-widget .cart-table td a:hover,
.side-widget .cart-table td a:focus,
.side-widget .cart-table td a:hover,
.side-widget .cart-table td a:focus {
	color: #d6644a
}

.side-widget .cart-table td a {
	color: #333333;
}

.cart-table tr th {
	border: 1px solid #cccccc;
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding: 15px 10px;
	text-align: center;
	text-transform: uppercase;
}

.cart-table .fa-trash {
	color: #333333;
	font-size: 15px;
	font-weight: 400;
}

.cart-table select {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	width: 90px;
}

.item-price {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	vertical-align: top;
}

.shipping-info-wrap h2 {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

.form-list label {
	font-weight: 400;
	text-transform: capitalize;
	vertical-align: middle;
}

.form-list input {
	border: solid 1px #aaaaaa;
	height: 42px;
	line-height: 40px;
	margin-bottom: 20px;
	padding: 0 20px;
	width: 100%;
}

.totals {
	background: #f5f5f5;
	padding: 38px;
	text-align: right;
}

#shopping-cart-totals-table {
	float: right;
	font-size: 15px;
	margin-bottom: 10px;
}

.checkout-types li:last-child a {
	color: #666666;
	font-size: 12px;
}

.table-btn {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-top: none;
	display: table;
	padding: 7px 25px 13px;
	width: 100%;
}

/* 16. CHECKOUT STYLES */

.accordion-toggle {
	cursor: pointer;
}

.accordion-content {
	display: none;
}

.accordion-content.default {
	display: block;
}

.accordion-toggle {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin-top: 15px;
	position: relative;
	text-transform: uppercase;
}

.accordion-toggle span {
	background: #333333;
	color: #ffffff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	width: 40px;
}

.accordion-content {
	background: #ffffff;
	border: 1px solid #d2d2d2;
	margin-bottom: 15px;
	padding: 40px;
}

.accordion-content h3,
.accordion-content h4 {
	color: #444444;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin: 0 0 0;
}

.ul i {
	color: #aaaaaa;
	font-size: 13px;
	margin-right: 7px;
}

.ul li {
	margin-bottom: 3px;
}

.cbox input {
	float: left;
	margin-right: 10px;
}

.cbox span {
	position: relative;
	top: 2px;
}

.checkout-steps h6 {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin: 0 0 25px;
	text-transform: uppercase;
}

.checkout-steps div {
	background: #f5f5f5;
	padding: 20px 20px 30px;
}

.checkout-steps div p {
	color: #333333;
}

/* 17. BLOG STYLES */

.blogpost h2 a {
	color: #000000;
	font-size: 30px;
}

.blogpost h2 {
	color: #555555;
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin: 0;
	padding: 20px 0 10px 0;
}

.blogpost h4 {
	margin: 0;
	padding: 25px 0 0 0;
}

.post-meta span {
	margin-right: 15px;
}

.post-meta span a {
	color: #cccccc;
}

.post-meta span i {
	color: #aaaaaa;
}

.blog-slider .slick-dots {
	top: -40px;
}

.blogpost-image img {
	width: 100%;
}

.blogpost {
	background: #ffffff;
	margin-bottom: 35px;
	padding: 0 15px 15px 15px;
}

.video {
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 25px;
	position: relative;
}

.video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.quote-one-right p {
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
}

.popular-post h5 {
	font-size: 14px;
	font-weight: 600;
	margin: 15px 0 0;
}

.popular-post h5 a {
	color: #333333;
}

.popular-desc span {
	color: #666666;
	display: table;
	font-size: 12px;
	margin-bottom: 10px;
}

.search-widget {
	position: relative;
}

.search-widget input {
	border: 1px solid #dddddd;
	border-radius: 0;
	height: 35px;
	padding: 0 20px;
	width: 100%;
}

.search-widget button {
	background: transparent;
	border: medium none;
	color: #888888;
	font-size: 13px;
	height: 35px;
	line-height: 33px;
	position: absolute;
	right: -4px;
	top: 0;
	width: 50px;
}

.comment-avatar {
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	height: 80px;
	padding: 5px;
	width: 80px;
}

.comment-sub {
	padding-left: 80px !important;
}

.comment-list li {
	display: inline-block;
	margin: 0 0 20px;
	width: 100%;
}

.comment-meta {
	font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
	margin-bottom: 5px;
	margin-left: 95px;
}

.comment-list li p {
	line-height: 21px;
	margin-left: 95px;
}

.comment-meta em {
	font-size: 10px;
	font-style: normal;
	margin-left: 6px;
}

.reply {
	float: right;
	font-size: 12px;
}

.reply:hover {
	color: #000000 !important;
}

.badge {
	border-radius: 50%;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	height: 48px;
	line-height: 45px;
	position: absolute;
	right: 7px;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .08);
	top: 7px;
	width: 48px;
}

.new {
	background: #d6644a;
}

.offer {
	background: #444444;
}

/* 18. NEWSLETTER */

#popup-newsletter {
	background: transparent url(../images/ns-bg.png) no-repeat top left;
	background-size: cover;
	display: table;
	height: 505px;
	width: 100%;
}

#popup-newsletter .block-content {
	float: right;
	text-align: center;
	width: 750px;
}

#popup-newsletter .form-subscribe-header label {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	margin: 0;
	padding: 45px 0 0;
	text-transform: none;
}

.promo-panel-sale {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	margin: 0;
	padding: 25px 0;
}

.promo-panel-text {
	color: #d6644a;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 23px;
	text-transform: uppercase;
}

#popup-newsletter .block-content input.input-text {
	border: 2px solid #444444;
	color: #333333;
	float: left;
	height: 45px;
	line-height: 45px;
	margin-left: 100px;
	padding: 0 20px;
	text-align: left;
	width: 435px;
}

#popup-newsletter .block-content .actions {
	float: left;
	margin: 0 10px;
}

.promo-panel-text1 {
	color: #333333;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 5px;
	padding: 58px 0 0;
}

.promo-panel-text2 {
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	margin: 0 0 35px;
	padding: 0;
}

#popup-newsletter .subscribe-bottom {
	color: #333333;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 10px;
	padding: 120px 25px 25px 0;
	text-align: right;
}

.quickview {
	cursor: pointer;
}

#popup-newsletter .block-content button {
	background-color: #333333;
	border: none;
	border-radius: 3px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	height: 45px;
	line-height: 45px;
	padding: 0 28px;
}

#popup-newsletter .block-content button:hover {
	background: #d6644a;
}

.subscribe-bottom span {
	margin-left: 10px;
	position: relative;
	top: -3px;
}

.modal-lg {
	width: 1170px;
}

.modal-content {
	padding: 30px;
}

.modal-content {
	background-clip: padding-box;
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	outline: 0 none;
	position: relative;
}

button.close {
	position: absolute;
	right: 10px;
	top: 10px;
}

.c-text {
	bottom: 40px;
	left: 0;
	position: absolute !important;
	right: 0;
	text-align: center;
	width: 100%;
}

.c-text h4 {
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 700;
	margin: 0;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
	text-transform: uppercase;
}

.c-text p {
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
	text-transform: uppercase;
}

.c-text a {
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.home-carousel div {
	position: relative;
}

.home3 .mega-menu {
	background: #ffffff url(../images/basic/menu-bg.png) no-repeat scroll right bottom;
	border: medium none;
	border-radius: 0;
	-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06);
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06);
	left: 0 !important;
	margin: 0 auto;
	max-width: 1157px;
	padding: 30px 280px 50px 35px;
	position: absolute;
	right: 0 !important;
	top: 60px;
	width: 100%;
}

.slider-carousel {
	position: relative;
}

.slider-carousel:after {
	background: #000000;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.2;
	position: absolute;
	top: 0;
	width: 20%;
	z-index: 777;
}

.slider-carousel:before {
	background: #000000;
	content: "";
	height: 100%;
	opacity: 0.2;
	position: absolute;
	right: 0;
	top: 0;
	width: 20%;
	z-index: 777;
}

.top-product-carousel .slick-prev {
	background: rgba(0, 0, 0, 0.16);
	border: medium none;
	border-radius: 3px;
	color: #ffffff;
	font-size: 0;
	height: 58px;
	left: 20%;
	line-height: 58px;
	margin-left: -29px;
	margin-top: -29px;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	visibility: visible;
	width: 58px;
}

.top-product-carousel .slick-next {
	background: rgba(0, 0, 0, 0.16);
	border: medium none;
	border-radius: 3px;
	color: #ffffff;
	font-size: 0;
	height: 58px;
	line-height: 58px;
	margin-right: -29px;
	margin-top: -28px;
	opacity: 1;
	position: absolute;
	right: 20%;
	text-align: center;
	top: 50%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	visibility: visible;
	width: 58px;
}

.top-product-carousel .slick-next::after,
.top-product-carousel .slick-prev::after {
	font-size: 13px;
}

.top-product-carousel .slick-next:hover,
.top-product-carousel .slick-prev:hover {
	background: #000000;
}

#header4 .navbar-default .navbar-nav>li>a {
	color: #ffffff;
}

#header4 .header-xtra span {
	background: rgba(255, 255, 255, 0.23) !important;
	color: #ffffff;
}

#header4 .header-xtra span:hover {
	background: #d6644a !important;
	color: #ffffff;
	-webkit-transition: .4s;
	transition: .4s;
}

#home5 .topcart {
	margin: 30px 0 0;
}

#home5 .ci-item p {
	margin: 0 0 10px;
}

#home5 .cart-info {
	right: -20px;
}

#home5 .topcart span {
	background: transparent !important;
}

#home5 .topcart:hover span,
#home5 .topcart span:hover {
	color: #d6644a !important;
}

#cssmenu {
	margin: 40px 0 40px;
}

#home5 .tb_right li:first-child .tbr-info span {
	border-left: none;
}

#home5 .tb_right li:last-child .tbr-info span {
	border-right: none;
}

#home5 .tbr-inner {
	left: 0;
	right: auto;
	z-index: 999999;
}

#home5 .tbr-inner::after {
	right: 72%;
}

.vsearch form {
	position: relative;
}

.vsearch input {
	border: none;
	height: 40px;
	padding: 0 40px 0 20px;
	width: 100%;
}

.vsearch button {
	background: transparent;
	border: none;
	color: #333333;
	position: absolute;
	right: 5px;
	top: 10px;
}

.body {
	background: #f1f1f1;
	overflow: hidden;
	position: relative;
	width: 100%;
}

body.home .body {
	background: #ffffff;
}

.body.boxed {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	max-width: 1250px;
	width: 98%;
}

.body.boxed header {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	width: 100%;
}

#backtotop {
	background-color: #f68b1f;
	border-radius: 50%;
	bottom: 50px;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 11px;
	height: 50px;
	line-height: 48px;
	opacity: 0;
	position: fixed;
	right: 30px;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 50px;
	z-index: 99999;
}

#backtotop:hover {
	background-color: #4d4d4f;
	color: #ffffff;
	-webkit-transition: .4s;
	transition: .4s;
}

#backtotop.active {
	opacity: 1;
}

.modal {
	z-index: 10800000;
}

.modal-backdrop {
	z-index: 10400000;
}

.header2 .mega-menu {
	left: 15px !important;
}

.nav-badge {
	background: #d46549;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	height: 20px;
	margin-left: -25px;
	padding: 0 7px;
	position: absolute;
	text-transform: none;
	top: -12px;
}

.nav-badge:after {
	border-color: #d46549 transparent;
	border-style: solid;
	border-width: 4px 4px 0;
	bottom: -4px;
	content: '';
	display: block;
	left: 4px;
	position: absolute;
	width: 0;
	z-index: 1;
}

.nav-badge.hot {
	background: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	height: 20px;
	margin-left: -25px;
	padding: 0 7px;
	position: absolute;
	text-transform: none;
	top: -12px;
}

.nav-badge.hot:after {
	border-color: #666666 transparent;
	border-style: solid;
	border-width: 4px 4px 0;
	bottom: -4px;
	content: '';
	display: block;
	left: 4px;
	position: absolute;
	width: 0;
	z-index: 1;
}

#home5 .tp-rightarrow.default,
#home5 .tp-rightarrow:hover {
	background: transparent url(../js/vendors/rs-plugin/assets/large_right_1.png) no-repeat scroll 0 0;
}

#home5 .tp-leftarrow.default,
#home5 .tp-leftarrow:hover {
	background: transparent url(../js/vendors/rs-plugin/assets/large_left_1.png) no-repeat scroll 0 0;
}

#home5 .tp-leftarrow:hover,
#home5 .tp-rightarrow:hover {
	background-position: bottom left;
}

.nav-trigger {
	background: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	cursor: pointer;
	font-size: 23px;
	height: 60px;
	left: 20px !important;
	line-height: 60px;
	position: fixed;
	text-align: center;
	top: 22px;
	-webkit-transition: .4s;
	transition: .4s;
	width: 60px;
	z-index: 999999;
}

.nav-trigger:hover {
	background: #272727;
	color: #ffffff;
	-webkit-transition: .4s;
	transition: .4s;
}

.sm-show {
	left: 0;
	-webkit-transition: .4s;
	transition: .4s;
}

.sm-hide-body .nav-trigger {
	background: #272727;
	color: #ffffff !important;
	left: 350px !important;
	-webkit-transition: .4s;
	transition: .4s;
}

#home5 .topcart span {
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}

.filter-wrap .col-md-5,
.filter-wrap .col-md-4 {
	line-height: 24px;
}

#slider-container {
	margin-bottom: 17px;
	width: 100%;
}

.range-label {
	color: #333333;
	font-weight: 400;
}

.ui-slider-horizontal .ui-slider-handle {
	margin: 0 -1px;
	top: -0.3em;
}

.ui-widget-content {
	background: #cccccc;
	border: none;
	color: #333333;
	height: 4px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
	background: #d6644a;
	border: none;
	margin-top: -2px;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover {
	background: #d6644a;
}

.ui-widget-header {
	background: #6d6d6d;
}

.sc-range {
	position: relative;
	top: 15px;
}

.sc-range input {
	border: 0 none;
	color: #333333;
	font-weight: 700;
	width: 75px;
}

input[type=radio].css-checkbox {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	left: -1000px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	z-index: -1000;
}

input.css-checkbox[type="radio"]+label.css-label {
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	height: 12px;
	line-height: 12px;
	margin-bottom: 17px;
	padding-left: 22px;
	vertical-align: middle;
}

input[type=radio].css-checkbox:checked+label.css-label {
	background-position: 0 -12px;
}

label.css-label {
	background-image: url(../images/cbox.png);
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.select-wraps .selectboxit-container,
.select-wraps .selectboxit-container .selectboxit,
.select-wraps .selectboxit-container .selectboxit-options {
	width: 100% !important;
}

.mm-badge-sale {
	background: #444444;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-left: 12px;
	padding: 0 7px;
}

.mm-badge-new {
	background: #d6644a;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-left: 12px;
	padding: 0 7px;
}

.reset {
	background: #000000 !important;
	border-radius: 3px;
	color: #ffffff !important;
	display: table;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 10px 5px 5px;
	opacity: 0.3;
	padding: 7px;
	text-align: center;
	text-transform: uppercase;
	width: 82px;
}

.reset span {
	background: transparent;
}

.reset:hover {
	opacity: 1;
}

.no-border-top {
	border-top: none !important;
}

.no-border-bottom {
	border-bottom: none !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

#home5 .tb_right li .tbr-info span {
	border: none;
}

#loader {
	animation: pulse 1s ease-in 0s infinite normal backwards running;
	background: #ffffff url(../images/GOE_Icon_brille.svg) no-repeat center center;
	height: 100%;
	left: 0;
	margin: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000000000;
}

@keyframes pulse {
	0% {
		background-size: 280px auto;
	}

	25% {
		background-size: 350px auto;
	}

	100% {
		background-size: 280px auto;
	}
}

/* 19. MY ACCOUNT */
.account-title {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin-top: 0;
	position: relative;
	text-transform: uppercase;
}

.account-title span {
	background: #333333 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	width: 40px;
}

.details-box ul li a {
	color: #666666;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.account-list li a {
	color: #333333;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.account-list li:last-child a {
	margin-bottom: 0;
}

.account-list li a:hover,
.account-list li a:focus,
.account-list li.active a,
.details-box ul li a:hover,
.details-box ul li a:focus,
.pay-pal a:hover,
.pay-pal a:focus,
.form-login label a:hover,
.form-login label a:focus {
	color: #d6644a;
}

.account-form {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #d2d2d2;
	margin-bottom: 15px;
	padding: 40px;
}

.form-list .selectboxit-container .selectboxit-options {
	width: 100% !important;
}

.form-list .selectboxit-container .selectboxit {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #aaaaaa;
	margin: 0;
	width: 100% !important;
}

.form-list .selectboxit-container {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin: 0 0 20px;
	;
	width: 100% !important;
}

.form-list .selectboxit-container span,
.form-list .selectboxit-container .selectboxit-options a {
	height: 40px;
	line-height: 40px;
}

.form-list input[type="radio"],
.form-list input[type="checkbox"] {
	height: auto;
	margin-right: 10px;
	position: static;
	width: auto;
}

.form-login .btn.facebook i,
.form-login .btn.twitter i {
	margin-right: 10px;
}

.form-login .btn.facebook {
	background-color: #3e5c98;
	border-color: #3e5c98;
	border-radius: 0;
	color: #ffffff;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 10px;
	text-transform: uppercase;
	width: 100%;
}

.form-login .btn.twitter {
	background-color: #22a9e0;
	border-color: #22a9e0;
	border-radius: 0;
	color: #ffffff;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 10px;
	text-transform: uppercase;
	width: 100%;
}

.form-login .btn.facebook:hover,
.form-login .btn.twitter:hover,
.form-login .btn.facebook:focus,
.form-login .btn.twitter:focus {
	background-color: #333333;
	border-color: #333333;
}

.create-new-account h3 {
	margin: 0 0 42px;
	text-transform: capitalize;
}

.account-form.create-new-account li {
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.redirect-login {
	background: #ededed none repeat scroll 0 0;
	margin-bottom: 40px;
	padding: 15px;
}

.pay-pal a,
.form-list p {
	color: #444444;
}

.transfer-wrap p {
	margin: 0;
}

.pay-pal img {
	margin: 0 10px;
	max-height: 52px;
}

.transfer-guide {
	background: #ededed none repeat scroll 0 0;
	margin-bottom: 20px;
	padding: 15px;
	position: relative;
}

.transfer-guide:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ededed;
	-o-border-image: none;
	border-image: none;
	border-style: solid;
	border-width: 8px;
	content: "";
	display: block;
	left: 0;
	margin: -1em 0 0 2em;
	position: absolute;
	top: -3px;
}

.cart-table .return-request {
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	text-transform: capitalize;
	vertical-align: middle;
}

.review-wrap .ratings-wrap {
	margin: auto auto 10px;
}

.review-wrap .ratings-wrap em {
	display: block;
	margin: 0;
}

.review-wrap p {
	text-transform: capitalize;
}

.side-widget .cart-table tr td {
	padding: 5px;
}

.cart-table .item-img {
	padding: 0;
}

.cart-table .item-info h4 {
	font-size: 14px;
}

.create-account,
.shipping-address,
.transfer-guide {
	display: none;
}

/* 20. CONTACT STYLES  */
.google-map,
#map-canvas {
	height: 400px;
	max-width: 100%;
	width: 100%;
}

.contact-info .media i {
	background-color: #ededed;
	border-radius: 50%;
	color: #333333;
	display: inline-block;
	font-size: 16px;
	height: 35px;
	line-height: 33px;
	margin: auto 15px auto auto;
	padding: 0;
	text-align: center;
	width: 35px;
}

.contact-details {
	margin-top: 25px;
}

/* 21. GOEDEKE  */
.introduction {
	background: #ffffff;
	margin-bottom: 45px;
	padding: 0;
	/*
	Anmerk. AS, 09.10.19: Auf Kundenwunsch entfernt
	padding:       17px 0;
	 */
	text-align: center;
}

.introduction h1 {
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
}

aside .block-content,
.block-content.main {
	background: #ffffff;
	padding: 22px;
}

aside .block-content .text-style2 {
	position: static;
}

.grid {
	margin-left: -15px;
	margin-right: -15px;
}

.grid-item {
	margin-bottom: 30px;
	padding: 0 15px;
	width: 50%;
}

.grid-item.wide {
	width: 100%;
}

.grid-item .blogpost {
	margin-bottom: 0;
}

.text-shadow {
	text-shadow: 0 0 4px #18399a;
}


.home-carousel-badge {
	display: flex;
    position: absolute;
	background-color: #004f9f;
    height: 196px;
    width: 196px;
    border-radius: 100%;
    color: #fff;
    font-size: 29px;
    line-height: 1;
    text-align: center;
    z-index: 9;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 30px;
    right: 60px;
    bottom: -30px;
}
.home-carousel-badge::before {
	content: "";
    background: url(../images/GOE_Icon_brille_grad.svg) no-repeat center center;
    background-size: 137px;
    display: block;
    height: 60px;
    width: 196px;
    position: absolute;
    top: 23px;
}

.home-carousel-wrap {
	margin-bottom: 30px;
}
.slick-slide img {
	height: 100% !important;
}

#home2 .home-carousel .slick-next, #home2 .home-carousel .slick-prev {
	background-color: #bdbdbc !important;
}

#home2 .home-carousel button[class^='slick-']:hover {
	background-color: #004E9E !important;
}

.promo-images .row > .col-xs-12, .promo-images .row > .col-md-4 {
	padding-right: 20px;
	padding-left: 20px;
}
.promo-images > .row {
	margin-left: -20px;
    margin-right: -20px;
}
.promo-images a {
	padding-top: 15px;
	background-color: #f0f0f0;
    display: block;
	transition: all 0.45s ease-in-out;
}

.promo-images a:hover {
	transform: scale(1.06);
}

.box--gray {
	background-color: #f0f0f0;
	padding: 0;
}

.gb-wrap {
	display: flex;
}

.gb-content {
	width: 60%;
    padding: 30px 60px;
}
.gb-title {
	margin: 0 0 30px;
	font-weight: 800;
}
.gb-slider {
	box-sizing: border-box;
	width: 100%;
}
.gb-slider li {
	box-sizing: border-box;
    color: #666666;
    font-size: 16px;
    line-height: 1.64em;
}
.gb-slider  li > strong {
	display: block;
    color: #f68b1f;
    margin-bottom: 30px;
	font-weight: normal;
}
.gb-slider  li > span {
	box-sizing: border-box;
}
.gb-image {
	width: 40%;
    display: flex;
}
.gb-image a {
	display: block;
    background-image: url(../images/home/GOE_2025_03_13-hp-002.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
    width: 100%;
}

.gb-slider .slick-prev, .gb-slider .slick-next {
	background-color: #bdbdbc;
    top: 100%;
    transform: translate(0, -100%);
    border-radius: 100%;
    line-height: 28px;
    opacity: 1;
    visibility: visible;
}
.gb-slider .slick-prev:hover, .gb-slider .slick-next:hover {
	background-color: #004E9E;
}

.gb-slider .slick-prev {
	left: -40px;
} 
.gb-slider .slick-next {
	right: -40px;
}

.brands {
	margin-bottom: 60px;
}

.scroll-bg {
	padding-top: 117px;
    background-size: contain;
    background-repeat: repeat-x;
    animation: none;
}




/* 22. RESPONSIVE STYLES */
@media only screen and (min-width: 768px) {
	.blog-content aside, .blog-content .services {
		margin-top: 30px;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .header-xtra {
		margin-left: 0;
	}

	.text-style2.alt h6 {
		display: none;
	}

	.bs-text-center button,
	.text-style2.alt button,
	.bs-text-center .button,
	.text-style2.alt .button {
		text-transform: none;
	}

	#header2 .navbar-nav>li:not(:last-child) {
		margin-right: 25px;
	}

	.cta-buttons a,
	.bs-text-center {
		font-size: 18px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1172px) {

	.flinks {
		display: table;
		font-size: 9px;
		margin-bottom: -18px;
	}

	.footer-bottom p {
		font-size: 11px;
	}

	.top-search2 {
		width: 200px;
	}

	#header2 .navbar-nav>li:not(:last-child) {
		margin-right: 15px;
	}

	.bs-text-center {
		font-size: 18px;
	}

	.text-style2 h6 {
		font-size: 25px;
	}

	.text-style3 h6 {
		font-size: 22px;
	}

	.text-style2.alt span {
		display: none;
	}

	.c-text h4 {
		font-size: 28px;
	}

	.c-text p {
		font-size: 13px;
	}

	.text-style1 h6 {
		font-size: 24px;
	}

	.sb {
		height: 450px;
		left: -0%;
		margin: -225px auto 0;
		overflow: hidden;
		width: 96%;
	}

	.promo-panel-sale {
		background: rgba(255, 255, 255, 0.4);
	}

	#popup-newsletter {
		background-size: 99%;
	}

	#popup-newsletter .subscribe-bottom {
		padding: 69px 38px 27px 0;
	}

	.tp-banner.slider-4 .tp-parallax-container,
	.tp-banner.slider-5 li:nth-child(2n) .tp-parallax-container {
		left: 3% !important;
		top: 5% !important;
		width: 100% !important;
	}

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}

	.cta-buttons a {
		font-size: 14px;
		line-height: 1.8;
	}

	.slider-carousel:after,
	.slider-carousel:before {
		display: none !important;
	}

	.bs-text-center {
		font-size: 14px;
	}

	.bs-text-center.white {
		height: 100%;
	}

	.text-style2.alt {
		bottom: 0;
		left: 15px;
	}

	.text-style2.alt h6 {
		display: none;
	}

	.text-style2.alt .button {
		display: none;
	}

	.text-style2 p {
		font-size: 11px;
	}

	.f-social li a {
		font-size: 16px;
	}

	.f-social li {
		margin-right: 12px;
	}

	.widget-tags li a {
		font-size: 11px;
		padding: 0 5px;
	}

	.tweets_txt {
		font-size: 12px;
	}

	.f-widgets .col-md-3 {
		width: 50%;
	}

	.tb_left {
		display: none;
	}

	.tb_center {
		margin-left: 0;
		padding: 10px 0;
	}

	.tb_center ul li {
		font-size: 12px;
	}

	.nav>li>a {
		font-size: 12px;
		padding: 12px 10px;
	}

	.header-xtra {
		margin-left: 25px;
	}

	.navbar-nav {
		margin: -6px 0 0;
	}

	.navbar>.container .navbar-brand {
		margin-top: -5px;
	}

	.mega-menu {
		background-size: 28%;
		padding: 30px 136px 60px 35px;
	}

	.block-content {
		display: block;
	}

	.bs-text-down {
		font-size: 15px;
	}

	.bs-text-down span {
		font-size: 10px;
	}

	.bs-text-center span {
		font-size: 12px;
	}

	.bs-text-center {
		padding: 20px 10px;
	}

	.bs-text-down {
		bottom: 25px;
		height: 80px;
		margin: 0;
		width: 100%;
	}

	.featured-products .isotope-item {
		padding: 0 15px;
		width: 33.3333%;
	}

	.hp-meta span {
		font-size: 11px;
	}

	.clients-carousel2 .uc2 li a img {
		width: 100%;
	}

	/*new*/
	.c-text {
		bottom: 50px;
	}

	.shipping-info-wrap .totals {
		margin-top: 30px;
		padding: 38px 15px;
	}

	.top-search2 {
		margin-right: 0;
		width: 150px;
	}

	#home2 .topcart {
		margin-right: 0 !important;
	}

	/*new*/
}
@media only screen and (min-width: 890px) and (max-width: 991px) {
	.container {
		width: 860px;
	}
}
@media only screen and (min-width: 767px) {
	.lg-hide {
		display: none !important;
	}
}

@media only screen and (min-width: 200px) and (max-width: 767px) {

	.block-main {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: column;
		flex-flow: column;
	}

	.sm-hide {
		display: none !important;
	}

	.promo-images {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.slider-carousel:after,
	.slider-carousel:before {
		display: none !important;
	}

	#home2 .home-carousel .slick-next {
		right: 10px;
	}

	#home2 .home-carousel .slick-prev {
		left: 10px;
	}

	footer {
		padding-left: 15px;
		padding-right: 15px;
	}

	.bs-text-down {
		bottom: 25px;
		height: 80px;
		margin: 0;
		width: 100%;
	}

	.bs-text-center {
		width: 100%;
	}

	.container {
		max-width: 680px;
		overflow: hidden;
		padding: 0;
		width: 100%;
	}

	.tb_left {
		display: none;
	}

	.subscribe-me {
		display: none !important;
	}

	.sb-open .sb-overlay {
		display: none !important;
		opacity: 1;
	}

	#home2 .tb_center {
		margin-left: 20px !important;
	}

	.top_bar-facebook {
		margin-right: 20px;
	}

	.tb_center ul li {
		display: none;
		margin-right: 30px !important;
	}

	.tb_center ul li:first-child {
		display: block;
	}

	.tb_center ul li:first-child:after {
		display: none;
	}

	.tb_center ul li:nth-child(2) {
		display: block;
		margin-right: 0 !important;
	}

	.tb_center ul li:nth-child(2):after {
		display: none;
	}

	.tb_right {
		display: table;
		float: none;
		margin: 0 auto;
	}

	.tb_right li {
		font-size: 11px;
	}

	.block-content {
		cursor: pointer;
		display: block;
		margin-bottom: 30px;
		overflow: visible;
		position: relative;
		width: 100%;
	}

	.bs-text-down {
		font-size: 15px;
	}

	.bs-text-down span {
		font-size: 10px;
	}

	.bs-text-center span {
		font-size: 12px;
	}

	.quote-carousel img {
		border-radius: 50%;
		float: none;
		margin: 0 auto;
		width: 115px;
	}

	.quote-info {
		margin-left: 0;
		text-align: center;
	}

	.widget-footer {
		margin-bottom: 30px;
	}

	.header-xtra {
		display: none;
	}

	header {
		background: #ffffff none repeat scroll 0 0;
		height: 97px;
		padding: 19px 0;
		position: relative;
		z-index: 999999;
	}

	.slider-wrap {
		margin-bottom: 30px;
		position: relative;
	}

	.navbar-collapse {
		background: #ffffff;
		border-top: 1px solid transparent;
		-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
		height: 350px;
		margin-top: 20px;
		overflow-y: auto;
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
		z-index: 9999;
	}

	.mega-menu li {
		float: left;
		margin-bottom: 30px;
		width: 100%;
	}

	.navbar-nav .open .dropdown-menu {
		background-color: transparent;
		border: 0 none;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: table;
		float: none;
		height: 100%;
		margin-top: 0;
		padding-right: 20px;
		position: relative !important;
		top: 0;
		width: auto;
	}

	.mega-menu {
		background: #ffffff !important;
		padding: 30px 280px 0 35px;
	}

	.cart-table {
		display: block;
		overflow: auto;
	}

	.cart-table tr td {
		padding: 10px;
	}

	.order-history td .btn-black {
		padding: 0 8px;
	}

	.checkout-steps {
		margin-top: 45px;
	}

	.top-welcome {
		display: none;
	}

	#home2 .topcart {
		display: none;
	}

	.top-search2 {
		display: none;
		margin-right: -15px;
		position: relative;
		width: 300px;
	}

	/* #header2 .navbar-brand {
		
	} */

	.clients-carousel2 .uc2 li {
		width: 50%;
	}

	.clients-carousel2 .uc2 li img {
		width: 100%;
	}

	.home2-widget .clients-carousel2 {
		margin-bottom: 60px;
	}

	#policy2 .col-md-3 {
		margin-bottom: 30px;
	}

	.widget-footer {
		display: table;
		margin-bottom: 30px;
	}

	#header2 .navbar-nav>li {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.top-search3 {
		display: none;
		margin-right: -15px;
		max-width: 525px;
		position: relative;
		width: 100%;
	}

	.dark-nav {
		background: transparent;
		display: table;
		margin-bottom: 0;
		margin-top: -65px;
		width: 100%;
	}

	.home3 .navbar-brand {
		margin-left: -15px;
		margin-top: 15px;
		padding: 0;
	}

	.home3 header {
		height: 112px;
	}

	.home3 .navbar {
		margin-bottom: 0;
		margin-top: -50px;
	}

	.home3 .navbar-nav>li {
		float: none;
		margin-right: 0;
	}

	.home3 .navbar-default .navbar-nav>li>a:hover,
	.home3 .navbar-default .navbar-nav>li>a.active {
		background: #ffffff;
	}

	.home3 .navbar-default .navbar-nav>li>a {
		color: #000000;
		padding: 20px 25px;
	}

	.sm-show {
		left: 0 !important;
		overflow: scroll;
		-webkit-transition: .4s;
		transition: .4s;
	}

	.side-menu {
		background: #272727;
		height: 100vh;
		left: -100%;
		overflow: auto;
		overflow-x: hidden;
		padding: 30px 40px 100px;
		position: fixed;
		top: 0;
		-webkit-transition: .4s;
		transition: .4s;
		width: 100%;
	}

	#home5 {
		padding-left: 0;
	}

	.sm-hide-body {
		padding-left: 100% !important;
	}

	.nav-trigger {
		left: 20px !important;
	}

	.nav-trigger:hover {
		background: #272727;
		color: #ffffff;
		-webkit-transition: .4s;
		transition: .4s;
	}

	.sm-hide-body .nav-trigger {
		left: auto !important;
		right: 20px;
	}

	#home5 .cart-info {
		left: 40px;
		right: auto;
	}

	/*new*/
	.home-blog .home-post,
	.policy-item .pi-wrap {
		display: inline-block;
		margin-bottom: 15px;
		margin-top: 15px;
		width: 100%;
	}

	#header4 .navbar-default .navbar-nav>li>a {
		color: #444444;
	}

	.c-text {
		bottom: 30px;
	}

	.tp-banner.slider-4 .tp-parallax-container,
	.tp-banner.slider-5 li:nth-child(2n) .tp-parallax-container {
		left: 5% !important;
		top: 5% !important;
		width: 100% !important;
	}

	.page_header_info {
		float: none;
		padding: 0;
		width: auto;
	}

	.filter-wrap .col-md-3,
	.filter-wrap .col-md-5,
	.filter-wrap .col-md-4 {
		display: inline-block;
		float: left;
		padding: 10px;
	}

	.pagenav-wrap .pull-right {
		float: none !important;
		margin-top: 15px;
	}

	.shop-single .nav-tabs {
		margin: 0;
	}

	.shop-single .nav-tabs li {
		display: inline-block;
		margin: 0;
		width: 100%;
	}

	.shop-single .nav-tabs li a {
		margin: 0;
		top: 0;
	}

	.shipping-info-wrap .totals {
		margin-top: 30px;
		text-align: left;
	}

	#shopping-cart-totals-table {
		float: none;
	}

	.footer-bottom .payment {
		margin-top: 20px;
	}

	.blog-content {
		clear: both;
		margin-bottom: 25px;
		margin-top: 25px;
		width: 100%;
	}

	.body>.blog-content {
		margin-top: 0;
	}

	.ps-header {
		margin-top: 20px;
	}

	.google-map,
	#map-canvas {
		height: 250px;
		max-width: 100%;
		width: 100%;
	}

	/*new*/
	#header2-sticky-wrapper.is-sticky header {
		height: 107px;
		padding: 19px 0 29px;
	}

	.cta-buttons a {
		margin-top: 10px;
	}

	.block-content,
	.space30,
	.cta-buttons a.barsinghausen-dropdown {
		margin-bottom: 10px !important;
	}

	body.home .cta-buttons a.barsinghausen-dropdown {
		margin-bottom: 0 !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.blog-content {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 1199px) {
	.navbar-brand svg {
		width: 186px;
		height: auto;
	}

	#header2 .nav>li>a {
		padding: 2px 0 8px;
	}

	header + .clearfix + div {
		margin-top: 139px;
	}

	.scroll-bg {
		background-size: auto;
		animation: scrollBg 30s linear infinite alternate;
	}
}

@media only screen and (max-width: 991px) {

	.navbar-brand svg {
		width: 142px;
	}

	#header2 .nav>li>a {
		padding: 6px 0 8px;
		font-size: 13px;
	}

	.icon-contact svg {
		max-height: 46px;
		width: auto;
	}
	
	.button-booking a {
		height: 46px;
		min-width: 150px;
		padding: 0 20px;
		font-size: 12px;
	}

	.block-content.block-personal-competent {
		display: flex;
		flex-direction: column;
	}
	.personal-competent-text {
		order: 0;
		flex: 1 0 100%;
	}
	.personal-competent-image {
		order: 1;
		padding-top: 115%;
		flex: 1 0 100%;
	}
	.block-personal-competent .cta-buttons {
		order: 3;
		flex: 1 0 100%;
	}

	.gb-wrap {
		flex-direction: column;
	}

	.gb-content {
		order: 1;
		flex: 1 0 100%;
		padding: 30px 60px;
		width: 100%;
	}

	.gb-slider {
		width: 100%;
	}

	.gb-image {
		width: 100%;
		flex: 1 0 100%;
		display: flex;
	}

	.gb-image a {
		padding-top: 65%;
		order: 0;
	}

	header + .clearfix + div {
		margin-top: 139px;
	}
}


@media only screen and (max-width: 767px) {
	#header2 > .container {
		overflow: visible;
	}

	.navbar-brand svg {
		width: 200px;
		height: auto;
	}

	.navbar-wrap {
		flex-direction: column;
		align-items: center;
		position: relative;
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-collapse.in {
		height: 100vh !important;
		min-height: unset !important;
	}
    .navbar-collapse {
		transition: height 0.3s ease-in;
		height: 0vh !important;
		min-height: unset !important;
	}
	.navbar-group {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}

	.navbar-group > .navbar {
		position: absolute;
		z-index: 9;
		bottom: 0;
		left: 0;
		transform: translate(0, 100%);
		right: 0;
	}

	.under-nav {
		margin-top: 0;
	}

	
	.navbar-toggle {
		margin: 0;
		padding: 0.45em 0.5em;
	}
    header {
		height: auto;
	}
	header + .clearfix + div {
		margin-top: 10px;
	}

	.block-content.block-personal-competent {
		padding-left: 15px;
		padding-right: 15px;
	}

	.personal-competent-text {
		padding-left: 15px;
		padding-right: 15px;
	}

	.home-carousel-badge {
		height: 160px;
		width: 160px;
		font-size: 22px;
		right: 30px;
	}

	.home-carousel-badge::before {
		content: "";
		background: url(../images/GOE_Icon_brille_grad.svg) no-repeat center center;
		background-size: 100px;
		display: block;
		height: 50px;
		width: 160px;
		position: absolute;
		top: 20px;
	}

	#home2 .home-carousel button[class^='slick-'] {
		font-size: 14px;
	}

	.promo-images .row .col-xs-12 {
		margin-bottom: 30px;
	}

	.promo-images .row .col-xs-12:last-child {
		margin-bottom: 20px;
	}

	.brands {
		margin-bottom: 0;
	}
	.space60.brands-wrap {
		margin-bottom: 20px !important;
	}
	.box--gray {
		background-color: #f0f0f0;
		padding: 0 10px 10px 10px;
	}

	.grid.first-grid {
		display: none !important;
	}

	.space30.notice-text-wrap {
		margin-bottom: 20px !important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.featured-products .isotope-item {
		padding: 0 15px;
		width: 50%;
	}

	.post-thumb img {
		display: inline-block;
		margin-bottom: 22px;
	}
}

@media only screen and (max-width: 540px) {
	.grid {
		margin-left: 0;
		margin-right: 0;
	}

	.grid-item {
		left: auto !important;
		margin-bottom: 10px !important;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		position: relative !important;
		top: auto !important;
		width: 100%;
	}

	.under-nav {
		margin-top: 0;
		flex: 1 0;
	}

	.icon-contact {
		flex: 0;
		margin-right: 30px;
	}
	
	.button-booking {
		flex: 1 0;
		margin-right: auto;
		max-width: 150px;
		margin-left: auto;
	}
	header .lg-hide {
		flex: 0;
		margin-left: 30px;
	}

	.scroll-bg {
		background-size: 225%;
	}

	.gb-slider .slick-prev, .gb-slider .slick-next {
		top: 82%;
	}
}

@media only screen  and (max-width: 520px) {
	.home-carousel-badge {
		height: 110px;
		width: 110px;
		font-size: 14px;
		right: 20px;
	}
	
	.home-carousel-badge span {
		margin-bottom: -8px;
	}

	.home-carousel-badge::before {
		content: "";
		background: url(../images/GOE_Icon_brille_grad.svg) no-repeat center center;
		background-size: 70px;
		display: block;
		height: 30px;
		width: 110px;
		position: absolute;
		top: 18px;
	}
}

@media only screen and (max-width: 479px) {

	/*new*/
	.featured-products .isotope-item {
		padding: 0 15px;
		width: 100%;
	}

	.filter li {
		margin: 5px;
	}

	#header4 header {
		height: auto;
		padding: 0;
	}

	.ph_btn a {
		margin: 5px 10px;
	}

	.shopping-cart .table-btn .btn-black.pull-right {
		float: none !important;
	}

	/*new*/
	.post-thumb img {
		display: inline-block;
		margin-bottom: 22px;
	}

	.rwd-edit {
		background: #ffffff;
		height: 320px;
	}

	.gb-content {
		padding: 30px 40px;
	}
}

/*GWolle Gaestebuch*/

.gb-h3 {
	margin-top: 35px !important;
	margin-bottom: -28px!important;
	font-weight: 800!important;
}

.gb-head {
	padding-top: 15px!important;
	font-weight: 900!important;
	font-size: 2em!important;
}

.gwolle-gb {

	background-color: white !important;
	padding: 14px !important;
	color: #666666;
	font-size: 16px;
	line-height: 1.64em;
}

[name='gwolle-gb-write-button'] {
	background:          none;
	background-image:    url('../icons/icon-gaestebuch.svg');
	background-repeat:   no-repeat;
	background-position: 10px 7px;
	background-size:     1.25em 1.25em;
}

[name='gwolle-gb-write-button']:hover {
	background-image:    url('../icons/icon-gaestebuch_blue.svg');
}

.gwolle-gb {
	margin-top: -25px;
}

.gwolle-gb .btn-default {
	padding-left: 30px!important;
	color: white;
	background-color: #114E9E;
	border-color: white;
	font-size: 16px;
	font-weight: 800;
	border-radius: 0px!important;
}

.gwolle-gb .btn-default:hover {
	color: #114E9E;;
	background-color: white;
	border-color: #114E9E;;
}

.gwolle-gb .btn-primary {
	color: white;
	background-color: #114E9E;
	border-color: white;
	font-size: 16px;
	font-weight: 800;
	border-radius: 0px!important;
}

.gwolle-gb .btn-primary:hover {
	color: #114E9E;
	background-color: white;
	border-color: #114E9E;
}

div#gwolle-gb-total {
	font-size: 1.6rem;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 5px;
}

.gwolle-gb h3 {
	font-size: 1.4em;
	margin-bottom: 40px;
}

.gwolle-gb .text-info {
	color: #666666;
	font-size: 1.4em;
	font-weight: 400;
	
}

.gwolle-gb .label {
	text-align: right!important;	
}

.gwolle-gb .gb-entry {
	position: relative;
	border-top: 1px #ddd solid;
	padding: 10px 0;
	margin-bottom: 15px !important;
	clear: left;
}

.gwolle-gb form.gwolle-gb-write button.gb-notice-dismiss {

	background-color: red !important;
	line-height: 16px !important;
	height: 16px !important;
	width: 16px !important;
	font-size: 12px !important;
	padding-bottom: 17px!important;
}

.gb-notice-dismiss {
	margin-top: -15px!important;
}

.gwolle_gb_privacy .label{ 
margin-left: 10px;
 }

.gwolle_gb_privacy .text-info {
    float: right;
    margin-right: 0px;
    margin-top: 1px;
}

.gwolle_gb_privacy .input {
    /* float: right!important; */
    margin-right: -263px;
}

.gbtext {
	padding: 10px 10px 10px 0px;
	font-weight: 500!important;
	color: #666666!important;
    font-size: 16px!important;
    line-height: 1.64em!important;
}

@-moz-document url-prefix() {
    .gwolle_gb_privacy .text-info {
		margin-top: 3px;
	}
}


/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
 @-webkit-keyframes slide-bottom {
	0% {
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	}
	100% {
	  -webkit-transform: translateY(100px);
			  transform: translateY(100px);
	}
  }
  @keyframes slide-bottom {
	0% {
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	}
	100% {
	  -webkit-transform: translateY(100px);
			  transform: translateY(100px);
	}
  }
  

  /**
 * ----------------------------------------
 * animation flip-vertical-left
 * ----------------------------------------
 */
@-webkit-keyframes flip-vertical-left {
	0% {
	  -webkit-transform: rotateY(0);
			  transform: rotateY(0);
	}
	100% {
	  -webkit-transform: rotateY(-180deg);
			  transform: rotateY(-180deg);
	}
  }
  @keyframes flip-vertical-left {
	0% {
	  -webkit-transform: rotateY(0);
			  transform: rotateY(0);
	}
	100% {
	  -webkit-transform: rotateY(-180deg);
			  transform: rotateY(-180deg);
	}
  }
  

  @keyframes scrollBg {
	from {
		background-position: -100% 0;
	  
	}
	to {
	  background-position: 0 0;
	}
  }