/*
Template Name:      Marketing 360® Bigcommerce Template 101
Version:            0.1.0
Author:             Madwire Media SWAT Team
Author URI:         http://www.madwiremedia.com
*/

/* =============================================================================
   Base !n! !bas
   ========================================================================== */

h2, .h2 {
  font-size: 16px;
  font-weight: 700;
}

/* Colors */

a,
.ProductMain #CustomWishlist .wishlist-btn {
  color: #2f71b2;
  font-size: 12px;
  text-transform: uppercase;
}
.ProductMain #CustomWishlist .wishlist-btn:hover {
  color: #808183!important;
}
a:hover {
  color: #808183;
  text-decoration: none;
}

.btn,
a.btn,
input[type="submit"],
input[type="button"],
button,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #122632;
  color: #e6e4e4;
}

.ExpressCheckoutBlock .ExpressCheckoutTitle {
  background: #1797d4;
  color: #fff;
}
.ExpressCheckoutBlock.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
  background: #F3F5F6;
  border-color: #E2E3E3;
}

.btn:hover,
a.btn:hover,
.ProductQty a:hover,
.ProductActionAdd a:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button {
  background: #112E3F;
  color: #fff;
}

/* Secondary Colors */

.btn.alt,
.btn.btn-secondary,
.ExpressCheckout .btn,
.ExpressCheckout input[type="submit"],
<!--.ProductList li .ProductImage .on-sale-badge {
  background: #ee2e24;
  color: #e6e4e4;-->
}
.btn.alt:hover,
.btn.btn-secondary:hover,
.ExpressCheckout .btn:hover,
.ExpressCheckout input[type="submit"]:hover {
  background: #dd4545;
  color: #fff;
}

.btn,
a.btn,
input[type="submit"],
input[type="button"],
button {
  border-radius: 2px;
}

input.Textbox,
textarea,
input[type="text"],
input[type="password"] {
  padding-left: 6px;
  padding-right: 6px;
}

/* =============================================================================
   Header !n! !hdr
   ========================================================================== */

/* Fixed Top Nav */

.fixed-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    background: #fff;
    height: 28px;
}
.fixed-nav-wrapper #SearchForm input {
  height: 28px;
  line-height: 28px;
}
.fixed-nav-wrapper #SearchForm .Button {
  height: 28px;
}
.fixed-nav-wrapper .btn {
  padding: 4px 12px;
}

/* Fixed Nav Dropdown Menu */

#main-menu-wrap.affix {
  z-index: 15;
  position: fixed;
  top: 28px;
  left: 0;
  width: 100%;
}

.fixed-nav .dropdown-menu {
  /*min-height: 260px;*/
  padding: 0;
}
.fixed-nav > .open > .dropdown-menu {
  padding: 0;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* FadeInDown Animation */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fixed-nav > .open > .dropdown-menu h3 { display: none; }

.fixed-nav .dropdown-menu ul.category-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.fixed-nav .dropdown-menu ul.category-list li {
  display: block;
}
.fixed-nav .dropdown-menu ul.category-list li a {
  display: block;
  padding: 8px 8px;
  color: #232323;
  text-decoration: none;
}
.fixed-nav .dropdown-menu ul.category-list li:hover > a,
.fixed-nav .dropdown-menu ul.category-list li.open > a {
  background: #eee;
}
.fixed-nav .dropdown-menu ul.category-list li:hover > a > .caret {
  border-left: 4px solid #232323;
}

.fixed-nav .CatPopOut-enable .CatPopOut ul li {
  position: relative;
}
.fixed-nav .CatPopOut-enable .CatPopOut ul li a .caret {
  top: 13px;
}
.fixed-nav .CatPopOut-enable .CatPopOut ul li ul {
  top: -1px;
  border-radius: 2px;
}
.fixed-nav .CatPopOut-enable .CatPopOut ul li ul li {
  margin: 0;
}

.fixed-nav .CatPopOut-enable .CatPopOut ul li ul:before,
.fixed-nav .CatPopOut-enable .CatPopOut ul li ul:after {
  display: none;
}

.btn.my-cart {
    padding: 6px 16px !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius:0;

}
.btn.my-cart i {
  margin-right: 3px;
  font-size: 18px;
}
.btn.my-cart .cart-items-var {
  display: none;
}

#SearchForm {
  float: none;
  width: 98%;
  margin: 0 auto;
}

.TopMenu {
  padding-top: 4px;
}
.TopMenu,
.TopMenu a {
  color: #7b8082;
  font-size: 13px;
}
.TopMenu a:hover {
  color: #1797D4;
}

/* Main Header */

.header {
  margin: 0;
  border: none;
}

#Header {
  margin: 0;
  padding: 10px 0;
  background: #fff;
}

