@CHARSET "UTF-8";




@font-face {font-family: 'BrandonGrotesque-Bold';src: url('/css/fonts/Brandon_bld.otf')}
@font-face {font-family: 'BrandonGrotesque-MediumItalic';src: url('/css/fonts/Brandon_med_it.otf')}
@font-face {font-family: 'BrandonGrotesque-Thin';src: url('/css/fonts/BrandonGrotesque-Thin.otf')}
@font-face {font-family: 'BrandonGrotesque-RegularItalic';src: url('/css/fonts/Brandon_reg_it.otf')}
@font-face {font-family: 'BrandonGrotesque-BlackItalic';src: url('/css/fonts/Brandon_blk_it.otf')}
@font-face {font-family: 'BrandonGrotesque-Black';src: url('/css/fonts/Brandon_blk.otf')}
@font-face {font-family: 'BrandonGrotesque-Light';src: url('/css/fonts/Brandon_light.otf')}
@font-face {font-family: 'BrandonGrotesque-LightItalic';src: url('/css/fonts/Brandon_light_it.otf')}
@font-face {font-family: 'BrandonGrotesque-Regular';src: url('/css/fonts/Brandon_reg.otf')}
@font-face {font-family: 'BrandonGrotesque-Medium';src: url('/css/fonts/Brandon_med.otf')}
@font-face {font-family: 'AGaramondPro-Bold'; src: url('/css/fonts/AGaramondPro-Bold.otf')}
@font-face {font-family: 'AGaramondPro-BoldItalic'; src: url('/css/fonts/AGaramondPro-BoldItalic.otf')}
@font-face {font-family: 'AGaramondPro-Italic'; src: url('/css/fonts/AGaramondPro-Italic.otf')}
@font-face {font-family: 'AGaramondPro-Regular'; src: url('/css/fonts/AGaramondPro-Regular.otf')}
@font-face {font-family: 'AGaramondPro-Semibold'; src: url('/css/fonts/AGaramondPro-Semibold.otf')}
@font-face {font-family: 'AGaramondPro-Semibolditalic'; src: url('/css/fonts/AGaramondPro-Semibolditalic.otf')}
@font-face {font-family: 'BauerBodoniStd-Black'; src: url('/css/fonts/BauerBodoniStd-Black.otf')}
@font-face {font-family: 'BauerBodoniStd-BlackCond'; src: url('/css/fonts/BauerBodoniStd-BlackCond.otf')}
@font-face {font-family: 'BauerBodoniStd-BlackItalic'; src: url('/css/fonts/BauerBodoniStd-BlackItalic.otf')}
@font-face {font-family: 'BauerBodoniStd-Bold'; src: url('/css/fonts/BauerBodoniStd-Bold.otf')}
@font-face {font-family: 'BauerBodoniStd-BoldCond'; src: url('/css/fonts/BauerBodoniStd-BoldCond.otf')}
@font-face {font-family: 'BauerBodoniStd-BoldItalic'; src: url('/css/fonts/BauerBodoniStd-BoldItalic.otf')}
@font-face {font-family: 'BauerBodoniStd-Italic'; src: url('/css/fonts/BauerBodoniStd-Italic.otf')}
@font-face {font-family: 'BauerBodoniStd-Roman'; src: url('/css/fonts/BauerBodoniStd-Roman.otf')}


::-webkit-scrollbar {
    width: 0.5em;
    height: 1em
}
::-webkit-scrollbar-button {
    background: #ccc;
   	height: 0.5em
    
}
::-webkit-scrollbar-track-piece {
    background: #FFF
}
::-webkit-scrollbar-thumb {
    background: #eee
}
.lily-user-menu-wrapper {
	display: flex !important;
}

