body {
  overflow-x: hidden;
  scrollbar-color: #E0144C transparent;
  scrollbar-width: thin;
}
/* Set scrollbar thumb styles */
body::-webkit-scrollbar-thumb {
  background-color: #E0144C transparent;
  border-radius: 10px;
}

body::-moz-scrollbar-thumb {
  background-color: #E0144C transparent;
  border-radius: 10px;
  -moz-appearance: none;
}

::-webkit-scrollbar {
  width: 12px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #E0144C;
  border-radius: 10px;
}


form {
  display: inline;
}

/*
.footerbody {
  width: 100%;
  height: 740px;
  background-image: url("/img/footer-img.png");
  background-repeat: no-repeat;
  background-color: #f8f5f5;
  background-attachment: fixed;
  background-size: cover;
}
*/


/* top Nav start   padding: 10px 10px 5px 10px; */

.cat-card {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #aaaaaa;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.avatar {
  position: relative;
  display: inline-block;
  border-radius: .3125rem;
}

.avatar-xl {
  width: 8.625rem;
  height: 8.625rem;
}

.avatar-circle .avatar-img {
  border-radius: 50%;
  border: 2px solid #E0144C;
}

.avatar-img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .3125rem;
}

.align-it {
  text-align: center !important;
}

.cat-text {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  color: rgb(63, 63, 63);
  display: inline-block;
  padding: 4px;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}

/* top Nav end */

.product-form {
  width: 50rem;
  max-width: 90%;
  margin: auto;
  display: block;
}

.product-item {
  width: 20rem;
  max-width: 95%;
  margin: 1rem;
}

.product-item-16 {
  width: 16rem;
  max-width: 95%;
  margin: 1rem;
}

@media only screen and (max-width: 767px) {
  .product-item-16 {
    width: 20rem;
    max-width: 95%;
    margin: 1rem;
  }
}

.video-item {
  width: 25rem;
  max-width: 95%;
  margin: 1rem;
}  

.active-tag {
  font-size: 22px;
  font-weight: lighter;
  color: green;
  background-color: #dcfde9;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  border: 2px solid #E0144C;
  border-radius: 2.00rem;
  cursor: pointer;
  text-decoration: none;
  margin-left: 5px;
}

.size-tag {
  font-size: 22px;
  font-weight: lighter;
  color: rgb(109, 109, 109);
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  border: 2px solid rgb(109, 109, 109);
  border-radius: 2.00rem;
  cursor: pointer;
  text-decoration: none;
  margin-left: 5px;
}

.size-tag:hover {
  border: 2px solid #E0144C;
  text-decoration: none;
  color: green;
  background-color: #dcfde9;
  transition: all 0.6s;
}

.color-tag {
  font-size: 22px;
  font-weight: lighter;
  color: rgb(109, 109, 109);
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  border: 2px solid rgb(109, 109, 109);
  border-radius: 2.00rem;
  cursor: pointer;
  text-decoration: none;
  margin-left: 5px;
}

.color-tag:hover {
  border: 2px solid #E0144C;
  text-decoration: none;
  color: green;
  background-color: #dcfde9;
  transition: all 0.6s;
}

.same_product-item {
  width: 6rem;
  max-width: 95%;
  margin: 1rem;
}

.same_product-item:hover {
  transition: all 0.9s;
  box-shadow: 0 0 40px #ffd900;
  outline: none;
}

.same_product-price-symbol-on-card {
  top: -.75em;
  font-size: 16px;
  position: relative;
}

.same_product-price-on-card {
  font-size: 20px;
  color: #033518;
}


.product__title {
  font-size: 1.2rem;
  text-align: center;
}

.product__price {
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 0.5rem;
}

.product__description {
  text-align: center;
}

.min-height500 {
  min-height: 500px;
}

.app-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}

.home-app-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-right: 15px;
  padding-left: 15px;
}

.same-product-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: 5px;
  margin-right: 5px;
}

.card {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
}

.card__header,
.card__content {
  padding: 1rem;
}

.card__header h1,
.card__content h1,
.card__content h2,
.card__content p {
  margin: 0;
}

.card__image {
  width: 100%;
  min-height: 320px;
  max-height: 320px;
}

