.mobile { display: none; }
#menu:not( .mm-menu ) { display: none; }

body {background: #fff; color: #636363; font: 14px 'PT Sans', sans-serif; }
body, select, input, textarea { color: #636363; }
input::placeholder{ color: #636363;}
a { color: #272f71; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }
ul,ol{list-style: disc; list-style-position: outside;}
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 {
    list-style-type: none; 
    list-style: none;
    padding-left: 0;
}
li { margin-left: 0px; padding-bottom: 0px; }
 UL, OL { counter-reset: item }
    LI { display: block }
    LI:before { content: counters(item, "."); counter-increment: item; color: transparent; }
.endoflist { display: none; }
p { padding-bottom: 0px; }
.messages { padding: 15px; }
.pdd_lt0 { padding-left: 0;}
.pdd_rt0 { padding-right: 0;}
h1, h2 {font-family: 'PT Serif', serif;}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {padding-left: 11px; padding-right: 11px;}
.row { margin-right: -11px; margin-left: -11px; }
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a { display: block; padding: 10px; }
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6d6d6d;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6d6d6d;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6d6d6d;
}
.smarty-tag-check,
.smarty-tag-text{
    color: #575757;
}

/* HEADER STYLING */
#container #header figure {
    margin: 15px auto 25px auto;
    text-align: center;
}
#container #header figure img {max-height: 100px; display: inline-block;}
#container #header .checkout_hide a {
    color: #414141;
    float: left;
    margin: 10px 10px 0px 0px;
    text-decoration: none;
    font-size: 14px;
}
#container #header .checkout_hide a:hover { text-decoration: underline; }
#container #header #tagline {
    clear: right;
    color: #58abcb;
    float: right;
    font-size: 20px;
    font-style: italic;
    margin: 30px 15px 10px;
    padding: 0;
    text-align: right;
}
#container #header .phone {
    margin-top: 15px;
    color: #636363;
    font-family: "PT Serif",serif;
    font-size: 22px;
    clear: both;
}
#container #header #minicart_container {
    position: absolute;
    right: 15px;
    top: 9px;
    height: 32px;
}
#cartitems {
    margin: 10px 0 0 0;
    border-bottom: 0;
    font-weight: bold;
    color: #CC0033;
}
#cartitems img {
    display: inline;
    vertical-align: middle;
}
#viewcart input[id^="qty"] { width: 80px; margin: 0 auto; }
#viewcart .update input {
    border: none;
}
#viewcart .remove-prod-cart .btn-link { border: none; }

#cart_info .mini-product {
    margin-bottom: 10px;
}
#cart_info .mini-product a { color: #272f71; }
#cartitems a#vcart, #cartitems img {
    color: #414141;
    margin: 0 8px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
}
#cartitems .glyphicon { color: #CC0033; }

button.btn-sitesearch {
    position: absolute;
    right: 0;
    top: 7px;
    background: none;
    border: none;
}
button.btn-sitesearch .glyphicon.glyphicon-search {
    font-size: 18px;
}

input.search-image { position: absolute; right: 5px; top: 6px; background: #fff; }
#header #search { margin: 38px 0 0 0; }
#search form {position: relative;  margin: 0px 0px;}
#search .form-control {border-color: #818181; color: #ababab; font-family: 'PT Serif', serif; font-style: italic; border-radius: 4px;}
#search .form-control::placeholder { color: #6d6d6d; }
#search #suggestions {
    z-index: 1000;
    background: #fff;
    position: absolute;
    width: 100%;
    cursor: pointer;
    border-radius: 0 0 4px 4px;
}

#search #suggestions .suggestion {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 0 10px 2px 10px;
    cursor: pointer;
}

#search #suggestions .suggestion:last-child {
  border: 1px solid #e1e1e1;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

#search #suggestions .suggestion_hover {
  background: #f0f0f0;
}


.navbar-collapse { background-color: #fff; overflow: hidden; }
.navbar-nav>li { float: none; }
#horizontal { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #d7d7d7; }

.mobile-header a { color: #414141; font-size: 18px; margin: 5px 0; display: block; }
/* HEADER STYLING ENDS */

/** PROMOS **/
#promos { padding: 40px 15px; overflow: hidden;}
#promos .promo-box { background: #bd0014; padding: 10px; color: #fff; }
.promo-box .inner-promo { border: 1px solid #fff; padding: 10px; }
#promos h3 {
    text-align: center;
    font-size: 65px;
    color: #fff;
    margin-top: 10px; 
} 
#promos h3 sup { 
    top: -.75em;
    font-style: italic;
    font-size: 50%;
}
#promos h2 {
    text-align: center;
    font-size: 65px;
    color: #fff;
    margin-top: 10px; 
} 
#promos h2 sup { 
    top: -.75em;
    font-style: italic;
    font-size: 50%;
}
#promos .sub-head { 
    font-size: 18px; 
    font-style: italic; 
    display: block;
    text-align: center;
    color: #fff;
}
#promos .promo-link {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 110px;
    border: 1px solid #fff;
    padding: 4px 0;
}
#promos a { 
    border-radius: 0;
    margin: 0 auto;
    display: block;
    width: 100px;
    padding: 5px;
    font-size: 16px;
}

/** featured categories - homepage **/

#index #featured-items h3 { color: #272F71; text-align: center; font-size: 30px; margin-bottom: 20px; }
#index .featured-category { width: 20%; float: left; }
#index .featured-category h4 { text-align: center; font-size: 20px; }
#index .featured-category a { display:inline-block; float:left; width: 100%; text-align: center; font-size: 20px; }
#index .featured-category img { height: 150px; margin: 0 auto; }

