body {
  font-family: "Poppins";
}

/*HOME*/
.alma-banner {
  display: inline-block;
  margin-top: 90px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

.alma-banner img {
  width: 100%;
}

h1.title-category, h1.tt-producttitle, .tt-title, .tthometab-title {
  text-transform: initial !important;
}

#index #ttcmsseo .h2 {
  font-size: 14px;
  color: #777;
  font-weight: 400;
  text-transform: initial;
  display: block;
}

#index #ttcmsseo h1,
#index #ttcmsseo .h1 {
  font-size: 16px;
  color: #777;
  margin-bottom: 20px;
  display: inline;
  text-transform: initial;
}

#index #ttcmsseo p {
  display: inline;
}

#index #ttcmsseo .title {
  margin-bottom: 20px;
}

/*END HOME*/
/*SHOPPING CART*/
#_desktop_cart .productname {
  margin-bottom: 0.5rem;
  display: block;
}

/*END SHOPPING CART*/
/*CATEGORY PAGE*/
#category #left-column {
  display: none;
}
#category #left-column .new-products .ttproduct-image {
  border: none !important;
}
#category #left-column .new-products .ttproduct-image img {
  height: auto !important;
}
#category #content-wrapper {
  width: 100% !important;
}
#category #category-description .h2 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.25rem;
  text-transform: initial;
  display: block;
  color: #777777;
}

/*END CATEGORY PAGE*/
/*HEADER*/
.ui-menu .ui-menu-item img {
  border: none !important;
  height: auto !important;
}

#header #_desktop_logo {
  margin-bottom: 0;
}

#header .search-widget {
  margin-bottom: 0;
}

#header #_desktop_user_info {
  margin-bottom: 0;
}

#header .blockcart {
  padding-bottom: 0;
}

#header #custom-text {
  background-color: unset;
  border: none;
  display: inline-block;
  padding: 0;
  margin: 42px 0 0 0;
  width: auto;
  float: right;
  line-height: 15px;
  padding-right: 50px;
}

#header #custom-text p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
}

#header #custom-text p.header-contact-schedule {
  font-size: 12px;
}

/*END HEADER*/
/*BODY*/
body main > #page #wrapper {
  margin-top: 0;
}

/*END BODY*/
/*PRODUCT LIST*/
#products .product-title, .products .product-title, .product-accessories .product-title {
  overflow: visible;
  text-overflow: initial;
}

#products .product-title a, .products .product-title a, .product-accessories .product-title a {
  white-space: initial;
}

#products .products article {
  width: 100%;
}

body#category #wrapper .container {
  max-width: 100%;
}
body#category #wrapper .container #content-wrapper {
  width: 100% !important;
}

#search_filters_wrapper {
  display: flex;
}
#search_filters_wrapper .filtres {
  display: flex;
}
#search_filters_wrapper #js-product-list-top {
  display: flex;
  width: auto;
  padding: 0;
  border: none;
}
#search_filters_wrapper #js-product-list-top .grid-list {
  display: none;
}

#products .products {
  max-width: 100vw;
  --auto-grid-min-size: 24vw;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
  grid-gap: 0.5vw;
}
#products .products .product-miniature {
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
#products .products .product-miniature .product-description .product-title a {
  color: #023b50;
}
#products .products .product-miniature .product-description .m2plist {
  color: #023b50;
}
#products .products .product-miniature .product-description .ttproducthover .wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
}
#products .products .product-miniature .product-description .ttproducthover .wishlist a {
  background: rgba(255, 255, 255, 0.75);
}
#products .products .product-miniature .product-description .ttproducthover .wishlist a i {
  color: #023b50;
}
#products .products .product-miniature .product-description .ttproducthover .wishlist:hover a, #products .products .product-miniature .product-description .ttproducthover .wishlist:focus a {
  background: rgba(255, 255, 255, 0.75);
}
#products .products .product-miniature .product-description .ttproducthover .wishlist:hover a i, #products .products .product-miniature .product-description .ttproducthover .wishlist:focus a i {
  color: rgba(2, 59, 80, 0.768627451);
}
#products .products .product-miniature .product-description .ttproducthover .tt-button-container {
  position: absolute;
  border: 1px solid #000;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.85);
  top: 60%;
  left: calc(50% - 100px);
  width: 0px;
  visibility: hidden;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  overflow: hidden;
}
#products .products .product-miniature .product-description .ttproducthover .tt-button-container .product-add-to-cart button {
  background: transparent;
}
#products .products .product-miniature .product-description .ttproducthover .tt-button-container .product-add-to-cart i {
  display: none;
}
#products .products .product-miniature .product-description .ttproducthover .tt-button-container .product-add-to-cart span {
  color: #000000;
  text-transform: uppercase;
}
#products .products .product-miniature:hover .product-description .ttproducthover .tt-button-container, #products .products .product-miniature:focus .product-description .ttproducthover .tt-button-container {
  width: 200px;
  visibility: visible;
}

