body {
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
}

@font-face {
  font-family: 'Roboto', sans-serif;
  src: url('../fonts/humanst521bt.ttf');
}

@font-face {
  font-family: 'Roboto', sans-serif;
  src: url('../fonts/humanst521ltbt.ttf');
}

*:focus {
  outline: none
}

.flyer-actions {
  position: absolute;
  width: 100%;
  margin-top: -40px;
  z-index: 9999;
}

.flyer-cart-action {
  float: left;
  text-align: center;
}

.shipping-disabled {
  height: 55px;
  background-color: #f3f3f3;
  filter: blur(1px);
}

.shipping-disabled-text-style {
  margin-top: -36px;
  text-align: center;
}

.shipping-disabled-text-style > p {
  font-size: 0.8em;
  color: #900;
  width: 100%;
}

.flyer-actions > li {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #FFFFFF;
  /*box-shadow: 0px 0px 1px #888888;*/
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 1px 1px -1px rgba(0, 0, 0, 0.12), 0 0.3px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 1px 1px -1px rgba(0, 0, 0, 0.12), 0 0.3px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 1px 1px -1px rgba(0, 0, 0, 0.12), 0 0.3px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
  font-size: 1.5em;
  cursor: pointer;
}

.user-cart-resume-box {
  border-radius: 8px;
  padding-bottom: 25px !important;
}

.coupon-box {
  padding: 13px 2px;
  border: 1px solid #D2D3D5;
  position: relative;
  border-radius: 8px;
  margin-bottom: 25px;
}

.coupon-box-checkout {
  padding: 13px 2px;
  border: 1px solid #D2D3D5;
  position: relative;
  border-radius: 8px;
  margin-bottom: 10px;
}

.flyer-actions li span {
  position: relative;
  top: 10px;
}

.flyer-box {
  transition: opacity 5s ease-out;
  z-index: 0;
  position: relative;
}

.flyer-actions-redeem {
  transition: opacity 5s ease-out;
  display: none;
  margin-top: 0px;
  opacity: 0;
}

.btn-reedem {
  color: #FFFFFF !important;
  border: 0 !important;
}

.flyer-price {
  text-decoration: line-through;
  font-size: 1em;
  color: #828282;
}

.flyer-discount-price {
  color: #a6a39f;
  margin-right: 2px;
  font-size: 1em;
  font-weight: bold;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFFFFF !important;
}

.navbar-brand {
  font-size: 15px !important;
}

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

@media (min-width: 995px) {
  .navbar-brand {
    font-size: 15px !important;
  }

  .fade-box {
    position: relative;
    float: left;
    cursor: unset;
  }

  .post-block:hover .flyer-box:hover {
    position: absolute;
    width: 100%;
    cursor: pointer;
    z-index: 99 !important;

    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;

    -webkit-box-shadow: 1px 25px 20px 1px rgba(0, 0, 0, 0.16), 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 25px 20px 1px rgba(0, 0, 0, 0.16), 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 25px 20px 1px rgba(0, 0, 0, 0.16), 0 -1px 2px 0 rgba(0, 0, 0, 0.1), 0px -5px 20px 5px rgba(0, 0, 0, 0.16);
  }

  .post-block:hover .flyer-box:hover .flyer-box-img {
    border: 1px solid #f2f2f4 !important;
    border-bottom: 1px solid white !important;
    border-radius: 7px !important;
  }

  .post-block:hover .flyer-actions-redeem {
    display: block !important;
    opacity: 1 !important;
    border-radius: 25px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    font-size: 18px !important;
  }

  /*.fade-box:hover .flyer-box {
      z-index: 9999 !important;
          -webkit-box-shadow:    0 25px 20px 0 rgba(0,0,0,0.16),
                                                  0 -1px 2px 0 rgba(0,0,0,0.1);
      -moz-box-shadow:    0 25px 20px 0 rgba(0,0,0,0.16),
                                                  0 -1px 2px 0 rgba(0,0,0,0.1);
          box-shadow:    0 25px 20px 0 rgba(0,0,0,0.16),
                                      0 -1px 2px 0 rgba(0,0,0,0.1);
    }

    .fade-box:hover  .flyer-actions-redeem {
      display: block !important;
      opacity: 1 !important;
    }*/
  .flex-footer-info {
    display: flex;
    flex-direction: column;
  }

  .footer-mobile-order-1 {
    order: 1;
  }

  .footer-mobile-order-2 {
    order: 2;
  }

  .footer-mobile-order-3 {
    order: 3;
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    font-size: 17px !important;
  }

  .btn-sort-options-flyers {
    width: 140px !important;
  }
}

@media (min-width: 1200px) {
  .navbar-brand {
    font-size: 20px !important;
  }
}

.navbar {
  border: none !important;
}

.navbar-toggle {
  padding: 17px 5px 0;
}

.navbar-fixed-top {
  position: fixed;
  padding: 4px 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.navbar-nav > li > a {
  line-height: 5em;
  padding: 0 10px;
}

.navbar-default .navbar-brand {
  color: #333;
  font-size: 20px;
  height: auto;
  padding: 22px 15px 0px;
}

.flyer-icon-heart:before {
  font-family: 'FontAwesome';
  content: '\f08a';
}

/* .flyer-like-action:hover .flyer-icon-heart:before {
    font-family: 'Roboto', sans-serif;
    content: '\f004';
    cursor: pointer;
} */

.flyer-liked:before {
  font-family: 'Roboto', sans-serif;
  content: '\f004';
  cursor: pointer;
}

/*.flyer-share-icons li {
    padding: 10px;
}*/

.store-detail-icon {
  font-size: 3.5em;
}

.store-detail-icon-header {
  min-height: 150px;
  margin-top: 5px;
}

.store-icon-star-default-color {
  color: #E5E6E7;
}

.btn-default-redeem {
  background-color: #293946;
  color: #FFFFFF;
  margin: 0 !important;
  padding: 15px;
  font-size: 25px;
}

.flyer-steps {
  margin-top: 20px;
}

.flyer-icon-step {
  position: relative;
  top: 50%;
  transform: translateY(50%);
}

.uppercase {
  text-transform: uppercase;
}

.angular-google-map-container {
  height: 320px;
}

#flyer-price-row {
  margin-top: 4vh;
}

#flyer-discountPrice-row {
  margin-top: 4vh;
}

#flyer-expirationDate-row {
  margin: 25px 0px 15px 0px;
}

#flyer-button-row {
  margin-top: 3.5vh;
}

#flyer-modal-button-row {
  margin-top: 5vh;
}

#flyer-validate-row {
  position: absolute;
  bottom: 0;
  margin: 0 !important;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .is-table-row {
    display: table;
  }

  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }

  .flyer-box:hover .flyer-box-img-hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  #flyer-detail-actions {
    margin-top: 40px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #flyer-price-row {
    margin-top: 2vh;
  }

  #flyer-discountPrice-row {
    margin-top: 2vh;
  }

  #flyer-expirationDate-row {
    margin: 15px 0px;
  }

  #flyer-button-row {
    margin-top: 3vh;
  }

  .btn-default-redeem {
    padding: 5px;
  }
}

.grid-clear {
  margin: 0 !important;
  padding: 0 !important;
}

.btn-default {
  text-shadow: none;
  border-radius: 7px;
}

#scrollButton {
  font-size: 3em;
  display: none;
  /* Hidden by default */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 20px;
  /* Place the button 30px from the right */
}

#scrollButton span {
  position: relative;
  top: -4px;
  right: 1px;
}

#whatsappButton {
  font-size: 2.8em;
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 20px;
  /* Place the button 30px from the right */
}

.fixedTermCookies {
  position: fixed;
  bottom: 70px;
  z-index: 99;
  border: none;
  outline: none;
  color: white;
  right: 120px;
  height: 85px;
  width: 85%;
  border-radius: 10px;
  background-color: white;
  color: #FFFFFF;
  transition: all 0.2s ease-out;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

.btn-cookies {
  margin: 0px 30px 0px 0px;
  border: 2px solid;
  font-size: 14px;
  letter-spacing: 0.05em;
  min-width: max-content;
  padding: 11px;
  border-radius: 6px;
  background-color: transparent;
  font-weight: bolder;
}

.btn-cookies:hover {
  margin: 0px 30px 0px 0px;
  border: 2px solid;
  font-size: 14px;
  letter-spacing: 0.05em;
  min-width: max-content;
  padding: 11px;
  border-radius: 6px;
  background-color: #e7e7e74d;
  font-weight: bolder;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

.text-cookies {
  margin: 0px 30px;
  color: #333333;
}

.fixedButton {
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  height: 54px;
  width: 54px;
  background-color: black;
  color: #FFFFFF;
  transition: all 0.2s ease-out;
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

.fixedButton:hover {
  opacity: 0.9;
}

.tab-content {
  padding-top: 0px !important;
}

.tab-nav .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-tabs > li > a {
  color: white;
}

.inner-addon {
  position: relative;
}

/* style icon */

.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */

.left-addon .glyphicon {
  left: 0px;
}

.right-addon .glyphicon {
  right: 0px;
}

/* add padding  */

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

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

.input-group.input-group-unstyled input.form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.input-group-unstyled .input-group-addon {
  border-radius: 4px;
  border: 0px;
  background-color: transparent;
}

textarea:focus,
input:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: inherit;
}

.input-group.input-group-unstyled input.form-control {
  border-radius: 0px;
}

.input-group:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: inherit;
}

/*
.form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #293946 !important;
}

.form-control>input:focus {
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-color: #293946;
  background-size: 0 2px, 100% 1px;
  background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#d2d2d2, #d2d2d2);
  transition: background 0s ease-out;
  border: 0;
  float: none;
  box-shadow: none;
  border-radius: 0;
} */

.nav-tabs {
  white-space: nowrap;
  min-height: 46px;
  border-bottom: none;
}

.nav-tabs > .nav-item {
  padding-right: 0px;
  padding-left: 0px;
  display: table-cell;
  width: 1%;
  font-size: 1.3em;
}

.nav-tabs > .nav-item a {
  font-size: 0.9em;
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  border-bottom: none !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.9em !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.9em !important;
  line-height: normal;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 0.9em !important;
  line-height: normal;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.9em !important;
  line-height: normal;
}

.modal-content {
  z-index: 2000;
}

.btn-modal {
  color: #ffffff;
  font-size: 100%;
}

#rates > .stars i {
  font-size: 2em;
}

.form-control[readonly],
  fieldset[disabled] .form-control {
  background-color: transparent !important;
}

.form-control[disabled] {
  background-color: #eee;
}

.pagination {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.pagination > .active > a {
  background-color: #F4F4F4;
  color: #676A6C;
}

.pagination > li > a {
  color: #9D9FA1;
}

.pagination > li > a:focus {
  color: #9D9FA1;
}

.pagination > .active > a:focus {
  background-color: #F4F4F4;
  border-color: transparent !important;
}

.pagination > li > a:hover {
  color: #9D9FA1 !important;
  border-color: transparent !important;
}

.pagination > .active > a:hover {
  background-color: #F4F4F4 !important;
  color: #9D9FA1 !important;
  border-color: #97999B !important;
}

.pagination > .active > a {
  border-color: #97999B;
}

.pagination {
  text-align: center;
}

.showcase-box-transparent-button:hover {
  background-color: #FFFFFF;
}

.flyer-box-hover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFFFFF;
}

.capitalize {
  text-transform: capitalize;
}

.remove-margin {
  margin: 0px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent !important;
}

.dropdown-menu > li > a:hover {
  background-color: #e8e8e8;
}

.dropdown-menu > li.active > a {
  background-image: none !important;
  background-color: #e8e8e8 !important;
}

#pdf {
  display: none;
}

.social i:hover {
  cursor: pointer;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: left;
  height: 0;
  margin-right: 10px;
  margin-top: 5px;
  width: 0;
}

.dropdown-menu.dropdown-nav {
  width: 210px !important;
  max-width: 210px !important;
}

.dropdown-menu > li > a:hover {
  color: rgb(103, 103, 103) !important;
}

.navbar-default .navbar-nav > .open > a {
  background-image: none !important;
}

.post-block {
  border: 1px solid #ebebeb;
  margin-top: 15px;
}

.menu-item:hover {
  cursor: pointer;
}

.price-font {
  font-family: 'Roboto', sans-serif;
}

.flyer-name {
  text-transform: capitalize;
  overflow: hidden;
  line-height: 1.2em;
  max-height: 3.4em;
  min-height: 2.4em;
  padding-left: 0px;
  padding-right: 0px;
}

.flyers-like {
  padding-left: 0px;
  padding-right: 0px;
}

.flyer-name p {
  margin-bottom: 0px;
  min-height: auto;
  white-space: normal;
  line-height: 15px;
}

.flyer-name-cart {
  text-transform: capitalize;
  overflow: hidden;
  line-height: 1.2em;
  max-height: 3.4em;
  min-height: 2em;
  padding-left: 0px;
  padding-right: 0px;
}

.flyer-limited-cart {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  font-size: 12px;
}

.flyer-warning-checkout {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  font-family: 'Roboto', sans-serif !important;
}

