:root {
  --descafe-primary-font: "Montserrat";
  --descafe-secondary-font: "Noto Serif";
}
.wrap-price {
  font-size: 14pt;
  color: #232323;
  padding: 10px 20px;
  display: inline-block;
}
.currency-price {
  width: 51px;
  display: inline-block;
}
.error-text {
  display: none;
}

/* Single */
.single-item {
  display: flex;
}
.single-item div {
  flex: 1;
}
.single-item {
  padding-bottom: 40px;
}
.single-item .item-thumbnail {
  margin-right: 20px;
}
.single-item .item-price {
  font-size: 14pt;
}
.single-item .button-wrap {
  margin-top: 30px;
}

.banner-area h1,
.breadcrumb-area h1 {
  letter-spacing: 3px;
}
/* Section combo */
.section-combo {
  padding: 20px 0 50px;
}
.section-combo h2,
.section-similar h2 {
  position: relative;
  font-size: 1.625em;
  font-weight: 400;
  color: #484848;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0.692em;
  margin-bottom: 2.692em;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.section-combo h2::after,
.section-similar h2::after {
  background-color: #e7272d;
  content: "";
  width: 80px;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -2px;
}
/* Section similar */
.section-similar {
  padding: 50px 0 0;
}
.section-similar h2 {
  text-align: left;
}
.section-similar h2::after {
  left: 40px;
}
/* Sweetalert2 */
.swal2-title {
  font-size: 14pt;
}
.swal2-html-container,
.swal2-styled.swal2-confirm {
  font-size: 12pt;
}

.breadcrumb-area.page-default {
  padding-top: 60px;
  padding-bottom: 0;
}
.page-area {
  padding-bottom: 50px;
}
input {
  min-height: auto;
}
.sidebar-item.search input {
  min-height: 50px;
}
/* Empty Cart */
.cart-empty {
  font-size: 14pt;
  margin-bottom: 1.2em;
  line-height: 1;
  font-weight: 100;
  background-color: #3d9cd2;
  margin-left: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
  padding: 35px 30px;
  border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
}
/* Done */
.done-area h3 {
  margin-top: 25px;
  color: #333;
  margin-bottom: 35px;
}
/* Checkout */
.checkout-area,
.done-area,
.cart-empty-wrap {
  padding-bottom: 50px;
}
form.checkout:after,
form.checkout:before {
  content: "";
  display: table;
}
.checkout-area h3 {
  line-height: 1.6em;
  display: block;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 1.36em;
  font-weight: 400;
  font-size: 1.5em;
  text-transform: uppercase;
}

.checkout-area h3:after {
  content: " ";
  border-bottom: 2px solid #c00a27;
  display: block;
  width: 114px;
  position: absolute;
  bottom: -1px;
}
.form-group label {
  font-size: 12pt;
}
.form-group label span {
  color: #ff0000;
}
.form-group input.form-control {
  color: #666;
  outline: 0;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 50px;
  padding: 20px 20px;
}
.checkout-area .right-side {
  background-color: #f5f5f5;
  padding: 25px;
}
.checkout-area .right-side label.form-label {
  font-weight: 600;
  margin-bottom: 15px;
}
.checkout-area .right-side .form-check {
  padding: 2px 0;
}
.checkout-area .right-side input.form-check-input {
  margin-right: 10px;
}
.checkout-area .right-side .button {
  margin-top: 5px;
}
/* Cart Table */
table.cart {
  position: relative;
  width: 100%;
}
table.cart input {
  min-height: auto;
}
table.cart tr td {
  vertical-align: top;
}
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td.product-name:before,
table.shop_table_responsive tr td.product-price:before,
table.shop_table_responsive tr td.product-quantity:before,
table.shop_table_responsive tr td.product-subtotal:before {
  content: attr(data-title) ": ";
  font-weight: 700;
  float: left;
}
table.cart thead th {
  text-transform: capitalize;
  font-weight: 400;
  color: #747474;
  padding-bottom: 6px;
}
table.cart tbody tr:first-child td {
  border-top: 1px solid #ddd;
}
table.cart tbody tr td {
  border-bottom: 1px solid #ddd;
  padding: 2.5em 1em;
}
table.cart td.product-remove {
  position: relative;
}
table.cart td.product-remove a.remove {
  font-size: 0.75em;
  color: #a7a7a7;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
.entry-content a {
  box-shadow: none;
}
a.remove {
  display: block;
  width: 1.618em;
  height: 1.618em;
  line-height: 1.618;
  font-weight: 400;
  text-indent: -9999px;
  position: relative;
}
a.remove:before {
  content: "\79";
  font-family: font-pizzaro;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #666;
  line-height: 1.618;
  text-indent: 0;
  text-align: center;
}
table.cart td.product-remove:after {
  content: "";
  display: table;
  clear: both;
}
table.cart tbody tr .product-thumbnail {
  padding: 2.5em 0;
  width: 2em;
}
table.cart .product-thumbnail img {
  max-width: 6em;
  max-height: 6em;
  object-fit: cover;
  object-position: 50%;
  margin-bottom: 0;
}
table.cart tbody tr td a {
  color: #2d2b2d;
}
table.cart tbody tr .product-name {
  width: 30em;
}
table.cart tbody tr .product-name a {
  font-weight: 400;
}
dl.variation {
  font-size: 0.875em;
  margin-top: 0;
  margin-bottom: 20px;
}
dt {
  font-weight: 700;
}
dl.variation dd {
  margin: 0 0 1em;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
.quantity {
  padding-right: 0;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  display: inline-block;
}
.quantity .minus {
  top: 21px;
  bottom: 0;
  right: 0;
  transform: translateY(-50%);
  left: 0.6em;
}
.quantity .plus {
  top: 21px;
  right: 9px;
  transform: translateY(-50%);
}
.quantity .minus,
.quantity .plus {
  background-color: #ededed;
  border-radius: 100px;
  border: none;
  font-size: 1em;
  line-height: 0.6;
  width: 1.563em;
  height: 1.563em;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  overflow: visible;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  color: #515151;
  text-shadow: none;
}
table.cart tbody tr .product-quantity label {
  display: none;
}
input.qty {
  padding: 0.326em 0.8em;
  width: 6.945em;
  height: 40px;
  font-weight: 400;
  border-radius: 50px;
  border: 1px solid #ddd;
  float: left;
  margin: 0;
  text-align: center;
  max-width: 9.445em;
  font-size: 1.125em;
  color: #666;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  vertical-align: baseline;
}
.cart-area .actions .wc-proceed-to-checkout {
  display: inline-block;
  margin-bottom: 1.618em;
}
.wc-proceed-to-checkout:after,
.wc-proceed-to-checkout:before {
  content: "";
  display: table;
}
.cart-area .cart-collaterals,
.cart-area .actions {
  margin-top: 30px;
}
.cart-area .actions {
  margin-bottom: 3.706325903em;
  margin-left: 58.3333333333%;
}
.cart-area .actions .wc-proceed-to-checkout .checkout-button,
.button {
  font-weight: 500;
  font-size: 12pt;
  color: #fff;
  border-color: #c00a27;
  background-color: #c00a27;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.cart-area .actions .wc-proceed-to-checkout .checkout-button:hover,
.button:hover {
  background-color: #99081f;
  color: #fff;
}
.cart-collaterals h2 {
  line-height: 1.6em;
  display: block;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 1.36em;
  font-weight: 400;
  font-size: 1.5em;
  color: #2d2b2d;
  text-transform: uppercase;
}
.cart-collaterals h2::after {
  content: " ";
  border-bottom: 2px solid #c00a27;
  display: block;
  width: 114px;
  position: absolute;
  bottom: -1px;
}
.cart-collaterals .cart_totals table.shop_table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.236em;
}
.cart-collaterals .cart_totals table.shop_table tbody tr:first-child td,
.cart-collaterals .cart_totals table.shop_table tbody tr:first-child th {
  border-top-width: 0;
}
.cart-collaterals .cart_totals table.shop_table tbody tr th {
  padding-left: 0;
  font-size: 14pt;
}
.cart-collaterals .cart_totals table.shop_table td,
.cart-collaterals .cart_totals table.shop_table th {
  padding: 0.85714em;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.cart-collaterals .cart_totals table.shop_table tbody tr td {
  padding-right: 0;
  text-align: right;
  font-size: 14pt;
}
/* Breadcrumb */
.breadcrumb-area.page-cart {
  padding-top: 60px;
  padding-bottom: 30px;
}
.pizzaro-breadcrumb {
  margin-top: -1.786em;
  margin-bottom: 3em;
  border-bottom: 1px solid #e9e9e9;
  width: 100vw;
  position: relative;
}
.woocommerce-breadcrumb {
  padding-bottom: 2em;
  color: #666;
  margin-right: auto;
  margin-left: auto;
}
.woocommerce-breadcrumb:before {
  content: "";
  display: table;
}
.woocommerce-breadcrumb a {
  color: #666;
  display: inline-block;
}
.woocommerce-breadcrumb span.delimiter {
  margin: 0 1.04em;
}
.woocommerce-breadcrumb:after {
  clear: both;
}
.pizzaro-order-steps {
  text-align: center;
  margin-bottom: 5em;
}
.pizzaro-order-steps ul {
  margin: 0;
}
.pizzaro-order-steps ul .cart {
  font-weight: 700;
}
.pizzaro-order-steps ul li {
  display: inline-block;
  color: #000;
  font-size: 12pt;
}
.pizzaro-order-steps ul li a {
  color: #000;
}
.pizzaro-order-steps ul .cart .step {
  border-color: #c00a27;
  background-color: #c00a27;
  font-weight: 700;
  color: #fff;
  display: block;
  width: 48px;
  height: 48px;
  padding: 16px 6px;
  margin: 0 auto;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 1.143em;
  border-width: 1px;
  border-style: solid;
  border-radius: 50px;
}
.pizzaro-order-steps ul li .step {
  display: block;
  width: 48px;
  height: 48px;
  padding: 16px 6px;
  margin: 0 auto;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 1.143em;
  font-weight: 400;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 50px;
  color: #2b2b2d;
}
.pizzaro-order-steps ul .step {
  border-color: #f31e40;
}
.pizzaro-order-steps ul li + li {
  padding-left: 200px;
}
.pizzaro-order-steps ul li + li .step {
  position: relative;
}
.pizzaro-order-steps ul li + li .step::before {
  content: " ";
  width: 260px;
  height: 5px;
  display: block;
  background-color: #ebeaef;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  z-index: -1;
}
a,
p,
span,
input,
div {
  font-family: var(--descafe-primary-font);
}
footer .f-item.address li span,
footer .f-item.address li a {
  font-family: var(--descafe-primary-font);
}
.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
  font-family: var(--descafe-primary-font);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--descafe-secondary-font);
}
.btn {
  font-family: var(--descafe-primary-font);
}
a.btMenuItem {
  color: #262626;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  padding: 25px 10px;
}
.btMenuItem {
  display: flex;
  align-items: center;
}
.btMenuItem .btMenuItemImage {
  flex: 0 0 80px;
  flex-grow: 0;
  transition: transform ease-in 200ms;
  position: relative;
}
.bpgPhoto {
  display: block;
  overflow: hidden;
  max-width: 100%;
  line-height: 0;
  position: relative;
}
.btImage {
  border-radius: 50%;
  overflow: hidden;
}
.btImage img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: 50%;
}
.btMenuItem:hover .btMenuItemImage {
  transform: scale(1.2);
}

.btMenuItem .btMenuItemText {
  flex: 1 1 15em;
  margin: 0 1em;
  position: relative;
  text-align: left;
}
.btMenuItem .btMenuItemText header,
.header .dash,
.header .headline {
  display: block;
}
.header.small h4 {
  font-size: 16pt;
  padding-bottom: 0;
  font-weight: 800;
}
.header.small h4 span {
  font-family: var(--descafe-secondary-font);
  text-transform: capitalize;
}
.btMenuItem .btMenuItemText .btSubTitle {
  margin-bottom: 0;
  font-size: 12pt;
}
.btMenuItem:hover .btSubTitle {
  color: #ff0000;
}
.btClear:after {
  content: " ";
  display: table;
  width: 100%;
  clear: both;
}
.blog-area .thumb,
.product-item .thumb {
  overflow: visible;
}
.product-item .thumb {
  position: relative;
  z-index: 1;
}
.blog-area .recent-post .thumb img {
  width: 80px;
  height: 80px;
}
.sidebar-item.recent-post li a {
  font-weight: 600;
}
.btn-dark {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 25px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
  cursor: pointer;
}
.btn-dark:hover {
  background: #e7272d none repeat scroll 0 0;
}
.btn-dark:hover i {
  color: #fff;
}
.blog-content {
  padding-bottom: 30px;
}
.blog-area .thumb a,
.product-item .thumb a {
  display: block;
  text-align: center;
}
.blog-area .thumb img,
.product-item .thumb img {
  max-width: none;
  width: 150px;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
  height: 150px;
  object-fit: cover;
  object-position: bottom;
}
.product-item {
  border: 1px dotted rgba(0, 0, 0, 0.15);
}
.product-item .info {
  padding: 30px;
  position: relative;
  text-align: center;
}
.product-item h4 {
  text-transform: capitalize;
  font-weight: 600;
  height: 45px;
  overflow: hidden;
}
.product-item .info p {
  margin: 0;
  height: 50px;
  overflow: hidden;
  margin-bottom: 15px;
}
.product-item .button-wrap {
  margin-top: 25px;
}
.product-item .price {
  position: absolute;
  right: 20px;
  top: 20px;
  letter-spacing: 1px;
  z-index: 1;
  border-radius: 30px;
}
.product-item .price:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #e7272d;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  z-index: -1;
  opacity: 0.9;
}
.product-item .price h5 {
  margin: 0;
  color: #ffffff;
  padding: 5px 25px;
  font-size: 16px;
}
.product-item .button-wrap a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.product-item .button-wrap a:hover {
  color: #fff;
}
.pro-qty input {
  width: 28px;
  float: left;
  border: none;
  height: 32px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-size: 12pt;
  font-weight: 500;
  margin: 0 12px;
  color: #27272e;
}
.cart-area {
  margin-top: 40px;
}
.breadcrumb-pizzaro {
  padding: 30px 0 15px;
  border-bottom: 1px solid #e9e9e9;
}
.breadcrumb-pizzaro .breadcrumb {
  background-color: #fff;
}
.breadcrumb-pizzaro .breadcrumb a {
  margin-right: 5px;
  color: #333;
}
.breadcrumb-pizzaro .breadcrumb span {
  margin-left: 5px;
  color: #666;
}
.side .widget h4 {
  margin-bottom: 35px;
}
.side .widget li.cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.side .widget {
  overflow: visible;
}
.side img {
  margin-bottom: 0;
}
ul.cart-item-list .cart-item .item-img {
  margin-right: 30px;
  width: 100%;
  position: relative;
}
.cart-item .quantity {
  margin-top: 10px;
}
ul.cart-item-list .cart-item .item-img .close-btn {
  height: 31px;
  width: 31px;
  background-color: #eee;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 12px;
  color: #000;
  position: absolute;
  top: -15px;
  left: -10px;
  transition: all 0.3s ease-in-out;
}
ul.cart-item-list .cart-item .item-img a {
  display: block;
  background-color: #f6f7fb;
  border-radius: 10px;
}
ul.cart-item-list .cart-item .item-img a img {
  border-radius: 10px;
  width: 100%;
  max-height: 130px;
  object-fit: cover;
}
ul.cart-item-list .cart-item .item-title {
  font-size: 12pt;
  color: #000;
  margin-bottom: 10px;
}
ul.cart-item-list .cart-item .item-title a {
  text-decoration: none;
  color: #000;
}
ul.cart-item-list .cart-item .item-price span,
ul.cart-item-list .cart-item .item-price i {
  font-size: 12pt;
  color: #000;
}

