@font-face {
  font-family: Aeonik-Bold;
  src: url(../fonts/aeonik/Aeonik-Bold.otf);
}
@font-face {
  font-family: Aeonik-Medium;
  src: url(../fonts/aeonik/Aeonik-Medium.otf);
}
@font-face {
  font-family: Aeonik-Regular;
  src: url(../fonts/aeonik/Aeonik-Regular.otf);
}


@font-face {
  font-family: AlegreyaSC-Medium;
  src: url(../fonts/alegreya-sc/AlegreyaSC-Medium.ttf);
}
@font-face {
  font-family: AlegreyaSC-Regular;
  src: url(../fonts/alegreya-sc/AlegreyaSC-Regular.ttf);
}
@font-face {
  font-family: AlegreyaSC-Bold;
  src: url(../fonts/alegreya-sc/AlegreyaSC-Bold.ttf);
}


@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/montserrat/Montserrat-Bold.ttf);
}
@font-face {
  font-family: Montserrat-Medium;
  src: url(../fonts/montserrat/Montserrat-Medium.ttf);
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/montserrat/Montserrat-Regular.ttf);
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url(../fonts/montserrat/Montserrat-SemiBold.ttf);
}



.social-links button {
    background-color: #095e68;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    font-family: Montserrat-Medium;
    margin-right: 10px;
}
.visruta-search {
    padding-right: 1.6em;
}
.visruta-search form {
    position: relative;
}
.visruta-search form input {
    border-color: #095e68;
    border: 1px solid #095e68;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 25px;
    width: 400px;
}
.visruta-search form button {
    position: absolute;
    right: 13px;
    padding: 0px;
    border: none;
    top: 0px;
    background-color: transparent;
    font-size: 20px;
}
.visruta-home-slider-master {
  padding-top: 115px;
}
.visruta-home-slider-master header .item {
  height: 891px;
  position: relative;
}
.visruta-home-slider-master header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visruta-home-slider-master header .item .cover {
  padding: 15px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
}
.visruta-home-slider-master header .item .cover .header-content {
  position: relative;
  padding: 16px;
  overflow: hidden;
  display: none;
}
.visruta-home-slider-master header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.visruta-home-slider-master header .item .cover .header-content h1 {
    font-size: 50px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #000;
    font-family: Roboto-Bold;
    text-transform: uppercase;
}
.visruta-home-slider-master header .item .cover .header-content .btn-primary {
    color: #fff;
    background-color: #107aa3;
    border-color: #107aa3;
    font-size: 16px;
    font-family: Roboto-Medium;
    text-transform: capitalize;
    border-radius: 0px;
    border: none;
    padding: 4px 10px 4px 10px;
}
.visruta-home-slider-master header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.visruta-home-slider-master header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.visruta-home-slider-master header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.visruta-home-slider-master header .owl-item.active .btn-primary {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.visruta-home-slider-master header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.visruta-home-slider-master header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #1dbed0 !important;
  color: #fff;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.visruta-home-slider-master header .owl-nav .owl-prev .bx {
  font-size: 36px;
  color: #fff;
}
.visruta-home-slider-master header .owl-nav .owl-prev:focus {
  outline: 0;
}
.visruta-home-slider-master header .owl-nav .owl-prev:hover {
  opacity: 0.5;
}
.visruta-home-slider-master header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #1dbed0 !important;
  color: #fff;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.visruta-home-slider-master header .owl-nav .owl-next .bx {
  font-size: 36px;
  color: #fff;
}
.visruta-home-slider-master header .owl-nav .owl-next:focus {
  outline: 0;
}
.visruta-home-slider-master header .owl-nav .owl-next:hover {
  opacity: 0.5;
}
.visruta-home-slider-master header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.visruta-home-slider-master header:hover .owl-next {
  right: 0px;
  opacity: 1;
}