.header-logo {
  margin-top: 20px;
  margin-bottom: 5px;
}

.extra-header-text { color: #fff; padding-top: 18px; }

#main-menu-wrap {
}
#main-menu-wrap .sticky-buttons {
  padding: 5px 0;
  background: #eee;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
  .main-page-navigation-wrapper {
    background: #122632;
    padding: 5px 0;
  }
.body-home #main-menu-wrap {
margin-bottom:20px !important;
}
body.body-home #main-menu-wrap .product-promo,
body.page #main-menu-wrap .product-promo,
body.body-cart #main-menu-wrap .product-promo,
body.body-checkout #main-menu-wrap .product-promo,
body.body-blog #main-menu-wrap .product-promo {
  display: none!important;
}
.body-home #main-menu-wrap, .body-category #main-menu-wrap, .body-product #main-menu-wrap {
  margin-bottom: 0;
}

/* Main Navigation */

/* == Dropdown ============================================================== */
button.btn.btn-secondary.dropdown-toggle {
text-transform: uppercase;
font-size: 18px;
border-radius:0;
}
.dropdown-group {
    position: relative;
    vertical-align: middle;
}

.dropdown-group .btn {
    display: block;
    width: 100%;
    padding: 6px 16px !important;
    font-size: 20px;
    font-weight: 700;
    background: #1a3748!important;
}

.caret {
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  top: -2px;
  margin-left: 3px;
  vertical-align: middle;
  border-top: 10px solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 260px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  text-decoration: none;
  outline: 0;
}
.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

/* Popular Nav */

.popular-nav {
  font-size: 14px;
  border-right: 1px solid #3A494C;
}

.popular-label {
  display: inline-block;
}

.popular-nav > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.popular-nav > ul li {
  display: inline-block;
  margin: 0;
  position: relative;
}
.popular-nav > ul li:last-child { display: none; }
.popular-nav > ul li a {
    display: inline-block;
    text-decoration: none;
    color: #e6e4e4;
    padding: 8px 25px 8px 25px;
    border-left: 1px solid #373839;
    margin: 0;
    text-transform:uppercase;
}
.popular-nav > ul li a:hover {
    color: #fff;
}
.popular-nav > ul li.HasSubMenu a span {
  padding-right: 13px;
  background: url(../img/menu-arrow.png) no-repeat center right;
}
.popular-nav > ul li ul {
  position: absolute;
  top: 30px;
  left: -9999px;
  opacity: 0;
}
.popular-nav > ul li:hover ul {
  position: absolute;
  top: 35px;
  left: -30px;
  opacity: 1;
  z-index: 50;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0;
  min-width: 175px;
}
.popular-nav > ul li:hover ul li {
  clear: both;
  display: block;
}
.popular-nav > ul li:hover ul li a {
  border: none;
  display: block;
  color: #7B8082;
  padding: 7px 10px;
  text-transform: none;
}
.popular-nav > ul li:hover ul li a:hover {
  background: #dedede;
}

/* == Category Popout == */

.Left .CatPopOut-enable {
  background: #f8f8f8;
  padding: 20px 6px 20px;
  margin: 0 0 20px;
}

.CatPopOut-enable .CatPopOut {
  position: relative;
  z-index: 69;
}

.CatPopOut-enable .SubCategoryList {
  margin: 0;
}

.CatPopOut-enable .CatPopOut ul li {
  position: relative;
}

.CatPopOut-enable .CatPopOut ul li a {
  position: relative;
}

.CatPopOut-enable .CatPopOut ul li a .caret {
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: 8px;
  top: 13px;
  text-indent: -99999px;
  *text-indent: 0;
  vertical-align: top;
  border-top: 4px solid transparent;
  border-left: 4px solid #bbb;
  border-bottom: 4px solid transparent;
  filter: alpha(opacity=30);
  content: "\2193";
}

