* {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

body {
  position: relative;
  padding-top: 125px;
}
body.navbar-hide {
  padding-top: 65px;
}

.hide,
.hidden {
  display: none;
}

button,
input[type="button"],
input[type="submit"],
.btn {
  cursor: pointer;
  border: none;
  border-radius: 10px;
  background: #ce2022;
  color: white;
  font-weight: bold;
  text-shadow: none;
  box-shadow: none;
  line-height: 32px;
  padding: 5px 20px;
  margin-bottom: 20px;
  text-decoration: none;
}

input[type="button"]:hover,
input[type="submit"]:hover,
.btn:hover {
  color: white;
  background: rgba(226, 51, 54, 0.7);
}

/*.btn:before {*/
/*    width: 25px;*/
/*    height: 32px;*/
/*    content: '';*/
/*    display: block;*/
/*    float: left;*/
/*    margin-right: 10px;*/
/*    background: url('/wa-data/public/site/themes/default/img/icons/location-delivery.png') no-repeat 0 0;*/
/*}*/

input[type="button"],
input[type="submit"] {
  padding: 3px 12px !important;
}

[ui-pnotify].ui-pnotify.stack-bar-top {
  width: 90%;
  margin: 40px auto 0;
}

[ui-pnotify].ui-pnotify.stack-bar-top .ui-pnotify-container {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

[ui-pnotify].ui-pnotify.stack-bar-top .ui-pnotify-container .ui-pnotify-title {
  margin-bottom: 0;
}

@-moz-keyframes loader {
  0% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  33.33% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  66.67% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  100% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
}

.store-info {
  min-width: 150px;
}

.loading {
  display: flex;
}

.loading.hide {
  display: none;
}

.loading-animation {
  display: inline-block;
  margin-right: 10px;
}

.loading-animation .points-wrapper {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  padding: 4px 0;
  text-align: center;
  line-height: 0;
}

.loading-animation .points-wrapper .point {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px 0 0;
  background: #000;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-animation: loader 0.9s linear infinite;
  -moz-animation: loader 0.9s linear infinite;
  -o-animation: loader 0.9s linear infinite;
  -ms-animation: loader 0.9s linear infinite;
  animation: loader 0.9s linear infinite;
}

.loading-animation .points-wrapper .point:last-child {
  margin-right: 0;
}

.loading-animation .points-wrapper .point:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading-animation .points-wrapper .point:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.home-notice {
  text-align: center;
  padding: 10px 20px;
  max-width: 600px;
  width: fit-content;
  margin: 0 auto 15px;
  color: #b5610b;
  border: 2px solid #b5610b;
  border-radius: 4px;
}

.home-notice span {
  display: inline-block;
}

.home-notice svg {
  vertical-align: text-bottom;
  margin-left: 10px;
}

.price {
  color: #000;
}

.compare-at-price {
  color: #ce2022;
}

.s-slider-section {
  display: none;
}

header.globalheader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

header #globalnav {
  padding: 5px 10px;
}

header a {
  color: white;
}

header nav {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
}

header .apps {
  display: flex;
}

header .apps li {
  float: none;
}

header .cart-container {
  display: flex;
  align-items: center;
}

header .cart-container div {
  display: none;
}
header .cart-container div.cart {
  display: block;
}

header .cart {
  float: none;
}

header .cart a {
  border-radius: 6px;
  background: #ce2022;
}

header .cart a:hover {
  background: rgba(226, 51, 54, 0.7) !important;
}

header .cart a strong {
  color: white;
}

header .cart.fixed {
  position: static;
}

header .cart.fixed a {
  background: #ce2022;
}

header #globalnav.light .cart a {
  background: #ce2022;
  border-radius: 10px;
  display: flex;
}

header #globalnav.light .cart a:hover {
  background: #ce2022 !important;
}

header #globalnav.light .cart a .cart-total {
  display: flex;
  align-items: center;
}

header #globalnav.light .cart a .ruble {
  margin-left: 5px;
}

header .navbar {
  background-color: #fff;
  background: #fff;
  border-color: #fff;
  padding: 10px 0;
  box-shadow: 0 0 10px rgb(183 198 199 / 50%);
}

.navbar-hide header .navbar {
  display: none;
}

