body { min-width: 320px;}


body.wg-mode-app .wg-section-hero-bar {
    display:none;
}
body.wg-mode-app .wg-section-first.hide_header_mobile {
    display:none;
}

body.wg-mode-app .wg-section-first  {
    display:none;
}
body.wg-mode-app #footer-menu {
    display:none;
}

body.wg-mode-app:not(.show_app_footer) .wg-footer {
    display:none;
}

body.wg-mode-app .wg-footer .footer-separator-2-2 {
    display: none;
}

body.wg-mode-app .wg-footer {
padding-top: 0px;
}

body.wg-mode-app .wg-app-mode-hidden {
    display: none;
}


#toggle_all_variants {
    top: -20px;
    margin-left: 20px;
    display: inline-block;
    position: relative;
}

.wg-hideMedium {
    display: none;
}
#inner-spin{
    padding: 19% 4%;
    cursor: pointer;
}
.messages.messages-legal {
      background-color: #FAFAFA;
      border: 0px solid #C94343;
      color: #555;

}
.messages.messages-info {
    background-color: #E0EDF9;
    border: 1px solid #0084FF;
    color: #0055A4;
}
.messages.messages-default {
    background-color: transparent;
    padding: 0;
    border: 0px none;
}
.social-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    position: relative;
  }

  .social-button.fb {
    position: relative;
    margin-bottom: 13px;
    padding-left: 10px;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #4676c9, #4676c9);
    font-size: 16px;
  }

  .social-button.google {
    position: relative;
    padding-left: 10px;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #df4932, #df4932);
    font-size: 16px;
  }

  .social-button.watchgang {
    text-decoration: none;
    background-color: #727272;
    background-image: url(/images/rebrand/logo/wg-brand-icon-white.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px center;
    text-transform: none;
    border: 0px none;
    margin-top: 13px;
  }

  .social-button.watchgang-v2 {
    text-decoration: none;
    background-color: #C90000;
    background-image: url(/images/rebrand/logo/wg-brand-icon-white.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px center;
    text-transform: none;
    border: 0px none;
    margin-top: 13px;
  }

  .social-button.thewheel {
    text-decoration: none;
    background-color: #4253ff;
    background-image: url(/images/thewheel/logo/the-wheel-icon-72x72-white.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px center;
    text-transform: none;
    border: 0px none;
    margin-top: 13px;
  }

  .social-button.generic {
    text-decoration: none;
    background-color: #121314;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px center;
    text-transform: none;
    border: 0px none;
    margin-top: 13px;
  }

  .fb-icon, .google-icon, .apple-icon {
    position: absolute;
    left: 14px;
  }

#overlay-fade{
  background-color: rgba(26, 35, 44, 0.5);
}
.widget.style5 > .widget-content {
  background-color: #fff;
}

.widget.style5 > .widget-header {
  background-color: #ECECEC;
  box-shadow: 0 -1px 0 #d9d9d9 inset, 0px 1px 0 #FFFFFF inset;
  background-color: #fff;
  box-shadow: none;
  padding: 38px 0 10px;
  font-size: 26px;
  color: #1a232c;
}

input, textarea, select {
  border: 0px none;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  color: #333333;
}

input:focus, textarea:focus, select:focus {
  border-bottom: 1px solid #3898EC;
  font-weight: 600;
}
  .form.form-padding .form-element {
  margin-bottom: 26px;
  font-weight: 600;
  }
  .form .form-element label {
  font-weight: 600;
  font-weight: 400;
  }

/* buttons.css | https://www.watchgang.localhost/assets/app/css/buttons.css */

.btn {
  border-radius: 4px;
  box-shadow: none;
  font-variant: normal;
}

.btn.btn-primary, .btn.active {
  /* border: 1px solid #938983; */
  /* background: #938983; */
  border: 0px none;
  background: #1a232c;
}

/* buttons.css | https://www.watchgang.localhost/assets/app/css/buttons.css */

.btn.btn-primary:hover, .btn.active:hover {
  /* border: 1px solid #79706a; */
  /* background: #79706a; */
  border: 0px none;
  background-color: #202b36;;
}


/* buttons.css | https://www.watchgang.localhost/assets/app/css/buttons.css */

.btn.btn-primary:focus, .btn.btn-primary:active, .btn.active:focus, .btn.active:active {
  /* border: 1px solid #B7B0AC; */
  /* background: #B7B0AC; */
  border: 0px none;
  background: #000;
}

.btn.btn-full_width {
  /* max-width: 400px; */
  max-width: 100%;
}

.btn.btn-medium {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 16px;
    font-weight: bold;
}

/* custom.css | https://www.watchgang.localhost/wg-pth-1106-site/css/custom.css */

.widget > .widget-content > .padding {
  /* padding: 30px 7%; */
  padding: 30px 10%;
}


/* form.css | https://www.watchgang.localhost/assets/common/css/form.css */

.form .form-element label {
  /* padding: 2px 0 4px 0; */
  padding: 2px 0 0px 0;
}

/* components.css | https://www.watchgang.localhost/wheel_v5_theme/css/components.css */

label {
  /* margin-bottom: 5px; */
  margin-bottom: 0px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="password"],
.form select,
.form textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 0;
    font-size: 1.1em;
    /*min-width: 300px;*/
   height: 34px;
}

.form select {
  padding: 0px 0px;
}

.wg-tabs-menu > .wg-tab-link:not(.active) {
  cursor: pointer;
}

.wg-wheel-script > svg {
    width: 100%;
}

.widget.style5 > .widget-content {
    border-top: 0px none;
}
.widget.style5 > .widget-header {
    font-weight: 600;
    padding: 44px 86px 6px;
}

.wg-close-popup {
    margin-right: 50px;
}
.wg-grid-checkboxes-options-2cols{
    display: inline-block;
}
.wg-checkbox-filter {
    cursor: pointer;
    margin-bottom: 10px;
}
div.filter_group > label.wg-checkbox-filter > span.w-form-label{
    max-width: 92%;
}
div.wg-section-choose-wheel > div.wg-tabs-content {
    padding-top:30px;
    padding-bottom: 30px;
}

div.wg-wheel-script{
    max-width: 650px;
    width: 108%;
    height: auto;
    padding-top: 20px;
    margin-left: -1%;
    padding-left: 4%;
    padding-right: 4%;
}

div.wg-wheel-content-inner {
    text-align: center;
    max-width: 300px;
}

.wg-two-buttons{
    margin: 10px;
}


.wg-two-buttons.wg-two-button-blue{
    background: #0B5498;
}


#addWatchToolTip{
    position: absolute;
    z-index: 10;
    top: 16%;
    right: 52%;
}