.CatPopOut-enable .CatPopOut > ul > li > a:hover > .caret,
.CatPopOut-enable .CatPopOut > ul > li.dropdown.open > a > .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* popout styles */
.CatPopOut-enable .CatPopOut ul li ul {
  position: absolute;
  top: -4px;
  left: 100%;
  z-index: 1000;
  float: left;
  display: none;
  width: 220px;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc!important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.CatPopOut-enable .CatPopOut ul li:hover > ul {
  display: block;
}

.CatPopOut-enable .CatPopOut ul li ul li {
  margin: 0;
}

.CatPopOut-enable .CatPopOut ul li:hover,
.CatPopOut-enable .CatPopOut ul .dropdown.open {
*z-index: 1000;
}

.CatPopOut-enable .CatPopOut ul li a:active,
.CatPopOut-enable .CatPopOut .dropdown-toggle:active,
.CatPopOut-enable .CatPopOut .open .dropdown-toggle {
  outline: 0;
}

/* Uncomment and remove js in scripts.js if you desire non touch/mobile friendly hover dropdown */
/*.CatPopOut-enable .CatPopOut ul li:hover > ul { display: block; } */
.CatPopOut-enable .CatPopOut ul .dropdown.open > .dropdown-menu {
  display: block;
}

.CatPopOut-enable .CatPopOut li {
  clear: both!important;
  float: left!important;
  width: 100%!important;
}
.CatPopOut-enable .CatPopOut li a {
  display: block!important;
  padding: 8px 8px!important;
  clear: both!important;
  font-weight: 400!important;
  text-decoration: none!important;
  color: #555555!important;
  white-space: nowrap!important;
}
.CatPopOut-enable .CatPopOut li a:hover {
  background: #dedede;
}
.CatPopOut-enable .CatPopOut li a .sf-sub-indicator {
  display: none!important;
}

.CatPopOut-enable .CatPopOut ul li ul a:hover {
  background: #eee;
}

/* 2nd level and below drop down styles */
.CatPopOut-enable .CatPopOut ul li ul li ul {
  left: 100%;
}

.CatPopOut-enable .CatPopOut ul li ul li > a:hover > .caret {
  border-left: 4px solid #232323;
}

.CatPopOut-enable .CatPopOut ul li ul li.dropdown.open > a > .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* =============================================================================
   Content !n! !cnt
   ========================================================================== */

.TitleHeading {
  font-size: 30px;
  font-weight: 600;
}

/* =============================================================================
   Sidebar !n! !sdb
   ========================================================================== */

.Left .Block {
  padding: 10px 10px 5px;
  background: #f8f8f8;
}

.Left h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.Left ul {
  margin-bottom: 0;
}

.Left .SubCategoryList {
  margin-top: 0;
  padding: 10px 10px 5px;
  background: #f8f8f8;
}

.Left #SideCategoryList .SideCategoryListFlyout > ul > li,
ul.side-menu > li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border: none;
}

/* =============================================================================
   Footer !n! !ftr
   ========================================================================== */

.newsletter-subscription {
  background: #11778a;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(50, 50, 50, 0.65);
  -moz-box-shadow:    0px 0px 8px 2px rgba(50, 50, 50, 0.65);
  box-shadow:         0px 0px 8px 2px rgba(50, 50, 50, 0.65);
  z-index: 10;
  position: relative;
}
.newsletter-subscription .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
  .newsletter-subscription h4 {
    margin-bottom: 0;
    font-weight: 700;
    line-height: 100%;
  }
  .newsletter-subscription p {
    margin: 0;
  }
  .newsletter-subscription form {
    margin-top: 7px;
  }
    .newsletter-subscription form input,
    .newsletter-subscription form .btn {
      width: 100%!important;
      display: inline-block!important;
    }
      .newsletter-subscription form .btn {
        background: #122632!important;
      }
      .newsletter-subscription form .btn:hover {
        background: #1A3748!important;
      }
      .newsletter-subscription form .btn input {
        width: auto!important;
        background: #122632!important;
      }
      .newsletter-subscription form .btn:hover input {
        background: #1A3748!important;
      }

.footer-main {
  background: #eee;
  padding-top: 15px;
}
.footer-main .container {
  padding-bottom: 0;
}

.footer h4 {
  margin: 0 0 15px 0;
  color: #7b8082;
  text-transform: uppercase;
}

.footer-main .SocialConnect ul {
  text-align: left;
}

.footer-links p {
  padding-top: 0;
}

.footer-columns div {
  margin-bottom: 10px;
}
.footer-columns div.builder-column {
  margin-bottom: 0; 
}
.footer img.footer-builder {
  margin-bottom: -55px;
}

/* =============================================================================
   Miscelaneous !n! !msc
   ========================================================================== */

/* Breadcrumbs */
.Breadcrumb ul, .Breadcrumb li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.Breadcrumb {
    padding: 0 0 14px 0;
}
.Breadcrumb li {
    padding: 0 5px 0 15px;
    display: inline-block;
    position: relative;
}
.Breadcrumb li:first-child {
    padding-left: 0;
}
.Breadcrumb li:first-child:before {
    content: "";
}
.Breadcrumb li:before {
    content: "\00bb";
    font-size: 18px;
    line-height: 1;
    font-family: sans-serif;
    position: absolute;
    left: 0px;
    top: 0px;
    position: absolute;
    text-transform: uppercase;
}

/* =============================================================================
   Pages !n! !pgs
   ========================================================================== */


/* =============================================================================
   Category !n! !ctg
   ========================================================================== */

/* == Breadcrumb Title == */

