.breadcrumb {
  padding: 1.1rem 1rem;
  background-color: #f2f2f2;
  border-radius: 0.25rem;
}
.breadcrumb li a, .breadcrumb li span {
  font-size: 0.8rem !important;
}
.sppb-addon-accordion .sppb-panel-modern {
  background: transparent;
  border: none;
}
.sppb-addon-accordion .sppb-panel-modern > .sppb-panel-heading {
  padding: 0;
  background: transparent;
  color: #000;
}
.sppb-addon-accordion .sppb-panel-modern .sppb-panel-body {
  border: none;
}
.sppb-addon-accordion .sppb-panel-modern .sppb-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bolder;
  color: inherit;
  z-index: 1;
  background: #f8f8f8;
  position: relative;
  padding: 1px 10px 1px 0px;
}
.sppb-addon-accordion .sppb-panel-modern > .sppb-panel-heading::before {
  content: "";
  position: absolute;
  width: 96%;
  height: 2px;
  background: #888;
  top: 14px;
  z-index: 0;
}
.sppb-addon-accordion .sppb-panel-modern .sppb-panel-heading .sppb-toggle-direction {
  right: 0px;
  background: #f8f8f8;
  color: #888;
}
.senioriz-img-product .slider-image {  object-fit: cover !important;  width: 100% !important;  height: 100% !important;}.article-list .article .article-intro-image::after {
  content: "";
  background: #3333330d;
  position: absolute;
  width: 0;
  height: 100%;
  bottom: 0;
  z-index: 0;
  right: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.article-list .article:hover .article-intro-image::after {
  content: "";
  background: #3333330d;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
left: 0;
right: auto;
}
.article-list .article {
    padding: 25px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 6px 6px 35px 0 rgb(0 0 0 / 5%);
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
	border: none;
}
.article-list .article:hover {
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  box-shadow: 6px 6px 35px 0 rgb(0 0 0 / 15%);
background: #f3bd4857;
}

.article-list .article:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.article-list .article::after {
  content: "";
  height: 4px;
  width: 0;
  background-color: #ffcc02;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}





.related-article-list-container {
margin-top: 5rem;
margin-bottom: 8rem;
}
.article-body.box-style-releateds .article-header h2 {
  font-size: 15px !important;
  text-align: center;
}
.article-body.box-style-releateds{
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
}
.article-body.box-style-releateds:hover {

  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 20%);
}
.article-list .article {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
overflow: hidden;
position: relative;
}
.article-list .article:hover {

  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 20%);
}
.com-content.view-article.layout-blog.senioriz-product-page .senioriz-product-page .article-header {
  display: none;
}


.swiper-button-next, .swiper-button-prev {
  margin: -20px 5px 0px;
  display: inline-block;
  width: 45px;
  background: #d00606;
  float: none;
  border: 1px solid #d00606;
  padding: 5px;
  color: #fff;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	background: #d00606;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px;
    line-height: 35px;
	color: #fff;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
	color: #fff;
}




