﻿@media all and (min-width: 1025px) {
  /* GLOBAL STYLES */
  .desktop-device.scrollYRemove {
    margin-right: 17px;
    /*document no scroll fix*/
  }

  /* GLOBAL FORMS */
  /* GLOBAL TABLES */
  .cart .product-picture img {
    max-width: 150px;
  }

  .reward-points-history .data-table col:first-child,
  .reward-points-history .data-table th:first-child,
  .reward-points-history .data-table td:first-child {
    display: none !important;
    /*hides counter*/
  }

  .order-details-page .data-table col:first-child,
  .order-details-page .data-table th:first-child,
  .order-details-page .data-table td:first-child {
    display: none !important;
    /*hides counter*/
  }

  .forums-table-section col:first-child,
  .forums-table-section th:first-child,
  .forums-table-section td:first-child {
    display: none !important;
    /*hides counter*/
  }

  /* HEADER VARIANTS DROPDOWNS */
  /* CATEGORY PAGE & GRIDS */
  .breadcrumb {
    width: 980px;
    margin: -40px auto 50px;
  }
  .item-box .buttons.desktop {
    display: block;
  }

  .item-box .add-to-wishlist-button:before {
    background-position: -40px top;
  }

  .item-box .add-to-compare-list-button:before {
    background-position: -80px top;
  }

  .sub-category-grid {
    margin: 50px 0 60px;
  }

  .sub-category-grid .item-box {
    margin-bottom: 2%;
  }

  .sub-category-grid .title {
    text-align: right;
  }

  .sub-category-grid .title a {
    display: inline-block;
  }

  /* ALTERNATE FEATURED PRODUCTS */

  .alternate-products {
    margin-bottom: 80px !important;
  }

  .alternate-products .item-box {
    clear: none;
    width: 24.25%;
    margin-bottom: 2%;
    margin-left: 1%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 10px 10px 30px;
  }

  .alternate-products .item-box:nth-child(4n + 1) {
    clear: both;
    margin-left: 0;
  }

  .alternate-products .item-box .details {
    padding: 0 10px;
  }

  .alternate-products .item-box .buttons {
    height: 80px;
    background-color: transparent !important;
    padding: 10px 0;
    opacity: 1;
  }

  .alternate-products .item-box .buttons:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    transition: all 0.2s ease;
  }

  .alternate-products .item-box .buttons button {
    opacity: 0;
  }

  .alternate-products .item-box button:nth-child(4) {
    display: none;
    /*hidden when the button lane is full*/
  }

  .alternate-products .item-box button:before {
    box-sizing: content-box;
    border-width: 10px;
    border-style: solid;
    border-radius: 50%;
  }

  .earth-theme .alternate-products .item-box button:before {
    border-color: #007c5a;
    background-color: #007c5a;
  }

  .alternate-products .item-box button span {
    display: none;
    /*tooltip hidden*/
  }

  .alternate-products .item-box button span:before {
    display: none;
  }

  .alternate-products .item-box:hover .buttons:before {
    height: 50%;
  }

  .alternate-products .item-box:hover .buttons button {
    opacity: 1;
  }

  /* PRODUCT PAGE */

  .gallery {
    float: left;
    width: 48%;
  }

  .gallery .picture-thumbs a {
    width: 92px;
    height: 92px;
  }

  .overview {
    float: right;
    width: 48%;
  }

  .variant-picture {
    float: left;
    width: 250px;
    height: 250px;
    margin: 0;
  }

  .variant-overview {
    position: relative;
    float: right;
    width: 700px;
    min-height: 250px;
    padding: 0 0 110px;
  }

  .variant-overview .attributes {
    border: none;
    background-color: transparent;
    padding: 0;
  }

  .variant-overview .rental-attributes {
    margin-bottom: 0 !important;
  }

  .variant-overview .buttons-wrapper {
    display: table;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #eee;
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 15px;
  }

  .variant-overview .prices,
  .variant-overview .add-to-cart,
  .variant-overview .add-to-wishlist {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
  }

  .variant-overview .add-to-cart {
    text-align: right;
  }

  .variant-overview .add-to-cart-panel > div {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }

  .variant-overview .add-to-wishlist {
    width: 55px;
  }

  .variant-overview .add-to-wishlist-button {
    display: block;
    margin: 0 -5px 0 5px;
  }

  .product-details-page .item-box {
    width: 23.5%;
    /*four per row*/
  }

  .product-details-page .item-box:nth-child(3n + 1) {
    clear: none;
    margin-left: 2%;
  }

  .product-details-page .item-box:nth-child(4n + 1) {
    clear: both;
    margin-left: 0;
  }

  .product-details-page .item-box .prices {
    margin: 0;
  }

  /* REVIEW PAGE */

  .product-review-item .review-item-head {
    float: left;
    width: 20%;
    margin: 0;
  }

  .product-review-item .review-info .user,
  .product-review-item .review-info .avatar {
    padding: 0 20px 0 0;
  }

  .product-review-item .review-content {
    float: right;
    width: 80%;
  }

  /* WISHLIST & COMPARE LIST */

  .wishlist-content .message-error {
    margin: -20px 0 20px;
  }

  .wishlist-page .share-info {
    margin: 0 0 80px;
  }

  .compare-products-page .button-wrapper {
    margin: 0 0 40px;
    text-align: center;
  }

  .compare-products-mobile {
    display: none;
  }

  .compare-products-table {
    display: table;
    margin: 0 0 80px;
  }

  .compare-products-table td {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #eee transparent;
    padding: 20px;
    vertical-align: top;
    color: #555;
  }

  .compare-products-table td:first-child {
    min-width: 200px;
    border-color: #eee #eee #eee transparent;
    vertical-align: middle;
    color: #aaa;
  }

  .compare-products-table .product-picture {
    text-align: left;
    vertical-align: top;
    font-size: 0;
  }

  .compare-products-table .product-picture a {
    display: inline-block;
  }

  .compare-products-table .product-picture img {
    max-width: 230px;
    /*Ie fix*/
  }

  .compare-products-table .remove-button {
    position: absolute;
    top: 19px;
    left: 19px;
    opacity: 0.9;
    transition: opacity 0.2s ease;
  }

  .compare-products-table .remove-button:hover {
    opacity: 1;
  }

  .earth-theme .compare-products-table .remove-button:before {
    margin: 0 8px 0 -2px;
  }

  .earth-theme .compare-products-page .product-name td {
    font-weight: 400;
  }

  .earth-theme .compare-products-page .product-price td {
    font-weight: 400;
    color: #007c5a;
  }

  .compare-products-table .full-description {
    display: none;
  }

  /* TOPICS */

  .topic-password {
    width: 600px;
    margin: -150px auto 100px;
  }

  /* ACCOUNT PAGES */
  .back-in-stock-subscription-list-page,
  .forum-subscriptions-page {
    margin: 0 0 40px;
  }

  .return-request-list-page {
    margin: 20px 0 40px;
  }

  .recurring-payments {
    margin: 0 0 60px;
  }

  .page.avatar-page {
    margin: 20px 0 40px;
    text-align: center;
  }

  .account-page .review-item-head {
    width: 25%;
  }

  .account-page .review-content {
    width: 75%;
  }

  .account-page .review-info label {
    display: none;
  }

  /* SHOPPING CART */
  .shopping-cart-page .tax-shipping-info {
    text-align: right;
  }

  .options-wrapper:after {
    content: "";
    display: block;
    clear: both;
  }

  .checkout-attributes {
    float: left;
    margin-bottom: -5px !important;
    padding: 0 20px;
    text-align: left;
  }

  .checkout-attributes ul {
    padding: 5px 0;
  }

  .checkout-attributes li {
    margin: 0 10px 0 0 !important;
  }

  .checkout-attributes .attribute-squares li {
    margin: 5px 5px 5px -5px !important;
  }

  .selected-checkout-attributes {
    text-align: right;
  }

  .cross-sells .item-box {
    width: 23.5%;
    /*four per row*/
  }

  .cross-sells .item-box:nth-child(3n + 1) {
    clear: none;
    margin-left: 2%;
  }

  .cross-sells .item-box:nth-child(4n + 1) {
    clear: both;
    margin-left: 0;
  }

  /* ORDER DETAILS & RETURN REQUEST */

  .order-details-page .buttons {
    position: relative;
    top: 240px;
    margin: 0;
  }

  .order-details-page .order-overview {
    margin-top: 80px;
    text-align: center;
  }

  .order-details-page .options,
  .order-details-page .actions {
    text-align: right;
  }

  .order-details-page .totals {
    width: 400px;
    margin: 0 0 30px auto;
  }

  .return-request-page {
    text-align: center;
  }

  /* SEARCH & SITEMAP */

  .search-page-body .center-2,
  .search-page-body .side-2 {
    padding-top: 10px;
  }

  .search-page .search-input {
    width: auto;
  }

  .sitemap-page {
    text-align: center;
  }

  /* BLOG & NEWS */

  .blog-pages-body .center-2,
  .blog-pages-body .side-2,
  .news-pages-body .center-2,
  .news-pages-body .side-2 {
    margin: 20px 0 60px !important;
  }

  .blog-page .post,
  .news-items .news-item {
    margin: 0 auto 50px;
  }

  .blog-page .buttons,
  .news-items .buttons {
    text-align: left;
  }

  .new-comment .title,
  .comment-list .title {
    text-align: center;
  }

  .new-comment form {
    width: auto;
  }

  .news-list-homepage .news-items {
    width: 980px;
    overflow: hidden;
  }

  .news-list-homepage .news-item {
    display: block;
    float: left;
    width: 49%;
  }

  .news-list-homepage .news-item:nth-child(odd) {
    clear: both;
  }

  .news-list-homepage .news-item:nth-child(even) {
    margin-left: 2%;
  }

  .news-list-homepage .news-item:only-child {
    float: none;
    width: auto;
  }

  .news-list-homepage .news-body {
    max-height: 104px;
  }

  /* FORUM & PROFILE */

  .forum-page .forum-name,
  .forum-topic-page .topic-name,
  .forums-main-page .topic-block-title,
  .forum-group-page .forums-table-section-title,
  .active-discussions-page .forums-table-section-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    margin: 0;
  }

  .forum-page .forum-name h1,
  .forum-topic-page .topic-name h1,
  .forums-main-page .topic-block-title h2,
  .forum-group-page .forums-table-section-title a,
  .active-discussions-page .forums-table-section-title strong {
    position: absolute;
    bottom: 58px;
    left: 0;
    width: 100%;
  }

  .earth-theme .forum-page .forum-name h1,
  .earth-theme .forum-topic-page .topic-name h1,
  .earth-theme .forums-main-page .topic-block-title h2,
  .earth-theme .forum-group-page .forums-table-section-title a,
  .earth-theme .active-discussions-page .forums-table-section-title strong {
    font-size: 28px;
  }

  .forums-main-page,
  .forum-group-page {
    margin: 0 0 80px;
  }

  .forums-header {
    margin: 0 0 90px;
  }

  .forums-table-section {
    margin: 0 0 60px;
  }

  .active-discussions-page {
    margin: 0 0 80px;
  }

  .topic-post .post-info {
    width: 15%;
  }

  .topic-post .post-content {
    width: 85%;
  }

  .forum-edit-page,
  .private-message-send-page {
    margin: 20px 0 80px;
  }

  .private-message-view-page .buttons {
    position: relative;
  }

  .private-message-view-page input.back-pm-button {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
  }

  /*****  CUSTOM CSS TO SALSATION  *******/
  .back-white-1000 {
    background-color: white !important;
  }

  .wrap-drop span {
    margin-right: 70px;
  }

  .w-50-col-1000 {
    width: calc(50% - 15px);
  }

  .home-about-salsation video {
    object-fit: cover;
    width: 100%;
  }

  .flex-beetween-1000 {
    display: flex;
    justify-content: space-between;
  }

  .mt-30-1000-min {
    margin-top: 0;
  }
}

