.mobile { display: none; }
#menu:not( .mm-menu ) { display: none; }
body {
    background: #f0f0f0;
    background: #20283f url("https://s3.amazonaws.com/cdn.legalseafoods.com/images/BG-New.jpg") no-repeat;
    color: #00274C;
    font: 14px 'Kameron', serif;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.popup { background: #fff; padding: 20px 40px; }

select, input, textarea { color: #00274C; }
.form-control,
button,
html input[type=button],
input[type=reset],
input[type=submit]{
    border-radius: 0;
}
.hiddenlabel{
	position: absolute;
    top: auto;
    left: -10000px;   
}

.form-control:focus,
button:focus,
html input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=text]:focus,
a.btn:focus{
    border:3px solid #e12f29;
}
.btn-primary, .addtocart_button{
    /*background: #4C8BBF;
    border-color: #4C8BBF;*/
    background: #004A90;
    border-color: #004A90;
  	font-family: "Kameron", serif;
    font-size: 18px;
    text-transform: uppercase;
    /*width: 157px;*/
}
.btn-default { font-size: 18px; }

h1 {
    color: #00274C;
    font-size: 30px;
    font-family: "Great vibes", cursive;
    font-weight: bold;
    margin: 10px 0 0;
    padding-bottom: 10px;
}

#recipe_view h2 {
    color: #00274C;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    padding-bottom: 5px;
}
.recipeinfo img {float:right;max-width:50%;margin:0 0 15px 20px}
#recipes .page-header a {text-decoration:underline}

b, strong{color: #00274C;}
a {  color:#00274C; text-decoration: none; }
a:hover { color: #00274C; text-decoration: none; }
a2 { color: #00274C; text-decoration: none; }
a2:hover { color: #00274C; text-decoration: none; }

a:focus {
    outline: 3px solid #e12f29;
  	display: inline-block;
}
p a:focus, p a:hover, p a:active { display: inline-block; }

ul,ol{/*list-style: none;*/
	list-style-position: inside;
}
ul.display, #new_products ul, #featured_products ul, #featured_categories ul, 
#suggested_products ul, #related_products ul, 
#you_may_also_like ul, .messages ul, .member-links ul, 
#shop_by_price ul, #category_filter ul, #recently_viewed ul,
#other_items_you_may_like ul  {
    list-style-type: none; list-style: none;
}
li { margin-left: 0px; padding-bottom: 0px; }
.container { 
    background:#fff;  
    /*box-shadow: 0px 15px 25px rgba(0,0,0,.5);*/ 
}
.grid li .qty-label, .grid li div.child, .grid li div.status, .grid li input.qty { display: none; }
p { padding-bottom: 0px; line-height: 18px;}
.messages { padding: 15px; }

#content {
    margin: 20px 0;
}

/*page Top SECTION*/
div#top-container {
    background: none !important;
    max-height: 141px;
}
.top-left {
    padding: 40px 0;
    font-family: "Great vibes", cursive;
    font-size: 36px;
    color: #fff;
}
.top-left img{
    position: relative;
    top: -5px;
}
.top-left a, .top-left a:hover{
    color:#fff;
    text-decoration: none;
	display: inline-block;
}

.top-right {
    text-align: right;
    color: #fff;
    font-family: "Kameron", serif;
}
.top-right-upper {
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 15px;
}
.top-right-lower{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
.top-right-lower a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.75px;
}
.top-right-lower a:focus, .top-right-lower a:hover, .top-right-lower a:active { display: inline-block; }
section#cartitems {
    float: left;
    width: 77%;
    margin-top: -7px;
    font-size: 16px;
}
section#cartitems a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}
section#cartitems a:hover, section#cartitems a:focus, section#cartitems a:active { display: inline-block; }
section#cartitems img{
    position: relative;
    top: -10px;
}
#minicart {
    float: right;
    margin: 0;
   border-bottom: 0;
    font-weight: bold;
}
#cartitems img {
    display: inline;
    vertical-align: middle;
}
#minicart a#vcart, #minicart img {
    text-decoration: none;
    color: #145b76;
    margin: 0 8px;
}

/* MINICART */
#minicart_overlay_box { 
    left: 0; margin-left:auto; margin-right: auto;
     position:fixed; right:0; top:20px;
      z-index:99999;
       width:500px;
}
#minicart_overlay { 
    background-color: #fff; 
    border: 2px solid #145b76; 
    border-radius: 10px 10px 10px 10px;
     box-shadow: 0 0 20px #000000; 
     margin: 0 auto; padding: 10px 0px;
      width: 450px; overflow: hidden; 
      font-family: "Kameron",serif;
}
#minicart_overlay .pull-right.minicart_exit { 
    margin-right: 15px; }
    div#minicart_products {
    display: block;
    float: left;
    width: 100%;
    overflow-y: scroll;
}
#minicart_overlay #minicart_products div.minicart_product {
 padding: 15px; clear: both; background: #eee; overflow: hidden;color: #00274c;
}
.minicart_product img { float: left; width: 25%; }
.minicart_product .overlay_info { float: left; width: 70%; margin-left: 5%; margin-bottom: 10px; }
/*.minicart_product:nth-of-type(3) { display: none; }*/
.minicart_product .overlay_info .sku { color: #666; }

#minicart_overlay .minicart_total {
 clear:both; padding: 15px 15px 15px 0px; text-align:right ;
color: #00274C;
}
#minicart_overlay .productname {
 color: #00274C; 
 font-family: "Great vibes", cursive;
 font-size: 22px; 
 font-weight: bold; margin: 3px 10px 18px;
  text-transform: capitalize; text-align: left;
   }

#minicart_overlay #you_may_also_like { clear: both; }
#minicart_overlay #you_may_also_like h3 { text-align: center; }
#minicart_overlay #you_may_also_like ul { margin: 0; }
#minicart_overlay #you_may_also_like li { width: 33%; }
#minicart_overlay #you_may_also_like .thumb-product .info .name { height: 70px; overflow: hidden; }
#minicart_overlay #you_may_also_like .thumb-product .info .name a { font-size: 20px; }


#btnExit, #btnContShop, #btnEditCart {
    font-family: "Kameron", serif !important;
    color: #00274c;
    font-size: 14px;
    background-color: #21273f;
    border: 0;
    border-radius: 0;
    color: #fff;
}
#btnExit:hover,
#btnContShop:hover,
#btnEditCart:hover\ {
    background: #4c86b7;
}
#btnViewCart {
    font-family: "Kameron", serif;
    color: #fff;
    font-size: 14px;
    background-color: #286090;
    border: 0;
    border-radius: 0;
}
#btnViewCart:hover{
    background: #4c86b7;
    color: #fff;
}

.top-right-contact {
    float: left;
    width: 22%;
}
.top-right-contact a{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.75px;
    text-transform: uppercase;

}
.top-right-contact a:hover, .top-right-contact a:focus, .top-right-contact a:active { display: inline-block; }
#top_banner {
  	font-size: 16px;
    font-weight: bold !important;
    height: auto;
    background: #e12f29;
    color: #fff;
    text-align: center;
    padding: 5px;
    top: 0;
    z-index: 999;
    width: 100%;
}
#top_banner a { color: #fff; }
#top_banner a:hover { text-decoration: underline; }

/* HEADER STYLING */

header#header {
    max-height: 145px;
}

#container #header .header-left {
    padding-top: 25px;
}

