.header-sticky-number .sppb-addon-title {
	font-weight : 600;
	font-size : 20px;
	/* margin-right: 30px!important; */
	transition: all 0.5s;
}

.header-sticky-number .sppb-addon-title i {
	font-weight : 600;
	font-size : 24px;
	transition: all 0.5s;
}

body.mpage .header-sticky-number .sppb-addon-title {
	color : #134973;
	transition: all 0.5s;
}

.header-sticky-number .sppb-addon-title:hover {
	color : #444;
	transition: all 0.5s;
}

.header-sticky-number .sppb-addon-title:hover i {
	transform: scale(1.2);
	transition: all 0.5s;
}

body .sppb-btn.header-sticky-button i {
	transition: all 0.5s;
}

body .sppb-btn.header-sticky-button:hover i {
	transition: all 0.5s;
	transform : rotate(-45deg);
}


body .sppb-btn.header-sticky-button {
	background : #FD8904;
	color : #FFF;
	padding: 20px 50px 20px;
	border-radius: 0px 0px 0px 6px;
	font-size: 18px;
	font-weight: 600;
}

body.mpage .sppb-btn.header-sticky-button {
	padding: 35px 50px 25px;
}

body .sppb-btn.header-sticky-button:hover {
	background : #062D4B;
	color : #FFF;
}

body.mpage .sppb-btn.header-sticky-button:hover {
	background : #FFF;
	color : #134973;
}

.top-adm-row {
	
}

header#sp-header {
	background : rgba(255,255,255,0.8);
}

header #sp-menu {
	margin-left : auto!important;
	
}

.main-cat-title {
	margin : 0px 0 10px;
}

.main-cat-title h1 {
	margin : 0px;
	color : #134973;
	font-size : 30px;
	text-align : center;
}

h1.main-page-title {
	margin : 0px;
	color : #134973;
	font-size : 30px;
	text-align : center;
	margin-top : 10px;
	margin-bottom : 40px;
}

.cat-elem-wrap {
	margin : 0px;
	margin-bottom : 30px;
	background : #F7F7F7;
	border-radius : 6px;
	padding : 20px 15px;
	align-items : center;
	position : relative;
	min-height : 272px;
	transition: all 0.5s;
}

.cat-elem-wrap:hover {
	background : #F0F0F0;
	transition: all 0.5s;
}

.cat-elem-wrap img {
	border-radius : 0px;
	max-height : 215px;
	display : block;
	margin : 0px auto;
	max-width: 80%;
	transition: all 0.5s;
}

.cat-elem-wrap h2 {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}

.cat-elem-wrap .param {
	font-size : 16px;
	color : #777;
	margin-bottom: 10px;
}

.cat-elem-wrap .param span {
	display : block;
	padding-left : 25px;
	font-size : 20px;
	color : #222;
	font-weight : 500;
}

.cat-elem-wrap h2 a {
	color : #000;
}

.cat-elem-wrap:hover h2 a {
	color : #134973;
}

.cat-elem-wrap:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
	max-width : 80%;
}

.cat-elem-wrap .cat-price {
	color : #134973;
	font-size : 28px;
	font-weight : 600;
	margin-top : 15px;
}

.cat-elem-wrap .cat-price .cat-price-big {
	color : #777;
	font-size : 18px;
	display : inline-block;
	position: relative;
	margin-left : 6px;
	padding-left : 1px;
	padding-right : 1px;
}

.cat-elem-wrap .cat-price .cat-price-big::before {
	background: #134973;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transform: rotate(-3deg);
	width: 100%;
	top: calc(50% + 2px);
	top: 50%;
}

.cat-elem-wrap .arrow-link i, .cat-elem-wrap .discount-link i {
	transition: all 0.5s;
}

.cat-elem-wrap .arrow-link {
  right: 0px;
  position: absolute;
  bottom: 0px;
  padding: 12px 15px;
  background: #134973;
  transition: all 0.5s;
  color: #FFF;
  border-radius: 6px 0px 6px 0px;
}

.cat-elem-wrap .discount-link {
  left: 0px;
  position: absolute;
  top: 0px;
  padding: 12px 17px;
  background: #FD8904;
  transition: all 0.5s;
  color: #FFF;
  border-radius: 6px 0px 6px 0px;
  transition: all 0.5s;
}

.product-imgs .carousel-wrap {
	position : relative;
}

.product-imgs .carousel-wrap .discount-link {
  left: 0px;
  position: absolute;
  top: 0px;
  padding: 12px 17px;
  background: #FD8904;
  transition: all 0.5s;
  color: #FFF;
  border-radius: 6px 0px 6px 0px;
  transition: all 0.5s;
  z-index: 3;
}

