body {
  background: #1d2024 none repeat scroll 0 0;
}
p {
  color: #fff;
}
.default-padding {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .default-padding {
    padding-top: 20px;
  }
}
a,
a:active,
a:focus,
a:hover {
  color: inherit;
}
.product-item .price {
  color: #fff;
  font-size: smaller;
}
.product-item .price:after {
  background-color: #e65e19;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.breadcrumb-area .breadcrumb li.active {
  color: #e65e19;
  text-decoration: none;
}
.blog-area .sidebar .title h4::before {
  background: #e65e19;
}

.site-heading h2 {
  color: #fff;
}
.headflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px;
  margin: 0 auto;
  font-size: 10pt;
  background-color: #111;
}
.burger {
  font-size: 18pt;
}
.logo-wrap {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.navbar-nav > li > a {
  color: #fff;
}
.nav > li > a:focus,
.nav > li > a:hover {
  color: #111;
}
.rightbar-content {
  margin-top: 20px;
}
.rightbar.on {
  left: -16px;
}
.rightbar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: -400px;
  width: 400px;
  padding: 50px;
  height: 100%;
  display: block;
  background-color: #111;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
  box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1);
}
.rightbar .close-side {
  color: #e65e19;
}
.rightbar .close-side {
  border-radius: 50%;
  color: #f44336;
  float: right;
  font-size: 20px;
  font-weight: 400;
  height: 40px;
  line-height: 38px;
  position: relative;
  text-align: center;
  top: -30px;
  width: 40px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .rightbar {
    padding: 50px 50px 50px 35px;
    width: 350px;
  }
}
.blog-area .sidebar .title h4,
.sidebar-item.recent-post li a,
.headline,
.btMenuItem .btMenuItemText .btSubTitle {
  color: #fff;
}
nav.navbar.bootsnav.navbar-fixed {
  background: #1d2024;
}
nav.navbar.bootsnav {
  background-color: #1d2024;
}
nav.navbar.bootsnav ul.nav > li > a {
  color: #fff;
}
img.logo {
  /* border-radius: 50%; */
  height: 100px;
}

.attr-nav > ul > li > a {
  background: #fff;
  color: #1d2024;
}
.product-item {
  background: #fff;
}
.add_to_cart_button {
  background-color: #1d2024;
  border-color: #1d2024;
  border-radius: 10px;
}
.add_to_cart_button:hover {
  background-color: #1d2024;
}
.add_to_cart_button:hover span,
.add_to_cart_button:hover i {
  color: #e65e19;
}

#home {
  color: #fff;
  width: 100%;
  font-size: small;
}
#home .item-text {
  font-weight: 600;
}
#home .home-content {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.product-item {
  border: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-item .thumb {
  width: 100%;
}
.blog-area .thumb img,
.product-item .thumb img {
  width: 100%;
  height: 200px;
}
.wrap-price {
  color: #e65e19;
  font-weight: 600;
  padding: 0;
}
.product-item .button-wrap a {
  display: inline-block;
}
.product-item .info {
  padding: 15px 10px;
}
.product-item .info p {
  height: auto;
  margin: 0;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  overflow: hidden;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}
.product-item .product-footer {
  text-align: center;
  padding: 15px 0 30px;
}
.product-item h4 {
  font-size: medium;
  height: auto;
  text-align: center;
  margin: 0;
  padding: 15px 10px;
}
@media (max-width: 767px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .product-item .info p {
    font-size: small;
    height: auto;
  }
  .blog-area .thumb img,
  .product-item .thumb img {
    height: 180px;
  }
  .product-item .info {
    text-align: center;
  }
  .product-item .button-wrap a {
    font-size: smaller;
    padding: 8px 5px;
    width: 100%;
  }
}
.fixed-cart {
  background-color: #fff;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 120px;
  right: 15px;
  z-index: 8;
  color: #1d2024;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.5px solid #ddd;
  cursor: pointer;
}
.fixed-cart .count-of-goods {
  background-color: #e65e19;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -5px;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.side .widget .title {
  font-weight: 600;
}
.side .close-side {
  color: #e65e19;
}
.cart-footer .group-btn {
  display: block;
}
.btn-theme {
  background-color: #e65e19;
  border-color: #e65e19;
  display: block;
  width: 100%;
  padding: 10px 12px;
}
.bg-dark {
  background: #111 none repeat scroll 0 0;
}
.fixed-cart.shake {
  animation: shakeCart 0.4s ease-in-out forwards;
}
@keyframes shakeCart {
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
a.btMenuItem {
  padding-bottom: 100px;
}
.header.small h4 {
  font-weight: 500;
}
.btMenuItem {
  margin-bottom: 20px;
  transition: all ease-in-out 0.25s;
  padding-bottom: 20px;
}
.btMenuItem:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.btMenuItem .dash {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.btMenuItem .dash h4 {
  margin-bottom: 0;
}
.btMenuItem .dash i {
  color: #eee;
  font-size: 18pt;
}
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb .delimiter,
.pizzaro-order-steps ul li a,
.pizzaro-order-steps ul li {
  color: #fff;
}
.pizzaro-order-steps ul .cart .step {
  background-color: #e65e19;
  border: hidden;
}
.pizzaro-order-steps ul .step {
  border-color: #e65e19;
}
.checkout-area h3,
.form-group label {
  color: #fff;
}
.checkout-area .right-side {
  background-color: #e65e19;
}
#checkout-submit {
  background-color: #e65e19;
  color: #fff;
  font-weight: 600;
}

.done-area h3 {
  color: #fff;
}
.button {
  border-color: #e65e19;
  background-color: #e65e19;
}

.center-logo {
  text-align: center;
  padding: 100px 0 150px;
  margin-bottom: 30px;
}
.center-logo h3 {
  color: #e65e19;
  font-weight: 600;
  font-size: large;
}
.center-logo img.logo {
  height: 150px;
  border-radius: 50%;
}
.product-item p {
  color: #1d2024;
}
.single-item h2 {
  color: #fff;
}
.single-item .item-price {
  color: #e65e19;
  font-weight: 600;
}
.single-item .add_to_cart_button {
  border-color: #fff;
  background-color: #fff;
  color: #1d2024;
  font-weight: 600;
}
.blog-area .pagi-area .pagination li.active a {
  background-color: #e65e19;
}
/* Toastr styles */

.toast-success {
  background: #1d2024;
  opacity: 1 !important;
}

/* Modern site header */
#home {
  position: relative;
  z-index: 5;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: "Poppins", "Montserrat", sans-serif;
}