.swiper-page-senioriz-nation {
    display: table;
    width: 200px;
    margin: 0 auto;
    text-align: center;
}
.sp-megamenu-parent{
 margin: 0;	
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sppb-addon-articles-carousel .swiper.mySwiper {
  padding: 10px 5px;
}
.sppb-articles-carousel-content {
  box-shadow: none;
  padding: 4px;
  margin-bottom: 0;
  background: transparent;
  text-align: center;
}
.senioriz-p-box .swiper-slide {
  background: #fff;
  border-radius: 10px;
  padding: 0px;
  text-align: center;
  box-shadow: 0px 0px 7px #0000004a;
}
.senioriz-p-box .swiper-slide img {
    margin: 0 auto;
    box-shadow: none;
    transition: none;
    border-radius: 0;
    padding: 0px;
}
.senioriz-p-box .sppb-articles-carousel-img {
  background: transparent;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
/*
.senioriz-img-product {
    min-height: 500px;
    background: #fff;
    box-shadow: 0px 0px 14px 0px rgb(206 206 206 / 50%);
    border-radius: 15px;
	display: flex;
    align-items: center;
    justify-content: center;
}*/
.senioriz-img-product .gallery .gallery-slider {
  background: #fff;
  border-radius: 10px;
}
.senioriz-img-product .gallery .gallery-thumbs .swiper-slide {
  background: #fff;
  border-radius: 7px;
}

.senioriz-img-product .swiper-pagination {
  display: none;
}
.view-article .senioriz-img-product .swiper-pagination {
  display: block;
  bottom: -5px;
}

.senioriz-product-page .sp-page-title {
    background: transparent;
    color: #888;
}
.senioriz-product-page .sp-page-title .breadcrumb {
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: right;
    float: right;
}
.senioriz-product-page .sp-page-title .sp-page-title-heading {
    display: none;
}
.senioriz-product-page .sp-page-title .breadcrumb>span, .sp-page-title .breadcrumb>li, .sp-page-title .breadcrumb>li+li:before, .sp-page-title .breadcrumb>li>a {
    color: #808291;
    font-size: 0.75rem;
}
.senioriz-product-page .sp-page-title .breadcrumb>.active {
    color: #808291;
}
.senioriz-product-page ol.breadcrumb .divider {
    display: none;
}
.view-article #sp-main-body .container {
    max-width: 1050px;
}
.view-article.senioriz-product-page #sp-main-body {
    padding: 0;
}
.senioriz-product-page .article-details.senioriz-product-page .sppb-article-page-wrapper::after {
  position: absolute;
  content: "";
  width: 2900px;
  height: 60px;
  background: #e1251b;
  bottom: -70px;
  left: -100%;
  z-index: -1;
  right: 0;
}
.view-category.senioriz-product-page .article-header h2 {
  text-align: center;
  font-size: 15px !important;
  line-height: 22px;
  margin-bottom: 0 !important;
}
#sp-logo.has-border {
    position: relative;
    padding: 0 10px;
}
#sp-logo {
  background: #fff;
  margin-top: 7px;
  border-radius: 13px;
  padding: 0px 0px 15px !important;
}
.sp-slider .sp-dots ul li .dot-indicator{
	height:8px !important;
}
.sppb-btn-lg {
    padding: 8px 35px !important;
    font-size: 17px !important;
    line-height: 1.5;
    border-radius: 7px !important;
}
.sppb-btn-default {
    color: #fff !important;
    background-color: #e1251b;
    border-color: #e1251b;
}
.sppb-btn-default:hover {
    background: transparent !important;
    color: #e1251b !important;
    border-color: #e1251b !important;
}
.sppb-btn-primary {
    color: #fff;
    background-color: #e1251b !important;
    border-color: #e1251b !important;
}
.sppb-btn-primary.sppb-btn-outline {
    color: #e1251b !important;
    background-color: transparent !important;
}
.sppb-btn-primary.sppb-btn-outline:hover {
    color: #e1251b !important;
    background-color: transparent !important;
    border-color: #e1251b !important;
}
.senioriz-btn {
	transition: all .3s;
}
.senioriz-btn:hover {
	transform: translate3d(0,-2px,0);
    box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
}
.sppb-btn-sm {
    padding: 4px 14px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 7px;
    letter-spacing: 1.4px;
    font-weight: 300;
}
section#sp-newslleter-sections {
    background: #e1251b;
}
.acym_module_form {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: end;
}
.acym_form {
    display: flex;
}
.acysubbuttons {
    margin: 0;
}
.acysubbuttons .subbutton {
    background: #fff !important;
    color: #e1251b;
    width: 200px;
    height: 45px;
    font-size: 1.1rem;
    font-weight: 600;
    border: 2px solid #fff;
	transition: all .3s;
}
.acysubbuttons .subbutton:hover {
    background: transparent !important;
    
	color:#fff;
}
.acym_form input {
    width: 300px !important;
    height: 45px;
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}
.acym_form input::placeholder{
	color:#F2E3FF;
}
.cat-poster-l .image-layout-preset-style-poster .sppb-addon-image-layout-content {
  position: absolute;
  margin: 0 auto !important;
  bottom: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
}
/*.cat-poster-l .image-layout-preset-style-poster .sppb-addon-image-layout-content {
    transform: scale(1);
	transition: all .7s ease-in-out;
	margin: 0 10px;
}*/
/*.cat-poster-l .image-layout-preset-style-poster:hover .sppb-addon-image-layout-content {
    transform: scale(1.12);
	transition: all .7s ease-in-out;
	margin: 0 50px;
}*/
/*.cat-poster-l .senioriz-overlay-box-img {
    background-color: transparent;
    background-image: linear-gradient(180deg, #842d2d00 70%, #000000ba 100%);
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    position: absolute;
	border-radius: 7px;
}*/
.cat-poster-l .sppb-addon-image-layout-image img {
    z-index: -1;
	position: relative;
}
.cat-poster-l .image-layout-preset-style-poster {
    align-items: end;
    text-align: center;
    justify-content: end;
	position: relative;
}