.breadcrumb-title {
  margin-bottom: 20px;
  padding: 15px 0;
}
.breadcrumb-title .page-title h1 {
  margin-bottom: 6px;
  padding: 0;
  border: none;
  font-size: 26px;
  font-weight: 600;
}
.breadcrumb-title .Breadcrumb {
  margin: 0;
  padding: 0;
}

.Breadcrumb ul {
  margin: 0;
}
.Breadcrumb li {
  display: inline-block;
  float: none;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
}
.Breadcrumb li a {
  padding: 0;
  background: none;
  font-weight: 400;
}

/* Sort Box */

#CategoryPagingTop .SortBox label {
  padding-top: 1px;
}

/* =============================================================================
   Product Lists !n! !pls
   ========================================================================== */
.ProductList li .product-sash { 
  display: inline-block;
  position: absolute;
  z-index: 10;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 5px;
  text-align: center;
  font-size: 11px;
  opacity: 1.0;
}
.ProductList li .new-product-sash { 
  background: #1797D4;
  top: 0;
  left: 0;
}
.ProductList li .sale-product-sash { 
  background: #ec0128;
  top: 0;
  right: 0;
  opacity: 0.0;
}

.ProductList li {
  text-align: center;
  position: relative;
}

.ProductList .ProductImage {
  position: relative;
}

.ProductList .ProductImage-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
}
.ProductList .ProductImage-actions {
  position: absolute;
  left: 0;
  bottom: -85px;
  width: 100%;
  padding: 5px 5px;
  background: rgba(0,0,0,0.20);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ProductList li:hover .ProductImage-actions {
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ProductList .ProductImage-actions p {
  margin-bottom: 0;
}
.ProductList .ProductImage-actions .btn {
  display: block;
  padding: 6px 0 !important;
  font-size: 11px;
}
.ProductList .ProductImage-actions .btn.options-button {
  color: #222!important;
  background: #FFFF00!important;
}
.ProductList .ProductImage-actions .btn.options-button:hover {
  background: #F9F775!important;
}
.ProductList .ProductImage-actions .ProductList-wishlist {
  display: inline-block;
  margin-top: 5px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.35);
}
.ProductList .ProductImage-actions .ProductList-wishlist:hover {
  color: #d7d9d9;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.35);
}
.ProductList .ProductPriceRating {
  padding-top: 5px;
  text-align: left;
}
.ProductList .ProductPriceRating em {
  font-size: 20px;
  color: #EE2E24;
}
.ProductList .RetailPriceValue {
  float: none;
  font-weight: 400;
  font-size: 16px;
  color: #848689;
  margin-right: 5px
}
.ProductList.List .RetailPriceValue {
  float: right;
  margin-right: 0;
  display: block;
}
.ProductList .SalePrice {
  clear: both;
  float: right;
  font-size: 26px;
  color: #FD2B1B;
  line-height: 100%;
  margin: 0 0 10px;
  display: block;
}
.ProductList .ProductDetails {
  padding-top: 0;
}
.ProductPrice, .ProductList em {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

/* =============================================================================
   Product !n! !prd
   ========================================================================== */

/* Product Layout */

.left-content {
  width: 45%;
  position: relative;
}
  .left-content .sale-product-sash {
    display: block;
    background: #EE2E24;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 10px;
    text-align: left;
    opacity: 0.0;
  }
  .ProductMain .new-product-sash {
    display: block;
    background: #1797D4;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 10px;
    text-align: left;
  }

.PrimaryProductDetails .ProductMain {
  float: left;
  width:55%;
}

/* Product Detail Rows */

.ProductDetailsGrid .DetailRow {
    clear:both;
  margin:0;padding:5px 0;
  border-bottom:none;
}

.ProductDetailsGrid .productAttributeList .productAttributeRow, .ProductDetailsGrid .productAttributeRow {
margin-bottom:0;
}

.ProductDetailsGrid .Label, .ProductAddToCart .productAttributeLabel {
  float: left!important;
  width: 30%!important;
  font-weight: bold!important;
}

.ProductDetailsGrid .productAttributeList {
  padding-top: 10px;
}

.productPage .PriceRow.p-price {
padding:5px 10px;
}

/**/

#ProductDetails h1 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -1px;
  font-weight: bold;
  text-transform: uppercase;
 
}
.ProductDetailsGrid .DetailRow.product-heading {
  margin: 0;
}

.product-price {
  border-bottom: 1px solid #e3e3e3;
}
.productPage .PriceRow.p-price {
  margin: 0;
  border:none;
}
.product-price .ProductPrice {
  display: inline-block;
  padding-right: 10px;
  font-size: 27px;
  font-weight: bold;
color: #ee2e24;
}
.product-price .retail-product-price {
  font-size: 16px;
font-weight: 400;
color: #7b8082;
}

.PrimaryProductDetails .YouSave {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  margin-top: 0;
}

.addto {
  padding: 15px 0;
}

.ProductAddToCart .BulkDiscount .btn {
  padding: 12px 70px;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  background: #FDE303!important;
}
.ProductAddToCart .BulkDiscount .btn:hover {
  background: #F9F775!important;
}

.ProductMain #CustomWishlist {
float:left;
margin: 15px 0 0 10px;
}
.ProductMain #CustomWishlist span {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
}
.ProductMain #CustomWishlist .wishlist-btn {
  background: none!important;
  color: #232323;
  font-size: 12px;
  text-shadow: none;
  color: #30383C!important;