.wg-addwatch-tooltip{
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.wg-addwatch-tooltip-arrow-wrap{
    position: absolute;
    bottom: -12px;
    left: 45%;
    right: 45%;
}

.wg-addwatch-tooltip-arrow-down{
    position: relative;
    width: 20px;
    height: 20px;
    border-style: none solid solid none;
    border-width: 3px;
    border-color: #fff;
    border-radius: 3px;
    background-color: #1a232c;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wg-addwatch-tooltip-note{
    position: absolute;
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    border-radius: 3px;
    background-color: #1a232c;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    width:150px;
    font-size: 18px;
    border-radius: 8px;
    padding: 12px;
    font-weight: bold;
}

#filter_options_window{
    max-height:100vh;
    overflow-y:auto;
}
div.wg-popup.select_watch{
    max-height:100vh;
    overflow-y:auto;
    flex-direction: row;
}

#wg-popup-wrapper-inner-close{
    position: relative;
    height: 100%;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

#advanced-filter-list{
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr -webkit-min-content 1fr;
    -ms-grid-columns: 1fr min-content 1fr;
    grid-template-columns: 1fr -webkit-min-content 1fr;
    grid-template-columns: 1fr min-content 1fr;
    -ms-grid-rows: auto 40px auto;
    grid-template-rows: auto 40px auto;
}

.wg-pagination-page, .wg-spin-slider-number{
    color: #1a232c;
}

.wg-popup-inner.congratulations{
    margin-left: 0;
    margin-right: 0;
}
.wg-popup-inner.congratulations .wg-two-buttons-wrapper-2{
    display:block;
}

#inventory_item_popup div.w-slider-mask {
    z-index: unset;
}

#filter_options_window div.wg-trigger-close-options{
    background-color: white;
    z-index: -1;
}

.wg-detail-watch-specifications li {
    text-align: left;
    color: #8c9195;
}

