/* Transfer AD */
.transfer {
    margin: 0px; 
    text-align: center;
}

.transfer ul ul {
    display: none;
}

    .transfer ul li:hover > ul {
        display: block;
margin-left: -10px; z-index:99;
    }

.transfer ul {
    background: #efefef; 
    background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
    background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    padding: 0px 10px;
    border-radius: 5px;  
    list-style: none;
    position: relative;
    display: inline-table;
}
    .transfer ul:after {
        content: ""; clear: both; display: block;
    }

    .transfer ul li {
        float: left;
    }
        .transfer ul li:hover {
            background: #073763;
            background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
            background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
            background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
        }
            .transfer ul li:hover a {
                color: #fff;
                 background: ##073763;
            }
        
        .transfer ul li a {
            display: block; padding: 5px 13px;
            color: #757575; text-decoration: none;
        }
            
        
    .transfer ul ul {
        background: #073763; border-radius: 0px; padding: 0;
        position: absolute; top: 35px;
    }
        .transfer ul ul li {
            float: none; 
            border-top: 1px solid #6b727c;
            border-bottom: 1px solid #575f6a; position: relative;
        }
            .transfer ul ul li a {
                padding: 5px 5px;
                color: #fff;
                text-align:left;
                font-size:12px;
            }    
                .transfer ul ul li a:hover {
                    background: #4b545f;
                }
        
    .transfer ul ul ul {
        position: absolute; left: 100%; top:0;
    }

/* Rental AD */
.rental {
    margin: 0px; 
    text-align: center;
}

.rental ul ul {
    display: none;
}

    .rental ul li:hover > ul {
        display: block;
margin-left: -235px;
    }

.rental ul {
    background: #efefef; 
    background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
    background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    padding: 0px 10px;
    border-radius: 5px;  
    list-style: none;
    position: relative;
    display: inline-table;
}
    .rental ul:after {
        content: ""; clear: both; display: block;
    }

    .rental ul li {
        float: left;
    }
        .rental ul li:hover {
            background: #073763;
            background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
            background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
            background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
        }
            .rental ul li:hover a {
                color: #fff;
                 background: #073763;
            }
        
        .rental ul li a {
            display: block; padding: 5px 13px;
            color: #757575; text-decoration: none;
        }
            
        
    .rental ul ul {
        background: #073763; border-radius: 0px; padding: 0;
        position: absolute; top: 35px;
    }
        .rental ul ul li {
            float: none; 
            border-top: 1px solid #6b727c;
            border-bottom: 1px solid #575f6a; position: relative;
        }
            .rental ul ul li a {
                padding: 5px 5px;
                color: #fff;
                text-align:left;
                font-size:12px;
            }    
                .rental ul ul li a:hover {
                    background: #4b545f;
                }
        
    .rental ul ul ul {
        position: absolute; left: 100%; top:0;
    }

/* Navigation menu for Guides to Choosing DSLR and Point and Shoot page */
.nav {
    margin: 0px; 
    text-align: center;
}

.nav ul ul {
    display: none;
}

    .nav ul li:hover > ul {
        display: block;
    }


.nav ul {
    background: #efefef; 
    background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
    background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    padding: 0px 10px;
    border-radius: 5px;  
    list-style: none;
    position: relative;
    display: inline-table;
}
    .nav ul:after {
        content: ""; clear: both; display: block;
    }

    .nav ul li {
        float: left;
    }
        .nav ul li:hover {
            background: #073763;
            background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
            background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
            background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
        }
            .nav ul li:hover a {
                color: #fff;
                 background: #073763;
            }
        
        .nav ul li a {
            display: block; padding: 5px 13px;
            color: #757575; text-decoration: none;
        }
            
        
    .nav ul ul {
        background: #073763; border-radius: 0px; padding: 0;
        position: absolute; top: 35px;
    }
        .nav ul ul li {
            float: none; 
            border-top: 1px solid #6b727c;
            border-bottom: 1px solid #575f6a; position: relative;
        }
            .nav ul ul li a {
                padding: 5px 5px;
                color: #fff;
                text-align:left;
                font-size:12px;
            }    
                .nav ul ul li a:hover {
                    background: #4b545f;
                }
        
    .nav ul ul ul {
        position: absolute; left: 100%; top:0;
    }
