.v-cart-count {
  border: 2px dotted #e30b5c;
  padding: 12px 10px;
  position: relative;
  border-radius: 50%;
  line-height: 18px;
}
.v-cart-count i {
  font-size: 20px;
  color: #ff006f;
}
#v_cart_count,
#v_cart_count_mobile {
  position: absolute;
  top: -8px;
  right: -4px;
  padding: 3px 4px;
  background: orange;
  border-radius: 50px;
  z-index: 9999;
  font-size: 20px;
  color: #fff;
}
.v-star-rating {
  background: #edf6e3;
  border-radius: 10px;
  padding: 10px;
  margin: 10px auto;
}
.v-star-rating span {
  display: inline-block;
}
.v-star-group {
  display: inline-block;
}
.v-star-group i {
  color: #ffb500;
}
.v-add-to-cart {
  background-image: linear-gradient(
    to right,
    #1a2980 0%,
    #26d0ce 51%,
    #1a2980 100%
  );
}
.v-add-to-cart {
  padding: 5px 15px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  font-size: 15px;
  box-shadow: 0 0 15px #eee;
  border-radius: 50px;
  cursor: pointer;
  color: #fbfbfb;
  border: 2px solid #25c4c9;
  font-weight: bold;
  text-decoration: navajowhite;
}