header .navbar ul {
  display: flex;
  list-style: none;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 0 10px;
  margin: 0;
}
header .navbar ul::-webkit-scrollbar {
  display: none;
}

header .navbar ul li {
  float: none;
  margin-right: 20px;
}
header .navbar ul li a {
  display: block;
  padding: 10px 15px;
  background-color: #f7f7f7;
  color: #000;
  border-radius: 12px;
  white-space: nowrap;
}

header .navbar ul li.active a {
  background-color: #ce2022;
  color: white;
}

.nav-negative li a {
  background-color: black;
}

.color_scheme_white header .pages li a {
  color: #b5610b;
}

.color_scheme_white header .pages li a:hover {
  color: #e09445 !important;
}

ul.thumbs li {
  margin-bottom: 20px;
}

ul.thumbs li a:hover h5 {
  color: #e09445 !important;
}

.filters-form-wrapper input[type="submit"],
ul.thumbs li table.features tr:last-child {
  display: none;
}

.add2cart input[type="submit"].added,
ul.thumbs .purchase input[type="submit"].added {
  background-color: #45ad3d;
  color: white;
}

ul.thumbs .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

ul.thumbs .header h3 {
  text-align: center;
  margin: 10px 0 5px 0;
}

ul.thumbs .header .icon {
  text-transform: uppercase;
}

ul.thumbs .header .icon.icon-new {
  position: relative;
  top: -2px;
  display: inline-block;
  background-color: #ce2022;
  border: 1px solid #ce2022;
  color: white;
  font-size: 1rem;
  line-height: 1rem;
  padding: 2px 10px;
  margin-left: 10px;
  margin-top: 5px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}

ul.thumbs .header .icon.icon-hit {
  position: relative;
  top: -2px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 1rem;
  line-height: 1rem;
  padding: 2px 10px;
  margin-left: 10px;
  margin-top: 5px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}

ul.thumbs .header .features {
  display: inline-block;
  color: #c5c5c5;
  padding: 2px 5px;
}

ul.thumbs .product-quantity {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: white;
  color: #ce2022;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 10px;
  border: solid #ce2022 4px;
  bottom: 26px;
}

ul.thumbs .purchase {
  justify-content: center;
  margin-bottom: 0;
}

ul.thumbs .purchase .price {
  font-size: 1.3rem;
}

ul.thumbs .purchase input[type="submit"] {
  margin-left: 10px;
}

ul.thumbs .purchase input[type="submit"]:hover ~ .product-quantity {
  border: solid #e09445 4px;
}

ul.thumbs .added2cart {
  margin-right: 0;
  width: 100%;
  text-align: center;
  background-color: transparent;
}

table.features tr td {
  padding-right: 10px;
}

.home-products .online-menu {
  text-align: center;
  margin-bottom: 30px;
}
.home-products .online-menu .title {
  font-size: 20px;
  margin-bottom: 15px;
}
.home-products .online-menu > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-products .online-menu a {
  padding: 10px;
  flex-direction: column;
  width: 130px;
  line-height: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.home-products .online-menu a svg {
  width: 48px;
  height: 48px;
}
@media (min-width: 761px) {
  .home-products .online-menu {
    display: none;
  }
}

.home-products h2 {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 10px;
  margin: 0 0 20px 0;
}

.home-products .category-item {
  padding-top: 20px;
}

.home-products .category-item.first {
  padding-top: 0;
}

.last-orders-statistic {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 15px 0 25px 0;
  opacity: 1;
}
.last-orders-statistic.hide {
  opacity: 0;
}
.last-orders-statistic svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.last-orders-statistic ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.last-orders-statistic ul li {
  background-color: #f3f3f3;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  border-radius: 6px;
}
.last-orders-statistic ul li span {
  font-size: 10px;
}

.olives {
  border-radius: 10px;
}

.hint,
.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span.rarr,
table.features tr.divider td,
ul.thumbs li span.summary,
.review .summary,
.review .summary .date,
ul.albums li .count,
.album-note,
.credentials .username,
.credentials .username a {
  color: #777;
}

header h2 a,
header h2 a:hover,
header .apps li a,
header .apps li a:hover,
header .auth li a,
header .auth li a:hover,
header .auth li a strong,
header .auth li a:hover strong,
header #globalnav.light .apps li a,
header #globalnav.light .apps li a:hover,
header #globalnav.light .apps li.selected a,
header #globalnav.light .apps li.selected a:hover {
  color: #fff !important;
}