/*END PRODUCT LIST*/
/*PRODUCT PAGE*/
#product .blockreassurance_product {
  display: none;
}
#product .product-manu {
  display: inline-block;
  margin: 10px 0;
  text-align: left;
  width: 100%;
}
#product .product-quantity .qty {
  display: flex;
  width: auto;
}
#product .product-quantity .qty .input-group {
  margin-left: 5px;
}

#product .product-actions .product-add-to-cart .wishlist a::after {
  display: none;
}

#product .product-actions .product-add-to-cart .wishlist a {
  padding-left: 0;
}

#product .product-add-to-cart .control-label {
  display: inline-block;
  width: auto;
}

#product .product-add-to-cart .product-quantity {
  display: inline-block;
  width: auto;
}

#product .product-add-to-cart .wishlist {
  display: block;
  width: 100%;
}

#product .product-add-to-cart .add-to-cart-container {
  display: flex;
  align-items: center;
  align-items: flex-start;
  gap: 10px;
}
#product .product-add-to-cart .add-to-cart-container .control-label {
  margin-top: 12px;
}
#product .product-add-to-cart .add-to-cart-container .add {
  display: flex;
  flex-direction: column;
}
#product .product-add-to-cart .add-to-cart-container .add .add-echantillon {
  border-color: #82358c;
  background: transparent;
  color: #82358c;
}

/*calculator*/
.calculecontent {
  margin: 10px 0 20px 35px;
  background-color: #f5f5f5;
  padding: 20px;
  position: relative;
  max-width: 80%;
  width: 100%;
}

.calculecontent .calculator-icon {
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 0;
  max-width: 61px;
  width: 100%;
}

.calculecontent .calculem2 p, .calculecontent .calculem2 span {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}

.calculecontent .calculem2 p {
  margin-bottom: 10px;
}

.calculecontent .calculem2 .btn-primary {
  background-color: #82358c;
  padding: 2px 20px;
  font-size: 12px;
  line-height: normal;
  vertical-align: middle;
}

.calculecontent .calculem2 .calculator-btn {
  display: inline-block;
}

.calculecontent .calculem2 {
  text-align: center;
}

.calculator-container #totalesnumero {
  border: 1px solid #cdcdcd;
  max-width: 35%;
  width: 100%;
  text-align: center;
}

.calculator-container {
  padding-left: 10px;
}

/*end calculator*/
.crossselling-product {
  display: block;
}
.crossselling-product h2.tt-title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.crossselling-product .owl-carousel.owl-drag .owl-item:first-child {
  display: none;
}
.crossselling-product .owl-nav {
  width: 100%;
  display: flex !important;
  justify-content: center;
}
@media (max-width: 991px) {
  .crossselling-product {
    display: none;
  }
}

.accesoriescontent .product-accessories2 {
  display: none;
}

#product li.product-flag.new, li.product-flag.on-sale {
  display: table;
  font: 400 12px/18px "Poppins", Helvetica, sans-serif;
  left: 15px;
  position: absolute;
  top: 15px !important;
  padding: 5px 7px;
  color: #fff;
  border-radius: 5px;
  background: #023b50;
}

/*END PRODUCT PAGE*/
/*QUICKVIEW MODAL*/
.quickview .modal-dialog .calculecontent {
  margin-top: 80px !important;
}

