﻿﻿body
{
    font-family: 'Merriweather', Georgia, serif;
}


/* Store Payment Method Image Classes */

.main-content-wrapper
{
    padding:0px 0px 45px 0px;
}

.cardname
{
    display:inline-block;
    margin-right:4px;
    min-height:32px;
    width:51px;
}
.visa
{
    background: url(images/visa.png) no-repeat top left;
}
.mastercard
{
    background: url(images/mastercard.png) no-repeat top left;
}
.amex
{
    background: url(images/amex.png) no-repeat top left;
}
.discover
{
    background: url(images/discover.png) no-repeat top left;
}
.paypal
{
    background: url(images/paypal.png) no-repeat top left;
}
.amazon
{
    background: url(images/amazon.png) no-repeat top left;
}
.cards-accepted
{
    padding-top:12px;
	
}

.footer-wrapper
{
    background:rgba(0,0,0,.05);
    padding-top:55px;
    padding-bottom:100px;
}

.footer-row ul
{
    list-style-type:none;
    font-size:12px;
    line-height:28px;
    margin-bottom:48px;
}

.footerHeading
{
    text-transform:uppercase;
    font-weight:bold;
    padding-top:24px;
    letter-spacing:2px;
    padding-bottom:13px;
    border-top:3px solid rgba(0,0,0,.1);
}

.top-header-bar
{
    color:#fff;
    font-size:12px;
    background:rgb(82, 66, 42);
    background : -webkit-linear-gradient(top, rgb(82, 66, 42) 93%, rgb(28, 21, 12) 99%);
    background : -moz-linear-gradient(top, rgb(82, 66, 42) 93%, rgb(28, 21, 12) 99%);
    background : -o-linear-gradient(top, rgb(82, 66, 42) 93%, rgb(28, 21, 12) 99%);
    background : -ms-linear-gradient(top, rgb(82, 66, 42) 93%, rgb(28, 21, 12) 99%);
    background : -linear-gradient(top, rgb(82, 66, 42) 93%, rgb(28, 21, 12) 99%);
}
.top-nav-wrapper {
    position: relative;
    z-index: 100;
    background: url(images/topnav.png) repeat top left;
    box-shadow: 0px 0px 2px rgba(0,0,0,.3);
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background-color:rgba(0,0,0,.5);
}
.login-links
{
    float:left;

}
    .login-links a
    {
          padding: 12px 15px;
          display:block;
          color:#fff;
    }
.login-links a:hover
{
    background-color: #eeeeee;
    text-decoration:none;
    color:#333;
}
.simple-cart
{
    float:right;
    padding: 4px 0px;
}
.cart-item-number
{

}
.top-header-right
{
    text-align:center;
}
.top-header-left
{
    text-align:center;
}
.menu-item-more
{
    background: rgba(0,0,0,.01);
}
a.logo
{
    font-weight:900;
    font-size:55px;
    font-style:italic;
    color:#000;
}
    a.logo:hover
    {
        text-decoration:none;
    }
.product-info-wrap .price-wrap
{
    font-size:37px;
    line-height:50px;
    font-style:italic;
}

.product-summary
{
    margin-bottom:24px;
}


.search
{
    float:left;
    width:48px;
    height:48px;
}