.flyer-name-cart p {
  margin-bottom: 0px;
  min-height: auto;
  white-space: normal;
}

/* .flyer-name:before {
    content: '' !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
} */

.flyer-name:after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  width: 1em !important;
  height: 1em !important;
  margin-top: 0.2em !important;
  background: #FFFFFF !important;
}

.social-button {
  font-size: 1.4em;
}

rate #rates span.stars {
  padding-left: 8px;
}

.btn {
  border: none !important;
}

.modal-header-coupon {
  box-shadow: none !important;
}

.store-map > .angular-google-map > .angular-google-map-container {
  height: 420px;
}

.showcase-box-transparent-button {
  background-color: transparent;
  border: 2px solid !important;
  text-transform: uppercase;
  width: 13vw;
}

.fix-class {
  position: relative !important;
}

/*.navbar-default {*/

/*height: 70px !important;*/

/*}*/

/*.navbar-default > .container {*/

/*height: 70px !important;*/

/*}*/

/*.navbar-header {*/

/*height: 70px !important;*/

/*}*/

.final-user-how-to-use ul {
  list-style: none;
  background-color: red;
}

.final-user-how-to-use ul li {
  float: left;
}

.final-user-how-to-use-arrow {
  position: relative;
  left: 57%;
  bottom: 90px;
  font-size: 3em;
  color: #B2B5B7;
}

.loading img {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -100px;
}

.loader {
  width: 200px;
  height: 13px;
  background: #eee;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  overflow: hidden;
  left: 50%;
  transform: translate(-50%, -50%);
}

.innerloader {
  height: 100%;
  width: 100px;
  position: relative;
  left: -50px;
  background: rgb(136, 138, 133);
  animation: move1 1.5s infinite;
}

@keyframes move1 {
  50% {
    left: 150px;
  }
}

.main-content {
  padding-top: 68px !important;
}

@media only screen and (min-width: 768px) {
  .navbar-fixed-top {
    position: fixed !important;
  }

  .main-content {
    padding-top: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff !important;
    font-size: 1.1em;
  }

  .navbar-header {
    height: 60px;
  }

  .navbar-collapse {
    overflow: hidden;
  }

  h1 {
    font-size: 1.3em !important;
  }

  .navbar-default .navbar-brand {
    padding: 0;
    margin: 20px 10px 0px;
  }

  .footer-reference {
    font-size: 0.7em;
  }
}

#page-content {
  padding: 34px 0 !important;
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: none !important;
}

@media only screen and (max-width: 480px) {
  .img-responsive-custom {
    height: 10em;
    object-fit: cover;
  }

  /*  .img-responsive-custom-flyer {
    height: 18em;
    object-fit: cover;
  }*/
  .navbar-default .navbar-brand {
    padding: 0;
    margin: 20px 10px 0px;
  }

  .footer-reference {
    font-size: 0.6em;
  }

  .offers-tittle {
    font-size: 25px !important;
  }
}

.fixedButton .icon {
  padding: 6px 8px;
  position: inherit;
}

.popover-install-iphone {
  margin: 0% auto; /* Will not center vertically and won't work in IE6/7. */
  left: 0;
  right: 0;
}

.float-popover {
  top: 86% !important;
  position: fixed;
  /* bottom: 20px; */
  z-index: 99;
  border: none;
  outline: none;
  /* color: white; */
  cursor: pointer;
  /* height: 40px; */
  /* width: 40px; */
  transition: all 0.2s ease-out;
  text-align: center;
  background-color: #ededed;
  color: black;
}

.popover.top > .arrow:after {
  border-top-color: #ededed !important;
}

.icon-apple-install {
  width: 7% !important;
  float: left;
  margin-top: -2px;
}

.fixedScrollButton {
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  height: 53px;
  width: 53px;
  background-color: black;
  opacity: 0.6;
  color: #FFFFFF;
  transition: all 0.2s ease-out;
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

.fixedScrollButton:hover {
  opacity: 0.9;
}

.fixedScrollButton .icon {
  font-size: 1.1em;
  padding: 1px 12px;
  position: inherit;
}

.deals-label {
  width: 30px;
  height: 20px;
  background-color: #f7c600;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.deals-label:before {
  top: 0;
  left: 100%;
  border-width: 10px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #f7c600;
}

.deals-label:after,
.deals-label:before {
  content: '';
  position: absolute;
}

.deals-label:after {
  width: 6px;
  height: 6px;
  right: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.deals-label:after,
.deals-label:before {
  content: '';
}

.offers-tittle {
  font-size: 30px;
  margin-bottom: 0px;
  margin-top: 10px;
}

/*  Responsible media tags */

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #flyer-old-currency {
    font-size: 1.6em;
  }

  #flyer-old-value {
    font-size: 2em;
  }

  #flyer-new-currency {
    font-size: 1.7em;
  }

  #flyer-new-value {
    font-size: 1.7em;
  }

  #flyer-discountPrice-row {
    margin-top: 20px !important;
  }

  #flyer-price-row {
    margin-top: 1vh !important;
  }

  #flyer-validate-row {
    position: relative;
    margin-top: 10px;
  }

  /*  #flyer-image {
    max-height: 250px !important;
  }*/
  #flyer-detail-actions {
    margin-top: 15px !important;
  }

  #flyer-detail-actions > ul {
    margin-bottom: 0px !important;
  }

  #flyer-button-row {
    margin-top: 4vh !important;
  }

  #flyer-modal-box {
    width: 100% !important;
  }

  .store-info {
    margin-top: 25px;
  }

  .store-detail-icon {
    font-size: 2.5em !important;
  }

  .store-detail-icon-header {
    font-size: 14px !important;
    min-height: unset;
  }

  .navbar-icon {
    text-align: justify;
    margin-left: 30px;
  }

  .navbar-icon span:nth-child(2) {
    margin-left: 20px;
  }

  .store-remove-padding {
    padding: 0 !important;
  }

  .store-remove-padding-info {
    padding: 0 !important;
    text-align: left !important;
  }

  .store-info-header {
    margin-bottom: 7px !important;
  }

  .store-detail-header {
    font-size: 18px;
  }

  .store-icon-padding {
    margin-top: 10px;
  }

  .flyer-detail-header {
    font-size: 18px;
  }

  .flyer-remove-padding {
    padding: 0 !important;
  }

  .flyer-detail-button {
    padding: 10px !important;
    width: 100%;
  }

  .flyer-detail-icon-padding {
    margin-top: 10px;
  }

  .flyer-text-align {
    text-align: left;
  }

  .flyer-price-box {
    margin-top: 20px;
    text-align: center;
  }
}

@media only screen and (min-width: 466px) {
  .flyer-price-cart {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 768px) {
  #flyer-old-currency {
    font-size: 1.6em;
  }

  #flyer-old-value {
    font-size: 1.6em;
  }

  #flyer-new-currency {
    font-size: 1.7em;
    font-weight: bold;
  }

  #flyer-new-value {
    font-size: 1.7em;
    font-weight: bold;
  }

  #flyer-discountPrice-row {
    margin-top: 40px !important;
  }

  #flyer-modal-box {
    width: 90% !important;
  }
}

.navbar-icon-text {
  font-size: 1.2em !important;
  font-family: 'Roboto', sans-serif;
}

.dropdown-menu > li > a.share-button {
  padding: 0px !important;
}

.dropdown-menu > li > a.share-button:hover {
  background-color: transparent !important;
}

.dropdown-share {
  min-width: 140px !important;
  width: 140px !important;
}

.icon {
  position: relative;
  text-align: center;
  width: 0px;
  height: 0px;
  padding: 15px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -khtml-border-radius: 20px 20px 20px 20px;
  color: #FFFFFF;
}

.icon i {
  font-size: 16px;
  position: absolute;
  left: 5px;
  top: 7px;
}

.icon.social {
  float: left;
  margin: 0 5px 0 0;
  cursor: pointer;
  background: #6d6e71;
  color: #262626;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.icon.social:hover {
  background: #262626;
  color: #6d6e71;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-filter: drop-shadow(0 0.1px 2px rgba(0, 0, 0, .8));
  -moz-filter: drop-shadow(0 0.1px 2px rgba(0, 0, 0, .8));
  -ms-filter: drop-shadow(0 0.1px 2px rgba(0, 0, 0, .8));
  -o-filter: drop-shadow(0 0.1px 2px rgba(0, 0, 0, .8));
  filter: drop-shadow(0 0.1px 2px rgba(0, 0, 0, .8));
}

.icon.social.fb {
  color: #FFFFFF !important;
  background-color: #3C599F !important;
}

.icon.social.tw {
  color: #FFFFFF !important;
  background-color: #32CCFE;
}

.icon.social.tw a {
  color: #FFFFFF !important;
}

.icon.social.wa {
  color: #FFFFFF !important;
  background-color: #47BD4B !important;
}

.icon.social.wa a {
  color: #FFFFFF !important;
}

.icon.social.tw i {
  left: 3px;
}

.icon.social.wa i {
  left: 3px;
}

.list-share > li {
  padding-right: 0px !important;
}

.page-external-header-menu {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-external-header-menu-item {
  color: #ffffff !important;
}

.page-external-top-icon {
  color: #A7AAAD;
  font-size: 12em;
}

.page-external-font {
  font-family: 'Roboto', sans-serif;
  color: #676769 !important;
}

.page-external-input {
  padding: 40px !important;
  border: 1.5px solid #e5e6e7;
}

.page-external-input-2 {
  height: 40px !important;
  border: 1.5px solid #e5e6e7;
}

.page-external-button {
  padding: 11px;
}

.page-external-header {
  font-size: 5em;
  letter-spacing: 0 !important;
}

.middle-box {
  z-index: 100;
  margin: 0 auto;
  padding-top: 0px !important;
}

.btn-red {
  background-color: #ad0000 !important;
  color: #FFFFFF !important;
  margin: 0px !important;
}

.form-control-custom {
  padding: 6px 12px !important;
  margin-bottom: 10px !important;
}

.alert {
  border-radius: 8px !important;
  border: 1px solid transparent !important;
}

.alert-danger {
  background-color: #f2dede !important;
  color: #a94442 !important;
  border-color: #ebccd1 !important;
}

.alert-danger-custom {
  background-image: none !important;
}

.form-control-custom:focus {
  border-color: #990000 !important;
}

.first-step.loginscreen.middle-box {
  width: 40% !important;
}

@media screen and (min-width: 1174px) {
  .loginscreen.middle-box {
    width: 25% !important;
  }
}

.input-group-btn-custom {
  vertical-align: top !important;
}

.alert-link {
  color: #337ab7 !important;
  cursor: pointer;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.clearfix-flyer-box {
  position: relative !important;
}

/* intl-tel-input */
.iti-flag {
  background-image: url("../images/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../images/flags@2x.png");
  }
}

.country-list {
  z-index: 10 !important;
}

.tel-border-error {
  border-bottom-color: #990000 !important;
}

.flyer-box-img-hover-remaining {
  position: relative;
  top: 14%;
  left: 15%;
  transform: translateY(-50%);
}

.help-block-div {
  position: absolute;;
}

.help-block {
  margin-top: 5px !important;
  color: #990000 !important;
}

.final-user-form-group {
  margin-bottom: 25px;
}


/*
	rent.html (calendar)
*/

.disabled {
  cursor: auto !important;
  color: #d4d4d4;
}

.disabled-date {
  color: #666666 !important;
  text-decoration: line-through !important;
}

.day {
  cursor: pointer !important;
}

.prev {
  cursor: pointer !important;
}

.next {
  cursor: pointer !important;
}


.evaluation-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0px;
  margin-top: 10px;
}

.radio-group {
  display: inline-block;
  text-align: center;
  margin-right: 1.2em;
}

.radio-group label {
  display: block;
}

.question-row {
  margin: 1em auto;
}

span.required:after {
  content: " *";
  color: #990000;
}

label.required:after {
  content: " *";
  color: #990000;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.evaluation-content {
  flex: 1
}

