/*
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: 22px;
  font-weight: 700;
}

/*  Custom CSS  */

.fa-2x {
    color: #919191;
}

.slide-overlay .slide-button span.btn {
background: #cc3333;
}

#Header .container .row .search.col-sm-3.text-center.hidden-xs {
margin-top: 20px;
}

.footer-columns.row .search.col-sm-3 {
  background: #1192d6;
border-radius: 3px;
-webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,.5);
box-shadow: 2px 2px 2px 2px rgba(0,0,0,.5);
}

.search.col-sm-3 > h4 {
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 10px;
    color: #1192d6;
    margin-bottom: 5px;
    margin-top: 4px;
    padding: 9px;
    width: 80%;
    font-family: 'Montserrat', sans-serif;
}
.search.col-sm-3 ul li a {
color: #fff;
font-size: 13px;
}

.footer-links p {
    margin-top: 12px;
}

.footer-columns.row div.col-sm-3.pages ul {
line-height: 10px;
}

#Header .container .col-sm-4.text-center.hidden-xs {
position: relative;
top: 20px;
right: 40px;
}


.header-logo p {
font-size: 18px;
text-align: center;
}
.slide-overlay .slide-button span.btn {
    font-size: 20px;
    margin-left: 260px;
    margin-top: 260px;
    padding: 8px 59px;
}
.slide-overlay .slide-button span.btn:hover {
background: #9b0f0f;
}


.footer-columns.row .col-sm-3 p {
   color: #999;
}

.SubBrandListGrid li {
    width: 22%;
}

div.checker input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    opacity: 0;
}
div.checker input {
    height: 18px;
    width: 18px;
}






/* Colors */

a,
.ProductMain #SideProductAddToWishList .wishlist-btn:hover {
  color: #0c5c86;
}
a:hover {
  color: #1192d6;
}

.btn,
a.btn,
input[type="submit"],
input[type="button"],
button,
.ExpressCheckoutBlock .ExpressCheckoutTitle,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #1192d6;
  color: #fff;
}

.btn:hover,
a.btn:hover,
.ProductQty a:hover,
.ProductActionAdd a:hover,
.slide-show-render-full .slide-button span:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button {
  background: #6aa3d5;
  color: #fff;
}




#Header .container .row .search.col-sm-3.text-center.hidden-xs ul li a {
color: #000 !important;
}

html.javascript body#home.body-home div.page header.header div.inner div#Header div.container div.row div.search.col-sm-4.text-center.hidden-xs ul li {
color: #000 !important;
}

/* Secondary Colors */

.btn.alt,
.btn.btn-secondary,
.ExpressCheckout .btn,
.ExpressCheckout input[type="submit"],
.Content .ProductList li .ProductImage .bestseller-badge {
  /*background: #919191;*/
background:#1192d6;
  color: #fff;
}

.Content .ProductList li .ProductImage .on-sale-badge{
background: #D40404;
color: #fff;
}
.btn.alt:hover,
.btn.btn-secondary:hover,
.ExpressCheckout .btn:hover,
.ExpressCheckout input[type="submit"]:hover {
  background: #5d5c5c;
  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%;
  padding: 5px 0;
  background: #000;
  border-top: 4px solid #232323;
  border-bottom: 1px solid #ddd;
}
.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-wrapper .QuickSearch {
  right: inherit;
  left: 0;
}
div.page > header > div > div.fixed-nav-wrapper.hidden-xs > div > div > div.col-sm-4.col-md-5 > a{
color: white;
vertical-align: -webkit-baseline-middle;
}



/* Fixed Nav Dropdown Menu */

#main-menu-wrap.affix {
  z-index: 15;
  position: fixed;
  top: 45px;
  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 .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: 9px 16px !important;
  font-size: 16px;
  font-weight: 600;
}
.btn.my-cart i {
  margin-right: 3px;
  font-size: 18px;
}
.btn.my-cart .cart-items-var {
  display: none;
}

#SearchForm {
  float: none;
  width: 100%;
}

.TopMenu {
  padding-top: 4px;
}
.TopMenu,
.TopMenu a {
  color: #fff;
}

/* Main Header */

.header {
  margin: 0;
  padding-top: 45px;
  border: none;
}

#Header {
  margin: 0;
  padding: 10px 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.header-logo {
  margin-top: 18px;
}

#main-menu-wrap {
  margin-bottom: 20px;
  padding: 5px 0;
  background: #f9f9f9;
  border-bottom: 1px solid #ddd;
}

.body-home #main-menu-wrap, .body-category #main-menu-wrap, .body-product #main-menu-wrap {
  margin-bottom: 0;
}

/* Main Navigation */

/* == Dropdown ============================================================== */




.dropdown-group {
    position: relative;
    vertical-align: middle;

}

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

.caret {
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  top: -2px;
  margin-left: 3px;
  vertical-align: middle;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px 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;
}

.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;
  padding-left: 15px;
  margin: 0;
}
.popular-nav > ul li a {
  display: inline-block;
  text-decoration: none;
}
.popular-nav > ul li ul {
  display: none;
}

