.mobile { display: none; }
#menu:not( .mm-menu ) { display: none; }

.back-to-top,
.back-to-top:active,
.back-to-top:focus,
.back-to-top:hover {
    cursor: pointer;
    position: fixed;
    bottom: 0;
    display:none;
    background: #8c0000;
    border: #8c0000;
}

.tooltip { display: none !important; }

html,body {
    overflow-x: hidden; 
}

body {
    /*background: url("https://s3.amazonaws.com/cdn.shoyeido.com/images/header-bgd.png") top no-repeat #fff; 
    background-size: 100% 575px; */
    color: #636363; 
    font: 14px 'PT Serif', serif;
}

body, select, input, textarea { color: #636363; }

a, a:hover, a:visited {color: #650103; text-decoration: none; }

h1 { color: #fff; padding: 8px 10px; font-size: 26px; margin-top: 15px; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#920001+0,5d0000+100 */
background: #920001; /* Old browsers */
background: -moz-linear-gradient(top, #920001 0%, #5d0000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #920001 0%,#5d0000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #920001 0%,#5d0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#920001', endColorstr='#5d0000',GradientType=0 ); /* IE6-9 */
}
h3 { color: #650103; }

ul,ol{ 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 {
    list-style-type: none; list-style: none;
}
li { margin-left: 0px; padding-bottom: 0px; }
.container {background:transparent;  }
#main{background: #fff;
margin-left: 0;
margin-right: 0;}
p { padding-bottom: 0px; }
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a { display: block; padding: 10px; }

.messages { padding: 15px; }

.btn-default { 
    color: #8c0000;
    border-color: #8c0000;
}
.btn-default:hover {
    color: #fff;
    background: #750000;
}
.btn-primary{
    background: #8c0000;
    color: #fff;
    border-color: #8c0000;
    margin-top: 5px;
}
.btn-primary:hover{
    background: #750000;
}

.btn-style-1,
.btn-style-1:visited {
    background-color: #fff;
    border-radius: 3px;
    padding: 10px 15px;
    font-weight: bold;
    color: #8c0000;
    font-family: PT Serif, serif;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
}

.btn-style-1:hover {
    background-color: #750000 !important;
    color: #fff !important;
    border: none !important;
    text-decoration: none;
    transition: background-color 200ms linear 0s;
    -webkit-transition: background-color 200ms linear 0s;
}

.btn-style-2 {
    background: #650103;
    color: #fff;
    border: solid 1px #650103;
    transition: background-color 200ms linear 0s;
    -webkit-transition: background-color 200ms linear 0s;
    font-family: "PT Serif", serif;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 8px 20px;
    font-size: 14px;
}

.btn-style-2:hover,
.btn-style-2:active,
.btn-style-2:focus {
    background-color: #750000 !important;
    border: solid 1px #750000 !important;
    color: #fff;
    transition: background-color 200ms linear 0s;
    -webkit-transition: background-color 200ms linear 0s; 
    text-shadow: none;
}

.btn-style-3,
.btn-style-3:visited {
    color: #fff;
    background-color: #d7c0a5;
    padding: 14px 22px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-style-3:hover,
.btn-style-3:active,
.btn-style-3:focus{
    background-color: #FFFFFF;
    color: #750000;
}

.form-control {
    border-radius: 0 !important;
}

/* PROMO BANNER STYLING */
.promo-banner { 
    text-align: center; 
    background: #8c0000; 
    color: #fff; 
    font-size: 16px; 
    padding: 15px 0; 
    font-family: "PT Serif", serif; 
    width: 100%;
    min-height: 66px;
    overflow: hidden;
}
.promo-banner h2 { font-size: 24px; margin: 0; }
.promo-banner span { padding: 0 20px 0; }
.promo-banner h2, .promo-banner span { display: inline-block; line-height: 36px; }
.promo-banner a { color: #fff; }
/* PROMO BANNER END */

/* HEADER STYLING */
#container #header { margin-bottom: 10px; }
#container #header figure { margin: 0; }
#container #header .checkout_hide { margin-top: 40px; }
#container #header .checkout_hide a {
    color: #650103;
    display: block;
    float: right;
    margin: 0;
    padding: 0 0 0 12px;
    text-decoration: none;
    vertical-align: bottom;
    font-size: 16px;
}
.header-links a {
    border-right: 1px solid #000;
    padding-right: 8px !important;
    height: 15px;
    padding-top: 0;
}
#container #header #tagline {
    clear: right;
    color: #58abcb;
    float: right;
    font-family: 'PT Serif', serif;
    font-size: 20px;
    font-style: italic;
    margin: 30px 15px 10px;
    padding: 0;
    text-align: right;
}
#container #header .phone {
    margin-top: 20px;
    color: #650103;
    font-family: "PT Serif",serif;
    font-size: 22px;
    text-transform: uppercase;
    float: right;
} 

#container #header .phone img {
    margin-right: 15px;
    padding-bottom: 4px;
}
#container #header .phone a {
    color: #650103;
}
#container #header .checkout_hide a:hover,
#container #header .phone a:hover,
#container #header .phone a:visited {
    color: #000;
    text-decoration: none;
}
#container #header nav {
    height: 20px;
    font-family: "PT Serif", serif;
}

.header-links {
    margin-top: 10px;
    float: right;
    margin-right: 8px;
}
#container #header #minicart_container {
    position: relative;
    float: right;
    margin-top: 10px;
}

#minicart {
    float: right;
    /*margin: 0 0 0 10px;*/
    /*border-left: 1px solid;*/
    color: #650103;
}

#container #header #minicart_container #minicart #cartitems a {
    float: left;
    padding-right: 10px;
}

#container #header #minicart_container #minicart #cartitems .minicart_total_price:before,
#container #header #minicart_container #minicart #cartitems .minicart_total_price {
    float: left;
    font-weight: bold;
}

#container #header #minicart_container #cartitems a span.glyphicon.glyphicon-shopping-cart {
    color: #650103;
}

#container #header #minicart_container #minicart a#vcart {
    padding-left: 10px;
}

#minicart a#vcart, #minicart img {
    text-decoration: none;
    color: #145b76;
    margin: 0 8px;
}
#mobile-search { margin-top: 0; }
.nav-icons img.mobile-search {margin-left: 10px;}

input.search-image {
    position: absolute; right: 15px;
    top: 14px; 
    background: #fff; 
}
button.btn-sitesearch {
    position: absolute;
    right: 0;
    top: 12px;
    background: none;
    border: none;
}
button.btn-sitesearch .glyphicon{
    font-size: 20px;
}