.pickupheader {
    display: block;
    margin: 0 auto;
    width: 50%;
    border: 0px solid red;
}
a.pickuplink{
    display: block;float: left; width: 100%;
}
a.pickuplink img {
    display: block;
    float: left;
    width: 27%;
}
a.pickuplink span {
    font-weight: normal;
    font-style: italic;
    position: relative;
    top: 12px;
    left: 8px;
}
a.pickuplink span b{
    color: #e84c3d;
    font-style: normal;
    text-transform: uppercase;
}


#container #header .header-left p{
    font-family: "Great vibes", cursive;
    color: #004A90;
    font-size: 30px;
}
.header-logo {
    max-height: 135px;
}

#container #header figure {
    position: relative;
    top: -86px;
    left: -30px;
}
#container #header figure img{
    width: 100%;
    height: auto;
}

#header-social a {
    float: left;
    width: 24%;
    margin: 0;
    padding: 0;
}
#header-social a img{
    width: 95%;
    height: auto;
}

#container #header .header-social-phone{
    padding-top: 20px;
    padding-bottom: 20px;
}
div#header-phone{
    padding-top: 10px;
}
div#header-phone a{
    font-size: 19px;
    /*color: #E12F29;*/
    color: #971a16;
    position: relative;
    left: -10px;
}

/* MAIN NAVIGATION STYLING STARTS */
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
#header-main-nav .navbar-nav {
    margin-bottom: 0px;
    padding:0;
}
#header-main-nav .navbar-nav>.open>a, #header-main-nav .navbar-nav>.open>a:focus,  #header-main-nav .navbar-nav>.open>a:hover {
    /*background: #4C8BBF;*/
    background: #004A90;
    color: #00274C;
    color: #fff;
    text-decoration: none;
  	outline: 3px solid #e12f29;
}
#header-main-nav .navbar-nav>li>a:focus, #header-main-nav .navbar-nav>li>a:hover {
    /*background: #4C8BBF;*/
    background: #004A90;
    color: #fff;
    text-decoration: none;
  	outline: 3px solid #e12f29;
}
#header-main-nav .navbar-nav>li>a{
    white-space: nowrap;
    font-family:"Kameron", serif;
    font-size: 19px;
    padding-left: 19px;
    padding-right: 19px;
    color:#00274C;
    font-weight: bold;
}
.navbar-nav>li>ul.dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: -5px;
    /*background: #4C8BBF none repeat scroll 0 0;*/
    background: #004A90 none repeat scroll 0 0;
}

.dropdown-menu > li > a {
    color: #fff;
    font-size: 14px;
    font-family: "Kameron", serif;
    line-height: 24px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: #00274C none repeat scroll 0 0;
    color: #fff;
}
.menu-icon img { margin-top: 8px; }
.navbar button {float: left;}
nav.nav-icons {margin-top: 8px;}
.sm-nav {border: none;}
.navbar-collapse {border-bottom: 1px solid #ccc; margin-bottom: 20px;}

.wtg-wrapper {
    display: none;
    position: absolute;
    top: 28px;
    z-index: 20001;
    background: #f5f6ee;
    /*width: 295px;*/
    width: 24.5%;
    padding: 15px;
    border: 1px dotted #d1d3b1;
    margin-left: 20px;
}
#wtg_dropdown input[type=text]{ 
    width: 81%;
}
#wtg_dropdown input[type=submit] {
    background: #00274C;
    border: 0;
    box-shadow: none;
    color: #fff;
    font-family: "kameron",serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 2px 8px;
}

/* MAIN NAVIGATION STYLING ENDS */


/*div#header-main-nav {
    margin: 10px 0 1px 0;
}

div#header-main-nav ul {
    display: inline-block;
    float: left;
    width: 100%;
    list-style: none;
}
div#header-main-nav ul li{
    display: inline-block;
    width: auto;
}
div#header-main-nav ul li a{
    font-family: "Kameron", serif;
    font-size: 21px;
    color: #00274C;
    text-decoration: none;
    font-weight: 700;
    padding: 5px 18px 5px 18px;
    -webkit-font-smoothing:antialiased;
}
div#header-main-nav ul li.open a{
    background-color: #4C8BBF;
}
div#header-main-nav ul li a:hover,
div#header-main-nav ul li.dropdown a:hover{
    text-decoration: underline;
    background: #4C8BBF;
    background-color: #4C8BBF;
}

div#header-main-nav ul li > ul.dropdown-menu{
    display: none;
    background: none;
    border: 0px solid red;
    background:#4C8BBF;
    list-style: none;
    border-radius: 0;
    width: auto;
    margin:0;
    padding: 0;
}
div#header-main-nav ul li > ul.dropdown-menu li{
    display: inline-block;
    width: 100%;
}
div#header-main-nav ul li > ul.dropdown-menu li a{
    font-family: "Kameron" ,serif;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: normal;
}
*/

div#header-sub-nav {
    margin: 1px 0 10px 0;
}

div#header-sub-nav ul{
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
div#header-sub-nav ul li{
    display: inline-block;
    width: auto;
}
div#header-sub-nav ul li a{
    /*color: #4C8BBF;*/
    color: #004A90;
    font-family: "Kameron", serif;
    font-size: 19px;
    padding: 5px 11px 5px 21px;
}
div#header-sub-nav ul li a:hover{
    text-decoration: underline;
}
#header-placeholder{
    background: #01274c;
    text-align: center;
}
#header-placeholder h1 {
    margin: 0 !important;
    padding: 5px 0 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Kameran", serif;
    letter-spacing: 0.75px;
}

#mobile-search {display: none;}
.mobile-logo { }
.nav-icons img.mobile-search {margin-left: 10px;}
input.search-image { position: absolute; right: 5px; top: 6px; background: #fff; }
#search form {position: relative;  margin: 10px 0px;}
.mobile-header {  }
.navbar-collapse {background-color: #fff; overflow: hidden;}

/* HEADER STYLING ENDS */

/* INDEX PAGE */
/* CAROUSEL STYLING START */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-inner img {
    width: 100%;
}
.slider-content {
    position: absolute;
    top: 25%;
    width: 75%;
    margin: 0 12.5% 0 12.5%;
    text-align: center;
    z-index: 2000;
}
.slider-content p{
    font-family: "Great vibes", cursive;
    font-size: 60px;
    color: #03294C;
    font-weight: bold;
}
.slider-content p a{
    /*color: #E12F29;*/
    color: #971a16;
    text-decoration: none;
}
.slider-content p a:hover{
    text-decoration: none;
}



#index .carousel-indicators {
    left: 75%;
    top: 95%;
    list-style: outside none none;
    padding-left: 0;
    position: absolute;
    text-align: right;
    width: 20%;
    z-index: 15;
    bottom:0px;
    margin-left:0px;
    color:#000;
}
#index .carousel-indicators span{
    display: block;
    float: left;
    height: 16px;
    width:16px;
    padding-right: 4px !important;
}
#index .carousel-indicators li{
    border:1px solid #fff;
    font-size:0px;
    color: transparent;
    border-radius:16px;
    background-color: #fff;
    height: 16px;
    margin: 0;
    width: 16px;
    padding-bottom: 0px;
}
#index .carousel-indicators li.active{background-color:#4FA1C3;color:#000;}
#index .carousel-indicators li.active span{font-weight:bold;}
.carousel_rt{
    float: right;
}

