/*General Css*/
body {
  font-family: "Inter", sans-serif;
  color: #0d162a;
  margin: 0;
  line-height: 1.5em;
  overflow-x: hidden;
  font-size: 18px;
  background: #ebe8f1;
}

* {
  box-sizing: border-box;
}

.o-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.o-container-fluid::before {
  content: " ";
  display: table;
}

.o-container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.o-container::before {
  content: " ";
  display: table;
}

.o-row {
  display: inline-block;
  width: 100%;
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1 {
  width: 8.33333333%;
}

.col-lg-2 {
  width: 16.66666667%;
}

.one-fifth {
  width: 20%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.33333333%;
}

.col-lg-5 {
  width: 41.66666667%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-7 {
  width: 58.33333333%;
}

.col-lg-8 {
  width: 66.66666667%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-10 {
  width: 83.33333333%;
}

.col-lg-11 {
  width: 91.66666667%;
}

.col-lg-12 {
  width: 100%;
}

.one-fifth, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .one-fifth, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: none;
    width: 100%;
  }
}

#blogs {
  min-height: 500px;
}
@media (max-width: 768px) {
  #blogs {
    min-height: inherit;
  }
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

a {
  font-size: 18px;
  line-height: 1.5em;
}

h1, h2, h2 a, h3, h4, h5, h6 {
  color: #0d162a;
  font-weight: 700;
  font-family: "DynaPuff", system-ui;
  line-height: normal;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  h1, h2, h2 a, h3, h4, h5, h6 {
    font-size: 24px;
  }
}

h1 {
  font-size: 50px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 27.5px;
  }
}

h2, h2 a {
  font-size: 33.33px;
}
@media (max-width: 768px) {
  h2, h2 a {
    font-size: 24px;
  }
}

h3 {
  font-size: 27.5px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 21px;
  }
}

h4, h6 {
  font-size: 21px;
}

h5 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

#blogs .o-container > .vc_row {
  padding-bottom: 40px;
}
#blogs .o-container > .vc_row.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
#blogs .o-container > .vc_row.no-padding .vc_column-inner {
  padding: 0;
}
#blogs .o-container > .vc_row.no-padding .vc_column-inner .wpb_text_column {
  margin-bottom: 10px;
}
#blogs .o-container > .vc_row.no-padding .vc_column-inner .wpb_single_image {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  body .float-right {
    float: right;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}

/*Button Css*/
.btn,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern,
body .woocommerce a.button.alt,
.woocommerce div.product form.cart .button,
#blogs.woocommerce-page a.button,
#blogs #payment #place_order,
#blogs #payment #place_order,
#blogs .cart .button,
#blogs .wp-block-woocommerce-cart .wc-block-cart__submit-container .wc-block-cart__submit-button,
#blogs .wc-block-components-totals-coupon .wc-block-components-totals-coupon-link,
#blogs .wc-block-cart-item__remove-link,
#blogs.woocommerce-page .wc-proceed-to-checkout a.checkout-button,
#blogs.woocommerce-page .wc-proceed-to-checkout a.checkout-button,
#blogs.woocommerce-page .wc-proceed-to-checkout a.checkout-button,
body .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern, .vc_btn3-color-grey,
.nav-prev a, .nav-next a {
  display: inline-block;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.5s ease-out;
  background: #0d162a;
  min-width: 140px;
  text-align: center;
  color: #fff;
  min-height: 40px;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
}
.btn:hover,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:hover,
body .woocommerce a.button.alt:hover,
.woocommerce div.product form.cart .button:hover,
#blogs.woocommerce-page a.button:hover,
#blogs #payment #place_order:hover,
#blogs #payment #place_order:hover,
#blogs .cart .button:hover,
#blogs .wp-block-woocommerce-cart .wc-block-cart__submit-container .wc-block-cart__submit-button:hover,
#blogs .wc-block-components-totals-coupon .wc-block-components-totals-coupon-link:hover,
#blogs .wc-block-cart-item__remove-link:hover,
#blogs.woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover,
#blogs.woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover,
#blogs.woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover,
body .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover, .vc_btn3-color-grey:hover,
.nav-prev a:hover, .nav-next a:hover {
  background: #fff;
  border: 1px solid #0d162a;
  color: #0d162a;
}