.slick-search
{
    position: relative;
    z-index:1010;
}
.search-toggle
{
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:44px;
    margin-right: 8px;
    margin-top: 4px;
    background:rgba(255,255,255,0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.toggle-frame
{
    box-shadow:inset 1px 1px 1px rgba(0,0,0,.1);
    border-radius:24px;
    background:#fcfcfc;
    margin-right:0px;
    width:290px;
    height:44px;
    overflow:hidden;
}
    .search-toggle .glyphicon-search
    {
        cursor: pointer;
padding: 8px;
box-shadow: inset 1px 1px 1px rgba(0,0,0,.2);
background: rgba(255,255,255, .6);
border-radius: 100%;
display: block;
width: 45px;
height: 45px;
text-align: center;
padding-top: 15px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
float: left;
    }
        .search-toggle .glyphicon-search:hover
        {
            background:rgba(0,0,0, .1);
        }

.search-wrapper
{
    width:0px;
    height:44px;
    overflow:hidden;
    float:left;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.search-pop
{
    width:245px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


 .dropdown-menu > li > a.edit-cart-button
    {
        color:#fff;
    }
.search-box
{
    width:0px;
    height:38px;
    float: left;
    border:none;
    background:transparent;
    box-shadow:none;
}
.search-pop .search-box
    {
        width:205px;
    }
    .search-box:focus
    {
          border-color: transparent;
          outline: 0;
          -webkit-box-shadow: none;
          box-shadow: none;
    }

.search-go
{
    border-radius: 100%;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    padding: 8px;
    border: none;
    float:left;
    width: 40px;
    height: 40px;
}

.quantity-box
{
    width:40px;
    text-align:center;
}
.contact-us-page
{
    max-width:500px;
}
.logo-wrap
{
    text-align:center;
}
.header-cart
{
   float:right;
}
.top-account-nav
{
    text-align:left;
  float:left;
}
    .top-account-nav > li > a
    {
        padding:11px 5px;
        color:#fff;
    }
    .top-account-nav > li > a:hover
    {
        color:#333;
    }
.popcart
{
    display:inline-block;
}
.cart-account
{
    float:right;
    width:175px;
}
.cart-item-number
{
    display:inline-block;
    padding:0px 8px;
}
.popcart-dropdown
{
    background: rgba(255,255,255,.6);
    box-shadow:inset 1px 1px 1px rgba(0,0,0,.1);
    border-radius:18px;
    padding:6px 10px;
    padding-right:38px;
    padding-left:16px;

}
.pop-cart-menu
{
    left:inherit;
    right:0px;
    text-align:center;
}
.cart-items
{
    padding:0px 4px;
    font-size:13px;
}
.popcart-dropdown .caret-wrapper
{
    color:#fff;
    background: rgba(0,0,0,.15);
    position:absolute;
    right:0px;
    top:0px;
    padding-top:7px;
    padding-right:11px;
    width:30px;
    height:34px;
    -webkit-border-top-right-radius: 18px;
    -webkit-border-bottom-right-radius: 18px;
    -moz-border-radius-topright: 18px;
    -moz-border-radius-bottomright: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    cursor:pointer;
}

.dropdown-menu > li > a.checkout-button
{
    color:#fff;
}
    .dropdown-menu > li > a.checkout-button:hover
    {
        background:#2a6496;
    }
.cart-item-number, .cart-subtotal
{
    display:inline-block;
    padding:8px 0px;
}
.cart-subtotal
{
    margin-left:8px;

}
    .cart-subtotal:before
    {
        content:'-';
          padding-right:8px;
    }
.topnav
{
    position:relative;
}
.product-image-wrap
{
    margin-bottom:24px;
}
.tab-content
{
    padding:24px;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.main-content-wrapper
{
    padding-top:32px;
}
.main-header {
    box-shadow:0px 3px 4px rgba(0,0,0,.16);
   /* Chrome 10+,Safari */
background : -webkit-linear-gradient(top, rgb(255, 255, 255) 03%, rgb(239, 239, 239) 95%);

/* Firefox 4+ */
background : -moz-linear-gradient(top, rgb(255, 255, 255) 03%, rgb(239, 239, 239) 95%);

/* Opera */
background : -o-linear-gradient(top, rgb(255, 255, 255) 03%, rgb(239, 239, 239) 95%);

/* IE 10+ */
background : -ms-linear-gradient(top, rgb(255, 255, 255) 03%, rgb(239, 239, 239) 95%);

/* W3C */
background : -linear-gradient(top, rgb(255, 255, 255) 03%, rgb(239, 239, 239) 95%);
}
/*CEA padding:2px 0px 12px 0px;*/
.logo-wrap
{
    padding:2px 0px 2px 0px;
}

.feather-container
{
    position: relative;
    top: -178px;
    z-index: 10;
    display:none;
}
.ostrich-feather
{
    background: url(images/ostrich.png) no-repeat top left;
position: absolute;
width: 309px;
height: 161px;
right: -26px;
top: 26px;
}
.red-feather
{
    background: url(images/red-feather.png) no-repeat top left;
    position: absolute;
    width: 309px;
    height: 161px;
    right: -38px;
    top: 17px;
}
.customer-favorites
{
    text-align:center;
    margin-bottom:36px;

}
.tiny-tim
{
    font-size:12px;
    line-height:22px;
    text-transform:uppercase;
    letter-spacing:3px;
    font-weight:bold;
    font-family: 'Merriweather', serif;
}
.heading-block
{
      font-family:'Yesteryear', Georgia, serif;
      line-height: 58px;
font-size: 56px;
margin-bottom:32px;
}
.category-heading
{
    background:#efefef;
    padding:18px;
    color:#666;
    margin-bottom:18px;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:12px;
    font-weight:Bold;
}
.customer-favorites-wrap
{
    margin-bottom:32px;
}

.favorite-box
{
    background:#fff;
    font-size:13px;
    margin-bottom:32px;
    box-shadow:0px 0px 3px rgba(0,0,0,.1);
    padding-bottom:32px;
}
.featured-products
{
     margin-bottom:0px;
     box-shadow:0px 0px 3px rgba(0,0,0,.3);
     position:relative;
}
/*CEA  padding:8px 0px;*/
.empty-cart
{
    padding:12px 0px 8px 0px;
}

/*CEA removing 01122016 
.new-flag
{
    position: absolute;
    top: -18px;
    left: -8px;
    background: url(images/new-flag.png) no-repeat top left;
    width: 168px;
    height: 100px;
    z-index: 50;
}

END CEA */
.details-button
{
    border-top:1px solid #efefef;
}
.details-button a
{
    position: relative;
    top: -23px;
    margin: 0 auto;
    display: block;
    width: 251px;
}
.featured-items-header
{
    padding:22px;
    text-transform:uppercase;
    font-size:13px;
    font-weight:bold;
    letter-spacing:2px;
    background:#f9f9f9;
    display:none;
}
.misc-text
{
    padding-bottom:45px;
}
.featured-item-image-wrap {
    text-align: center;
    /* padding: 22px; */
    padding-top: 56px;
    padding-left: 22px;
}
.featured-item-image-wrap img
{
    margin:0 auto;
}
.favorite-box p
{
    padding:18px;
}
.featured-info-box
{
    padding: 24px 38px;
/* padding-left: 0px; */
background: #f9f9f9;
border-left:1px solid #efefef;
min-height:363px;
}
a.popcart
{
    color:#fff;
}
.featured-item-name-wrap a
{
    color:#545454;
    font-size:29px;
    text-shadow: 1px 1px 1px rgba(255,255,255,1);
}
.phone-number
{
    padding-top:12px;
}
.featured-item-name-wrap
{
    border-bottom:1px solid #efefef;
    padding-bottom:12px;
    margin-bottom:18px;
}
.hat-categories-wrap
{
   background: rgba(0,0,0,.02) url(images/argyle.png) repeat-x top 20px left;
    padding-bottom: 0px;
    padding-top: 67px;
    text-align:center;
}
.left-nav-wrapper ul
{
    list-style-type:none;
    padding:0px;
    margin:0px;
    margin-bottom:18px;
    font-size:13px;
    padding-left:12px;
}
.category-heading h2
{
    text-shadow: 1px 1px 1px rgba(255,255,255,1);
    margin-top: 11px;
    font-weight: bold;
    font-size: 18px;
}
ul.featured-category-list
{
    list-style-type:none;
    padding:0px;
    font-size:18px;
}
ul.featured-category-list a
{
    width: 38%;
display: inline-block;
text-align: left;
}
.hat-category-row .favorite-box
{
    padding-bottom:0px;
}
.featured-category-list li
{
    border-top:1px solid #efefef;
    padding:12px 8px;
}
.hat-category-row .category-heading
{
    margin-bottom:0px;
}
.featured-category-list img
{
    max-width:125px;
    width:100%;
height:auto;
}

/*CEA changing div name to stop it from showing in page source: .free-shipping, added text-align:center*/
.Mid-head
{
    padding-top:24px;
    text-align: center;
}

.quantity-field
{
    width:50px;
    display:inline-block;
}
.product-image-wrap
{
    box-shadow:0px 32px 45px rgba(0,0,0,.1);
    padding:50px 32px;
}
.product-list-item-image
{
    padding-bottom:18px;
}
.product-image-column .medium-image-wrap
{
    padding:32px 0px;
}
.product-row-cell
{
   margin-bottom:32px;
}
.list-form-cart .add-to-wishlist
{
    display:none;
}
.list-form-cart .quantity-label, .list-form-cart .quantity-field
{
    display:none;
}
.product-row-cell
{
    padding:18px;
    text-align:center;

}
.list-item-name-wrap
{
    height:61px;
}
.cart-wrap-thing
{

}
.product-page .product-info-wrap
{
    text-align: center;
    padding-top:43px;
}

.product-info-wrap .add-to-cart-selectors
{
    margin-top:18px;

}
#product-tabs
{
    margin-top:32px;
}
.product-info-wrap .variant-price
{
    font-family:'Playfair Display', Georgia, serif;
    font-size:45px;
}
.social-links
{
    text-align:center;
}
.cart-item-number, .cart-subtotal
{
    color:#333;
}
.customer-favorites
{
    background: rgba(0,0,0,.02) url(images/argyle.png) repeat-x top 20px left;
padding-bottom: 0px;
padding-top: 12px;
}
.phone-number
{
    text-align:right;
}
.social-links {
text-align:right;
}
#OnePageCheckoutWrap
{
    margin-left:-15px;
    margin-right:-15px;
}
/*<<<<<<<<<<<   CUSTOM MEDIA QUERIES HERE   >>>>>>>>>>>>*/
@media (min-width: 768px) {
    #OnePageCheckoutWrap
{
    margin-left:0px;
    margin-right:0px;
}
    .featured-category-list li
    {
        padding:22px;
    }
    .hat-categories-wrap {
    padding:32px;
    }
    .customer-favorites
{
padding: 32px;
padding-bottom: 0px;
padding-top: 51px;
}

    .social-links
{
   margin-top:10px;
   margin-bottom:10px;

}
    .product-options .form-control
    {
        width:auto;
    }
     .top-account-nav > li > a
    {
        padding:12px;
    }
    .logo-wrap
    {
        text-align:left;
    }
  .top-header-right
{
    text-align:right;
}
.top-header-left
{
    text-align:left;
    padding-top:10px;
}
.top-header-left a
{
    color:#fff;
    text-decoration:underline;
}
    .toggle-frame
    {
        position:absolute;
    }
    .size-select, .color-select
    {
        display:inline-block;
        max-width:45%;
        }
    .add-to-cart-selectors
    {
        display:block;
        margin-bottom:18px;
    }
    .add-to-cart-buttons
    {
        display:block;
    }
}
@media (min-width: 992px) {
    .social-links {
        text-align: center;
    }
    .phone-number
{
    text-align:center;
}

}
@media (min-width: 1200px) {

}
@media (min-width: 1450px) {

 .feather-container
 {
 display:block;
 }
}
/* MJM make aizes on sale tab horizontal */
ul #sizes {
    list-style-type: circle;

}
#sizes li {
    float: left;
    margin-left: 25px;
}
h3{
    float:left;
    margin-top:5px;
    margin-bottom:0px;
    font-family:Arial;
    font-size:16px;
}

#Feature > li {
    float: left;
    margin-left: 24px;
    list-style-type: square;
}
h1{
    margin-top:-10px;
    margin-bottom:8px;
}

.sub-entity-list-item {
float:left;
margin-right: 25px
}

/* MJM make list horizontal on category pages for pictures in description */

.aGDescription {
    list-style: outside none none;
}

.aGDescription > li {
    float: left;
    margin-right: 20px;
}


/* CEA adding some css for the navbar - right. */

.nav.navbar-nav.navbar-right {
color:#fff;
padding-right: 122px;
font-size: 14px;
}

.cart-account {
    height: 50px;
    width: 200px;
}

.nav.navbar-nav a {
padding: 15px 10px 15px 10px;
}
/* CEA Adding some css for the Promo Bar on homepage 

.Promo.container {
    width: 100%;
    background: yellow;
    color:Red;
    font-size: 34pt;
    font-weight: bold;
    margin-top: 10px;
    font-family: Arial;
    text-align:center;
    height:90px;
    line-height: 35px;
}

.Promo.container div {
    font-size:18px;
    
}

@media all and (max-width: 430px) and (min-width: 290px) {
  .Promo.container {
    font-size: 24pt;
   }
}

.Promo.container a {
    color:red;
}

End Promo*/

/* MJM styling the Promo Bar*/

.Promo.container {
    background: yellow none repeat scroll 0 0;
    color: Red;
    font-family: Arial;
    font-size: 27pt;
    font-weight: bold;
    height: 64px;
    line-height: 45px;
    margin-top: 11px;
    text-align: center;
    width: 100%;
}
.Promo.container div {
    font-size: 13pt;
    color: black;
    line-height: 17px;
}
@media all and (max-width: 520px) and (min-width: 290px) {
.Promo.container {
    font-size: 10pt;
    line-height: 30px;
    height: 60px;
}
}

.Promo.container a {
    color:red;
}

/*MJM Move stock inventory number off page */
.stock-hint-value {
    margin-left: -10000px;
}

/*CEA Fixing the box for the cart*/

.popcart-dropdown {
     padding: 0px 38px 0px 16px;
       height: 36px;
}

/* CEA Search Box */

.search-wrapper {
    height: 38px;
    width: 388px;
}




.search-box {
    border-style: solid;
    border-width: 1px;
    height: 38x;
    width: 343px;
    background: white;
}


.search-box:focus {
    border-color: black;
    box-shadow: none;
    outline: 0 none;
}

.search-go {
    background-color: Yellow;
    border-radius: 0;
    height: 38px;
    width: 38px;
    padding-top: 4px;
	border:1px solid black;
	font-weight:bold;
}
	
/*  End Search box */
.phone-number {
    padding-top: 0px;
}

/*CEA Putting space between the cart and number of items in cart*/
.cart-items {
    font-size: 14px;
    padding-left: 10px;
}

/* CEA move social link text */
.header-text-right{
	text-align:center;
	
}

#search-column{
	padding-top:40px;
	padding-right:10px;
}

#logo-wrap-width {
	width: 320px;
}