#search form {position: relative; }
#search #suggestions {
    z-index: 1000;
    background: #fff;
    position: absolute;
    width: 100%;
    /*border: 1px solid #000;
    border-top: none;*/
    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;
}
.mobile-header {margin-top: 10px;  }
.navbar-collapse {background-color: #fff; overflow: hidden;}
/* HEADER STYLING ENDS */

/* 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; }
#minicart_overlay .pull-right.minicart_exit { margin-right: 15px; }
#minicart_overlay #minicart_products div.minicart_product { padding: 15px; clear: both; background: #eee; overflow: hidden; }
#minicart_overlay .minicart_total { clear:both; padding: 15px 15px 15px 0px; text-align:right }
#minicart_overlay .productname { color: #145b76; font-size: 22px; font-weight: bold; margin: 3px 10px 18px; text-transform: capitalize; text-align: left; }

#index #newsletter h2, 
#global_filter h2 {background-color: #145b76;border-color: #337ab7;color:#FFF;padding:10px 0px 10px 10px}
#newsletter input[type=email]{font-size:15px;}

#horizontal span {
    margin: -6px 0 0 0;
}

#horizontal #search {
    overflow: visible;
    padding: 0px;
    margin-right: -15px;
}
#horizontal #search input[type=text] {
    font-style: italic;
    padding: 6px 10px;
    color: #c8bdb9;
}
input{
    vertical-align:middle;
}

.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 */
#horizontal #nav-menu-container ul li{ margin:0; padding:0;}
.row.nav-wdmanage{
    margin-right: 0px;
    margin-left: 0px;
}

.row.nav-wdmanage #horizontal span {
    float: right;
}

.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{
    margin-left: -15px; margin-top: 5px;
}
.navbar-nav>li {
    float: none;
    display: inline-block;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
    background: none !important;
    color: #650103;
    text-decoration: none;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
   /* background: #c7b299;
    color: #fff;*/
    background: none !important;
    color: #650103 !important;
    text-decoration: none;
}
.navbar-default .navbar-nav>li>a {
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 5px 25px 0 0;
    color: #650103;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}
.navbar-default {
    border-radius: 0px;
    background: none !important;
    border:none;
    border-bottom: 0;
    margin: 0;
}

.dropdown:hover .dropdown-menu { display: block; margin-top: 0; }
.dropdown-menu { 
    z-index: 9999;/* background: #8c0000 none repeat scroll 0 0; */
    /*background:   url("https://s3.amazonaws.com/cdn.shoyeido.com/images/header-bgd.png") no-repeat;*/
    color: #650103;
}
.dropdown-menu > li > a{color: #650103; font-weight: bold;}
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
    /*background: #c7b299 none repeat scroll 0 0;*/
    background: none;
    color: #000;
}
.dropdown-menu > li > a:hover .navbar-nav>li>a{
    background: none;
}
.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;}

/*BOTTOM NAVBAR*/
div#navbottom-menu-container ul.nav {
    display: inline-block;
    width: 100%;
    margin: 15px 0 10px 0;
    text-align: center;
    border-top: 1px solid #8c0000;
    padding-top: 15px;
    padding-bottom: 5px;
}
div#navbottom-menu-container li a {
    font-size: 14px;
    font-weight: normal;
    padding: 0 15px;
}
/* MAIN NAVIGATION STYLING ENDS */


/* CAROUSEL STYLING START */
#Carousel {
    /*border: 5px solid #fff;*/
    border-top: none;
    border-radius: 0;
 }

#Carousel #prev-slide {
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 1000;
    cursor: pointer;
}

#Carousel #next-slide {
    position: absolute;
    top: 30%;
    right: -1px;
    z-index: 1000;
    cursor: pointer;
}

#Carousel #next-slide img {
    float: right;
}
.carousel_rt{
    float: right;
    padding: 0; 
}
.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-control {
    opacity: 1;
}
.carousel-control.right {
    background-image: none;
}
.carousel-inner img {width: 100%;}
/* CAROUSEL CSS ENDS */

/* HOMEPAGE STYLING */
#index #welcome{
    padding-bottom:10px;
    border: 5px solid #fff;
    border-bottom: none;
    border-radius: 0;
    background: url("https://s3.amazonaws.com/cdn.shoyeido.com/images/header-bgd.jpg");
    overflow: hidden;
    height: 220px;
}

#welcome img {
    float: left;
    margin: 20px 40px 0 20px;
}

#welcome h1 {
    margin: 45px 0px 25px 0px;
    font-family: 'PT Serif', serif;
    color: #6f370b;
    font-weight: normal;
    font-size: 24px;
}

#welcome p {
    font-size: 14px;
    line-height: 20px;
    color: #650103;
    padding: 0 10px;
}
#index .carousel-indicators {
    bottom: 0px;
    left: 0px;
    right: 0;
    margin: 0px;
    padding-top: 10px;
    position: absolute;
    width: auto;
}
#index .carousel-indicators li { text-indent: -9999px; }

/* NEWSLETTER SECTION STYLING STARTS */
.btm-social-nwsltr { background: url("https://s3.amazonaws.com/cdn.shoyeido.com/images/leftnav_bg.jpg"); }
#newsletter-block {
    width: 100%;
    min-height: 65px;
    margin: 5px 0px;
    overflow: hidden;
    border-radius: 0;
    padding-top: 20px;
}

#newsletter-block div:first-child {
    border-left: 0;
}

#newsletter-block div {
    padding: 0px 10px;
    display: inline-block;
    vertical-align: top;
    min-height: 33px;
    margin-bottom: 6px;
}

#newsletter-block div.column1 #shr {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    color: #fff;
    padding-right: 15px;
}

#newsletter-block div.column1 #shrlnk {
    margin-top: -3px;
    padding: 0;
    border: 0;
    min-width: 30px;
    display: inline;
}

#newsletter-block div.column1 #shrlnk .shrimg img {
    height: 25px;
    margin-right: 15px;
}

#newsletter-block div.column3 {
    color: #fff;
    font-family: 'PT Serif', serif;
    line-height: 33px;
}

#newsletter-block div.column3 i {
    font-size: 18px;
    font-style: normal;
}

#newsletter-block div.column3 #newsletter {
    float: right;
}

#newsletter-block div.column3 #newsletter header {
    display:none;
}

#newsletter-block div.column3 #newsletter div {
    margin-top: 0;
}

#newsletter-block div.column3 #newsletter input[type=email] {
    width: 233px;
    border: 1px solid #c2c2c2;
    font-family: PT Serif, serif;
    font-size: 14px;
    color: #898989;
    font-style: italic;
    padding-left: 15px;
    margin-right: 5px;
}

#newsletter-block div.column3 #newsletter input[type=submit] {
    color: #650103;
    background: #ffffff;
    border: solid 1px #89440d;
    font-family: "PT Serif", serif;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 8px 20px;
    font-size: 14px;
}

#newsletter_thanks .thanks-msg { margin: 0 20px; }

/* 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 #8c0000; 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.shoyeido.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 #8c0000; }
/********** Newsletter popup ends *********************/

/* PROMO BOXES SECTION BEGINS */

#promo-boxes {
    margin: 15px 0 20px 0;
    padding: 0px;
    /*border: 5px solid #fff;*/
    border-top: none;
    border-bottom: none;
    border-radius: 0px;
}

#promo-boxes div {
    text-align: center;
    position: relative;
    padding: 0px;
}

#promo-boxes div img {
    width: 100%;
}

#promo-boxes div.column1,
#promo-boxes div.column2 {
   
}

.promo-col-wrapper.column1 {
    padding-right: 20px !important;
}
.promo-col-wrapper.column1 img {
    width: 100%;
}
.promo-col-wrapper.column2 img {
    width: 100%;
}

.promo-col-wrapper.column2 {
    padding-left: 20px !important;
}
.promo-col a {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

#promo-boxes header {
    position: absolute;
    width: 100%;
    bottom: 30px;
}