.tlines hr {border-bottom: 1px solid #e1e1e1; padding: 1.5px 0px;}
.thumb-product .price {
    font-size: 14px;
    color: #757575;
    font-family: 'PT Sans', sans-serif;
}
#recently_viewed .thumb-product .price {font-size: 16px; font-weight: bold; color: #363636;}

/* 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 #717171; border-radius: 0px; box-shadow: 0 0 20px #b7b7b7; margin: 0 auto; padding: 10px; width: 450px; overflow: hidden; }
#minicart_overlay .productname { color: #082897; font-size: 22px; font-weight: bold; margin: 3px 10px 18px; text-transform: capitalize; text-align: left; }
#minicart_overlay .minicart-promo-msg { clear: both; padding-top: 8px; }
#minicart_overlay .minicart-promo-msg .minicart-promo-msg {
    text-align: center; 
    background-color:#ddeffa; 
    font-weight:bold; 
    font-size:13px; 
    color:#062077;
    padding:5px; 
    border:solid 1px #ddeffa;
}
#index .newsletter h2,
#global_filter h2 {background-color: #145b76;border-color: #337ab7;color:#FFF;padding:10px 0px 10px 10px}
.newsletter .form-group {
    display: inline-block;
}
.newsletter input[type=email] {
    font-size: 14px;
    color: #454545;
    font-style: italic;
    border-radius: 0;
    margin-right: 5px;
    width: 260px;
    height: 42px;
    border: 1px solid #000;
}
.newsletter input[type=email]::placeholder { color: #6d6d6d; }
#horizontal #search {
    overflow: visible;
    padding: 0px;
}
#horizontal #search input[type=text] {
    color: #c8bdb9;
}
input{
    vertical-align:middle;
}
.promo-banner {
    background: #ffc000;
    color: #CC0033;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
}
.promo-banner a {
    color: #CC0033;
    text-decoration: none;
}
.promo-button.btn-info {
    margin-left: 20px; 
    padding: 10px 35px;
}
.promo-banner h3 {
    font-family: 'PT sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline;
    margin-right: 20px;
}
.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;
}

/* 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;
}
.navbar {
    margin-bottom: 1px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: #747cbf;
    color: #fff;
    text-decoration: none;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li.open>a:focus, .navbar-default .navbar-nav>li.open>a:hover {
    background: #272F71;
    color: #fff;
    text-decoration: none;
}
#sub-nav .navbar-nav>li>a:focus, #sub-nav .navbar-nav>li>a:hover { background: rgba(116, 124, 191, 0.7) none repeat scroll 0 0; }

.navbar-default .navbar-nav>li>a{
    white-space: nowrap;
    font-family: 'PT Serif', serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #414141;
    padding: 15px 5px;
}
.navbar-default .navbar-nav>li #free-ship-menu { color: #CC0033; }
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0px;
}
.dropdown:hover .dropdown-menu { display: block; margin-top: 0; }
.dropdown-menu{background: #272F71 none repeat scroll 0 0; width: 100%;}
.dropdown-menu > li > a { color: #fff; white-space: normal; }
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: rgba(116, 124, 191, 0.7) none repeat scroll 0 0;
    color: #fff;
    text-decoration: underline;
}
.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;}
#horizontal #nav-menu-container ul li{margin-left: 0px;padding-bottom: 0px;}
.row.nav-wdmanage{
    margin-right: 0px;
    margin-left: 0px;
}
#sub-nav .nav { background: #272F71; }
#sub-nav .nav li a { color: #fff; }


/* MAIN NAVIGATION STYLING ENDS */

/* CAROUSEL STYLING START */
.carousel-indicators li {text-indent: -9999px;}
.carousel_rt{
    float: right;
}
.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.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-inner img {width: 100%;}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* CAROUSEL CSS ENDS */

/* HOMEPAGE STYLING */
#index #welcome {padding-bottom:10px; background-image: url('https://s3.amazonaws.com/cdn.bostoncoffeecake.com/images/welcome-bg.jpg'); background-size: 100%; background-repeat: no-repeat; background-position: 0% 50%;}
#welcome .gpane {background-color: rgba(54, 54, 54, 0.8); padding: 45px 12%; text-align: center; margin: 20px 7.5%;}
#welcome h1 {
    margin: 0px 0px 13px 0px;
    font-family: 'PT Serif', serif;
    color: #fff;
    font-weight: normal;
    font-size: 24px;
}
#welcome .home-title {
    margin: 0px 0px 13px 0px;
    font-family: 'PT Serif', serif;
    color: #fff;
    font-weight: normal;
    font-size: 24px;
}
#welcome p {
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    line-height: 22px;
    color:#fff;
    margin:0px;
    padding:0px;
}
#index #featured_products {margin-top: 10px;}
#index .carousel-indicators {
    left: 75%;
    list-style: outside none none;
    padding-left: 0;
    position: absolute;
    text-align: right;
    width: 20%;
    z-index: 15;
    bottom:0px;
    margin-left:0px;
    color:#fff;
}
#index .carousel-indicators span{
    height: 26px;
    width: 20px;
    padding: 6px 10px;
}
#index .carousel-indicators li{border:none;font-size:13px;border-radius:0px;background-color: transparent;height: 26px;margin-right: 5px; width: 20px;padding: 0px; color: #272F71; }
#index .carousel-indicators li.active{background-color: transparent;color:#CC0033; }
#index .carousel-indicators li.active span{font-weight: normal; border:1px solid #272F71;}

