/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);

/* search for 'font-change' to change back to Montserrat/Raleway/Radley */
/*@import url(http://fonts.googleapis.com/css?family=Josefin+Slab:700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/css?family=Bitter:400,700);*/

@font-face {
    font-family: 'radleyregular';
    src: url('https://www.lilyboutique.com/skin/frontend/default/default/css/radley-webfont.eot');
    src: url('https://www.lilyboutique.com/skin/frontend/default/default/css/radley-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.lilyboutique.com/skin/frontend/default/default/css/radley-webfont.woff') format('woff'),
         url('https://www.lilyboutique.com/skin/frontend/default/default/css/radley-webfont.ttf') format('truetype'),
         url('https://www.lilyboutique.com/skin/frontend/default/default/css/radley-webfont.svg#radleyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body{
	background: #f3f3f0 url(https://www.lilyboutique.com/skin/frontend/default/default/images/bg-flower-repeat.jpg) top center repeat; 
	color: #000; 
	font: 12px/1.583em Arial, 'Helvetica Neue', Helvetica, sans-serif;
	/* font-change */
	/*font: 12px/1.583em 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
}
img           { border:0; vertical-align:top; }
a             { color:#1e7ec8; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35;}
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }

.cart .discount h2, 
.cart .shipping h2,
.account-login .content h2 {
	margin: 0 0 10px 0;
	font-weight: bold !important;	
}

h3, 
.cart .discount h2, 
.cart .shipping h2,
.account-login .content h2 { 
	font-size: 1em;  
	font-weight:normal; 
	text-transform:uppercase;
	letter-spacing: 1px;
}

h4 { 
	font-size: 1em; 
	font-weight:normal; 
	text-transform:uppercase;
	/*letter-spacing: 1px;*/
}

h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none;}

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
/*.wrapper{background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/top_rpt.gif) repeat-x left top;}
.page{background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/top_bg.png) no-repeat center top; }*/
.wrapper {background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/bg-main.jpg) top center no-repeat;}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container{width:1140px; margin:0 auto;}

.main {
	width:100%; 
	background:#fff; 
	min-height:390px;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:    0px 3px 7px 0px rgba(0, 0, 0, 0.12);
	box-shadow:         0px 3px 7px 0px rgba(0, 0, 0, 0.12);
}

/* Base Columns */
.col-left { float:left; width:190px; }
.col-main { float:left; width:685px; padding:0 0 1px; }
.col-right { float:right; width:195px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:1095px; padding:20px 0 30px 22px; }
.catalog-product-view .col1-layout .col-main {width: 100%; padding: 0;}

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; width:912px; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px 'Helvetica Neue', Helvetica, Arial, sans-serif;  /* vertical-align:middle; */  vertical-align:top; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */

button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */

button.button { 
	overflow:visible; 
	width:auto; 
	border:0; 
	padding:0; 
	margin:0; 
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/border-bg.png) center center repeat;
	cursor:pointer; 
}

button.btn-checkout span { /*height:40px; border:0; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_checkout.png) 0 0 no-repeat; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff;*/ }
button.btn-checkout span span { /*background-position:100% 0; padding:0 25px 0 16px;*/ }

/*button.button span {
	display: block;
	background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn-beige.jpg) no-repeat; 
	padding:0px 8px 3px 25px; 
	line-height:26px;
	line-height: 40px;
	text-transform: uppercase; 
	letter-spacing: 1px;
}*/

button.button span  {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 3px;
	background: #fff url("https://www.lilyboutique.com/skin/frontend/default/default/images/btn-bg.jpg") center center repeat-x;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
	text-align: center;
}

button.button span span {padding: 0 15px;}

button.btn-checkout.no-checkout span { /*background-position:0 100%; color:#b8baba;*/ }
button.btn-checkout.no-checkout span span { /*background-position:100% 100%;*/ }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#F4F4F4; }
.forgot_txt{font-size:14px;line-height: 20px; font-weight:normal; color:#434343;}
button.button1 { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; float:left;}

/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; position:relative; z-index:0; }
.form-list label.required {font-size: 12px;line-height: 20px; font-weight:normal;}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