strong {color:#e77f19;}

/*
div.example {
    background-color: #ffffff;
    padding: 5px 5px 5px 15px;
    display: none;
    width: 160px;
    font-size:11px;
    box-shadow: 5px 5px 1px #888888;
    transition: color 0.15s ease 0s, background 0.15s ease 0s, border 0.15s ease 0s;
}
    
span:hover + div.example {
    display: block;
}
*/
/* for fixing up the new WasPrice section */
div#YouSaved {
  margin-left: 80px;
  font-size: 14px;
  text-decoration: strike;
}

ol.flex-control-nav.flex-control-paging li a {
  color: transparent;
  padding-bottom: 2px;

}

.SideCategoryListFlyout {
  cursor: pointer;
}

.Tablet_Cart{
  display: none;
}

.Responsive_Search div#SearchForm {
  width: 98%;
}

/* done To fix "black screen bug" in some phones */ 
form#frmCompare {
  background-color: white !important;
}

div#CategoryContent {
  background-color: white !important;
  

}

/*=========About Us Tabs=============*/
ul.AboutUsTabs
{
    padding: 14px 0 8px;
    margin:0;
    font-size: 0;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/
    background-color: #0068B5;
    border:1px solid #CCC;
    border-bottom:none;
    border-radius: 2px 2px 0 0;
}
        
ul.AboutUsTabs li
{
    display: inline;
    margin: 0;
    margin-right: 2px;/*distance between tabs*/
    font: normal 12px Verdana;
}
        
ul.AboutUsTabs li a
{
    text-decoration: none;
    position: relative;
    padding: 8px 22px;
    color: #FFF;
    border-radius: 3px 3px 0 0;
    outline:none;
}
  
        
ul.AboutUsTabs li a:hover
{
    /*text-decoration: underline;*/
    color: #FFF;
    font-weight:bold;
    background-color: #F58235;
}
        
ul.AboutUsTabs li.selected a
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background: #FFF;
    border: 1px solid #AAA;
    border-bottom: 1px solid #FFF;
    color: #000;
}
        
        
ul.AboutUsTabs li.selected a:hover, ul.AboutUsTabs li.selected a:hover
{
    text-decoration: none;
}

div.AboutUsTabcontents
{
    border: 1px solid #CCC; padding: 30px;
    border-top-color:#AAA;
    background-color:#FFF;
    border-radius: 0 0 2px 2px;
}

/*=================================*/



/*======== BRANDS PAGE============= */

.SubBrandListGrid {
padding: 2%;
padding-left: 6%;
}

.SubBrandListGrid li{
      clear: none !important;
}

/* hides brand text link*/
.SubBrandListGrid ul li a {
   font-size: 0px;
}

/* overrides the global inline style, that can't be edited any other way */
.SubBrandListGrid li[style]{
   max-height: 110px !important;
}


/*=======Rebate/Discounts Field===============*/

.DetailRow.RetailPrice strike {
  text-decoration: none;
}

.DetailRow.RetailPrice {
  display: none;
  font-size: 16px;
  color: rgb(145, 139, 133);
  margin-left: 3px;
  text-decoration: none !important;
}

.ProductPriceWrap .RetailPrice .YouSave {
  width: 200px;
  color: rgb(226, 43, 43);
  margin-top: 32px;
  margin-left: 6px;
  position: absolute;
  font-size: 14px;

  /*Remove to put back original YouSave line*/
  visibility: hidden;
}

div#MailInRebate {
  padding-top: 5px;
  color: #e77f19;
  font-weight: bold;
  text-align: right;
}

.DetailRow.RetailPrice span.Label {
  display: visible;
}

.RetailPriceValue {
  display: none;
  text-decoration: none;
  color: rgba(231, 127, 25, 0.67);
  position: absolute;
  bottom: 80px;
  margin-bottom: 32px;
  /*margin-left: 50px;*/
  margin-left: -2px;
  font-size: 16px;

}

/*========Mail-In Rebate===========*/
.MailInRebate {
  display: none;
  font-size: 14px;
  margin-top: 40px;
  margin-left: 80px;
  max-width: 170px;
}



/*=================================*/

.content_only_background{

  background-color: #FFF;
  padding: 25px;

  border-radius: 12px;
  margin-bottom: 8px;
 
}

/* Weight Display */

 div#weightDisplay {
   margin-top: 10px;
  margin-left: 85%;
}

/* Freeshipping */

div#shippingDisplay {
  font-size: 18px;
 /* color: green; */
  padding-top: 5px;
  padding-right: 15px;
  margin-left: 77%;
  text-align: center;
}

/* " View Cart BG color */