.wg-detail-watch-specifications li span{
    color: #979ca0;
    min-width: 105px;
    display: inline-block;
}

.wg-fancy-slider-nav .w-slider-dot {
    background-color: rgba(255, 255, 255, 0.3);
    width: 40px;
    height: 3px;
    margin-right: 5px;
    margin-bottom: 0;
}

.wg-select-filter-inner {
    padding-right: 41px;
}

.wg-select-filter-inner .wg-select-filter-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wg-remove-wheel-button.active{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#wg-primary_filters .wg-arrow-select-wrapper-style {
    border-left: 0px none;
}

#Spin_Wheel{
    display: block;
}


#st_gdpr_iframe {
    border: 0px;
}

.wg-detail-watch-description {
    display: block;
    text-align: left;
    margin-top: 0px;
}

#wheel-images > g {
    cursor: pointer;
}


.wg-options-dropdown .wg-options-colapse-style {
    display: none;
}

.wg-options-dropdown .wg-select-option.open {
    z-index: 10;
}

.wg-select-option-trigger, .wg-select-option-trigger-style {
    border: 0px none;
}

.wg-options-dropdown > .wg-select-option > .wg-options-colapse-style {
    border-top: 1px solid #ccc;
}

.wg-options-dropdown .wg-select-option > .wg-shadow-filter-option-style {
    display: none;
}
.wg-options-dropdown .wg-select-option.open > .wg-shadow-filter-option-style {
    display: block;
}


.wg-select-filter-style {
    width: 100%;
    transition:width 0.2s ease-out;
}

.wg-select-filter-style.open {
    width: 140%;
    z-index: 10;
}

.wg-select-filter-style .wg-filter-form-style {
    display: none;
}


.wg-select-filter-style.open .wg-filter-form-style {
    display: block;
}

.wg-select-filter-style.open > .wg-shadow-filter-style {
    display: none;
}
.wg-select-filter-style.open > .wg-shadow-filter-style {
    display: block;
}


.wg-popup-container.congratulations{
    margin-left: 15px;
    margin-right: 15px;
}

.wg-detail-card{
    opacity: 0;
    transition:opacity 0.3s ease-out;
    overflow: auto;
}

#wg-popup-wrapper-inner-close{
    cursor: pointer;
}

.wg-info-text {
    color: #999;
}

.wg-spin-wheel-desktop{
    position: absolute;
    overflow: hidden;
}

.wg-wheel-grid-selection.swiper-container {
    padding-bottom: 20px;
}
.wg-wheel-grid-selection.swiper-container-horizontal > .swiper-pagination-bullets,
.wg-wheel-grid-selection .swiper-pagination-custom,
.wg-wheel-grid-selection .swiper-pagination-fraction {
    bottom: 0px;
}


.wg-wheel-grid-selection .swiper-pagination-bullet-active {
    background: #f09b00;
}

.wg-fancy-slider-arrow {
    max-height: 75%;
}

.modal-overlay>.ajax_results>.widget>.widget-header {
    line-height: initial;
}


.wheel_msg {
    position: absolute;
    width: 100%;
    top: 43%;
    z-index: 10;
    display: none;
}
.wheel_msg .messages-container {
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 0px 0px 24px 0 #00000026;
}

.wheel_msg .messages-container .messages {
    background-color: #fff;
}

.center_div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.wheel_msg.center_div{
    top: auto;
}

.choose-wheel.inactive .wheel_msg{
    display: block;

}

.choose-wheel.inactive #wheel_tiers{
    display: none;
}



.choose-wheel.inactive .wg-wheel-result-wrapper {
    filter: blur(8px);
}

.wheel_msg .messages-container .messages {
    background-color: #fff ;
    padding: 20px 25px;
    border: 5px solid #FCBC00 ;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0px 20px 50px #fcbc004f ;
}

.wheel_msg .wheel_msg .messages-container {
    max-width: 365px;
}

.wheel_v5-bubbles {
    text-align: center;
    white-space: nowrap;
}

.wheel_v5-bubble {
    height: 36px;
    width: 36px;
    display: inline-block;
    cursor: pointer;
    margin: 0 3px;
    background-size: 36px 36px;
    background-image: url('/wheel_v5_theme/images/bubble-inactive-selection.png');
}

.wheel_v5-bubble.wheel_v5-bubble-active {
    background-image: url('/wheel_v5_theme/images/bubble-active-selection.png');
}