.evaluation-content-error {
  flex: 1;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/*
.box div {
  width: 100px;
  height: 100px;
} */


.product-name {
  font-family: 'Roboto', sans-serif;
}

.coupon-text-color {
  color: #990000 !important;
}

.product-category {
  text-transform: capitalize;
}

.product-info-price {
  font-size: 1.3em;
}

.product-price {
  background-color: transparent !important;
}

.prices-remove-margin {
  margin-bottom: 0px !important;
}

.coupon-input {
  border: 1px solid #ccc !important;
  z-index: 0 !important;
  border-radius: 0px;
  background-color: white;
}

.quant-input {
  text-align: center;
  border: 1px solid #ccc;
  border-right: 0px solid #ccc;
  border-left: 0px solid #ccc;
  border-color: #ccc !important;
  z-index: 0 !important;
  font-size: 16px;
  box-shadow: none;
}


.quant-button {
  color: #A8A9AD !important;
  cursor: pointer;
  background-color: white;
}

.quant-button-decrease {
  border-right: 0px solid #ccc;
}

.quant-button-increase {
  border-left: 0px solid #ccc;
}

.msg-font-10 {
  font-size: 10px;
}

.quant-input-error {
  color: #de3f3f !important;
  border-color: #de3f3f !important;
}

.basic-sufix-resume, .prefix-resume, .price-font {
  font-size: 1.2em;
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.md-content.md-default-theme, md-content {
  background-color: #ffffff;
}

md-input-container:not(.md-input-invalid).md-input-focused .md-input {
  border-color: gray;
}

md-input-container:not(.md-input-invalid).md-input-focused label {
  color: gray;
}

.md-input-container-custom {
  margin: 8px 0 !important;
  color: gray !important;
}

md-checkbox.md-checked.gray .md-icon {
  background-color: gray;
}

.label-container-md-register {
  padding: 2px 10px !important;
}

.form-login-md label {
  font-weight: normal;
}

.form-login-md .flag-container {
  margin-top: -20px !important;
}

.form-login-md .intl-tel-input {
  width: 100%;
}

/**
* To Resolution col-lg
*/
@media only screen and (min-width: 1200px) {

  /*
  * UserCart Title structure
  */
  .user-cart-title {
    text-align: center;
    margin-bottom: 6%;
    margin-top: 4%;
    font-family: 'Roboto', sans-serif;
    font-size: 2.7em;
  }

  .user-cart-subtitle-box {
    margin-bottom: 3%;
    margin-top: 0%;
  }

  .user-cart-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 2.2em;
  }

  .user-cart-clear-button {
    float: right;
    font-size: 1.2em !important;
    margin: 3% 0%;
    padding: 8px 20px !important;
    border: 1px solid #e7eaec !important;
    color: #A8A9AD !important;
    background-color: #f8f8f9 !important;
  }

  .user-cart-how-many-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
  }

  /*
  * Flyer List Structure
  */
  .user-cart-flyer-image {
    max-width: 100%;
    height: auto;
  }

  .user-cart-flyer-image {
    max-width: 100%;
    height: auto;
    border-radius: 7px;
  }

  .user-cart-flyer-box {
    padding: 2% 0% 2% 0%;
    border-top: 1px solid #e7eaec;
  }

  .user-cart-flyer-box-bottom-border {
    border-bottom: 1px solid #e7eaec;
    padding: 2% 0% 2% 0%;
  }

  .user-cart-flyer-info-box {
    font-size: 1.0em;
    padding: 0%;
    min-height: 95px;
    /* position: relative; */
  }

  .user-cart-flyer-info-category {
    font-size: 0.6em;
    padding: 0%;
  }

  .user-cart-flyer-info-name {
    padding: 0%;
  }

  .user-cart-flyer-info-status-and-delivery {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .user-cart-flyer-box-bottom-border {
    border-bottom: 1px solid #e7eaec;
    padding: 2% 0% 2% 0%;
  }

  .user-cart-flyer-info-box {
    font-size: 1.0em;
    padding: 0%;
    min-height: 95px;
    /* position: relative; */
  }

  .user-cart-flyer-info-category {
    font-size: 0.6em;
    padding: 0%;
  }

  .user-cart-flyer-info-name {
    padding: 0%;
  }

  .user-cart-flyer-info-status-and-delivery {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .user-cart-flyer-info-quantity-setter {
    padding: 4% 0% 0% 0%;
  }

  .user-cart-flyer-info-price-box {
    padding: 2% 0% 0% 0%;
  }

  .user-cart-flyer-info-discount {
    padding-right: 20%;
    color: #a8a9ad;
  }

  .user-cart-flyer-info-price {
    float: right;
    padding-right: 20%;
  }

  .user-cart-flyer-remove-button-box {
    padding: 4% 0% 0% 0%;
  }

  .user-cart-flyer-remove-button {
    color: rgb(211, 211, 213, 1);
    font-size: 1.6em;
  }

  /*
  * Resume
  */
  .user-cart-resume-division {
    position: sticky;
    top: 25%;
  }

  .user-cart-resume-box {
    background-color: #FAFAFA;
    padding-bottom: 25px;
    padding-top: 25px;
    border: 1px solid #D2D3D5;
    min-height: 360px;
    position: relative;
    min-height: 60px;
  }
/* 
  .coupon-box {
    min-width: 400px;
  } */

  .coupon-box-checkout {
    min-width: 330px;
  }

  .coupon-box-addon {
    padding: 2px 20px !important;
    border-radius: 0px !important;
    background-color: unset;
  }

  .user-cart-resume-title {
    color: #57585A;
    text-align: center;
    font-size: 1.3em;
  }

  .user-cart-resume-products-subtotals {
    padding: 10% 10% 2% 10%;
  }

  .user-cart-resume-products-discount {
    text-decoration: line-through;
    color: #838587;
  }

  .user-cart-resume-delivery-box {
    padding: 4% 10% 2% 10%;
  }

  .user-cart-resume-total-prefix {
    padding: 2% 10% 2% 10%;
  }

  .user-cart-resume-total-value-box {
    padding: 4% 10% 2% 10%;
    text-align: center;
  }

  .user-cart-resume-total-value {
    font-size: 2.8em;
  }

  .user-cart-resume-button-box {
    bottom: 0;
    left: 0;
    text-align: center;
    padding-top: 15%;
  }

  .user-cart-resume-button {
    width: 90%;
  }

  .user-cart-resume-button-text {
    color: white;
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 16px;
    font-weight: bold;
  }


}


/**
* To resolution col-md
*/
@media only screen and (min-width: 992px) {
  /*
  * UserCart Title structure
  */
  .user-cart-title {
    text-align: center;
    margin-bottom: 6%;
    margin-top: 4%;
    font-family: 'Roboto', sans-serif;
    font-size: 2.7em;
  }

  .user-cart-subtitle-box {
    margin-bottom: 3%;
    margin-top: 0%;
  }

  .user-cart-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 2.2em;
  }

  .user-cart-clear-button {
    float: right;
    font-size: 1.2em !important;
    margin: 3% 0%;
    padding: 8px 20px !important;
    border: 1px solid #e7eaec !important;
    color: #A8A9AD !important;
    background-color: #f8f8f9 !important;
  }

  .user-cart-how-many-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
  }

  /*
  * Flyer List Structure
  */
  .user-cart-flyer-image {
    max-width: 100%;
    height: auto;
  }

  .user-cart-flyer-box {
    padding: 2% 0% 2% 0%;
    border-top: 1px solid #e7eaec;
  }

  .user-cart-flyer-box-bottom-border {
    border-bottom: 1px solid #e7eaec;
    padding: 2% 0% 2% 0%;
  }

  .user-cart-flyer-info-box {
    font-size: 1.0em;
    padding: 0%;
    min-height: 95px;
    /* position: relative; */
  }

  .user-cart-flyer-info-category {
    font-size: 0.6em;
    padding: 0%;
  }

  .user-cart-flyer-info-name {
    padding: 0%;
  }

  .user-cart-flyer-info-status-and-delivery {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .user-cart-flyer-info-quantity-setter {
    padding: 4% 0% 0% 0%;
  }

  .user-cart-flyer-info-price-box {
    padding: 2% 0% 0% 0%;
  }

  .user-cart-flyer-info-discount {
    padding-right: 20%;
    color: #a8a9ad;
  }

  .user-cart-flyer-info-price {
    float: right;
    padding-right: 20%;
  }

  .user-cart-flyer-remove-button-box {
    padding: 4% 0% 0% 0%;
  }

  .user-cart-flyer-remove-button {
    color: rgb(211, 211, 213, 1);
    font-size: 1.6em;
  }

  /*
  * Resume
  */
  .user-cart-resume-division {
    position: sticky;
    top: 25%;
  }

  .user-cart-resume-box {
    background-color: #FAFAFA;
    padding-bottom: 25px;
    padding-top: 25px;
    border: 1px solid #D2D3D5;
    min-height: 360px;
    position: relative;
  }

  .user-cart-resume-title {
    color: #57585A;
    text-align: center;
    font-size: 1.3em;
  }

  .user-cart-resume-products-subtotals {
    padding: 10% 10% 2% 10%;
  }

  .user-cart-resume-products-discount {
    text-decoration: line-through;
    color: #838587;
  }

  .user-cart-resume-delivery-box {
    padding: 4% 10% 2% 10%;
  }

  .user-cart-resume-total-prefix {
    padding: 2% 10% 2% 10%;
  }

  .user-cart-resume-total-value-box {
    padding: 4% 10% 2% 10%;
    text-align: center;
  }

  .user-cart-resume-total-value {
    font-size: 2.8em;
  }

  .user-cart-resume-button-box {
    bottom: 0;
    left: 0;
    text-align: center;
  }

  .user-cart-resume-button {
    width: 90%;
  }

  .user-cart-resume-button-text {
    color: white;
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 16px;
    font-weight: bold;
  }

}

/**
* To resolution col-sm
*/
@media only screen and (min-width: 768px) {

  /*
  * UserCart Title structure
  */
  .user-cart-title {
    text-align: center;
    margin-bottom: 6%;
    margin-top: 4%;
    font-family: 'Roboto', sans-serif;
    font-size: 2.7em;
  }

  .user-cart-subtitle-box {
    margin-bottom: 3%;
    margin-top: 0%;
  }

  .user-cart-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 2.2em;
  }

  .user-cart-clear-button {
    float: right;
    font-size: 1.2em !important;
    margin: 3% 0%;
    padding: 8px 20px !important;
    border: 1px solid #e7eaec !important;
    color: #A8A9AD !important;
    background-color: #f8f8f9 !important;
    margin-top: 2px;
  }

  .user-cart-how-many-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
  }

  /*
  * Flyer List Structure
  */
  .user-cart-flyer-image {
    max-width: 100%;
    height: auto;
  }

  .user-cart-flyer-box {
    padding: 2% 0% 2% 0%;
    border-top: 1px solid #e7eaec;
  }

  .user-cart-flyer-box-bottom-border {
    border-bottom: 1px solid #e7eaec;
    padding: 2% 0% 2% 0%;
  }

  .user-cart-flyer-info-box {
    font-size: 1.0em;
    padding: 0%;
    min-height: 95px;
    font-size: 1.1em;
    /* position: relative; */
  }

  .user-cart-flyer-info-category {
    font-size: 0.7em;
    padding: 0%;
  }

  .user-cart-flyer-info-name {
    padding: 0%;
    /* font-size: 1.4em; */
  }

  .user-cart-flyer-info-status-and-delivery {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .user-cart-flyer-info-quantity-setter {
    padding: 5% 0% 0% 0%;
  }

  .user-cart-flyer-info-price-box {
    padding: 2% 0% 0% 0%;
  }

  .user-cart-flyer-info-discount {
    padding-right: 20%;
    color: #a8a9ad;
  }

  .user-cart-flyer-info-price {
    float: right;
    padding-right: 20%;
  }

  .user-cart-flyer-remove-button-box {
    padding: 4% 0% 0% 0%;
  }

  .user-cart-flyer-remove-button {
    color: rgb(211, 211, 213, 1);
    font-size: 1.6em;
  }

  .cartItens {
    padding-bottom: 4% !important;
  }

  /*
  * Resume
  */
  .user-cart-resume-division {
    top: 25%;
  }

  .user-cart-resume-box {
    background-color: #FAFAFA;
    padding-bottom: 25px;
    padding-top: 25px;
    border: 1px solid #D2D3D5;
    position: relative;
  }

  .user-cart-resume-title {
    color: #57585A;
    text-align: center;
    font-size: 1.3em;
  }

  .user-cart-resume-products-subtotals {
    padding: 10% 10% 2% 10%;
  }

  .user-cart-resume-products-discount {
    text-decoration: line-through;
    color: #838587;
  }

  .user-cart-resume-delivery-box {
    padding: 4% 10% 2% 10%;
  }

  .user-cart-resume-total-prefix {
    padding: 2% 10% 2% 10%;
  }

  .user-cart-resume-total-value-box {
    padding: 4% 10% 2% 10%;
    text-align: center;
  }

  .user-cart-resume-total-value {
    font-size: 2.8em;
  }

  .user-cart-resume-button-box {
    bottom: 0;
    left: 0;
    text-align: center;
  }

  .user-cart-resume-button {
    width: 90%;
  }

  .user-cart-resume-button-text {
    color: white;
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 16px;
    font-weight: bold;
  }

  /* Pagamento */
  .btn-form-pay {
    /* padding: 9% 75% 0% 0%; */
    width: 100%;
  }

  .style-form {
    top: -158px;
    width: 60%;
    margin-bottom: -148px;
  }

  .btn-next {
    float: right;
  }

  .btn-previous {
    top: -9px;
    right: 18px;
  }

  .btn-change-pay {
    margin-left: 6.4%;
    color: rgb(155, 0, 0);
    font-size: 0.9em;
    z-index: 1;
  }

  .btn-change-pay-boleto {
    margin-left: 76%;
    color: #9b0000;
    font-size: 0.9em;
    z-index: 1;
  }
}