.visruta-product-scroll01 {
  position: relative; 
}
@media (max-width: 767px) {
  .visruta-product-scroll01 {
    margin-top: 20px;
  }
}
.visruta-product-scroll01 h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
    color: #02272c;
    text-shadow: none;
    letter-spacing: 1px;
    background-color: transparent;
    padding: 10px 5px;
    font-family: Aeonik-Medium;
    text-transform: capitalize;
}
.visruta-product-scroll01 h2 span {
    color: #0e7f8d;
}
.visruta-product-scroll01 .owl-stage-outer {
  padding: 30px 0;
}
.visruta-product-scroll01 .owl-nav button {
  position: absolute;
  top: 40%;
  background-color: transparent;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.visruta-product-scroll01 .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}
.visruta-product-scroll01 .owl-nav button.owl-prev {
  left: -20px;
}
.visruta-product-scroll01 .owl-nav button.owl-prev img {
    max-height: 53px;
    background-color: #ffffffb0;
    padding: 1px 3px;
}
.visruta-product-scroll01 .owl-nav button.owl-next {
  right: -20px;
}
.visruta-product-scroll01 .owl-nav button.owl-next img {
    max-height: 53px;
    background-color: #ffffffb0;
    padding: 1px 3px;
}
.visruta-product-scroll01 .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.visruta-product-scroll01 .owl-dots .active {
  box-shadow: none;
}
.visruta-product-scroll01 .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.visruta-product-scroll01 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff!important;
}
.visruta-product-scroll01 .card {
    background: #31bccd;
    box-shadow: none;
    margin: 0 20px;
    padding: 0 0px;
    border-radius: 0px;
    border: 0;
    position: relative;
}
.visruta-product-scroll01 .card .card-img-top {
  max-width: 100%;
  border-radius: 0%;
  margin: 0px auto 0;
  box-shadow: none;
}
.visruta-product-scroll01 .card h5 {
    color: #000;
    font-size: 15px;
    line-height: 1.3;
    font-family: Aeonik-Regular;
    letter-spacing: 0.6px;
}
.visruta-product-scroll01 .active {
  opacity: 1;
  transition: all 0.3s;
}
.visruta-product-scroll01 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}
.wish-list a {
    position: absolute;
    z-index: 9999;
    top: 15px;
    right: 15px;
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: #31bccd;
    padding: 0;
    opacity: 0;
}
.visruta-product-scroll01 .card:hover .wish-list a {
    opacity: 1;
    transition: 0.5s;
}
.visruta-product-scroll01 .card h6 {
    color: #000;
    font-size: 19px;
    font-family: Aeonik-Medium;
}
.add-cart01 {
    background-color: transparent;
    border: none;
    padding: 0px;
    font-size: 24px;
    color: #000;
}
.add-cart01:hover {
  color: #fff;
  transition: all 0.3s;
}



.visruta-category01 {
  position: relative;
  padding: 0.5rem 0.5rem;
}
.visruta-category01 .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.visruta-category01 .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.visruta-category01:hover .image {
  opacity: 0.3;
}
.visruta-category01:hover .middle {
  opacity: 1;
}
.visruta-category01 .text {
    background-color: #1dbed0;
    color: #fff;
    font-size: 16px;
    padding: 5px 32px;
    font-family: Montserrat-Medium;
}
.visruta-category01 .text a {
    color: #fff;
}
.visruta-home02 .card-header {
  padding: 0rem;
  background-color: transparent;
}
.visruta-home02 h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
    color: #0e7f8d;
    text-shadow: none;
    letter-spacing: 1px;
    background-color: transparent;
    padding: 10px 5px;
    font-family: Aeonik-Medium;
    text-transform: capitalize;
}



.visruta-home01 {
    background: linear-gradient( rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.93) ), url(../img/categories/bg.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-position: top left;
}
.visruta-home02 {
    background: linear-gradient( rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.93) ), url(../img/categories/bg.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-position: top left;
}





