.vv-homebanner-silder .slider-indicators .active {
  background-color: white !important;
}

.vv-faq-qa .vv-faq-ans {
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.vv-faq-qa .vv-plus-faq > span {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 3px;
  display: block;
  background: black;
  transition: all 0.3s;
  border-radius: 50px;
}
.vv-faq-qa .vv-plus-faq > span:last-child {
  transform: rotate(90deg);
}
.vv-faq-qa .vv-faq-ques.active .vv-faq-title {
  color: #A4B660;
  transition: all 0.3s;
}
.vv-faq-qa .vv-faq-ques.active .vv-plus-faq > span {
  background: #A4B660;
}
.vv-faq-qa .vv-faq-ques.active .vv-plus-faq > span:last-child {
  transform: rotate(360deg);
}
.vv-faq-qa .vv-faq-ques.active + .vv-faq-ans {
  height: 210px;
  overflow: hidden;
  margin-bottom: 38px;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .vv-faq-qa .vv-faq-ques.active .vv-faq-title {
    color: rgb(157, 115, 20);
    transition: all 0.3s;
  }
  .vv-faq-qa .vv-faq-ques.active .vv-plus-faq > span {
    background: rgb(157, 115, 20);
  }
  .vv-faq-qa .vv-faq-ques.active .vv-plus-faq > span:last-child {
    transform: rotate(360deg);
  }
  .vv-faq-qa .vv-faq-ques.active + .vv-faq-ans {
    height: 210px;
    overflow: hidden;
    margin-bottom: 38px;
    transition: all 0.3s;
  }
}

header .profile {
  cursor: pointer;
  padding: 33px 0;
}
header .profile .orderr {
  max-width: 1200px;
  margin: auto;
  z-index: -10;
}
header .profile .orders {
  display: none;
}
header .profile .color {
  color: rgba(20, 20, 20, 0);
}
header .profile:hover .orders {
  display: block;
  background: #FFF9F0;
  margin-top: 121px;
  margin-right: -10px;
  width: 200px;
  z-index: 10;
  transition: 0.5s;
  margin-left: auto;
  z-index: 999;
  border-radius: 8px;
  padding: 20px 30px;
}
header .profile:hover .orders li {
  padding: 10px 50px 0px 0px;
  width: 170px;
}
header .profile:hover .orders li a {
  color: rgba(20, 20, 20, 0.886);
  margin: 10px 0;
  font-size: 16px;
  font-weight: 400;
}
header .profile:hover .orders li:hover a {
  color: #A4B660;
  transition: all 0.3s;
}
header .profile:hover .color {
  background: rgba(0, 0, 0, 0.7098039216);
  transition: 0.5s;
  width: 100vw;
  z-index: 999999;
  right: 0;
  top: 0;
  height: 100vh;
  position: absolute;
}

.focus input:focus {
  display: block;
}

.content-vv {
  position: relative;
  width: 95px;
}
.content-vv:first-child {
  width: unset;
}
.content-vv div p {
  margin-top: 18px;
  transition: font-weight 0.3s ease-in-out;
}
.content-vv .border {
  position: absolute;
  display: block;
  border: 1.5px solid transparent;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  top: 7px;
  left: 15px;
  transition: all 0.3s ease-in-out;
}
.content-vv:hover div p, .content-vv.vv-active div p {
  color: black;
  transition: font-weight 0.3s ease-in-out;
}
.content-vv:hover .border, .content-vv.vv-active .border {
  border: 1.5px solid #A4B660;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 525px) {
  .content-vv {
    position: relative;
    width: 120px;
  }
  .content-vv:first-child {
    width: unset;
  }
  .content-vv div p {
    margin-top: 18px;
    transition: font-weight 0.3s ease-in-out;
  }
  .content-vv .border {
    position: absolute;
    display: block;
    border: 1.5px solid transparent;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    top: 7px;
    left: 27px;
    transition: all 0.3s ease-in-out;
  }
  .content-vv:hover div p, .content-vv.vv-active div p {
    color: black;
    transition: font-weight 0.3s ease-in-out;
  }
  .content-vv:hover .border, .content-vv.vv-active .border {
    border: 1.5px solid #A4B660;
    transition: all 0.3s ease-in-out;
  }
}
.vv-faq-plus {
  min-width: 39px;
}
.vv-faq-plus span {
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background-color: black;
}
.vv-faq-plus span:nth-child(2) {
  transform: rotate(90deg);
  transition: all 0.3s;
}

.active .vv-faq-plus span:nth-child(2) {
  transform: rotate(360deg);
}

@media (max-width: 992px) {
  .demo2.active {
    width: 11px;
    height: 11px;
    border: 1px solid black;
    transition: all 0.3s;
  }
  .vv-product-detail-indicators .active {
    width: 8px !important;
    margin-top: 4px !important;
    height: 8px !important;
    border: 1px solid black !important;
    transition: all 0.3s !important;
    background-color: transparent !important;
  }
}
.main-img .mySlides {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0.9);
  border-radius: 8px;
}
.main-img .mySlides img {
  border-radius: inherit;
}
.main-img .mySlides.active {
  z-index: 1;
  transform: scale(1);
  transition: transform 0.5s;
}