/* NEWSLETTER SECTION STYLING STARTS */
.newsletter-block {
    width: 100%;
    margin: 0px 0px;
    background: #acacac;
    font-size: 18px;
    color: #000;
    font-family: 'PT Serif', serif;
}
.newsletter-block .column1, .newsletter-block .column2, .newsletter-block .column3 { padding: 20px 0;}
.newsletter-block .column1 { text-align: left; }
.newsletter-block { text-align: right; }
/*.newsletter-block .column3 button { margin-top: 25px; }*/
.newsletter-block div:first-child {
    border-left: 0;
}
.newsletter-block .column1 {margin-top: 5px;}
.newsletter-block .column1 .nwsl {
    font-size: 18px;
    margin: 0px 12px;
}
.newsletter-block .column1 .nwsl a {
    text-decoration: none;
    color: #58abcb;
    cursor: pointer;
}
.newsletter-block .column1 .shr {
    font-size: 20px;
    margin-right: 20px;
    color: #000;
}
.newsletter-block .column1 .shrlnk {
    margin-top: 0px;
    padding: 0;
    border: 0;
    display: inline-block;
}
.newsletter-block .shrimg { margin-right: 15px; }
.newsletter-block .shrimg img { width: 32px; }
.newsletter-block .newsletter { margin: 0 auto; text-align: center;}
.newsletter-block .nwsl {margin-right: 35px; display: block; 
    text-align: center; padding-bottom: 5px; color: #000; }

/* 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;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none; 
}

#popcontainer { background-color: #ffffff; /*border: 5px solid #000;*/ display: none; left: 30%; margin: 0 auto; position: fixed; top: 25%; width: 40%; z-index: 8008 !important; }
#popcontainer div#close { background: url("https://s3.amazonaws.com/cdn.bostoncoffeecake.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 #000; }
/********** Newsletter popup ends *********************/

#category_menu h4,
#category_filter h4,
#global_filter h4,
.newsletter h4,
#shop_by_price h4,
#minicart h4,
#left_column #recently_viewed h4{font-size:16px; color: #636363; font-weight: bold;}

div#filter-toggle {
    font-size: 22px;
}

#left_column #recently_viewed ul li{padding:0px;margin:0px;}
#left_column {
    margin-bottom: 20px;
}
#left_column #recently_viewed .thumb-product{text-align: center; overflow: hidden;margin: 0px;width: auto; margin-top: 40px;}
#left_column #recently_viewed .thumb-product .image img { max-width: 180px; display: inline-block;}
#left_column #recently_viewed .thumb-product .info{
    padding: 20px;
}
#left_column #recently_viewed .thumb-product .name{display: block; padding: 10px 0 0;}
hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 0;
}

.thumbnail img {
    width: 100%;
}

.thumbnail {
    padding: 0;
}

/* FOOTER STYLING START */
.footerbg {
    background: transparent;
    margin-top: 10px;
}
footer {
   text-align: center;
   padding-bottom: 30px;
}
footer h3, footer h4 {
    color: #272f71;
    font-family: 'PT Serif', serif;
    font-weight: bold;
    font-size: 14px;
    margin: 15px 0;
}
footer .footer-header{
    color: #272f71;
    font-family: 'PT Serif', serif;
    font-weight: bold;
    font-size: 14px;
    margin: 15px 0;
}
footer a{line-height: 18px; color: #6d6d6d; display:block;}
footer #fax a { word-wrap: break-word; }
footer a:hover{color:#000;}
footer ul{list-style:none; padding-left: 0;}
#footer nav ul li{margin-left:0px;padding-bottom:0px;}
#footer #freephone p,
#footer #fax p{margin-bottom:0px;padding-bottom:0px;}
#footer #cprgt{margin-top:25px; color: #6d6d6d;}
#footer #cprgt p{margin-bottom:2px;padding-bottom:0px;}
#footer #contact-numbers{margin-top:20px;}
#footer #contact-details{color:#6d6d6d ; min-width: 230px;}
#footer .fullsite,
#footer .gateway_links{padding-left: 10px;}
#freephone span, #fax span {
    font-size: 22px;
    font-family: 'PT Serif', serif;
}
#footer #secure {margin-top: 30px}
.meta_post_body {
    margin-top: 10px;
    font-size: 12px;
}
/* FOOTER STYLING END */

/*--FEATURED PRODUCT CSS STARTS--*/
#featured_products,
#featured_categories,
#new_products,
#related_products,
#suggested_products{
    clear: both;
    margin-bottom: 20px;
    width: 100%;
}
#featured_products header,
#featured_categories header,
#new_products header,
#related_products header { }

#featured_products header h4,
#featured_categories header h4,
#new_products header h4,
#related_products header h4,
#suggested_products header h4{
    font-size: 30px;
    color: #272F71;
}
#cap {
   width: 100%;
    text-align: center;
}
#seemore {
    color: #fff;
    font-family: "PT Serif", serif;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    height: 45px;
    background-image: url('https://s3.amazonaws.com/cdn.bostoncoffeecake.com/images/lines.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
}
#seemore a {
    color: #fff;
    text-decoration: none;
    background-color: #6d6d6d;
    padding: 10px 0px 10px 10px;
    height: 40px;
}
#seemore a span.glyphicon {background-color: #acacac; display: inline-block; padding: 0px 8px; line-height: 39px; margin-left: 10px;}
.thumb-product{
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
#seemore hr {border-bottom: 1px solid #e1e1e1; padding: 1.5px 0px;}
.thumb-product img{
    /* width:100%; */
}
.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: #363636;
    text-decoration: none;
    font-size: 14px;
    font-family: 'PT Serif', serif;
}
#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: 25px 0px 5px 0px;
}

/* BREADCRUMB STYLING START */
#breadcrumb {
    color: #6a6a6a;
    font-size: 14px;
    padding: 10px 15px 10px 0px;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 2;
    position: relative;
}
#breadcrumb .separator {
    padding: 0 5px;
}
#breadcrumb a {color: #6a6a6a;}
#category #breadcrumb, #prod_detail_list #breadcrumb {padding-left: 25px;}
#category #breadcrumb, #category #breadcrumb a, 
#prod_detail_list #breadcrumb, #prod_detail_list #breadcrumb a {color: #fff; background: #434347;}
#category.white #breadcrumb, #category.white #breadcrumb a { color: #6a6a6a; }
/* BREADCRUMB STYLING END */

/**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;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    padding: 10px 15px;
    margin: 0 5px;
    padding: 10px 5px;
}
#category_menu ul li a {
    display: block;
    margin-bottom: -1px; 
    position: relative;
    color: #145b76;
}
#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**/

