@font-face {
  font-family: 'Oxygen';
  src: url('../fonts/Oxygen-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Fira';
  src: url('../fonts/FiraSans-SemiBold.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype'); /* Corrected format */
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype'); /* Corrected format */
  font-display: swap;
}

/* top bar start */

.topbar {
  display: flex;
  /*! flex-direction: column; */
  width: 100%;
  background-color: #fff;
  position: sticky;
  /*! /*! top: 300px; */
  /* left: 0; */
  z-index: 99999;
  font-family: 'Oxygen';
  /*! color: #D1D1D1; */
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  /*! padding: 3.5rem 0 3.5rem 0; */
  justify-content: center;
  align-items: center;
  top: 0;
  /*! padding: 4rem 0 4rem 0; */
  height: 110px;
  /*! display: flex; */
  /*! align-items: end; */
}

.topbar .signet {
  position: absolute;
  /*! right: 0; */
  /*! padding-right: 1rem; */
  /*! display: flex; */
  /*! width: 34%; */
}

.signet img {
  /*! width: 5.5rem; */
  width: 5rem;
}

.topbar a {
  color: #D1D1D1;
  text-decoration: none;
}

.topbar a:hover {
  color: white;
  transition: 0.5s ease;
}

.topbar .firstbar {
  display: none;
}

.topbar .socialicons {
  display:none;
}



.topbar .item_black {
  display: none;
  }

.navbar {
  background-color: #fff;
  padding: 0px 40px;
  display: none;
}

.rest ul ul {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  }
.rest ul li:hover > ul {
  display: block;
  }

.topbar .item_red {
  position: absolute;
  right: 0;
  display: none;
}

.secondbar {
  position: absolute;
  left: 0;
  padding-left: 1rem;
}

.secondbar .item {
  display: none;
}

.secondbar .item_responsive {
  display: none;
}

.cartHolder {
  position: absolute;
  right: 0;
  padding-right: 1.25rem;
  display: flex;
}

.s_cart {
  /*! width: 4.25rem; */
  width: 3.75rem;
}

.burger_menu img {
  /*! width: 4.5rem; */
  width: 4rem;
}

.secondbar .item-cartmenu {
  color: black;
  font-size: 14px;
  cursor: pointer;
  transition: 0.5s ease;
  background-color: white;
  padding: 0 10px 0 10px;
  border-radius: 15px;
}

.secondbar .item-cartmenu:hover {
  background-color: #d9d9d9;
  transition: 0.5s ease;
}

.burger_menu {
  cursor: pointer;
}

.tabletMenuHolder {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;

  /*! animation-name: SlowlyShowUp; */
  /*! animation-duration: 1s; */
}

.tabletMenu {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  /*! padding: 1rem 0 0 1rem; */
  position: fixed;
  top: 0;
  left: 0;
  /*! margin-right: 3rem; */
}



.socialicons {
  margin-top: 2rem;
}

.socialicons img {
  width: 2.25rem;
  margin: 0 0.45rem 0 0.45rem;
}

.tabletMenu .top {
  width: 100%;
  height: fit-content;
  display: flex;
  padding: 0 20 1rem 0;
  /*! margin-right: 5rem; */
  padding: 1rem 0 0 1rem;
}

.tabletMenu .top img {
  width: 4rem;
}

.tabletMenu .spacer {
  flex-grow: 1;
}

.tabletMenu .minispace {
  width: 2rem;
}

.tabletMenu .top select {
  padding-right: 1rem;
  background-color: #fff;
  color: #000;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: Bebas Neue,sans-serif;
  font-size: 2.25rem;
  -moz-appearance: none;
  outline: none;
}

.tabletMenu .rest {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;

  -webkit-overflow-scrolling: touch;
  padding-top: 2.75rem;
  /*! justify-content: center; */
  align-items: center;
}

.tabletMenu .rest a {
  color: black;
  text-decoration: none;
  font-family: Bebas Neue,sans-serif;
  /*! padding: 0 0 25px 0; */

  /*! animation-name: SlowlyDropItems; */
  /*! animation-duration: 1s; */
  line-height: 5.5rem;
  font-size: 3rem;
  font-weight: 100;
  letter-spacing: 0.07rem;
  text-align: center;
  /*! padding-right: 1rem; */
}

.tabletMenu .rest a:hover {
  /*! color: #f00; */
  color: #6e6e6e;
}

#dropdown-container a {
  font-family: Nunito Sans,sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

#dropdown-container ul {
  padding: 0;
  margin: 0 auto 1rem auto;
}

#dropdown-container ul, ol {
  list-style-type: none;
  text-align: center;
}

#dropdown-container a:hover {
  color: #6e6e6e;
}

#dropdown-container-more a {
  font-family: Nunito Sans,sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
#dropdown-container-more ul,ol {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 0 auto 1rem auto;
}

#dropdown-container-more a:hover {
  color: #6e6e6e;
}

/* top bar end */

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Bebas Neue,sans-serif;
  text-align: center;
  /*! white-space: pre-line; */
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.25rem;
  line-height: normal;
  margin: 2rem auto 1.25rem auto;
  letter-spacing: 0.1rem;
  font-size: 2.25rem;
}

p {
  text-align: center;
  width: 90%;
  font-family: Nunito Sans,sans-serif;
  margin: auto;
  padding: 0 0 0 0;
  font-size: 1.15rem;
  line-height: 2.25rem;
  /*! line-height: 2rem; */
  /*! background-color: #fff; */
  /*! line-height: normal; */
  line-height: 1.75rem;
  /*! transform: rotate(-90deg); */
}

.swiper-wrapper {
  padding-bottom: 14px;
}

.swiper-button-next, .swiper-button-prev {
  color:var(--swiper-navigation-color,#c70f13);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left:var(--swiper-navigation-sides-offset,0.3rem);
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,0.3rem);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom:var(--swiper-pagination-bottom,-3px);
}

.swiper-pagination-bullet {
  width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,12px));
  height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,12px));
}

