.checkbox.style2 label {
  position: relative;
  cursor: pointer;
  padding-left: 0;
}

.checkbox.style2 label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #FFA323;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  left: 0;
  top: 5px;
}

.checkbox.style2 input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 9px;
  height: 9px;
  float: left;
  border: none;
  border-radius: 50%;
  background: #FFA323;
}

.checkbox.style2 input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  border: 1px solid #EEEFF2;
  padding: 20px;
  margin: 0 0 30px;
  border-radius: 5px;
  background-color: white;
}

.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  line-height: 1;
  position: relative;
  color: #000;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.sidebar .sidebar-widget h4:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 75px;
  height: 2px;
  content: "";
  background: #FFA323;
}

.sidebar .sidebar-widget:last-child {
  margin: 0;
}

.sidebar .sidebar-widget.box {
  padding: 22px 25px;
}

/*---------Search Box Widget-------------*/
.search-box {
  position: relative;
}

.search-box .form-group {
  position: relative;
}

.search-box .form-group input {
  width: 100%;
  height: 54px;
  background: #F6F6F6;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 5px;
  border: none;
}

.search-box .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 18px;
  height: 100%;
  border: none;
  border-radius: 0 5px 5px 0;
  text-align: center;
  background: transparent;
}

.search-box .form-group button i {
  color: #545454;
  top: 4px;
  left: 1px;
  font-size: 20px;
  position: relative;
}

.checkbox-item {
  margin-bottom: 15px;
}

.checkbox-item:last-child {
  margin: 0;
}

.checkbox-item span {
  color: #ABA8B0;
}
/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  border-radius: 5px;
  padding: 12px 25px;
  text-align: center;
  border: 2px solid transparent;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn:hover:after {
  visibility: visible;
  opacity: 1;
}

