@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

/* Color: 2025 */

body {
    font-family: 'Varela Round', sans-serif;
    background-color: #000;
    color: #000;
}
a {
    color: #5c6762;
    font-weight: normal;
    text-decoration: underline;
}
a:hover {
    color: #907a7a;
}
h1, h2 {
    font-family: 'Varela Round', sans-serif;
    color: #585c5d;
}
h3 {
    font-family: 'Varela Round', sans-serif;
    color: #585c5d;
}
hr {
    background: #d1d8cd;
}


#Outer {
    background-position: right -30px;
    background-repeat: no-repeat;
}

#TopMenu {
    /*background-image: url(../../Norberts/images/maroon/headerImage.png);
    background-repeat: no-repeat;
    background-position: top right;*/
}
#TopMenu li a, #TopMenu li span, #TopMenu li {
    color: #000;
}
#TopMenu li span a {
}
#TopMenu li a:hover {
    text-decoration: underline;
}
#Menu {
    height: 41px;
    background: #006991; /* fallback for old browsers */

    /* Modern gradients */
    background: -moz-linear-gradient(top, rgba(0,105,145,1) 0%, rgba(0,80,110,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,105,145,1)), color-stop(100%, rgba(0,80,110,1)));
    background: -webkit-linear-gradient(top, rgba(0,105,145,1) 0%, rgba(0,80,110,1) 100%);
    background: -o-linear-gradient(top, rgba(0,105,145,1) 0%, rgba(0,80,110,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,105,145,1) 0%, rgba(0,80,110,1) 100%);
    background: linear-gradient(to bottom, rgba(0,105,145,1) 0%, rgba(0,80,110,1) 100%);

    /* IE 6–9 fallback */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006991', endColorstr='#00506e', GradientType=0);
}
#Menu li a {
    color: #fff;
    background-color: transparent;
    text-transform:uppercase;
    font-family: 'Varela Round', sans-serif;
}
#Menu li:hover, #Menu li:hover ul li, #Menu li.over, #Menu li.over ul li{
    background-color:#ffffff;
}
#Menu li:hover a, #Menu li.over a{
    color: #000;
}
#Menu li.clearance a{color:#FFFB87;}
#Menu li.clearance a:hover{color:#BD1F20;}

/*
#Menu li ul li a {
    background: #38080B;
}
#Menu li ul li a:hover {
    color: #ead494;
}
*/



#Container {
    /*background: url(../../Norberts/images/maroon/OuterBg.gif) 0 30px no-repeat;*/
}
#outer_wrapper{
    background:#FFFFFF;
    clear:both;
}
#top_edge{
    width:100%;
    height:1px;
    background:#e8e8e8;
}
#bottom_edge{
    width:100%;
    height:2px;
    background:#290E54; /* transparent url('/templates/Norberts/images/green/torn_bottom.jpg') 0 0 repeat-x; */
    clear:both;
}
#Wrapper {
    background: #fff;
}
#Header {
    background: #b7d571;
}


#Logo h1 {
    color: #fff;
}
#Logo h1 a {
    color: #fff;
}

/*
#SearchForm {
}
#SearchForm label {
    color: #585c5d;
    font-family: "Times New Roman", Times, serif;
}
#SearchForm input {
    background: #fff;
    border: 1px solid #c9c3b4;
}
#SearchForm .Button {
    border: 0;
}
#SearchForm a {
    color: #5f2229;
}
#SearchForm p {
}
*/
#SearchForm #search_query {height:26px;width:220px;background:#ffffff url(/images/searchbox_newsletter_bg.gif) 0 0 repeat-x;float:right;border:none;}
#SearchForm #search_icon {background:#ffffff url(/images/searchbox_newsletter_bg.gif) 0 0 repeat-x;width:16px;height:16px;padding:7px;float:right;}
#SearchForm #go_button {
    display:block;
    width:32px;
    height:30px;
    /*background:transparent url('/templates/Norberts/images/2015/go_button_bg.gif') 0 0 repeat-x; */
    background: -moz-linear-gradient(top, rgba(0,105,145,1) 0%, rgba(0,80,110,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,105,145,1)), color-stop(100%, rgba(0,80,110,1)));
    background: -webkit-linear-gradient(top, rgba(0,105,145,1) 0%, rgba(0,80,110,1) 100%);
    background: -o-linear-gradient(top, rgba(0,105,145,1) 0%, rgba(0,80,110,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,105,145,1) 0%, rgba(0,80,110,1) 100%);
    background: linear-gradient(to bottom, rgba(0,105,145,1) 0%, rgba(0,80,110,1) 100%);
    float:right;
    border:none;
    color:#ffffff;
    font-weight:bold;
    font-size:1.2em;
    padding:5px 30px 20px 10px;cursor:pointer;}

