/* Add custom CSS styles below */ 
.s-block-video-with-text p, 
[class*="video"] p, 
.black-video-wrapper p {
    font-size: 16px !important;
    white-space: nowrap !important;
    width: auto !important;
    display: inline-block !important;
}

.store-footer .container {
  gap: 0px !important;
}

.store-footer .mb-4,
.store-footer .mb-6 {
  margin-bottom: 6px !important;
}

.store-footer .gap-4 {
  gap: 6px !important;
}

.store-footer .s-menu-footer-item {
  margin-bottom: 6px !important;
  display: block;
}

.store-footer .s-contacts-item {
  margin-bottom: 6px !important;
}

.store-footer__inner {
  padding-top: 20px !important;
  padding-bottom: 0px !important;
}

.black-copyright .container {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#app > div.app-inner.flex.flex-col.min-h-full > footer > div.black-copyright > div > div > h4{
	opacity: 1 !important;
	    font-size: 18px !important ;
}

.s-trust-badges-wrapper{
	display: none !important;
}

section.py-20.black-categories.block.block {
padding-bottom: 0.5rem !important;
}

.black-store-footer .black-store-footer__inner h3 {
 margin-bottom: 8px !important;
     margin-top: 12px !important;
}

.black-store-footer .black-store-footer__inner salla-contacts .s-contacts-list{
  gap: 4px !important;
}

body .black-store-footer .s-contacts-list .s-contacts-item {
  margin-bottom: 4px !important;
  padding: 2px 0 !important;
}

body .black-store-footer .s-contacts-list .s-contacts-icon {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

body .black-store-footer .s-contacts-list svg {
  width: 18px !important;
  height: 18px !important;
}

body .black-store-footer .s-contacts-list .unicode {
  font-size: 13px !important;
}

body .black-store-footer .s-contacts-icon {
height: 1.3rem !important;
}

@media(max-width: 768px){
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner.black-store-footer__inner > div > div.flex.flex-col.justify-center.items-center > div.opacity-55.leading-relaxed.mb-4 > h2{
	font-size: 0.78rem !important;
}

#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner.black-store-footer__inner > div > div:nth-child(2),#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner.black-store-footer__inner > div > div:nth-child(3){
	justify-content: flex-start !important ;
	align-items: flex-start !important ;
	text-align: left !important;
}
.black-store-footer .black-store-footer__inner salla-contacts .s-contacts-item{
		justify-content: flex-start !important ;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner.black-store-footer__inner > div > div:nth-child(2) h3{
	    margin-bottom: 8px !important;
    margin-top: 0px !important;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner.black-store-footer__inner > div > div.flex.flex-col.justify-center.items-center > div:nth-child(4) > salla-social{
	margin-bottom: 0px !important;
}

}