body .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  background: #fff;
  border-color: #fff;
  color: #0d162a;
  font-size: 15px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  padding: 12px 35px;
}
body .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
  background: #0d162a;
  border-color: #0d162a;
  color: #fff;
}

body .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern {
  background: #f8df58;
  border-color: #f8df58;
  color: #0d162a;
  font-size: 15px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  padding: 12px 35px;
}
body .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:hover {
  background: #0d162a;
  border-color: #0d162a;
  color: #fff;
}

body .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
  background: #0d162a;
  border-color: #0d162a;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  padding: 12px 35px;
}
body .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover {
  background: #fff;
  border-color: #fff;
  color: #0d162a;
}

body .woocommerce a.button.alt {
  line-height: 1.5em;
}

.nav-prev a,
.nav-next a {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  body .nav-prev, body .nav-next {
    width: 100% !important;
    text-align: center;
  }
}

body.lesson input[type=submit] {
  background: #edfcd5;
  color: #0d162a;
  margin-bottom: 20px;
  padding: 12px 35px;
  font-size: 15px;
}

body .sensei-breadcrumb {
  background: #edfcd5;
  display: inline-block;
  width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  min-height: 44px;
  padding-left: 15px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: auto;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #0d162a;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #233699;
}

#blogs.woocommerce-page a.button {
  line-height: normal;
}

body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
  min-height: 48px;
  line-height: 48px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

body .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d {
  background: #fff;
  border-top: 2px solid #191615;
  border-right: 4px solid #191615;
  border-bottom: 4px solid #191615;
  border-left: 2px solid #191615;
  color: #222635;
  font-weight: 600;
  box-shadow: none !important;
  padding: 10px 35px;
  text-decoration: none;
}

.no-padding {
  padding: 0;
}

/* Social icons */
.social a {
  font-size: 16.67px;
  text-decoration: none;
}
.social a i {
  margin: 0;
}
.social a svg {
  height: 19px;
}

/* Fncemen-bar */
.announcemen-bar {
  padding: 5px 20px 0 20px;
  background-color: #dd1b8f;
  color: #fff;
  font-weight: 600;
  font-family: "DynaPuff", system-ui;
  font-size: 17px;
}
.announcemen-bar img {
  vertical-align: middle;
}
.announcemen-bar .btn-transparent {
  background: none;
  border: 2px solid #fff;
  min-height: 36px;
  line-height: normal;
}
.announcemen-bar .btn-transparent:hover {
  background: #fff;
  color: #0d162a;
}
@media (max-width: 768px) {
  .announcemen-bar {
    display: none;
  }
}

body p {
  color: #000d32;
  font-family: "Inter", sans-serif;
  line-height: 1.5em;
}

body .wpb_button,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .search .icon {
    display: none;
  }
}

#searchform {
  padding: 0;
  width: 100%;
  position: absolute;
  top: 21px;
  z-index: 9999;
  background: #e8e8e8;
  border-radius: 5px;
  right: 0px;
  display: none;
  box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
  #searchform {
    display: block;
  }
}
@media (max-width: 768px) {
  #searchform {
    position: fixed;
  }
}
#searchform input[type=submit] {
  background: url(../images/search-ico.svg) no-repeat;
  font-size: 0;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #4b96db;
  width: 54px;
  height: 54px;
  border-radius: 0 5px 5px 0;
  background-position: center;
}
#searchform.searchform-show {
  display: block;
}
#searchform input[type=text] {
  width: 100%;
  height: 54px;
  outline: none;
  border: none;
  background: #e8e8e8;
  padding-left: 20px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #464646;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* Header Css */
.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #3d239c url(../images/head-bg.jpg) no-repeat center;
  overflow: hidden;
}

body.home #header_bg::before,
body.page-id-633 #header_bg::before {
  z-index: 1;
}

body.woocommerce-shop:not(.home) .main-headers,
body.woocommerce-cart .main-headers {
  overflow: hidden;
}
body.woocommerce-shop:not(.home) .main-headers #header_bg::before,
body.woocommerce-cart .main-headers #header_bg::before {
  display: none;
}