.featured-products-master {
  position: relative; 
}
@media (max-width: 767px) {
  .featured-products-master {
    margin-top: 0px;
  }
}
.featured-products-master .owl-stage-outer {
  padding: 30px 0;
}
.featured-products-master .owl-dots {
  text-align: center;
}
.featured-products-master .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.featured-products-master .owl-dots .active {
  box-shadow: none;
}
.featured-products-master .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.featured-products-master .card {
    background: #77d0da;
    box-shadow: none;
    margin: 0 20px;
    padding: 0 0px;
    border-radius: 0px;
    border: 0;
}
.featured-products-master .card-body {
    padding: 0.3rem 0.3rem;
}
.featured-products-master .card .card-img-top {
    max-width: 100%;
    border-radius: 00%;
    margin: 0px auto 0;
    box-shadow: none;
    width: auto;
    height: auto;
    border: 1px solid #77d0da;
}
.featured-products-master .card h5 {
    color: #000;
    font-size: 14px;
    font-family: Aeonik-Medium;
}
.featured-products-master .card p {
    color: #000;
    font-size: 13px;
    line-height: 1.3;
    font-family: Aeonik-Regular;
    letter-spacing: 0.6px;
}
.featured-products-master .active {
  opacity: 1;
  transition: all 0.3s;
}
.featured-products-master .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}
.featured-products-master .owl-nav button {
  position: absolute;
  top: 40%;
  background-color: transparent;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.featured-products-master .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}
.featured-products-master .owl-nav button.owl-prev {
  left: -20px;
}
.featured-products-master .owl-nav button.owl-prev img {
    max-height: 33px;
    background-color: #ffffffb0;
    padding: 1px 3px;
}
.featured-products-master .owl-nav button.owl-next {
  right: -20px;
}
.featured-products-master .owl-nav button.owl-next img {
    max-height: 33px;
    background-color: #ffffffb0;
    padding: 1px 3px;
}
.add-cart02 {
    background-color: transparent;
    border: none;
    padding: 0px;
    font-size: 17px;
    color: #000;
    margin-top: 7px;
}
.add-cart02:hover {
    opacity: 0.5;
}
.visruta-home04 h2 {
    font-size: 36px;
    text-align: center;
    color: #0e7f8d;
    text-shadow: none;
    letter-spacing: 1px;
    background-color: transparent;
    padding: 10px 5px;
    font-family: Aeonik-Medium;
    text-transform: capitalize;
    margin-bottom: 1em;
}
.visruta-home04 .card-header {
    text-align: center;
    background-color: transparent;
}
.visruta-home04 .card-header .tablinks {
    border: none;
    background-color: #31bccd17;
    padding: 4px 10px;
    font-family: Montserrat-Medium;
    text-transform: capitalize;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 15px;
}
.visruta-home04 .card-header .tablinks .bi {
    color: #77d0da;
}









.gtco-testimonials {
  position: relative; 
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 0px;
  }
}
.gtco-testimonials h2 {
    font-size: 36px;
    text-align: center;
    color: #0e7f8d;
    text-shadow: none;
    letter-spacing: 1px;
    background-color: transparent;
    padding: 10px 5px;
    font-family: Aeonik-Medium;
    text-transform: capitalize;
    margin-bottom: 0.6em;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
    color: #12b5c7;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 2px;
    font-family: Aeonik-Medium;
}
.gtco-testimonials .card h5 span {
  font-size: 15px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 15px;
  color: #000;
  padding-bottom: 15px;
  font-family: Montserrat-Regular;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.gtco-testimonials .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}
.visruta-home04 {
    background: linear-gradient( rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.84) ), url(../img/categories/bg.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-position: top left;
}
.visruta-home05 {
    background: linear-gradient( rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.84) ), url(../img/categories/bg.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-position: top left;
}