#index #carouselButtons{
    left: 10%;
    top: 95%;
    list-style: outside none none;
    padding-left: 0;
    position: absolute;
    text-align: left;
    width: auto;
    z-index: 15;
    bottom:0px;
    margin-left:0px;
    color:#000;
}
#carouselButtons button:focus{border:3px solid #1E293F;}

/* CAROUSEL CSS ENDS */
#index #welcome{
    padding-bottom:10px;
    margin: 20px 0;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
}

#welcome h4 {
    margin: 0px 0px 13px 0px;
    font-family: 'Droid Serif', serif;
    color: #145b76;
    font-style: italic;
    font-weight: normal;
    font-size: 19px;
}
#welcome p {
    font-size: 16px;
    line-height: 20px;
    color:#00274C;
}

.no-webp .section-separator{
    background: url("https://s3.amazonaws.com/cdn.legalseafoods.com/images/separator.png") no-repeat;
}
.webp .section-separator{
    background: url("https://s3.amazonaws.com/cdn.legalseafoods.com/images/separator.webp") no-repeat;
}
.section-separator{
    background-position: top;
    min-height: 70px;
    float: left;
    width: 100%;
}
.section-separator-title h2, .section-separator-title h3, .section-separator-title h4 {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 60px;
    font-family: "Great vibes", cursive;
    font-size: 30px;
    color: #00274C;
    font-weight: bold;
}
.section-separator-title #heading{
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 60px;
    font-family: "Great vibes", cursive;
    font-size: 30px;
    color: #00274C;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* CATCH OF THE DAY */
div#catchoftheday {
    float: left;
    width: 100%;
    margin: 35px 0;
}
.cod-wrapper {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.cod-wrapper img{
    width: 100%;
    height: auto;
}
.cod-wrapper p{
    font-family: "Kameron", serif;
    font-size: 16px;
    line-height: 20px;
    color: #00274C;
}
.cod-wrapper p.title{
    font-family: "Great vibes", cursive;
    font-size: 30px;
    margin: 20px 0 !important;
    font-weight: bold;
    color: #00274C;
}

/*CUSTOMERS FAVORITE */
section#customer_favorites,
section#featured_categories {
    float: left;
    width: 100%;
    margin: 20px 0;
}

section#customer_favorites > header,
section#featured_categories > header{
    display: none;
}
section#customer_favorites ul,
#nosearch ul{
    display: inline-block;
    list-style: none;
}

#nosearch ul li{
    list-style: none;
}
/*#best_sellers header{
    display: none;
}*/
.thumb-product{
    width: 100%;
    height: auto;
}
.thumb-product .image { margin-bottom: 5px; }
.thumb-product img{
    width: 100%;
    height: auto;
    /*margin-bottom: 5px;*/
}
.thumb-product .info .name, .thumb-product .info .name a{
    font-family: "Great vibes", cursive;
    font-size: 30px;
    color: #00274C;
    font-weight: bold;
}
#product .thumb-product .info .name { height: 40px; overflow: hidden; }
#other_items_you_may_like h2, #other_items_you_may_like h3, #other_items_you_may_like h4 { font-size: 30px; }
#other_items_you_may_like .thumb-product .info .name a{
    font-size: 20px;
}
#other_items_you_may_like .thumb-product .info .name a:focus, #other_items_you_may_like .thumb-product .info .name a:hover, #other_items_you_may_like .thumb-product .info .name a:active { display: inline; }

#other_items_you_may_like a.buybtn,
#other_items_you_may_like a.viewbtn {
    color: #fff;
    background: #00274C;
    border-color: #00274C;
    padding: 10px 12px;
    font-size: 14px;
    text-transform: uppercase;
}
#other_items_you_may_like a.buybtn:hover,
#other_items_you_may_like a.buybtn:focus,
#other_items_you_may_like a.viewbtn:hover,
#other_items_you_may_like a.viewbtn:focus{
    background-color: #286090;
    border-color: #204d74;
  	display: inline; /* added inline to fix focus bounce */
}

.thumb-product .info .description,
.thumb-product .info .description p{
    font-family: "Kameron", serif;
    font-size: 16px;
    color:#00274C;

}
section#customer_favorites .thumb-product .info .price{
    display: none;
} 


/*--featured product css start--*/
/*#featured_products,
#featured_categories,
#new_products,
#related_products,
#suggested_products{
    border: 1px solid #ccc;
    clear: both;
    margin-bottom: 20px;
    width: 100%;
}
#featured_products header,
#featured_categories header,
#new_products header,
#related_products header,
#suggested_products header{
    background-color: #58abcb;
    height: 45px;
}

#featured_products header h4,
#featured_categories header h4,
#new_products header h4,
#related_products header h4,
#suggested_products header h4{
    color: #fff;
    font-family: "Droid Serif",serif;
    font-size: 16px;
    margin: 12px 0 0 20px;
    text-transform: uppercase;
}
#cap {
    float: left;
    width: auto;
}
#seemore {
    background-color: #145b76;
    color: #fff;
    float: right;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    padding: 14px;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}
#seemore a {
    color: #fff;
    text-decoration: none;
}
.thumb-product{
    height: 210px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.thumb-product img{
    width:100%;
    max-height: 150px;
    max-width: 150px;
}
.red, .req, .sale-price {
    color: #c00;
}

#featured_products ul li .info a,
#featured_categories ul li .info a,
#new_products ul li .info a,
#related_products ul li .info a,
#suggested_products ul li .info a{
    color: #145b76;
    text-decoration: none;
}
#featured_products ul li .name,
#featured_categories ul li .name,
#new_products ul li .name,
#related_products ul li .name,
#suggested_products ul li .name{
    margin: 10px 0px 5px 0px;
}*/

 
#global_filter h2 {
        background-color: #145b76;
        border-color: #337ab7;
        color:#FFF;
        padding:10px 0px 10px 10px;
}

#newsletter h2, #newsletter1 h6{
    /*color: #4C8BBF;*/
    color: #b8b8b8;
    font-family: "Kameron", serif;
    font-size: 18px;
}

#newsletter1 #heading {
    color: #b8b8b8;
    font-family: "Kameron", serif;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

#newsletter input[type=email],
#newsletter1 input[type=email]{
    font-size:15px;
}

#horizontal #search {
    /*margin: 10px 0px;*/
    /*width: 250px;*/
    overflow: visible;
    /*border: 1px solid #ccc;*/
    padding: 0px;
}
#horizontal #search input[type=text] {
    /*width: 195px;*/
    /*border: 0;*/
    color: #c8bdb9;
    /*padding: 6px 10px;*/
}

#horizontal ul.wtg-wrapper { padding: 10px !important; width: 255px !important; }
#horizontal ul.wtg-wrapper input.inputBox { width: 187px; float: left; }
#horizontal ul.wtg-wrapper input.button { float: left; padding: 6px 7px 5px; margin-left: 5px; }

input{
    vertical-align:middle;
}
.promo-banner {
    background: #03c781 none repeat scroll 0 0;
    color: #272727;
    font-size: 15px;
    padding: 10px;
    text-align: center;
}
.promo-banner a {
    color: #000;
    text-decoration:underline;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #145b76;
    border-color: #337ab7;
}
.hed_font{
    margin-top: 0px;
    font-size: 14px;
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: transparent;
    border-bottom: 1px dotted #ccc !important;
    border: 0px;
}
.border-btm0{
    border-bottom:0px !important;
}