#header_bg {
  position: relative;
  background: #3d239c;
  background-size: cover;
  padding-top: 15px;
}
#header_bg::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  background: url(../images/Glow.png) no-repeat top center;
  background-size: 100%;
  height: 479px;
}
#header_bg > div {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #header_bg {
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }
}
#header_bg .header-menu-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #header_bg .main-search {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 20px;
    top: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  #header_bg .main-logo {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #header_bg .social {
    display: none;
  }
}
#header_bg .social a {
  margin-right: 10px;
}
@media (max-width: 768px) {
  #header_bg .o-container .o-row {
    margin: 0;
  }
}
#header_bg .o-container .o-row .col-lg-9 {
  text-align: right;
}
@media (max-width: 768px) {
  #header_bg .o-container .o-row .col-lg-9 {
    padding: 0;
  }
}
#header_bg .o-container .o-row .col-lg-3 a,
#header_bg .o-container .o-row .col-lg-4 a {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #header_bg .o-container .o-row .col-lg-3 {
    padding: 0;
  }
}
#header_bg .search {
  display: inline-block;
}
#header_bg a {
  color: #0d162a;
  text-decoration: none;
}
#header_bg .btn {
  margin-top: 20px;
}
#header_bg .logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0 !important;
}
#header_bg .logo span {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 10px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 768px) {
  #header_bg .logo span {
    font-size: 10px;
  }
}
#header_bg .logo img {
  height: 80px;
}
@media (max-width: 768px) {
  #header_bg .logo img {
    height: 60px;
  }
}
@media (max-width: 768px) {
  #header_bg .col-lg-6 {
    padding: 0;
  }
}
#header_bg .text-right a.login {
  padding: 0.5rem 1rem;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
#header_bg .text-right > a {
  margin-left: 10px;
}
#header_bg .cart-customlocation {
  position: relative;
  padding-right: 15px;
}
#header_bg .cart-customlocation span {
  position: absolute;
  top: -10px;
  right: 2px;
}
#header_bg #menu_bg {
  background: #fff;
  border-radius: 100px;
}
@media (min-width: 768px) {
  #header_bg #menu_bg {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #header_bg #menu_bg {
    background: transparent;
  }
}
#header_bg #menu_bg .toggleMenu {
  display: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  #header_bg #menu_bg .toggleMenu {
    display: block;
  }
}
#header_bg #menu_bg .toggleMenu svg {
  font-size: 16px;
  height: 28px;
  position: fixed;
  right: 25px;
  top: 39px;
}
#header_bg #menu_bg .toggleMenu svg path {
  fill: #fff;
}
#header_bg #menu_bg .toggleMenu svg:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  #header_bg #menu_bg .header-menu-nav {
    display: none;
  }
}
#header_bg #menu_bg .header-menu-nav .menu-main-menu-container > ul > li {
  position: relative;
}
@media (max-width: 768px) {
  #header_bg #menu_bg .header-menu-nav .menu-main-menu-container > ul > li {
    text-align: center;
  }
}
#header_bg #menu_bg .header-menu-nav .menu-main-menu-container > ul > li.menu-item-has-children {
  background: url(../images/angle-down-solid.svg) no-repeat right center;
  background-size: 10px;
  margin-right: 15px;
}
#header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul.sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  z-index: 999;
  left: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  #header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul.sub-menu {
    min-width: 280px;
    max-width: 280px;
  }
}
#header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul.sub-menu li {
  width: 100%;
  text-align: left;
}
#header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul.sub-menu li a {
  padding: 10px 15px 10px 15px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  #header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul.sub-menu li a {
    text-align: center;
    font-size: 12.67px;
    padding: 6px 10px 6px 10px;
  }
}
#header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul.sub-menu li a:hover {
  background: #0d162a;
  color: #fff;
}
#header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul.sub-menu ul.sub-menu {
  left: 100%;
  top: 0;
}
#header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul.sub-menu.active {
  display: block !important;
}
#header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul .padding-right {
    padding-right: 150px;
  }
  #header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul .padding-left {
    padding-left: 150px;
  }
}
#header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul li:last-child a {
  padding-right: 0;
}
@media (min-width: 768px) {
  #header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul li#menu-item-82 {
    display: none;
  }
}
#header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul li {
  display: inline-block;
  width: auto;
  position: relative;
}
@media (min-width: 768px) {
  #header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul li:hover > ul {
    display: block;
  }
}
@media (max-width: 768px) {
  #header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul li {
    width: 100%;
  }
}
#header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul li a {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  padding: 1rem 1rem;
  display: inline-block;
  color: #c60579;
  text-decoration: none;
  font-size: 20px;
}
@media (max-width: 768px) {
  #header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul li a {
    font-size: 16px;
    color: #fff;
  }
}
#header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul li a:hover {
  font-weight: #0d162a;
}
@media (max-width: 768px) {
  #header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul li a {
    padding-right: 0;
    padding-left: 0;
  }
}
#header_bg #menu_bg .header-menu-nav .menu-main-menu-container ul .current-menu-item a {
  font-weight: #0d162a;
}
@media (max-width: 768px) {
  #header_bg .col-lg-4 {
    width: 30%;
    float: left;
    padding: 0;
  }
}
@media (max-width: 768px) {
  #header_bg .col-lg-4.text-center {
    width: 40%;
    float: left;
  }
}
@media (max-width: 768px) {
  #header_bg .col-lg-4 .search,
  #header_bg .col-lg-4 a {
    margin-top: 18px;
  }
}
@media (max-width: 768px) {
  #header_bg .col-lg-4.text-right a img {
    margin-top: 19px;
  }
}