.visruta-pro-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 0.8em;
    color: #000;
    text-shadow: none;
    letter-spacing: 1px;
    background-color: transparent;
    padding: 10px 5px;
    font-family: Aeonik-Medium;
    text-transform: capitalize;
}
.visruta-pro-submenu {
  text-align: center;
}
.visruta-pro-submenu .btn-danger {
    color: #fff;
    background-color: #aba9a9;
    border-color: transparent;
    padding: 0px 15px 2px 15px;
    font-family: 'Aeonik-Regular';
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 30px;
}
.visruta-pro-submenu .btn-danger:hover {
    background-color: #11b2c5;
}
.visruta-filter .accordion-body .btn-danger {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    padding: 5px 0px;
    font-family: 'Aeonik-Regular';
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: block;
    width: max-content;
}
.visruta-filter .accordion-body .btn-check:focus+.btn-danger, .btn-danger:focus {
    box-shadow: none;
    border: none;
}
.visruta-pro-filter {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0.8em;
    color: #089fb1;
    text-shadow: none;
    letter-spacing: 1px;
    background-color: transparent;
    padding: 0px 0px;
    font-family: Aeonik-Medium;
    text-transform: capitalize;
}



.visruta-filter .accordion-item .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 0px 11px 15px;
    font-size: 14px;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    font-family: 'Aeonik-Regular';
}
.visruta-sort {
    text-align: right;
}
.visruta-sort .form-control {
    display: initial;
    width: auto;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Aeonik-Regular';
    margin-top: 1em;
    margin-bottom: 2.6em;
    letter-spacing: 1px;
}







.visruta-list-contents .card-header {
    padding: 2.4px;
    background-color: #f7f7f7;
    border-radius: 0px;
    border: 3px solid #fff;
    margin-bottom: 1em;
}
.visruta-inner-master {
  margin: 0px 4px;
}
.visruta-list-inner {
  position: relative;
}
.visruta-list-inner .image {
  display: block;
  width: 100%;
  height: auto;
}
.visruta-list-inner .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(17 178 197 / 16%);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.visruta-inner-master:hover .overlay {  
  height: 100%;
}
.visruta-list-inner .text {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.visruta-list-inner .text a {
    color: #231f1f;
    font-size: 13px;
    padding: 3px 5px 3px 5px;
    background-color: #fff;
    border: none;
    border-radius: 30px;
}
.visruta-list-inner .text a:hover {
    color: #000;
}
.visruta-inner-master h2 {
    font-family: Aeonik-Medium;
    font-size: 16px;
    margin-top: 0.5em;
    color: #000;
}
.visruta-inner-master h2 a {
    color: #000;
}
.visruta-inner-master p {
    font-family: Aeonik-Regular;
    font-size: 15.4px;
    letter-spacing: 2px;
    margin: 10px 0px;
}
.visruta-inner-master p span {
    padding-left: 6px;
    text-decoration: line-through;
    color: #11b2c5;
}
.visruta-inner-master h5 {
    font-size: 15px;   
    margin: 15px 0px;
    font-size: 14px;
    background-color: #fff;
    padding: 3px;
    width: max-content;
}
.visruta-inner-master h5 span {
    background-color: #11b2c5;
    font-size: 13px;
    padding: 0px 6px 2px 6px;
    color: #fff;
    font-family: Aeonik-Regular;
    letter-spacing: 2px;
}
.visruta-inner-master h6 {
    font-size: 15px;   
    margin: 15px 0px;
    font-size: 14.5px;
    font-family: Aeonik-Regular;
    letter-spacing: 1px;
}
.visruta-inner-master h6 span {
    font-size: 13px;
    padding: 0px 0px 0px 6px;
    font-family: Aeonik-Regular;
    letter-spacing: 2px;
}
.visruta-inner-master .btn-primary {
    color: #fff;
    background-color: #231f1f;
    border-color: #231f1f;
    padding: 0px 4px 0px 4px;
    font-size: 13px;
    font-family: Aeonik-Regular;
    letter-spacing: 2px;
    text-transform: capitalize;
    border-radius: 0px;
}
.visruta-inner-master .btn-primary:hover {
    background-color: #11b2c5;
    border-color: #11b2c5;
}










.magnify > .magnify-lens {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    box-shadow: 0 0 0 5px rgb(255 255 255 / 18%), 0 0 5px 5px rgb(0 0 0 / 21%), inset 0 0 10px 2px rgb(0 0 0 / 25%);
    cursor: none;
    display: none;
    z-index: 99;
}
.visruta-prd-details01 #sync1 .item {
  background: #fff;
  padding: 0px 0px;
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}
.visruta-prd-details01 #sync2 .item {
  background: #fff;
  padding: 10px 0px;
  margin: 5px;
  color: #FFF;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #fff;
}
.visruta-prd-details01 #sync2 .item h1 {
  font-size: 18px;
}
.visruta-prd-details01 #sync2 .current .item img {
  border: 2px solid #11b2c5;
}
.visruta-prd-details01 .owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.visruta-prd-details01 .owl-theme .owl-nav [class*='owl-'] {
  transition: all 0.3s ease;
}
.visruta-prd-details01 .owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #11b2c5!important;
}
.visruta-prd-details01 .owl-theme .owl-nav [class*='owl-']:hover {
  background-color: #11b2c5!important;
}
.visruta-prd-details01 #sync1.owl-theme {
  position: relative;
}
.visruta-prd-details01 #sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: auto;
  height: auto;
  margin-top: 0px;
  position: absolute;
  top: 50%;
}
.visruta-prd-details01 #sync1.owl-theme .owl-prev {
  left: 10px;
}
.visruta-prd-details01 #sync1.owl-theme .owl-next {
  right: 10px;
}
.visruta-prd-details01 #sync1.owl-theme .owl-prev .bi {
    color: #fff;
    font-size: 26px;
}
.visruta-prd-details01 #sync1.owl-theme .owl-next .bi {
    color: #fff;
    font-size: 26px;
}