#promo-boxes header h3 {
    font-size: 20px;
    font-family: PT Serif, serif;
    color: #fff;
    padding: 5px 0;
    margin: 0px 0px 30px 0px; 
}
/* END PROMO BOXES */


/* BREADCRUMB STYLING START */
#breadcrumb {
    font-size: 12px;
    padding: 8px 0; 
    text-transform: capitalize;
    color: #fff;
    background: #000;
}
#breadcrumb a {
    color: #fff;
    font-weight: bold;
}
#breadcrumb a.home { background: #444; color: #fff; line-height: 31px; margin: -10px 17px -10px 0; padding: 0 10px 0 15px; display: inline-block; }
#breadcrumb div.home-arrow { width: 0; height: 0; display: inline-block; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 15px solid #444; position: absolute; top: 0; left: 59px; }
#breadcrumb .separator {
    padding: 0 5px;
    color: #e1e1e1;
}
  
#breadcrumb hr#product-hr {
    border-bottom: 1px solid #650103;
    padding-top: 10px;
}

/* BREADCRUMB STYLING END */

/* GENERAL PAGE CONTENT STYLING */

#content { margin: 0px 0 25px 0; }

#content .page-header {
    background: #fff;
    margin: 0;
    padding: 40px 0 20px 0;
    margin-bottom: 20px; }

}
#content .page-header hr {
    border-top: 1px solid #c2c2c2;
    margin: 5px 20px 0 20px;
    padding: 0 20px;
}
#content h1#cat-request-title,
#content h1#shipping-title {
    background: #fff;
    padding: 20px 0 10px 20px;
    margin: 0;
} 
#content .about-content,
#content .shipping-content{
    margin-top: -1px;
    padding-bottom: 10px;
    background: #fff;
    padding-left: 20px;
}

#content .form-container {
    background: #fff;
    padding: 0 20px;
}

#content .form-container p,
#content .form-container legend,
#content .form-container label {
    color: #636363;
}
#content .form-container legend {
    border-bottom: 1px solid #c2c2c2;
}

.thumbnail img {
    width: 100%;
}

.thumbnail {
    padding: 0;
}

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;
}

/* CATEGORY PAGES BEGIN */
#category .cat-top {
    border-bottom: 5px solid #fff;
    border-top: none;
    position: relative;
}
#category #cat-header {
    position: absolute;
    top: 10%;
    left: 30%;
    padding: 0 30px;
    z-index: 20;
    display: flex;
    flex-direction: column;
}

.cat-desc h2 {
    font-size: 18px;
    line-height: 24px;
}

.cat-right-col {padding: 0;}

#left_column {padding-left:0;}

#left_column #category_filter {
    text-align: right;
}

#left_column #category_filter .filter_container {
    text-align: center;
    padding-bottom: 40px;
}

#left_column #category_filter .clear_all_container {
    padding-bottom: 25px;
}

#left_column #category_filter .filter_container li {
    color: #767676;
    font-size: 14px;
    padding-bottom: 20px;
    padding-right: 80px;
    text-align: right;
}

#left_column #category_filter .filter_container li input {
    margin-left:6px;
}

#left_column #category_filter .individual_filter {
    border-bottom: 1px solid #cccccc;
    padding-top: 25px;
}

#left_column #category_filter .individual_filter:first-child {
    padding-top: 0;
}

#left_column #category_filter .individual_filter:last-child {
    border-bottom: none;
}
#left_column #recently_viewed h4 {
    text-transform: uppercase;
    color: #8c0000;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
#left_column #recently_viewed ul { padding-left: 0; }


#category_filter h4,
#global_filter h4,
#newsletter h4,
#shop_by_price h4,
#minicart h4 {
    text-transform: uppercase;
    color: #8c0000;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-right: 80px;
}
#category_menu h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    background: #750000;
    padding-left: 36px;
    font-weight: bold;
}
#left_column #recently_viewed h2{
    font-size:20px;
    color: #636363;
    padding: 10px;
    font-weight: normal;
    border: 1px solid #d7d7d7;
    text-align: center;
    margin-bottom: 40px;
}

#left_column #recently_viewed ul li { padding: 0px; margin: 0px 0px 25px 0px; }

#left_column #recently_viewed .thumb-product {
    text-align:center; 
    height: auto; 
    overflow: hidden; 
    width: 100%;
}

#left_column #recently_viewed .thumb-product .image {
    width: 100%;
}
#left_column #recently_viewed .thumb-product .image img{
    width: 100px; height: 100px;
}

#left_column #recently_viewed .thumb-product .info {
    padding: 20px 0;
    text-align: center;
    max-width:100%;
}

#left_column #recently_viewed .thumb-product .name {
    display: block;
    padding: 10px 0 0;
}

#left_column #recently_viewed .thumb-product .price {
    color: #353535;
} 

#left_column #recently_viewed .thumb-product .info .form {
    display: none;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 0;
}

/**CATEGORY MENU STYLING**/
#category_menu ul{
    list-style:none;
    background: #a90b0d;
    margin: 0;
    padding: 0;
}
#category_menu ul li{    
    background-color: transparent;
    margin: 0;
    padding: 0;
}

#category_menu ul li a {
    display: block;
    margin-bottom: -1px;
    position: relative;
    color: #fff;
    padding: 8px 0 5px 40px;
}
#category_menu ul li a:hover {
    background: #750000 !important;
}
#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**/

/* FOOTER STYLING START */
.footerbg {
    background: #fff;
}
footer {
    margin: 20px 0 !important; 
    font-family: "Source Sans Pro", sans-serif;
}
footer .logo {
    float: left;
}
footer h3,
footer h4 {
    color: #7d7d7d;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin: 30px 0 15px;
}

footer a {
  display:block;
    line-height: 20px;
    text-decoration: none;
    color: #7d7d7d;
    font-family: "Source Sans Pro", sans-serif;
}
footer a:hover,
footer a:visited {
    text-decoration: none;
    color: #7d7d7d;
}

footer #company-contact p {
  line-height: 20px;
    color: #7d7d7d;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
}

footer #contact-numbers #freephone {
    margin: 25px 0px;
}

footer #contact-numbers p {
    line-height: 20px;
    color: #7d7d7d;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px;
}

footer #contact-numbers span {
    color: #650103;
    font-size: 20px;
    float: left;
    padding-right: 5px;
}

footer #contact-numbers span a {
    color: #650103;
}
footer #contact-numbers span a:hover {
    color: #650103;
    text-decoration: none;
}

footer ul{list-style:none;margin: 0; padding: 0;}
#footer nav ul li{margin-left:0px;padding-bottom:0px; }
#footer .fullsite,
#footer .gateway_links{padding-left: 10px;}
/* FOOTER STYLING END */

/* COPYRIGHT STYING */
#cprgt{
    color: #998675;
    font-family: "PT Serif", serif;
    margin-top: 25px;
}
#cprgt #secure,
#cprgt #secure img {
    float: right;
}

/*-- FEATURED PRODUCTS SECTION BEGINS --*/

#featured_categories,
#new_products,
#related_products,
#suggested_products,
#you_may_also_like {
    clear: both;
    width: 100%;
    border: 5px solid #fff;
}

#featured_products header{
    display: none;
}
#featured_categories header,
#new_products header,
#related_products header,
#suggested_products header,
#you_may_also_like header {
    min-height: 45px;
    /*margin-bottom: 30px;*/
    background: url("https://s3.amazonaws.com/cdn.shoyeido.comimages/h4-bcg.jpg") repeat-x;
    text-align: center;
    position: relative;
}