header #globalnav.light .apps li.selected a {
  font-weight: bold;
}

header #globalnav.light h2 a,
header #globalnav.light h2 a:hover {
  color: #000 !important;
}

header .apps li.selected a {
  background: transparent;
}

header #mobile-nav-toggle {
  border-radius: 6px;
  width: 38px;
  height: 36px;
  background-position: 2px 4px;
  background-size: 30px;
}

header .pages li a,
header .pages li a:hover,
.color_scheme_white header .pages li a,
.color_scheme_white header .pages li a:hover {
  color: #000 !important;
  text-transform: none;
}

.minicart.mobile {
  position: fixed !important;
  top: 59px !important;
  width: 100%;
  box-sizing: border-box !important;
}

.minicart .minicart-action a {
  display: inline-block !important;
}

.minicart .minicart-action a .minicart-button {
  box-shadow: none;
  border-radius: 6px;
}

.minicart .minicart-close {
  box-shadow: none;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  width: 22px;
  height: 22px;
  padding: 0;
  border-radius: 50%;
  background-color: #ce2022;
  color: #fff !important;
}

/* telephone mobile */
.mobile-icon-call {
  position: fixed;
  width: 62px;
  height: 62px;
  background-color: #f14f5a;
  display: block;
  bottom: 20px;
  left: 20px;
  border-radius: 50%;
  z-index: 11;
  box-shadow: rgba(0, 0, 0, 0.29) 0px 2px 4px;
}

.mobile-icon-call::before {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  background: url(https://shtefanburger.ru/wa-data/public/site/themes/default/img/icons/call-answer.svg);
  background-repeat: no-repeat;
  background-size: 62px 34px;
  background-position: 0 14px;
}

.mobile-icon-call {
  display: none;
}

.clever_btn_cont {
  height: 62px;
  width: 62px;
  bottom: 20px !important;
  right: 20px !important;
  transform: none !important;
}

/* /telephone mobile */

.related-bxslider .image h5 {
  margin-bottom: 5px;
  margin-top: 5px;
}

/* widget */
.chats-open {
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 65px;
  height: 65px;
  transition: background-color 0.5s;
  border-radius: 50%;
  background: #b5610b
    url("https://mebelbaza1.ru/files/speech-bubbles-comment-option_2.svg")
    no-repeat center center;
  z-index: 999998;
  background-size: 35px 35px;
  -webkit-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
}

.plus {
  background: #b5b5b5 url("https://mebelbaza1.ru/files/close.svg") no-repeat
    center center;
  background-size: 30px 30px;
}

/*.chats > div {*/
/*    position: fixed;*/
/*    bottom: 20px;*/
/*    right: 20px;*/
/*    width: 65px;*/
/*    height: 65px;*/
/*    border-radius: 50%;*/
/*    z-index: 999996;*/
/*    opacity: 0;*/
/*    -webkit-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);*/
/*    -moz-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);*/
/*    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);*/
/*    background-size: 35px 35px !important;*/
/*}*/

/*.chats > div.whats-chat, .chats > div.tawk-chat {*/
/*    transition: bottom 0.5s, opacity 0.5s;*/
/*    bottom: 0px;*/
/*    opacity: 0;*/
/*    cursor: pointer;*/
/*}*/

/*.chats > div.whats-animate {*/
/*    bottom: 180px;*/
/*    opacity: 1;*/
/*}*/

/*.chats > div.tawk-animate {*/
/*    bottom: 100px;*/
/*    opacity: 1;*/
/*}*/

/*.chats > div.whats-chat {*/
/*    background: #53ce3c url("https://mebelbaza1.ru/files/whatsapp.svg") no-repeat center center;*/
/*}*/

/*.chats > div.tawk-chat {*/
/*    background: #fc2f58 url("https://mebelbaza1.ru/files/comment_2.svg") no-repeat center center;*/
/*}*/

/*.chats > div span {*/
/*    position: absolute;*/
/*    right: 79px;*/
/*    top: 18px;*/
/*    text-align: right;*/
/*    white-space: nowrap;*/
/*    display: block;*/
/*    background: rgba(255, 255, 255, 0.8);*/
/*    border-radius: 10px;*/
/*    padding: 5px 10px;*/
/*    color: black;*/
/*}*/

@media (max-width: 568px) {
  .chats-open {
    display: block;
  }

  .mobile-icon-call {
    display: block;
  }
}

/* /widget */

/* Homepage */
.discounts-container {
  background: url("/wa-data/public/site/themes/default/img/discount.jpg") center
    center no-repeat;
  background-size: cover;
  padding: 20px;
  margin-bottom: 20px;
}

.discounts {
  background: rgba(255, 255, 255, 0.85);
  padding: 15px;
}

.discounts h2 {
  text-align: center;
}

.discounts .items {
  display: flex;
  flex-wrap: wrap;
}

.discounts .items > div {
  width: 25%;
  text-align: center;
}

.discounts .items > div .value {
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 3.5rem;
  margin: 10px 0;
  color: #b5610b;
}

.discounts .items > div .desc {
}

.discounts .items > div .desc div {
  font-size: 1.5rem;
  margin-top: 5px;
  font-weight: bold;
}

/* /Homepage */

/* Cart */
.todiscount-main .order-discounts {
  font-size: 1.2rem;
}

.cart .col.services {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

.cart .col.services > div {
  width: 50%;
}

.cart-form {
  display: flex;
  flex-direction: column;
}

.cart-form h1 {
  order: 1;
}

.cart-form .todiscount {
  order: 2;
}

.cart-form .cart {
  order: 3;
}

.cart-form #discount-row {
}

.cart-form #discount-row .cart-discount {
  font-weight: bold;
  font-size: 1.8rem;
}