/*QUICKVIEW MODAL*/
/***********************************************RESPONSIVE********************************************/
@media (min-width: 544px) and (max-width: 1199px) {
  #js-product-list .product-miniature.js-product-miniature.product-grid {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .calculecontent {
    max-width: unset;
    width: unset;
  }
}
@media (max-width: 991px) {
  body main > #page #wrapper {
    margin-top: 0;
  }
  #header #custom-text {
    display: none;
  }
  .calculecontent .calculem2 .calculator-btn {
    margin-top: 15px;
  }
  #product .product-add-to-cart .add-to-cart-container {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .calculecontent .calculem2 .calculator-btn {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .calculecontent .calculem2 .calculator-btn {
    margin-top: 15px;
  }
}
/***********************************************END RESPONSIVE****************************************/
div#ttcmsseo {
  margin-bottom: 50px;
  margin-top: 15px;
}

.reasegurosfooter {
  padding-top: 60px;
  margin-left: calc(-50vw + 50%);
  width: 100vw;
  background: white;
  padding-bottom: 50px;
  text-align: center;
}
.reasegurosfooter .container, .reasegurosfooter .elementor-row {
  display: flex;
  justify-content: space-evenly;
}
.reasegurosfooter .container::after, .reasegurosfooter .elementor-row::after {
  display: none;
}
.reasegurosfooter img {
  height: 130px;
  width: 130px;
}
.reasegurosfooter .extratextreaseguros {
  padding-top: 20px;
}
@media (max-width: 640px) {
  .reasegurosfooter .container, .reasegurosfooter > .elementor-container > .elementor-row .elementor-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    justify-items: center;
  }
}

.product-accessories .owl-nav {
  display: none !important;
}

.ttproductpagetab {
  margin: 0px;
}

#product ul.nav.nav-tabs {
  display: none;
}

#product .tabs .tab-pane {
  padding-top: 0px;
  text-align: left;
}

#product .ttproductpagetab {
  padding: 0px;
}

#tt-jqzoom.owl-carousel .owl-item img {
  width: auto;
  display: inline;
}

.accesoriescontent .col-md-5 {
  padding-left: 0px;
}

.accesoriescontent .col-md-5 section {
  background: whitesmoke;
  border-radius: 10px;
}

.product-accessories .tt-title {
  text-align: left;
}

#product .blockreassurance_product p.block-title, .blockreassurance_product .block-title {
  font-weight: bold;
}

#product .wishlist a {
  color: #81338b;
}

section.product-accessories2 article {
  width: 100%;
  margin: 0 auto;
  max-width: 329px;
  float: none;
}

section.product-accessories2 .tt-title, section.product-accessories .tt-title {
  margin-bottom: 0px;
  padding-bottom: 21px;
  margin-top: 0px;
  padding-top: 26px;
}

section.product-accessories.clearfix {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .product-information {
    width: 100%;
    padding: 0px 20px;
  }
  .tt-producttitle, .product-prices {
    padding: 20px !important;
    margin-bottom: 0px;
  }
}
#newsletter_block_popup .newsletter_block_popup-bottom {
  display: inline-block;
  float: none;
  text-align: center;
  vertical-align: top;
  width: auto;
  padding-left: 36px;
}

#newsletter_block_popup .newsletter_block_popup-bottom > .subscribe-bottom {
  position: absolute;
  left: 18px;
}

#newsletter_block_popup .newsletter_block_popup-bottom label {
  text-align: left;
}

.accesoriescontent.row {
  margin-top: 21px;
}

.payment_content_html .pp-info {
  display: none;
}

img {
  height: auto;
}

div#ttcmsseo {
  clear: both;
}

#ttcmsparallax .ttparallax .ttparallax-content .ttparallax-title {
  font-family: inherit !important;
  background: rgba(255, 255, 255, 0.4705882353);
  line-height: 85px;
}

#product .product-cover .layer.hidden-sm-down {
  width: 90px;
  height: 90px;
  line-height: 90px;
}

#product-modal .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 96vh;
}

#product-modal aside#thumbnails {
  display: none !important;
}

#product-modal .modal-body {
  padding: 0px;
  margin: 0px;
  float: none;
}

#product-modal .modal-content {
  height: 88%;
}

#product-modal .modal-content .modal-body figure {
  width: 100%;
  overflow: scroll;
}

#product-modal .modal-content .modal-body {
  height: 100%;
}

#product-modal .modal-content .modal-body img.product-cover-modal {
  height: 130%;
  width: auto !important;
  max-width: initial !important;
}

div#_mobile_customtext p {
  color: white;
  line-height: 5px;
  margin-top: -4px;
}

