@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap");
/* Search */
.header-item--search {
  border: 1px solid #00B3FF;
  border-radius: 20px;
  width: 383px;
}
.header-item--search input {
  border: none;
  font-size: 0.8em;
  margin-left: 15px;
  width: 80%;
  height: 30px;
}
.header-item--search .site-nav__link--icon .icon {
  color: #117BE5;
  max-width: 20px;
  max-height: 20px;
}

/* Toolbar */
.toolbar {
  background: #00B3FF;
}
.toolbar .toolbar__menu {
  text-align: center;
}
.toolbar a {
  color: white;
  display: flex;
  text-align: center;
  justify-content: space-between;
  padding: 10px;
}
.toolbar a img {
  margin-right: 10px;
}

/* Nav */
.header-desktop-nav {
  background-color: white;
}

.site-navigation {
  font-family: "Londrina Solid";
  display: flex;
  justify-content: flex-start;
}
.site-navigation .site-nav__item .site-nav__link {
  font-size: 1em;
  font-weight: bold;
  color: #888;
  margin-right: 50px;
}
.site-navigation .site-nav__item .site-nav__link svg {
  transition: 0.25s;
}
.site-navigation .site-nav__item .site-nav__link:hover {
  color: #00B3FF !important;
}
.site-navigation .site-nav__item .site-nav__link:hover svg {
  color: #00B3FF;
}
.site-navigation .site-nav__item .site-nav__link::after {
  border-width: 5px;
  border-color: #00B3FF;
}
.site-navigation .is-focused svg {
  transform: rotate(180deg);
}

/* Header Sticky */
.site-header-sticky .site-header {
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .site-header-sticky .site-nav__icons svg {
    width: 30px;
  }
}

.js-search-header {
  color: #117BE5;
}

.megamenu .wrap-mega {
  display: flex;
  align-items: center;
}
.megamenu .wrap-mega .h5 {
  font-family: "Montserrat";
  margin-bottom: 40px;
}
.megamenu .wrap-mega .h5 .site-nav__dropdown-link {
  font-size: 16px !important;
  letter-spacing: 3.2px !important;
}
.megamenu .wrap-mega .images-mega {
  display: flex;
}
.megamenu .wrap-mega .images-mega__wrap {
  margin-right: 4em;
}

/* FIXES */
@media only screen and (max-width: 768px) {
  .site-nav__link--icon + .site-nav__link--icon {
    margin-left: 15px;
  }
}

/* Slider */
.page-width-subtitle {
  max-width: 1500px;
  margin: 45px auto 0;
  padding: 0 40px;
}
.page-width-subtitle .animation-cropper .animation-contents span {
  color: black !important;
  font-weight: bold;
}
.page-width-subtitle .hero__top-subtitle .animation-cropper .animation-contents {
  color: black;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.page-width-subtitle .hero__top-subtitle .animation-cropper .animation-contents :last-child {
  color: #34495E;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .slideshow__slide--5854f549-1288-402b-bbbb-035a446cdd64 .hero__title .animation-contents {
    font-size: 100px !important;
  }
}

@media screen and (min-width: 769px) {
  .slideshow__slide--5854f549-1288-402b-bbbb-035a446cdd64 .animation-contents {
    font-size: 20px !important;
  }
}

.hero__title {
  color: #00B3FF;
  font-family: "Londrina Solid", cursive;
  font-weight: bold;
  text-align: left;
}

.hero__subtitle {
  color: black;
  text-align: left;
  max-width: 711px;
  font-size: 1em;
}