.lily-user-menu {
	max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lily-product-card-name {
	height: 50px;
}

h1.categories-list {
	display:none;
}
.btn-primary {
    background-color: #000000;
}
.panel-default>.panel-heading {
    color: #333;
     border-color: #ddd;
}
.panel-group .panel-heading {
   background-color: #f5f5f5;
}


body.not-logged-in footer,body.not-logged-in  header,body.not-logged-in  .featured-image {
	display: none;
}
body.not-logged-in {
	background-image: url(/images/bgJul.jpg);
	height: 100vh;
    background-position: top;
}
body.not-logged-in section {
	padding: 0px !important;
}
body.not-logged-in .page-wrapper>.container-fluid {
	margin: 0px !important;
}

body.not-logged-in page-wrapper {
	background: none;
}
body.not-logged-in .main {
	width: 60%;
	background-color: #FFF;
	height: auto;
	min-height: unset;
	padding: 30px;
	  margin-top: 250px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}


.lily-logo-login {
	width: 270px;
    margin: auto;
}
.list-group-item {
    border: 1px solid #FAFAFA;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #000000;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: inherit;
    background-color: #FAFAFA;
    border-color: #FAFAFA;
}

.scroll-filter .list-group {
	max-height: 30vh;
	overflow: auto;
}
gung-products-input-dynamic {
    margin-top: 20px;
    max-width: 160px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

td > gung-products-input-dynamic {
    margin-top: 0px;
    max-width: 160px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.context-menu {

    top: 110px;
}
body {
	    color: #333;
	    font-family: "BrandonGrotesque-Medium";
}

@media (min-width:992px) {
		.modal-lg{width: 90%};
}

html {
	background-color: #EAEAEA;
}

.site-logo svg {
	width: 150px;
	fill: #FFFFFF;
}


.btn.disabled, .btn[disabled], .disabled.back-btn, .disabled.done-btn, .disabled.search-btn, [disabled].back-btn, [disabled].done-btn, [disabled].search-btn {
    cursor: not-allowed;
    background-color: #f4f4f4!important;
}


.product-text-wrapper {
	text-align: center;
    margin-top: 3vh;
}

.gung-item-selected {
	border: 1px solid black;
}
.gung-item-selection-container {
	background: black;
    color: orange;
    position: fixed;
    bottom: 1px;
    height: 60px;
    width: 100%;
    left: 0px;
    z-index: 999;
    line-height: 60px;
}

.thumbnail > gung-item-selection-component  {
    display: none;
}

.thumbnail:hover > gung-item-selection-component {
    display: block;
    padding-top: 0px;
    padding-left: 9px;
    padding-right: 49px;
    position: absolute;
   	width: 100%;
}


gung-text-output > label {
	font-size: 80%;
	margin-bottom: 0px;
}
gung-text-output > span {
	font-size: 80%;
}

.with-gung-context-menu .main {
    margin-top: 45px;
}




.btn-group-justified-spaced > .btn-group {
	padding: 0 20px;
}

.shop-item-title .count-input, .shop-item-details .count-input {
	width: 100%;
	margin-top: 12px;
}

.shop-item gung-products-input-single, .shop-item .count-input {
	width: 100%;
	margin-top: 12px;
}
gung-products-input-single {
	    max-width: 150px;
    display: inline-block;
}
/* HELPERS */
.gung-flex-container {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;

	-webkit-flex-direction: row; /* Safari 6.1+ */
	flex-direction: row;
	
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
}
.gung-flex-container:before,
.gung-flex-container:after,
.gung-flex-container > *:before,
.gung-flex-container > *:after {
   content: normal; /* IE doesn't support `initial` */
}


/*gung-panel*/
gung-panel .panel-body {
	padding-left: 15px;
	padding-right: 15px;
}

gung-item-list .row div[data-ng-repeat]:first-child gung-panel .panel {
	border-top: 2px solid #ededed;
}

gung-item-list .row div[data-ng-repeat]:last-child gung-panel .panel {
	border-bottom: 2px solid #ededed;
}

.gung-panel-tools {
	float:right;
}

.gung-panel-tools .btn {
	margin: 0;
}

gung-panel .panel-content label {
	margin:0;
}

gung-panel .panel-content h4 {
	font-size: 16px;
	margin-bottom: 5px;
}


gung-panel .panel-heading h3 {
	margin-bottom: 0;
	font-weight: 500;
}

gung-panel .panel-heading .panel-title {
	padding: 0px;
}

gung-panel .panel-heading {
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
	line-height: 30pt;
	height: 30pt;
}

gung-panel .panel {	
    padding: 15px 0px;
    margin: 0;
    border-bottom: 2px solid #ededed;
}
gung-panel .panel-body {
  	padding: 10px 10px 10px 10px;
}
/*WIDGET (media query needed)*/
@media screen and (min-width: 769px) {
	.widget {
		padding: 15px;
		background-color: #f5f5f5;
		margin-bottom: 15px;
	}
	
	.search-box {
		margin-bottom: 15px;
	}
	
	.sidebar {
		max-width: initial;
	}
}

/*ORDER SUMMARY*/

.gung-tools {
	position: absolute;
	top: 80px;
	right: 20px;
}

.order-summary-item label {
	font-weight: 300;
	margin:0;
	font-size: 13px;
}

.order-summary-item h3 {
	font-weight: 400;
	font-size: 22px;
	margin:0;
}

.order-summary-item {
	padding: 30px 15px;
}


gung-orderrows-filter .panel  {
	background-color: #f5f5f5;
	padding: 30px;
}
gung-orderrows-filter .panel-heading {
	padding-left: 0px;
	padding-right: 0px;
}
gung-orderrows-filter gung-panel-heading  {
	font-weight: 300;
	font-size: 26px;
}

.order-summary-box {
	background-color: #f5f5f5;
	padding: 30px;
}

.table-borderless, .table-borderless > tr > td, .table-borderless > tr > th, .table-borderless > tr,
.table-borderless > tbody > tr > td, .table-borderless > thead > tr > th, .table-borderless > tbody > tr, .table-borderless > thead > tr {
	border: none;	
	padding: 0;
}

table.table-borderless {
	margin-bottom: 0;
}

.table-borderless > tbody > tr > td:first-child {
	font-weight: bold;
}

/*END ORDER SUMMARY*/

/*FLEX*/

.flex-container {
	display: flex;
	flex-wrap: wrap;
}
/*END FLEX*/

fieldset {border: 0px;}

h1, .h1 {
    text-align: center;
    text-transform: uppercase;
     white-space:pre-line;
     margin-bottom: 1em;
}
h1 > small:before { content:  '\A'; }
a {
    cursor: pointer;
    transition: color 0.1s ease-out;
    color: #A0A0A0;
    text-decoration: none;
}
 

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "BrandonGrotesque-Medium";
    font-weight: normal;
    line-height: 1.1;
    color: inherit;
}

.widget.widget-categories .active {
	border-left: 2px solid #2A637F;
	padding-left: 5px;
}

.fixed {
	position: fixed;
}

.clickable {
	cursor: pointer;
}

.navbar {
	background-color: #FFF;
	border-radius: 0px;
	box-shadow: 0px -3px 10px 0px #606060;
	-webkit-box-shadow: 0px -3px 10px 0px #606060;
}

.toolbar .inner>a, .toolbar .inner>.cart-details {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.gung-table-col-sm5p{
	min-width: 50px;
}

.virtual-form-control {
    display: block;
    width: 100%;
       height: 33px;
    padding: 5px 5px;
    font-size: 13px;
    line-height: 1.5;
}
.virtual-form-control {
   margin-bottom: 15px;
}
.badge-success {
	background-color:#ededed; 
	color:black; 
}
gung-matrix-input  .form-control {
	margin-bottom: -3px;
}

.table a.badge {
	text-decoration: none;
	zoom: 100%;
	border-radius: 0; 
	width: 50%;
	font-size: 9px;
	font-weight: normal;
}

.main {
	background-color: none;
	min-height: 700px;
}

.featured-image {
	background-image: url(/images/bgJul.jpg);
    height: 360px;
    background-position: top;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}

.gung-tools {
	float: right;
	margin-top: 21px;
	margin-bottom: 10.5px;
}

.gung-tools .dropdown-menu {
    right: 0px;
    left: initial;
}

select {
	-webkit-appearance: menulist!important;
    -moz-appearance: menulist!important;
    -o-appearance: menulist!important;
    appearance: menulist!important;
}

.modal {
    z-index: 9910!important;
    
    
}
.modal-lg {
	margin-top: 100px;
}

.input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 12px;
}

/*
	Selector for datepicker
*/
div[uib-datepicker] > table
{
	margin-bottom: 0px; 
	
}
div[uib-datepicker] > table>thead>tr>th,div[uib-datepicker] > table>thead>tr>td,div[uib-datepicker] >  table>tbody>tr>th, div[uib-datepicker] > table>tbody>tr>td,  div[uib-datepicker] > table>tfoot>tr>th, div[uib-datepicker] > table>tfoot>tr>td {

	
	padding: 0px;
	
}

div[uib-datepicker] .btn, div[uib-datepicker]  .btn-group > .btn
{
	margin: 0px;
	margin-right: 0px;
	border-radius: 0px;
}


@media screen and (max-width: 768px) {

	.featured-image {
    	height: 100px;
	}
	.main {
	    padding-top: 48px !important;
	}
	
	.container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.menu {
	vertical-align: middle;
}

.main-navigation>.menu li>a.sub-menu-heading {
	font-weight: bold;
    color: #909090;	

}


.gung-table-col-sm5p {
	width: 5%;
}
.gung-table-col-sm10p {
	width: 10%;
}

@media screen and (min-width: 769px) {
	
	.sticky-menu {
		-webkit-position: sticky;
		position: sticky; 
		top:110px;
	}
	
	.main-navigation>.menu>li.menu-item-has-children>a:after {
		position: absolute;
	    left: 0;
	    margin: 0px;
	    width: 100%;
		top: 0px;
		padding-top: 22px;
	    transform: scale(1.5,1);
	    content: "\E5CF";
	    height: 80px;
	}
	.form-group label {
		text-align: right;
	}
}

.form-group{
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
.form-group label {
	text-align: left;
}
}

input[type=file] {
	padding-top: 10px;
}

.shopping-cart .item {
	margin-bottom: 10px;
	padding-bottom: 10px;
}


.shopping-cart .item .item-thumb {
	width: 140px;
}

.count-input  {
	margin: 0;
	    width: 100%;
}

.lily-product-card {
	border: none;
}

gung-panel .panel {
    box-shadow: none;
    border-bottom: 1px solid #ededed;
    margin-bottom: 5px;
}

gung-item-list .row div[data-ng-repeat]:last-child gung-panel .panel {
	border-bottom: none;	
}

gung-panel .panel-body {
    padding-bottom: 0;
}


.carousel-control.right, .carousel-control.left, .carousel-control.right:hover, .carousel-control.left:hover {
	background-image: none;
}

.carousel-control.right, .carousel-control.left, .carousel-control.right:hover, .carousel-control.left:hover {
	color: #555555;
}

.padding-top-3x {
	padding-top: 80px!important; 
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	color: #606060;
    background: 0 0;
    border: none;
    cursor: default;
    border-bottom: 2px solid #606060;
}

.lang-switcher .lang-dropdown {
	left: -30px;
	width: 97px;
}


table.matrix-table .form-control {
	margin-bottom: 0;
	padding: 0 5px;
}

table.matrix-table input, table.matrix-table th, table.matrix-table td, table.matrix-table th strong {
	text-align: center;
} 

table.matrix-table th:first-child, table.matrix-table td:first-child, table.matrix-table th:first-child strong {
	text-align: left;
}

table.matrix-table th:last-child, table.matrix-table td:last-child, table.matrix-table th:last-child strong {
	text-align: right;
}

table.matrix-table .form-control {
    height: 31px;
}
.virtual-form-control {
    margin-bottom: 0px;
}

/*Shop item*/
.shop-item {
	position: relative;
}
.shop-item > .shop-item-hover {
	display: none;
}
.shop-item:hover > .shop-item-hover {
	display: block;
	z-index: 100;
	position: absolute;
	background: white;
	opacity: 0.8;
}

.shop-item .shop-item-details .shop-item-title {
	width: 100%;
}

.shop-item .shop-item-details .shop-item-price, .shop-item .shop-item-details .shop-item-title>a {
	font-size: 14px;
	color: #606060;
}

.shop-item .shop-item-details .shop-item-title>a small {
	font-size: .8em;
}

.shop-item-title>a {
	font-size: 14px;
	color: #606060;
	text-decoration: none;
}

.shop-item .shop-item-details.product-dimensions {
	text-align: center; 
	min-height: 5em; 
	font-size: .6em;
}

footer {
    border-top: 1px solid #EDEDED;
    text-align: center;
    height: 50px;
    line-height: 2;
    /* line-height: 50px; */

	border-top:  none;
}
footer {
    font-size: 14px;	
    /* margin-top: 100px; */
	padding-top: 20px;
	padding-bottom: 20px;
	background: #0b0a0b;	
}
footer {
    background: #A9AAAC;
    height: 48rem;
    width: 100%;
    bottom: 0;
    padding-top: 5rem;
    color: #fff;
    font-size: 0.9rem;
}
footer h5 {
    color: #FFFFFF;
    font-size: 1.2rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
}
footer a, footer a:hover, footer a:focus, footer button, footer button:hover, footer button:focus {
    color: #fff;
}

footer a {
    text-transform: uppercase;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #FFFFFF;
}

/* DOCUMENTS STYLING */

p.documents {
    text-align: center;
}

ul.documents-list {
    list-style: none;
    padding: 0;
    
}

li.documents-entry {
    max-width: 500px;
    margin: auto;
    text-align: center;
    background-color: rgb(239, 215, 217);
    
    
    margin-bottom: 16px;
}

li.documents-entry a {
    color: rgb(0,0,0,0.8);
    padding: 16px;
    font-size: 1.5rem;
    display: block;
}

li.documents-entry a:hover {
    text-decoration: none;
    color: rgba(0,0,0,0.5);
}

li.documents-entry a:focus {
    text-decoration: none;
}
/* END DOCUMENTS */

.lily-product-card>.campaign-label {
    color: rgba(0, 0, 0, 0.8);
    opacity: 0.5;
    z-index: 2;
    padding-right: 6px;
    padding-left: 6px;
    position: absolute;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #6db1b5;
    color: #FFF;
    display: block;
    right: 1px;
}

/* Custom homepage below. */
.home-page-user{
	font-family: 'BrandonGrotesque-Medium';
}


.background-image {
	position: relative;

	width: 100%;
}
.background-image img {
	z-index: -999;
	width: 100%;
}


.background-image .content{
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	 transform: translateX(-50%);
	 
	 text-align: center;
	 width: 100%;
}


.background-image h2 {
	width: 100%;
	color: #FFFFFF;
	font-size: 22px;
	z-index: 1;
	font-family: 'BrandonGrotesque-Bold';
}


.background-image .btn {
	border-radius: 0px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: 'BrandonGrotesque-Regular';
	margin-bottom: 15px;
	
}

.background-image .btn:hover{
	color: #000000;
	background-color: #FFFFFF;
}

/* Black border is the selector for the images with buttons that wants black border and text. */
.black-border .background-image  h2 {
	color: #000000;
}

.black-border .background-image .btn {
	color: #000000;
	border: 1px solid #000000;
}

.black-border .background-image .btn:hover {
	color: #FFFFFF;
	background-color:#000000;
}

/* Landing image home is the big picture displayed directly when entering the page. */
.landing-image-home {
	position: relative;
	width: 100%;
}

.landing-image-home .content{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	 transform: translateX(-50%);
	
	 bottom: 50px;

	 text-align: center;
}

.landing-image-home-small {
	padding-top: 550px;
	font-family: 'BrandonGrotesque-Medium';
	color: #FFFFFF;
}

.landing-image-home-big {
	font-size: 55px; 
	color: #FFFFFF;
	margin-bottom: 10px;	
	letter-spacing: 5px;

}

.landing-image-home .btn {
	color: #FFFFFF;
	border-radius: 0px;
	background-color: #eae3f1;
	font-family: 'BrandonGrotesque-Bold';
	
}

.landing-image-home .btn:hover {
	color: #000000;
	border-radius: 0px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.landing-image-home .btn:focus {
	color: #FFFFFF;
	border-radius: 0px;
	background-color: #A9AAAC;

}

/* Latest-news-home is a text part of the page. */
.latest-news-home {
	margin-top: 40px;
	text-align: center;
}

.latest-news-home > p {
	padding-right: 40px;
	padding-left: 40px;
	font-size: 16px;
	font-family: 'BauerBodoniStd-Italic';
	color: #000000;
	line-height: 1.2em;
}

.latest-news-header {
	margin-bottom: 15px;
	font-family: 'BrandonGrotesque-Light'
	
}

.bestsellers-home{
	margin-top: 30px;
}

.bestsellers-header{
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
	font-family: 'AGaramondPro-Regular';
}

.lilyandrose-logo-download {
	margin-top: 60px;
	text-align: center;
}

.lilyandrose-logo-download img {
	margin: auto;
}

.lilyandrose-logo-download .btn:hover {
	background: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
}

.lilyandrose-logo-download .btn:focus {
	background: #EDEDED;
	color: #000000;
	border: 1px solid #000000;
}

product-slide-component .lily-product-card-name {
	font-family: 'BrandonGrotesque-Regular';
}

product-slide-component .lily-product-card-name a {
	color: #000000;
	font-size: 14px;
}

/* END CUSTOM HOMEPAGE*/
