.details_overlay{
    background-color: rgba(0,0,0,0.9) !important;
}

.details_overlay_image{
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.flexslider .flex-direction-nav .flex-next {
    right: 5px;
    opacity: .8;
    color: white;
    text-shadow: 0 0 5px #ff0000;
}

.flexslider .flex-direction-nav .flex-prev {
    left: 5px;
    opacity: .8;
    color: white;
    text-shadow: 0 0 5px #ff0000;
}

.footer_copyright a{
    display: none !important;
}
    
#popular_products{
   display: none !important;
}

.details_info_condition{
   display: none !important;
}

.blog_published{
   display: none !important;
}

.button1 {
  background-color: #520050;
  border-radius: 6px;
  color: white;
  padding: 7px 10px;
}

.button1:hover {
  background-color: #000000;
  border-radius: 6px;
  color: white;
  padding: 7px 10px;
  cursor: pointer;
}

.button2 {
  background-color: #520050;
  border-radius: 6px;
  color: white;
}

.button2:hover {
  background-color: #000000;
  border-radius: 6px;
  color: white;
  cursor: pointer;
}

.offers_title{
   display: none !important;
}

.browse_subcategories_title{
   display: none !important;
}

.featured_title{
   display: none !important;
}

.new_title{
   display: none !important;
}

.details_info_bulk{
   display: none !important;
}

.details_description_title{
   display: none !important;
}

input[type="number"]
{
    width:70px !important;

}

.basket_summary .basket_title, .basket_summary  .basket_product_redeem a{
    background: #520050;
    color: #FFF;
}

.basket_summary .basket_product_redeem input{
    border-color: #520050 !important;
}

.basket_login_box_title {
    background-color: #520050 !important;
    border: 1px solid #520050 !important;
}

.basket_summary .basket_links a {
    background: #520050 !important;
}

.basket_links a .basket_links_arrows {
    border-color: #FFF #FFF #FFF #520050 !important;
}

.basket_links_back a .basket_links_arrows {
    border-color: #FFF #520050 #FFF #FFF !important;
}

td .basket_login_field input:hover, td .basket_login_field input:focus, td .basket_login_field textarea:hover, td .basket_login_field textarea:focus, td .basket_login_field select:hover {
    border: 1px solid #520050 !important;
}

.specialnav  {
  margin: 0;
  padding: 0;
}

ul {  
  list-style-type: none;
}

nav>ul {
  height: 30px;
  line-height: 30px;
  text-align: left;
  background-color: #520050;
}

nav>ul>li {
  display: inline;
  position: relative;
  background-color: #520050;
  border-radius: 0px;
  padding: 0 15px;
}

nav>ul>li:hover>ul {
  display: inline;
}

nav ul li a {
  text-decoration: none;
  display: inline;
  color: white;
}

nav ul li a:hover {
  color: red;
}

nav>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 200%;
}

nav>ul>li>ul>li {
  position: relative;
  background-color: black;
  padding-left: 5px;
  z-index: 9999;
}

nav>ul>li>ul>li:hover>ul {
  display: inline;
}

nav>ul>li>ul>li>ul>li {
  background-color: #520050;
}

nav>ul>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-hide {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .specialnav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .details_top_left {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .details_top_right {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .browse_sort {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .category_header {
    display: none;
  }
}




/**/