/**
* To resolution col-xs
*/
@media only screen and (max-width: 767px) {

  /*
  * UserCart Title structure
  */
  .user-cart-title {
    text-align: center;
    margin-bottom: 0%;
    margin-top: 4%;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
  }

  .user-cart-subtitle-box {
    margin-bottom: 3%;
    margin-top: 0%;
    padding-bottom: 4%;
  }

  .user-cart-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    top: 40px;
  }

  .user-cart-clear-button {
    float: right;
    font-size: 1.0em !important;
    margin: 3% 0%;
    padding: 8px 15px !important;
    border: 1px solid #e7eaec !important;
    color: #A8A9AD !important;
    background-color: #f8f8f9 !important;
    width: 160px;
  }

  .user-cart-how-many-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1.0em;
  }

  /*
  * Flyer List Structure
  */
  .user-cart-flyer-image {
    width: auto;
    height: 100px;
  }

  .cartItens {
    padding-bottom: 5% !important;
  }

  .user-cart-flyer-box {
    padding: 2% 0% 2% 0%;
    border-top: 1px solid #e7eaec;
  }

  .user-cart-flyer-box-bottom-border {
    border-bottom: 1px solid #e7eaec;
    padding: 2% 0% 2% 0%;
    /* height: 150px; */
  }

  .user-cart-flyer-info-box {
    font-size: 1.0em;
    padding: 0%;
    height: 150px;
  }

  .user-cart-flyer-info-category {
    font-size: 0.6em;
    padding: 0%;
  }

  .user-cart-flyer-info-name {
    padding: 0%;
  }

  .user-cart-flyer-info-status-and-delivery {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .user-cart-flyer-info-quantity-setter {
    padding: 4% 0% 0% 0%;
  }

  .user-cart-flyer-info-price-box {
    padding: 2% 0% 0% 0%;
    left: 40px;
    top: -170px;
  }

  .user-cart-flyer-info-discount {
    padding-right: 20%;
    color: #a8a9ad;
  }

  .user-cart-flyer-info-price {
    float: right;
    padding-right: 20%;
  }

  .user-cart-flyer-remove-button-box {
    padding: 10%;
    top: -244%;
    right: -18px;
    position: absolute;

  }

  .user-cart-flyer-remove-button {
    color: rgb(211, 211, 213, 1);
    font-size: 1.6em;
  }

  .input-group-custom {
    max-width: 96px !important;
    top: -120px !important;
    left: -170px !important;
  }

  /*
  * Resume
  */
  .user-cart-resume-division {
    position: sticky;
    top: 25%;
  }

  .user-cart-resume-box {
    background-color: #FAFAFA !important;
    padding-bottom: 25px;
    padding-top: 25px;
    border: 1px solid #D2D3D5;

  }

  .summary--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 65%;
  }

  .user-cart-resume-title {
    color: #57585A;
    text-align: center;
    font-size: 1.3em;
  }

  .user-cart-resume-products-subtotals {
    padding: 2% 10% 2% 10%;
  }

  .user-cart-resume-products-discount {
    text-decoration: line-through;
    color: #838587;
  }

  .user-cart-resume-delivery-box {
    padding: 2% 10% 2% 10%;
  }

  .user-cart-resume-total-prefix {
    padding: 2% 10% 2% 10%;
  }

  .user-cart-resume-total-value-box {
    padding: 3% 10% 2% 20%;
    text-align: inherit;
    width: 100% !important;
    margin-top: -40px !important;
  }

  .user-cart-resume-total-value {
    font-size: 1.0em;
  }

  .user-cart-resume-button-box {
    bottom: 0;
    left: -34px;
    text-align: center;
    top: 70%;

  }

  .user-cart-resume-button {
    width: 90%;
  }

  .user-cart-resume-button-text {
    color: white;
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 16px;
    font-weight: bold;
  }

  /* Login */
  .btn-facebook-login {
    margin-right: 7px !important;
    width: 260px !important;
  }

  /* Pagamento */
  .btn-form-pay {
    /* padding: 15% 75% 0% 0%; */
    width: 100%;
  }

  .btn-form-pay-label {
    left: 32% !important;
  }

  .ui-card__container {
    width: 100% !important;
    height: 205px;
    padding-bottom: 60px;
    /* margin: 15px 15px 0 0; */
    /* top: 375px !important; */
  }

  .fix-content-size {
    height: 100%;
  }

  .ui-card__container-full {
    width: 100% !important;
    padding-bottom: 60px;
    /* margin: 15px 15px 15px 15px; */
    /* top: 375px !important; */
    height: 205px;
  }

  md-input-container label:not(.md-container-ignore) {
    position: unset !important;
  }

  .style-form {
    top: -189px;
    right: 25px;
    width: 116%;
    margin-bottom: 20px;
  }

  /* .btn-next{ */
  /* margin-left: 106px; */
  /* } */
  .btn-previous {
    top: -9px;
    right: -72px;
  }

  .btn-change-pay {
    top: 0.4%;
    margin-left: 5%;
    color: rgb(155, 0, 0);
    font-size: 0.9em;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
  }

  .btn-change-pay-boleto {
    position: absolute;
    top: 18.5%;
    left: 9%;
    color: #9b0000;
    font-size: 0.9em;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
  }

  .title-pay {
    font-size: 1.35em !important;
  }

  .subtitle-pay {
    font-size: 0.9em !important;
  }

  .sales-point {
    padding: 0% 0% 0% 31% !important;
    top: -56px;
    margin-bottom: -62px
  }

  .change-sales-point {
    line-height: 47px;
    /* margin-left: 91px; */
    line-height: 51px;
  }

  .label-container-md-register {
    padding: 0px 0px !important;
  }

  .input-style {
    margin: -5px !important;
  }

  .title-checkout {
    font-size: 0.7em !important;
    line-height: 1.8;
  }

  .title-getOptions {
    font-size: 1.6em !important;
  }

  .subititle-getOptions {
    font-size: 0.79em !important;
  }

}

@media only screen and (min-width: 720px) and (max-width: 800px) {


  .user-cart-resume-division {
    position: sticky;
    top: 25%;
  }

  .user-cart-resume-box {
    background-color: #FAFAFA;
    padding-bottom: 25px;
    padding-top: 25px;
    border: 1px solid #D2D3D5;
    min-height: 163px !important;
    min-width: 712px !important;
    right: -1px;
    letter-spacing: 0px;
    line-height: 10px;
  }

  .summary--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 65%;
  }

  .user-cart-flyer-image {
    max-width: 45%;
    height: auto;
  }

  .user-cart-flyer-remove-button-box {
    padding: 12%;
    top: -233%;
    right: -4px;
    position: absolute;
  }

  .input-group-custom {
    max-width: 89px !important;
    top: -110px !important;
    left: -309px !important;
  }

  .cartItens {
    padding-bottom: 25% !important;
  }

  .user-cart-title {
    margin-bottom: -2%;
    margin-top: 1%;

  }

  .user-cart-resume-total-value-box {
    padding: 2% 0% 3% 15%;
    text-align: initial;
  }

  .user-cart-resume-button {
    width: 90%;
  }

  .user-cart-resume-products-subtotals {
    padding: 0% 10% 2% 10%;
  }

  .user-cart-resume-delivery-box {
    padding: 0% 10% 2% 10%;
  }

  .user-cart-resume-total-prefix {
    padding: 0% 10% 2% 10%;
  }

  .user-cart-resume-title {
    color: #57585A;
    text-align: center;
    font-size: 1.3em;
    margin-top: -16px;
  }

  .btn-facebook-login {
    margin-right: 7px !important;
    width: 609px !important;
  }

}

@media only screen and (min-width: 650px) and (max-width: 719px) {


  .user-cart-resume-division {
    position: sticky;
    top: 25%;
  }

  .user-cart-resume-box {
    background-color: #FAFAFA;
    padding-bottom: 25px;
    padding-top: 25px;
    border: 1px solid #D2D3D5;
    right: -1px;
    letter-spacing: 0px;
    line-height: 10px;
  }

  .summary--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 65%;
  }

  .user-cart-flyer-image {
    max-width: 45%;
    height: auto;
  }

  .user-cart-flyer-remove-button-box {
    padding: 12%;
    top: -233%;
    right: -4px;
    position: absolute;
  }

  .input-group-custom {
    max-width: 89px !important;
    top: -115px !important;
    left: -285px !important;
  }

  .cartItens {
    padding-bottom: 25% !important;
  }

  .user-cart-title {
    margin-bottom: -2%;
    margin-top: 1%;

  }

  .user-cart-resume-total-value-box {
    padding: 2% 0% 3% 15%;
    text-align: initial;
  }

  .user-cart-resume-button {
    width: 90%;
  }

  .user-cart-resume-products-subtotals {
    padding: 0% 10% 2% 3%;
  }

  .user-cart-resume-delivery-box {
    padding: 0% 10% 2% 3%;
  }

  .user-cart-resume-total-prefix {
    padding: 0% 10% 2% 3%;
  }

  .user-cart-resume-title {
    color: #57585A;
    text-align: center;
    font-size: 1.2em;
    margin-top: -14px;
  }

  .btn-facebook-login {
    margin-right: 7px !important;
    width: 553px !important;
  }

}

@media only screen and (min-width: 550px) and (max-width: 600px) {

  .user-cart-flyer-image {
    max-width: 65%;
    height: auto;
  }

  .input-group-custom {
    top: -104px !important;
    left: -234px !important;
  }
}

/**
* To resolution col-xs
*/
@media only screen and (max-width: 350px) {

  /*
 * UserCart Title structure
 */
  .user-cart-title {
    text-align: center;
    margin-bottom: 6%;
    margin-top: 4%;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
  }

  .user-cart-subtitle-box {
    margin-bottom: 3%;
    margin-top: 0%;
    padding-bottom: 4%;
  }

  .user-cart-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
  }

  .user-cart-clear-button {
    float: right;
    font-size: 1.0em !important;
    margin: 3% 0%;
    padding: 8px 15px !important;
    border: 1px solid #e7eaec !important;
    color: #A8A9AD !important;
    background-color: #f8f8f9 !important;
    width: 115px;
  }

  .user-cart-clear-button-text {
    margin-left: -12px !important;

  }

  .user-cart-how-many-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1.0em;
  }

  /*
 * Flyer List Structure
 */
  .user-cart-flyer-image {
    max-width: 100px !important;
    max-height: 100px !important;
    width: auto;
    height: auto;
  }

  .user-cart-flyer-box {
    padding: 2% 0% 2% 0%;
    border-top: 1px solid #e7eaec;
  }

  .user-cart-flyer-box-bottom-border {
    border-bottom: 1px solid #e7eaec;
    padding: 2% 0% 2% 0%;
  }

  .user-cart-flyer-info-box {
    font-size: 1.0em;
    padding: 0%;
  }

  .user-cart-flyer-info-category {
    font-size: 0.6em;
    padding: 0%;
  }

  .user-cart-flyer-info-name {
    padding: 0%;
  }

  .user-cart-flyer-info-status-and-delivery {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .user-cart-flyer-info-quantity-setter {
    padding: 4% 0% 0% 0%;
  }

  .user-cart-flyer-info-price-box {
    padding: 2% 0% 0% 0%;
  }

  .user-cart-flyer-info-discount {
    padding-right: 20%;
    color: #a8a9ad;
  }

  .user-cart-flyer-info-price {
    float: right;
    padding-right: 20%;
  }

  .user-cart-flyer-remove-button-box {
    padding: 4% 0% 0% 0%;
    top: -235%;
    right: -1px;
    position: absolute;
  }

  .user-cart-flyer-remove-button {
    color: rgb(211, 211, 213, 1);
    font-size: 1.6em;
  }

  .input-group-custom {
    max-width: 73px !important;
    top: -127px;
    left: -125px;
  }

  /*
 * Resume
 */
  .user-cart-resume-division {
    position: sticky;
    top: 25%;
  }

  .user-cart-resume-box {
    background-color: #FAFAFA;
    padding-bottom: 25px;
    padding-top: 25px;
    border: 1px solid #D2D3D5;
    min-height: 360px;
    position: relative;
    min-height: 200px !important;
    right: -1px;
    letter-spacing: 0px;
    line-height: 10px;
  }

  .user-cart-resume-title {
    color: #57585A;
    text-align: center;
    font-size: 1.3em;
  }

  .user-cart-resume-products-subtotals {
    padding: 1% 6% 2% 6%;
  }

  .user-cart-resume-products-discount {
    text-decoration: line-through;
    color: #838587;
  }

  .user-cart-resume-delivery-box {
    padding: 4% 6% 2% 6%;
  }

  .user-cart-resume-total-prefix {
    padding: 2% 6% 2% 6%;
  }

  .user-cart-resume-total-value-box {
    padding: 8% 19% 2% 0%;
    text-align: center;
  }

  .user-cart-resume-total-value {
    font-size: 1.0em;
  }

  .user-cart-resume-button-box {
    bottom: 0;
    left: 0;
    text-align: center;
  }

  .user-cart-resume-button {
    width: 90%;
  }

  .user-cart-resume-button-text {
    color: white;
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 16px;
    font-weight: bold;
  }

  /* Login */
  .btn-facebook-login {
    margin-right: 7px !important;
    width: 210px !important;
  }

}