/* CATEGORY PAGE STYLING STARTS HERE */
#category_options li#sort { float: left; padding-left: 0;}
#category_options li#prev-next { float: right; margin: 0px; text-align: right; }
#prev-next2 { color:#6d6d6d; clear: both; text-align: right; border-top: 1px solid #ccc; margin: 10px 0px 10px 0px; padding: 10px 0px; border:none; }
#cat #toggle {float: right; margin-left: 60px; padding-right: 0;}
#cat #per-page {float:right;}
#cat select {font-size: 16px; height: 40px; border-radius: 0;}
#cat #sort select { min-width: 300px;}
#cat #per-page select { min-width: 90px;}
#cat #toggle #list img { padding: 4px 4px 4px 7px; width: 40px;}
#cat #toggle #grid img { padding: 7px; width: 35px;}
#cat #toggle .bdr {border: 1px solid #c2c2c2;}
#prev-next2 span.page { color:#6d6d6d; font-family: 'PT Serif', serif; margin-right: 20px;}
#prev-next2 span.curPage {font-family: 'PT Sans', sans-serif; border: 1px solid #bebebe; padding: 8px 10px;}
#prev-next2 span.pagenumber {
    padding: 20px;
}
#prev-next2 span.next {
    border: 1px solid #bebebe;
    padding: 8px 8px;
}
#prev-next2 .pagenumber a, #prev-next2 a { color:#6d6d6d; text-transform: uppercase; }
#prev-next2 .pagenumber a:hover, #prev-next2 a:hover { text-decoration:none; }
#cat {
    margin-top: -38px;
    z-index: 1;
}
.cat-top {
    /*background-image: url('https://s3.amazonaws.com/cdn.bostoncoffeecake.com/images/cat-bgd.jpg');*/
    background-size: 100% 100%;
    padding: 25px 0; 
    /*background: #8d8d8f;*/
    background: #434347;
}
.cat-top .container { position: relative; }
.cat-top #nana-img { position: absolute; top: 30px; }
#nana-img img { max-height: 200px; border: 1px solid #272F71;}
#cat .cat-head { position: relative;}
#cat .cat-desc {
    color: #fff;
    /*position: absolute;*/
    top: 50%;
    text-align: center;
    width: 66%;
    margin-left: 17%;
    font-size: 18px;
}
#cat .cat-desc h2{
    font-size: 18px;
    line-height: 24px;
}
#cat h1 {
    /*color: #272F71;*/
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    margin: 0px 0 0;
    text-align: center;
    margin-top: 25px; 
    width: 100%;
}

#category.white #cat { margin-top: 0; }
#category.white .cat-top { background: #fff; padding-top: 0; }
#category.white #cat h1 { color: #333; }
#category.white #cat .cat-desc { width: 80%; margin: 0 auto; }
#category.white #cat .cat-desc h2 { color: #333; }

#cat .filter-head h4 {
    font-weight: normal;
    border: 1px solid #d7d7d7;
    border-right: none;
    padding: 15px 50px 15px 0;
    text-transform: uppercase;
    text-align: right; 
}
.filter_container ul {
    margin-bottom: 0;
}
#related_categories ul { list-style-type: none; padding: 0; }
#left_column #recently_viewed { border-right: 1px solid #d7d7d7;}
#left_column #recently_viewed h4 {
    border: 1px solid #d7d7d7;
    border-right: none;
    padding: 10px 50px 10px 0;
    text-align: right; 
    font-weight: normal;
    font-size: 20px;
}
#category_filter ul {list-style: none;}
#category_filter .individual_filter h4 { padding-right: 80px; margin-top: 25px; margin-bottom: 20px;}
#category_filter {text-align: right; border-right: 1px solid #d7d7d7;}
.filter_container li {
    padding-right: 80px;
    padding-bottom: 20px;
    color: #9a9a9a;
    cursor: pointer;
}

#filters-wrapper {
    display: none;
}
#category_options {
    background: #fff none repeat scroll 0 0;
    color: #2d364c;
    font-weight: normal;
    padding: 10px 0;
    margin-top: 10px;
}
#category_options ul{margin:0px;}
#category .info h2, #prod_detail_list .info h2, #left_column #recently_viewed .info a{
    color: #272f71;
    font-size: 16px;
    font-weight: normal;
    margin: 30px 0 10px;
    height: 34px;
    overflow: hidden;
    font-family: 'PT Serif', serif;
}
#category .list .info h2, #prod_detail_list .list .info h2 {margin-top: 0px;}
#category .display span.rev-num, #prod_detail_list .display span.rev-num {
    margin-top: -1px;
    display: inline-block;
    vertical-align: bottom;
    height: 16px;
}
.display span.glyphicon.glyphicon-shopping-cart {
    margin-right: 10px;
}
.prod-rating img {
    padding-right: 5px;
    display: inline-block;
}
.grid li .image, .grid li .info, .grid li .content, .grid li .order { text-align: center; }
.grid li .content { height: 165px; overflow: hidden; }
.grid li .image { min-height: 268px; }
.grid li .order { min-height: 120px; position: relative; }
.grid li .order .form {     
    position: absolute;
    bottom: 0;
    display: block;
    left: 25%;
}

#cat ul.display { margin-top: 25px;}