/*.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }*/
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
/*.buttons-set button.button { float:right; margin-left:5px; }*/

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { padding:22px 0px 12px 0px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
/*.page-title {border-bottom: 1px solid #B9B7AB; font-family:'adobe_caslon_proregular'; margin:0 0 7px; text-transform:uppercase;}*/
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#0a263c; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#B38A3B; }

/* Pager */
.pager { font-size:11px; text-align:center; }
.pager .amount { color: #8B8D70;float: left;font-weight: normal;margin: 0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages li a{ color:#818181; text-decoration:none; font-family: 'Montserrat', Helvetica, Arial, sans-serif; font-size:11px; font-weight:bold;}
.pager .pages .current { color:#000; font-family: 'Montserrat', Helvetica, Arial, sans-serif; font-size:11px; font-weight:bold;}

/* Sorter */
.sorter { font-size:11px; }
.sorter .view-mode { color:#8B8D70; float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #DDDBD5; line-height:34px; }
.toolbar .sorter { border-bottom:1px solid #DDDBD5; line-height: 34px;padding: 3px 8px; }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { /*background:#f8f7f5;*/ }
.data-table .even { /*background:#eeeded;*/ }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td {}
.data-table th { padding:3px 8px; font-weight: normal; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_th.gif) repeat-x 0 100% #d9e5ee; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { /* background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_tfoot.gif) 0 0 repeat-x; */ }
.data-table tfoot tr { background-color:#F1EEE9 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#F4EDE5 !important; }
.data-table tbody.even tr { background:#E2CAAF !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/*.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }*/
.link-print { /*background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container {}
.header {width:1140px; margin:0 auto; padding:0px; position:relative; z-index:10; height: 114px; /*height:132px;*/}

.header h1 {
	width: 317px;
	height: 127px;
	position: absolute;
	top: 0;
	left: -105px;
	z-index: 9999;
}

.header .logo {
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/logo-bg.png) top left no-repeat;
	width: 317px;
	height: 112px;
	/*float:left; 
	margin:15px 0 0px 20px; 
	text-decoration:none !important; */
	position: absolute;
	top: 0;
	left: -105px;
	padding: 10px 0 0 125px;
	z-index: 9999;
}

.header h1 a.logo {
	display: block;
	position: static;
	width: inherit;
	height: inherit;
	z-index: 9999;
}

.header h1 { margin:0; }
.header h1 strong, .header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

.header a.logo img {
	zoom: 1;
	filter: alpha(opacity=85);
	opacity: 0.85;
}

.header a.logo:hover img {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.header .quick-access{float:right; width:715px; padding:0px 0px 0 0; }
.header .quick-access .social_icon {float: left; width:165px;}
.header .quick-access .social_icon div {float: left;}

.header .quick-access .social_icon .fb_icon a {
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/header-social-fb.png) no-repeat;
	width: 49px;
	height: 64px;
}

.header .quick-access .social_icon .twitter_icon a {
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/header-social-twitter.png) no-repeat;
	width: 53px;
	height: 79px; 
}

.header .quick-access .social_icon .pinterest_icon a {
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/header-social-pinterest.png) no-repeat;
	width: 61px;
	height: 67px;
}

.header .quick-access .social_icon a {
	float: left; 
	display: block; 
	/*width: inherit;
	height: inherit;*/
	text-indent: -9999px; 
	outline: none; 
	border: none;
}

.header .quick-access .social_icon a:hover {
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }

.header .links {
	float: right; 
	margin:0px; 
	font-size: 0.917em;  
	line-height: 11px; 
	text-transform: uppercase; 
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/top-menu-line.jpg) bottom center no-repeat;
	padding: 15px 10px 15px 10px;
}

.header .links li {float:left; border-right: 1px solid #898786; display: inline;}
.header .links li.first1 a {background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/shopping-bag.png) center left no-repeat; padding-left: 16px;}
.header .links li.last {border: none;}
.header .links li img {display: none;}
.header .links a {color:#111; padding:0 12px; text-decoration: none; display: block;}
.header .links a:hover {color:#bb5862; text-decoration:none;}

.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

/********** < Navigation */
.nav-container {/*background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/nav_line.png) center bottom no-repeat;*/}
#nav {width:1140px; margin:0 auto; padding: 0;}
/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { 
	
	font-size: 1.083em;
	letter-spacing: 1px;
	text-align: left; 
	position: relative;
	padding: 18px 5px 5px 5px; 
	z-index: 998;
}

#nav li.over {background-image: url(https://www.lilyboutique.com/skin/frontend/default/default/images/menu-bg.jpg); background-repeat: no-repeat; z-index:998; cursor: pointer;}
#nav li.active {background-image: url(https://www.lilyboutique.com/skin/frontend/default/default/images/menu-bg.jpg); background-repeat: no-repeat; z-index:998; cursor: pointer;}

#nav li.level0.nav-1 {background-position: -37px 8px;}
#nav li.level0.nav-2 {background-position: -167px 10px;} 
#nav li.level0.nav-3 {background-position: -244px 0;} 
#nav li.level0.nav-4 {background-position: -349px 0;} 
#nav li.level0.nav-5 {background-position: -459px 0;} 
#nav li.level0.nav-6 {background-position: -592px 1px;} 
#nav li.level0.nav-7 {background-position: -680px 2px;} 
#nav li.level0.nav-8 {background-position: -813px 3px;} 
#nav li.level0.nav-9 {background-position: -907px 4px;} 
#nav li.level0.nav-10 {background-position: -1010px 5px;} 

#nav li.first {margin-left: 3px;}
#nav a,
#nav a:hover {color: #000; display:block; text-decoration:none; /*padding: 3px 0 6px 0;*/ margin: 0;}
#nav span { display:block; cursor:pointer; white-space:nowrap; margin: 2px; /*padding: 1px 15px 2px 15px;*/ padding: 1px 10px; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { }
#nav ul li.parent li a {}

/* 0 Level */
#nav li {float:left;}
#nav li.active {border: none !important;}
#nav li.active a {}
#nav li.active a span {}
#nav a {float:left;}

#nav li.level0.over a {background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/menu-border-bg.png) center center;}
#nav li.level0.over a span {background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/menu-solid-bg.jpg) center center;}

#nav li.level0.active a {background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/menu-border-bg.png) center center;}
#nav li.level0.active a span {background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/menu-solid-bg.jpg) center center;}


/*#nav li.level0.nav-1 a:hover span {background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/menu-bg-new.jpg) center center;}
#nav li.level0.nav-2 a:hover span {background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/menu-bg-tops.jpg) center center;}
#nav li.level0.nav-3 a:hover span {background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/menu-bg-dresses.jpg) center center;}
#nav li.level0.nav-4 a:hover span {background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/menu-bg-bottoms.jpg) center center;}
#nav li.level0.nav-5 a:hover span {background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/menu-bg-outerwear.jpg) center center;}
#nav li.level0.nav-6 a:hover span {background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/menu-bg-shoes.jpg) center center;}
#nav li.level0.nav-7 a:hover span {background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/menu-bg-accessories.jpg) center center;}
#nav li.level0.nav-8 a:hover span {background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/menu-bg-sale.jpg) center center;}
#nav li.level0.nav-9 a:hover span {background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/menu-bg-blog.jpg) center center;}
#nav li.level0.nav-10 a:hover span {background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/menu-bg-care.jpg) center center;}*/

/*#nav li.level0.nav-1.level-top a:hover span {
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/menu-bg-whatsnew.png) center center no-repeat; 
}*/

#nav li.level0.nav-8.level-top a {margin-right: 15px;}

#nav li.level0.nav-9.level-top  {
	/*background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/menu-separator.jpg) bottom left no-repeat;*/
}

#nav li.level0.nav-9.level-top a {margin-left: 16px;}

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding:1px 15px 1px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:none !important; margin:0 0 15px; }
.block .block-title { background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/gray_line1.png) no-repeat left bottom; padding:2px 0px 10px 0px; }
.block .block-title strong { display:block; padding:1px 0 1px; background:none !important; }
.block .block-title strong span {text-transform:uppercase; font-size:15px; font-weight:normal;}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { /*background:#f8f7f5;*/ }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .product-name a{ text-decoration:none !important;}
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { /*background:#dee5e8 url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_block-actions.gif) 0 0 repeat-x;*/ padding:6px 0px 6px 0px; text-align:right; }
.block .actions a { float:left; color:#BB5862 !important;}
.block .actions button.button { float:right; }
.block .actions button.button span{ /*background:#bb5862;*/ background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/button_bg.png) no-repeat 0 0; padding:0px 8px 3px 25px; line-height:26px; color:#494037; font-size:10px; text-transform:uppercase; font-weight:bold;}
.block .actions button.button span span { background-position:100% 0; padding:7px 28px 3px 2px; }

.block .empty { margin:0; padding:5px 9px; }

.block li.odd { /*background-color:#f4f3f3;*/ padding-left:0px !important;}
.block li.even { /*background-color:#fafafa;*/ padding-left:0px !important;}

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { border-color:#B9B7AB; }
.block-account .block-title {  /* background:#B38A3B !important; */ background:#F4EDE5 !important; border:0; padding:8px 10px 3px 10px;}
.block-account .block-title strong { font-size:14px; color:#000;}
.block-account .block-content { /* background:#fbfaf6; */ padding:0px 10px 7px; }
.block-account .block-content li{ line-height:24px;}
.block-account .block-content li a { display:block; border-bottom:1px solid #B9B7AB; padding:5px 0; color:#5f5d5c; text-decoration:none !important;}
.block-account .block-content li a:hover { color:#BB5862; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #B9B7AB; padding:5px 0; color:#BB5862;}
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/sidebar-divider.png) bottom left no-repeat; font-family: 'Montserrat', Helvetica, Arial, sans-serif; padding:0px 0px 10px 0px; margin-bottom:10px; font-weight:400; text-transform:uppercase; color:#000;}
.block-layered-nav .block-content {width:100%; float:left; clear:both; display:block; margin-bottom:0px; /*border:1px solid #a0b3c3; background:#e7f1f4;*/}
.block-layered-nav dt {line-height:1.35; background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/sidebar-divider.png) bottom left no-repeat; font-family: 'Montserrat', Helvetica, Arial, sans-serif; padding:0px 0px 10px 0px; margin-bottom:10px; font-weight:400; text-transform:uppercase; color:#000;}

.block-layered-nav dd { padding:0px 0px 12px 0px; /*background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_block-layered-dd.gif) 0 100% repeat-x;*/}
.block-layered-nav dd li{font-size:10px; padding:0px; text-transform:uppercase; line-height:22px; letter-spacing:0.8px;}
.block-layered-nav dd li a{ float:none !important; color:#444; text-decoration:none; display:block; margin:0px; padding:0px !important;}
.block-layered-nav dd li a:hover{color:#000; font-weight:bold;}

div.block-layered-nav dd a.amshopby-attr, div.block-layered-nav dd a.amshopby-attr:hover{ padding-left:20px !important;}
div.block-layered-nav dd a.amshopby-attr-selected {font-weight: bold; padding-left:20px !important; background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/amshopby-cb2.gif); background-repeat: no-repeat; background-position: left center;}

.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { /*background:#fff url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_block-layered-li.gif) 0 100% repeat-x;*/ font-family: 'Montserrat', Helvetica, Arial, sans-serif; padding:6px 0px 6px 0px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:0px; /*background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_block-layered-label.gif) 0 4px no-repeat;*/ text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong {/* background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_block-cart.gif); */ padding-left:0 !important;}
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { /*border-bottom:1px solid #c2c2c2;*/ }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { /*background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_block-list.gif); background-position:0 1px; */ padding-left:0px !important;}
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#BB5862 !important; font-size:13px;}
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none ; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th {/* background:#d9e5ee url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_th-v.gif) 100% 0 repeat-y; */}
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #AA7612; border-left:1px solid #AA7612;}
.compare-table tbody td.last { border-right:1px solid #AA7612 !important; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; text-decoration:none;}
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_block-viewed.gif); }
.compare-table .link-wishlist{background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/wishlist_btn.jpg) no-repeat left top; color: #2F2F2F !important;float: left;font-weight: normal;line-height:28px;margin:5px 0 0 14px;text-align: center;text-decoration: none;text-transform: uppercase;
 width:152px; font-size:11px;}
/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_block-list.gif); background-position:0 1px; }
/* Block: Poll */
.block-poll .block-title strong { background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */

/* Category Page ========================================================================= */
.category-title {}
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.product_main .actions, .category-products .actions {display: none;}

/* View Type: Grid */
.products-grid { /*  position:relative;  */ }
.products-grid.last { border-bottom:0; }
.products-grid li.item {float: left; display: inline-block; width: 33%; text-align:center; margin:20px 0 0 0;}
/*.products-grid .product-image { display:block; width:320px; height:auto; max-height:370px;}*/
.products-grid .product-image { display:block; width: 280px; height:auto; max-height: 420px;}
.products-grid .product-image img{ display: block; height: auto; width: 100%;}
/*.products-grid .product-name {text-align:center; text-transform: uppercase; padding: 30px 40px 0 40px; line-height: 1.2; font-size: 1em; font-weight: normal;}*/
.products-grid .product-name {text-align: center; margin: 15px 40px 0 40px; /*padding-top: 13px;*/ line-height: 1.25; /*border-top: 1px dotted #ddd;*/ font-size: 12px;}
.products-grid .product-name a {color: #000; text-decoration: none;}
/*.products-grid .price-box {font-size: 1.5em; font-weight: normal; line-height: 45px; color: #333; padding-bottom: 30px;}*/
.products-grid .price-box {font-weight: normal; line-height: 24px; color: #333; margin-bottom: 12px;}

.products-grid .availability { line-height:21px; }
.products-grid .actions {  bottom: 0;position: relative;width:270px; }
.products-grid .actions button.button{ float: left;font-size: 10px;text-align: center;text-transform: uppercase;width: 100%; }
.products-grid .actions button.button span{ background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/button.jpg) no-repeat left top; border: medium none;float: left; font-weight:bold;height: 33px;line-height: 36px !important; color:#494037;margin: 0;padding: 0;width: 100%; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:100%; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }
.products-grid .actions .link-wishlist{background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/wishlist_btn.jpg) no-repeat left top; color: #2F2F2F !important;float: left; font-weight: normal;line-height:28px;margin:5px 0 0;text-align: center;text-decoration: none;text-transform: uppercase;
 width:152px;}
.products-grid .actions .link-compare{background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/compare_btn.jpg) no-repeat left top; color:#2F2F2F !important;float: left; font-weight: normal; line-height:28px; margin:5px 13px 0 0; text-align: center; text-decoration: none; text-transform: uppercase;width:100px;}


/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { /*margin-left:150px;*/ }
.products-list .product-name { margin:0 0 5px; font-size:13px; color:#203548; }
.products-list .product-name a { color: #434343;font-size: 14px;font-weight: normal;text-decoration: none; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; font-size:13px; color:#434343; }
.products-list .desc .link-learn { font-size:11px; text-decoration:none; color:#B38A3B; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.products-list .add-to-links .link-wishlist{background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/wishlist_btn.jpg) no-repeat left top; color: #2F2F2F !important;float: left; font-weight: normal;line-height:28px;margin:5px 0 0;text-align: center;text-decoration: none;text-transform: uppercase;
 width:152px;}
.products-list .add-to-links .link-compare{background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/compare_btn.jpg) no-repeat left top; color:#2F2F2F !important;float: left; font-weight: normal; line-height:28px; margin:5px 13px 0 0; text-align: center; text-decoration: none; text-transform: uppercase;width:100px;}
.products-list button.button span{background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/button.jpg) no-repeat left top; border: medium none; float: left; font-weight:bold; height: 33px; line-height: 36px !important; color:#494037;margin: 0; padding: 0; width:270px !important; font-size:10px !important; text-transform:uppercase;}

/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
/*.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }*/

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

/*.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; }*/

/* Regular price */
/*.regular-price { color:#c76200; }
.regular-price .price { font-weight:bold; font-size:12px; color:#B38A3B; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }*/

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
/*.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }*/

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float: left;}
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; width:270px; }
.add-to-box .add-to-cart button.button { float: left;font-size: 10px;text-align: center;text-transform: uppercase;width: 100%; }
.add-to-box .add-to-cart button.button span{background: url("https://www.lilyboutique.com/skin/frontend/default/default/images/button.jpg") no-repeat scroll left top transparent;border: medium none;color: #494037;float: left; font-weight: bold;height: 33px;line-height: 36px !important;margin: 0;padding: 0;width: 100%; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { border:none; position: relative;}

.product-essential { padding: 20px; /*background:#fff url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_product-view.gif) 100% 0 no-repeat;*/ }
/*.product-essential h2 { font: bold 13px/1.35 Arial, Helvetica, sans-serif; }*/

.product-collateral {padding: 20px;}
.product-collateral .box-collateral {margin: 0 0 25px 0; width: 100%;}

/* Product Images */
/* .product-view .product-img-box { float:left; width:406px; text-align:center; } */
.product-view .product-img-box { float:left; width:545px; text-align:center; margin-left: 65px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin: 20px 0 50px 0; }
.product-view .product-img-box .product-image img { /*height: 495px; width: 306px;*/ width:75%; height:auto; max-height:670px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; display:none;}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 {font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; display:none;}
.product-view .product-img-box .more-views ul {margin:auto; display:inline-block;}
.product-view .product-img-box .more-views li {float:left; margin:0 8px 8px 0px; width:97px;  text-align:center; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/pro_small_bg.jpg) no-repeat left top; background-size: contain; padding: 0;}
.product-view .product-img-box .more-views li a {padding: 20px 5px 5px 5px; display: block;}
.product-view .product-img-box .more-views li img {max-width: 100%; height: auto;}

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

.jcarousel-skin-tango .jcarousel-container-horizontal {
	padding: 10px 70px !important;
    width: auto !important;
}

.jcarousel-item.jcarousel-item-horizontal {border: none !important; cursor: pointer !important;}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/arrow-left.png) no-repeat !important;
    cursor: pointer;
    height: 71px !important;
    position: absolute;
    left: 0;
    top: 44px !important;
    width: 35px !important;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/arrow-right.png) no-repeat !important;
    cursor: pointer;
    height: 71px !important;
    position: absolute;
    right: 10px !important;
	top: 44px !important;
    width: 35px !important;
}

/* Product Shop */
.product-view .product-shop { float:right; width:380px; }
.col1-layout .product-view .product-shop {float:right; width:300px; /*margin-right: 105px;*/ margin-right: 110px;}
.col3-layout .product-view .product-shop {float:none; width:auto; }

.product-view .product-shop .product-name {text-align: center;}
.product-view .product-shop .product-name h1 {font-size: 30px;}

.product-view .product-shop .short-description {margin-top: 22px; margin-bottom: 30px;}
.product-view .product-shop .short-description h2 {}

.product-view .product-shop .productviewprice {
	width: 100%;
	height: 110px;
	position: relative;
}

.product-view .product-shop .productviewprice .price-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	background: url("https://www.lilyboutique.com/skin/frontend/default/default/images/content-divider.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
}

.product-view .product-shop .productviewprice .price-box span.price {
	display: block;
	padding: 12px 8px 30px 8px;
}

.productviewprice .price-box span.price:before {content: '- ';}
.productviewprice .price-box span.price:after {content: ' -';}

.product-view .product-shop .productviewprice .availability {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.product-view .product-shop .productviewprice .availability span {
	display: inline-block;
	margin-left: 45px;
	text-transform: none;
	letter-spacing: normal;
}

/*.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#000 !important; font-weight:normal !important; }
.product-view .product-shop .add-to-links a.link-compare{background: url("https://www.lilyboutique.com/skin/frontend/default/default/images/compare_btn.jpg") no-repeat scroll left top transparent;color: #2F2F2F !important;float: left; font-weight: normal;line-height: 28px;margin: 5px 13px 0 0;text-align: center;text-decoration: none;text-transform: uppercase;width: 100px;}
.product-view .product-shop .add-to-links a.link-wishlist{background: url("https://www.lilyboutique.com/skin/frontend/default/default/images/wishlist_btn.jpg") no-repeat scroll left top transparent;color: #2F2F2F !important;float: left; font-weight: normal;line-height: 28px;margin: 5px 0 0;text-align: center;text-decoration: none;text-transform: uppercase;width: 152px;}*/


/* Product Options */
.product-options {/*width:275px;*/ float:left; margin: 12px 0 5px 0; width: 100%;}
.product-options dt { padding: 0; margin: 0; font-weight:normal; width: 137px; text-transform: uppercase; letter-spacing: 0.5px; display: none;}
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding: 0; margin: 0; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { width:275px;  }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding: 8px 0 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }

.product-options-bottom .add-to-cart {}

.product-options-bottom .add-to-cart button.button.btn-cart {
	background: none;
	width: 296px;
	height: 40px;
}

.product-options-bottom .add-to-cart button.button.btn-cart span {
	display: block;
	background:url("https://www.lilyboutique.com/skin/frontend/default/default/images/btn-beige.jpg") no-repeat; 
	padding: 0; 
	margin: 0;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase; 
	letter-spacing: 1px;
}

.product-options-bottom .add-to-cart button.button.btn-cart span span {padding: 0;}

.product-options-bottom .add-to-links a {
	background: url("https://www.lilyboutique.com/skin/frontend/default/default/images/btn-add-to-wishlist.jpg") no-repeat;
	display: block;
	width: 296px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
}

.product-options-bottom .add-to-links a:hover,
.product-options-bottom .add-to-cart button.button:hover {
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.product-options-bottom .add-to-links a.link-wishlist {}
.product-shop .product-options-bottom { margin:0 0 5px 0; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
/*.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }*/

/*.option-title {
    letter-spacing: 0.5px;
	display: inline-block;
	width: 135px;
	text-transform: uppercase;
}

ul.swatches-customoptions-list  {
	display: inline-block !important;
	width:100%;
}

ul.swatches-customoptions-list li.swatches-customoptions-list-item {
	display: inline-block !important;
	margin-left:2px !important;
	padding: 0 !important;
}

.swatches-customoptions-list li a {display: block; text-decoration:none; padding:0px 5px; color:#282828; border:1px solid #fff; font-size:11px;}
.swatches-customoptions-list li a:hover{color:#bb5862; border:1px solid #bb5862;}
.swatches-customoptions-list .selected{color:#bb5862; border:2px solid #bb5862;}

ul.swatches-customoptions-list li.swatches-customoptions-list-item img, ul.swatches-customoptions-list li.swatches-customoptions-list-item.selected img {border: none !important}
*/

.option-title {
    letter-spacing: 0.5px;
	display: inline-block;
	width: 120px;
	text-transform: uppercase;
	float: left;
}

.swatches-customoptions-list ul {
	display: inline-block;
	/* width: 165px; */
	 width:auto;
	float: right;
}

.swatches-customoptions-list li {
	display: inline-block;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}

.swatches-customoptions-list li a, .swatches-customoptions-list li a span {
	display: block;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}

.swatches-customoptions-list li a span {padding: 1px 4px 0 4px;}

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.box-up-sell h2, .image-gallery h2 { border-bottom:0; padding:0; margin: 0; background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/content-divider.png) center center repeat-x; padding:0 0 15px 0; font-size:16px; text-transform:uppercase;}
.box-up-sell h2 span, .image-gallery h2 span { border-bottom:0; margin:-3px 0 0px 50px; background:#fff; padding:0 15px; float:left;}

.box-up-sell .products-grid {padding: 0; margin: 0; width: 100%; padding: 2.75% 0 2% 0;}
.box-up-sell .products-grid td {padding: none; width: 20%; padding: 1.25% 0 1.25% 0; margin: 0;}
.box-up-sell .products-grid h3.product-name {text-transform: none; letter-spacing: normal; margin: 17px 25px 0 25px; border: 0; padding-top: 0; font-size: 12px;}
.box-up-sell .products-grid .product-image { text-align: center; padding: 0; margin: 0; line-height:1.6em; width: auto; max-width: 100%;}
.box-up-sell .products-grid td img { text-align:center; max-width: 100%; height:auto; display:inline-block; padding: 0; margin: 0;}
.box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.box-up-sell .products-grid .price-box {text-align: center; line-height: 20px;}

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0; padding: 0; background: none;}
.cart .page-title h1 { margin:10px 0 0; }
.cart form {display: block; clear: both; padding: 0 20px;}

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; margin-top: 10px; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .title-buttons .checkout-types button.button {width: 240px;}
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
.cart-empty {padding: 0 20px 20px 20px;}
/*.cart-empty p{font-size:14px; color:#434343;}
.cart-empty a{color:#BB5862;}*/
/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px 10px 10px 0; }
.cart-table .a-center {text-align: left !important;}
.cart-table .product-name {/*font-weight:bold; margin:0 0 5px; color:#2f2f2f;*/ margin: 0;}
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding: 5px 0; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { /*background:#bb5862; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/button_bg.png) no-repeat 0 0; padding:0px 8px 0px 25px; line-height:26px; color:#494037; font-size:10px; text-transform:uppercase; font-weight:bold;*/}
.cart-table .btn-empty span span,
.cart-table .btn-continue span span,
.cart-table .btn-update span span { /*background-position:100% 0; padding:2px 28px 0 2px;*/ text-align: center; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

.cart .data-table{ border:none !important; background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/content-divider.png) top left no-repeat;}
.cart .data-table thead th {  /*background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/top_linklinke.png) repeat-x left bottom !important; border-top:1px solid #B9B7AB;*/ padding:7px 0;   line-height:36px; border-right:none !important; font-weight:normal; background:none !important; border-bottom: 1px dotted #CCC;}
.cart .data-table .odd{ background:none !important;}
.cart .data-table tbody th, .data-table tbody td{ border-top: 0 !important; border-right:none !important;}
.cart .data-table tbody th, .data-table tbody td a{color:#0A263C; font-weight:normal; font-size:14px; text-decoration:none;}
.data-table tbody td{font-weight:normal;}

.cart .data-table tfoot tr{ background:none !important;}
.cart .data-table tfoot tr.first td{/*background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/top_linklinke.png) repeat-x left bottom !important;border-top:1px solid #B9B7AB;*/ background: none !important;  padding-top: 20px; padding-bottom:16px;}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare {display: none;}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { width:240px; float:left; /*border:1px solid #B9B7AB; padding:12px 15px; margin:0 20px 0px 0;*/}
.cart .discount h2,
.cart .shipping h2 { /*background-position:0 0; background-repeat:no-repeat; color:#B38A3B; font-size:15px; font-weight:bold; line-height:22px;*/}
.cart .discount label {}
.cart .discount button span,
.cart .shipping button span { /*background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/button_bg.png) no-repeat 0 0; padding:0px 8px 0px 25px; line-height:26px; color:#494037; font-size:10px; text-transform:uppercase; font-weight:bold;*/	}
.cart .discount button span span,
.cart .shipping button span span {/* background-position:100% 0; padding:2px 28px 0 2px;*/ }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin:0; text-align: center; width: 100%; }
.cart .discount,
.cart .shipping .discount-form lable{/*font-size:14px; color:#434343; line-height:18px;*/}
.cart .discount input.input-text:focus, select:focus, textarea:focus{ background:#f4f4f4 !important; }
.cart .shipping input.input-text:focus, select:focus, textarea:focus{ background:#f4f4f4 !important;}
.cart .shipping .shipping-form p{font-size:12px; color:#434343; line-height:18px;}
.cart .shipping .form-list label{font-size:12px !important; color:#666666 !important; line-height:20px; font-weight:normal;}
.cart .shipping .sp-methods dt{font-size:12px !important; line-height:18px;}
.cart .shipping .sp-methods .price{font-size:12px !important; line-height:18px;}

.cart .discount h2 { /*background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_discount.gif);*/ }
.cart .discount .input-box { margin:8px 0 0; width:242px; }
.cart .discount input.input-text { width:225px; color: #333333; font-size: 11px; height: 24px; line-height: 24px; padding-left: 6px; padding-right: 6px;}

.cart .shipping h2 { /*background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_shipping.gif);*/ }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:240px; /*background:#dee5e8; border:1px solid #B9B7AB; */ margin-right: 20px;}
.cart .totals table { width:100%; margin:7px 0;}
.cart .totals td { padding: 1px 3px 1px 3px; color:#434343;}
.cart .totals tr.last td {}
.cart .totals tfoot th { /*padding:5px 15px 5px 7px;*/ }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types {font-size:14px; color:#0A263C; padding:8px 3px 15px; text-align:right; }
.cart .totals .checkout-types a{color:#0A263C;}
.cart .totals .checkout-types li { clear:both; margin:10px 0; }
.cart .totals .checkout-types li button.button {width: 100%;}

/* Options Tool Tip */
.item-options dt { font-weight:bold; display: inline; font-size: 11px;}
.item-options dd { padding-left: 2px; margin:0 0 6px; display: inline; font-size: 11px;}
.truncated { cursor:help; } 
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.customer-account-login .account-login {padding: 30px 95px 100px 95px;}
.account-login  .page-title {background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/account-heading-bg.jpg) bottom center no-repeat; text-align: center; margin-bottom: 40px; padding-bottom: 20px;}

.account-login .content {/*min-height:220px; padding:14px 21px; background:#faf7ee url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-radius: 10px 10px 10px 10px;*/}
/*.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 0px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#B38A3B; letter-spacing:1px;}
.account-login .content p { font-weight:normal; font-size:14px; color:#434343; line-height:18px;}*/
/*.account-login .new-users h2 { background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_page2.gif); }*/
.account-login .new-users .content {padding-right: 20px;}
.account-login .registered-users .content, .account-login .registered-users .buttons-set {background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/content-divider-vertical.png) top left no-repeat; padding-left: 40px;}
.account-login .content .form-list label{ float:none !important; width:150px;}
.account-login .content .form-list .input-box{ float:right !important;}
.account-login .content .form-list input.input-text:focus, select:focus, textarea:focus{ background-color:#F4F4F4 !important;}
.account-login .buttons-set {padding-top: 18px;}
/*.account-login .buttons-set { border-top:1px solid #bbb6a5 !important; margin:-55px 0px 0px 0px; padding:10px 13px 0px 13px; }
.account-login .buttons-set button span { background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/button_bg.png) no-repeat 0 0; padding:0px 8px 0px 25px; line-height:26px; color:#494037; font-size:10px; text-transform:uppercase; font-weight:bold;}
.account-login .buttons-set button span span{ background-position:100% 0; padding:2px 28px 0 2px; }*/
.account-login .f-left, .left a{font-size:11px; float: right !important;}
.account-create {}
.account-create .fieldset { width:47%; float:left; margin:0 !important;}
.account-create .fieldset .form-list .field{ width:100%; float:left; margin:10px 0px;}
.account-create .fieldset .form-list li{ margin:0px 0px 8px 0px !important;}
.account-create .fieldset .form-list li.control{margin:0px 0px 0px 120px !important; font-weight:normal !important; font-size:14px; color:#666666; line-height:24px;}
.account-create .fieldset .form-list label{ font-weight:normal;}
.account-create .fieldset .form-list li.control .input-box{ width:auto !important;}
.account-create .fieldset .legend{ display:none;}
.account-create .fieldset ul li .required{ width:120px; float:left; text-align:left;}
.account-create .fieldset .form-list label.required em{ float:none; position:relative; right:0 !important;}
.account-create .fieldset .form-list .input-box{ width:260px; float:left; display:block; clear:none;}
.account-create .buttons-set{ border:none !important; margin:0px 0px 0px 200px !important; float:left;}
.account-create .buttons-set button span {/*  background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/button_bg.png) no-repeat 0 0; */ padding:0px 8px 0px 25px; line-height:26px; color:#494037; font-size:10px; text-transform:uppercase; font-weight:bold;}
.account-create .buttons-set button span span{ background-position:100% 0; padding:2px 28px 0 2px; }
.account-create .buttons-set p.required,
.account-create .buttons-set .back-link{ display:none !important;}
.account-create input.input-text:focus, select:focus, textarea:focus{ background:#F4F4F4 !important;}
/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:1em 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }
.my-account .dashboard .welcome-msg {color:#434343;}
.my-account .dashboard .welcome-msg p { line-height:18px;}

/* General Box */
.box-account { /*background:#fff url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc;*/ padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; display:none;}
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505; }

.dashboard .box .box-title { /*background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_divider1.gif) 0 100% repeat-x;*/ padding:0 0 2px; margin:0 0 8px; text-align:right; border-bottom:1px solid #B9B7AB; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:14px; font-weight:normal; margin:0; color:#B38A3B; text-transform:uppercase;}
.dashboard .box .box-content p{ font-size:14px; font-weight:normal; margin:0; color:#0A263C; line-height:18px;}
.dashboard .box .box-title a { color:#BB5862;}
.dashboard .box .box-content a{ color:#BB5862;}

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase;}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:14px; color:#B38A3B; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; text-transform:uppercase; }
.addresses-list address { margin:0 0 3px; font-size:14px; color:#434343;}
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; font-size:13px; color:#BB5862; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { /*background:#fff url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_account_box.gif) 0 0 repeat-x;*/ border:1px solid #B9B7AB; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty {background:none; border:0; padding:0; }
.addresses-list li.empty p {font-size:14px; color:#434343; font-weight:bold;}
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#F4EDE5; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box {   /*background:#fff url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_block-title.gif) 0 0 repeat-x; */ border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em !important; }
.my-wishlist .buttons-set button.button { background:none; border:none; outline:none; float:none;}
.my-wishlist .buttons-set .btn-update span,
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span{ /*background:#bb5862;*/ background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/button_bg.png) no-repeat 0 0; padding:0px 8px 3px 25px; line-height:26px; color:#494037; font-size:10px; text-transform:uppercase; font-weight:bold;}
.my-wishlist .buttons-set .btn-update span span,
.my-wishlist .buttons-set .btn-add span span,
.my-wishlist .buttons-set .btn-share span span { background-position:100% 0; padding:7px 28px 3px 2px; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* button.btn-cart { background:none; border:none; outline:none; float:none;}
button.btn-cart span{background:#bb5862; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/button_bg.png) no-repeat 0 0; padding:0px 8px 3px 25px; line-height:26px; color:#494037; font-family: 'adobe_caslon_proregular'; font-size:10px; text-transform:uppercase; font-weight:bold;}
button.btn-cart span span { background-position:100% 0; padding:7px 28px 3px 2px; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/bg-footer.jpg) top center no-repeat; 
	width: 1226px;
	height: 320px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.22);
	-moz-box-shadow:    0px 1px 9px 0px rgba(0, 0, 0, 0.22);
	box-shadow:         0px 1px 9px 0px rgba(0, 0, 0, 0.22);
}

.footer{ width:1140px; margin:0 auto; padding:0;  /* font-change font-size: 1.083em; */}
.footer ul {list-style:none; margin:0 auto; padding:0 100px 0 210px;}
.footer ul ul {padding: 0;}
/*.footer ul li.first {float:left; width:210px; padding-top:45px; padding-left:30px;}*/
.footer ul li.sec {float:left; padding-top:60px; padding-right:40px;}
.footer ul li.sec h4 {font-size: 14px; clear: both; padding-bottom: 3px;}
.footer ul li.sec li {padding: 1px 0 2px 0; font-size: 13px;}
.footer ul li.sec p {margin-bottom: 5px;}
.footer ul li.sec a {color:#000; text-decoration:none;}
.footer ul li.sec a:hover {text-decoration:none; color:#bb5862;}
.footer ul li.sec .sign_up {margin-bottom: 25px; float: left; width: 100%;}
.footer ul li.sec .sign_up input {float:left; width:134px; height:22px; line-height:22px; padding-left:6px; padding-right: 6px; font-size:11px; color:#333333; font-family:Arial, Helvetica, sans-serif;}
.footer ul li.sec .sign_up button.button, .footer ul li.sec .sign_up button.button {width: 150px; float: left;}
.footer ul li.sec .sign_up button.button span, .footer ul li.sec .sign_up button.button span {height: 28px; background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn-submit.jpg) center center no-repeat; font-size:9px; line-height: 28px;}
.footer ul li.sec .joinus {}
.footer ul li.sec .joinus li {float:left; padding-right:5px;}
.footer ul li.sec .joinus li.space {/*padding-top:4px;*/}
.footer .copyright {float:left; width:100%; text-align:center; font-size: 0.769em; color:#111; font-weight: bold !important; padding-top:43px; text-transform: uppercase; letter-spacing: 1px;}
.footer .copyright a, .footer .copyright a:hover {text-decoration: none; color: #111;}
/*.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#333; text-decoration:none; font-family: 'Metrophobic', Arial, serif; }
.footer a:hover { text-decoration:underline; }
.footer .bugs {margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address {margin:0 0 20px; color:#666666; font-family: 'adobe_caslon_proregular'; font-style:italic; font-size:12px;}
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul.links { display:block; }
/*.footer li { display:inline; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }*/
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(https://www.lilyboutique.com/skin/frontend/default/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://www.lilyboutique.com/skin/frontend/default/default/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}
.fl{float:left;}
.fr{float:right;}
.spacer{width:100%; float:left;}
/*
.col-main #faq p{font-family: 'radleyregular';}
#international table{font-family: 'radleyregular';}*/
.middle_main {width:1095px; float:left; padding:20px 0 30px 22px;}
.col2-right-layout .middle_main {width:1000px; float:left; padding: 60px 0 60px 60px;}

.col-main .left_panel,
.col-left {
	float:left; 
	/*width:190px;*/ 
	width: 150px;
	font-size: 0.917em;
}

.col-main .left_panel .widget,
.col-left .widget {
	float: left;
	width: 100%;
	clear: both;
	display: block;
	margin-bottom: 25px;
}

.col-main .left_panel .menu1,
.col-left .menu1 {/*margin-top: 16px;*/}

.col-main .left_panel .widget h4,
.col-left .widget h4 {
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/sidebar-divider.png) bottom left no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 1.091em;
}

.col-main .left_panel .widget ul li,
.col-left .widget ul li {
	/*font-family: 'Raleway', Helvetica, Arial, sans-serif; 
	font-size: 0.917em; */
	padding: 0;
	text-transform: uppercase;
	line-height: 22px;
	letter-spacing: 0.8px;
	font-size: 10px;
}

.col-main .left_panel .widget a, .col-left .widget a {color: #444; text-decoration: none; display: block;}
.col-main .left_panel .widget a:hover, .col-left .widget a:hover {color: #000; font-weight: bold;}
.col-main .left_panel .left_img.widget a:hover, .col-left .left_img.widget a:hover {zoom: 1; filter: alpha(opacity=80); opacity: 0.8;}
.col-main .left_panel .widget img, .col-left .widget img {padding:5px 0; width: 100%; max-width: 100%; height: auto;}

.col-main .left_panel .left_img.widget, 
.col-left .left_img.widget {
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/sidebar-social-bg.png) top left no-repeat;
}

.col-main .left_panel .left_img.widget img[src*="fb"], .col-left .left_img.widget img[src*="fb"] {padding: 8px 0 3px 0;}
.col-main .left_panel .left_img.widget img[src*="tw"], .col-left .left_img.widget img[src*="tw"] {padding: 3px 0 3px 0;}
.col-main .left_panel .left_img.widget img[src*="pin"], .col-left .left_img.widget img[src*="pin"] {padding: 3px 0 3px 0;}
.col-main .left_panel .left_img.widget img[src*="ship"], .col-left .left_img.widget img[src*="ship"] {padding-top: 18px;}

form#newsletter-validate-detail-left {float: left;}
.col-main .left_panel .signup_main .signup_text p, .col-left .signup_main .signup_text p {line-height: 1.3; margin-bottom: 6px;}
.col-main .left_panel .signup_main .input_text, .col-left .signup_main .input_text {height:24px; line-height:24px; padding-left: 6px; padding-right: 6px; float:left; font-size:11px; color:#333; width: 135px; float: left;}
.col-main .left_panel .signup_main .signup_text button.button, .col-left .signup_main .signup_text button.button {width: 100%; float: left; background: none;}
.col-main .left_panel .signup_main .signup_text button.button span, .col-left .signup_main .signup_text button.button span {height: 28px; background: #f2e9e2 url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn-submit.jpg) center center no-repeat; font-size:10px; line-height: 28px; margin: 0;}
.col-main .left_panel .signup_main .signup_text button.button span span, .col-left .signup_main .signup_text button.button span span {padding: 0;}
/*
.col-main .left_panel .menu1{float:left; width:155px; padding-left:5px;}
.col-main .left_panel .menu1 ul{margin:0px; padding:0px 0 35px 0; list-style:none; width:100%; float:left;}
.col-main .left_panel .menu1 ul li{float:left; width:100%; font-size: 1.083em; padding:8px 0 3px 0; font-family: 'Raleway', Helvetica, Arial, sans-serif; text-transform: lowercase;}
.col-main .left_panel .menu1 ul span{float:left; width:100%; font-size: 1.083em; padding:2px 0; font-family: 'Montserrat', Helvetica, Arial, sans-serif; font-weight:normal; text-transform:uppercase;}
.col-main .left_panel .menu1 ul li a{text-decoration:none; color:#434343;}
.col-main .left_panel .menu1 ul li a:hover{text-decoration:none; color:#b38a3b;}

.col-main .left_panel .menu2{float:left; width:185px;}
.col-main .left_panel .menu2 ul{margin:0px; padding:0px 0 12px 0; list-style:none; width:100%; float:left; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/gray_line2.png) no-repeat left bottom;}
.col-main .left_panel .menu2 ul li{float:right; width:98%; font-size: 1.083em; padding:0; line-height:22px; padding-left:5px; font-family: 'Raleway', Helvetica, Arial, sans-serif;}
.col-main .left_panel .menu2 ul span{float:left; width:100%; font-size: 1.083em; padding:2px 0; font-family: 'Montserrat', Helvetica, Arial, sans-serif; font-weight:normal; text-transform:uppercase;}
.col-main .left_panel .menu2 ul li a{text-decoration:none; color:#434343;}
.col-main .left_panel .menu2 ul li a:hover{text-decoration:none; color:#b38a3b;}

.col-main .left_panel .left_img {float:left; width:100%; padding:15px 0;}
.col-main .left_panel .left_img img {padding:5px 0;}

.col-main .left_panel .signup_main{float:left; width:100%; padding:10px 0 10px 0;}
.col-main .left_panel .signup_main span{float:left; width:98%; font-size:15px; padding:2px 0 7px 5px; color:#b38a3b; font-family: 'Montserrat', sans-serif; font-weight:normal; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/gray_line2.png) no-repeat left bottom; margin-bottom:6px; text-transform:uppercase;}
.col-main .left_panel .signup_main .signup_text{float:left; width:98%; padding-left:5px; color:#434343; font-family: 'times_new_romanregular'; font-size:12px; font-weight:normal;}
.col-main .left_panel .signup_main .input_text{width:167px; height:24px; line-height:24px; padding-left:8px; float:left; margin:6px 0; font-size:11px; color:#333; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/input_bg1.gif) no-repeat left top; border:0px;}

.col-main .left_panel .signup_main .signup_text button.button span{ width:169px; height:24px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/button_news.jpg) no-repeat left top; color: #B38A3B; float: left; font-family: 'times_new_romanregular'; font-size:13px; font-weight: normal; text-transform:uppercase; line-height:20px; padding:0; text-align:center; color:#333333;}

.col-main .left_panel .left_socialimg{float:left; width:100%; padding:15px 0;}
.col-main .left_panel .left_img img{padding:5px 0;}
*/

.col-main .right_penal{
	float: right; 
	width: 912px;
}

.col-main .right_penal .banner_main {
	background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/free-shipping.jpg) no-repeat left top; 
	float:left; 
	width:100%; 
	height: 312px;
}

/*
.col-main .right_penal .banner_main .banner_text{float:left; width:420px; padding:88px 0 0 35px;;}
.col-main .right_penal .banner_main .banner_text h1{float:left; width:100%; margin:0px; padding:0px; font-family: 'Museo-300'; font-size:42px; color:#fff; text-transform:uppercase; line-height:35px;}
.col-main .right_penal .banner_main .banner_text h1 span{font-size:27px; margin:0px; padding:0px; line-height:1px;}
.col-main .right_penal .banner_main .banner_text h2{margin:0px; padding:30px 0 0 0; float:left; width:100%; font-size:18px; color:#dce3bf; line-height:24px; font-family: 'Museo-300';}
.col-main .right_penal .banner_main .banner_text h3{margin:0px; padding:32px 0 0 0; float:left; width:100%; font-size:11px; color:#dce3bf; font-family: 'Montserrat', sans-serif; font-weight:400; }
*/

.col-main .right_penal .product_main{float:left; width:100%; padding:15px 0;}

.col-main .right_penal .product_main .main_heading, 
.page-title, .category-title {
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/content-divider.png) bottom center no-repeat;
	float:left; 
	width:100%; 
	/*padding:15px 0 10px 0;*/
	padding: 2px 0 10px 0;
	margin-bottom: 12px;
}

.col-main .right_penal .product_main ul {margin: 0; padding: 0; list-style: none; width: 100%; clear: both;}
.col-main .right_penal .product_main ul li{float: left; display: inline-block; width: 33%; text-align:center; margin:20px 0 0 0;}
.col-main .right_penal .product_main ul li .product_img {max-height: 324px;}
.col-main .right_penal .product_main ul li .product_img img {width: 100%; max-width: 280px; height: auto; max-height: 420px;}
/*.col-main .right_penal .product_main ul li .product_img {max-height: 338px;}
.col-main .right_penal .product_main ul li .product_img img {width: 100%; max-width: 292px; height: auto; max-height: 338px;}*/
/*.col-main .right_penal .product_main ul li .product_text,
.col-main .right_penal .products-grid h2.product-name {text-align:center; text-transform: uppercase; padding: 30px 40px; line-height: 1.2;}*/
.col-main .right_penal .product_main ul li .product_text,
.col-main .right_penal .products-grid h2.product-name {text-align: center; margin: 17px 20px 12px 20px; /*padding-top: 13px;*/ line-height: 1.25; 
/*border-top: 1px dotted #ddd;*/
font-size: 13px;
}
/*.col-main .right_penal .product_main ul li .product_text .price {font-size: 1.5em; font-weight: normal; line-height: 45px; color: #333;}*/
.col-main .right_penal .product_main ul li .product_text .price {font-weight: normal; line-height: 28px; color: #333; font-size: 12px;}

.search_panel {float:left; width:100%; margin-bottom: 10px;}
.search_panel .left_side {float:left; width:530px;}
.search_panel .left_side .search_bar {float:left; /*width:248px; height:25px; border:solid 1px #B6B6B6; background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/input-search-bg.png) no-repeat; padding: 1px;*/}
/*.search_panel .left_side img {float:right; margin-right: 2px; height: 21px; width: auto;}*/
.search_panel .left_side .search_bar .input_type {background: #FFFFFF url(https://www.lilyboutique.com/skin/frontend/default/default/images/search_icon.gif) right center no-repeat; width:200px; padding: 2px 30px 1px 10px; float:left; height:21px; line-height:21px; border:0px; font-size:11px; color:#000;}
/*.search_panel .left_side .search_bar span { float:left; width:246px; height:23px;}*/
.search_list {font-size:11px; color:#000; float:left; /*padding:5px 5px 4px 3px; width:128px;*/ border: 0;}
.search_panel .right_side{float:right; width:320px;}
.search_bar_inputbox{float:left;}

/* search panel for category    */


/* search panel for category end  */

.pagingFCT
{
	width:auto;
	padding-top:6px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:right;
}

div.pagingFCT a.view_all{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:3px;
	padding-bottom:4px;
	padding-right:10px;
	padding-left:10px;
	color:#333;
	text-decoration:none;
	}
div.pagingFCT a.view_all:hover{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:3px;
	padding-bottom:4px;
	padding-right:10px;
	padding-left:10px;
	color:#000;
	text-decoration:none;
	}
.results{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:3px;
	padding-bottom:4px;
	padding-right:15px;
	color:#333;
	text-decoration:none;
	background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/gray_line3.gif) no-repeat right top;
}

div.pagingFCT a.PrevNext, a:visited.PrevNext {
color:#818181;
text-decoration:none;
padding-left:0px;
padding-right:0px;
padding-top:3px;
padding-bottom:4px;
}

div.pagingFCT a.activePrevNext
{
	color:#000;
	text-decoration:none;
	padding-left:0px;
	padding-right:0px;
	padding-top:3px;
	padding-bottom:4px;
	background-position:left 5px;
}

div.pagingFCT a:hover.PrevNext {
color:#000;
text-decoration:none;
padding-left:0px;
padding-right:0px;
padding-top:3px;
padding-bottom:4px;
}

.search_panel.bootompagination .right_side, .search_panel.bootompagination .pagingFCT {width: 100%; text-align: center; float: none;}
.search_panel.bootompagination .pagingFCT .results, .search_panel.bootompagination .pagingFCT .border-wrapper {display: none;}

/* CMS PAGES */
.cms-page-view .col-main {font-size: 13px;}
.cms-page-view .page-title {background: none !important; padding: 0 !important; margin: 15px 0 0 0 !important;}
.cms-page-view .std {padding: 0 20px 20px 20px; width: auto;}

.cms-page-view .page-title h1,
.page-title h1, .page-title h2 {
	color: #000; 
	font-size: 24px; 
	text-transform: uppercase; 
	letter-spacing: 1px;
	background: none;
	margin: 0 20px 20px 20px;
}

.checkout-cart-index .page-title {margin: 0 20px 20px 20px; width: auto; float: none;}
.checkout-cart-index .page-title h1, .checkout-cart-index .page-title h2 {margin: 10px 0 0 0;}

.cms-page-view h2 {
	font-size: 22px; 
	background: url("https://www.lilyboutique.com/skin/frontend/default/default/images/content-divider.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    float: left;
    margin: 0 0 18px 0;
    padding: 20px 0 10px 0;
    width: 100%;
}

.cms-page-view h3 /*font-change: , strong, b*/ {font-size: 14px;}
.cms-page-view p {width: 80%;}

.cms-page-view table {
	border-collapse: collapse;
	width: 80%;
	margin: 1px 1px 15px 1px;
}

.cms-page-view table td {
	padding: 5px;
	border: 1px dotted #CCC;
}

.cms-page-view table tr:first-child td {border-bottom: 1px dotted #AAA;}

.cms-page-view #international table td {width: 20%;}

/*
.contact_left{ width:385px; float:left; border-right:1px solid #B9B7AB; margin:10px 10px 10px 0; padding:0 0 0 10px;}
.contact_left span{padding:0px 0 0px 0px; color:#333333; font-weight:normal; font-size:16px; width:270px; float:left;}
.contact_left p{ width:375px; float:left; margin:10px 0 0 0; color: #333333; font-family: 'radleyregular'; font-size: 13px; letter-spacing: 1px; line-height: 18px;}
.contact_center{width:280px; float:left; margin:10px 10px 10px 10px; padding:0px 0px 60px 0; }
.contact_center span{padding:0px 0 0px 0px; color:#333333; font-weight:normal; font-size:16px; width:260px; float:left; font-family: 'radleyregular';}
.contact_center p{ width:100%; float:left; margin:10px 0 0 0; color: #333333;font-size: 13px; letter-spacing: 1px; line-height: 18px;}
.contact_center ul{ width:100%; float:left; margin:0; padding:0;}
.contact_center ul li{ width:200px; float:left; margin:5px 0px; padding:0;}
.contact_center ul li .detail_left{ width:80px; float:left; margin:0; padding:0; text-align:left; color: #333333; font-family: 'radleyregular'; font-size: 13px; letter-spacing: 1px; line-height: 18px;}
.contact_center ul li .detail_right{ width:110px; float:left; margin:0 0 0 10px; padding:0; text-align:left; color: #333333; font-family: 'radleyregular'; font-size: 13px; letter-spacing: 1px; line-height: 18px;}
.contact_right{ width:375px; float:left; margin:10px 0 10px 10px;}
.contact_right span{padding:0px 0 5px 0px; color:#333333; font-weight:normal; font-size:16px; width:400px; float:left;}
.contact_right .buttons-set button.button{ float:right; margin-right:-15px;}
.contact_right .buttons-set .button span{ background:none repeat scroll 0 0 #EEE3CF; width:100px; line-height:20px; color:#333333; font-size:15px; margin-top:7px;}
.contact_right .contact textarea{ width:255px !important;}
.contact{width:100%; float:left;}
.contact ul{margin:0px; padding:0px; list-style:none; width:100%; float:left;}
.contact ul li{width:100%; float:left;}
.contact ul li .field {width:100%; float:left; padding-top:10px;}
.contact ul li .field .required{float:left; font-size: 13px; color:#333333;}
.contact ul li .field .input-box{float:right; clear:none;}

.contact ul .wide {width:100%; float:left; padding-top:10px;}
.contact ul .wide .required{float:left; color:#333333; font-size: 13px;}
.contact ul .wide .input-box{float:right; clear:none; width:259px;}

.contacts-index-index .main-container { background:#fff; overflow: hidden }
.contacts-index-index .main { width:910px; float:right; }
.contacts-index-index .col-main { float:left; }
.contacts-index-index .col-left { float:right; padding:15px; }
.contacts-index-index .footer-container { clear:both; }

.about_content{ width:100%; float:left; margin:0; color: #333333; font-size: 12px; letter-spacing: 1px; line-height: 18px;}
.about_content p{color: #333333; font-size:13px !important; letter-spacing: 1px; line-height: 18px;}
.tbl_row{ width:100%; float:left; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/size_chart_bdr.png) repeat-x left bottom; padding:0 0 10px 0;}
.tbl_title{ color: #333333; font-size: 12px; letter-spacing: 1px; line-height:22px; text-transform:uppercase; font-weight:bold;}
*/

/*
.col-left .menu1{float:left; width:155px; padding-left:5px;}
.col-left .menu1 ul{margin:0px; padding:0px 0 35px 0; list-style:none; width:100%; float:left;}
.col-left .menu1 ul li{float:left; width:100%; font-size:13px; color:#434343; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/menu_line.png) no-repeat left top; text-transform:uppercase; padding:8px 0 3px 0; font-weight:normal; font-family:'times_new_romanregular'; letter-spacing:1px;}
.col-left .menu1 ul span{float:left; width:100%; font-size:15px; padding:2px 0; color:#b38a3b; font-weight:normal; font-family:'times_new_romanregular';}
.col-left .menu1 ul li a{text-decoration:none; color:#434343;}
.col-left .menu1 ul li a:hover{text-decoration:none; color:#b38a3b;}

.col-left .menu2{float:left; width:185px;}
.col-left .menu2 ul{margin:0px; padding:0px 0 12px 0; list-style:none; width:100%; float:left; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/gray_line2.png) no-repeat left bottom;}
.col-left .menu2 ul li{float:right; width:98%; font-size:12px; color:#434343; text-transform:uppercase; padding:0; line-height:22px; padding-left:5px; font-weight:normal; font-family:'times_new_romanregular';}
.col-left .menu2 ul span{float:left; width:98%; font-size:14px; padding:2px 0 7px 5px; color:#b38a3b; font-weight:normal; font-family:'times_new_romanregular'; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/gray_line1.png) no-repeat left bottom; margin-bottom:6px;}
.col-left .menu2 ul li a{text-decoration:none; color:#434343;}
.col-left .menu2 ul li a:hover{text-decoration:none; color:#b38a3b;}

.col-left .left_img{float:left; width:100%; padding:15px 0;}
.col-left .left_img img{padding:5px 0;}

.col-left .signup_main{float:left; width:100%; padding:10px 0 10px 0;}
.col-left .signup_main span{float:left; width:98%; font-size:15px; padding:2px 0 7px 5px; color:#b38a3b; font-family: 'Montserrat', sans-serif; font-weight:normal; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/gray_line2.png) no-repeat left bottom; margin-bottom:6px; text-transform:uppercase;}
.col-left .signup_main .signup_text{float:left; width:98%; padding-left:5px; color:#434343; font-family:"Times New Roman", Times, serif; font-size:12px; font-weight:normal;}
.col-left .signup_main .input_text{width:167px; height:24px; line-height:24px; padding-left:8px; float:left; margin:6px 0; font-size:11px; color:#333; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/input_bg1.gif) no-repeat left top; border:0px;}
.col-left .signup_main .signup_text button.button span{ width:169px; height:24px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/button_news.jpg) no-repeat left top; color: #B38A3B; float: left; font-family: 'times_new_romanregular'; font-size:13px; font-weight: normal; text-transform:uppercase; line-height:20px; padding:0; text-align:center; color:#333333;}

.col-left .left_socialimg{float:left; width:100%; padding:15px 0;}
.col-left .left_img img{padding:5px 0;}
*/

/*.product-view .shipping_banner{background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/pro_detail_top1.jpg) no-repeat left top; width:100%;}
.product-view .shipping_banner .more_detail{ width:120px;}*/

.shipping_banner {
	background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/shipping-mini.png) no-repeat left top; 
	background-size: cover;
	width: 100%; 
	height:49px; 
	margin: 0; 
	line-height: 49px; 
	letter-spacing: 1.5px; 
	font-family: 'radleyregular', Georgia, serif;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
	box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.shipping_banner .order_over {width: 380px; margin:0 0 0 70px; float:left;}
.shipping_banner .freeship {width: 380px; float: left;}
.shipping_banner .freeship span {display: none;}
.shipping_banner .more_detail { width:100px; float:right; margin:0 -20px 0 0; display: none;}
.shipping_banner .more_detail a{ font-size:13px; color:#434343; text-decoration:none; line-height:58px;}

.bread_prodetail {padding: 15px 20px; font-size: 10px; margin: 0 0 20px 0; text-transform:uppercase; width: 50%; /*letter-spacing: 1px;*/}
.bread_prodetail a {color: #000; text-decoration:none; margin:0 5px;}
.bread_prodetail a: hover {text-decoration: underline;}
/*
.social_share{ width:180px; height:35px; background:#f7f7f7; float:right;}
.social_share img{margin:7px 0 0 0px;}
.social_share a{ margin:0 0 0 7px; font-family: 'adobe_caslon_proregular'; font-size:11px; color: #333333; text-decoration:none; text-transform:uppercase; line-height:38px;}
*/

.social_share {position: absolute; top: 55px; right: 130px; width: 250px; height:35px; float:right; text-align: right;}
.social_share img {margin: 5px 0 0 0px;}
.social_share a { margin:0 0 0 7px; font-size:10px; color: #000; text-decoration:none; text-transform:uppercase; line-height:38px; cursor: pointer;}

.size_part{ width:200px; float:left; margin:15px 0px 25px 0px;}
.size_part span{ width:50px; float:left; text-align:left; font-size:11px; color: #333333; text-transform:uppercase; line-height:30px;}
.size_part a{ width:23px; height:23px; float:left; margin:0px 0px 0px 5px; color:#434343; font-size:12px; font-weight:normal; text-transform:uppercase; text-decoration:none; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/size_bg.jpg) no-repeat left top; text-align:center; line-height:23px;}

p.sizeChart {margin-left: 136px; font-size: 10px; display: block; clear: both; padding-right: 30px; line-height: 14px; margin-bottom: 2px; margin-top: 5px; text-transform: capitalize;}
#notifyoutofstock {margin-left: 136px; font-size: 10px; display: block; clear: both; padding-right: 30px; line-height: 14px; margin-bottom: 25px; margin-top: 5px;}
p.sizeChart a, #notifyoutofstock a {font-weight: bold; text-decoration: none; color: #000;}
	
.small_mes{ width:100%; float:left;}
.small_mes span{font-size:14px; color: #333333; line-height:18px; width:100%; float:left;}

.buttons-set1 {margin:20px 0px 0px 140px;}
.buttons-set1 button span { background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/button_bg.png) no-repeat 0 0; padding:10px 8px 10px 25px; line-height:26px; color:#494037; font-size:10px; text-transform:uppercase; font-weight:bold;}
.buttons-set1 button span span{ background-position:100% 0; padding:10px 28px 10px 2px; }

/* My Account ============================================================================= */
.my-account .fieldset { padding:22px 0px 12px 0px; margin:28px 0; }
.my-account .page-title{ /* margin-left:10px !important; */ margin-left:0px !important; background:none;}
.my-account .fieldset .legend { float:left; border:none !important; background:none !important; margin:-33px 0 0 0px; padding:0 8px; position:relative; font-size:14px; font-weight:normal; color:#B38A3B; text-transform:uppercase;}
.my-account .form-list .field{ width:50% !important;}
.my-account .form-list li{ margin-bottom:20px !important; margin-left:10px !important;}
.my-account .form-list label{ width:130px !important; line-height:24px;}
.my-account .form-list label.required em{ float:none !important	; position:relative; right:0;}
.my-account .form-list .input-box{ clear:none !important; float:left;}
.my-account .form-list li.control label{font-size:14px; font-weight:normal; color:#434343;}
.my-account .buttons-set{ margin-top:0px !important; border-top:1px solid #B9B7AB !important;}
.my-account .buttons-set .btn-save { background:none; border:none; outline:none;}
.my-account .buttons-set .btn-save span { /*background:#bb5862;*/ background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/button_bg.png) no-repeat 0 0; padding:7px 8px 3px 25px; line-height:26px; color:#494037; font-size:10px; text-transform:uppercase; font-weight:bold;}
.my-account .buttons-set .btn-save span span { background-position:100% 0; padding:7px 28px 3px 2px; }
.my-account .form-list li.wide input.input-text{ width:695px !important;}
.my-account .btn-address { background:none; border:none; outline:none; margin-bottom:5px !important;}
.my-account .btn-address span { /*background:#bb5862;*/ background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/button_bg.png) no-repeat 0 0; padding:7px 8px 3px 25px; line-height:26px; color:#494037; font-size:10px; text-transform:uppercase; font-weight:bold;}
.my-account .btn-address span span { background-position:100% 0; padding:7px 28px 3px 2px; }
.my-account .pager{ margin:10px 0px 10px 10px !important;}
.my-account .data-table{ /*border:1px solid #aa7612 !important;*/ border-collapse: collapse;}
.my-account .data-table thead th{ background:none !important; line-height:26px; border-bottom: 1px dotted #ccc !important; }
.my-account .data-table tbody th, .data-table tbody td {border-bottom: 1px dotted #ccc !important; border-top: 0 !important; border-left: 0; border-right: 0;}
.my-account .data-table .odd{ background:#F4EDE5 !important;}
.my-account .data-table .even{ background:#E2CAAF !important;}
.my-account .link-reorder { color:#434343 !important; font-weight:bold;}
.my-account .my-wishlist .data-table{ margin:10px 0px 0px 10px;}
.my-account .my-wishlist textarea { display:none !important;}
.my-account .my-wishlist .odd,
.my-account .my-wishlist .even{ background:none !important;}
.my-account .my-wishlist .buttons-set { margin-top:2em !important; margin-left:10px !important; }
.my-account .my-wishlist .data-table td.last, .data-table th.last{}
.my-account .my-wishlist .data-table thead th{}



#mg-ajaxcart-dialog { position: fixed; left: 50%; top: 50%; z-index: 100; width: 200px; height: 180px; border: 1px solid #ddd; box-shadow: 2px 2px 5px #888; background-color: #FBFAF6; margin-left: -100px; margin-top: -75px; display: none; padding: 7px; }
#mg-ajaxcart-dialog .product-info { height:74px; font-size:13px; text-align:center; line-height:22px; }
#mg-ajaxcart-dialog .product-info img { width: 80px; height: 80px; border: 1px solid #ddd; padding: 5px; float: left; }
#mg-ajaxcart-dialog .product-info .msg { float: left; width:100%;}
#mg-ajaxcart-dialog .product-info .name { font-weight: bold; }
#mg-ajaxcart-dialog a { text-decoration: none; float: left; font-size: 10px; text-align: center; text-transform: uppercase;  width: 100%; margin-top:6px;}
#mg-ajaxcart-dialog a span { background-color: #E7E7E3; text-align: center; color: #000000; border: medium none; float: left; height: 33px; line-height: 33px !important; margin: 0;  padding: 0; width: 100%;}
#mg-ajaxcart-dialog a.goto-cart { float: right; }
#mg-ajaxcart-dialog p.w-msg { font-size: 10px; float: right; margin-top: 5px; }
#mg-ajaxcart-dialog a.closer{ width:15px; height:15px; float:right; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_window_close.gif) 0 0 repeat; margin:-13px -13px 0 0;}

#mg-ajaxcart-comparedialog { position: fixed; left: 50%; top: 50%; z-index: 100; width: 200px; height: 180px; border: 1px solid #ddd; box-shadow: 2px 2px 5px #888; background-color: #FBFAF6; margin-left: -100px; margin-top: -75px; display: none; padding: 7px; }
#mg-ajaxcart-comparedialog .product-info { height:74px; font-size:13px; text-align:center; line-height:22px; }
#mg-ajaxcart-comparedialog .product-info img { width: 80px; height: 80px; border: 1px solid #ddd; padding: 5px; float: left; }
#mg-ajaxcart-comparedialog .product-info .msg { float: left; width:100%;}
#mg-ajaxcart-comparedialog .product-info .name { font-weight: bold; }
#mg-ajaxcart-comparedialog a { text-decoration: none; float: left; font-size: 10px; text-align: center; text-transform: uppercase;  width: 100%; margin-top:6px;}
#mg-ajaxcart-comparedialog a span { background-color: #E7E7E3; text-align: center; color: #000000; border: medium none; float: left; height: 33px; line-height: 33px !important; margin-top: 40px;  padding: 0; width: 100%;}
#mg-ajaxcart-comparedialog a.goto-cart { float: right; }
#mg-ajaxcart-comparedialog p.w-msg { font-size: 10px; float: right; margin-top: 5px; }
#mg-ajaxcart-comparedialog a.closer{ width:15px; height:15px; float:right; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_window_close.gif) 0 0 repeat; margin:-13px -13px 0 0;}


#mg-ajaxcart-addtowishlistdialog { position: fixed; left: 50%; top: 50%; z-index: 100; width: 200px; height: 180px; border: 1px solid #ddd; box-shadow: 2px 2px 5px #888; background-color: #FBFAF6; margin-left: -100px; margin-top: -75px; display: none; padding: 7px; }
#mg-ajaxcart-addtowishlistdialog .product-info { height:74px; font-size:13px; text-align:center; line-height:22px; }
#mg-ajaxcart-addtowishlistdialog .product-info img { width: 80px; height: 80px; border: 1px solid #ddd; padding: 5px; float: left; }
#mg-ajaxcart-addtowishlistdialog .product-info .msg { float: left; width:100%;}
#mg-ajaxcart-addtowishlistdialog .product-info .name { font-weight: bold; }
#mg-ajaxcart-addtowishlistdialog a { text-decoration: none; float: left; font-size: 10px; text-align: center; text-transform: uppercase;  width: 100%; margin-top:6px;}
#mg-ajaxcart-addtowishlistdialog a span { background-color: #E7E7E3; text-align: center; color: #000000; border: medium none; float: left; height: 33px; line-height: 33px !important; margin-top: 50px;  padding: 0; width: 100%;}
#mg-ajaxcart-addtowishlistdialog a.goto-cart { float: right; }
#mg-ajaxcart-addtowishlistdialog p.w-msg { font-size: 10px; float: right; margin-top: 5px; }
#mg-ajaxcart-addtowishlistdialog a.closer{ width:15px; height:15px; float:right; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_window_close.gif) 0 0 repeat; margin:-13px -13px 0 0;}


.mg-ajaxcart-listdialog { position: fixed; left: 50%; top: 50%; z-index: 100; width: 200px; height: 180px; border: 1px solid #ddd; box-shadow: 2px 2px 5px #888; background-color: #FBFAF6; margin-left: -100px; margin-top: -75px; display: none; padding: 7px; }
.mg-ajaxcart-listdialog .product-info { height:74px; font-size:13px; text-align:center; line-height:22px; }
.mg-ajaxcart-listdialog .product-info img { width: 80px; height: 80px; border: 1px solid #ddd; padding: 5px; float: left; }
.mg-ajaxcart-listdialog .product-info .msg { float: left; width:100%;}
.mg-ajaxcart-listdialog .product-info .name { font-weight: bold; }
.mg-ajaxcart-listdialog a { text-decoration: none; float: left; font-size: 10px; text-align: center; text-transform: uppercase;  width: 100%; margin-top:6px;}
.mg-ajaxcart-listdialog a span { background-color: #E7E7E3; text-align: center; color: #000000; border: medium none; float: left; height: 33px; line-height: 33px !important; margin: 0;  padding: 0; width: 100%;}
.mg-ajaxcart-listdialog a.goto-cart { float: right; }
.mg-ajaxcart-listdialog p.w-msg { font-size: 10px; float: right; margin-top: 5px; }
.mg-ajaxcart-listdialog a.closer{ width:15px; height:15px; float:right; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_window_close.gif) 0 0 repeat; margin:-13px -13px 0 0;}



.mg-ajaxcart-listcomparedialog { position: fixed; left: 50%; top: 50%; z-index: 100; width: 200px; height: 180px; border: 1px solid #ddd; box-shadow: 2px 2px 5px #888; background-color: #FBFAF6; margin-left: -100px; margin-top: -75px; display: none; padding: 7px; }
.mg-ajaxcart-listcomparedialog .product-info { height:74px; font-size:13px; text-align:center; line-height:22px; }
.mg-ajaxcart-listcomparedialog .product-info img { width: 80px; height: 80px; border: 1px solid #ddd; padding: 5px; float: left; }
.mg-ajaxcart-listcomparedialog .product-info .msg { float: left; width:100%;}
.mg-ajaxcart-listcomparedialog .product-info .name { font-weight: bold; }
.mg-ajaxcart-listcomparedialog a { text-decoration: none; float: left; font-size: 10px; text-align: center; text-transform: uppercase;  width: 100%; margin-top:6px;}
.mg-ajaxcart-listcomparedialog a span { background-color: #E7E7E3; text-align: center; color: #000000; border: medium none; float: left; height: 33px; line-height: 33px !important; margin-top: 40px;  padding: 0; width: 100%;}
.mg-ajaxcart-listcomparedialog a.goto-cart { float: right; }
.mg-ajaxcart-listcomparedialog p.w-msg { font-size: 10px; float: right; margin-top: 5px; }
.mg-ajaxcart-listcomparedialog a.closer{ width:15px; height:15px; float:right; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_window_close.gif) 0 0 repeat; margin:-13px -13px 0 0;}


.mg-ajaxcart-listwishlistdialog { position: fixed; left: 50%; top: 50%; z-index: 100; width: 200px; height: 180px; border: 1px solid #ddd; box-shadow: 2px 2px 5px #888; background-color: #FBFAF6; margin-left: -100px; margin-top: -75px; display: none; padding: 7px; }
.mg-ajaxcart-listwishlistdialog .product-info { height:74px; font-size:13px; text-align:center; line-height:22px; }
.mg-ajaxcart-listwishlistdialog .product-info img { width: 80px; height: 80px; border: 1px solid #ddd; padding: 5px; float: left; }
.mg-ajaxcart-listwishlistdialog .product-info .msg { float: left; width:100%;}
.mg-ajaxcart-listwishlistdialog .product-info .name { font-weight: bold; }
.mg-ajaxcart-listwishlistdialog a { text-decoration: none; float: left; font-size: 10px; text-align: center; text-transform: uppercase;  width: 100%; margin-top:6px;}
.mg-ajaxcart-listwishlistdialog a span { background-color: #E7E7E3; text-align: center; color: #000000; border: medium none; float: left; height: 33px; line-height: 33px !important; margin-top: 50px;  padding: 0; width: 100%;}
.mg-ajaxcart-listwishlistdialog a.goto-cart { float: right; }
.mg-ajaxcart-listwishlistdialog p.w-msg { font-size: 10px; float: right; margin-top: 5px; }
.mg-ajaxcart-listwishlistdialog a.closer{ width:15px; height:15px; float:right; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_window_close.gif) 0 0 repeat; margin:-13px -13px 0 0;}

.mg-ajaxloved-listdialog { position: fixed; left: 50%; top: 50%; z-index: 100; width: 200px; height: 180px; border: 1px solid #ddd; box-shadow: 2px 2px 5px #888; background-color: #FBFAF6; margin-left: -100px; margin-top: -75px; display: none; padding: 7px; }
.mg-ajaxloved-listdialog .product-info { height:95px; font-size:13px; text-align:center; line-height:22px; }
.mg-ajaxloved-listdialog .product-info img { width: 80px; height: 80px; border: 1px solid #ddd; padding: 5px; float: left; }
.mg-ajaxloved-listdialog .product-info .msg { float: left; width:100%;}
.mg-ajaxloved-listdialog .product-info .name { font-weight: bold; }
.mg-ajaxloved-listdialog a { text-decoration: none; float: left; font-size: 10px; text-align: center; text-transform: uppercase;  width: 100%; margin-top:6px;}
.mg-ajaxloved-listdialog a span { background-color: #E7E7E3; text-align: center; color: #000000; border: medium none; float: left; height: 33px; line-height: 33px !important; margin: 0;  padding: 0; width: 100%;}
.mg-ajaxloved-listdialog a.goto-cart { float: right; }
.mg-ajaxloved-listdialog p.w-msg { font-size: 10px; float: right; margin-top: 5px; }
.mg-ajaxloved-listdialog a.closer{ width:15px; height:15px; float:right; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_window_close.gif) 0 0 repeat; margin:-13px -13px 0 0;}

#popupmain{ width:100%; height:100%; position:fixed; top:0; left:0; display:none; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/mainbg.png) repeat left top;}
#popupmain .popup{ width:400px; background:#fff; position:absolute; top:50%; left:50%; margin:-150px 0px 0px -200px; border:4px solid #9e9e9e; border-radius:10px;}
#popupmain .popup .popup_inner{ border:1px solid #8b8a87; border-radius:4px;}
#popupmain .popup .popup_inner .verification-title{ background:#e8e7e3; font-size:18px; font-weight:bold; color:#343030; padding:10px 0px; text-align:center; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px;}
#popupmain .popup .popup_inner p{ font-size:14px; color:#343030; text-align:center; line-height:18px;}
#popupmain .popup .popup_inner .popup_container{ padding:10px 30px;}
#popupmain .popup .popup_inner .pop-lable{font-size:14px; color:#343030; text-align:center; line-height:18px;}
#popupmain .popup .popup_inner .popup_address{ padding:5px 15px; margin:0 auto; text-align:center;}
.popup_address .ipt-radio{ width:25px; margin:0; padding:0; display:inline-block; vertical-align:top;}
.popup_address .address{ width:325px; font-size:14px; color:#343030; text-align:left; line-height:18px; display:inline-block;}
.popup_address button.button{background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/border-bg-popupcont.png) repeat center center;
    border: 0 none;
    cursor: pointer;
    margin:10px 0;
    overflow: visible;
    padding: 0; width:auto;}
.popup_address button.button span {
    background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn-bg-popupcont.jpg) repeat-x center center #fff;
    display: block;
    font-size: 13px;
	font-weight:bold;
    height: 28px;
    letter-spacing: 1px;
    line-height: 28px;
    margin: 0 2px;
    text-align: center;
}
.popup_address button.button span span {
    padding: 0 22px;
}
.popup_address .border-wrapper{ background:none;}


/* ================================= cms page css start  ============================================================== */
/*.cms_titlebor {
	background: url("https://www.lilyboutique.com/skin/frontend/default/default/images/main_head.png") no-repeat scroll left bottom transparent;
	border:none;
	font-family:'adobe_caslon_proregular'; margin:0 0 7px; text-transform:uppercase; 
	padding-bottom:5px;
	padding-top:15px;
}*/

.cms_titlebor {margin-top: 15px;}

.tablelabel { float: left; line-height: 15px; padding: 5px; width: 75%; color: #434343; font-family: 'times_new_romanregular'; font-size: 12px; font-weight: normal; } .maintablediv { color: #434343; font-family: 'times_new_romanregular'; font-size: 12px; font-weight: normal; float:left; width:60%; border:solid 1px #CCCCCC; text-transform:uppercase; } .tableright { float:left; width:20%; line-height:15px; padding:5px; text-align:center; color: #434343; font-family: 'times_new_romanregular'; font-size: 12px; font-weight: normal; }

.interpadding td strong {
    padding-left: 10px;
}
/*.std b, .std strong {
    font-weight: bold;
}*/
.interpadding td p {
    margin: 0;
    padding-left: 10px;
}


/* ================================= cms page css end    ============================================================== */






/*  ========================================================= news letter start css ====================================================================  */

#mg-newsletter-dialog { position: fixed; left: 50%; top: 50%; z-index: 100; width: 200px; min-height: 120px; border: 1px solid #ddd; box-shadow: 2px 2px 5px #888; background-color: #FBFAF6; margin-left: -100px; margin-top: -75px; display: none; padding: 7px; }
#mg-newsletter-dialog .product-info { height:74px; font-size:13px; text-align:center; line-height:22px; }
#mg-newsletter-dialog .product-info img { width: 80px; height: 80px; border: 1px solid #ddd; padding: 5px; float: left; }
#mg-newsletter-dialog .product-info .msg { float: left; width:100%; letter-spacing:0.1px;}
#mg-newsletter-dialog .product-info .name { font-weight: bold; }
#mg-newsletter-dialog a { text-decoration: none; float: left; font-size: 10px; text-align: center; text-transform: uppercase;  width: 100%; margin-top:6px;}
#mg-newsletter-dialog a span { background-color: #E7E7E3; text-align: center; color: #000000; border: medium none; float: left; height: 33px; line-height: 33px !important; margin: 0;  padding: 0; width: 100%;}
#mg-newsletter-dialog a.goto-cart { float: right; }
#mg-newsletter-dialog p.w-msg { font-size: 10px; float: right; margin-top: 5px; }
#mg-newsletter-dialog a.closer{ width:15px; height:15px; float:right; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_window_close.gif) 0 0 repeat; margin:-13px -13px 0 0;}

#mg-newsletterleft-dialog { position: fixed; left: 50%; top: 50%; z-index: 100; width: 200px; height: 120px; border: 1px solid #ddd; box-shadow: 2px 2px 5px #888; background-color: #FBFAF6; margin-left: -100px; margin-top: -75px; display: none; padding: 7px; }
#mg-newsletterleft-dialog .product-info { height:74px; font-size:13px; text-align:center; line-height:22px; }
#mg-newsletterleft-dialog .product-info img { width: 80px; height: 80px; border: 1px solid #ddd; padding: 5px; float: left; }
#mg-newsletterleft-dialog .product-info .msg { float: left; width:100%; letter-spacing:0.1px;}
#mg-newsletterleft-dialog .product-info .name { font-weight: bold; }
#mg-newsletterleft-dialog a { text-decoration: none; float: left; font-size: 10px; text-align: center; text-transform: uppercase;  width: 100%; margin-top:6px;}
#mg-newsletterleft-dialog a span { background-color: #E7E7E3; text-align: center; color: #000000; border: medium none; float: left; height: 33px; line-height: 33px !important; margin: 0;  padding: 0; width: 100%;}
#mg-newsletterleft-dialog a.goto-cart { float: right; }
#mg-newsletterleft-dialog p.w-msg { font-size: 10px; float: right; margin-top: 5px; }
#mg-newsletterleft-dialog a.closer{ width:15px; height:15px; float:right; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_window_close.gif) 0 0 repeat; margin:-13px -13px 0 0;}


/* ========================================================== news letter end css  ====================================================================== */

.product-view #mg-ajaxcart-notify
{
	 display:none;
}

.image-gallery {clear: both; float: left; width: 100%; padding: 2% 0;}
/*.image-gallery table {width: auto; margin: 70px;}*/
.image-gallery ul {display: block; padding-top: 2%;}
.image-gallery ul li {width: 31%; display: inline-block; margin: 1% 1%; text-align: center;}
.image-gallery ul li a {display: block; margin: 1px; background: #FFF;}
.image-gallery ul li img {width: auto; height: auto; padding: 20px 0;}

/* ajax pop up cart message css start  */
.mg-ajaxcart-notify{position: fixed; left: 50%; top: 50%; z-index: 100; width: 216px; height: 180px; margin-left: -100px; margin-top: -75px; display: none; padding: 7px;   }
.mg-ajaxcart-notify .product-info { height:74px; font-size:12px; text-align:center; line-height:22px;  }
.mg-ajaxcart-notify .product-info img { width: 80px; height: 80px; border: 1px solid #ddd; padding: 5px; float: left; }
.mg-ajaxcart-notify .product-info .msg { float: left; width:100%;}
.mg-ajaxcart-notify .product-info .name { color:#4C4C4C;}
.mg-ajaxcart-notify a { text-decoration: none; float: left; font-size: 10px; text-align: center; text-transform: uppercase;  width: 100%; margin-top:6px;}
.mg-ajaxcart-notify a span { background-color: #E7E7E3; text-align: center;color:#4C4C4C; border: medium none; float: left; height: 33px; line-height: 33px !important; margin: 0;  padding: 0; width: 100%;}
.mg-ajaxcart-notify a.goto-cart { float: right; }
.mg-ajaxcart-notify p.w-msg { font-size: 10px; float: right; margin-top: 5px; }
.mg-ajaxcart-notify a.closer{ width:15px; height:15px; float:right; position:absolute;background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn_window_close.gif) 0 0 repeat; margin:0px -13px 0 0;}
.curve_bg {
    background: url("https://www.lilyboutique.com/skin/frontend/default/default/images/curve_bg.png") no-repeat scroll left center #FDFDFD;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EFEFEF;
    margin-top: -11px;
    padding: 10px;
    width: 196px;
}
/* ajax pop up cart message css end  */

/* BLOG */
.postTitle {
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/content-divider.png) bottom center no-repeat;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.postTitle h2, .postTitle h2 a {
	color: #000;
	text-decoration: none;
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 20px;
}

.postTitle h2 a:hover {color: #333;}

.postTitle .postDetails {
	color: #444;
	letter-spacing: 1px;
	line-height: 24px;
	font-size: 11px;
}

.postTitle .postDetails a {
	color: #444;
	text-transform: lowercase;
	font-style: italic;
	text-decoration: none;
}

.postTitle .postDetails a:hover {color: #000;}

.postTitle .postDetails .comment {
	display: inline-block; 
	margin-left: 18px;
}

.postTitle .postDetails .comment span {
	display: inline-block;
	min-width: 16px;
	height: 24px;
	text-align: center;
	color: #EEE;
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/comment-count.png) center center no-repeat;
	letter-spacing: normal;
	font-size: 9px;
	
}

.postContent img {
	margin: 15px 0;
}

.postContent a {
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	color: #000;
	font-size: 13px;
}

.postContent a:hover {text-decoration: underline;}

.postContent a.aw-blog-read-more {
	display: block;
	color: #000;
	text-transform: uppercase;
	font-style: normal;
	font-size: 13px;
	margin: 30px 0;
	
}

.postWrapper .end_tag {
	background: url("https://www.lilyboutique.com/skin/frontend/default/default/images/post-footer.png") right center no-repeat;
    font-family: 'radleyregular',Georgia,serif;
    height: 49px;
    letter-spacing: 1.5px;
    line-height: 49px;
    margin: 0;
    width: 99.95%;
	border-left: #f0efee 1px solid;
	margin-bottom: 85px;
	font-size: 11px;
}

.postWrapper .end_tag .btm_comments {
	padding-right: 15px;
	font-style: italic;
	color: #444;
	float: right;
}

#searcfh {margin: 0 !important; border: none !important; outline: none !important;}

/* SKETCHY BORDER BACKGROUND */
.border-wrapper
{
	position: relative;
	display: inline-block;
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/border-bg.png) center center repeat;
	padding:1px;
	
}

.swatches-customoptions-list a:hover,
.swatches-customoptions-list li.selected a
{
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/border-bg-dark.png) center center repeat;	
	padding:2px;
}
.swatches-customoptions-list a
{
	position: relative;
	display: inline-block;
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/border-bg.png) center center repeat;
	padding:2px;
	
}

.swatches-customoptions-list a:hover,
.swatches-customoptions-list li.selected a
{
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/border-bg-dark.png) center center repeat;	
}


/*.swatches-customoptions-list a
{
	display: inline-block;
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/border-bg-new.jpg) center center repeat-x;
}

.swatches-customoptions-list a:hover,
.swatches-customoptions-list li.selected a
{
	
}*/

.left_side .border-wrapper {margin-right: 6px; float:left;}

input, /*select,*/
.swatches-customoptions-list img,
.swatches-customoptions-list span
{
	background: #FFF;
	/*float: left;*/
	/*margin: 1px;*/
	border: 1px solid transparent;	
}

.border-wrapper input.input-text, .border-wrapper select, .border-wrapper textarea {border: none !important; margin: 0px !important; outline: none !important; background: #FFF !important;}
.col-main .left_panel .signup_main .border-wrapper, .col-left .signup_main .border-wrapper {margin: 6px 0 2px 0;}

select {
	line-height: 24px;
	height: 24px;
	/*background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/select-arrow.png) right center no-repeat;
	padding-right: 24px;
	-webkit-appearance: none;*/
}

.select {
  position: absolute;
  width: 98px;
  height: 24px;
  top: 1px;
  left: 1px;
  padding: 0 24px 0 6px;
  /*color: #fff;*/
  font: 11px/24px helvetica,arial,sans-serif;
  background: #FFF url(https://www.lilyboutique.com/skin/frontend/default/default/css/select.png) no-repeat;
  overflow: hidden;
}

/* TYPOGRAPHY */
h2, h2 a, h3, h4,
.header .links,
#nav li,
button.button span,
/*.products-grid .product-name,  font-change - was commented out */
/*.product_text,*/
.product-view .product-shop .productviewprice .availability,
.product-options dt,
.product-options-bottom .add-to-links a,
.option-title,
/*.col-main .right_penal .products-grid h2.product-name,*/
.cms-page-view .page-title h1,
.cart .shipping h2, .cart .discount h2,
.page-title h1, .page-title h2,
.account-login .content h2,
.data-table tbody td h2 a,
.bread_prodetail,
.postTitle .postDetails .comment span,
.footer ul li.sec li,
.footer ul li.sec p,
.blog-content h5 
{
	font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
	/* font-change */
	/*font-family: 'Bitter', Helvetica, Arial, sans-serif;*/
	font-weight: 400 !important;
}

/*.products-grid .price-box,*/
.product-view .product-shop .productviewprice .price-box,
.product-view .product-shop .product-name h1,
/*.product-view .product-shop .productviewprice .availability span,*/
.product-view .box-up-sell h2,
.footer,
/*.col-main .left_panel,
.col-left,*/
/*.col-main .right_penal .product_main ul li .product_text .price,*/
.cms-page-view h2,
/*#notifyoutofstock,*/
.footer .copyright,
/*.box-up-sell .products-grid h3.product-name,*/
.box-up-sell h2 span, .image-gallery h2 span,
.col-main .left_panel .signup_main .input_text, .col-left .signup_main .input_text,
.cart .data-table thead th,
.postContent a.aw-blog-read-more
{
	font-family: 'Raleway', Helvetica, Arial, sans-serif !important;
	/* font-change */
	/*font-family: 'Lato', Helvetica, Arial, sans-serif;*/
	font-weight: 400 !important;
}

.postTitle .postDetails,
.postContent a {
	font-family: 'radleyregular', Georgia, Times New Roman, serif !important;
}

.product_text,
.products-grid .product-name,
.products-grid .product-name a,
.box-up-sell .products-grid h3.product-name
{
	font-family: Arial, 'Helvetica Neue', Arial, sans-serif !important;
	font-weight: bold !important;
}

.products-grid .price-box,
.col-main .right_penal .product_main ul li .product_text .price,
.product-view .product-shop .productviewprice .availability span
{
	font-family: Arial, 'Helvetica Neue', Arial, sans-serif !important;
	font-weight: 400 !important;
}

/*
.col-main .left_panel .widget ul li,
.col-left .widget ul li {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 400;
}
*/
/*
#nav li,
.footer .copyright
{ 
	font-family: 'Josefin Slab', Georgia, serif;
	font-weight: 700;
}
*/
.product-view .product-shop .add-to-box .add-to-cart button.button span{
	display: block;
        width: 296px;
	background:url("https://www.lilyboutique.com/skin/frontend/default/default/images/btn-beige.jpg") no-repeat; 
	padding: 0; 
	margin: 0;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase; 
	letter-spacing: 1px;
	color:#2F2F2F;
}
.product-view .product-shop .add-to-links a{
	background: url("https://www.lilyboutique.com/skin/frontend/default/default/images/btn-add-to-wishlist.jpg") no-repeat;
	display: block;
	width: 296px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	font-family:'Montserrat',Helvetica,Arial,sans-serif !important
}
.product-view .product-shop .add-to-links a:hover {
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.product-view .product-shop .add-to-box .add-to-cart button.button a:hover{
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.page-title .search_panel .search_bar .input_type {background: #FFFFFF url(https://www.lilyboutique.com/skin/frontend/default/default/images/search_icon.gif) right center no-repeat; width:200px; padding: 0px 30px 1px 10px; float:left; height:21px; line-height:21px; border:0px; font-size:11px; color:#000;}

/* 27-Aug-2014 */
.clear_btn{ width:98px; float:left; text-align:center; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/btn-click.jpg) no-repeat center center; height:26px; line-height:26px; font-family:'Montserrat',Helvetica,Arial,sans-serif !important; color:#000; font-size:12px; cursor:pointer; margin:0px; padding:0px;}

.product_heart_main{ width:100%; float:left;}
.product_heart{ width:17px; height:16px; float:left; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/heart.jpg) no-repeat;}
.count{ min-width:30px; height:20px; float:left; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/left_cv.jpg) no-repeat left; text-align:center; color:#666666; font-size:11px; line-height:20px; margin:0px 0 0 5px; padding:0 0 0 3px;}
.count span{ width:3px; height:20px; float:right; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/right_cv.jpg) no-repeat left;}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.lilyboutique.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.lilyboutique.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.lilyboutique.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.lilyboutique.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.lilyboutique.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.lilyboutique.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.lilyboutique.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.lilyboutique.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.lilyboutique.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/
.slide{ position:relative; background:#f0f0f0; height:210px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.slide .slide-thumb{ width:100%; height:210px; display:table-cell; vertical-align: middle; text-align:center; overflow:hidden; transition: all .4s ease-in-out;}
.slide .slide-thumb img{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.slide .sale{ width:60px; position:absolute; right:0; top:0;}
.slide .sale label{ width:100%; float:left; text-align:center; background:#ee3b27; line-height:30px; font-family: 'open_sansbold'; font-size:14px; color:#fff; border-radius:3px 3px 0px 0px;}
.slide .sale span{ width:100%; float:left; text-align:center; background:#fff; line-height:30px; font-family: 'open_sansbold'; font-size:14px; color:#000; border-radius:0px 0px 0px 3px;}
.slide .sale-tag{width:74px; position:absolute; left:0; top:0;}
.slide .sale-tag label{ width:100%; float:left; text-align:center; background:#000; line-height:32px; font-family: 'open_sansbold'; font-size:14px; color:#fff; border-radius:5px 0px 5px 0px; text-align:center; margin:0px; padding:0px;}

.slide .thumb-overlay{ opacity:0; transition: all .4s ease-in-out;-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}
.slide:hover .thumb-overlay{ opacity:1; width:100%; position:absolute; bottom:0px; left:0px; right:0px; background-color: rgba(0,0,0, 0.4);  border-radius:0px 0px 5px 5px; transition: all .4s ease-in-out; margin:0px; padding:12px 16px 4px 16px;}
.slide:hover .thumb-overlay h5{ width:100%; float:left; font: 12px Arial,"Helvetica Neue",Helvetica,sans-serif; color:#fff; font-weight:normal; text-align:center; margin:0px; padding:0px 0px 14px 0px;}
.slide:hover .thumb-overlay h5 a{ color:#fff; text-decoration:none;}
.slide:hover .thumb-overlay .ventes-price{ width:80%; float:left; font: 12px Arial,"Helvetica Neue",Helvetica,sans-serif; color:#000; text-align:left; margin:0px; padding:0px;}
.slide:hover .thumb-overlay .ventes-price span{ font-family: 'open_sansbold'; font-size:16px; color:#dddddd; text-decoration:line-through; margin:0px; padding:0px 12px 0px 0px;}
.slide:hover .thumb-overlay .venthumb-link img{ height:30px; width:30px; margin-left:70px;}
.slide:hover .thumb-overlay .venthumb-link{ width:20%; float:left; margin-left:0px; padding:0px;}
.slide:hover .thumb-overlay .venthumb-link .link-icon{ font-size:20px; color:#fff; padding-top:3px;}

.bx-wrapper {
	width:100%;
	max-width:1220px !important;
	float:left;
	position: relative;
	margin:20px 0px 20px 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	width:100%;
	height:auto;
	display: block;
	border:none !important;	
}

.Popular .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
.Popular .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  margin: 0 auto -30px auto;
}
.Popular .slide.hover .overlay {
  height: 100%;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left:0px;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -40px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	/*background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/bx_loader.gif) center center no-repeat #fff;*/
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/page-nor.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin:0 4px;
	outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/page-act.png) no-repeat left top;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	right:25px;
	background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/subslider_prev.png) no-repeat left top;
}

.bx-wrapper .bx-next {
	right:0px;
	background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/subslider_next.png) no-repeat left top;
}

/*.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
}*/

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top:-38px;
	margin-top: 0px;
	outline: 0;
	width:18px;
	height:23px;
	text-indent: -9999px;
	/*z-index: 9999;*/
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/css/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(https://www.lilyboutique.com/skin/frontend/default/default/css/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*Video Slider Start*/

#Video-Slider{ width:100%; float:left; background:#474747;}
#Video-Slider .slide{ border:none;}
#Video-Slider .bx-wrapper{ max-width:100% !important; margin:0;}
#Video-Slider .bx-wrapper .bx-viewport{left:0px; -webkit-transform: translatez(0); -moz-transform: translatez(0); -ms-transform: translatez(0); -o-transform: translatez(0); transform: translatez(0);} 
#Video-Slider .bx-wrapper img {max-width: 100%; width: 100%; height:auto; display: block; }
#Video-Slider .bx-wrapper .bx-pager{ display:none;}
#Video-Slider .bx-wrapper .bx-prev {left:40px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/video/video-prev.png) no-repeat left top; }
#Video-Slider .bx-wrapper .bx-next {right:40px; background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/video/video-next.png) no-repeat left top;}
#Video-Slider .bx-wrapper .bx-controls-direction a{position: absolute; top:50%; margin-top:-26px; outline: 0; width:31px; height:52px; text-indent: -9999px; z-index: 9999;}


/* VENDEURS FAVORIS Slider Start*/
.vendeurs-slide{ width:214px; float:left; position:relative; margin:0px; padding:0px;}
.vendeurs-slide .slide-thumb{ width:100%; display:table-cell; vertical-align: middle; text-align:center; overflow:hidden;}
.vendeurs-slide .gallery-thumb{ width:78px; float:left; border:1px solid #cacaca; height:88px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin:0px; padding:0px;}
.vendeurs-slide .gallery-thumb img{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.vendeurs-slide .gallery-detail{ width:120px; float:right; text-align:left; border-right:1px solid #828282; margin:4px 0px 0px 10px; padding:0px 4px 0px 0px;}
.vendeurs-slide .gallery-detail .thumb-title{ width:100%; float:left; font-family: 'open_sansregular'; font-size:14px; color:#515151; margin:0px; padding:0px;}
.vendeurs-slide .gallery-detail .gallery-price{ width:100%; float:left; font-family: 'open_sanssemibold'; font-size:14px; color:#a12971; margin:18px 0px 0px 0px; padding:0px;}
.vendeurs-slide .gallery-detail .gallery-price .last-price{ text-align:left; color:#6c6c6c; text-decoration:line-through; padding-right:10px;}
.vendeurs-slide .gallery-detail .star-reting{ width:100%; float:left; margin:6px 0px 0px 0px; padding:0px;}
.vendeurs-slide .gallery-detail .star-reting .fa{ color:#e1b401;}
.vendeurs-slide .gallery-detail .star-reting .fa:hover{ color:#7b7b7b;}
.vendeurs-slide .gallery-detail .star-reting .fa.no-reting{color:#7b7b7b;}

section .favoris-main .favoris-slider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top:26px;
	margin-top: 0px;
	outline: 0;
	width:21px;
	height:41px;
	text-indent: -9999px;
	z-index: 9999;
}

section .favoris-main .favoris-slider .bx-wrapper .bx-prev {
	left:-40px;
	background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/favoris-prev-arrow.png) no-repeat left top;
}

section .favoris-main .favoris-slider .bx-wrapper .bx-next {
	right:-40px;
	background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/favoris-next-arrow.png) no-repeat left top;
}




/*Global Css Class Start*/
.fa{
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	transform:translate(0, 0)
}

.container{ width:100%; max-width:1180px; margin:0 auto;}
section.row h1{ width:100%; display:inline-block; margin: 0 auto; /*font-family: 'open_sanssemibold'; font-size:20px; color:#a12971; border-bottom:2px solid #a2a2a2; text-transform:uppercase; margin:0px 0px 10px 0px; padding:0px 0px 5px 0px;*/}
.mar_top50{ margin-top:50px;}
.container{ width:100%; max-width:1180px; margin:0 auto;}
div.amshopby-column {
    float: left;
    width: 49%;
    overflow: hidden;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px; 
}

.amshopby-link{
    float:left;
    padding-left:5px; 
    padding-top:5px;
}

.amshopby-clearer {
	display:block; 
	clear:both; 
	overflow: hidden;
}
div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;}  
div.block-layered-nav dd a.amshopby-attr, div.block-layered-nav dd a.amshopby-attr:hover {padding-left:15px; background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/amshopby-cb1.gif); background-repeat: no-repeat; background-position: left center;}
div.block-layered-nav dd a.amshopby-attr::before, div.block-layered-nav dd a.amshopby-attr-selected::before {border-style: none !important;}
div.block-layered-nav dd a.amshopby-attr-selected {font-weight: bold; padding-left:15px; background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/amshopby-cb2.gif); background-repeat: no-repeat; background-position: left center;}
div.block-layered-nav dd a.amshopby-attr-inactive {pointer-events: none; color: #666666}
div.block-layered-nav dd a img {/* padding: 0px 4px 5px;*/ float:left;}

div.block-layered-nav dd .single-choice a.amshopby-attr,
div.block-layered-nav dd .single-choice a.amshopby-attr:hover
{background-image: url(https://www.lilyboutique.com/skin/frontend/default/default/images/amshopby-rb1.gif);}

div.block-layered-nav dd .single-choice a.amshopby-attr-selected
{background-image: url(https://www.lilyboutique.com/skin/frontend/default/default/images/amshopby-rb2.gif);}

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
color:black; text-decoration: none; cursor:text;}

div.block-layered-nav li.amshopby-cat-multi a {
    padding-left:15px;
    background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/amshopby-cb1.gif); background-repeat: no-repeat; background-position: left center;
}

div.block-layered-nav li.amshopby-cat-multiselected a {
    font-weight: bold;
    background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/images/amshopby-cb2.gif); background-repeat: no-repeat; background-position: left center;
}

div.block-layered-nav dd li span.amshopby-plusminus {float:left;
display:block; width:15px; height:15px; cursor:pointer;
background:transparent url(https://www.lilyboutique.com/skin/frontend/default/default/images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url(https://www.lilyboutique.com/skin/frontend/default/default/images/amshopby-minus.gif) no-repeat;}
div.block-layered-nav dd li:after {display:block; content:".";
clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }



div.block-layered-nav.amshopby-collapse-enabled dl dt {
     cursor:pointer;
     padding-left:15px;
     background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/amshopby-expanded.gif) center left no-repeat;
}
div.block-layered-nav.amshopby-collapse-enabled dl dt::after {
    border-style: none !important;
}
div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed {background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/amshopby-collapsed.gif) center left no-repeat;}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt{background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/amshopby-expanded.gif) center left no-repeat;}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed{background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/amshopby-collapsed.gif) center left no-repeat;}

.main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dd .no-display {
    display: block!important;
}

div.block-layered-nav div.amshopby-slider {
	 position:relative; margin:10px 4px 5px 4px; z-index:9; height:18px;  background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/amshopby-slider-bg.gif) repeat-x 0 50%; cursor:pointer;
}
div.block-layered-nav div.amshopby-slider div.handle {margin-left:-4px; width:8px; top:3px; height:14px; background: transparent url(https://www.lilyboutique.com/skin/frontend/default/default/images/amshopby-hadle.png) no-repeat; position: absolute; cursor:move; z-index: 2;}

/*
 * Slider labels
 */
.amshopby-slider-price {
	color: #798794;
}
.amshopby-slider-price-from {
	float: left;
    
}
.amshopby-slider-price-to {
	float: right;
}

.amshopby-slider-handle-right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.amshopby-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
}

.amshopby-slider-price-range 
{
	text-align: center;
	font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor:help;
    display: inline;
}

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    position: relative;
}
div.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}
div.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('https://www.lilyboutique.com/skin/frontend/default/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}

/*
 * Advanced Categories
 */
.amshopby-advanced li {
	clear: both;
}
.amshopby-advanced li.level1 {
	padding-left: 20px;
}
.amshopby-advanced li.level2 {
	padding-left: 30px;
}
.amshopby-advanced li.level3 {
	padding-left: 40px;
}
.amshopby-advanced li.level4 {
	padding-left: 50px;
}


.amshopby-advanced li.active > a {
	font-weight: bold;
}

/*
 * Slider Bar
 */
.amshopby-slider-bar {
	position:absolute; 
	background: #999; 
	height: 6px; 
	top: 6px; 
	z-index: 1;  
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
	overflow: auto; 
}

.btn-remove-inline { background-image: url('https://www.lilyboutique.com/skin/frontend/default/default/images/am_btn_remove.gif'); background-repeat: no-repeat; width:13px; height:12px; margin-left: 4px; }
.btn-remove-inline:hover { /* background-position: center bottom; */ }
.amshopby-hightlighted { background: yellow;}

.btn-remove-inline img {display: inline;}

div.block-layered-nav div.amshopby-slider div.handle.active { z-index: 3; }

.amshopby-slider-ui { background: url(https://www.lilyboutique.com/skin/frontend/default/default/images/amshopby-slider-bg.gif) repeat-x 0 50%; margin: 10px .4em; }
.amshopby-slider-ui .ui-slider-handle { background-color: #f18200; border: 1px solid #de5400; box-sizing: border-box; outline: none; }
.amshopby-slider-ui .ui-slider-range { background-color: #999999; }

.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
.ui-slider { cursor: pointer; position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 0.8em; height: 1.2em; cursor: pointer; -ms-touch-action: none; touch-action: none; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.2em; margin-left: -.4em; }
.ui-slider-horizontal .ui-slider-range { top: 0.2em; height: 8px; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.amshopby-narrow-by-list table td { vertical-align: top; }

input[name^="amshopby"][id$="from"].input-text, input[name^="amshopby"][id$="to"].input-text{
    width: auto;
}

.amshopby-item-top{
    max-width: 225px;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.amshopby-filters-top .block-content ol{
    max-width: 250px;
}

.amshopby-item-top div.amshopby-column {
    width: auto;
}

.no-display-current, .no-display{
    display: none;
}

.current .no-display-current, dd.current td.no-display{
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0px;
    }
    .main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dt{background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/amshopby-collapsed.gif) center left no-repeat;}
    .main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dl dt.current{background:url(https://www.lilyboutique.com/skin/frontend/default/default/images/amshopby-expanded.gif) center left no-repeat;}
}

div.block-layered-nav ol:not(.single-choice) select option[selected] { color:white; background-color: rgba(171, 171, 171, 1); }

.amshopby-apply-button {width: 180px; height: 40px; margin-top: 1em;}

/**
 * All Brands page
 */
.content .ambrands-list {
    min-width: 180px;
}
.instagrampro-view #mainimgdiv.instagrampro-view .leftimgdiv {
  float: left;
  margin: 0 0.5% 5px 0;
  width: 33%;
}
.instagrampro-view .leftimgdiv:nth-child(3n) {
  margin-right: 0;
}
.prdblocka > img {
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
}
.select-div {
  float: left;
  margin: 10px 0;
  width: 100%;
}


.select-div > select {
  font-size: 16px;
  font-weight: bold;
  margin-left: 25%;
  padding: 10px;
  width: 50%;
}
.userimage > img {
  border: 1px solid;
  border-radius: 50px;
  height: 40px;
  padding: 2px;
  width: 40px;
}
.userimage {
  display: inline-table;
  vertical-align: middle;
}
.userlink {
  display: inline-table;
  font-size: 20px;
  line-height: 40px;
  margin-left: 10px;
  vertical-align: middle;
}
.alltitleul li a img {
  float: left;
}
#leftpart > span {
  position: absolute;
}
#titletext {
  border-radius: 6px;
  transition: all 1s ease 0s;
}
#titletext > a:hover{text-decoration:none;color:#fff}
#titletext > a{text-decoration:none;color:#fff}
#titletext > a > .number {
  background: rgba(0, 0, 0, 0) url("https://www.lilyboutique.com/skin/frontend/default/default/images/instagrampro/hotspot.png") no-repeat scroll 0 0 / 30px 33px;
  float: left;
  height: 33px;
  text-align: center;
  width: 30px;
}	
#titletext > a > .numbertitle {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  border: 1px solid;
  float: left;
  padding: 4px 10px;
}
#titletext .number {
  left: -16px;
  position: absolute;
  top: 0;
}
.prdblocka > span {
  float: left;
  font-size: 11px;
  height: 40px;
  overflow: hidden;
  padding: 5px;
  width: 100%;
}
.instagrampro-view div {
	float:left;
	margin:0px;
}
.instagrampro-view div.slide {
	height:230px;
	background:none;
}

.instagrampro-view div .bx-controls-direction{ right:36px; position:relative; top:-10px;}

#instagrampro_category { clear:both; }
#instagrampro_category img { float:left; height:100px; margin:0 10px 10px 0; }
#instagrampro_category #cleardiv { clear:both; height:15px; }
.instagrampro-view #mainimgdiv {
  float: left;
  margin: 0 0 15px 0;
  overflow: hidden;
  position: relative;
  width: 20%;
}
.instagrampro-view #mainimgdiv img {
  height: 100%;
  width: 100%;
}
.instagrampro-view #mainimgdiv:nth-child(4n) {
  margin-right: 0;
}
.instagrampro-view #mainimgdiv .hoverp {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.instagrampro-view #mainimgdiv .hoverp #innerdiv {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
#innerdiv > span {
  font-size: 20px;
  padding-top: 45%;
}
#innerdiv > #imagecomments {
  float: right;
  margin-right: 40px;
}
#innerdiv > #imagelikes {
  float: left;
  margin-left: 40px;
}
.instagrampro-view #mainimgdiv .hoverp #shopitimgbtn {
   background:url("https://www.lilyboutique.com/skin/frontend/default/default/images/instagrampro/white-instagram.png") scroll 0 0 no-repeat;
   height:30px; width:30px; display: block; margin:0 auto 10px; 
}
.instagrampro-view #mainimgdiv .hoverp #shopitbtn {
    border: 2px solid #fff;
    color: #fff;
    display: block;
	font-family:"Open Sans",sans-serif !important; 
	font-size:15px; 
    padding: 3px 6px; margin:0 auto 10px; width:75px;
}
.instagrampro-view #mainimgdiv .hoverp #desc {
    display: inline-block;
	clear:both; text-align:left;  
	color:#fff !important; 
	font-family:"Open Sans",sans-serif !important; 
	font-size:15px; font-weight:normal;  
}
.instagrampro-view #mainimgdiv .hoverp #desc p,
.instagrampro-view #mainimgdiv .hoverp #desc strong,
.instagrampro-view #mainimgdiv .hoverp #desc span,
.instagrampro-view #mainimgdiv .hoverp #desc em, 
.instagrampro-view #mainimgdiv .hoverp #desc label
{
	color:#fff !important; 
	font-family:"Open Sans",sans-serif !important; 
	font-size:15px; 
}
.instagrampro-view #mainimgdiv .hoverp a { 
	text-decoration:none; 
	color:#fff !important; 
	font-family:"Open Sans",sans-serif !important; 
	font-size:15px;   
	height: 244px; width:250px;
    overflow: hidden;
    text-decoration: none; 
	display:inline-block; text-align:center;
}
.instagramproshow { display:block !important; }
#backgrounddiv {
	align-items: baseline;
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    bottom: 0; left: 0;  right: 0; top: 0;
    justify-content: center;
    overflow: auto;
    position: fixed;
    z-index: 15001;
	width:100%;
	height:100%;
	display:none;
}
#backgrounddiv #whitebgdiv {
  background-color: white;
  height: 550px;
  margin: 50px auto;
  max-width: 100%;
  position: relative;
  width: 970px;
}
#backgrounddiv #whitebgdiv #rightpart ul.prditem li {
  border: 1px solid #e2e2e2;
  display: inline-table;
  height: 142px;
  margin-bottom: 15px;
  margin-right: 2%;
  margin-top:0;
  padding:0;
  width: 32% !important;
}
.instagrampro-view.clearer {
  float: left;
  width: 100%;
  margin-bottom:20px;
}
#backgrounddiv #whitebgdiv #rightpart ul.prditem li:nth-child(3n) {
  margin-right: 0;
}
#backgrounddiv #whitebgdiv #rightpart ul.prditem li:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-shadow: 4px 7px 15px 0 rgba(0, 0, 0, 0.23);
}
#backgrounddiv #whitebgdiv #rightpart ul.prditem li:hover a span{color:#000 !important}
#backgrounddiv #whitebgdiv #rightpart ul.prditem li div {
    display: none;
}
#backgrounddiv #whitebgdiv #leftpart
{
    display: table-cell;
    position: relative;
    text-align: center; 
	width:550px;
	float:left;
	height:100%;
}
#backgrounddiv #whitebgdiv #leftpart img {
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
	width:100%;
	height:100%;
}
#backgrounddiv #whitebgdiv #rightpart {
  display: table-cell;
  float: left;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  vertical-align: top;
  width:420px;
  padding:10px;
}
.main-user-div {
  border-bottom: 1px solid #000;
  height: 60px;
  width: 100%;
}
#backgrounddiv #whitebgdiv #rightpart ul {
  border-bottom: 1px solid #000;
  clear: both;
  padding: 15px 0;
  margin-bottom:0;
}
#backgrounddiv #whitebgdiv #rightpart ul li {
  display: inline-table;
  transition: all 1s ease 0s;
  width: 100%;
  clear: both;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 5px 0;
  padding: 15px 30px;
  text-align: left;
}
#backgrounddiv #whitebgdiv #rightpart ul li:hover {
  background: rgba(255, 255, 255, 0.74) none repeat scroll 0 0;
  border: 1px solid #e2e2e2;
  box-shadow: 2px 5px 7px 0 rgba(0, 0, 0, 0.23);
}
#backgrounddiv #whitebgdiv #rightpart ul li a:hover { text-decoration:none; }
#backgrounddiv #whitebgdiv #rightpart ul li a span {
  color: #000000 !important;
  font-weight: 500;
  vertical-align: middle;
}
#backgrounddiv #whitebgdiv #rightpart ul li:hover a span {
  background-color: transparent !important;
  color: #67c6ed !important;
}
#backgrounddiv #whitebgdiv #rightpart ul li a span.number {
    color:#fff !important;
	height:20px;
	width:20px;
	display:inline-block;
	background-color: #222;
    border-radius: 50%;
	text-align:center;
	display:none;
}
#leftpart #titletext .numbertitle {
  font-size: 12px;
}
#backgrounddiv #whitebgdiv #rightpart #instatitle {
  color: #000;
  float: left;
  font-size: 14px;
  padding-left: 20px;
  padding-top: 15px;
  text-align: left;
  width: 100%;
}
.insta-icon {
  background: rgba(0, 0, 0, 0) url("https://www.lilyboutique.com/skin/frontend/default/default/images/instagrampro/instagram.png") no-repeat scroll 0 0 / 40px 40px;
  float: left;
  height: 41px;
  margin-left: 10px;
  margin-top: 5px;
  width: 40px;
}
#backgrounddiv #whitebgdiv #rightpart #instatitle p,
#backgrounddiv #whitebgdiv #rightpart #instatitle strong,
#backgrounddiv #whitebgdiv #rightpart #instatitle span,
#backgrounddiv #whitebgdiv #rightpart #instatitle em, 
#backgrounddiv #whitebgdiv #rightpart #instatitle label
{
	color:#222 !important; 
	font-size:17px; 
}
#backgrounddiv #loadingdiv {
  background: rgba(0, 0, 0, 0) url("https://www.lilyboutique.com/skin/frontend/default/default/images/instagrampro/spinningred.gif") no-repeat scroll 0 0 / 63px 63px;
  display: none;
  height: 63px;
  margin-left:48%;
  margin-top: 15%;
  width: 63px;
}
.leftheading {
  float: left;
  font-weight: bold;
  text-align: center;
  width: 100%;
margin-top:10px;
}
#backgrounddiv #whitebgdiv #rightpart #cntbtndiv
{
	clear:both;	
}
.insta-heading {
  float: left;
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-size:24px;
}
.insta-producttab-heading {
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.insta-widget {
  float: left;
  width: 100%;
}
.iteminsta > img , .iteminsta > video {
  width: 100%;
}
.iteminsta:nth-child(4n) {
  margin-right:0;
}
.all-instaimage {
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
.producttab-item:nth-child(6n) {
  margin-right:0;
}
.producttab-item {
  display: inline-block;
  margin-right: 2%;
  width: 15%;
}
.producttab-item > img, .producttab-item > video {
  width: 100%;
  margin-bottom:10px;
}
.iteminsta {
  float: left;
  margin-right: 2%;
  width: 23.5%;
  margin-top:10px
}
#backgrounddiv #whitebgdiv #closebtndiv {
  background: rgba(0, 0, 0, 0) url("https://www.lilyboutique.com/skin/frontend/default/default/images/instagrampro/close.png") no-repeat scroll 0 0 / 25px 25px;
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: -12px;
  top: -16px;
  width: 25px;
  z-index:9999;
}
#rightpart > .main-user-div > .user {
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  width: 100%;
}
#backgrounddiv #whitebgdiv #prevbtndiv {
  background: rgba(0, 0, 0, 0) url("https://www.lilyboutique.com/skin/frontend/default/default/images/instagrampro/instaprev.png") no-repeat scroll 0 0;
  cursor: pointer;
  float: left;
  height: 50px;
  left: -51px;
  position: absolute;
  top: 47%;
  width: 50px;
}
#backgrounddiv #nextbtndiv
{
	height:50px;
	width:50px;
	float:left;
	background:url("https://www.lilyboutique.com/skin/frontend/default/default/images/instagrampro/instanext.png") scroll 0 0 no-repeat;
	cursor:pointer;	
	right: -60px;
  	position: absolute;
  	top: 47%;
}
#backgrounddiv #whitebgdiv #rightpart ul li.item > a {
  display: inline;
  width: 100%;
}
.alltitleul span.numbertitle {
  font-size: 20px;
}

@media only screen and (max-width: 1060px) 
{
#backgrounddiv #whitebgdiv #rightpart #instatitle {
  margin-bottom: 15px;
}
#popupdiv #backgrounddiv #whitebgdiv {
  background-color: white;
  display: table;
  font-family: "Open Sans";
  height: auto;
  margin: 50px auto;
  max-width: 100%;
  position: relative;
  width: 550px;
}	
#popupdiv #backgrounddiv #whitebgdiv #rightpart {
  float: left;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px;
  position: relative;
  vertical-align: top;
  width: 100%;
}
#popupdiv #backgrounddiv #whitebgdiv #prevbtndiv ,#popupdiv #backgrounddiv #nextbtndiv {
  top: 260px;
}
}

@media only screen and (max-width: 640px) 
{
#backgrounddiv #loadingdiv {
  margin-left: 44%;
}

#popupdiv #backgrounddiv #whitebgdiv #prevbtndiv {
  left: -7px;
  z-index:9999;
}
#popupdiv #backgrounddiv #nextbtndiv {
  right: -7px;
  z-index:9999;
}
#popupdiv #backgrounddiv #whitebgdiv {
  max-width: 90%;
}
.instagrampro-view #mainimgdiv {
	  float: none;
      margin: 10px auto;
      width: auto;
	}
#backgrounddiv #whitebgdiv #leftpart {
  width: 100%;
  height:auto;
  position: initial;
}
#backgrounddiv #whitebgdiv #rightpart {
  width: 100%;
  height:auto;
}
#backgrounddiv #whitebgdiv #rightpart {
  position: inherit !important;
}

}

@media only screen and (max-width: 639px) 
{
#titletext {
  display: none;
}
}

@media only screen and (max-width:400px) 
{
#popupdiv #backgrounddiv #whitebgdiv #prevbtndiv, #popupdiv #backgrounddiv #nextbtndiv {
  top: 150px;
}
}


@media only screen and (max-width:360px) 
{
	
#backgrounddiv #whitebgdiv #leftpart img {
  width: 100% !important;
}
#backgrounddiv #whitebgdiv #rightpart #cntbtndiv #closebtndiv {
  height: 20px;
  width: 20px;
}

}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.lilyboutique.com/skin/frontend/default/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://www.lilyboutique.com/skin/frontend/default/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://www.lilyboutique.com/skin/frontend/default/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://www.lilyboutique.com/skin/frontend/default/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://www.lilyboutique.com/skin/frontend/default/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://www.lilyboutique.com/skin/frontend/default/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.lilyboutique.com/skin/frontend/default/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.lilyboutique.com/skin/frontend/default/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.lilyboutique.com/skin/frontend/default/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.lilyboutique.com/skin/frontend/default/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.lilyboutique.com/skin/frontend/default/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.lilyboutique.com/skin/frontend/default/default/css/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


.qbanner {
    margin:0 auto;
    padding: 2px 0;
    z-index:0;
}
.clear{clear: both;}

#ribbon {
    position:absolute;
    top:-3px;
    left:-15px;
    z-index:500;
}
/*
	Slideshow
*/
.qbanner-slide{
    position:relative;
    z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
    overflow:hidden;
    position:relative;
    display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
    display:block;
}

/*
	Next/prev buttons
*/
.qbanner-slide .next,.qbanner-slide .prev {
    position:absolute;
    /*	top:107px;*/
    /*	left:-39px;*/
    /*	width:24px;*/
    /*	height:42px;*/
    /*    display:none;*/
    z-index:101;
    /*    display: none;*/
}

/*
	Pagination
*/

.pagination {
    margin:0 auto;
    top:2px;
    width:100px;
    z-index: 999;
    position: absolute;
}

.pagination li {
    float:left;
    margin:0 1px;
    list-style:none;
}

.pagination li a {
    display:block;
    width:12px;
    height:0;
    padding-top:12px;
    background-image:url(https://www.lilyboutique.com/skin/frontend/default/default/qaz/qbanner/images/pagination.png);
    background-position:0 0;
    float:left;
    overflow:hidden;
}

.pagination li.current a {
    background-position:0 -12px;
}

/*
	Caption
*/

.caption {
    z-index:500;
    position:absolute;
    bottom:-35px;
    left:0;
    height:35px;
    padding:5px 20px 0 20px;
    background:#000;
    background:rgba(0,0,0,.5);
    /*	width:950px;*/
    font-size:1.3em;
    line-height:1.33;
    color:#fff;
    border-top:1px solid #000;
    text-shadow:none;
    text-align: left;
}
/*
ul.swatches-customoptions-list li.swatches-customoptions-list-item {
    display: inline; 
    list-style-type: none; 
    padding-right: 7px;
}

ul.swatches-customoptions-list li.swatches-customoptions-list-item img {
    border: 1px solid #B6B6B6;
}

ul.swatches-customoptions-list li.swatches-customoptions-list-item.selected img {
     border: 3px solid #000;
}
*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('https://www.lilyboutique.com/skin/frontend/default/default/VS/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('https://www.lilyboutique.com/skin/frontend/default/default/VS/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('https://www.lilyboutique.com/skin/frontend/default/default/VS/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('https://www.lilyboutique.com/skin/frontend/default/default/VS/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('https://www.lilyboutique.com/skin/frontend/default/default/VS/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.lilyboutique.com/skin/frontend/default/default/VS/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('https://www.lilyboutique.com/skin/frontend/default/default/VS/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('https://www.lilyboutique.com/skin/frontend/default/default/VS/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('https://www.lilyboutique.com/skin/frontend/default/default/VS/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.lilyboutique.com/skin/frontend/default/default/VS/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('https://www.lilyboutique.com/skin/frontend/default/default/VS/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('https://www.lilyboutique.com/skin/frontend/default/default/VS/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('https://www.lilyboutique.com/skin/frontend/default/default/VS/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('https://www.lilyboutique.com/skin/frontend/default/default/VS/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('https://www.lilyboutique.com/skin/frontend/default/default/VS/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('https://www.lilyboutique.com/skin/frontend/default/default/VS/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('https://www.lilyboutique.com/skin/frontend/default/default/VS/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

#checkout-step-review .data-table .btn-remove,
.cart .totals table tbody tr .a-right .btn-remove,
.checkout-multishipping-overview .data-table .btn-remove,
#details-table .btn-remove {
    display:-moz-inline-stack;
    display: inline-block;
    vertical-align:middle;
}

.my-account .storecredit .account-balance {
    margin-bottom: 24px;
}

/*
    Improves the responsive display for firecheckout.
*/
.firecheckout-section #customerbalance_placer label{
    display: inline;
}
.firecheckout-section dl#customerbalance_placer {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

/* reset cms page std styles */
.std .alsoviewed ul,
.std .alsoviewed ol { margin: 0; padding: 0; list-style: none; }
.std .alsoviewed .add-to-links { margin: 5px 0 0; }
.std .alsoviewed .add-to-links li { margin: 0; }
.std .alsoviewed .price-box p { margin: 0; }

.alsoviewed .block-title { color: #0A263C; font-size: 14px; font-weight: bold; }
.col-main .alsoviewed { margin: 0 0 0.7em; }
.alsoviewed img { max-width: 100%; height: auto; }
.alsoviewed .products-grid { position: static; background: none; width: auto; }
.alsoviewed .products-grid .actions { position: static; }

/* multicolumns mode */
.alsoviewed .products-grid li.item {
    padding: 7px 1%;
    margin: 0 1% 7px;
    clear: none;
    box-sizing: border-box;
    float: left;
}
.alsoviewed .products-grid.cols-1 li.item { width: 100%; }
.alsoviewed .products-grid.cols-2 li.item { width: 48%; }
.alsoviewed .products-grid.cols-3 li.item { width: 31.3%; }
.alsoviewed .products-grid.cols-4 li.item { width: 23%; }
.alsoviewed .products-grid.cols-5 li.item { width: 18%; }
.alsoviewed .products-grid.cols-6 li.item { width: 14.6%; }
.alsoviewed .products-grid li.item:last-child { margin: 0 1% 7px; } /* rwd fix */

.alsoviewed .products-list .product-image { max-width: 135px; }
.alsoviewed .products-list .product-shop { margin-left: 150px; float: none; width: auto; padding-left: 0; }
.alsoviewed .products-list .product-shop .product-name { float: none; }
.product-view .alsoviewed .add-to-links { margin-right: 0; float: none; }
.product-view .alsoviewed .add-to-links li { float: none; }
.product-view .alsoviewed .add-to-links a { border: none; }

/* Sidebar */
.sidebar .alsoviewed .product-name { font-size: 1em; }
.sidebar .alsoviewed .products-grid li.item { padding-top: 4px; padding-bottom: 4px; margin-bottom: 5px; }
.sidebar .alsoviewed .products-grid li.item:last-child { margin-bottom: 5px; } /* rwd fix */
.sidebar .alsoviewed .products-grid .product-image { margin: 0; width: auto; height: auto; }
.sidebar .alsoviewed .products-grid .product-name,
.sidebar .alsoviewed .products-grid .price-box,
.sidebar .alsoviewed .products-grid .actions { display: none; }
.sidebar .alsoviewed .products-list li.item { padding: 5px; }
.sidebar .alsoviewed .products-list .add-to-links li { float: none; display: block; }
.sidebar .alsoviewed .products-list .product-image { max-width: 30%; height: auto; margin: 0; }
.sidebar .alsoviewed .products-list .product-shop { margin: 0 0 0 32%; }
.sidebar .alsoviewed .products-list .btn-cart,
.sidebar .alsoviewed .products-list .desc,
.sidebar .alsoviewed .products-list .add-to-links .separator { display: none; }

.alsoviewed .block-content { zoom: 1; }
.alsoviewed .block-content:after { content: '.'; display: block; clear: both; visibility: hidden; height: 0; font-size: 0; }

@media (max-width: 767px) {
    /* Three columns instead of six */
    .alsoviewed .products-grid.cols-6 li.item { width: 31.3%; }
    .alsoviewed .products-grid.cols-6 li.item:nth-of-type(4n) { clear: left; }
}

@media (max-width: 480px) {
    .alsoviewed .products-grid.cols-6 li.item:nth-of-type(4n) { clear: none; }
    /* Two columns for small screen */
    .alsoviewed .products-grid li.item { width: 48% !important; padding-left: 2%; padding-right: 2%; }
    .alsoviewed .products-grid.cols-1 li.item { width: 100% !important; margin-left: 0; margin-right: 0; }
    /* clear: left for every third li */
    .alsoviewed .products-grid.cols-2 li.item:nth-of-type(2n+1),
    .alsoviewed .products-grid.cols-4 li.item:nth-of-type(2n+1),
    .alsoviewed .products-grid.cols-6 li.item:nth-of-type(2n+1),
    /* clear: left for every third li inside every third .easycatalog-grid */
    .alsoviewed .products-grid.cols-3:nth-of-type(2n+1) li.item:nth-of-type(2n+1),
    .alsoviewed .products-grid.cols-5:nth-of-type(2n+1) li.item:nth-of-type(2n+1),
    /* clear: left for every second li inside every second .easycatalog-grid */
    .alsoviewed .products-grid.cols-3:nth-of-type(2n) li.item:nth-of-type(2n),
    .alsoviewed .products-grid.cols-5:nth-of-type(2n) li.item:nth-of-type(2n) { clear: left; }
    .alsoviewed .products-grid.cols-3:after,
    .alsoviewed .products-grid.cols-5:after { content: ''; clear: none; }
}