#featured_products header h4,
#featured_categories header h4,
#new_products header h4,
#related_products header h4,
#suggested_products header h4,
#you_may_also_like header h4 {
    font-family: "PT Serif", serif;
    color: #6f370b;
    font-size: 24px;
    margin: 0px;
    padding: 10px 0;
    color: #fff;
}

#cap {
    width: auto;
    text-align: center;
}
#seemore {
    position: absolute;
    right: 10px;
    top: 5px;
    background-color: #fff;
    font-family: 'PT Serif', serif;
    font-size: 14px;
    color: #650103;
    padding: 8px 10px 8px 20px;
    text-align: center;
    border-radius: 3px;
}
#seemore a {
    color: #650103;
    text-decoration: none;
}
.thumb-product{
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.thumb-product .image{
    width: 100%;
    text-align: center;
}
.thumb-product img{
    width:auto;
}
.red, .req, .sale-price {
    color: #ed1c24;
}

#featured_products ul li .info,
#featured_categories ul li .info,
#new_products ul li .info,
#related_products ul li .info,
#suggested_products ul li .info,
#you_may_also_like ul li .info {
    padding: 10px 0 10px 0;
}

#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,
#you_may_also_like ul li .info a {
    color: #650103;
    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,
#you_may_also_like ul li .name {
    margin: 10px 0px 5px 0px;
}

#featured_products ul li .price,
#featured_categories ul li .price,
#new_products ul li .price,
#related_products ul li .price,
#suggested_products ul li .price,
#you_may_also_like ul li .price {
    margin: 0 0 20px 0;
}

#featured_products ul li .price .m-dash,
#featured_categories ul li .price .m-dash,
#new_products ul li .price .m-dash,
#related_products ul li .price .m-dash,
#suggested_products ul li .price .m-dash,
#you_may_also_like ul li .price .m-dash {
    margin-left: 5px;
}

/* 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:#7d7d7d; 
    clear: both; 
    text-align: right; 
    margin: 10px 6px 10px;
    padding: 10px 0; 
}

#prev-next2 span, #prev-next2 a {
    color:#636363; 
}

#prev-next2 span.page {
    margin-right: 20px;
}

#prev-next2 .previous, #prev-next2 .next {
    border: 1px solid #bebebe;
    padding: 8px 8px;
}

#prev-next2 span.curPage {
    font-family: 'PT Sans', sans-serif;
    border: 1px solid #bebebe;
    padding: 8px 10px;
}

#prev-next2 .pagenumber, #prev-next2 .curPage {margin-right: 15px;}
#prev-next2 .pagenumber a {color: #7d7d7d;}
#prev-next2 .pagenumber a:hover, #prev-next2 a:hover {text-decoration:none;}

#cat #cattitle h1 {
    background: transparent;
    color: #636363;
    font-size: 24px;
    margin: 0 !important;
    padding: 10px 0 0 0;
}

#category_options {
    background: #fff none repeat scroll 0 0;
    color: #fcffff;
    font-weight: normal;
    padding: 10px 0;
    border-bottom: 1px solid #c2c2c2;
    clear: both;
}

#category_options ul{margin:0px;}

#category .cat-thumbs li {
  margin: 10px 15px;
}

#category .cat-thumbs .info h2 {
    margin: 30px 0 10px;
    color: #363636;
    font-size: 16px;
    font-weight: 400;
}

#category .cat-thumbs .info a:hover {
    text-decoration: none;
}

#category .info h2, #prod_detail_list .info h2{
    color: #8c0000;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
    max-height:33px;
}

.display.grid li {
    /*height: 490px;*/
    max-height: 500px;
    min-height: 340px;
    margin: 5px 0;
}

.display.grid li .info .content {
    margin-top: 20px;
}

.display.grid li .info .content a:hover {
    text-decoration: none;
}

.display li .info .price {
    color: #636363;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.display li .info .prod-desc {
    margin-bottom: 20px;
    color: #636363;
}

.display li .info .price,
.display li .info .qty-line {
    font-size: 16px;
    color: #636363;
    display: inline-block;
}

.display li .info .price .m-dash {
    margin-left: 5px;
}

.display li .info .price .cat-pg-dash {
    margin-right: 5px;
    margin-left: 0;
}
.display.list li .info .qty-line {
    margin-right: 20px;
}

.display.grid li .info .qty-line {
    margin-right: 15px;
}

.display li .info .price span {
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
}

.display li .info .qty-line .qty-label {
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
}
.display.list li .info .qty-line span {
    margin-right: 10px;
}

.display.grid li .info .qty-line span {
    margin-right: 5px;
}

input.qty {
    padding-left: 13px;
    padding-right: 1px;
}
.cat-right-col .qty {
    width: 65px;
    padding: 6px 10px 7px;
    border: 1px solid #c2c2c2;
}

.grid li .image, .grid li .info, .grid li .content, .grid li .order {
    text-align: center;
}

#cat .display.list {
    padding-top: 0;
}

.cat-thumbs li {
    border: 0 solid #ccc;
    display: inline-block;
    margin: 10px 10px 10px 0;
    vertical-align: top;
    width: 170px;
}

.cat-thumbs li .info {
    font-size: 12px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

#category .product .image{
    text-align: center;
}
#category .product .image img, #prod_detail_list .product .image img {
     width: 56%;
    margin: 0 22%;
}
#category ul.display.list li, #prod_detail_list ul.display.list li  {
    overflow: hidden;
    padding: 35px 0;
    border-bottom: 1px solid #c2c2c2;
}

#category ul.display.list li:last-child, #prod_detail_list ul.display.list li:last-child {
    border-bottom: none;
}

.grid li .sku, .grid li p, .grid li .price, .grid li .rev-stars, .grid li .qanda {
    margin: 0 0 10px;
}

#category #sort {
    margin-left: 25px;
    margin-right: 100px;
}

#toggle a#list {
    margin-right: 35px;
}

#category #sort label, #prod_detail_list #sort label {
    color: #2D3646;
    margin-right: 10px;
    font-weight: 500;
}

#category #per-page label, 
#prod_detail_list #per-page label {
    color: #2D3646;
    font-weight: 500;
    text-transform: normal;
    margin-right: 10px;
}

#category #toggle label {
    display: none;
}

#category #sort select {
    padding: 0 20px;
    color: #2d364c;
    border: 1px solid #ccc;
    height: 40px;
    width: 306px;
    max-width: 306px;
    border-radius: 5px;
}

#category #per-page select {
    width: 90px;
    height: 40px;
    border-radius: 5px;
    padding-left: 15px;
    margin-right: 50px;
}

#category .display.list li .image , 
#prod_detail_list .display.list li .image {
    min-width: 185px;
    max-width: 300px;
    width: 100%;
    float: left; margin-right: 15px;
}

#category .display.list li .info, 
#prod_detail_list .display.list li .info {
    float: left;
    margin-left: 10px;
    max-width: 530px;
}
/* CATEGORY PAGE STYLING ENDS HERE */

/* PRODUCT PAGE STYLING START */
#product #content .product {
    background: #fff;
    padding: 20px 0px 0 0px;
}