/**
* To minimun resolution from 1024 of width
*/
@media only screen and (min-width: 1024px) {

  .finish-reset-icon {
    font-size: 9em;
    color: #A7AAAD;
  }

  .finish-reset-title {
    font-size: 2em;
  }

  .finish-reset-password-input {
    max-width: 250px;
  }

  .finish-reset-re-password-input {
    max-width: 250px;
  }

  .finish-reset-middle-box {
    padding: 0% 35% 0% 35%;
  }

  .finish-reset-button {
    font-size: 1.0em !important;
    margin-top: 2% !important;
    margin-left: 2% !important;
    padding: 8px 20px !important;
    color: white !important;
  }

}


/**
* To resolution from 769 to 1024 of width
*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {

  .finish-reset-icon {
    font-size: 9em;
    color: #A7AAAD;
  }

  .finish-reset-title {
    font-size: 2em;
  }

  .finish-reset-password-input {
    max-width: 250px;
  }

  .finish-reset-re-password-input {
    max-width: 250px;
  }

  .finish-reset-middle-box {
    padding: 0% 30% 0% 30%;
  }

  .finish-reset-button {
    font-size: 1.0em !important;
    margin-top: 2% !important;
    margin-left: 2% !important;
    padding: 8px 20px !important;
    color: white !important;
  }

}

/**
* To resolution from 411 to 768 of width
*/
@media only screen and (min-width: 410px) and (max-width: 767px) {

  .finish-reset-icon {
    font-size: 9em;
    color: #A7AAAD;
  }

  .finish-reset-title {
    font-size: 2em;
  }

  .finish-reset-password-input {
    max-width: 250px;
  }

  .finish-reset-re-password-input {
    max-width: 250px;
  }

  .finish-reset-middle-box {
    padding: 0% 15% 0% 15%;
  }

  .finish-reset-button {
    font-size: 1.0em !important;
    margin-top: 2% !important;
    margin-left: 2% !important;
    padding: 8px 20px !important;
    color: white !important;
  }

}

/**
* To resolution from 321 to 410 of width
*/
@media only screen and (min-width: 321px) and (max-width: 410px) {

  .finish-reset-icon {
    font-size: 6em;
    color: #A7AAAD;
  }

  .finish-reset-title {
    font-size: 2em;
  }

  .finish-reset-password-input {
    max-width: 250px;
  }

  .finish-reset-re-password-input {
    max-width: 250px;
  }

  .finish-reset-middle-box {
    padding: 0% 15% 0% 15%;
  }

  .finish-reset-button {
    font-size: 1.0em !important;
    margin-top: 2% !important;
    margin-left: 2% !important;
    padding: 8px 20px !important;
    color: white !important;
  }

}

/**
* To resolution from until 320 of width
*/
@media only screen and (max-width: 320px) {

  .finish-reset-icon {
    font-size: 5em;
    color: #A7AAAD;
  }

  .finish-reset-title {
    font-size: 2em;

  }

  .finish-reset-password-input {
    max-width: 200px;
  }

  .finish-reset-re-password-input {
    max-width: 200px;
  }

  .finish-reset-middle-box {
    padding: 0% 10% 0% 10%;
  }

  .finish-reset-button {
    font-size: 1.0em !important;
    margin-top: 2% !important;
    margin-left: 2% !important;
    padding: 8px 20px !important;
    color: white !important;
  }


}

.finish-reset-password.middle-box {
  width: 70% !important;
}

/**
* To minimun resolution from 1024 of width
*/
@media only screen and (min-width: 1024px) {

  .finish-reset-icon {
    font-size: 9em;
    color: #A7AAAD;
  }

  .finish-reset-title {
    font-size: 2em;
  }

  .finish-reset-password-input {
    max-width: 250px;
  }

  .finish-reset-re-password-input {
    max-width: 250px;
  }

  .finish-reset-middle-box {
    padding: 0% 35% 0% 35%;
  }

  .finish-reset-button {
    font-size: 1.0em !important;
    margin-top: 2% !important;
    margin-left: 2% !important;
    padding: 8px 20px !important;
    color: white !important;
  }

  /* Pagamento */
  .btn-card-credit {
    padding: 9% 75% 0% 0%;
    width: 100%;
  }

}


/**
* To resolution from 769 to 1024 of width
*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {

  .finish-reset-icon {
    font-size: 9em;
    color: #A7AAAD;
  }

  .finish-reset-title {
    font-size: 2em;
  }

  .finish-reset-password-input {
    max-width: 250px;
  }

  .finish-reset-re-password-input {
    max-width: 250px;
  }

  .finish-reset-middle-box {
    padding: 0% 30% 0% 30%;
  }

  .finish-reset-button {
    font-size: 1.0em !important;
    margin-top: 2% !important;
    margin-left: 2% !important;
    padding: 8px 20px !important;
    color: white !important;
  }

}

/**
* To resolution from 390 to 768 of width
*/
@media only screen and (min-width: 390px) and (max-width: 600px) {

  .finish-reset-icon {
    font-size: 9em;
    color: #A7AAAD;
  }

  .finish-reset-title {
    font-size: 2em;
  }

  .finish-reset-password-input {
    max-width: 250px;
  }

  .finish-reset-re-password-input {
    max-width: 250px;
  }

  .finish-reset-middle-box {
    padding: 0% 15% 0% 15%;
  }

  .finish-reset-button {
    font-size: 1.0em !important;
    margin-top: 2% !important;
    margin-left: 2% !important;
    padding: 8px 20px !important;
    color: white !important;
  }


  .user-cart-resume-box {
    background-color: #FAFAFA !important;
    padding-bottom: 25px;
    padding-top: 25px;
    border: 1px solid #D2D3D5;

  }

  .input-group-custom {
    max-width: 96px !important;
    top: -120px;
    left: -170px;
  }

  .user-cart-resume-button {
    width: 90%;
  }

  .summary--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 66%;
  }

  .btn-facebook-login {
    margin-right: 7px !important;
    width: 438px !important;
  }

  .btn-facebook-login {
    margin-right: 7px !important;
    width: 298px !important;
  }

}

/**
* To resolution from 321 to 410 of width
*/
@media only screen and (min-width: 321px) and (max-width: 410px) {

  .finish-reset-icon {
    font-size: 6em;
    color: #A7AAAD;
  }

  .finish-reset-title {
    font-size: 2em;
  }

  .finish-reset-password-input {
    max-width: 250px;
  }

  .finish-reset-re-password-input {
    max-width: 250px;
  }

  .finish-reset-middle-box {
    padding: 0% 15% 0% 15%;
  }

  .finish-reset-button {
    font-size: 1.0em !important;
    margin-top: 2% !important;
    margin-left: 2% !important;
    padding: 8px 20px !important;
    color: white !important;
  }

}

/**
* To resolution from until 320 of width
*/
@media only screen and (max-width: 320px) {

  .finish-reset-icon {
    font-size: 5em;
    color: #A7AAAD;
  }

  .finish-reset-title {
    font-size: 2em;

  }

  .finish-reset-password-input {
    max-width: 200px;
  }

  .finish-reset-re-password-input {
    max-width: 200px;
  }

  .finish-reset-middle-box {
    padding: 0% 10% 0% 10%;
  }

  .finish-reset-button {
    font-size: 1.0em !important;
    margin-top: 2% !important;
    margin-left: 2% !important;
    padding: 8px 20px !important;
    color: white !important;
  }


}

/**
* To resolution from until 720 of width
*/
@media only screen and (max-width: 720px) {
  .remove-margin-left {
    margin-left: 0px !important;
  }
}

/**
* To resolution from until 768px of width
*/
@media only screen and (max-width: 768px) {
  .finish-reset-button {
    width: 100%;
  }
}

.mdc-elevation--z5 {
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  position: fixed;
}

.mdc-elevation--z9 {
  -webkit-box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}


.finish-reset-password.middle-box {
  width: 70% !important;
}

