#header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 15;
}

#header.changed {
	/* background-color: #33bfcc; */
}

#header .header-contain {
	padding: 30px 0;
}

#header .logo {
	padding: 0;
}

#header .logo img {
	width: auto;
	height: 62px;
}

#header .language-widget {
	min-width: 66px;
    padding-top: 0;
    margin-left: 15px;
}

#header .language-widget li {
	padding: 2px;
	background-color: #fff;
	border-radius: 100%;
}

#header .language-widget li,
#header .language-widget .language-flag::before {
	margin: 0;
}

#header .language-widget li {
	margin-right: 10px;
}

#header .language-widget li:last-child {
	margin-right: 0;
}

#header .navigation {
	float: right;
	text-align: right;
}

#header .navigation > li > a {
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	text-shadow: none;
	margin: 0;
	padding: 15px;
}

#header .navigation > li:last-child > a {
	margin-right: 0;
}

#header .navigation > li:hover > a,
#header .navigation > li:hover > a:after {
	color: #ffffff !important;
}

#header .navigation > li.deactive-menu-item:not(.navigation-button) > a {
	opacity: .4;
}

#header .navigation > li.navigation-button {
	padding-left: 12px;
}

#header .navigation > li.navigation-button > a {
	height: auto;
	line-height: inherit;
	padding: 10px;
	color: #fff;
    background: #33bfcc;
    border: 1px solid transparent;
	border-radius: 1.25rem;
	font-size: 14px;
	font-weight: 500;
}

#header .navigation li.dropdown-menu-item.dropdown-menu-first-item:not(.no-arrow) > a::after,
#header .navigation li.dropdown-menu-item:not(.dropdown-menu-first-item):not(.no-arrow) > a::after {
	color: #ffffff;
}

#header .navigation li.dropdown-menu-item.dropdown-menu-first-item > .sub-menu {
	left: auto;
	right: 4px;
	margin: 0;
	min-width: 280px;
	border-radius: 3px;
	box-shadow: 0 13px 20px rgb(0 0 0 / 24%), 0 0 10px rgb(0 0 0 / 12%);
	background-color: #33bfcc;
}

#header .navigation li.dropdown-menu-item > .sub-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #33bfcc;
    position: absolute;
    top: -7px;
    right: 12px;
    left: auto;
}

#header .navigation li.dropdown-menu-item .sub-menu li a {
	color: #ffffff;
	font-size: 14px;
}

#header .navigation li.dropdown-menu-item .sub-menu li a:hover {
	color: #ffffff !important;
}

#header .header-notifications .get-favorites,
#header .header-notifications .get-cart-items {
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	margin: 0;
	padding: 15px;
}

#header .header-notifications .get-favorites i,
#header .header-notifications .get-cart-items i {
	font-size: 24px;
}

#header .search-icon {
	color: #ffffff;
	font-size: 24px;
	margin: 0 0 0 15px;
	cursor: pointer;
}

@media screen and (max-width: 640px) {
	#header .header-notifications {
		margin-left: 5px;
	}
	#header .header-notifications .get-favorites,
	#header .header-notifications .get-cart-items {
		margin: 0;
		padding: 10px;
	}
	#header .header-notifications .get-cart-items.active .cart-notice,
	#header .header-notifications .get-favorites.active .favorite-notice {
		top: -5px;
	}
}


/* Intro */
.intro {
    width: 100%;
    height: calc(100vh);
    position: relative;
	overflow: hidden;
    text-align: center;
    color: #ffffff;
	background-color: rgb(18, 19, 21);
}

.intro .owl-stage-outer {
	overflow: visible !important;
}

.intro-dots-items {
	width: 100%;
    position: absolute;
    bottom: 90px;
    z-index: 3;
}

@media screen and (max-width: 840px) {
	.intro-dots-items {
	    bottom: 60px;
	}
}

.intro-dots button:not(:last-child) {
    margin-right: 20px;
}

.intro-dots button {
    position: relative;
    overflow: hidden;
    width: 70px;
    height: 5px;
    border: none;
	border-radius: 1.25rem;
    background-color: rgba(255, 255, 255, 0.3);
}