.cat-thumbs { list-style-type: none; margin-top: 22px; padding: 0; }
.cat-thumbs img { width: 100%; }
.cat-thumbs li .info {
    font-size: 12px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 210px;
}
#category .product .image img, #prod_detail_list .product .image img {width:100%;}
#category .list .product .image img, #prod_detail_list .list .product .image img { max-width: 250px;}
#category ul.display li, #prod_detail_list ul.display li { overflow: hidden; margin-bottom: 60px; }
#category ul.display.grid li, #prod_detail_list ul.display.grid li  { margin-bottom: 60px; }
#category ul.display.list li, #prod_detail_list ul.display.list li { margin-bottom: 60px; }
.grid li .sku, .grid li p, .grid li .price, .grid li .rev-stars, .grid li .qanda, .list li .sku, .list li p, .list li .price, .list li .rev-stars {
    margin: 0 0 10px;
}
#category .display span.qty-label, #prod_detail_list .display span.qty-label {
    font-size: 16px;
    color: #636363;
    margin-right: 5px;
}
.display input.qty {
    width: 45px;
    height: 27px;
}
.display .qty-line {
    margin-bottom: 20px;
}
#product .addtocart_button {
    width: 100%;
    background-color: #CC0033;
}
#product .addtocart_button:hover { background-color: #FFD700; }
.display.list .qty-line {float:left;}
.grid .prod-desc, .list .prod-desc {
    margin: 18px 0;
    clear: both;
    height: 55px;
    overflow: hidden;
}
.grid .prod-desc {
    height: 36px;
    overflow: hidden;
}
.grid li .price, .list li .price {
    font-weight: bold;
    font-size: 16px;
}
.list li .price {
    float: left;
    margin-top: 2px;
    display: inline-block;
    margin-right: 10px;
}
#category #sort label, #category #per-page label, #prod_detail_list #sort label, #prod_detail_list #per-page label  {
    font-weight: normal;
    font-size: 16px;
    font-family: 'PT Serif', serif;
    margin-right: 10px;
}
#category .display.list li .image, #prod_detail_list .display.list li .image {float: left; margin-right: 15px; width: 30%;}
#category .display.list li .info, #prod_detail_list .display.list li .info {float: left; width: 67%;}
/* CATEGORY PAGE STYLING ENDS HERE */

/* PRODUCT PAGE STYLING START */
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 input, #product select {
    border-radius: 0;
}
#social {
    text-align: center;
    margin-top:15px;
}
.social_button { display: inline-block; }
.social_button.pinterest, .social_button.facebook { top: -5px; position: relative; }
#product_tabs {
    clear: both;
    display: block;
    float: left;
    margin: 20px 0;
    overflow: auto;
}

#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-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;
}
/* Magicscroll */
.mcs-item > a, .MagicScroll-horizontal .mcs-items-container > * {
    margin: 0 2px;
}

.alternate_images {margin: 10px 0 0; overflow: hidden;}
.alt-img { float: left; }
.alternate_images img {cursor: pointer; height: 80px;margin-right: 10px;width: 80px;}
.alternate_images figcaption {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
}
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;
}
.rev-stars a {
    color: #434343;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
}
#product .product .sku, #product_builder .product .sku {
    color: #636363;
}
#product .content h1, #product_builder .content h1 {
    color: #272f71;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 5px;
}
#suggested_products .product .image img{width:100%;}
 .in-bl {display: inline-block;}
#product .mapping {
    background: #f0f0f0 none repeat scroll 0 0;
    overflow: hidden;
    padding: 0px 0px 10px 0px;
    margin-top: 20px;
}
#product .recipent_mapping_shipto {
    margin-bottom: 0px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 10px;
}
#product .mapping .new_recipient_mapping {
    color: #232323;
    font-size: 12px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 10px;
}
.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.child-price {
    line-height: 44px;
}
.child-wrapper li.child-desc {
    line-height: 44px;
}
.child-wrapper li del{display:block;}
.child-wrapper .qty-add, .child-wrapper .qty-dec {
    display: inline-block;
    color: #fff;
    background-color: #b7b7b7;
    padding: 11px 5px 10px 5px;
    cursor: pointer;
    height: 44px;
}
.child-wrapper .child-qty .qty {
    border-radius: 0px;
    font-size: 14px;
    color: #a7a7a7;
    width: 40px;
    display: inline-block;
    height: 34px;
}
.child-wrapper li.child-qty.lheight {line-height: 44px;}
#product .qty{width: 45px; height: 44px;border-radius: 0; padding: 6px 5px;  text-align: center;}

#product .mapping > div,
#product #additional .child-one-btn{margin-top:10px;}
#product .child-one-btn .addtocart_button{float: right;margin-top: 5px;}
#product .mapping,
#product .order{margin-bottom:10px;}
#product .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  {font-family: "PT Serif", serif;font-size: 24px; font-weight: bold;}
#product .product .child-price .sale-price {font-weight: bold;}
#product .qty-label{float: left; display: inline-block;line-height: 34px; ;vertical-align: middle; font-weight: normal; font-size: 16px; margin-right: 5px;}
#product .qty-line > div {padding-left: 0;}
#product .price {margin: 10px 0;}
#product .rev-stars {margin-top: 10px; overflow: hidden;}
#product .rev-stars .prod-rating {float: left; margin-right:10px;}
#product .image .product_image{width:100%;}
#product .order .child-one-btn {margin: 10px 0;}
#product .attributes select {margin: 5px 0;}
#product #suggested_products .image {min-height: 150px;}
#product .product .prod-form {margin-top: 10px;}
#product a.popup-link {
    position: absolute;
    right: 0;
    bottom:0;
}
#product a.popup-link.extra-img {
    bottom: 0px;
}
#product .img-cont {position: relative;}
.product .status {
    margin-top: 10px;
    color: #686868;
}
.product .backordered {
    display: inline-block;
}
#product .tab-content li,
#product .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 { list-style-type: none; }
#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;}
#product .prod-desc {
    margin-bottom: 10px;
    font-size: 20px;
}
#reviews div {
    margin: 5px 0px;
}
#reviews {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
#reviews h3 {font-size: 24px; font-family: 'PT Serif', serif; margin-top: 10px;}
#reviews .rev-num {
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    color: #6d6d6d;
    clear: both;
}
#reviews .rev-title {font-size: 18px; color: #3e3e3e; margin-top: 40px;}
#reviews .rev-info { font-size: 14px; margin-left: 30px; color: #6d6d6d; display: inline-block; vertical-align: bottom; height: 16px;}
#reviews .rev-stars { margin: 10px 0 20px 0;}
#reviews .rev-comments { clear: both; max-width: 795px;}
#reviews img { display: inline-block; }
#reviews .content_box {
    font-style: italic;
    color: #145B76;
}
#reviews .rev-name {
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
}
#reviews hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
#reviews .btn-link {float: right; margin-right: 20px;}
.right-col {position: relative; margin-top: -38px;}
.right-col img.v-div {position:absolute; top:0; left: -11px; height: 100%;}
#you_may_also_like h4 {
    font-size: 20px;
    margin: 0 0 50px 0;
    padding-top: 40px;
}
#you_may_also_like .thumb-product .name a {
    font-size: 16px;
    color: #363636;
    font-family: 'PT Serif', serif;
}
#you_may_also_like .btn {
    margin: 0;
    padding: 10px 24px;
}
#you_may_also_like li {
    margin-bottom: 15px;
}
#you_may_also_like button span.glyphicon{margin-right: 10px;}
#you_may_also_like .thumb-product .name { margin: 20px 0 10px 0;}
#you_may_also_like .price, #product .product #you_may_also_like .price input.dynamic_qty, #product #you_may_also_like .price input.dynamic_qty {
    font-weight: bold;
    color: #353535;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
}
#you_may_also_like .price input.dynamic_qty {width: 100%;}
/* PRODUCT PAGE STYLING END */

