/* My Styles */
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");

/* General Css */

/* Clockify css starts here*/
body {
  /*font-family: 'Karla', sans-serif;*/
  font-family: "Roboto", sans-serif;
  /* overflow-x: hidden; */
}
.section {
  overflow: hidden;
}
.w-70 {
  width: 70%;
}
.w-130px {
  width: 130px;
}
.site-header {
  /* background: #f9ba00; */
  background: #fafad2;
  /* background-color: #85e872; */
}
a {
  color: #1d0193;
}
.header-right li {
  padding-right: 40px;
}
h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: normal;
  color: #3d4853;
}
.home-content {
  color: #5a6b7b;
  margin: 0 auto;
  max-width: 650px;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
}
.swiper-slide {
  width: auto; /* or let swiper.js calculate */
  flex-shrink: 0;
}
.header-right li,
.header-right li button {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 13px;
}
.header-right li button {
  width: 140px;
  text-shadow: none;
  text-transform: uppercase;
  height: 40px;
}
.btn-outline-primary {
  color: #03a9f4;
  border-color: #03a9f4;
}
.btn-outline-primary:hover {
  background: #03a9f4 !important;
}
.header-right li:last-child {
  padding-right: 0px;
}
h2 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: normal;
  color: #3d4853;
}
.privacy-wrapper h4{
    margin-bottom: 10px;
    color:#1d0193;
    font-weight: 700;
}
.privacy-wrapper h5{
    margin-bottom: 5px;
    color:#1d0193;
    font-weight: 400;
}
.privacy-wrapper ul{
    list-style: disc;
    padding-left: 30px;
}
.privacy-wrapper ul strong{
    font-weight: 700;
}
#menu-main-menu li {
  padding-right: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  /* color: #5a6b7b; */
  color: #1d0193;
}
#menu-main-menu li:hover a{
 border-bottom: 3px solid #f26038;
 padding-bottom:5px;
}
#menu-main-menu li.current_page_item {
  color: #1d0193;
}
#menu-main-menu li.current_page_item a {
  /* text-decoration: underline; */
}
#menu-main-menu .sub-menu {
  display: none;
}
#menu-main-menu li:hover .sub-menu {
  display: block;
  position: absolute;
  width: 250px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 25px 20px;
  z-index: 2;
  min-width: 250px;
  //top: 70px;
  border-radius: 0;
  border: none !important;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  //right: 75px;
}
#menu-main-menu .sub-menu li {
  padding: 0 0 10px;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #1d0193;
}
#menu-main-menu .sub-menu li:last-child {
  padding: 0;
}
#menu-main-menu li.menu-item-has-children:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.justify-content-right {
  justify-content: right;
}
.home-banner-content {
  max-width: 700px;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-content {
  padding: 200px 90px;
  max-width: 700px;
  text-align: left;
}
.banner-content .banner-desc {
  letter-spacing: -0.02em;
}
.banner-content h1 span {
  color: #1d0193;
}
.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.font-family-Karla {
  font-family: "Karla", sans-serif;
}
.font-family-Inter {
  font-family: "Inter", sans-serif;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.lh-65 {
  line-height: 65px;
}
.lh-55 {
  line-height: 55px;
}
.lh-50 {
  line-height: 50px;
}
.lh-40 {
  line-height: 40px;
}
.lh-25 {
  line-height: 25px;
}
.lh-30 {
  line-height: 30px;
}
.lh-35 {
  line-height: 35px;
}
.f-14 {
  font-size: 14px;
}
.f-15 {
  font-size: 15px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-28 {
  font-size: 28px;
}
.f-26 {
  font-size: 26px;
}
.f-24 {
  font-size: 24px;
}
.f-25 {
  font-size: 25px;
}
.f-22 {
  font-size: 22px;
}
.f-35 {
  font-size: 35px;
}
.f-32 {
  font-size: 32px;
}
.f-40 {
  font-size: 40px;
}
.f-45 {
  font-size: 45px;
}
.f-60 {
  font-size: 60px;
}
.w-150px {
  width: 150px;
}
.w-175px {
  width: 175px;
}
.w-160px {
  width: 160px;
}
.w-250px {
  width: 250px;
}
.w-78 {
  width: 78%;
}
.w-60 {
  width: 60%;
}
.w-30 {
  width: 30px;
}
.height-500px {
  height: 500px;
}
.border-radius-10px {
  border-radius: 10px;
}
.box-shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.color-5a5a5a {
  color: #5a5a5a;
}
.color-1d0193 {
  color: #1d0193;
}
.color-6f6f6f {
  color: #6f6f6f;
}
.color-cbcfd0 {
  color: #cbcfd0;
}
.color-1d0193 {
  color: #1d0193;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}
.bg-F5F5F5 {
  background: #f5f5f5;
}
.bg-1d0193 {
  background: #1d0193;
}
.bg-231F20 {
  background: #231f20;
}
.btn-more {
  border: 1px solid #1d0193;
  border-radius: 10px;
  padding: 10px 70px;
  background: transparent;
  cursor: pointer;
}
.btn-more:hover {
  background: #1d0193;
  color: #fff;
}
.btn-more-bg {
  background: #1d0193;
}
.letter-spacing {
  letter-spacing: -0.02em;
}
.cursor-pointer {
  cursor: pointer;
}
.text-decoration-underline {
  text-decoration: underline;
}

/* Home */

.contact-form .iti--allow-dropdown,
.contact-form .iti--allow-dropdown input {
  width: 100%;
  box-sizing: border-box;
}
.contact-form input[type="submit"] {
  margin-top: 30px;
  border: 2px solid #f26038;
  background: #f26038;
  color: #fff;
  height: 50px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.contact-form label {
  color: #615f5f;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 7px;
}
.contact-form input[type="text"],
.contact-form select,
.contact-form input[type="email"] {
  padding: 10px;
}
.contact-form input,
.contact-form select {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #333;
}
.contact-form {
  background: #fff;
  /* height: 590px; */
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 40px 40px 10px;
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
}
.contact-section-wrapper {
  background: #615754;
}
.btn-primary {
  background-color: #1d0193;
  border-color: #1d0193;
  color: #fff;
}
.counter::after {
  content: "+";
  font-size: 48px;
  font-weight: 700;
  color: #1d0193;
  margin-left: 4px;
}
#counter-section {
  background: #cf3476;
  margin-top: -6px;
}
.counter-section {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 60px 20px;
  text-align: center;
  flex-wrap: wrap;
}
.counter-box {
  flex: 1 1 100px;
  padding: 20px;
  border-radius: 12px;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.counter-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  background: #1d0193;
}
.icon {
  font-size: 40px;
  color: #1d0193;
  margin-bottom: 15px;
}
.counter-box:hover .icon {
  color: #ffc107;
}
.counter-box:hover p,
.counter-box:hover .counter,
.counter-box:hover .counter::after {
  color: #ffc107;
}
.counter {
  font-size: 48px;
  font-weight: 700;
  color: #1d0193;
}
.counter-box p {
  font-size: 18px;
  margin-top: 5px;
  color: #1d0193;
  font-weight: 500;
  margin-bottom: 0;
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.banner-desc {
  text-align: center;
  background: #1d0193 !important;
  width: 250px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
  line-height: 40px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 25px;
}
.banner-desc:hover{
    box-shadow: 0 0 0 .2rem #1d0193 ;
}

.mentor-wrapper .swiper-button-prev,
.mentor-wrapper .swiper-button-next {
  position: absolute;
  bottom: -50px;
  top: auto;
  color: #ffc107;
  background: #1d0193;
  font-size: 16px;
  border-radius: 10px;
}
.mentor-wrapper .swiper-button-next {
  right: 45%;
  left: auto;
}
.mentor-wrapper .swiper-button-prev {
  left: 45%;
  right: auto;
}
.mentor-wrapper .swiper-button-prev:after,
.mentor-wrapper .swiper-button-next:after {
  font-size: 20px;
  font-weight: 700;
}
html {
  scroll-behavior: smooth;
}
.mentor-wrapper .swiper-slide.swiper-slide-active .mentor-info {
  display: block;
  padding: 5px 22px 5px 22px;
  background: rgb(0, 0, 0, 0.6);
  border-radius: 0 0 10px 20px;
}
.mentor-info {
  display: none;
}
.mentor-info h3 {
  font-size: 20px;
}
.mentor-info p {
  font-size: 14px;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: none !important;
  outline: none !important;
}
.competative-wrapper {
  background: #3232e9;
}
.competative-wrapper .swiper-slide {
  border: 2px solid #fff;
  border-radius: 10px;
}
.academic-wrapper {
  background: #fff;
}
.academic-wrapper .swiper-slide {
  border: 1px solid #000;
  border-radius: 10px;
  background: #f0f0f0;
}
.testseries-wrapper {
  background: #eef593;
}
.testseries-wrapper .swiper-slide {
  border: 1px solid #000;
  border-radius: 10px;
}
.competative-swipe {
  position: relative;
}
.competative-swipe .swiper-button-prev {
  background: url("../img/arrow-right-circle.png") no-repeat !important;
  width: 60px !important;
  height: 60px !important;
  opacity: 1 !important;
  position: absolute !important;
  left: 30px;
  top: 55%;
  transform: translate(-50%, -50%);
}
.competative-swipe .swiper-button-next {
  background: url("../img/arrow-left-circle.png") no-repeat !important;
  width: 60px !important;
  height: 60px !important;
  opacity: 1 !important;
  position: absolute !important;
  right: -30px;
  top: 55%;
  transform: translate(-50%, -50%);
}
.competative-swipe .swiper-button-next:after,
.competative-swipe .swiper-button-prev:after {
  display: none;
}
.partner-section {
  background-image: url("../images/partner-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 16%;
}
.testi-block > div {
  background-image: url("../img/testi-quto.png") !important;
  background-repeat: no-repeat;
  background-size: 3%;
  background-position: 3.5% 12%;
  padding: 20px;
}
.testimonial-section .swiper-button-prev:after,
.testimonial-section .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  width: 40px;
  height: 24px;
  background-size: 40px;
}
.testimonial-section .swiper-button-prev:after {
  background-image: url("../img/arrow-left.png") !important;
}
.testimonial-section .swiper-button-next:after {
  background-image: url("../img/arrow-right.png") !important;
}
.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev,
.testimonial-section .swiper-button-prev.swiper-button-disabled,
.testimonial-section .swiper-button-next.swiper-button-disabled {
  top: auto;
  width: 40px;
  height: 24px;
  bottom: 5%;
}
.testimonial-section .swiper-button-prev {
  left: 70px;
  right: auto;
}
.testimonial-section .swiper-button-next {
  right: 85%;
  left: auto;
}
.testimonial-section .swiper-button-prev.swiper-button-disabled,
.testimonial-section .swiper-button-next.swiper-button-disabled {
  opacity: 1 !important;
}
.testimonial-section .swiper-button-prev.swiper-button-disabled:after,
.testimonial-section .swiper-button-next.swiper-button-disabled:after {
  opacity: 1 !important;
  content: "";
  background-repeat: no-repeat;
  background-size: 40px;
  width: 40px;
  height: 24px;
}
.testimonial-section .swiper-button-prev.swiper-button-disabled:after {
  background-image: url("../img/arrow-left-disable.png") !important;
}

.testimonial-section .swiper-button-next.swiper-button-disabled:after {
  background-image: url("../img/arrow-right-disable.png") !important;
}
.testimonial-section {
  padding-bottom: 70px !important;
}
.contact-sec {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  width: 100%;
  top: 120%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.testimonial-section {
  background: #bdd3fa;
}
.teachertraining-wrapper {
  background: #f0f0f0;
}
.teachertraining-wrapper {
  font-weight: 500;
}
.teachertraining-wrapper .fees {
  color: #1d0193;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.teachertraining-wrapper .tt-wrap {
  border: 2px solid #568beb;
  border-radius: 10px;
  padding: 0;
}
.teachertraining-wrapper p {
  margin: 0 0 0.5em;
}

.teacher-testimonial-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

teacher-testimonial-section .swiper {
  padding: 40px 0;
}

.teacher-testimonial-section .swiper-slide {
  background: #d84715;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.teacher-testimonial-section .user-img {
  flex: 0 0 250px;
  border-radius: 20px;
  overflow: hidden;
}

.teacher-testimonial-section .user-img img {
  width: 100%;
  border-radius: 16px;
}

.teacher-testimonial-section .testimonial-content {
  flex: 1;
  color: #fff;
  padding-left: 30px;
  position: relative;
}

.teacher-testimonial-section .testimonial-content p {
  font-size: 1.1em;
  line-height: 1.6;
  color: #fff;
}

.teacher-testimonial-section .testimonial-name {
  font-weight: bold;
  margin-top: 35px;
}
span.quto {
  font-family: "Passion One", sans-serif;
  font-size: 70px;
  position: absolute;
  top: -50px;
  left: 0;
}
.teacher-testimonial-section .testimonial-title {
  color: #fff;
  font-size: 0.95em;
}

.teacher-testimonial-section .swiper-pagination-bullets {
  text-align: center;
  margin-top: 20px;
}
.teacher-testimonial-section
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.teacher-testimonial-section
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
}
.text-primary {
  color: #1d0193 !important;
}
.teacher-testimonial-section .swiper-pagination-bullet-active {
  background-color: #1d0193;
}

/* Footer */
/* WebKit Browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 10px; /* Adjust scrollbar width */
  height: 10px; /* For horizontal scrollbars */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Optional: track background */
}

::-webkit-scrollbar-thumb {
  background-color: #1d0193; /* Theme color */
  border-radius: 8px;
  border: 2px solid #f1f1f1; /* Optional: space around the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #15016b; /* Darker on hover */
}

/* Firefox */
* {
  scrollbar-width: thin; /* Options: auto, thin, none */
  scrollbar-color: #1d0193 #f1f1f1; /* thumb color | track color */
}
#scrollToTopBtn {
  position: fixed;
  bottom: 140px;
  right: 10px;
  background-color: #1d0193;
  color: white;
  padding: 10px 15px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  display: none;
  z-index: 1000;
  cursor: pointer;
  transition: opacity 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#scrollToTopBtn:hover {
  background-color: #15016b;
}
p.contact-info,
p.contact-info a {
  font-weight: 600;
  margin-bottom: 10px !important;
  vertical-align: middle;
  display: inline-table;
  color: #1d0193;
  font-size: 15px;
  line-height: 20px;
}
p.contact-info i {
  font-size: 20px;
}
.site-footer {
  background-color: #fafad2;
}
.home .site-footer > div {
  /* padding-top: 250px !important; */
}
.footer-logo img {
  width: 160px;
}
#menu-footer-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menu-footer-menu li {
  font-family: "Karla", sans-serif;
  color: #1d0193;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}
#menu-footer-menu li:hover a {
    color:#f26038;
}
.copy-right-sec {
  border-top: 1px solid #1d0193;
}
.copy-right-sec p {
  color: #1d0193;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.social-media li {
  padding-right: 15px;
}
.social-media li a {
  text-indent: -999999px;
  display: inline-block;
}
.social-media li.fb a {
  background: url(../img/facebook.png) no-repeat;
  width: 13px;
  height: 22px;
}
.social-media li.twt a {
  background: url(../img/twitter.png) no-repeat;
  width: 27px;
  height: 24px;
}
.social-media li.ins a {
  background: url(../img/instagram.png) no-repeat;
  width: 22px;
  height: 22px;
}
.social-media li.yutube a {
  background: url(../img/youtube.png) no-repeat;
  width: 29px;
  height: 26px;
}
.social-media li.linkedin a {
  background: url(../img/linkedin.png) no-repeat;
  width: 27px;
  height: 26px;
}

/* Form */
#janakiram_academy-form input,
#janakiram_academy-form input:focus,
#janakiram_academy-form select.wpcf7-form-control.wpcf7-select,
#janakiram_academy-form textarea {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 01px solid #000000 !important;
  height: 40px;
  outline: none !important;
  width: 100%;
  letter-spacing: -0.02em;
  color: #6f6f6f;
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
#janakiram_academy-form input[type="submit"] {
  border: 1px solid #1d0193 !important;
  border-radius: 10px;
  padding: 10px 70px;
  background: transparent;
  cursor: pointer;
  color: #1d0193;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  font-family: "Karla", sans-serif;
  width: 250px;
  padding: 5px 60px;
  height: 45px;
}

#contact-form #janakiram_academy-form input[type="submit"] {
  border: none !important;
  background: #1d0193;
  color: #fff;
}
#janakiram_academy-form .wpcf7-form-control::-webkit-input-placeholder {
  color: #6f6f6f;
  font-family: "Karla", sans-serif;
  opacity: 1 !important;
}
/* Product*/
.prod-banner-content {
  padding: 200px 50px;
}
.counter-sec {
  position: absolute;
  bottom: 25px;
  width: 75%;
  background: #fff;
  padding: 20px 30px;
  transform: translate(-50px, -50px);
  left: 18%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.products .prod-wrap {
  margin-bottom: 15px;
}
.products .prod-wrap:hover .overlay {
  height: 20%;
  overflow: visible;
}
.products .prod-wrap img {
  position: relative;
}
.products .prod-wrap .overlay {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  background: rgba(73, 116, 184, 0.8);
  overflow: hidden;
  height: 0;
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-pagination .page-numbers {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  color: #5a5a5a;
  margin-right: 15px;
  text-align: center;
}
.custom-pagination .current {
  background: #1d0193;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
}
.woocommerce div.product div.summary {
  margin-top: 150px;
}
/* .woocommerce div.product div.images.woocommerce-product-gallery{
	position: static;
}
.woocommerce div.product div.images .flex-control-thumbs{
	position: absolute;
    top: 20%;
    right: 16%;
} */
.single-product h1.product_title.entry-title {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  color: #6f6f6f;
}
.single-product .woocommerce-product-details__short-description p {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #6f6f6f;
}
.single-product .flex-control-nav.flex-control-thumbs {
  margin: 50px 0 0 !important;
  /*flex-direction: row;
    display: flex;
    flex-wrap: wrap;*/
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 12%;
}
.woo3dv-view3d-button-wrapper {
  width: 100% !important;
}
.single-product .flex-control-nav.flex-control-thumbs img,
.thumbnails.columns-3 img {
  width: 64px !important;
  border: 3px solid #cbcfd0;
  border-radius: 50%;
  padding: 10px;
  height: 64px !important;
}
.single-product .flex-control-nav.flex-control-thumbs img.flex-active {
  border: 3px solid #1d0193;
}
.single-product .flex-control-thumbs li {
  width: 12%;
  cursor: pointer;
  float: left;
}
.single-product .product_meta,
.single-product.woocommerce ul.products li.product .button,
.single-product .woocommerce-breadcrumb {
  display: none;
}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
  height: 20%;
  overflow: visible;
  font-size: 28px;
  background: rgba(73, 116, 184, 0.8);
}
.woocommerce ul.products li.product a img {
  margin: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  overflow: hidden;
  height: 0;
  transition: 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 0;
  font-weight: 700;
  font-family: "Karla", sans-serif;
  color: #fff !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 1% 2.992em 0;
  width: 24%;
}
.woocommerce-page ul.products li:last-child {
  margin: 0 !important;
}
.single-product .enquire-now {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #1d0193 !important;
  border-radius: 10px;
  width: 500px;
  height: 45px;
}
.single-product .back {
  position: absolute;
  top: 1%;
  left: 110px;
  z-index: 9999;
}
.single-product .content-wrapper {
  position: relative;
}
.single-product .prev_next_buttons {
  width: 500px;
  padding-top: 50px;
}
.single-product .prev_next_buttons a {
  color: #6f6f6f;
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: -0.02em;
}

/*Find Partner */
#search-icon {
  width: 100%;
  height: 50px;
}
.find-store .form-control {
  border-bottom: 1px solid #000000;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}
.woocommerce-page div.product div.thumbnails a {
  width: auto;
}
.pp_next,
.pp_previous {
  display: none !important;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  display: none !important;
}

/* Magnifier*/
.large {
  width: 200px;
  height: 200px;
  position: absolute;
  /*border-radius: 100%;*/
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  display: none;
}
.small {
  display: block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 9999;
}
.pswp {
  z-index: 15000;
}
li.twt {
  display: none;
}
/*.flex-control-nav.flex-control-thumbs li:first-child{
	display:flex;
	order:2;
}
  .thumb-info{
	margin-bottom: 10px;
    display: block;
	font-size: 12px;
  }
  .single-product .flex-control-thumbs li{
	margin-right: 25px;
  }
  .single-product .flex-control-thumbs li:last-child{
	margin-right: 0px;
  }*/
/* Modal Content */
.openBtn {
  display: flex;
  justify-content: left;
}
.openButton {
  border: none;
  border-radius: 5px;
  background-color: #1c87c9;
  color: white;
  padding: 14px 20px;
  cursor: pointer;
  position: fixed;
}
.loginPopup {
  position: relative;
  text-align: center;
  width: 100%;
}
.formPopup {
  display: none;
  position: fixed;
  left: 50%;
  top: 10%;
  transform: translate(-50%, 0%);
  border: 3px solid #1d0193;
  z-index: 9999999;
  width: 75%;
}
.btn.cancel {
  position: absolute;
  right: -35px;
  top: -35px;
  font-size: 30px;
  line-height: 15px;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  border: 3px solid #1d0193;
}