/* End of Slider */
/* Logo List */
.logo-list-store .logo-bar__item {
  position: relative;
}
.logo-list-store .logo-bar__item div {
  background-position: center;
  background-size: cover;
  width: 260px;
  height: 260px;
  background-repeat: no-repeat;
  margin: auto;
}
.logo-list-store .logo-bar__item p {
  color: white;
  font-family: "Londrina Solid";
  font-size: 24px;
  font-weight: bold;
  padding-top: 55%;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.logo-list-store .logo-bar__item div::after {
  background: #0b9cda;
  border-bottom-left-radius: 160px;
  border-bottom-right-radius: 160px;
  bottom: 0px;
  content: "";
  height: 50%;
  left: 0;
  right: 0;
  opacity: 0.8;
  position: absolute;
  width: 260px;
  margin: auto;
}

/* End of Logo List */
.section-header__title {
  font-family: "Londrina Solid";
  font-size: 54px;
  letter-spacing: 2.7px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .section-header__title {
    font-size: 36px;
  }
}

/* Featured collection store 1 */
.featured-collection-store {
  padding: 80px 0;
}
.featured-collection-store .grid__item {
  padding: 0 10px;
}
@media screen and (min-width: 1200px) {
  .featured-collection-store .grid__item {
    padding: 0 40px;
  }
}
.featured-collection-store .slick-prev {
  left: 0;
}
.featured-collection-store .slick-next {
  right: 0;
}

.grid__item .grid-product__content {
  border: 1px solid #00B3FF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 10px 20px #00000029;
}
.grid__item .grid-product__content .grid-product__image-mask {
  border-bottom: 1px solid #00B3FF;
}
.grid__item .grid-product__content .grid-product__meta {
  padding: 30px 25px;
  background-color: #fff;
}
.grid__item .grid-product__content .grid-product__meta .grid-product__title {
  font-family: "Londrina Solid";
  text-align: left;
  color: #00B3FF;
  font-size: 18px;
  letter-spacing: 0;
}
.grid__item .grid-product__content .grid-product__meta .grid-product__wrap-price {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 25px;
}
.grid__item .grid-product__content .grid-product__meta .grid-product__wrap-price .grid-product__price {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 2.1px;
  margin-top: 0;
  color: #888;
}
.grid__item .grid-product__content .grid-product__add-to-cart {
  background-color: #00B3FF;
  text-align: center;
  padding: 15px 40px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

/* End of Featured collection store */
/* Blog */
.article__grid-image {
  margin-bottom: 0;
}
.article__grid-image .image-wrap img {
  border: 1px solid #00D880;
}

.article__grid-meta {
  padding: 25px 20px 75px;
  text-align: left !important;
  border: 1px solid #00D880;
  border-top: 0;
}
.article__grid-meta .article__title {
  font-family: "Londrina Solid";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  color: #00D880;
  margin-bottom: 14px;
}
.article__grid-meta .article__excerpt {
  line-height: 22px;
  margin-bottom: 48px;
}
.article__grid-meta .btn-read-more {
  letter-spacing: 3.2px;
  line-height: 19px;
  color: #00D880;
  text-transform: uppercase;
  padding: 20px 60px;
  border: 1px solid #00D880;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .article__grid-meta .btn-read-more {
    padding: 10px 20px;
  }
}

/* End of Blog */
/* Featured collection store 2 */
#shopify-section-featured-collection-store-2 {
  margin-bottom: 0;
}

/* End of Featured collection store 2 */
/* Servicebox */
#shopify-section-servicebox-store {
  margin-bottom: 0;
}

.servicebox {
  padding: 70px 0 45px;
}
.servicebox .input-group {
  align-items: baseline;
}
.servicebox .input-group .number {
  margin-bottom: 30px;
}
.servicebox .input-group .number img {
  margin: auto;
  display: block;
}
.servicebox .input-group .info {
  text-align: center;
}
.servicebox .input-group .info .title {
  font-family: "Londrina Solid";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.2px;
  max-width: 185px;
  margin: auto;
  margin-bottom: 15px;
}
.servicebox .input-group .info .content {
  color: #fff;
  max-width: 300px;
  margin: auto;
}
.servicebox .slick-arrow {
  color: #fff;
}

/* End of Servicebox */
/* Newsletter Store */
.newsletter__input-group-store {
  border: 2px solid #fff;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  max-width: 800px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 425px) {
  .newsletter__input-group-store {
    margin: 0 auto 25px;
  }
}
.newsletter__input-group-store .newsletter__input {
  border: none;
}
.newsletter__input-group-store .newsletter__input::placeholder {
  color: #A7A7A7 !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 200 !important;
  letter-spacing: 1.6px !important;
}
@media screen and (max-width: 768px) {
  .newsletter__input-group-store .newsletter__input::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 425px) {
  .newsletter__input-group-store .newsletter__input::placeholder {
    font-size: 10px;
  }
}
.newsletter__input-group-store .input-group-btn button {
  border-radius: 30px !important;
  background-color: #00D880;
  font-weight: 400;
  padding: 20px 45px;
}
@media screen and (max-width: 768px) {
  .newsletter__input-group-store .input-group-btn button {
    padding: 20px;
    min-width: 50px;
  }
}
@media screen and (max-width: 425px) {
  .newsletter__input-group-store .input-group-btn button {
    padding: 10px;
    min-width: 50px;
  }
}
.newsletter__input-group-store .input-group-btn button:hover {
  background-color: #00D880 !important;
  opacity: 0.4;
}

/* End of Newsletter Store */
/*===========================*/
/*   COLLECTION STORE PAGE   */
/*===========================*/
#shopify-section-collection-header .breadcrumb a, #shopify-section-collection-header .breadcrumb span {
  color: #fff !important;
}