.social-poster-l .image-layout-preset-style-poster .sppb-addon-image-layout-content {
    transform: scale(1);
	transition: all .7s ease-in-out;
	margin: 0 auto;
}
.social-poster-l .image-layout-preset-style-poster:hover .sppb-addon-image-layout-content {
    transform: scale(1.05);
	transition: all .7s ease-in-out;
	
}
.social-poster-l .senioriz-overlay-box-img {
    background-color: transparent;
    background-image: linear-gradient(180deg, #842d2d00 41%, #e1251b 93%);
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    position: absolute;
	border-radius: 7px;
}
.social-poster-l .sppb-addon-image-layout-image img {
    z-index: -1;
	position: relative;
}
.social-poster-l .image-layout-preset-style-poster {
    align-items: center;
    text-align: center;
    justify-content: center;

	
}
.offcanvas-menu .offcanvas-inner ul.menu, .offcanvas-menu .offcanvas-inner ul.menu ul {
    margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-bottom: 0px;
}
section#sp-bottom {
    background: #F4F4F4;
}

.contact-feature .sppb-media {
    display: flex;
    align-items: center;
}


.reset-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.reset-ul > li:not(:last-child) {
    margin-inline-end: 40px;
}
ul.reset-ul>li, ul.reset-ul>li>a {
    width: 100%;
    align-items: center;
    display: flex;
	position: relative;
    flex-wrap: wrap;
}
.inline-ul>li, .inline-ul>li>a {
    display: inline-flex!important;
}
.inline-ul>li {
    width: auto!important;
}

@media only screen and (min-width: 600px){
ul.reset-ul li:not(:last-child):after {
    content: 'I';
    position: absolute;
    right: -25px;
    font-size: 20px;
    color: #e1251b;
    font-weight: bold;
}
ul.reset-ul.black-dot li:not(:last-child):after {
    content: 'I';
    position: absolute;
    right: -25px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
}
@media only screen and (max-width: 575px){
ul.reset-ul li:not(:last-child):after {
    content: 'I';
    position: absolute;
    right: -10px;
    font-size: 20px;
    color: #e1251b;
    font-weight: bold;
}
ul.reset-ul.black-dot li:not(:last-child):after {
    content: 'I';
    position: absolute;
    right: -10px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.reset-ul > li:not(:last-child) {
    margin-inline-end: 15px;
}
}

@media (max-width:575px){
.home-p #sp-logo {
    background: #fff;
    margin-top: 0;
    border-radius: 0;
    padding: 0px !important;
}
.logo-image-phone {
    height: 50px !important;
}
.acym_module_form {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.acym_form {
    display: table;
    text-align: center;
    margin: 0 auto;
}
.acym_module_form input{
	max-width: 100% !important;
}
.acysubbuttons .subbutton {
    width: 80% !important;
}
#sp-bottom1 .sppb-text-right {
    text-align: center;
}
#sp-bottom1 .sppb-text-left {
    text-align: center;
}
#sp-footer1 ul {
    text-align: center;
}
#sp-footer1 .sppb-addon-content {
    text-align: center;
}	
#sp-footer1 .sppb-addon-single-image {
    border-radius: 0 !important;
    background: transparent !important;
}
#sp-bottom {
    padding: 30px 0px 0px !important;
}
.mod-languages a {
    font-size: 11px;
}
}