/* NEWSLETTER SECTION STYLING STARTS */
#newsletter-block {
    width: 100%;
    margin: 10px 0px;
    overflow: visible;
    height: 65px;
    background: #272727;
}
#newsletter-block div.column1 {
    color: #fff;
    font-family: 'Droid Serif', serif;
    padding-top: 12px;
}
#newsletter-block div:first-child {
    border-left: 0;
}
#newsletter-block div {
    padding: 0px 10px;
    margin-top: 10px;
    /* width: 30%; */
    display: inline-block;
    vertical-align: top;
    min-height: 33px;
    border-left: 1px solid #888;
}
#newsletter-block div.column1 #nwsl {
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    margin: 0px 12px;
}
#newsletter-block div.column1 #nwsl a {
    text-decoration: none;
    color: #58abcb;
    cursor: pointer;
}
#newsletter-block div.column3 #shr {
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    color: #fff;
    padding: 0 15px 0 20px;
}
#newsletter-block div.column3 #shrlnk {
    margin-top: -3px;
    padding: 0;
    border: 0;
    width: 30px;
}
.newsletter-form label {
     /*visibility: hidden; */
    float: left;
    position: relative;
    padding: 10px;
}
/* NEWSLETTER SECTION STYLING ENDS */
/********** Newsletter popup *********************/
#npfade {
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
    overflow: visible;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 8001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: black;*/
    background: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none; 
}

#popcontainer { background-color: #ffffff; border: 5px solid #145b76; display: none; left: 35%; margin: 0 auto; position: fixed; top: 150px; width: 30%; z-index: 8008 !important; }
#popcontainer div#close { background: url("https://s3.amazonaws.com/cdn.legalseafoods.com/images/close_button.png") no-repeat scroll right top rgba(0, 0, 0, 0); color: #666666; height: 35px; position: absolute; width: 41px; margin-left: -20px;  top: -20px; }
#popcontainer > div#form_part { padding: 10px 10px 30px; text-align: center; margin: 20px; border: 1px solid #145b76; }
#popcontainer h4 { font-size: 30px; }
#popcontainer h5 { font-size: 24px; }


/********** Newsletter popup ends *********************/

#category_menu h2,
#category_filter h2,
#global_filter h2,
#shop_by_price h2,
#minicart h2,
#left_column #recently_viewed h2{font-size:14px;background-color: #145b76;border-color: #337ab7;color: #fff;padding: 10px 0 10px 10px;text-transform: uppercase;}
#left_column #recently_viewed ul li{padding:0px;margin:0px; }

#recently_viewed li{margin-bottom: 25px;}

#left_column #recently_viewed .thumb-product{text-align:center; height: 80px; overflow: hidden;margin: 0px;width: auto;}
#left_column #recently_viewed .thumb-product .image {
    width: 75px; 
    float: left;
}
#left_column #recently_viewed .thumb-product .info{
    float: left;
    padding: 20px;
    text-align: left;
    width: 60%;
    max-width:180px;
}
#recently_viewed .thumb-product .name{
    display: block;padding: 0 0 0; margin-top: -5px;
}

/**CATEGORY MENU STYLING**/
#category_menu ul{
    list-style:none;
    /*background-color: #f0f0f0;*/
}
#category_menu ul li{
    /*border-bottom: 1px dotted #ccc !important;border-image: none;*/
    padding: 10px 15px;
    margin: 0 5px;
    padding: 10px 5px;
}
#category_menu ul li a {
    display: block;
    margin-bottom: -1px; 
    font-size: 16px;
    position: relative;
    color: #00274C;
}
#category_menu li.active, #category_menu li.category_top_active {
    font-weight: bold;
}
#category_menu ul li ul li {
    padding-left: 10px;
}
/**CATEGORY MENU STYLING ENDS**/

.thumbnail img {
    width: 100%;
}

.thumbnail {
    padding: 0;
}


/* NAV MENU */
#horizontal #nav-menu-container ul li{margin-left: 0px;padding-bottom: 0px;}
.row.nav-wdmanage{
    margin-right: 0px;
    margin-left: 0px;
}

/** Error Messages **/
div.errors {
    background-color: #fff2f2;
    border: 1px solid #c00;
    margin: 0 0 10px 10px;
    padding: 5px 10px;
}
div.errors h2 { font-size: 16px; font-style: italic; }
div.errors p em, .error {
    color: #c00;
    font-style: normal;
    font-weight: bold;
}


/* BREADCRUMB STYLING START */
#breadcrumb {
    color: #145b76;
    font-size: 12px;
    padding: 10px 10px 10px 0;
    text-transform: capitalize;
}
#breadcrumb .separator {
    padding: 0 5px;
}
#breadcrumb a:focus, #breadcrumb a:active {display: inline-block; }
/* BREADCRUMB STYLING END */
/* CATEGORY PAGE STYLING STARTS HERE */
#category_options li#sort { float: left; }
#category_options li#prev-next { float: right; margin: 0px; text-align: right; }
#prev-next2 { color:#145b76; clear: both; text-align: right; border-top: 1px solid #ccc; margin: 10px 0px 0px 0px; padding: 10px 0px; border:none; }
#prev-next2 span { color:#145b76; text-transform: uppercase; }
#prev-next2 .pagenumber a, #prev-next2 a { color:#58abcb; text-transform: uppercase; }
#prev-next2 .pagenumber a:hover, #prev-next2 a:hover { text-decoration:none; }


#category_options {
    display: none;
    background: #58abcb none repeat scroll 0 0;
    color: #fcffff;
    font-weight: normal;
    padding: 10px;
}
#category_options ul{margin:0px;}

#category .info h2, 
#prod_detail_list .info h2{
    color:#004A90;
    font-family: "Kameron", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin: 5px 0 10px;
    overflow:hidden;
}
#category .info a h2:focus, 
#prod_detail_list .info a h2:focus{
    outline: 3px solid red;
}

#category .info #heading {
    color:#004A90;
    font-family: "Kameron", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin: 5px 0 10px;
    overflow:hidden;
}
#category .info a #heading:focus {
    outline: 3px solid red;
}
#category .cat-desc a:focus, #category .cat-desc a:active { display: inline-block; }
#category .cat-desc a {color:#00274C; text-decoration: underline !important; }

#category .info .order .price,
#prod_detail_list .info .order .price,
#category .info .order .price span,
#prod_detail_list .info .order .price span{
    color: #00274C;
    font-family: "Kameron", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;    
    font-weight: bold;
}
.grid li .image, .grid li .info, .grid li .content, .grid li .order {
    text-align: center;
}

/* CATEGORY PAGES */
#cat h1 {
    color: #00274C;
    font-size: 30px;
    font-family: "Great vibes", cursive;
    font-weight: bold;
    margin: 10px 0 0;
    padding-bottom: 10px;
}

#cat .display, .cat-thumbs {
overflow: hidden; 
}
#cat .category-product-list input[type=button]{
    display: none;
}
.cat-thumbs li {
    border: 0 solid #ccc;
    display: inline-block;
    /*margin: 10px 10px 10px 0;*/
    vertical-align: top;
    /*float: left;
    width: 32%;
    margin-right: 1%;*/
    min-height: 300px;
}
.cat-thumbs li .info {
    font-size: 12px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    /*width: 210px;*/
}
.cat-thumbs li img{
    width: 100%;
    height: auto;
}
#category .product .image img, #prod_detail_list .product .image img {
    width:100%;
    max-width:100%;
    max-height:100%;
}
#category .product .image a:focus, #prod_detail_list .product .image a:focus { outline: 3px solid #e12f29; display: block;}
#category ul.display li, #prod_detail_list ul.display li  {
    margin-bottom: 65px;