.wheel_v5-bubble.wheel_v5-bubble-ghost {
    background-image: url('/wheel_v5_theme/images/bubble-ghost-selection.png');
}

.wheel_v5-dynamic .btn.btn-medium.btn-wheel.wheel_v5-bubble.wheel_v5-bubble-active {
    background-color: #000000;
    color: #fff;
    border: 2px solid #000;
}
.wheel_v5-dynamic .btn.btn-medium.btn-wheel.wheel_v5-bubble:not(.wheel_v5-bubble-active) > .inactive {
    display: none;
}
.wheel_v5-dynamic .btn.btn-medium.btn-wheel.wheel_v5-bubble.wheel_v5-bubble-active > .active {
    display: none;
}

.wheel_v5-dynamic .btn.btn-medium.btn-wheel.wheel_v5-bubble.wheel_v5-bubble-ghost {
    background-color: #D9D9D9;
    color: #fff;
    border: 2px solid #D9D9D9;
}

.wheel_v5-remove_item {
    background-color: #000000;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    padding: 10px 5px;
    font-weight: 700;
}
#wheel_tiers .wg-watch-item.wg-variant-first {
    /*border: 2px solid #febe86;*/
    border-right: 0px none;
    border-radius: 4px 0 0 4px;
    margin-left: 2px;
}

#wheel_tiers .wg-watch-item.wg-variant-last {
    /*border: 2px solid #febe86;*/
    border-left: 0px none;
    border-radius: 0 4px 4px 0;
    margin-right: 2px;
}

#wheel_tiers .wg-watch-item.wg-variant-middle {
    /*border: 2px solid #febe86;*/
    border-left: 0px none;
    border-right: 0px none;
}
#wheel_tiers .wg-watch-item.wg-variant-middle,
#wheel_tiers .wg-watch-item.wg-variant-last,
#wheel_tiers .wg-watch-item.wg-variant-first {
    background-color:#F5F5F5;
}

#inventory_replace_popup-container .wg-close-detail-card {
    display: none;
}

#inventory_item_popup{
    /*overflow: auto !important;*/
    border-radius: 5px !important;
}
#inventory_item_popup .wg-add-wheel-wrapper{
    background-color: #F5F5F5;
    min-height: 60px;
}
#inventory_item_popup .wg-wheel-detail-wrapper{
    flex-direction: row;
}
#inventory_item_popup .wg-wheel-detail-wrapper div{
    margin: 0 5px;
}
#inventory_item_popup .wg-close-detail-card{
    background-color: white;
    box-shadow: 0  0 50px rgba(0, 0,0, 0.15);
}
#inventory_item_popup div.wheel_v5-bubble {
    width: 46px;
    height: 46px;
    margin: 0 4px;
    background-size: 46px 46px;
}
#inventory_item_popup .wheel_v5-dynamic div.wheel_v5-bubble {
    width: auto;
    height: auto;
}
#inventory_replace_popup-container .wg-detail-card-content {
    padding: 26px 22px 12px;
}

#inventory_replace_popup-container .wg-detail-watch-description {
    padding: 26px 22px 12px;
}

#inventory_replace_popup-container .wg-detail-watch-description {
    text-align: center;
    font-size: 18px;
    padding: 0 18px;
    margin-top: 0px;
    line-height: 1.4em;
}

#inventory_replace_popup-container .wg-wheel-detail-wrapper {
    height: auto;
    font-size: 18px;
    padding: 25px 0;
}

#inventory_replace_popup-container .wg-add-wheel-wrapper {
    min-height: auto;
}

#inventory_replace_popup-container .wg-wheel-detail-in-stock {
    cursor: pointer;
}
#inventory_replace_popup-container .wg-wheel-detail-in-stock.main_action {
    color: #F1B642;
}

#inventory_replace_popup {
    max-width: 318px;
}

.wg-add-wheel-border {
    height: 1px;
    background-color: #eee;
}

#inventory_replace_popup-message {
    font-size: 16px;
}
#inventory_replace_popup-message .item_name,
#inventory_replace_popup-message .item_punctuation
 {
    font-weight: 800;
    color: #000;
}

.wg-watch-image {
    min-height: 301px;
    text-align: center;
    max-width: 100%;
}
.wg-name-watch {
    max-height: 41px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: block;
}