.c-white {
  color: white !important;
}

.m-auto {
  margin: auto !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.align-left-normal {
  text-align: left !important;
  position: inherit !important;
}

.p-0 {
  padding: 0 !important;
}

.back-transparent {
  background-color: transparent !important;
}

.back-lightblack {
  background-color: #333333 !important;
}

.back-black {
  background-color: black !important;
}

.img-filter {
  filter: grayscale(100%);
}

.img-filter:hover {
  filter: grayscale(0%);
}

.flex-align-center {
  display: flex !important;
  justify-content: center !important;
}

.box-item {
  width: auto !important;
  margin: auto 15px !important;
}

.dropdown-center {
  width: auto !important;
  left: 100% !important;
}

/* HOME SEARCH */

.home-search .home-search-text-div {
  position: relative;
  z-index: 1;
  display: flex;
}

.home-search {
  position: relative;
}

.home-search .myVideo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.home-search .home-search-img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top;
}

.dropdown-text {
  height: 62px !important;
  width: 100% !important;
  /*border-radius: 0 8px 8px 0 !important;*/
  padding: 0 275px 0px 13px !important;
}

.dropdown-btn {
  /*border-radius: 4px;*/
  background-image: var(--RandomColor);
  color: white;
  position: absolute;
  right: 0;
  height: calc(100%);
  padding: 0 30px;
  margin: 0;
  z-index: 1;
}