.card__image img {
  width: 100%;
}

.samepro_card__image {
  width: 100%;
}

.samepro_card__image img {
  width: 100%;
}

.card__actions {
  padding: 1rem;
  text-align: center;
}

.card__actions button,
.card__actions a {
  margin: 0 0.25rem;
}

.video-thumbnail {
  width: 100%;
  height: auto;
}
.video-thumbnail img {
  width: 100%;
}

.display-date-on-card {
  float: right;
  color: #033518;
  font-size: 10px;
  font-weight: bold;
  background-color: #f8f5f5 !important;
  padding: 3px;
  border: 1px solid #2d2834;
  margin-top: 5px;
}

.product-info-tag-on-card {
  background-color: rgb(255, 255, 255);
  border-top: 1px solid #F5C7A9;

}

.product-name-holder-on-card {
  margin-bottom: 0.1rem;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.price-symbol-on-card {
  top: -0.1em;
  font-size: 15px;
  position: relative;
}

.price-on-card {
  font-size: 16px;
  color: #033518;
}

/*
.price-tag {
  background-color: #f4f4f4 !important;
  border: 1px solid #2d2834;
  padding: 5px;
}
*/

.delivery-type-on-card {
  float: right;
  color: #033518;
  font-size: 9px;
  font-weight: bold;
  background-color: #f8f5f5 !important;
  padding: 3px;
  border: 1px solid #2d2834;
  margin-top: 15px;
  /*text-shadow: 0 0 3px #fff, 0 0 5px #2d2834;*/
}

/* Product Page Start */

.pp-left-box {
  background-color: white;
  border-left: 1px solid #CCC;
}

.pp-produt-details {
  background: #fdeae9;
  background: -webkit-linear-gradient(40deg, #f8f5f5, #ffefed);
  padding: 1% 2%;
  border-style: dotted;
  border-width: 1px;
  border-color: rgb(59, 59, 59);
  margin-top: 20px;
}

/* search bar start */

.search-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-container {
  width: 100%;
}

input[type="search-app"] {
  -webkit-appearance: none !important;
  background-clip: padding-box;
  background-color: #f8f5f5;
  vertical-align: middle;
  border-radius: 2.00rem;
  border: 1px solid #E0144C;
  font-size: 1rem;
  width: 100%;
  line-height: 2;
  padding: 0.375rem 1.25rem;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

input[type="search-app"]:focus {
  transition: all 0.9s;
  box-shadow: 0 0 40px #ffd900;
  border-color: #ffa500;
  outline: none;
}

form.search-form {
  display: flex;
  justify-content: center;
}

label {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: center;
  margin-bottom: 0;
}

input.search-field {
  margin-bottom: 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: center;
  height: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

input.search-submit {
  height: 40px;
  margin: 0;
  padding: 0rem 1.3rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2.10rem;
  border-bottom-right-radius: 2.00rem;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* All Buttons Start*/

.search-button {
  display: inline-block;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #fff;
  color: #E0144C;
  border: 1px solid #E0144C;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.search-button:hover,
.search-button:active,
.search-button:focus {
  cursor: pointer;
  background: #E0144C;
  color: #fee4e3;
  outline: 0;
}

/* search bar end */

/****** Autocomplete Search With Keywords******/
/*the container must be positioned relative:*/

.autocomplete {
  position: relative;
}

.autocomplete-items {
  position: absolute;
  margin-left: 5%;
  width: 80%;
  border: 1px solid #d4d4d4;
  border-radius: 2.00rem;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/****** Autocomplete END ******/

/* Dropdown Button */
.dropbtn {
  background: #E0144C;
  background: -webkit-linear-gradient(40deg, #E0144C, #FF5858);
  color: #fff !important;
  padding: 9px;
  font-size: 16px;
  border: 1px solid #9A1663 !important;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap !important;
  margin-top: 5px;
}

.dropbtn:hover {
  text-decoration: none !important;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f9f9f9;
  min-width: 160px;
  border: 1px solid #93a0af;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 5000;
  text-align: center;
}

/* add the v-shaped connector */
.dropdown-content::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #f9f9f9 transparent;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f9f9f9;
}

/* Show the dropdown menu when the button is clicked or hovered */
.dropdown.clicked .dropdown-content,
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown.clicked .dropbtn,
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}


/* OR */

.line-on-sides {
  width: 100%;
  margin-right: 20%;
  text-align: center;
  border-bottom: 1px solid #93a0af;
  line-height: 0;
  margin: 15px 0;
}

.line-on-sides .center-sidenav-or {
  background: #f9f9f9;
  color: #93a0af;
  padding: 0 10px;
  border-radius: 4.00rem;
}



/* Transparent Button */
.transparentbtn {
  width: 100px;
  text-align: center;
  background-color: transparent !important;
  color: rgb(3, 3, 3);
  padding: 9px;
  font-size: 16px;
  border: 1px solid rgb(3, 3, 3);
  border-radius: 0.25rem;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
}

.transparentbtn:hover {
  transition: all 0.9s;
  box-shadow: 0 0 40px #ffd900;
  outline: none;
}

.transparentbtn-auto {
  width: auto;
  text-align: center;
  background-color: transparent !important;
  color: rgb(3, 3, 3);
  padding: 0.25rem 1rem;
  font-size: 16px;
  border: 1px solid rgb(3, 3, 3);
  border-radius: 0.25rem;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  display: inline-block;
}

.transparentbtn-auto:hover,
.transparentbtn-auto:active {
  transition: all 0.9s;
  box-shadow: 0 0 40px #ffd900;
  outline: none;
}

.transparentbtn-full {
  width: 100%;
  text-align: center;
  background-color: transparent !important;
  color: rgb(3, 3, 3);
  padding: 9px;
  font-size: 16px;
  border: 1px solid rgb(3, 3, 3);
  border-radius: 0.25rem;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  display: inline-block;
}

.transparentbtn-full:hover {
  transition: all 0.9s;
  box-shadow: 0 0 40px #ffd900;
  outline: none;
}

.transparentbtn-full-out-of-stock {
  width: 100%;
  text-align: center;
  background-color: transparent !important;
  color: rgb(100, 100, 100);
  padding: 9px;
  font-size: 16px;
  border: 1px solid rgb(100, 100, 100);
  border-radius: 0.25rem;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  display: inline-block;
}

.transparentbtn-red-auto {
  width: auto;
  text-align: center;
  background-color: transparent !important;
  color: rgb(255, 0, 0);
  padding: 0.25rem 1rem;
  font-size: 16px;
  border: 1px solid rgb(255, 0, 0);
  border-radius: 0.25rem;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  display: inline-block;
}

.transparentbtn-red-auto:hover,
.transparentbtn-red-auto:active {
  transition: all 0.9s;
  box-shadow: 0 0 10px #ffb9b9;
  outline: none;
}

.whitebtn-full {
  width: 100%;
  text-align: center;
  background-color: #ffffff !important;
  color: rgb(3, 3, 3);
  padding: 9px;
  font-size: 16px;
  border: 1px solid rgb(3, 3, 3);
  border-radius: 0.25rem;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  display: inline-block;
}

.whitebtn-full:hover {
  transition: all 0.9s;
  box-shadow: 0 0 40px #ffd900;
  outline: none;
}  

.whitebtn-full-without-glow {
  width: 100%;
  text-align: center;
  background-color: #ffffff !important;
  color: rgb(3, 3, 3);
  padding: 9px;
  font-size: 16px;
  border: 1px solid rgb(3, 3, 3);
  border-radius: 0.25rem;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  display: inline-block;
}

.whitebtn-full-without-glow:hover {
  transition: all 0.9s;
  box-shadow: 0 0 40px #c4c4c4;
  outline: none;
}  


.launchbtn-full {
  width: 100%;
  text-align: center;
  background-color: #ffc400 !important;
  color: rgb(3, 3, 3);
  padding: 9px;
  font-size: 16px;
  border: 1px solid rgb(3, 3, 3);
  border-radius: 0.25rem;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  display: inline-block;
}

.launchbtn-full:hover {
  transition: all 0.9s;
  box-shadow: 0 0 40px #ffd900;
  outline: none;
}

/* red blue Buttons */

.redbtn-full {
  width: 100%;
  text-align: center;
  background-color: #E0144C !important;
  color: #ffffff !important;
  padding: 9px;
  font-size: 16px;
  border: 1px solid rgb(3, 3, 3);
  border-radius: 0.25rem;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  display: inline-block;
}

.redbtn-full:hover {
  transition: all 0.9s;
  box-shadow: 0 0 40px #ffd900;
  outline: none;
}  

.bluebtn-full {
  width: 100%;
  text-align: center;
  background-color: #2251a1 !important;
  color: #ffffff !important;
  padding: 9px;
  font-size: 16px;
  border: 1px solid rgb(3, 3, 3);
  border-radius: 0.25rem;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  display: inline-block;
}

.bluebtn-full:hover {
  transition: all 0.9s;
  box-shadow: 0 0 40px #ffd900;
  outline: none;
}  

.red-blue-fusion-neon-yellowtextcolorbtn-full {
  width: 100%;
  text-align: center;
  background: rgb(0, 0, 0);
  background: -webkit-linear-gradient(40deg, #E0144C, #2251a1);
  color: #ffd900;
  padding: 9px;
  font-size: 20px;
  border: 1px solid rgb(3, 3, 3);
  border-radius: 0.25rem;
  cursor: pointer;
  font-weight: bolder;
  text-shadow: 0 0 3px #202020, 0 0 5px #252525;
  text-decoration: none !important;
  white-space: nowrap;
}

.red-blue-fusion-neon-yellowtextcolorbtn-full:hover {
  transition: all 1.2s;
  text-shadow: 0 0 0.1px #acacac, 0 0 0.3px #c2c2c2;
  text-decoration: none !important;
  box-shadow: 0 0 15px #E0144C, 0 0 15px #2251a1;
  outline: none;
}


/* yellow Button */

.yellowbtn {
  width: 100px;
  text-align: center;
  background: rgb(0, 0, 0);
  background: -webkit-linear-gradient(40deg, #E0144C, #FF5858);
  color: #fff;
  padding: 9px;
  font-size: 16px;
  border: 1px solid rgb(3, 3, 3);
  border-radius: 0.25rem;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
}

.yellowbtn:hover {
  transition: all 0.9s;
  box-shadow: 0 0 40px #ffd900;
  outline: none;
}

.yellowbtn-auto {
  width: auto;
  text-align: center;
  background: rgb(0, 0, 0);
  background: -webkit-linear-gradient(40deg, #E0144C, #FF5858);
  color: #fff;
  padding: 0.25rem 1rem;
  font-size: 16px;
  border: 1px solid rgb(3, 3, 3);
  border-radius: 0.25rem;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  display: inline-block;
}

.yellowbtn-auto:hover,
.yellowbtn-auto:active {
  transition: all 0.9s;
  box-shadow: 0 0 40px #ffd900;
  color: #fff !important;
  outline: none;
}

.yellowbtn-full {
  width: 100%;
  text-align: center;
  background: #E0144C;
  background: -webkit-linear-gradient(40deg, #E0144C, #FF5858);
  color: #fff;
  padding: 9px;
  font-size: 16px;
  border: 1px solid rgb(3, 3, 3);
  border-radius: 0.25rem;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  display: inline-block;
}

.yellowbtn-full:hover {
  transition: all 0.9s;
  box-shadow: 0 0 40px #ffd900;
  color: #fff !important;
  outline: none;
}


.buy-btn-auto {
  width: auto;
  text-align: center;
  background: #fde297;
  color: rgb(29, 29, 29);
  padding: 0.25rem 1rem;
  font-size: 16px;
  border: 1px solid rgb(3, 3, 3);
  border-radius: 0.25rem;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  display: inline-block;
}

.buy-btn-auto:hover,
.buy-btn-auto:active {
  transition: all 0.9s;
  box-shadow: 0 0 40px #ffd900;
  color: rgb(29, 29, 29) !important;
  outline: none;
}


/* All Buttons End*/

/*  pagination  */

.app-pagination {
  margin-top: 2rem;
  text-align: center;
}

.app-pagination a {
  text-decoration: none;
  color: #E0144C;
  padding: 0.5rem;
  border: 1px solid #E0144C;
  margin: 0 1rem;
}

.app-pagination a:hover,
.app-pagination a:active,
.app-pagination a.active {
  background: #E0144C;
  color: white;
}



/* mt mb */

.centered {
  text-align: center;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

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

.padding-left-20 {
  padding-left: 20px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-left-40 {
  padding-left: 40px;
}

.padding-left-50 {
  padding-left: 50px;
}

.padding-50 {
  padding: 50px !important;
}

.padding-70 {
  padding: 70px !important;
}

.padding-40 {
  padding: 40px;
}

.padding-30 {
  padding: 30px !important;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-right-40 {
  padding-right: 40px;
}

.padding-right-50 {
  padding-right: 50px;
}

.padding_15percent {
  padding: 0 15% !important;
}

.padding_5percent {
  padding: 0 5% !important;
}

.padding_10px {
  padding: 10px;
}

.padding_16percent {
  padding: 0 16% !important;
}

.home-heading {
  font-size: 28px;
  font-weight: bold;
  color: #0c222b;
  background: linear-gradient(to right, #0c222b 0%, #0c222b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --- Media Queries ---- */

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .hideonsmall {
    font-size: 0px;
    display: none !important
  }

  .home-heading {
    font-size: 18px;
    font-weight: bold;
    color: #2d2834;
  }

  .pp-left-box {
    background-color: white;
    border-left: 0px;
  }

  .same_product-item {
    width: 6rem;
    max-width: 95%;
    margin: 1rem;
  }

  .same_product-price-symbol-on-card {
    top: -.75em;
    font-size: 12px;
    position: relative;
  }

  .same_product-price-on-card {
    font-size: 15px;
    color: #033518;
  }

}

/* Medium devices (tablets, less than 992px)*/
@media (min-width: 991.98px) {
  .hideonmedium {
    font-size: 0px;
    display: none !important
  }
}

/* Large devices (desktops, less than 1200px)*/
@media (min-width: 768px) {
  .hideonlarge {
    font-size: 0px;
    display: none !important
  }
}

@media (min-width: 1299.98px) {
  .hideonlarge2 {
    font-size: 0px;
    display: none !important
  }
}


@media screen and (min-width: 765px) {
  .mb-small {
    margin-bottom: 0px;

  }
}


.footer {
  position: fixed;
  bottom: -60px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: bottom 0.3s ease-in-out;
  left: 0px;
}

.main-mobil-footer-features {
  background-color: #fff;
  color: #E0144C;
  border-color: #E0144C;
  border-top: 5px solid;
  border-top-style: solid;
  padding: 0 20px;
}


@media only screen and (max-width: 767px) {
  .footer.show {
    bottom: 0;
  }
}

/* Icon styles */
.footer div {
  display: inline-block;
  width: 33.33%;
  text-align: center;
}

.footer div i {
  font-size: 30px;
  margin-top: 5px;
}

/* Hide footer on large screens */
@media only screen and (min-width: 768px) {
  .footer {
    display: none;
  }
}


/* Footer on influencer marketing agency pages START */

/* Hide footer on large screens */
@media only screen and (min-width: 768px) {
  .im-footer {
    display: none;
  }
}

/** im footer **/

.im-mobil-footer-features {
  display: none; /* Initially hide footer */
}

.button-wrapper {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none; /* Remove underline from anchor tag */
}

.button-wrapper:hover {
  text-decoration: none; /* Remove underline on hover */
}

.red-button, .blue-button {
  width: 100%; /* Ensure buttons take full width of their parent */
  height: 100%;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}

.red-button {
  background-color: #E0144C !important;
}

.blue-button {
  background-color: #2251a1 !important;
}

@media only screen and (max-width: 767px) {
  .im-mobil-footer-features {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    transition: bottom 0.3s ease-in-out;
    align-items: center;
    padding: 0 0px;
    border-top: 0px solid;
    display: flex;
  }
  
  .im-mobil-footer-features.show {
    bottom: 0;
  }

  .code-no-display-under-767 {
      display: none;
    }

}

@media (min-width: 768px) {
    .no-code-screen-bigger-767 {
      display: none;
    }
  }
