/* Mixin */
body a {
  color: #801151;
  cursor: pointer;
}
body a:hover {
  color: #e41e93;
}
#dt_method_cashondelivery {
  display: none;
}
/*************** HOME VIDEO *****************/
.home_video_container {
  max-height: 800px;
  position: relative;
}
#video_overlay {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
}
#video_overlay .h1 {
  font-size: 70px;
  opacity: 0;
  text-shadow: 0px -3px 7px #000000;
  color: #e41e93;
}
#video_overlay .h2,
#video_overlay .btn {
  opacity: 0;
}
#video_overlay.loaded .btn {
  animation: animationFrames 4s ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  animation-delay: 1s;
  -webkit-animation: animationFrames 4s ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -webkit-animation-delay: 1s;
  -moz-animation: animationFrames 4s ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -moz-animation-delay: 1s;
  -o-animation: animationFrames 4s ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -o-animation-delay: 1s;
  -ms-animation: animationFrames 4s ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
  -ms-animation-delay: 1s;
}
#video_overlay.loaded .h2 {
  animation: animationFrames 4s ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  animation-delay: 2s ;
  -webkit-animation: animationFrames 4s ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -webkit-animation-delay: 2s;
  -moz-animation: animationFrames 4s ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -moz-animation-delay: 2s;
  -o-animation: animationFrames 4s ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -o-animation-delay: 2s;
  -ms-animation: animationFrames 4s ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
  -ms-animation-delay: 2s;
}
#video_overlay.loaded .h1 {
  animation: animationFrames 4s ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  animation-delay: 3s;
  -webkit-animation: animationFrames 4s ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -webkit-animation-delay: 3s;
  -moz-animation: animationFrames 4s ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -moz-animation-delay: 3s;
  -o-animation: animationFrames 4s ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -o-animation-delay: 3s;
  -ms-animation: animationFrames 4s ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
  -ms-animation-delay: 3s;
}
@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, -325px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes animationFrames {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, -325px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -325px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity: 0;
    -o-transform: translate(0px, -325px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0px, 0px);
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, -325px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}
#video_overlay > div {
  position: absolute;
  z-index: 9999;
}
/*************** MENU *********************/
.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
  color: #333333;
}
.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .mobile-menu,
.header-style-1:before,
.dropdown_sidebar {
  background: linear-gradient(to left, #521052 100%, #2e052e 0%);
}
.dropdown_sidebar .nav-mobile li.level-top {
  padding: 10px 8px;
  border-bottom: 2px solid #e41e93;
}
#mini-login-form {
  position: relative;
}
#mini-login-form .loading_spinner {
  background: rgba(255, 255, 255, 0.3);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#mini-login-form .loading_spinner img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 992px) {
  #checkout-review-table-wrapper .nav > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  #checkout-review-table-wrapper.affix-top {
    position: static;
    margin-top: 30px;
    width: 370px;
  }
  #checkout-review-table-wrapper.affix,
  #checkout-review-table-wrapper.affix-bottom {
    width: 370px;
  }
  #checkout-review-table-wrapper.affix {
    position: fixed;
    top: 75px;
  }
  #checkout-review-table-wrapper.affix-bottom {
    position: absolute;
  }
}
@media screen and (min-width: 1200px) {
  #checkout-review-table-wrapper.affix-bottom,
  #checkout-review-table-wrapper.affix {
    width: 370px;
  }
}
/************** UI ************************/
.button,
body .block-popup-login .block-content .btn-reg-popup {
  background-color: #e41e93;
  border: 2px solid #e41e93;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  height: 42px;
}
.button:hover,
body .block-popup-login .block-content .btn-reg-popup:hover {
  background-color: rgba(81, 16, 81, 0);
  border-color: #e41e93;
  color: #e41e93;
}
#yt-totop {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 800;
  transition-duration: 0.4s;
  border-radius: 50%;
  opacity: 1;
  background: #530f53;
  transition-duration: 0.5s;
}
#yt-totop:before {
  content: "\f062";
  font-family: fontawesome;
  font-size: 20px;
}
#yt-totop:hover {
  opacity: 1;
  background-color: #e41e93;
  box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.3);
  transition-duration: 0.3s;
}
#yt-totop:active {
  transition-duration: 0.1s;
  box-shadow: 0 0 0;
}
.cartpro-content .product-name {
  padding-right: 40px;
  font-size: 14px;
}
.std .fa,
.fa {
  font-style: normal;
}
.listingtab-wrapper-default .owl-controls .owl-nav > div.owl-next {
  right: -50px;
  top: 230px;
}
.owl-theme .owl-controls .owl-nav > div:before {
  color: #e41e93;
  font-size: 40px;
}
.listingtab-wrapper-default .owl-controls .owl-nav > div.owl-prev {
  left: -40px;
  top: 230px;
}
.oa-attribution {
  text-indent: -999999em;
}
.mwishlists button.button {
  background-color: #e41e93;
  border: 2px solid #e41e93;
}
.mwishlists button.button span {
  background: none;
}
.mwishlists button.button:hover {
  background: white;
}
.mwishlists button.button:hover span {
  background: none;
}
.mwishlists button.btn-copy {
  background-color: #4e0f4e;
  border: 2px solid #4e0f4e !important;
}
.mwishlists button.btn-copy span {
  background: none!important;
}
.mwishlists button.btn-copy:hover {
  background-color: white;
}
.mwishlists button.btn-copy:hover span {
  background: none;
}
.mwishlists .iwishtabs .i_titles .i_title.current span {
  color: #e41e93;
}
.mwishlists button.btn-copy,
.mwishlists button.btn-copy span {
  background-color: #4e0f4e;
  border: none;
}
/************** HOME PAGE ****************/
html body .filmoreSlide iframe {
  display: none;
}
html body .filmoreBgs {
  background-image: url("/skin/frontend/sm-fcstore/yogavibes/images/hero-img.jpg");
  background-size: cover;
}
html body .filmoreBgs img {
  display: none;
}
.ltabs-tab-label {
  font-size: 36px;
}
.cms-index-index.cms-home .main {
  padding-bottom: 0;
}
.oa-testimonial-wrapper .container {
  min-height: 200px;
  padding-bottom: 196px;
  padding-top: 100px;
  background-image: url("/skin/frontend/sm-fcstore/yogavibes/images/mehndi-3.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.oa-testimonial-wrapper .container .oa-testimonial {
  text-align: center;
}
.oa-testimonial-wrapper .container .oa-testimonial a {
  color: #e41e93;
}
.oa-testimonial-wrapper .container .oa-testimonial span {
  text-transform: uppercase;
  font-size: 16px;
}
.oa-testimonial-wrapper .container .block {
  background: none;
  background-color: none;
}
ul.oa-device-banner {
  background-color: #e41e93;
  text-align: center;
  margin: 0;
}
ul.oa-device-banner li {
  display: inline-block;
  text-align: center;
  margin: 20px 0;
  width: 23%;
}
ul.oa-device-banner li a {
  display: block;
}
ul.oa-device-banner li a img {
  vertical-align: middle;
}
ul.oa-device-banner li.apple {
  width: 10%;
}
ul.oa-device-banner li:first-child {
  margin-left: 0;
}
ul.oa-device-banner li:last-child {
  margin-right: 0;
}
.oa-yoga-carousel {
  background-color: #eaf0f2;
}
.oa-yoga-carousel .title-view::before,
.oa-yoga-carousel .listingtab-wrapper-default ul.ltabs-tabs li.tab-sel:before,
.oa-yoga-carousel .listingtab-wrapper-default ul.ltabs-tabs li:hover:before,
.oa-yoga-carousel .homestyle1 .title-home:before {
  background: #e41e93 url('/skin/frontend/sm-fcstore/yogavibes/images/selected-category.png') no-repeat center center;
}
.event_wrapper {
  background-color: #eaf0f2;
}
.event_wrapper .event-sblock {
  border: none;
}
.event_wrapper .event-sblock .block-content {
  background: none;
}
.event_wrapper .event-sblock .block-content p {
  margin: 0;
}
.event_wrapper .event-sblock .block-content .event_img {
  margin: 5px 0;
}
.event_wrapper .event-sblock .block-title {
  border: none;
}
.event_wrapper .event-sblock .block-title span {
  border: none;
  font-weight: bold;
  color: #333;
  line-height: 40px;
  font-size: 36px;
  text-transform: none;
}
.event_wrapper .event-sblock .event_title a {
  font-size: 18px;
}
.event_wrapper .event-sblock .event_img img {
  max-height: 135px;
}
.event_wrapper .event-sblock .controls {
  margin: 10px 0;
  position: relative;
  top: -125px;
}
.event_wrapper .event-sblock .controls .ico-prev {
  float: left;
}
.event_wrapper .event-sblock .controls .carousel-control {
  position: relative;
  width: auto;
  color: #e41e93;
}
body .fme_events_calendar input,
body .fme_events_calendar select {
  width: auto;
}
body .fme_events_calendar #header-table tr:first-child {
  text-align: center;
  color: #e41e93;
  margin: 10px 0;
}
body .fme_events_calendar #header-table tr:first-child td {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
body .style-slick .opentip .title {
  color: #e41e93;
}
#category_carousel .owl-item,
#category_carousel2 .owl-item {
  -webkit-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  transition-duration: 0.5s;
}
#category_carousel .owl-item:hover,
#category_carousel2 .owl-item:hover {
  box-shadow: 12px 16px 28px 0px rgba(0, 0, 0, 0.2);
  transform: translate(-5px, -7px);
  transition-duration: 0.3s;
}
#category_carousel .owl-item:active,
#category_carousel2 .owl-item:active {
  transform: translate(0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition-duration: 0.2s;
}
#category_carousel .item,
#category_carousel2 .item {
  margin: 0;
}
#category_carousel .item span,
#category_carousel2 .item span {
  display: block;
  background: white;
  padding: 14px 26px;
  font-size: 16px;
  text-align: left;
}
.img_container {
  position: relative;
}
.img_container .gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f0f9ff;
  opacity: 0.6;
  background: -moz-linear-gradient(45deg, #521052 0%, #e41e93 100%);
  background: -webkit-linear-gradient(45deg, #521052 0%, #e41e93 100%);
  background: linear-gradient(45deg, #521052 0%, #e41e93 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradient_start_color', endColorstr='@gradient_end_color', GradientType=1);
}
.subcategories .img_container .gradient {
  display: none;
}
.subcategories .img_container img {
  transition-duration: 0.5s;
}
a:hover .img_container .gradient {
  opacity: 0.4;
}
a:hover .img_container img {
  filter: grayscale(100%);
  transition-duration: 0.3s;
}
.homestyle1 {
  padding-top: 5px;
}
.oa-what-is-yogavibes {
  position: relative;
  z-index: 1;
}
.oa-what-is-yogavibes h2 {
  color: #e41e93;
  font-weight: bold;
  font-size: 36px;
}
.oa-what-is-yogavibes h2:before {
  width: 100%;
  display: block;
  content: url("/skin/frontend/sm-fcstore/yogavibes/images/mehndi-1.png");
  margin-bottom: 0px;
}
.oa-what-is-yogavibes h2:after {
  width: 100%;
  display: block;
  content: url("/skin/frontend/sm-fcstore/yogavibes/images/mehndi-2.png");
  margin-top: 10px;
}
.oa-what-is-yogavibes h3 {
  color: #e41e93;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.oa-what-is-yogavibes p {
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
}
.oa-what-is-yogavibes .row {
  margin-bottom: 50px;
}
.oa-what-is-yogavibes .row:nth-child(odd) {
  text-align: right;
}
.owl-carousel .item img {
  max-height: 450px;
  max-width: 300px;
}
.sj-listing-tabs .ltabs-wrap {
  overflow: visible;
}
.homestyle1 .hotdeal-wrapper-default {
  background: linear-gradient(rgba(228, 30, 147, 0.75), rgba(228, 30, 147, 0.75)), url("/skin/frontend/sm-fcstore/yogavibes/images/yoga-mats.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content .deal-title a {
  display: block;
  line-height: 46px;
  max-width: 392px;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.homestyle1 .hotdeal-wrapper-default .deal-description {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.homestyle1 .hotdeal-wrapper-default .deal-description ul {
  list-style: none;
  margin-top: 15px;
  margin-bottom: 40px;
}
.homestyle1 .hotdeal-wrapper-default .deal-description ul li i {
  margin-right: 10px;
}
.homestyle1 .hotdeal-wrapper-default .button {
  padding: 15px 45px;
  border: 2px solid white;
  background: none;
  text-transform: uppercase;
  font-weight: normal;
}
.homestyle1 .hotdeal-wrapper-default .button:hover {
  background: white;
  color: #e41e93;
}
.clear {
  clear: both;
}
.header-style-1 .header-bottom .menu-under .content-header-bottom .logo-wrapper img {
  background-color: inherit;
  max-height: 50px;
}
.header-style-1 .header-bottom .menu-under.menu-on-top .content-header-bottom .logo-wrapper img {
  background-color: inherit;
  max-height: 36px;
}
ul.subcategories {
  display: flex;
  flex-wrap: wrap;
}
ul.subcategories li {
  display: flex;
  float: left;
  width: calc(25.4% - 30px);
  margin-right: 30px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
ul.subcategories li span {
  display: block;
  background: white;
  text-align: left;
  padding: 14px 26px;
  font-size: 16px;
}
ul.subcategories li img {
  max-width: 100%;
}
ul.subcategories :nth-child(4n),
ul.subcategories :last-of-type {
  margin-right: 0;
}
.video-container {
  position: relative;
  padding-bottom: 61.25%;
  height: 0;
  overflow: hidden;
  z-index: 1041;
  text-align: left;
}
.video-container > div,
.video-container div[id^='embedded_player'],
.video-container a[id^='embedded_player'],
.video-container a[id^='embedded_player'] > div {
  max-width: 100%!important;
  height: auto!important;
  padding-bottom: 56.25% !important;
  min-height: 100px;
  width: 100%!important;
}
.video-container img {
  top: 12px !important;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.filmoreSlide iframe {
  height: 114%!important;
}
.filmore_caption {
  z-index: 3;
  font-family: "azo-sans-web";
  opacity: 1;
  width: 100%;
  visibility: visible;
  left: -0.104167%;
  top: 60.4211%;
  font-size: 20px;
}
.oa-hero-text {
  font-size: 5.5em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1 2px 4px rgba(0, 0, 0, 0.1);
  font-family: "azo-sans-web";
}
.oa-hero-sub-text {
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: "azo-sans-web";
}
.oa-hero-button {
  margin: 0 auto;
  display: inherit;
  font-family: "azo-sans-web";
  font-weight: 400;
  float: none!important;
}
.oa-hero-button a {
  padding: 20px;
  max-width: 344px;
}
.imgFake {
  display: none !important;
}
html body .pix_slideshow img {
  top: 0!important;
}
.footer {
  background: #333333;
  background: -moz-linear-gradient(top, #1b0518 0%, #2e052e 100%);
  background: -webkit-linear-gradient(top, #1b0518 0%, #2e052e 100%);
  background: linear-gradient(top, #1b0518 0%, #2e052e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@footer_grad_start', endColorstr='@footer_grad_end', GradientType=0);
  color: #ffffff;
}
.footer .footer-top h3 {
  color: #e41e93;
  font-size: 36px;
  margin-bottom: 6px;
  font-weight: 900;
}
.footer .footer-top .about-us-footer p {
  font-size: 16px;
  letter-spacing: 0;
}
.footer .footer-top #mc_embed_signup {
  margin-bottom: 30px;
}
.footer .footer-top #mc_embed_signup #mc-embedded-subscribe {
  text-transform: uppercase;
  font-weight: 400;
  background: none;
  border: 2px solid #e41e93;
  color: #e41e93;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.footer .footer-top #mc_embed_signup #mc-embedded-subscribe:hover {
  background: #e41e93;
  color: white;
}
.footer .footer-top #mc_embed_signup #mce-EMAIL {
  background: none;
  border: none;
  border-bottom: 1px solid white;
  padding: 10px 10px 14px 10px;
  margin-bottom: 10px;
  min-width: 300px;
  text-align: center;
  color: #fff;
}
.footer .footer-top .social-footer .socials-wrap ul li a {
  font-size: 18px;
}
.footer a {
  color: #ffffff;
}
.footer .footer-middle {
  padding: 24px 0 47px;
}
.footer .copyright {
  background: #2e052e 100%;
}
.footer .copyright .copyright-footer {
  color: #9b9b9b;
}
.footer .copyright .payment-footer {
  color: #9b9b9b;
}
.footer .copyright .payment-footer a {
  font-weight: normal;
  color: #e41e93;
}
.oa-footer-menu {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
.oa-footer-menu ul {
  text-align: center;
}
.oa-footer-menu ul li {
  display: inline-block;
  margin: 0 30px;
  white-space: nowrap;
}
.oa-footer-menu ul li:first-child {
  margin-left: 0;
}
.oa-footer-menu ul li:last-child {
  margin-right: 0;
}
/**************** EVENTS LIST *********************/
.events-index-index .toolbar .toolbar-inner .sorter .sort-by {
  display: none;
}
.events-index-index .toolbar .toolbar-inner .sorter .view-mode a {
  width: auto;
}
.events-index-index .toolbar .toolbar-inner .sorter .view-mode a span {
  display: inline-block;
}
.events-index-index .toolbar .toolbar-inner .sorter .view-mode .view_label {
  float: left;
  margin: 0 10px 0 0;
}
.events-index-index .toolbar .toolbar-inner .sorter .view-mode .grid,
.events-index-index .toolbar .toolbar-inner .sorter .view-mode .list {
  display: none;
}
.events-index-index .toolbar .toolbar-inner .sorter .view-mode .calendar {
  position: relative;
  border: none;
  font-size: inherit;
  color: inherit;
  cursor: default;
  background: inherit;
  font-family: inherit;
}
.events-index-index .toolbar .toolbar-inner .sorter .view-mode .calendar:before {
  content: "\f073";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  margin-right: 10px;
}
.events-index-index .toolbar .toolbar-inner .sorter .view-mode .calendar:hover {
  cursor: pointer;
  color: #e41e93;
}
.cal_links .button {
  display: inline-block;
}
.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .search-form-action .search-form-box {
  height: 300px;
}
.category_header {
  padding-top: 0!important;
}
/*************** PRODUCT LIST ********************/
.catalog-category-view .toolbar .toolbar-inner .sorter .view-mode,
.catalogsearch-result-index .toolbar .toolbar-inner .sorter .view-mode {
  display: none;
}
.catalog-category-view .oa-toolbar,
.catalogsearch-result-index .oa-toolbar,
.events-index-index .oa-toolbar {
  float: right;
  position: relative;
  z-index: 999;
  width: 256px;
}
.catalog-category-view .category-description,
.catalogsearch-result-index .category-description,
.events-index-index .category-description {
  text-align: center;
}
.catalog-category-view .category-description h2,
.catalogsearch-result-index .category-description h2,
.events-index-index .category-description h2 {
  color: #e41e93;
  margin-top: 45px;
  margin-bottom: 15px;
}
.catalog-category-view .toolbar .toolbar-inner,
.catalogsearch-result-index .toolbar .toolbar-inner,
.events-index-index .toolbar .toolbar-inner {
  margin-bottom: 15px;
}
.catalog-category-view #aw-ln-filters,
.catalogsearch-result-index #aw-ln-filters,
.events-index-index #aw-ln-filters {
  position: relative;
}
.catalog-category-view #aw-ln-filters h3.center,
.catalogsearch-result-index #aw-ln-filters h3.center,
.events-index-index #aw-ln-filters h3.center {
  text-align: center;
}
.catalog-category-view #aw-ln-filters-container,
.catalogsearch-result-index #aw-ln-filters-container,
.events-index-index #aw-ln-filters-container {
  margin: 0;
}
.catalog-category-view #aw-ln-filters-container dd,
.catalogsearch-result-index #aw-ln-filters-container dd,
.events-index-index #aw-ln-filters-container dd {
  margin: 20px 0 20px 0;
}
.catalog-category-view #aw-ln-filters-container dd ol li.aw-ln-filters-container-4column-layout,
.catalogsearch-result-index #aw-ln-filters-container dd ol li.aw-ln-filters-container-4column-layout,
.events-index-index #aw-ln-filters-container dd ol li.aw-ln-filters-container-4column-layout {
  display: inline-block;
  width: 33%;
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
  font-size: 11px;
  padding: 7px 2px;
}
.catalog-category-view #aw-ln-filters-container dd ol li.aw-ln-filters-container-4column-layout input,
.catalogsearch-result-index #aw-ln-filters-container dd ol li.aw-ln-filters-container-4column-layout input,
.events-index-index #aw-ln-filters-container dd ol li.aw-ln-filters-container-4column-layout input {
  position: absolute;
  left: -9999px;
}
.catalog-category-view #aw-ln-filters-container dd ol li.aw-ln-filters-container-4column-layout input:checked + a,
.catalogsearch-result-index #aw-ln-filters-container dd ol li.aw-ln-filters-container-4column-layout input:checked + a,
.events-index-index #aw-ln-filters-container dd ol li.aw-ln-filters-container-4column-layout input:checked + a {
  font-weight: bold;
  color: #e41e93;
}
.catalog-category-view .filterBG,
.catalogsearch-result-index .filterBG,
.events-index-index .filterBG {
  background: none;
}
.catalog-category-view .save-filter,
.catalogsearch-result-index .save-filter,
.events-index-index .save-filter {
  float: right;
  cursor: pointer;
}
.catalog-category-view .save-filter.saving .fa-floppy-o,
.catalogsearch-result-index .save-filter.saving .fa-floppy-o,
.events-index-index .save-filter.saving .fa-floppy-o {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 1000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.catalog-category-view .save-filter.saving .fa-floppy-o:before,
.catalogsearch-result-index .save-filter.saving .fa-floppy-o:before,
.events-index-index .save-filter.saving .fa-floppy-o:before {
  content: "\f110";
}
.catalog-category-view .save-filter.saved,
.catalogsearch-result-index .save-filter.saved,
.events-index-index .save-filter.saved {
  opacity: 0.5;
}
.catalog-category-view .save-filter.saved a,
.catalogsearch-result-index .save-filter.saved a,
.events-index-index .save-filter.saved a,
.catalog-category-view .save-filter.saved:hover a,
.catalogsearch-result-index .save-filter.saved:hover a,
.events-index-index .save-filter.saved:hover a {
  cursor: auto;
  background: none;
  color: #363636 !important;
  border: 2px solid;
}
.catalog-category-view .oa-videosBG,
.catalogsearch-result-index .oa-videosBG,
.events-index-index .oa-videosBG {
  background: #eaf0f2;
  padding-top: 30px;
}
.catalog-category-view .block-layered-nav,
.catalogsearch-result-index .block-layered-nav,
.events-index-index .block-layered-nav {
  background: none;
  position: relative;
  z-index: 99;
}
.catalog-category-view .block-layered-nav .fa-plus:before,
.catalogsearch-result-index .block-layered-nav .fa-plus:before,
.events-index-index .block-layered-nav .fa-plus:before {
  font-size: 10px;
}
.catalog-category-view .block-layered-nav .block-title,
.catalogsearch-result-index .block-layered-nav .block-title,
.events-index-index .block-layered-nav .block-title {
  display: block;
  border: none;
  padding: 6px 0;
  font-size: 16px;
}
.catalog-category-view .block-layered-nav .block-content,
.catalogsearch-result-index .block-layered-nav .block-content,
.events-index-index .block-layered-nav .block-content {
  padding: 0;
}
.catalog-category-view .block-layered-nav li.parent-8,
.catalogsearch-result-index .block-layered-nav li.parent-8,
.events-index-index .block-layered-nav li.parent-8 {
  display: none!important;
}
.catalog-category-view .block-layered-nav #Difficulty,
.catalogsearch-result-index .block-layered-nav #Difficulty,
.events-index-index .block-layered-nav #Difficulty,
.catalog-category-view .block-layered-nav #Category,
.catalogsearch-result-index .block-layered-nav #Category,
.events-index-index .block-layered-nav #Category,
.catalog-category-view .block-layered-nav #Duration,
.catalogsearch-result-index .block-layered-nav #Duration,
.events-index-index .block-layered-nav #Duration,
.catalog-category-view .block-layered-nav #Yoga_Style,
.catalogsearch-result-index .block-layered-nav #Yoga_Style,
.events-index-index .block-layered-nav #Yoga_Style,
.catalog-category-view .block-layered-nav #Yoga_Focus,
.catalogsearch-result-index .block-layered-nav #Yoga_Focus,
.events-index-index .block-layered-nav #Yoga_Focus {
  display: none;
}
.catalog-category-view .block-layered-nav .oa-filter,
.catalogsearch-result-index .block-layered-nav .oa-filter,
.events-index-index .block-layered-nav .oa-filter {
  margin: 0 0 7px 0;
}
.catalog-category-view .block-layered-nav button,
.catalogsearch-result-index .block-layered-nav button,
.events-index-index .block-layered-nav button {
  border: none;
  background: none;
  margin-right: 20px;
}
.catalog-category-view .block-layered-nav button.active,
.catalogsearch-result-index .block-layered-nav button.active,
.events-index-index .block-layered-nav button.active {
  color: #e41e93;
}
.catalog-category-view .block-layered-nav button.active .fa-plus:before,
.catalogsearch-result-index .block-layered-nav button.active .fa-plus:before,
.events-index-index .block-layered-nav button.active .fa-plus:before {
  content: "\f068";
}
.catalog-category-view .block-layered-nav .aw-ln-clear-all,
.catalogsearch-result-index .block-layered-nav .aw-ln-clear-all,
.events-index-index .block-layered-nav .aw-ln-clear-all,
.catalog-category-view .block-layered-nav .save-filter,
.catalogsearch-result-index .block-layered-nav .save-filter,
.events-index-index .block-layered-nav .save-filter {
  float: left;
  width: auto;
  margin: 20px 0 20px 0;
  padding: 3px 2px 0 0;
  font-size: 11px;
}
.catalog-category-view .block-layered-nav select,
.catalogsearch-result-index .block-layered-nav select,
.events-index-index .block-layered-nav select {
  width: auto;
  margin: 20px auto;
  display: block;
}
.catalog-category-view .block-layered-nav .selectedOptions,
.catalogsearch-result-index .block-layered-nav .selectedOptions,
.events-index-index .block-layered-nav .selectedOptions {
  float: left;
  margin: 20px;
}
.catalog-category-view .block-layered-nav .selectedOptions ul,
.catalogsearch-result-index .block-layered-nav .selectedOptions ul,
.events-index-index .block-layered-nav .selectedOptions ul {
  display: block;
}
.catalog-category-view .block-layered-nav .selectedOptions ul li,
.catalogsearch-result-index .block-layered-nav .selectedOptions ul li,
.events-index-index .block-layered-nav .selectedOptions ul li {
  display: block;
  float: left;
  cursor: pointer;
  color: #e41e93;
  margin-right: 10px;
}
.catalog-category-view .block-layered-nav .selectedOptions ul li:hover,
.catalogsearch-result-index .block-layered-nav .selectedOptions ul li:hover,
.events-index-index .block-layered-nav .selectedOptions ul li:hover {
  text-decoration: line-through;
}
.catalog-category-view .block-layered-nav .selectedOptions ul li.totalVids,
.catalogsearch-result-index .block-layered-nav .selectedOptions ul li.totalVids,
.events-index-index .block-layered-nav .selectedOptions ul li.totalVids,
.catalog-category-view .block-layered-nav .selectedOptions ul li.totalVids:hover,
.catalogsearch-result-index .block-layered-nav .selectedOptions ul li.totalVids:hover,
.events-index-index .block-layered-nav .selectedOptions ul li.totalVids:hover {
  text-decoration: none;
  color: #000;
  cursor: auto!important;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.viewall-btn a {
  text-transform: uppercase;
  font-weight: 600;
  color: #363636 !important;
  border: 2px solid;
  padding: 8px 40px 7px;
  font-size: 92.86%;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.viewall-btn a:hover {
  background: #e41e93;
  border-color: #e41e93;
  color: #fff !important;
}
.products-grid {
  display: flex;
  flex-wrap: wrap;
}
.products-grid .item .wow {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.products-grid .item .item-inner {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  transition-duration: 0.1s;
  max-width: 250px;
}
.products-grid .item .item-inner .box-info {
  padding: 17px 26px;
  background-color: #fff;
  text-align: left;
  min-height: 185px;
  flex: 1 0 auto;
}
.products-grid .item .item-inner .box-info .product-name {
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0;
}
.products-grid .item .item-inner .box-info .product-name a {
  white-space: normal;
  flex: 1 0 auto;
  color: #333;
  font-size: 16px;
}
.products-grid .item .item-inner .box-image .oa-bundle {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 10px;
  background: #e42094;
  color: #fff;
  font-size: 12px;
  z-index: 9999;
  text-transform: uppercase;
  text-decoration: none;
}
.products-grid .item .item-inner .box-image .oa-premium {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 10px;
  background: #eee;
  z-index: 9999;
}
.products-grid .item .item-inner .box-image .bottom-action .btn-action {
  background-color: #363636;
  border: none;
  display: inline-block !important;
  float: left;
  margin: 0;
  line-height: 40px;
  text-align: center;
  color: #fff;
  width: 50%;
  height: 40px;
  vertical-align: top;
  border-right: 1px solid #f4f8fb;
}
.products-grid .item .item-inner .box-image .bottom-action .btn-action span {
  display: inline-block;
  float: none;
  margin-left: 6px;
}
.products-grid .item .item-inner .box-image .btn-action.link-wishlist:before {
  font-weight: bold;
}
.products-grid .item .item-inner:hover {
  -webkit-box-shadow: 3px 9px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 9px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 9px 20px 0 rgba(0, 0, 0, 0.2);
  transition-duration: 0.1s;
}
.products-grid .item .item-inner:active {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  transition-duration: 0.1s;
}
.cms-yoga-on-demand .products-grid {
  display: block;
  flex-wrap: none;
}
.cms-yoga-on-demand .products-grid .item {
  float: left;
}
.cms-yoga-on-demand .products-grid .item .wow {
  display: block;
  flex-direction: none;
  width: 100%;
}
.toolbar .toolbar-inner ortby-limiter .limiter {
  display: none;
}
.toolbar .toolbar-inner .sorter {
  width: 100%;
}
.toolbar .toolbar-inner .sorter a.selected {
  font-weight: bold !important;
}
.toolbar .toolbar-inner .sorter .view-mode {
  float: left;
}
.toolbar .toolbar-inner .sorter .sort-by {
  float: left;
  margin-top: 10px;
}
.toolbar .toolbar-inner .sorter .sort-by a:after {
  content: "|";
  padding: 0 4px;
}
.toolbar .toolbar-inner .sorter .sort-by a:last-child:after {
  content: none;
  padding: 0 4px;
}
.products-grid .item .item-inner .box-image {
  overflow: hidden;
  position: relative;
  padding-top: 56%;
  object-fit: none;
  /* Do not scale the image */
  object-position: center;
  /* Center the image within the element */
}
.products-grid .item .item-inner .box-image img {
  display: block;
  position: absolute;
  top: 0;
}
.oa-product-carousel .products-grid .item-inner .box-image .bottom-action {
  opacity: 0.7;
  background-color: #fff;
}
.oa-product-carousel .products-grid .item-inner .box-image .bottom-action .price-box,
.oa-product-carousel .products-grid .item-inner .box-image .bottom-action .regular-price {
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #363636;
  font-weight: 500;
}
.oa-product-carousel .products-grid .item-inner .box-image .bottom-action .price-box .price,
.oa-product-carousel .products-grid .item-inner .box-image .bottom-action .regular-price .price {
  color: #e41e93;
}
p.center {
  text-align: center;
}
/*************** EVENTS PAGE *************************/
.events-index-view .main-container .breadcrumbs {
  padding-bottom: 0;
}
.events-index-view .main-container .col-main .breadcrumbs {
  padding-top: 0;
  padding-bottom: 20px;
}
/*************** PRODUCT DETAILS ********************/
.hideBundle {
  display: none;
}
.oa-teacher-links {
  width: 100%;
  display: block;
  float: left;
  margin-top: 10px;
}
.oa-teacher-links li {
  display: block;
  float: left;
  font-size: 16px;
}
.oa-teacher-links li a {
  padding: 10px 15px;
  color: #e41e93;
}
.oa-teacher-links li a.oa-website {
  padding-left: 0;
  border-right: 1px solid #999999;
}
.oa-video-details .no-rating {
  display: inline-block;
}
.img_container .header_image {
  background-size: cover;
  width: 261px;
  height: 261px;
  background-position: center center;
}
.main-container {
  position: relative;
  z-index: 1;
}
.main-container .header_background {
  background-color: #2e052e 0%;
  background: -webkit-gradient(linear, left, right, from(#2e052e 0%), to(#521052 100%));
  background: -webkit-linear-gradient(left, #2e052e 0%, #521052 100%);
  background: -moz-linear-gradient(left, #2e052e 0%, #521052 100%);
  background: -ms-linear-gradient(left, #2e052e 0%, #521052 100%);
  background: -o-linear-gradient(left, #2e052e 0%, #521052 100%);
}
.main-container .oa-breadcrumbs,
.main-container .breadcrumbs {
  height: auto;
  background: none;
  margin-bottom: 0;
  padding: 0;
}
.main-container .oa-breadcrumbs .oa-preview,
.main-container .breadcrumbs .oa-preview {
  font-size: 18px;
  padding: 40px 0;
  font-weight: 400;
  font-style: italic;
}
.main-container .oa-breadcrumbs .oa-preview a,
.main-container .breadcrumbs .oa-preview a {
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.main-container .oa-breadcrumbs .oa-preview a:hover,
.main-container .breadcrumbs .oa-preview a:hover {
  color: #e41e93;
}
.main-container .oa-breadcrumbs ul li,
.main-container .breadcrumbs ul li {
  padding: 0 12px 0 4px;
}
.main-container .oa-breadcrumbs ul li a,
.main-container .breadcrumbs ul li a {
  color: #e41e93;
  font-size: 12px;
}
.main-container .oa-breadcrumbs .title-page h1,
.main-container .breadcrumbs .title-page h1 {
  margin-bottom: 40px;
  font-size: 180%;
}
.catalog-product-view .oa-breadcrumbs {
  height: auto;
  margin-bottom: 0;
}
.catalog-product-view .oa-breadcrumbs a.oa-favorites {
  font-size: 14px;
  font-weight: 700;
  width: 175px;
  height: auto;
  display: block;
  margin: 30px auto;
  padding: 0px;
  word-wrap: normal;
  white-space: normal;
  border: 3px solid white;
  background: none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background: #e41e93;
  border: 3px solid #e41e93;
}
.catalog-product-view .oa-breadcrumbs a.oa-favorites:hover {
  background: none;
  border: 3px solid white;
  color: #e41e93;
}
.catalog-product-view .oa-breadcrumbs a.oa-favorites:before {
  content: '\f08a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.oa-c2a-box {
  background: linear-gradient(rgba(228, 30, 147, 0.75), rgba(228, 30, 147, 0.75)), url("/skin/frontend/sm-fcstore/yogavibes/images/yoga-mats.jpg");
  background-position: center center;
  min-height: 175px;
  text-align: center;
  color: white;
  padding: 30px 0;
}
.oa-c2a-box h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0;
  color: white;
}
.oa-c2a-box .add-to-cart,
.oa-c2a-box .oa-sub-button {
  display: inline-block;
  vertical-align: middle;
  height: 80px;
  width: 360px;
  max-width: 100%;
}
.oa-c2a-box .add-to-cart button,
.oa-c2a-box .oa-sub-button button,
.oa-c2a-box .add-to-cart a,
.oa-c2a-box .oa-sub-button a {
  font-size: 24px;
  width: 100%;
  height: 100%;
  display: block;
  word-wrap: normal;
  white-space: normal;
  border: 2px solid white;
  font-weight: normal;
  background: none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 18px 10px;
  line-height: 22px;
}
.oa-c2a-box .add-to-cart button:hover,
.oa-c2a-box .oa-sub-button button:hover,
.oa-c2a-box .add-to-cart a:hover,
.oa-c2a-box .oa-sub-button a:hover {
  background: #fff;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.oa-bundle-title {
  text-align: center;
  margin-bottom: 15px;
}
/*********** Category Pages *******************/
.teacher-c2a {
  background-color: #999999;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.teacher-c2a .oa-sub-button {
  height: auto;
}
.teacher-c2a button,
.teacher-c2a a {
  font-size: 14px;
  font-weight: 700;
  width: auto;
  height: auto;
  display: block;
  word-wrap: normal;
  white-space: normal;
  border: 2px solid white;
  background: none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.teacher-c2a button:hover,
.teacher-c2a a:hover {
  background: #e41e93;
  border: 2px solid #e41e93;
  color: white!important;
}
.oa-teacher-description {
  margin-top: 30px;
}
.oa-teacher-description .category-description {
  text-align: left;
  margin-top: 16px;
  font-size: 14px;
}
.oa-cat-subheading {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-top: 48px;
}
.viewall-btn {
  width: 100%;
  padding: 60px 0 10px;
}
.viewall-btn a {
  text-transform: uppercase;
  font-weight: 600;
  color: #363636 !important;
  border: 2px solid;
  padding: 8px 40px 7px;
  font-size: 92.86%;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.viewall-btn a:hover {
  background: #e41e93;
  border-color: #e41e93;
  color: #fff !important;
}
/****************On Demand **********************/
.oa-ondemand-title {
  text-align: center;
}
.oa-product-carousel .owl-controls .owl-nav > div {
  position: absolute;
  top: 50%;
  margin-top: -72px;
}
.oa-product-carousel .owl-controls .owl-nav > div.owl-prev {
  left: -20px;
}
.oa-product-carousel .owl-controls .owl-nav > div.owl-next {
  right: -20px;
}
.cms-yoga-on-demand .std ul,
.cms-yoga-on-demand .std ol,
.cms-yoga-on-demand .std dl,
.cms-yoga-on-demand .std p,
.cms-yoga-on-demand .std address,
.cms-yoga-on-demand .std blockquote {
  margin: 2em 6em 5em 6em;
  text-align: center;
}
.cms-yoga-on-demand .products-grid .item .item-inner {
  margin: 35px 15px 15px 15px;
}
/**************** My Videos **********************/
.oa-purchased-videos #purchased-items li.item {
  max-width: 23%;
  margin: 1%;
  float: left;
  min-height: 275px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
}
.oa-purchased-videos #purchased-items li.item .video-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.oa-purchased-videos #purchased-items li.item .video-details {
  padding: 12px;
  position: relative;
  display: block;
}
.oa-purchased-videos #purchased-items li.item .video-details .product-name {
  font-size: 14px;
  font-weight: bold;
}
/**************** Plans and pricing **********************/
.plans-and-pricing #yv_pp_container_upper_left {
  margin-top: 15px;
}
.plans-and-pricing #yv_pp_container_upper_left h2 {
  margin-bottom: 15px;
  text-align: left;
}
.plans-and-pricing #yv_pp_container_upper_left h5 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}
.plans-and-pricing #yv_pp_container_upper_left ul {
  list-style: none;
  font-size: 17px;
}
.plans-and-pricing #yv_pp_container_upper_left ul li {
  padding: 6px 0;
}
.plans-and-pricing #yv_pp_container_upper_left ul li img {
  padding-right: 10px;
  vertical-align: middle;
}
.plans-and-pricing h3 {
  margin: 20px 0;
  font-weight: bold;
}
.plans-and-pricing .yv_pp_container_price_box {
  border: 4px solid #eaeaea;
  margin: 0 auto;
  max-width: 350px;
}
.plans-and-pricing .yv_pp_container_price_box_upper {
  background: #4e0f4e;
  color: #FFF;
  margin-bottom: 31px;
  padding: 15px 0;
}
.plans-and-pricing .yv_pp_container_price_box_upper span {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.plans-and-pricing .yv_pp_container_price_box_middle ul {
  margin: 0px;
  padding: 0px;
  margin-left: 32px;
  font-size: 16px;
}
.plans-and-pricing .yv_pp_container_price_box_middle ul li {
  margin-bottom: 27px;
}
.plans-and-pricing #yv_pp_container_bottom {
  margin-top: 80px;
}
.plans-and-pricing #yv_pp_container_bottom h3 {
  margin: 16px;
}
.plans-and-pricing #yv_pp_container_partners {
  margin: 70px 20px;
}
.plans-and-pricing #yv_pp_container_upper_left {
  padding-top: 40px;
}
.plans-and-pricing .yv_pp_container_price_box_bottom {
  padding: 14px;
}
.plans-and-pricing button,
.plans-and-pricing .button {
  width: 100%;
  display: block;
  height: auto;
  text-align: center;
}
.cms-yogavibes2go-app .std {
  padding: 50px 0;
}
.cms-yogavibes2go-app h1 {
  font-weight: 900;
  font-size: 32px;
  color: #e41e93;
}
.cms-yogavibes2go-app h4,
.cms-yogavibes2go-app .h4 {
  font-size: 16px;
  line-height: 28px;
}
/*******************  BLOG *******************************/
.is-blog .page-title h1 {
  margin-top: 24px;
  color: #e41e93;
}
.is-blog .post-list h2 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 900;
}
.is-blog .block .block-title strong {
  margin-top: 22px;
}
/*******************  ROKU *******************************/
.cms-yoga-vibes-roku-channel h3 {
  color: #e41e93;
  font-weight: 900;
}
.cms-yoga-vibes-roku-channel .roku-box {
  width: 40%;
  margin-right: 10%;
  float: left;
}
.cms-yoga-vibes-roku-channel .std {
  padding: 50px 0;
}
/*******************  FAQS *******************************/
.cms-faqs .page-title h1 {
  margin-top: 50px;
  color: #e41e93;
}
.cms-faqs h3 a {
  color: #e41e93;
}
.cms-faqs h3 {
  font-size: 20px;
}
/*******************  About us *******************************/
.cms-about-us .std {
  padding: 50px 0;
}
.cms-about-us h1 {
  font-weight: 900;
  color: e41e93;
  font-size: 32px;
}
.cms-about-us .std ul,
.cms-about-us .std ol,
.cms-about-us .std dl,
.cms-about-us .std p,
.cms-about-us .std address,
.cms-about-us .std blockquote {
  font-size: 14px;
}
/****************** CONTACT FORM *************************/
.contact-us ul.address-info,
.contact-us ul.form-list {
  list-style: none;
}
/****************** RECURLY SIGNUP FORM ******************/
#subscription-signup input[type=text],
#subscription-signup textarea,
#subscription-signup input[type=password] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
#subscription-signup input[type=text]:focus,
#subscription-signup textarea:focus,
#subscription-signup input[type=password]:focus {
  box-shadow: 0 0 5px #ec7fda;
  margin: 5px 1px 3px 0px;
  border: 1px solid #ec7fda;
}
#errors div {
  display: block;
  margin: 0 0 15px 0;
  padding: 20px;
  border: 2px solid red;
  color: #D8000C;
  background-color: #FFBABA;
}
#errors div i {
  font-style: normal;
  font-size: 18px;
}
#success div {
  display: block;
  margin: 0 0 15px 0;
  padding: 20px;
  border: 2px solid #097200;
  color: #073800;
  background-color: #85c593;
}
#success div i {
  font-style: normal;
  font-size: 18px;
}
.coupon_pill {
  float: left;
  padding: 5px 10px;
  border-radius: 5px;
  background: #eee;
  margin: 3px 3px 0 0;
}
.oa-sign-up ul,
.oa-sign-up ol {
  list-style: none;
  list-style-type: none;
}
.oa-sign-up ul ul,
.oa-sign-up ol ul,
.oa-sign-up ul ol,
.oa-sign-up ol ol {
  list-style-type: none;
}
.oa-sign-up .oa-notMe {
  float: right;
  text-align: right;
  font-size: 10px;
}
.oa-sign-up .button,
.oa-sign-up button {
  padding: 10px;
  height: auto;
}
.oa-sign-up .disabled {
  opacity: 0.5;
}
.oa-sign-up .disabled h2 {
  text-decoration: line-through;
}
.oa-sign-up .allow .step-title {
  border-bottom: 1px solid #e5e5e5;
}
.oa-sign-up .allow .step-title span {
  font-size: 12px;
  text-transform: none;
}
.oa-sign-up .giftCardToggle {
  cursor: pointer;
}
.oa-sign-up .giftCardToggle:hover {
  color: #e41e93;
}
.oa-sign-up .free_gifts {
  margin-bottom: 15px;
}
.oa-sign-up .free_gifts input {
  position: absolute;
  left: -99999px;
}
.oa-sign-up .free_gifts li {
  width: 50%;
  float: left;
}
.oa-sign-up .free_gifts label {
  display: table;
  cursor: pointer;
}
.oa-sign-up .free_gifts label .img-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100px;
  height: 100px;
  padding: 15px;
  position: relative;
}
.oa-sign-up .free_gifts label .img-container img {
  max-height: 100%;
  opacity: 0.8;
}
.oa-sign-up .free_gifts label span {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
.oa-sign-up .free_gifts label:hover {
  -webkit-box-shadow: inset 0px 2px 22px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 2px 22px -1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 2px 22px -1px rgba(0, 0, 0, 0.5);
}
.oa-sign-up .free_gifts label:hover img {
  opacity: 1;
}
.oa-sign-up .free_gifts input[type="radio"]:checked + label {
  -webkit-box-shadow: inset 0px 2px 22px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 2px 22px -1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 2px 22px -1px rgba(0, 0, 0, 0.5);
}
.oa-sign-up .free_gifts input[type="radio"]:checked + label img {
  opacity: 1;
}
.oa-sign-up label {
  float: none;
}
.oa-sign-up .error {
  border: 1px dashed #eb340a !important;
  background: #faebe7 !important;
}
.oa-sign-up .coupon_fields {
  width: 100%;
}
.oa-sign-up .coupon_fields .clear_coupon,
.oa-sign-up .coupon_fields .apply_coupon {
  display: block;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.oa-sign-up .coupon_fields .clear_coupon {
  background: red;
}
.oa-sign-up .coupon_fields .apply_coupon {
  background: #008000;
}
.oa-sign-up .coupon_fields tr td {
  border: none;
  padding: 0;
}
.oa-sign-up .recurly-hosted-field {
  position: relative;
  width: 100%;
  height: 36px;
  border: 1px solid #e5e5e5;
  padding: 0 5px;
  outline: none;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: none;
  border-radius: 0;
  color: #c2c2c2;
  -webkit-appearance: none;
}
.oa-sign-up .recurly-hosted-field-focus {
  z-index: 10;
  background-color: #fafafa;
}
#checkout-review-table-wrapper hr {
  margin: 5px 0;
}
#checkout-step-payment #dt_method_checkmo {
  display: none;
}
.my-account .box-account a.button {
  padding: 10px;
}
.my-account .oa-recently-viewed ol#recently-viewed-items {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.my-account .oa-recently-viewed ol#recently-viewed-items li {
  display: flex;
  float: left;
  width: 250px;
  padding: 10px;
}
.my-account #savedFilters .filter {
  float: left;
  width: calc(50% - 30px);
  padding: 15px;
  margin: 10px;
  -webkit-box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.2);
}
.my-account #savedFilters .filter span {
  font-weight: bold;
  color: #e41e93;
}
.my-account #savedFilters .filter .url,
.my-account #savedFilters .filter .delete-filter {
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.my-account #savedFilters .filter:nth-child(odd) {
  clear: both;
}
.my-account .delete-filter.saving .fa-times,
.my-account #redeemGift.saving .fa-times,
.my-account .delete-filter.saving .fa-gift,
.my-account #redeemGift.saving .fa-gift {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 1000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.my-account .delete-filter.saving .fa-times:before,
.my-account #redeemGift.saving .fa-times:before,
.my-account .delete-filter.saving .fa-gift:before,
.my-account #redeemGift.saving .fa-gift:before {
  content: "\f110";
}
#cancelModal .buttons-set {
  margin-top: 15px;
  text-align: center;
}
#cancelModal .buttons-set .button {
  padding: 10px;
}
#cancelModal .wizard-step {
  padding: 15px 0;
  font-size: 14px;
}
.title-view:before {
  display: none;
}
.panel-group .panel + .panel {
  margin-top: 30px;
}
/**************** GIFT CARDS **********************/
.purchaseGiftCards {
  margin-top: 25px;
}
.purchaseGiftCards .giftCard {
  width: 100%;
  min-height: 200px;
  border: 2px solid #e41e93;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 25px;
  -webkit-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.2);
}
.purchaseGiftCards .giftCard .fa {
  color: #fff;
  font-size: 48px;
}
.purchaseGiftCards .giftcard-content,
.purchaseGiftCards .giftcard-cover {
  height: 150px;
  width: 100%;
}
.purchaseGiftCards .giftcard-cover {
  background: #e41e93;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.purchaseGiftCards .giftcard-cover > .fa-apple {
  color: white;
  font-size: 6rem;
}
.purchaseGiftCards .giftcard-footer {
  height: 60px;
  width: 100%;
  padding: 10px;
}
.purchaseGiftCards .giftcard-footer .giftcard-text {
  float: left;
}
.purchaseGiftCards .giftcard-footer .giftcard-text h2 {
  font-size: 16px;
}
.purchaseGiftCards .giftcard-footer .giftcard-text h3 {
  font-size: 12px;
}
.purchaseGiftCards .giftcard-footer .button {
  float: right;
}
.category-gift-cards .add-to-links {
  display: none;
}
/**************** BLOG STUFF **********************/
#post-list .item {
  margin: 20px 0 20px 0;
  padding-top: 40px;
  border-top: 1px solid grey;
}
#sthoverbuttons {
  display: none;
}
body.catalog-product-view #sthoverbuttons,
body.catalog-category-view #sthoverbuttons,
body.events-index-index #sthoverbuttons {
  display: block;
}
/**************** MEDIA QUERIES**********************/
@media (min-width: 992px) {
  .catalog-category-view #aw-ln-filters-container dd ol li.aw-ln-filters-container-4column-layout,
  .catalogsearch-result-index #aw-ln-filters-container dd ol li.aw-ln-filters-container-4column-layout,
  .events-index-index #aw-ln-filters-container dd ol li.aw-ln-filters-container-4column-layout {
    width: 20%;
  }
  .oa-or {
    display: inline-block;
    padding: 26px;
    font-weight: bold;
    font-size: 20px;
  }
  .oa-vcenter {
    display: table;
    table-layout: fixed;
  }
  .oa-middle {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .logo-wrapper {
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 1;
    max-width: 187px;
  }
  .header-style-1 .header-bottom .menu-on-top .content-header-bottom .logo-wrapper {
    position: absolute;
    top: 3px;
    max-width: 150px;
  }
}
@media (min-width: 1200px) {
  .category-products .products-grid .item {
    min-height: 300px;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  body .header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
    display: block;
    line-height: 96px;
    padding: 0 10px;
    font-size: 76.86%;
    text-transform: uppercase;
    font-weight: 500;
  }
  #video_overlay .h1 {
    font-size: 50px;
  }
  #video_overlay .h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) {
  .yv_pp_container_price_box_middle {
    min-height: 269px;
  }
  #category_carousel .owl-stage-outer,
  #category_carousel2 .owl-stage-outer {
    padding: 20px 10px;
  }
  .toolbar .toolbar-inner .sorter .sort-by {
    float: right;
  }
}
@media all and (max-width: 800px) {
  #video_overlay .h1 {
    font-size: 36px;
  }
}
@media all and (max-width: 567px) {
  .oa-hero-text {
    position: relative!important;
    top: -30px;
    font-size: 20px!important;
  }
  .oa-hero-sub-text {
    position: relative!important;
    top: -25px;
    font-size: 12px!important;
  }
  .oa-hero-button .button {
    padding: 14px;
    font-size: 16px!important;
  }
  .logo img {
    width: 140px;
    height: auto;
  }
  .my-account #savedFilters .filter {
    width: 100%;
  }
}
@media all and (max-width: 400px) {
  .catalog-category-view #aw-ln-filters-container dd ol li.aw-ln-filters-container-4column-layout,
  .catalogsearch-result-index #aw-ln-filters-container dd ol li.aw-ln-filters-container-4column-layout,
  .events-index-index #aw-ln-filters-container dd ol li.aw-ln-filters-container-4column-layout {
    width: 50%;
  }
  .oa-hero-sub-text {
    display: none!important;
  }
  .oa-hero-button {
    position: relative!important;
    top: -20px;
  }
  .filmoreSlide iframe {
    display: none;
  }
  .filmoreBgs {
    background-image: url("/skin/frontend/sm-fcstore/yogavibes/images/hero-img.jpg");
    background-size: cover;
  }
  .filmoreBgs img {
    display: none;
  }
}
@media (max-width: 640px) {
  .ltabs-tab-label {
    font-size: 16px;
  }
  .toolbar .toolbar-inner .sorter .sort-by {
    float: left;
    margin-top: 50px;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .catalog-category-view .block-layered-nav,
  .catalogsearch-result-index .block-layered-nav,
  .events-index-index .block-layered-nav {
    margin-top: -75px;
  }
  .catalog-category-view .block-layered-nav button,
  .catalogsearch-result-index .block-layered-nav button,
  .events-index-index .block-layered-nav button {
    background: #f7f7f7;
    margin-right: 7px;
    border-radius: 6px;
    margin-bottom: 7px;
    font-size: 12px;
  }
  ul.subcategories li {
    width: calc(50% - 20px);
    margin: 10px;
    min-height: 230px;
  }
  .homestyle1 {
    margin-top: 0;
    padding-top: 0;
  }
  .footer .footer-top .social-footer .socials-wrap ul li {
    margin: 0;
  }
  .oa-footer-menu ul li {
    margin: 6px 12px;
  }
  .oa-footer-menu ul li:first-child {
    margin-left: 12px;
  }
  .oa-footer-menu ul li:last-child {
    margin-right: 12px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .oa-toolbar,
  .catalogsearch-result-index .oa-toolbar,
  .events-index-index .oa-toolbar {
    float: none;
  }
  .plans-and-pricing .yv_pp_container_price_box {
    margin-bottom: 15px;
  }
  .catalog-category-view .block-layered-nav,
  .catalogsearch-result-index .block-layered-nav,
  .events-index-index .block-layered-nav {
    background: none;
    margin-top: 0px;
  }
  .cms-yoga-on-demand .std ul,
  .cms-yoga-on-demand .std ol,
  .cms-yoga-on-demand .std dl,
  .cms-yoga-on-demand .std p,
  .cms-yoga-on-demand .std address,
  .cms-yoga-on-demand .std blockquote {
    margin: 2em 2em 5em 2em;
  }
}
@media (max-width: 991px) {
  .align-right,
  .align-left {
    text-align: inherit;
  }
  .title-view h2 {
    font-size: 170%;
  }
}
body .block-popup-login {
  width: 705px;
}
.toolbar .toolbar-inner .pager .pages ol li:hover,
.toolbar .toolbar-inner .pager .pages ol li.current:first-child:hover,
.toolbar .toolbar-inner .pager .pages ol li.current:last-child:hover,
.toolbar .toolbar-inner .pager .pages ol li.current {
  border-bottom: 2px solid #e41e93;
  line-height: 40px;
  color: #e41e93;
  font-size: 100%;
}
.products-grid .item .item-inner .box-info .product-name a:hover,
.toolbar .toolbar-inner .pager .pages ol li a:hover,
.toolbar .toolbar-inner .pager .pages ol li:hover a,
.toolbar .toolbar-inner .pager .pages ol li.current:first-child:hover a,
.toolbar .toolbar-inner .pager .pages ol li.current:last-child:hover a,
.toolbar .toolbar-inner .pager .pages ol li.current a {
  color: #e41e93;
}
.mwishlists button.btn-copy,
.mwishlists button.btn-copy span {
  background-color: #4e0f4e;
  border: none;
}
.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived > a,
.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a {
  color: #e41e93;
}
body .footer .footer-top .social-footer .socials-wrap ul li a:hover {
  background-color: #e41e93 !important;
}
body #accordionProductDetail .panel-default > .panel-heading .panel-title:hover a {
  color: #e41e93;
}
body #accordionProductDetail .panel-default > .panel-heading + .panel-collapse .panel-body:before {
  background: #e41e93;
}
body #accordionProductDetail .panel-default > .panel-heading .panel-title i {
  color: #e41e93;
}
body .products-grid .item .item-inner .box-image .bottom-action .btn-action:hover {
  background-color: #e41e93;
}
body .owl-theme .owl-dots .owl-dot.active span,
body .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #e41e93;
}
.footer .footer-top .social-footer .socials-wrap ul li a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-bottom: 1px solid #e41e93;
  font-size: 14px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.footer .footer-top .social-footer .socials-wrap ul li:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e41e93;
  z-index: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .mobile-menu,