/*--TABS CSS STARTS--*/
.tab_data_container{
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 60px 100px;
    border-top: none;
}
.nav-tabs > li {border-bottom: 1px solid #ccc;}
.nav-tabs > li.active {border-bottom: none}
.nav-tabs.nav-justified>li>a {border-radius: 0; border-bottom: none;}
.nav-tabs{border-bottom:0px;}
.nav-tabs > li > a {
    border: 3px solid #fff;
    border-bottom-color: #ccc;
    border-radius: 0px;
    color: #fff; 
    font-family: "PT Serif",serif;
    font-size: 16px;
    padding: 10px 30px 15px ;
    background:#272f71 none repeat scroll 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    color:#636363;
    padding: 15px 30px;
}
.nav-tabs>li.active>a {
    padding: 15px 30px;
}
.nav-tabs > li > a:hover {
    border:1px solid #272f71;
    border-bottom: none;
    background: #FFD700; 
    color: #272f71;
}

/*** CUSTOM PAGES ***/

.heading {
    font-size: 18px;
    font-weight: bold;
    color: #082897;
    margin: 10px 0px 5px 0px;
}
.catheader { 
    border-bottom: 4px solid #ffda0f;
    margin-bottom: 15px; 
}
.blue14, .blue14 a:link, .blue14 a:visited {
    font-size: 14px;
    color: #082897;
    font-weight: normal;
}
#customer_service #content { margin-bottom: 25px; }
#customer_service iframe { width: 100%; height: 400px; }
#shipping h1 { font-size: 24px; color: #272f71; }
#shipping #table-heading { background-color: #e7e7e7; border-top: 1px solid #272f71; border-bottom: 1px solid #ddd; padding-bottom: 5px; }
#shipping .tr-one { border-top: none; }
#shipping h2 { font-size: 16px; color: #272f71; margin: 10px 0;}
#shipping h2 span { font-size: 14px; display: block; margin-top: 5px; }

/** CHECKOUT PAGES **/
#steps { margin-top: 20px; }
.cart_notes { color: #272f71; float: right; font-size: 12px; line-height: 20px; font-weight: bold; }
#delivery-map-link { display: block; margin-bottom: 10px; text-decoration: underline; }
#datepicker-label { margin-bottom: 0; }
#shipping-disclaimer { margin-top: 0; font-weight: bold;  }
.deliverymessage { 
    font-size: 17px;
    font-weight: bold;
    color: #d22743; 
    margin-top: 10px; 
}
#viewcart .lead { font-size: 16px; font-weight: bold; }
#viewcart #promo-box form { background-color: #5b9bd5; }
#viewcart #promo-box .form-group { margin-bottom: 0; }
#viewcart #promo-box .apply-promo-btn { padding-right: 0; }
#viewcart #promo-box #promo_submit { width: 100%; }
#viewcart #promo-box #freeprod .free-prod-select { padding: 0 10px; }
#viewcart #promo-box #freeprod .free-prod-submit { padding: 0 10px 10px; }
#viewcart #promo-box #freeprod .free-prod-submit input { background: #fff; }
#viewcart #promo-box #promo_code { text-align: center; border-radius: 0; height: 42px;}
#viewcart #promo-box #promo_code::placeholder { color: #000; }
#viewcart .update-total h3 { margin: 0; font-weight: bold; }
#checkout h1 { margin-bottom: 20px; }
#checkout .login-box legend { background: #d7d7d7; padding: 10px; }
#checkout_shipping .buttonrow { margin-bottom: 20px; }
#checkout_shippingaddress .form-control[readonly] { background-color: #fff; border: 1px solid #ccc; border-radius: 4px; color: #555; width: 100%; padding: 6px 12px; font-weight: 500; }
#checkout_shippingaddress .checkout-cart-info { margin-top: 45px; }
#checkout_shippingaddress textarea.form-control { height: 100px; }
#checkout_shipping .checkout-cart-info { margin-top: 58px; }
#checkout_billing .billing-mini-cart { margin-top: 28px; }
#checkout_billing .controlset.checkbox { margin-top: 25px; }
#checkout_billing #payment_info { margin-top: 20px; }

/* 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_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; }

/** BUTTON STYLING **/
.btn-primary, .style1 {
    border: 1px solid #bfbfbf;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'PT Serif', serif;
    font-size: 16px;
    padding: 10px 20px;
    background-color: #272F71;
    color: #fff;
    border-radius: 0;
    text-align: center;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .style1:hover, .style1:active, .style1:focus {
    color: #272F71; 
    background-color: #FFD700; 
    border-color: #272F71;
}
.btn-default, .style2  {
    border: 1px solid #272f71;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'PT Serif', serif;
    font-size: 14px;
    padding: 10px 20px;
    background-color: transparent;
    color: #272f71;
    border-radius: 0;
    text-align: center;
    background: #FFD700;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .style2:hover, .style2:active, .style2:focus {
    color: #fff; 
    background-color: #272f71; 
    border-color: #272f71;  
}
.btn-info, .style4  {
    border: 1px solid #bd0014;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 20px;
    background-color: transparent;
    color: #bd0014;
    border-radius: 0;
    text-align: center;
    background: #fff;
}
.btn-info:hover, .btn-info:active, .btn-info:focus, .style4:hover, .style4:active, .style4:focus {
    color: #fff; 
    background-color: #272f71; 
    border-color: #272f71;  
} 
.style3 {
border: 1px solid #B7B7B7;
    background: transparent;
    color: #B7B7B7;
    font-family: 'PT Serif', serif;
    font-weight: normal;
}
#tellfriend form{max-width:700px;margin:0px auto;}
.confirmation .heading h3 {
    display: inline-block;
    margin-right: 10px;
}
.confirmation .heading h2 {
    display: inline-block;
    margin-right: 10px;
    font-size: 24px;
}
#promos .btn-info:hover {
    background: #fff;
    color: #272f71;
}
#featured_products .thumb-product button, #new_products .thumb-product button {
    margin-top: 10px;
    padding: 10px 25px;
}

#category .list .product .btn, #prod_detail_list .list .product .btn {
    clear: both;
    display: block;
}
#category .list .btn, #prod_detail_list .list .btn {margin-left: 0px;}
.btn-link {
    border: 1px solid #ccc;
    padding: 10px 30px;
    color: #707070;
}
#product .btn-wishlist input , #product .btn-reorder input { padding: 10px 10px; margin-left: 0; width: 100%; text-transform: none; }