#SearchForm a {color:#000;}
#SearchForm p {margin-left:17px;color:#173175;}

.Left {
    background: #f1f1f1 /* url('../../Norberts/images/SideBg.jpg') 0 0 no-repeat */;
}
.Left h2 {
    font-family: 'Varela Round', sans-serif;
    color: #585c5d;
}

.Left li a:hover {
    color: #585c5d;
}


.Content h1,.Content h2 {
    border-bottom: 1px solid #e8e0e8;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #db2029;
}

.Content a {
    color: #075899;
}


.Right {
    background: #f1f1f1 /* url('../../Norberts/images/SideBg.jpg') 0 0 no-repeat */;
}
.Right h2 {
    font-family: 'Varela Round', sans-serif;
    color: #585c5d;
}
.Right a {
    color: #034285;
}
.Right a:hover, .Right a:hover strong {
}


#Footer {
    color:#000000;
    background: #b7d571;
}
#Footer a, #Footer p {
    color:rgba(0,0,0,.8);
}


.NewsletterSubscription input {
    border: 1px solid #c9c3b4;
}


.ProductList .ProductImage {
    background: #fff;
    padding: 2px;
}

.ProductPrice, .ProductList em {
    color: #db2029;
}

.ProductList .Rating {
    color: #6a6a6a;
}

.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    font-family: "Times New Roman", Times, serif;
    color: #585c5d;
}

.Right .TopSellers li.TopSeller1 .ProductImage { /* No1 seller box */
}

.Right .TopSellers li.TopSeller1 {
    border: 1px solid #c9c3b4;
    background: #fff;
}

.Right .TopSellers li.TopSeller1 .ProductDetails { /* No1 seller box */
}

.Right .TopSellers li.TopSeller1 .TopSellerNumber {
    font-family: "Times New Roman", Times, serif;
    color: #585c5d;
}