#ttcmsaboutus {
  float: left;
  width: 100%;
  margin: 0 0 90px;
}

.ttcmsofferinner {
  display: flex;
  align-items: center;
}

/*CHECKOUT PAGE*/
body#checkout footer .custom-checkbox span + span {
  display: inline-block;
  width: calc(100% - 50px);
  background: initial;
  border: none;
}

#checkout #payment_method_container {
  display: flex;
  flex-direction: column;
}

#checkout #payment_method_container .module_payment_container:first-child {
  order: 1;
}

#checkout #payment_method_container .module_payment_container:nth-child(2) {
  order: 2;
}

#checkout #payment_method_container .module_payment_container:nth-child(3) {
  order: 3;
}

#checkout #payment_method_container .module_payment_container:nth-child(4) {
  order: 5;
}

#checkout #payment_method_container .module_payment_container:nth-child(5) {
  order: 4;
}

#checkout #payment_method_container .module_payment_container:nth-child(6) {
  order: 6;
}

/*END CHECKOUT PAGE*/
div#logosfooter img {
  max-width: 172px;
  height: auto;
}

:lang(en) div#logosfooter img {
  max-width: 270px;
}

ul#contact-footer .data a, ul#contact-footer .data2 {
  display: flex;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}

ul#contact-footer .data a .icon, ul#contact-footer .data2 .icon {
  margin-right: 10px;
}

#ttcmsaboutus .ttabout-main .ttabout-right .ttabout-btn a:hover {
  background: #f37f41;
}

#ttcmsaboutus .ttabout-main .ttabout-right .ttabout-btn a {
  background: #000;
}

#subcategories ul li {
  float: left;
  width: 33.3%;
  margin: 5px 15px 5px 0;
  text-align: center;
  margin: 0px;
  padding: 0px 15px;
}

.module_payment_container > .pts-vcenter > .col-1 {
  width: 20px;
}

@media (max-width: 991px) {
  #_mobile_logo {
    margin: 19px 0;
  }
  div#_mobile_customtext p {
    font-size: 12px;
    line-height: initial;
  }
  a.blog {
    margin-top: 10px;
  }
}
.ttabout-main .tt-title {
  display: none;
}

.ttabout-desc {
  margin-top: 60px;
  line-height: 25px;
}

.ttabout-desc.hidden {
  display: none;
}

#ttcmsoffer,
#ttcmsaboutus {
  margin: 0;
}

#ttcmsgallery,
#ttcmsaboutus {
  margin: 0 0 90px 0;
}

.ttcmsgalleryblock {
  padding-top: 0;
}

#ttcmsoffer .tt-title {
  width: 100%;
  text-align: center;
}

.ttcmsoffer-btn {
  text-align: center;
  display: block;
  overflow: hidden;
  margin-top: 50px;
}

.ttcmsoffer-btn a {
  padding: 0px 20px;
  height: 40px;
  background: #222;
  color: #fff;
  font: 400 14px/24px "Poppins", Helvetica, sans-serif;
  text-transform: capitalize;
  line-height: 40px;
  display: inline-block;
}

.ttcmsoffer-btn a:hover {
  background: #82358c;
  color: #fff;
}

button#btn_login, div#onepagecheckoutps div#onepagecheckoutps_header #div_onepagecheckoutps_login #btn-logout {
  background: #723889;
  border: none;
}

body#cms h1.tt-innerpagetitle {
  display: none;
}

.newdesignalma img {
  max-width: 249px;
  height: auto;
  margin-bottom: 7px;
}

li.menu-item.item-header > a {
  display: block;
}

#product div#alma-installments-1157 {
  display: none;
}

#product .alma-pp-container.ps17 {
  display: none;
}

div#hook_shopping_cart_footer {
  font-size: 0px;
}

div#hook_shopping_cart_footer > * {
  font-size: 14px;
}

/*BLOG*/
.wp-embed-responsive .site-content {
  padding-top: 100px;
}

.wp-embed-responsive #header {
  padding: 0;
}

.wp-embed-responsive:not(.custom-background-image):after,
.wp-embed-responsive:not(.custom-background-image):before {
  display: none;
}

.wp-embed-responsive #page {
  margin: 0;
}

.wp-embed-responsive .site-inner {
  max-width: 100%;
}

.wp-embed-responsive #footer .ttinput_newsletter .btn-primary {
  border-radius: 25px;
}