.details-crumb {
    margin-bottom: 0.8em;
}
.details-crumb a {
    color: #11b2c5;
    font-size: 15px;
    padding: 0px 5px 0px 0px;
    text-transform: capitalize;
    font-family: Aeonik-Regular;
    letter-spacing: 1px;
}
.visruta-details-master h2 {
    font-family: Aeonik-Medium;
    font-size: 26px;
    color: #231f1f;
    margin-bottom: 0.6em;
}
.visruta-details-master h3 {
    font-family: Aeonik-Medium;
    font-size: 22px;
    color: #078d9d;
    margin-bottom: 0.6em;
}
.visruta-details-master h4 {
    font-family: Aeonik-Medium;
    font-size: 18px;
    color: #231f1f;
    margin-bottom: 1em;
    letter-spacing: 1px;
}
.visruta-details-master p {
    font-family: Montserrat-Medium;
    font-size: 15px;
    color: #000;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 1.4em;
}
.visruta-details-master form label {
    display: inline-block;
    font-size: 15px;
    font-family: Montserrat-SemiBold;
    color: #000;
    margin-bottom: 0.4em;
}
.visruta-details-master form .form-control {
    display: initial;
    width: 100px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #0000006b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Montserrat-Medium;
}
.visruta-details-master form .btn-primary {
    color: #fff;
    background-color: #11b2c5;
    border-color: #11b2c5;
    font-family: Montserrat-Medium;
    font-size: 15px;
}







.prd-desc-detailed-description {
    background-color: #11b2c512;
}
.prd-desc-detailed-description .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #11b2c5;
    font-size: 15px;
    font-family: Aeonik-Regular;
    color: #fff;
}
.prd-desc-detailed-description .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0rem;
    font-size: 15px;
    font-family: Aeonik-Regular;
    color: #000;
}
.prd-desc-detailed-description .nav {
    border-bottom: 1px solid #d3ced2;
    justify-content: center;
}
.prd-desc-detailed-description .tab-content p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 15px;
    font-family: Aeonik-Regular;
    line-height: 28px;
}
.prd-desc-detailed-description .tab-content ul li {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 15px;
    font-family: Aeonik-Regular;
    line-height: 28px;
}
.cont-rev-star a {
    color: #efa54a;
}