#product .product .image #group-img-enlarge { position: relative; }
#product .product .image .enlarge {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* magic scroll */
.mcs-item > a, .MagicScroll-horizontal .mcs-items-container > * { margin: 0 2px; }

#product .product .image #social {
    padding-left: 15px;
    clear: both;
}

#product .product .prod-desc { 
    clear: both; font-size: 18px;
    color: #600000;
    font-style: italic;
    margin: 5px 0 15px 0;
}

#product .prodcust1{
    color: #8c0000;
    margin: 5px 0;

}
#product .emailafriend img {
    margin-right: 10px;
    vertical-align: text-bottom;
}

#product_tabs {
    clear: both;
    display: block;
    float: left;
    margin: 20px 0;
    overflow: auto;
    width: 100%;
}

#product #product_tabs ul li {
    background: #e1e1e1;
}

#product #product_tabs ul li:active {
    background: #fff;
}

#product #product_tabs ul li a {
    color: #636363;
}

#product #prod-prevnext {
    padding-bottom: 15px;
    margin: 0 5px;
}

.additional-header {
    display: block;
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    padding: 10px 0 10px 20px;
    margin-top: 20px;
    text-align: center;
    font-family: "PT Serif", serif;
    font-size: 24px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#920001+0,5d0000+100 */
background: #920001; /* Old browsers */
background: -moz-linear-gradient(top, #920001 0%, #5d0000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #920001 0%,#5d0000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #920001 0%,#5d0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#920001', endColorstr='#5d0000',GradientType=0 ); /* IE6-9 */
}

div .additional-prod {
    border-bottom: 1px solid #ccc;
    display: block;
    float: left;
    margin: 10px 0;
    overflow: visible;
    padding: 0 0 10px;
}

.additional-prod #social,
.additional-prod .rev-stars{
    display: none;
}
.add-info h2{
    font-size: 20px;
    color: #8c0000;
}
.add-info .sku{
    font-size: 14px; color: #636363 !important;
}
.add-info .product-cust1{

}
.prod-cust1 ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-position: outside;
    padding-left: 20px;
    margin-top: 5px;
}

.additional-prod .btn-add input {
    width: auto !important;
    margin-top: 5px;
}
#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: 'PT 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;
}
.alternate_images {margin: 10px 0 0 17px;}
.alternate_images .alt-img-nav img { width: auto; border: none; margin:0;}
.alternate_images #left-img-nav img { margin-right: 7px;}
.alternate_images img {
    border: 1px solid #ccc;
    cursor: pointer;
    float: left;
    height: 80px;
    width: 80px;
    margin-right: 12px;
}
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;
    padding: 0;
    vertical-align: baseline;
    width: auto;
    text-align: center;
    max-width: 90px;
    width: 45px;
}

#product .product .status, #product_builder .product .status {
    color: #8c0000;
    margin-top: 10px;
}

#product .product .status span, #product_builder .product .status span {
    color: #b4b4b4;
}

.rev-stars a {
    color: #434343;
    font-size: 12px;
    text-decoration: none;
    font-weight:bold;
}
#product .product .sku, #product_builder .product .sku {
    color: #600000;
}
#product .product .discounts, #product_builder .product .discounts {
    line-height: 22px;
}
#product .content h1, #product_builder .content h1 {
    background: transparent;
    color: #8c0000;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 0;
    padding: 0;
}

#suggested_products .product .image img{width:100%;}

#product .mapping {
    background: #f0eee5 none repeat scroll 0 0;
    overflow: hidden;
    padding: 0px 0px 10px 7px;
    min-height: 50px;
}
#product .mapping div {
    padding: 0;
}
#product .mapping .recipient-ship span.glyphicon-chevron-down:before {
    position: absolute;
    left: -90px;
    z-index: 10;
    bottom: -8px;
}
#product .recipent_mapping_shipto, #product_builder .recipent_mapping_shipto {
    color: #636363;
    font-family: 'PT Serif', serif;
    margin-bottom: 0px;
    line-height: 30px;
    font-weight: normal;
    padding-left: 8px;
    padding-right: 0;
}
#product .mapping .new_recipient_mapping, #product_builder .mapping .new_recipient_mapping {
    color: #636363;
    float: left;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    width: 35px;
    padding-left: 3px;
    margin-left: 15px;
}
#product .mapping select#recipient_mapping {
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;   
    line-height: 20px;
}
#product .mapping #recipient_mapping option, #product_builder .mapping #recipient_mapping option {
    color: #636363;
}

#product .product .order .btn-wish-reorder { overflow: hidden; }
#product .product .order .btn-wish-reorder input {
    width: 150px;
}
.child-wrapper form{
    margin-top: 0 !important;
}
.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 ul li ul { padding-left: 40px; }
.child-wrapper li {
    margin: 0px;
    padding: 0 0px 0px 0;
    vertical-align: middle;
}
.child-wrapper li del{display:block;}

.child-wrapper .child-image img{
    width: 100%;
}
.child-wrapper .child-desc h2{
    font-size: 20px;
    color: #8c0000;
}
.child-wrapper .child-desc ul{border:none !important;}
.child-wrapper .child-desc ul li{
    padding-top: 5px !important;
    list-style: disc;
    border:none !important;
    color: #8c0000;
}
.child-wrapper .child-price {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

#product .qty, #product_builder .qty {
    width:45px; 
    margin-left: 5px;
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;
}


#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;
    background: #8c0000;
    border-color: #8c0000;
}
#product .mapping,
#product_builder .mapping,
#product .order, 
#product_builder .order {margin-bottom:20px;}
#product .form { margin: 30px 0; }
#product .qty-line, #product_builder .qty-line {height:34px;}

#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: "PT Serif", serif;
    font-size: 24px;
    width: 90px;
}
#product .product .price input.dynamic_qty, #product_builder .product .price input.dynamic_qty {
    color: #636363;
    font-weight: bold;
    margin-left: -10px;
}
#product .product .order .btn-add span.glyphicon-shopping-cart {
    z-index: 10;
    position: absolute;
    left: 14.3em;
    top: 25.2em;
    color: #fff;
}
#product .product .order .btn-add input {
    width: 300px;
    background: #8c0000;
    border: #8c0000 1px solid;
    margin: 0; 
}
#product .product .order .btn-add input:hover{
    background: #750000;
}

.product input.dynamic_qty.sale_price {
    text-decoration: line-through;
    display: block;
}

#product .product .order .prod-desc {
    clear: both;
    padding-top: 25px;

}

#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; vertical-align: middle;}
#product .qty-line > div, #product_builder .qty-line > div {padding-left: 0;}
#product .price, #product_builder .price {margin: 17px 0 15px 0;}
#product .price span.savings-amount, #product_builder .price span.savings-amount {margin-left: 5px;}
#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 {color: #434343;}
#product .image .product_image, #product_builder .image .product_image {width:100%;}
#product .order .child-one-btn, #product_builder .order .child-one-btn {margin: 10px 0;}
#product .attributes select, #product_builder .attributes select {margin: 5px 0;}
#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 div {
    margin: 5px 0px;
}
#reviews h3 {
    font-size: 24px; 
    color: #636363; 
    display: inline-block;
    margin-top: 10px;
    padding-top: 10px;
}
#reviews a {
    color: #7f7f7f; 
    display: inline-block; 
    float: right;
    border: 1px solid #cccccc;
    padding: 10px 35px;
    margin-top: 10px;
}
#reviews .rev-title {
    font-size: 18px; 
    color: #3e3e3e;
    margin-top: 30px;
}
#reviews .rev-info { 
    font-size: 14px; 
    margin-right: 10px; 
    color: #3e3e3e;
}
#reviews .rev-stars {display: inline;}
#reviews .rev-stars img {margin-top: -3px;}
#reviews .rev-date {
    display: inline-block; 
    color: #9b9b9b; 
    margin-left: 30px;
}
#reviews .rev-comments { 
    clear: both; 
    color: #3e3e3e;
    margin-top: 15px;
}
#reviews .rev-name {
    margin-top: 35px;
}

