.sb-feed-header-content {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.sb-feed-header-content:not(:has(.sb-feed-header-stats-info)) {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.sb-feed-header-profile {
	display: flex;
	gap: 28px;
	justify-content: space-between;
}

.sb-feed-header-profile:not(:has(.sb-feed-header-description)):not(:has(.sb-feed-header-stats-info)) {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: center;
}

.sb-feed-header-logo.small {
	border-radius: 50%;
	height: 48px;
	width: 48px;
}

.sb-feed-header-logo.medium {
	border-radius: 50%;
	height: 72px;
	width: 72px;
}

.sb-feed-header-logo.large {
	border-radius: 50%;
	height: 128px;
	width: 128px;
}

.sb-feed-header-user-info {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: flex-start;
}

.sb-feed-header-display-name {
	display: flex;
	gap: 8px;
}

.sb-feed-header-stats-info {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-top: 18px;
}

@media (max-width:640px) {
	.sb-feed-header-content {
		gap: 24px;
	}
	
	.sb-feed-header-content, .sb-feed-header-profile {
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.sb-feed-header-profile {
		gap: 28px;
	}
	
	.sb-feed-header-stats-info>span {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 4px;
		justify-content: center;
	}
	
	.sb-feed-header-user-info {
		align-items: center;
	}
}

.sb-customizer-preview[data-preview-device=mobile] .sb-feed-header-content, .sb-narrow-width .sb-feed-header-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
}

.sb-customizer-preview[data-preview-device=mobile] .sb-feed-header-profile, .sb-narrow-width .sb-feed-header-profile {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 28px;
	justify-content: center;
}

.sb-customizer-preview[data-preview-device=mobile] .sb-feed-header-stats-info>span, .sb-narrow-width .sb-feed-header-stats-info>span {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
}

.sb-customizer-preview[data-preview-device=mobile] .sb-feed-header-user-info, .sb-narrow-width .sb-feed-header-user-info {
	align-items: center;
}

.sb-customizer-preview[data-preview-device=mobile] .sb-feed-header-display-name, .sb-narrow-width .sb-feed-header-display-name {
	flex-direction: column;
}

button.sb-post-readmorelink {
	background: none;
	border: none;
	color: inherit;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

[data-post-style=regular] .sb-post-block-item .sb-post-item-author {
	padding: 8px 0;
}

[data-post-style=boxed] .sb-post-block-item .sb-post-item-author {
	padding: 8px;
}

.sb-post-item {
	.sb-post-item-author-name {
		color: #141b38;
		font-size: 12px;
		font-weight: 600;
		line-height: 1.2;
		margin: 0;
		word-break: break-all;
	}
	
	.sb-post-item-image-wrap svg {
		filter: drop-shadow(0 0 1px rgba(0, 0, 0, .5));
	}
	
	.sb-post-item-image-wrap {
		cursor: pointer;
	}
	
	.sb-post-item-image-wrap:hover img {
		cursor: pointer;
		transform: scale(1.1);
	}
	
	.sb-post-item-image {
		height: inherit !important;
		object-fit: cover;
		scale: 1;
		transition: transform .5s ease-in-out;
		vertical-align: middle;
		width: 100%;
	}
	
	.sb-post-item-meta-likes, .sb-post-item-meta-views {
		align-items: center;
		display: flex;
		gap: 4px;
		justify-content: center;
	}
	
	.sb-post-item-play {
		bottom: 3rem;
		color: #fff;
		left: 12px;
		position: absolute;
	}
	
	.sb-post-item-play.sb-no-meta {
		bottom: 1rem;
	}
}

.sb-post-block-item {
	.sb-post-item-author {
		align-items: center;
		display: flex;
		gap: 12px;
	}
	
	.sb-post-item-author-image {
		border-radius: 50%;
		height: 24px;
		object-fit: cover;
		width: 24px !important;
	}
	
	.sb-post-item-meta {
		bottom: 12px;
		color: #fff;
		display: flex;
		font-size: 12px;
		font-weight: 600;
		gap: 12px;
		left: 12px;
		position: absolute;
	}
	
	.sb-post-item-meta-likes, .sb-post-item-meta-views {
		text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	}
}

.sb-post-list-item {
	display: flex;

	.sb-post-item-details {
		align-items: flex-start;
		display: flex;
		flex: 1 1;
		flex-direction: column;
		gap: 6px;
		padding: 20px 16px;
	}
	
	.sb-post-item-author {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		gap: 16px;
		justify-content: center;
	}
	
	.sb-post-item-author-image {
		border-radius: 50%;
		height: 44px;
		object-fit: cover;
		width: 44px !important;
	}
	
	.sb-post-item-author-name {
		font-size: 13px;
	}
	
	.sb-post-item-meta {
		color: #2c324c;
		display: flex;
		font-size: 12px;
		font-weight: 600;
		gap: 12px;
	}
}

:not(.sb-narrow-width)[data-feed-template=widget][data-layout=grid] .sb-post-item {
	margin: auto;
	max-width: 50%;
}

[data-feed-template=gallery] .sb-list-wrapper .sb-post-item .sb-post-item-caption {
	padding: 0 !important;
}

body.sbt-lightbox-modal-open {
	overflow: hidden;
}

.sb-modal-ctn {
	align-items: center;
	background: rgba(0, 0, 0, .4);
	bottom: 0;
	box-sizing: initial;
	display: flex;
	height: 100vh;
	justify-content: center;
	left: 0;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9989;
}

.sb-modal-ctn[data-size=lightbox] .sb-modal-insider {
	max-width: calc(100% - 200px);
	overflow-y: auto;
	width: 964px;
}

.sb-modal-ctn[data-size=lightbox-free] .sb-modal-insider, .sb-modal-ctn[data-size=lightbox] .sb-modal-insider {
	background: #fff;
	box-shadow: 0 26.7377px 77.2886px rgba(0, 0, 0, .11), 0 14.2952px 41.3222px rgba(0, 0, 0, .09), 0 8.01379px 23.1649px rgba(0, 0, 0, .08), 0 4.25607px 12.3027px rgba(0, 0, 0, .06), 0 1.77104px 5.11942px rgba(0, 0, 0, .04);
	color: #141b38;
	max-height: 90vh;
	position: relative;
}

.sb-modal-ctn[data-size=lightbox-free] .sb-modal-insider {
	border-radius: 8px;
	max-width: 50%;
	width: 500px;
}

.sb-modal-insider h4 {
	margin-bottom: 4px;
}

.sbt-lightbox-modal-close {
	box-sizing: initial;
	cursor: pointer;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 20px;
	width: 30px;
}

.sb-modal-ctn[data-size=lightbox] .sbt-lightbox-modal-iframe-wrap {
	align-items: center;
	background-color: #000;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.sb-modal-ctn[data-size=lightbox-free] .sbt-lightbox-modal-iframe-wrap {
	align-items: center;
	background-color: #f4f4f4;
	border-radius: 8px;
	display: flex;
	height: 758px;
	justify-content: center;
	padding-top: 40px;
	width: 100%;
}

.sbt-lightbox-modal-wrapper {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;

	.sbt-lightbox-modal-content {
		max-width: 330px;
		padding: 24px;
	}
	
	.sbt-lightbox-modal-caption {
		color: #141b38;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: .28px;
		line-height: 1.2;
		margin-bottom: 24px;
	}
}

.sbt-lightbox-modal-header {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: flex-start;
	margin-bottom: 16px;
	text-decoration: none;

	.sbt-lightbox-modal-avatar {
		border-radius: 50%;
		height: 32px;
		object-fit: cover;
		width: 32px;
	}
	
	.sbt-lightbox-modal-username {
		color: #141b38;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: .28px;
		line-height: 1.2;
		margin-bottom: 0;
		margin-top: 0;
	}
	
	.sbt-lightbox-modal-date {
		color: #434960;
		font-size: 11px;
		font-weight: 400;
		margin-bottom: 0;
		margin-top: 0;
	}
}

.sbt-lightbox-modal-footer {
	align-items: center;
	align-self: stretch;
	display: flex;
	justify-content: space-between;
	padding: 8px 0 10px;

	.sbt-lightbox-modal-stats {
		color: #141b38;
		display: flex;
		font-size: 12px;
		font-weight: 600;
		gap: 24px;
		letter-spacing: .24px;
	}
	
	.sbt-lightbox-modal-likes, .sbt-lightbox-modal-views {
		align-items: center;
		display: flex;
		gap: 4px;
		justify-content: center;
	}
}

.sbt-lightbox-modal-prev {
	left: 10px;
}

.sbt-lightbox-modal-next, .sbt-lightbox-modal-prev {
	background-color: #d3d3d3;
	border-radius: 50%;
	box-sizing: initial;
	cursor: pointer;
	padding: 8px;
	position: fixed;
	top: calc(50% - 16px);
	z-index: 1000001;
}

.sbt-lightbox-modal-next {
	right: 10px;
}

[data-layout=carousel] .owl-nav button {
	background: #fff !important;
	border-radius: 50%;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
	color: #000 !important;
	display: inline-flex;
	height: 30px;
	left: 0;
	line-height: 99999;
	opacity: .7;
	overflow: hidden;
	position: absolute;
	top: calc(50% - 15px);
	transition: .2s;
	width: 30px;
}

[data-layout=carousel] .owl-nav button:before {
	border-bottom: 2px solid;
	border-left: 2px solid;
	content: "";
	height: 8px;
	left: 11px;
	position: absolute;
	top: 10px;
	transform: rotate(45deg);
	width: 8px;
}

[data-layout=carousel] .owl-nav .owl-next {
	left: auto;
	right: 0;
}

[data-layout=carousel] .owl-nav .owl-next:before {
	left: 7px;
	transform: rotate(-135deg);
}

[data-layout=carousel] .owl-nav button:hover {
	opacity: 1;
}

.owl-nav button span {
	display: none !important;
}

[data-layout=carousel] .owl-dots {
	padding-right: 4px;
	position: relative;
	text-align: center;
}

[data-layout=carousel] .owl-dot {
	background: #e6e6eb !important;
	border-radius: 50px;
	display: inline-block;
	height: 10px;
	margin: 0 4px;
	width: 10px;
}

[data-layout=carousel] .owl-dot.active {
	background: #d0d0d8 !important;
}

.sb-grid-wrapper[data-grid-columns="1"] {
	grid-template-columns: repeat(1, 1fr);
}

.sb-grid-wrapper[data-grid-columns="2"] {
	grid-template-columns: repeat(2, 1fr);
}

.sb-grid-wrapper[data-grid-columns="3"] {
	grid-template-columns: repeat(3, 1fr);
}

.sb-grid-wrapper[data-grid-columns="4"] {
	grid-template-columns: repeat(4, 1fr);
}

.sb-grid-wrapper[data-grid-columns="5"] {
	grid-template-columns: repeat(5, 1fr);
}

.sb-grid-wrapper[data-grid-columns="6"] {
	grid-template-columns: repeat(6, 1fr);
}

@media (max-width:480px) {
	.sb-grid-wrapper[data-grid-mobile-columns="1"] {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.sb-grid-wrapper[data-grid-mobile-columns="2"] {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.sb-grid-wrapper[data-grid-mobile-columns="3"] {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.sb-grid-wrapper[data-grid-mobile-columns="4"] {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.sb-grid-wrapper[data-grid-mobile-columns="5"] {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.sb-grid-wrapper[data-grid-mobile-columns="6"] {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.sb-post-list-item {
		flex-direction: column;
	
		.sb-post-item-image-wrap {
			width: 100% !important;
		}
	}
}

@media (min-width:481px) and (max-width:640px) {
	.sb-grid-wrapper[data-grid-tablet-columns="1"] {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.sb-grid-wrapper[data-grid-tablet-columns="2"] {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.sb-grid-wrapper[data-grid-tablet-columns="3"] {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.sb-grid-wrapper[data-grid-tablet-columns="4"] {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.sb-grid-wrapper[data-grid-tablet-columns="5"] {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.sb-grid-wrapper[data-grid-tablet-columns="6"] {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.sb-post-list-item {
		flex-direction: column;
	
		.sb-post-item-image-wrap {
			width: 100% !important;
		}
	}
}

@media (max-width:480px) {
	.sbt-lightbox-modal .sb-modal-insider {
		max-width: calc(100% - 65px) !important;
		overflow-x: hidden;
	}
	
	.sbt-lightbox-modal-wrapper {
		flex-direction: column !important;
	}
	
	.sbt-lightbox-modal-iframe-wrap {
		justify-content: flex-start !important;
		padding-top: 0 !important;
	}
	
	.sbt-lightbox-modal-close {
		background: #d3d3d3;
		border-radius: 50%;
		padding: 6px !important;
		position: fixed;
		right: 2px;
		top: 6px;
	}
	
	.sbt-lightbox-modal-close, .sbt-lightbox-modal-close svg {
		height: 18px !important;
		width: 18px !important;
	}
	
	.sbt-lightbox-modal-next {
		right: 2px !important;
	}
	
	.sbt-lightbox-modal-next, .sbt-lightbox-modal-prev {
		height: 16px !important;
		padding: 6px !important;
		width: 16px !important;
	}
	
	.sbt-lightbox-modal-prev {
		left: 2px !important;
	}
}

@media (min-width:481px) and (max-width:768px) {
	.sbt-lightbox-modal .sb-modal-insider {
		max-width: calc(100% - 130px) !important;
		overflow-x: hidden;
	}
	
	.sbt-lightbox-modal-content {
		min-width: 230px !important;
	}
}

@media (min-width:769px) {
	.sbt-lightbox-modal-content, .sbt-lightbox-modal-wrapper {
		min-width: 330px !important;
	}
}

.sb-customizer-preview[data-preview-device=mobile] .sb-post-list-item, .sb-narrow-width .sb-post-list-item {
	flex-direction: column;
}

.sb-customizer-preview[data-preview-device=mobile] .sb-post-list-item .sb-post-item-image-wrap, .sb-narrow-width .sb-post-list-item .sb-post-item-image-wrap {
	width: 100% !important;
}

.sb-narrow-width {
	.sb-grid-wrapper[data-grid-mobile-columns="1"] {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.sb-grid-wrapper[data-grid-mobile-columns="2"] {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.sb-grid-wrapper[data-grid-mobile-columns="3"] {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.sb-grid-wrapper[data-grid-mobile-columns="4"] {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.sb-grid-wrapper[data-grid-mobile-columns="5"] {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.sb-grid-wrapper[data-grid-mobile-columns="6"] {
		grid-template-columns: repeat(6, 1fr);
	}
}

.sb-modal-ctn[data-size=lightbox-pro] .sb-modal-insider {
	background: #fff;
	box-shadow: 0 26.7377px 77.2886px rgba(0, 0, 0, .11), 0 14.2952px 41.3222px rgba(0, 0, 0, .09), 0 8.01379px 23.1649px rgba(0, 0, 0, .08), 0 4.25607px 12.3027px rgba(0, 0, 0, .06), 0 1.77104px 5.11942px rgba(0, 0, 0, .04);
	color: #141b38;
	height: 80vh !important;
	max-height: 80vh !important;
	max-width: calc(100% - 200px);
	overflow-y: hidden;
	position: relative;
	width: 964px;
}

.sb-modal-ctn[data-size=lightbox-pro] .sbt-lightbox-modal-iframe-wrap {
	align-items: center;
	background-color: #000;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.sb-modal-insider .sbt-lightbox-modal-wrapper {
	display: flex;
	height: 100%;
}

.sb-modal-insider .sbt-lightbox-modal-wrapper .sbt-lightbox-modal-iframe-wrap {
	flex: 1 1;
}

.sb-modal-insider .sbt-lightbox-modal-wrapper .sbt-lightbox-modal-content {
	display: flex;
	flex: 1 1;
	flex-direction: column;
	height: 100%;
	min-width: 0 !important;
}

.sbt-lightbox-modal-header {
	height: 5%;
	max-height: 5%;
}

.sbt-lightbox-modal-caption {
	max-height: 80%;
	overflow: auto;
	scrollbar-width: none;
}

.sbt-lightbox-modal-footer {
	align-items: flex-start;
	height: 15%;
	max-height: 15%;
}

.sbt-lightbox-modal-gdpr-notice {
	align-items: center;
	color: #666;
	display: flex;
	font-size: 14px;
	height: 758px;
	justify-content: center;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	width: 325px;
}

.sbt-lightbox-modal-gdpr-notice a {
	color: #0068a0;
}

.owl-carousel {
	-webkit-tap-highlight-color: transparent;
	display: none;
	position: relative;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	-moz-backface-visibility: hidden;
	position: relative;
	touch-action: manipulation;
}

.owl-carousel .owl-stage:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.owl-carousel .owl-stage-outer {
	overflow: hidden;
	position: relative;
	-webkit-transform: translateZ(0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
}

.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-backface-visibility: hidden;
	float: left;
	min-height: 1px;
	position: relative;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: none;
	border: none;
	color: inherit;
	font: inherit;
	padding: 0 !important;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	display: block;
	opacity: 0;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	background: #000;
	height: 100%;
	position: relative;
}

.owl-carousel .owl-video-play-icon {
	-webkit-backface-visibility: hidden;
	background: url("/static/media/owl.video.play.f58194cc839da0199212.png") no-repeat;
	cursor: pointer;
	height: 80px;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	transition: transform .1s ease;
	width: 80px;
	z-index: 1;
	--lzl-bg-img: "/static/media/owl.video.play.f58194cc839da0199212.png";
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-play-icon.lzl:not(.lzl-ed), .owl-carousel .owl-video-play-icon.lzl-ing:not(.lzl-ed) {
	background-image: none;
}

.owl-carousel .owl-video-tn {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}

.owl-theme .owl-nav {
	-webkit-tap-highlight-color: transparent;
	margin-top: 10px;
	text-align: center;
}

.owl-theme .owl-nav [class*=owl-] {
	background: #d6d6d6;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	cursor: default;
	opacity: .5;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	-webkit-tap-highlight-color: transparent;
	text-align: center;
}

.owl-theme .owl-dots .owl-dot {
	zoom: 1;
	display: inline-block;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	-webkit-backface-visibility: visible;
	background: #d6d6d6;
	border-radius: 30px;
	display: block;
	height: 10px;
	margin: 5px 7px;
	transition: opacity .2s ease;
	width: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

.sb-btn {
	align-items: center;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(60, 66, 87, .12), 0 1px 1px rgba(0, 0, 0, .08), inset 0 -1px 1px rgba(0, 0, 0, .12);
	cursor: pointer;
	display: flex;
	font-weight: 600;
	justify-content: center;
	outline: none;
	padding: 0;
	position: relative;
	transition: all .15s ease-in-out;
}

.sb-btn[data-icon-position=left]:not([data-onlyicon=false]) {
	flex-direction: row;
}

.sb-btn[data-full-width=true] {
	width: 100%;
}

.sb-load-button {
	height: auto;
}