#block-fantorrent-store-support-contextual-commerce-sidebar {
  position: fixed;
  right: -320px;
  top: 0;
  z-index: 999;
  width: 320px;
  padding: 10px;
  /*border-radius: 5px 0 0 5px;*/
  background-color: #000;
  color: #fff;
  height: 100%;
  z-index: 9999;
}

#block-fantorrent-store-support-contextual-commerce-sidebar .block-inner {
  height: 100%;
  overflow-y: auto;
}

#block-fantorrent-store-support-contextual-commerce-sidebar .product-sidebar-toggle-tab {
  position: absolute;
  background-color: #000;
  padding: 10px 20px 10px 5px;
  left: -47px;
  top: 210px;
  color: #fff;
  display: block;
  display: none;
  border-radius: 5px 0 0 5px;
}

#block-fantorrent-store-support-contextual-commerce-sidebar .product-sidebar-toggle-tab .toggle-tab-right:before {
  content: "\35\35";
  font-family: "IcoMoonArrows";
  font-size: 29px;
  line-height: 29px;
  letter-spacing: -16px;
  vertical-align: middle;
  speak: none;
}

#block-fantorrent-store-support-contextual-commerce-sidebar .product-sidebar-toggle-tab .toggle-tab-left:before {
  content: "\36\36";
  font-family: "IcoMoonArrows";
  font-size: 29px;
  line-height: 29px;
  letter-spacing: -16px;
  vertical-align: middle;
  speak: none;
}

#block-fantorrent-store-support-contextual-commerce-sidebar h2 {
  color: #fff;
  margin: 8px 0;
}

#block-fantorrent-store-support-contextual-commerce-sidebar .product-body p {
  margin: 8px 0;
}

#block-fantorrent-store-support-contextual-commerce-sidebar .product-form .form-radios {
  padding: 0 20px;
  margin: 0;
}

#block-fantorrent-store-support-contextual-commerce-sidebar .product-form .form-select {
  max-width: 90%;
}

#block-fantorrent-store-support-contextual-commerce-sidebar .product-form #edit-display-price {
  margin-top: 15px;
  margin-bottom: 15px;
}

#block-fantorrent-store-support-contextual-commerce-sidebar .product-form .form-submit {
  padding: 15px;
}

#product-sidebar-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
}

#product-sidebar {
  background: transparent;
  right: 0;
  top: 200px;
  width: 300px;
}

#block-fantorrent-store-support-contextual-commerce-sidebar .product-sidebar-toggle-tab:hover {
  text-decoration: none;
}

#product-sidebar #views-popup-wrapper {
  position: relative;
  width: 300px;
  height: auto;
  overflow-y: scroll;
}

#product-sidebar .photo-product-link {
  background-color: #00cc99;
  color: #fff;
  font-size: 20px;
  padding: 6px 5px;
  text-align: center;
  width: 100%;
  display: block;
}

#product-sidebar .photo-product-link:hover {
  color: #fff;
  text-decoration: none;
}

#product-sidebar-success h6 {
  color: #fff;
  margin: 0;
}

#product-sidebar-success h4 {
  color: #fff;
  margin: 0 0 8px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}

.product-sidebar-success-cart-item {
  clear: both;
  overflow: hidden;
  margin: 8px 0;
}

.product-sidebar-success-cart-item-left-content {
  float: left;
  width: 100px;
  margin-right: 8px;
}

.product-sidebar-success-cart-item-right-content {
  float: left;
  width: 190px;
}

#views-popup-ajax-throbber-container {
  text-align: center;
  margin: 30px 0;
}

.hidden-sidebar-ajax-link {
  display: none;
}

#product-sidebar-success a.product-sidebar-checkout-btn, #product-sidebar-success a.product-sidebar-store-btn {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  text-transform: uppercase;
  width: 100%;
  background-color: #D15A54;
  text-align: center;
  text-shadow: none;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
  font-family: Arial, sans-serif;
  margin-bottom: 8px;
}

#product-sidebar-success a.product-sidebar-checkout-btn:hover, #product-sidebar-success a.product-sidebar-store-btn:hover {
  background-color: #00cc99;
}

#product-sidebar-success a.product-sidebar-store-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

#product-sidebar-success div.messages {
  padding: 10px 15px 15px 25px;
}