.cat-elem-wrap:hover .arrow-link {
	background: #062D4B;
}

.cat-elem-wrap:hover .arrow-link i {
	transform: rotate(45deg);
	transition: all 0.5s;
}

#sp-footer .bot-text a {
	display : inline-block;
	margin-top : 6px;
	color : #fff;
}

#sp-footer .bot-text a:hover {
	color : #ddd;
}

.main-contacts {
  text-align: center;
  font-size: 20px;
}

.phone-number-contact {
  font-size: 30px;
  margin-bottom: 25px;
  display: block;
  font-weight : 500;
}

.lun-form {
  background-color: #f6f6f6;
  border-radius: 6px;
  text-align: center;
  padding : 30px 40px;
}

.contact-page .lun-form {
	margin-top : 20px;
}

.lun-form h5, .edit-prof-form h5 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight : 500;
  color : #333;
}

.lun-form label {
  text-align: center;
  width: 100%;
  font-size: 16px;
}

.lun-form input {
  margin-bottom: 15px;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 1.75;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #8389AC;
  border-radius: 6px !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.lun-form textarea {
  margin-bottom: 15px;
  display: block;
  width: 100%;
  padding: 8px !important;
  font-size: 16px;
  line-height: 1.75;
  color: #495057;
  min-height: 140px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #8389AC;
  border-radius: 6px !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

body .lun-form .btn {
  padding-right: 45px;
  padding-left: 45px;
}

.pd-title {
  font-size: 13px;
  color: #666;
  margin-top: 10px;
}

.bot-map, .bot-map iframe {
	border-radius: 6px;
}

img.bot-logo {
	max-width : 96px;
}

#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align : center;
  width : 100%;
}

#sp-footer ul.menu li {
	display : inline-block;
}

#sp-footer ul.menu li a {
  display: block;
  color: #FFF;
  font-size: 18px;
  transition: all 0.5s;
}

#sp-footer ul.menu li a:hover {
	text-decoration : underline;
	transition: all 0.5s;
}

.bot-text {
	color : #bbb;
}

#sp-footer .bot-text a {
	color : #ccc;
}

#sp-footer .bot-text a:hover {
	color : #efefef;
}

#sp-footer ul.menu li.item-101 {
	display : none;
}

.offc-contacts {
	color : #444;
	text-align : center;
}

.offc-contacts a {
	color : #134973!important;
}

.offc-contacts .phone-number-contact {
	font-size : 22px;
	color : #134973!important;
}

.offc-contacts .fa-whatsapp, .offc-contacts .fa-telegram {
	font-size : 22px;
	color : #134973!important;
	margin : 0px 15px;
}

.before-element h2 {
	font-size : 30px;
}

.cat-banner {
  background: #134973;
  color: #FFFFFF;
  border-radius: 6px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top : 0px;
  margin-bottom : 30px;
  background: #134973 url('/images/elems/catmbg.webp') center center no-repeat;
  background-attachment: fixed;
}

.cat-banner .row {
	align-items : center;
}

.cat-banner-txt {
	padding: 30px 30px 30px 40px;
	text-align: center;
}

.cat-banner-txt h3 {
	font-size : 24px;
	margin-bottom : 40px;
}

.cat-banner .btn {
	background: #FD8904;
	font-weight : 500;
	font-size : 18px;
}

.cat-banner .btn i {
	margin-right : 5px;
	margin-left : 15px;
	transition: all 0.5s;
}

.cat-banner .btn:hover i {
	margin-right : 15px;
	margin-left : 5px;
	transition: all 0.5s;
}

.form-sended {
	padding: 30px;
	border-radius: 6px;
	background: #f6f6f6;
	text-align: center;
}

.product-right-wrap {
	background: #f6f6f6;
	border-radius: 6px;
	text-align: center;
	padding: 15px 30px;
	color : #000;
}

.product-info h1 {
	font-size : 27px;
	margin-top : 0px;
	margin-bottom : 30px;
	color : #134973;
	font-weight : 700;
}

.product-imgs .owl-carousel .item, .thumbs-galls .item {
  text-align: center;
  list-style: none;
}

.thumbs-galls .item {
	display : inline-block;
}

.thumbs-galls {
	text-align: center;
}

.thumbs-galls .item img {
	height : 60px;
	width : auto;
	border : 1px solid #ccc;
	border-radius : 6px;
	margin : 0 5px 10px;
}

.product-sdesc {
	font-size : 17px;
	font-weight : 700;
	margin-bottom : 30px;
}

.product-diags, .product-oses {
	font-size : 18px;
	font-weight : 500;
	margin-bottom : 15px;
	color : #555;
}

