/*  ----------------------------------------------------------------------------
    This file will load automatically when the YourStore theme is active. You can use it
    for custom CSS.
*/
/* Breadcrumb code */
.breadcrumb .breadcrumb-ul li {display: inline-table;font-style: normal;}
.breadcrumb {padding:5px 0;background:#E4E4E4;font-weight:100;border-radius:0;}
.breadcrumb-ul li::after {content: ": :";padding: 5px;}
/* EOF Breadcrumb code */

/* Main Menu */
.full-menu .mean-menu {background: #961613;float: left;width: 100%;padding: 0;}
.mobile-menu-area {background:#961613;float:left;width:100%;position:relative;z-index:9;}
.header-area-1 .header-top-area{background: #333;padding: 10px 0;width: 100%;color: #fff;}
.mainmenu-nav ul.nav li > a {color: #ffffff;}
.mainmenu-nav ul li ul.classic li a {display:inline-block;width:100%;font-size: 0.929em;font-weight: 400;padding:10px 15px;text-transform: none;transition: all 0.3s ease 0s;text-transform: capitalize;border-bottom:1px solid #eee;color:black}
/* EOF Main Menu */

/* BOF Sticky Header Area */
.fixed-header-area.sticky {background-color: #555555;}
/* EOF Sticky Header Area */

/* h2 text uppercase title */
.section-title h2 {color: #961613;font-size: 1.286em;padding: 6px 0;position: relative;display: inline-block;}

/* Used for */
h1{font-size:1.2em;margin:0.67em 0}

/* Used for Product headings */
.h2{font-size: 1.4em;font-color: #961613}

h4, .h4{font-size:1.186em;}

/* Attributes listing in products info */
.attributesComments{color:#961613;}

/* added to change color of options labels to white so they don't show against the page background */
.wrapperAttribsOptions .option-label {display: inline-block;font-size: 0.5em;font-weight: normal;margin: 0 0 0px;color: #fff;}

/* Changes colour of headings and underline on Log In page */
legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size: 1.500em;line-height:inherit;color:#961613;border:0;border-bottom:1px solid #961613}

/* Sets colour of sidebox headers */
.col-sidebar .box h2.title {color:#961613;font-size: 1.429em;position:relative;display:inline;padding:0;}

/* Sets list style */
ul  {
  list-style-image: url("/images/Bullet_image.png");
}

/* Sets list style with circle inside - use <li class="lakincircle"> */
li.lakincircle  {
  list-style-type: circle;  list-style-position: inside;
}

/* Sets list style with red bullet inside - use <li class="lakinbullet"> */
li.lakinbullet  {
  list-style-image: url("/images/Bullet_image.png"); list-style-position: inside;
}

/* #961613 horizontal line */
hr {
  border-top: 1px solid;color:#961613;
}

.page-title > h1 {font-size:1.714em;font-weight:500;position:relative;display:inline-block;padding:0 0 10px;}