.DarkBar
{
  background-color: #2b2b2b;
  color: white;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
}
.RTSBox
{
  position: relative;
}
.RTSBadgeSoldOut
{
  background-color: grey;
}
.RTSBadge, .RTSListBadge
{
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 15px;
  padding: 2px 10px 2px 10px;
  color: white;
  font-size: 0.9em;
}
.RTSListBadge
{
  display: flex;
  position: absolute;
  top: -14px;
  text-align: center;
  left: 50%;
  margin: 0px;
  transform: translate(-50%, 0%);
  width: auto !important;
}
@media only screen and (min-width: 768px)
{
  .RTSBadge, .RTSListBadge
  {
      font-size: 0.8em;
      padding: 2px 15px 2px 15px; ;
  }
}
.DarkCircle
{
  padding-left: 50px;
  padding-right: 50px;
  height: 100%;
  cursor: pointer;
}
.DarkCircleSelected
{
  background-color: white;
  color: #2b2b2b;
}
.AlliedArrow
{
  color:  #0094e9 !important;
  font-size: 12px;
  top: -20px;
  position: relative;

}
#ChooseBox
{
  padding-top: 20px;
  padding-bottom: 15px;
}
.RTSHeaderBigPrice
{
  white-space: nowrap;
}
.rts_thumb
{
}
.thumb_images
{
  margin-left: 10px;
  margin-right: 10px;
}
.thumb_images img
{
  cursor: pointer;
  max-height: 64px;

}
.RTSCPUButton
{
    background-color: #f4f4f4;
    border: none;
    font-size: 0.9em;
    border-radius: 10px;
}
@media only screen and (min-width: 768px)
{
.DesktopRight
{
  text-align: right;
}
.AfterPrice
{
  padding-right: 50px;
}
.RTSCartButton
{
  margin-top: 5px;
}
.stockbutton
{
  margin-top: 6px;
    line-height: 20px;
}
.RTSCartButton3
{
  padding-left: 60px !important;
  padding-right: 60px !important;
  height: 50px !important;
  position: relative;
  top: -7px;
}
.RTSBuyNow
{
  font-size: 20px;
}

}
#RTSBadges img
{
  max-width: 60px;
  margin-left: 20px;
}
.owl-quickviewgames img
{
  border-radius: 30px;
  width: 90%;
}
.owl-quickviewgames .owl-dots
{
  margin-top: 20px;
}

@media only screen and (max-width: 768px)
{


  #RTSBadges img
  {
    margin-left: 0px;
    margin-right: 20px;
  }

  .SwatchBlock
  {
    font-size: 0.8em;
  }

  .ConfigName2
  {
    font-size: 14px !important;
  }
  .stockbutton span
  {
    font-size: 12px !important;
  }

  .RTSCartButton3
  {
    height: 32px !important;
    margin-left: 10px;
  }
  .stockbutton
  {
    line-height: 18px;
  }
  .DarkCircle
  {
    font-size: 0.8em;
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  #ChooseBox
  {
    padding-top: 15px !important;
    padding-bottom: 0px;
  }
.RTSBuyNow
{
  padding-top: 1px;
  padding-bottom: 1px;
}
.RTSBottomPad
{
  padding-bottom: 10px;
  padding-top: 5px;
}
.stockbutton
{

}

}

.SwatchBlock div
{
  padding-left: 10px;
  display: inline-flex;
  font-weight: 300;
  line-height: 40px;
  vertical-align: middle;
}

#WhiteSwatch, #BlackSwatch
{
  height: 40px;
  width: 40px;
  border-radius: 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 4px;
}
#BlackSwatch
{
  background-color: black;
}

#WhiteSwatchSmall, #BlackSwatchSmall
{
  height: 30px;
  width: 30px;
  border-radius: 15px;
  border: 1px solid #eee;
  cursor: pointer;
  padding: 4px;
  margin-left: 10px;
  margin-right: 10px;
}
#BlackSwatchSmall
{
  background-color: black;
}
.GreyScale
{
  -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
     -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
        filter: grayscale(100%);
}

.SwatchSel
{
  border: 2px solid #0094e9 !important;
}

.UpsellHeading
{
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  align-self: center;
}
.UpsellHighlighted
{
  color: #59348E;
}
.RTSDays
{
  background: -webkit-linear-gradient(0deg, #0FA6F5,  #E023E6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.SKUPrefix
{
  display:block;
}
.RTSAdd2024, .RTSView2024, .RTSQuick2024
{
  color: white;
  background-color: #0093E9;
  padding: 10px 20px 10px 20px;
  font-size: 12px;
  border-radius: 20px;
  display: inline-block;
  width: auto !important;
  font-weight: 700;
  border: 2px solid #0093E9;
  cursor: pointer;
}
.RTSAdd2024:hover
{
  background-color: #0094e9;
    border: 2px solid #0094e9;
}
.RTSGrey2024, .RTSAdd2024:hover
{
  background-color: grey;
  border: 2px solid grey;
}
.RTSView2024
{
  background-color:#2b2b2b;
  border: 2px solid #2b2b2b;
}
.RTSQuick2024
{
  color:black;
  background-color: white;
  border: 2px solid #2b2b2b;
}
.RTSQuick2024:hover
{
  background-color: #2b2b2b;
  color: white;
}
.RTSView2024:hover
{
  background-color: white;
  color: #2b2b2b;
}
.RTSGamesList
{
  padding-left: 10px;
  padding-right: 10px;
  width: 280px;
}
.RTSGamesList img
{
  border-radius: 30px;
}
.owl-gamesgallery .owl-dots
{
  margin-top: 20px;
}