.header-cart li.CartLink a
{
  url("../images/megnor/sprite2.png") no-repeat scroll -64px -14px #E7772C !important;
  min-height: 20px;

}

/* Expands the header's height */
.Header-Top {
  /*height: 65px;*/
   height: 95px;

}

/* adjusts the top menu to match the taller BG */
#TopMenu {
    margin: 45px 0 5px 0;
     font-size: 16px;
   }
}

#TopMenu li a {
/*color: #000;*/
color: #3D3D3D;
}

.ProductThumbImage{
    max-width: 345px;
    background-color: white;
}

.product-block img {
max-width: 200px;
}

.SubCategoryList li{
    margin-top:5px;
}

#QuickViewImage{
    margin-top:5px;
}

.CompareButtonContainer{
    margin-bottom:5px;
}


/* Brings bg texture up toward the top */
#Header{

  min-height: 0px;

}

/*equally formats height of the Featured Products list on the front page */
.Content .ProductList .ProductImage {
  min-height: 200px;
}

.ModalContent {
  overflow-y: hidden !important;
  /*height 755px !important; */
  height 896px !important;
}

#ModalContainer.QuickViewModal .ModalContent {
  height: auto !important;
 
}

 #ModalContainer {
  position: absolute !important;
 
}

.ProductList .ProductDetails a {
  color: #000;
  font-size: 14px;
}

.ProductList .ProductPriceRating em {
  color: #E77F19;
  font-size: 20px;
}

.fastCartBottom h3 {
  padding: 5px 0;
}



.fastCartContent .ProductList .ajax_block_product {
  width: 200px;
}

.Content .ProductList .ajax_block_product .product-block, .fastCartBottom .ajax_block_product .product-block{
   min-height: 325px;
   margin: 5px 5px;

}

.Content .ProductList .ajax_block_product .product-block .product-inner, .Content .ProductList .ListView .product-block .product-inner, .fastCartBottom .ProductList .ajax_block_product .product-block .product-inner, .product-carousel .product-block .product-inner {
  padding: 5px 3px;

}


#fastCartContainer .ProductDetails{
  
  height: inherit;
  max-height: 200px;
  font-size: 14px;

}

.continueShoppingText {
  font-size: 16px;
}

#fastCartContainer {
  margin-top: 15px;
}

.fastCartSummaryBox .CartActions
{
  padding: 5px 25px 0 20px;
}

.fastCartItemBox h2 {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 20px;
}

.fastCartItemBox em.ProductPrice {
  font-size: 24px;
}

.fastCartContent .fastCartTop a, .fastCartContent .ProductList .ProductDetails a {
  color: #666;
  font-size: 14px;
}

/*makes the footer text and links white */

#Footer a {
color: #FFF;
}

#Footer p{
color: #FFF;
}

#Footer #Menu li a{
color: #FFF;
}


/* Makes entire social media footer li clickable */
#FooterUpper li {
  list-style: none;
  /* padding: 3px 0 3px 0px; */
  margin: 0;
}

#FooterUpper .footer-Social li a {

   margin: 0px; 
   display: block;
   width: 100%;
   height: 100%;

}

#FooterUpper a:hover {
  color: #E77F19;
}

.Content .ProductList .ProductImage img {
  
  max-width: 195px;
}

/*adjusts position of second "Proceed to Checkout" button (Note: should that upper button even be there?) */

a.btn.btn-secondary {
margin-top: -32px;
margin-right: 15px;
}


img#LogoImage {
/*max-height: 35px;*/
/*max-height: 60px;*/
max-height: 100px;
}


/*Gives slight glow to dropdown submenu boxes */
#SideCategoryList li ul, #HeaderLower-Inner {
    
    box-shadow: -1px 0px 2px #666666;
    
}

/*Hides Left category tree; less redundancy */

.Left div#SideCategoryList{
    display:none;
}

/*Shifts Search bar and cart when in "tablet" screen sizes  
div.menuToolsTablet div#SearchForm {
margin-left: 130px;
}
*/

.menuToolsTablet .header-cart {
  max-width: 144px !important;
  padding-right: 15px;
}

.menuToolsTablet #SearchForm input {
  /* width: 200px;*/
}


/*Keeps main product image under the top dropdown menu*/
.ProductAside {
z-index: -1;
}

/*aligns the product list view better, prevents text overflow on under the image and makes the product image more uniform */

.ProductImage img{
    
    max-width: 200px;
    
    
}