@media (max-width: 768px) {
  .grid-post .grid-post-item {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

/* Footer Css */
#footer {
  background: #150e30;
  padding-top: 40px;
  color: #fff;
}
@media (max-width: 768px) {
  #footer {
    text-align: center;
  }
}
#footer .one-fifth {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  #footer .col-lg-3 {
    width: 20%;
  }
}
#footer .widget_nav_menu {
  margin-bottom: 15px;
}
#footer #nav_menu-4 ul {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  #footer #nav_menu-4 ul {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  #footer #nav_menu-4 ul {
    flex-direction: column;
  }
}
#footer #nav_menu-4 ul li {
  padding: 0 20px;
}
#footer h2 {
  font-family: "DynaPuff", system-ui;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  margin-top: 7px;
}
#footer p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
#footer p br {
  display: none;
}
#footer p strong {
  color: #fff;
  font-weight: 500;
}
#footer p a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
#footer p a:hover {
  color: #fad9ab;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer ul li {
  padding-bottom: 0;
}
#footer ul li a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}
#footer ul li a:hover {
  color: #DD1E90;
}
#footer ul li.current-menu-item a {
  color: #DD1E90;
}
@media (min-width: 768px) {
  #footer #nav_menu-3 ul li {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #footer .social {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #footer .social {
    margin: 15px 0;
  }
}
#footer .social a {
  background: #fff;
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
#footer .social a:hover svg path {
  fill: #f0308a;
}
#footer .social a {
  margin-right: 10px;
  font-size: 24.35px;
}

/* Copyright Css */
.copyright {
  background: #150e30;
  padding-bottom: 10px;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .copyright {
    padding-top: 0;
  }
}
.copyright .flex-items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .copyright .flex-items {
    flex-flow: row wrap;
    justify-content: center;
    gap: 10px;
  }
  .copyright .flex-items div {
    text-align: center !important;
  }
}
.copyright .flex-items div {
  text-align: left;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  font-family: "DynaPuff", system-ui;
}
.copyright .flex-items div .fullwidth {
  height: 23px;
  width: 100%;
}
.copyright p, .copyright a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.copyright p a:hover {
  color: #fad9ab;
}
.copyright img {
  height: 12px;
  margin: -3px 0 0 5px;
}