.swiper-pagination-bullet-active {
  background:var(--swiper-pagination-color,#c70f13);
}

.fancybox_gallery_mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px;
  padding: 0;
  max-width: 100%;
}

.fancybox_gallery_mobile a {
  line-height:0;
}

.fancybox_gallery_mobile img {
  width: 100%;
}

.fancybox_gallery {
  display: none;
}

.fancybox_gallery_tablet {
  display: none;
}

.btn-accentprimary {
  background-color: #e82020 !important;
  border-color: #e82020 !important;
}

.btn-primary, .btn-outline-primary:hover, .fake-button, .page-item.active a.page-link, .custom-control-input:checked ~ .custom-control-label::before, .custom-control-input:checked ~ .custom-control-label::after, .ui-progressbar .ui-progressbar-value, .payment-tabs .payment-tab.active {
  background-color: #e82020 !important;
  border-color: #e82020 !important;
}
.blue {
  --swiper-theme-color: #ff0000 !important;
}

b {
  text-align: center;
  font-family: Bebas Neue,sans-serif;
  width: 90%;
  /*! margin-left: auto; */
  /*! margin-right: auto; */
  display: block;
  font-size: 1.5rem;
  font-style: italic;
  line-height: normal;
  margin: 1rem auto 0 auto;
  letter-spacing: 0.1rem;
}

a {
  color: #000;
  font-family: Nunito Sans,sans-serif;
  text-decoration: underline;
}

.none_underline {
  text-decoration: none;
}

a:hover {
  color: #6e6e6e;
}



.title {
  font-family: Nunito Sans,sans-serif;
  font-size: 1.5rem;
  text-align: center;
  /*! margin: 40px 0 0 0; */
  line-height: normal;
  /*! margin-bottom: 1rem; */
}

.title h1 {
  font-weight: 500;
  font-family: 'Fira';
  font-size: 4vw;
  text-align: center;
  margin: 0;
}

.title h2 {
  font-weight: 500;
  font-family: 'Fira';
  font-size: 4vw;
  text-align: center;
  margin: 0;
}

.title h3 {
  font-weight: 500;
  font-family: 'Fira';
  font-size: 4vw;
  text-align: center;
  margin: 0;
}

.title_options {
  font-family: Nunito Sans,sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.25rem;
  margin: 1rem auto 0 auto;
  font-weight: bold;
}

.text {
  text-align: center;
  width: fit-content;
  font-family: Nunito Sans,sans-serif;
  margin: auto;
  padding: 0.75rem 1.5rem 0.75rem 1.5rem;
  /*! font-size: 1.75rem; */
  line-height: 1.75rem;
  /*! margin-bottom: 2rem; */
  font-size: 1.15rem;
  /*! text-align: center; */
}

.contacts-container {
  width: 90%;
  margin: -1rem auto 0 auto;
}

.contacts-container .text {
  padding: 0;
  margin: 1.5rem auto 1.5rem auto;
}

.text b {
  font-family: 'Fira';
}

.text h2 {
  /*! font-weight: 500; */
  text-align: center;
  width: 90%;
  font-family: Bebas Neue,sans-serif;
  margin: auto;
  padding: 0;
  font-size: 2.25rem;
}

.text h3 {
  font-weight: 500;
  text-align: center;
  width: 70%;
  font-family: 'Oxygen';
  margin: auto;
  padding: 0;
  font-size: 16px;
}

.text-toleft {
  text-align: center;
  width: 70%;
  font-family: 'Oxygen';
  margin: auto;
  padding: 40px 0 0 0;
}

.text-fan {
  text-align: center;
  width: 70%;
  font-family: 'Oxygen';
  margin: auto;
  padding: 40px 0 0 0;
  border-radius: 15px;
  color: #5c5c5c;
  font-size: 16px;
}

.text a {
  color: #000;
}

.text a:hover {
  color: #6e6e6e;
}

#TotalToPay {
  font-size: 1.75rem;
  font-weight: bold;
  color: #D70D12;
  margin-top: 0.5rem;
}

#paypal-animation-container {
  width: 90%;
  margin: 0 auto;
}

#taxInfo {
  margin-bottom: 2rem;
}

hr {
  width: 50%;
  margin: 40px auto auto auto;
  color: #5c5c5c;
}

.mini-img {
  /*! padding: 1rem 0 0 0; */
  margin: 1rem auto 1rem auto;
  text-align: center;
  width: 100%;
  /*! height: auto; */
}

.mini-img-machine {
  /*! padding: 1rem 0 0 0; */
  margin: 1rem auto 1rem auto;
  text-align: center;
  width: 100%;
  /*! height: auto; */
}

.mini-img-mobile {
  /*! padding: 1rem 0 0 0; */
  margin: 1rem auto 1rem auto;
  text-align: center;
  width: 100%;
  /*! height: auto; */
}

.mini-img-desktop {
  display:none;
}

.mini-img-tablet {
  display:none;
}

.mini-img-machine-mobile {
  /*! padding: 1rem 0 0 0; */
  margin: 1rem auto 1rem auto;
  text-align: center;
  width: 90%;
  /*! height: auto; */
}

.mini-img-machine-desktop {
  display: none;
}

.mini-img-machine-tablet {
  display: none;
}

.mini-img img {
  /*! border-radius: 15px; */
  max-width: 100%;
  /* height: 100%; */
}

.mini-img-mobile img {
  /*! border-radius: 15px; */
  max-width: 100%;
  /* height: 100%; */
}

.mini-img-machine-mobile img {
  /*! border-radius: 15px; */
  max-width: 100%;
  /* height: 100%; */
}

.pic_desc {
  /*! font-size: 95%; */
  font-style: italic;
  margin: 1.25rem auto 0 auto;
  font-weight: bold;
}

.max-img {
  padding: 40px 0 0 0;
  margin: auto;
  text-align: center;
  width: 90%;
  height: auto;
}