/*END BLOG*/
/*MEDIA QUERIES*/
@media (max-width: 991px) {
  .wp-embed-responsive .site-content {
    padding-top: 50px;
  }
}
/*END MEDIA QUERIES*/
.homebg {
  display: none;
}

#banniere-home .elementor-carousel-wrapper figure figcaption {
  position: absolute;
  bottom: 100px;
  left: 10%;
  color: #fff;
  padding: 20px;
  background: #723889;
  font-size: 1.1rem;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #banniere-home {
    height: 40vw;
    min-height: 300px;
    overflow: hidden;
  }
  #banniere-home .swiper-container .swiper-slide figure img {
    width: 100%;
    height: 40vw;
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 640px) {
  #banniere-home .elementor-carousel-wrapper figure figcaption {
    left: 0;
    padding: 15px;
    font-size: 15px;
  }
}

.tthometab-title {
  padding-top: 40px;
  padding-bottom: 20px;
}
.tthometab-title.m-0 h2 {
  margin: 0 !important;
}
.tthometab-title.p-0 h2 {
  padding: 0 !important;
}

.elementor-element h2 {
  float: left;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 20px;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 84px 0 0px;
}

.elementor-widget-container .elementor-carousel-wrapper .swiper-wrapper {
  padding-bottom: 35px;
}
.elementor-widget-container .elementor-carousel-wrapper .swiper-wrapper .swiper-slide .thumbnail {
  overflow: hidden;
}
.elementor-widget-container .elementor-carousel-wrapper .swiper-wrapper .swiper-slide .product-flags {
  display: none;
}
.elementor-widget-container .elementor-carousel-wrapper .swiper-wrapper .swiper-slide .product-flags .new {
  display: block;
  left: 15px;
  position: absolute;
  top: 15px !important;
  padding: 5px 7px;
  color: #fff;
  border-radius: 5px;
  background: #023b50;
}
.elementor-widget-container .elementor-carousel-wrapper .swiper-wrapper .swiper-slide .product-description {
  margin-top: 20px;
}
.elementor-widget-container .elementor-carousel-wrapper .swiper-wrapper .swiper-slide .product-description .product-title {
  color: #666;
  float: left;
  font-size: 12px;
  margin: 10px 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
}
.elementor-widget-container .elementor-carousel-wrapper .swiper-wrapper .swiper-slide .product-description .ttproducthover {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-widget-container .elementor-carousel-wrapper .swiper-wrapper .swiper-slide .product-description .ttproducthover .addToWishlist {
  float: left;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  height: 42px;
  width: 0;
}
.elementor-widget-container .elementor-carousel-wrapper .swiper-wrapper .swiper-slide .product-description .ttproducthover .addToWishlist i {
  margin-right: 0;
}
.elementor-widget-container .elementor-carousel-wrapper .swiper-wrapper .swiper-slide .product-description .ttproducthover .addToWishlist span {
  display: none;
}
.elementor-widget-container .elementor-carousel-wrapper .swiper-wrapper .swiper-slide .product-description .ttproducthover:hover .addToWishlist, .elementor-widget-container .elementor-carousel-wrapper .swiper-wrapper .swiper-slide .product-description .ttproducthover:focus .addToWishlist {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  width: 42px;
  margin-right: 15px;
}
.elementor-widget-container .elementor-carousel-wrapper .swiper-wrapper .swiper-slide .product-description .m2plist {
  color: #666;
  float: left;
  font: 400 14px/20px "Poppins", Helvetica, sans-serif;
  margin: 5px 0 0;
  width: 100%;
  text-align: center;
}

#module-everpsblog-blog .card, #module-everpsblog-blog .article, #module-everpsblog-blog .pagination, #module-everpsblog-blog #right-column > div, #module-everpsblog-post .card, #module-everpsblog-post .article, #module-everpsblog-post .pagination, #module-everpsblog-post #right-column > div {
  border: none;
  box-shadow: none;
}

#module-ttproductwishlist-mywishlist #products .products {
  display: block;
}
#module-ttproductwishlist-mywishlist #products .products .row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
  grid-gap: 1rem;
}

#header > .header-banner {
  background: #fff;
}

#header > .header-banner.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  background: #fff;
}
#header > .header-banner.fixed #header-reassurance div.highway-slider {
  height: 40px;
}