.wg-item-price-container {
    text-align: center;
    margin-top: -5px;
    margin-bottom: 7px;
    font-size: 13px;
    overflow: hidden;
    line-height: 17px;
}

.wg-item-msrp {
    color: #8c9195;
    font-weight: 800;
    border-right: 1px solid #ccc;
    padding-right: 5px;
    margin-right: 8px;
    text-decoration: line-through;
}

.wg-item-msrp.visible {
 border-right: 0px none;
 text-decoration: none;
 padding-right: 0px;
 margin-right: 0px;
}

.wg-item-savings {
    color: #FF3100;
    font-weight: bold;
}

.wg-brand-thewheel .wg-item-savings {
    color: #4253FF;
}

.wg-fancy-slider-watch-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wg-section-featured{
    overflow: hidden auto;
}

#featured_inventory{
    display: flex;
    height: 100%;
}

#featured_inventory, .wg-fancy-slide, .wg-fancy-slider{
    min-height: 600px;
}

.wg-beta_wheel_msg {
    text-align: center;
    border: 1px solid #48AEF8;
    display: inline-block;
    margin: 0 auto;
    border-radius: 18px;
    padding: 6px 38px;
    background-color: #F2F9FF;
    color: #48AEF8;
    font-weight: 500;
}
.wg-beta_wheel_msg a {
    color: #48AEF8;
}
#variations > .ajax_results {
    background-color: #fff;
    padding: 15px;
}

#variations .wg-watch-item {
 margin: auto;
}

div.wg-detail-card.variant-item{
    z-index: 1100;
}
#overlay-fade.variations{
    z-index: 100;
}
#overlay-fade.variations .modal-overlay > .ajax_results {
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.25);
}
#overlay-fade.variations .modal-overlay > .ajax_results > div {
    box-shadow: none;
}


body.wheel_beta-revision_2 .wg-watches-filter-wrapper {
    grid-column-gap: 0;
}
body.wheel_beta-revision_2 .wg-subheading-wrapper{
    margin-bottom: 20px;
}

body.wheel_beta-revision_2 .show-more-btn-wrapper{
    text-align: center;
}
body.wheel_beta-revision_2 button.show-more-inventory{
    display:none;
    width:auto;
    max-width:340px;
    margin-top: 30px;
    font-family: Lato,sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 1em 2em;
    text-shadow: none;
    text-transform: none;
}

body.wheel_beta-revision_2 div.desktop-hidden{
    display:none;
}

body.wheel_beta-revision_2 button.show-more-inventory.desktop-hidden{
    display:inline-block;
}
.wg-detail-card-wrapper{
    min-width: 300px;
}

body.wheel_beta-revision_2 .wg-filter-wrapper{
    padding: 30px;
}

body.wheel_beta-revision_2 .filter-popup-inner{
    min-width: 280px;
}

body.wheel_beta-revision_2 a.filter-options-btn{
    color: #999;
    font-size: 16px;
    display: inline-block;
    padding-left: 20px;
    padding-top: 10px;
    margin-top: -25px;
    position: relative;
    top: -15px;
 }
body.wheel_beta-revision_2 a.filter-options-btn span.filter-icon {
    border: #e5e5e5 1px solid;
    display: inline-block;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    position: relative;
}
body.wheel_beta-revision_2 a.filter-options-btn span.filter-icon svg {
    margin-top: 10px;
    margin-left:1px;
}

body.wheel_beta-revision_2 a.filter-options-btn span.filter-btn-txt{
    position: relative;
    top: -4px;
    left: 5px;
    color: #999;
}
body.wheel_beta-revision_2 .wg-select-h2 {
    width: auto;
    display: inline-block;
    font-family: acumin-pro-extra-condensed;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 48px;
}
body.wheel_beta-revision_2 .tier-title{
    display: inline-block;
    border-right: #e5e5e5 1px solid;
    padding-right: 20px;
}

.btn {
    border-radius: 3px;
   font-variant: none;
   text-transform:none;
   letter-spacing: 0px;

}

/**
 * 	Button Black
 */
 .btn.btn-black {
	background: #1A232C; /* Old browsers */
    color: #FFFFFF;
}


.btn.btn-black:hover {
	background: #1e2933; /* Old browsers */
   color: #FFFFFF;
}