/*    overflow: hidden; */
   overflow: initial;
    max-height: 276px;
}
#category ul.display.list li, 
#prod_detail_list ul.display.list li { height: 165px; border-bottom: 1px solid #ccc;}

/*CATEGORY PAGE LEFT COLUMN */
#category-left-column #recently_viewed ul li .info,
#recently_viewed ul li .info
{
/*    display: none;
*/
}
#category-left-column #recently_viewed ul li .info .name a,
#recently_viewed ul li .info .name a{
    font-size: 20px;

}

#promo-box h4,
#recently_viewed header h4{
    /*color: #75A6CE;*/
    color: #004A90;
    font-family: "Kameron", serif;
    font-size: 20px;
    text-transform: uppercase;
}

/*
#category .product .info, #prod_detail_list .product .info {
    height: 122px;
    overflow: hidden;
} */
.grid li .sku, .grid li p, .grid li .price, .grid li .rev-stars, .grid li .qanda {
    margin: 0 0 10px;
}
#category #sort label, #prod_detail_list #sort label { text-transform: uppercase; }
#category .display.list li .image , #prod_detail_list .display.list li .image {float: left; margin-right: 15px;}
#category .display.list li .info, #prod_detail_list .display.list li .info {float: left;}


#promo-box {
    display: block;
    float: right;
    margin: 10px 0;
    padding:5px;
border:none !important;
}
#promo-box ul{
    list-style: none;
}
#promo-box input[type="text"] {
    float:right;
    text-align:right !important;
    width:125px !important;
    margin:10px 5px 5px 10px;
    display:inline-block;
    background:#f7f7f7
	height: 40px;
}
#promo-box input[type="submit"] {
    float:right;
    margin:10px 5px 5px 5px;
    width:auto !important;
    display:inline-block
}
#freeprod {
    text-align:right;
    float:right;
}
#promo-box .alert {
    clear:both;
    float:right;
    display:block !important
}
/*
div#promo-box {
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 0;
}
#promo-box ul{
    list-style: none;
}
.promo-box-wrapper{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.promo-box-wrapper img{
    width: 100%;
    height: auto;
}
*/

/* CATEGORY PAGE STYLING ENDS HERE */

/*** MODAL STYLING AFTER ADA WORK ***/
.modal-body {     
  	color: #00274C;
    font: 14px 'Kameron', serif;
}
button.close {  }


/* PRODUCT PAGE STYLING START */
#ship-info .modal-dialog{
    overflow-y: initial !important
}

#ship-info .modal-content {padding: 10px; border:1px solid #000; height: 100%; max-height: 750px; overflow-y: auto !important;}

#ship-info #Shipping-Policies table td { white-space: nowrap; width: 20%; font-size: 16px; color: #004A90; font-family: Kameron, serif;}
#ship-info #Shipping-Policies th { line-height: 1em; color: #004A90; font-size: 16px; font-family: Kameron, serif;}
#ship-info #Shipping-Policies th small { font-weight: normal; }
#ship-info #Shipping-Policies h2 {
    color: #00274C;
    font-size: 30px;
    font-family: "Great vibes", cursive;
    font-weight: bold;
    margin: 10px 0 0;
    padding-bottom: 10px;
    line-height: 1.1;
}
#ship-info #Shipping-Policies h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Kameron, serif;
    font-weight: 500;
    line-height: 1.1;
    color: #4c8bbf;
}
#ship-info #Shipping-Policies p { font-size: 16px; color: #4c8bbf; font-family: Kameron, serif;}


div .additional-prod {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    display: block;
    float: left;
    margin: 10px 0;
    overflow: visible;
    padding: 0 0 10px;
}

#product_tabs {
    clear: both;
    display: block;
    float: left;
    margin: 20px 0;
    overflow: auto;
    width: 100%;
}

#tab-row .active {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #ffffff;
}

#tab-row li {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #145b76;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Droid Serif",serif;
    font-size: 16px;
    margin: 0 1px;
    padding: 15px 30px;
    position: relative;
    top: 1px;
}
#tab_contents {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    clear: both;
    margin-left: 1px;
    padding: 30px 20px;
    font-family: 'Kameron', serif;
    font-size: 14px;
    color: #00274c;
    line-height: 20px;
}
#tab_contents li {
    list-style-position: initial;
    margin-left: 20px;
}

.alternate_images {
    float: left;
    width: 100%;
}

.alternate_images img {
    border: 1px solid #ccc;
    cursor: pointer;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.more-images { padding: 0; margin-top: 15px; /*margin-left: -15px;*/ }
.moreimages {
    width: 100%;
}
/*.moreimages div {
    display: block;
    float: left;
    width: 20%;
}*/
.moreimages img { border: 1px solid #ccc; cursor: pointer; margin-bottom: 10px; }
div#social {
    display: block;
    float: right;
    margin-right: 15px;
    position: relative;
    top: -15px;
    width: 120px;
    text-align: right;
}

html input.dynamic_qty, html input.dynamic_qty:hover, html input.dynamic_qty:focus, input[readonly] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    filter: none;
    font-weight: bold;
    padding: 0;
    vertical-align: baseline;
    width: auto;
    color: #00274C;
}
.rev-stars a {
    /*color: #E12F29;*/
    color: #971a16;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    font-weight:bold;
    text-transform: uppercase;
    font-family: "Kameron", serif;
}
.rev-stars .fa { color: #C8A776; }
.rev-stars a:focus, .rev-stars a:hover, .rev-stars a:active {display: inline-block; }
#product .product .sku, #product_builder .product .sku {
    /*color: #4C8BBF;*/
    color: #004A90;
    display: none;
}
#product .content h1, #product_builder .content h1 {
    color: #00274C;
    font-size: 30px;
    font-family: "Great vibes", cursive;
    font-weight: bold;
    margin: 15px 0;
    text-transform: none;
}
#product .content h1 span.desc-header, 
#product_builder .content h1 span.desc-header{
    font-size: 24px;
}
#product .content a {color:#00274C; text-decoration: underline !important; }
#product .content a:focus {
    outline: 3px solid #e12f29;
  	display: inline-block;
}
#suggested_products .product .image img{width:100%;}

#product .mapping {
    background: #f0f0f0 none repeat scroll 0 0;
    overflow: hidden;
    padding: 0px 0px 10px 0px;
}
#product .recipent_mapping_shipto, #product_builder .recipent_mapping_shipto {
    color: #232323;
    font-family: "Droid Serif",serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-transform:uppercase;
    line-height: 30px;
    font-weight: normal;
}
#product .mapping .new_recipient_mapping, #product_builder .mapping .new_recipient_mapping {
    color: #232323;
    float: left;
    font-size: 12px;
    line-height: 30px;
    font-weight: normal;
}
.child-wrapper ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0 0 10px;
}
.child-wrapper li {
    margin: 0px;
    padding: 10px 0px 0px 0;
    vertical-align: middle;
}
.child-wrapper li del{display:block;}

#product .qty, #product_builder .qty {width:55px;}

#product .mapping > div,
#product_builder .mapping > div,
#product #additional .child-one-btn, 
#product_builder #additional .child-one-btn {margin-top:10px;}
#product .child-one-btn .addtocart_button, #product_builder .child-one-btn .addtocart_button {
    float: right;margin-top: 5px;}