.wa-step-section.wa-step-region-section .wa-section-body {
  display: none;
}

.wa-order-form-wrapper
  .wa-step-shipping-section
  .wa-delivery-types-section
  .wa-types-list
  .wa-type-wrapper
  .wa-price,
.wa-order-form-wrapper
  .wa-step-shipping-section
  .wa-delivery-types-section
  .wa-types-list
  .wa-type-wrapper
  .wa-date {
  display: none;
}

.wa-cart-coupons-rules {
  margin-top: 10px;
}

.wa-cart-coupons-rules a {
  text-decoration: underline;
}

/* /Cart */

/* Menu */
.menu-container {
  display: flex;
  align-items: end;
}

.menu-container .navigation {
  display: block !important;
  width: 240px;
  padding: 10px 20px;
  margin-right: 20px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
}

.menu-container .navigation span {
  font-weight: bold;
}

.menu-container .navigation nav {
  margin-top: 10px;
}

.menu-container .navigation a {
  display: block;
  padding: 5px 10px;
  margin: 5px 0;
}

.menu-container .navigation a.active {
  background-color: #f3f3f3;
}

.menu-container .menu {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
}

.menu-container .menu .group {
  max-width: 600px;
}

.menu-container .menu table {
  width: 100%;
}

.menu-container .menu table tr:nth-child(even) td {
  background-color: #f3f3f3;
}

.menu-container .menu table tr:hover td {
  background-color: #e2e2e2;
}

.menu-container .menu table tr th {
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: black;
  padding: 10px;
}

.menu-container .menu table tr td:last-child {
  width: 60px;
}

/* /Menu */

/* Hide map in order */
.wa-order-dialog.wa-shipping-pickup-dialog .wa-dialog-body {
  width: 500px;
}

.wa-order-dialog.wa-shipping-pickup-dialog
  .wa-dialog-body
  .wa-mobile-view-toggle {
  display: none;
}

.wa-order-dialog.wa-shipping-pickup-dialog .wa-filters-wrapper {
  display: none;
}

.wa-map-section {
  display: none;
}

/* Hide /map in order */

/* Product popup */

.dialog .cart img {
  width: 100%;
}

.cart-form-dialog .services {
  margin-bottom: 14px;
}

.cart-form-dialog .services-show {
  font-weight: 700;
  border-bottom: 1px dashed #b5610b;
}

.dialog .add2cart {
  padding-top: 15px;
}

.cart-form-dialog .checkbox-container {
  display: block;
  position: relative;
  padding-left: 9px;
  margin-top: 15px;
  cursor: pointer;
}