#corp-gift-description { font-family: 'PT Sans', sans-serif; }
#corp-gift-description .top-text { font-size: 35px; line-height: 1.5em; margin-bottom: 60px; color: #CC0033; }
#corp-gift-description .top-text div { font-size: 36px; }
#corp-gift-description .top-text div.script { font-family: 'Dancing Script', cursive; font-size: 65px; margin: 20px 0 35px 0; line-height: 1em; color: #000; }
#corp-gift-description .step { margin-bottom: 30px; }
#corp-gift-description h3 { color: #CC0033; }
#corp-gift-description .number-wrapper { margin: 35px auto 0; width: 80%; }
#corp-gift-description .number { background: #CC0033; height: 40px; width: 40px; border-radius: 20px; color: #fff; font-size: 24px !important; line-height: 1.7em; text-align: center; }
#corp-gift-description .top-text .number { height: 50px; width: 50px; border-radius: 30px; font-size: 34px !important; }
#corp-gift-description .quote { margin: 40px auto; font-style: italic; font-size: 20px; line-height: 1.5em; font-family: 'PT Serif', serif; width: 70%; }
#corp-gift-description .quote .top-border, #corp-gift-description .quote .bottom-border { height: 5px; border-bottom: 4px double #CC0033; }
#corp-gift-description .quote .top-border { margin-bottom: 20px; }
#corp-gift-description .quote .bottom-border { margin-top: 10px; }
#corp-gift-description .glyphicon { font-size: 34px; color: #CC0033; }
#corp-gift-description .quote .glyphicon { font-size: 30px; color: #CC0033; top: -13px; position: relative; display: inline-block; background: #fff; padding: 0 5px; }
#corp-gift-description .btn { font-family: PT Sans, sans-serif; max-width: 210px; border: 5px double #fff; white-space: normal; font-size: 14px; padding: 5px 10px; }
#corp-gift-description .small-text { font-size: 15px; }


/** CUSTOM STYLING **/
.sr-only {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    top: auto;
    overflow: hidden;
}

.clearfix { clear: both; }
.in-block { display: inline-block; }

div.errors {
    background-color: #fff2f2;
    border: 1px solid #c00;
    margin: 0 0 10px;
    padding: 5px 10px;
}

div.errors p em, .error {
    color: #c00;
    font-style: normal;
    font-weight: bold;
}
div.form-container {
    margin-bottom: 15px;
} 
.dark-blue { color: #272F71; }
.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; }
.mar_btm{margin-bottom: 10px;}
.mar_btm20{margin-bottom: 20px;}
.text_upper{
    text-transform:uppercase!important;
}
.nopadd { padding: 0; }
.pdd_rt0{
    padding-right: 0px;
}
.pdd_lt0{
    padding-left: 0px;
}
.pad_tp20{
    padding-top: 20px;
}
.pad_btm10{
    padding-bottom:20px;
}
a:focus{
    outline: medium none;
}
.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);
}
@media only screen and (min-width:1400px) {
    .navbar-default .navbar-nav>li>a { font-size: 16px; }
}
@media only screen and (min-width:992px) and (max-width: 1199px) {
    #category ul.display.list li,  #prod_detail_list ul.display.list li {height: 210px;}
    #cat #sort select { min-width: 280px;}
    .grid .prod-desc { max-height: 20px; }
    .tab_data_container{ padding: 40px 50px; }
    #popcontainer { width: 40%; left: 30%; }
    .grid li .image { min-height: 219px; }
    #viewcart #promo-box #promo_code { padding: 6px 4px; }
    #viewcart #promo-box .apply-promo-btn { padding: 0; margin-top: 12px; }
    #viewcart #promo-box .apply-promo-btn #promo_submit { width: 100%; }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    nav.checkout_hide { margin-top; 5px; }
    #container #header .checkout_hide a { margin: 10px 10px 10px 0; }
    .grid li .order .form { left: 22%; }
    #viewcart #promo-box #promo_code { padding: 6px 4px; }
    #viewcart #promo-box .apply-promo-btn { padding: 0; margin-top: 12px; }
    #viewcart #promo-box .apply-promo-btn #promo_submit { width: 100%; }
}
@media only screen and (min-width:768px) and (max-width: 991px){
    #container #header figure { margin: 5px 0; text-align: left;}
    #header #search { margin-top: 10px; }
    #header .phone { margin-bottom: 10px; text-align: center; }
    #popcontainer { width: 70%; left: 15%; }
    .newsletter-block .nwsl, .newsletter-block .newsletter { text-align: left; }
    .newsletter-block .newsletter input[type=submit] { margin-top: 10px; margin-left: 25%; display: block; }
    #welcome .gpane { padding: 45px 6%; margin: 20px 4%;}
    #new_products .thumb-product { height: 440px; }
    .nav>li>a { padding: 10px 10px;}
    #cat #toggle { margin-left: 0;}
    #cat #per-page select { min-width: 60px;}
    #cat #sort select { min-width: 150px;}
    #cat h1 { font-size: 30px;}
    #cat .cat-desc  { font-size: 14px; top: 45%; width: 85%; margin-left: 7.5%;}
    #category.white #cat .cat-desc { width: 100%; }
    #category .display.list li .info,  #prod_detail_list .display.list li .info { width: 57%;}
    #category .display.list li .image, #prod_detail_list .display.list li .image { width: 40%;}
    #category ul.display.list li, #prod_detail_list ul.display.list li { height: 215px;}
    .grid .prod-desc { max-height: 20px; }
    .grid li .image { min-height: 256px; }
    #left_column #recently_viewed ul { padding: 0 10px; }
    .tab_data_container{ padding: 30px; }
    .filter_container li, #category_filter .individual_filter h2 {padding-right: 30px;}
    #viewcart #promo-box #promo_code { padding: 6px 4px; }
    #viewcart #promo-box .apply-promo-btn { padding: 0; margin-top: 12px; }
    #viewcart #promo-box .apply-promo-btn #promo_submit { width: 100%; }
}