#product .mapping,
#product_builder .mapping,
#product .order, 
#product_builder .order {
    clear: both;
    margin-bottom:10px;
}
#product .mapping,
#product_builder .mapping{
     display: none;
}
#product .qty-line, #product_builder .qty-line {
height:34px;/*margin:10px 0px 0px 0px;*/}
#product .product .price input.dynamic_qty,
 #product_builder .product .price input.dynamic_qty,
 #product .product .child-price .sale-price,
  #product_builder .product .child-price .sale-price {
    font-family: "Lato",sans-serif;font-size: 18px;
}
.product input.dynamic_qty.sale_price {
    text-decoration: line-through;
    display: block;
}
#product .product .child-price .sale-price,
 #product_builder .product .child-price .sale-price {
    font-weight: bold;}
#product .qty-label, #product_builder .qty-label {
    display: block;line-height: 34px;/*padding-top: 5px*/;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
}
#product .product-description {
    float: left;
    width: 100%;
    margin: 15px 0;
    /*color: #4C8BBF;*/
    color:#004A90;
    font-size: 18px;
    line-height: 24px;
}
#product .product-description ul {
    float: left;
    width: 100%;
    list-style-position: inside;
}
#product .product-description li{
    margin-left: 25px;
}

#product .attributes{
    float: left;
    width: 100%;
    margin: 15px 0;
}
#product .shipping-estimator {
    float: left;
    font-size: 16px;
    /*color: #4c8bbf;*/
    color:#004A90;
    position: relative;
    top: 4px;
    cursor: pointer;
}

#product .qty-line > div, #product_builder .qty-line > div {padding-left: 0;}
#product .price, #product_builder .price {margin: 10px 0; color: #00274C; clear: both; float: left; }
#product #asku { font-size: 18px; line-height: 46px; }
#product .rev-stars, #product_builder .rev-stars {margin-top: 10px; overflow: hidden;}
#product .rev-stars .prod-rating, #product_builder .rev-stars .prod-rating {float: left; margin-right:10px;}
#product .rev-stars .review_links, #product_builder .rev-stars .review_links {/*margin-left: 10px;*/}
#create_review .review-error-msg {
	background-color: #fff2f2;
    border: 1px solid #c00;
    padding: 5px 10px;
    display: block;
  	color: #c00;
    font-style: normal;
    font-weight: bold;
}
#product .image .product_image, #product_builder .image .product_image {width:100%;}
#product .main-image {
    margin-left: -15px;
}
#product .order .child-one-btn, #product_builder .order .child-one-btn {margin: 10px 0;}
#product .attributes select, #product_builder .attributes select {
    margin: 5px 0;
    font-size: 14px;
    color:#004A90;
}
#product #suggested_products .image {min-height: 150px;}
#product .product .prod-form, #product_builder .product .prod-form {margin-top: 10px;}

#product .tab-content li,
#product_builder .tab-content li,
#product .product .content-only .content > li,
#product_builder .product .content-only .content > li {margin-left: 40px;padding-bottom: 0.85em;}

#image_overlay {display:none;height: 100%;left: 0;position: fixed;text-align: center;top: 0;width: 100%;z-index: 1000;}
#fade {background: black none repeat scroll 0 0;height: 100%;left: 0;opacity: 0.5;position: fixed;top: 0;width: 100%;}
#image_overlay img {border-radius: 10px;cursor: pointer;margin: 50px auto;position: relative;z-index: 1001;}
#image_overlay #close {cursor: pointer;margin-left: -20px;position: absolute;top: -20px;z-index: 1002;}

#product_qanda .container{box-shadow:none;}
#product_qanda textarea{width:100%}

#product_qanda #qa_box li.question {background: #fff none repeat scroll 0 0;border: 5px solid #bbb;font-size: 16px;margin: 2px;overflow: hidden;padding: 10px;}

#product_qanda #qa_box a {color: black;font-weight: bold;text-decoration: none;}

#reviews{
    /*color: #4C8BBF;*/
    color: #004A90;
}
#reviews div {
    margin: 5px 0px;
}
#reviews h2, #reviews h4 {
    font-size: 30px; 
    font-family: "Great vibes", cursive;
    color: #00274C;
    font-weight: bold;
}
#reviews a{
    text-transform: uppercase;
    /*color: #E12F29;*/
    color:#971a16;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Kameron", serif;
}
#reviews .rev-title {font-size: 16px; text-transform: none;}
#reviews .rev-info { font-size: 18px; /*float: left;*/ margin-right: 10px;}
#reviews .rev-stars {/*float: left;*/ margin-top: 5px;}
#reviews .rev-comments { clear: both; font-size: 16px;}
#reviews .content_box {
    font-style: italic;
    /*color: #145B76;*/
}
#reviews hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
/* PRODUCT PAGE STYLING END */

/*--featured product css end--*/
/*--tabs css start--*/
.tab_data_container {
    border: 1px solid #4C8BBF;
   /* border-top: 0 !important;*/
    margin-bottom: 10px;
    padding: 30px 20px;
    font-family: "Kameron", serif;
    font-size: 15px;
    line-height: 24px;
    /*color: #4c8bbf;*/
    color:#004A90;
}
.nav-tabs{border-bottom:0px;}

.nav-tabs.nav-justified>li{
    display: inline-block;
    float: left;
    /*width: 20%;*/
    width: auto;
}
.nav-tabs > li > a {
    /*border: 0px solid #4C8BBF;*/
    border:0px solid #004A90;

    border-radius:0px;
    /*color: #4C8BBF;*/
    color:#004A90;
    font-family: "Kameron",serif;
    font-size: 15px;
    padding: 10px 15px;
    background:#DCE9F3 none repeat scroll 0 0;
    text-transform: uppercase;
    width: 100%;
    /*margin-bottom: 2px !important;*/
    border-left: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
}
.nav-tabs.nav-justified>li>a{
    border-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{
    /*color:#4C8BBF;*/
    color:#004A90;
}

.nav-tabs.nav-justified>.active>a,
 .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover{
    /*border: 1px solid #4C8BBF;*/
    border: 1px solid #004A90;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .nav-tabs.nav-justified > li > a:hover{
    /*border:1px solid #4C8BBF;*/
   background: #DCE9F3 !important;
}
 .nav-tabs.nav-justified>.active>a:hover{
    background: #fff !important;

 }

#tellfriend form{max-width:700px;margin:0px auto;}
.btn-add,
.btn-wishlist,.btn-reorder{
    float: left;
    margin-right: 10px;
/*margin:5px;float:right;*/
}

#food-certificates h2 { font-size: 24px; }

/*** Custom Datepicker ***/
#datepicker-container { position: relative; }
#ui-datepicker-div:hover, #ui-datepicker-div:active, #ui-datepicker-div:focus, #ui-datepicker-div:focus-within { outline: 3px solid #e12f29 !important;} 
div.calendar {
    text-align: center;
    color: #FFF;
    background: #2E3135;
    padding: 0.5rem;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}
#ui-datepicker-div .ui-datepicker-days-cell-over .ui-state-default, #ui-datepicker-div .ui-datepicker-days-cell-over .ui-state-default:focus, #ui-datepicker-div .ui-state-default:hover, #ui-datepicker-div .ui-state-default:active, #ui-datepicker-div .ui-state-default:focus, #ui-datepicker-div .ui-state-default:focus-within { outline: 3px solid #e12f29 !important;}

/*CHECKOUT PAGES */
section#best_sellers ul {
    display: block;
    float: left;
    width: 100%;
    list-style: none;
}
section#best_sellers h4 { 
  color: #00274C;
    font-size: 30px;
    font-family: "Great vibes", cursive;
    font-weight: bold;
    margin: 10px 0 0;
    padding-bottom: 10px;
    text-align: center;
}
#viewcart #you_may_also_like .image { max-height: 200px; overflow: hidden; margin-bottom: 10px; }
#viewcart #you_may_also_like h2 { 
  color: #00274C;
    font-size: 30px;
    font-family: "Great vibes", cursive;
    font-weight: bold;
    margin: 10px 0 0;
    padding-bottom: 10px;
    text-align: center;
}
#viewcart #you_may_also_like .thumb-product .info .name { height: 40px; overflow: hidden; }
#viewcart #you_may_also_like .thumb-product .info .name a { font-size: 24px; }