.btn i {
  position: relative;
  height: auto;
  line-height: 1;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn.style1 {
  background-color: #F41F31;
  color: #fff;
}

.btn.style1:after {
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: 0;
  background: #FFA323;
  border-radius: 5px;
}

.btn.style1 i {
  font-size: 18px;
  margin-left: 7px;
  position: relative;
  top: 4px;
}

.btn.style1 i.las {
  font-size: 16px;
  top: 0;
}

.btn.style1:hover:after {
  height: calc(100% + 4px);
}

.btn.style2 {
  border: 1px solid #F41F31;
  color: #F41F31;
  white-space: pre-wrap;
}

.btn.style2:after {
  top: 0;
  left: 0;
  width: 0;
  height: calc(100% + 2px);
  background: #F41F31;
  border-radius: 5px;
}

.btn.style2 i {
  font-size: 18px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.btn.style2:hover {
  color: #fff;
}

.btn.style2:hover:after {
  width: 100%;
}

.btn.style2:hover i {
  color: #fff;
}

.btn.style3 {
  border: 1px solid #fff;
  color: #fff;
}

.btn.style3:after {
  top: 0;
  left: 0;
  width: 0;
  height: calc(100% + 2px);
  background: #fff;
  border-radius: 5px;
}

.btn.style3 i {
  font-size: 16px;
  margin-left: 8px;
  position: relative;
  top: 2px;
}

.btn.style3:hover {
  color: #F41F31;
}

.btn.style3:hover:after {
  width: 100%;
}

.btn.style3:hover i {
  color: #F41F31;
}

.link {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link i {
  position: absolute;
  top: 2px;
  right: -22px;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link:hover {
  letter-spacing: 0.3px;
}

.link.style1 {
  color: #000;
}

.slider-btn {
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-btn.style1 {
  width: 35px;
  height: 35px;
  background: #F6F6F6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-btn.style1 i {
  line-height: 0.6;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #545454;
}

.slider-btn.style1:hover {
  background: #FFA323;
}

.slider-btn.style1:hover i {
  color: #fff;
}

.slider-btn.style2 {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #F6F6F6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-btn.style2 i {
  line-height: 0.6;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

.slider-btn.style2:hover {
  background: #FFA323;
}

.slider-btn.style2:hover i {
  color: #fff;
}
*----------------------------------
         Feature Section  CSS
----------------------------------*/
.feature-wrap.style1 .overlay.bg-white {
  height: calc(100% - 504px);
  bottom: 0;
  top: auto;
}

.feature-wrap.style1 .feature-top-shape {
  background-image: url(../img/feature/feature-bg-1.jpg);
  height: 504px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.feature-wrap.style1 .feature-top-shape .feature-top-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.feature-wrap.style1 .feature-top-shape .feature-top-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.feature-card {
  margin: 0 0 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-card.style1 .feature-img {
  overflow: hidden;
  box-shadow: 0 0 47px rgb(0 0 0 / 10%);
  min-height: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.feature-card.style1 .feature-img img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.feature-card.style1 .feature-info {
  background-color: #fff;
  padding: 20px 25px 25px;
  position: relative;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.feature-card.style1 .feature-info .feature-title {
  font-size: 24px;
  font-weight: 700;
}


.feature-card.style1 .feature-info .feature-meta .feature-price {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin: 0;
}

.feature-card.style1 .feature-info .feature-meta .feature-price span {
  font-weight: 400;
  font-size: 16px;
  color: #ABA8B0;
  text-decoration: line-through;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.feature-card.style1 .feature-info .feature-meta .ratings i {
  color: #FFA323;
  position: relative;
  top: 1px;
  margin-right: 3px;
  line-height: 0.8;
}

.feature-card.style1 .feature-info .discount-tag {
  position: absolute;
  bottom: -36px;
  right: -20px;
  text-align: center;
  width: 130px;
  height: 130px;
  z-index: 1;
}

.feature-card.style1 .feature-info .discount-tag p {
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
  color: #fff;
  margin: 0;
  position: relative;
  left: 5px;
  top: -7px;
}

.feature-card.style1 .feature-info .discount-tag p span {
  font-family: "Over-Break";
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.feature-card.style1 .feature-info .discount-tag span {
  color: #fff;
}

.feature-card.style1 .feature-info .discount-tag img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.feature-card:hover {
  -webkit-box-shadow: 0 0px 40px 42px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 40px 42px rgba(0, 0, 0, 0.05);
}

.feature-card:hover .feature-img img {
  -webkit-transform: scale(1.15) rotate(5deg);
  transform: scale(1.15) rotate(5deg);
}

.feature-card:hover .feature-info .feature-title a {
  color: #F41F31;
}

.feature-card:hover .feature-info .feature-price {
  color: #F41F31;
}

.feature-slider {
  padding-left: 8px;
}

/*------New Arrival Product CSS-------*/
.new-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
}

.new-product-item:last-child {
  margin: 0;
}

.new-product-item .new-product-img {
  width: 70px;
  border-radius: 5px;
  text-align: center;
  border-radius: 5px;
}

.new-product-item .new-product-img img {
  margin: 0 auto;
  display: block;
  border-radius: 5px;
}

.new-product-item .new-product-info {
  width: calc(100% - 95px);
  margin-left: 15px;
}

.new-product-item .new-product-info h6 {
  font-size: 18px;
  margin: 0 0 8px;
}

.new-product-item .new-product-info h6 a {
  color: #545454;
}

.new-product-item .new-product-info span {
  color: #F41F31;
  font-size: 14px;
}

.new-product-item .new-product-info span.discount {
  text-decoration: line-through;
  margin-left: 5px;
  color: #eee;
}

.feature-card {
  margin: 0 0 30px;
  -webkit-transition: .4s;
  transition: .4s;
}

/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
.slider-btn, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .social-profile.style4 li a, .delivery-wrap .contact-item-wrap .contact-item span, .contact-box-wrap .contact-box-icon, .contact-card .contact-icon, .feature-card.style1 .feature-info .discount-tag, .circle, .promo-wrap .promo-list li span, .video-play, .newsletter-wrap .newsletter-form .form-group button, .blog-card.style1 .blog-img .blog-social span, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-item, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .select-lang .navbar-language .dropdown-toggle, .reservation-wrap .reservation-box-wrap .opening-hrs .office-schedule li, .feature-card.style1 .feature-info .feature-meta, .promo-wrap, .testimonial-item.style1 .client-rating-wrap, .blog-card.style1 .blog-info .blog-metainfo, .post-navigation, .post-author, .sl-wrap, .single-product-details .product-ratings, .footer-wrap .footer-top .office-schedule li, .service-card-wrap, .contact-box-wrap, .about-wrap.style2 .about-img-wrap, .reservation-wrap .reservation-box-wrap, .comment-item, .comment-author_info, .pp-post-item, .page-navigation .page-nav, .wishlist-table table tbody tr td .wh_item, .footer-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn i, .header-wrap .header-top .header-top-left .contact-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-btn, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .social-profile.style4 li a, .delivery-wrap .contact-item-wrap .contact-item span, .contact-box-wrap .contact-box-icon, .contact-card .contact-icon, .feature-card.style1 .feature-info .discount-tag, .circle, .promo-wrap .promo-list li span, .video-play, .newsletter-wrap .newsletter-form .form-group button, .blog-card.style1 .blog-img .blog-social span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-item, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .select-lang .navbar-language .dropdown-toggle, .reservation-wrap .reservation-box-wrap .opening-hrs .office-schedule li, .feature-card.style1 .feature-info .feature-meta, .promo-wrap, .testimonial-item.style1 .client-rating-wrap, .blog-card.style1 .blog-info .blog-metainfo, .post-navigation, .post-author, .sl-wrap, .single-product-details .product-ratings, .footer-wrap .footer-top .office-schedule li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.service-card-wrap, .contact-box-wrap, .reservation-wrap .reservation-box-wrap .opening-hrs .office-schedule li, .feature-card.style1 .feature-info .feature-meta, .promo-wrap, .testimonial-item.style1 .client-rating-wrap, .blog-card.style1 .blog-info .blog-metainfo, .post-navigation, .footer-wrap .footer-top .office-schedule li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-navigation .page-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*-------Product Counter-------*/
.single-product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 26px;
}

.single-product-option .btn i {
  margin-left: 0;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.single-product-option .btn:nth-child(1) {
  margin-right: 15px;
}

.single-product-option .btn.style2 {
  background-color: #000;
  border-color: transparent;
  color: #fff;
  padding: 13px 27px;
}

.single-product-option .btn.style2:after {
  display: none;
}

.single-product-option .btn.style2:hover {
  background: #FFA323;
}

.product-quantity {
  width: 144px;
  margin-right: 10px;
}

.product-quantity .qtySelector {
  position: relative;
  border: 0.5px solid rgba(69, 69, 70, 0.2);
  height: 48px;
  border-radius: 5px;
}

.product-quantity .qtySelector span {
  width: 48px;
  position: absolute;
  top: 0;
  height: 100%;
  background: transparent;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 22px;
  color: #000;
}

.product-quantity .qtySelector span.decreaseQty {
  left: 0;
}

.product-quantity .qtySelector span.increaseQty {
  right: 0;
}

.product-quantity .qtySelector input {
  width: calc(100% - 96px);
  background: transparent;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid rgba(69, 69, 70, 0.2);
  border-right: 1px solid rgba(69, 69, 70, 0.2);
  left: 48px;
  position: relative;
  height: 48px;
  top: -1px;
  text-align: center;
  color: #000;
}

.product-quantity.style1 .qtySelector {
  background-color: #FFA323;
  border-color: rgba(255, 255, 255, 0.5);
}

.product-quantity.style1 .qtySelector span i {
  color: #fff;
  font-size: 16px;
}

.product-quantity.style1 .qtySelector input {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.product-quantity.style2 {
  width: 180px;
}

.product-quantity.style2 .qtySelector {
  display: flex;
  justify-content: center;
  border: none;
}

.product-quantity.style2 .qtySelector span {
  border: none;
  background-color: #EFEFEF;
  border-radius: 50%;
  color: #F41F31;
}

.product-quantity.style2 .qtySelector span.decreaseQty {
  left: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-quantity.style2 .qtySelector span.increaseQty {
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ion-minus-round.decreaseQty:before,
.ion-plus-round.increaseQty:before
{
  margin-right: 6px;
}
.product-quantity.style2 .qtySelector input {
  left: 0;
  border: none;
  background-color: #EFEFEF;
  border-radius: 50px;
  margin: 0 10px;
  color: #F41F31;
}

.add-cart button,
.add-wishlist button {
  margin-right: 10px;
  font-weight: 400 !important;
}

.add-cart button i,
.add-wishlist button i {
  margin-right: 10px;
  top: 1px !important;
}

.add-cart button.v3,
.add-wishlist button.v3 {
  border-color: rgba(0, 0, 0, 0.2);
}

.product-description-box {
  border: 1px solid #ddd;
  border-radius: 20px 0;
  padding: 25px;
}

.product-description-box .product-desc h3 {
  margin: 0 0 20px;
}

.product-description-box .product-desc p {
  margin: 0;
}

.additional-info li {
  margin: 0 0 10px;
}

.additional-info li:last-child {
  margin-bottom: 0;
}

.additional-info li p span {
  width: 100px;
  font-weight: 600;
  display: inline-block;
}

.product-more-option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 22px;
}

.product-more-option-item:last-child {
  margin: 0;
}

.product-more-option-item h6 {
  margin: 0 12px 0 0;
}

.product-more-option-item a {
  position: relative;
  top: 1px;
}

.product-more-option-item a:hover {
  color: #F41F31;
}


/*----------------------------------
    Checkout CSS
----------------------------------*/
.checkout-details .form-group input {
  height: 52px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #EEEFF2;
  border-radius: 5px;
}

.checkout-details .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  background: #F41F31;
  border: none;
  height: 100%;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 0 5px 5px 0;
}

form.checkout textarea {
  height: 145px;
}

.bill-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px 0;
}

.bill-item .bill-item-name p {
  margin: 0;
}

.bill-item .bill-item-price span {
  font-weight: 700;
  color: #545454;
}

.bill-details {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.bill-details > h5 {
  color: #fff;
  background: #000;
  padding: 20px;
  margin: 0;
}

.bill-item-wrap {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.subtotal-item h6 {
  margin: 0 0 10px;
}

.subtotal-wrap {
  padding: 10px 20px;
}

.subtotal-wrap .subtotal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 6.5px 0;
}

.subtotal-wrap .subtotal-item .subtotal-item-right {
  color: #545454;
  font-weight: 600;
}

.subtotal-wrap .subtotal-item .subtotal-item-left h6 {
  margin: 0;
  font-weight: 600;
}

.subtotal-wrap .subtotal-item .form-group {
  position: relative;
}

.subtotal-item-right span {
  font-weight: 700;
}

.subtotal-item-left p,
.subtotal-item-right p {
  margin: 0;
}

.total-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.total-wrap h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin: 0;
}

.total-wrap span {
  font-weight: 700;
  color: #545454;
}

.select-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0 0;
}

.select-method div {
  margin-right: 20px;
}

.select-method [type="radio"]:checked,
.select-method [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.select-method [type="radio"]:checked + label,
.select-method [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #545454;
}

.select-method [type="radio"]:checked + label::before,
.select-method [type="radio"]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  border: 1px solid #F41F31;
  border-radius: 100%;
  background: transparent;
}

.select-method [type="radio"]:checked + label::before {
  background-color: #fff;
}

.select-method [type="radio"]:checked + label:after,
.select-method [type="radio"]:not(:checked) + label:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F41F31;
  top: 6px;
  left: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.select-method [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.select-method [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.checkout-form {
  padding: 20px 25px 25px;
}

.checkout-form .billing-details {
  margin: 20px 0 0;
}

.checkout-form .billing-details .form-group {
  margin: 0 0 20px;
}

.checkout-form .billing-details .form-group input,
.checkout-form .billing-details .form-group textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
}

.checkout-form .billing-details .form-group input {
  height: 54px;
}

.checkout-form .billing-details .form-group textarea {
  height: 120px;
  resize: none;
}

.checkout-form .total-amt {
  margin-right: 10px;
  margin-bottom: 0;
}

.checkout-form .total-amt span {
  color: #FFA323;
}

/*------------------------------
        Wishlist CSS
-------------------------------*/
.wishlist-table {
  margin: 0 0 25px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.wishlist-table table {
  margin: 0;
}

.wishlist-table table thead tr {
  border: none;
}

.wishlist-table table thead tr th {
  border: none;
  background: #F6F6F6;
  color: #545454;
  padding: 15px 30px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
}

.wishlist-table table thead tr th:first-child {
  text-align: left;
}

.wishlist-table table tbody tr {
  vertical-align: middle;
  border: none;
}

.wishlist-table table tbody tr:nth-child(even) {
  background-color: #F6F6F6;
}

.wishlist-table table tbody tr:last-child td {
  border-bottom: none;
}

.wishlist-table table tbody tr td {
  padding: 18px 20px;
  text-align: center;
  border: none;
}

.wishlist-table button {
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wishlist-table button i {
  color: #F41F31;
}

.wishlist-table button:hover {
  background-color: #F41F31;
}

.wishlist-table button:hover i {
  color: #fff;
}

.wishlist-table .wh_item {
  max-width: 450px;
}

.wishlist-table .wh_item img {
  max-width: 100px;
  display: block;
  border-radius: 5px;
}

.wishlist-table .wh_item .wh-item-info {
  text-align: left;
  margin-left: 20px;
  width: calc(100% - 120px);
}

.wishlist-table .wh_item .wh-item-info a {
  font-size: 22px;
  font-weight: 700;
}

.wishlist-table .wh_item .wh-item-info a:hover {
  color: #F41F31;
}

.wishlist-table .wh_item .wh-item-info span {
  color: #F41F31;
  font-weight: 600;
}

.wishlist-table .wh-tem-price {
  font-size: 16px;
  color: #F41F31;
}

.wishlist-table p {
  margin: 0;
}

.wishlist-table button {
  background: transparent;
  display: block;
  margin: 0 auto;
  padding: 0;
  border: none;
}

.wishlist-table button span {
  color: #F41F31;
  font-size: 18px;
  line-height: 30px;
}

.wh_btn .btn:nth-child(1) {
  margin-right: 10px;
}

.wishlist-table:nth-child(4) {
  text-align: left;
}

.wishlist-table .product-quantity {
  margin: 0 auto;
}

.checkout label {
  font-weight: 600;
  margin: 0 0 8px;
}

.checkout .form-group input {
  border: none;
  border-radius: 5px;
  background: #F1F1F1;
  color: #999;
}

.checkout .form-group textarea {
  border: none;
  border-radius: 5px;
  background: #F1F1F1;
  color: #999;
  height: 120px;
}
/******************************************************************
 * 
 * 
 * **************************************************************/
input[type=search]::-webkit-search-cancel-button{
  -webkit-appearance: auto;
}

.p-0 {
  padding:0!important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.white-fields {
  background-color:#FFF;
}

.menu-nav-mobile {
  height: fit-content;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
}

.cont-cuisine-filter-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 28px;
}
.cont-cuisine-filter-list.slick-initialized {
  overflow: initial;
}

.cuisine-mobile-filter .btn{
  width: 64px;
  height: 64px;
  background-size: cover;
  border-radius: 50%;
}

.result-merchant .row.gridview {
  flex-direction: row;
  gap: 16px;
}

.result-merchant .row.gridview #search-listgrid .row {
  flex-direction: column;
}

.result-merchant .gridview .inner.list-view {
  padding: 14px 0;
  border-radius: 10px;
  height: 100%;
}


.merchant-background-small {
  background-size: cover;
  background-position: center;
}

.result-merchant .inner.list-view p.restaurant-name {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin-top: 12px;
}
.gridview .inner.list-view p.cuisine {
	color: #C90000;
}

.gridview .cont-offer {
  background-color: #ffe5e5;
  display: inline-block;
  padding: 0 6px;
  border-radius: 6px;
}

.gridview .col-12.d-flex.align-items-center.justify-content-between.mt-3:before {
  content: "";
  display: block;
  width: 184px;
  height: 1px;
  position: absolute;
  top: -11px;
  left: 72px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,d9d9d9+50,7db9e8+100&0+0,1+50,0+100 */
  background: -moz-linear-gradient(left,  rgba(30,87,153,0) 0%, rgba(217,217,217,1) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(217,217,217,1) 50%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(30,87,153,0) 0%,rgba(217,217,217,1) 50%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}


.result-merchant .inner .cont-reviews-count p{
  font-size: 13px;
  font-weight: 700;
}

.gridview .cont-open-tag h3 {
  margin: 10px 0px;
}

.gridview .cont-open-tag .label {
  border-radius: 20px;
  padding: 8px 32px;
  font-size: 14px;
}

/*.gridview .inner.list-view .row:before,
.gridview .inner.list-view .row:after*/
.result-merchant .row.gridview:before,
.result-merchant .row.gridview:after
{
  content: none;
}

.gridview .merchant-background-small {
  height: 130px
}
.cont-info {
  min-height: 120px;
}
.result-merchant .row.gridview #search-listgrid .row {
  height: 100%;
  flex-direction: row;
}


.gridview .ribbon-offer span {
  background: linear-gradient(#FF4F31 0%, #FF4F31 100%);
}

.gridview .ribbon-offer span:before,
.gridview .ribbon-offer span:after {
    border-left: 3px solid #421a13;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #421a13;
}

.feature-card.style1 .feature-info .feature-meta {
  flex-direction: column;
}

.food-description {
  min-height: unset;
}

.cont-featured-item {
  margin-bottom: 20px;
}
.grey-button {
  width: 100%;
  background: #9d9d9d;
  border:none;
  color: #fff;
  padding: 5px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
}

.tick-mark {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 32px;
    display: none;
}

.tick-mark::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 50%;
    width: 2px;
    background-color: #00982b;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}

.tick-mark::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #00982b;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}

.btn-missed{
  border: 0;
  background-color:rgba(255,0,0,0);
}

.btn-missed svg {
  height: 18px;
  width: 18px;
  fill: #fff;
}

.cont-item-qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.cont-item-qty .item-qty {
  border: 0;
  font-size: 32px;
  font-weight: 700;
}

.cont-item-qty .qty-minus,
.cont-item-qty .qty-plus {
  color: #c50000;
  font-size: 30px;
}

.parallax-search {
  min-height: 320px;
}
.top-menu-wrapper {
  height: fit-content;
}

#menu a {
  padding: 6px 12px;
}

a.change-view {
  font-size: 25px;
  padding: 4px;
}

.merchant-details .badge {
 color: #fff;
}

.cart-mobile-handle .badge {
  position: relative;
  right: -12px;
  top: 10px;
  padding: 3px 7px;
  margin-top: -10px;
  color:#FFF;
  border-radius: 50%;
}

.cont-item-title {
  top: 0;
  float: none;
  background-color: rgba(255,0,0,0);
  z-index: 10;
  padding: 4px;
}

.fancybox-custom-close {
  position: absolute;
  top: 20px;
  right: 18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-custom-close svg {
  width: 18px;
  height: 18px;
  fill: #c50000;
}

.cont-item-img{
  min-height: 200px;
  background-position: center;
  background-size: cover;
  transition: 0.8s;
}
.cont-item-img:hover {
  transform: scale(1.15) rotate(5deg);
}

.fancybox-skin, .fancybox-inner {
  border-radius: 20px;
}

.view-food-item-wrap .item-title {
  margin: 14px;
  font-size: 25px;
}

.view-food-item-wrap input[type=radio]:not(input.size_id) {
  width: 20px;
  height: 20px;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  border-radius: 50%;
}

.view-food-item-wrap input[type=radio]:checked:not(input.size_id) {
  background-color: #c50000;
  border-color: #c50000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

input[type="checkbox"].sub_item_name {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}


input[type="checkbox"].sub_item_name:checked {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 2px;
  background-color: #c50000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3E%3Cpath d='M3.25 7.281a1.216 1.216 0 0 1-.875-.385L.135 4.437l.98-.875 2.135 2.38L8.675.054l.962.875-5.512 5.967a1.216 1.216 0 0 1-.875.385Z' fill='%23fff'/%3E%3C/svg%3E");
  border: 1px solid #c50000;
}

.item-img {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-label-a{
  padding: 0 16px;
}
.view-food-item-wrap .section-label a.section-label-a span {
  font-size: 20px;
}
.section-heading, .section_require_addon, .section_require_size {
 background-color: #F4F3F1;
}

.section_require_addon,
.section_require_size{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section_require_addon .required,
.section_require_size .required{
  padding: 2px 6px;
  font-size: 12px;
  background-color: #2b3639;
  color: #FFF;
  border-radius: 8px;
  vertical-align: middle;
  margin-right: 20px;
}
.section_require_addon .error,
.section_require_size .error{
    background-color: #D50525;
}

.section_require_addon .optional {
  padding: 2px 6px;
  font-size: 12px;
  background-color: #FFF;
  border-radius: 10px;
  vertical-align: middle;
  margin-right: 20px;
}

.section-error {
  color: #D50525!important;
}
.label-addon {
  margin: 0px;
}

.item-error {
  border-top: 2px solid #D50525;
  border-bottom: 2px solid #D50525;
}
.cont-item-description {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-item-rows .row:before,
.sub-item-rows .row:after,
.row.cart_total_wrap:before,
.row.cart_total_wrap:after{
  content: unset;
}

.sub-item-rows .into-row {
  display: flex;
}

.sub-item-rows input[type=checkbox],
.sub-item-rows input[type=radio],
.cont-item-size input[type=checkbox],
.cont-item-size input[type=radio]{
  margin: 0;
}

.sub-item-rows input[type=checkbox]:focus,
.sub-item-rows input[type=radio]:focus,
.cont-item-size input[type=checkbox]:focus,
.cont-item-size input[type=radio]:focus{
  outline: none;
}


.sub-item-rows .row.top10 {
  padding: 10px;
}

.sub-item-title,
.row-item-name {
  font-size: 16px;
}
.row-item-name {
  width: 220px;
}
.cont-spicy-icon .col,
.mytable.dish-category .col,
.cont-spicy .col {
  padding:0;
  min-width: 40px;
}
.mytable .col .spicydish-icon {
  margin: -4px 0 0 0;
}
.cont-sub .mytable .col .spicydish-icon {
  margin: -14px 0 0 0;
}

.price-list-item {
  font-weight: 700;
  padding: 6px 16px;
  border-bottom: 2px solid #F4F3F1;
}

.price-list-item label {
  display: block;
}

.cont-sub {
  align-content: start;
}


.cont-qty-minus {
  display: none;
  align-items: center;
}

.qty-addon-minus svg{
  width: 24px;
  fill: #d50525;
}
.addon_qty, .item-qty {
  width:40px;
}
/*
.qty-addon-plus:before {
  align-items: center;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 12'%3E%3Cpath stroke='%238A8786' d='M6 0v12M0 6h12'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 1px solid #8a8786;
  border-radius: 50rem;
  display: flex;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  content: " ";
  height: 22px;
  width: 22px;
}
*/

.qty-addon-plus.filled:before,
.qty-addon-plus:before{
  font-size: 20px;
  line-height: 20px;
  content: attr(data-quantity);
}

.cont-missed a {
  font-size: 14px;
  font-weight: 700;
}
.food-item-actions {
  position: sticky;
  bottom: 0px;
  background: inherit;
  padding: 4px;
  display: flex;
  justify-content: space-around;
  z-index: 4;
  gap: 8px;
}

.cart-mobile-handle a.disabled-button {
  background: unset;
  border: none;
}
.menu-checkout-footer {
  position: sticky;
  bottom: 0px;
  /*background: #FFF;*/
  float: revert;
  display: flex;
  justify-content: flex-end;
  z-index: 4;
  /*border-top: 1px solid #BEBEBE;*/
  padding: 6px;
}

.menu-checkout-footer .btn {
  padding: 10px 16px;
}

.wishlist-table {
  /*overflow-x: auto;*/
}
.wishlist-table .table-bordered{
  border: none;
}

.wishlist-table header {
  border-bottom: 2px solid;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  padding: 14px;
}

.table-col {
    border: none;
    background: #F6F6F6;
    color: #545454;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 18px;
    min-height: 20px;
    text-align: center;
    width: 18%;
    display: inline-block;
    float: none;
}
.cont-cart .table-col.b {
  width: calc(44% + 60px);
  text-align: start;
}

.cont-cart .a, .cont-cart .b, .cont-cart .c, .cont-cart .d {
  min-height: 20px;
  width: 23%;
  display: inline-block;
  padding: 4px;
  float: none;
}

.cont-cart .b{
  width: 46%;
  margin-left: 20px;
  text-align: start;
}

.cart-item-title {
  font-size: 22px;
  font-weight: 700;
}

.c a {
  color: #F41F31;
  padding: 5px 12px;
  border-radius: 50%;
}

.c a:hover{
  background-color: #F41F31;
  color: #FFF;
}

.ion-compose:before{
  width: 10px;
}
.cont-cart .item-order-list {
  padding: 18px 20px;
  border: none;
}
.cont-cart .item-order-list:nth-child(2n) {
    background-color: #F6F6F6;
}

.cart-item-row {
  display: flex;
  align-items: center;
}

.cart-item-img{
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
}

.cart-item-detail {
   width: calc(100% - 100px);
}

.cont-cart .food-description {
  min-height:40px;
}

.cont-cart .summary-wrap {
  width: 50%;
  min-height: 294px;
}

.cont-cart {
  margin-top: 80px;
}

.cart-delivery-option.cart-loaded{
  margin-top: -294px;
  max-width: 50%;
}



@media (min-width: 1400px)
{
  .cont-menu {
    width: 1320px;
  	max-width: 1320px;
  }
}

@media (min-width: 1200px)
{
  .cont-cart .d {
    width: 20%;
  }
}

@media(max-width: 1024px)
{
  .cart-mobile-handle {
    padding: 0;
  }
  .cont-cart {
    width: 100%;
  	max-width: 100%;
  }
}

@media(max-width: 991px) {
  .section-menu ul#tabs li span {
        display: none;
    }
    .section-menu ul#tabs li i {
        display: block;
    }
}

@media(max-width: 865px)
{
  .table-col {
    width: 30%;
  }
  .cont-cart .a, .cont-cart .b, .cont-cart .c, .cont-cart .d {
    width: 27%;
  }
}


@media(min-width: 769px)
{
  .search-wraps.menu-header img {
    max-width: 100%;
  }

  .cont-menu-item.dish-search-result {
    display:block!important;
  }
}

@media(max-width: 768px)
{
  .img-addon {
    max-width: 30%;
  }
  
  .wishlist-table .table-bordered {
    min-width: unset;
  }

  .wishlist-table header {
    display: none;
  }

  .cont-cart .item-order-list{
    flex-direction: column;
    margin: 40px 8px;
    box-shadow: 0px 0px 10px 1px #1f292c;
  }

  .cart-item-img {
    width: 100%;
    height: 200px;
  }

  .cart-item-row {
    flex-direction: column;
  }

  .cart-item-detail {
    width: 100%;
  }
  .cont-cart .a, .cont-cart .b, .cont-cart .c, .cont-cart .d {
    width: 100%;
  }

  .cont-menu-item,
  .menu-cat-desc{
    display: none;
  }

  .menu-3 img {
    max-width: unset;
  }
}


@media(max-width: 567px)
{
  .wishlist-table header {
    padding: 6px 12px;
    justify-content: space-around;
  }
  .wishlist-table header .table-col {
    font-size: 14px;
    overflow-wrap: break-word;
  }

  .cont-cart {
    margin-top: 10px;
  }

  .cont-cart .summary-wrap {
    width: 100%;
    min-height: unset;
  }
  .cart-footer{
    flex-direction: column;
  }
  .cart-delivery-option.cart-loaded{
    margin-top: unset;
    max-width:100%;
  }

  .row-item-name {
    width: 160px;
  }
  
  .food-item-actions {
    flex-direction: column;
  }

}

