.navbar-fixed-bottom, .navbar-fixed-top {
	z-index: 900;
}
#page-preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 1);
	z-index: 1000;
}
.page-loader {
	width: 80px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	margin: 23% auto 0 auto;
	font-size: 12px;
}
.loader-text{
	margin: 33% auto 0 auto;
}

.spinner {
	margin: 0 auto;
	border: 2px solid #fff;
	font-size: 40px;
	width: 1em;
	height: 1em;
	border-radius: .5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

.inline-block {
	display: inline-block;
}
.display-none {
	display: none;
}

.tp-loader.spinner0{
	z-index: 500 !important;
}
a, a:hover {
	transition: all 0.5s ease !important;
}
@media (max-width: 768px){
	.content-lg {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.clients-section{
		padding-top: 65px !important;
		padding-bottom: 65px !important;
	}
	.clients-section .content-sm{
		padding:0;
	}
}
.owl-basket{
	/*height: 94vh;*/
}
.owl-basket .owl-controls{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 45px;
	background-color: #EEEEEE;
	display: table;
}
.owl-basket .owl-pagination {
	display: table-cell;
	vertical-align: middle;
}
.szd-shop-basket-button-disabled .quantity-field {
	margin-left: -5px;
	margin-right: -5px;
}

@media (min-width: 280px){
	.shopping-cart .shopping-cart-open {
		width: 320px;
		margin-top: 0px;
		top: 51px;
		right: -53px;
	}
	.shopping-cart hr {
		margin: 0px 0 10px 0;
	}
	.mCustomScrollbar {
		max-height: 360px;
	}
}
@media (min-width: 375px){
	.shopping-cart .shopping-cart-open {
		width: 375px;
		margin-top: 0px;
		top: 51px;
		right: -53px;
	}
	.shopping-cart hr {
		margin: 0px 0 10px 0;
	}
	.mCustomScrollbar {
		max-height: 380px;
	}
}
@media (min-width: 414px){
	.shopping-cart .shopping-cart-open {
		width: 414px;
		margin-top: 0px;
		top: 51px;
		right: -53px;
	}
	.shopping-cart hr {
		margin: 0px 0 10px 0;
	}
	.mCustomScrollbar {
		max-height: 550px;
	}
}
@media (min-width: 480px){
	.shopping-cart .shopping-cart-open {
		width: 480px;
		margin-top: 0px;
		top: 51px;
		right: -53px;
	}
	.shopping-cart hr {
		margin: 0px 0 10px 0;
	}
}
@media (min-width: 568px){
	.shopping-cart .shopping-cart-open {
		width: 568px;
		margin-top: 0px;
		top: 51px;
		right: -53px;
	}
}
@media (min-width: 667px){
	.shopping-cart .shopping-cart-open {
		width: 667px;
		margin-top: 0px;
		top: 51px;
		right: -53px;
	}
}
@media (min-width: 736px){
	.shopping-cart .shopping-cart-open {
		width: 736px;
		margin-top: 0px;
		top: 51px;
		right: -53px;
	}
}
@media (min-width: 768px){
	.shopping-cart .shopping-cart-open {
		width: 720px;
		margin-top: 0px;
		top: 51px;
		right: -37px;
	}
	
	.mCustomScrollbar {
		max-height: 730px;
	}
}
@media (min-width: 992px){
	.shopping-cart .shopping-cart-open {
		width: 940px;
		margin-top: 0px;
		top: 62px;
		right: 0px;
	}

	.top-nav-collapse .shopping-cart .shopping-cart-open{
		margin-top: 0px;
		top: 57px;
	}
	
	.mCustomScrollbar {
		max-height: 500px;
	}
}

@media (min-width: 1200px){
	.shopping-cart .shopping-cart-open {
		width: 1140px;
		top: 62px;
		right: 0px;
	}
	.top-nav-collapse .shopping-cart .shopping-cart-open{
		top: 57px;
	}
	.mCustomScrollbar {
		max-height: 500px;
	}
}

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
	right: -15px;
}
.img-responsive{
	margin:auto;
}

.cbp-l-inline-left {
	width: 60%;
}
.cbp-l-inline-right {
	width: 40%;
}

.cbp-caption-defaultWrap {
	height: 220px;
}

.controlls-over .owl-controls {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: -20px;
}
.controlls-over .owl-pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.controlls-over .owl-controls .owl-page {
	background: rgba(0,0,0,0.3);
}
.controlls-over .owl-controls .owl-page:first-child {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.controlls-over .owl-controls .owl-page:last-child {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.controlls-over .owl-controls .owl-page span {
	background: #fff !important;
}

.controlls-over .owl-controls .owl-buttons div:hover {
	background: #F5F7F7;
	transition: all 0.5s ease;
}
.controlls-over .owl-controls .owl-buttons .owl-prev{
	padding: 3px 12px 2px 10px;
}
.controlls-over .owl-controls .owl-buttons .owl-next{
	padding: 3px 10px 2px 12px;
}
.controlls-over .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	font-size: 12px;
	line-height: 24px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	transition: all 0.5s ease;
}
.controlls-over .owl-controls .owl-buttons div {
	opacity: 1;
	color: #333;
	filter: Alpha(Opacity=100);
	background: #FECB00;
	border: #eee 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.controlls-over .owl-controls .owl-prev {
	float: left;
}
.controlls-over .owl-controls .owl-next {
	float: right;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}

.cbp-l-caption-title {
	color: #fff;
	font: 100 16px/20px "Open Sans",sans-serif;
}

.header-inner-right {
	float: right;
	z-index: 90;
	margin-left: -20px;
	position: relative;
}

.menu-icons-list {
	margin: 0;
	list-style: none;
	padding-left:0;
}
li.menu-icons:first-child {
	padding-right: 15px;
}
li.menu-icons i.menu-icons-style {
	color: #fff;
	width: 25px;
	cursor: pointer;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
}
li.menu-icons span.badge {
	top: 5px;
	left: 25px;
	color: #fff;
	width: 18px;
	height: 18px;
	padding: 0;
	line-height: 18px;
	display: block;
	font-size: 11px;
	text-align: center;
	position: absolute;
	display: inline-block;
	border-radius: 50% !important;
}
.top-nav-collapse .shopping-cart .shopping-cart-open{
	/*top: 57px;*/
		-webkit-transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
	transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
}
.shopping-cart .shopping-cart-open {
	padding: 0px;
	display: none;
	/*min-width: 280px;*/
	background: #fff;
	position: absolute;
	/*border: 1px solid #e7e7e7;*/
	line-height: initial;
	text-align: left;
	-webkit-box-shadow: 0 2px 2px 0px rgba(90,90,90,0.075);
	-moz-box-shadow: 0 2px 2px 0px rgba(90,90,90,0.075);
	box-shadow: 0 5px 5px 0px rgba(90,90,90,0.075);
}
.badge-open {
	padding: 0 20px;
	list-style: none;
	min-width: 300px;
	background: #fff;
}
.badge-open span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.badge-open li:after, .badge-open li:before {
	content: " ";
	display: table;
	clear: both;
}
.badge-open li {
	margin-top: 0px;
	padding-top: 0px;
	border-top: 1px solid #dedede;
}
.badge-open li:first-child {
	margin-top: 0;
	border-top: none;
	padding-top: 20px;
}
.shopping-cart-open span.shc-title {
	color: #444;
	display: block;
	font-size: 12px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #e7e7e7;
}
.shopping-cart-open .btn-u {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0;
	vertical-align: middle;
}
.shopping-cart-open span.shc-total {
	color: #444;
	float: right;
	font-size: 12px;
	margin-top: 6px;
	text-transform: uppercase;
}
.shopping-cart.open .shopping-cart-open {
	display: block;
}

.menu-icons.shopping-cart{
	display: block;
	width: 60px;
	cursor: pointer;
	text-align: center;
	margin-top: -12px;
	margin-bottom: -12px;
	line-height: 74px;
}
.top-nav-collapse .menu-icons.shopping-cart {
	display: block;
	width: 60px;
	cursor: pointer;
	text-align: center;
	margin-top: -7px;
	margin-bottom: -7px;
	line-height: 64px;
}
span.global-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.one-page-header.top-nav-collapse li.menu-icons i.menu-icons-style{
	color:#000;
}
.team-v1 li > .team-img:after,
.team-v1 li:hover > .team-img:after,
.team-img img{
	border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
}
.cbp-l-inline-title {
	font: 100 28px/30px "Open Sans",sans-serif;
}
.cbp-l-inline {
	border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
}
.cbp-popup-singlePageInline .cbp-popup-close {
	right: 10px;
	top: 20px;
}
.cbp-popup-singlePageInline .cbp-popup-loadingBox {
	border-radius: 0 !important;
}

.badge-open li:first-child {
	margin-top: 0;
	border-top: none;
	padding-top: 5px;
}
.badge-open img {
	float: left;
	width: 50px;
	height: auto;
	margin-right: 15px;
}
.list-inline.shop-badge{
	margin-left: 0px;
}
.subtotal{
	padding: 10px 20px 20px 20px;
}
.shop-badge .list-inline>li {
	padding-right: 0px;
	padding-left: 0px;
}
.badge-open .close {
	line-height: 1.9;
}
.overflow-h {
	overflow: hidden;
}
.badge-open span {
	margin: 7px 0;
	color: #687074;
	display: block;
	font-size: 14px;
}
.badge-open small {
	color: #999;
	font-size: 14px;
}

.loadMore-button-c {
	text-align: center;
}
.loadMore-button-c .loadMore-button-link {
    border: 2px solid #DEDEDE;
    border-radius: 2px;
    color: #7E7B7B;
    display: inline-block;
    font: 400 11px/34px "Open Sans",sans-serif;
    min-width: 80px;
    text-decoration: none;
    padding: 0 20px;
    outline: 0;
    margin-top: 30px;
    box-shadow: none;
}
.loadMore-button-c .loadMore-button-link.hidden {
	display: none;
}


.alert font.errortext{display:block}
font.errortext{display:none}

.cbp-item.in-basket .cbp-item-wrapper:after {
    background: rgba(0,0,0,0.5);
}