.Breadcrumb {
    /*border-bottom: 1px solid #FBE6AD;*/
}
.Breadcrumb li a {color:#db2029;text-decoration:none;}
.Breadcrumb li a:hover { color:#db2029; opacity:.8; }


.CompareItem { width:200px; border-left: solid 1px #FBE6AD; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #EFF8FA; }
.CompareFieldName a, .CompareFieldTop a{ color: #000; }
.CompareFieldTop { border-bottom:solid 1px #FBE6AD; }
.CompareFieldTop a:hover { color:red; }
.CompareCenter { border-left:solid 1px #FBE6AD; border-bottom:solid 1px #F2F2F2; }
.CompareLeft { border-left:solid 1px #FBE6AD; border-bottom:solid 1px #F2F2F2; }

.ViewCartLink {
    background: url('../../Norberts/images/Cart.gif') no-repeat 3px 0;
}

table.CartContents, table.General {
}

table.CartContents thead tr th, table.General thead tr th {
    background: #585c5d;
    color: #fff;
}

.CartContents tfoot .SubTotal td {
    border-top: 1px solid #e8e0e8;
    color: #444;
}

.MiniCart .SubTotal {
    color: #075899;
}

.JustAddedProduct {
    border: 1px solid #c0dae7;
    background: #fff;
}

.JustAddedProduct strong, .JustAddedProduct a {
    color: #075899;
}

.CategoryPagination {
    color: #000;
}

.CheckoutRedeemCoupon,.affilcustcode { background: #F9F2E0; padding: 10px; width: 300px; border: 1px solid #FBE6AD; margin-bottom: 10px; }


.SpecificInfoMessage {
    background-color: #f8e4d1;
    color: #555;
}

.InfoMessage {
    background: #F9F2E0 url('../../Norberts/images/InfoMessage.gif') no-repeat 5px 8px;
    color: #555;
}

.SuccessMessage {
    background: #E8FFDF url('../../Norberts/images/SuccessMessage.gif') no-repeat 5px 8px;
    color: #555;
}

.ErrorMessage {
    background: #FFECEC url('../../Norberts/images/ErrorMessage.gif') no-repeat 5px 8px;
    color: #555;
}

.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
    background: #FCF8ED;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    border: 1px solid #fbe6ad;
    background: #faf3e1;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    background: #585c5d;
    color: #fff;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background: #f7e8e8;
    color: #585c5d;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    color: #888;
}

/* General Tables */
table.General tbody tr td {
    border-top: 1px solid #efefef;
}

/* Tabbed Navigation */
.TabNav {
    border-bottom: 1px solid #585c5d;
}

.TabNav li a {
    border: 1px solid #585c5d;
    background: #EAEFEC;
    color: #585c5d;
}

.TabNav li a:hover {
    background-color: #ede6cc;
}

.TabNav li.Active a {
    border-bottom: 1px solid #fff;
    background: #fff;
}

/* Product Videos */

#VideoContainer {
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.currentVideo {
    background-color: #ddf0f6;
}

.videoRow:hover {
    background-color: #efefef;
}

.CartContents .ItemShipping th {
    border-bottom: none;
    border-top: none;
    background: #585c5d;
    color: #fff;
}

/* Category flyout styles (theme) */

/* Child menu items, does not include the always-showing root level */
#SideCategoryList .sf-menu li ul li {
}

/* Root menu item when expanded */
#SideCategoryList .sf-menu .sfHover a,
/* Child menu item links */
#SideCategoryList .sf-menu li ul a {
    background-color: #fbf6e2;
}

/* Parent menu items of a child being hovered (not including root-level items) */
#SideCategoryList .sf-menu li ul li:hover > a,
/* Child menu item while hovering */
#SideCategoryList .sf-menu li ul a:focus,
#SideCategoryList .sf-menu li ul a:hover,
#SideCategoryList .sf-menu li ul a:active {
}

#SideCategoryList .sf-sub-indicator {
    background-image:  url('../../Norberts/images/arrows-dark.png');
}

/* End: category flyout styles */



/* start fast cart styles */
#fastCartContainer {
    font-family: 'Varela Round', sans-serif;
    font-size: 13px;
}
.fastCartContent h2 {
    color: #009E0F;
    background-color:transparent;
}
.fastCartContent h3 {
    color: #BB6F21;
    background-color:transparent;
}
.fastCartSummaryBox {
    background-color: #DDFEDA;
}
.fastCartContent .fastCartTop a,
.fastCartContent .ProductList .ProductDetails a {
    color: #075899;
}
.fastCartContent .ProductPrice,
.fastCartContent .ProductList em {
    color: #402876;
}
.fastCartContent .Quantity {
    color: #828DB3;
}
.fastCartContent p {
    color: #444444;
}
.fastCartContent .ProductList li {
    background-color: #FFF;
}
/* end fast cart styles */


/* Other Theme-related colors -KJ */

#TopMenu li a{
    border-left: thin solid #d51f23;
}

#HomeFeaturedProducts h2 {
    color: #0a458c;
}

#home_about h2, #home_info h2 {
    color: #db2029;
}

#home_info {
    color: #db2029;
    float: left;
    width: 200px;
}
#footer_general, #footer_affiliates, #footer_connect {
    border-right: 2px solid rgba(255,255,255,.35);
}

#Menu li ul li a {
    background:transparent url('/templates/Norberts/images/green/menu_item.png') 0 0 repeat-x;
}

