/************************* NOTICE ***********************\

- THIS FILE SHOULD BE USED FOR CUSTOM CSS MODIFICATIONS -

- Using this file for CSS modifications rather than
modifying Style.css directly will allow your site to
receive template updates in the future.

\************************* NOTICE ***********************/


header.main .main-menu.nav ul li a {
  color: #fff; /*Nav menu link color*/
}

header.main .main-menu.nav a:hover {
  color: #F05A28; /*Nav menu link color*/
}


.wrap {
    border-top-color: #F05A28;
}

header.main .info-col .search-form input {
    border-color: #F05A28;
}
header.main .info-col .search-form button {
    background-color: #F05A28;
    border-top-color: #F05A28;
    border-right-color: #F05A28;
    border-bottom-color: #F05A28;
}

/*.icon-user:before {
  content: "\f007";
  color: #FF00FF;
}

.responsive .icon-user:before {
  content: "\f007";
  color: #00FF00;
}

.REV-top-menu-text{
    color: #F05A28; 
}

li.create-account.top-menu-link {
    color: #F05A28;

}*/

/*This overides the color for the account links at the top menu, including the icon.*/
.account-links a, .account-links div, .logo a {
    color: #F05A28;
}


.promo-banner {
  display: block;
  overflow: hidden;
  background: #F05A28;
  margin: 10px 0;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.promo-banner li strong {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
}

.promo-banner li {
    list-style: none;
    display: block;
    float: left;
    padding: 8px 0 6px;
    width: 33.33333%;
    font-size: 18px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    color: #000000;
}

/*
.promo-banner li:last-child {
  list-style: none;
    display: block;
    float: left;
    padding: 8px 0 6px;
    width: 66.666666%;
    font-size: 18px;
    position: relative;
    text-align: center;
    color: #000000;
}*/

.promo-banner li:after {
  content: "";
  background: #fff;
  width: 6px;
  height: 300px;
  position: absolute;
  right: -8px;
  top: -128px;
  display: inline-block;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.orbit .slide-content {
    background: rgba(0,0,0, 0.4);
    padding: 14% 30px 0;
    width: 58.76%;
}


.responsive .orbit .slide-content {
    width: 58.76%;
}

.label {
    background-color: #FFFFFF;
}

.button.vendor {
  width: 260px;
  text-align: center;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.button.vendorAM {
  width: 260px;
  text-align: center;
  padding-left: 15px !important;
  padding-right: 15px !important;
  background-color: #B82126; !important;
}

.button.vendorAM:hover {
  background-color: #84181b; !important;
}


.button.vendorStudica {
  width: 260px;
  text-align: center;
  padding-left: 15px !important;
  padding-right: 15px !important;
  background-color: #005DAA; !important;
}

.button.vendorStudica:hover {
  background-color: #004177; !important;
}

.button.vendorPrime {
  width: 260px;
  text-align: center;
  padding-left: 15px !important;
  padding-right: 15px !important;
  background-color: #ff9900; !important; 
}

.button.vendorPrime:hover {
  background-color: #c27400; !important;
}

ul ul, ol ul {
    list-style-type: disc;
}

ol ol ul, ol ul ul, ul ol ul, ul ul ul {
    list-style-type: circle;
}

@media only screen and (max-width: 768px) {
     .subcat-grid li:nth-child(2n+1) {
         clear:both;
     }
     .subcat-grid li {
         width: 50%;
     }
     .subcat-grid li:nth-child(5n+1) {
         clear:none;
     }
}

.subcat-grid li a {
    color: #111;
    text-transform: uppercase;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

.subcat-grid li .vertical-divider {
  border-left: 0px solid rgba(136, 136, 133, 0.8);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  height: 12px;
  display: block;
}

.on-sale-badge {
  background: rgba(240, 90, 40, 0.5);
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #fff;
  width: 0;
  height: 0;
  text-align: center;
  border-radius: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    display: table-cell;
    font-size: 14px;
    line-height: 18px;
    
}

img.guide-icon{
    background:none;
}

img.guide-icon:hover{
    background:#F05A28;
    border-radius:5%;
}

.holiday-banner {
  display: block;
  align: center !important;
  overflow: hidden;
  background: #76bfe0;
  margin: 10px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.holiday-banner strong {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
}

.holiday-banner li {
    list-style: none;
    display: block;
    float: left;
    padding: 8px 0 6px;
    width: 100%;
    font-size: 18px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    color: #000000;
}



.holiday-banner table {
    background: none;
    align: center !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 0px;
    border: none;
}

.holiday-banner table tbody tr:nth-child(even) {
    background: none;
}

.holiday-banner table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    display: table-cell;
    font-size: 18px;
    line-height: 18px;
}

/*
.holiday-banner li:last-child {
  list-style: none;
    display: block;
    float: left;
    padding: 8px 0 6px;
    width: 66.666666%;
    font-size: 18px;
    position: relative;
    text-align: center;
    color: #000000;
}*/

/*.holiday-banner li:after {
  content: "";
  background: #fff;
  width: 6px;
  height: 300px;
  position: absolute;
  right: -8px;
  top: -128px;
  display: inline-block;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}*/

.plaintable table {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: auto;/*0 0 18px;*/
  border: 0px solid #ddd;
}

.plaintable table thead, table tfoot {
  background: #f5f5f5;
}

.plaintable table thead tr th,
.plaintable table tfoot tr th,
.plaintable table tbody tr td,
.plaintable table tr td,
.plaintable table tfoot tr td {
  display: table-cell;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

.plaintable table thead tr th,
.plaintable table tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
}

.plaintable table thead tr th:first-child, table tfoot tr td:first-child {
  border-left: none;
  /*text-align: center;*/
}

.plaintable table thead tr th:last-child, table tfoot tr td:last-child {
  border-right: none;
}

.plaintable table tbody tr.even,
.plaintable table tbody tr.alt {
  background: #ffffff;
}

.plaintable table tbody tr:nth-child(even) {
  background: #ffffff;
}

.plaintable table tbody tr td {
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: none;
}

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.accordionpanel {
    margin: 9px 18px 9px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

div.accordionpanel ul {
    margin-left: 18px;
}

 .product-grid .ProductActionMoreDetails {
  display: block;
  text-align: center;
}
.product-grid .ProductActionMoreDetails {
  margin: 5px 0;
}

.FastCartThickBox .fastCartBottom #fastCartSuggestive .ProductActionMoreDetails a {
  padding: 10px 15px 11px;
}

.page .product-grid.List .ProductActionMoreDetails {
  display: inline-block;
  line-height: 32px;
  width: 25%;
  text-align: right;
  margin: 0;
  white-space: nowrap;
}

.product-grid .ProductActionMoreDetails .button {
  background: #424546;
  border: 1px solid #303334;
}

.responsive .page .product-list .ProductActionMoreDetails, .responsive .page .product-grid.List .ProductActionMoreDetails {
    display: block;
    clear: both;
    margin: 10px 0;
    width: auto;
}

.product-grid .ProductRating {
  display: block;
  text-align: left;
}

.delay-banner {
  display: block;
  align: center !important;
  overflow: hidden;
  background: #f4bc42;
  margin: 10px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.delay-banner strong {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
}

.delay-banner li {
    list-style: none;
    display: block;
    float: left;
    padding: 8px 0 6px;
    width: 100%;
    font-size: 18px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    color: #000000;
}



.delay-banner table {
    background: none;
    align: center !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 0px;
    border: none;
}

.delay-banner table tbody tr:nth-child(even) {
    background: none;
}

.delay-banner table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    display: table-cell;
    font-size: 18px;
    line-height: 18px;
}

.normal_bullet ul {
   padding: 0px 0px 0px 20px !important;
}

.normal_bullet li {
padding: 0px 0px 0px 0px !important;

}

.normal_list ol {
   padding: 0px 0px 0px 20px !important;
}

.normal_list li {
padding: 0px 0px 0px 0px !important;

}

.responsive .search-form input {
    color: #000;
    border: 0;
    width: 94%;
    padding-left: 10px;
  }

/*
table.servotable {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 18px;
  

table.servotable thead, table.servotable tfoot {
  background: #f5f5f5;
}

table.servotable thead tr th,
table.servotable tfoot tr th,
table.servotable tbody tr td,
table.servotable tr td,
table.servotable tfoot tr td {
  display: table-cell;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

table.servotable thead tr th,
table.servotable tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
}

table.servotable thead tr th:first-child, table.servotable tfoot tr td:first-child {
  border-left: none;
}

table.servotable thead tr th:last-child, table.servotable tfoot tr td:last-child {
  border-right: none;
}

table.servotable tbody tr.even,
table.servotable tbody tr.alt {
  background: #f9f9f9;
}

table.servotable tbody tr:nth-child(even) {
  background: #00f9f9;
}

table.servotable tbody tr td {
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: none;
}
*/