@media only screen and (min-width:320px) and (max-width: 767px){
    #container #header figure { margin: 5px 0px; }
    #container #header figure img { display: block; }
    #header #mobile-search { display: none; }
    #header #search { margin: 10px 0; }
    #sub-nav { padding: 10px; }
    #sub-nav .nav { margin: 0; }
    .navbar-nav>li { border: 1px solid #fff; }
    #popcontainer { width: 96%; left: 2%; }
    .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; }
    .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%;}
    #suggested_products .thumb-product{height:220px !important;}
    #minicart_overlay{max-width: 95%;}
    #minicart_overlay_box{width: 100%;}
    #welcome .gpane { padding: 45px 6%; margin: 20px 4%;}
    .promo-banner h3{ display: block; margin: 0px; font-size: 16px;}
    .promo-banner {font-size: 14px;}
    .promo-banner a {margin-top: 5px;}
    .promo1, .promo2 { margin-bottom: 15px;}
    #index #welcome {background-position: 50% 50%; background-size: auto 100%;}
    .newsletter-block div.column1, .newsletter-block div.column2 { padding: 10px 0; }
    .newsletter-block .nwsl { margin-right: 0px; display: block; margin-bottom: 10px;}
    #index .carousel-indicators { left: 65%; width: 30%;}
    #promos { padding: 15px; }
    #promos .promo-box { margin-bottom: 10px; }
    #index .featured-category { width: 100%; margin-bottom: 15px; }
    #index #featured_products { margin-top: 0px; }
    #cat #toggle { margin-left: 30px; display: none;}
    #cat #per-page select { min-width: 60px;}
    #cat #sort select { min-width: 150px;}
    #cat h1 { font-size: 26px; top: 40%;}
    #cat .cat-desc  { display: none;}
    #cat ul.display { padding-left: 0; }
    .grid li .image, .grid li .order { min-height: unset; }
    .grid li .image { min-height: auto; }
    .grid li .content { height: auto; }
    .grid li .order .form { position: relative; left: unset; }
    .grid .prod-desc { max-height: unset; }
    #category .display.list li .info,  #prod_detail_list .display.list li .info { width: 57%;}
    #category .display.list li .image, #prod_detail_list .display.list li .image { width: 38%;}
    #category ul.display.list li, #prod_detail_list ul.display.list li { height: auto;}
    #category ul.display.grid li, #prod_detail_list ul.display.grid li { height: auto; }
    #category .list .btn, #prod_detail_list .list .btn { margin-left: 0px; padding: 10px 25px;}
    .tab_data_container{ padding: 20px; }
    .right-col { margin-top: 20px; border-top: 1px solid #ccc;}
    #you_may_also_like h2 {padding-top: 0; margin: 15px 0;}
    #product .btn-wishlist input , #product .btn-reorder input {width: auto !important;  text-transform: none;}
    #product li.child-buy.pull-right { float: left !important; }
    #product .addtocart_button { width: auto !important; }
    #product .child-buy .btn-reorder input, #product .child-buy .btn-wishlist input  {min-width: 100%;}
    .cart-items strong.visible-xs { display: inline-block !important; }
    .footerbg { border-top: 1px solid #ccc; }
    #viewcart header .btn { display: block; float: none !important; margin-bottom: 15px; }
    #viewcart .thumb-product { min-height: 230px; }
    #category_filter { text-align: left;}
    #cat .filter-head h2 {text-align: left; padding-left: 15px;}
    .filter_container li, #category_filter .individual_filter h2 {padding-left:15px;}
}

@media only (min-width: 1200px) {
    .container { width: 1230px; }
}

/***** Execucom LANDING PAGE *****/

#Execucom #breadcrumb {text-align:center; background: yellow; font-size: 24px; color: black;}

#Execucom #featured-items h3 { color: #272F71; text-align: center; font-size: 30px; margin-bottom: 20px; }
#Execucom .featured-category { width: 20%; float: left; }
#Execucom .featured-category h4 { text-align: center; font-size: 20px; }
#Execucom .featured-category img { height: 150px; margin: 0 auto; }

#Execucom #welcome {padding-bottom:10px; background-image: url('https://s3.amazonaws.com/cdn.bostoncoffeecake.com/images/welcome-bg.jpg'); background-size: 100%; background-repeat: no-repeat; background-position: 0% 50%;}