.my-acc-inner .tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: auto;
    height: auto;
}
.my-acc-inner .tab button {
    display: block;
    background-color: inherit;
    padding: 14px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-family: Aeonik-Medium;
    color: #000;
    font-size: 14px;
}
.my-acc-inner .tab button:hover {
  background-color: #11b2c5;
}
.my-acc-inner .tab button.active {
  background-color: #11b2c514;
}
.my-acc-inner .tabcontent {
    padding: 12px 12px;
    border: none;
    border-left: none;
    height: auto;
    background-color: #f5f5f5;
    left: 0;
}
.visruta-my-account-master .card {
    border: none;
    border-radius: 0rem;
}
.visruta-my-account-master .card-header {
    padding: 0rem;
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    border-radius: 0px;
}

.acc-content-inner-one h4 {
    margin-bottom: 0.8rem;
    color: #000;
    font-size: 18px;
    line-height: 1.3;
    font-family: Aeonik-Medium;
    text-transform: capitalize;
}
.acc-content-inner-one label {
    font-family: Aeonik-Regular;
    color: #000;
    font-size: 14px;
    line-height: 30px;
}
.acc-content-inner-one .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Aeonik-Regular;
    margin-bottom: 1em;
}
.acc-content-inner-one .btn-primary {
    color: #fff;
    background-color: #231f1f;
    border-color: #231f1f;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0px;
}
.acc-content-inner-one .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}




.acc-content-inner-two h4 {
    margin-bottom: 0.8rem;
    color: #000;
    font-size: 18px;
    line-height: 1.3;
    font-family: Aeonik-Medium;
    text-transform: capitalize;
}
.acc-content-inner-two label {
    font-family: Aeonik-Medium;
    color: #000;
    font-size: 15px;
}
.acc-content-inner-two .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.375rem;
    font-size: 15px;
    line-height: 1.5;
    color: #0e8a99;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 1em;
    font-family: Aeonik-Medium;
    letter-spacing: 1px;
}
.acc-content-inner-two .btn-primary {
    color: #fff;
    background-color: #231f1f;
    border-color: #231f1f;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0px;
}
.acc-content-inner-two .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}


.acc-content-inner-three .card {
    border: none;
    border-radius: 0rem;
    background-color: transparent;
}
.acc-content-inner-three .card-header {
    background-color: transparent;
}
.acc-content-inner-three .card-header table {
    width: 100%;
    margin-left: 0.7em;
    background-color: #fff;
}
.acc-content-inner-three .card-header table tr th {
    font-family: Aeonik-Medium;
    color: #000;
    font-size: 16px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
}
.acc-content-inner-three .card-header table tr td {
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
}
.acc-content-inner-three .card-header table tr td img {
    max-width: 100%;
    height: auto;
    width: 108px;
}
.acc-content-inner-three .card-header table tr td .card-title span {
    font-family: Aeonik-Medium;
    color: #000;
}
.acc-content-inner-three .card-header table tr td .card-title {
    margin-bottom: 0.5rem;
    font-family: Aeonik-Regular;
    font-size: 15px;
    color: #222;
}
.acc-content-inner-three .card-header table tr td .card-text {
    margin-bottom: 0.5rem;
    font-family: Aeonik-Regular;
    font-size: 15px;
    color: #000;
}
.acc-content-inner-three .card-header table tr td .date-of-picked {
    margin-bottom: 0.5rem;
    font-family: Aeonik-Regular;
    font-size: 14px;
    color: #000;
}
.acc-content-inner-three .card-header table tr td .price-text {
    font-family: Aeonik-Medium;
    font-size: 20px;
    color: #333;
}
.acc-content-inner-three .card-header table tr td .status-green {
    font-family: Aeonik-Medium;
    font-size: 13px;
    background-color: #4BB543;
    color: #fff;
    text-transform: capitalize;
    padding: 2px 4px 1px 2px;
    margin: 0px;
    width: max-content;
}



