/* CUSTOM CSS FOR TEMPLATE 255 */
/* RELOADBAGS.COM (04-02-2015) */

/** link color for description above price **/
#featureslist a{color:red;}
span[itemprop="description"] a{color:red;}
span[itemprop="description"] a:hover{text-decoration:underline;}


/*** BREADCRUMB NAVIGATION ***/
#divWaitModal + table > tbody > tr:first-child td {display:block;margin:0 0 5px 0;}


/** product option drop-down menus **/
table#options_table tbody tr td {
  padding-right:8px;
  vertical-align:top;
}
table#options_table tbody tr td select {
  height:2em!important;
  margin-top:-3px !important;
  padding:0 0 0 5px !important;
}
table#options_table tbody tr td select option {
  padding:0 0 0 8px;
}


/** FEATURED PRODUCTS header landing page**/
#content_area {
    /*text-align: center;*/
}


/** pop-up window for  **/
#sb-wrapper-inner{
  /*padding:0 !important;*/
}


/** product grid **/
.v-product{text-align:center;}/* (9/8/2015) */

/*********** RESPONSIVE WIDE ***********/
@media (min-width: 993px) {

}
/*********** RESPONSIVE NARROW ***********/
@media (max-width: 992px) {

}
/*********** TRANSITIONS ***********/
#layout, #menu, .menu-link, #listCollapse {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}