.Content .ProductList.List .ProductImage{
    
    min-width: 200px;
    min-height: 200px;
    padding: 5px;
    
}

/* Note: Category, Product and Search Pages are controlled by these rules */

/* Product Price and title*/

.ProductDetailsGrid .DetailRow.PriceRow .Value em, .ProductList .ProductPrice {
font-weight: 900;
/*color: #707C25 !important; */
color: #E77F19 !important; 
font-size: 26px;
text-align: center;
/*float:right;*/
/*margin-right: 5px; */
     
}

/*Product Thumb Image*/
.ProductThumbImage a img {
  min-width: 270px;
}

/*Quickview Product Thumb Image*/
div#QuickViewImage.ProductThumbImage a img {
  min-width: 250px !important;
}

/* Product Description */

.Content .ProductList.List .ProductDescription{
    
    font-weight: 300;
    /*font-family: serif;*/
    font-family:'Varela Round',Arial,Helvetica;
    font-size: 16px;
    
    padding-bottom: 10px;
    margin-bottom: 15px;    
}

#ProductDescription h2{
  
   margin: 10px 10px 15px 0;
}

.ProductDescription h2 {color:red;}

/* Compare Button */
.Content .ProductList.List .ListView .ProductCompareButton{
    /* keeps Compare button div to the left so that PurchaseActionContainer can shar the same line*/
    float:left;
    font-weight: 900;
}

/* PurchaseActionContainer; holds Product Price and AddToCart*/

.PurchaseActionContainer{
    float: right;
    margin-right: 25px;
   /* border-style: groove; */
    border-radius: 5px;
    /* padding: 10px; */
    /* padding-right: 10px; */
   padding-left:   20px;
   padding-right:  20px;
   padding-bottom: 5px;
   padding-top:    5px;
}

/*"Add To Cart" button category page */

#CategoryContent .ProductList .ProductDetails .ProductActionAdd{
    
    /*float:right;*/
    
}

#CategoryContent .ProductList .ProductDetails .ProductActionAdd a {
    font-size: 15px;
    color: #FFF;
    
}

/* #CategoryContent */ .ProductList .ProductDetails .ProductTitle a {
    
    font-size: 20px;
}



/*Product QuickView*/


#ModalContainer{
    top: 1% !important;   
    /*top: 5% !important;*/  

}


/* condenses details */
#QuickViewProductDetails td, #QuickViewProductDetails .productAttributeRow, .DetailRow {
padding: 10px 12px 0px 80px !important;
vertical-align: top;
clear: none !important;
border-bottom-width: 1px;
border-bottom-style: dashed;
float: left !important;
}

#QuickViewProductDetails .ProductPrice {
  
    font-weight: 700 !important;
    font-size: 20px;
    margin-left: -80px;
}

#QuickViewProductDetails .addToCart {

border: none;
border-bottom-style: none !important;

margin-left: -15px;

}

#ModalContainer{
    /*removes redundant y scroll*/
    
    overflow-y: visible !important;
    
}

/*Quantity Field's width*/

.Field45.quantityInput{
    color:#000;
    /*width: 80px;  */
   
}

/* Compare Checkbox 
.tm-checkbox {
    background: transparent url('../images/megnor/sprite2.png') -2px -156px no-repeat !important;
    display:inline-block !important;
    width:12px !important;
    height:16px !important;
    padding:0 2px !important;
}
*/


/*=== Corusel Edit =====*/

/* Control Nav */

.flex-control-nav {
  width: 20%;
  position: absolute;
  bottom: 15px;
  right: 2px;
  text-align: right;
}

.flex-control-nav li {
  margin: 0 2px;
  display: inline-block;
  zoom: 1;
//  *display: inline; 
}

.flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  background: #666;
  background:url("../images/megnor/sprite2.png") no-repeat scroll -40px -242px transparent;
  cursor: pointer;
  text-indent: 0px;
  border-radius: 0px;
  box-shadow:0 0;
}

.flex-control-paging li a:hover {
    background: url("../images/megnor/sprite2.png") no-repeat scroll -40px -266px transparent;
    cursor: default;
}

.flex-control-paging li a.flex-active {
    background: url("../images/megnor/sprite2.png") no-repeat scroll -40px -266px transparent;
    cursor: default;
}


.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

.customNavigation a.next {
  background:url("../images/megnor/sprite2.png") no-repeat scroll -33px -7px transparent !important;
  right: 34px;
  box-shadow: none;
}

table{
        max-width: 860px; 
   }




/*===========Media / Responsive Design Scaling ========== */