.cart-form-dialog input[type="checkbox"] {
  visibility: hidden;
}

.cart-form-dialog .checkbox-custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  outline: 1px solid black;
  outline-offset: -1px;
}

.cart-form-dialog .checkbox-container:hover input ~ .checkbox-custom {
  background-color: #dedede;
}

.cart-form-dialog .checkbox-container input:checked ~ .checkbox-custom {
  background-color: #b5610b;
  outline: none;
}

.cart-form-dialog .checkbox-custom:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  bottom: 5px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart-form-dialog .checkbox-container input:checked ~ .checkbox-custom:after {
  display: block;
}

/* /Product popup */

/* Order */
.wa-product .wa-services {
  padding-bottom: 8px;
}

.wa-product .services-show {
  font-weight: 700;
  border-bottom: 1px dashed #b5610b;
}

.checkout div.checkout-result {
  margin: 10px 0;
  padding: 30px 0 20px;
}

/* /Order */

#cookie-notification {
  opacity: 0.9;
  flex-direction: column;
  display: none;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  box-sizing: border-box;
  max-width: 1220px;
  transform: translateX(-50%);
  padding: 15px;
  background: #f3f3f3;
  /*border-radius: 4px;*/
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 10;
}

#cookie-notification p {
  margin: 0;
  color: black;
}

.dialog-window .dialog-close {
  color: #000;
  font-size: 4rem;
}

.dialog-window .cart {
  top: 59px;
  background-color: white;
}

.dialog-window #product-image {
  border-radius: 10px;
}

.dialog-window .add2cart {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dialog-window .add2cart .price {
  font-size: 2rem;
}

.dialog-window .add2cart input[type="submit"] {
  margin: 0 0 0 20px;
}


@media (min-width: 576px) {
  #cookie-notification.show {
    display: flex;
  }

  .cookie-accept {
    margin: 15px 0 0 0;
  }
}

@media (max-width: 575px) {
  #cookie-notification.show {
    display: block;
    padding: 20px 70px;
    text-align: center;
  }

  .cookie-accept {
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 760px) {
  header nav .apps {
    display: none;
  }
  header .cart-container .cart .cart-summary {
    display: flex;
    padding: 5px
  }
  header .cart-container .cart i.cart-icon {
    transform: scale(0.8, 0.8);
  }
  header .cart-container .cart .cart-summary strong {
    display: flex;
    align-items: baseline;
    font-size: 16px;
  }

  .last-orders-statistic ul {
    width: 100%;
    margin-top: 10px;
    justify-content: center;
  }

  .last-orders-statistic ul li {
    margin-bottom: 5px;
  }

  .menu-container {
    flex-direction: column;
  }

  .menu-container .navigation {
    position: relative !important;
    top: 0 !important;
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
  }

  .menu-container .navigation nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .menu-container .navigation a.active {
    background-color: transparent;
  }

  .menu-container .menu {
    margin-left: 0 !important;
  }

  .cart .col.services {
    width: 100% !important;
  }

  .cart .col.services > div {
    width: 100%;
  }

  .todiscount-main .customer-total,
  .todiscount-main .order-total,
  .todiscount-main .customer-discounts,
  .todiscount-main .order-discounts {
    float: none !important;
    width: 100% !important;
  }

  .discounts .items > div {
    width: 50%;
    margin-bottom: 10px;
  }

  .discounts .items > div .value {
    font-size: 2rem;
    line-height: 2rem;
    margin: 5px 0;
  }

  .discounts .items > div .desc div {
    font-size: 1.2rem;
  }

  .product-cart {
    display: flex;
    flex-direction: column;
  }

  .product-cart h1 {
    order: 1;
  }

  .product-cart .product-sidebar {
    order: 3;
    margin-bottom: 30px;
  }

  .product-cart .product-info {
    order: 2;
  }

  .product-cart .discounts-container {
    order: 4;
  }
}


.btn.btn-franchise {
    margin: 6px 0 0 0;
    height: 30px;
}

@media screen and (max-width: 760px) {
    .btn.btn-franchise {
        display: none;
    }
}

@media screen and (min-width: 761px) {
  .filters + #product-list {
    margin-right: 290px;
  }
}

@media screen and (max-width: 1299px) {
  header .apps li a {
    padding: 12px 5px;
  }
}