.drop-btn-search {
  top: 70px;
  width: 100%;
}

.dropdown-btn:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

/* END HOME SEARCH */

/* UPCOMING EVENTS */

/* .home-upcoming-events {
  background-color: #ebebeb;
} */

.home-upcoming-events h1 {
  /* color: black; */
  text-align: center;
  padding: 60px 0;
}

.btn-view-all {
  padding: 13px 30px;
  position: inherit;
}

.upcoming-events-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.upcoming-events-item img {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  object-fit: fill;
  border-radius: 8px;
}

/* END UPCOMING EVENTS */

.flex-beetween {
  display: flex;
  justify-content: space-between;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.p-60-vert {
  padding: 60px 0;
}

.m-10 {
  margin: 10px;
}

.height-100-20 {
  height: calc(100% - 20px);
}

/* DROPDOWN */

.search-box form {
  border: 0;
}

.wrap-drop {
  background: white;
  cursor: pointer;
  /*	margin: 0 auto;*/
  max-width: 225px;
  padding: 1rem;
  position: relative;
  z-index: 3;
  /*border-radius: 8px 0 0 8px;*/
}

.wrap-drop::after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #999999;
  border-radius: 5px;
  content: "";
  height: 0;
  margin-top: -4px;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0;
}

.wrap-drop .drop {
  background: #ebebeb;
  display: none;
  left: 0;
  list-style: none;
  margin-top: 0;
  opacity: 0;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 2;
}