#cart .cart-item-row { padding: 0 10px; }
#cart .cart-item { border-bottom: 1px solid #ddd; }
#cart .sku { color: #666; font-size: 13px; }

.hiddenpicker {
    display: none;
}
.datepicker.hasDatepicker input[type="text"] {
    /*display: none;*/
}

.ui-state-active, .ui-state-hover, .ui-widget-content .ui-state-active { 
    border: 1px solid #e12f29 !important; 
    /*box-shadow: 0 0 0 2px #e12f29 inset !important;*/
}

.methlabel {
    display: block;
    margin: 25px 0 0;
    color: #000;
}
.methon {
    font-weight: bold;
    color: #C00;
}
.methnote {
    font-style: italic;
    color: #595959;
    display: block;
}

/** checkout right column subtotals **/
#cart_info .mini-product { margin-bottom: 10px; }

/* Avoid the Checkout -(to hide something from all checkout pages, add the class 'checkout_hide')- */
#checkout .checkout_hide, #checkout_billing .checkout_hide, #checkout_payment .checkout_hide, #checkout_addressconfirm .checkout_hide, #checkout_shippingdetailk .checkout_hide, #checkout_thanks .checkout_hide, #checkout_confirmation .checkout_hide, #checkout_shipping .checkout_hide, #express_order .checkout_hide, #express_info .checkout_hide, #checkout_fpinfo .checkout_hide, #checkout_freeprod .checkout_hide, #checkout_shippingdetail .checkout_hide, #quickbuy_confirm .checkout_hide, #checkout_shippingaddress .checkout_hide, #checkout_display .checkout_hide, #viewcart_freeprod .checkout_hide, #ship_calculator .checkout_hide, #cartitems .checkout_hide { display:none !important; }



/** CUSTOM STYLING **/
/** div.form-container fieldset {
    border: 1px solid #ccc;
    margin: 15px 0;
    padding: 10px;
}

div.form-container legend {
    color: #666;
    font-weight: bold;
    width:auto;
    margin:0px;
    border:none;
}
**/
#payment_info #expir-legend { border-bottom: none; margin-bottom: 0; }
#payment_info #expir-date {
    color: #00274C;
    margin: 0 0 0 15px;
    font-size: 13px;
}
.desc_header { font-size: 13px; color: rgb(0, 39, 76); font-family: "Kameron", serif; margin: 0; }

.confirmation h2 { font-size: 24px; }

#guest_checkout_container h2, #member_checkout_container h2, #catalog_code_container h2, 
#shipping_info h2, #order_info h2, #contact_info h2, #billing_info h2 { 
    color: rgb(51, 51, 51); 
    font-size: 21px; 
    margin:0; 
    font-family: "Kameron", serif;
}

.sr-only{
  	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important; /* 'clip' is deprecated but works everywhere */
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;  /* 'clip-path' is the future-proof version, but not very well supported yet */
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important; 
}

div.form-container {
    margin-bottom: 15px;
} 

.hgt_0{height:0px!important;}
.pdd_tp10{
    padding-top: 10px !important;
}
.padd_0{
    padding: 0px !important;
}
.mar_0{
    margin: 0px !important;
}
.mar_rt10{
    margin-right: 10px;
}
.mar_top0{
    margin-top:0px !important;
}
.mar_top10{
    margin-top:10px !important;
}
.mar_top20{
    margin-top:20px !important;
}
.mar_btm{margin-bottom: 10px;}
.mar_btm20{margin-bottom: 20px;}
.text_upper{
    text-transform:uppercase!important;
}
.pdd_rt0{
    padding-right: 0px;
}
.pdd_lt0{
    padding-left: 0px;
}
.pad_tp20{
    padding-top: 20px;
}
.pad_btm10{
    padding-bottom:20px;
}

.nopad p {
    padding: 0px;
}
.hide_col {
   display: none;
}
.clickable {
   cursor: pointer;
}
.border_top {
   border-top: 1px solid #ddd;
}

.split-left {
   padding-right: 0px;
}
.split-right {
   padding-left: 0px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
#fileDisplay {
   padding-left: 10px;
   background-color: white;
   border: 1px solid #ccc;
   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}


/* FOOTER STYLING START */
.footerbg {
    /*background: #00274C;   */
  background: #20283f;
}
footer h6 {
    color: #fff;
    font-family:"Great vibes",cursive;
    font-size: 30px;
    margin-bottom: 20px !important;
}

h6.footercorp {
    display: block;
    float: left;
    width: 100%;
    margin-top: 56px !important;
}
footer #heading {
    color: #fff;
    font-family:"Great vibes",cursive;
    font-size: 30px;
    margin-bottom: 20px !important;
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.1;
}

#heading.footercorp {
    display: block;
    float: left;
    width: 100%;
    margin-top: 56px !important;
}
footer #heading.catmenu {
    display: none !important
}
footer a:hover{color:#fff;text-decoration: underline;}
footer ul{
    list-style:none;
}
#footer nav ul li{margin-left:0px;padding-bottom:0px;}

#footer .footer-top a{
    color: #fff;
    font-family: "Kameron", serif;
    font-size: 16px;
    line-height: 28px;
    display: block;
    float: left;
    width: 100%;
}
#footer .footer-phone{
    float: left;
    width: 100%;
}

#footer .footer-phone a{
    color: #fff;
    font-family: "Kameron", serif;
    font-size: 20px;
    font-weight: 700;
}
#footer .footer-nwsl{
    float: left;
    width: 100%;
}

#newsletter input[type=email],
#footer #newsletter1 input[type=email]{
    display: block;
    float: left;
    min-width: 250px;
    border-radius: 0;
}
#newsletter .nwsl-submit-btn,
#footer #newsletter1 .nwsl-submit-btn{
    display: block;
    float: left;
    width: 100%;
    margin:15px 0 0 0;
}
#newsletter .nwsl-submit-btn input[type=submit],
#newsletter1 .nwsl-submit-btn input[type=submit]{
    /*background: #4C8BBF;*/
    background: #004A90;
    color: #fff;
    font-family: "Kameron", serif;
    font-size: 18px;
    text-transform: uppercase;
    width: 157px;
}
.footer-bottom {
    margin-top: 20px;
    text-align: center;
}
div#secure {
    float: left;
    width: 100%;
    text-align: center;
}
.footer-bottom-links {
    float: left;
    width: 100%;
    text-align: center;
    margin:10px 0;
}
.footer-bottom-links a{
    font-family: "Kameron", serif;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding: 0 15px;
}
.footer-bottom-links a:hover{
    text-decoration: underline;
}
.footer-bottom-links a:active, .footer-bottom-links a:focus { display: inline-block; }
/*#footer #freephone p,
#footer #fax p{margin-bottom:0px;padding-bottom:0px;}
#footer #cprgt{margin-top:25px;}
#footer #cprgt p{margin-bottom:2px;padding-bottom:0px;}
#footer #contact-numbers{margin-top:20px;}
#footer #contact-details{color:#FFF!important;}
*/
#footer .fullsite,
#footer .gateway_links{padding-left: 10px;}