.collection-hero__content {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.collection-hero__content::before {
  z-index: -1;
}
.collection-hero__content .breadcrumb, .collection-hero__content .section-header {
  text-align: left;
  max-width: 695px;
}
.collection-hero__content .section-header__shadow::before {
  content: none;
}
.collection-hero__content .section-header__title {
  font-size: 80px;
}
@media screen and (max-width: 1024px) {
  .collection-hero__content .section-header__title {
    font-size: 36px;
  }
}
.collection-hero__content .section-header__description {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
}
@media screen and (max-width: 1024px) {
  .collection-hero__content .section-header__description {
    font-size: 16px;
    line-height: 16px;
  }
}

.collection-sidebar__title {
  font-size: 30px;
  color: #117BE5;
  font-family: "Londrina Solid";
  font-weight: bold;
  letter-spacing: 0.6px;
}

.collection-filter__item--sort {
  max-width: 200px;
}
.collection-filter__item--sort .collection-filter__sort-container {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #00B3FF;
  color: #A7A7A7;
}
.collection-filter__item--sort .collection-filter__sort-container select {
  font-size: 14px;
  border: none;
}

.collection-sidebar__group {
  border-top: 0;
}
.collection-sidebar__group .collapsible-trigger-btn {
  text-align: left;
  font-family: "Roboto";
  font-size: 18px;
  letter-spacing: 1.8px;
  position: relative;
  color: #00B3FF;
  line-height: 18px;
}
.collection-sidebar__group .collapsible-trigger-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #00B3FF;
  bottom: 0;
}
.collection-sidebar__group .collapsible-trigger-btn::after {
  content: "";
  position: absolute;
  width: 40%;
  border-bottom: 3px solid #00B3FF;
  bottom: -1px;
  left: 0;
}
.collection-sidebar__group .collapsible-content .collapsible-content__inner {
  margin-top: 45px;
}
.collection-sidebar__group .collapsible-content .collapsible-content__inner ul li a {
  font-family: "Roboto";
  font-weight: 300;
  letter-spacing: 1.8px;
  color: #A7A7A7;
  text-transform: uppercase;
}

.collapsible-content--sidebar.is-open {
  overflow: hidden;
}

.icon-down {
  display: none;
}

.is-open .icon-down {
  display: block;
}
.is-open .icon-up {
  display: none;
}

/*============================*/
/*       PRODUCT STORE        */
/*============================*/
.breadcrumbs-section {
  padding: 35px 0;
}

.breadcrumbs-product-store * {
  color: #34495E;
  /*font-family: 'Roboto';*/
}