#reviews .content_box {
    font-style: italic;
    color: #3e3e3e;
}
#reviews hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d7d7d7;
}
#reviews hr#last-hr {
    margin-top: 30px;
}

/* PRODUCT PAGE STYLING END */


/*-- TABS CSS STARTS --*/
.tab_data_container{
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 30px 20px;
    border-top: none;
}
.nav-tabs{border-bottom:0px;}
.nav-tabs > li > a {
    border: 1px solid #ccc;
    border-radius:0px;
    color: #145b76;
    font-family: 'PT Serif', serif;
    font-size: 16px;
    padding: 15px 30px;
    background:#f0f0f0 none repeat scroll 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    color:#145b76;
}
.nav-tabs > li > a:hover{
    border:1px solid #ccc;
}

#tellfriend form{max-width:700px;margin:0px auto;}

/** MEMBER PAGES **/
#member_wishlist .wishlist .item-sku { padding: 0; }
#member_wishlist .wishlist .item-remove { text-align: center; }
#member_login .login { margin: 0 20px; }

/** CHECKOUT PAGES **/

#viewcart .update input, #viewcart .btn-link { color: #650103; }
#viewcart #promo-box #freeprod .free-prod-select { padding: 0 10px; }
#viewcart #promo-box #freeprod .free-prod-submit { padding: 0 10px 10px; }
#viewcart #promo-box #promo_code { text-align: center; }
#viewcart #promo-box .apply-promo-btn { padding-right: 0; }
#viewcart #promo-box #promo_submit { width: 100%; }
.nav-tabs.nav-justified>li>a { color: #592c09; background: #e1e1e1; border-color: #ccc; }
.nav-tabs.nav-justified>.active>a, 
.nav-tabs.nav-justified>.active>a:focus, 
.nav-tabs.nav-justified>.active>a:hover { border-bottom-color: #ccc; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { color: #89440d; }
#steps ul li a, #steps ul li.active a { color: #592c09; }
#checkout #steps, #checkout_shippingaddress #steps, #checkout_shipping #steps, #checkout_display #steps, #checkout_billing #steps { margin: 0; }
#checkout .login { margin: 0; }
#checkout .login .welcome-back { margin: 10px 0; }
#checkout .login #catalog_code_container { margin-top: 15px; }
#checkout .login #catalog_code_container input { border: 1px solid #89440d; }
#checkout_shippingaddress .checkout-cart-info, #checkout_shipping .checkout-cart-info { margin-top: 56px; }
#checkout_display #content p:first-of-type { margin-left: 20px; }
#checkout_display .checkout-display-totals { margin: 0 20px; }
#checkout_billing .billing-minicart { margin-top: 28px; }
#checkout_confirmation #steps { margin: 0 20px; }
#checkout_confirmation .confirmation { margin: 0 20px; }
#checkout_thanks #steps { margin: 0 20px; }
#checkout_thanks h2, #checkout_thanks p { margin: 0 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; }

/** CUSTOM STYLING **/

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_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;
}
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);
}

/* MOBILE NAV */
.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a,
.mm-listview > li > a, .mm-listview > li > span {
    color: #8c0000;
}

.mm-next:after, .mm-arrow:after {
    border-color: #8c0000;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { border: none; }

/* LARGE SCREEN */
@media only screen and (min-width:1200px) {
    #newsletter-block div.column1 {float: left; margin: 0;}
    #newsletter-block div.column3 {margin: 0; float: right;}
    #newsletter-block {padding: 20px 20px 10px 20px;}
  
    #product .product .image #social { padding-top: 10px; }
    #product .product .discounts, #product_builder .product .discounts {
      margin-top: 20px;
    }
    #product .child-wrapper li.child-desc, #product .child-wrapper li.child-price,
    #product_builder .child-wrapper li.child-desc, #product_builder .child-wrapper li.child-price {
      /*margin-top: 10px;*/
    }
    #product .order .child-one-btn, #product_builder .order .child-one-btn {
      margin-top: 20px;
    }
    #product .qty, #product_builder .qty {
      width: 50px;
    }
    #product .product .order .btn-add span.glyphicon-shopping-cart {
      top: 358px;
      left: 200px;
    }
}