@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } 

}

/*---Keeps Tables from overflowing; might need to replace tables for HTML5 compliance---*/

@media screen and (max-width: 600px){
    table{
        max-width: 345px; 
   }
    
}

@media screen and (max-width: 405px){
   img#LogoImage{
      max-width: 295px;
    
   }
    
}


/*---Turns side links to a green color when both menu dropdown and side menu links show at the same time---, aka "TABLET" Settings*/ 
@media screen and (min-width: 768px) and (max-width: 979px){

  #SearchForm input{
    width:90%;
    margin-right: 20px;
   }


  div#SearchForm {
   margin-right: 15px;
  }

 .Tablet_Cart{
  display: block;
  }

   .ProductThumbImage a img {
  min-width: 200px;
  }


  .ProductPriceWrap
   {
   min-height: 90px;
   }

  .ProductPriceWrap .RetailPrice .YouSave {
  width: 200px;
  height: px;
  color: rgb(226, 43, 43);
  /* margin-top: 35px; */
  margin-left: 6px;
  position: absolute;
  font-size: 14px;
  left: 75px;
  bottom: 0px;
}

  div#shippingDisplay {
    margin-left: 70%;
    width: 150px;
  }

   .PurchaseActionContainer {
    
     margin-top: 15px;
   }

    .RetailPriceValue {
      margin-bottom: 32px;
    }

       
   div#FooterUpper h2.toggle {
     font-size: 20px;
     text-align: center;
     color: #E77F19;
     padding: 5px;
    }

   .custom_content.BlockContent {
  text-align: center;
  font-size: 20px;
  padding-top: 5px;

   }

    
    #SideCategoryList li a,
    #SideCategoryList .sf-menu li a {
        /*color: #3AC024;*/
        color: #fff;
    }

     #menuTools{
        display: block !important;
     }

  
     #SearchForm {
       margin-left: 45px;
     }

/*--Shifts Cart button over for this size scheme--*/
    div.header-cart {
      margin-top: 2px;
      margin-right: 60px;
     }
     
    img#LogoImage {
       margin-top: 25px;
       float: left;
       width: 30%;
      }

    #TopMenu {
    margin: 45px 0 5px 0;
     font-size: 14px;
   }

}

.Left .mobile_togglecolumn, .Right .mobile_togglecolumn, .toggle .mobile_togglemenu{

       background: url("../images/megnor/toggle-arrow3.png") no-repeat scroll right 0px transparent;
}

/*====================="Large Desktop/Monitor" scheme====================*/

@media screen and (min-width: 1600px){

#TopMenu {
  margin: 45px 0 5px 0;
  font-size: 16px;
}

#FooterUpper .Column {
float: left;
width: 25%;
margin: 0 20px 0 0;
display: inline;
}

#LayoutColumn1 {
       width: 39%;
}

.Header-Inner, .headertopinner, #Outer-Inner,  #Footer-Inner .Center, .Footer_bottom_inner, .Responsive_Menu{
    
    width: 1250px;
    
  }

#HeaderLower-Inner{}

/*--Hide Search and Cart in upper portion, make visible in Menu bar--*/
   #HeaderUpper{
        display:none;
    } 

    /*---Keeps Menu bar search and cart in Menu bar until less than 768----- */
    #menuTools{
        display: block;
     }


/*---- Edits Search form for Menu bar--- */

    #SearchForm {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DADABA;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -o-border-radius: 4px;
  display: inline;
  float: right;
  margin-top: 7px;
  margin-right: 7px;
  padding: 0;
  position: relative;
  border-bottom: 2px solid #DADABA;
}


    /*---- Edits Cart for Menu bar--- */
    /*.header-cart {
     clear: none;
     float: right;
     margin-top: 7px;
     margin-right: 20px;
    }*/

    .header-cart {
    clear: none;
    right: 0;
    top: 0;
    margin-right: 81px;
   position: fixed;
   }

}

/*
@media screen and (min-width: 1440px) and (max-width: 1599px){

#TopMenu {
  margin: 45px 0 5px 0;
  font-size: 16px;
}

#FooterUpper .Column {
float: left;
width: 25%;
margin: 0 20px 0 0;
display: inline;
}
    

#LayoutColumn1 {
       width: 33%;
}

.Header-Inner, .headertopinner, #Outer-Inner, #HeaderLower-Inner, #Footer-Inner .Center, .Footer_bottom_inner, .Responsive_Menu{
    
    /* Makes site bounds hug width on larger monitors  */
    width: 80%;
    
  }