.vv-product-detail-row .column {
  border-radius: 8px;
}
.vv-product-detail-row .column img {
  border-radius: inherit;
}
.vv-product-detail-row .column img.active {
  border: 2px solid #A4B660;
}

.product-detail-tab .active {
  border-bottom: 2px solid #A4B660;
}
.product-detail-tab .active a {
  color: #A4B660;
}

@media screen and (min-width: 768px) {
  .slider-left {
    left: -8px !important;
  }
  .slider-right {
    right: -12px !important;
  }
}
.slider-nav::before {
  width: 60px !important;
  height: 60px !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.slider-nav {
  box-shadow: none !important;
  filter: unset !important;
}
.slider-nav:hover {
  opacity: 0.6 !important;
}

.slider-nav::after {
  margin: 0.8rem !important;
}

.vv-customer-feedback .slider-indicators .active {
  width: 37px !important;
  background: #A4B660 !important;
  border: 0.4rem solid white !important;
}

.vv-product-imgbox .vv-default-img {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.vv-product-imgbox .vv-on-hover {
  opacity: 0;
}
.vv-product-imgbox .bl-heart {
  z-index: 10;
}
.vv-product-imgbox:hover .vv-default-img {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.vv-product-imgbox:hover .vv-on-hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.vv-why-vilvah::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 5px;
  background-image: url("../../images/icons/producet-detail-decarator.svg");
}

.vv-home-product .tablinks {
  margin-left: 10px;
  margin-right: 10px;
}
.vv-home-product .tablinks.active {
  background: #A4B660;
  font-weight: 700;
  color: #fff;
}

.vv-faq .panel {
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.vv-faq .panel.active {
  min-height: 80px;
  max-height: 400px;
  transition: all 0.5s;
}

.field-icon {
  float: right;
  position: relative;
  z-index: 2;
}

.container {
  padding-top: 50px;
  margin: auto;
}

.ring-shadow {
  --tw-ring-offset-shadow: none !important;
}
.ring-shadow:focus {
  --tw-ring-offset-shadow: none !important;
  border-color: rgba(20, 20, 20, 0.5);
}

input {
  --tw-ring-offset-shadow: none !important;
}
input:focus {
  --tw-ring-offset-shadow: none !important;
  border-color: rgba(20, 20, 20, 0.5);
}

input:focus {
  border-color: rgba(20, 20, 20, 0.5);
}

.vv-parent::-webkit-scrollbar {
  display: none;
}

.details input::placeholder {
  color: black;
  font-weight: 16px;
  font-weight: 600;
}

.orders input::placeholder {
  color: #7B7878;
  font-weight: 400;
  font-size: 14px;
}

.number input::-webkit-inner-spin-button {
  display: none;
}

.pricing ol li::before {
  content: "";
  display: block;
  height: 16px;
  transform: rotate(30deg);
  margin: 0 10px;
  width: 2px;
  background: #868686;
  margin-top: 3px;
}
.pricing ol li:first-child::before {
  display: none;
}
.pricing .pricing-w .main-img {
  border-radius: 5px 5px 0 0;
}
.pricing .pricing-w .botttom {
  border-radius: 0 0 5px 5px;
}

.checkbox {
  box-shadow: none !important;
}
.checkbox:focus {
  color: rgb(164, 182, 96);
}

.vv-detail-combo-slider .active {
  width: 8px !important;
  margin-top: 4px !important;
  height: 8px !important;
  border: 1px solid black !important;
  transition: all 0.3s !important;
  background-color: transparent !important;
}

.my-orders ol li::before {
  content: "";
  display: block;
  height: 16px;
  transform: rotate(30deg);
  margin: 0 8px 7px;
  width: 2px;
  background: #9D7314;
  margin-top: 3px;
}
.my-orders ol li:first-child::before {
  display: none;
}

.orders ul li:hover a {
  color: white;
}
.orders ul li:hover .chevron-black {
  display: none;
}
.orders ul li:hover .white-chevron {
  display: block;
}
.orders ul li .chevron-black {
  display: block;
}
.orders ul li .white-chevron {
  display: none;
}

.highlight-heading:hover a {
  color: #A4B660;
}

.highlights ul li::before {
  content: "";
  width: 15px;
  background-size: 15px;
  margin-right: 12px;
  height: 15px;
  background-image: url("/assets/images/icons/green-tik.svg");
  background-repeat: no-repeat;
  display: block;
}

input[type=radio] {
  appearance: none;
  display: none;
}

input[type=radio]:checked + label {
  background-color: #A4B660;
  transition: 0.3s;
  border: none;
}

.login input::placeholder {
  color: #7B7878;
}

.active a {
  color: white;
}
.active .chevron-black {
  display: none !important;
}
.active .white-chevron {
  display: block !important;
}

.gradient-box {
  position: relative;
  box-sizing: border-box;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 1em;
}
.gradient-box:before {
  content: "";
  position: absolute;
  top: 85%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  border: 1px solid;
  background: linear-gradient(0deg, #E8DDC2 0%, rgba(232, 221, 194, 0) 90%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.faq li .black-chevron {
  opacity: 1;
  position: static;
  transition: all 0.3s;
}
.faq li .yellow-chevron {
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
}
.faq li.active a {
  color: #9D7314;
  font-weight: 500;
  transition: all 0.3s;
}
.faq li.active .black-chevron {
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
}
.faq li.active .yellow-chevron {
  opacity: 1;
  position: static;
  transition: all 0.3s;
}

.f-input::placeholder {
  color: #D3D3D3;
  font-weight: 400;
  font-size: 15px;
}

@media (min-width: 1240px) {
  .vv-header {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .vv-header .vv-menu-items-has-child {
    position: relative;
    padding-right: 20px;
    transition: all 0.3s;
  }
  .vv-header .vv-menu-items-has-child .vv-sub-menu {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    top: calc(100% + 20px);
    min-width: 200px;
    opacity: 0;
    margin-top: 13px;
    visibility: hidden;
    transition: all 0.2s;
    border-radius: 0 0 6px 6px;
  }
  .vv-header .vv-menu-items-has-child .vv-sub-menu .vv-menu-items {
    transition: all 0.3s;
  }
  .vv-header .vv-menu-items-has-child .vv-sub-menu .vv-menu-items:hover {
    color: #A4B660;
    transition: all 0.3s;
  }
  .vv-header .vv-menu-items-has-child .vv-sub-menu:after {
    content: " ";
    display: block;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #A4B660;
    left: 0;
    top: 0;
  }
  .vv-header .vv-menu-items-has-child:hover {
    color: #A4B660;
    transition: all 0.3s;
  }
  .vv-header .vv-menu-items-has-child:hover .vv-sub-menu {
    top: calc(100% + 16px);
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
  }
  .vv-header .vv-menu-items-has-child:hover .vv-sub-menu::after {
    width: 100%;
    transition: all 0.3s;
  }
  .vv-header .vv-menu-items-has-child:hover::after {
    background-image: url("../../images/icons/chavron-down-green.svg");
    transition: all 0.3s;
  }
  .vv-header .vv-menu-items-has-child::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 5px;
    background-image: url("../../images/icons/cavron-bottom.svg");
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  .vv-header .vv-menu-items-has-child::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 16px;
    top: 100%;
  }
  .vv-header .vv-menu-items {
    border-bottom: unset;
  }
  .vv-header .vv-new-banner {
    position: relative;
  }
  .vv-header .vv-new-banner::after {
    content: "NEW";
    position: absolute;
    bottom: 100%;
    right: -17px;
    display: block;
    padding: 0px 5px;
    border-radius: 2px;
    background: #B94F2C;
    font-size: 9px;
    line-height: 1.6;
    color: white;
    font-family: "Martel Sans", sans-serif;
  }
}
@media (max-width: 1240px) {
  .vv-header {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .vv-header .vv-menu-items-has-child {
    position: relative;
    padding-right: 20px;
    transition: all 0.3s;
  }
  .vv-header .vv-menu-items-has-child .vv-sub-menu {
    top: calc(100% + 20px);
    min-width: 200px;
    height: 0;
    padding: 0;
    opacity: 0;
    border-left: 0.3px solid rgba(20, 20, 20, 0.5);
    position: static;
    transition: height 0.2s;
  }
  .vv-header .vv-menu-items-has-child .vv-sub-menu .vv-menu-items {
    transition: all 0.3s;
    padding: 10px 20px;
    border-bottom: 0;
    margin: 0;
  }
  .vv-header .vv-menu-items-has-child .vv-sub-menu .vv-menu-items:first-child {
    padding-top: 0;
  }
  .vv-header .vv-menu-items-has-child .vv-sub-menu:after {
    content: unset();
  }
  .vv-header .vv-menu-items-has-child:hover {
    border: unset;
  }
  .vv-header .vv-menu-items-has-child:hover .vv-sub-menu {
    top: calc(100% + 16px);
    visibility: visible;
    opacity: 1;
    margin: 20px;
    transition: height 0.3s;
    height: max-content;
  }
  .vv-header .vv-menu-items-has-child:hover .vv-sub-menu::after {
    width: 100%;
    transition: all 0.3s;
  }
  .vv-header .vv-menu-items-has-child:hover::after {
    transform: rotate(0deg);
    transition: all 0.3s;
  }
  .vv-header .vv-menu-items-has-child::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url("../../images/icons/cavron-bottom.svg");
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 30px;
    transform: rotate(270deg);
    transition: all 0.3s;
  }
  .vv-header .vv-menu-items-has-child::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 16px;
    top: 100%;
  }
  .vv-header .vv-menu-items {
    border-bottom: 0.3px solid rgba(20, 20, 20, 0.5);
    padding: 20px 0;
  }
  .vv-header .vv-new-banner {
    position: relative;
  }
  .vv-header .vv-new-banner::after {
    content: "NEW";
    position: absolute;
    bottom: 100%;
    right: 0;
    display: block;
    padding: 0px 5px;
    border-radius: 2px;
    background: #B94F2C;
    font-size: 10px;
    line-height: 1.6;
    color: white;
    font-family: "Martel Sans", sans-serif;
  }
}
.vilvah-active .active {
  background-color: #A4B660;
  color: white;
}

.vv-insta:hover div {
  opacity: 1;
  transition: all 0.5s;
}

/* Add-to-cart*/
.vv-numberstyle-qty {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.vv-numberstyle-qty input,
.vv-numberstyle-qty .vv-qty-btn {
  position: relative;
  display: block;
  float: left;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0px;
  text-align: center;
  line-height: 40px;
  outline: 0;
  box-shadow: 0px;
}

.vv-numberstyle-qty .vv-qty-btn {
  width: 20px;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
  user-select: none;
  transition: all 250ms ease;
}

.vv-numberstyle-qty .vv-qty-btn .vv-disabled {
  cursor: default;
  color: #C8C8C9;
}

.vv-numberstyle-qty input {
  width: 35px;
  border-left: 0;
  border-right: 0;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  z-index: 1;
}

.vv-numberstyle-qty input:focus {
  outline: 0;
  box-shadow: 0px;
}

.vv-numberstyle-qty input[type=number]::-webkit-inner-spin-button,
.vv-numberstyle-qty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.vv-numberstyle-qty input[type=number] {
  -moz-appearance: textfield;
}

.vv-bottom-line::before {
  content: "";
  position: absolute;
  background-color: #141414;
  width: 45px;
  height: 1.5px;
  bottom: -10px;
  left: 50%;
  transform: translatex(-50%);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.span {
  font-size: 15px;
}

/*# sourceMappingURL=index.css.map */