cursor:pointer;cursor:hand;
}
.ProductMain #CustomWishlist .wishlist-btn:hover {
cursor:pointer;cursor:hand;
}

.row-reviews {
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.row-reviews p {
  margin: 0;
}

/* Share Buttons */

.product-share .PinterestButtonContainer {
  float: left;
  margin: 0;
  text-align: left;
}

.product-share .AddThisButtonBox {
  float: left;
  margin: 3px 0 0 !important;
}

/* Product Description */

#prodAccordion .subtitle {
  font-weight: 600;

}

#ProductReviews {
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.prodAccordionContent {
  position: relative;
}
#ProductReviews .btn {
  clear: both;
  float: left;
}
#ProductReviews .ProductReviewList {
  padding-left: 22px;
}

/* Features Box */
.features {
  position: relative;
}
.features-box {
  background: #122632;
  padding: 20px 0px 5px 15px;
  border: 1px solid #122632;
  border-top: none;
}
.body-checkout .features-box {
  border: 1px solid #e2e3e3!important;
}
.features-box .features-item {
  margin-bottom: 10px;
}
.features-box .features-item img {
  float: left;
}
.features-box .features-item p {
  float: left;
width: 119px;
margin: 0 0 0 10px;
color: #cecfcf;
font-weight: bold;
font-size: 16px;
line-height: 100%;

}
.features-box .features-item p span {
  display: block;
  font-size: 12px;
}
.features-item span {
color: #838485;
font-size: 14px;
clear: both;
display: block;
}
/* =============================================================================
   Cart !n! !crt
   ========================================================================== */
.body-cart #navigation {
display:none;
}
.body-cart .header {
 
}

.body-cart .features-box {
  margin-top: 2px;
border-top: 1px solid #e2e3e3;
}

/* Fast Cart Popup */

.fastCartSummaryBox {
  padding-bottom: 0;
}
.fastCartSummaryBox .ProceedToCheckout {
  margin: 0;
}
.fastCartSummaryBox .subtotal {
  margin-bottom: 10px;
}
.fastCartBottom .ProductImage-actions {
  display: none;
}

/* =============================================================================
   Checkout !n! !chk
   ========================================================================== */

.body-checkout #main-menu-wrap,
.body-checkout .fixed-nav-wrapper {
}

.body-checkout .header,
.body-cart .header {
  padding-top: 0;
  margin-bottom: 10px;
}

.ExpressCheckoutBlock .ExpressCheckoutTitle {
  padding: 10px;
}

/* =============================================================================
   Order !n! !ord
   ========================================================================== */


/* =============================================================================
   Account !n! !acct
   ========================================================================== */


/* =============================================================================
   Home Page !n! !hpg
   ========================================================================== */

/* Home Slideshow */
.slide-show-render-full .slide-button span:hover {
    background:#fff;
}
.slide-button .caret {
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    top: -2px;
    margin-left: 3px;
    vertical-align: middle;
    border-left: 7px solid;
    border-top: 7px solid transparent;
    left: 10px;
    border-bottom: 7px solid transparent;
    }
.slide-button .btn {
    background: #f98700!important;
    margin: 0 auto;
    width: 200px;
    display: block;
    color: #30383c !important;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
  .slide-button .btn:hover {
    background: #FA962A!important;
  }
.slide-show .slide-overlay {
  top: 20px;
  left: 0;
  right: inherit;
  z-index: 10;
  text-align: left;
}
.slide-show h2, .slide-show .slide-text {
    background: none;
    font-family: "Open Sans",Arial,Sans-serif;
    line-height: 1.4;
    letter-spacing: inherit;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    width: 269px;
    margin: 0 auto;
}
.slide-show h2 {
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    width: 415px;
    text-align: center;
    letter-spacing: -1px;
}

.slide-image-wrapper {
  display: block;
  position: relative;
  top: -1px;
}

.flex-control-nav {
  margin-top: 10px;
}

/* =============================================================================
   Media Queries !n! !mqs
   ========================================================================== */

/* Medium Devices -- up to 1199px */
@media screen and (max-width: 1199px) {

  /* Features Box */

  .features-box .features-item {
    text-align: center;
  }
  .features-box .features-item img {
    float: none;
  }
  .features-box .features-item p {
    float: none;
    width: 100%;
    margin: 0;
  }

}

/* Medium Devices -- up to 991px */
@media screen and (max-width: 991px) {

  /* Header */

  #main-menu-wrap.affix {
    position: static;
    top: inherit;
    left: inherit;
    z-index: 10;
  }

  .dropdown-menu,
  .CatPopOut-enable .CatPopOut ul li ul {
    width: auto;
    min-width: 160px;
  }

  /* Home Slideshow */
  .slide-show h2 {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 500;
  }

  /* Checkout */

  .checkout-wrap {
    padding: 0;
    background: none;
    border: none;
  }

}