/*--Hide Search and Cart in upper portion, make visible in Menu bar--*/
    #HeaderUpper{
        display:none;
    }

    /*---Keeps Menu bar search and cart in Menu bar until less than 768-----*/
    #menuTools{
        display: block;
     }


/*---- Edits Search form for Menu bar--- */
    #SearchForm {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DADABA;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -o-border-radius: 4px;
  display: inline;
  float: right;
  margin-top: 7px;
  margin-right: 2px;
  padding: 0;
  position: relative;
  border-bottom: 2px solid #DADABA;
}

    /*---- Edits Cart for Menu bar--- */
    /*.header-cart {
     clear: none;
     float: right;
     margin-top: 7px;
     margin-right: 20px;
    }*/

    .header-cart {
    clear: none;
    right: 0;
    top: 0;
    margin-right: 81px;
   position: fixed;
   }

}
*/




/* ===================="Desktop" only size scheme================ */
@media screen and (min-width: 768px) and (max-width: 1600px){
    
    /*--Hide Search and Cart in upper portion, make visible in Menu bar--*/
    #HeaderUpper{
        display:none;
    }

    /*---Keeps Menu bar search and cart in Menu bar until less than 768-----*/
    #menuTools{
        display: block;
     }


    /*---- Edits Search form for Menu bar--- */
    
#SearchForm {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DADABA;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -o-border-radius: 4px;
  display: inline;
  float: right;
  margin-top: 7px;
  margin-right: 7px;
  padding: 0;
  position: relative;
  border-bottom: 2px solid #DADABA;
}

/*
#SearchForm {
       background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #DADABA;
        border-radius: 4px 4px 4px 4px;
         -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
         -khtml-border-radius: 4px;
         -o-border-radius: 4px;
        display: inline;
        float: left;
        margin-top: 7px;
        margin-left: 25px;
        padding: 0;
        position: relative;
        border-bottom: 2px solid #DADABA;
    
}
*/

    /*---- Edits Cart for Menu bar--- */
    /*.header-cart {
     clear: none;
     float: right;
     margin-top: 7px;
     margin-right: 20px;
    }*/

    .header-cart {
    clear: none;
    right: 0;
    top: 0;
    margin-right: 7px;
   position: fixed;
   }
    
}


/*====================="Mobile" size scheme=================*/

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

.Content .ProductList .ProductImage img {
    max-width: 195px;
    margin-left: 45px;
  #SearchForm {
  margin-right: 0px;
  }

.ProductList .ProductDetails .ProductTitle a {
    font-size: 18px;
  }

  .PurchaseActionContainer{ 
     margin-top:5px !important; 
   }

  .RetailPriceValue {
  margin-bottom: 110px;
  margin-left: 60px;
  font-size: 18px;
  /* margin-top: 25px; */
  /* clear: inherit; */
  }


  div#shippingDisplay {
  font-size: 24px;
  /*color: green;*/
  padding-top: 5px;
  padding-right: 15px;
  margin-left: 35%;
  }

  img#LogoImage {
  float: left;
  max-width: 13%;
  margin-left: 1%; 
  margin-top: .7%;
}

  /* Let's top dropdown menu fill page on smaller devices */
   #Responsive_TopMenu ul { 

     position: inherit !important;
     margin-left: -100% !important;
     width: 300% !important;
     padding: 2px;
     
   }

   #Responsive_TopMenu li:first-child {

     border-bottom-style:none;

     padding: 0;

    }

   #Responsive_TopMenu li {
   
    text-align: center;

    font-size: 24px;

    border-bottom-style: outset;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    
    padding: 18px;

  }

   .MobileMenu a {

    font-size: 25px;
    text-align: center;
    padding: 10px 8px;

  }

  /* Quickview box */

  #ModalContainer{

   position: absolute !important;

 }
  
  #ModalContentContainer {
    /*Work On Next */
   }

   .ModalContent.Content {
    overflow: visible !important;
 }

}

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

  .RetailPriceValue {
   margin-bottom: 105px;
   margin-left: 120px;
   font-size: 24px;
   }

   

    img#LogoImage {
    float: left;
    /*max-width: 15%;
    margin-left: 1%;
    margin-top: 1%;*/
    
    max-width: 20%;
    margin-left: 2%;
    margin-top: -.5%;  
   }
   
        
}

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