.product-single__form .dedicatoria-section .btn-dedicatoria {
  padding: 15px 25px;
  border: 1px solid #00B3FF;
  font-family: "Londrina Solid";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
  color: #00B3FF;
  margin-bottom: 40px;
}
.product-single__form .dedicatoria-section .btn-dedicatoria svg {
  vertical-align: middle;
  margin-left: 10px;
}
.product-single__form .dedicatoria-section__form {
  padding: 20px 25px;
  border: 1px solid #00B3FF;
  margin-bottom: 35px;
}
.product-single__form .dedicatoria-section__form input, .product-single__form .dedicatoria-section__form textarea {
  width: 100%;
  margin-bottom: 15px;
  font-family: "Londrina Solid";
}
.product-single__form .dedicatoria-section__form .description {
  font-size: 14px;
  color: #555;
  letter-spacing: 0;
}
.product-single__form .select-monto {
  margin-bottom: 65px;
}
.product-single__form .select-monto__title {
  border-bottom: 0.5px solid #00B3FF;
}
.product-single__form .select-monto__title h4 {
  display: inline-block;
  font-family: "Londrina Solid";
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1.2px;
  line-height: 29px;
  color: #555;
  text-transform: initial;
  border-bottom: 3px solid #00B3FF;
  padding-bottom: 10px;
  margin-bottom: -2px;
}
.product-single__form .select-monto__items .item {
  padding: 20px 0;
  text-align: left;
}
.product-single__form .select-monto__items .item:not(.product-single__form .select-monto__items .item:last-child) {
  border-bottom: 0.5px solid #A7A7A7;
}
.product-single__form .select-monto__items .item label {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  color: #555;
  margin-right: 25px;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .product-single__form .select-monto__items .item label {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  .product-single__form .select-monto__items .item label {
    font-size: 14px;
  }
}
.product-single__form .select-monto__items .item label span {
  font-weight: normal;
}
.product-single__form .select-monto__items .item label input {
  max-width: 175px;
}

.product-single__meta .product-single__title {
  font-family: "Londrina Solid";
  font-size: 30px;
  font-weight: bold;
  color: #00B3FF;
  letter-spacing: 1.5px;
  line-height: 35px;
}
@media screen and (max-width: 768px) {
  .product-single__meta .product-single__title {
    font-size: 26px;
  }
}
.product-single__meta .product__price {
  font-size: 30PX;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  color: #00B3FF;
  display: inline-block;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .product-single__meta .product__price {
    font-size: 26px;
  }
}
.product-single__meta .product-single__description {
  font-size: 20px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .product-single__meta .product-single__description {
    text-align: center;
    font-size: 16px;
  }
}
.product-single__meta .variant-wrapper .variant-input-wrap {
  margin-bottom: 40px;
}
.product-single__meta .variant-wrapper .variant-input-wrap .variant-input label {
  font-size: 14px;
  letter-spacing: 2.8px;
  color: #707070;
  text-transform: uppercase;
  border-radius: 17px;
}
.product-single__meta .variant-wrapper .variant__label, .product-single__meta .product__quantity label {
  font-size: 18px;
  letter-spacing: 3.6px;
  line-height: 22px;
  color: #707070;
}
@media screen and (max-width: 768px) {
  .product-single__meta .variant-wrapper .variant__label, .product-single__meta .product__quantity label {
    font-size: 16px;
  }
}
.product-single__meta .wishlist-section {
  margin-bottom: 40px;
}
.product-single__meta .wishlist-section a svg path {
  stroke: #276FB7;
}
.product-single__meta .wishlist-section a, .product-single__meta .collapsibles-wrapper .collapsible-trigger {
  font-size: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  line-height: 22px;
  color: #276FB7;
}
@media screen and (max-width: 768px) {
  .product-single__meta .wishlist-section a, .product-single__meta .collapsibles-wrapper .collapsible-trigger {
    font-size: 16px;
  }
}
.product-single__meta .product__quantity {
  margin-bottom: 40px;
}
.product-single__meta .btn-custom-v1 {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  padding: 20px 65px;
  background-color: #00B3FF;
}
@media screen and (max-width: 768px) {
  .product-single__meta .btn-custom-v1 {
    padding: 10px 20px;
  }
}
.product-single__meta .collapsibles-wrapper .collapsible-trigger {
  text-align: left;
  line-height: 18px;
  border: none;
  border-bottom: 1px solid;
  padding: 20px 0;
}
.product-single__meta .collapsibles-wrapper .collapsible-trigger .collapsible-trigger__icon svg line {
  stroke: #a7a7a7;
}
.product-single__meta .collapsibles-wrapper .collapsible-content .collapsible-content__inner {
  border: none;
  padding: 20px 0;
}
.product-single__meta .collapsibles-wrapper .collapsible-content .collapsible-content__inner span {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .product-single__meta .collapsibles-wrapper .collapsible-content .collapsible-content__inner span {
    font-size: 16px;
  }
}

.js-qty__wrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  .js-qty__wrapper {
    max-width: unset;
  }
}
.js-qty__wrapper input {
  border-color: #276FB7;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .js-qty__wrapper input {
    border-right: 1px solid #276FB7;
  }
}
.js-qty__wrapper .wrap-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .js-qty__wrapper .wrap-buttons {
    display: none;
  }
}
.js-qty__wrapper .wrap-buttons .js-qty__adjust {
  position: static;
  height: 50%;
  border: 1px solid #276FB7;
}
.js-qty__wrapper .wrap-buttons .js-qty__adjust svg path {
  fill: #276FB7;
  stroke: #276FB7;
}
.js-qty__wrapper .wrap-buttons .js-qty__adjust--plus {
  border-bottom: none;
}

footer.custom-footer {
  border-top: unset;
}

footer.site-footer {
  padding-bottom: 30px;
}