.product-oses {
	margin-bottom : 30px;
}

.product-diags span, .product-oses span {
	display : block;
	margin-bottom : 8px;
}

.product-diags a, .product-oses a {
	display : inline-block;
	background : #FFF;
	padding : 8px 12px;
	border-radius : 6px;
	border : 1px solid transparent;
	transition: all 0.5s;
	margin : 0px 10px 5px 0px;
}

.product-diags a:hover, .product-oses a:hover {
	border : 1px solid #ccc;
	transition: all 0.5s;
	background : #f6f6f6;
}

.product-oses a {
	font-size : 14px;
	text-align : center;
}

.product-oses a i {
	font-size : 24px;
	margin-bottom : 5px;
}

.product-diags a.first-elem, .product-oses a.first-elem {
	
}

.product-diags a.active-diag, .product-oses a.active-os {
	background : #f6f6f6;
	border : 1px solid #134973;
	transition: all 0.5s;
}

.product-imgs .carousel-wrap {
	margin-bottom : 15px;
}

.product-imgs img {
	border-radius : 6px;
}

.product-right-param, .all-models-item-param {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin-bottom : 10px;
}

.product-desk-param {
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	margin-bottom : 10px;
}

.product-desk-param-value {
	padding-left : 20px;
}

.product-right-param span.product-right-param-name, .product-desk-param-name, .all-models-item-param-name {
	display : block;
	font-weight: 300;
	font-size : 14px;
	margin-bottom : 5px;
}

.all-models-item-params {
	margin-top : 15px;
}

.all-models-item-name {
	font-weight : 600;
}

.fulldesk-link, .chars-link {
	display : block;
	margin-top : 8px;
	font-size : 16px;
	font-weight: 400;
}

.fulldesk-link i, .chars-link i {
	margin-right : 5px;
	margin-left : 0px;
	transition: all 0.5s;
	font-size : 14px;
}

.fulldesk-link:hover i, .chars-link:hover i {
	margin-left : 5px;
	margin-right : 0px;
	transition: all 0.5s;
}

.product-right-price-wrap {
	color : #888;
	margin-bottom : 15px;
	text-align : center;
	font-size: 16px;
}

.product-right-price {
	text-align : center;
	font-weight : 700;
	width : 100%;
	border-radius : 6px;
	color : #FFF;
	line-height : 46px;
	font-size : 28px;
	background : #FD8904;
	margin-top : 15px;
	margin-bottom : 6px;
}

.product-right-price-btn a {
	display : block;
	text-align : center;
	font-weight : 700;
	width : 100%;
	border-radius : 6px;
	color : #FFF;
	line-height : 46px;
	font-size : 21px;
	background : #134973;
	margin-top : 15px;
	margin-bottom : 15px;
	transition: all 0.5s;
}

.product-right-price-btn a:hover {
	transition: all 0.5s;
	background : #062D4B;
}

.product-right-price-over span {
	font-weight : 500;
	display : inline-block;
	position: relative;
	clear : both;
}

.product-right-price-over span::before {
  background: #666;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transform: rotate(-3deg);
  width: 100%;
  top: calc(50% + 2px);
  top: 50%;
}

.product-desk-right h4, .product-desk-left h4, .product-models-list h4 {
	font-size : 20px;
	color : #666;
	margin-bottom : 30px;
}

.product-row-two, .product-row-three {
	margin-top : 40px;
}

.product-desk-left .product-desk-wrap {
	padding : 15px 0px;
	line-height: 1.5;
}

.product-desk-right .product-desk-wrap {
	border-radius : 6px;
	background : #f6f6f6;
	padding : 15px;
}

.hystmodal__window h3 {
  font-size: 20px;
  line-height: 28px;
  color : #333;
}

.hystmodal__window .onis-flist .mobtextcenter {
  font-size: 14px;
  color: #777;
}

.hystmodal__window h3 a, .hystmodal__window .onis-flist .mobtextcenter a {
	color : #134973!important;
}

.hystmodal__window .form-btn {
	display: block;
	text-align: center;
	font-weight: 700;
	width: 100%;
	border-radius: 6px;
	color: #FFF;
	line-height: 46px;
	font-size: 23px;
	background: #134973;
	margin-top: 0px;
	margin-bottom: 10px;
	transition: all 0.5s;
	color : #FFF!important;
}

.hystmodal__window .form-sended {
	padding: 30px;
	border-radius: 6px;
	background: #f6f6f6;
	text-align: center;
	color: #134973;
	text-align : center;
	font-size : 20px;
}