/*Keeps dropdown items hidden; removes "ghost" effect. Made visible after pageload
li.expandable {
  display: none;
  }
    
   /*fast Cart*/
   
    .fastCartItemBox{
       
       text-align: center;
       margin: 5px 50px !important;
    }

   .fastCartContent .fastCartTop a, .fastCartContent .ProductList .ProductDetails a 
{
 
  font-size: 18px;

}

  .fastCartSummaryBox {
    text-align: center;
  }

  .ProceedToCheckout {
    text-align: center;
   }

  .fastCartContent .ProductList .ajax_block_product {
    margin: 10px;
  }

   .GoogleCheckout, .PayPalExpressCheckout, .AlternativeCheckout {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-right: 30%; /*130px;*/ 
  clear: both;
  }

.GoogleCheckout p, .PayPalExpressCheckout p, .AlternativeCheckout p {
  font-size: 16px;
}


   /* Quickview */

   #QuickViewProductDetails {

     width: inherit !important;
   }

   #ModalContainer{
   
      /* top: 0 !important;      */
      /* height: 95% !important;  */
      border: inherit;

   }

   .ModalContent{
   height: 95% !important;

   }


   /* Brands page */
   .SubBrandListGrid li[style] {
   min-height: 200px !important;
   min-width: 90%;
   }

   .SubBrandListGrid img{
    min-width: 90%;
    }
    
    /*---Keeps Menu bar search and cart hidden-----*/
    #menuTools{
        display:block;
     }
    
    /*---Keeps secondary cart hidden----- */
    .SideCategoryListFlyout .header-cart {
      display: none;
     } 

    https://store-5fnw76w7.mybigcommerce.com/admin/designmode.php?ToDo=editFileandFile=default.htmlandf=a# 
    /*---Turns side links white when only Menu dropdown visible --*/
    #SideCategoryList li a 
    {
        color: #FF0000;
    }

    #SideCategoryList .sf-menu li a 
    {
        display: none;
        color: #FFFFFF;
    }

   /*---Larger Footer Text --*/
   #Footer #Menu ul {
    font-size: 24px;
   }
   
   /*---Smaller Footer Text --*/
    p.copyright-container {
    font-size: 10px;
   }

   /*---Centers side banner in mobile/small windows--*/
   div#sideLeftbanner {
     text-align: center;
   }

  /*-Edits the bottom link dropdown choices-*/

        /*-links-*/
  .custom_content.BlockContent {
     text-align: center;
     font-size: 20px; 
     padding-right: 35px;
     vertical-align: center;

   }
/* Mike's social table */
.custom_content.BlockContent.social {
     width: 100%;
     font-size: 20px;
     padding-left: 30px;  
     text-align: left;
   }


      /*-title text-*/
   div#FooterUpper h2.toggle {
     font-size: 20px;
     text-align: center;
     color: #E77F19;
     padding-right: 38px;
    }



     /*-Images, price, description text-*/
   .Content .ProductList.List .ProductImage {
      float:none;
     }
    
    .Content .ProductList .ProductImage img{
    
      width: 100%;
      /*min-width: 65%;*/
    
    }

    .Content .ProductList.List .ProductDetails {
     margin-left: 0 !important;
    }

    .ProductList .ProductDetails .PurchaseActionContainer {
      padding-bottom: 15px;
       padding-top: 10px;
}
   /* #CategoryContent */ .ProductList .ProductDetails .PurchaseActionContainer {
 
     padding-bottom: 2px;
     padding-top: 2px;
      /*margin-right: 0px;*/
    margin-top: 2px;
    /*min-width: 75%;*/
    min-width: 27%;
   }

   /* #CategoryContent */ .ProductList .ProductDetails .ProductPrice {
   font-size: 30px !important;
   padding-top: 10px;
   padding-bottom: 10px;
    /*color: #707C25 !important;*/
    color: #E77F19 !important; 


  }

   /* #CategoryContent */ .ProductList .ProductDetails .ProductActionAdd a {
      font-size:20px;
   }
   
   /*checkbox label: "Compare" */
   label {
      font-size: 15px;
   }

    .Header-Inner {
       height: 0px !important;
    }


}

/*============================================*/

@media screen and (max-width: 480px){
/*
table{
      max-width: 300px;
      margin-left: -10px;
      padding:0px;
   }
*/

table #left_col {
      max-width: 300px;
      margin-left: 10px;
      padding:0px;  
   }

table #right_col {
      max-width: 300px;
      margin-left: 10px;
      padding:0px;
      visibility:hidden;
   }