/* Small Devices -- Tablets up to 767px */
@media screen and (max-width: 767px) {

  /* Homepage */

  .home-cta {
    text-align: center;
  }

  /* Product Listing */

  .ProductList .ProductImage-wrap {
  }
  .ProductList .ProductImage-actions {
    position: relative;
    bottom: 0!important;
  }

  /* Product Page */

  .breadcrumb-title {
    display: none;
  }

  /* Shopping Cart */

  .KeepShopping .text-left {
    text-align: center;
  }

  .CartCode .CouponCode {
    margin-bottom: 20px;
  }

  .cart-wrap {
    padding: 0;
    background: none;
    border: none;
  }

  .CartContents tfoot .SubTotal td {
    text-align: left;
  }

  /* Checkout */

  .body-checkout .header {
    padding-top: 73px;
  }

  /* Footer */

  .footer-main {
    text-align: center;
  }

  .footer .footer-columns ul {
    margin-bottom: 20px;
  }

  .footer .footer-main .SocialConnect ul {
    padding-top: 0;
  }

}

/* Extra Small Devices -- Phones up to 480px */
@media screen and (max-width: 480px) {

  /* General */

  .TitleHeading {
    font-size: 20px;
  }

  /* Select */

  div.selector span {
    padding: 5px 25px 5px 5px !important;
  }

  .CartItemQuantity .selector, .DetailRow.qty .selector {
    width: auto !important;
    min-width: 50px;
  }

  /* Product Page */

  .ProductMain #SideProductAddToWishList span {
    display:none;
  }
  #ProductReviews .btn {
    position: static;
  }

  /* Shopping Cart */

  #cartForm {
    overflow-x: scroll;
  }

  .CartContents tfoot .SubTotal td,
  .CartContents tfoot .SubTotal td .ProductPrice,
  .CartContents tfoot .gtotal.SubTotal td,
  .CartContents tfoot .gtotal.SubTotal td .ProductPrice {
    font-size: 14px;
  }

  table.CartContents tbody tr td.ProductName {
    font-size: 12px;
  }

}



/* New Styles*/


#navigation {
background: #30383c;
}
#homeseo {
    text-align:center;
    margin-bottom: 20px;
}
#homeseo h1 {
    color: #30383c;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: normal;
}

#homeseo h4 {
    color: #aaacad;
    font-size: 16px;
    font-weight: normal;
}

.trustcta {
    background: #122632;
    border-top: 1px solid #e7e9ea;
    border-bottom: 1px solid #e7e9ea;
    padding-top: 10px;
    padding-bottom: 10px;
}

.trustcta .col-sm-3 {
}

.home-cta.trustcta {
    margin-bottom: 15px;
}

#seotext p {
    color: #7b8082;
    font-size: 15px;
    text-align: center;
}
#seotext {
    overflow: hidden;
    margin-bottom: 5px;
    padding: 5px 0px 5px 0px;
}

.seotext2 {
    color: #7b8082;
    font-size: 15px;
    text-decoration: none;
    text-transform: lowercase;
}

.seotext2 p {
    color: #7b8082;
    font-size: 15px;
    text-decoration: none;
    text-transform: lowercase;
}

seotext2. a:link {
    color: #7b8082;
    text-decoration: none;
    text-transform: lowercase;


}
seotext2. a:visited {
    color: #7b8082;
    text-decoration: none;
    text-transform: lowercase;

}
seotext2. a:hover {
    color: #7b8082;
    text-decoration: none;
    text-transform: lowercase;

}


.subscribe_form input[type="submit"] {
  font-size: 20px;
  font-weight: bold;
}

#nl_first_name, #nl_email {
  height: 42px;
  width:48% !important;
  float:left !important;
  margin:0 1%;
}