.all-models-item {
	margin-bottom : 15px;
	text-align : center;
}

.all-models-item-wrap {
	border-radius: 6px;
	background: #f6f6f6;
	padding : 15px 10px;
}

.all-models-item-params {
	display : none;
}

.all-models-item .product-right-price {
	text-align: center;
	font-weight: 700;
	width: 100%;
	border-radius: 6px;
	color: #222;
	line-height: 40px;
	font-size: 26px;
	background: #FFF;
	margin-top: 15px;
	margin-bottom: 6px;
}

.all-models-item .product-right-price-btn a {
	display: block;
	text-align: center;
	font-weight: 700;
	width: 100%;
	border-radius: 6px;
	color: #FFF;
	line-height: 40px;
	font-size: 18px;
	background: #134973;
	margin-top: 15px;
	margin-bottom: 15px;
	transition: all 0.5s;
}

.lights-top {
	min-height : 650px;
}

.lights-top h3 {
	color : #FFF;
	font-size : 40px;
}

.round-img img { 
	width: 100%;
	height : auto;
	animation-name: rotation;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	filter: drop-shadow(0 10px 30px #fff);
}

@-webkit-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-moz-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-o-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}

.animated-text-words-wrapper {
	margin-right : 15px;
}

.animated-text-words-wrapper, .animated-heading-after-part {
	color:#FFF;
	font-weight : 700;
}

.animated-heading-text.loading-bar .animated-text-words-wrapper.is-loading::after, .animated-heading-text.loading-bar .animated-text-words-wrapper::after {
	background : #FD8904;
}

.light-feature {
	padding : 30px 15px;
}

.light-feature h5 {
	font-size : 18px;
	line-height : 28px;
}

.light-feature:hover {
	filter: drop-shadow(0 0px 20px #000);
}

.hot_swipe_carousel_slidesled1 img {
	border-radius: 6px;
}

.lights-row em {
	color : #134973;
}

.sp-slider-custom-dot-indecators ul li {
	float: none;
	display : inline-block;
}

.service-img {
	border-radius : 6px;
}

.img-border-6 img {
	border-radius : 6px!important;
}



@media (max-width: 1830px) {
	.adm-mid-101 {
		display : none!important;
	}
	
	
}

@media (max-width: 1730px) {
	body .sppb-btn.header-sticky-button {
		padding: 20px 30px 20px 10px;
	}	
	.header-sticky-number .sppb-addon-title {
		font-size: 18px;
		margin-right: 0px !important;
	}	
}

@media (max-width: 1410px) {
	.product-right-price-btn a {
		font-size: 18px;
	}	
	
}

@media (max-width: 1650px) {
	.adm-mid-367 {
		display : none!important;
	}
	#sppb-addon-wrapper-37952eaf-1df3-4ead-88e9-0444d4f32453 {
		width : 100%;
	}
	
}

@media (max-width: 1280px) {
	.product-right-price-btn a {
		/* font-size: 16px; */
	}
	.product-right-price-btn span {
		display : none;
	}
	.light-img-col {
		margin : 0px auto 30px;
		max-width : 50%;
	}
}

	
@media (max-width: 1120px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
		font-size: 16px;
	}
	.cat-elem-wrap {
		
	}
	..product-right-price-btn span {
		display : none;
	}
}

@media (max-width: 1060px) {
	header #menu-right {
		display : none!important;
	}
	.adm-mid-367 {
		display : inline-block!important; 
	}
	
}

@media (max-width: 992px) {
	#sppb-addon-wrapper-65da2a83-6980-4e05-a2f2-6fb289122833, #sppb-addon-wrapper-ea768e5a-6ac5-4e02-aaf0-3f17f7658a3e, #sppb-addon-wrapper-4fcb8fcf-ed67-4ca2-8e16-fd59ebc16ceb {
		display: block!important; 
	}
	.product-info, .product-desk-right h4, .product-desk-left h4, .product-models-list h4 {
		text-align : center;
	}
	.mpage .sppb-sp-slider-title, .mpage .sppb-sp-slider-text, .mpage .sppb-sp-slider-text p, .hero-slider .sp-slider-outer-stage .sp-item .sppb-container [class^="sp-slider-content-align-"] {
		text-align : center;
		width : 100%;
	}
	.sppb-dynamic-content-text {
		text-align : center;
	}
	.light-feature {
		margin-bottom : 30px;
	}
	.product-imgs {
		margin-bottom : 30px;
	}
	.product-right {
		margin : 0px auto;
	}
	header #menu-right {
		display : block!important; 
	}
	body .sppb-btn.header-sticky-button {
		padding: 20px 10px 20px;
		font-size: 16px;
		font-weight: 500;
	}
	body .sppb-btn.header-sticky-button {
		display : none!important; 
	}
	.bot-logo {
		margin : 0px auto 0;
	}
	.cat-elem-wrap h2 {
		font-size: 20px;
		line-height: 26px;
	}	
	.cat-elem-wrap .param span {
		padding-left: 0px;
		font-size: 18px;
	}	
	.cat-elem-wrap .cat-price {
		font-size: 22px;
	}	
	.cat-elem-wrap .cat-price .cat-price-big {
		font-size: 16px;
	}	
	.cat-elem-text {
		margin-top: 20px;
		text-align: center;
		margin-bottom: 10px;
	}
	.thumbs-galls {
		max-width : 100%;
		overflow-x : scroll;
		white-space : nowrap;
	}
}