.acc-content-inner-four .card {
    border: none;
    border-radius: 0rem;
    background-color: transparent;
}
.acc-content-inner-four .card-header {
    background-color: transparent;
}
.acc-content-inner-four .card-header table {
    width: 100%;
    margin-left: 0.7em;
    background-color: #fff;
}
.acc-content-inner-four .card-header table tr th {
    font-family: Aeonik-Medium;
    color: #000;
    font-size: 16px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
}
.acc-content-inner-four .card-header table tr td {
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
}
.acc-content-inner-four .card-header table tr td img {
    max-width: 100%;
    height: auto;
    width: 108px;
}
.acc-content-inner-four .card-header table tr td .card-title span {
    font-family: Aeonik-Medium;
    color: #000;
}
.acc-content-inner-four .card-header table tr td .card-title {
    margin-bottom: 0.5rem;
    font-family: Aeonik-Regular;
    font-size: 15px;
    color: #222;
}
.acc-content-inner-four .card-header table tr td .card-text {
    margin-bottom: 0.5rem;
    font-family: Aeonik-Regular;
    font-size: 15px;
    color: #000;
}
.acc-content-inner-four .card-header table tr td .date-of-picked {
    margin-bottom: 0.5rem;
    font-family: Aeonik-Regular;
    font-size: 14px;
    color: #000;
}
.acc-content-inner-four .card-header table tr td .price-text {
  font-family: Aeonik-Medium;
    font-size: 20px;
    color: #333;
}
.acc-content-inner-four .card-header table tr td .status-red {
    font-family: Aeonik-Medium;
    font-size: 13px;
    background-color: #f90f0f;
    color: #fff;
    text-transform: capitalize;
    padding: 2px 4px 1px 2px;
    margin: 0px;
    width: max-content;
}


.acc-content-inner-five label {
    font-family: Aeonik-Regular;
    color: #000;
    font-size: 14px;
    line-height: 30px;
}
.acc-content-inner-five .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Aeonik-Regular;
    margin-bottom: 1em;
}

.acc-content-inner-five .btn-primary {
    color: #fff;
    background-color: #231f1f;
    border-color: #231f1f;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0px;
}
.acc-content-inner-five .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.acc-content-inner-six .btn-primary {
    color: #fff;
    background-color: #231f1f;
    border-color: #231f1f;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0px;
}
.acc-content-inner-six .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.acc-content-inner-seven h1 {
    font-size: 26px;
    text-align: center;
    color: #000;
}
.my-scc-master-head {
    text-align: center;
    margin-bottom: 0.6em;
    font-size: 32px;
    color: #000;
}







.login-title {
    text-align: center;
    margin-bottom: 0.6em;
    font-size: 32px;
    color: #000;
    text-transform: capitalize;
    font-family: Aeonik-Medium;
}
.visruta-login-master .card-header label {
    font-family: Aeonik-Regular;
    color: #000;
    font-size: 14px;
    line-height: 30px;
}
.visruta-login-master .card-header .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Aeonik-Regular;
    margin-bottom: 1em;
}
.visruta-login-master .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
}
.visruta-login-master .card {
    border-radius: 0px;
    background-color: #3f1f6114;
}
.visruta-login-master .card-header .btn-primary {
    color: #fff;
    background-color: #11b2c5;
    border-color: #11b2c5;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0px;
    font-family: Aeonik-Regular;
}
.visruta-login-master .card-header .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.login-to-forgot-password {
    text-align: center;
    font-size: 23px;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}
.login-to-forgot-password a {
    color: #11b2c5;
}
.visruta-login-master {
    padding: 40px 0;
}









.register-title {
    text-align: center;
    margin-bottom: 0.6em;
    font-size: 32px;
    color: #000;
    text-transform: capitalize;
}
.visruta-register-master .card-header label {
    font-family: Aeonik-Regular;
    color: #000;
    font-size: 14px;
    line-height: 30px;
}
.visruta-register-master .card-header .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Aeonik-Regular;
    margin-bottom: 1em;
}
.visruta-register-master .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border: none;
}
.visruta-register-master .card {
    border-radius: 0px;
}
.visruta-register-master .card-header .btn-primary {
    color: #fff;
    background-color: #11b2c5;
    border-color: #11b2c5;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0px;
}
.visruta-register-master .card-header .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.register-to-login {
    text-align: center;
    font-size: 23px;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}