.btn.btn-medium.btn-wheel {
    background: #fff;
    color: #8C9195;
    text-shadow: none;
    border: 2px solid #E5E5E5;
    border-radius: 24px;
    box-shadow: none;
    text-transform: none;
    padding: 9px 18px;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: bold;
}



.wg-watch-mage {
    left: 0px;
    height: 200px;
    max-width: 100%;
}

.wg-wheel-name{
    line-height: 1em;
    padding: 10px 0px;
    font-family: acumin-pro-extra-condensed;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 64px;
}

#wheel_introduction .wheel_intro_image {
    background-image: url('/images/wheel/blue-image-tw.png');
    width: 100%;
    height: 192px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: 38px;
}

#wheel_introduction .wheel_intro_header {
    font-weight: 900;
    color: #222;
    margin-bottom: -8px;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 3px;
}

#wheel_introduction .wheel_intro_subheader {
    text-align: left;
    font-weight: bold;
    color: #222;
    width: 100%;
}

#wheel_introduction .wheel_intro_description {
    text-align: left;
    margin-bottom: 10px;
    font-size: 12px;
    color: #555;
}


#wheel_introduction .wheel_intro_caret {
    font-size: 24px;
    color: #444;
}
body.wheel_beta-revision_2 #scroll_to_top{
    position:fixed;
    bottom:10px;
    z-index: 100;
    border-radius: 30px;
    display:none;
    width:60px;
    height: 60px;
    background-image: url("/wheel_v5_theme/images/to-top-btn.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

#wheel_tiers .select_watches{
    margin-top: 20px;
    padding-bottom: 80px;
}

.wg-watch-item {
    max-width: 250px;
    padding: 10px;
}

body.wheel_beta-revision_2 .wg-detail-card, body.wheel_beta-revision_2 .wg-detail-card-style {
    max-width: 100%;
}
body.wheel_beta-revision_2 .wg-detail-card{
    max-width: 100%;
}

body.wheel_beta-revision_2 #scroll_to_top-container {
    position: absolute;
    right:80px;
}

body.wheel_beta-revision_2 #wheel_tiers .tier_title_container {
    text-align: center;
    margin: 15px auto 15px auto;
    white-space: nowrap;
}

body.wheel_beta-revision_2 .tier_container:last-of-type  .wg-filter-separator:last-of-type {
    display: none;
}
/*  Start of media overrides
    NOTE: media overrides need to be below all other normal css
 */

body.wheel_beta-revision_2  .wg-grid-info-support {
    margin: 20px;
    width: calc(100% - 40px);
}

body.wheel_beta-revision_2  .wg-pagination-wrapper{
    position: relative;
}
body.wheel_beta-revision_2 .wg-grid-info-support {
    background-color: #191A1C;
    }

.wg-slider-watch{
    min-height: 374px;
}

.wg-slider-image.transparent{
    max-height: 100%;
}

.wg-aply-filters-button{
    height: 50px;
    background-position: 61% 50%;
    font-size: 1.1em;
}

.no-page-scroll{
    margin: 0;
    height: 100%;
    overflow: hidden;
}

a.wg-edit, a.affirm-modal-trigger {
    color: inherit;
}

#w-node-e68ffad2bd35-3918576e {
    justify-self: left;
}

.wg-nav-link {
    color: #fff;
    margin-left: 15px;
}


/**
 *  SECTIONS (required for auto centered content like forgot password page, but will be replaced by wg-specific classes)
 */
/*.section{
    white-space: nowrap;
    margin: 0 auto;
}*/
#content .section {
    margin-bottom: 5%;
}
#content .section:last-child {
    margin-bottom: 0px;
}
.section > .contents {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
}

.section > .contents > .contents-inner .image-container{
    margin: 5%;
}

.section > .contents > .contents-inner .image-container > .image{
    width: 100%;
}
.section > .dummy{
    display: inline-block;
    vertical-align: middle;
    /*transition: min-height 0.2s ease 0s;Chrome Doesn't like this*/
}

.section > .contents > .contents-inner{

}

#clear_wheel_btn {
    white-space: nowrap;
}

.wg-wheel-btn-wrapper{
    min-width: 140px !important;
}

.section > .contents > .contents-inner > .section-header{
    padding: 8px 25px;
}
.section > .contents > .contents-inner > .section-header h2{
    font-size: 26px;
}
.section > .contents .faq > .question > h3{
    font-size: 18px;
    font-weight: bold;
}
.section > .contents .faq{
    margin: 15px;

}