@media (max-width: 768px) {
	#sppb-addon-wrapper-65da2a83-6980-4e05-a2f2-6fb289122833, #sppb-addon-wrapper-ea768e5a-6ac5-4e02-aaf0-3f17f7658a3e, #sppb-addon-wrapper-4fcb8fcf-ed67-4ca2-8e16-fd59ebc16ceb {
		display: block!important; 
	}
	body .sppb-btn.header-sticky-button {
		display : none!important; 
	}
	.mpage .sppb-sp-slider-text p {
		margin : 0px;
	}
	.light-img-col {
		max-width: 95%;
	}	
	.header-sticky-number .sppb-addon-title {
		font-size: 0px;
	}
	.round-img img { 
		width: 60%;
		margin-top : 75px;
	}	
	.header-sticky-number .sppb-addon-title span {
		font-size: 28px!important; 
	}
	.light-feature h5 {
		font-size : 18px;
	}	
	.header-sticky-number .sppb-addon-title i.fa-whatsapp {
		margin-right : 15px;
	}
	#sp-footer ul.menu li {
		display: block;
		text-align: center;
		margin-bottom: 15px;
	}
	h1.main-page-title {
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 24px;
	}	
	.faq-main-section .sppb-pills-tab .sppb-nav.sppb-nav-pills > li:not(:last-child) {
		margin: 0px 0px 10px;
	}	
}

@media (max-width: 578px) {
	.logo-image {
		height: 30px!important; 
	}	
	.cat-banner {
		border-radius : 0px;
	}
	.lun-form {
		border-radius: 0px;
		text-align: center;
		padding: 30px 15px;
	}	
	.before-element h2 {
		font-size : 26px;
	}	
	h1.main-page-title {
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 24px;
	}	
	.product-diags a, .product-oses a {
		padding: 8px 8px;
		margin: 0px 5px 5px 0px;
	}
	.product-desk-param {
		text-align : center;
	}
	.lights-top h3 {
		font-size : 28px;
	}
	
}

@media (max-width: 480px) {
	.header-sticky-number .sppb-addon-title i.fa-whatsapp, .header-sticky-number .sppb-addon-title i.fa-whatsapp {
		margin-right : 0px;
	}
	.light-feature {
		padding: 15px 10px;
	}
	.light-feature h5 {
		font-size: 16px;
	}	
	#sppb-addon-4fcb8fcf-ed67-4ca2-8e16-fd59ebc16ceb {
		padding-right: 15px!important; 
		padding-left: 20px!important; 
	}
	#sppb-addon-ea768e5a-6ac5-4e02-aaf0-3f17f7658a3e {
		padding-right: 0px!important; 
		padding-left: 15px!important; 
	}
	#sppb-addon-65da2a83-6980-4e05-a2f2-6fb289122833 {
		padding-right: 0px!important; 
		padding-left: 0px!important; 
	}
	.hero-slider .sp-slider-custom-dot-indecators ul li {
		padding: 10px 5px;
	}
}

@media (max-width: 373px) {
	#sppb-addon-4fcb8fcf-ed67-4ca2-8e16-fd59ebc16ceb {
		padding-right: 15px!important; 
		padding-left: 15px!important; 
	}
	#sppb-addon-ea768e5a-6ac5-4e02-aaf0-3f17f7658a3e {
		padding-right: 0px!important; 
		padding-left: 10px!important; 
	}
	#sppb-addon-65da2a83-6980-4e05-a2f2-6fb289122833 {
		padding-right: 0px!important; 
		padding-left: 0px!important; 
	}
	.logo-image {
		height: 25px !important;
	}	
	.header-sticky-number .sppb-addon-title span {
		font-size: 24px !important;
	}
	.header-sticky-number .sppb-addon-title i {
		font-weight: 600;
		font-size: 21px;
		transition: all 0.5s;
	}	
}