.max-img img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.video-two {
  padding: 1rem 0 0 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.video-two .container-video-YTtitle {
  display:none;
}

.container-video-YTtitle .video2 {
  width:100%;
  position:relative;
  height:100%;
  padding-top:56.25%;
  overflow:hidden;
}

.video-two .container {
  position: relative; /* Added */
  width: 100%; /* Set to 100% of its parent, which is .video-two */
  padding-top: 56.25%; /* Aspect ratio for 16:9 videos, adjust as needed */
  margin: 0 auto 1rem auto;
}

.video-two .container a {
  color: black;
  text-decoration: none;
}

.video-two .container-video {
  position: relative;
  width: 100%;
  margin: 0 auto 1rem auto;
}

.video-two .title {
  font-family: Nunito Sans,sans-serif;
  font-size: 1.15rem;
  /*! padding: 1rem auto 1rem auto; */
  margin: 1rem auto 1rem auto;
  font-weight:bold;
}

.video-YTtitle-ios .title {
  font-family: Nunito Sans,sans-serif;
  font-size: 1.15rem;
  /*! padding: 1rem auto 1rem auto; */
  margin: 1rem auto 1rem auto;
  font-weight:bold;
}

.video-two-title .video {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  /*! padding-bottom: 20%; */
  padding-top: 56.25%;
}

.video-two .video {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.video-two .video2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}

.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-two .video video {
  /*! border-radius: 15px; */
  width: 100%;
  height: auto;
}

.video-two .video2 video {
  /*! border-radius: 15px; */
  width: 100%;
  height: auto;
}

.video-bigger {
  padding: 1rem 0 0 0;
  width: 90%;
  height: auto;
  margin: auto;
}

.video-bigger video {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.video-basiciframe, .video-YTtitle-ios {
  /*! padding: 0em 0 0em; */
  width: 100%;
  /*! margin: auto; */
}

.video-YTtitle-ios video {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}

.sugest {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0.5rem 0;
}

.sugest p {
  font-size: 1.75rem;
}


.sugest div {
  /*! width: 50%; */
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  /*! display: flex; */
  /*! align-items: flex-end; */
  font-family: Nunito Sans,sans-serif;
  font-style: italic;
  padding-top: 0.25rem;
}

.video-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin: 0.5em 0 0.5em;
}

.video-iframe iframe, .video-iframe object, .video-iframe embed  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*! border-radius: 15px; */
}

.contactdouble {
  display: flex;
  flex-direction: column;
  margin: 40px 40px 0 40px;

  -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.13);
  border-radius: 10px;
}

.contactdouble .image {
  width: 90%;
  margin: 40px;
  align-self: center;
}

.contactdouble .image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.contactdouble .minitext {
  font-family: 'Fira';
  text-align: center;
  padding-bottom: 20px;
}


.contact_form {
  margin: auto;
  width: 90%;
  height: 100%;
  /*! padding: 40px; */
  background-color: white;
  border-radius: 10px;
}

.contact_form .input {
  flex-grow: 1;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
  font-family: Nunito Sans,sans-serif;
  padding: 1.25rem 0.75rem 1.25rem 0.75rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  /*! width: 90%; */
}