.v-add-to-cart:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
#v_result_cart {
  margin-bottom: 60px;
}
.v-button {
  font-size: 18px;
  padding: 15px 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  line-height: 1;
  border-radius: 3px;
  border: none;
}
.v-button-clear {
  font-size: 14px;
  padding: 10px 10px;
  border-radius: 50%;
  border: none;
  line-height: 14px;
  color: #fff !important;
  background-color: #ff4200;
  text-align: center;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.v-button-clear:hover {
  background-color: #ff9100;
}
.v-button:hover {
  background-color: #3a3a3a;
}
.v-button-red {
  color: #fff !important;
  background-color: #ff4200;
}
.v-button-blue {
  color: #fff !important;
  background-color: #009cff;
  cursor: pointer;
}
.v-button-orange {
  color: #fff !important;
  background-color: orange;
  cursor: pointer;
}
.v-button-black {
  color: #fff !important;
  background-color: #3a3a3a;
}
.v-button-white {
  color: rgb(0, 0, 0) !important;
  background-color: white;
}
.v-payment-options {
  padding: 5px;
  /*min-height: 225px;*/
  margin-top: 20px;
}
.v-payment-options li {
  background: #2bd0ff;
  display: block;
  padding: 10px;
  margin: 5px 0;
}
.v-payment-options label {
  cursor: pointer;
}
.v-payment-options img {
  border-radius: 10px;
}
.v-main-button {
  background-image: linear-gradient(
    to right,
    #ff4e50 0%,
    #f9d423 51%,
    #ff4e50 100%
  );
}
.v-main-button {
  padding: 10px 15px !important;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff !important;
  box-shadow: 0 0 20px #eee;
  border: 2px solid #ffefb0;
  border-radius: 50px;
}

.v-main-button:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

#v_livesearch {
  display: block;
  width: 100%;
  max-height: 300px;
  overflow-x: hidden;
  position: absolute;
  z-index: 9999999;
  margin-top: 43px;
}
#v_livesearch a {
  padding: 8px 9px;
  border-bottom: 1px solid #91ebf7;
  display: block;
  background: #4ecbdb;
  float: left;
  width: 100%;
  color: #fff;
}
#v_livesearch a:hover {
  background: #ffae00;
}
#v_livesearch img {
  border-radius: 3px;
}
.v-product-cart-container {
  position: relative;
}
.v-product-content h1 {
  font-size: 20px;
  color: #e30b5c;
}
.v-product-brand {
  margin: 10px auto 0 auto;
}
.v-product-brand img {
  height: 70px;
  width: auto;
}
.v-more-products_shorts a {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2px 10px;
  margin: 0;
}
.button_by_ajax {
  background: #fff6e1;
  margin: 5px auto 0px auto;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
}
.button_by_ajax select {
  width: 70px;
  display: inline-block;
}
.button_by_ajax button {
  display: inline-block;
}
/* #v_ajax_loader_div {
	width: 100%;
	text-align: center;
	margin: auto;
	background: #009fff4d;
	position: absolute;
	height: 100%;
	vertical-align: middle;
	z-index: 9999999999;
	padding: 30px;
	border-radius: 10px;
}
#v_ajax_loader_div img {
	width: 120px;
	padding: 5px;
	border-radius: 100px;
} */
#v_ajax_loader_small {
  width: 100%;
  text-align: center;
  margin: auto;
  background: #009fff4d;
  position: absolute;
  height: 100%;
  vertical-align: middle;
  z-index: 9999999999;
  padding: 5px;
  border-radius: 29px;
  right: 0;
  top: 0;
}
#v_ajax_loader_small img {
  width: 63px;
  padding: 0;
  border-radius: 119px;
}
.v-search-button #v_ajax_loader_small {
  right: 0;
  top: 0;
}
.v-product-description {
  margin: 18px auto;
}
.ss-offers {
  background: #eef0e7
    url(https://media-friends.in/villageorganica.com/v-resources/img/offer-bg.jpg)
    no-repeat;
  background-size: cover;
  padding: 60px 21px 20px 20px;
}
.ss-offers table table td {
  margin: 1px !important;
  border: 1px solid #fff;
}
.offer-tag {
  background: url(https://media-friends.in/villageorganica.com/v-resources/img/offer-tag.png)
    no-repeat;
  padding: 46px;
  /* z-index: 9999999999; */
  position: absolute;
  width: 395px;
  margin: -80px 2px 0 16px;
  background-size: 250px;
}
/* Nanje CSS / */
/* ECommerce */

.v-ecommerce-table {
  width: 100%;
}
.v-ecommerce-table td,
.v-ecommerce-table th {
  padding: 5px;
}
.v-ecommerce-table th {
  border-bottom: 2px solid #b5b5b5;
}
.v-ecommerce-table td {
  border-bottom: 1px solid #e4e3e3;
}
.v-ecommerce-quantity input {
	min-width: 60px !important;
}
.v-ecommerce-action span {
	color: #fff;
}
.v-ecommerce-tcalc {
  width: 100%;
  background: #eaeaea;
}
.v-ecommerce-tcalc td,
.v-ecommerce-tcalc th {
  padding: 10px 10px;
}
.v-ecommerce-tcalc th {
  width: 50%;
  text-align: left;
}
.v-ecommerce-tcalc td {
  width: 50%;
  text-align: right;
}
.v-ecommerce-product {
  width: 80px;
}
.v-ecommerce-product img {
  width: 65px;
  height: auto !important;
  border: 1px solid #e8e7cd;
  padding: 5px;
}
.v-ecommerce-unitprice {
}
.v-ecommerce-quantity {
  max-width: 120px;
}
.v-ecommerce-price {
}
.v-ecommerce-tax {
}
.v-ecommerce-subtotal {
}
.v-ecommerce-action {
  width: 10px;
}
.v-ecommerce-coupon {
  margin: 50px 0 20px 0;
}
.v-ecommerce-rewards {
  margin-top: 50px;
}
.v-checkout-login {
  background: #1c3481;
  padding: 10px;
  margin: -44px 0 30px 0;
  border-radius: 40px;
}

.u-price-section {
  background: #ff026d;
  color: #fff;
  padding: 5px;
  line-height: 20px;
  cursor: pointer;
}

.u-price-section p {
  color: #fff;
  font-weight: bold;
}

.u-price-section del {
  font-size: 12px;
}

/* V Sticky Header */
.v-sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.v-sticky + .content {
  padding-top: 102px;
}

.v-checkout-address {
  background: #fff6da;
  margin: 5px 0 20px 0;
  padding: 20px 0 20px 0;
  /* border: 29px solid white; */
  position: relative;
}

/* ECommerce / */

/* Order tracking */
.v-order-details-grid {
  text-align: center;
}
.row.v-order-details-grid div {
  border-bottom: 1px solid #5dd4c3;
}
.v-order-details-grid h5,
.v-order-details-grid p {
  color: #fff;
  padding: 0;
  margin: 5px;
}
.v-order-details-delivery {
  padding: 20px;
  margin: 30px 0px;
  border: 3px dotted #59a699;
  border-radius: 5px;
  font-size: 16px;
}
ol.progtrckr {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol.progtrckr li {
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
  padding-bottom: 20px;
  font-size: 15px;
  height: 70px;
}

ol.progtrckr[data-progtrckr-steps="2"] li {
  width: 49%;
}
ol.progtrckr[data-progtrckr-steps="3"] li {
  width: 33%;
}
ol.progtrckr[data-progtrckr-steps="4"] li {
  width: 24%;
}
ol.progtrckr[data-progtrckr-steps="5"] li {
  width: 19%;
}
ol.progtrckr[data-progtrckr-steps="6"] li {
  width: 16%;
}
ol.progtrckr[data-progtrckr-steps="7"] li {
  width: 14%;
}
ol.progtrckr[data-progtrckr-steps="8"] li {
  width: 12%;
}
ol.progtrckr[data-progtrckr-steps="9"] li {
  width: 11%;
}

ol.progtrckr li.progtrckr-done {
  color: black;
  border-bottom: 4px solid yellowgreen;
}
ol.progtrckr li.progtrckr-warning {
  color: black;
  border-bottom: 4px solid rgb(205, 50, 50);
}
ol.progtrckr li.progtrckr-todo {
  color: silver;
  border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
  content: "\00a0\00a0";
}
ol.progtrckr li:before {
  position: relative;
  bottom: -51px;
  float: left;
  left: 50%;
  line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
  content: "\2713";
  color: white;
  background-color: yellowgreen;
  height: 2.2em;
  width: 2.2em;
  line-height: inherit;
  border: none;
  border-radius: 2.2em;
}
ol.progtrckr li.progtrckr-warning:before {
  content: "\2713";
  color: white;
  background-color: rgb(205, 50, 50);
  height: 2.2em;
  width: 2.2em;
  line-height: inherit;
  border: none;
  border-radius: 2.2em;
}
ol.progtrckr li.progtrckr-todo:before {
  content: "\039F";
  color: silver;
  background-color: white;
  font-size: 2.2em;
  bottom: -51px;
}

/* Order Tracking / */

.v-vendor-logo {
  border: 1px solid #4db254;
  border-radius: 100px;
  padding: 3px 23px 4px 1px !important;
  margin: -5px 0px -5px -27px;
  width: 200px;
  position: relative;
  box-shadow: 9px 0px 0px 0px #ffe300;
}
.v-vendor-logo i {
  background: #ffe300;
  position: absolute;
  right: -20px;
  top: 15px;
  padding: 10px;
  border-radius: 50px;
}

.v-whatsapp {
  position: fixed;
  bottom: 5px;
  left: 5px;
  z-index: 99999999999;
}

.u-inner-ads {
  border: 2px solid #96dff8;
  margin: 20px 0 20px 0;
}
.u-inner-ads span {
  position: absolute;
  padding: 0px 5px;
  background: #ffffffa3;
  border-radius: 0 0 9px 0;
  line-height: 18px;
  font-size: 11px;
}
.u-subp-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.u-subp-list ul li {
  padding: 10px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  margin: 5px;
  position: relative;
}
.v-product-stock {
  position: absolute;
  right: 0;
  background: #ffe1e1;
  top: -11px;
  font-size: 10px;
  padding: 0 4px;
  border-radius: 5px;
  line-height: 18px;
}
.u-subp-list .place-order {
  padding-top: 30px;
}
.u-subp-list .payment_box {
  color: #a1b1bc;
  background-color: #ecf0f1;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}
.u-subp-list .payment_box p {
  margin: 0;
}
.u-subp-list label {
  color: #34495e;
}
.u-subp-list label img {
  margin-left: 30px;
  float: right;
  position: relative;
  top: -2.5px;
}
.u-subp-list span {
  background: #5d5fab;

  padding: 6px 13px;
  font-size: 20px;
  border-radius: 3px;
  color: #fff;
}
.v-social-share {
  background: #c4f4ff;
  padding: 5px;
  border-radius: 8px;
  /* margin: 20px 0 0 0; */
}
.v-social-share span {
  background: #17b1d5;
  padding: 13px 17px 17px 15px;
  color: #fff;
  border-radius: 10px 0 0px 10px;
  margin: 6px 15px 0 -9px;
}
.v-social-share a {
  margin: 0px 3px;
}
.v-product-extra {
  margin: 10px 0;
}
.u-subp-list img {
  width: 41px;
}
.u-subp-list img {
  width: 41px;
  display: inline-block;
}
.u-subp-list input[type="radio"] ~ label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 11px;
}

/* V Testimonial*/

.v-testimonials-main {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
  overflow: hidden;
  height: 450px;
  width: 100%;
}

.testimonials {
  background-color: #ffffff;
  width: 100%;
  max-width: 740px;
  margin: 20px;
  box-shadow: 0 6px 5px -7px #cbcbcb;
  border-radius: 3px;
  position: relative;
  opacity: 0;
  animation: showTestimonials 0.32s 0.78s cubic-bezier(0.55, 0.055, 0.675, 0.19)
    forwards;
}
.testimonials input {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
  pointer-events: none;
  opacity: 0;
}

@keyframes showTestimonials {
  to {
    opacity: 1;
  }
}
.testimonials-inner {
  position: relative;
  min-height: 100px;
}

.testimonial {
  padding: 40px 34px 20px 34px;
  margin: 0 30px;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.v-testimonials-main
  input[name="testimonial"]:nth-child(1):checked
  ~ .testimonials-inner
  .testimonial:nth-child(1),
.v-testimonials-main
  input[name="testimonial"]:nth-child(2):checked
  ~ .testimonials-inner
  .testimonial:nth-child(2),
.v-testimonials-main
  input[name="testimonial"]:nth-child(3):checked
  ~ .testimonials-inner
  .testimonial:nth-child(3),
.v-testimonials-main
  input[name="testimonial"]:nth-child(4):checked
  ~ .testimonials-inner
  .testimonial:nth-child(4) {
  pointer-events: initial;
}

.testimonial {
  transition: 0.72s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.32s 0.12s;
  opacity: 0;
  transform: translate(0, 38px);
  max-height: 80px;
  animation: hideTestimonial 0s 0.52s forwards;
  position: relative;
}

.v-testimonials-main
  input[name="testimonial"]:nth-child(1):checked
  ~ .testimonials-inner
  .testimonial:nth-child(1),
.v-testimonials-main
  input[name="testimonial"]:nth-child(2):checked
  ~ .testimonials-inner
  .testimonial:nth-child(2),
.v-testimonials-main
  input[name="testimonial"]:nth-child(3):checked
  ~ .testimonials-inner
  .testimonial:nth-child(3),
.v-testimonials-main
  input[name="testimonial"]:nth-child(4):checked
  ~ .testimonials-inner
  .testimonial:nth-child(4) {
  animation: showTestimonial 0s 0.72s forwards;
  position: absolute;
  opacity: 1;
  transform: none;
  max-height: 500px;
  transition: 0.3s 0.52s, opacity 0.68s 0.92s, max-height 0.82s 0.72s;
}

@keyframes hideTestimonial {
  to {
    position: absolute;
  }
}
@keyframes showTestimonial {
  to {
    position: relative;
  }
}
.v-testimonials-main
  input[name="testimonial"]:nth-child(1):checked
  ~ .testimonials-bullets
  label:nth-child(1)
  span,
.v-testimonials-main
  input[name="testimonial"]:nth-child(2):checked
  ~ .testimonials-bullets
  label:nth-child(2)
  span,
.v-testimonials-main
  input[name="testimonial"]:nth-child(3):checked
  ~ .testimonials-bullets
  label:nth-child(3)
  span,
.v-testimonials-main
  input[name="testimonial"]:nth-child(4):checked
  ~ .testimonials-bullets
  label:nth-child(4)
  span {
  background-color: rgba(245, 34, 34, 0.836);
  transform: scale(1);
  transition: transform 0.36s cubic-bezier(0.26, -0.59, 0.43, 2.48),
    background-color 0.41s ease-in;
}

.testimonial-photo {
  height: 84px;
  width: 84px;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.photo-background {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 100%;
  box-shadow: 0 -4px 3px -2px #c3c2c2;
  width: 100%;
  transform: scale(0.87);
  transition: 0.32s;
}

.v-testimonials-main
  input[name="testimonial"]:nth-child(1):checked
  ~ .testimonials-inner
  .testimonial:nth-child(1)
  .photo-background,
.v-testimonials-main
  input[name="testimonial"]:nth-child(2):checked
  ~ .testimonials-inner
  .testimonial:nth-child(2)
  .photo-background,
.v-testimonials-main
  input[name="testimonial"]:nth-child(3):checked
  ~ .testimonials-inner
  .testimonial:nth-child(3)
  .photo-background,
.v-testimonials-main
  input[name="testimonial"]:nth-child(4):checked
  ~ .testimonials-inner
  .testimonial:nth-child(4)
  .photo-background {
  transform: scale(1);
  transition: 0s;
}

.photo-author {
  background-size: 68px;
  background-position: center;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #dbdbdb;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transform: scale(1.18) translate(0, -6px);
  transition: transform 0.42s ease-out, opacity 0.58s, width 0s 0.6s,
    height 0s 0.6s;
}

.v-testimonials-main
  input[name="testimonial"]:nth-child(1):checked
  ~ .testimonials-inner
  .testimonial:nth-child(1)
  .photo-author,
.v-testimonials-main
  input[name="testimonial"]:nth-child(2):checked
  ~ .testimonials-inner
  .testimonial:nth-child(2)
  .photo-author,
.v-testimonials-main
  input[name="testimonial"]:nth-child(3):checked
  ~ .testimonials-inner
  .testimonial:nth-child(3)
  .photo-author,
.v-testimonials-main
  input[name="testimonial"]:nth-child(4):checked
  ~ .testimonials-inner
  .testimonial:nth-child(4)
  .photo-author {
  transform: scale(1);
  opacity: 1;
  height: 68px;
  width: 68px;
  transition: width 0.26s 1.01s, height 0.26s 1.01s;
}

.testimonial-text {
  color: #606060;
  font-size: 20px;
  text-align: center;
  text-shadow: 0 0 1px #939393;
  letter-spacing: 0.12px;
  font-style: italic;
  line-height: 26px;
}
.testimonial-text p {
  margin-bottom: 10px;
}

.testimonial-author {
  font-size: 15px;
  text-align: right;
  color: #bdbdbd;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-shadow: 0 0 1px #e3e3e3;
}
.testimonial-author:before {
  content: "– ";
}

.testimonials-bullets {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 30px;
  transform: translate(0, 8px);
}
.testimonials-bullets .bullet {
  height: 30px;
  width: 30px;
  cursor: pointer;
  margin: 0 1px;
}
.testimonials-bullets .bullet div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 4px 6px -7px #000000;
}
.testimonials-bullets .bullet div span {
  background-color: #c3c3c3;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  transform: scale(0.82);
  transition: 0.72s;
}
.testimonials-bullets .bullet:hover span {
  background-color: rgba(216, 118, 118, 0.836);
}

.testimonials-arrows {
  height: 100%;
}
.testimonials-arrows .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  position: absolute;
  top: calc(50% - 25px);
}
.testimonials-arrows .arrow span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.testimonials-arrows .arrow span:before {
  font-size: 32px;
  font-weight: 600;
  color: #c3c3c3;
  transition: color 0.21s ease-in;
}
.testimonials-arrows .arrow:hover span:before {
  color: #444444;
  transition: color 0.17s ease-out;
}
.testimonials-arrows .arrow label {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.testimonials-arrows .arrow-left {
  left: -20px;
}
.testimonials-arrows .arrow-left span {
  box-shadow: 40px 0 20px 20px #ffffff, -5px 0 30px 0px #e1e1e1;
}
.testimonials-arrows .arrow-left span:before {
  content: "<";
}
.testimonials-arrows .arrow-right {
  right: -20px;
}
.testimonials-arrows .arrow-right span {
  box-shadow: -40px 0 20px 20px #ffffff, 5px 0 30px 0px #e1e1e1;
}
.testimonials-arrows .arrow-right span:before {
  content: ">";
}

.v-testimonials-main
  input[name="testimonial"]:nth-child(1):checked
  ~ .testimonials-arrows
  .arrow-left
  label[for="input-testimonial4"],
.v-testimonials-main
  input[name="testimonial"]:nth-child(1):checked
  ~ .testimonials-arrows
  .arrow-right
  label[for="input-testimonial2"],
.v-testimonials-main
  input[name="testimonial"]:nth-child(2):checked
  ~ .testimonials-arrows
  .arrow-left
  label[for="input-testimonial1"],
.v-testimonials-main
  input[name="testimonial"]:nth-child(2):checked
  ~ .testimonials-arrows
  .arrow-right
  label[for="input-testimonial3"],
.v-testimonials-main
  input[name="testimonial"]:nth-child(3):checked
  ~ .testimonials-arrows
  .arrow-left
  label[for="input-testimonial2"],
.v-testimonials-main
  input[name="testimonial"]:nth-child(3):checked
  ~ .testimonials-arrows
  .arrow-right
  label[for="input-testimonial4"],
.v-testimonials-main
  input[name="testimonial"]:nth-child(4):checked
  ~ .testimonials-arrows
  .arrow-left
  label[for="input-testimonial3"],
.v-testimonials-main
  input[name="testimonial"]:nth-child(4):checked
  ~ .testimonials-arrows
  .arrow-right
  label[for="input-testimonial1"] {
  z-index: 1;
}

/* V Testimonial*/
/* OTP */
#v_otppartitioned {
  padding-left: 15px;
  letter-spacing: 42px;
  border: 0;
  background-image: linear-gradient(
    to left,
    black 70%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 220px;
  min-width: 220px;
}

#v_otpinner {
  left: 0;
  position: sticky;
}

#v_otpdivduter {
  width: 190px;
  overflow: hidden;
  margin: 50px auto 0 auto;
}
#v_otploginresult h3 {
  text-align: center;
  color: #ff8300;
}
/* OTP */

.v-deals-of-day {
  border: 3px solid white;
  border-radius: 9px;
  box-shadow: 7px 7px 14px 1px #474998c4;
  background-color: red;
  background-image: radial-gradient(#e4b1f2, #353788, #5d5fab);
}

.v-deals-of-day img {
  animation: Shake 2.155s linear infinite;
  border-radius: 12px;
  margin-top: -40px;
  border: 11px solid #f8c221a3;
}

.v-deals-of-day img:hover {
  animation: Shake 0.6s linear infinite;
}
.v-deal-price {
  font-size: 22px;
}
.v-deal-price del {
  color: #fde7e7;
}
.v-deal-price strong {
  font-size: 30px;
  font-weight: bold;
  color: #ffef00;
}
.v-section-category,
.v-section-product,
.v-section-product-details,
.v-section-category-list,
.v-section-product-checkout,
.v-section-newarrivals,
.v-section-buy,
.v-section-product-brands,
.v-section-product-cart {
  margin: 40px auto;
}
.ub-product-actions {
  text-align: center;
  background: #ffe9e9;
  padding: 10px;
}
.v-product-full img {
  width: 100%;
}
.v-product-thumb img {
  width: 100%;
}
.v-product-thumb {
  margin: 10px auto;
}
.v-product-thumb a {
  width: 100px;
  display: inline-block;
  border: 1px solid #e0c483;
}
.v-coproduct-thumbnail img {
  width: 100px;
}
.v-category-grid-a img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  box-shadow: 12px 9px 0px #e1c82c;
  padding: 3px;
}
.v-category-grid-a h3 {
  background: #00b0ff;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  padding: 10px;
  margin: 0px 0 0 0;
  border-radius: 10px 0;
}
.v-sidebar-cat h4 {
  background: #5d5fab;
  position: absolute;
  border-radius: 0 10px;
  padding: 2px 10px;
  color: #fff;
}

.v-sidebar-cat li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.v-sidebar-cat ul {
  padding: 9px;
  border: 2px solid #91b9f4;
  margin-top: -23px;
  border-radius: 10px;
}
.v-sidebar-cat img {
  width: 100%;
  border-radius: 0px 10px 10px 10px;
  margin: 10px 0;
  border: 2px solid #ffb321;
}
.v-sidebar-cat ul img {
  width: 40px;
  border-radius: 0px 10px 10px 10px;
  margin: 10px 0;
}
/* Customize Cart */
.emedias-section-best-seller .vadc-pproducts-list,
.v-deals-of-day .vadc-pproducts-list {
  width: 30%;
  display: inline-block;
}
.emedias-section-best-seller .vadc-carting-group,
.v-deals-of-day .vadc-carting-group {
  width: 68%;
  display: inline-block;
}
.vadc-products-details h4 {
  font-size: 14px;
  color: #590022;
}
.emedias-section-best-seller .button_by_ajax,
.v-deals-of-day .button_by_ajax {
  background: #fff6e1;
  margin: 0px auto 0px auto;
  padding: 4px;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
}
/* Customize Cart */
.u_countdown {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  background: #22b24c;
  padding: 15px;
  margin: 10px 10px;
  border-radius: 10px 0;
  line-height: 38px;
  text-align: center;
}

.u-deal-imgtag span {
  z-index: 9999999;
  position: absolute;
  background-color: #f76006;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 12px;
  border-radius: 0 10px 10px 0;
  color: #fff;
}
.u-deal-content {
  margin: 10px;
}

/*Using keyframes for shaking an image*/
@keyframes Shake {
  0% {
    transform: rotate(1deg);
  }

  25% {
    transform: rotate(-1deg);
  }

  50% {
    transform: rotate(1deg);
  }

  75% {
    transform: rotate(-1deg);
  }

  100% {
    transform: rotate(1deg);
  }
}

.u-upload-section {
  border: 1px solid #b7b7b7;
  text-align: center;
  border-radius: 10px;
}
/* #uploaded_featured_image_customer_add img {
	margin: -73px 0 0 0;
	width: 139px;
} */
.u-upload-section-main {
  text-align: center;
}

/* Nanje CSS Store */

.v-theme-vendor-cat img {
  border-radius: 50%;
  width: 170px !important;
  height: 170px !important;
  border: 5px solid white;
  box-shadow: 2px 2px #00dbff;
  background: transparent !important;
}

/* Store menu */

.v-theme-offer-menu {
  background-image: linear-gradient(
    to right,
    #00c9ff 0%,
    #92fe9d 51%,
    #00c9ff 100%
  );
}
.v-theme-offer-menu {
  padding: 5px 10px !important;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: rgb(255, 230, 0) !important;
  box-shadow: 0 0 20px #eee;
  border-radius: 43px;
  text-shadow: 1px 1px #00849b;
  border: 2px solid #fff;
  line-height: 30px;
}
.v-theme-offer-menu:hover {
  background-position: right center; /* change the direction of the change here */
  color: rgb(190, 187, 0);
  text-decoration: none;
}
.v-vendor-logo img {
  width: 100px;
}

.v-theme-sellon {
  float: left;
  margin-top: 5px;
}
.v-theme-store-menu {
  background: white;
  border-radius: 50px;
  margin-top: -65px;
  z-index: 99999999999;
  position: relative;
  box-shadow: 3px 5px 8px #c6c6c6;
  padding: 7px 20px 7px 30px;
}
.v-theme-store-menu ul {
  margin-top: 17px;
}
.v-theme-store-menu ul li {
  float: left;
  list-style: none;
}
.v-theme-store-menu ul li a {
  padding: 18px;
  font-size: 20px;
}
.v-themr-store-contact {
  text-align: right;
  margin-top: 6px;
}
/* Store menu */

.nanje-validation {
  width: 252px;
  line-height: 0;
  height: 42px;
  padding: 10px;
  position: relative;
  float: right;
}

.v-theme-sellon li {
  float: left;
  list-style: none;
  background: red;
}
.featured-bar-wrapper {
  margin: 50px 0 -51px 0;
}
.footer-wrapper {
  padding-top: 40px;
}
.vs-btn {
  display: inline-block;
  border: none;
  padding: 12px 37px;
  border-radius: 9999px;
  background-color: rgba(var(--theme-color), 1);
  color: var(--white-color);
  font-weight: 700;
  box-shadow: 3px 6px 0px 0px rgba(186, 186, 186, 0.43);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  overflow: hidden;
}
.vs-btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: var(--title-color);
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  border-radius: inherit;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.vs-btn:hover {
  color: var(--white-color);
}
.vs-btn:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}
/* Nanje CSS Store */