.additional-legal-notes {
    text-align: center;
    background-color: #fff;
    z-index: 3;
    position: relative;
    font-size: 13px;
    color: #333;
    white-space: pre-wrap;
    line-height: 16px;
    padding: 0 5px 19px 5px;
}
.additional-legal-notes > .additional-legal-notes-content {
    max-width: 800px;
    margin: 0 auto;
}





/**
* WHEEL NAV CATEGORY CSS
**/

.wg-wheel-scroll-wrapper .wg-wheel-category_title {
    display: none;
}
.wg-wheel-scroll-wrapper > .with_active_category .wg-wheel-category_title {
    display: block;
}
.wg-wheel-scroll-wrapper > .with_active_category .wg-wheel-mainnav {
    display: none;
}
.wg-wheel-scroll-wrapper > .with_active_category .wg-wheel-subnav {
    display: block;
}
.wg-wheel-category_title {
    text-align: center;
    margin-bottom: 12px;
}
.wg-wheel-category_title > h2 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px;
    font-family: acumin-pro-extra-condensed;
    font-size: 48px;
    font-weight: 800;
    line-height: 1em;
}
.wg-wheel-category_title .btn {
    padding: 6px 18px;
}
.wg-wheel-category_title .btn > i {
    margin: 0 0;
    vertical-align: initial;
}
/**
* END WHEEL NAV CATEGORY CSS
**/


@media screen and (min-width: 1280px) {
    .wg-addwatch-tooltip-note{
        width:150px;
        font-size: 18px;
        border-radius: 8px;
        padding: 12px;
    }

    body.wheel_beta-revision_2 .wg-watches-filter-wrapper {
        grid-template-columns: repeat(auto-fit,minmax(180px,auto));
    }
}

@media screen and (max-width: 1279px) {
    .wg-container {
        max-width: 1024px;
    }

    body.wheel_beta-revision_2 .wg-watches-filter-wrapper {
        grid-template-columns: repeat(auto-fit,minmax(180px,auto));
    }

}
@media screen and (max-width: 1024px) {
    body.wheel_beta-revision_2  .wg-container.choose-wheel {
        margin-left: 2%;
        margin-right: 2%;
    }
}
@media screen and (max-width: 991px) {
    #addWatchToolTip{
        top: 16%;
        right: 51.5%;
    }
    .wg-addwatch-tooltip-note{
        width:145px;
        font-size: 17px;
        padding: 10px;
    }

    body.wheel_beta-revision_2 .wg-watches-filter-wrapper {
        grid-template-columns: repeat(auto-fit,minmax(160px,auto));
    }
}