#header-right-padding {
	padding-left: 75px;
	padding-right:0px;
}

#direction-text-left{
	color: #333333;
    font-size: 16px;
    line-height: 1.8;
	margin-top:-15px;
	margin-left:30px;
}

@media all and (max-width: 805px) and (min-width: 290px) {
	.search-go {	
		height: 28px;
	}
	
	#search-column{
		padding-top:0px;
		padding-right:10px;
		
	}
	
	.search-wrapper {
		height: 28px;
		width: 250px;
		margin-left:25px;
	}
	.search-box{
		height: 28px;
		width: 212px;
	}

}

/* CEA Added for Check stock link on product page */
.CheckStock > a {
    color: Red;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}

/* CEA Added Caps Ship Free Link in Left Nav */
.freeship {
    color: red;
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline;
	text-align: center;
}

.freeship a {
    color: red;
}

.freeshiptext {
    font-size: 12px;
    font-weight: bold;
}

/*CEA Grid item inner */

.grid-item-inner1 {
	height: 282px;
	border-style: dashed;
	border-width: 2px;
}

@media all and (max-width: 520px) and (min-width: 290px) {
.Promo.container1 {
    font-size: 10pt;
    line-height: 30px;
    height: 60px;
}
}

.Promo.container1 {
    background: red none repeat scroll 0 0;
    font-family: Arial;
    font-size: 25pt;
    height: 42px;
    line-height: 45px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}
	
.Promo.container1 a {
    color: yellow;
}