.single-category {
  padding-top: 40px;
}
.single-category h1 {
  font-size: 20.83px;
  color: #0d162a;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .single-category .grid-post-item .inner-grid-post {
    text-align: left;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .single-category .post-list1 {
    width: 100%;
    margin-bottom: 50px;
  }
  .single-category .post-list1 .inner-grid-post {
    text-align: left;
    display: inline-block;
    width: 100%;
  }
  .single-category .post-list1 .inner-grid-post > div.nd_desc {
    float: left;
    width: 66.66%;
    padding-left: 60px;
  }
  .single-category .post-list1 .inner-grid-post .thumbnail {
    float: left;
    width: 33.33%;
  }
  .single-category .post-list1 .inner-grid-post h3 {
    margin-top: 0;
  }
  .single-category .post-list1 .inner-grid-post h3 a {
    font-size: 50px;
  }
}

.post-meta,
.post-meta a {
  font-size: 14px;
  color: #0d162a;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.post-meta div,
.post-meta a div {
  display: inline-block;
}
.post-meta div ul,
.post-meta a div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs {
  padding-top: 30px;
  font-size: 13.75px;
  color: #adadad;
  display: none;
}
.breadcrumbs a {
  color: #adadad;
  font-size: 13.75px;
  text-decoration: none;
}
.breadcrumbs span {
  color: #0d162a;
}

#blogs.single-post {
  padding-top: 40px;
}

.single-post h1 {
  margin-top: 20px;
  font-family: "Inter", sans-serif;
  line-height: 1.25;
}
.single-post #sidebar .grid-product .grid-product-item {
  padding: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.single-post #sidebar .grid-product .grid-product-item .thumbnail {
  margin-top: 0;
}
.single-post #sidebar .grid-product .grid-product-item .thumbnail img {
  width: 100%;
}
.single-post #sidebar .grid-product .grid-product-item .inner-grid-product {
  background: #fff;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .single-post #sidebar .grid-product .grid-product-item img.attachment-post-thumbnail {
    width: 100%;
    overflow: hidden;
  }
}
.single-post #sidebar .grid-product .grid-product-item h3 {
  margin-top: 5px !important;
}
@media (max-width: 768px) {
  .single-post #sidebar .grid-product .grid-product-item h3 {
    margin-top: 10px !important;
  }
}
.single-post #sidebar .grid-product .grid-product-item p.review {
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 0;
  margin: 15px 0 0 0;
}
.single-post #sidebar .grid-product .grid-product-item p.review img {
  vertical-align: sub;
  margin-right: 10px;
}
.single-post #sidebar .grid-product .grid-product-item p.price {
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #585d6d;
}
@media (min-width: 768px) {
  .single-post #sidebar .grid-product .grid-product-item p.price {
    font-size: 18px;
    margin: 10px 0;
  }
}
.single-post #sidebar .grid-product .grid-product-item p a.select-options {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #000d32;
  text-align: center;
  padding: 12px 35px;
  border: 2px solid #0d162a;
  display: inline-block;
  border-radius: 25px;
  margin-bottom: 25px;
}
.single-post #sidebar .grid-product .grid-product-item p a.select-options:hover {
  background: #0d162a;
  color: #fff;
}
.single-post #sidebar .grid-product .vc_btn3-color-black:hover {
  border: 1px solid #0d162a;
}
@media (max-width: 768px) {
  .single-post #sidebar .grid-product .vc_btn3-color-black {
    margin-top: 20px;
  }
}
.single-post .col-lg-8 .thumbnail {
  margin-bottom: 18px;
}
.single-post .col-lg-8 .thumbnail img {
  width: 100%;
}
.single-post .col-lg-8 h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: normal;
  margin-top: 0;
}
.single-post p {
  font-size: 18px;
  margin-top: 5px;
}
.single-post h6 {
  background: #fff0dd;
  padding: 25px;
  font-size: 21px;
  margin-top: 0;
  line-height: 1.5em;
}
.single-post .thumbnail {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .single-post .col-lg-8 {
    padding-right: 35px;
  }
}