@media screen and (max-width: 767px) {

    body.wheel_beta-revision_2  .wg-filtering-for {
        margin-left: 5%;
    }

    .wg-wheel-btn-wrapper{
        width: 100% !important;
    }
    #buy_points, #clear_wheel_btn, #wg_spin_proxy{
        margin-top: 10px;
    }
    div.wg-section-choose-wheel > div.wg-tabs-content {
        padding-top:30px;
    }
    div.w-layout-grid.wg-wheel-grid-selection.swiper-container{
        padding-bottom: 10px;
    }
    .wg-fancy-slider-nav .w-slider-dot {
        width: 18px;
    }
    div.wg-wheel-content-inner{
         margin-bottom: 0;
     }

    div.wg-wheel-content-inner div.wg-wheel-content-separator{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #addWatchToolTip {
        top: 16%;
        right: 50%;
    }
    .wg-addwatch-tooltip-note{
        width:130px;
        font-size: 15px;
        padding: 9px;
    }

    .wg-wheel-selection {
        padding-left: 0px;
        padding-right: 0px;
    }

    #wheel_inventory-container{
        top:25px;
    }
    .lock-to-view{
        position: fixed;
        left: 0%;
        top: 25px;
        right: 0%;
        bottom: 0%;
    }

    .no-scroll-y, .no-page-scroll{
        margin: 0;
        height: 100%;
        overflow: hidden;
    }

    .lock-to-view .wg-trigger-close-filter-options{
        background-color: rgba(0,0,0,0.3);
    }
    .wg-trigger-close-filter-options{
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
    }
    #advanced-filter-list{
        display:block;
        max-height:calc(100vh - 240px);
        overflow-y:auto;
        margin: auto -40px;
        padding: 0 40px;
    }

    body.iphone-safari #advanced-filter-list{
        max-height:calc(100vh - 300px);
        margin: auto 0px;
    }
    .wg-wheel-grid-selection {
        padding-bottom: 0;
    }
    .wg-aply-filters-button-wrapper{
        padding-top: 10px;
        padding-bottom: 0;
    }
    .wg-wheel-scroll-wrapper{
        padding-bottom: 0;
    }
    .wg-wheel-result-wrapper{
        margin-top: 0;
    }
    .wg-filter-options-form-block {
        margin-top: 20px;
    }
    #wg-popup-wrapper-inner-close{
        display: none;
    }
    div.wg-popup.select_watch{
        flex-direction: column;
    }

    .scrollgrid {
        display: table;
        table-layout: fixed;
        width: auto;
        min-width: 100%;

    }
    .scrollgrid .scrollgrid-container {
        display: table-row;
        white-space: nowrap;
    }
    .scrollgrid .scrollgrid-item {
        display: table-cell;
        vertical-align: middle;
    }


    .wg-wheel-scroll-wrapper .scrollgrid-item {
        text-align: center;
        min-width: 200px;
        padding: 0 9px;
    }

    .wg-wheel-scroll-wrapper {
        overflow: auto;
        margin-top: 12px;
    }

    .wg-spin-wheel-desktop{
        font-size: 22px;
        width: 100px;
        height: 100px;
        border-width: 7px;
    }
    .wg-hideMedium {
        display: block;
    }

    .wg-close-popup._45 {
        margin-right: 0;
        top: 20px;
    }
    .widget.style5 > .widget-header {
        padding: 44px 25px 6px;
    }

    body.wheel_beta-revision_2 div.mobile-hidden{
        display:none;
    }
    body.wheel_beta-revision_2 button.show-more-inventory.mobile-hidden{
        display:inline-block;
    }

    body.wheel_beta-revision_2 .wg-select-h2 {
        font-size: 36px;
    }

    body.wheel_beta-revision_2 .wg-watches-filter-wrapper {
        grid-template-columns: repeat(auto-fit,minmax(150px,auto));
    }

    body.wheel_beta-revision_2 .wg-subheading-18 {
            font-size: 17px;
            font-weight: 500;
    }

    body.wheel_beta-revision_2 .wg-filter-separator {
            width: 90%;
            margin: auto;
    }

    body.wheel_beta-revision_2 .wg-filter-options-heading{
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    #addWatchToolTip {
        top: 16%;
        right: 51%;
    }
}
@media screen and (max-width: 550px) {
    #addWatchToolTip {
        top: 15%;
        right: 52%;
    }
}
@media screen and (max-width: 500px) {
    #addWatchToolTip {
        top: 14%;
        right: 53%;
    }
}
@media screen and (max-width: 450px) {
    #addWatchToolTip {
        top: 14%;
        right: 54%;
    }
}
@media screen and (max-width: 420px) {
    body.wheel_beta-revision_2 h2.wg-select-h2{
        font-size: 32px;
    }
    body.wheel_beta-revision_2 span.wg-subheading-18{
        font-size: 16px;
    }
    body.wheel_beta-revision_2 a.filter-options-btn{
        margin-left: 0px;
        padding-left: 12px;
    }
    #addWatchToolTip {
        top: 13%;
        right: 55%;
    }

    body.wheel_beta-revision_2 a.filter-options-btn span.filter-btn-txt {
        display: none;
    }
}
/* NOTE: media overrides need to be below all other normal css
    Do not add css below!
 */


#wg-tabs_container {
    display: none;
}

#wheel_dashboard_content {
    padding-bottom: 40px;
}


.with_active_category > .wg-wheel-category_title > h2 {
    display: none;
}

@media screen and (max-width: 767px) {
    #w-node-e8d98fc253fd-3918576e {
      display: none;
    }

    .wg-h-wrapper.max_w_715.choose_wheel {
        display: none;
    }

    .wg-tooltip-wrapper {
        /*display: none;*/
    }

    #wheel_dashboard_content {
        display: none;
    }


    #toggle_all_variants {
        top: 0;
        margin-left: 0px;
        margin-top: 10px;
        display: block;
    }

}