.contact_form textarea {
  flex-grow: 1;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
  font-family: Nunito Sans,sans-serif;
  padding: 1.25rem 0.75rem 1.25rem 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.contact_form button {
  font-family: Bebas Neue,sans-serif;
  width: 90%;
  font-size: 2.25rem;
  color: white;
  background-color: #eb161e;
  border: 0;
  border-radius: 10px;
  padding: 1rem 1rem 1rem 1rem;
  cursor: pointer;
  transition: 1s;
}

.contact_form button:hover {
  background-color: #9e2b2b;
  transition: 1s;
}

.contact_form .spacer {
  width: 20px;
}

.contact_form .one {
  display: flex;
}

.contact_form .two {
  display: flex;
  flex-direction: column;
}

.contact_form .button {
  text-align: center;
}

.contact_form .firsttext {
  font-family: Nunito Sans, sans-serif;
  font-size: 22px;
  margin-bottom: 40px;
}

.capcha {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

.capcha img {
  width: 100%;
  border-radius: 10px;
}

.capcha button {
  width: 100%;
  text-align: center;
  color: white;
  margin: 20px 0 20px 0;
}

.capcha button img {
  width: 32px;
  padding: 0 10px 0 10px;
  border-color: white;
}

.footer_sticky {
  margin-top: 100px;
  width: 100%;
  color: #6F6E6E;
  background-color: #F1F1F1;
  height: fit-content;
}

.footer_sticky hr {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #6F6E6E;
}

.footer_sticky .main {
  display: flex;
}

.footer_sticky .otherway {
  font-family: 'Oxygen';
  padding-left: 10%;
}

.footer_sticky .otherway a {
  color: #eb161e;
  text-decoration: none;
}

.footer_sticky .otherway a:hover {
  color: #9e2b2b;
  text-decoration: underline;
}

.footer {
  /*! margin: 40px 0 0 0; */
  width: 100%;
  color: #000;
  background-color: #fff;
  height: fit-content;
  padding-bottom: 1.5rem;
  box-shadow: 0 0px 30px rgba(0,0,0,0.1);
  margin-top: 1.5rem;
}

.footer p {
  font-size: 1.15rem;
}

.footer hr {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #6F6E6E;
}

.footer .main {
  display: flex;
  flex-direction: column;
  padding: 2rem 0 1.5rem 0;
}

.footer .main p {
  font-size: 2.75rem;
  font-style: italic;
  line-height: 3.25rem;
  font-family: Bebas Neue,sans-serif;
}

.footer .otherway a {
  color: #000;
  text-decoration: none;
  font-size: 1.75rem;
  line-height: 3rem;
  font-family: Bebas Neue,sans-serif;
}

.footer .otherway a:hover {
  color: #6e6e6e;
  /*! text-decoration: underline; */
}

.footer .otherway p {
  font-family: Nunito Sans,sans-serif;
}

.footer_spacer {
  display: flex;
  flex-direction: column;
  width: 10%;
}

.footer_obj {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  width: 80%;
  margin: auto;
}

.footer_obj a {
  font-family: 'Oxygen';
  color: #6F6E6E;
  text-decoration: none;
}

.footer_obj a:visited {
  font-family: 'Oxygen';
  color: #6F6E6E;
  text-decoration: none;
}

.footer_obj .title {
  font-size: 16px;
  text-align: left;
  font-family: 'Fira';
  cursor: default;
}

.footer_obj .rest {
  font-family: 'Oxygen';
  padding: 10px 0 10px 0;
}

.footer_obj .rest:hover {
  cursor: pointer;
  text-decoration: underline;
}

.footer_mini_obj {
  padding-right: 50px;
  padding-bottom: 30px;
  font-family: 'Oxygen';
}

.footer_mini_obj:hover {
  cursor: pointer;
  text-decoration: underline;
}

.video-movieselector {
  display: none;
  /*! flex-wrap: wrap; */
  justify-content: center;
  align-items: flex-start;
  padding: 0 0.1rem 0 0.1rem;
  /*! width: 100%; */
  /*! flex-wrap: inherit; */
}

.video-movieselector .item {
  margin: 0.3rem;
  /*! width: 5%; */
  /*! justify-content: center; */
  /*! flex-wrap: wrap; */
}

.video-movieselector .item:hover {
  background-color: #e8e8e8;
  border-radius: 15px;
  cursor: pointer;
}

.video-movieselector .item img {
  width: 99%;
}

.video-movieselector .title {
  font-family: 'Oxygen';
  font-size: 14px;
}

.price {
  width: 90%;
  margin: auto;
  font-family: Bebas Neue,sans-serif;
  text-align: center;
}

.price select {
  font-family: Nunito Sans,sans-serif;
  padding: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 1.15rem;
  background: url('https://s3.amazonaws.com/content.tytax.com/www/icons/arrow.jpg') no-repeat right center;
  background-position-x: right;
  background-position-y: center;
  background-size: auto;
  background-size: 13px 13px;
  background-position: calc(100% - 10px) center;
  padding-right: 34px;
}

.price .longselect {
  width: 70%;
  /*! min-height: 20px; */

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*! background-color: #fff; */
}

.price .content {
  /*! margin-top: 20px; */
  font-size: 1.75rem;
  color: black;
  border-radius: 15px;
  /*! padding: 1.5r; */
  line-height: normal;
  margin: 1.5rem 0;
}

.button {
  width: 90%;
  margin: 0 auto 1rem auto;
  font-family: Bebas Neue,sans-serif;
  text-align: center;
  cursor: pointer;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}

.button a {
  text-decoration: none;
  color: white;
  font-family: Bebas Neue,sans-serif;
}

.button .content {
  /*! margin-top: 0.5rem; */
  background-color: #D70D12;
  color: white;
  border-radius: 15px;
  padding: 1rem;
  font-size: 2rem;
}

.button a .content {
  /*! margin-top: 0.5rem; */
  background-color: #D70D12;
  color: white;
  border-radius: 15px;
  padding: 1rem;
  font-size: 2rem;
}

.button a .content:hover {
  background-color: #9e2b2b;
}

#ButtonGenPlace, #ButtonGenPlace2, #ButtonGenPlace3 {
  width: 90%;
}

#ProductAddToCartButton, #ProductAddToCartButton2, #ProductAddToCartButton3 {
  font-family: Nunito Sans,sans-serif;
  font-size: 2rem;
  padding: 0.75rem;
}

.button-red {
  width: 90%;
  margin: 0.75rem auto 0.75rem auto;
  font-family: Bebas Neue,sans-serif;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.1rem;
  margin: 0.5rem auto 1rem auto;
  font-size: 2rem;
  /*! padding: ; */
}

.button-red .content {
  /*! margin-top: 40px; */
  background-color: #D70D12;
  color: #ffffff;
  border-radius: 15px;
  padding: 1rem;
}

.button-red .content:hover {
  background-color: #9e2b2b;
}

.button-red .content a {
  text-decoration: none;
  color: white;
  font-family: Bebas Neue,sans-serif;
  font-size: 2rem;
}

.productstile {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #F1F1F1;
  padding-bottom: 1rem;
  /*! margin-top: 1rem; */
}

.productstile b {
  text-align: center;
  font-family: Bebas Neue,sans-serif;
  font-size: 1.75rem;
  font-style: italic;
  padding-top: 1rem;
  margin: 0 auto 0 auto;
}

.productstile h1, h2, h3, h4, h5, h6 {
  font-family: Bebas Neue,sans-serif;
  font-size: 22px;
  text-align: center;
  font-size: 2.25rem;
  line-height: normal;
  margin: 1rem auto 0 auto;
  letter-spacing: 0.1rem;
  margin: 3rem auto 0.25rem auto;
}

.productstile p {
  text-align: center;
  width: 90%;
  font-family: Nunito Sans,sans-serif;
  margin: auto;
  padding: 1rem 0 0 0;
  font-size: 1.1rem;
  line-height: 1.85rem;
}

.productstile a {
  text-decoration: none;
}

.productstile .subtitle {
  text-align: center;
  font-family: 'Fira';
}

.productstile .buttons {
  display: flex;
  flex-direction: column;
  width: 100%;

  font-family: 'Oxygen';
  font-size: 24px;
  color: #eb161e;
  cursor: pointer;
}

.buttons .a {
  padding: 40px 40px 0px 40px;
  flex-grow: 1;
  text-align: center;
}

.buttons .a:hover {
  text-decoration: underline;
}

.buttons .b {
  padding: 40px 40px 0px 40px;
  flex-grow: 1;
  text-align: center;
}

.buttons .b:hover {
  text-decoration: underline;
}

.productstile-negativ {
  color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #242424;
  padding-bottom: 1rem;
  /*! margin-top: 40px; */
}

.productstile-negativ a {
  text-decoration: none;
}

.productstile-negativ b {
  text-align: center;
  font-family: Bebas Neue,sans-serif;
  font-size: 1.75rem;
  font-style: italic;
  padding-top: 1rem;
  line-height: normal;
  margin: 0 auto 0 auto;
}