.footer-columns .col-sm-2 {
width: 21.666666666666664% !important;
}
.footer-links p {
padding: 15px;
}
.socialicons {
margin-bottom: 20px;
}
.socialicons  h4 {
color: #fff;
}
.socialicons a {
display:inline-block;
width:40px;
height:40px;
margin-right:10px;
text-align: left;
}
#facebook {
background: url(//cdn10.bigcommerce.com/s-02hgc0/templates/__custom/images/social-sprite.png?t=1732246982) no-repeat 0px 0px;
}
#facebook:hover {
background-position:  0px -40px;
}

#twitter{
background: url(//cdn10.bigcommerce.com/s-02hgc0/templates/__custom/images/social-sprite.png?t=1732246982) no-repeat -43px 0px;
}
#twitter:hover {
background-position:  -43px -40px;
}

#instagram{
background: url(//cdn10.bigcommerce.com/s-02hgc0/templates/__custom/images/social-sprite.png?t=1732246982) no-repeat -86px 0px;
}
#instagram:hover {
background-position:  -86px -40px;
}
#youtube{
background: url(//cdn10.bigcommerce.com/s-02hgc0/templates/__custom/images/social-sprite.png?t=1732246982) no-repeat -129px 0px;
}
#youtube:hover {
background-position:  -129px -40px;
}

.footer-logo {
  text-align: right;
}

.ProductActionAdd .caret {
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    top: -2px;
    margin-left: 3px;
    vertical-align: middle;
    border-left: 7px solid;
    border-top: 7px solid transparent;
    left: 10px;
    border-bottom: 7px solid transparent;
    }

.ProductList .p-price {
  color: #ee2e24;
  font-size: 27px;
  font-weight: bold;
  float: right;
  display: block;
  line-height: 105%!important;
  margin-bottom: 10px;
}

.page-title {
float: left;
}
#CategoryBreadcrumb {
float:right;
}
.breadcrumb-title .container {
border-bottom: 0px solid #e7e9ea;
}

#ProductBreadcrumb {
  margin: 0 auto 10px;
  text-align: left;
  border-bottom: 0px solid #e7e9ea;
  padding: 10px 0;
}

.BulkDiscount i.fa.fa-shopping-cart {
color: #000;
font-size: 17px;
position: relative;
left: 11px;
}


.banner-header {
    background: url('//cdn10.bigcommerce.com/s-02hgc0/templates/__custom/images/header-banner-bg.jpg?t=1732246982') no-repeat scroll center top transparent;
    height: 100px;
    padding: 28px 0px;
    margin-bottom: 20px;
    text-align: center;
}

.banner-header h2 {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);
    color: #FFF;
    font-size: 28px;
    margin: 0px;
    padding: 8px 15px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.body-home .banner-header {
display:none;
}





#nl_first_name1 {
display: none;
}

#productnewsletter {
    background: url('//cdn10.bigcommerce.com/s-02hgc0/templates/__custom/images/products-news-bg.png?t=1732246982') no-repeat;
height: 238px;
padding: 0px 10px 0px 10px;
text-align: center;
color: #fff;

}

#nl_email1 {
width: 165px;
height: 30px;
line-height: 12px;
}

#productnewsletter input[type="submit"] {
background: url(//cdn10.bigcommerce.com/s-02hgc0/templates/__custom/images/arrow-right.png?t=1732246982) no-repeat 170px 16px #363636;
font-size: 17px;
font-weight: bold;
border-radius: 0;
border: 0;
padding: 2px 40px 2px 40px;
margin-top: 15px;
}

@media all and (max-width: 2500px) and (min-width: 1201px)  {
#ProductDetails .col-md-10 {
width: 81.33333333333334% !important;
}

#ProductDetails .col-md-2 {
width: 18.666666666666664% !important;
}

}
@media all and (max-width: 1200px) and (min-width: 768px)  {
#ProductDetails .col-md-10 {
width: 77.33333333333334% !important;
}

#ProductDetails .col-md-2 {
width: 22.666666666666664% !important;
}

}


@media all and (max-width: 2500px) and (min-width: 1201px)  {
.body-cart .col-md-10,
.body-checkout .col-md-10 {
width: 81.33333333333334% !important;
}

.body-cart .col-md-2,
.body-checkout .col-md-2 {
width: 18.666666666666664% !important;
}

}
@media all and (max-width: 1200px) and (min-width: 768px)  {
.body-cart .col-md-10,
.body-checkout .col-md-10 {
width: 77.33333333333334% !important;
}

.body-cart .col-md-2,
.body-checkout .col-md-2 {
width: 22.666666666666664% !important;
}

}

#instock {
color: #03ce0d;
font-size: 13px;
margin-left: 60px;
}

.fullwidth .banner-header {
margin-bottom:0px;
}

.fullwidth .slide-show h2 {
width: 600px;
text-transform: none;
color: #fff;
}

.fullwidth .slide-text {
color: #fff;
width: 405px;
}

