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: 2;
    color: #1d2024;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: .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 .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 .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;
}