/*
table iframe {
      max-width: 300px;
      margin-left: -10px;
      padding:0px;
   }
.calendar-container {
    font-family: Arial,sans-serif;
    font-size: small;
    width: 300px;
}
#calendarTitle {
    font-family: Arial,sans-serif;
    font-weight: bold;
    padding-left: 10px;
}
*/
.GoogleCheckout, .PayPalExpressCheckout, .AlternativeCheckout {
    text-align: center;
    margin-top:-15px;
}
.GoogleCheckout p, .PayPalExpressCheckout p, .AlternativeCheckout p {
    font-size: 18px;
    margin-top: 15px;
}
table img {width:230px; margin-right: 10px;}
.social img {width:auto; margin-right: 10px; margin-left:25px;}
.__mce_add_custom__ {display:none;width:70px; height:70px;}

  img#LogoImage {
  float: left;
  max-width: 10.5%;
  margin-left: .5%;
  margin-top: .7%;
#CartContent .CartContents .CartThumb img {width:25px; height:25px; border:0px solid #ff0; padding:1px;}
  /*checkbox label: "Compare" */
   
}

.SubCategoryList li {
        text-decoration: none;
        color:#fff;
        text-align: center;
width:93%;
    }

.SubCategoryList li a {
        text-decoration: none;
        color:#fff;
        padding-right: 15%;
        padding-left: 15%;
        font-size: 15px;
        width:92%;
    }
 .fastCartItemBox{
       
       text-align: center;
       margin: 5px 20px !important;
    }

b {font-size:15px; color:#000000; font-weight:normal;}
/* mike */
/*=========About Us Tabs=============*/

ul.AboutUsTabs
{
    padding: 14px 0 8px;
    margin:0;
    font-size: 0;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/
    background-color: #0068B5;
    border:1px solid #CCC;
    border-bottom:none;
    border-radius: 2px 2px 0 0;
}
        
ul.AboutUsTabs li
{
    display: inline;
    margin: 0;
    margin-right: 2px;/*distance between tabs*/
    font: normal 12px Verdana;
}
        
ul.AboutUsTabs li a
{
    text-decoration: none;
    position: relative;
    padding: 8px 22px;
    color: #FFF;
    border-radius: 3px 3px 0 0;
    outline:none;
    display: block;
}
  
        
ul.AboutUsTabs li a:hover
{
    /*text-decoration: underline;*/
    color: #FFF;
    font-weight:bold;
    background-color: #F58235;
}
        
ul.AboutUsTabs li.selected a
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background: #FFF;
    border: 1px solid #AAA;
    border-bottom: 1px solid #FFF;
    color: #000;
}
        
        
ul.AboutUsTabs li.selected a:hover, ul.AboutUsTabs li.selected a:hover
{
    text-decoration: none;
}

div.AboutUsTabcontents
{
    border: 1px solid #CCC; padding: 30px;
    border-top-color:#AAA;
    background-color:#FFF;
    border-radius: 0 0 2px 2px;
}



.Content .ProductList .ajax_block_product .product-block, .fastCartBottom .ajax_block_product .product-block{
   min-height: 325px;
   margin: 5px 5px;
width:300px;
}

.customNavigation a.prev {
  background:url("../images/megnor/sprite2.png") no-repeat scroll -33px -7px transparent !important;
  right: 34px;
  box-shadow: none;
display:none;
}

.customNavigation a.next {
  background:url("../images/megnor/sprite2.png") no-repeat scroll -33px -7px transparent !important;
  right: 34px;
  box-shadow: none;
display:none;
}

/*=================================*/




}

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

  div#shippingDisplay{
     width: 200px;
   }

}


/*==============Overides Bigcommerce's hidden responsive.css file================*/

@media only screen and (max-width: 767px){
 #SearchForm {
   width: 96% !important;
   top: 0px !important; 
   /*right: 4% !important;*/
   margin-right: 10px !important;
 }
}


/*==============

-Keeps same search bar visible in tablet and mobile view 

-Remedies the autofill error due to having more than one search bar initially

================*/

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

.searchBar {
  position: absolute;
  width: 100%;
}

#SearchForm {
  /*margin-left: 15px;*/
  width: 95%;
}

#SearchForm input {
  width: 90%;
}

#HeaderLower-Inner {
  visibility: hidden !important;
}

#HeaderLower-Inner .menu {
  visibility: hidden !important;
}

#HeaderLower-Inner .searchBar {
  visibility: visible !important;
}


}