.custom-footer {
  background: #117BE5;
  margin-top: 0;
}
@media only screen and (max-width: 425px) {
  .custom-footer .grid {
    margin: 0px;
  }
}
.custom-footer div.grid__item {
  padding: 20px;
}
.custom-footer div.grid__item .footer__logo a {
  text-align: center;
}
.custom-footer div.grid__item:nth-child(2) {
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding-left: 8%;
}
@media only screen and (max-width: 1280px) {
  .custom-footer div.grid__item:nth-child(2) {
    padding-left: 7%;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-footer div.grid__item:nth-child(2) {
    padding-left: 4%;
  }
}
@media only screen and (max-width: 425px) {
  .custom-footer div.grid__item:nth-child(2) {
    border: unset;
    padding: unset;
  }
}
.custom-footer div.grid__item:nth-child(3) {
  padding-top: 0px;
}
.custom-footer div.grid__item:nth-child(3) .footer__item-padding {
  padding-right: 0px;
  padding-left: 40px;
}
@media only screen and (max-width: 1280px) {
  .custom-footer div.grid__item:nth-child(3) .footer__item-padding {
    padding-left: 0px;
  }
  .custom-footer div.grid__item:nth-child(3) .footer__item-padding img {
    min-width: 30px;
  }
}
.custom-footer .site-footer__linklist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px 60px;
  grid-template-areas: ". . ." ". . ." ". . .";
}
@media only screen and (max-width: 1280px) {
  .custom-footer .site-footer__linklist {
    gap: 0px 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-footer .site-footer__linklist {
    gap: 0px 5px;
  }
}
@media only screen and (max-width: 425px) {
  .custom-footer .site-footer__linklist {
    display: block;
  }
}
.custom-footer a {
  color: white;
  font-family: "Londrina Solid";
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 1024px) {
  .custom-footer a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 425px) {
  .custom-footer a {
    font-size: 1.5em;
  }
}
.custom-footer .social-icons ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin-left: 0px;
}
.custom-footer .social-icons ul li {
  margin-right: 40px;
}
@media only screen and (max-width: 425px) {
  .custom-footer .social-icons ul li {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 425px) {
  .custom-footer .social-icons ul li {
    justify-content: space-around;
  }
}
.custom-footer button {
  color: white;
  font-family: "Londrina Solid";
  font-size: 1.5em;
  font-weight: bold;
}

.footer__small-text {
  color: white;
  background: #555555;
}
.footer__small-text a {
  color: white;
}

#Footer-f52803a9-05ba-4d77-8e5e-cd57895bc383 .collapsible-content__inner p a {
  border-bottom: none;
}
#Footer-f52803a9-05ba-4d77-8e5e-cd57895bc383 .collapsible-content__inner p a::after {
  content: none;
}
#Footer-f52803a9-05ba-4d77-8e5e-cd57895bc383 .collapsible-content__inner p a svg {
  margin-right: 8px;
}

.custom-footer {
  position: relative;
}
.custom-footer::after {
  content: "";
  width: 80%;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .custom-footer::after {
    content: none;
  }
}

.footer__small-text {
  padding: 30px 0;
  background-color: #117BE5;
}

#Footer-f52803a9-05ba-4d77-8e5e-cd57895bc383 .collapsible-content__inner p a {
  border-bottom: none;
}
#Footer-f52803a9-05ba-4d77-8e5e-cd57895bc383 .collapsible-content__inner p a::after {
  content: none;
}
#Footer-f52803a9-05ba-4d77-8e5e-cd57895bc383 .collapsible-content__inner p a svg {
  margin-right: 8px;
}

/* GLOBAL */
.flex-start {
  align-items: flex-start;
}

.breadcrumb {
  text-transform: uppercase;
  margin: 0 !important;
  font-size: 14px;
  letter-spacing: 1.4px;
}
.breadcrumb a:first-child {
  font-weight: bold;
}
.breadcrumb .breadcrumb__divider {
  margin: 0 0.5em;
}

.btn-custom-v1 {
  background: #FFA44A;
  color: #fff;
  padding: 25px;
  font-family: "Londrina Solid";
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .btn-custom-v1 {
    padding: 10px;
    font-size: 18px;
    line-height: 18px;
  }
}
.btn-custom-v1 svg {
  vertical-align: text-top;
  margin-left: 10px;
}
@media screen and (max-width: 425px) {
  .btn-custom-v1 svg {
    display: none;
  }
}

.slick-arrow {
  color: #00B3FF;
  z-index: 10;
}
.slick-arrow .icon {
  width: 20px;
  height: 20px;
}

.slick-disabled {
  opacity: 0.5 !important;
}

.alert-container {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  display: none;
  position: fixed;
  bottom: 10%;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  background: #5a5a5a;
  color: white;
}
@media (max-width: 425px) {
  .alert-container {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    display: none;
    position: fixed;
    bottom: 5%;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    background: #5a5a5a;
    color: white;
  }
  .alert-container span {
    font-size: 18px;
    color: white;
  }
}
.alert-container span {
  font-size: 18px;
  color: white;
}

.full-icon {
  width: 90%;
}

.empty-icon {
  width: 90%;
}

/*# sourceMappingURL=main-store-ig.min.css.map */