.intro-dots button span {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.intro-dots button.active span {
    left: 0;
}

.intro-slide,
.intro-slide .owl-stage-outer,
.intro-slide .owl-stage,
.intro-slide .owl-item {
	height: 100%;
}

.intro-slide-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.intro-slide-item:not(.intro-slide-item-video):before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.intro-slide-item-video video {
	width: 100%;
    height: 100%;
}

.intro-slide-item-video::before {
	width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.intro-slide-item > * {
    z-index: 11;
}

.intro-slide-item-title h1 {
    margin: 0 auto 30px auto;
	max-width: 90%;
    font-size: calc(.7rem + 3vh + 2vw);
}

.intro-slide-item-sub-title {
    font-size: 32px;
	font-weight: 300;
    line-height: 34px;
	margin: 0 0 15px;
}

/* Intro Inside */
.intro.intro-inside {
	height: 340px;
    background-color: #33bfcc;
    background-repeat: no-repeat;
    background-position: 0 80%;
    background-image: url(//i.hizliresim.com/9tiz6pl.png);
    background-size: cover;
}

.intro.intro-inside:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

.intro.intro-inside > * {
	position: relative;
	z-index: 12;
}

.intro-inside h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin: 0;
	padding: 50px 15px 0 15px;
}

@media screen and (min-width: 640px) {
	.intro-inside h1 {
		padding: 80px 15px 0 15px;
	}
}

/* Content */
#content {
	margin: 50px 0;
	min-height: 200px;
}

/* Showcase */
.showcase {
	margin: 0 0 20px;
	border-radius: .25rem;
    border: 1px solid #f1f1f1 !important;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.showcase:hover {
	border-color: #33bfcc !important;
}

.showcase .showcase-top {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}

.showcase .showcase-top img {
	width: calc(85%);
    height: 240px;
	margin: 15px 0 0;
    object-fit: contain;
    border-radius: .25rem;
}

@media screen and (max-width: 640px) {
	.showcase .showcase-top img {
		height: 180px;
	}
}

.showcase .showcase-bottom {
    padding: 0 20px 20px 20px;
}

.showcase .showcase-title a {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #383838;
    height: 65px;
    overflow: hidden;
    margin: 15px 0 0;
    display: inline-block;
}

.showcase .showcase-title .showcase-title-line {
	position: relative;
    background-color: #33bfcc;
    width: 40px!important;
    height: 2px!important;
    display: block;
    margin: 20px 0 0;
}

.showcase .showcase-bottom-meta {
    padding: 15px 0 0;
}

.showcase .showcase-bottom-meta h3 {
	font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    height: 55px;
    overflow: hidden;
}

.showcase .showcase-bottom-view {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #383838;
}

.product {
	padding: 30px 0 0;
}

.product-image img {
	border-radius: .25rem;
}

/* Media */
.media .media-top {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}

.media .media-top img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: .25rem;
}

@media screen and (max-width: 640px) {
	.media .media-top img {
		height: 180px;
	}
}

.media .media-title a {
	color: #383838;
}

.media .media-date {
	font-size: 12px;
	margin: 0 0 15px;
}

/* Gallery */
.gallery .gallery-top {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}

.gallery .gallery-top img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: .25rem;
}

@media screen and (max-width: 640px) {
	.gallery .gallery-top img {
		height: 180px;
	}
}

.gallery .gallery-title a {
	color: #383838;
}

/* Pagination */
.pagination ul li a {
	border-radius: 100%;
}

/* newsletter */
#newsletter {
	background-color: #ffffff;
	background-repeat: repeat-x;
    background-position: 0 0;
}

/* Footer */
#footer {
	padding: 40px 0;
	background-color: #eee;
}

#footer h3 {
	font-size: 28px;
	font-weight: 600;
}

#footer .menu li {
	margin-bottom: 15px;
}

#footer .menu li:last-child {
	margin-bottom: 0;
}

#footer .menu a {
	color: #666666;
	font-size: 16px;
	font-weight: 300;
}

#footer .menu a:hover {
	color: #33bfcc;
}

/*
#footer .menu li a::before {
    content: '\EA54';
    font-family: 'Icon';
    margin-right: 5px;
}
*/

#footer .menu .sub-menu {
	margin-top: 10px;
	margin-left: 15px;
}

#footer .social-icons {
	font-size: 1.7rem;
	margin-left: -5px;
	margin-bottom: 10px;
}

#footer .social-icons a {
	margin: 0 15px 0 0;
}

#footer .social-icons a:last-child {
	margin-right: 0;
}

/* Carousel Styles */
.carousel {
    margin: 0 0 30px;
}

.carousel[data-carousel-centered] .owl-stage-outer {
    overflow: visible !important;
}

.carousel-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.carousel-navigation button {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: 400ms opacity;
    transition: 400ms opacity;
}

.carousel-navigation button:not(:last-child) {
    margin-right: 20px;
}

.carousel-navigation button.disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.carousel-dots {
	width: 100%;
	text-align: center;
}

.carousel-dots button:not(:last-child) {
    margin-right: 12px;
}

.carousel-dots button {
    position: relative;
    overflow: hidden;
    width: 25px;
    height: 15px;
    border: none;
	opacity: .6;
	border-radius: 1.25rem;
    background-color: #33bfcc;
    transition: all 0.2s ease-out 0s;
}

.carousel-dots button.active {
	opacity: 1;
	width: 35px;
    background-color: #33bfcc;
}

/* Copyright */
#copyright {
    color: #fff;
    padding: 20px 0;
    background-color: #383838;
}

#copyright .social-icons {
    float: right;
}

#copyright .social-icons > * {
    display: inline-block;
    vertical-align: middle;
}

#copyright .social-icons > a,
#copyright .social-icons > span {
    margin: 0 6px 0 0;
}

#copyright .social-icons > a > i {
    color: #fff;
    font-size: 26px;
	-webkit-transition: .1s linear;
    -moz-transition: .1s linear;
    -o-transition: .1s linear;
    transition: .1s linear;
}

#copyright .social-icons > a:hover > i {
    opacity: .8;
}