#related-blogs.related-post {
  padding-bottom: 30px;
}
#related-blogs.related-post .grid-post .inner-grid-post {
  background: #c3d6ed;
  border-radius: 10px;
  overflow: hidden;
}
#related-blogs.related-post .grid-post .inner-grid-post .thumbnail {
  margin-top: 0;
}
#related-blogs.related-post .grid-post .inner-grid-post .thumbnail img {
  width: 100%;
}
#related-blogs.related-post .grid-post .inner-grid-post h3 {
  font-family: "Inter", sans-serif;
  line-height: 30px;
}
#related-blogs.related-post .grid-post .inner-grid-post h3 a {
  font-size: 19px;
  margin-top: 0;
  line-height: 1.2;
}
#related-blogs.related-post .grid-post .inner-grid-post p {
  font-size: 16px;
}

#sidebar #text-5 {
  background: #fa6762;
  border-radius: 10px;
  padding: 30px;
  color: #fff;
}
@media (max-width: 768px) {
  #sidebar #text-5 {
    text-align: center;
  }
}
#sidebar #text-5 h2 {
  color: #fff;
}
@media (min-width: 768px) {
  #sidebar #text-5 h2 {
    font-size: 50px;
  }
}
#sidebar #text-5 h3 {
  color: #fff;
}
@media (min-width: 768px) {
  #sidebar #text-5 .wp-image-132 {
    margin-left: 15px;
  }
}

.in-page-sidebar-title {
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-size: 22.92px;
  color: #244388;
  margin-top: 30px;
}

#sidebar .grid-post-item {
  width: 100%;
  padding: 0 0 20px 0;
}
#sidebar .grid-post-item p {
  display: none;
}
#sidebar .grid-post-item h3,
#sidebar .grid-post-item h3 a {
  margin-top: 10px;
  font-size: 21px;
  color: #222635;
  text-decoration: none;
  line-height: normal;
}
#sidebar .grid-post-item .thumbnail {
  max-width: 166px;
  float: left;
  margin-right: 15px;
  margin-top: 0;
}
@media (max-width: 768px) {
  #sidebar .grid-post-item .thumbnail {
    max-width: 130px;
  }
}

/* Woocommerce Style */
.latest-blog {
  padding-bottom: 40px;
}

.templatera_shortcode > p {
  margin: 0;
}
@media (min-width: 768px) {
  .templatera_shortcode .newsletter {
    padding-bottom: 30px;
  }
}

body.woocommerce-page.single-product #blogs.woocommerce-page {
  background: url(../images/banner.png) no-repeat bottom center;
  background-size: cover;
}
body.woocommerce-page.single-product #blogs.woocommerce-page #proddetails .product {
  width: 100% !important;
}

#blogs.woocommerce-page {
  padding-top: 40px;
  padding-bottom: 65px;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page {
    text-align: center;
    padding-bottom: 0;
  }
}
#blogs.woocommerce-page .qib-button.qib-button-wrapper {
  margin-right: 15px;
  margin-top: 10px;
}
#blogs.woocommerce-page .yith-wcwl-add-to-wishlist {
  display: inline-block;
  width: auto;
  vertical-align: bottom;
  margin-bottom: 25px;
}
#blogs.woocommerce-page .yith-wcwl-add-to-wishlist a.add_to_wishlist {
  border: 1px solid #0d162a;
  text-align: center;
  height: 58px;
  display: inline-block;
  position: relative;
  top: -10px;
  width: 58px;
  border-radius: 100%;
  line-height: 68px;
}
#blogs.woocommerce-page .yith-wcwl-add-to-wishlist a.add_to_wishlist i {
  font-size: 32px;
  margin-right: 0;
  color: #0d162a;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page div.product div.images {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
