@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Marck+Script&display=swap);
.nav-link,
.shoptitle,
.userlog,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  font-family: Montserrat, sans-serif;
}
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282c3f !important;
}
.loginbtn,
.signbtn {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.edittabs,
.feeds,
.moproducts {
  --webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.card-title a,
a {
  text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
}
#confirmpassword_form input[type="password"],
#contactusform input [type="text"],
#faq_enquiry_form input[type="email"],
#forgotPassword input[type="number"],
#forgotPassword input[type="text"],
#loginform input[type="password"],
#loginform input[type="tel"],
#loginform input[type="tel"] #riderform textarea,
#newPassword input[type="password"],
#otpForm input[type="number"],
#riderform button[type="submit"],
#riderform input[type="email"],
#riderform input[type="license"],
#riderform input[type="tel"],
#riderform input[type="text"],
#riderform input[type="vehiclenum"],
#selfdriveform input[type="shopadd"],
#selfdriveform input[type="shopemail"],
#selfdriveform input[type="shopname"],
#selfdriveform input[type="shoptel"],
#selfdriveform input[type="submit"],
#signupform button[type="submit"],
#signupform input[type="email"],
#signupform input[type="password"],
#signupform input[type="tel"],
#signupform input[type="text"],
#signupform textarea,
#submitOtp button[type="submit"],
#submitOtp input[type="number"],
.blogcontent small,
.fontmonster,
input[type="date"],
input[type="number"],
input[type="tel"],
input[type="text"],
select,
textarea[name="message"] {
  font-family: Montserrat;
}
.userlog p {
  margin: 0.2rem;
}
label,
p,
small,
td,
tr {
  font-family: Montserrat, sans-serif;
  color: #191717;
  opacity: 1;
}
.fa-check-circle {
  color: #43a047;
}
.fas .fa-rupee-sign {
  font-family: montserrat;
  font-weight: lighter !important;
}
.fa-times-circle {
  color: #b52421;
}
body,
html {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap-select .dropdown-toggle:focus,
:focus,
button:focus {
  outline: 0 !important;
}
#v-pills-tabContent label {
  display: block !important;
}
a {
  cursor: pointer;
}
#feedbacks .nav-pills a:hover,
.active,
.bottomlinks a:hover,
.copyright a:hover,
.footer a:hover,
.navmenu ul li a:hover,
.orderstat small,
.panel-heading.isOpen,
.slick-next:before,
.slick-prev:before,
.subtotal p,
.totalvalue small,
a:hover {
  color: #b52421 !important;
}
ul {
  list-style-type: none !important;
}
.productbullets ul {
  list-style-type: disc !important;
}
.footlogo img,
.logo img {
  width: 48px;
  height: auto;
}
.logsignbtns {
  margin-right: 4rem;
}
.cartmain {
  position: absolute;
  top: 32%;
  right: 4%;
}
.retailstext {
  font-family: "Marck Script", cursive;
  font-weight: 700;
  font-size: 2.5rem;
}
.swal2-html-container {
  overflow: hidden !important;
}
.swal2-popup.swal2-modal.swal2-show {
  flex: none !important;
}
.sidebar-item ul a {
  color: #fff !important;
  list-style-type: none;
  font-family: Montserrat, sans-serif !important;
  font-size: 1rem;
  padding: 0;
}
.sidebar-item ul li img {
  width: 20px;
}
.sidebar-item ul {
  padding-inline-start: 5px !important;
}
.sidebar-item ul li {
  padding: 0.8rem 0.2rem;
  margin: 0.3rem auto;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
.modal.left_modal .modal-dialog,
.modal.right_modal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 350px;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal.left_modal .modal-content,
.modal.right_modal .modal-content {
  height: 100%;
  border: none !important;
  border-radius: 0;
}
.modal.left_modal .modal-body,
.modal.right_modal .modal-body {
  padding: 1rem 1rem 15rem;
}
.modal.right_modal.fade .modal-dialog {
  right: -50%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right_modal.fade.show .modal-dialog {
  right: 0;
}
.modal.left_modal.fade .modal-dialog {
  left: -50%;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left_modal.fade.show .modal-dialog {
  left: 0;
}
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-header {
  background-color: rgb(255 255 255);
  border: none !important;
}
.modal_outer .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}
.datetimebtn input[type="radio"],
.deliveryaddbtn input[type="radio"] {
  display: none;
  margin: 10px;
}
.datetimebtn label {
  font-size: small;
}
.datetimebtn input[type="radio"] + label,
.deliveryaddbtn input[type="radio"] + label,
.subfilters span {
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem;
  background: #e0d9e08f;
  border-radius: 5px;
}
.datetimebtn input[type="radio"]:checked + label,
.deliveryaddbtn input[type="radio"]:checked + label {
  background-image: none;
  background-color: #b52421;
  color: #fff !important;
}
#signupform label {
  display: none !important;
}
#forgotPassword,
#loginform,
#newPassword,
#otpForm,
#otpLoginForm,
#riderform,
#selfdriveform,
#signupform {
  padding: 0.6rem;
  margin: 0;
}
svg.animated {
  width: 60%;
  -webkit-appearance: none;
  --webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  -moz-box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
  margin: 1rem;
  border-radius: 1rem;
}
.top-btn {
  all: unset;
  position: fixed;
  left: 20px;
  bottom: 20px;
  cursor: pointer;
  transform: scale(1.8);
  opacity: 0;
  transition: 0.3s;
  z-index: 10;
  width: 25px;
  height: auto;
}
.coccoc-alo-phone {
  background-color: transparent;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 200000 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
  bottom: 0;
  right: 0;
  position: fixed;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
  background-color: #bd3935;
  opacity: 1 !important;
}
.floating-inquiry-btn {
  background: #bd3935 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.coccoc-alo-ph-img-circle {
  width: 55px;
  height: 55px;
  top: 39px;
  left: 37px;
  position: absolute;
  background: url(https://www.aftercareco.com/images/phone.png) center center
    no-repeat rgba(30, 30, 30, 0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  background-size: 2rem;
  opacity: 0.7;
  -webkit-animation: 1s ease-in-out infinite coccoc-alo-circle-img-anim;
  -moz-animation: 1s ease-in-out infinite coccoc-alo-circle-img-anim;
  -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: 1s ease-in-out infinite coccoc-alo-circle-img-anim;
  animation: 1s ease-in-out infinite coccoc-alo-circle-img-anim;
}
#par-js,
.loginBtn {
  position: relative;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
  background-color: #bd3935;
  opacity: 1;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
  border-color: #bd3935;
  opacity: 0.5;
}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 1 !important;
}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
  background-color: #75eb50;
}
@-moz-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-webkit-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-o-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes coccoc-alo-circle-fill-anim {
  0%,
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes coccoc-alo-circle-fill-anim {
  0%,
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes coccoc-alo-circle-fill-anim {
  0%,
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes coccoc-alo-circle-fill-anim {
  0%,
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
}
@-moz-keyframes coccoc-alo-circle-img-anim {
  0%,
  100%,
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes coccoc-alo-circle-img-anim {
  0%,
  100%,
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
}
@-o-keyframes coccoc-alo-circle-img-anim {
  0%,
  100%,
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
}
@keyframes coccoc-alo-circle-img-anim {
  0%,
  100%,
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
}
#signupform h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}
#signupform h4 {
  margin: 5px 0 15px;
  display: block;
  font-weight: 400;
}
fieldset {
  border: none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}
#addAddressForm input[type="number"],
#addAddressForm input[type="text"],
#confirmpassword_form input[type="password"],
#custom input[type="email"],
#custom input[type="tel"],
#custom input[type="text"],
#custom input[type="time"],
#faq_enquiry_form input[type="email"],
#faq_enquiry_form input[type="number"],
#faq_enquiry_form input[type="text"],
#loginform input[type="password"],
#loginform input[type="tel"],
#newPassword input[type="password"],
#otpForm input[type="number"],
#otpLoginForm input[type="number"],
#otpLoginForm input[type="text"],
#riderform input[type="email"],
#riderform input[type="license"],
#riderform input[type="tel"],
#riderform input[type="text"],
#riderform input[type="vehiclenum"],
#riderform select[type="vehicle"],
#riderform textarea,
#selfdriveform input[type="shopadd"],
#selfdriveform input[type="shopemail"],
#selfdriveform input[type="shopname"],
#selfdriveform input[type="shoptel"],
#signupform input[type="email"],
#signupform input[type="password"],
#signupform input[type="tel"],
#signupform input[type="text"],
#signupform textarea,
#submitOtp input[type="number"],
#verify_email_form input[type="email"],
.landing_form input[type="email"],
.landingform input[type="email"],
.landingform input[type="tel"],
.landingform input[type="text"],
.tabcon input[type="email"],
.tabcon input[type="password"],
.tabcon input[type="tel"],
.tabcon input[type="text"],
input[type="date"],
input[type="number"],
input[type="text"],
textarea[name="message"] {
  width: 100%;
  border: 1px solid transparent;
  background: #fff;
  margin: 0 0 10px;
  padding: 14px;
  font-size: 12px;
  font-family: Montserrat;
  -webkit-appearance: none;
  --webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  -moz-box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}
.requirementslist li,
.starterkitfeat li {
  font-family: Montserrat, sans-serif;
  color: #191717;
  line-height: 2rem;
  opacity: 1;
}
.requirementslist li {
  font-size: 1.2rem;
}
.starterkitfeat li {
  font-size: 0.9rem;
}
#loginform textarea,
#signupform textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}
#addAddressForm button[type="submit"],
#forgotPassword button[type="submit"],
#loginform button[type="submit"],
#newPassword button[type="submit"],
#otpForm button[type="submit"],
#otpLoginForm button[type="submit"],
#riderform button[type="submit"],
#selfdriveform button[type="submit"],
#signupform button[type="submit"],
#submitOtp button[type="submit"] {
  cursor: pointer;
  width: 100%;
  font-family: Montserrat;
  border: none;
  background: #b52421;
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}
#loginform
  button[type="submit"]:hover
  #forgotPassword
  button[type="submit"]:hover,
#newPassword button[type="password"]:hover,
#signupform button[type="submit"]:hover,
#submitOtp button[type="submit"]:hover {
  background: #43a047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#loginform
  button[type="submit"]:active
  #forgotPassword
  button[type="submit"]:active,
#signupform button[type="submit"]:active,
#submitOtp button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-appearance: none;
  --webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
.loginBtn {
  box-sizing: border-box;
  width: 16em;
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: center;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 12px;
  color: #fff;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: 0;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  --webkit-box-shadow: inset inset 0 0 0 32px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}
.loginBtn--facebook {
  background-color: #4c69ba;
  background-image: linear-gradient(#4c69ba, #3b55a0);
  text-shadow: 0 -1px 0 #354c8c;
}
.loginBtn--facebook:before {
  border-right: 1px solid #364e92;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png")
    6px 6px no-repeat;
}
.loginBtn--facebook:focus,
.loginBtn--facebook:hover {
  background-color: #5b7bd5;
  background-image: linear-gradient(#5b7bd5, #4864b1);
}
.loginBtn--google:before {
  border-right: 1px solid #bb3f30;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png")
    6px 6px no-repeat;
}
.loginBtn--google:focus,
.loginBtn--google:hover {
  background: #e74b37;
}
.copyright {
  text-align: center;
  margin-top: 2rem;
}
.copyright a {
  color: #b52421 !important;
  font-weight: 700;
}
#loginform input:focus,
#signupform input:focus,
#signupform textarea:focus,
input:focus {
  outline: 0;
  border: 1px solid #aaa;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}
.card-read-more button small,
.cartproceedbtn a,
.checkoutleft .paymentgates a:hover,
.ctavendortext2 h4,
.ctavendortext2 small,
.footer h4,
.homefranchise,
.homefranchise:hover,
.homepartner,
.homepartner:hover,
.homerider,
.homerider:hover,
.homesign a:hover,
.moproducts a:hover,
.produtproceed a small,
.produtproceed a:hover,
.shopdet .shopname,
.shopinfos p,
.signbtn,
.signbtn:hover,
.submitlocbtn a:hover,
a small.homesign,
a.savechangesbtn {
  color: #fff !important;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
body.modal-open,
body:not(.modal-open) {
  padding-right: 0 !important;
}
.modal-body {
  overflow-y: auto;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.modal-body::-webkit-scrollbar {
  width: 0 !important;
}
.shop_details .distance,
.shop_details .ratings {
  width: 4rem;
  height: 1.2rem;
  margin: 2px 0 !important;
  font-size: 0.59rem;
}
.signbtn {
  background-color: #b52421;
  transition: 1s;
  appearance: none;
}
.icons i,
.searchsupport:active,
.submitlocbtn:active {
  color: #000;
}
.loginbtn,
.signbtn {
  letter-spacing: 0;
  color: #000;
  opacity: 1;
  font-size: 18px;
  padding: 0.5rem 1.5rem;
  appearance: none;
}
.mainsec {
  padding: 0 !important;
  position: absolute;
  width: 100%;
}
.rotatinghero {
  animation: 4s linear infinite rotation;
  width: 300px;
  height: 300px;
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
#par-js {
  width: 100%;
  height: 30rem;
  background-image: linear-gradient(315deg, #dc3545 0, #f3f3f5 74%);
}
.herosec {
  margin-top: 4rem;
}
.googlebadge,
.iosbadge {
  width: 200px;
}
.nearby img,
.vendorproduct img,
.video img,
.workings img {
  width: 100%;
  height: auto;
}
.appsec {
  margin-top: 0;
}
.hitappsec {
  margin-top: 50px;
}
.icons i {
  padding: 0.6rem;
  background: #f5b8bc;
  font-size: 1rem;
  border-radius: 10px;
  margin: 0.2rem;
}
.bottomlinks {
  padding: 20px;
}
.partner img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.content-overlay {
  background: no-repeat padding-box #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 8px;
  padding: 1rem 0.5rem rem;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.fadeIn-bottom {
  top: 80%;
}
.content-details,
.homecatbox:hover .content-details {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font: 600 20px/24px Montserrat;
}
.homecatbox:hover .content-overlay {
  opacity: 0.9;
}
.homeallsetbtns {
  background: #b52421;
  padding: 0.8rem;
  color: #fff !important;
  border-radius: 0.2rem;
  text-align: center;
}
.homeallsetbtns:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
  -webkit-appearance: none;
  --webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  -moz-box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}
.vendor:hover,
input[type="datetime-local"] {
  --webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.chatsupport,
.mailsupport,
.supportcall {
  border: 1px solid transparent;
  padding: 0 1rem 1rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0,
    rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 126px;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.chatsupport:hover,
.mailsupport:hover,
.supportcall:hover {
  border: 1px solid #b52421;
  transition: 0.6s ease-in;
  cursor: pointer;
}
.inputcommon,
.inputlocationfield,
.searchloc1,
.supportinput {
  line-height: 1.5;
  font-family: Montserrat !important;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 65%;
  font-size: 13px;
  height: 36px;
  padding: 0 1.8rem;
  box-shadow: 0 2px 3px 0 rgb(116 116 116 / 20%);
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none;
}
.productquantity input[type="number"],
.supportinput,
img.vendordash {
  width: 100%;
}
.pinsubmitbtn,
.searchsupport,
.submitlocbtn {
  background: #b52421;
  color: #fff !important;
  border: none;
  padding: 0.575rem 0.75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.searchsupport:hover,
.submitlocbtn:hover {
  color: #fff !important;
  box-shadow: rgba(6, 24, 44, 0.4) 0 0 0 2px,
    rgba(6, 24, 44, 0.65) 0 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0 1px 0 inset;
}
span.searchlocationicon img {
  position: absolute;
  right: 36%;
  bottom: 21%;
}
.aboutheadtitle,
.aboutintrobody,
.contactactionshead,
.faqtitle,
.guides,
.guidetitle,
.nearbybox,
.quantpro,
.queryhead,
.riderheadsubtext,
.riderkithead,
.signuphead,
.valuehead,
.videosec,
.visionhead,
.whowehead {
  position: relative;
}
.offertag {
  position: absolute;
  top: 5%;
  left: 10%;
  color: #fff;
  font-weight: 900;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.adds,
.card,
.edittabs,
.feeds,
.moproducts,
.orderdeats,
form .input-textarea {
  -webkit-appearance: none;
}
.offer {
  background-image: url(img/couponbg.png);
  background-repeat: round;
}
.shoppagebanner img {
  border-radius: 10px;
}
.shoppagebanner small {
  font-size: 10px;
}
.shopdetails {
  position: absolute;
  bottom: 5%;
  left: 10%;
}
.shop_details .distance {
  border: none !important;
  border-radius: 20px;
  color: #fff;
  background-color: #f79d5c;
}
.shop_details .ratings {
  border: none !important;
  border-radius: 20px;
  color: #000;
  background-color: #fcfc62;
}
.shopdet h6 {
  color: #fff !important;
  font-size: 0.8rem;
}
.videocontent {
  position: absolute;
  left: 5%;
  bottom: 20%;
  z-index: 5;
}
.aboutintro {
  background-color: rgba(255, 222, 214, 0.219);
  background-repeat: no-repeat;
  background-position: left;
}
.breathingeffect {
  -webkit-animation: 3s ease-in infinite breathing;
  animation: 3s ease-in infinite breathing;
}
@-webkit-keyframes breathing {
  0%,
  100%,
  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes breathing {
  0%,
  100%,
  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.valuecell {
  background-color: #bd3935;
  box-shadow: 0 0 24px 4px rgba(189, 57, 53, 0.3);
  border-radius: 8px;
}
.valuecell p,
.valuecell small {
  color: #fcdbda !important;
  margin-bottom: 0;
}
ul.links {
  margin-left: -40px;
}
.bottomlinks a,
.footer a {
  color: #fafafa !important;
}
.footcredit p {
  color: #fff;
  font-size: 10px;
  text-align: center;
}
@media only screen and (max-width: 450px) {
  .navbar-text button.loginbtn,
  .navbar-text button.signbtn {
    font-size: 16px;
  }
  .mainsec .navbar {
    display: inherit !important;
  }
  .appsec h1 {
    font-size: 1.5rem;
  }
  #par-js {
    height: 43rem !important;
  }
  .cartmain,
  .cartmainhome {
    position: absolute;
    top: 23%;
    right: 4%;
  }
  .cartmainhome .cart_count {
    right: -5%;
    top: -5%;
  }
  .service .nav-link {
    width: 150px !important;
    height: 60px !important;
  }
}
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 1.8rem !important;
  }
  h2 {
    font-size: 1.6rem !important;
  }
  h3 {
    font-size: 1.4rem !important;
  }
  h4 {
    font-size: 1.2rem !important;
  }
  p {
    font-size: 90%;
  }
  small {
    font-size: 0.7rem !important;
  }
  .herosec {
    margin-top: 50px;
  }
  .clothesquantity input[type="number"],
  .productquantity input[type="number"] {
    width: 100% !important;
  }
  .cart-qty-plus {
    right: 5% !important;
  }
  .cart-qty-minus {
    left: 5% !important;
  }
  #vendorapps,
  #vendordashboard,
  .appsec,
  .herosec .row,
  .whydrive,
  .whyselfdrive {
    text-align: center;
  }
  .googlebadge,
  .iosbadge {
    width: 130px !important;
  }
  .footimg {
    width: 330px !important;
  }
  .blogssec h1,
  .header-title h1,
  .whyussec h1 {
    font-size: 30px !important;
  }
  .rotatinghero {
    width: 145px;
    height: 145px;
  }
  .herosec h1 {
    font-size: 1.5rem !important;
  }
  .inputlocationfield {
    width: 100% !important;
    font-size: 13px !important;
  }
  .submitlocbtn {
    font-size: 13px;
    padding: 0.6rem 0.75rem;
    border-radius: 0.5rem;
  }
  .venfeat small {
    font-size: 8px !important;
  }
}
@media only screen and (max-width: 767px) {
  .circleapp,
  .ridekithidden {
    display: none;
  }
  .cart-qty-minus,
  .cart-qty-plus,
  .cartqtyminus,
  .cartqtyplus,
  .proqtyminus,
  .proqtyplus {
    width: 15px !important;
    background-color: transparent !important;
    color: #000 !important;
  }
  .cartsection table td,
  .cartsection table th,
  .supporttable table td,
  .supporttable table th {
    font-size: 0.8rem;
    padding: 0.2rem;
  }
  #editdetails-cart tbody {
    border: 1px solid transparent !important;
  }
  .offerheader {
    font-size: 80% !important;
  }
  span.searchlocationicon img {
    position: absolute;
    right: 5%;
    top: 18%;
    width: 1rem;
  }
  .logsignbtns {
    margin-right: 0;
    position: absolute;
    right: 10%;
  }
}
@media (min-width: 450px) {
  #par-js {
    height: 55rem;
  }
}
@media (min-width: 768px) {
  .ridekitshow {
    display: none;
  }
  .addtocartsection {
    height: 80vh !important;
    margin: 0 !important;
  }
  #par-js {
    height: 50rem;
  }
  .googlebadge,
  .iosbadge {
    width: 150px;
  }
}
@media only screen and (min-width: 1024) {
  #par-js {
    height: 31rem !important;
  }
}
@media only screen and (max-width: 900px) {
  .checkoutleft .btns.d-flex.justify-content-between {
    width: 100% !important;
  }
  .workings img {
    width: 100%;
  }
  .riderheadsubtext {
    font-size: 0.7rem;
  }
  .riderheadtitle {
    font-size: 2rem;
  }
  .guidearrow::after {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .customlis {
    font-size: 10px !important;
  }
}
@media only screen and (min-width: 1000px) {
  #par-js {
    height: 30rem !important;
  }
}
.navmenu ul li a {
  font-weight: 500;
  font-family: Montserrat;
}
.container-fluid.nav2 {
  box-shadow: 0 0.03rem 0.5rem #000;
  background-color: #fff;
  padding: 0 !important;
}
.nav2 .navbar {
  justify-content: flex-start;
}
.fade {
  transition: opacity 0.15s linear !important;
}
.service a img {
  width: 35px;
  height: auto;
  margin: 0.6rem;
}
#acdetails .nav-link,
.newadd .nav-link,
.panel-body,
.panel-heading {
  padding: 0;
}
#acdetails .nav-link.active small,
#acdetails .show > .nav-link,
#newadd .nav-link.active small,
#newadd .show > .nav-link,
.category .nav-pills .nav-link.active,
.category a.nav-pills:hover,
.service .nav-link.active,
.service .show > .nav-link,
.service a:hover {
  color: #fff !important;
  background-color: #bd3935 !important;
}
#acdetails a:hover,
#newadd a:hover {
  color: #b5232196 !important;
  transition: 0.6s ease-out;
}
#acdetails .nav-link small,
#newadd .nav-link small {
  padding: 0.4rem 0.8rem;
  border-radius: 1.2rem !important;
  background-color: #fff;
}
.service .nav-link {
  width: 180px;
  height: 50px;
  border-radius: 1.2rem !important;
  background-color: #f5f5f5;
  margin: 0.5rem;
}
.category .nav-pills .nav-link {
  width: 100px;
  height: 30px;
  border-radius: 2rem !important;
  background-color: #f5f5f5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.avatar-upload {
  position: relative;
  max-width: 180px;
  margin: 1rem auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
#loadLess,
.avatar-upload .avatar-edit input,
.expcheck,
.five,
.four,
.three,
.timeline-actions,
.two,
comment,
div#yesoptform,
input#hide:checked ~ div#yesoptform {
  display: none;
}
.card,
.img-card,
.more-link,
.timeline-item > .timeline-panel:hover .timeline-actions,
input#show:checked ~ div#yesoptform {
  display: block;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: 400;
  transition: 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: FontAwesome;
  color: #757575;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 175px;
  height: 175px;
  position: relative;
  border-radius: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #bd3935;
}
.contactactions .row img {
  width: 50%;
  margin: 1rem;
}
.feeds {
  background: #f5b8bc56;
  padding-right: 0 !important;
}
form .input-textarea {
  width: 100%;
  height: 10em;
  box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0,
    rgba(0, 0, 0, 0.08) 0 0 0 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0,
    rgba(0, 0, 0, 0.08) 0 0 0 1px;
  padding: 20px;
  border: none;
  font-size: 0.8rem;
}
.tab1body img,
.tab2body img,
.tab3body img,
.tab4body img {
  width: 3rem;
  margin-right: 0.4rem;
}
.blog,
.ordereddate,
.ordereditems,
.tab1body,
.tab2body,
.tab3body,
.tab4body,
.totalsum {
  padding: 0 !important;
}
.contactsubmitbtn,
.ctariderbtn,
.ctavendorbtn,
.feedsubmitbtn,
.proaddformsubbtn,
.registerbtn,
.reviewsubmit,
.savechangesbtn,
.vendorformsubmitbtn {
  padding: 0.4rem 2rem;
  background: #b52421;
  border: transparent;
  color: #fff;
  -webkit-appearance: none;
  font-family: Montserrat;
  font-size: 0.8rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  --webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
.contactsubmitbtn:hover,
.ctariderbtn:hover,
.ctavendorbtn:hover,
.feedsubmitbtn:hover,
.proaddformsubbtn:hover,
.registerbtn:hover,
.reviewsubmit:hover,
.savechangesbtn:hover,
.vendorformsubmitbtn:hover {
  box-shadow: rgb(6 24 44 / 40%) 0 0 0 2px, rgb(6 24 44 / 65%) 0 4px 6px -1px,
    rgb(255 255 255 / 8%) 0 1px 0 inset;
}
.reviewsubmit {
  padding: 0.2rem 0.4rem;
  font-size: small;
  float: right;
  margin: 0.5rem;
}
.proaddformsubbtn {
  background: #59a5d8;
  border-radius: 5px;
}
.moproducts {
  padding: 0.3rem 0.6rem;
  background: #b52421;
  border: transparent;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
.offerbadge,
.pagetitlebanner {
  background-repeat: no-repeat;
  background-position: center;
}
.offerbadge,
.shopcardofferbadge {
  background-image: url(../img/offerbadge.png);
}
.productcart-sec .nav-link.active {
  color: #495057;
  background-color: #b52421;
  border-color: #dee2e6 #dee2e6 #fff;
}
.feeds .nav-pills .nav-link {
  padding: 10px 30px;
  margin-right: 0;
}
.feeds .nav-link.active,
.nav-pills .show > .nav-link {
  color: #b52421 !important;
  font-weight: 700;
  background-color: #fff !important;
}
.feeds .nav-pills .nav-link:hover {
  background-color: #fff;
  transition: 0.6s ease-out;
}
.edittabs,
.feeds {
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
#feedbacks,
.panel-default > .panel-heading a[aria-expanded="true"] {
  background-color: #fff;
}
.tabcon fieldset {
  margin: 15px 5px;
  padding: 8px auto;
}
.adds {
  font-size: 12px;
  --webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  -moz-box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
  box-shadow: rgb(50 50 93 / 25%) 0 2px 5px -1px,
    rgb(0 0 0 / 30%) 0 1px 3px -1px;
}
.adds i {
  font-size: 15px;
  color: #b52421;
}
.addcta a {
  margin-right: 10px;
  font-weight: 500;
  color: #b52421 !important;
  cursor: pointer;
}
.orderdeats {
  box-shadow: rgb(0 0 0 / 24%) 0 3px 8px;
  --webkit-box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  -moz-box-shadow: rgb(0 0 0 / 24%) 0 3px 8px;
  padding: 4px;
}
.container.offers img {
  width: 50%;
  height: auto;
}
.offer {
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  margin: 0;
}
.coupon {
  padding: 2px 3px;
  border: 1px solid #aaa;
  color: #b52421;
}
.couponlogo {
  border-right: 3px dashed #aaa;
}
.blog img {
  width: 100%;
  border-radius: 10px;
}
.faqtabs {
  max-width: 400px;
  margin: 30px auto;
}
.faqcon {
  padding: 1rem !important;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-default > .panel-heading a {
  display: block;
  padding: 10px 15px;
  margin: 0.6rem 0;
}
.panel-default > .panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}
.panel-default > .panel-heading a[aria-expanded="true"]:after {
  content: "â–¼";
}
.panel-default > .panel-heading a[aria-expanded="false"]:after {
  content: "â–¼";
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}
.accordion-option .title {
  font-size: 20px;
  font-weight: 700;
  float: left;
  padding: 0;
  margin: 0;
}
.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}
.accordion-head i {
  position: absolute;
  right: 2%;
  top: -5%;
}
.accordion-head h6 {
  font-size: 0.9rem;
  font-weight: 500 !important;
  margin-bottom: 0;
}
.accordion-head > .collapsed > i:before {
  content: "\f105";
}
.faq-sec .nav-link.active {
  background: 0 0 !important;
}
.coupon-sec .nav-link.active {
  background: 0 0 !important;
  border-bottom: 1px solid #b52421 !important;
}
.faq-sec .nav-link.active::after {
  content: "";
  width: 7rem;
  height: 1px;
  background: #b52421;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.nav-tabs,
.nav-tabs .nav-link {
  border: none !important;
}
.card-block p,
.card-block ul li,
.card-block ul li small {
  font-size: 0.8rem !important;
}
.card-header {
  padding: 0.65rem 1rem !important;
  border-bottom: 0 !important;
  background-color: #fff !important;
}
#ridersignform sup,
#vendorsignform sup {
  color: #b52421;
  font-weight: 700;
}
#ridersignform input[type="radio"],
#vendorsignform input[type="radio"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
}
#ridersignform input[type="file"],
#vendorsignform input[type="file"] {
  font-size: 0.8rem;
  border: none !important;
  background: 0 0;
}
.trucksize {
  width: 2rem;
}
#riderignform textarea,
#vendorsignform textarea {
  padding: 1rem;
  font-size: 0.8rem;
  font-family: Montserrat;
}
.ven_detail_offer {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff !important;
}
.my_offer_card h3,
.my_offer_card_btn,
.my_offer_title,
.my_proceed_btn button,
.my_shops_sid_filter label,
.shops_filter_titel_my h3 {
  text-transform: capitalize;
}
#ridersignform input,
#ridersignform textarea,
#vendorsignform input,
#vendorsignform textarea {
  background: linear-gradient(0deg, #f1f2f5, #f1f2f5);
  border: 0.5px solid #afafaf;
  box-sizing: border-box;
  border-radius: 3px;
}
#ridersignform label,
#vendorsignform label {
  font-family: Montserrat;
  font-style: normal;
  line-height: 22px;
  color: #000;
}
.pagetitlebanner {
  height: 40vh;
  background-size: cover;
}
.img-card,
.img-card img {
  width: 100%;
  height: 200px;
}
.card {
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 2px;
}
.card:hover .card-header h6 {
  font-weight: 900 !important;
}
.img-card {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  overflow: hidden;
}
.img-card img {
  object-fit: cover;
  transition: 0.25s;
}
.card-content {
  padding: 5px 15px;
  text-align: left;
}
.addon small,
.content,
.my_proceed_btn,
.productitemdeats,
.timeline-group,
.totalvalue,
.wrapper {
  text-align: center;
}
.card-title {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
}
.card-read-more button {
  padding: 0.3rem 1rem;
  background: #b52421;
  border: transparent;
  letter-spacing: 0.2rem;
}
.blogdetails ul {
  display: flex;
  margin-left: -2rem;
}
.addon img,
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.shops {
  overflow-y: hidden;
  overflow-x: hidden;
}
.shopimg img {
  background: linear-gradient(
    90deg,
    rgba(189, 57, 53, 0.8) 0,
    rgba(189, 57, 53, 0) 100%
  );
}
.services img {
  width: 1.2rem;
  margin: 0.1rem 0.1rem 0.1rem 0;
}
.services ul li::marker {
  color: #b52421;
}
.img-gradientdis::after {
  position: absolute;
  color: #fff;
  font-family: Montserrat, sans-serif;
  padding: 3rem 0.5rem;
  font-weight: 700;
  border-radius: 0.4rem;
  letter-spacing: 0.3rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(32, 32, 32, 0.8) 0,
    rgba(26, 24, 24, 0) 100%
  );
}
.locationicon {
  margin-right: -1.5rem;
  position: relative;
}
input[type="locationsearch"] {
  font-weight: 500;
  line-height: 1.5;
  font-family: Montserrat;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 180px;
  font-size: 13px;
  height: 36px;
  padding: 0 10px;
  box-shadow: 0 2px 3px 0 rgb(116 116 116 / 20%);
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none;
}
.panel-title a:hover,
.vendor a:hover {
  color: #000 !important;
}
.rating .fa-star {
  color: #ffba2e;
}
.blog,
.vendor {
  border: 1px solid #c4c4c4;
  position: relative;
}
.vendor {
  border: none;
  border-radius: 10px;
}
.vendor:hover {
  -webkit-appearance: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  -moz-box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  transition: 0.1s ease-in;
}
.offerbadge {
  position: absolute;
  top: -5px;
  left: -2px;
  z-index: 99;
  font-family: Monsterrat;
  padding: 5px 20px;
  transform: rotate(330deg);
}
.shopcardofferbadge,
.shopcardofferbadge_gray {
  left: -1px;
  font-family: Monsterrat;
  padding: 5px 20px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(333deg);
  top: 23px;
  position: absolute;
  z-index: 999;
}
.offerbadge small,
.shopcardofferbadge small,
.shopcardofferbadge_gray small {
  color: #000;
  font-weight: 900;
}
.timeline-poster .btn-link,
strike {
  color: #a1aab0;
}
.shopcardofferbadge_gray {
  background-image: url(../img/offerbadgegray.png);
}
.shopcardexpbadge {
  position: absolute;
  top: 23px;
  z-index: 999;
  right: 20px;
}
.product__list__item--icons {
  position: absolute;
  top: 7px;
  right: 8px;
}
.distancebadge,
.rating {
  padding: 5px 10px;
  font-family: Montserrat;
  font-size: 0.7rem;
  background: #f5f5f5;
  border-radius: 1rem;
  color: #000 !important;
}
.shoptitle.col-12.d-flex.justify-content-between {
  position: absolute;
  top: 40%;
  left: -4px;
}
.shopimg img {
  width: 100%;
  height: 160px;
  border-radius: 10px;
  background-size: cover;
}
.dropdown.show .dropdown-menu {
  max-height: 200px;
  opacity: 1;
  padding: 1rem 0;
  font-size: 13px;
  background: #ffffffd1 !important;
}
.wrapper {
  width: 100%;
  padding-top: 20px;
}
.carousel {
  width: 100%;
  margin: 0 auto;
}
.slider-nav-thumbnails .slick-slide {
  opacity: 0.5;
}
.slider-nav-thumbnails .slick-slide.slick-active {
  opacity: 1;
  background: green;
}
iframe {
  width: 100%;
  height: 100%;
}
.content {
  font-size: 18px;
  padding: 20px;
  color: #fff;
}
.one {
  background: #00f;
}
.two {
  background: red;
}
.three {
  background: purple;
}
.four {
  background: green;
}
.five {
  background: pink;
}
#neutralizerinfo {
  position: absolute;
}
.addon img {
  height: 30px;
}
.vendorproduct {
  margin: 3rem;
  border-radius: 1rem;
}
.addon,
.guides,
.ridercards {
  margin: 5px;
  padding: 10px 25px;
  -webkit-appearance: none;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  --webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  color: #000;
  background: #fff;
}
.addon,
.addontitle {
  border-radius: 0.5rem;
}
img.vendorapp {
  width: 10rem;
}
.addontitle {
  padding: 10px 20px;
}
h6.userinitialsham {
  background: #b52421;
  padding: 1rem;
  position: absolute;
  top: 20%;
  left: 5%;
  width: 80px;
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 0;
  font-size: 2rem;
}
.addon p {
  margin-bottom: 0;
  font-size: 0.8rem;
}
.addon {
  position: relative;
  padding: 1rem 1.4rem;
}
.addoninfoicon {
  position: absolute;
  top: 2%;
  right: 2%;
}
.toggleexp,
.togglekg {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 16px;
  background-color: #e5e5e5;
  border-radius: 30px;
  border: 2px solid transparent;
  margin-left: 5px;
}
.toggleexp:after,
.togglekg:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #c4c4c4;
  top: -3px;
  left: -3px;
  transition: 0.5s;
}
.expcheck:checked + .toggleexp::after,
.expcheck:checked + .togglekg::after {
  left: 15px;
  background-color: #bd3935;
}
.timeline {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 0;
}
.timeline:after,
.timeline:before {
  content: " ";
  display: table;
}
.timeline:after {
  clear: both;
}
.timeline,
.timeline > li {
  list-style: none;
}
.timeline > li:nth-child(2n) {
  float: left;
  clear: left;
}
.timeline > li:nth-child(odd) {
  float: right;
  clear: right;
}
.timeline-line {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 100px;
  left: 0;
  border: 1px dotted #a1aab0;
  background-color: #eee;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.m2,
.m3,
.mfirst,
.mlast {
  top: -25px;
}
.timeline-line + .timeline-item,
.timeline-poster {
  margin-top: -20px;
}
.timeline-group {
  display: block;
  position: relative;
  margin: 20px 0;
  float: none !important;
  z-index: 1;
}
.timeline-poster .btn-link.active,
.timeline-poster .btn-link:active,
.timeline-poster .btn-link:focus,
.timeline-poster .btn-link:hover {
  color: #3e5771;
}
.timeline-item {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 30px 20px;
}
.timeline-item:nth-child(2n):after,
.timeline-item:nth-child(odd):after {
  left: 20px;
  top: 11px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid #fff;
}
.timeline-item:nth-child(2n) > .timeline-badge,
.timeline-item:nth-child(odd) > .timeline-badge {
  left: -6px;
}
.timeline-item.block:nth-child(2n),
.timeline-item.block:nth-child(odd) {
  width: 100%;
  margin-top: 5px;
}
.timeline-item.block:nth-child(2n):after,
.timeline-item.block:nth-child(2n):before,
.timeline-item.block:nth-child(odd):after,
.timeline-item.block:nth-child(odd):before {
  left: 50%;
  right: auto;
  top: -11px;
  border: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.timeline-item.block:nth-child(2n):after,
.timeline-item.block:nth-child(odd):after {
  top: -10px;
  border: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff;
}
.timeline-item.block:nth-child(2n) > .timeline-badge,
.timeline-item.block:nth-child(odd) > .timeline-badge {
  top: -28px;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.timeline-item > .timeline-badge {
  position: absolute;
  top: 12px;
  z-index: 1;
}
.timeline-item > .timeline-badge > i {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.35rem;
  background-color: #fff;
  text-decoration: none;
  transition: 0.3s;
  position: absolute;
  left: -10px;
  top: -5px;
}
.timeline-item > .timeline-badge > a.active,
.timeline-item > .timeline-badge > a:active,
.timeline-item > .timeline-badge > a:focus,
.timeline-item > .timeline-badge > a:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.timeline-item > .timeline-panel {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.timeline-content,
.timeline-footer,
.timeline-heading,
.timeline-liveliness {
  padding: 15px;
}
.timeline-heading + .timeline-content {
  padding-top: 0;
}
.timeline-date {
  font-size: 14px;
  color: #aaa;
}
.timeline-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.timeline-img.first {
  margin-right: -10px;
}
.timeline-img.middle {
  margin-right: -10px;
  margin-left: -10px;
}
.timeline-img.last {
  margin-left: -10px;
}
.timeline-footer,
.timeline-liveliness,
.timeline-resume {
  border-top: 1px solid #eee;
  background-color: #fbfcfc;
}
.timeline-footer {
  border-radius: 0 0 5px 5px;
}
.timeline-avatar {
  margin-top: -2px;
  margin-right: 10px;
}
.timeline-title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 600;
  color: #3e5771;
  text-decoration: none;
}
.timeline-title > small {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #a1aab0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.timeline .media {
  border-bottom: 1px solid #eee;
}
.timeline .media,
.timeline .media p {
  font-size: 13px;
}
.timeline .media:last-child {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .timeline {
    padding-left: 15px;
  }
  .timeline-line {
    left: 15px;
  }
  .timeline-item {
    width: 100%;
    margin-top: 0 !important;
    padding-right: 10px;
  }
  .timeline-item.block:nth-child(2n),
  .timeline-item.block:nth-child(odd) {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .accordion-head h6 {
    font-size: 0.75rem;
  }
  .card-block p,
  .card-block ul li,
  .card-block ul li small {
    font-size: 0.65rem !important;
  }
  .timeline {
    padding: 0;
  }
  .timeline-line {
    display: none;
  }
  .timeline-item {
    display: block;
    padding: 0 0 20px !important;
  }
  .timeline-item > .timeline-badge {
    top: -8px !important;
    left: 50% !important;
    margin-left: -6px;
  }
}
.wrapkit-content-rtl .timeline-avatar {
  margin-right: 0;
  margin-left: 10px;
}
.timeline-heading,
a.nav-link.dropdown-toggle,
div#navbarText {
  font-size: 15px;
}
.addbtn {
  padding: 0.2rem 1rem;
  border: none;
  background-color: #b52421;
  color: #fff !important;
}
input[type="coupon"] {
  border: 1px dashed #b52421;
  padding: 20px 40px;
}
input[type="coupon"]::placeholder {
  text-align: center;
}
.checkoutleft .btns.d-flex.justify-content-between,
.clothesquantity input[type="number"] {
  width: 50%;
}
select.drop-down-list {
  font-size: 0.8rem;
  width: 100%;
}
input.checkoutdate {
  font-size: 0.8rem !important;
  padding: 0.2rem;
  background: 0 0;
  border: none;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="datetime-local"] {
  position: relative;
  padding: 10px;
  font-size: 0.7rem;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  -moz-box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.checkoutedit {
  cursor: pointer;
  color: #bb3f30;
  font-weight: 700;
}
.checkoutedit:hover,
.finaltotal p,
.product .remove-product .fa:hover,
.venitemcat small {
  color: #b52421;
}
#timeline-wrap {
  margin: 15% 10%;
  top: 100;
  position: relative;
}
#ordertimeline {
  height: 1px;
  width: 100%;
  background-color: #aaa;
  position: relative;
  top: -5px;
}
.timelineicon i {
  font-size: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.timelineicon small {
  font-size: 0.6rem;
  color: #000;
  position: relative;
  top: 50%;
}
.markercheckfail,
.markerchecksuc {
  z-index: 1000;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  margin-left: -25px;
  background-color: #b52421;
  border-radius: 50%;
}
.markercheckfail {
  background-color: #cbc9c9;
}
.m2 {
  left: 32.5%;
}
.m3 {
  left: 66%;
}
.mlast {
  left: 100%;
}
.servicecat {
  border-bottom: 1px dotted #aaa;
}
.orderitemtotal {
  border-bottom: 1px solid #aaa;
}
.quantitycat input {
  width: 15%;
  text-align: center !important;
}
.quantitycat.text-center {
  background: #fff;
  border: 1px solid;
  border-radius: 20px;
  width: 20%;
}
.venforinfobullets img {
  width: 1.2rem;
  margin: 0 1rem;
}
.category ul li a,
.service a {
  font: 12px/18px Montserrat;
}
.Aftercareoffertagdeat a,
.Aftercareoffertagdeat small,
.copyoffer,
.guides small,
.offertagdeat a,
.offertagdeat small {
  font-size: 0.7rem;
}
.commenttable td,
.commenttable th,
.mrptable td,
.mrptable th {
  padding: 0 0.5rem !important;
  border: none !important;
  font-family: Montserrat;
}
.commenttable .proques {
  color: #0574ae !important;
}
.checkoutbtn h6,
.pinsubmitbtn {
  padding: 10px 30px;
  color: #f5f5f5 !important;
  background: #b52421;
  letter-spacing: 0.3px;
  border: none;
}
.inputkg {
  border: 1px solid #aaa;
}
.ridercards,
.vendorguide {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  margin: 1rem;
  --webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 300px;
  -webkit-appearance: none;
  padding: 1rem;
}
.tab-pane.fade {
  transition: 0.2s;
  transform: translateY(1rem);
}
.tab-pane.fade.show {
  transform: translateY(0);
}
.vendorbenifits {
  margin: 1rem;
}
.vendorbenifits img,
.vendorcards img,
.vendorguide img {
  margin: 1rem 0.5rem;
}
.ridercards {
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  min-height: 250px !important;
  border-radius: 10px;
  background: #fff;
}
.vendorguide {
  background-color: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  height: auto;
  border-radius: 10px;
}
.guides {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  --webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  margin: 2rem;
  width: 300px;
  height: auto;
  -webkit-appearance: none;
  border-radius: 10px;
  line-height: 1rem;
}
#loadLess,
#loadMore,
.addtocartsection {
  --webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.riderheadbg,
.vendorguidebg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.requirementslist li::before {
  content: "\2022";
  color: #b52421;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.guideborder:nth-child(odd) {
  border-top: 1px solid #b52421;
  border-bottom: 1px solid #b52421;
  border-right: 1px dashed #b52421;
  border-left: 1px dashed #b52421;
}
.guideborder:nth-child(2n) {
  border-top: 1px solid #282c3f;
  border-bottom: 1px solid #282c3f;
  border-right: 1px dashed #282c3f;
  border-left: 1px dashed #282c3f;
}
.whowehead:after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: -4px;
  left: 43%;
  width: 8%;
  background: #b52421;
}
.visionhead:after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: -4px;
  left: 37.8%;
  width: 6%;
  background: #b52421;
}
.aboutheadtitle:after,
.aboutintrobody:after,
.riderkithead:after,
.signuphead:after,
.valuehead:after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: -4px;
  left: 1.5%;
  width: 18%;
  background: #b52421;
}
.contactactionshead:after,
.faqtitle:after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: -4px;
  right: 45%;
  left: 45%;
  width: 10%;
  background: #b52421;
}
.queryhead::before,
.queryhead:after {
  bottom: -8px;
  content: "";
  height: 2px;
  position: absolute;
}
.queryhead:after {
  left: 40%;
  width: 10%;
  background: #b52421;
}
.queryhead::before {
  right: 43%;
  width: 5%;
  background: #282c3f;
}
.guidetitle:after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: -4px;
  left: 45%;
  right: 45%;
  width: 10%;
  background: #b52421;
}
.guidearrow::after {
  content: "\27F6";
  position: absolute;
  right: -20%;
  font-size: 2.5rem;
  color: #b52421;
  width: 2rem;
  top: 40%;
}
.riderformmain,
.selfdriveformmain {
  background: #fff;
  padding: 20px 10px;
  border: 1px solid #b52421;
  border-radius: 1rem;
}
.offerheader {
  background-image: url(../img/new.png);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.Aftercareoffer,
.vendoroffer {
  border-radius: 0.5em;
}
.Aftercareoffertag,
.offertagdeat {
  margin-top: -0.8rem;
}
.vendoroffertag {
  border: 1px solid #000;
  width: 100%;
  margin: 1rem 0;
}
.Aftercareoffertag {
  width: 8rem;
  margin: 1rem 0;
}
.vendoroffertag h4 {
  margin-bottom: -1.8rem;
}
.vendoroffertag small {
  font-size: 0.6rem;
}
.copyoffer {
  color: #000;
  border: 1px solid #f80;
  padding: 0.2rem 0.4rem;
  margin: 0.3rem 0;
  width: 6rem;
}
.more-text {
  max-height: 0;
  overflow: hidden;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.show-more .more-text {
  max-height: 1000px;
}
.more-link:hover {
  color: #6993c3 !important;
}
.more-link:after {
  content: "Show More +";
  font-family: Montserrat, sans-serif;
}
.show-more .more-link:after {
  content: "Show Less -";
}
.driveworkings .drivework span {
  font-weight: 700;
  color: #fff;
  background: #b52421;
  border-radius: 50%;
  padding: 1rem 1.5rem;
  font-size: 1rem;
}
.driveworkings .drivework p {
  margin-top: 2rem !important;
}
.drivework span {
  position: relative;
  margin: 1rem;
}
.sdworkings img,
.whydrive .row img,
.whyselfdrive .row img {
  width: 80%;
  height: auto;
}
.productitemdeats p:nth-child(3) {
  color: #b52421;
  font-weight: 600;
}
strike {
  font-size: 0.8rem;
}
.productitemdeats h6:first-child {
  font-weight: 700;
  color: #282c3f !important;
}
.clothesquantity input[type="number"],
.product .product-quantity input,
.productquantity input[type="number"] {
  background: #fff;
  font: 400 12px/16px Roboto, Helvetica, Arial, sans-serif;
  --webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  -webkit-appearance: none;
  text-align: center;
}
.productimg img {
  margin: 0.5rem;
  padding: 1rem;
  width: 100%;
  text-align: center;
}
.showmorecomment,
.topreviewercontent p {
  font-family: montserrat sans-serif;
}
.process-model li.visited small,
.productname h3 {
  font-weight: 700;
}
.clothesquantity input[type="number"],
.productquantity input[type="number"] {
  border: 1px solid transparent;
  border-radius: 1rem;
  color: #b52421;
  padding: 0.5rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
  -moz-box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
  margin-bottom: 0;
}
.cartquantity input[type="number"] {
  width: 10 0%;
  text-align: center;
}
.product-actions button {
  padding: 0.4rem 0.8rem;
  font-size: bold;
  border: none;
  border-radius: 5px;
  width: 100%;
}
.product-actions small {
  color: #fff;
  font-weight: 500;
}
.add-productbtn {
  background: #b52421;
}
.buy-productbtn {
  background: #ffb000;
}
.ratings {
  color: #ffb000;
}
.ratingcount {
  color: #0574ae;
  font-weight: 600;
}
input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
}
.button-container {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.addtocartsection {
  height: 65vh;
  padding: 1.5rem;
  border: 1px solid #707070;
  border-radius: 7px;
  -webkit-appearance: none;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0,
    rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
  -moz-box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0,
    rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
}
.cart-qty-minus,
.cart-qty-plus,
.cartqtyminus,
.cartqtyplus,
.proqtyminus,
.proqtyplus {
  width: 20px;
  height: 16px;
  border: none;
  background-color: #fff;
  border-radius: 0.25rem;
  z-index: 99;
  position: absolute;
  top: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.cart-qty-minus {
  left: 30%;
}
.cart-qty-plus {
  right: 30%;
}
.proqtyminus {
  left: 10%;
}
.proqtyplus {
  right: 10%;
}
.fa-pencil-alt,
.fa-trash-alt {
  margin: 0 0.2rem;
}
.cartservice {
  margin: 0 auto;
}
.cartbtns a {
  padding: 0.3rem 0.8rem;
  border: 0.5px solid #b52421;
  border-radius: 2px;
  font-family: Montserrat;
}
.cartproceedbtn {
  padding: 0.3rem 1.5rem;
  border: 0.5px solid #b52421;
  border-radius: 2px;
  font-family: montserrat;
}
.cartcouponbtn {
  padding: 10px 30px;
  background: #f5f5f5;
  letter-spacing: 0.3px;
  border: none;
  margin: 1rem 0;
  border-radius: 20px;
}
.cartcontinuebtn,
.cartupdatebtn:hover {
  background-color: #fff;
  color: #b52421;
}
.cartcouponbtn h6 {
  color: #c4c4c4 !important;
  margin-bottom: 0;
}
.cartproceedbtn,
.cartupdatebtn {
  background-color: #b52421;
  color: #fef1f1 !important;
}
.cartupdatebtn:hover {
  transition: 0.6s;
}
.grandtotalcls {
  font-size: 1rem !important;
}
#proaddform label {
  font-family: Roboto;
  color: #282c3f;
}
.aftercare_coupon_tab_card_my .my_offer_card_text_div,
.my_offer_card_text_div,
.prodAdded,
.shops_filter_titel_my_top,
.vendorproductlist {
  display: flex;
  align-items: center;
}
.addoncheck,
.editdatetime,
.product {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border: 2px solid #f0f0f0;
}
.product .product-quantity input {
  margin: 2px 5px;
  width: 50%;
  border: 1px solid transparent;
  padding: 0.3rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
  -moz-box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}
.product .remove-product {
  border: 0;
  padding: 4px 8px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}
.totals-value {
  text-align: right !important;
}
.total {
  background-color: #f6f6f6;
  padding: 1rem;
}
.produtproceed {
  border: 0;
  padding: 0.4rem 0.8rem;
  border-radius: 2px;
  margin: 0 1rem;
  background: #b52421;
}
#loadLess,
#loadMore {
  padding: 10px;
  text-align: center;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  border-radius: 0.2rem;
  -webkit-appearance: none;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0,
    rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
  -moz-box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0,
    rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}
progress {
  padding: 0.4rem;
}
.ratingbar small {
  margin: 1rem 0.3rem;
}
.progress-bar {
  background-color: #efefef !important;
  border-radius: 3px;
  height: 1rem;
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
}
.progress-bar .progress-value {
  background-color: #ffb000;
  height: 1rem;
}
.progress-bar .value-10 {
  width: 12%;
}
.progress-bar .value-20 {
  width: 20%;
}
.progress-bar .value-40 {
  width: 40%;
}
.progress-bar .value-60 {
  width: 60%;
}
.progress-bar .value-80 {
  width: 80%;
}
@media screen and (max-width: 650px) {
  .shopping-cart {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }
  .showmorecomment,
  comment {
    font-size: 0.8rem;
  }
  .column-labels {
    display: none;
  }
  .product-image {
    float: right;
    width: auto;
  }
  .product-image img {
    margin: 0 0 10px 10px;
  }
  .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
  .product-price {
    clear: both;
    width: 70px;
  }
  .product-quantity {
    width: 100px;
  }
  .product-quantity input {
    margin-left: 20px;
  }
  .product-quantity:before {
    content: "";
  }
  .product-removal {
    width: auto;
  }
  .product-line-price {
    float: right;
    width: 70px;
  }
}
@media screen and (max-width: 350px) {
  .product-removal {
    float: right;
  }
  .product-line-price {
    float: right;
    clear: left;
    width: auto;
    margin-top: 10px;
  }
  .product .product-line-price:before {
    content: "Item Total: $";
  }
}
#tabadd label {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  font-size: 0.8rem;
  color: #282c3f;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa !important;
}
.customlis li:before {
  content: "\2022";
  padding-right: 0;
  font-size: 17px;
}
small.expdeldate {
  font-size: 10px !important;
}
.customlis,
.venfeat small {
  font-size: 10px;
  font-family: Montserrat;
}
.services,
.venfeat {
  min-height: 2rem;
}
.vendorbadges {
  min-height: 1rem;
}
.swal2-close:focus {
  outline: 0;
  box-shadow: unset !important;
}
.totalordersum {
  border: 0.1rem solid #3ab757;
  background: #ebffef;
  border-radius: 0.6rem;
  padding: 0.4rem 0.5rem;
}
.totalordersum h6 {
  color: green !important;
  margin-bottom: 0;
}
li.vendorservices_banner:before {
  content: "\2022";
  padding-right: 10px;
  font-size: 17px;
}
li.vendorservices_banner {
  font-size: 0.66rem;
}
.cartmain img,
.cartmainhome img {
  width: 1.65rem;
}
label.error {
  display: block !important;
  font-size: 0.5rem;
  position: absolute;
}
#carouselExampleIndicators .carousel-control-next,
#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators3 .carousel-control-next,
#carouselExampleIndicators3 .carousel-control-prev {
  width: 3%;
  height: 50%;
  opacity: 1;
  top: 20%;
}
#carouselExampleIndicators .carousel-indicators,
#carouselExampleIndicators3 .carousel-indicators {
  margin-bottom: -30px;
}
.kZpjZq {
  visibility: visible;
  display: flex;
  transition: 0.5s;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1.8rem;
  width: max-content;
  min-width: 50rem;
  max-width: 900px;
  font-weight: 300;
  border-radius: 0.6rem;
  background: #f8f8f8;
  color: #1c1c1c;
}
.homecat svg {
  width: 110px;
  height: auto;
}
.supportinput {
  padding: 14px;
}
input.supportinput {
  margin-bottom: 0;
}
#social-float {
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 999;
}
.my_offer_title {
  margin-bottom: 2rem;
}
.my_offer_title h3 {
  font-size: 22px;
  margin-bottom: 5px;
  color: #000;
}
.my_offer_title p {
  margin-bottom: 0;
  color: #787878;
  font-size: 13px;
}
.my_offer_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 165px;
  width: 315px;
  border-radius: 10px;
}
.my_offer_card h3 {
  margin-top: 1rem;
  font-size: 20px;
  font-weight: 500;
}
.aftercare_coupon_tab_card_my .my_offer_card_text_div p,
.my_offer_card_text_div p {
  margin-bottom: 0;
  font-size: 13px;
  color: #826a07;
  font-weight: 600;
}
.aftercare_coupon_tab_card_my .my_offer_card_text_div img,
.my_offer_card_text_div img {
  width: 16px;
  margin-right: 5px;
  height: 16px;
}
.my_offer_card_btn {
  background-color: transparent;
  border: 1px solid #000 !important;
  margin-top: 10px;
  font-size: 14px !important;
  transition: 0.3s !important;
}
.aftercare_coupon_tab_card_my .my_offer_card_btn:hover,
.my_offer_card_btn:hover {
  transition: 0.3s !important;
  background-color: #bd3935;
  color: #fff !important;
  border: 1px solid #bd3935 !important;
}
.my_logo_main {
  width: 8rem !important;
}
.shops_filter_titel_my h3 {
  font-size: 15px;
  margin-bottom: 1rem;
}
.my_shops_sid_filter label {
  font-size: 14px;
  font-weight: 400;
}
.my_proceed_btn button {
  background-color: #bd3935;
  color: #fff;
  margin-top: 17px;
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
}
.aftercare_coupon_tab_card_my {
  background-color: #fff;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}
.aftercare_coupon_tab_card_my .aftercare_coupon_tab_card_my_img {
  width: 209.46px;
  height: 51.3px;
  margin-bottom: 15px;
}
.aftercare_coupon_tab_card_my .my_offer_card_btn {
  background-color: transparent;
  border: 1px solid #f80 !important;
  color: #f80;
  text-transform: capitalize;
  margin-top: 15px;
  font-size: 14px !important;
  transition: 0.3s !important;
}
.shops_filter_titel_my_top img {
  height: 20px;
}
.shops_filter_titel_my_top h3 {
  font-size: 18px;
  margin-left: 6px;
  margin-bottom: 0;
}
.my_bg_color {
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
}
.my_shop_input_div input {
  box-shadow: none;
  border-radius: 5px;
  background-color: #f2f2f2;
  border: 0.5px solid #323233;
  color: #323233;
  font-size: 14px;
}
.my_bg_color2 {
  background-color: transparent;
}
.my_bg_scroll {
  overflow: scroll;
  height: 50rem;
}
.mt_mt_1 {
  margin-top: 3rem;
}
.mt_mb_3 {
  margin-bottom: 3rem;
}
.mt_mt_2 {
  margin-top: 2.5rem;
}
.workings_my_nav .owl-next,
.workings_my_nav .owl-prev {
  top: 26%;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: none !important;
}
@media (max-width: 576px) {
  .my_card button {
    padding: 5px 15px !important;
    border-radius: 25px !important;
    font-size: 13px !important;
  }
  .my_card {
    min-height: auto !important;
  }
  .my_card_img {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
  .my_card p {
    font-size: 11px !important;
  }
  .my_card h3 {
    font-size: 13px !important;
  }
  .card_my_p_top {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .card_my_mb {
    margin-bottom: 1rem;
  }
  .my_btn_small {
    font-size: 9px !important;
  }
  .my_bg_color2 {
    background-color: #fff;
    margin-top: 10px;
  }
  .my_shops_sid_filter label {
    font-size: 11px;
  }
  .catimg {
    padding: 5px !important;
  }
  .my_nav_drop_top_new {
    text-align: center !important;
  }
  .searchicon_my {
    width: 100% !important;
    margin-top: 10px;
  }
  .my_offer_img {
    height: 12rem;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .my_bg_color2 {
    background-color: #fff;
    margin-top: 10px;
  }
  .searchicon_my {
    width: 100% !important;
  }
  .my_offer_img {
    height: 165px;
    width: 315px;
  }
}
@media (min-width: 1024px) {
  .my_bg_color2 {
    background-color: transparent;
    margin-top: 0;
  }
  .my_logo_main {
    width: 6rem !important;
  }
  .searchicon_my {
    width: 100% !important;
  }
  .my_offer_img {
    height: 165px;
    width: 280px;
  }
}
@media (min-width: 1440px) {
  .my_logo_main {
    width: 8rem !important;
  }
  .searchicon_my {
    width: 75% !important;
  }
  .my_offer_img {
    height: 165px;
    width: 315px;
  }
}