#header-reassurance {
  display: block;
}
#header-reassurance section {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 0px 0 0px;
}
#header-reassurance section div.container {
  transition: all 0.3s ease;
  max-width: 100%;
}
#header-reassurance section div.container h1 {
  margin: 15px 0 0 0;
}
#header-reassurance section.slide-option {
  margin: 0 0 0 0;
}
#header-reassurance div.highway-slider {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 60px;
}
#header-reassurance div.highway-slider div.highway-barrier {
  overflow: hidden;
  position: relative;
}
#header-reassurance div.highway-slider ul {
  display: flex;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
}
#header-reassurance div.highway-slider ul li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#header-reassurance div.highway-slider ul li span {
  max-width: 90%;
  color: #82358c;
}
#header-reassurance div.highway-slider ul li span a {
  color: #82358c;
}
@keyframes translatestf {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-1200%);
  }
}
#header-reassurance div.highway-barrier ul {
  width: 500%;
}
#header-reassurance div.highway-barrier ul li {
  animation: translatestf 5s linear infinite;
}
@keyframes translateinfinite {
  100% {
    transform: translateX(-4800px);
  }
}
#header-reassurance #infinite div.highway-barrier::before, #header-reassurance #infinite div.highway-barrier::after {
  content: " ";
  position: absolute;
  z-index: 9;
  width: 15px;
  height: 100%;
}
#header-reassurance #infinite div.highway-barrier::before {
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
#header-reassurance #infinite div.highway-barrier::after {
  top: 0;
  right: 0;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
#header-reassurance #infinite div.highway-barrier ul {
  width: 4800px;
}
#header-reassurance #infinite div.highway-barrier ul li {
  width: 400px;
  animation: translateinfinite 120s linear infinite;
}

#header .full-header.fixed {
  margin-top: 60px;
}

body#module-everpsblog-post #header .full-header.fixed, body#module-everpsblog-blog #header .full-header.fixed, body#module-everpsblog-category #header .full-header.fixed {
  margin-top: 0;
}
body#module-everpsblog-post .btn-primary, body#module-everpsblog-blog .btn-primary, body#module-everpsblog-category .btn-primary {
  display: table;
  margin-top: 25px;
}
body#module-everpsblog-post #right-column .carousel-indicators, body#module-everpsblog-blog #right-column .carousel-indicators, body#module-everpsblog-category #right-column .carousel-indicators {
  display: none;
}
body#module-everpsblog-post .evercategory > a, body#module-everpsblog-blog .evercategory > a, body#module-everpsblog-category .evercategory > a {
  display: none;
}

@media (max-width: 991px) {
  /*#header-reassurance {
      display: block;

      section {
          display:flex;
          flex-flow:column;
          align-items:center;
          div.container {
              transition:all .3s ease;
              max-width: 100%;
              h1 { margin:15px 0 0 0; }
          }
          padding:0 0px 0 0px;
      }
      section.slide-option {
          margin:0 0 0 0;
      }

      div.highway-slider {
          display:flex;
          justify-content:center;
          width:100%;
          height:100px;
          div.highway-barrier {
              overflow:hidden;
              position:relative;
          }
          ul {
              display:flex;
              height:100%;
              margin-bottom: 0;
              padding-left: 0;
              li {
                  flex:1;
                  display:flex;
                  justify-content:center;
                  align-items:center;
                  text-align: center;

                  span {
                      max-width: 90%;
                  }
              }
          }
      }

      @keyframes translatestf {
          0% { transform:translateX(100%);  }
          100% { transform:translateX(-500%);  }
      }
      div.highway-barrier {
          ul {
              width:500%;
              li {
                  animation:translatestf 12s linear infinite;
              }
          }
      }

      @keyframes translateinfinite {
          100% { transform:translateX(calc(-340px * 4));  }
      }
      #infinite div.highway-barrier {
          &::before,
          &::after {
              content: " ";
              position:absolute;
              z-index:9;
              width:15px;
              height:100%;	
          }
          &::before {
              top:0;left:0;
              background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
          }
          &::after {
              top:0;right:0;
              background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
          }
          ul {
              width:calc(340px * 4);

              li {
                  width:340px;
                  animation:translateinfinite 25s linear infinite;
              }
          }
      }
  }*/
}/*# sourceMappingURL=custom.css.map */