.u-subp-size {
  width: 100px;
  display: inline-block;
  margin-top: 20px;
}
.v-size-layout label {
  width: 72px;
  background: #3170f4;
  padding: 10px 15px;
  border-radius: 5px;
  margin-right: 5px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}
.u-subp-color-pattern {
  background: #f2eeff;
  padding: 10px;
  margin: 10px auto;
  display: inline-block;
}
.u-subp-color-pattern h4 {
  border-bottom: 1px dotted #40f;
  padding: 5px;
  margin: 10px auto;
}
.u-size-items {
  display: inline-block;
  width: auto;
}
.u-color-items {
  /* width: 100px; */
  display: inline-block;
  margin-right: 10px;
}
.u-color-items img {
  width: 100px;
  cursor: pointer;
}
.u-color-items h6 {
  position: absolute;
  background: #3170f4;
  padding: 1px 6px 3px 5px;
  border-radius: 0 0 9px 0;
  color: #fff;
  font-size: 10px;
}
.u-size-section {
  text-align: center;
}
.v_pro_active {
  border: 2px red dotted;
}

.v-address-switch label {
  background: #ff8300;
  padding: 10px;
  width: 100%;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  margin: 5px 0;
}

.row.v-address-switch {
  margin: 15px 0 10px 0;
  border-top: 1px dotted #bfbaa9;
  border-bottom: 1px dotted #bfbaa9;
  padding: 10px 0;
}

.v-address-switch label:hover {
  background: #ff4d07;
}

.v-checkout-info {
  color: #fff;
}

.v-checkout-info img {
  width: 40px;
  height: 40px;
  border: 2px #345cdd solid;
  border-radius: 50%;
}

.v_products_details .v-add-to-cart span {
  color: white;
  display: inline;
}

.v_products_list .v-add-to-cart span {
  display: none;
}

/* uBuyMe Responsive */
@media (max-width: 767px) {
  .v-checkout-address {
    padding: 7px 0 15px 0;
    border: 0px solid white;
  }
}
/* uBuyMe Responsive */