.fullwidth  .slide-overlay {
margin-top: 137px;
}

.RowNoBG, .RowGreyBG {
color: #7b8082;
text-align: center;
}

.RowNoBG, .RowGreenBG {
color: #032312;
text-align: center;
}

.RowBlueBG {
background: #122632;
padding: 20px 0px 20px 0px;
}

.RowGreyBG {
background: #e7e9ea;
padding: 20px 0px 20px 0px;
}

.RowGreenBG {
background: #7ac143;
padding: 40px 0px 40px 0px;
}

.RowNoBG{
padding: 20px 0px 20px 0px;
}

.features .Block {
  margin: 0;
}

.Block.banner_category_page_bottom { padding: 0; margin: 0; }

.product-vip {
  width: 189px;
  height: 47px;
  background: url(//cdn10.bigcommerce.com/s-02hgc0/templates/__custom/images/blueribbon.png?t=1732246982) no-repeat center;
  padding: 15px 10px 0;
  color: #fff;
  text-align: center;
}
  .product-vip h3 {
    text-transform: uppercase;
    margin: 0 0 10px;
  }
  .product-vip #mc_embed_signup {
    background: none!important;
  }
    .product-vip #mc_embed_signup form {
      padding: 0;
    }
      .product-vip #mc_embed_signup form input,
      .product-vip #mc_embed_signup form .mc-field-group {
        float: none;
        margin: 0 auto;
        width: 100%;
      }
      .product-vip #mc_embed_signup form input.email {
        left: 0!important;
        color: #333!important;
        font-style: normal!important;
      }
      .product-vip #mc_embed_signup form input.button {
        display: block;
        background: #122632;
        text-transform: uppercase;
      }
      .product-vip #mc_embed_signup form input.button:hover {
        background: #1a3748;
      }
      .product-vip #mc_embed_signup div.mce_inline_error {
        display: none!important;
      }

.TableShippingTab,
.TableShippingTab tbody,
.TableShippingTab tr,
.TableShippingTab th {
  clear: both;
  float: left;
  width: 100%;
  display: block;
}
.TableShippingTab tr:nth-child(2n) {
  background: #f3f3f3;
  font-size: 14px;
}
.TableShippingTab tr.TableTitleRow {
  background: none;
}
.TableShippingTab th {
  text-align: left;
  color: #0079c2;
  font-size: 15px;
  padding: 20px 0;
}
  .TableShippingTab td {
    display: block;
    clear: none;
    float: left;
    margin: 0;
    border: none;
    padding: 10px 2%;
  }
  .TableShippingTab td.TableRegion {
    width: 100%;
  }
  .TableShippingTab td.TableZones {
    width: 71%;
  }
#contactseo {
    text-align:center;
    margin-bottom: 20px;
}
#contactseo h1 {
    color: #30383c;
    font-size: 26px;
    text-transform: ;
    margin-bottom: 0px;
    font-weight: normal;
}

#contactseo h4 {
    color: #a1a3a4;
    font-size: 16px;
    font-weight: normal;
}

#contactlightseo {
    text-align:center;
    margin-bottom: 20px;
}
#contactlightseo h1 {
    color: #cecfcf;
    font-size: 26px;
    text-transform: ;
    margin-bottom: 0px;
    font-weight: normal;
}

#contactlightseo h4 {
    color: #a1a3a4;
    font-size: 16px;
    font-weight: normal;
}

#prmain {
    text-align:center;
    margin-bottom: 20px;
}
#prmain h1 {
    color: #fffff;
    font-size: 26px;
    text-transform: ;
    margin-bottom: 0px;
    margin-top: 30px;
    font-weight: normal;
}

#prmain h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
}

#prmain p {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
}

#prmain {
    text-align:center;
    margin-bottom: 20px;
}
#prmain h1 {
    color: #ffffff;
    font-size: 26px;
    text-transform: ;
    margin-bottom: 0px;
    margin-top: 30px;
    font-weight: normal;
}

#prmain h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
}

.Content select.FormField, .Content .productOptionViewSelect select {
padding:8px 6px;
}

#snapshot {
    text-align:center;
    margin-bottom: 0px;
    
}

#snapshot h4 {
    color: #ffffff;
    font-size: 52px;
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: 0px;
    font-weight: normal;
    
}

#snapshot h5 {
    color: #cecfcf;
    font-size: 22px;
    margin-bottom: 0px;
    font-weight: normal;
    
}

.featured {
    background: #fff;
    border-top: 1px solid #e7e9ea;
    border-bottom: 1px solid #e7e9ea;
    padding-top: 10px;
    padding-bottom: 10px;
}

.featured .col-sm-3 {
}

.home-cta.featured {
    margin-bottom: 5px;
    margin-top: 15px;
}