@media only screen and (max-width: 600px) {
  .modal-responsive-font {
    font-size: 4.5vw;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  .modal-responsive-font {
    font-size: 2.0vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .modal-responsive-font {
    font-size: 1.5vw;
  }
}

@media only screen and (min-width: 1025px) {
  .modal-responsive-font {
    font-size: 1.0vw;
  }
}

.ui-card__background-overlay, .ui-card__background {
  position: absolute;
  top: 42%;
  left: 56%;
  width: 42%;
  height: 100%;
}

.ui-card__container {
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-border-radius: .84615em;
  border-radius: .84615em;
  color: rgb(114, 111, 111);
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  height: 100%;
  width: 100% !important;
  /* margin: 15px 15px 15px 15px; */
  /* margin-top: 15px; */
  z-index: 0;
  /* margin-left: 461px;
  top: 38px; */
  padding: 4.07692em .61538em
}

.ui-card__container-full {
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-border-radius: .84615em;
  border-radius: .84615em;
  color: silver;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  height: 100%;
  /* margin: 15px 15px 15px 15px; */
  width: 100% !important;
  /* margin: 15px 15px 0 0; */
  z-index: 0;
  /* margin-left: 461px;
  top: 38px; */
  padding: 4.07692em .61538em
}

.ui-card__magnetic {
  background: rgba(0, 0, 0, .7);
  height: 2.84615em;
  margin: -36px -1.38462em 3.76923em;
  z-index: 1;
  width: 300px;
}

.ui-card__signature {
  margin: 15px 0.0em 0px 2px;
  z-index: 1
}

.ui-card__signature > span {
  height: .3em;
  display: block
}

.ui-card__signature > span:after, .ui-card__signature > span:before {
  content: '';
  display: block;
  height: .15385em;
  width: 100%
}

.ui-card__signature > span:first-child:before {
  background-image: -webkit-linear-gradient(356deg, #fff, #d3d3d3);
  background-image: linear-gradient(94deg, #fff, #d3d3d3)
}

.ui-card__signature > span:first-child:after {
  background-image: -webkit-linear-gradient(168deg, #fff, #d3d3d3);
  background-image: linear-gradient(282deg, #fff, #d3d3d3)
}

.ui-card__signature > span:nth-child(2):before {
  background-image: -webkit-linear-gradient(355deg, #fff, #d3d3d3);
  background-image: linear-gradient(95deg, #fff, #d3d3d3)
}

.ui-card__signature > span:nth-child(2):after {
  background-image: -webkit-linear-gradient(163deg, #fff, #f7f7f7 19%, #d3d3d3);
  background-image: linear-gradient(287deg, #fff, #f7f7f7 19%, #d3d3d3)
}

.ui-card__signature > span:nth-child(3):before {
  background-image: -webkit-linear-gradient(357deg, #fff, #d3d3d3);
  background-image: linear-gradient(93deg, #fff, #d3d3d3)
}

.ui-card__signature > span:nth-child(3):after {
  background-image: -webkit-linear-gradient(163deg, #fff, #f9f9f9 15%, #d3d3d3);
  background-image: linear-gradient(287deg, #fff, #f9f9f9 15%, #d3d3d3)
}

.ui-card__signature > span:nth-child(4):before {
  background-image: -webkit-linear-gradient(356deg, #fff, #d3d3d3);
  background-image: linear-gradient(94deg, #fff, #d3d3d3)
}

.ui-card__signature > span:nth-child(4):after {
  background-image: -webkit-linear-gradient(160deg, #fff, #d3d3d3);
  background-image: linear-gradient(290deg, #fff, #d3d3d3)
}

.ui-card__signature > span:nth-child(5):before {
  background-image: -webkit-linear-gradient(357deg, #fff, #d3d3d3);
  background-image: linear-gradient(93deg, #fff, #d3d3d3)
}

.ui-card__signature > span:nth-child(5):after {
  background-image: -webkit-linear-gradient(170deg, #fff, #f6f6f6 22%, #f6f6f6 0, #f6f6f6 0, #d3d3d3);
  background-image: linear-gradient(280deg, #fff, #f6f6f6 22%, #f6f6f6 0, #f6f6f6 0, #d3d3d3)
}

.ui-card__signature > span:nth-child(6):before {
  background-image: -webkit-linear-gradient(358deg, #fff, #d3d3d3);
  background-image: linear-gradient(92deg, #fff, #d3d3d3)
}

.ui-card__signature > span:nth-child(6):after {
  background-image: -webkit-linear-gradient(168deg, #fff, #fbfbfb 10%, #d3d3d3);
  background-image: linear-gradient(282deg, #fff, #fbfbfb 10%, #d3d3d3)
}

.ui-card__logo {
  background: #666;
  -webkit-border-radius: .15385em;
  border-radius: .15385em;
  margin-bottom: 0;
  height: 3em;
  width: 4.46154em;
  opacity: .1;
  margin-top: -44px;
  width: 4.230769230769231em;
  height: 3.076923076923077em;
}

.ui-card__logo-master {
  background-image: url("../images/card_logos.svg");
  background-repeat: no-repeat;
  -webkit-border-radius: .15385em;
  border-radius: .15385em;
  margin-bottom: 0;
  margin-top: -44px;
  width: 4.230769230769231em;
  height: 3.076923076923077em;
  background-position: -.07692307692307693em -28.46153846153846em;
  background-size: 15.153846em 41.53846153846154em;
}

.ui-card__logo-visa {
  background-image: url("../images/card_logos.svg");
  background-repeat: no-repeat;
  -webkit-border-radius: .15385em;
  border-radius: .15385em;
  margin-bottom: 0;
  margin-top: -44px;
  background-position: -.07692307692307693em -35.307692307692314em;
  width: 15em;
  height: 3em;
  background-size: 15.153846em 41.53846153846154em;
}

.ui-card__logo-amex {
  background-image: url("../images/card_logos.svg");
  background-repeat: no-repeat;
  -webkit-border-radius: .15385em;
  border-radius: .15385em;
  margin-bottom: 0;
  margin-top: -44px;
  background-position: -.07692307692307693em -.07692307692307693em;
  width: 15em;
  height: 3em;
  background-size: 15.153846em 41.53846153846154em;
}

.ui-card__logo-hipercard {
  background-image: url("../images/card_logos.svg");
  background-repeat: no-repeat;
  -webkit-border-radius: .15385em;
  border-radius: .15385em;
  margin-bottom: 0;
  margin-top: -44px;
  background-position: -.07692307692307693em -25.307692307692307em;
  width: 15em;
  height: 3em;
  background-size: 15.153846em 41.53846153846154em;
}

.ui-card__logo-elo {
  background-image: url("../images/card_logos.svg");
  background-repeat: no-repeat;
  -webkit-border-radius: .15385em;
  border-radius: .15385em;
  margin-bottom: 0;
  margin-top: -44px;
  background-position: -.07692307692307693em -22.46153846153846em;
  width: 15em;
  height: 3em;
  background-size: 15.153846em 41.53846153846154em;
}

/**
* Backgrounf Default
*/

.ui-card__background:after, .ui-card__background:before {
  background: -webkit-gradient(linear, left top, right top, from(#c5c5c5), to(#f3f3f3));
  background: -webkit-linear-gradient(left, #c5c5c5, #f3f3f3);
  background: linear-gradient(90deg, #c5c5c5, #f3f3f3)
}

@-webkit-keyframes bubble-before {
  0% {
    top: -9.375em;
    left: -15.625em;
    -webkit-border-radius: 0 0 800% 0;
    border-radius: 0 0 800% 0
  }
  80% {
    top: 0;
    left: 0
  }
  to {
    -webkit-border-radius: 5% 0 5% 5%;
    border-radius: 5% 0 5% 5%
  }
}

@keyframes bubble-before {
  0% {
    top: -9.375em;
    left: -15.625em;
    -webkit-border-radius: 0 0 800% 0;
    border-radius: 0 0 800% 0
  }
  80% {
    top: 0;
    left: 0
  }
  to {
    -webkit-border-radius: 5% 0 5% 5%;
    border-radius: 5% 0 5% 5%
  }
}

.ui-card__background {
  background: -webkit-gradient(linear, left top, right top, from(#c5c5c5), to(#f3f3f3));
  background: -webkit-linear-gradient(left, #c5c5c5, #f3f3f3);
  background: linear-gradient(90deg, #c5c5c5, #f3f3f3);
  z-index: -3;
  color: rgb(114, 111, 111) !important;
}

.ui-card__background, .ui-card__background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.ui-card__background-overlay {
  z-index: -1;
}

.ui-card__background-overlay:after, .ui-card__background-overlay:before {
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 26.25em;
  height: 26.25em;
  content: ' ';
  z-index: 1;
}

.ui-card__background-overlay:before {
  top: .875em;
  left: -9em;
  background: rgba(0, 0, 0, .03);
}

.ui-card__background-overlay:after {
  right: -11.188em;
  top: -15.875em;
  left: 2.188em;
  -webkit-box-shadow: -1px 1px 1px hsla(0, 0%, 100%, .12);
  box-shadow: -1px 1px 1px hsla(0, 0%, 100%, .12);
  background: rgba(58, 58, 58, .03)
}

/**
* Default brand
**/
.ui-card__background-brand-overlay:after, .ui-card__background-master-overlay:before {
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 26.25em;
  height: 26.25em;
  content: ' ';
  z-index: 1
}

.ui-card__background-brand-overlay:after {
  top: -15.875em;
  left: 2.188em;
  -webkit-box-shadow: -1px 1px 1px hsla(0, 0%, 100%, .12);
  box-shadow: -1px 1px 1px hsla(0, 0%, 100%, .12);
  background: rgba(58, 58, 58, .09);
}

.ui-card__background-brand-overlay:before {
  left: -9em;
  background: rgba(0, 0, 0, .09);
}

/**
* Backgrounf Master
*/

.ui-card__background .ui-card__background-master {
  background: -webkit-gradient(linear, left top, right top, from(#3a4e64), to(#5e8aa0));
  background: -webkit-linear-gradient(left, #3a4e64, #5e8aa0);
  background: linear-gradient(90deg, #3a4e64, #5e8aa0);
  color: silver !important;
}

.ui-card__background-master, .ui-card__background:after, .ui-card__background:before {
  background: -webkit-gradient(linear, left top, right top, from(#3a4e64), to(#5e8aa0));
  background: -webkit-linear-gradient(left, #3a4e64, #5e8aa0);
  background: linear-gradient(90deg, #3a4e64, #5e8aa0)
}

/**
* Backgrounf VISA
*/
.ui-card__background .ui-card__background-visa {
  background: -webkit-gradient(linear, left top, right top, from(#021670), to(#5168d1));
  background: -webkit-linear-gradient(left, #021670, #5168d1);
  background: linear-gradient(90deg, #021670, #5168d1);
  color: silver !important;
}

.ui-card__background-visa, .ui-card__background:after, .ui-card__background:before {
  background: -webkit-gradient(linear, left top, right top, from(#021670), to(#5168d1));
  background: -webkit-linear-gradient(left, #021670, #5168d1);
  background: linear-gradient(90deg, #021670, #5168d1);
}

/**
* Backgrounf AMEX
*/
.ui-card__background .ui-card__background-amex {
  background: -webkit-gradient(linear, left top, right top, from(#73a299), to(#a8c6b2));
  background: -webkit-linear-gradient(left, #73a299, #a8c6b2);
  background: linear-gradient(90deg, #73a299, #a8c6b2);
  color: silver !important;
}

.ui-card__background-amex, .ui-card__background:after, .ui-card__background:before {
  background: -webkit-gradient(linear, left top, right top, from(#73a299), to(#a8c6b2));
  background: -webkit-linear-gradient(left, #73a299, #a8c6b2);
  background: linear-gradient(90deg, #73a299, #a8c6b2);;
}

/**
* Backgrounf HIPERCARD
*/
.ui-card__background .ui-card__background-hipercard {
  background: -webkit-gradient(linear, left top, right top, from(#c62020), to(#fe5050));
  background: -webkit-linear-gradient(left, #c62020, #fe5050);
  background: linear-gradient(90deg, #c62020, #fe5050);
  color: silver !important;
}

.ui-card__background-hipercard, .ui-card__background:after, .ui-card__background:before {
  background: -webkit-gradient(linear, left top, right top, from(#c62020), to(#fe5050));
  background: -webkit-linear-gradient(left, #c62020, #fe5050);
  background: linear-gradient(90deg, #c62020, #fe5050);
}

/**
* Backgrounf ELO
*/
.ui-card__background .ui-card__background-elo {
  background: -webkit-gradient(linear, left top, right top, from(#3f3f3f), to(#6a6a6a));
  background: -webkit-linear-gradient(left, #3f3f3f, #6a6a6a);
  background: linear-gradient(90deg, #3f3f3f, #6a6a6a);
  color: silver !important;
}

.ui-card__background-elo, .ui-card__background:after, .ui-card__background:before {
  background: -webkit-gradient(linear, left top, right top, from(#3f3f3f), to(#6a6a6a));
  background: -webkit-linear-gradient(left, #3f3f3f, #6a6a6a);
  background: linear-gradient(90deg, #3f3f3f, #6a6a6a);
}

md-card[md-ink-ripple] {
  position: relative;
}

md-checkbox.dynamic-color-checkbox {
  width: 0px;
  height: 0px;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.dynamic-color-checkbox .md-icon {
  background-color: white !important;
}

.dynamic-color-checkbox.md-checked .md-icon {
  background-color: inherit !important;
}

.dynamic-color-checkbox.md-checked .md-ink-ripple {
  background-color: inherit !important;
}

.how-to-get-clickable-area {
  display: block;
  width: 40px !important;
  height: 40px !important;
  background-color: red;
}

.user-cart-flyer-image {
  max-width: 115px;
  max-height: 115px;
  width: auto;
  height: auto;
}

.container-search {
  margin: 0 auto;
  padding: 0 15px 0 15px;
}

.search-header {
  width: 100vw;
  /* max-height: 100vh; */
  background-color: #666666;
  position: inherit;
  margin-top: 65px;
}

.row-search {
  margin-top: 2%;
}


md-input-container.md-input-focused.input-white label {
  color: #FFFFFF;
}

md-input-container.md-input-has-value.input-white label {
  color: #FFFFFF;
}

md-input-container.input-white label {
  color: #FFFFFF;
}

md-input-container.md-input-focused.input-white input {
  color: #FFFFFF;
}

md-input-container.md-input-has-value.input-white input {
  color: #FFFFFF;
}

md-input-container.input-white input {
  color: #FFFFFF;
}

md-select-value.input-white.md-select-placeholder {
  color: red !important;
}

.search-header {
  margin-top: 0px;
  font-style: normal !important;
}

.search-header em {
  font-style: normal !important;
}

.search-header-select-menu em {
  font-style: normal !important;
}

.search-header .md-select-value {
  border-bottom-color: #fff !important;
}

.search-header .md-input {
  border-bottom-color: #fff !important;
}

.product-detail-sizes {
  border: 1px solid;
  font-size: 12px;
  margin: 0 2px;
  padding: 2px 5px;
}

@media only screen and (min-width: 768px) {
  .search-header {
    margin-bottom: -60px !important;
    margin-top: 65px;
  }

}

@media only screen and (max-width: 767px) {
  .md-select-menu-container.md-active md-select-menu {
    margin-top: 0px !important;
    padding-bottom: 0px;
  }
}

@media (min-width: 1200px) {

  .container-search {
    width: 1170px;
  }

}


.md-select-value > span:not(.md-select-icon) .md-text {
  color: white;
}

.md-select-value.md-select-placeholder {
  color: white;
}

.md-select-value > span:not(.md-select-icon) {
  color: white;
}

#select-filter-size .md-select-icon {
  color: white !important;
}

#select-filter-gender .md-select-icon {
  color: white !important;
}

#select-filter-brand .md-select-icon {
  color: white !important;
}

#select-filter-category .md-select-icon {
  color: white !important;
}

#select-filter-color .md-select-icon {
  color: white !important;
}

.md-select-menu-container.md-active md-select-menu {
  margin-top: 65px;
}

#select-filter-featured .md-select-icon {
  color: white !important;
}

md-select-menu md-content md-option[selected] {
  color: rgb(0, 0, 0) !important;
}


md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon {
  border-color: transparent;
}

/* .search-header {
  z-index: 1200;
} */

md-backdrop.md-select-backdrop {
  z-index: 1031 !important;
}

.md-select-menu-container {
  z-index: 1032 !important;
}


.warning-box-details {
  padding: 5px;
  border: solid 1px rgb(5, 161, 156);

  margin-bottom: 20px;
  display: flex;
  align-items: center;
}


@media only screen and (min-width: 1200px) {
  .warning-box-details {
    min-width: 400px;
  }

  .prefix-resume-title {
    width: 26%;
  }

  .price-discount-resume {
    width: 21%;
  }

  .part1-itens-cart {
    width: 15% !important;
    margin-right: 15px;
  }

  .part2-itens-cart {
    width: 82% !important;
  }

  .info-options {
    display: block !important;
    margin-left: 104px !important;
  }

  .flyer-discount-price-cart {
    font-size: 1.2em !important;
  }

  .flyer-price-cart {
    font-size: 1.2em !important;
  }

  .store-item-name {
    font-size: 1.1em !important;
  }

  .user-cart-flyer-info-category {
    font-size: 0.8em;
  }

  .flyer-price {
    font-size: 1.1em;
  }

  .flyer-discount-price {
    font-size: 1.1em;
  }

  .btn-form-pay {
    min-height: 70px !important;
  }

}

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);
html, body, html * {
  font-family: 'Roboto', sans-serif;
}

.navbar-brand {
  text-transform: capitalize;
}

.post-block {
  border: none;
  /* margin-top: 0px; */
}

.flyer-box-img {
  border: 1px solid #ebebeb !important;
  border-radius: 7px;
  background-color: white;
}

.flyer-box-img {
  border-bottom: none;
}


.small-post-footer {
  padding-top: 0px;
  margin-bottom: 0;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.show-more-flyers {
  border: 1px solid #ebebeb;
  border-radius: 7px;
  padding: 12px;
  font-weight: normal;
  margin-top: 10px;
}

.show-more-flyers:hover a {
  color: white !important;
}

.btn-filter {
  color: rgba(0, 0, 0, 0.54);
  border-radius: 15px;
  padding: 7px 15px;
  font-weight: 600;
  background-color: #f2f2f4;
  margin-left: 0px;
  margin-right: 10px;
  font-size: 0.9em;
  font-weight: normal;
}

div.scrollmenu, ul.scrollmenu {
  overflow: hidden;
  margin: 0px 10px;
  white-space: nowrap;
}


.shouldBeFixed {
  background: white;
  position: fixed !important;
  top: 68px;
  z-index: 1029;
  padding-left: unset !important;
  padding-right: 20px !important;
  padding-top: unset !important;
  padding-bottom: 10px;
}

.show-child {
  display: block;
}

.paddingTop {
  padding-top: 20px !important;
}

.navbar-menu-item {
  height: 50px;
}

.navbar-item {
  margin-top: 5px;
}

@media only screen and (max-width: 576px) {
  .shouldBeFixed {
    padding-right: unset !important;
    left: 0;
    right: 0;
  }

  .filtersPadding {
    width: 100%;
    padding: 20px !important;
    background: white;
  }
}

/* div.scrollmenu:hover, ul.scrollmenu:hover {
  overflow: auto;
} */

div.scrollmenu a, ul.scrollmenu a {
  display: inline-block;
  text-align: center;
}

.input-search {
  padding: 0px 10px;
}

.title-flyer:first-letter {
  text-transform: uppercase;
}

.title-flyer {
  font-weight: 500;
  font-size: 1em;
  padding-right: 16px;
  color: #333333de;
  overflow: hidden;
  position: relative;
  line-height: 1em;
  max-height: 2em;
  margin-right: -1em;
  margin: 0 0 4px !important;
}

.title-flyer:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.title-flyer-truncate:not(textarea) {
  width: 89%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.title-flyer:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}


.title-basic-launch p {
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.title-basic-launch a {
  font-size: 1.1em;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-right: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 576px) {
  .col-xs-6 {
    width: 50%;
    padding-bottom: 0px;
  }

  .card-launch {
    width: 45%;
  }

  .scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    overflow: auto;
  }

  .small-post-text {
    background: white;
    margin-top: 10px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    height: 55px;
  }

  .title-basic-launch a {
    display: none !important;
  }

  ::-webkit-scrollbar {
    width: 0px;
  }

  .space-between-sectors {
    margin-top: 15px !important;
  }

  .title-basic-launch p {
    margin-top: 0px;
  }

  .card-flyer {
    padding: 0px 5px;
    margin-bottom: 12px;
  }

  /* div.scrollmenu {
    overflow: auto;
  } */
  .box-whatsapp {
    right: 10px !important;
  }

  .avatar-chat {
    right: 275px !important;
  }
}

@media only screen and (min-width: 576px) {
  .small-post-text {
    padding-top: 10px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    border-radius: 12px;
  }

  .card-launch {
    width: 25%;
  }

  .show-more {
    display: none !important;
  }

  .space-between-sectors {
    margin-top: 15px;
  }

  .remove-desktop {
    display: none;
  }

  .post-block {
    min-height: 375px;
  }

  ::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    border-radius: 10px;
  }

  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
  }

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

  ::-webkit-scrollbar-thumb:hover {
    background: #888886;
  }

  .card-flyer {
    padding: 0px 10px;
  }

  .title-basic-launch p {
    font-size: 1.3em;
  }
}


.card {
  vertical-align: top;
  display: inline-block;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.label-btn-flyer:first-letter {
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .btn-filter:hover {
    border: 2px solid #666;
    background-color: #0000004d;
    color: white;
  }
}

@media (hover: none) {
  .disable-in-mobile {
    display: none;
  }

}

@media only screen and (min-width: 351px) and (max-width: 422px) {
  .basic-sufix-resume {
    margin-left: 5px;
  }
}

.input-group-addon {
  padding: 2px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.form-control .quant-input {
  padding: 10px 10px !important;
  min-height: 34px !important;
}

.flyer-quant-input {
  padding: 10px 10px !important;
  min-height: 40px !important;
}

.form-number {
  padding-right: 0;
  padding-left: 0;
  z-index: 9999999999 !important;
}

.number-items-box {
  background-color: #fff;
  width: min-content;
  height: 40px;
}

.center-count {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.store-item-name {
  overflow: hidden;
  position: relative;
  line-height: 1.1em;
  max-height: 2em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  margin: 0 0 4px !important;
}

.store-item-name:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.store-item-name:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.part1-itens-cart {
  width: 35%;
}

.part2-itens-cart {
  width: 65%;
}

.type-options {
  display: contents;
}

.info-options {
  display: contents;
}

.btn-form-pay {
  border-radius: 7px;
  min-height: 55px;
  margin-bottom: 5px;
  border: 1px solid;
  background-color: white;
  color: #4d4d44;
  display: flex;
  align-items: center;
}

.btn-form-pay:disabled {
  cursor: not-allowed !important;
  opacity: .65;
}

.alert-warning-pix {
  background-color: #fff3cd;
  color: #856404;
  border: 2px solid #ffeeba !important;
}

.form-control-input-search:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  background: #ffffff;
  border-color: #ebebeb !important;
  border: 1px solid #ebebeb !important;
}

.whats-icon-fixed {
  height: 34px;
  width: 34px;
  position: relative;
  top: 50%;
  left: 32%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.box-whatsapp[data-v-1244] {
  padding: 10px;
  position: fixed;
  bottom: 20px;
  z-index: 99;
  outline: none;
  height: 65px;
  width: 260px;
  color: #333333de;
  line-height: 25px;
  border-radius: 8px;
  /* border: 1px solid #00d06f; */
  overflow: inherit;
  -webkit-animation: showBox-data-v-1244 22s ease-in-out forwards;
  animation: showBox-data-v-1244 22s ease-in-out forwards;
  font-size: 16px;
  font-weight: 400;
  right: 25px;
  bottom: 85px;
  display: none;
  background-color: white;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

.avatar-chat {
  position: fixed;
  bottom: 20px;
  z-index: 99;
  outline: none;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  overflow: inherit;
  -webkit-animation: showBox-data-v-1244 22s ease-in-out forwards;
  animation: showBox-data-v-1244 22s ease-in-out forwards;
  right: 295px;
  bottom: 110px;
  display: none;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

.box-whatsapp:before {
  border: solid transparent;
  content: " ";
  height: 0px;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 13px;
  top: 0px;
  transform: rotate(-90deg);
  left: 0;
  margin-left: -11px;
  border-right-color: #ffffff;
}


.box-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
}

.box-options-children {
  display: flex;
  justify-content: flex-start;
}

.checkbox-options {
  display: inline-flex;
  vertical-align: top;
}

.box-options-mobile {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.div-imagem-repeat {
  height: 95px;
  text-align: initial;
  position: relative;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-left: 4px solid white;
  border-radius: 8px;
  padding-left: 8px;
  border-bottom: 4px solid white;
  border-top: 4px solid white;
}

.hidden-border {
  border: none !important;
}

@media only screen and (max-width: 767px) {
  .hidden-on-desktop {
    display: none;
  }

  .content-mobile {
    margin: 0px;
    padding: 0px
  }

  .font-title {
    font-size: 20px;
    margin: 0px;
  }

  .icons-like-shared {
    width: 66px !important;
  }

  .content-detail {
    width: 100%
  }

  #page-content {
    padding: 0 0 !important;
  }

  .footer-info-detail-flyer {
    position: initial !important;
    margin: 0px 0px !important;
  }
}

@media only screen and (min-width: 768px) {
  .hidden-on-mobile {
    display: none;
  }

  .content-mobile {
    padding: 34px 0px 0px 25px !important;
  }

  .content-desktop {
    margin-left: 10%;
    margin-right: 5%;
  }

  .content-info-detail {
    min-height: 570px;
  }
}

.font-title {
  margin: 0px;
}

.content-info-detail {
  display: flex;
}

.footer-info-detail-flyer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0px 15px;
}

.line-price-title {
  width: 40px;
  border-bottom: 3px solid #ccc;
  margin: 20px 0px 25px;
}

.color-size {
  font-size: 13px;
  font-weight: bold;
}

.nav-expanded-header {
  cursor: pointer;
}

.nav-expanded-header .md-expansion-panel-header-container {
  padding: 0px 0px;
}

.nav-expanded-header .md-title {
  flex: 0;
}

.nav-collapsel {
  cursor: pointer;
  padding: 0px 15px;
}

.nav-collapsel .md-title {
  flex: 0;
}

.table-flyers td {
  padding: 9px;
}

.table-flyers th {
  padding: 9px;
}

.title-panel {
  font-weight: bold;
  font-size: medium !important;
}

.label-status {
  background-color: #D1DADE;
  color: #5E5E5E;
  font-size: 10px;
  font-weight: 600;
  padding: 6px 8px;
  text-shadow: none;
}

.label-info-status, .badge-info-status {
  background-color: #23c6c8;
  color: #FFFFFF;
}

.paid {
  background-color: #1ab394;
  margin-left: 10px;
}

.cancelled {
  background-color: rgb(204, 10, 0);
  margin-left: 10px;
}

.waiting_payment {
  background-color: rgb(194, 199, 201);
  margin-left: 10px;
}

.waiting_confirmation {
  background-color: rgb(194, 199, 201);
  margin-left: 10px;
}

.confirmed {
  background-color: rgb(50, 154, 207);
  margin-left: 10px;
}

.separating {
  background-color: rgb(50, 154, 207);
  margin-left: 10px;
}

.available_to_delivery {
  background-color: #db81d8;
  margin-left: 10px;
}

.delivered {
  background-color: rgb(22, 99, 0);
  margin-left: 10px;
}

.accepted {
  background-color: rgb(50, 154, 207);
  margin-left: 10px;
}

.refused {
  background-color: rgb(22, 99, 0);
  margin-left: 10px;
}

.archived {
  background-color: rgb(108, 117, 125);
  margin-left: 10px;
}

.expansion-icon {
  font-size: x-large !important;
  font-weight: 500;
  margin-left: 10px;
}

md-expansion-panel md-expansion-panel-collapsed {
  padding: 0px !important;
}

.title-expansion-subtitle {
  color: #676767;
}

.margin-subtitle {
  margin-right: 35px;
}

.hide-phone {
  display: inline-flex;
}

.first-line-expansion {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 570px) {

  .term-cookies-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
}

@media only screen and (min-width: 310px) and (max-width: 570px) {
  div.scrollmenu, ul.scrollmenu {
    overflow: auto;
  }

  .hide-phone {
    display: inline-flex;
    display: none;
  }

  .margin-subtitle {
    margin-left: 0px;
  }

  .first-line-expansion {
    display: block;
    justify-content: space-between;
  }

  .hider-label {
    display: none;
  }

  .line-price-title {
    width: 40px;
    border-bottom: 3px solid #ccc;
    margin: 10px 0px 15px;
  }

  .display-flex {
    display: flex;
  }

  .fifty-width {
    min-width: 50%;
  }

  .fifty-five-width {
    width: 55%;
  }

  .fixedTermCookies {
    position: fixed;
    bottom: 70px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    right: 5%;
    height: auto;
    width: 90%;
    border-radius: 10px;
    background-color: white;
    color: #FFFFFF;
    transition: all 0.2s ease-out;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  }

  .btn-cookies {
    margin: 0px 5px 5px 5px;
    border: 2px solid;
    font-size: 12px;
    letter-spacing: 0.05em;
    min-width: max-content;
    padding: 7px;
    border-radius: 6px;
    background-color: transparent;
    font-weight: bolder;
  }

  .btn-cookies:hover {
    margin: 0px 5px 5px 5px;
    border: 2px solid;
    font-size: 12px;
    letter-spacing: 0.05em;
    min-width: max-content;
    padding: 7px;
    border-radius: 6px;
    background-color: #e7e7e74d;
    font-weight: bolder;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  }

  .text-cookies {
    margin: 10px;
    color: #333333;
    font-size: 13px;
    text-align: justify;
  }

  .term-cookies-div {
    display: flex;
    align-items: stretch;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
  }
}

.info-expansion {
  margin-bottom: 0;
  display: flex;
}

.payment-method-expansion {
  padding-left: 6px;
}

.h-100 {
  height: 100% !important;
}

.modal-size-modal-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
  height: 100%;
}

.custom-modal-content {
  max-height: calc(34vw + 140px);
  width: 90vw;
  border-radius: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  line-height: 1em;
}

.custom-modal-content::-webkit-scrollbar {
  -webkit-appearance: none !important;
  background-color: #dcdcdc;
  width: 6px;
  border-radius: 0 10px 10px 0;
}

.custom-modal-content::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  border-radius: 10px;
  background-color: #a8a8a8;
}

.content-flyer {
  display: flex;
  gap: 16px;
}

.content-images-flyer {
  flex-direction: column;
  display: flex;
  gap: 6px;
  width: 16vw;
  min-width: 60px;
  height: 35vw;
  overflow-x: hidden;
  overflow-y: auto;
}

.image-flyer {
  width: 100% !important;
  border-radius: 6px;
  object-fit: contain;
}

.flyer-box-img#showcase-images-flyer {
  height: 35vw !important;
  width: 35vw !important;
  min-height: 35vw !important;
  min-width: 35vw !important;
}

.centered {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#flyer-button-row.add-cart {
  margin-top: 7px;
}

#flyer-button-row.add-cart button {
  padding: 8px;
  font-size: 1.15em;
}

.flyer-details {
  margin-top: 34px;
}

.p-0 {
  padding: 0 !important;
}

.options-flyer {
  width: 100%;
  margin-left: 20px;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.max-height-two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.display-none {
  display: none;
}

.more-options-details span {
  font-size: 1.7em !important;
  color: #c1c1c1;
}

.more-options-details {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  padding: 0 !important;
  margin-left: 8px;
}

#icon-close-modal {
  height: 39px;
  width: 39px;
  position: fixed;
  right: 1.5vw;
  font-size: 1.5em;
  color: white;
}

.flyer-box-video {
  border: 1px solid #ebebeb !important;
  border-radius: 7px;
  height: 35vw !important;
  width: 35vw !important;
  min-height: 35vw !important;
  min-width: 35vw !important;
}

.video-flyer {
  height: 95px;
  text-align: initial;
  position: relative;
  background-color: rgb(255, 255, 255);
}

.cursor-pointer {
  cursor: pointer !important;
}

.custom-input-cep {
  width: 101%;
  border: 1px solid #D2D3D5;
  border-right-color: transparent;
  border-radius: 3px 0 0 3px;
  padding: 6px;
  white-space: nowrap;
  font-size: 16px;
}

.popover-custom {
  width: 250px;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.more-options-details .dropdown-menu {
  min-width: 98px !important;
  width: 98px !important;
  text-align: center;
  border-radius: 3px !important;
  padding-top: 6px;
}

.flyer-reference {
  margin-bottom: 18px;
}

.custom-search-page {
  padding: 0 15px 20px !important;
}

.options-flyer-modal {
  display: flex;
  gap: 18px;
  width: 100%;
  background-color: white;
  z-index: 999999999 !important;
}

.button-add-cart {
  z-index: 9999999999 !important;
  width: 100%;
}

.quant-label {
  margin-top: 16px;
}

.custom-modal-body {
  padding: 28px 28px 0 28px;
}

.carousel-banners-flyer {
  margin-top: 14px;
}

.slider-size, .slider-size img {
  width: 100%;
}

.carousel-banners-flyer .carousel-indicators .active {
  height: 10px;
  width: 10px;
}

.carousel-banners-flyer .carousel-indicators li {
  margin: 1px 6px;
}

.carousel-banners-flyer .carousel-control {
  width: 8%;
}

.carousel-banners-flyer .carousel-control .custom-icon-carousel {
  background-color: white;
  padding: 6px;
  border-radius: 50%;
  height: 40px;
  opacity: 0.75;
}
@media (max-width: 1300px) {
  .banner-slider-image {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}

@media (max-width: 500px) {
  .banner-slider-image {
    min-height: 128px;
    object-fit: fill;
  }
}

@media (max-width: 767px) {
  #select-img-mobile {
    display: block;
    padding-top: 75%;
  }

  .modal-content {
    overflow: hidden !important;
  }

  .custom-modal-body {
    width: 100%;
    overflow: auto;
    max-height: 100vh;
  }

  .filters-mobile {
    padding: 0 20px 28vh !important;
  }

  .custom-modal-content {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
    border: white;
  }

  .content-images-flyer, .flyer-box-img#showcase-images-flyer, .flyer-box-video, #icon-close-modal {
    display: none !important;
  }

  .content-flyer {
    gap: 0;
  }

  .options-flyer {
    width: 100%;
    max-height: none !important;
    margin: 20px !important;
  }

  .custom-modal-body {
    padding: 0;
  }

  #flyer-button-row.add-cart, .filter-actions-modal {
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    margin-top: 0 !important;
    padding: 20px;
    font-size: 14px;
    -webkit-box-shadow: 0 3px 11px 3px rgba(0, 0, 0, 0.24);
    box-shadow: 0 3px 11px 3px rgba(0, 0, 0, 0.24);
    background-color: white;
    z-index: 99999999;
  }

  #flyer-button-row.add-cart button, .filter-actions-modal button {
    font-size: 14px;
  }

  .options-flyer-modal {
    gap: 10px;
  }

  .filter-actions-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }

  #btn-clear-filter {
    background-color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
  }

  #btn-clear-filter .icon-ksc-close-light {
    padding-right: 4px;
    font-size: 14px;
  }

  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: fixed;
    font-size: 1.3em;
    padding: 12px;
    color: white;
    z-index: 99999;
  }

  .mobile-header-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 1.3em;
    padding: 12px;
    color: #949494;
  }

  .custom-icon-header-filters {
    height: 39px;
    width: 39px;
  }

  .custom-icon-header {
    height: 39px;
    width: 39px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .more-options {
    display: flex;
    gap: 8px;
  }

  .content-carousel-images {
    width: 100% !important;
  }

  #select-img-mobile.carousel {
    padding: 0 !important;
  }

  .more-options-details .fa {
    display: none !important;
  }

  .mx-10 {
    margin: 0 20px;
  }

  .custom-modal-content::-webkit-scrollbar {
    width: 4px !important;
  }

  #steps-flyer.flyer-steps {
    padding-bottom: 14vh;
  }

  .carousel__snapper {
    overflow-y: hidden !important;
  }

  .custom-icon-header.icon-share::before {
    color: white;
    font-size: 1.3em;
  }

  .carousel__viewport::-webkit-scrollbar {
    height: 0 !important;
  }

  .open > .dropdown-menu {
    border-radius: 3px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
  }

  .custom-search-page {
    padding: 15px 20px !important;
  }

  .sizes {
    gap: 1.5vw !important;
  }

  .select-size {
    height: 50px !important;
    width: 147px !important;
  }

  .header-result-filters {
    margin: 25px 20px !important;
  }

  .container-filter-flyers {
    padding: 0 15px !important;
  }

  .result-filter {
    padding: 0 5px !important;
  }

  .filters {
    margin: 8px 0 0 !important;
  }

  .carousel-banners-flyer .carousel-control {
    width: 18%;
  }

  .slider-size, .slider-size img {
    width: 100%;
  }

  .carousel-banners-flyer .carousel-control .custom-icon-carousel {
    padding: 6px;
    height: 32px;
  }

  .carousel-banners-flyer .carousel-control .custom-icon-carousel i {
    font-size: 14px;
  }

  .carousel-banners-flyer {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  #icon-close-modal {
    font-size: 1.2em;
    right: 0;
  }

  .line-price-title {
    margin: 10px 0;
  }

  .container-filter-flyers {
    padding: 0 !important;
  }

  .sort-options-flyers-mobile {
    display: none !important;
  }
}

.disabled-a-custom-modal-flyer-details {
  pointer-events: none;
  cursor: default;
}

@-webkit-keyframes fadeIn {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@-moz-keyframes fadeIn {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@-o-keyframes fadeIn {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes fadeIn {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(100%);
  }
}

@-moz-keyframes fadeOut {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(100%);
  }
}

@-o-keyframes fadeOut {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(100%);
  }
}

@keyframes fadeOut {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(100%);
  }
}

.fadeIn {
  -webkit-animation: fadeIn 0.5s linear;
  -moz-animation: fadeIn 0.5s linear;
  -o-animation: fadeIn 0.5s linear;
  animation: fadeIn 0.5s linear;
}

.fadeOut {
  -webkit-animation: fadeOut 0.5s linear;
  -moz-animation: fadeOut 0.5s linear;
  -o-animation: fadeOut 0.5s linear;
  animation: fadeOut 0.5s linear;
}

.form-control-input-search {
  background: #ffffff;
}

.ns-icon-search {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid #ebebeb;
  padding: 12px;
  min-height: 45px;
  margin-top: -45px;
  float: right;
  position: relative;
  z-index: 2;
  color: white;
  font-size: 20px;
}

.content-space-between {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

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

.container-filters {
  border: 1px solid #ebebeb;
  padding: 16px;
  border-radius: 6px;
}

.container-filters summary {
  padding: 0 !important;
}

.container-filters summary span {
  font-weight: bold;
  color: black;
  font-size: 16px;
}

.container-filters:not(:last-child) {
  margin-bottom: 10px;
}

.filters {
  margin: 8px 0 12px;
}

.header-filters {
  justify-content: space-between;
  align-items: center;
}

.tag-filter {
  max-width: 100%;
  background: #f3f3f4;
  font-size: 0.9em;
  border-radius: 15px;
  padding: 4px 12px;
  margin-left: 0;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
}

.tag-filter i {
  min-width: 8%;
  padding-left: 4px;
  font-size: 0.75rem;
  color: #949494;
}

.tag-filter span {
  max-width: 92%;
}

.btn-clear-filters {
  padding: 4px 0;
  width: 100%;
  border-radius: 20px;
  border: 1px solid !important;
  background-color: #FFFFFF;
}

.btn-clear-filters i {
  font-size: 0.9rem;
  padding-right: 6px;
}

.custom-search {
  width: 100%;
  height: 36px;
  margin: 8px 0;
  border-radius: 4px;
  border: 0.125em solid #ebebeb;
  text-indent: 10px;
}

.filter-options {
  color: black;
  font-size: 0.9em;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.filter-options input {
  margin: 0 6px 0 0 !important;
  height: 28px;
  width: 20px;
}

.filter-options .amount-label {
  color: #949494;
  margin-left: 4px;
  font-size: 0.9em;
}

.filter-options:last-child {
  margin-bottom: 0;
}

.content-filters {
  max-height: 146px;
  overflow-y: auto;
}

.content-filters::-webkit-scrollbar {
  width: 4px;
}

.content-filters::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

.content-filters::-webkit-scrollbar-thumb {
  background-color: #949494;
  border-radius: 10px;
}

.mt-8 {
  margin-top: 8px;
}

.sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em;
}

.select-size {
  height: 46px;
  width: 77px;
  padding: 4px;
  background: white;
  border-radius: 4px;
  border: 0.125em solid;
}

.select-size:hover {
  color: white;
}

#fixedInfos {
  position: relative;
}

.result-filter {
  padding: 0 10px;
}

.btn-filters-modal {
  color: rgb(136, 136, 136, 1);
  width: 50%;
  height: 36px;
  padding: 0 6px;
  white-space: normal !important;
  border: 1px solid #ebebeb;
  background-color: white;
  border-radius: 18px;
  font-weight: 500;
  text-align: center;
}

.filter-label {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.42857;
}

.btn-show-more {
  width: 100%;
}

.list-no-flyers-result {
  margin-top: 20px;
}

.list-flyers-result {
  margin-top: 70px;
}

.m-0 {
  margin: 0 !important;
}

.header-result-filters {
  margin: 45px 10px 35px;
}

.container-filter-options {
  padding: 0 0 0 10px;
  min-height: 500px;
}

.container-filter-flyers {
  padding: 0 0 0 20px;
}

.menu-icon-drop, .submenu-icon-drop {
  color: white;
  margin-right: 15px;
  font-size: 1.4em;
}

.category-label span {
  max-width: 85% !important;
  line-height: 2.4em;
  font-size: 1.2em !important;
}

.tag-filter span, .category-label span, .header-result-filters h5 {
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.result-filter {
  display: flex;
  gap: 10px;
}

.btn-filter-mobile-content {
  width: 50%;
}

.w-100 {
  width: 100% !important;
}

.px-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.pr-4 {
  padding-right: 4px;
}

.pl-8 {
  padding-left: 8px;
}

.sort-options {
  height: 36px;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 0 16px;
  margin: 6px 0;
  background: #f2f2f4;
  border: none;
  color: black;
}

.header-order-popup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

#order-dropdown {
  display: none;
  position: absolute;
  top: 44px;
  z-index: 1020;
  right: 10px;
  width: 220px;
  background-color: white;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ebebeb;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}

.order-option-hover {
  background-color: #f2f2f4 !important;
  font-weight: bold;
}

.web-options {
  background-color: white;
  margin: 0;
  cursor: pointer;
}

.order-popup-title {
  font-size: 18px;
  color: #4c4c4c;
  text-align: center;
  line-height: 1.5em;
  font-weight: 600;
  margin: 0;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

*, html, body {
  scroll-behavior: smooth !important;
}

.modal {
  height: 100%;
}

.sliders {
  margin-top: -38px;
  margin-bottom: 38px;
  position:relative;
}

.sliders_button {
  border: 0;
  height: 35px;
  width: 50px;
}

#slideLeft {
  opacity: 0.75;
  position: absolute;
}

#slideRight {
  opacity: 0.75;
  right: 0;
  position: absolute;
}

#labelsrow::-webkit-scrollbar {
  display: none;
}

#labelsrow {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.installment-plan {
  text-align: left;
  font-size: 12px;
  margin-top: 3px;
  width: 100%;
  height: 100%;
  color: #333;
}

.installment-plan-details {
  text-align: left;
  margin-top: 3px;
  font-size: 15px;
  width: 100%;
  color: #333;
}

.error-animation {
  animation-name: shake;
  animation-duration: 0.1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  100% { transform: translateX(-5px); }
}

.display-horizontally-inline {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 4px;
}

.unset-side-paddings {
  padding-left: unset; 
  padding-right: unset;
}