/* FOOTER STYLING END */


#about-mail-order #content p { font-size: 22px; line-height: 33px; margin-bottom: 35px; }
#about-mail-order #content h2, #about-mail-order #content h3 { font-size: 24px; font-weight: bold; border-bottom: 1px solid #eee; margin-top: 0; }

@media only screen and (min-width:992px) and (max-width: 1199px){
    #container #header .header-left p {
        font-family: "Great vibes", cursive;
        color: #004A90;
        font-size: 28px;
    }

    #container #header figure {
        position: relative;
        top: -70px;
        left: -30px;
    }
    div#header-phone {
        padding-top: 3px;
    }
    #header-main-nav .navbar-nav>li>a{
        padding-left: 10px;
        padding-right: 11px;
        font-size: 18px;
    }
    div#header-sub-nav ul li a {
        font-size: 16px;
        padding: 5px 5px;
    }
    .wtg-wrapper{
        margin-left: 5px;
    }
    #wtg_dropdown input[type=text] {
        width: 79%;
    }
    #newsletter input[type="email"],
    #footer #newsletter1 input[type="email"] {
        min-width: 226px;
    }
  	#viewcart #you_may_also_like .image { max-height: 150px; }

}
@media only screen and (min-width:768px) and (max-width: 990px){

    .top-left {
        font-size: 28px;
        padding: 20px 0 35px 0;
        text-align: center;
    }
    .figure_align { text-align: center; }
    /*#container #header figure { margin: 5px 0; }*/
    #container #header figure {
        position: relative;
        top: 0px;
        left: 0px;
    }
    #container #header figure img{
        width: 75%;
        height: auto;

    }
    .mobile-display-column{
        text-align: center;
    }

	#viewcart #you_may_also_like .thumb-product { margin-bottom: 15px; }
}

@media only screen and (min-width:320px) and (max-width: 767px) {
    .top-left {
        font-size: 28px;
        padding: 20px 0 35px 0;
        text-align: center;
    }
    .figure_align { text-align: center; }
    .pdd_rt15 { padding-right: 15px !important; }
    .carousel_rt { float: none; }
    #horizontal .navbar-nav { margin: 7.5px 0; }
    #newsletter-block { height: auto; overflow: hidden; }
    #newsletter-block div {margin-top: 0px; border: 0; text-align: center; padding: 10px 0;}
    #newsletter-block div.column3 #shrlnk{width: 23px;}
    #newsletter-block div.column3 #shr{font-size: 14px;}
    #newsletter-block div.column3 #shrlnk{width: 15px;}
    #shrlnk.img_fb{width:100%;}
    #seemore { font-size: 12px; padding: 15px 6px; width: 80px; }
    #suggested_products .thumb-product{height:220px!important;}
    #minicart_overlay {max-width: 90%;}
    #minicart_overlay_box {width: 100%;}
    #container #header figure {
        position: relative;
        top: 0px;
        left: 0px;
    }
    #container #header figure img{
        width: 75%;
        height: auto;
    }
    .slider-content {
        position: absolute;
        top: 18%;
        width: 85%;
        margin: 0 5.5% 0 5.5%;
        text-align: center;
        z-index: 2000;
    }
    .slider-content p{
        font-family: "Great vibes", cursive;
        font-size: 28px;
        line-height: 32px;
    }
    .mobile-display-column{
        text-align: center;
    }    
    .alternate_images img {
        float: left;
        width: 20%;
        margin-top: 1%;
        margin-right: 1%;
    }
     .nav-tabs.nav-justified>li { width: 100%; }
    #tellfriend form{max-width:700px;margin:0px auto;}
    .btn-add,
    .btn-wishlist,.btn-reorder{
        float: left;
        margin-right: 10px;
        margin-left: 15px;
        margin-top: 10px;
    }
    #product .shipping-estimator{
        margin-right: 15px;
        margin-top: 10px;
    }
    .thumb-product .info .name, .thumb-product .info .name a { text-align: center; font-size: 25px; }
  	#product .thumb-product .info .name { height: 35px; }
    #tab-row li { padding: 10px 5px; font-size: 13px; }
  	#cart .cart-item { padding-bottom: 15px; }
  	#viewcart #you_may_also_like .thumb-product { min-height: 180px; }
  	#viewcart #you_may_also_like .image {height: 100px; }
  	#viewcart #you_may_also_like .thumb-product .info .name { height: 35px; }
  	#viewcart #you_may_also_like .thumb-product .info .name a { font-size: 20px; }
  
  	/** possible fix for iphone select zoom issue **/
  	select, select:focus{
      font-size: 16px !important;
    }
  	#product .attributes select, #product_builder .attributes select, #product .attributes select:focus, #product_builder .attributes select:focus {
    	font-size: 16px !important;
    }
    
}

@media only screen and (max-width: 767px) {
    #popcontainer {
        border: 5px solid #145b76;
        left: 2%;
        top: auto;
        width: 98%;
        bottom: 0;
        padding:0;
    }
    #popcontainer > div#form_part {
        padding: 5px;
        margin: 5px;
    }
    #popcontainer h5 ,
    #popcontainer h4{
        font-size: 18px;
    }
    #popcontainer p {
        padding-bottom: 0px;
        line-height: 16px;
        font-size: 14px;
        margin-bottom: 5px;
    }
     #popcontainer .btn {
    font-size: 14px;
    padding: 5px 12px;
    margin: 1px;
}
}#popcontainer
@media only screen and (max-width:320px){
    .top-left {
        font-size: 28px;
        padding: 20px 0 35px 0;
        text-align: center;
    }

    #container #header figure {
        position: relative;
        top: 0px;
        left: 0px;
    }
    #container #header figure img{
        width: 75%;
        height: auto;

    }
        .slider-content {
        position: absolute;
        top: 18%;
        width: 85%;
        margin: 0 5.5% 0 5.5%;
        text-align: center;
        z-index: 2000;
    }
    .slider-content p{
        font-family: "Great vibes", cursive;
        font-size: 24px;
        line-height: 28px;
    }

    .mobile-display-column{
        text-align: center;
    }    
    #newsletter input[type=email],
    #footer #newsletter1 input[type=email]{
        min-width: 220px;
        max-width: 100%;
    }
    .alternate_images img {
        float: left;
        width: 20%;
        margin-top: 1%;
        margin-right: 1%;
    }
    .nav-tabs.nav-justified>li {
         width: 100%;
    }
    #tellfriend form{max-width:700px;margin:0px auto;}
    .btn-add,
    .btn-wishlist,.btn-reorder{
        float: left;
        margin-right: 10px;
        margin-left: 15px;
        margin-top: 10px;
    }
    #product .shipping-estimator{
        margin-left: 15px;
        margin-top: 10px;
    }
    #tab-row li{ width: 99.5%;}
  
  	/** possible fix for iphone select zoom issue **/
  	select, select:focus{
      font-size: 16px !important;
    }
  	#product .attributes select, #product_builder .attributes select, #product .attributes select:focus, #product_builder .attributes select:focus {
    	font-size: 16px !important;
    }
}