/*================================================
Default CSS
=================================================*/
:root {
  --main-color: #FF3636;
  --white-color: #ffffff;
  --black-color: #000001;
  --transition: all ease 0.7s;
}

.switch-box {
  position: fixed;
  z-index: 1;
  right: 40px;
  bottom: 69px;
}
.switch-box .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--main-color);
  transition: 0.4s;
}
.switch-box .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 2.5px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.4s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: var(--black-color);
  background-repeat: no-repeat;
  background-position: center;
}
.switch-box input:checked + .slider {
  background-color: var(--main-color);
}
.switch-box input:focus + .slider {
  box-shadow: 0 0 1px --main-color;
}
.switch-box input:checked + .slider:before {
  transform: translateX(24px);
  background: var(--white-color);
  background-repeat: no-repeat;
  background-position: center;
}
.switch-box .slider.round {
  border-radius: 50px;
}
.switch-box .slider.round:before {
  border-radius: 50%;
}

.theme-light .black-logo {
  display: block;
}
.theme-light .white-logo {
  display: none;
}

.theme-dark body {
  background-color: var(--black-color);
  color: #ffffff;
}
.theme-dark p {
  color: #ffffff;
}
.theme-dark p a {
  color: #ffffff !important;
}
.theme-dark p a:hover {
  color: var(--main-color) !important;
}
.theme-dark .h1, .theme-dark .h2, .theme-dark .h3, .theme-dark .h4, .theme-dark .h5, .theme-dark .h6, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: var(--white-color) !important;
}
.theme-dark .h1 a, .theme-dark .h2 a, .theme-dark .h3 a, .theme-dark .h4 a, .theme-dark .h5 a, .theme-dark .h6 a, .theme-dark h1 a, .theme-dark h2 a, .theme-dark h3 a, .theme-dark h4 a, .theme-dark h5 a, .theme-dark h6 a {
  color: var(--white-color) !important;
}
.theme-dark .h1 a:hover, .theme-dark .h2 a:hover, .theme-dark .h3 a:hover, .theme-dark .h4 a:hover, .theme-dark .h5 a:hover, .theme-dark .h6 a:hover, .theme-dark h1 a:hover, .theme-dark h2 a:hover, .theme-dark h3 a:hover, .theme-dark h4 a:hover, .theme-dark h5 a:hover, .theme-dark h6 a:hover {
  color: var(--main-color) !important;
}
.theme-dark ul li {
  color: var(--white-color) !important;
}
.theme-dark ul li p {
  color: var(--white-color) !important;
}
.theme-dark ul li a {
  color: var(--white-color) !important;
}
.theme-dark ul li span {
  color: var(--white-color) !important;
}
.theme-dark .navbar-area.is-sticky {
  background-color: #0e0e0e !important;
}
.theme-dark .main-nav {
  background-color: #000001;
}
.theme-dark .main-nav .black-logo {
  display: none;
}
.theme-dark .main-nav .white-logo {
  display: block;
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item a {
  color: var(--white-color);
  transition: all ease 0.7s;
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item a:hover, .theme-dark .main-nav .navbar .navbar-nav .nav-item a:focus, .theme-dark .main-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--mainColor) !important;
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item:hover a, .theme-dark .main-nav .navbar .navbar-nav .nav-item:focus a, .theme-dark .main-nav .navbar .navbar-nav .nav-item.active a {
  color: var(--mainColor);
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  background: #000001;
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: var(--white-color) !important;
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--main-color) !important;
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: var(--white-color) !important;
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: var(--main-color) !important;
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--white-color);
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--mainColor) !important;
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--white-color);
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--main-color);
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--white-color);
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--main-color);
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--white-color);
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--mainColor);
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--white-color);
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--mainColor);
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--mainColor);
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--mainColor);
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: var(--mainColor);
}
.theme-dark .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: var(--mainColor);
}
.theme-dark .banner-area {
  background-color: #0e0e0e;
}
.theme-dark .single-banner-image .banner-list-image {
  background: #000001;
  box-shadow: none;
  border: none;
}
.theme-dark .single-banner-image .single-list-two {
  background: #000001;
  box-shadow: none;
  border: none;
}
.theme-dark .work-area {
  background: #0e0e0e;
}
.theme-dark .single-contant .single-card {
  background-color: #000001;
}
.theme-dark .tab.popular-menu-tab .tabs li {
  background-color: #0e0e0e;
}
.theme-dark .tab.popular-menu-tab .tab_content .tabs_item .singlie-popular-card {
  background-color: #0e0e0e;
  box-shadow: none;
}
.theme-dark .tab.popular-menu-tab .tab_content .tabs_item .singlie-popular-card .single-popular-contant span {
  color: var(--white-color);
}
.theme-dark .tab.popular-menu-tab .tab_content .tabs_item .singlie-popular-card .single-popular-contant .d-flex .dolar {
  color: var(--white-color);
}
.theme-dark .our-offer-area {
  background: #0e0e0e;
}
.theme-dark .single-offer-image .top-single-list {
  background-color: #000001;
}
.theme-dark .selling-tabs .tab.top-selling-tab .tabs li {
  background-color: #0e0e0e;
  border: none;
}
.theme-dark .single-selling-item .selling-image .selling-item-list li a {
  background-color: #0e0e0e;
  color: var(--white-color);
}
.theme-dark .single-selling-item .top-single-list {
  background-color: #0e0e0e;
}
.theme-dark .productsQuickView .modal-dialog .modal-content {
  background-color: #0e0e0e;
}
.theme-dark .productsQuickView .modal-dialog .modal-content .product-content .price-status {
  border-top: 1px solid rgba(226, 226, 226, 0.2);
  border-bottom: 1px solid rgba(226, 226, 226, 0.2);
}
.theme-dark .productsQuickView .modal-dialog .modal-content .product-content .price-status .price .new-price {
  color: var(--white-color);
}
.theme-dark .productsQuickView .modal-dialog .modal-content .product-content .product-add-to-cart .input-counter .plus-btn {
  color: #fff;
}
.theme-dark .productsQuickView .modal-dialog .modal-content .product-content .product-add-to-cart .input-counter .minus-btn {
  color: #fff;
}
.theme-dark .downlood-area {
  background: #0e0e0e;
}
.theme-dark .popular-chef-contant {
  background-color: #0e0e0e;
  box-shadow: none;
  border: none;
}
.theme-dark .popular-chef-contant .popular-bg-chef::before {
  background-color: #000001;
}
.theme-dark .popular-chef-contant .popular-bg-chef .d-flex.justify-content-between span .default-btn {
  background-color: #000001;
  color: var(--white-color);
}
.theme-dark .testimonials-area {
  background: #0e0e0e;
}
.theme-dark .testimonials-card {
  background-color: #000001;
}
.theme-dark .blog-cart {
  background-color: #0e0e0e;
  box-shadow: none;
  border: none;
}
.theme-dark .single-services-cart {
  background-color: #0e0e0e;
  box-shadow: none;
}
.theme-dark .about-area {
  background-color: #0e0e0e;
}
.theme-dark .single-selling-item.special-dishes-content {
  background-color: #0e0e0e;
  box-shadow: none;
  border: none;
}
.theme-dark .git-it-area {
  background: #0e0e0e;
}
.theme-dark .testimonials-card.testimonials-two-card {
  box-shadow: none;
  background-color: #0e0e0e;
  border: none;
}
.theme-dark .banner-three-area {
  background: #0e0e0e;
}
.theme-dark .crispy-contant {
  background-color: #0e0e0e;
}
.theme-dark .crispy-contant::before {
  display: none;
}
.theme-dark .choose-area {
  background-color: #0e0e0e;
}
.theme-dark .faq-content .faq-accordion .accordion .accordion-item .accordion-title {
  background-color: #000001;
  box-shadow: none;
}
.theme-dark .faq-content .faq-accordion .accordion .accordion-item .accordion-title.active span {
  background-color: var(--white-color);
  color: var(--black-color) !important;
}
.theme-dark .services-three-cart {
  background-color: #0e0e0e;
}
.theme-dark .work-three-area {
  background-color: #0e0e0e;
}
.theme-dark .testimonials-card.testimonials-three-card {
  background-color: #0e0e0e;
  box-shadow: none;
}
.theme-dark .downlood-area.downlood-three-area {
  background: #0e0e0e;
}
.theme-dark .page-banner-area {
  background: #0e0e0e;
}
.theme-dark .pagination-area .page-numbers {
  color: var(--white-color);
}
.theme-dark .services-details-content .details-list li a {
  background-color: #0e0e0e;
}
.theme-dark .price-range-filter-item span {
  color: var(--white-color);
}
.theme-dark .tage-list ul li a {
  background-color: #0e0e0e;
}
.theme-dark .categories-select .form-select {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: var(--white-color);
}
.theme-dark .single-shop-cart {
  border: 1px solid rgba(245, 245, 245, 0.2);
}
.theme-dark .single-shop-cart .shop-cart {
  background-color: #0e0e0e;
}
.theme-dark .single-shop-cart .shop-img .shop-list ul li a {
  background-color: #0e0e0e;
}
.theme-dark .details-contact .details-item i {
  background-color: #0e0e0e;
  color: var(--white-color);
}
.theme-dark .details-contact .details-item a {
  color: var(--white-color);
}
.theme-dark .details-contact .details-item p {
  color: var(--white-color);
}
.theme-dark .brochures ul li a {
  background-color: #0e0e0e;
}
.theme-dark .chef-single-cart {
  background-color: #0e0e0e;
  box-shadow: none;
}
.theme-dark .single-our-menu-cart.chef-tabs-bg-color .single-menu-contant p {
  color: var(--white-color);
}
.theme-dark .single-testimonials-cart.followers {
  background-color: #0e0e0e !important;
}
.theme-dark .single-testimonials-cart.followers span {
  color: var(--white-color) !important;
}
.theme-dark .single-chef-from .chef-from .form-control {
  border: 1px solid #0e0e0e;
  background-color: #0e0e0e;
  color: var(--white-color);
}
.theme-dark .single-chef-from .chef-from .form-control::-moz-placeholder {
  color: var(--white-color);
}
.theme-dark .single-chef-from .chef-from .form-control::placeholder {
  color: var(--white-color);
}
.theme-dark .showing .showingdowen-form .search .shop-form .form-control {
  color: var(--white-color);
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
}
.theme-dark .showing .showingdowen-form .search .shop-form .form-control::-moz-placeholder {
  color: var(--white-color);
}
.theme-dark .showing .showingdowen-form .search .shop-form .form-control::placeholder {
  color: var(--white-color);
}
.theme-dark .showing .showingdowen-form .form-select {
  color: var(--white-color);
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
}
.theme-dark .menu-details .menu-details-img {
  background-color: #0e0e0e;
}
.theme-dark .menu-details .single-menu-details-contant .quantity-list li .pass-quantity .input-counter input {
  color: #fff;
}
.theme-dark .blog-details-from .details-from .form-control {
  color: var(--white-color);
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
}
.theme-dark .blog-details-from .details-from .form-control::-moz-placeholder {
  color: var(--white-color);
}
.theme-dark .blog-details-from .details-from .form-control::placeholder {
  color: var(--white-color);
}
.theme-dark .blog-details-from .form-check .form-check-label {
  color: var(--white-color);
}
.theme-dark .additional-information {
  border: 1px solid rgba(245, 245, 245, 0.2);
  padding: 30px;
}
.theme-dark .additional-information .information li {
  border: 1px solid rgba(245, 245, 245, 0.2);
}
.theme-dark .table-responsive .table.table-bordered thead {
  background-color: #0e0e0e;
}
.theme-dark .table-responsive .table.table-bordered thead tr th {
  color: var(--white-color);
}
.theme-dark .table-responsive .table.table-bordered tbody tr {
  border-bottom: 1px solid #0e0e0e;
}
.theme-dark .table-responsive .table.table-bordered tbody tr th {
  color: var(--white-color);
}
.theme-dark .table-responsive .table.table-bordered tbody tr th .table-icon {
  background-color: #0e0e0e;
}
.theme-dark .table-responsive .table.table-bordered tbody tr th a {
  color: var(--white-color);
}
.theme-dark .table-responsive .table.table-bordered tbody tr th .pass-quantity .input-counter input {
  color: var(--white-color);
}
.theme-dark .coupon-code .coupon .coupon-group-form .form-control {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: var(--white-color);
}
.theme-dark .coupon-code .coupon .coupon-group-form .form-control::-moz-placeholder {
  color: var(--white-color);
}
.theme-dark .coupon-code .coupon .coupon-group-form .form-control::placeholder {
  color: var(--white-color);
}
.theme-dark .checkout {
  background-color: #0e0e0e;
  box-shadow: none;
}
.theme-dark .checkout ul li {
  border: 1px solid rgba(245, 245, 245, 0.2);
}
.theme-dark .checkout-from .form-group .form-label {
  color: var(--white-color);
}
.theme-dark .checkout-from .form-group .form-control {
  background: #0e0e0e;
  border: 1px solid #0e0e0e;
}
.theme-dark .checkout-from .form-group .form-control::-moz-placeholder {
  color: var(--white-color);
}
.theme-dark .checkout-from .form-group .form-control::placeholder {
  color: var(--white-color);
}
.theme-dark .checkout-from .form-check .form-check-label {
  color: var(--white-color);
}
.theme-dark .returning-customer {
  background-color: #0e0e0e;
}
.theme-dark .checkout-card-item {
  background-color: #0e0e0e;
  box-shadow: none;
}
.theme-dark .checkout-card-item .form-check .form-check-label {
  color: var(--white-color);
}
.theme-dark .single-checkout-cart .table-responsive .table.table-bordered thead tr {
  border: 1px solid #0e0e0e;
}
.theme-dark .single-checkout-cart .table-responsive .table.table-bordered thead tr th {
  color: var(--white-color);
}
.theme-dark .single-checkout-cart .table-responsive .table.table-bordered tbody tr th {
  color: var(--white-color);
  border: 1px solid #0e0e0e;
}
.theme-dark .account-from .form-control {
  background-color: #0e0e0e;
  color: var(--white-color);
  border: 1px solid #0e0e0e;
}
.theme-dark .account-from .form-control::-moz-placeholder {
  color: var(--white-color);
}
.theme-dark .account-from .form-control::placeholder {
  color: var(--white-color);
}
.theme-dark .account-from .form-check .form-check-label {
  color: var(--white-color);
}
.theme-dark .subscribe-area.account {
  background-color: #0e0e0e;
}
.theme-dark .subscribe-from .newsletter-form.account-from .form-control {
  border: 1px solid #000001;
  color: var(--white-color);
  background-color: #000001;
}
.theme-dark .subscribe-from .newsletter-form.account-from .form-control::-moz-placeholder {
  color: var(--white-color);
}
.theme-dark .subscribe-from .newsletter-form.account-from .form-control::placeholder {
  color: var(--white-color);
}
.theme-dark .coming-soon-contant {
  background-color: #0e0e0e;
}
.theme-dark .coming-soon-contant #timer {
  color: var(--white-color);
}
.theme-dark .coming-soon-contant #timer span {
  color: var(--white-color);
}
.theme-dark .coming-soon-contant .newsletter-form .form-control {
  background-color: #000001;
  border: 1px solid #000001;
}
.theme-dark .coming-soon-contant .newsletter-form .form-control::-moz-placeholder {
  color: var(--white-color);
}
.theme-dark .coming-soon-contant .newsletter-form .form-control::placeholder {
  color: var(--white-color);
}
.theme-dark .popular-menu-details .singlie-popular-menu-details {
  background-color: #0e0e0e;
  box-shadow: none;
}
.theme-dark .popular-menu-details .singlie-popular-menu-details .single-popular-contant span {
  color: var(--white-color);
}
.theme-dark .widget-area .widget_search form .search-field {
  border: 1px solid #0e0e0e;
  background-color: #0e0e0e;
}
.theme-dark .widget-area .widget_search form .search-field::-moz-placeholder {
  color: var(--white-color);
}
.theme-dark .widget-area .widget_search form .search-field::placeholder {
  color: var(--white-color);
}
.theme-dark .single-blog-details .blog-details-cart {
  background-color: #0e0e0e;
}
.theme-dark .single-blog-details .blog-details-cart span {
  color: var(--white-color);
}
.theme-dark .drtails-from .form-control {
  border: 1px solid #0e0e0e;
  background-color: #0e0e0e;
  color: var(--white-color);
}
.theme-dark .drtails-from .form-control::-moz-placeholder {
  color: var(--white-color);
}
.theme-dark .drtails-from .form-control::placeholder {
  color: var(--white-color);
}
.theme-dark .drtails-from .form-check .form-check-label {
  color: var(--white-color);
}
.theme-dark .widget-area .widget_torado_posts_thumb .item .info span {
  color: var(--white-color);
}
.theme-dark .related-products-area {
  background-color: #0e0e0e;
  margin-top: 100px;
}
.theme-dark .related-products-area .single-shop-cart .shop-cart {
  background-color: #000001;
}
.theme-dark .menu-details .single-menu-details-contant .quantity-list li .default-btn {
  background-color: #0e0e0e;
}
.theme-dark .bg-albastor {
  background-color: #0e0e0e;
  box-shadow: none;
}
.theme-dark .bg-albastor .bill-details .bill-item-wrap .payment-box .payment-method p label {
  color: var(--white-color);
}
.theme-dark .single-checkout-cart .table-responsive .table.table-bordered thead tr th {
  border-right: 1px solid #0e0e0e;
}
.theme-dark .main-nav .others-options-vgs .option-item .shopping-bg img {
  filter: invert(99%) sepia(1%) saturate(121%) hue-rotate(77deg) brightness(113%) contrast(100%);
}
.theme-dark .coming-img {
  display: none;
}
.theme-dark .coming-soon-img {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.theme-dark .form-check .form-check-input {
  background-color: transparent;
  border: 1px solid #0e0e0e;
}
.theme-dark .checkout-from .form-select {
  background-color: #0e0e0e;
  color: var(--white-color);
}
.theme-dark .contact-cart {
  background-color: #0e0e0e;
}
.theme-dark .contact-cart .contact-icon {
  background-color: #000001;
  color: var(--white-color);
}
.theme-dark .contact-from .form-group .form-control {
  border: 1px solid #0e0e0e;
  background-color: #0e0e0e;
  color: var(--white-color);
}
.theme-dark .contact-from .form-group .form-control::-moz-placeholder {
  color: var(--white-color);
}
.theme-dark .contact-from .form-group .form-control::placeholder {
  color: var(--white-color);
}/*# sourceMappingURL=dark.css.map */