/* MEDIUM */
@media only screen and (min-width:992px) and (max-width: 1199px){
    body {background-size: 100% 550px;}
    #popcontainer { width: 40%; left: 30%; }   
    #container #header .checkout_hide #search-md { float: right; margin-top: -5px; }
    #mobile-search {padding: 5px 0px; }

    .navbar-default .navbar-nav>li>a{padding-right: 18px !important;}
    div#navbottom-menu-container li a { font-size: 13px; padding: 0 2px; }
    #newsletter-block { padding: 5px 0; }
    #newsletter-block div.column1 {margin-top: 30px; }
    #newsletter-block div.column1 .shrimg {padding-left: 10px;}
    #newsletter-block div.column3 { margin-bottom: 0; }
    #newsletter-block div.column3 i { margin-left: 50px; }
    #newsletter-block div.column3 #newsletter input[type=email] { width: 340px; }
    #category_menu h4{
        padding-left: 20px;
    }
    #category_menu ul li a{
        padding-left: 20px;
    }
    #category #breadcrumb {
        top: 19em;
        left: 26em;
    }
  
    #category #sort {
        margin: 0 0 0 10px;
        padding: 0;
    }
  
    #category_options ul li#per-page {
        margin: 0 0 0 25px;
    }
    
    #category #per-page select {
        margin-right: 15px;
    }
    
    #prod_detail_list ul.display li { padding: 20px; min-height: 380px;}
    #category ul.display.grid li, 
    #prod_detail_list ul.display.grid li {border-bottom: none; min-height: 380px;}

    #category .display.list li .info, #prod_detail_list .display.list li .info {
        width: 370px;
        margin-right: 10px;
    }
  
    #category .display.grid li .info .qty-line {
        margin: 0 0 15px 0;
    }
  
    #left_column #category_filter h2 {
        padding-right: 55px;
    }
  
    #left_column #category_filter .filter_container li {
        padding-right: 35px;
    }
  
    #left_column #recently_viewed h2 {
        padding: 10px;
        text-align: center;
    }
    
    #product .product .image #social { padding-top: 10px; }
    .alternate_images {margin: 10px 0 0 3px;}
    .alternate_images img { margin: 0 4px 4px 0; }
    #product .prod-desc { clear: both; }
    #product .mapping, #product_builder .mapping, #product .order, #product_builder .order { margin-top: 20px; }
    #product .mapping .recipent_mapping_shipto, #product_builder .mapping .recipent_mapping_shipto {
        width: 75px;
    }
    #product .mapping .map-recipient, #product_builder .mapping .map-recipient {
        padding-left: 0;
    }
  
    #product .mapping .new_recipient_mapping, #product_builder .mapping .new_recipient_mapping {
        padding-right: 0;
        margin-right: 17px;
    }
  
    #product .mapping .recipient-ship, #product_builder .mapping .recipient-ship {
        padding-left: 12px;
    }
    #product .mapping .new-recipient-ship, #product_builder .mapping .new-recipient-ship {
        padding-left: 20px;
    }
    #product .mapping .recipient-ship span.glyphicon-chevron-down:before {
        bottom: -25px;
        left: 200px;
    }
  
    #product .mapping select#recipient_mapping, #product_builder .mapping select#recipient_mapping,
    #product .mapping input#new_recipient_mapping, #product_builder .mapping input#new_recipient_mapping {
        width: 320px;
    }
    
    #product .child-wrapper li.child-desc, #product .child-wrapper li.child-price,
    #product_builder .child-wrapper li.child-desc, #product_builder .child-wrapper li.child-price { margin-top: 10px; }
    #product .qty, #product_builder .qty { width: 50px; }
    #product .child-one-btn .addtocart_button, #product_builder .child-one-btn .addtocart_button { margin-top: 15px; }
  
    #product .product .order .btn-add span.glyphicon-shopping-cart { top: 31.6em; left: 14.3em;}
    #product .product .order .btn-wish-reorder input { width: 15.4em;}
  
    #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){
    body {background-size: 100% 430px;}
    #popcontainer { width: 70%; left: 15%; }
    #container #header { margin-bottom: 0; }
    .mobile-header { margin-bottom: 15px; }
    #container #header figure {margin: 5px 0;}
    #container #header figure img { margin: 0 auto; }
    #container #header .glyphicon-menu-hamburger, #container #header .glyphicon-shopping-cart, #container #header .glyphicon-search { font-size: 24px; vertical-align: text-bottom; }
    #mobile-search {display: none;padding: 5px 0px; position: absolute; top: -5px; right: 5px; width: 700px; }
    #horizontal #search { margin-right: 0px; }
    .navbar-default .navbar-nav>li>a { padding: 20px 13px; } 
    #Carousel {border-top:  5px solid #fff;}
    #Carousel #prev-slide, #Carousel #next-slide {top: 15%;}
    #newsletter-block { border-right: none; border-left: none; }
    #newsletter-block div {padding: 0;}
    #newsletter-block div.column1 {margin-top: 5px; margin-bottom: 30px; text-align: center;}
    #newsletter-block div.column3 { text-align: center; }
    #newsletter-block div.column3 #newsletter {float: none; margin-top: 5px;}
    #newsletter-block div.column3 #newsletter input[type=submit] {margin-top: 0;}
  
    #promo-boxes div { margin-bottom: 10px; }
  
    #category .cat-top {
        border-top: 5px solid #fff;
    }  
    #category #cat-header {
        margin: 0 auto;
    }
  
    #category #breadcrumb {
        top: 14.2em;
        left: 20.25em;
    }
  
    #category #sort { margin-right: 10px; }
    #category #sort select { width: 90px; padding: 0 10px;}
    #category_options ul li#per-page { margin: 0;}
    #category ul.display li, 
    #prod_detail_list ul.display li { padding: 20px; min-height: 400px;}
    #category ul.display.grid li, 
    #prod_detail_list ul.display.grid li {border-bottom: none; min-height: 400px;}
    #category .display.list li .image, #prod_detail_list .display.list li .image {width: auto; margin-right: 20px;}
    #category .display.list li .info, #prod_detail_list .display.list li .info {float: none;}
    #left_column  #category_filter h2 {padding-right: 35px;}
    #left_column #recently_viewed h2 {
        padding: 5px;
        text-align: center;
    }
    
    #left_column #recently_viewed .thumb-product {width: auto;}
    #left_column #category_filter .filter_container li {padding-right: 10px;}
  
    #product .product .image #social { padding-top: 10px; }
    .alternate_images { margin-left: 3px; }
    .alternate_images img {width: 50px; height: 50px; margin-right: 3px;}
    #product .child-wrapper li.child-desc, #product .child-wrapper li.child-price,
    #product_builder .child-wrapper li.child-desc, #product_builder .child-wrapper li.child-price {margin-top: 10px;}
    #product .qty, #product_builder .qty { width: 50px; }
    #product .child-one-btn .addtocart_button, #product_builder .child-one-btn .addtocart_button { margin-top: 15px; }
    #product .product .order .btn-add span.glyphicon-shopping-cart { top: 392px; left: 154px;}
    #product .product .order .btn-add input { width: 200px;}
    #product .product .order .btn-wish-reorder input {width: 150px;}
    #product .mapping, #product_builder .mapping, #product .order, #product_builder .order { margin-top: 20px;}
    #product .recipent_mapping_shipto, #product_builder .recipent_mapping_shipto {padding: 0 0 0 12px;}
    #product .mapping .new_recipient_mapping, #product_builder .mapping .new_recipient_mapping {
          margin-left: 20px;
          margin-right: 22px;
          padding-left: 10px;
    }
    #product #product_tabs ul li a {padding: 15px;}
  
    #member_wishlist .send-btns div { display: inline-block; }
    #member_wishlist #wishlist-shipping { margin-top: 15px; }
    #member_wishlist .item-qty-need { clear: left; }
  
    #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%; }

}