#blogs.woocommerce-page div.product div.images .thumbnail_image {
  border-radius: 10px;
}
#blogs.woocommerce-page div.product div.images .thumbnail_image img {
  border-radius: 10px;
}
#blogs.woocommerce-page div.product div.images .thumbnail_image:hover, #blogs.woocommerce-page div.product div.images .thumbnail_image.slick-current {
  border: 1px solid #0d162a;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page .breadcrumbs {
    display: none;
  }
}
@media (max-width: 768px) {
  #blogs.woocommerce-page .product_title {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #blogs.woocommerce-page .images {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #blogs.woocommerce-page .images {
    width: 40%;
  }
}
#blogs.woocommerce-page .woocommerce-product-details__short-description p {
  font-size: 19.17px;
  font-weight: 500;
  color: #404040;
}
@media (min-width: 768px) {
  #blogs.woocommerce-page .summary {
    width: 55%;
  }
}
@media (min-width: 768px) {
  #blogs.woocommerce-page .summary {
    margin-bottom: 15px;
  }
}
#blogs.woocommerce-page .product_meta {
  display: none;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page button.button {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  #blogs.woocommerce-page .quantity {
    float: none;
    display: inline-block;
  }
}
#blogs.woocommerce-page .quantity .qty {
  border: 1px solid #191615;
  min-height: 47.2px;
  min-width: 62px;
  padding-left: 7px;
}
#blogs.woocommerce-page .variations {
  margin-bottom: 0;
}
#blogs.woocommerce-page .woocommerce-variation-price {
  padding: 10px 0;
  text-align: center;
}
#blogs.woocommerce-page form.cart {
  display: flex;
  justify-content: left;
  flex-flow: row wrap;
  width: auto;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page form.cart {
    justify-content: center;
    gap: 5px;
  }
}
#blogs.woocommerce-page form.cart .button {
  background: #f8df58;
  border: 2px solid #bba83f;
  border-radius: 100px;
  color: #111111;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  box-shadow: none !important;
  padding: 13px 45px;
  text-decoration: none;
  width: auto;
  font-size: 17px;
}
#blogs.woocommerce-page form.cart .button:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #0d162a;
}
#blogs.woocommerce-page .wcpa_form_outer {
  margin-top: 0;
}
#blogs.woocommerce-page .from {
  display: none;
}
#blogs.woocommerce-page h1 {
  font-weight: 400;
  font-size: 373.5px;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page h1 {
    font-size: 28px;
  }
}
#blogs.woocommerce-page .subscription-details {
  display: none;
}
#blogs.woocommerce-page h2.woocommerce-loop-product__title {
  min-height: 60px;
}
#blogs.woocommerce-page .price {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page .price {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #blogs.woocommerce-page .variations {
    margin-bottom: 0;
  }
}
#blogs.woocommerce-page .variations tr th {
  font-weight: 500;
}
#blogs.woocommerce-page .variations tr select {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
  text-align: center;
  width: 100%;
  margin-right: 15px;
  font-weight: 700;
}
#blogs.woocommerce-page .variations tr select option {
  font-weight: 700;
}
#blogs.woocommerce-page .variations tr th,
#blogs.woocommerce-page .variations tr td {
  float: left;
  width: 100%;
}
#blogs.woocommerce-page ul.tabs {
  display: flex;
  flex-flow: row nowrap;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page ul.tabs {
    flex-direction: column;
    margin-bottom: 0;
    padding: 0 0 0 10px;
    margin-left: 0;
  }
}
#blogs.woocommerce-page ul.tabs::before {
  display: none !important;
}
#blogs.woocommerce-page ul.tabs li {
  margin-right: 0;
  background: #f2f2f2;
  border-color: #f2f2f2;
  border-bottom: 1px solid #151619;
  color: #151619;
  border-radius: 6px 6px 0 0;
  width: 25%;
  text-align: center;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page ul.tabs li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#blogs.woocommerce-page ul.tabs li::before, #blogs.woocommerce-page ul.tabs li::after {
  display: none !important;
}
#blogs.woocommerce-page ul.tabs li a {
  font-weight: 500;
  width: 100%;
  display: inline-block;
}
#blogs.woocommerce-page ul.tabs li.active {
  border-color: #0d162a;
}
#blogs.woocommerce-page ul.tabs li.active a {
  color: #0d162a;
}
#blogs.woocommerce-page .woocommerce-Tabs-panel--description {
  text-align: center;
  font-weight: 500;
}
#blogs.woocommerce-page .woocommerce-Tabs-panel--description > h2 {
  display: none;
}

.related.products h2 {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .related.products .price {
    font-size: 18px !important;
  }
}
@media (max-width: 768px) {
  .related.products ul li {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }
}

.single-product .latest-blog-sec h3 a {
  font-size: 24px;
}/*# sourceMappingURL=general.css.map */