.login-to-forgot-password {
    text-align: center;
    font-size: 23px;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}











.cart-title {
    font-family: Aeonik-Regular;
    font-size: 28px;
    color: #333;
    text-align: center;
    line-height: 32px;
    margin-bottom: 1em;
    text-transform: capitalize;
}
.visruta-cart-content-master .card {
    border-radius: 0rem;
    padding: 0px;
    border: none;
}
.visruta-cart-content-master .card-header {
    padding: 0rem 0rem;
    margin-bottom: 0;
    background-color: #fff;
    border: none;
}
.visruta-cart-content-master .card-header table {
    width: 100%;
}
.visruta-cart-content-master .card-header table tr th {
    font-family: Aeonik-Medium;
    color: #000;
    font-size: 17px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    font-weight: 500;
    background-color: #f5f5f5;
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
}
.visruta-cart-content-master .card-header table tr td {
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
}
.visruta-cart-content-master .card-header table tr td h4 {
    font-family: Aeonik-Regular;
    color: #000;
    font-size: 15px;
}
.visruta-cart-content-master .card-header table tr td a {
    color: #fb100b;
}
.visruta-cart-content-master .card-header table tr td img {
    max-width: 100%;
    width: 148px;
    border: 2px solid #fff;
}
.visruta-cart-content-master .card-block {
    padding: 0rem 0rem;
    margin-bottom: 0;
    background-color: #fff;
    border: none;
}
.visruta-cart-total {
    margin-left: 10px;
}
.visruta-cart-content-master .card-block table {
    width: 100%;
}
.visruta-cart-content-master .card-block table tr th {
  font-family: Aeonik-Medium;
    color: #000;
    font-size: 17px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    font-weight: 500;
    background-color: #11b2c5;
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
    text-transform: uppercase;
    text-align: center;
}
.visruta-cart-content-master .card-block table tr td {
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
    font-size: 14px;
    color: #000;
}
.visruta-cart-content-master .card-block table tr td span {
    font-family: Aeonik-Medium;
    color: #000;
    font-size: 15px;
}
.visruta-cart-content-master .card-block table tr td h4 {
    font-family: Aeonik-Regular;
    color: #000;
    font-size: 15px;
}
.visruta-cart-content-master .card-block table tr td a {
    color: #fb100b;
}
.visruta-cart-content-master .card-block table tr td img {
    max-width: 100%;
    width: 148px;
    border: 2px solid #fff;
}
.visruta-cart-content-master .card-block table tr td .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 100%;
    text-transform: capitalize;
    font-size: 15px;
    font-family: Aeonik-Regular;
}










.checkout-title {
  font-family: Aeonik-Medium;
    font-size: 24px;
    color: #333;
    text-align: left;
    line-height: 32px;
    margin-bottom: 1em;
    text-transform: capitalize;
}
.visruta-checkout-master .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0px;
}
.visruta-checkout-master .card {
    border-radius: 0px;
    border: none;
}
.visruta-checkout-master .card-header label {
    font-family: Aeonik-Regular;
    color: #000;
    font-size: 14px;
}
.visruta-checkout-master .card-header .form-control {
    display: block;
    width: 100%;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Aeonik-Regular;
    margin-bottom: 0.8em;
}

.checkout-order-content {
    margin: 0px 15px;
}
.order-title {
    font-family: Aeonik-Medium;
    font-size: 24px;
    color: #333;
    text-align: left;
    line-height: 32px;
    margin-bottom: 1em;
    text-transform: capitalize;
}
.visruta-checkout-master .card-block table {
    width: 100%;
}
.visruta-checkout-master .card-block table tr th {
    font-family: Aeonik-Medium;
    color: #000;
    font-size: 15px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    font-weight: 500;
    background-color: #11b2c5;
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
}
.visruta-checkout-master .card-block table tr td {
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
    font-size: 14px;
}
.visruta-checkout-master .card-block table tr td .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 100%;
    text-transform: capitalize;
    font-size: 15px;
    font-family: Aeonik-Regular;
}