/* EXTRA SMALL SCREEN */
@media only screen and (min-width:320px) and (max-width:767px) {
    body {background-size: 100% 500px;} 
    #popcontainer { width: 96%; left: 2%; }
    #container #header { margin-bottom: 0; }
    #container #header figure {margin: 5px 0; }
    #container #header figure img { margin: 0 auto; }
    #container #header .glyphicon-menu-hamburger, #container #header .glyphicon-shopping-cart, #container #header .glyphicon-search { font-size: 24px; vertical-align: text-bottom; }
    .navbar-default { min-height: 0px; }
    #mobile-search { display: none;padding: 0 5px 10px; }
    #horizontal #search { margin-right: 0px; }
    .figure_align { text-align: center; }
    .pdd_rt15 { padding-right: 15px !important; }
    
    .carousel_rt { float: none; }
    #Carousel {border-top:  5px solid #fff;}
    #Carousel #prev-slide, #Carousel #next-slide {top: 40%;}
    #Carousel #next-slide img, #Carousel #prev-slide img {width: 50%;}
    
    #horizontal .navbar-nav { margin: 7.5px 0; }
  
    #promo-boxes div { margin-bottom: 10px; }
    .promo-col-wrapper.column1 { padding-right: 0px !important; }
    .promo-col-wrapper.column2 { padding-left: 0px !important; }
    
    .btm-social-nwsltr {padding: 0;}
    #newsletter-block {height: auto; overflow: hidden; border: 0;}
    #newsletter-block div {margin-top: 10px; border: 0; text-align: center; padding: 0;}
    #newsletter-block div.column3 {min-width: auto;}
    #newsletter-block div.column1 #shr {float: none !important;}
    #newsletter-block div.column1 #shrlnk { display: block; margin-top: 10px;}
    #newsletter-block div.column1 .shrimg {padding: 0;}
    #newsletter-block div.column3 #newsletter {float: none; width: 100%; }
    #newsletter-block div.column3 #newsletter div { width: 100%; }
    #shrlnk.img_fb {width:100%;}
    #newsletter-block div.column3 #newsletter input[type=email] { width: 100%; }
    #newsletter-block div.column3 #newsletter input[type=submit] {margin-top: 10px;}
  
    #seemore {
        font-size: 12px; 
        padding: 15px 6px; 
        width: 80px; 
        position: relative; 
        margin: 0px auto; 
        right: 0;
    }
  
    #suggested_products .thumb-product{ height: 220px !important; }
    #minicart_overlay {max-width: 95%;}
    #minicart_overlay_box {width: 100%;}
    .view-fullsite {margin: 20px 0px;}
    #cprgt.row {margin: 0px; padding: 20px 0px;}
    #cprgt .cprgt-contents {padding: 0px;}
    #cprgt #secure, #cprgt #secure img, #cprgt #cprght-txt {text-align: center; float: none;}
    #cprgt #cprght-txt {
        margin-top: 15px;
        padding: 0 50px;
    }
    
    .promo-banner {padding: 10px 0px 25px 0px;}
    #promo-boxes {margin-top: 0;}
    #promo-boxes div.column1 {padding-top: 0;}
    #promo-boxes div.column1, #promo-boxes div.column2 {border-right: none;}
    #promo-boxes div {padding: 4px 0px;}
    #promo-boxes header {bottom: 45px;}
  
    #featured_products header, #featured_categories header, #new_products header, #related_products header, 
    #suggested_products header {padding-bottom: 20px; margin-bottom: auto;}
    #featured_products ul li .info, #featured_categories ul li .info, #new_products ul li .info, 
    #related_products ul li .info, #suggested_products ul li .info {padding: 15px 0px;}
        
    #index #welcome {max-height: 450px; height: auto;}
    #index #welcome img {margin: 10px auto; text-align: center; float: none;}
    #index #welcome h4, #index #welcome p {text-align: center; padding: 5px 10px; margin: 0px;}

    #cat #cattitle { position: relative; }
    #category #cat .cat-top .cat-img {overflow: hidden;}
    #category #breadcrumb{
        top: 18.5em;
        left: 25px;
    }
    #category #breadcrumb span {color: #fff;}
    #category #cat-header {
        top:0;
        left: 0;
        padding:10px;
    }
    #category .cat-right-col {margin-top: 10px;}
    #category .cat-right-col ul.cat-thumbs {text-align: center;}
    #category .cat-top {
        border-top: 5px solid #fff;
    }
    
    #category #cat #category_options #toggle {
        display: none;
    }
    #category .display.grid li { height: auto; max-height: 515px; }
    #category .display.list li .image, #prod_detail_list .display.list li .image {max-width: 100%;}
    #category .product .image img, #prod_detail_list .product .image img {width: 75%; margin: 0 auto;}
    #category #sort {margin: 0;}
    #category_options ul {margin: 0 0 0 10px;}
    #category_options ul li#sort {padding-right: 20px;}
    #category #sort select {width: 90px; padding: 0 5px;}
    #category ul.display.list li .image, #prod_detail_list ul.display.list li .image {float: none; margin: 0 auto;}
    #category .display.list li .info, #prod_detail_list .display.list li .info {margin-top:15px;}
    .display.grid li .info .qty-line { margin-bottom: 15px; }
    #prev-next2 {margin: 10px 0 10px 10px;}

  
    /* PRODUCT PAGES */ 
    #product .product {
        margin: 0 -15px;
    }
  
    #product #breadcrumb {
        padding: 25px 20px 10px 20px;
    }
  
    #product #content form {
        padding: 20px;
    }
  
    #product .content h1, #product_builder .content h1 {
        margin-top: 10px;
    }
    #product .alternate_images {margin: auto;}
    #product .alternate_images img {margin-right: 5px;}
    #product .product .image #social {
        padding-top: 10px;
    }
    #product .image .product_image, #product_builder .image .product_image {
        margin: 0 0 20px 0;
    }
  
    #product .enlarge {display: none;}
  
    #product .emailafriend {
        margin: 20px 10px;
    }
  
    #product .emailafriend img {
        margin-right: 10px;
        vertical-align: text-bottom;
    }
    
    #product .order {
        margin-top: 20px;
    }
    #product .mapping { padding-left: 0; }
    #product .mapping label.recipent_mapping_shipto, #product_builder .mapping label.recipent_mapping_shipto {
        width: 75px ;
    }
    #product .mapping .new_recipient_mapping, #product_builder .mapping .new_recipient_mapping {
        margin-right: 15px;
        margin-left: 25px;
    }
    #product .child-wrapper li.child-desc, #product .child-wrapper li.child-price,
    #product_builder .child-wrapper li.child-desc, #product_builder .child-wrapper li.child-price {
        margin-top: 10px;
    }
    #product .qty, #product_builder .qty { width: 50px; }
    #product .child-one-btn .addtocart_button, #product_builder .child-one-btn .addtocart_button { margin-top: 15px; }
    #product .product .order .btn-add span.glyphicon-shopping-cart { display: none; }
    #product .product .order .btn-add input {
        width: 135px;
    }
  
    #product .product .order .btn-wish-reorder {
        float: left;
        margin: 15px 0 0 0;
        width: 100%;
    }
    #product .product .order .btn-wish-reorder .btn-wishlist {
        width: 100%;
    }
    #product .product .order .btn-wish-reorder input,
    #product .product .order .btn-wish-reorder .btn-reorder{
        width: 100%;
    }
    #product #product_tabs { padding: 0 20px 0 0; }
    #product #reviews {
        padding: 0;
        text-align: center;
    }
    #reviews a { margin-bottom: 10px; float: none; }
    #reviews hr#last-hr { clear: both; }
  
    #product #prod-prevnext { margin: 10px -5px; }
  
    #member_info .form-container .DOB .form-control { margin-bottom: 10px; }
    #member_reminder_service .event-date .form-control { margin-bottom: 10px; }
    #member_reminder_service .show-more { width: 100%; }
    #member_reminder_service .scroll-btn { margin-bottom: 10px; }
    #member_reminder_service .scroll-btn a { width: 100%; }
    #member_reminder_service .remove-btn input { float: left !important; width: 100%; }
    #easy_reorder .reorder-item { text-align: center; }
    #easy_reorder .reorder-item .reorder-img img { margin: 0 auto; }
    #easy_reorder .reorder-item .reorder-qty input { width: 50%; text-align: center; margin: 0 auto;}
    #member_wishlist #wishlist-info .exp-date .row div { padding: 0 5px; }
    #member_wishlist #wishlist-shipping { margin-top: 15px; }
  
    #member_wishlist .wishlist .item-remove { text-align: left; }
    #member_wishlist .wishlist .item-qty-bought { padding: 0; }
  
    #viewcart #related_products .prod-group-item { padding: 0 5px; }
  
    #footer .logo {margin: 10px 0px 0px 5px;}
    footer #contact-numbers p {text-align: left; left: 0px;}
    footer #contact-numbers img {vertical-align: text-bottom;}
    footer ul{ margin: 0; padding:0;    }
    
}