#Menu li ul li a:hover {
    background: rgba(219,32,41,1);
    background: -moz-linear-gradient(top, rgba(219,32,41,1) 0%,rgba(194,7,16,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,32,41,1)), color-stop(100%,rgba(194,7,16,1)));
    background: -webkit-linear-gradient(top, rgba(219,32,41,1) 0%,rgba(194,7,16,1) 100%);
    background: -o-linear-gradient(top, rgba(219,32,41,1) 0%,rgba(194,7,16,1) 100%);
    background: -ms-linear-gradient(top, rgba(219,32,41,1) 0%,rgba(194,7,16,1) 100%);
    background: linear-gradient(to bottom, rgba(219,32,41,1) 0%,rgba(194,7,16,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2029', endColorstr='#C20710', GradientType=0 );
}

#Menu li ul {
    border-left:0;
    border-bottom:0;
    -moz-box-shadow: 0 2px 8px rgba(59,87,74,.75);
    -webkit-box-shadow: 0 2px 8px rgba(59,87,74,.75);
    box-shadow: 0 2px 8px rgba(59,87,74,.75);
}

#HomeFeaturedProducts {
    border: 2px solid #000;
}

.SubCategoryListGrid {
    padding: 15px 4px 4px 4px;
    border-top: thin solid #d1d8cd;
    border-bottom: thin solid #d1d8cd;
}

/*
#slider_scroller #scroller {
    background-color:#482580;
}
*/

/* #scroller .leftmask, #scroller .rightmask {
    background:url('/templates/Norberts/images/2015/ad_main_textfade_left.png') no-repeat;
}
#scroller .rightmask {
    background:url('/templates/Norberts/images/2015/ad_main_textfade_right.png') no-repeat;
}
*/
#Phone {
    color: #000;
}
#footer_join div table td { border-top: none !important; }
#footer_join div table { border: none !important; background-color: transparent !important; }
#Footer_wrapper p { margin-top:30px; margin-bottom:0; }
#HomeFeaturedProducts #fp_header { 
    /*background: transparent url('/templates/Norberts/images/2015/featured_header_bg.gif') 0 0 repeat-x; */
    background: #006991; /* fallback for old browsers */

    /* Modern gradients */
    background: -moz-linear-gradient(top, rgba(0,105,145,1) 0%, rgba(0,80,110,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,105,145,1)), color-stop(100%, rgba(0,80,110,1)));
    background: -webkit-linear-gradient(top, rgba(0,105,145,1) 0%, rgba(0,80,110,1) 100%);
    background: -o-linear-gradient(top, rgba(0,105,145,1) 0%, rgba(0,80,110,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,105,145,1) 0%, rgba(0,80,110,1) 100%);
    background: linear-gradient(to bottom, rgba(0,105,145,1) 0%, rgba(0,80,110,1) 100%);
}
#fp_header h2 { color: #fff !important; }
.Breadcrumb li { color: #585c5d; }
.left .Block { margin-bottom:20px !important; }
.BlockContent { margin-top:10px; padding-bottom:15px; }
.sfHover a { background-color: #d5d5d5 !important; }
.TinyOuterDiv { border-color: #b61a25 !important; }
ul.mid-btns {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.mid-btns li {
    width: 21%;
    background: #fff;
    padding: 15px;
}

ul.mid-btns li a,
ul.mid-btns li a:hover {
    text-decoration: none;
}

ul.mid-btns li .header h2 {
    font-size: 20px;
    font-family: 'Varela Round', sans-serif;
    font-weight: 600;
    color: red;
    margin-bottom: 10px;
}

ul.mid-btns li .body {
    margin-bottom: 10px;
    line-height: 1.5;
}

ul.mid-btns li .btn-footer span.click-here {
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
    position: fixed;
    bottom: 0;
    background-color: #fefefe;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
}

/* The Close Button */
.modal .close {
    color: red;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal .close:hover,
.modal .close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #fff;
}

.modal-body {
    padding: 10px 16px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.modal-body p {
    display: inline-block;
    margin: 0 auto;
    max-width: 600px;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.modal-body a {
    padding: 0 35px;
    color: red;
    text-decoration: underline;
    font-size: 17px;
    vertical-align: middle;
}

.modal-body a.modal-btn {
    padding: 8px 0;
    width: 225px;
    display: inline-block;
    color: #fff;
    background: green;
    text-decoration: none;
    border-radius: 5px;
    font-size: 17px;
    text-align: center;
}

a.modal-btn:hover {
    cursor: pointer;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}