.header-container {
  width: calc(100% - 30px);
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.header-service-bar {
  min-height: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.28);
}

.header-service-bar .header-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 42px;
  gap: 22px;
}

.header-service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b7bbc0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.header-service-link i {
  color: #e65e19;
  font-size: 15px;
}

.header-service-link:hover,
.header-service-link:focus {
  color: #fff;
}

.header-whatsapp {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.header-whatsapp i {
  color: #83d34f;
  font-size: 17px;
}

#home .home-content {
  display: grid;
  grid-template-columns: minmax(145px, 0.75fr) minmax(590px, 3fr) auto;
  align-items: center;
  gap: 32px;
  min-height: 124px;
  margin: 0 auto;
  padding: 18px 0;
}

.header-brand a {
  display: inline-flex;
  align-items: center;
}

.header-brand img.logo {
  width: auto;
  height: 100px;
  max-width: 170px;
  object-fit: contain;
}

.header-details {
  display: grid;
  grid-template-columns: 0.9fr 1.15fr 1.25fr;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  overflow: hidden;
}

.header-info-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 70px;
  padding: 14px 17px;
  color: #fff;
}

.header-info-card + .header-info-card::before {
  content: "";
  position: absolute;
  top: 17px;
  bottom: 17px;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
}

a.header-info-card:hover {
  background: rgba(230, 94, 25, 0.08);
  color: #fff;
}

.header-info-icon {
  display: flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(230, 94, 25, 0.26);
  border-radius: 11px;
  background: rgba(230, 94, 25, 0.1);
  color: #f47838;
  font-size: 14px;
}

.header-info-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

#home .item-title {
  margin: 0 0 3px;
  color: #757b82;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

#home .item-text {
  color: #f4f4f2;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

#home .burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 70px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid #e65e19;
  border-radius: 14px;
  background: #e65e19;
  box-shadow: 0 12px 28px rgba(230, 94, 25, 0.2);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

#home .burger i {
  font-size: 17px;
}

#home .burger:hover,
#home .burger:focus {
  border-color: #ff7430;
  background: #ff7430;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(230, 94, 25, 0.28);
}

@media (max-width: 1100px) {
  #home .home-content {
    grid-template-columns: 125px 1fr auto;
    gap: 18px;
  }

  .header-brand img.logo {
    max-width: 125px;
    height: 70px;
  }

  .header-info-card {
    gap: 9px;
    padding-right: 11px;
    padding-left: 11px;
  }

  .header-info-icon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }

  #home .item-text {
    font-size: 11px;
  }
}

@media (max-width: 900px) {
  #home .home-content {
    grid-template-columns: 1fr auto;
    gap: 14px 20px;
    padding: 16px 0 20px;
  }

  .header-brand img.logo {
    max-width: 150px;
    height: 68px;
  }

  .header-details {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  #home .burger {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (max-width: 600px) {
  .header-container {
    width: calc(100% - 24px);
  }

  .header-service-bar .header-container {
    justify-content: space-between;
    gap: 10px;
  }

  .header-service-link,
  .header-whatsapp {
    padding: 0;
    border: 0;
    font-size: 10px;
  }

  #home .home-content {
    min-height: auto;
    margin: 0 auto;
  }

  .header-brand img.logo {
    height: 58px;
    max-width: 130px;
  }

  #home .burger {
    min-width: 48px;
    min-height: 44px;
    padding: 10px 14px;
  }

  #home .burger span {
    display: none;
  }

  .header-details {
    grid-template-columns: 1fr 1fr;
    border-radius: 15px;
  }

  .header-info-card {
    min-height: 64px;
    padding: 11px;
  }

  .header-info-card + .header-info-card::before {
    top: 13px;
    bottom: 13px;
  }

  .header-address {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .header-address::before {
    display: none;
  }

  #home .item-title {
    font-size: 8px;
  }

  #home .item-text {
    font-size: 10px;
  }
  .header-brand {
    display: none;
  }
}