/* == 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 li a {
  display: block;
  padding: 8px 8px;
  clear: both;
  font-weight: 400;
  text-decoration: none;
  color: #555555;
  white-space: normal;
}

.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: 14px;
  font-weight: 600;
}

.Left ul {
  margin-bottom: 0;
}

.Left .SubCategoryList {
  margin-top: -20px;
  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
   ========================================================================== */

.footer .newsletter-subscription {
  background: #000;
}
.footer .newsletter-subscription .container {
  padding-bottom: 5px;
}
.footer .newsletter-subscription h4 {
  margin-bottom: 10px;
  font-weight: 700;
color: #fff;
}


#SideNewsletterBox.newsletter-subscription p {
color: #fff;
}


.footer .newsletter-subscription form {
  margin-top: 7px;
}

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

.footer h4 {
  margin: 0 0 15px 0;
}

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

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

.footer-main .sf-menu li {
    float: none;
}

/* =============================================================================
   Miscelaneous !n! !msc
   ========================================================================== */
#ContactForm input,
#ContactForm textarea{
border: 1px solid black;
}

/* 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;
}

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


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

/* == Breadcrumb Title == */

.breadcrumb-title {
  margin-bottom: 20px;
  padding: 15px 0;
  background: #f8f8f8;
}
.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;
}
.Breadcrumb li a {
  padding: 0;
  background: none;
  font-weight: 400;
}

/* Sort Box */

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

/* =============================================================================
   Product Lists !n! !pls
   ========================================================================== */

.Content .ProductList li {
  text-align: left;
}

.Content .ProductList .ProductImage-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
}
.Content .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;
}
.Content .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;
}
.Content .ProductList .ProductImage-actions p {
  margin-bottom: 0;
}
.Content .ProductList .ProductImage-actions .btn {
  display: block;
  padding: 6px 0 !important;
  font-size: 11px;
}
.Content .ProductList .ProductImage-actions .ProductList-wishlist {
  display: inline-block;
  margin-top: 5px;
  color: #232323;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.35);
}
.Content .ProductList .ProductImage-actions .ProductList-wishlist:hover {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.35);
}
.Content .ProductList .ProductPriceRating {
  padding-top: 5px;
  text-align: left;
}
.Content .ProductList .RetailPriceValue {
  float: right;
  font-weight: 400;
  font-size: 14px;
}
.ProductList .ProductDetails {
  padding-top: 0;
}
.ProductPrice, .ProductList em {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.Content .ProductList li .ProductImage .on-sale-badge {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  padding-top: 12px;
  font-size: 12px;
  text-align: center;
  border-radius: 30px;
  line-height: 1.4;
}
.Content .ProductList li .ProductImage .bestseller-badge {
  display: block;
  position: absolute;
  left: -32px;
  top: 13px;
  padding: 7px 30px;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}

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

/* Product Layout */

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

/* Product Detail Rows */

.ProductDetailsGrid .DetailRow {
  margin:0;
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}

.ProductDetailsGrid .Label, .ProductAddToCart .productAttributeLabel {
  float: left;
  width: 30%;
}

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

/**/

#ProductDetails h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.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: 22px;
  font-weight: 600;
}
.product-price .retail-product-price {
  font-size: 14px;
  font-weight: 400;
}

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

.addto {
  padding: 15px 0;
}

.ProductAddToCart .BulkDiscount .btn {
  padding: 12px 12px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.ProductMain #SideProductAddToWishList span {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
}
.ProductMain #SideProductAddToWishList .wishlist-btn {
  background: none;
  color: #232323;
  font-size: 16px;
  text-shadow: none;
}

.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 {
  position: absolute;
  top: 0;
  right: 0;
}
#ProductReviews .ProductReviewList {
  padding-left: 22px;
}

/* Features Box */

.features-box {
}
.features-box .features-item {
  margin-bottom: 15px;
}
.features-box .features-item img {
  float: left;
}
.features-box .features-item p {
  float: left;
  width: 119px;
  margin: 0 0 0 10px;
  font-size: 15px;
}
.features-box .features-item p span {
  display: block;
  font-size: 12px;
}

/* =============================================================================
   Cart !n! !crt
   ========================================================================== */

.body-cart .header {
  margin-bottom: 20px;
}
.body-cart #main-menu-wrap {
  display: none;
}

.body-cart .features-box {
  margin-top: 70px;
}

/* 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 {
  display: none;
}

.body-checkout .header {
  padding-top: 0;
  margin-bottom: 30px;
}

.ExpressCheckoutBlock .ExpressCheckoutTitle {
  padding: 10px;
}

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


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


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

/* Home Slideshow */

.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-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.slide-show h2 {
  font-size: 46px;
  font-weight: 700;
}

.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 */

  .Content .ProductList .ProductImage-actions {
    bottom: 0;
  }

  /* 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;
  }

}

input#bottom_payment_button {
    font-size: 26px;
}