.wrap-drop .drop li a {
  color: black;
  display: block;
  padding: 1rem;
  text-decoration: none;
  font-family: "Oswald";
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
}

.wrap-drop span {
  color: black;
  line-height: 30px;
}

.wrap-drop .drop li:hover a {
  background-color: #ababab;
  color: black;
}

.wrap-drop.active .drop {
  display: block;
  opacity: 1;
  pointer-events: auto;
  /*border-radius: 8px 8px 0 0;*/
}

.wrap-drop.active {
  /*border-radius: 0 0 0 8px;*/
}

.wrap-drop .drop li:first-of-type a {
  /*border-radius: 8px 8px 0 0;*/
}

.wrap-drop .drop li {
  border-bottom: solid 1px #ffffff;
}

.item-after {
  content: "";
  background: repeating-linear-gradient(
    -45deg,
    #6e6e6e,
    #6e6e6e 2px,
    transparent 2px,
    transparent 5px
  );
  width: 100%;
  position: absolute;
  height: 100%;
  top: 8px;
  left: 8px;
  z-index: 0;
  border-radius: 8px;
}

/* END DROPDOWN */

.p-salsation {
  font-family: var(--defaultFont);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: white;
}

.home-salsation-programs {
  background-color: #58595b;
}

.home-salsation-programs .home-salsation-programs-div img {
  opacity: 0.2;
}

.home-salsation-programs .home-salsation-programs-div p {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  color: white;
  font-family: "Oswald";
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 31px;
  letter-spacing: 1.36px;
  transform: translate(-50%, -50%);
}

.home-salsation-programs .home-salsation-programs-div {
  position: relative;
  border-radius: 4px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.home-salsation-programs .home-salsation-programs-div:nth-child(1) {
  background-color: var(--RandomColor);
}

.home-salsation-programs .home-salsation-programs-div:nth-child(2) {
  background-color: #f5b328;
}

.home-salsation-programs .home-salsation-programs-div:nth-child(3) {
  background-color: #297ea1;
}

.home-salsation-programs .home-salsation-programs-div:nth-child(4) {
  background-color: #42bfb1;
}

.font-16 {
  font-size: 16px !important;
}

.c-pink {
  color: var(--RandomColor);
}

.c-dark-grey {
  color: #333333;
}

.video-parent {
  position: relative;
  cursor: pointer;
}

.video-parent:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #999999;
}

.video-parent:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #525252;
}

.video-before-after-hide:before {
  display: none;
}

.video-before-after-hide:after {
  display: none;
}

video {
  cursor: pointer;
}