.productstile-negativ p {
  text-align: center;
  width: 90%;
  font-family: Nunito Sans,sans-serif;
  margin: auto;
  padding: 1rem 0 0 0;
  font-size: 1.1rem;
  line-height: 1.85rem;
}

.productstile-negativ .subtitle {
  text-align: center;
  font-family: 'Fira';
}

.productstile-negativ .buttons {
  display: flex;
  flex-direction: column;
  width: 100%;

  font-family: 'Oxygen';
  font-size: 24px;
  color: #BDCCEC;
  cursor: pointer;
}

.moreimages {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

.moreimages .title {
  text-align: center;
  font-size: 12px;
  font-family: 'Oxygen';
  margin-bottom: 20px;
}

.moreimages .container {
  text-align: center;
  margin: 0 10px 0 10px;
}

.moreimages img {
  width: 90%;
  height: auto;
  border-radius: 15px;
  margin: 5px 10px 0 10px;
}

.videofull {
  width: 100%;
  margin: 1rem 0 1rem 0;
}

.videofull video {
  width: 100%;
}

.leftandright {
  margin: 0 0 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.leftandright .container-text {
  width: 90%;
  font-family: Nunito Sans,sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.75rem;
  order:2;
}

.leftandright .video {
  width: 90%;
}

.leftandright .video video {
  width: 100%;
}

.leftandright .app {
  display:none;
}

.leftandright .app-tablet {
  display:none;
}

.leftandright .video-border {
  width: 90%;
  margin-top: 40px;
}

.leftandright .video-border video {
  width: 100%;
  border-radius: 15px;
}

.leftandright .video-border img {
  width: 100%;
  border-radius: 15px;
}

.leftandright .button {
  font-family: 'Oxygen';
  margin-top: 20px;
  background-color: #D70D12;
  color: white;
  border-radius: 15px;
  padding: 15px;
}

.leftandright .button:hover {
  background-color: #9e2b2b;
}

.leftandright .button a {
  color: white;
  text-decoration: none;
  font-family: Bebas Neue,sans-serif;
}

.leftandright .title {
  font-family: 'Fira';
}

.scart {
  width: 90%;
  min-height: fit-content;
  margin: 0.5rem auto 0.5rem auto;
  display: flex;
  flex-direction: column;
}

.scart_empty {
  margin-top: 20px;
  width: 100%;
  border-radius: 15px;
  text-align: center;
  font-family: 'Oxygen';
}

.scart_item {
  /*! margin-top: 20px; */
  width: 100%;
  display: flex;
  /*! background-color: #F1F1F1; */
  /*! border-radius: 15px; */
  align-items: center;
  font-family: Nunito Sans,sans-serif;
  /*! border: 1.5px solid #000; */
  font-size: 1.15rem;
  /*! padding: 0.15rem 0rem 0.15rem 0rem; */
}

.scart_item .image {
  width: 25%;
  height: auto;
  /*! margin: 10px; */
}

.scart_item .image img {
  width: 100%;
  border-radius: 15px;
  cursor: pointer;
}

.scart_title {
  font-family: Bebas Neue,sans-serif;
  /*! font-size: 16px; */
  flex-grow: 1;
  height: 100%;
}

.scart_title .text {
  font-family: Bebas Neue,sans-serif;
  font-size: 1.5rem;
  text-align: left;
  align-self: center;
  width: 100%;
  padding: 0;
  text-align: center;
  letter-spacing: 0.01rem;
}

.scart_title:hover {
  cursor: pointer;
  text-decoration: underline;
}

.scart_item .howmany {
  width: 3rem;
  height: 2rem;
  background-color: white;
  margin: 10px;
  padding: 10px;
  border-radius: 15px;
  border: 1.5px solid #000;
}

.scart_item .howmany input {
  height: 100%;
  width: 100%;
  border: none;
  background-color: none;
  font-family: Nunito Sans,sans-serif;
  font-size: 1.15rem;
}

.scart_item .delete {
  font-family: Nunito Sans,sans-serif;
  align-self: center;
  /*! padding: 0 2% 0 2%; */
  margin-right: 0.75rem;
  font-size: 1.25rem;
}

.scart_item .delete:hover {
  color: red;
  cursor: pointer;
}

#scart_totalp {
  font-size: 1.75rem;
}
#scart_totaltype {
  font-size: 1.5rem;
  margin-left: 0.5rem;
}
#CartLength {
  margin-left: 0.25rem;
}
.scart_item h2 {
  margin: 0 auto 0 auto;
}
#CartScore {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  padding-right: 0.20rem;
  /*! font-weight: bolder; */
}
.sum_container {
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-clicable {
  font-family: 'Fira';
  font-size: 10vw;
  text-align: center;
  margin: 5px 0 0 0;
  border-radius: 15px;
  background-color: #e0e0e0;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  cursor: pointer;
}

.title-clicable:hover {
  background-color: #b0b0b0;
}

.centralbutton {
  width: 100%;
  padding-top: 40px;
  font-family: 'Oxygen';
  font-size: 24px;
  color: #eb161e;
  cursor: pointer;
  text-align: center;
  cursor: pointer;
}

.centralbutton:hover {
  text-decoration: underline;
}

.CheckoutForm {
  margin: 0 10% 0 10%;
}

.CheckoutForm hr {
  border: none;
}

.CheckoutForm .otherShipment {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
}

.otherShipment .name {
  font-family: 'Oxygen';
  margin-left: 0.25rem;
  text-align: center;
}

.CheckoutForm .checkbox {
  width: 4rem;
  height: 4rem;
  text-align: left;
}

.CheckoutForm .input {
  margin-top: 20px;
  border: 1.5px solid black;
  border-radius: 10px;
  padding: 10px;
  background: none;
}

.CheckoutForm textarea {
  width: 100%;
  font-size: 1.15rem;
  font-family: Nunito Sans,sans-serif;
  border: none;
}

.CheckoutForm .name {
  font-family: Nunito Sans,sans-serif;
  font-size: 1.15rem;
  line-height: 1.75rem;
}

.CheckoutForm input {
  width: 100%;
  font-size: 1.15rem;
  border: none;
  background: none;
  font-family: Nunito Sans,sans-serif;
  line-height: 1.75rem;
}

.CheckoutForm select {
  width: 100%;
  font-size: 1.15rem;
  border: none;
  font-family: Nunito Sans,sans-serif;
  padding: 0;
  background: none;
  line-height: 1.75rem;
}

.buySelect {
  margin: 0 15% 0 5%;
}

.buySelect .btn {
  width: 100%;
  text-align: left;
  border: 1px solid black;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

.buySelect .btn:hover {
  border: 1.5px solid #000;
  background-color: #e3e3e3;
  cursor: pointer;
}

.buySelect .name {
  font-family: Nunito Sans,sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.buySelect .text {
  font-family: Nunito Sans,sans-serif;
  text-align: left;
  margin: 0;
  padding: 0;
}

.CartAlert {
  text-align: center;
  font-family: Nunito Sans,sans-serif;
  background-color: #D70D12;
  width: 80%;
  margin: auto;
  /*! border: 1px solid orange; */
  padding: 1rem;
  border-radius: 10px;
  /*! margin-top: 25px; */
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.75rem;
}

.mobilemenu {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  color: white;
  font-family: 'Fira';
  animation-name: SlowlyShowUp;
  animation-duration: 1s;
}

.mobilemenu a {
  color: white;
  text-decoration: none;
}

.mobilemenu .item {
  width: 100%;
  height: 20px;
  padding: 20px;
  animation-name: SlowlyDropItems;
  animation-duration: 1s;
}

@keyframes SlowlyShowUp {
  from {Opacity: 0%;}
    to {Opacity: 100%;}
}

@keyframes SlowlyDropItems {
  from {margin-bottom: 50px;}
    to {margin-bottom: 0px;}
}

@keyframes Slidetoright {
  from {width: 0;}
  to {width: 40%;}
}

@keyframes ShowLater {
  from {opacity: 0;}
  to {opacity: 100%;}
}

.basicMenu {
  background-color: black;
  width: 100vw;
}

.basicMenu img {
  padding: 20px;
}

.custom-button {
  /*! margin-top: 20px; */
  font-family: Bebas Neue,sans-serif;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  border-radius: 15px;
  background-color: #eb161e;
  /*! padding-top: 10px; */
  margin: 0.75rem 1rem 0.75rem 1rem;
  color: white;
  font-size: 2rem;
}

.custom-button a {
  text-decoration: none;
  color: white;
}

.custom-button:hover {
  background-color: #9e2b2b;
}

.TytaxPartSkipper {
  /*! border-radius: 15px; */
  text-align: center;
  padding: 1rem;
  margin: 1rem auto 1rem auto;
  /*! border: 1px solid #D1D1D1; */
  /*! width: 50%; */
  cursor: pointer;
  background-color: #F7F7F7;
}

.TytaxPartSkipper a {
  color: #000;
  text-decoration: none;
}

.TytaxPartMenu a {
  color: #242424;
  text-decoration: none;
}

.TytaxPartSkipper:hover {
  background-color: #fff;
}

.TytaxPartSkipper .main {
  font-family: Bebas Neue,sans-serif;
  font-size: 2.25rem;
}

.TytaxPartSkipper .small {
  font-family: 'Oxygen';
  color: #242424;
}

.TytaxPartMenu {
  border-radius: 15px;
  text-align: center;
  padding: 20px;
  margin: 20px auto 20px auto;
  border: 1px solid #D1D1D1;
  width: 50%;
}

.TytaxPartMenu .title {
  font-family: 'Fira';
  font-size: 22px;
  margin: 0;
}

.TytaxPartMenu .select {
  font-family: 'Oxygen';
  cursor: pointer;
}

.TytaxPartMenu .select:hover {
  text-decoration: underline;
}

.AllAboutTytaxContainer {
  margin: auto;
  margin-top: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.AllAboutTytaxContainer .item {
  display: flex;
  text-align: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  font-family: 'Oxygen';
  cursor: pointer;
  margin-top: 20px;
}

.AllAboutTytaxContainer a {
  color: black;
  text-decoration: none;
}

.AllAboutTytaxContainer .item img {
  width: 100vw;
  height: auto;
}

.video_movieselector_mobile {
  /*! padding-top: 20px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  /*! background-color: #ececec; */
  /*! padding: 0.25rem 0 0.25rem 0; */
  /*! border-top: 1px solid #000; */
  /*! border-bottom: 1px solid #000; */
}

.video_movieselector_mobile .videos {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  text-align: center;
}

.video_movieselector_mobile .title {
  font-size: 1rem;
  margin-top: 0.25rem;
}

.video_movieselector_mobile .item {
  margin-right: 0.75rem;
  /*! border-right: 1px #000 solid; */
}

.video_movieselector_mobile .sugest {
  display: flex;
  width: 100%;
  margin: 1rem auto 1rem auto;
}

.video_movieselector_mobile .sugest img{
  width: 64px;
  height: 64px;
}

.video_movieselector_mobile .spacer {
  flex-grow: 2;
}

.video_movieselector_mobile .spacer_small {
  flex-grow: 1;
  font-family: Bebas Neue,sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0.1rem;
  font-style: italic;
}

.option_right {
  margin: 0 auto 0 auto;
  display: flex;
  /*! flex-direction: column-reverse; */
  /*! width: 90%; */
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

  .option_right .text {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 0;
  }

  .option_right .long_text {
    margin: 0 auto 0.5rem auto;
    width: 90%;
  }

  .option_right h3 {
    font-family: Nunito Sans,sans-serif;
    font-size: 1.75rem;
    letter-spacing: 0.2rem;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
  }

  .option_right .spacer {
    width: 20%;
  }

  .option_right a {
    text-decoration: none;
  }

  .option_right .btn {
    font-family: Bebas Neue,sans-serif;
    background-color: #D70D12;
    padding: 1rem;
    border-radius: 15px;
    font-size: 2rem;
    text-decoration: none;
    color: white;
    /*! margin-bottom: 15px; */
    letter-spacing: 0.1rem;
    width: 80%;
    margin: 0 auto;
  }

  .option_right .btn:hover {
    cursor: pointer;
    background-color: #9e2b2b;
  }

  .option_right .video {
    flex-grow: 1;
    width: 90%;
    text-align: center;
    align-self: center;
    margin: 0 auto 0 auto;
  }

  .option_right .videoYT_mobile {
    flex-grow: 1;
    width: 100%;
    /*! text-align: center; */
    /*! padding: 1.75rem; */
    /*! align-self: center; */
    padding-bottom: 56.25%;
    /*! height: 0; */
    position: relative;
    margin-bottom: 0.75rem;
  }

  .option_right .videoYT {
    display:none;
  }

  .option_right .videoYT_mobile iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    /*! border-radius: 15px; */
  }

  .option_right .video video {
    border-radius: 15px;
    width: 100%;
    height: auto;
  }

  .option_left {
    /*! margin: 1rem auto 1rem auto; */
    display: flex;
    flex-direction: row;
    /*! width: 100vw; */
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-bottom: 2rem;
  }
  
    .option_left .text {
      display: flex;
      width: 100%;
      flex-direction: column;
      padding: 0;
    }

    .option_left .long_text {
      margin: 0 auto 0.5rem auto;
      width: 90%;
    }

    .option_left h3 {
      font-family: Nunito Sans,sans-serif;
      font-size: 1.75rem;
      letter-spacing: 0.2rem;
      margin-bottom: 0.25rem;
      text-transform: uppercase;
    }
  
    .option_left .spacer {
      width: 20%;
    }
  
    .option_left a {
      text-decoration: none;
    }
  
    .option_left .btn {
      font-family: Bebas Neue,sans-serif;
      background-color: #D70D12;
      padding: 1rem;
      border-radius: 15px;
      font-size: 2rem;
      text-decoration: none;
      color: white;
      /*! margin-bottom: 15px; */
      letter-spacing: 0.1rem;
      width: 80%;
      margin: 0 auto;
    }
  
    .option_left .btn:hover {
      cursor: pointer;
      background-color: #9e2b2b;
    }
  
    .option_left .video {
      flex-grow: 1;
      width: 100%;
      text-align: center;
      margin: 0 0 1rem 0;
      align-self: center;
      order: 2;
    }

    .option_left .videoYT_mobile {
      flex-grow: 1;
      width: 100%;
      /*! text-align: center; */
      /*! padding: 1.75rem; */
      /*! align-self: center; */
      padding-bottom: 56.25%;
      /*! height: 0; */
      position: relative;
      margin-bottom: 0.75rem;
    }

    .option_left .videoYT {
      display:none;
    }
  
    .option_left .videoYT_mobile iframe {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      /*! border-radius: 15px; */
    }
  
    .option_left .video video {
      border-radius: 15px;
      width: 100%;
      height: auto;
    }  

    ol {
      font-family: 'Oxygen';
      padding-top: 40px;
    }
  
    ol li {
      padding-top: 40px;
    }
  
    .numer_center {
      display: flex;
      width: 100vw;
      justify-content: center;
    }

    .grecaptcha-badge {
  visibility: hidden;
}


    .backtotop {
      position: fixed;
      background-color: #F7F7F7;
      border-radius: 15px;
      bottom: 0.35rem;
      right: 0.35rem;
      cursor: pointer;
      /*! padding: 20px 20px 20px 20px; */
      font-family: Oxygen;
      z-index: 999;
      box-shadow: 0 0px 10px rgba(0, 0, 0, 0.13);
      /*! margin: 0 0.1% 0.1% 0; */
    }

  .backtotop p {
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 2rem;
    line-height: normal;
  }

.backtotop img {
  width: 16px;
  height: 16px;
}

.new_mobiletop {
  z-index: 300;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  color: white;
  font-family: 'Fira';
  animation-name: SlowlyShowUp;
  animation-duration: 1s;
}

.new_mobiletop_container {
  font-family: 'Oxygen';
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.new_mobiletop_container .spacer {
  flex-grow: 1;
}

.new_mobiletop_container .select1 {
  background-color: white;
  border: none;
  border-radius: 10px 0px 0px 10px;
  padding: 5px;
}

.new_mobiletop_container .select2 {
  background-color: white;
  border: none;
  border-radius: 0px 10px 10px 0px;
  padding: 5px;
}

.new_mobiletop_container .menu {
  padding: 15px;
  display: flex;
}

.new_mobiletop_container .back {
  padding-right: 20px;
}

.new_mobiletop a {
  color: white;
  text-decoration: none;
}

.new_mobiletop .item {
  width: 100%;
  height: 20px;
  padding: 20px;
  animation-name: SlowlyDropItems;
  animation-duration: 1s;
}

.options-carusel {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  /*! margin: 20px 0 0 0; */
}

.options-carusel a {
  color: black;
  text-decoration: none;
}

.options-carusel .custom-button {
  /*! padding: 20px; */
  margin: 0.75rem 1rem 0.75rem 1rem;
}

.tytax_blogtype {
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-top: 20px;
}

.tytax_blogtype .item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  cursor: pointer;
  border-radius: 15px;
  background-color: #f2f2f2;
  margin-bottom: 20px;
}

.tytax_blogtype a {
  text-decoration: none;
  color: black;
}

.tytax_blogtype img {
  border-radius: 15px;
  height: auto;
  min-width: 335px;
}

.tytax_blogtype .item:hover {
  background-color: #d6d6d6;
  border-radius: 15px;
}

.tytax_blogtype .textHold {
  display: flex;
  flex-direction: column;
}

.buttonHold {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.tytax_blogtype h2 {
  font-family: 'fira';
}

.tytax_blogtype h3 {
  font-family: 'Oxygen';
  font-size: 16px;
  color: #242424;
}

.tytax_blogtype .button {
  border-radius: 15px;
  background-color: #d6d6d6;
  padding: 10px;
  margin-top: 20px;
}

.tytax_blogtype .button_empty {
  padding: 10px;
  font-family: 'Oxygen';
  color: #181818;
}

.pagination {
  margin: 20px 0 20px 0;
  display: flex;
}

.pagination .spacer {
  flex-grow: 1;
}

.pagination .button {
  padding: 10px;
  width: fit-content;
  padding: 20px;
  cursor: pointer;
}

.pagination .button:hover {
  border-radius: 15px;
  background-color: #d4d4d4;
}

.pagination .button_disable {
  padding: 10px;
  width: fit-content;
  padding: 20px;
  cursor: pointer;
  color: #919191;
  font-family: 'Fira';
}

.pagination .button_disable:hover {
  border-radius: 15px;
  background-color: #d4d4d4;
}

.pagination a {
  text-decoration: none;
  color: black;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactPop {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;

  box-shadow: 0 0 0 0 rgb(224, 108, 108);
	transform: scale(1);
	animation: pulse 2s infinite;
  border-radius: 50%;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(230, 78, 78, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(224, 108, 108, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(224, 108, 108, 0);
	}
}

.contactdouble_basic {
  display: flex;
  flex-direction: column;
  /*! margin: 40px 40px 0 40px; */
  margin-bottom: 2rem;
}

.mobileMenuHolder {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: black;
  z-index: 9999;

  animation-name: SlowlyShowUp;
  animation-duration: 1s;
}

.mobileMenu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.mobileMenu .top {
  width: 100%;
  height: fit-content;
  display: flex;
}

.mobileMenu .spacer {
  flex-grow: 1;
}

.mobileMenu .top img {
  padding: 20px;
}

.mobileMenu .top select {
  margin-right: 20px;
  background-color: black;
  color: white;
  border: none;
}

.mobileMenu .rest {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}

.mobileMenu .rest a {
  color: white;
  text-decoration: none;
  font-family: 'Oxygen';
  padding: 25px;

  animation-name: SlowlyDropItems;
  animation-duration: 1s;
}

.AllAboutTytax_obj {
  background-color: #fff;
  /*! border-radius: 15px; */
  width: 90%;
  margin: 1rem auto 1rem auto;
  /*! padding: 1rem; */
  /*! margin-top: 1rem; */
}

.AllAboutTytax_obj:hover {
  background-color: #F7F7F7;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  /*! width: 100%; */
  /*! margin-right: 0; */
}

.AllAboutTytax_obj a {
  text-decoration: none;
  color: black;
}

.AllAboutTytax_obj h2 {
  font-family: Bebas Neue,sans-serif;
  font-size: 2.25rem;
  margin: 0;
  cursor: default;
  text-align: left;
}

.AllAboutTytax_obj p {
  font-family: Nunito Sans,sans-serif;
  font-size: 1.1rem;
  margin: 0;
  cursor: default;
  text-align: left;
  padding: 0;
  line-height: 1.85rem;
}

.AllAboutTytax_obj img {
  padding: 20px;
  cursor: pointer;
}

.AllAboutTytax_obj .module {
  display: flex;
  flex-direction: column;
  align-items: center;

  animation-name: slowOn;
  animation-duration: 1s;
}

.arrowsvg {
  width: 32px;
  height: 32px;
  background-color: #eb161e;
  border-radius: 50%;
}

.AllAboutTytax_obj .photo {
  width: 80vw;
  height: auto;

  border-radius: 35px;
}

.AllAboutTytax_obj .module2 {
  display: flex;
  flex-direction: column;
  padding: 0;

  animation-name: slowOn;
  animation-duration: 1s;
}

.AllAboutTytax_obj .module2 a {
  font-family: Bebas Neue,sans-serif;
  font-size: 1.75rem;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  color: black;
  padding-top: 20px;
}

.AllAboutTytax_obj .module2 a:hover {
  /*! text-decoration: underline; */
  color: #6e6e6e;
}

.AllAboutTytax_obj .subButton {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 10px;
}

.AllAboutTytax_obj .subButton img {
width: 32px;
height: 32px;
padding: 0;
background-color: #eb161e;
border-radius: 50%;
}

.AllAboutTytax_obj .subButton h1 {
  font-family: 'Fira';
  font-size: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.AllAboutTytax_obj .subButton img {
  padding-left: 0;
}

.AllAboutTytax_obj .sub {
  display: flex;
  flex-direction: column;
  margin: 10px 0 10px 0;
}

.sub .sub_rest {
  display: flex;
  flex-direction: column;

  animation-name: slowOn;
  animation-duration: 1s;
}

.AllAboutTytax_obj .sub a {
  padding-left: 35px;
}

/* New top in product btn */

.topShopBuyMenu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 90%;
  margin: 1.5rem auto 0 auto;
}

.topShopBuyMenu .price {
  cursor: default;
  font-family: Bebas Neue,sans-serif;
  font-size: 3.1rem;
  /*! border: 1px solid black; */
  /*! border-radius: 15px; */
  padding: 0rem 0 1rem 0;
  flex-grow: 1;
  background-color: white;
  color: black;
  letter-spacing: 0.05rem;
  margin: 0 auto 0 auto;
}

.topShopBuyMenu .btn {
  font-family: Nunito Sans,sans-serif;
  font-size: 2rem;
  color: white;
  background-color: #D70D12;
  /*! border: 1px solid #EB161E; */
  border-radius: 15px;
  width: 90%;
  padding: 0.75rem;
  align-self: center;
  margin: 0rem auto 1rem auto;
  text-align: center;
}

.topShopBuyMenu .btn:hover {
  cursor: pointer;
  background-color: #9e2b2b;
  border: 1px solid #9e2b2b;
}

.topShopBuyMenu .knowMore {
  display: none;
}

.topShopBuyMenu .knowMore img {
  padding-left: 10px;
  width: 17px;
  height: 17px;
}

.knowMore .spacer {
  flex-grow: 1;
}

.learn_more {
  font-style: italic;
  text-decoration: underline;
}
.opinion {
  font-style: italic;
}
b.noneitalic {
  font-style: normal;
}