.header-style-1:before,
.dropdown_sidebar {
  background: none;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #e41e93;
}
.tooltip.left {
  margin-left: -12px;
}
.tooltip a {
  color: white;
  text-decoration: underline;
}
.tooltip a:hover {
  color: #eee;
}
body {
  background: url("../images/yoga_mats.png");
  background-size: cover;
  background-position: top center;
}
h1.logo {
  margin-bottom: 20px;
}
.what-you-get h3,
.what-you-get h2 {
  margin: 10px 0;
}
.what-you-get h5 {
  margin-bottom: 15px;
}
.what-you-get ul {
  line-height: 30px;
}
.what-you-get ul li img {
  position: relative;
  top: 3px;
}
.header-style-1 .header {
  background: none;
}
#checkoutSteps {
  background: white;
}
#subscription-signup .apply_coupon,
#subscription-signup .clear_coupon {
  background-color: #eee;
  border: none;
  color: #757575;
  line-height: 30px;
  height: auto;
  width: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
#subscription-signup .plan_selector {
  position: relative;
  z-index: 9999;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  float: left;
  line-height: 14px;
}
#subscription-signup .plan_selector ul {
  list-style: none ;
}
#subscription-signup .plan_selector ul li::before {
  content: "\2022";
  color: #e41e93;
  font-weight: bold;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
  /* Also needed for space (tweak if needed) */
}
#subscription-signup .plan_selector .col-md-4 {
  text-align: center;
}
#subscription-signup .plan_selector .col-md-4,
#subscription-signup .plan_selector .col-md-8 {
  padding: 0 !important;
}
#subscription-signup .plan_selector .fa {
  font-size: 48px;
  color: #e41e93;
}
#subscription-signup .plan_selector label {
  cursor: pointer;
}
#subscription-signup .plan_selector input[type="radio"] {
  display: none;
}
#subscription-signup .plan_selector input[type="radio"] + label span {
  color: #e41e93;
  font-size: 14px;
}
#subscription-signup .plan_selector input[type="radio"] + label span strong {
  color: #333333;
}
#subscription-signup .plan_selector input[type="radio"]:checked + label .checkmark {
  display: block;
}
#subscription-signup .plan_selector input[type="radio"]:checked + label .load-complete {
  border-color: #e41e93;
}
#subscription-signup h3 {
  margin-top: 15px;
  text-align: center;
}
#subscription-signup ol {
  margin: 0;
}
#subscription-signup .opc .step {
  border: none;
}
#subscription-signup .oa-sign-up {
  border: 1px solid #e5e5e5;
  background: white;
}
#subscription-signup input[type=text],
#subscription-signup textarea,
#subscription-signup input[type=password],
#subscription-signup select {
  padding: 5px 10px;
}
#subscription-signup ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e41e93;
  font-size: 16px;
}
#subscription-signup ::-moz-placeholder {
  /* Firefox 19+ */
  color: #e41e93;
  font-size: 16px;
}
#subscription-signup :-ms-input-placeholder {
  /* IE 10+ */
  color: #e41e93;
  font-size: 16px;
}
#subscription-signup :-moz-placeholder {
  /* Firefox 18- */
  color: #e41e93;
  font-size: 16px;
}
#subscription-signup input[type=text]:focus,
#subscription-signup textarea:focus,
#subscription-signup input[type=password]:focus,
#subscription-signup select:focust {
  box-shadow: 0 0 5px #ec7fda;
  padding: 5px 10px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #ec7fda;
}
#subscription-signup .recurly-hosted-field {
  margin-top: 0;
}
#subscription-signup small {
  font-size: 10px;
  line-height: 12px;
}
#subscription-signup small p {
  margin: 10px 0 0 0 ;
  padding: 0;
}
#subscription-signup button {
  width: 100%;
}
#subscription-signup button:disabled,
#subscription-signup button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
#subscription-signup button:disabled:hover,
#subscription-signup button[disabled]:hover {
  color: #666666;
}
.circle-loader {
  margin-top: 5px;
  margin-bottom: 2em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #e41e93;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 4em;
  height: 4em;
}
.email_status .circle-loader,
.show_password .circle-loader {
  margin-top: 5px;
  margin-bottom: 1em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  top: -7px;
  margin-left: -23px;
}
.email_status .circle-loader.active,
.show_password .circle-loader.active {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #e41e93;
}
.email_status .load-complete,
.show_password .load-complete {
  -webkit-animation: none;
  animation: none;
  transition: border 500ms ease-out;
}
.email_status .checkmark2,
.show_password .checkmark2 {
  display: none;
}
.email_status .checkmark2.draw:after,
.show_password .checkmark2.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark2;
  transform: scaleX(-1) rotate(135deg);
}
.email_status .checkmark2:after,
.show_password .checkmark2:after {
  opacity: 1;
  height: 1em;
  width: 0.5em;
  transform-origin: left top;
  border-right: 3px solid #e41e93;
  border-top: 3px solid #e41e93;
  content: '';
  left: 0.4em;
  top: 1em;
  position: absolute;
}
.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #333333;
  transition: border 500ms ease-out;
}
.checkmark {
  display: none;
}
.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark:after {
  opacity: 1;
  height: 2em;
  width: 1em;
  transform-origin: left top;
  border-right: 3px solid #e41e93;
  border-top: 3px solid #e41e93;
  content: '';
  left: 1em;
  top: 2em;
  position: absolute;
}
@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1em;
    opacity: 1;
  }
  40% {
    height: 2em;
    width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 1em;
    opacity: 1;
  }
}
@keyframes checkmark2 {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 0.5em;
    opacity: 1;
  }
  40% {
    height: 1em;
    width: 0.5em;
    opacity: 1;
  }
  100% {
    height: 1em;
    width: 0.5em;
    opacity: 1;
  }
}
.input-box.icon {
  position: relative;
}
.input-box.icon .email_status,
.input-box.icon .show_password {
  position: absolute;
  right: 10px;
  top: 13px;
  color: #999;
}
.input-box.icon .email_status .circle-loader,
.input-box.icon .show_password .circle-loader {
  background: white;
}
.input-box.icon .email_status label,
.input-box.icon .show_password label {
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.input-box.icon .email_status label i,
.input-box.icon .show_password label i {
  cursor: pointer;
}
.input-box.icon .email_status input[type="checkbox"]:checked + label i:before,
.input-box.icon .show_password input[type="checkbox"]:checked + label i:before {
  content: "\f070";
}
.input-box.icon .email_status i,
.input-box.icon .show_password i {
  position: relative;
  z-index: 9999;
}
@media (max-width: 991px) {
  .plan_selector {
    text-align: center;
  }
}
.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .mobile-menu,
.header-style-1:before,
.dropdown_sidebar {
  background: none;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #e41e93;
}
.tooltip.left {
  margin-left: -12px;
}
.tooltip a {
  color: white;
  text-decoration: underline;
}
.tooltip a:hover {
  color: #eee;
}
body {
  background: url("../images/yoga_mats.png");
  background-size: cover;
  background-position: top center;
}
h1.logo {
  margin-bottom: 20px;
}
.what-you-get h3,
.what-you-get h2 {
  margin: 10px 0;
}
.what-you-get h5 {
  margin-bottom: 15px;
}
.what-you-get ul {
  line-height: 30px;
}
.what-you-get ul li img {
  position: relative;
  top: 3px;
}
.header-style-1 .header {
  background: none;
}
#checkoutSteps {
  background: white;
}
#subscription-signup .apply_coupon,
#subscription-signup .clear_coupon {
  background-color: #eee;
  border: none;
  color: #757575;
  line-height: 30px;
  height: auto;
  width: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#subscription-signup .plan_selector {
  position: relative;
  z-index: 9999;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  float: left;
  line-height: 14px;
}
#subscription-signup .plan_selector ul {
  list-style: none ;
}
#subscription-signup .plan_selector ul li::before {
  content: "\2022";
  color: #e41e93;
  font-weight: bold;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
  /* Also needed for space (tweak if needed) */
}
#subscription-signup .plan_selector .col-md-4 {
  text-align: center;
}
#subscription-signup .plan_selector .col-md-4,
#subscription-signup .plan_selector .col-md-8 {
  padding: 0 !important;
}
#subscription-signup .plan_selector .fa {
  font-size: 48px;
  color: #e41e93;
}
#subscription-signup .plan_selector label {
  cursor: pointer;
}
#subscription-signup .plan_selector input[type="radio"] {
  display: none;
}
#subscription-signup .plan_selector input[type="radio"] + label span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  color: #e41e93;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #e41e93;
}
#subscription-signup .plan_selector input[type="radio"] + label span strong {
  color: #333333;
}
#subscription-signup .plan_selector input[type="radio"]:checked + label .checkmark,
#subscription-signup .plan_selector input[type="radio"]:checked + label .checkmark2 {
  display: block;
}
#subscription-signup .plan_selector input[type="radio"]:checked + label .load-complete {
  border-color: #e41e93;
}
#subscription-signup h3 {
  margin-top: 15px;
  text-align: center;
}
#subscription-signup ol {
  margin: 0;
}
#subscription-signup .opc .step {
  border: none;
}
#subscription-signup .oa-sign-up {
  border: 1px solid #e5e5e5;
  background: white;
}
#subscription-signup input[type=text],
#subscription-signup textarea,
#subscription-signup input[type=password],
#subscription-signup select {
  padding: 5px 10px;
}
#subscription-signup textarea.personnel-message {
  height: 50px;
}
#subscription-signup ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e41e93;
  font-size: 16px;
}
#subscription-signup ::-moz-placeholder {
  /* Firefox 19+ */
  color: #e41e93;
  font-size: 16px;
}
#subscription-signup :-ms-input-placeholder {
  /* IE 10+ */
  color: #e41e93;
  font-size: 16px;
}
#subscription-signup :-moz-placeholder {
  /* Firefox 18- */
  color: #e41e93;
  font-size: 16px;
}
#subscription-signup ::placeholder {
  color: #e41e93;
}
#subscription-signup input[type=text]:focus,
#subscription-signup textarea:focus,
#subscription-signup input[type=password]:focus,
#subscription-signup select:focust {
  box-shadow: 0 0 5px #e41e93;
  padding: 5px 10px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #e41e93;
}
#subscription-signup .recurly-hosted-field {
  margin-top: 0;
}
#subscription-signup small {
  font-size: 10px;
  line-height: 12px;
}
#subscription-signup small p {
  margin: 10px 0 0 0 ;
  padding: 0;
}
#subscription-signup button {
  width: 100%;
}
#subscription-signup button:disabled,
#subscription-signup button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
#subscription-signup button:disabled:hover,
#subscription-signup button[disabled]:hover {
  color: #666666;
}
.circle-loader {
  margin-top: 5px;
  margin-bottom: 2em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #e41e93;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 4em;
  height: 4em;
}
.circle-loader-small {
  margin-bottom: 1em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #e41e93;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 2em;
  height: 2em;
}
.email_status .circle-loader,
.show_password .circle-loader {
  margin-top: 5px;
  margin-bottom: 1em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  top: -7px;
  margin-left: -23px;
}
.email_status .circle-loader.active,
.show_password .circle-loader.active {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #e41e93;
}
.email_status .load-complete,
.show_password .load-complete {
  -webkit-animation: none;
  animation: none;
  transition: border 500ms ease-out;
}
.checkmark2 {
  display: none;
}
.checkmark2.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark2;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark2:after {
  opacity: 1;
  height: 1em;
  width: 0.5em;
  transform-origin: left top;
  border-right: 3px solid #e41e93;
  border-top: 3px solid #e41e93;
  content: '';
  left: 0.4em;
  top: 1em;
  position: absolute;
}
.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #333333;
  transition: border 500ms ease-out;
}
.checkmark {
  display: none;
}
.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark:after {
  opacity: 1;
  height: 2em;
  width: 1em;
  transform-origin: left top;
  border-right: 3px solid #e41e93;
  border-top: 3px solid #e41e93;
  content: '';
  left: 1em;
  top: 2em;
  position: absolute;
}
@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1em;
    opacity: 1;
  }
  40% {
    height: 2em;
    width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 1em;
    opacity: 1;
  }
}
@keyframes checkmark2 {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 0.5em;
    opacity: 1;
  }
  40% {
    height: 1em;
    width: 0.5em;
    opacity: 1;
  }
  100% {
    height: 1em;
    width: 0.5em;
    opacity: 1;
  }
}
.input-box.icon {
  position: relative;
}
.input-box.icon .email_status,
.input-box.icon .show_password {
  position: absolute;
  right: 10px;
  top: 13px;
  color: #999;
}
.input-box.icon .email_status .circle-loader,
.input-box.icon .show_password .circle-loader {
  background: white;
}
.input-box.icon .email_status label,
.input-box.icon .show_password label {
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.input-box.icon .email_status label i,
.input-box.icon .show_password label i {
  cursor: pointer;
}
.input-box.icon .email_status input[type="checkbox"]:checked + label i:before,
.input-box.icon .show_password input[type="checkbox"]:checked + label i:before {
  content: "\f070";
}
.input-box.icon .email_status i,
.input-box.icon .show_password i {
  position: relative;
  z-index: 9999;
}
@media (max-width: 991px) {
  .plan_selector {
    text-align: center;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .logo-wrapper {
    max-width: 220px;
  }
}