.cart-item {
  transition: all 0.5s ease-in-out;
}

.cart-footer .cart-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 22px 0 30px;
  color: #000;
  font-size: 14pt;
}
.cart-footer .group-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}
.attr-nav {
  padding-left: 15px;
}
.attr-nav > ul > li > a {
  background: #8ca93e;
  color: #fff;
  border-radius: 50px;
  margin-right: 10px;
}
.attr-nav > ul > li > a > span {
  font-size: 12pt;
}

footer .f-item > .img-wrap {
  padding: 5px 10px;
  /* background-color: rgba(255, 255, 255, .5); */
  margin-bottom: 20px;
}
.navbar-brand > img {
  height: 60px !important;
}
.toast-top-right {
  top: 72px;
  right: 12px;
}

.food-menu-area .menu-lists .info .button-wrap a.add_to_cart_button,
.add_to_cart_button {
  border-color: #c00a27;
  background-color: #c00a27;
  padding: 15px 20px;
  border-radius: 50px;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.food-menu-area .menu-lists .info .button-wrap a.add_to_cart_button:hover,
.add_to_cart_button:hover {
  background-color: #99081f;
}
.food-menu-area .menu-lists .info .button-wrap {
  padding-top: 20px;
}

/* До 767px */
@media (max-width: 767px) {
  table.cart,
  table.cart tbody,
  table.cart tbody tr {
    display: block;
  }
  table.cart tbody tr:first-child td {
    border-top: none;
  }
  table.cart tbody tr .product-name {
    width: 100%;
  }
  table.cart tbody tr td.product-remove a {
    margin-left: auto;
  }
  table.cart tbody tr .product-thumbnail {
    display: none;
  }
  .woocommerce-breadcrumb {
    text-align: center;
  }
  .pizzaro-order-steps ul li {
    display: block;
    padding: 0;
  }
  .pizzaro-order-steps ul li + li {
    padding: 0;
    margin-top: 40px;
  }
  .pizzaro-order-steps ul li + li .step::before {
    content: none;
  }
  .product-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .product-item .info {
    text-align: left;
  }
  .product-item h4 {
    height: 50px;
  }
  .product-item .info p {
    height: 50px;
  }
  .product-item .button-wrap a {
    font-weight: 500;
    font-size: 10pt;
    padding: 15px 10px;
    letter-spacing: 0.5px;
  }
  .blog-area .thumb img,
  .product-item .thumb img {
    width: 145px;
    height: 145px;
  }
  .cart_text {
    display: none;
  }
}
/* От 768 */
@media (min-width: 768px) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
    clear: both;
  }
  table.shop_table_responsive tr td:before {
    content: none !important;
  }
  table.shop_table_responsive tbody tr td,
  table.shop_table_responsive tbody tr th {
    text-align: left;
  }
  table.cart td.product-remove a.remove {
    float: none;
    position: relative;
    top: auto;
    right: auto;
  }
  .quantity .minus,
  .quantity .plus {
    display: inline-block;
  }
  .cart-collaterals:after,
  .cart-collaterals:before {
    content: "";
    display: table;
  }
  .cart-collaterals h2 {
    font-size: 1.618em;
  }
}
/* До  1023px */
@media (max-width: 1023px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 30px;
    margin-left: 20px;
  }
  .attr-nav {
    margin-top: 10px;
  }
}
/* Больше 992 */
@media (min-width: 992px) {
  .cart-collaterals {
    margin-left: 58.3333333333%;
  }
}
/* ДО 992 */
@media (max-width: 992px) {
  .cart-area .actions {
    margin-left: 0;
  }
}
/* После 1024 */
@media (min-width: 1024px) {
  nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
  nav.navbar.bootsnav.navbar-transparent.dark .attr-nav {
    border-left: none;
  }
}
