/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(https://lovingearth.net/skin/frontend/default/loving/css/AjaxLoader.gif) no-repeat center center
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://lovingearth.net/skin/frontend/default/loving/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(https://lovingearth.net/skin/frontend/default/loving/css/AjaxLoader.gif) no-repeat center center
}
@media (min-width : 768px) and (max-width :1024px){
 .owl-carousel .owl-item .item{ height:500px;}
}
/**
 * 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) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
@font-face { font-family: 'Calibre-Semibold'; src: url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Semibold.eot'); src: url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Semibold.eot?#iefix') format('embedded-opentype'),  url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Semibold.woff2') format('woff2'), url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Semibold.woff') format('woff'),  url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Semibold.ttf') format('truetype'), url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Semibold.svg#bikolight') format('svg'); font-weight: normal; font-style: normal;}
* { margin:0; padding:0; }
img           { border:0; vertical-align:top; }
a             { color:#fdbd5f; text-decoration:underline; }
a:hover       { text-decoration:none;}
:focus        { outline:0; text-decoration:none;}

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
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;}
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 ================================================================================ */
.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 {text-align:left; }

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

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.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 Arial, Helvetica, sans-serif; vertical-align:middle; 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:44px !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:transparent; cursor:pointer; }
button.button span { display:block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0;}
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:40px; border:0; background:url(https://lovingearth.net/skin/frontend/default/loving/images/btn_checkout.gif) 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.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:#edf7fd; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 15px;}
.form-list label { float:left; color:#666; position:relative; z-index:0;}
.form-list label.required {}
.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; margin-top:8px; }
.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:90%;}
.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 {}
.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 .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,
.form-list .customer-name-middlename .name-middlename { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.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 .name-middlename 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; }

.buttons-set { clear:both; margin:4em 0 0; padding:20px 0 30px; border-top:1px solid #f5f1e8; 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 { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; 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://lovingearth.net/skin/frontend/default/loving/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; width: 50%; }
.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:15px!important; font-size:12px !important; border-radius: 4px;}
.error-msg { background-color: #f2dede; border-color: #ebccd1; color: #a94442;}
.success-msg { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d;}
.note-msg, .notice-msg { background-color: #d9edf7; border-color: #bce8f1; color: #31708f;}

/* 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 { width:100%; overflow:hidden; margin:25px 0;}
.page-title h1,
.page-title h2 {
  color: #4f4948;
  font-size: 29px;
  margin: 0;
  padding: 0;
}
.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:#e25203; }

/* Pager */
.pager { font-size:14px; background:#ececec; padding:15px 10px; border-radius:5px; border-top:1px solid #f5f1e8; border-bottom:1px solid #f5f1e8; text-align:center;}
.pager .amount { float:left; 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 .current {}

/* Sorter */
.sorter { font-size:11px; background:#fff url(https://lovingearth.net/skin/frontend/default/loving/images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { 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 #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.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 { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#4f4948; 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://lovingearth.net/skin/frontend/default/loving/images/bkg_th.gif) repeat-x 0 100% #d9e5ee; }
.order-details .data-table thead th { background:#ECECEC; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
.data-table tfoot { border-bottom:1px solid #d9dde3; }
.order-details .data-table tfoot tr.first td { background:#dcdcdc;}
.data-table tfoot tr.first td { background:url(https://lovingearth.net/skin/frontend/default/loving/images/bkg_tfoot.gif) 0 0 repeat-x; }
.order-details .data-table tfoot tr { background-color:#ECECEC !important; }
.data-table tfoot tr { background-color:#dee5e8 !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:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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 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;}

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }
.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#F5AB41 !important; }
.link-compare { font-weight:bold; }
.link-print { font-weight:bold; color:#F5AB41;}
.link-rss { background:url(https://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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 {position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0!important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";}

/* 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 { border-top:5px solid #0d2131; border-bottom:1px solid #415966; background:url(https://lovingearth.net/skin/frontend/default/loving/images/bkg_header.jpg) 50% 0 repeat;}
.header { width:930px; margin:0 auto; padding:10px; text-align:right; position:relative; z-index:10;}
.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important;}
.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 h1.logo { margin:0;}
.header .quick-access { float:right; width:600px; padding:28px 10px 0 0;}
.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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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:0 0 6px;}
.header .links li { float:left; font-size:11px; background:url(https://lovingearth.net/skin/frontend/default/loving/images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px;}
.header .links a { color:#ebbc58;}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right;}
.header-container .top-container a { font-size:11px; color:#ebbc58;}
.top-container .paypal-logo {text-align: left; display: inline-table;}

/********** < Navigation */
.nav-container { background:none; float:left;}
.navbar-fixed-top .nav-container{ margin-top:10px;}
.navbar-fixed-top .nav-container .wp-custom-menu-popup{ top:50px!important;}

#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(https://lovingearth.net/skin/frontend/default/loving/images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(https://lovingearth.net/skin/frontend/default/loving/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:3px 15px 4px 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:1px solid #c4c1bc; margin:0 0 15px;}
.block .block-title { background:url(https://lovingearth.net/skin/frontend/default/loving/images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px;}
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703;}
.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 .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px;}
.block .actions { background:#dee5e8 url(https://lovingearth.net/skin/frontend/default/loving/images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right;}
.block .actions a { float:left;}
.block .actions button.button { float:right;}
.block .empty { margin:0; padding:5px 9px;}

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.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:#bbb;}
.block-account .block-title { background:#fc9d36 url(https://lovingearth.net/skin/frontend/default/loving/images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px;}
.block-account .block-title strong { font-size:13px; color:#fff;}
.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px;}
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important;}
.block-account .block-content li a:hover { color:#ea7900;}
.block-account .block-content li.last a { border-bottom:0;}
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900;}
.block-account .block-content li.current.last { border-bottom:0;}

/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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 { background:#302d2b; font-size:16px; overflow:hidden; border-radius:5px 5px 0 0; color:#a7a4a3; padding:10px 9px; text-transform:uppercase; border:none;}
.block-layered-nav .block-subtitle { line-height:1.35; padding:3px 9px; border:none; text-transform:uppercase; color:#fff;}
.block-layered-nav .block-content { border:none; background:#4f4847; color:#fff;}
.block-layered-nav .block-content a{ color:#fff;}
.block-layered-nav dt { background:none; padding:7px 10px 0 12px; font-weight:bold; text-transform:uppercase;}
.block-layered-nav dd { padding:0 12px 12px;}
.block-layered-nav dd.last { background:none;}
.block-layered-nav dd a{ color:#fff;}
.block-layered-nav .currently li { background:none; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5;}
.block-layered-nav .currently .label { font-weight:bold; padding-left:0; background:none; text-transform:uppercase; display:block; vertical-align:top; text-align:left;}
.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:9px; top:9px; margin:0;}
.block-layered-nav .currently .btn-previous { right:17px;}
.block-layered-nav .actions { font-size:12px; padding:8px 9px; background:none; border-top:2px dashed #f5f1e8; text-align:right;}
.block-layered-nav .actions a { float:none; color:#fdbd5f;}

/* Block: recent posts */
.block-recent-posts { border:0;}
.block-recent-posts .block-title { background:#302d2b; font-size:16px; overflow:hidden; border-radius:5px 5px 0 0; color:#a7a4a3; padding:10px 9px; text-transform:uppercase; border:none;}
.block-recent-posts .block-subtitle { line-height:1.35; padding:3px 9px; border:none; text-transform:uppercase; color:#fff;}
.block-recent-posts .block-content { border:none; background:#4f4847; color:#fff;}
.block-recent-posts .block-content a{ color:#fff;}
.block-recent-posts dt { background:none; padding:7px 10px 0 12px; font-weight:bold; text-transform:uppercase;}
.block-recent-posts dd { padding:0 12px 12px;}
.block-recent-posts dd.last { background:none;}
.block-recent-posts dd a{ color:#fff;}
.block-recent-posts .currently li { background:none; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5;}
.block-recent-posts .currently .label { font-weight:bold; padding-left:0; background:none; text-transform:uppercase; display:block; vertical-align:top; text-align:left;}
.block-recent-posts .currently .value { display:inline-block; vertical-align:top;}
.block-recent-posts .currently .btn-previous,
.block-recent-posts .currently .btn-remove { position:absolute; right:9px; top:9px; margin:0;}
.block-recent-posts .currently .btn-previous { right:17px;}
.block-recent-posts .actions { font-size:12px; padding:8px 9px; background:none; border-top:2px dashed #f5f1e8; text-align:right;}
.block-recent-posts .actions a { float:none; color:#fdbd5f;}

/* Block: blog comments */
.block-blog-comments { border:0;}
.block-blog-comments .block-title { background:#302d2b; font-size:16px; overflow:hidden; border-radius:5px 5px 0 0; color:#a7a4a3; padding:10px 9px; text-transform:uppercase; border:none;}
.block-blog-comments .block-subtitle { line-height:1.35; padding:3px 9px; border:none; text-transform:uppercase; color:#fff;}
.block-blog-comments .block-content { border:none; background:#4f4847; color:#fff;}
.block-blog-comments .block-content a{ color:#fff;}
.block-blog-comments dt { background:none; padding:7px 10px 0 12px; font-weight:bold; text-transform:uppercase;}
.block-blog-comments dd { padding:0 12px 12px;}
.block-blog-comments dd.last { background:none;}
.block-blog-comments dd a{ color:#fff;}
.block-blog-comments .currently li { background:none; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5;}
.block-blog-comments .currently .label { font-weight:bold; padding-left:0; background:none; text-transform:uppercase; display:block; vertical-align:top; text-align:left;}
.block-blog-comments .currently .value { display:inline-block; vertical-align:top;}
.block-blog-comments .currently .btn-previous,
.block-blog-comments .currently .btn-remove { position:absolute; right:9px; top:9px; margin:0;}
.block-blog-comments .currently .btn-previous { right:17px;}
.block-blog-comments .actions { font-size:12px; padding:8px 9px; background:none; border-top:2px dashed #f5f1e8; text-align:right;}
.block-blog-comments .actions a { float:none; color:#fdbd5f;}

/* Block: blog Archives */
.block-blog-archives { border:0;}
.block-blog-archives .block-title { background:#302d2b; font-size:16px; overflow:hidden; border-radius:5px 5px 0 0; color:#a7a4a3; padding:10px 9px; text-transform:uppercase; border:none;}
.block-blog-archives .block-subtitle { line-height:1.35; padding:3px 9px; border:none; text-transform:uppercase; color:#fff;}
.block-blog-archives .block-content { border:none; background:#4f4847; color:#fff;}
.block-blog-archives .block-content a{ color:#fff;}
.block-blog-archives dt { background:none; padding:7px 10px 0 12px; font-weight:bold; text-transform:uppercase;}
.block-blog-archives dd { padding:0 12px 12px;}
.block-blog-archives dd.last { background:none;}
.block-blog-archives dd a{ color:#fff;}
.block-blog-archives .currently li { background:none; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5;}
.block-blog-archives .currently .label { font-weight:bold; padding-left:0; background:none; text-transform:uppercase; display:block; vertical-align:top; text-align:left;}
.block-blog-archives .currently .value { display:inline-block; vertical-align:top;}
.block-blog-archives .currently .btn-previous,
.block-blog-archives .currently .btn-remove { position:absolute; right:9px; top:9px; margin:0;}
.block-blog-archives .currently .btn-previous { right:17px;}
.block-blog-archives .actions { font-size:12px; padding:8px 9px; background:none; border-top:2px dashed #f5f1e8; text-align:right;}
.block-blog-archives .actions a { float:none; color:#fdbd5f;}

/* Block: blog Categories */
.block-blog-categories { border:0;}
.block-blog-categories .block-title{background:#302d2b; font-size:16px; overflow:hidden; border-radius:5px 5px 0 0; color:#a7a4a3; padding:10px 9px; text-transform:uppercase; border:none;}
.block-blog-categories .block-subtitle { line-height:1.35; padding:3px 9px; border:none; text-transform:uppercase; color:#fff;}
.block-blog-categories .block-content a{ color:#fff;}
.block-blog-categories dt { background:none; padding:7px 10px 0 12px; font-weight:bold; text-transform:uppercase;}
.block-blog-categories dd { padding:0 12px 12px;}
.block-blog-categories dd.last { background:none;}
.block-blog-categories dd a{ color:#fff;}
.block-blog-categories .currently li { background:none; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5;}
.block-blog-categories .currently .label { font-weight:bold; padding-left:0; background:none; text-transform:uppercase; display:block; vertical-align:top; text-align:left;}
.block-blog-categories .currently .value { display:inline-block; vertical-align:top;}
.block-blog-categories .currently .btn-previous,
.block-blog-categories .currently .btn-remove { position:absolute; right:9px; top:9px; margin:0;}
.block-blog-categories .currently .btn-previous { right:17px;}
.block-blog-categories .actions { font-size:12px; padding:8px 9px; background:none; border-top:2px dashed #f5f1e8; text-align:right;}
.block-blog-categories .actions a { float:none; color:#fdbd5f;}

/* Block: Cart */
.block-cart .block-title strong { background-image:url(https://lovingearth.net/skin/frontend/default/loving/images/i_block-cart.gif);}
.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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(https://lovingearth.net/skin/frontend/default/loving/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.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://lovingearth.net/skin/frontend/default/loving/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(https://lovingearth.net/skin/frontend/default/loving/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 #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.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; }
.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://lovingearth.net/skin/frontend/default/loving/images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(https://lovingearth.net/skin/frontend/default/loving/images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(https://lovingearth.net/skin/frontend/default/loving/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: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
.block-gr-search button.button span { border-color:#406a83; background:#618499; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(https://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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 { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { border-bottom:1px solid #d9ddd3; background:url(https://lovingearth.net/skin/frontend/default/loving/images/bkg_grid.gif) 0 0 repeat; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* 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-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.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; }
.products-list .desc .link-learn { font-size:11px; }
.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; }
/* ======================================================================================= */


/* 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://lovingearth.net/skin/frontend/default/loving/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://lovingearth.net/skin/frontend/default/loving/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:5px 0;}
.availability span { font-weight:bold;}
.availability.in-stock span {}
.availability.out-of-stock span { color:#fdbd5f; font-family:'Calibre-Semibold'; text-transform:uppercase}

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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:13px; color:#c76200; }
.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://lovingearth.net/skin/frontend/default/loving/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:left; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 60px; }
.product-view .add-to-cart .paypal-logo { margin:0; }
.bml-checkout-type { list-style: none; }
.bml-checkout-type .bml_button  { width: 150px; display: inline-table; }

/* Add to Links + Add to Cart */
.add-to-box { margin:0; }
.add-to-box .add-to-cart { float:left; }
.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-essential { padding:25px; background:#fff url(https://lovingearth.net/skin/frontend/default/loving/images/bkg_product-view.gif) 100% 0 no-repeat; }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px;}
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.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; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.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; }

/* Product Shop */
.product-view .product-shop { float:right; width:330px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(https://lovingearth.net/skin/frontend/default/loving/images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .price-box { margin:10px 0; }
.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:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4;}
.product-options dt { padding:10px 0 0; font-weight:normal; }
.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:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.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 .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:5px 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 { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.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; }

/* 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 */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* 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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#1e7ec8; }

/* 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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; vertical-align: top;}
.cart .checkout-types .bml_button {display:inline-table; width: 150px; margin: 0 0 5px;}
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#406a83; background:#618499; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

/* 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 { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount, .cart .shipping { border:1px solid #d0cbc1; background:#fff url(https://lovingearth.net/skin/frontend/default/loving/images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
.cart .discount h2, .cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span, .cart .shipping button span { border-color:#406a83; background:#618499; }
.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-left:0; }
.cart .discount h2 { background-image:url(https://lovingearth.net/skin/frontend/default/loving/images/i_discount.gif); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }
.cart .shipping h2 { background-image:url(https://lovingearth.net/skin/frontend/default/loving/images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://lovingearth.net/skin/frontend/default/loving/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:268px; background:#dee5e8; border:1px solid #bebcb7; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.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:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.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 li { margin:0 0 8px; }
.sp-methods select.month { width:100%; margin-right:10px; }
.sp-methods select.year { width:100%; }
.sp-methods input.cvv { width:100%!important; text-align:left;}
.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-top:15px; display:inline-block;}

/* 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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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 .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://lovingearth.net/skin/frontend/default/loving/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; }

/* 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; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }
.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; display:none;}
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(https://lovingearth.net/skin/frontend/default/loving/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:48px; margin-left:10px;}
.opc .ul { list-style:disc outside; padding-left:18px; }
.opc { position:relative; }
.opc li.section { border:none; margin:0; padding:0;}
.opc .step-title { border-width:0 ; border-style:solid; border-color:#fff; background:none; padding:4px 0 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 { float:right; font-size:11px; line-height:16px; }
.opc .allow .step-title { background:none; border:none; 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 .active .step-title { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border-bottom: 1px solid #ececec; color: #f18200; cursor: default; padding:3em 0;}
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#f18200;}
.opc .step { border:none; background:none; position:relative;padding-top: 20px;}
.opc .step .tool-tip { right:30px; }
#opc-login .buttons-set { border-top:0; }
#opc-login h3 { border-bottom:none; color: #4f4847; font-family: bikobold; font-size: 17px; padding-bottom: 2px; text-transform: uppercase;}
#login-form-onepage .form-list label { color:#4f4847; float:left; font-family:'Calibre-Medium'; font-size:20px; min-width:170px; position:relative; z-index:0; padding-top:8px;}
#login-form-onepage .form-list label.required em { float: left; position: static;}
#login-form-onepage .form-list li{ margin:0;}
#login-form-onepage .form-list li:first-child { margin: 0 0 18px;}
#login-form-onepage .form-list .input-box { clear: none; display:inline-block; margin:0;}
#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 .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;}
#opc-cart .step-title{ border:none; padding-bottom:15px;}

/* 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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

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


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:345px; padding:14px 21px; background:#faf7ee url(https://lovingearth.net/skin/frontend/default/loving/images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
.account-login .new-users h2 { background-image:url(https://lovingearth.net/skin/frontend/default/loving/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(https://lovingearth.net/skin/frontend/default/loving/images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(https://lovingearth.net/skin/frontend/default/loving/images/bkg_buttons-set1.gif) 0 0 repeat-x; }

/* 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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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; }

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

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#fff url(https://lovingearth.net/skin/frontend/default/loving/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; }
.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://lovingearth.net/skin/frontend/default/loving/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

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

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(https://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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:16px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.1em; color: #4f4948;}
.addresses-list h3 { font-weight:bold; font-size:13px;}
.addresses-list address { margin:0 0 3px;}
.addresses-list p { margin:0;}
.addresses-list a { font-weight:bold;}
.addresses-list .link-remove { color:#646464;}
.addresses-list .separator { margin:0 3px;}
.addresses-list li.item { border-bottom:1px solid #f5f1e8; padding:15px 0; margin:0 0 10px;}
.addresses-list li.empty { background:none; border:0; padding:0;}
.addresses-list li.empty p { font-weight:bold;}
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0;}

/* Order View */
.order-info { background:#ECECEC; 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://lovingearth.net/skin/frontend/default/loving/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:#4f4948;}
.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://lovingearth.net/skin/frontend/default/loving/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; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* 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://lovingearth.net/skin/frontend/default/loving/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://lovingearth.net/skin/frontend/default/loving/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; }
.map-popup-checkout .paypal-or { clear:both; display:block; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-checkout li { list-style: none; }
.map-popup-checkout { text-align: center; }
.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 { border-top:15px solid #b6d1e2; }
.footer { width:930px; margin:0 auto; padding:10px 10px 50px; }
.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:#fff; text-decoration:none; }
.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:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; background:url(https://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://lovingearth.net/skin/frontend/default/loving/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;}
.add-to-box .procart dl { float:left; margin:0;}
.catalog-product-view .subscribebox{margin-bottom:-1px; }
.st_twitter_large .stLarge{background: url("https://lovingearth.net/skin/frontend/default/loving/images/twitter.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)!important;} 
.st_instagram_large .stLarge{background: url("https://lovingearth.net/skin/frontend/default/loving/images/insta.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)!important;}
.pluginButton .pluginButtonLabel { display: none!important;}
.cms-index-index .ele_slider .product_desc h3 {color: #4f4948!important;}
.catalogsearch-result-index .block-layered-nav { margin-top:76px;}
.is-blog .block-recent-posts{ margin-top:35px;}
.instagram-pagination { overflow: hidden;}
.instagram-pagination .pagination-sm.pagination { float: right;}
.proinfotab .ingradbx a { border-bottom: medium none; color: #a7a3a3; font-family: 'Calibre-Semibold'; font-size: 17px; margin: 0; padding: 0; text-decoration: none; text-transform: none;}
.mw_display_point { left: 0; position: absolute; width: 100%;}
.instagram-view div { font-family: bikobold; font-size: 14px;}
a.level-top { display: none;}
.problgmxbox{ border-top:1px solid #ececec; border-bottom:1px solid #ececec; margin-bottom:20px;}
.problgmxbox .profrl, .problgmxbox .profrl ul, .problgmxbox .profrl a{ float:left;}
.problgmxbox .prosocial{ float:right; padding-top:32px;}
.problgmxbox:after{ clear:both; display:block; content:'';}
.mctotal .tname, .mctotal .tprice{ margin-bottom:15px;}
.pro_detail .price-box{display:none;}
.grouped-items-table .price-box{display:block!important;}
.billing-new-address-form .name-lastname{width:100px !important;}
#co-billing-form select, #co-billing-form input[type="text"], #co-billing-form .input-box, #co-billing-form .name-prefix, #co-billing-form .name-firstname, #co-billing-form .name-lastname{width:100% !important;}
#co-billing-form .row{ margin-bottom:0!important;}
#billing-new-address-form .name-firstname, #shipping-new-address-form .name-firstname, #billing-new-address-form .name-prefix, #shipping-new-address-form .name-prefix{ margin-bottom:10px;}
.customer-name-prefix row input{ width:100% !important;}

@media (min-width:800px) and (max-width:991px){
	.topmenu .form-search { min-width:18px;}
	.searchin { position:absolute; right:15px;}
	div.menu a span { padding:6px 13px 6px 14px!important;}
	div.menu { font-size:13px!important;}
	div.menu a:link, div.menu a:visited{ height:42px!important;}
	.breadcrumb ol.breadcrumb{ padding-left:0px}
	.logo { padding:25px 0 15px;}
	.subsicon { font:12px/24px "bikobold"!important; padding-left:35px!important;}
	.productimg a img { max-width: 100%;}
	.progrid_new > div:nth-child(2n+1){ clear:left;}
}
@media (min-width:992px) and (max-width:1169px){
	div.menu a span { padding: 8px!important;}
	.productimg a img { max-width: 100%;}
	div.menu { font-size:13px!important;}
	.progrid_new > div:nth-child(3n+1){ clear:left;}
}
@media (min-width:1170px){
	.progrid_new > div:nth-child(3n+1){ clear:left;}
}

/*new chnage by vimlesh*/
.recdt_postdetail  post-entry-with-image p{ font-size:21px; color:#302d2b; line-height:27px;}
.prosocial{float: right; text-align: right; width: 100%;}
.prosocial .fb-share-button{ margin-right:8px;}
.prosocial a{ margin-right:5px;}
.prosocial .print_icon{ margin:0px !important;}

.imgbot_socialbox{ float:left; width:100%;}
.imgbot_socialbox .profrl{ float:left !important; width:48% !important;}
.imgbot_socialbox .profrl:last-child{ float:right !important; width:52% !important;}
.imgbot_socialbox .prosocial .linkrev{ float:right; width:auto!important;}
.imgbot_socialbox .prosocial .linkrev a{ width:auto; padding-left:30px;}
.imgbot_socialbox .prosocial .linkfav{ float:right; width:auto; margin-left:14px;}
.imgbot_socialbox .fb-like.fb_iframe_widget{ margin-top:3px;}
.imgbot_socialbox .fb-like.fb_iframe_widget iframe { min-height: 20px !important;}

.prodetailbox_new{padding-top:0px !important;}
.prodetailbox_new .container{ padding:0px; width:100%;}
.prodetailbox_new .container .row{ margin:0px;}
.product-shop1 .rpinfo{ float:left !important; width:100% !important;margin-bottom:10px !important;font-size:16px;color: #989898; }
.prodetailbox_new .product-shop1{ margin: 0; padding-right: 0; width:45%; display:inline-block;}	
.more_btn{ float:left; width:100%;}
.more_btn a{ float:left; display:inline-block;}	
.prodetailbox_new .profrl { float:left; width:100% !important;}
.#loc-list #list .list-details .loc-name { font-family:calibre-semibold !important;}
.regorsin { font-family: calibre-semibold;}
.blogdetailsec .page-title h1 { color: #000; font-family: bikobold; font-size: 41px; letter-spacing: 1.5px; margin: 35px 0 25px;  padding: 0;}
.post-date { color: #a7a4a3; font-family: calibre-semibold;}
.featured-image .p1{  font-family: 'Calibre-Semibold';}
.more_btn .btn-default { background-color: #a7a4a3; border: medium none; color: #fff; font-family: calibre-semibold; font-size:16px; font-weight: normal; padding:10px; width:45%;}
.more_btn .btn-warning { font-family: calibre-semibold; font-size:15px; width: 47% !important;}
.post-crumb h1 { background-color: #302d2b; color: #fff !important; margin-bottom: 5px !important; margin-left: 0 !important; padding: 8px 20px !important;content: none !important;}
.blog_page .blogtopbox .profrl{ padding:0px; margin-bottom:10px; display:inline-block;}

/*new change date 4_28_2015*/
.pluginSkinLight ._51mx {margin-top: 2px !important; display:inline-block;}
.carousel-inner img{ width:100%;}
.prodetailbox_new .col-sm-7 { width: 53%;}
.project_pp .prodetailimg .carousel-inner a { line-height: normal !important;}
.project_pp .prodetailimg{ height:inherit !important; min-height: auto !important;}
.ogmainerbox .cms-about .ogmainerbox .ogmidhead { font: 17px/20px calibre-medium; letter-spacing: normal; text-transform: none; font-weight: normal; padding-bottom: 15px;}
.ogmainerbox .oghead{ padding-bottom:15px;}
.recipecaption a h2{ font-size:17px !important; font-family: "Calibre-Semibold";}
.recipebox:hover h2{ font-size:24px !important; font-family:'bikobold';}
.logo{ padding-right:0px;}
.logo ul { display: inline-block; float: right; list-style: outside none none; margin-bottom: 0; margin-left: 10px; margin-top: 12px; padding: 0; width: auto;}
.logo li { color: #a7a3a3; float: left; font-family: calibre-semibold; font-size: 17px; letter-spacing: 2px; line-height: normal; margin-right: 10px;}
.logo li:last-child{ margin-right:0px;}

.flogo ul{ list-style:none; float:left; width:100%; margin-top:8px;}
.flogo li{ float:left; color:#; font-size:12px; font-family: "Calibre-Semibold"; color:#f5f1e8; letter-spacing:0.1em;}
.before_ftr{ float:left; width:100%; padding:15px 10px; background-color:#f5f5f5; text-align:center;}
.before_ftr p{ margin:0px; font-size:14px; color:#a7a4a3;font-family:calibre-medium; letter-spacing:1px;}
footer{ float:left; width:100%;}
.logo_main{ width:40%;}
.logo{ float:left; width:84%;}

/*new css date of 4_29_2015*/
.wordpress-post-view .bxslider li{ width:260px!important;}
.wordpress-post-view .slick-track .slick-slide{ }
.wordpress-post-view .bxslider li:hover .product_img{}
.wordpress-post-view .us_slider .product_img{ padding-top:15px !important;}
.wordpress-post-view .fpbox .bx-wrapper .bx-prev { background: url("https://lovingearth.net/skin/frontend/default/loving/images/grey-left.png") no-repeat left top !important; top:-35px;}
.wordpress-post-view .fpbox .bx-wrapper .bx-next { background: url("https://lovingearth.net/skin/frontend/default/loving/images/grey-right.png") no-repeat left top!important; top:-35px;}
.wordpress-post-view .favproduct{ background-color:#f3f3f3;}
.wordpress-post-view .favproduct{ padding-bottom:30px; padding-top:30px;}
.wordpress-post-view .bx-wrapper .bx-viewport { left:0px;}
.wordpress-post-view .post-entry p{ margin-bottom:0px !important;}
.wordpress-post-view .fp_slider .product_desc { color:#4f4948; display:block; font-family:calibre-semibold; font-size:17px; letter-spacing:0.5px; padding-top:10px; text-align:center;}
.wordpress-post-view .page-title{ margin: 40px 0;}

/*new change date 1_5_2015*/
.cms-recipe .recipe_content{ position:absolute; text-align:center;}
.cms-recipe .post-list h2 { bottom:15px; position:absolute; text-transform:none; text-align:center; width:100%;}
.cms-recipe .post-list h2 a{ color:#fff; font-size:17px; font-family:calibre-semibold;}
.product_desc_new { display:none; background:none repeat 0 0 rgba(0, 0, 0, 0.7); color:#ffffff; font-weight:normal; height:100%; left:50%; line-height:24px; margin-left:0; padding:140px 10px; position:absolute; text-align:center; top:50%; transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); width:100%;}
.product_desc_new h3{ color: #fff;font-family: 'Calibre-Semibold'; font-size:17px; margin-bottom:5px !important;letter-spacing: 1px; text-transform:uppercase;}
.product_desc_new p{ color: #fff; font-family: bikobold; font-size:24px !important;letter-spacing: 1px; line-height:30px !important;}
.featured-image:hover .product_desc_new{ display:block;}
.cms-recipe .hver_eft:before{ content:''; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.20) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.20))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.20) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.20) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.20) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.20) 100%); /* W3C */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000', GradientType=0); /* IE6-9 */
 width:100%; height:100%; position:absolute; display:block; top:0; left:0; z-index:2;}
.featured-image:hover .recipe_content_text{ display:none !important;}
.cms-recipe .featured-image:hover .hver_eft:before{ display:none !important;}
.recipe_content_text{position:absolute; bottom:15px; left:0; float:left; width:100%; text-align:centerl; text-align:center;color: #fff;font-family: calibre-semibold; font-size: 17px; letter-spacing: 1px; z-index:5;}
.cms-recipe .block-blog-search { border-bottom: none; margin-right:20px; margin-bottom:0px;}
.cms-recipe .block-blog-search .blog-search{ border:none; margin:0px; padding:0px;}
.cms-recipe .block-blog-search .blog-search input{ padding-left:10px; font-size:17px; color:#4f4948;font-family:'Calibre-Semibold';}
.cms-recipe .form-control::-moz-placeholder { color:#4f4948 !important;}
.no_padding{ padding:0px !important;}
.sort_recipe select{ width:100% !important; font-size:17px; color:#a7a3a3; font-family:'Calibre-Semibold';}
.cms-recipe .block_sort { border-bottom: medium none navy; margin-bottom: 0; padding-bottom: 15px; padding-top: 35px;}
.cms-recipe .post-list-item, #post-list .post-grid-item { border-bottom: medium none !important; margin-bottom: 0 !important; padding-bottom: 10px!important;}
.cms-recipe .blog-home { border-top: 1px solid #ececec !important; float: left; margin:0 0 30px; padding-top: 8px !important; width: 100%;}
.cms-recipe .blog-home .pager { float: left; margin: 0 !important; width: 100%; margin-bottom:10px;}
.cms-recipe .blog-home .pager p { float:left; color: #a7a4a3 !important; font-family:'Calibre-Semibold' !important; font-size:14px !important; line-height:33px;}
.pages ol li a{color: #a7a4a3 !important; font-family: calibre-semibold !important;  font-size: 14px !important;}
.cms-recipe .glyphicon { font-size:17px; right: 0px; top: 0px;}
.is-blog .bbs_stream .bxslider li{ width:260px!important;}

/************* New Changes on 3Aug 2015 **********/

.cms-about .keep-reading a{color:#a7a3a3}
.grouped-items-table { margin-bottom: 25px;}

/************* New Changes on 3Aug 2015 **********/

/********** 28 Aug **********/
.cusreviewbox .form-add h2 {border-bottom: 1px solid #f5f1e8; font-size:18px; font-family:'Calibre-Semibold'; margin-bottom:20px}
.cusreviewbox .form-add .ButtonSetNew {text-align: left;}

/********** 28 Aug **********/
/**
 * 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) 2014 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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	max-width:100%!important;
}

.bx-wrapper img {
	max-width: 100%;
	min-height:260px;
	/* display: block; */
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	left:0;
	/*background: #f7f7f7;*/
	padding:10px 0;
	
	/*fix other elements on the page moving (on Chrome)*/
	-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: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(https://lovingearth.net/skin/frontend/default/loving/css/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width:auto;
	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;
	display:none;
}

.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:none;
	border:2px solid #a7a3a3;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin:0 10px 0 0;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #a7a3a3;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev { left:20px; background: url(https://lovingearth.net/skin/frontend/default/loving/css/images/controls.png) no-repeat 0 -32px;}
.bx-wrapper .bx-next { right:20px; background: url(https://lovingearth.net/skin/frontend/default/loving/css/images/controls.png) no-repeat -43px -32px;}
.bx-wrapper .bx-prev:hover { background-position: 0 0;}
.bx-wrapper .bx-next:hover { background-position: -43px 0;}
.bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -16px; outline: 0; width:17px; height:28px; text-indent: -9999px; z-index:999;}
.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://lovingearth.net/skin/frontend/default/loving/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://lovingearth.net/skin/frontend/default/loving/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;
	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;
}

.elbox .bx-wrapper .bx-prev { background:url(https://lovingearth.net/skin/frontend/default/loving/images/sldrlft.png) no-repeat left top; width:21px; height:32px;}
.elbox .bx-wrapper .bx-next { background:url(https://lovingearth.net/skin/frontend/default/loving/images/sldrrgt.png) no-repeat left top; width:21px; height:32px;}
.elbox .bxslider .product_img img { height: 250px; max-width: 100%; width: 100%;}
.fpbox .bx-wrapper .bx-next {
  background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat -20px 0;
  top:-35px;
}
.fpbox .bx-wrapper .bx-prev {
	background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat -37px 0;
	top:-35px;
}

.comunity-slider .bx-wrapper .bx-prev {
  background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat -37px 0;
  top:-25px;
}
.comunity-slider .bx-wrapper .bx-next {
	background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat -20px 0;
	top:-25px;
}
.lcmntsldr .bx-wrapper .bx-next {
  background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat -20px 0;
  top:-25px;
}

.lcmntsldr .bx-wrapper .bx-prev {
  background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat -37px 0;
  top:-25px;
}
.instagram-view .bx-wrapper .bx-prev {
  background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat -37px 0;
  left:-90px;
}
.instagram-view .bx-wrapper .bx-next {
  background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat -20px 0;
  right:-90px;
}
.instagram-view .bxslider > li {
  width: 242px !important;
}
.upsellpro  .bx-wrapper .bx-prev {
  background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat -37px 0;
  top:-35px;
}
.upsellpro  .bx-wrapper .bx-next {
  background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat -20px 0;
  top:-35px;
}
.upsellpro .bx-wrapper img {
  max-width: 100%;
  min-height: inherit;
}
.wordpress-index-index .explore.aboutus .bx-wrapper .bx-prev, .cms-recipe .explore.aboutus .bx-wrapper .bx-prev  {
  background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat -37px 0;
  top:-15px;
}
.wordpress-index-index .explore.aboutus .bx-wrapper .bx-next, .cms-recipe .explore.aboutus .bx-wrapper .bx-next  {
  background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat -20px 0;
  top:-15px;
}

@media only screen and (min-width:480px) and (max-width:767px){
.cms-our-community .lcmntsldr #comment_slider li{ width:220px!important; margin:0 10px!important;}
}
@media only screen and (max-width:479px){
.cms-our-community .lcmntsldr #comment_slider li{ width:300px!important; margin:0 10px!important;}
}
/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
  font-family: 'Calibre-Regular';
  src: url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Regular.eot');
  src: url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Regular.eot?#iefix') format('embedded-opentype'),  url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Regular.woff2') format('woff2'), url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Regular.woff') format('woff'),  url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Regular.ttf') format('truetype'), url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Regular.svg#Calibre-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bikoregular';
  src: url('https://lovingearth.net/skin/frontend/default/loving/fonts/biko_regularbiko.eot');
  src: url('https://lovingearth.net/skin/frontend/default/loving/fonts/biko_regularbiko.eot?#iefix') format('embedded-opentype'),  url('https://lovingearth.net/skin/frontend/default/loving/fonts/biko_regularbiko.woff2') format('woff2'),  url('https://lovingearth.net/skin/frontend/default/loving/fonts/biko_regularbiko.woff') format('woff'),  url('https://lovingearth.net/skin/frontend/default/loving/fonts/biko_regularbiko.ttf') format('truetype'),  url('https://lovingearth.net/skin/frontend/default/loving/fonts/biko_regularbiko.svg#bikoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibre-Bold';
  src: url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Bold.eot');
  src: url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Bold.eot?#iefix') format('embedded-opentype'),  url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Bold.woff') format('woff'),  url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Bold.ttf') format('truetype'),  url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Bold.svg#Calibre-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibre-Medium';
  src: url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Medium.eot');
  src: url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Medium.eot?#iefix') format('embedded-opentype'),  url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Medium.woff2') format('woff2'),  url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Medium.woff') format('woff'),  url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Medium.ttf') format('truetype'),  url('https://lovingearth.net/skin/frontend/default/loving/fonts/Calibre-Medium.svg#Calibre-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bikobold';
  src: url('https://lovingearth.net/skin/frontend/default/loving/fonts/biko_boldbiko.eot');
  src: url('https://lovingearth.net/skin/frontend/default/loving/fonts/biko_boldbiko.eot?#iefix') format('embedded-opentype'),  url('https://lovingearth.net/skin/frontend/default/loving/fonts/biko_boldbiko.woff2') format('woff2'),  url('https://lovingearth.net/skin/frontend/default/loving/fonts/biko_boldbiko.woff') format('woff'),  url('https://lovingearth.net/skin/frontend/default/loving/fonts/biko_boldbiko.ttf') format('truetype'),  url('https://lovingearth.net/skin/frontend/default/loving/fonts/biko_boldbiko.svg#bikobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
*{ transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;}
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
body { margin: 0; font-family: 'Calibre-Regular';}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block;}
audio, canvas, progress, video { display: inline-block; vertical-align: baseline;}
audio:not([controls]) { display: none; height: 0;}
[hidden], template { display: none;}
a { background-color: transparent;}
a:active, a:hover { outline: 0; text-decoration:none;}
abbr[title] { border-bottom: 1px dotted;}
b, strong { font-weight: bold;}
dfn { font-style: italic;}
h1 { font-size: 2em; margin: 0.67em 0;}
mark { background:#ff0; color:#000;}
small { font-size:80%;}
sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline;}
sup { top:-0.5em;}
sub { bottom:-0.25em;}
img { border:0;}
svg:not(:root) { overflow:hidden;}
figure { margin:1em 40px;}
hr { -moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box; height:0;}
pre { overflow: auto;}
code, kbd, pre, samp { font-family:monospace, monospace; font-size:1em;}
button, input, optgroup, select, textarea {  color: inherit; font: inherit; margin: 0;}
button { overflow: visible;}
button, select { text-transform: none;}
button, html input[type="button"],
input[type="reset"],
input[type="submit"] { -webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] { cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0;}
input { line-height: normal;}
input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}
legend { border:0; padding:0;}
textarea { overflow:auto;}
optgroup { font-weight:bold;}
table { border-collapse:collapse; border-spacing:0;}
td, th { padding:0;}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://lovingearth.net/skin/frontend/default/loving/fonts/glyphicons-halflings-regular.eot');
  src: url('https://lovingearth.net/skin/frontend/default/loving/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://lovingearth.net/skin/frontend/default/loving/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://lovingearth.net/skin/frontend/default/loving/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://lovingearth.net/skin/frontend/default/loving/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 14px;
  line-height: 1.42857143;
  color:#4f4948;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #fdbd5f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ec971f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height:40px;
  padding:6px 12px;
  font:14px 'Calibre-Regular';
  line-height:30px;
  color: #4f4948;
  background-color: #ececec;
  background-image: none;
  border:2px solid #ececec;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
select.form-control{ background:#fff;}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding:12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing:0.8px;
  text-transform:uppercase;
  font-family:bikobold;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  background-color:#a7a4a3;
  border:medium none;
  color:#fff;
  font-family: 'Calibre-Semibold';
  letter-spacing: 1px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #302e2b;
  border:none;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #fdbd5f;
  border:none;
  font-family:'Calibre-Semibold';
  letter-spacing:1px;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width:0;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin:7.5px 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  border-right:1px solid #f5f1e8;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default{ margin-bottom:0px;}
.navbar-default .navbar-brand {
  color: #4f4948;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #a7a4a3;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #4f4948;
}
.navbar-default .navbar-nav > li > a {
  color: #4f4948;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #a7a4a3;
  background-color:#4f4847;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #e8a037;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color:#4f4847;
  color:#a7a4a3;
  border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  -webkit-border-radius:5px 5px 0 0;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding:8px 25px;
  margin-bottom:0;
  list-style: none;
  background-color:#302d2b;
  border-radius:0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #4f4847;
}
.breadcrumb > li a{
    color:#a7a4a3;
}
.breadcrumb > .active {
  color: #fdbd5f;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ec9720;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ec9720;
  border-color: #ec9720;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
  outline:none;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: 'SofiaProRegular', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'SofiaProRegular', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
         -o-transition: -o-transform 0.6s ease-in-out;
            transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.goright {
    -webkit-transform: translate3d(100%, 0, 0);
            -moz-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.goleft {
    -webkit-transform: translate3d(-100%, 0, 0);
            -moz-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.goleft,
  .carousel-inner > .item.prev.goright,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.goleft {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.goright {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.txtgrad{ position:absolute; display:block; bottom:0; width:100%; height:200px; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.40))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */}
.new_sliderbox{ position:relative;}
.new_sliderbox .bx-wrapper .bx-viewport { left:0; padding:0;}
.new_sliderbox .main-slider li .item{ width:100%; height:100%;}
.new_sliderbox .main-slider li .item > img{ width:100%; height:auto; min-height:100%;}
.new_sliderbox .bx-controls-direction{ display:none;}
.catalog-category-view .new_sliderbox .bx-controls-direction{ display:block;}
.new_sliderbox .bx-wrapper .bx-pager { display: block; bottom:10px; left:20px; width: auto; padding:0;}
.new_sliderbox .bx-wrapper .bx-pager.bx-default-pager a { background:transparent; border:2px solid #fff; border-radius: 5px; display: block; height: 10px; margin:0 11px 0 0; outline: 0 none; text-indent: -9999px; width: 10px;}
.new_sliderbox .bx-wrapper .bx-pager.bx-default-pager a.active { background:#fff;}
.new_sliderbox_caption{ position:absolute; left:130px; right:130px; bottom:-1px; z-index:10; padding-top:20px; padding-bottom:20px; color:#ffffff; text-align:center;}
.catalog-category-view .new_sliderbox_caption{ position:absolute; left:15%; right:15%; bottom:auto; top:50%; transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); -webkit-transform:translateY(-50%);}
.catalog-category-view .new_sliderbox_caption span{ width:100%; display:block; padding-top:15px;}
.catalog-category-view .new_sliderbox_caption span a{ font:17px 'bikobold'; color:#fff; text-transform:uppercase; letter-spacing:0.1em; border:2px solid #fff; padding:7px 17px; display:inline-block; border-radius:5px;}
.new_sliderbox_caption p{ font:17px 'Calibre-Semibold'; color:#fff; text-transform:uppercase; margin:0; padding:0 0 10px; letter-spacing:1px;}
.catalog-category-view .new_sliderbox_caption p{ padding:10px 0 15px;}
.new_sliderbox_caption h3{ border-bottom:2px solid #fff; padding:0 0 4px; margin:0; display:inline-block;}
.new_sliderbox_caption h3 a{ font:30px 'bikoregular'; color:#fff;}
.new_sliderbox_caption h3 a:hover, .new_sliderbox_caption h3 a:focus{ text-decoration:none; outline:none;}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/*edited */
catalog-category-view .new_sliderbox_caption *::before, *::after { box-sizing: border-box;}
.new_sliderbox_caption h3 a {
    color: #fff;
    font: 30px bikobold;
    padding-top: 10px;
  letter-spacing:2px;}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 20%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 20%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 11px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/lft_arrow.png) no-repeat left center;}
.carousel-control .icon-next{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/rgt_arrow.png) no-repeat right center;}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left:60px;
  z-index: 15;
  width: 60%;
  //margin:0 0 0 -30%!important;
  padding-left: 0;
  list-style: none;
  text-align:left;
}
.carousel-indicators li {
  display: inline-block;
  width:10px;
  height:10px;
  margin:4px;
  text-indent: -999px;
  border:2px solid #ffffff;
  border-radius:10px;
  cursor:pointer;
  background-color:#000 \9;
  background-color:rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin:4px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left:30%;
    right:30%;
    padding-bottom: 30px;
  }
 .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
 #checkout-step-login .buttons-set { margin-left:0!important;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.logo{ padding:25px 0 15px 10px;}
.logo a{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat 0 -119px; width:189px; height:48px; display:inline-block; text-indent:-9999px;}
ul.topmenu{ float:right; list-style:none; padding:0; margin:28px 0 0;}
ul.topmenu li{ float:left; margin-left:15px; line-height:36px;}
ul.topmenu li a{ color:#a7a4a3; font-size:17px;}
ul.topmenu li a:hover{ color:#4f4948; text-decoration:none;}
.carousel-caption p{ text-transform:uppercase; font:14px 'bikobold'; letter-spacing:0.1em;}
.carousel-caption h3{font:24px 'bikobold'; border-bottom:2px solid #fff; margin-top:0; display:inline-block;}
.godown{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat 0 0; width:20px; height:29px; display:block; position:absolute; right:40px; bottom:19px; outline:none;}
.topsocial{ margin-top:5px;}
.topsocial a{ width:16px; height:16px; display:inline-block;}
.topsocial a:hover{ background-position:left bottom;}
.profrl.prosocial.socialicon .twit_icon{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/twitter2.png) no-repeat;}
a.fb_icon{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat -16px -250px;}
a.fb_icon:hover{ background-position:-16px bottom;}
a.twit_icon{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat -48px -250px;}
a.twit_icon:hover{ background-position:-48px bottom;}
a.pin_icon{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat 0 -250px;}
a.pin_icon:hover{ background-position:0 bottom;}
a.igram_icon{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat -32px -250px;}
a.igram_icon:hover{ background-position:-32px bottom;}
.mail_icon{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/mail_icon.png) no-repeat;}
.print_icon{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/print_icon.png) no-repeat;}
.gplus_icon{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/gplusicon.png) no-repeat;}
.pintrest_icon{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/pintrest.png) no-repeat;}
.imgbot_socialbox{ margin-top:29px;}
.imgbot_socialbox .socialicon.profrl.prosocial { float: left; width:180px;}
.imgbot_socialbox .prosocial.profrl { float:right;}
.imgbot_socialbox .prosocial.profrl .linkrev { width:90px;}
.regorsin{ border-radius:5px 5px 0 0; padding:0px 15px; float:right; font-size:14px; height:40px; line-height:40px;}
.wholesale_btn{ border-radius:5px 5px 0 0; padding:0px 15px; float:right; font-size:14px; height:40px; line-height:40px; margin-right:10px;}
.regorsin .regarrow, .wholesale_btn .regarrow{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat -100px 0; display: inline-block; height:7px; margin-left:5px; vertical-align: middle; width:5px;}
.navbar-fixed-top{ background-color:#fff;/* border-bottom:1px solid #4f4949;*/}
.navbar-fixed-top .regorsin{ margin-right:5px; margin-top:10px;}
.navbar-fixed-top .wholesale_btn{ margin-right:5px; margin-top:10px;}
.searchin{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/searchin.png) no-repeat center center; overflow:hidden; text-indent:-500px; padding-right:5px; width:18px; border:none; box-shadow:none; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; height:36px;}
.searchin:focus,.searchin:hover{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/searchin.png) no-repeat 96% center #ececec; padding:0 28px 0 10px; text-indent:inherit; color:#4f4948; width:180px;}
.aboutus{ height:420px; overflow:hidden; position:relative;}
.aboutus > img{ position:absolute; left:0; top:0; width:100%; height:auto; z-index:5}
.aboutbox { text-align:center; width:100%; position:absolute; left:50%; bottom:12px; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); z-index:10;}
.aboutbox p { color: #fff; font: 30px/36px bikobold; margin:0 auto 13px; max-width:none; border-bottom:2px solid #fff; display:inline-block; padding-bottom:3px;}
.aboutbox a{ font:17px "Calibre-Semibold"; color:#fff; letter-spacing:0.05em; display:block;}
.favproduct .btn { border-radius: 5px; color: #ffffff; font: 15px 'Calibre-Semibold'; letter-spacing: 0.1em; margin-top: 20px; padding:18px 38px;}
.explore{ background:#fff; padding:20px 0; color:#FFF;}
.midhead{ text-transform:uppercase; font:14px 'bikobold'; text-align:center; letter-spacing:0.1em; color:#4f4948;}
.cms-our-community .explore .midhead {border-bottom:2px solid #4f4948;display:inline-block;font-size:24px;margin:0 auto;padding-bottom:5px;text-align:center; text-transform:capitalize; text-indent:0;}
.cms-our-community .comunity-slider .bx-viewport, .wordpress-index-index .bbs_stream .bx-viewport, .wordpress-post-view .explore.aboutus .bx-viewport{ height:270px!important;}
.cms-our-community .bbsbox { margin-top: 40px;}
.favproduct{ padding:20px 0 60px;}
.favproduct .midhead {font-size: 18px;}
.subscribebox{ background:#ececec; padding:30px 20px;}
.subscribebox input,.subscribebox button{ width:100%;}
.subscribebox input { background: none repeat scroll 0 0 #fff; border: medium none; color: #a7a4a3; font-family: calibre-regular; font-size: 17px; font-weight: lighter !important;}
.cms-home .subscribebox{ background:#fff;}
.cms-home .subscribebox input{ background:#ececec;}
.subscribebox button{ padding:8px 0;}
.subsicon { color: #4f4948; font:17px 'Calibre-Semibold'; letter-spacing:0.1em; margin-top:8px; padding-left:0; text-transform:uppercase;}
.subsicon .subsi_icon{ background: url("https://lovingearth.net/skin/frontend/default/loving/images/sprite.png") no-repeat 0 -29px; width:27px; height:21px; float:left; margin-right:15px; display:block;}
footer{ background:#4f4847; padding:35px 20px;}
footer h3{ font:14px 'Calibre-Semibold'; color:#fff; text-transform:uppercase; margin:0 0 5px; padding:0; letter-spacing:0.1em;}
footer ul{ margin:0; padding:0; list-style:none;}
footer ul li{ padding:2px 5% 2px 0;}
footer ul li a { color: #a7a4a3; font: 14px "Calibre-Regular"; letter-spacing:0.05em;}
footer ul li a:hover,footer ul li a:focus{ color:#fff; text-decoration:none;}
footer ul.footsocial{ margin-top:20px;}
footer ul.productslist li{ float:left; width:50%;}
footer .acobox{ padding-top:120px;}
footer .acobox a{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat -27px -29px; display:inline-block; width:99px; height:51px;}

.carousel-caption a,.proheading a.headbtn{ border:2px solid #fff; background:none; font:12px 'bikoregular'; text-align:center; color:#fff; letter-spacing:0.1em; text-transform:uppercase; padding:10px 15px; border-radius:5px; margin-top:25px; display:inline-block; outline:none;}
.carousel-caption a:hover,.carousel-caption a:focus,.proheading a.headbtn:hover, .proheading a.headbtn:focus{ border:2px solid #fdbd5f; background:#fdbd5f; text-decoration:none;}
.mainpart{ padding:40px 0 80px;}
.sidebar{ padding:0; border-radius:5px;}
.sidebar ul{ list-style:none; margin:0; padding:0;}
.sidebar ul li a{ color:#4f4847; text-decoration:none; line-height:40px; font-size:15px; font-family:'Calibre-Semibold'; text-transform:uppercase;}
.sidebar ul li{ border-bottom:1px solid #ececec;}
.sidebar ul li a:hover, .sidebar ul li a:active, .sidebar ul li.active a{ color:#fdbd5f; text-decoration:none;}
.sidebar ul li.active ul li a{ color:#4f4847;}
.sidebar ul li.active ul li.active a, .sidebar ul li.active ul li a:hover{ color:#fdbd5f; text-decoration:none;}
.probox{ text-align:center; margin-bottom:50px;}
.probox .caption p { color: #a7a3a3; font-family:bikobold; font-size: 16px;}
.probox .caption h3{ font-size:16px; color:#4f4948; margin-top:10px;}
.probox .caption a{ font-size:20px; color:#4f4948; font-family:'Calibre-Semibold'; letter-spacing:0.05em;}
.probox .options{ padding:20px 20px 0 20px;}
.probox .options select{ width:70%; float:left;}
.probox .options input{ width:20%; float:right;}
.probox .options p{ clear:both;}
.probox .options .btn{ text-transform:uppercase; letter-spacing:0.1em; font:17px "bikobold"; display:block; margin-top:20px; width:100%;}
.productimg{ position:relative; overflow:hidden; padding:0; text-align:center; min-height:205px;}
.productimg a{ line-height:164px; display:block;}
.productimg i{color:#fff; position:absolute; top:10px; right:10px; font-size:17px;}
.productimg i.selected{ color:#fdbd5f;}
.luvju{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/luvju.jpg) no-repeat center center;}
.proheading{ height:354px; overflow:hidden; position:relative;}
.proheading img{ width:100%; height:auto;}
.proheaddetail{ max-width:400px; text-align:center; font-size:16px; color:#fff; position:absolute; left:50%; top:50%; transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%);}
.proheaddetail h3{ font-size:30px; font-family: "bikobold"; border-bottom:2px solid #fff; display:inline-block; padding-bottom:3px; margin-bottom:17px}
.proheaddetail p{ font-size:17px; color:#fff; line-height:24px;}
.proheading .modal-content{ border-radius:0px; height:682px; overflow:hidden;}
.proheading .modal-body figure{ margin:-15px 0 -15px -15px; float:left; text-align: center; width:360px;}
.proheading .modeldetail{ float:left; margin-left:30px; width:calc(100% - 390px)}
.proheading .modeldetail h3{ font-size:24px; color:#4f4847;}
.proheading .modeldetail h4{ font:14px 'bikoregular'; color:#fdbd5f; text-transform:uppercase; letter-spacing:0.1em;}
.proheading .modeldetail a{ color:#a7a3a3; border-bottom:2px solid #a7a3a3; text-transform:uppercase; font:12px 'bikoregular'; letter-spacing:0.1em; padding-bottom:4px;}
.proheading .close { position:absolute; right:20px; top:0; font:50px 'SofiaProLight';}

.elbox{ margin-top:0;}
.ele_slider .product_desc{ padding:20px; margin-left:293px; height:262px; position:relative;}
.cms-home .ele_slider .product_desc {background:rgba(0, 0, 0, 0.7);color: #ffffff;font-weight: normal;height:100%;left: 50%;line-height: 24px;margin-left: 0;padding:20px 10px;position: absolute;text-align: center;top: 50%; transform: translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%);width:100%; display:none; z-index:5;}
.cms-home .ele_slider a:hover{ text-decoration:none;}
.cms-home .ele_slider.withinfo:hover .product_desc{ display: block;}
.ele_slider .product_desc h4{ color:#fdbe60; margin:0; padding:0; font:12px 'bikoregular'; letter-spacing:0.1em; text-transform:uppercase;}
.ele_slider .product_desc h3{ margin:0; padding:0; font-size:16px; padding-top:10px;}
.ele_slider .product_desc_img { z-index:5;}
.ele_slider .product_desc_img h3 { font-family:'Calibre-Semibold'; font-size:17px; padding: 0 10px; letter-spacing:0.05em;}
.ele_slider .product_desc a{ color:#4f4948; font-size:16px; outline:none;}
.ele_slider .product_desc a:hover,.ele_slider .product_desc a:focus{ color:#fdbd5f; font-size:16px; text-decoration:none;}
.ele_slider .product_desc p{ position:absolute; bottom:0; font-size:12px; color:#a7a4a3; letter-spacing:0.05em;}
.cms-home .ele_slider .product_desc p{font:17px 'Calibre-Semibold'; color:#fff; position:static; margin-top: 6px;}
.cms-home .ele_slider .product_desc h4 { color: #ffffff; font:17px 'Calibre-Semibold';}
.cms-index-index .ele_slider .product_desc h3 { color: #ffffff !important; font-family: bikobold; font-size: 24px; letter-spacing: 0.1em;}
.desc-center{ padding:0 10px; left:50%; position:absolute; top:50%; transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); width:100%;}
.cms-home .ele_slider .product_img:after{ background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
content:''; width:100%; height:100%; position:absolute; display:block; top:0; left:0; z-index:2;}

.wordpress-post-view .aboutus .product_desc { background:rgba(0, 0, 0, 0.7);color: #ffffff; font-weight: normal; height:100%; left:0; top:0; line-height: 24px;margin-left:0;padding:20px 10px;position: absolute;text-align: center; width:100%; display:none; z-index:6;}
.wordpress-post-view .aboutus .bbs_slider.withinfo:hover .product_desc { display: block;}
.wordpress-post-view .aboutus .product_desc h4{ margin:0; padding:0; letter-spacing:0.1em; text-transform:uppercase; font:17px 'Calibre-Semibold'; color:#fff;}
.wordpress-post-view .aboutus .product_desc h3{ margin:0; padding:0; font-size:16px; padding-top:10px; font:24px 'bikobold'; color:#fff;}
.wordpress-post-view .aboutus a:hover{ text-decoration:none;}
.wordpress-post-view .aboutus .product_desc_img h3 { font:17px 'Calibre-Semibold'; color:#fff; padding: 0 10px; position:relative; z-index:5;}
.wordpress-post-view .aboutus .bbs_slider.withinfo:hover .product_desc_img{ display:none;}
.wordpress-post-view .aboutus .product_desc a{ color:#4f4948; font-size:16px; outline:none;}
.wordpress-post-view .aboutus .product_desc a:hover, .wordpress-post-view .aboutus .product_desc a:focus{ color:#fdbd5f; font-size:16px; text-decoration:none;}
.wordpress-post-view .aboutus .product_img:after{ content:''; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.40))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* W3C */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000', GradientType=0); /* IE6-9 */
 width:100%; height:100%; position:absolute; display:block; top:0; left:0; z-index:2;}

.wordpress-index-index .product_desc { background:rgba(0, 0, 0, 0.7);color: #ffffff; font-weight: normal; height:100%; left:0; top:0; line-height: 24px;margin-left:0;padding:20px 10px;position: absolute;text-align: center; width:100%; display:none; z-index:6;}
.wordpress-index-index .bbs_slider.withinfo:hover .product_desc { display: block;}
.wordpress-index-index .product_desc h4{ margin:0; padding:0; letter-spacing:0.1em; text-transform:uppercase; font:17px 'Calibre-Semibold'; color:#fff;}
.wordpress-index-index .product_desc h3{ margin:0; padding:0; font-size:16px; padding-top:10px; font:24px 'bikobold'; color:#fff;}
.wordpress-index-index a:hover{ text-decoration:none;}
.wordpress-index-index .product_desc_img h3 { font:17px 'Calibre-Semibold'; color:#fff; padding: 0 10px; position:relative; z-index:5;}
.wordpress-index-index .bbs_slider.withinfo:hover .product_desc_img{ display:none;}
.wordpress-index-index .product_desc a{ color:#4f4948; font-size:16px; outline:none;}
.wordpress-index-index .product_desc a:hover, .is-blog .product_desc a:focus{ color:#fdbd5f; font-size:16px; text-decoration:none;}
.wordpress-index-index .product_img:after{ content:''; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.40))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* W3C */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000', GradientType=0); /* IE6-9 */
 width:100%; height:100%; position:absolute; display:block; top:0; left:0; z-index:2;}

.also_on_blog .product_desc { background:rgba(0, 0, 0, 0.7);color: #ffffff; font-weight: normal; height:100%; left:0; top:0; line-height: 24px;margin-left:0;padding:20px 10px;position: absolute;text-align: center; width:100%; display:none; z-index:6;}
.also_on_blog .bbs_slider.withinfo:hover .product_desc { display: block;}
.also_on_blog .product_desc h4{ margin:0; padding:0; letter-spacing:0.1em; text-transform:uppercase; font:17px 'Calibre-Semibold'; color:#fff;}
.also_on_blog .product_desc h3{ margin:0; padding:0; padding-top:10px; font:24px 'bikobold'; color:#fff;}
.also_on_blog a:hover{ text-decoration:none;}
.also_on_blog .product_desc_img h3 { font:17px 'Calibre-Semibold'; color:#fff; padding: 0 10px; position:relative; z-index:5;}
.also_on_blog .bbs_slider.withinfo:hover .product_desc_img{ display:none;}
.also_on_blog .product_desc a{ color:#4f4948; font-size:16px; outline:none;}
.also_on_blog .product_desc a:hover, .also_on_blog .product_desc a:focus{ color:#fdbd5f; font-size:16px; text-decoration:none;}
.also_on_blog .product_img:after{ content:''; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.40))); background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000', GradientType=0); width:100%; height:100%; position:absolute; display:block; top:0; left:0; z-index:2;}

.comunity-slider .product_desc { background:rgba(0, 0, 0, 0.7);color: #ffffff; font-weight: normal; height:100%; left:0; top:0; line-height: 24px;margin-left:0;padding:20px 10px;position: absolute;text-align: center; width:100%; display:none; z-index:6;}
.comunity-slider .bbs_slider.withinfo:hover .product_desc { display: block;}
.comunity-slider .product_desc h4{ margin:0; padding:0; letter-spacing:0.1em; text-transform:uppercase; font:17px 'Calibre-Semibold'; color:#fff;}
.comunity-slider .product_desc h3{ margin:0; padding:0; font-size:16px; padding-top:10px; font:24px 'bikobold'; color:#fff;}
.comunity-slider a:hover{ text-decoration:none;}
.comunity-slider .product_desc_img h3 { font:17px 'Calibre-Semibold'; color:#fff; padding: 0 10px; position:relative; z-index:5;}
.comunity-slider .bbs_slider.withinfo:hover .product_desc_img{ display:none;}
.comunity-slider .product_desc a{ color:#4f4948; font-size:16px; outline:none;}
.comunity-slider .product_desc a:hover, .comunity-slider .product_desc a:focus{ color:#fdbd5f; font-size:16px; text-decoration:none;}
.comunity-slider .product_img:after{ content:''; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.40))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* W3C */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000', GradientType=0); /* IE6-9 */
 width:100%; height:100%; position:absolute; display:block; top:0; left:0; z-index:2;}
 
.recipebox .product_desc { background:rgba(0, 0, 0, 0.7);color: #ffffff; font-weight: normal; height:100%; left:0; top:0; line-height: 24px;margin-left:0;padding:20px 10px;position: absolute;text-align: center; width:100%; display:none; z-index:6;}
.recipebox .product_img{ height:270px;}
.recipebox .product_img img{ width:100%; height:100%;}
.recipebox:hover .product_desc { display: block;}
.recipebox .product_desc h4{ margin:0; padding:0; letter-spacing:0.1em; text-transform:uppercase; font:17px 'Calibre-Semibold'; color:#fff;}
.recipebox .product_desc h3{ margin:0; padding:0; font-size:16px; padding-top:10px; font:24px 'bikobold'; color:#fff;}
.recipebox a:hover{ text-decoration:none;}
.recipebox .product_desc_img h3 { font:17px 'Calibre-Semibold'; color:#fff; padding: 0 10px; position:relative; z-index:5;}
.recipebox:hover .product_desc_img{ display:none;}
.recipebox .product_desc a{ color:#4f4948; font-size:16px; outline:none;}
.recipebox .product_desc a:hover, .is-blog .product_desc a:focus{ color:#fdbd5f; font-size:16px; text-decoration:none;}
.recipebox .product_img:after{ content:''; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.40))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* W3C */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000', GradientType=0); /* IE6-9 */
 width:100%; height:100%; position:absolute; display:block; top:0; left:0; z-index:2;}

.fp_slider .product_img{ padding:15px 0;}
.fp_slider .product_desc { display: block; font:17px 'Calibre-Semibold'; padding-top:10px; text-align:center; letter-spacing:0.05em;}
.fp_slider a { color:#4f4948; outline:none;}
.fp_slider a:hover, .fp_slider a:focus { color:#fdbe60; text-decoration:none;}

.upsellpro{ margin-top:0;}
.us_slider .product_desc { color:#4f4948; display:block; font:17px 'Calibre-Semibold'; font-weight:normal; padding-top:10px; text-align:center;}
.us_slider a { color:#4f4948; outline:none;}
.us_slider a:hover, .us_slider a:focus { color:#fdbe60; text-decoration:none;}

.rrbbox{ background:#ececec; padding:60px 0;}
.recipebox{ background:#fff; border-radius:0; min-height:270px; overflow:hidden; position:relative;}
.recipebox .recipeimg{ /*height:140px;*/ overflow:hidden;}
.recipebox .recipeimg img{ max-width:100%; height:auto; min-height:270px;}
.recipebox .recipecaption{ background:rgba(0, 0, 0, 0); top:0; padding:210px 15px 0; position:absolute; text-align:center; width:100%; height:100%;}
.recipecaption > a{ outline:none; text-decoration: none;}

.recipecaption > a:hover { text-decoration: none;}
.recipebox:hover .recipecaption{ background:rgba(0, 0, 0, 0.7); padding-top:100px;}
.recipebox .recipecaption h4{ font:17px 'Calibre-Semibold'; color:#fff; text-transform:uppercase; letter-spacing:0.1em; margin:0; padding:0 0 5px; opacity:0;}
.recipebox:hover .recipecaption h4{ opacity:1;}
.recipebox .recipecaption h2{ font-size:24px; border:none; color:#fff; margin:0; padding:0; font-weight:normal;}
.recipebox .recipecaption p{ font-size:12px; color:#fff; margin:0; padding:0;}
.blogbox{ background:#fff; border-radius:5px 5px 0 0; min-height:270px; overflow:hidden;}
.blogbox .blogimg{ height:140px; overflow:hidden;}
.blogbox .blogimg img{ max-width:100%; height:auto; min-height:140px;}
.blogbox .blogcaption{ padding:20px;}
.blogbox .blogcaption h4{ font:12px 'bikoregular'; color:#fdbe60; text-transform:uppercase; letter-spacing:0.1em; margin:0; padding:0 0 5px;}
.blogbox .blogcaption h2{ font-size:16px; color:#4f4948; margin:0; padding:0 0 10px; min-height:50px;}
.blogbox .blogcaption p{ font-size:12px; color:#a7a4a3; margin:0; padding:0;}
.reviewbox{ background:#fff; padding:20px 30px; border-radius:5px; min-height:270px;}
.reviewhead{ color:#fdbe60; text-align:center; font:12px/32px 'bikoregular'; height:50px; text-transform:uppercase; letter-spacing:0.1em;}
.reviewbox .slick-slider { margin-bottom:0;}
.reviewbox .slick-prev { top: -45px; left:0;}
.reviewbox .slick-next { top: -45px; right:0;font-family: calibre-medium;}
.reviewbox .slick-slide { font-size:16px; color:#4f4847; text-align:center; padding:0 8px;}
.reviewbox .slick-slide p { color: #a7a3a3; display: block; font: 12px 'Calibre-Semibold'; letter-spacing: 0.1em; margin-top: 10px; text-transform: uppercase;}
.igrambox{ padding:20px 0;}

.itabbox{ background:#ececec; padding-bottom:60px; color:#000;}
.proinfotab h3{ font-size:24px; color:#000; display:inline-block; border-bottom:2px solid;font-family: bikobold; margin:0 0 25px; letter-spacing:0.05em;}
.proinfotab h4 { color:#000; font-family:'Calibre-Medium'; font-size:20px; text-transform:none;}
.proinfotab p{ color:#000; font-size:17px; line-height:22px; letter-spacing:0.01em;}
.proinfotab .moreinfobtns a{ background:#fdbd5f; color:#fff; font:17px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.1em; display:inline-block; margin-top:15px; padding:6px 10px 4px; outline:none;}
.proinfotab .moreinfobtns a:hover, .proinfotab .moreinfobtns a:focus{ text-decoration:none; outline:none;}
.proinfotab p a{ color:#000; line-height:20px; font:14px 'Calibre-Regular'; text-decoration:underline; text-transform:inherit;}
ul.orangetick{ list-style:none; margin:0 0 35px; padding:0 0 35px; border-bottom:1px solid #605b5a;}
ul.orangetick li{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/black_tick.png) no-repeat left center; padding-left:43px; color:#000; font:24px 'Calibre-Medium'; letter-spacing:0.05em; margin-bottom:11px;}
.proinfotab .ingradbx{ font-size: 17px; line-height:20px; color:#000; letter-spacing:0.05em;}
.proinfotab .ingradbx p{ font-size: 17px; line-height:20px; color:#000; margin:0; padding:0; letter-spacing:0.05em;}
.proinfotab .ingradbx span { color:#000; display:block; font:17px 'Calibre-Semibold'; padding-bottom:10px; text-transform:uppercase; letter-spacing:0.12em;}
.prodetailbox{ padding:40px 0 90px;}
.prodetailbox .prodetailimg{min-height:458px;}
.prodetailbox .carousel-control.goright, .prodetailbox .carousel-control.goleft { background-image:none;}
.prodetailbox .carousel-control .icon-next { background-image:url("https://lovingearth.net/skin/frontend/default/loving/images/proimgrgt.png"); margin-right:5px;}
.prodetailbox .carousel-control .icon-prev { background-image:url("https://lovingearth.net/skin/frontend/default/loving/images/proimglft.png"); margin-left:5px;}
.prodetailbox .carousel-control { text-align: center; width:30px;}
.prodetailbox .carousel-indicators .active { background-color: #a7a3a3;}
.prodetailbox .carousel-indicators li { border: 2px solid #a7a3a3;}
.prodetailbox .carousel-inner > .item { height: 458px;}
.prodetailbox .carousel-inner > .item img{ margin:0 auto;}
.prodetailbox .carousel-indicators { bottom:-35px; left: 0; margin: 0 !important; text-align: left; width: auto;}
.prodetailbox .prohead { color:#000; font:30px bikobold; margin:0; padding:0 0 18px;}
.prodetailbox .prodesc { color: #302d2b; font: 21px/22px calibre-regular; padding-bottom: 18px; text-transform: none;}
.prosocial a{ width:16px; height:16px; display:inline-block;}
.imgbot_socialbox .prosocial a{ width:20px; height:20px;}
.imgbot_socialbox .prosocial a.link-wishlist1{ width:auto; float:right; padding-left:28px; margin:0; background-size:20px auto;}
.imgbot_socialbox .prosocial a.link-wishlist1 span{ display:inline-block;}


.itabbox.notab{ padding-bottom:40px; padding-top:40px;}
.itabbox.notab ul.orangetick{ list-style:none; margin:0; padding:0; border-bottom:none;}
.itabbox.notab ul.orangetick:after{ clear:both; display:block; content:'';}
.itabbox.notab ul.orangetick li{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/black_tick.png) no-repeat left center; width:50%; float:left; padding-left:43px; color:#000; font:24px 'Calibre-Medium'; letter-spacing:0.05em; margin-bottom:11px;}
.itabbox.notab .pdtlbxlft{ border-bottom:1px solid #000; padding-bottom:30px; margin-bottom:30px;}
.itabbox.notab .pdtlbxlft:last-child{ border-bottom:none; padding-bottom:0; margin-bottom:0;}
.itabbox.notab .proinfotab h3{ font:24px 'bikobold'; color:#000; display:inline-block; border-bottom:none; margin:0 0 20px; letter-spacing:0.05em;}
.itabbox.notab .proinfotab p{ font-size:20px;}
.itabbox.notab .proinfotab p a{ font-family:'Calibre-Semibold'; font-size:20px; letter-spacing:0.05em; text-decoration:none;}

.profrl{ border-bottom:/*1px solid #f5f1e8*/; padding-top:25px; padding-bottom:20px;}
.profrl a{ padding-left:35px; font:13px 'Calibre-Semibold'; color:#4f4847; text-transform:uppercase; letter-spacing:0.1em; display:block; outline:none;}
.profrl a span{ color:#a7a3a3; display:block;}
.profrl a:hover, .prodetailbox .profrl a:focus{ text-decoration:none;}
.linkfav{ float:left; width:145px;}
.linkfav a { background: url("https://lovingearth.net/skin/frontend/default/loving/images/pdfav.png") no-repeat scroll left top rgba(0, 0, 0, 0); font:13px 'Calibre-Semibold'; height: 24px!important; outline:none;}
.linkfav a:hover, .linkfav a:focus{ text-decoration:none; outline:none;}
.linkrev{ float:left; width:125px;}
.linkrev a { background: url("https://lovingearth.net/skin/frontend/default/loving/images/pdrev.png") no-repeat scroll left center rgba(0, 0, 0, 0); color:#4f4847; font:13px 'Calibre-Semibold'; height:24px; outline:none;}
.linkrev a:hover, .linkrev a:focus{ text-decoration:none; outline:none;}
.linklike{ float:left;}
.linklike a{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/pdlik.png) no-repeat left center; height:24px;}
.prodetailbox .procart{ border-bottom:1px solid #f5f1e8; padding-top:20px; padding-bottom:20px;}
.prodetailbox .procart:after,.prodetailbox .profrl:after{ content:''; display:block; clear:both;}
.prodetailbox .procart select{ width:195px; float:left; height:40px;}
.prodetailbox .procart input{ width:45px; float:right; height:40px; margin-left:20px;}
.prodetailbox .procart a{ width:70px; float:right; height:40px; margin-left:20px; line-height:18px;}
.product-shop1.col-sm-5.pro_detail { position:relative; padding-bottom:45px; min-height:543px;}
.product-shop1.col-sm-5.pro_detail .add-to-box { position:absolute; bottom:0; width:calc(100% - 30px);}

/*.mycart{ border-radius: 5px 5px 0 0; float: right; padding:10px 18px;}*/
.mycart {border-radius: 5px 5px 0 0; float:right; font-size:14px; padding:9px 18px; text-transform:uppercase; height:40px;}
.mycart .carticon{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/cart-icon-1.png) no-repeat; display: inline-block; height:21px; margin-right:10px; vertical-align: middle; width:28px;}
.navbar-fixed-top .mycart{ margin-top:10px; margin-right:5px;}

#side_menubox{ position:fixed; height:100%; z-index:9999; top:0;}
#side_menubox .blackwall{ background-color:rgba(0, 0, 0, 0.5); cursor:pointer; height:100%; left:0; position:fixed; top: 0; width:100%; z-index:19;}
#side_menubox .blackwall.blackwallout { background-color: rgba(0, 0, 0, 0);}
#side_menubox .blackwall.blackwallout .hide { display:none;}
#side_menubox .side_menu{ background:#fff; height: 100%; left: 100%; max-width:420px; overflow-x: hidden; overflow-y: auto; padding-top:85px; position: fixed; top: 0; transition:transform 0.6s ease 0s; -moz-transition:-moz-transform 0.6s ease 0s; -webkit-transition:-webkit-transform 0.6s ease 0s; -ms-transition:-ms-transform 0.6s ease 0s; width:45%; z-index:20; padding-left:30px; padding-right:30px;}
.side_menu.side_menuin{transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);-webkit-transform:translateX(-100%);}
.side_menu .closesidemenu{ margin-top:-55px; margin-bottom:35px;}
.side_menu .closesidemenu a { color:#fdbd5f; font:17px 'Calibre-Semibold'; text-transform:uppercase; outline:none; letter-spacing:0.05em;}
.side_menu .account-create .page-title,.side_menu .sidelogin .page-title{ border:none;}
.side_menu .account-create .page-title h1,.side_menu .sidelogin .page-title h1{ font:30px 'bikobold'; color:#4f4948;}
.side_menu .account-create input[type="text"],.side_menu .sidelogin input[type="text"],.side_menu .account-create input[type="password"],.side_menu .sidelogin input[type="password"],.side_menu .account-create input[type="email"],.side_menu .sidelogin input[type="email"]{ height:56px;}
.side_menu .account-create input[type="checkbox"],.side_menu .sidelogin input[type="checkbox"]{ float:left; margin-right:5px;}
.side_menu .account-create .btn-warning,.side_menu .sidelogin .btn-warning,.side_menu .sideforgot .btn-warning { margin-top:15px; width:100%; text-transform:uppercase;}
.side_menu .account-create .btn-default,.side_menu .sidelogin .btn-default,.side_menu .sideforgot .btn-default { width:100%; display: block; margin-top: 15px; text-transform:uppercase;}
.side_menu .field.name-firstname { float:left; width:48%;}
.side_menu .field.name-lastname { float:right; width:48%;}
.side_menu .customer-name:after{ clear:both; content:''; display:block;}

#side_menubox_cart{ position:fixed; height:430px; z-index:9999; top:0;}
#side_menubox_cart .blackwall{ background-color:rgba(0, 0, 0, 0.5); cursor:pointer; height:432px; left:0; position:fixed; top: 0; width:100%; z-index:19; display:none;}
#side_menubox_cart .blackwall.blackwallout { background-color: rgba(0, 0, 0, 0); display:none;}
#side_menubox_cart .blackwall.blackwallout .hide { display:none;}
#side_menubox_cart .side_menu_cart{ background:#fff; height:430px; max-width:430px; overflow-x: hidden; overflow-y:auto; position:fixed; top:-430px; right:0; transition:transform 0.6s ease 0s; -moz-transition:-moz-transform 0.6s ease 0s; -webkit-transition:-webkit-transform 0.6s ease 0s; -ms-transition:-ms-transform 0.6s ease 0s; width:45%; z-index:20; padding-top:20px; padding-left:30px; padding-right:30px;}
.side_menu_cart.side_menuin{ transform:translateY(430px); -moz-transform:translateY(430px); -ms-transform:translateY(430px); -o-transform:translateY(430px); -webkit-transform:translateY(430px);}
.side_menu_cart .account-create .page-title,.side_menu_cart .sidelogin .page-title{ border:none;}
.side_menu_cart .account-create .page-title h1,.side_menu_cart .sidelogin .page-title h1{ font:30px 'bikoregular'; color:#4f4948;}
.side_menu_cart .account-create input,.side_menu_cart .sidelogin input{ height:56px;}
.side_menu_cart .account-create .btn-warning,.side_menu_cart .sidelogin .btn-warning { height: 56px; margin-top: 15px; width: 100%; text-transform:uppercase;}
.side_menu_cart .account-create .btn-default,.side_menu_cart .sidelogin .btn-default { width:100%; display: block; margin-top: 15px; text-transform:uppercase;}
.side_menu_cart .field.name-firstname { float: left; width:48%;}
.side_menu_cart .field.name-lastname { float: right; width:48%;}
.side_menu_cart .customer-name:after{ clear:both; content:''; display:block;}
.side_menu_cart .messages { margin-top: 10px !important;}
.side_menu_cart .success-msg { padding:5px 0 !important;}
.messages .error-msg > ul >li {border-style: solid !important; border-width: 1px !important; padding: 15px!important; font-size: 14px !important; font-weight: bold;}

.sharing-links > li { display: inline;}
.catalog-product-view .more-views {padding-top: 115px;}
.cms-index-index #carousel-example-generic .carousel-inner .item.left, #carousel-example-generic .carousel-inner .item.right, .category-recipes .carousel-inner .item.right, .category-recipes .carousel-inner .item.left, .cms-recipe .carousel-inner .item.right, .cms-recipe .carousel-inner .item.left, .cms-our-growers .carousel-inner .item.right, .cms-our-growers .carousel-inner .item.left, .cms-about .carousel-inner .item.right, .cms-about .carousel-inner .item.left{ float:none!important;}
.cms-index-index #carousel-example-generic .carousel-inner .item img,.is-blog #carousel-example-generic .carousel-inner .item img,.category-recipes #carousel-example-generic .carousel-inner .item img, .cms-recipe #carousel-example-generic .carousel-inner .item img, .cms-our-growers #carousel-example-generic .carousel-inner .item img, .cms-about #carousel-example-generic .carousel-inner .item img{ width:100%; height:auto;}

.instahead{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/insta.png) no-repeat left 2px; padding-left:27px; font:12px 'bikoregular'; color:#a7a3a3; text-transform:uppercase; letter-spacing:0.1em; margin-bottom:25px;}
.instahead span{ color:#fdbe60;}
.csteptop{ background:#4f4847; padding:20px 0;}

.ocpbox{ background:#fef5e7; padding:60px 0;}
.ocphead { font:12px 'bikoregular'; color:#4f4948; text-transform:uppercase; text-align:center; letter-spacing:0.1em; margin-bottom:60px;}
.ocpro{ background:#fff; padding:20px; border-radius:5px;}
.ocproimg{ background:#ececec; position:relative; border-radius:5px; overflow:hidden; text-align:center;}
.ocpro .caption h3{ font-size:14px; color:#4f4948; margin-top:18px; margin-bottom:18px;}
.ocpro .caption a{ font-size:14px; color:#4f4948;}
.ocpro .caption a:hover{ color:#fdbd5f; text-decoration:none;}
.ocpro .options select{ width:100%;}
.ocpro .options input{ width:30%; float:left; display:block; margin-top:15px;}
.ocpro .options .btn{ float:right; width:62%; text-transform:uppercase; height:40px; letter-spacing:0.1em; font:12px 'bikoregular'; display:block; margin-top:15px;}

.chqtable .row{ padding-top:20px; padding-bottom:5px; border-bottom:1px solid #ececec; margin:0;}
.chqtable .row .col-sm-3:first-child{ padding-left:0;}
.chqtable .row .sub_price{ padding-right:0;}
.chqtable .row:last-child { border-bottom: medium none;}
.chqtable .citemfr{ padding-top:0; padding-bottom:0; position:relative; top:-30px; border-bottom:none; clear:both;}
.chqtable .citemremov { font:17px 'Calibre-Semibold'; color:#a7a3a3; text-transform:uppercase; letter-spacing:0.1em; float:right; margin-right:-15px;}
.chqtable .citemremov img{ float:right; margin:6px 0 0 10px;}
.chqtable .citemfav { font:14px 'bikobold'; color:#fdbd5f; text-transform:uppercase; letter-spacing:0.1em;}
.chqtable .citemfav img{ float:left; margin:4px 10px 0 0;}
.chqtable .chqimg{ /*background:#ececec;*/ width:100%; min-height:214px; line-height:214px; text-align:center;}
.chqtable .product-name{ margin-bottom:15px;}
.chqtable .product-name a{ font:17px 'Calibre-Medium'; color:#4f4948;}
.chqtable .product-name a:hover, .chqtable .product-name a:focus{ color:#fdbd5f; text-decoration:none;}
.chqtable .item-options dd{ font-size:16px; color:#a7a4a3; margin:0; padding:0;}
.chqtable .mctotal, .chqtable .tprice{ padding-right:0;}
.cartbtnset .col-sm-4{ padding-right:0;}
.chqtable .orig_price .price{ font:17px 'Calibre-Regular'; color:#4f4948; margin:0; padding:0;}
.chqtable .col-sm-2.orig_price{ text-align:center;}
.chqtable .tableheadings .col-sm-2{ text-align:center;}
.chqtable .tableheadings .col-sm-2.text-right{ text-align:right;}
.chqtable .sub_price .price{ font:17px 'Calibre-Bold'; color:#4f4948; margin:0; padding:0;}
.chqtable  input.qty {  font-family:"bikobold";}
.revtable{ border-top:1px solid #f5f1e8;}
.revtable .row{ padding-top:15px; padding-bottom:15px; border-bottom:1px solid #f5f1e8; margin:0;}
.revtable .row div:first-child{ padding-left:0}
.revtable .row div:last-child{ padding-right:0}
.revtable .citemfr{ padding-top:0; padding-bottom:0; position:relative; top:-25px; border-bottom:none; clear:both;}
.revtable .citemremov { font:12px 'bikoregular'; color:#a7a3a3; text-transform:uppercase; letter-spacing:0.1em; float:right;}
.revtable .citemremov img{ float:right; margin:6px 0 0 10px;}
.revtable .citemfav { font:12px 'bikoregular'; color:#fdbd5f; text-transform:uppercase; letter-spacing:0.1em;}
.revtable .citemfav img{ float:left; margin:4px 10px 0 0;}
.revtable .revimg{ background:#ececec; border-radius:5px; width:90px; min-height:90px; line-height:90px; text-align:center;}
.revtable .product-name{ margin-bottom:15px; font:17px 'Calibre-Medium'; color:#4f4948;}
.revtable .item-options dd{ font-size:16px; color:#a7a4a3; margin:0; padding:0;}
.revtable .orig_price .price{ font-size:17px; color:#4f4948; margin:0; padding:0;}
#checkout-step-review .tprice{ padding-right:0;}
.revtable .sub_price .price{ font:17px 'Calibre-Bold'; color:#4f4948; margin:0; padding:0;}

.porderbox{ padding-top:15px; padding-bottom:15px;}
.proderdate{ font:17px 'Calibre-Semibold'; color:#4f4948; padding-bottom:15px; border-bottom:1px solid #ececec;}
.pordername{ font:17px/22px 'Calibre-Medium'; color:#4f4948;}
.pordername span{ display:block; font:17px 'Calibre-Regular'; color:#a7a4a3; padding-top:15px;}
.pordertable .row{ padding-top:15px; padding-bottom:15px; border-bottom:1px solid #ececec; margin-left:0; margin-right:0;}
.pordertable .porderimg{ padding-left:0;}
.porderdetail{ padding-top:20px; padding-bottom:5px; font:17px 'Calibre-Regular'; color:#a7a3a3;}
.porderdetail .porderhead{ font:17px 'Calibre-Medium'; color:#4f4948;}
.porderdetail .porderdet{ padding-bottom:15px;}
.porderdetail .tprice{ font:17px 'Calibre-Bold'; color:#4f4948; margin-bottom:25px;}
.porderdetail .tname{ font:17px 'Calibre-Medium'; clear:both; margin-bottom:25px;}
.link-reorder{ border-top:1px solid #ececec; border-bottom:1px solid #d3d1d1; padding-top:20px; padding-bottom:33px;}
.link-reorder .btn-warning{ width:100%; text-transform:uppercase;}
.porderpagehead{ border-bottom:1px solid #d3d1d1; padding-top:38px; padding-bottom:13px; margin-bottom:15px;}
.porderpagehead h1{ font:24px 'bikobold'; color:#302d2b; letter-spacing:0.05em; margin:0; padding:0;}
.my-account .asoh_qty{ font-size:17px; color:#4f4948;}
.my-account .asoh_pertotal{ font-size:17px; color:#4f4948;}
.my-account .asoh_subtotal{ font:17px 'Calibre-Semibold'; color:#4f4948; padding-right:0;}
.my-account .wlitem_list .probox{ text-align:left;}
.my-account .wlitem_list .caption{ max-width:260px; text-align:center;}

.macfavhead{ margin:60px 0 30px;}
.macfavhead h2{ margin:0; padding:0; font:24px 'bikobold'; color:#302d2b;}
.mtotalbox{ padding-top:30px!important; padding-bottom:30px!important; border-bottom:1px solid #f5f1e8;}
.mtotalbox .tname{ color:#a7a3a3; font:20px 'Calibre-Medium'; clear:left;}
.mtotalbox .tprice{ color:#4f4948; font:17px 'Calibre-Bold';}
.mtotalbox button{ height:40px; padding:9px 15px;}
.cartbtnset{ margin-top:20px;}
.cartbtnset button{ width:100%; margin:10px 0;}
.cartbtnset .col-md-4{ padding-right:0;}
#checkoutSteps input[type="radio"],#checkoutSteps input[type="checkbox"]{ float:left; margin-right:5px;}
#checkoutSteps .buttons-set{ border:none;}
a.backtobtn{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/back_arrow.png) no-repeat right center; padding-right:15px; font:14px 'bikobold'; color:#a7a3a3; text-transform:uppercase; letter-spacing:0.1em;}
.coutpage-title{ padding:50px 0;}
.coutpage-title:after{ content:''; display:block; clear:both;}
.coutpage-title h1{ font-size:24px; margin:0; padding:0; color:#fdbd5f; float:left;}
.coutpage-title a{ float:right; margin-top:12px; text-transform:uppercase;}
#checkoutSteps > li .stepbdr{ padding:30px 0 40px; border-bottom:1px solid #d3d1d1;}
#checkoutSteps > li.active .stepbdr{ padding:0 0 20px; border:none;}
#checkoutSteps > li:last-child .stepbdr{ border:none;}
#checkoutSteps .coutpage-title h1 { border-bottom:2px solid #a7a4a3; color:#a7a4a3; float:left; font:24px 'bikobold'; margin: 0; padding:0 0 4px;}
#checkoutSteps .section.allow.active .coutpage-title h1 { color: #000; border-color:#000;}
#checkout-review-submit { border-top:1px solid #f5f1e8; padding-top:30px; clear:both; padding-bottom:2em;}
#checkout-review-submit .btn-warning{ width:100%;}
#checkout-step-shipping_method{margin:15px 0; padding-bottom:15px; padding-top:15px;}
#discount-coupon-form .btn-warning{ height:40px; padding:10px 12px;}
#opc-billing{ margin:0; padding-bottom:0; padding-top:0; border:none;}
#opc-shipping{ margin:0; padding-bottom:0; padding-top:0; border:none;}
#opc-billing .row{ margin-bottom:10px;}
#opc-shipping .row{ margin-bottom:10px;}
#opc-payment{ margin:0; padding-bottom:0; padding-top:0; border:none;}

.countrysel select, .address-select{ background-color:#fff; background-image: none; border: 2px solid #f5f1e8; border-radius: 4px; color: #555555; display: block; font-size: 14px; height: 40px; line-height: 1.42857; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%;}
.customer-name, .name-prefix, .customer-name-prefix{ margin-bottom:15px;}

.reviewdetail{ padding-top:40px; padding-bottom:0; font:17px 'bikoregular'; color:#a7a3a3;}
.reviewdetail .spnhead{ color:#4f4948; font:17px 'Calibre-Medium';}
.reviewdetail .spndet{ font-size:17px; padding-bottom:30px;}
.reviewdetail .tname{ margin-bottom:15px; clear:left; font:20px 'Calibre-Medium'; color:#a7a3a3;}
.reviewdetail .tprice{ font:17px 'Calibre-Bold'; color:#4f4948; margin-bottom:15px;}

.csteptop ul{ background:#302d2b; border-radius:5px; overflow:hidden; margin:0; padding:0;}
.csteptop ul li{ float:left; width:25%; text-align:center; font:14px/40px 'bikoregular'; text-transform:uppercase; letter-spacing:0.1em; color:#4f4847; height:40px;}
.csteptop ul li a{ background:#302d2b; height:40px; display:block; margin:0; padding:0; font:17px/40px 'Calibre-Semibold'; color:#4f4847; text-transform:uppercase; letter-spacing:0.1em;}
.csteptop ul li a:hover,.csteptop ul li a:focus{ text-decoration:none; color:#fff;}
.csteptop ul li.active a{ color:#fff; background:#666161;}

.sbbaskethead{ font:17px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.1em; color:#4f4948; padding-top:8px; margin-bottom:30px;}
.sbbaskethead .sbbh_img{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat -105px 0; width:27px; height:21px; display:block; float:left; margin-right:5px; margin-top:-2px;}
.sbcoutbtn{ width:100%; height:40px; padding:8px; margin-bottom:30px;}
.sbcempty {font-size:15px; text-transform:uppercase; letter-spacing:0.1em; color:#4f4948; padding-top:8px; margin-bottom:30px;}
#side_menubox_cart .sbbaskethead{ margin-bottom:0;}

.sbcartlist{ border-bottom:1px solid #f5f1e8; padding-bottom:20px; padding-top:20px; position:relative;}
.sbcartlist .sbproimg{ /*background:#ececec;*/ border-radius:5px; width:100%; height: auto; min-height:165px; text-align:center; line-height:165px;}
.sbcartlist .sbproimg a{line-height:165px; outline:none;}
.sbcartlist .sbcremove{ position:absolute; right:0; top:0;}
.sbcartlist .sbcproname{ font:17px 'Calibre-Medium'; color:#4f4948; min-height:123px;}
.sbcartlist .sbcproname a{ font-size:14px; color:#4f4948;}
.sbcartlist .sbcproname a:hover,.sbcartlist .sbcproname a:focus{ text-decoration:none;}
.sbcartlist .sbcqty{ float:left; width:44px;}
.sbcartlist .sbcqty .qty{ padding:6px; text-align:center;}
.sbcartlist .sbcprice{ float:right; text-align:right; padding-top:8px;}
.sbcartlist .sbcprice .price{ font-size:14px; color:#4f4948;}

.maccsec{ background:#4f4847;}
.maccsec .macc-title{ color:#fff; font:30px 'bikobold'; letter-spacing:0.1em; border-bottom:2px solid #fff; margin:50px 0; padding-bottom:3px; display:inline-block;}
.maccsec .maccsec-content ul li{ float:left; position:relative; font-size:14px; color:#a7a3a3; padding:10px; margin-right:1px;}
.maccsec .maccsec-content ul li:after{ content:'';position:absolute; border-right:1px solid #706a67; height:20px; right:-1px; top:11px;}
.maccsec .maccsec-content ul li.current, .maccsec .maccsec-content ul li:hover{font:17px 'Calibre-Semibold'; background-color:#fff; color:#4f4847; border-radius:5px 5px 0 0;}
.maccsec .maccsec-content ul li.current:after,.maccsec .maccsec-content ul li:hover::after{ border:none;}
.maccsec .maccsec-content ul li.last{ margin-right:0;}
.maccsec .maccsec-content ul li.last:after{ border:none;}
.maccsec .maccsec-content ul li a{ float:left; font:17px 'Calibre-Semibold'; color:#fff;}
.maccsec .maccsec-content ul li:hover a,.maccsec .maccsec-content ul li.current a{ text-decoration:none; color:#4f4847;}

.dashboard{ padding-top:60px; padding-bottom:60px;}
.dashboard .dbhead{ border-bottom:1px solid #d3d1d1; padding-bottom:16px; margin-bottom:30px;}
.dashboard .dbhead:after{ content:''; display:block; clear:both;}
.dashboard .dbhead h2{ margin:0; padding:0; font:24px 'bikobold'; color:#4f4948;}
.acdetbox { padding-bottom:60px;}
.acdetbox .btn{ width:100%;}
.soptionbox ul{ list-style:none; margin:0; padding:0;}
.soptionbox ul li{ margin-bottom:20px; font-size:14px; color:#a7a3a3;}
.soptionbox ul li img{ float:left; margin:3px 8px 0 0;}
.dbcolorlink a{ font:15px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.1em; color:#fdbd5f;}
.addresslist{ list-style:none; margin:0; padding:0;}
.addresslist li h4,.dashboard .subsnewtxt{ font:17px 'Calibre-Semibold'; color:#4f4948; margin:0; padding:0 0 10px; text-transform:uppercase;}
.addresslist li address{ font-size:17px; color:#a7a3a3; line-height:20px; padding-bottom:10px}

.side_content{ position:relative;}
.account-create.achide{ transform:translateX(200%); -moz-transform: translateX(200%); -webkit-transform: translateX(200%); -ms-transform: translateX(200%); -o-transform: translateX(200%);}
.sidelogin{ position:absolute; top:-25px; width:100%;}
.sidelogin.slhide{ transform:translateX(-200%); -moz-transform: translateX(-200%); -webkit-transform: translateX(-200%); -ms-transform: translateX(-200%); -o-transform: translateX(-200%);}
.sideforgot{ position:absolute; top:-25px; width:100%;}
.sideforgot.sfhide{ transform:translateX(-200%); -moz-transform: translateX(-200%); -webkit-transform: translateX(-200%); -ms-transform: translateX(-200%); -o-transform: translateX(-200%);}

.sbusername{ font:30px 'bikobold'; color:#4f4948;}
.sbuserimg{ text-align:right;}
.user-login-link { padding-top:40px; padding-bottom:40px;}
.user-login-link ul{ margin:0; padding:0; list-style:none; border-top:1px solid #f5f1e8;}
.user-login-link ul li{ border-bottom:1px solid #f5f1e8; font-size:14px; color:#a7a4a3;}
.user-login-link ul li a{ font-size:14px; color:#a7a4a3; padding:10px 0; display:block; letter-spacing:0.05em;}
.user-login-link ul li a:hover{ text-decoration:none; color:#fdbd5f;}
.lftradiochk{ float:left; margin-right:8px!important;}
.cinfo_form{ border-bottom:1px solid #f5f1e8; padding:10px 0 30px; margin-bottom:30px;}
.addinfo select{ background-color:#fff; background-image: none; border: 2px solid #f5f1e8; border-radius: 4px; color: #555555; display: block; font-size: 14px; height: 40px; line-height: 1.42857; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%;}

.le-social-button-login .btn{ width:100%; margin-bottom:15px; border:none; color:#fff; text-transform:uppercase; font-size:16px; outline:none;}
.le-social-button-login .btn:hover,.le-social-button-login .btn:focus{ outline:none;}
.btn-facebook { background:url(https://lovingearth.net/skin/frontend/default/loving/images/facebookicon.png) no-repeat 15px center #3b579d; margin-top:15px;}
.btn-facebook:hover, .btn-facebook:focus{ color:#ffffff;  background:url(https://lovingearth.net/skin/frontend/default/loving/images/facebookicon.png) no-repeat 15px center #4a6ea9;}
.btn-google{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/googleplus.png) no-repeat 12px center #dd4b39;}
.btn-google:hover, .btn-google:focus{ color:#ffffff; background:url(https://lovingearth.net/skin/frontend/default/loving/images/googleplus.png) no-repeat 12px center #d44634;}
.btn-twitter{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/twittericon.png) no-repeat 15px center #5ea9dd;}
.btn-twitter:hover, .btn-twitter:focus{ color:#ffffff; background:url(https://lovingearth.net/skin/frontend/default/loving/images/twittericon.png) no-repeat 15px center #018ab6;}

.succthx{ font-size:20px; color:#a7a3a3; padding:60px 0px; letter-spacing:0.05em;}
.succthx p{ font-size:20px; color:#a7a3a3; line-height:23px;}
.succthx p a{ font-size:20; color:#4f4948; letter-spacing:0.05em;}
.succthx p span{ font-size:20px; color:#4f4948;}
.succthx a.successlink{ font:14px 'bikobold'; color:#a7a3a3; letter-spacing:0.1em; text-transform:uppercase; padding-top:25px; display:inline-block;}
.succthx a.successlink span{ color:#fdbd5f;}
.succthx_title{ padding:0 0 50px; margin-bottom:40px; border-bottom:1px solid #ececec;}
.succthx_title:after{ content:''; display:block; clear:both;}
.succthx_title h1{ font:24px 'bikoregular'; margin:0; padding:0; color:#fdbd5f; float:left;}
.succthx_title a{ float:right; margin-top:10px;}
.stButton .stLarge { height:16px!important;width:16px!important;}
.mctotal .row{ padding-top:0; padding-bottom:0; border:none;}
.wp-sidebar{ padding-top:60px; padding-bottom:60px}
.wp-sidebar:after{ clear:both; content:''; display:block;}
.block-blog-search .blog-search{ position:relative; padding:0 0 50px;}
.block-blog-search .blog-search button{ position:absolute; right:9px; top:9px;}
.block-blog-search .blog-search input { background: none repeat scroll 0 0 #ececec;border: 1px solid #e7e7e7;padding-right: 30px;}
.contact-search, .faq-search{ position:relative; margin-bottom:30px;}
.contact-search button, .faq-search button{ position:absolute; right:9px; top:9px;}
.contact-search input, .faq-search input{ background: none repeat scroll 0 0 #ececec;border: 1px solid #e7e7e7;padding-right:30px; margin:25px 0;}
.left-faq .faq-categories .item, .left-contact .contact-categories .item{ border-bottom: 1px solid #ececec;}
.left-faq .faq-categories .item a, .left-contact .contact-categories .item a{ color: #4f4847; font-family: 'Calibre-Semibold'; font-size:17px; line-height: 40px; text-transform: uppercase;}
.left-faq .faq-categories .item a:hover,.left-faq .faq-categories .item.active a, .left-faq .faq-categories .item a:focus, .left-contact .contact-categories .item a:hover, .left-contact .contact-categories .item.active a, .left-contact .contact-categories .item a:focus{ color:#fdbd5f; text-decoration:none;}
.faq-content h3, .contact-content h3{ font:17px 'Calibre-Semibold'; color:#fdbd5f; margin:0; padding:0 0 35px; text-transform:uppercase;}
.faq-content ul, .contact-content ul{ margin:0; padding:0;}
.faq-content ul.queans_list li, .contact-content ul.queans_list li{ padding:30px 0; border-top:1px solid #d3d1d1;}
.faq-content ul.queans_list li a, .contact-content ul.queans_list li a{ font-size:24px; line-height:24px; color:#4f4847; text-decoration:none;}
.faq-content ul.queans_list li .faq_answer, .contact-content ul.queans_list li .contact_answer{ font-size:17px; line-height:22px; color:#a7a3a3; text-decoration:none; padding-top:25px;}
.conh_top_block{ text-align:center; border-bottom:1px solid #d3d1d1; padding:30px 0; margin-bottom:20px;}
.conh_top_block h1{ font:30px 'bikobold'; border-bottom:2px solid #4f4847; color:#4f4847; display:inline-block;}
.conh_top_block p{ margin:0; padding:10px 225px 10px; font-size:20px; line-height:24px; color:#a7a3a3; letter-spacing:0.05em;}
.conh_bottom_block{ border-top:1px solid #d3d1d1; padding:30px 0; margin-top:20px; color:#a7a3a3; font-size:17px;}
.conh_bottom_block p{ margin:0; padding:20px 0 30px; font-size:20px; line-height:24px; color:#a7a3a3;}
.conh_bottom_block h3{ font:17px 'Calibre-Semibold'; color:#4f4948; margin:0; padding:10px 0; text-transform:uppercase; letter-spacing:0.05em;}
.conh_bottom_block p a{ color:#4f4847;}

.block-blog-categories .block-content { background:#fff; border: medium none; color:#4f4847; border-radius: 5px;}
.block_sort{ padding-top:60px; padding-bottom:30px; border-bottom:1px solid #f5f1e8; margin-bottom:30px;}
.block_sort select{width:180px;}

#wp-category-list li.level0 { border-bottom:1px solid #ececec; padding:10px 0 9px;}
#wp-category-list li.level0  a{ color:#4f4847; font:17px 'Calibre-Semibold'; line-height:normal; text-transform: uppercase; letter-spacing:0.05em;}
#wp-category-list li.level0.active > a,#wp-category-list li.level0 > a:hover,#wp-category-list li.level0 > a:focus{ color:#fdbd5f; text-decoration:none;}
#wp-category-list li.level1{ padding:8px 0 7px;}
#wp-category-list li.level1 a{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/submenu_arrow.png) no-repeat 0 center; text-transform:capitalize; color:#a7a4a3; display:block; padding:0 15px 0 35px; font:17px 'Calibre-Regular';}
#wp-category-list li.level1.active > a,#wp-category-list li.level1 > a:hover,#wp-category-list li.level1 > a:focus{ color:#fdbd5f; text-decoration:none;}

.also_on_blog{ text-align:center; float:left; width:100%;}
.also_on_blog .aob-title { border-bottom: 2px solid #4f4848; color: #4f4848; display: inline-block; font: 24px "bikobold"; letter-spacing: 1.5px; margin-bottom: 26px; margin-top: 5px; padding-bottom: 5px; text-align: center; text-transform: none !important; width: auto;}
.also_on_blog .aob-content .item { margin-bottom:30px; position:relative;}
.also_on_blog .aob-content a{ display:block; font-size:17px; color:#a7a3a3; height:263px; text-align:center; font-family: 'Calibre-Semibold';}
.also_on_blog .aobimg{ border-radius:0; overflow:hidden;}
.also_on_blog .aobimg:after{ content:''; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.40))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* W3C */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000', GradientType=0); /* IE6-9 */
 width:100%; height:100%; position:absolute; display:block; top:0; left:0; z-index:2;}
.also_on_blog .aobimg img{ margin:0 auto; max-width:100%; height:auto;}

.blogcommentarea{ background:#f1f1f1; padding-top:40px; padding-bottom:40px; margin-top:40px;}
.blogcommentarea .reply{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/cmntreplyarrow.png) no-repeat right center; background-origin:content-box; border:2px solid #fdbe61; border-radius:5px; padding:8px 15px;}

.recipecommentarea{ background:#f5f5f5; padding-top:0px; padding-bottom:0px; margin-top:30px;}
.recipecommentarea .reply{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/cmntreplyarrow2.png) no-repeat right center #fff; background-origin:content-box; border-radius:5px; padding:8px 15px;}
.recipecommentarea .reply a{ color:#000; font-size:17px;}
.recipecommentarea .profrl:after{ clear:both; display:block; content:'';}
.recipecommentarea .prosocial{ float:right; padding-top:31px;}

.post-skips{border-top:1px solid #ececec; padding-top:15px;}
.post-skips a{ font:17px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.1em; width: 40%; display:block;}
.post-skips a:hover,.post-skips a:focus{ text-decoration:none;}
.post-skips span { color: #a7a4a3; display: block; font: 17px calibre-medium; letter-spacing: normal; margin-top: 10px; text-transform: capitalize; letter-spacing:0.5px;}
.prepost { padding-left:0px}
.nxtpost { text-align:right; padding-right:0px}
.prepost a { background: url("https://lovingearth.net/skin/frontend/default/loving/images/blogprepost.png") no-repeat scroll left 8px rgba(0, 0, 0, 0); font:17px 'Calibre-Semibold'; outline: medium none; padding-left:15px;}
.nxtpost a{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/blognxtpost.png) no-repeat right 8px; padding-right:15px; outline:none;}

.wspg_box{ padding-top:40px; padding-bottom:40px; font-size:17px;}
.wspg_box .wspg-title{ font:30px 'bikobold'; color:#000; letter-spacing:0.05em; margin-bottom:15px;}
.wspg_box .wspg-title2{ font:24px 'bikobold'; color:#2c2c2c; border-bottom:2px solid #2c2c2c; display:inline-block; letter-spacing:0.05em; margin-bottom:15px; padding-top:20px;}
.wspg_box .wspg-content{ font-size:17px; letter-spacing:0.03em; color:#4f4847; margin-bottom:30px;}
.wspg_box .wspg-content strong{ font-size:21px; font-weight:normal; color:#302d2b;}
.wspg_box .wspg-content a{ font:17px 'Calibre-Semibold'; color:#4f4847; text-decoration:underline;}
.wspg_box .wspg-table th{ font:17px 'Calibre-Semibold'; color:#4f4847; letter-spacing:0.05em; text-transform:uppercase;}
.wspg_box .wspg-table td{ font-size:17px; color:#4f4847; letter-spacing:0.05em;}
.wspg_box .wspg-table th,.wspg_box .wspg-table td{ padding:18px; border-color:#ececec;}
.wspg_box .wspg-action{ padding-top:0; margin-top:0; text-align:right;}
.wspg_box .wspg-action .btn { padding: 15px 30px;}
.wspg_box .wspg-frmhead{ font:17px 'Calibre-Semibold'; color:#4f4948; letter-spacing:0.1em; text-transform:uppercase;}
.wspg_box form{ color:#ada9a9; letter-spacing:0.03em;}
.wspg_box input[type="radio"], .wspg_box input[type="checkbox"] { margin: -3px 0 0;}
.wspg_box .form-control { font:17px 'Calibre-Regular'; letter-spacing:0.01em;}
.wspg_box .frmbdrgroup{ clear:both; border-top:1px solid #ececec; border-bottom:1px solid #ececec; padding-top:20px; padding-bottom:5px; margin-bottom:20px;}
.wspg_box .frmbdrgroup:after{ clear:both; content:''; display:block;}
.wspg_box .cdark{ color:#4f4847;}
 
.qikorders{ padding-top:60px; padding-bottom:60px;}
.qikorders .qodr_action{border-bottom:1px solid #f5f1e8; padding-bottom:15px; text-align:right;}
.qikorders .aodritem{ border-bottom:1px solid #f5f1e8; padding-bottom:10px; padding-top:10px; min-height:60px;}
.qikorders .qodrimg{ background:#ececec; border-radius:5px; width:100%; height: auto; min-height:140px; text-align:center; line-height:140px;}
.qikorders .qodrimg a{line-height:140px; outline:none;}
.qikorders .qodrproname{ font-size:14px; color:#4f4948; margin:0; padding:13px 0 0 0; text-align:left;}
.qikorders .qodrproname a{ font-size:14px; color:#4f4948;}
.qikorders .qochbk{ float:left; padding-top:10px;}
.qikorders .price{ width:100%; text-align:right;}
.qikorders .price, .qikorders .prd-size, .qikorders .out-stock{ padding-top:10px; display:inline-block;}
.qikorders .prd-size a{ color:#4f4948;}
.qikorders .qodr_subtotal{ background:#f5f1e8; padding-right:10px; padding-bottom:10px; text-align:right; padding-top:10px; margin-bottom:15px; font-weight:bold; font-size:15px;}

.ocmrgt .sam-block-title{ font:14px 'bikoregular'; text-transform:uppercase; color:#fdbd5f; letter-spacing:0.1em; padding-top:40px; padding-bottom:15px; border-bottom:none;}
.ocmrgt .sam_scroller_scrollitem{ padding-bottom:30px; padding-top:30px; border-top:1px solid #d3d1d1;}
.ocmrgt .sam_scroller_scrollitem:first-child{ padding-top:26px; border-top:none;}
.ocmrgt .ocmrlft{ width:30%; float:left;}
.ocmrgt .sam_scroller_item_pimage{ background:#ececec; border-radius:5px; width:100%; height: auto; min-height:80px; text-align:center; line-height:80px;}
.ocmrgt .sam_scroller_item_pimage a{line-height:80px; outline:none;}
.ocmrgt .sam_review_item_clear{ clear:both;}
.ocmrgt .sam_review_item_details{ padding-top:15px; letter-spacing:0.03em;}
.ocmrgt .ocmrrgt{ float:right; width:60%;}
.ocmrgt .sam_scroller_item_pname a {color: #a7a3a3; display:block; font:14px/16px 'Calibre-Semibold'; letter-spacing:1px; margin-bottom: 5px; text-transform: uppercase;}
.ocmrgt .sam_scroller_item_title{ font:12px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.1em;}

.cms-our-community .maincontainer > .container > .row > .col-md-9.col-sm-8{ padding-right:0px;}
.ocmlft{ background:#f7f7f7; height:100%; padding:0 13px;}
.ocmlft .ocmlfthead{ font:14px 'bikoregular'; text-transform:uppercase; letter-spacing:0.1em; color:#4f4949; text-align:center; padding-top:55px; padding-bottom:40px;}
.ocmlft .ocmlfthead_box{ padding:0; width:95%; margin:0 auto;}
.ocmlft .item{ width:95%; margin:0 auto 25px;}
.ocmlft .item:after{ clear:both; display:block; content:'';}
.ocmlft .item .cmflft{ min-height:270px;}
.ocmlft .item .cmfright{ min-height:270px;}
.cmfright .cmfvideo > img {max-width: 100%; width:100%; }
.ocmlft .item.odd .cmflft{ float:left}
.ocmlft .item.odd .cmfright{ float:right}
.ocmlft .item.even .cmflft{ float:right}
.ocmlft .item.even .cmfright{ float:left}
.ocmlft .cmfinstaimg,.ocmlft .cmfvideo{ background:#fff; border-radius:0; overflow:hidden; padding:0;}
.ocmlft .cmfinstaimg img{ max-width:100%; height:262px; width:100%;}
.ocmlft .berryimgtxtbox{ background:#fff; border-radius:0; overflow:hidden; position:relative; transition:none; -moz-transition:none; -ms-transition:none; -webkit-transition:none;}
.ocmlft .berryimgtxtbox .bitblft{ float:none; width:100%;}
.ocmlft .berryimgtxtbox .bitblft img{ max-width:100%; height:auto;}
.ocmlft .berryimgtxtbox .bitbrgt { width:100%; height:270px; display:table; padding:0 16%; position:absolute; top:0; left:0; transition:none; -moz-transition:none; -ms-transition:none; -webkit-transition:none;}
.ocmlft .berryimgtxtbox .bitbrgt:hover { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75); transition:none; -moz-transition:none; -ms-transition:none; -webkit-transition:none;}
.ocmlft .berryimgtxtbox .bitbrgt .bitbrgt_detail { color:#fff; font:17px 'Calibre-Semibold'; text-align:center; display:table-cell; vertical-align:middle; opacity:0; transition:none; -moz-transition:none; -ms-transition:none; -webkit-transition:none;}
.ocmlft .berryimgtxtbox .bitbrgt:hover .bitbrgt_detail{ opacity:1; transition:none; -moz-transition:none; -ms-transition:none; -webkit-transition:none;}
.ocmlft .berryimgtxtbox .bitbrgt .bitbrgt_detail a { color:#fff; display:block; font:17px 'Calibre-Semibold'; padding-top:5px; text-decoration:none; text-transform:uppercase;}
.ocmlft .berryimgtxtbox .bitbrgt .bitbrgt_detailbot{ font-size:14px; color:#fff; position:absolute; bottom:20px;}
.ocmlft .berryimgtxtbox .bitbrgt .fb_icon{ width:16px; height:16px; background-position:left top; display:inline-block; margin-right:5px; float:left;}
.ocmlft .twitbox { background:#4f4949; position:relative; border-radius:0; height:100%; padding:20px; min-height:264px;}
.ocmlft .twitdetbot { font-size:12px; color:#a7a3a3; position:absolute; bottom:20px;}
.ocmlft .twitdetbot .twit_icon{ width:16px; height:16px; background-position:left top; display:inline-block; margin-right:5px; float:left;}
.ocmlft .twittxt{ color:#fff; word-wrap:break-word;}
.ocmlft .twittxt a{ color:#a7a3a3; text-decoration:underline;}
.ocmlft .twittxt .twithead{ text-transform:uppercase; display:block; padding-bottom:10px;}
.ocmlft .ocmaction{ padding-top:20px; padding-bottom:60px; text-align:left; margin-left:35px; margin-right:20px;}
.ocmlft .ocmaction .btn{ font:17px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.1em; padding:10px 17px;}
.ocmrgt .sam-block-title > a { border-bottom: 2px solid #4f4948; color: #4f4948; font-family: bikobold; font-size: 24px; padding-bottom: 3px; text-transform: capitalize; }
.ocmrgt .sam-block-title > a:hover { text-decoration:none;}
.bitbrgt_detailbot .fb_icon { background:url(https://lovingearth.net/skin/frontend/default/loving/images/fb-icon.png) no-repeat;}

.lcmntsldr{ margin-top:10px;}
.lcmnt_slider{ background:#fff; border-radius:0; overflow:hidden; margin:0 15px; margin:0 auto;}
.lcmnt_slider .product_img{ position:relative;}
.lcmnt_slider .lcmntsldr_imgtxt{ position:absolute; background: rgba(0, 0, 0, 0.7); left:0; top:0; width:100%; height:100%; display:block; display: none;}
.lcmntsldr_imgtxt .lcmntsldr_head{ width:100%; padding:0 10px; position: absolute; top:50%; left:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%);}
.lcmntsldr_imgtxt .lcmntsldr_head .rchead{ font:17px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.1em; color:#fff; padding-bottom:10px;}
.lcmntsldr_imgtxt .lcmntsldr_head .rchead a{ font:17px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.1em; color:#fff;}
.lcmntsldr_imgtxt .lcmntsldr_head .rcheadname{ font:24px "bikobold"; color:#fff;}
.lcmnt_slider .lcmntsldr_details{ background:#f7f7f7; min-height:151px; padding:20px;}
.lcmnt_slider:hover .lcmntsldr_imgtxt { display:block;}

.rcdfrom{ float:left;}
.rcdfrom a{ font:15px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.1em; color:#4f4848;}
.rcdtime{ float:right; font:15px 'Calibre-Semibold'; letter-spacing:0.1em; color:#a7a3a3;}
.rcdcmnt {clear:both;color:#4f4949;font-size:15px; padding-top:5px;text-align:left;}
 
.comunityhead{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/luvju.jpg) no-repeat center center; background-size: 100% auto;}
.comdetlft{ padding-bottom: 60px; padding-top: 60px;}
.socialinrbox { padding-top:6px; padding-bottom:30px; border-bottom:1px solid #f5f1e8;}
.socialinrbox a{ width:16px; height:16px; display:inline-block;}
.comdetheadtxt{ padding-top:25px; padding-bottom:20px; border-bottom:1px solid #f5f1e8; font-size:20px; color:#a7a3a3;}
.comdetheadtxt h1 { border-bottom: 1px solid #4f4847; color: #4f4847; display: inline-block; font-family: bikobold; font-size: 30px; padding-bottom: 10px;}
.gstlist{ list-style:none!important; margin:0!important; padding:0!important;}
.gstlist .gstitem{ padding-top:20px; padding-bottom:30px; border-bottom:1px solid #f5f1e8;}
.gstlist .gstitem .gsthead{ font:14px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em; padding-bottom:20px;}
.gstlist .gstitem .gsttxt{ padding-bottom:20px;}
.gstlist .gstitem .gstimg img{ width:100%; height:auto;}

.cms-myrecipe .block_sort{ padding-top:35px; padding-bottom:0; border-bottom:none; margin-bottom:25px; text-align:center;}
.cms-myrecipe .block_sort .recipe_title{ font:24px 'bikobold'; color:#302d2b; border-bottom:2px solid #302d2b; display:inline-block; padding-bottom:3px;}
.block_sort:after{ content:''; display:block; clear:both;}
.block_sort form#sort_recipe{ float:left;}
.block_sort .recipe_list{ float:right; background:url(https://lovingearth.net/skin/frontend/default/loving/images/list_img.png) no-repeat left top; margin-left:10px; width:22px; height:18px; margin-top:11px;}
.block_sort .recipe_list.active{ background-position: left bottom;}
.block_sort .recipe_grid{ float:right; background:url(https://lovingearth.net/skin/frontend/default/loving/images/grid_img.png) no-repeat left top; width:22px; height:18px; margin-top:11px;}
.block_sort .recipe_grid.active{ background-position: left bottom;}

#post-list .post-list-item, #post-list .post-grid-item {border-bottom: 1px solid #ececec; margin-bottom: 20px; padding-bottom: 20px;}
#post-list .post-grid-item{ position:relative;}
#post-list .post-grid-item h2{ position:absolute; bottom:20px; left:20px; right:20px; margin:0; padding:0; z-index:4;}
#post-list .post-grid-item h2 a {color: #fff;display: block;font:24px "bikoregular";letter-spacing: normal;padding-bottom: 15px;text-align: center;text-transform: capitalize;}
#post-list .post-grid-item .featured-image, #post-list .post-list-item .featured-image{ position:relative; margin-bottom:30px;}
#post-list .post-grid-item .featured-image img{ position:relative; z-index:1;}
#post-list .post-grid-item .featured-image:after{ content:''; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.0) 50%), rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
 width:100%; height:100%; position:absolute; display:block; top:0; left:0; z-index:2;}
#post-list .post-grid-item .featured-image a.heart, #post-list .post-list-item .featured-image a.heart{ position:absolute; right:10px; top:10px; color:#fff; z-index:5;}
#post-list .post-grid-item .featured-image a.heart .selected, #post-list .post-list-item .featured-image a.heart .selected{ color:#fdbd5f;}
 
.ogmainerbox{ width:750px; padding:40px 0; text-align:center; margin:0 auto; font-size:16px; color:#4f4847;}
.ogmainerbox .oghead{ padding-bottom:10px;}
.ogmainerbox .oghead h1{ color:#000; font-size:41px; font-family:bikobold; border-bottom:2px solid #000; padding-bottom:5px; display:inline-block; letter-spacing:0.05em; margin-top:0;}
.ogmainerbox .ogmidhead{  font:20px/27px 'Calibre-Medium'; text-transform:none; letter-spacing:0.05em; padding-bottom:30px; color:#a7a3a3;}
.ogmainerbox .ogtxt { font-size:17px; line-height:22px; color:#4f4847;}

.globalconection{ background:#fef5e7; padding:50px 0;}
.globalconection .gbconhead{ font:14px 'bikoregular'; text-transform:uppercase; letter-spacing:0.1em; padding-bottom:50px; color:#4f4948; text-align:center;}
.globalconection #post-list{ list-style:none!important;}

.ourgrowrlft{ padding-top:60px; padding-bottom:60px;}
.ourgrowfrom{ background:#302d2b; font:17px "Calibre-Semibold"; text-transform:uppercase; padding:7px 17px 2px; letter-spacing:0.1em; color:#ffffff; float:left}
.ourgrowrlft .prosocial{ text-align:left; width:auto; float:left; margin-left:30px; padding-top:10px;}
.ourgrowtitle{ font:41px 'bikobold'; color:#000; padding:20px 0; letter-spacing:0.05em; clear:both; border-bottom:1px solid #d6d4d4; margin-bottom:20px;}
.ourgrowrlft .ourgrowheadtxt{ font-size:21px; line-height:22px; color:#302d2b; letter-spacing:0.05em; clear:both;}
.ourgrowrlft .gsttxt{ font:17px 'Calibre-Regular'; color:#4f4847; padding-top:20px;}
.ourgrowrlft .gsttxt p{ font:17px/22px 'Calibre-Regular'; padding-bottom:15px;}
.ourgrowrlft .gstimgtitle{ font:17px/22px 'Calibre-Regular'; font-style:italic; padding-top:20px;}

.recdttop{ text-align:center;}
.recdttop .recdt_sbtitle{ font:17px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em; color:#fdbd5f; padding-top:25px; padding-bottom:13px; margin:0 auto;}
.recdttop .recdt_sbtitle span{ font:17px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.1em; color:#fff; background:#302d2b; padding:5px 20px; display:inline-block; margin:0 5px 10px;}
.recdttop .recdt_title{ font:41px 'bikobold'; color:#000; padding-bottom:13px; margin:0 auto;}
.recdttop .recdt_postby{ padding-bottom:23px; margin:0 auto;}
.recdttop .recdt_postby a{ font:17px 'Calibre-Semibold'; color:#000; text-transform:uppercase; letter-spacing:0.05em;}
.recdttop .recdt_postby a:hover{ color:#fdbd5f; text-decoration:none;}
.recdttop .recdt_postdetail{ font-size:21px; margin:0 auto; color:#302d2b;}
.recdttop .prosocial{ padding-top:20px; padding-bottom:30px;}
.recdttop .profrl{ clear:both; border-top:1px solid #f5f1e8;}
.recdttop .profrl ul{ margin:0; padding:0;}
.recdttop .profrl li{ text-align:left; float:none; display:inline-block;}
.recdttop .fullscreenbtn { margin-top:-21px; margin-bottom:20px; position:relative; z-index:16;}
.recdttop .fullscreenbtn button{ font:14px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em; display:none;}
.recdttop .fullscreenicon{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/fullscreenicon.png) no-repeat; width:15px; height:12px; margin:0 0 0 10px; display:inline-block; vertical-align:middle;}
.recingrad{ padding-top:10px; padding-bottom:0;}

.new_adj{ clear:both; padding-top:25px;}
.new_adj img{ max-width:100%; height:auto;}
.new_adj div{ padding:15px 0;}
.new_adj .imgfull{ width:100%;}
.new_adj .imghalflft{ width:48%; float:left;}
.new_adj .imghalfrgt{ width:48%; float:right;}

.recipedetailheading { height:490px; background-position:center center; background-repeat:no-repeat; background-size:auto 490px; overflow:hidden; position:relative; text-align:center;}
.recipedetailheading img{ width:100%; height:auto; position:relative;}

.staffdetailheading { height:490px; background-position:center center; background-repeat:no-repeat; background-size:auto 490px; overflow:hidden; position:relative; text-align:center;}
.staffdetailheading img{ width:100%; height:auto; position:relative;}

.blogdetailheading { height:400px; overflow:hidden; position:relative; text-align:center;}
.blogdetailheading img{ width:100%; height:auto; position:relative; z-index:1;}
.blogdetailheading p{ position:absolute; left:50%; top:50%; z-index:2; white-space:nowrap; transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%); font-size:24px; color:#fff; border-bottom:1px solid #fff; padding-bottom:5px;}
.blogdetailheading .dhtxtbox{ position:absolute; left:50%; top:50%; z-index:2; white-space:nowrap; transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%);}

.grouped-items-table{ border-bottom:1px solid #ececec;}
.grouped-items-table li{ border-top:1px solid #ececec; padding:6px 0; font-size:15px;}
.grouped-items-table li.emptyli{ height:41px; border:none;}
.grouped-items-table li:after{ display:block; content:''; clear:both;}
.grouped-items-table .gitname{ float:left; padding-top:4px;}
.grouped-items-table .gitname .price-box{ display:inline-block!important;}
.grouped-items-table .gitname .price-box .price{ color:#4f4847; font-weight:normal; font:15px 'Calibre-Medium';}
.grouped-items-table .gitname .old-price, .grouped-items-table .gitname .special-price .price-label{ display:none;}
.grouped-items-table .gitqty{ float:right;}
.grouped-items-table .gitqty input{ background:#ececec; border-radius:3px; border:none; padding:4px 5px; width:36px!important;}
.prodetailbox .add-to-box { padding-top:0px;}
.prodetailbox .add-to-box .earnpoint{ float:left; padding-top:12px; font-size:15px; color:#989898;}
.earnpoint a img{ margin-top:-8px;}
.prodetailbox .add-to-box .earnpoint span{ color: #4f4847;}
.prodetailbox .add-to-box #product-addtocart-button{ float:right; font-size:16px; padding:10px 13px;}

.dhtxtbox h6{ font:14px 'bikoregular'; text-transform:uppercase; letter-spacing:0.1em; padding-bottom:5px; color:#fff; display:inline-block;}
.dhtxtbox h2{ font-size:34px; color:#fff; border-bottom:2px solid #fff;}

.ingredntlist { padding-bottom:35px;}
.ingredntlist li{ font-size:17px; border-bottom:1px solid #ececec; position:relative; padding-top:5px; padding-bottom:5px; line-height:30px;}
.ingredntlist li h2{ font:17px 'Calibre-Semibold'; text-transform:uppercase; color:#b8b5b4; padding:20px 0 0; margin:0; letter-spacing:0.10em; display:inline-block;}
.ingredntlist li > h2 + a { margin-top:20px;}
.ingredntlist li a{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/seeproimg.png) no-repeat right center; float:right; font:17px/30px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.15em; color:#a7a3a3; padding-right:15px;}
.ingredntlist_step { padding-bottom:35px;}
.ingredntlist_step li{ font-size:20px; border-bottom:1px solid #ececec; position:relative; padding-top:15px; padding-bottom:15px;}
.ingredntlist_step li:last-child{ border-bottom:none;}
.ingredntlist_step li span.isthead{ font:17px 'Calibre-Semibold'; color:#b8b5b4; display:block; text-transform:uppercase; padding-bottom:10px; letter-spacing:0.15em;}
.ingnps_name{ float:left; width:calc(100% - 175px);}
.ingnps_name h2{ font:30px 'bikobold'; color:#2c2c2c; letter-spacing:0.05em; margin:0; padding:0; float:left;}
.ingnps_name h2 span{ border-bottom:2px solid #4f4949; padding-bottom:4px; line-height:50px;}
.ingnps_print{ float:right; margin-top:10px;}
.ingnps_print .btn{ padding:10px 30px 9px; font-size:15px; letter-spacing:0.10em;}
.ingnps_serve{ clear:both; padding-top:10px; text-transform:uppercase; font:17px 'Calibre-Semibold'; color:#b8b5b4; letter-spacing:0.10em;}
.recingrad h3{ font:17px 'bikobold'; color:#b8b5b4; text-transform:uppercase; letter-spacing:0.1em;}
.recingrad img{ clear:both; margin:30px 0; width:100%; height:auto; border:none!important; padding:0!important;}
.recingrgtbox a{ font-size:16px!important; color:#fff!important; text-align:left!important;}
.recingrgtbox a span{ position:absolute; bottom:15px; left:15px; right:15px;}
.recingrgtbox .item{ border-radius:0; overflow:hidden; position:relative;}
.recingrgtbox .aobimg{ overflow:visible!important; margin:0!important;}
.bcartdwn .btn{ width:100%; margin-bottom:15px;}
.rcpblockhead{ padding-bottom:13px; border-bottom:1px solid #ececec; padding-top:20px;}
.rcpblockhead h3{ font:24px 'bikobold'; text-transform:capitalize; letter-spacing:0.05em; color:#4f4948; display:inline-block; padding:0; margin:0;}
.keep-reading a{  font: 17px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.1em; padding-bottom:5px;}
.keep-reading a:hover,.keep-reading a:focus{ text-decoration:none;}
.cms-about .carousel-inner .item{ height:400px;}
.cms-about .carousel-indicators { bottom: 20px; left: 0; width: 100%; margin: 0;}
.subscribebox .collapse{ display:block; visibility:visible;}

.excludes_item{ border:1px solid #ececec; padding:20px 20px 10px; border-radius:5px;}
.excludes_item .exclud-title{ font:12px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em; color:#a7a3a3; padding-bottom:10px;}
.excludes_item .item { padding-bottom:10px; font-family:bikobold;}
.excludes_item .exchbx{ float:left; margin-right:10px;}

.cms-our-community .ocmlft .ocmlfthead { border-bottom: 2px solid #4f4949; color: #4f4949; display: inline-block; font: 24px "bikobold"; letter-spacing: 0.07em; margin-bottom:36px; padding:40px 0 3px; text-align: center; text-transform: capitalize;}
.cms-our-community .bbs_slider h2 { border-bottom: medium none; bottom: 10px; font-size: 24px; top:auto; transition:none;}
.cms-our-community .bbs_slider:hover h2 { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7); height: 100%; padding-top: 45%; width: 100%; top:50%; transition:none;
 transform:translateX(-50%) translateY(35%);
 -o-transform:translateX(-50%) translateY(35%);
 -moz-transform:translateX(-50%) translateY(35%);
 -webkit-transform:translateX(-50%) translateY(35%);}
.cms-our-community .latest-review { background:#ececec;}
.storelocator-title h1 { border-bottom: 2px solid; display: inline-block; font-family: bikobold;}
#store-locator-container .list-content { color: #4f4847; font-size: 17px;}

.notesbox{ padding:25px 0; border-bottom:1px solid #f5f1e8; margin:0;}
.notesbox .col-sm-3{ padding-left:0;}
.notesbox .col-sm-9{ padding-right:0;}
.notesbox .noteshead{ font-size:19px; color:#4f4847; font: 'bikobold';}

#co-billing-form h3{ font:24px 'bikobold'; color:#4f4948}
#checkout-step-review .reviewdetail .spndet{ font-family:'Calibre-Regular';}
.flogo .flogoimg{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat 0 -80px; width:153px; height:39px; display:block;}
.flogo .flogobot{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat 0 -215px; width:253px; height:10px; display:block; margin-top:15px;}
@media (max-width : 767px){
#side_menubox .side_menu { max-width:100%; width: 100%;}
.name-firstname{ margin-bottom:15px;}
.le-social-button-login .btn{ padding-left:45px; text-align:left; background-position:10px center;}
footer .flogo { margin-bottom:35px;}
footer .acobox { padding-top:35px;}
.godown{ display:none;}
.aboutus { background-size: 100% 100%; padding:60px 0;}
.aboutbox { width:100%;}
.aboutbox p { font-size:18px; line-height:24px; margin-bottom:20px; width:80%;}
#newsletter-validate-detail .input-box{ margin-bottom:15px;}
#newsletter-validate-detail .actions{ margin-top:10px;}
.carousel-indicators { left:0; width:100%; padding-left:0!important; margin:0 auto!important;}
.carousel-caption p { font: 12px "bikoregular";}
.carousel-caption h3 { font: 18px "SofiaProRegular";}
.carousel-inner > .item { height:auto!important;}
.subsicon { letter-spacing: 0; margin-top:0px; margin-bottom:10px;}
.bcartup{ border-bottom:1px solid #f5f1e8;}
.sbusername { font:24px "SofiaProLight";}
.sbcartlist .sbcproname { min-height:90px; padding-bottom:10px;}
.subscribebox { padding:20px 0;}
.subsmobi{ font:13px "Calibre-Semibold"; text-transform:uppercase; letter-spacing:0.1em; text-align:center; color:#4f4948;}
.subsmobi a{ display:block; outline:none;}
.subsmobi img{ padding:8px;}
.subsmobi a.nlclosed img{ transform:rotate(0); -moz-transform:rotate(0); -ms-transform:rotate(0); -webkit-transform:rotate(0);}
.subsmobi a.nlopen img{ transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -webkit-transform:rotate(180deg);}
#newsletter-validate-detail{ padding-top:15px;}
.carousel-caption { bottom:50%; margin:0; padding:0; transform:translateY(50%); -moz-transform:translateY(50%); -ms-transform:translateY(50%); -o-transform:translateY(50%); -webkit-transform:translateY(50%);}
.carousel-caption p{ margin-bottom:5px;}
.carousel-caption h3{ margin:0; padding:0;}
}
@media (max-width : 480px){
.sbcartlist .sbproimg a { line-height:130px;}
.sbcartlist .sbproimg a img{ max-width:100%; height:auto; padding:10px;}
.sbcartlist .sbproimg { line-height:130px; min-height:130px;}
}
.myrewardpoint .btn{ min-width:100px;}
.myrewardpoint textarea{ width:100%; height:155px;}
.rpinfo{ /*padding-bottom:60px;*/}
.rpinfo:after{ clear:both; display:block; content:''; height:0; width:0;}
.rpinfo .btn { height: 40px; margin-left: 10px; padding:0;}
.rpinfo .amount span{ font-family: "bikoregular";}
.rpenotice { clear:both;}
.rpenotice input{ float:left; margin: 3px 8px 0 0;}
.rpenotice label{ color:#a7a3a3; font-size: 14px;}
.mini-cart .rpinfo{ padding-bottom:20px;}
.probox .mw_display_point a{ float:none!important;}
.product-name1.pro_content .rpinfo{ padding-bottom:20px; padding-top:20px;}
#opc-login .step-title.coutpage-title { background: none ; border: medium none; border-bottom:1px solid #ececec; padding-bottom:40px;}
#opc-login .step-title.coutpage-title > h1 { border-bottom: 2px solid; font-family: bikobold; padding-bottom: 5px;}
#checkout-step-login .ul > li { color:#a7a3a3; font-size:20px; letter-spacing:1px; line-height: normal; list-style:none outside none; font-weight:normal;}
#checkoutSteps.opc #opc-login .ul { padding-top:4px; padding-left:0;}
#checkout-step-login .buttons-set { margin-left: 172px; padding: 0;}
#checkout-step-login .buttons-set .fyourpass, #login-form .fyourpass{color:#a7a3a3; display:block; float:none !important; font-size:20px; letter-spacing:1px; text-align:left; font-weight:normal; font-style:italic; outline:none;}
#checkout-step-login .buttons-set .noact_create{ color:#a7a3a3; display:block; float:none !important; font-size:20px; letter-spacing:1px; text-align:left; font-weight:normal;}
#checkout-step-login .btn.btn-warning { float: left; margin-top:30px; padding: 8px; width: 91%;}
#checkout-step-login .btn.btn-default{ float: left; margin-top:15px; padding: 8px; width: 91%;}
#checkout-step-login .buttons-set.register-button { margin-left: 0; margin-top: 27px; width:91%;}
.login-heading { margin-bottom: 20px;}
#checkout-step-cart{ padding:0;}
#payment_form_ccsave.form-list .input-box { clear: both; display: block; width: 100%;}
#payment_form_ccsave.form-list .input-box select { width: 100%;}
#checkout-step-login .buttons-set.register-button .btn.btn-warning { margin-top:5px;}
#login-form .fyourpass{ padding-top:10px;}
#checkoutSteps .section.allow .coutpage-title h1 { color: #a7a4a3; line-height:36px;}
.adv-container { color: #a7a3a3; font-family: 'bikoregular'; font-size:17px;}
header #cart_btn.btn.btn-warning.regorsin { font-size: 14px; text-transform: capitalize;}
.aboutus .btn.btn-warning.btn-lg { border-radius: 4px; font-family: 'Calibre-Semibold'; font-size: 15px; padding: 18px 25px;}
.favproduct .midhead { border-bottom: 2px solid #4f4948; color: #4f4948; display: inline-block; font-size: 24px; padding-bottom: 5px; text-transform: capitalize; margin-bottom:18px;}
.bcartup .btn.btn-default { font-size: 14px; min-width: 100%; padding: 9px 15px;}
.cms-home .explore .slick-slide .product_img > img { opacity: 0.4;}
.cms-home .explore .slick-active .product_img > img { opacity:1;}
.cms-our-community .slick-initialized .slick-slide { position: relative;}
.reviewhead > a { color:#333; border-bottom:2px solid #333; font:24px 'bikobold'; letter-spacing: 0.05em; text-transform: capitalize;}
.reviewbox .slick-prev { background: url("https://lovingearth.net/skin/frontend/default/loving/images/review-left-arrow.png") no-repeat scroll left top ; left: 0;}
.reviewbox .slick-next { background: url("https://lovingearth.net/skin/frontend/default/loving/images/review-right-arrow.png") no-repeat scroll left top ; right: 0;}
#community-list.ocmlft.com-div { min-height:inherit !important; overflow-x:hidden; overflow-y:scroll; padding:0 4.5px!important;}
#custommenu-mobile #menu-button span { color: #000 !important;}
.cms-our-community .explore { background: none;}
.profrl.prosocial li { float: left; margin-right:7px;}
.profrl.prosocial ul li a { padding: 0;}
.socialicon.profrl.prosocial { float: left; width: 90px;}
.social-reward .rpinfo { float: right; width: calc(100% - 90px);}
.social-reward { border-bottom: 1px solid #efefef; overflow: hidden; position: relative;}
.social-reward .mw_display_point { position: absolute; right: 0; top: 12px; width: 80%; left:auto;}
.social-reward .mw-facebook { display: none;}
.product-collateral .igrambox { padding: 0;}
.instagram-view .bx-wrapper .bx-viewport { padding: 0;}
.instagram-view .instahead { display: block; font-family: 'Calibre-Semibold'; font-size: 17px; margin: 40px 0 0;}
#oar_widget_orders_and_returns_form .button.button > span { background: none repeat scroll 0 0 #fdbd5f; border: medium none; border-radius: 5px; height: auto; padding: 8px 15px;}
#oar_widget_orders_and_returns_form .button.button > span span { background:none; padding:0;}
#oar_widget_orders_and_returns_form .fieldset .legend { display:none;}
#oar_widget_orders_and_returns_form .fieldset { background: none; border:none; margin:0; padding:0;}
#oar_widget_orders_and_returns_form .form-list .input-box { clear: both; display: block; width: 100%;}
#oar_widget_orders_and_returns_form .buttons-set{ margin:0;}
.prodetailimg .carousel-inner a { display: block; line-height: 450px; text-align: center; width: 100%;}
.prodetailbox .carousel-inner > .item img { display: inline-block;}
#community-list ul li { list-style: none outside none;}
#basket .messages .success-msg { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border:1px solid #dcdcdc; color: #fdbc5e; font-size:20px!important; font-style: italic; border-left:none !important; border-right:none !important; border-radius:0;}
#basket.success-msg span { font-family: bikoregular; font-size: 16px ;}
#basket #view_all_item, .sbcprice { color:#666161; font:20px 'Calibre-Medium'; margin-bottom:10px;}
.wordpress-index-index .slider.bbsbox.slick-initialized.slick-slider, .cms-recipe .slider.bbsbox.slick-initialized.slick-slider { margin-top: 0;}
.wordpress-index-index .explore.aboutus, .cms-recipe .explore.aboutus { padding-top: 0; background:#f7f7f7; padding-bottom:0;}
.wordpress-index-index .explore .midhead, .cms-recipe .explore .midhead { color: #4f4949; padding: 2.5em 0 0.5em; text-indent: 0;}
.wordpress-index-index.is-blog .explore.aboutus .midhead{ display:none;}
.wordpress-index-index .bbs_slider.noinfo a { color: #fff;}
.wordpress-index-index #loadMore .btn.btn-warning { font-size: 14px; padding: 10px 20px;}
.wordpress-index-index .blog-home, .wordpress-post-category-view div.post-list{ padding-bottom:5em; padding-top:60px;}
.cms-recipe .bbs_slider .product_img:before { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); content: ""; display: block; height: inherit; left: inherit; position: inherit; top: inherit; width: inherit; z-index: 1;}
.cms-recipe .bbs_slider .product_img img { border-radius: 5px 5px 0 0; width: 100%;}
.recipe-info { background: none repeat scroll 0 0 #fff; padding: 15px;}
.recipe-info > h2 { border: medium none; color: #fdbd5f; font-family: bikobold; font-size: 14px; margin: 0 0 10px; padding: 0; position: static; text-transform: uppercase; transform: inherit;}
.recipe-info > h3 { margin:0;}
.recipe-info a { color: #4f4949; display: block; font-family: bikoregular; font-size: 22px; margin: 5px 0 10px;}
.recingrgtbox a span { display: none;}
.also_on_blog .aob-content a:hover span {
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); bottom: 0; height: 100%; left: 0; padding: 30% 0 0; position: absolute; right: 0; text-align: center; width: 100%; display:block;}
.also_on_blog .blog-sidebar-title { display:none; width:100%; height: 100%; background:rgba(0, 0, 0, 0.70); top:0; left:0; position:absolute; text-align:center; color:#fff; z-index:5; padding: 20px 10px;}

.also_on_blog .blog-sidebar-title h4{ font:17px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.1em; margin:0; padding:0 0 15px;}
.also_on_blog .blog-sidebar-title h3{ font:24px 'bikobold'; margin:0; padding:0;}
.also_on_blog .aob-content a:hover .blog-sidebar-title { display:block;}
.catalog-category-view .ocmaction { margin-bottom: 20px;}
#checkout-shipping-method-load .shipping-text { display:inline-block; color:#a7a3a3; font-size:19px;}
#checkout-shipping-method-load .sp-methods dt { color:#a7a3a3;}
#checkout-shipping-method-load .sp-methods dt, #checkout-shipping-method-load .sp-methods dd { display:inline-block; width:48%;}
#checkout-shipping-method-load .sp-methods { float:right; text-align:right; width:50%;}
.prosocial .fb_iframe_widget { top:-4px;}
.prosocial .mail_icon { margin-top:2px;}
.prosocial .twit_icon { margin-top:2px;}
.prosocial .pintrest_icon { margin-top: -2px;}

.cms-home #carousel-example-generic .carousel-caption a { border:medium none; font-size:24px; font-weight:bold; padding-bottom:0; padding-left:0; padding-right:0; text-transform:none;}
.cms-home #carousel-example-generic .carousel-caption a:hover, .cms-home #carousel-example-generic .carousel-caption a:focus { background:none;}
.product_desc_img { bottom: 0; display: block; position: absolute; text-align: center; width: 100%;}
.cms-home .ele_slider.withinfo:hover .product_desc_img { display: none;}
.recingrgtbox a p { bottom: 0; position: absolute; text-align: center; width: 100%; margin:0; padding-bottom:10px;}
.also_on_blog .aob-content a { transition: none 0s ease 0s ;}
.also_on_blog .aob-content a:hover p, .also_on_blog .aob-content a:hover .blog-sidebar-title-image  { display:none; transition: none 0s ease 0s ;}
.also_on_blog .blog-sidebar-title-image { bottom: 0; color: #fff; font-family: 'Calibre-Semibold'; font-size: 17px; letter-spacing: 0.5px; margin: 0; padding: 15px; position: absolute; transition: none 0s ease 0s ; width: 100%; z-index:5;}

.ourstaff .ostf_top{ padding:40px 0;}
.ourstaff hr{ border-color:#d6d4d4; margin:0; padding:0;}
.ourstaff .ostf_head{ font:41px 'bikobold'; color:#000; text-align:center; letter-spacing:0.05em;}
.ourstaff .ostf_txt{ font:21px/25px 'Calibre-Regular'; color:#302d2b; text-align:center; letter-spacing:0.03em; padding:15px 100px 0;}
.ourstaff h2{ font:25px 'bikobold'; color:#4f4847; letter-spacing:0.05em; margin:25px 0; padding:0;}
.ourstaff .ostf_midimg img{ width:100%; height:auto;}
.ourstaff .ostf_staff{ list-style:none; margin:30px 0 0; padding:0;}
.ourstaff .ostf_staff li{ margin-bottom:30px;}
.ourstaff .staffimg img{ width:100%; height:auto;}
.ourstaff .staffname{ font:17px 'Calibre-Semibold'; padding-top:20px; color:#4f4847; text-transform:uppercase; letter-spacing:0.03em;}
.ourstaff .staffjob{ font:17px 'Calibre-Semibold'; color:#a7a3a3; text-transform:uppercase; letter-spacing:0.03em;}
.ourstaff .staffdesc{ font:17px/22px 'Calibre-Regular'; color:#4f4847; letter-spacing:0.03em; margin:0; padding:20px 0 0;}

.stafffavproduct{ background:#f3f3f3; padding:50px 0 20px;}
.stafffavproduct .midhead{ background:#302d2b; font:17px/17px 'Calibre-Semibold'; color:#fff; text-align:center; letter-spacing:0.1em; padding:10px 25px 5px; display:inline-block; margin-bottom:20px;}

.mtotalbox label[for="coupon_code"] { font-family:'Calibre-Medium'; font-size:20px; letter-spacing:1px; padding-top:7px;}
.step-title.coutpage-title > a#back_shop { background: url("https://lovingearth.net/skin/frontend/default/loving/images/back-arrow.png") no-repeat scroll right center ; color: #a7a3a3; font:17px 'Calibre-Semibold'; letter-spacing: 1px; padding-right: 18px;}
.step-title.coutpage-title > a#back_shop:hover { text-decoration:none;}
.citemfr .favourited { background: url("https://lovingearth.net/skin/frontend/default/loving/images/fav-wishlist-icon.png") no-repeat scroll 0 0 ; color: #fdbd5f; font-size:14px; font-family:'bikobold'; display: block; height: 15px; line-height: 15px; padding-left: 23px; text-transform:uppercase; letter-spacing:0.1em;}
.checkout-onepage-index .ocpbox { background: none repeat scroll 0 0 #fff; padding:30px 0;}
.bx-wrapper .fp_slider img { max-width: 100%; min-height: inherit;}
.cms-about .ogmainerbox .oghead h1 { font-family: bikobold; font-size: 24px; letter-spacing:0.1em;}
.cms-about .ogmainerbox .ogmidhead { font-size:17px; line-height:20px; letter-spacing:0.05em; padding-bottom: 15px; text-transform: none;}
.wordpress-post-view .bx-wrapper .bx-prev { background: url("https://lovingearth.net/skin/frontend/default/loving/images/blog-left-arrow.png") no-repeat; }
.wordpress-post-view .bx-wrapper .bx-next { background: url("https://lovingearth.net/skin/frontend/default/loving/images/blog-right-arrow.png") no-repeat;  }
.wordpress-post-view .bbs_slider.noinfo a { color: #fff;}
.wordpress-post-view .bbs_slider.noinfo a:hover { text-decoration:none;}
.blogdetailsec img[class*="align"], .blogdetailsec img[class*="wp-image-"] { border: medium none; display: block; margin-bottom: 10px; padding: 0; width: 100%;}
.blogdetailsec .content p strong span, .blogdetailsec .content p strong { display: block; font-family: 'Calibre-Semibold'; font-size:17px; margin-bottom: 10px; text-decoration: none !important; text-transform: uppercase;}
.blogdetailsec .content span { font-size: 17px !important;font-family: calibre-regular;}
.blog-home .pager p { color:#a7a4a3; font-size:14px; letter-spacing:0.05em;}
.blog-home .pager li > a, .blog-home .pager li > span { background-color: inherit; border: medium none; border-radius: 0; display: inline-block; padding: 5px; color:#adaaa9; font-family:bikobold;}
.blog-home .pager li > a:hover, .blog-home .pager li > span:hover { color:#ec971f;}
.blog-home .pager .pages .current { color: #ec971f; font-family: bikobold;}
.blog-home .pager ol li .previous.i-previous { background:url(https://lovingearth.net/skin/frontend/default/loving/images/paging-left-arrow.png) no-repeat 0 2px;}
.blog-home .pager ol li .next.i-next { background:url(https://lovingearth.net/skin/frontend/default/loving/images/paging-right-arrow.png) no-repeat 0 2px;}
.blog-home .pager ol li a img { display:none;}
.blog-home .pages > strong { padding-right: 10px;}
.blog-home .pager .pages { float: right; margin: 0;}
.blog-home  .pager { background:none; border:none; border-radius: 0; padding: 0;}
.post-entry .featured-image > img { margin-bottom: 10px;}
.wordpress-index-index .post-list-item .featured-image img { width:100%; height:auto;}
.cms-recipe .post-list-item, .wordpress-index-index  .post-list-item { position:relative;}
.cms-recipe .post-list-item .recipe_content{ min-height:235px;}
.recipe_content .post-list p, .blog_content .post-list p { line-height: 20px;}
.storefinder-storefinder-growerpreview .luvju { background-attachment: scroll !important;-clip: border-box !important; background-color: rgba(0, 0, 0, 0) !important; background-image: url("https://lovingearth.net/skin/frontend/default/loving/images/luvju1.jpg") !important; background-origin: padding-box !important; background-position: center center !important; background-repeat: no-repeat !important; background-size: 100% auto;}
.catalog-category-view .carousel-inner > .item > img, .catalog-category-view .carousel-inner > .item > a > img { height: 354px; width:100%;}
#checkoutSteps{ margin:0;}
#checkoutSteps > li{ background:#f7f7f7;}
#checkoutSteps > li.active, #checkoutSteps > li.allow{ background:#fff;}
@media (max-width:840px) {
.mycart { padding: 10px 18px;}
}
.cms-index-index.cms-home .carousel-caption p,.cms-index-index.cms-home .carousel-caption h3, .cms-index-index.cms-home .carousel-caption h3 a{ margin-bottom:0; margin-top:0;}
.qochbk{ float:left;}
.paylabel{ font:20px 'Calibre-Medium'; color:#4f4847; line-height:22px; letter-spacing:0.05em; width:180px; float:left; font-weight:normal!important;}
.methddivider, .rewardrow{ border-bottom:1px solid #ececec; padding:20px 0 40px; margin:0;}
.faq-title h1{ border-bottom:2px solid #4f4948; padding:0 0 4px; display:inline-block;}
#rewardpoints_box #mw_amount{ width:100px; text-align:center;}
.rewardicon { float: left; padding-top:8px; width:30px;}
#mw_use_max_points{ margin-right:8px!important; margin-left:3px;}
#ccsave_cc_type{ width:100%;}
#transact_cc_type{ width:100%;}
#nab_directpost_cc_type { width:100%;}
#checkout-payment-method-load .methddivider{ border-bottom: 1px solid #ececec; padding: 30px 0;}
/* New added for back to top 27-3-2015*/
.cd-top { display: inline-block; height:50px; padding:10px; width:50px; text-align:center; position: fixed; bottom:40px; right:10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); overflow: hidden; white-space: nowrap; background:url('https://lovingearth.net/skin/frontend/default/loving/images/up_btn.png') no-repeat center center #fdbd5f;  visibility: hidden; color:#fff; text-decoration:none; font-size:13px; font-family:bikoregular; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; border-radius:5px;  -moz-border-radius:5px; -webkit-border-radius:5px;}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover, .no-touch .cd-top:focus{ -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; color:#fff; text-decoration:none;}
.cd-top.cd-is-visible { visibility: visible; opacity: 1;}
.cd-top.cd-fade-out { opacity: .5;}
.cd-top:hover { background-color: #ec971f; opacity: 1;}
.ec_btn{ width:300px}
.rewardrow .col-sm-3{ padding-left:0}
.rewardrow .col-sm-9{ padding-right:0; padding-left:5px;}
.also_on_blog .midheadrecipe{ font-family:"bikobold"; border-bottom: 2px solid #4f4948; color: #4f4948; display: inline-block; font-size: 24px; margin-bottom: 20px; padding-bottom: 5px; text-transform: capitalize;}
.also_on_blog .bx-wrapper .bx-prev { background: url("https://lovingearth.net/skin/frontend/default/loving/images/grey-left.png") no-repeat scroll left top rgba(0, 0, 0, 0); top: -35px;}
.also_on_blog .bx-wrapper .bx-next { background: url("https://lovingearth.net/skin/frontend/default/loving/images/grey-right.png") no-repeat scroll left top rgba(0, 0, 0, 0); top: -35px;}
.aobamainbox{ position:relative;}
.aobamainbox .aobmhead{ font:14px 'bikobold'; color:#fff; position:absolute; top:60px; left:20px; right:20px; z-index:15; text-transform:uppercase; opacity:0;}
.aobamainbox:hover .aobmhead{ opacity:1;}
.aobamainbox .aobtitle{ font:15px 'bikoregular'; color:#fff; position:absolute; top:0; left:20px; right:20px; padding-top:200px; z-index:15;}
.aobamainbox:hover .aobtitle{ font:24px 'bikobold'; color:#fff; padding-top:90px;}
.aobamainbox .aobimg:after{ background:rgba(0, 0, 0, 0.0); display:block; content:''; position:absolute; top:0; left:0; height:250px; width:100%; z-index:5;}
.aobamainbox:hover .aobimg:after{ background:rgba(0, 0, 0, 0.6);}
.wordpress-post-view #commentdiv{ border-top:1px solid #d6d4d4;}
.wordpress-post-view #commentdiv #respond .form-control{ background:#fff;}
.wordpress-post-view #commentdiv #respond h3{ font-family:'bikobold'; letter-spacing:0.05em;}
.wordpress-post-view #commentdiv #respond .buttons-set{ margin:0;}
.wordpress-post-view .blogcommentarea .comments-wrapper{ clear:both;}
.bank_pay table td{ padding:5px 10px 5px 0; min-width:150px;}
.bbs_stream { background:#f7f7f7; padding:30px 0;}
.bbs_stream .midhead{ display:none;}
.prolist_new .prolist_item{ float:left; padding:0 15px; width:33.33%;}
.featuredproduct-list-index .prolist_new .prolist_item{ float:left; padding:0 15px; width:25%;}
.conbot_frlist{ margin-left:-15px; margin-right:-15px;}
.conbot_frlist li{ float:left; padding:0 15px; width:25%; margin-bottom:30px;}
.wlitem_list{ margin-left:-15px; margin-right:-15px;}
.wlitem_list li{ float:left; padding:0 15px; width:33.33%; margin-bottom:30px;}
.mwrwc_inbx{width:230px; float:left; font-weight: bold;}
.postedon{ background:#fdbd5f; font:14px 'Calibre-Semibold'; color:#fff; width:55px; display:block; padding:10px; border-radius:0 5px 5px 0; position:absolute; right:-55px; top:20px;}
.quickview-index-options #product-addtocart-button{ padding:10px;}
.quickview-index-options .prodetailbox{ padding:0;}
.quickview-index-options .quidkview_pimgbox{ width:48%; float:left;}
.quickview-index-options .quidkview_pdetbox{ width:48%; float:right;}
.rrbbox .recipebox .recipecaption, .rrbbox .recipebox .recipecaption h4, .rrbbox .recipebox .recipecaption h2{ transition:none; -moz-transition:none; -ms-transition:none; -webkit-transition:none;}
.prodetailimg .bx-pager.bx-default-pager{ display:block; text-align:left;}
.prodetailimg .bx-wrapper .bx-controls-direction a.bx-next { background-image:url("https://lovingearth.net/skin/frontend/default/loving/images/proimgrgt.png")!important; background-position:right 0!important}
.prodetailimg .bx-wrapper .bx-controls-direction a.bx-prev { background-image:url("https://lovingearth.net/skin/frontend/default/loving/images/proimglft.png") !important; background-position:0 0!important}
.igram_icon_white{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat -54px 0; width:23px; height:23px; position:absolute; bottom:20px; left:20px;}
.fb_icon_white{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/sprite.png) no-repeat -77px 0; width:23px; height:23px; position:absolute; bottom:20px; left:20px;}
.explore .bx-viewport ul li{ margin:0 13.5px!important; width: 260px !important;}
/*.cms-our-community .explore .bx-viewport ul li{ margin:0 13.5px!important; width:360px !important;}*/
.favproduct .bx-viewport ul li{ margin:0 13.5px!important;}
.blogdetailheading1 { background-repeat:no-repeat; background-size:100% auto; background-position:center center; height:540px; overflow:hidden; position:relative; text-align:center;}
.blogdetailheading1 p{ position:absolute; left:50%; top:50%; z-index:2; white-space:nowrap; transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%); font-size:24px; color:#fff; border-bottom:1px solid #fff; padding-bottom:5px;}
.blogdetailheading1 .dhtxtbox{ position:absolute; left:50%; top:50%; z-index:2; white-space:nowrap; transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%);}
.blogdetailheading2 {background-repeat:no-repeat; background-size:100% auto; background-position:center center; height:540px; overflow:hidden; position:relative; text-align:center;}
.blogdetailheading2 p{ position:absolute; left:50%; top:50%; z-index:2; white-space:nowrap; transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%); font-size:24px; color:#fff; border-bottom:1px solid #fff; padding-bottom:5px;}
.blogdetailheading2 .dhtxtbox{ position:absolute; left:50%; top:50%; z-index:2; white-space:nowrap; transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%);}
.blogdetailheading3 { background-repeat:no-repeat; background-size:100% auto; background-position:center center; height:540px; overflow:hidden; position:relative; text-align:center;}
.blogdetailheading3 p{ position:absolute; left:50%; top:50%; z-index:2; white-space:nowrap; transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%); font-size:24px; color:#fff; border-bottom:1px solid #fff; padding-bottom:5px;}
.blogdetailheading3 .dhtxtbox{ position:absolute; left:50%; top:50%; z-index:2; white-space:nowrap; transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%);}
.blogdetailheading4 { background-repeat:no-repeat; background-size:100% auto; background-position:center center; height:540px; overflow:hidden; position:relative; text-align:center;}
.blogdetailheading4 p{ position:absolute; left:50%; top:50%; z-index:2; white-space:nowrap; transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%); font-size:24px; color:#fff; border-bottom:1px solid #fff; padding-bottom:5px;}
.blogdetailheading4 .dhtxtbox{ position:absolute; left:50%; top:50%; z-index:2; white-space:nowrap; transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%);}

.blogdetailheading5 { background-repeat:no-repeat; background-size:100% auto; height:400px; overflow:hidden; position:relative; text-align:center;}
.blogdetailheading5 img{ width:100%; height:auto; position:relative; z-index:1;}
.blogdetailheading5 p{ position:absolute; left:50%; top:50%; z-index:2; white-space:nowrap; transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%); font-size:24px; color:#fff; border-bottom:1px solid #fff; padding-bottom:5px;}
.blogdetailheading5 .grwr_head{ position:absolute; left:50%; bottom:31px; z-index:2; white-space:nowrap; transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); -webkit-transform:translateX(-50%);}
.blogdetailheading5 .grwr_head h1{ font:30px 'bikobold'; color:#fff; border-bottom:2px solid #fff; padding:0 0 1px; margin:0; letter-spacing:0.05em;}
.blogdetailheading5 .dhtxtbox{ position:absolute; left:50%; top:50%; z-index:2; white-space:nowrap; transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%);}

/*Recipe list Limit*/
.recapnew_list{ list-style:none!important; margin:0 -15px!important; padding:0!important;}
.recapnew_list:after{ clear:both; display:block; content:'';}
.recapnew_listitem{ float:left; width:33.33%; padding:0 15px; margin-bottom:30px;}
.recapnew_listbox{ background:#f5f5f5; min-height:651px; max-width:295px; margin:0 auto;}
.recapnew_img{ position:relative;}
.recapnew_img img{ width:100%; height:400px;}
.recapnew_img .heart { color:#fff; font-size:17px; position:absolute; right:10px; top:10px;}
.recapnew_img .heart .selected { color:#fdbd5f;}
.recapnew_detail{ padding:20px; text-align:center; height:199px; overflow:hidden;}
.recapnew_detail .recapnew_title, .recapnew_detail .recapnew_title a{ font:24px/29px 'bikobold'; color:#000000; letter-spacing:0.05em;}
.recapnew_detail .recapnew_title a:hover, .recapnew_detail .recapnew_title a:focus{ text-decoration:none; outline:none;}
.recapnew_detail p{ margin:0; padding:0; font-size:17px; line-height:22px; color:#302d2b; letter-spacing:0.03em;}
.recapnew_kread { text-align:center; padding-top:15px;}
.recapnew_kread a{ font:17px/22px 'Calibre-Semibold'; color:#b8b5b4; text-transform:uppercase; letter-spacing:0.1em;}
.recapnew_dtext{ padding:6px 0 0; font-size:17px; color:#302d2b; overflow:hidden;}
.cms-myrecipe .recapnew_list li { width:290px!important; margin-left:15px!important; margin-right:15px!important;}
.cms-myrecipe .std .container{ padding-bottom:60px;}
.cms-myrecipe .post-list .bx-wrapper .bx-next { background: rgba(0, 0, 0, 0) url("https://lovingearth.net/skin/frontend/default/loving/images/grey-right.png") no-repeat scroll left top; top: -38px;}
.cms-myrecipe .post-list .bx-wrapper .bx-prev { background: rgba(0, 0, 0, 0) url("https://lovingearth.net/skin/frontend/default/loving/images/grey-left.png") no-repeat scroll left top; top: -38px;}
.cms-myrecipe .also_on_blog{ background:#f7f7f7; padding-top:30px; padding-bottom:20px;}

/*Grower list Limit*/
.grownew_list{ list-style:none!important; margin:0 -15px!important; padding:0!important;}
.grownew_list:after{ clear:both; display:block; content:'';}
.grownew_listitem{ float:left; width:33.33%; padding:0 15px; margin-bottom:30px;}
.grownew_listbox{ background:#f5f5f5; min-height:651px; max-width:295px; margin:0 auto;}
.grownew_img{ position:relative;}
.grownew_img img{ width:100%; height:400px;}
.grownew_img .heart { color:#fff; font-size:17px; position:absolute; right:10px; top:10px;}
.grownew_img .heart .selected { color:#fdbd5f;}
.grownew_detail{ padding:20px; text-align:center; height:198px; overflow:hidden;}
.grownew_detail .grownew_title, .grownew_detail .grownew_title a{ font:24px/29px 'bikobold'; color:#000000; letter-spacing:0.05em;}
.grownew_detail .grownew_title a:hover{ color:#000; text-decoration:none;}
.grownew_detail p{ margin:0; padding:0; font-size:17px; line-height:22px; color:#302d2b; letter-spacing:0.03em;}
.grownew_kread { text-align:center; padding-top:15px;}
.grownew_kread a{ font:17px/22px 'Calibre-Semibold'; color:#b8b5b4; text-transform:uppercase; letter-spacing:0.1em;}
.grownew_dtext{ padding:6px 0 0; font-size:17px; color:#302d2b;}
.prodetailbox .prodetailimg .example-image-link { display: block; text-align: center;}
.qtycenter{ text-align:center;}
.qtycenter .qty{ margin:0 auto; padding:6px; text-align:center;}

.nutrition-info{ width:100%; border-top:1px solid #989695; color:#000;}
.nutrition-info th{ font:17px/32px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.12em; border-bottom:1px solid #989695;}
.nutrition-info td{ font-size:17px; line-height:32px; border-bottom:1px solid #605b5a;}
.nutrition-info tr:last-child td{ border-color:#989695;}

.cat-name{ background:#f5f1e8; color:#000; padding:5px 10px; font:17px/22px 'Calibre-Semibold';}
.aodritem .row{ margin-bottom:3px;}
.aodritem .row .qty{ height:30px;}

.cms-our-community .latest-review, .cms-our-community .ocmlft { height: 1400px;}
.cms-our-community .ocmaction{ padding-bottom:0px;}
.cart .qty{ padding:6px; text-align:center;}
.hometext { padding: 40px 20px 20px;}
.hometext p{ color:#2c2c2c; font:20px/32px 'bikobold'; padding:0; margin:0 auto; letter-spacing:0.05em; max-width:860px; text-align:center;}
#quick-window .social-reward{ border:none;}
.logoutpage{ padding:100px 0;}

.blogcontainer{ max-width:1064px; margin:0 auto;}
.blogcontainer .bloglft{ width:22%; float:left;}
.blogcontainer .blogrgt{ width:70%; float:right;}
.cms-shipping-returns h2{ font:24px 'bikobold'; color:#4f4948;}
.cms-shipping-returns .std{ font-size:17px;}
.cms-terms-conditions .std, .cms-privacy-policy-cookie-restriction-mode .std{ padding:20px 0 40px; font-size:17px;}
.cms-terms-conditions .std h2, .cms-privacy-policy-cookie-restriction-mode .std h2{ font:24px 'bikobold'; letter-spacing:0.05em;}
.cms-terms-conditions .std h2 strong, .cms-privacy-policy-cookie-restriction-mode .std h2 strong{ font-weight:normal;}

.glppopup .glpcountry{ font:17px/22px "Calibre-Semibold"; letter-spacing: 0.05em; text-transform:uppercase; padding-bottom:10px;}
.glppopup .glpimg img{ width:110px; height:auto;}
.glppopup .glplmore{ padding-top:10px;}
.glppopup .glplmore a{ color: #b8b5b4; font: 17px/22px "Calibre-Semibold"; letter-spacing: 0.05em; text-transform: uppercase;}
#loading { width:100%; height:100%; top:0px; left:0px; position:fixed; display:none; opacity:0.7; background-color:#fff; z-index:999; text-align:center;}
#loading-image { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%);  z-index:999999;}

.hover-pinterest { position: absolute; top:20px; left:20px; z-index: 999; background-image: url('//assets.pinterest.com/images/pidgets/pin_it_button.png'); // path to pinterest logo background-position: 50% 50%; background-repeat: no-repeat; display: none; width:40px; height:20px;}
.pin-it-link { height: 100%; width: 100%; display: block;}
.prodetailimg ul.main-slider li .fb-share-button { left: 70px; position: absolute; top: 20px;}
#review-form-section { margin-top:-70px; padding-bottom:60px;}

.myacclogin{ max-width:1042px; margin:0 auto; padding:40px 0;}
.myacclogin:after{ display:block; clear:both; content:'';}
.myacclogin .infull{ width:100%;}
.myacclogin h1{ font:29px 'bikobold'; color:#000;}
.macclog_lft{ width:545px; float:left;}
.macclog_lft .maccbtn{ padding-top:20px;}
.macclog_lft #is_subscribed { float:left; margin-right:5px;}
.macclog_lft .maccbtn .btn{ max-width:360px; width:100%;}
.macclog_rgt{ width:430px; float:right;}
.macclog_rgt .mlr_lft{ font:20px 'Calibre-Medium'; color:#4f4847; width:40%; float:left;}
.macclog_rgt .mlr_rgt{ width:60%; float:right;}
.macclog_rgt a{ font-size:20px; color:#a7a3a3; font-style:italic;}
.macclog_rgt .btn{ width:100%;}

.customer-account-create .macclog_rgt{ display:none;}
.fgetpaswrd{ padding:40px 0;}
.fgetpaswrd p{ font-size:15px; margin-bottom:10px;}
.fgetpaswrd h1{ font:29px 'bikobold'; color:#000;}
.fgetpaswrd input{ max-width:480px;}
.fgetpaswrd a{ margin-right:20px;}

.customer-account-create .error-msg { background:none; border:none!important; font-size:20px!important; color:#a7a3a3!important; padding:0px!important;}
.dashboard .dbhead2{ border-top:1px solid #d3d1d1; padding-bottom:16px; padding-top:20px; margin-top:30px;}
.dashboard .dbhead2:after{ content:''; display:block; clear:both;}
.dashboard .dbhead2 h2{ margin:0; padding:0; font:24px 'bikobold'; color:#4f4948;}
.maccpicbox:after{ display:block; content:''; clear:both;}
.maccpicbox .maccpblft{ float:left; width:80px;}
.maccpicbox .maccpbrgt{ float:right; width:70%;}

.macc_updated{ border-top:1px solid #d3d1d1; padding-top:20px; margin-top:30px;}
.macc_updated .macc_uded_username{ font-size:17px; color:#a7a3a3;}
.macc_updated .macc_uded_email{ font-size:17px; color:#a7a3a3;}
.macc_updated .macc_uded_link{ font:15px 'Calibre-Semibold'; color:#fdbd5f;}
.userimg, .sbuserimg{ border:2px solid #f5f1e8; width:70px; height:70px; border-radius:50%; overflow:hidden; display:inline-block;}
.sbuserimg{ float:right;}

.uploader{ text-align:center; vertical-align:middle; padding:10px 0px 0; cursor:pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.uploader div.browser label { background-color:#a7a4a3; color: white; padding:12px; font-size: 40%; font-weight: bold; cursor: pointer; border-radius:4px; position:relative; overflow:hidden; display:block; width:100%; margin:0 auto;}
.uploader div.browser span { cursor: pointer; font:17px "Calibre-Semibold"; text-transform:uppercase; letter-spacing:1px;}
.uploader div.browser input { position:absolute; top:0; right:0; margin:0; border:solid transparent; border-width:0 0 100px 200px; opacity:.0; filter:alpha(opacity= 0); -o-transform:translate(250px,-50px) scale(1); -moz-transform: translate(-300px,0) scale(4); direction:ltr; cursor:pointer;}
.uploader div.browser label:hover { background-color:#302e2b;}
.closecmnt{ font:17px 'Calibre-Semibold'; color:#bebbbb; text-transform:uppercase; float:right; margin-top:30px;}

.tableheadings{ color:#4f4948; font:16px 'Calibre-Bold'; letter-spacing:0.05em; padding-bottom:15px!important;}
.tableheadings > div:first-child{ padding-left:0;}
.tableheadings > div:last-child{ padding-right:0;}
.alertinfomsg{ font-size:17px; color:#4f4948; font-style:italic; border-bottom:1px solid #ececec; padding:23px 0; letter-spacing:0.05em;}
.alertinfomsg a{ font-family:'Calibre-Medium'; color:#fdbd5f;}
.spendoverbox{ font:17px 'Calibre-Semibold'; color:#fff; letter-spacing:0.1em; text-transform:uppercase; background:#302d2b; display:inline-block; padding:5px 10px 4px;}

/* Tablet Design */
.headertablet .menuicon{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/mobmenuicon.png) no-repeat left top; width:22px; height:18px; display:block; text-indent:-9999px; margin-top:4px;}
.headertablet .menuicon:hover{ background-position:left bottom;}
.headertablet #lft_menubox{ position:fixed; height:100%; z-index:9999; top:0;}
.headertablet #lft_menubox .lftblackwall{ background-color:rgba(0, 0, 0, 0.5); cursor:pointer; height:100%; left:0; position:fixed; top: 0; width:100%; z-index:19;}
.headertablet #lft_menubox .lftblackwall.lftblackwallout { background-color: rgba(0, 0, 0, 0);}
.headertablet #lft_menubox .lftblackwall.lftblackwallout .hide { display:none;}
.headertablet #lft_menubox .lftside_menu{ background:#fff; height: 100%; left:-100%; overflow-x:hidden; overflow-y:auto; padding-top:85px; position:fixed; top: 0; transition:transform 0.6s ease 0s; -moz-transition:-moz-transform 0.6s ease 0s; -webkit-transition:-webkit-transform 0.6s ease 0s; -ms-transition:-ms-transform 0.6s ease 0s; width:100%; z-index:20;}
.headertablet .lftside_menu.lftside_menuin{ transform:translateX(100%); -moz-transform:translateX(100%); -ms-transform:translateX(100%); -o-transform:translateX(100%); -webkit-transform:translateX(100%);}
.headertablet .lftside_menu .lftclosesidemenu{ position:absolute; left:20px; top:20px;}
.headertablet .lftside_menu .lftclosesidemenu a{background:url(https://lovingearth.net/skin/frontend/default/loving/images/menuclose.png) no-repeat; width:19px; height:19px; display:block;}
.headertablet .searchin{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/searchin.png) no-repeat 96% center #ececec; overflow:hidden; padding-right:5px; border:none; box-shadow:none; height:46px; padding:0 28px 0 15px; color:#4f4948; width:100%; text-indent:0; border-radius:0;}
.headertablet ul.lftmenu{ clear:both; list-style:none; padding:0;}
.headertablet ul.lftmenu li{ width:100%; border-bottom:1px solid #ececec;}
.headertablet ul.lftmenu li a{ color:#a7a4a3; padding:0 15px; display:block; font:17px 'Calibre-Semibold'; height:50px; line-height:50px; text-transform:uppercase;}
.headertablet ul.lftmenu li a:hover{ text-decoration:none; background-color:#fff; color:#fdbd5f;}
.headertablet ul.lftmenu li.lftsocial{ padding:15px 15px 10px; text-align:center; border:none;}
.headertablet ul.lftmenu li.lftsocial a{ color:#a7a4a3; padding:0 15px; width:16px; height:16px; display:inline-block;}
.headertablet ul.lftmenu li.lftsocial a:hover{ color:#4f4847; text-decoration:none; background-color:transparent; background-position:left bottom;}
.headertablet .logo { margin: 0 auto; padding:0; text-align: center; width:100%}
.headertablet .logo img { max-width: 140px; height: auto;}
.headertablet #header { padding: 20px 0 10px; transition:none;}
.headertablet #cart_btn { float: right;}
.headertablet .nav-container { float:none;}
.headertablet #custommenu-mobile .parentMenu{ position:relative;}
.headertablet #custommenu-mobile .menu-mobile{border-bottom:1px solid #ececec;}
.headertablet #custommenu-mobile > #menu-button{ display:none;}
.headertablet #custommenu-mobile .parentMenu span.button { background:url(https://lovingearth.net/skin/frontend/default/loving/images/menu_down.png) no-repeat center center; width:45px; height:45px; position:absolute; top:0; right:0; cursor:pointer;}
.headertablet #custommenu-mobile .parentMenu .button.open { background:url(https://lovingearth.net/skin/frontend/default/loving/images/orange_up.png) no-repeat center center; transform:none; -moz-transform:none; -webkit-transform:none; -ms-transform:none;}
.headertablet #custommenu-mobile .parentMenu a.level0{ color:#4f4948; display:block; padding:0 15px; height:50px; line-height:50px; background-color:#fff; text-transform:uppercase;}
.headertablet #custommenu-mobile .parentMenu a.level0:hover,.headertablet #custommenu-mobile .parentMenu a.level0:focus,.headertablet #custommenu-mobile .parentMenu.open a.level0, .headertablet #custommenu-mobile .menu-mobile.act .parentMenu a.level0{ background-color:white; color:#fdbd5f; text-decoration: none;}
.headertablet .menu-mobile .parentMenu { border:none;}
.headertablet #custommenu-mobile .parentMenu > a span { font:17px 'Calibre-Semibold'; letter-spacing:0.08em; border:none; line-height:normal;}
.headertablet #custommenu-mobile .parentMenu a.level1 > span { font:17px 'Calibre-Regular'; letter-spacing:0.08em; border:none; line-height:normal;}
.headertablet #custommenu-mobile .parentMenu a.level1{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/submenu_arrow.png) no-repeat 15px center; color:#a7a4a3; display:block; padding:0 15px 0 45px; height:39px; line-height:39px; background-color:#fff;}
.headertablet #custommenu-mobile .parentMenu a.level1:hover, .headertablet #custommenu-mobile .parentMenu a.level1:focus, .headertablet #custommenu-mobile .parentMenu a.level1.act { color:#fdbd5f; font:17px 'Calibre-Semibold'; text-transform:uppercase; text-decoration: none; background-color:#fff; padding:0 15px 0 45px; height:39px; line-height:39px!important;}
.headertablet #custommenu-mobile .parentMenu a.level1:hover span, .headertablet #custommenu-mobile .parentMenu a.level1:focus span, .headertablet #custommenu-mobile .parentMenu a.level1.act span{ height:39px; line-height:39px!important; font:17px 'Calibre-Semibold';}
.headertablet .menu-mobile a.level1:link,.headertablet .menu-mobile a.level1:visited { border-radius: 0;}

.hslidertablet .ele_slider .product_desc { display:block; background:none;}
.nlcatxt_box{ clear:both; padding-top:80px;}
.nlcatxt_head{ font:34px 'bikobold'; color:#000; border-bottom:1px solid #d6d4d4; padding-bottom:20px; margin-bottom:26px; letter-spacing:0.05em;}
.nlcatxt_subhead{ font-size:21px; line-height:22px; color:#302d2b; letter-spacing:0.05em; padding-bottom:23px;}
.nlcatxt_content{ font-size:17px; line-height:22px; color:#4f4847; letter-spacing:0.03em;}
.spend_over{ font:17px 'Calibre-Semibold'; color:#fff; background:#302d2b; margin-bottom:20px; padding:5px 5px 4px; text-align:center; letter-spacing:0.1em;}

.tablet .blogdetailheading1, .tablet .blogdetailheading2, .tablet .blogdetailheading3, .tablet .blogdetailheading4, .tablet .blogdetailheading5{ background-attachment:inherit!important;}
.tablet .grownew_detail{ height:192px;}
.tablet .post-skips a { width:90%;}
.wholesale-index-index .validation-advice{ display:none;}
.is-blog #wp-category-list li{ position:relative;}
.is-blog #wp-category-list span.button { background:url(https://lovingearth.net/skin/frontend/default/loving/images/menu_down.png) no-repeat center center; width:45px; height:45px; display:inline-block; position:absolute; top:0; right:0; cursor:pointer;}
.is-blog #wp-category-list span.button.open { background:url(https://lovingearth.net/skin/frontend/default/loving/images/orange_up.png) no-repeat center center; transform:none; display:inline-block; -moz-transform:none; -webkit-transform:none; -ms-transform:none;}
a.b2blink{ color:#a7a3a3; font-size:20px; font-style:italic; display:block;}

.hto_content{ color:#000; padding:40px 0 60px; font-size:17px; letter-spacing:0.05em;}
.hto_content h1{ font:24px 'bikobold'; color:#4f4948; margin:0 0 40px; padding:0; letter-spacing:0.05em;}
.hto_content p{margin:0 0 20px; padding:0;}
.hto_content ul{ list-style:decimal; margin:0 0 20px; padding:0 0 0 15px;}
.hto_content ul li{ padding-left:20px;}

.wsfaq{ padding:40px 0 40px;}
.wsfaq h1{ font:24px 'bikobold'; color:#4f4948; margin:0; padding:0 0 13px; letter-spacing:0.05em; border-bottom:1px solid #d3d1d1;}
.wsfaq .faqws_tabs li{ float:left;}
.wsfaq .faqws_tabs li a{ font:17px 'Calibre-Semibold'; color:#a7a4a3; text-transform:uppercase; border-right:1px solid #d3d1d1; padding:0 13px; letter-spacing:0.05em;}
.wsfaq .faqws_tabs li a:hover, .wsfaq .faqws_tabs li a:focus{ text-decoration:none; outline:none;}
.wsfaq .faqws_tabs li:last-child a{ border-right:none;}
.wsfaq .faqws_tabs li:first-child a{ padding-left:0px;}
.wsfaq .faqws_tabs li.active a{ color:#fdbd5f;}
.wstabs_deshead{ font:17px 'Calibre-Semibold'; color:#fdbd5f; text-transform:uppercase; letter-spacing:0.05em; margin-bottom:20px; margin-top:30px;}
.queans_list{ font-size:17px; color:#000; letter-spacing:0.05em; line-height:20px;}
.queans_list li{ margin-bottom:20px;}
.queans_list a{ font-size:17px; color:#a7a4a3; padding-bottom:5px; display:block;}
.queans_list a:hover, .queans_list a:focus{ text-decoration:none; outline:none;}

/* ==================== Wholesale Page ====================*/
.wholesale #header{ background:#2d314c;}
.wholesale .logo a{ background-position:0 -167px;}
.wholesale div.menu a:link, .wholesale div.menu a:visited { color: #fff;}
.wholesale div.menu.active a,.wholesale div.menu.active a:hover { background: #ececec!important; color: #504748;}
.wholesale .breadcrumb { background-color: #cdbba3;}
.wholesale .breadcrumb > li a { color: #514947;}
.wholesale .breadcrumb > li + li::before, .wholesale .breadcrumb > .active { color: #fff;}
.wholesale ul.topmenu li a { color: #fff;}
.wholesale footer{ background:#2d314c;}
.wholesale footer a{ color:#a7a4a3;}
.wholesale .maccsec { background:#2d314c;}
.wholesale .navbar-fixed-top { background-color:#2d314c;}
.wholesale .searchin { background-image:url("https://lovingearth.net/skin/frontend/default/loving/images/searchinw.png");}
.wholesale a.fb_icon{ background-position:-152px -250px;}
.wholesale a.fb_icon:hover{ background-position:-152px bottom;}
.wholesale a.twit_icon{ background-position:-184px -250px;}
.wholesale a.twit_icon:hover{ background-position:-184px bottom;}
.wholesale a.pin_icon{ background-position:-135px -250px;}
.wholesale a.pin_icon:hover{ background-position:-135px bottom;}
.wholesale a.igram_icon{ background-position:-167px -250px;}
.wholesale a.igram_icon:hover{ background-position:-167px bottom;}
.wholesale .wholesale_btn { background:#cdbba3;}

.owl-controls.clickable { bottom:10px; left:20px; position:absolute;}
.owl-controls .owl-buttons{ display:none;}

.header-language-background { position:fixed; z-index:9999; width:100%; top:50%; left:50%; background-color:#fcf6ee; padding:20px 10px 15px; color:#e6e6e6; text-align:center; transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%);}
.header-language-background .btn{ margin:5px 20px 10px; min-width:260px;}
.header-language-background .locationselecttext { display: block;}
.header-language-background  .dd-container {  display: inline-block;}

.blogdetailsec .post-entry p { margin: 20px 0 !important;}
@media( min-width : 1280px){
.recipedetailheading, .staffdetailheading {background-size:100% auto;}
.productimg{ display:inline-block;}
.wlitem_list li:nth-child(3n+1){ clear:left;}
.prodetailimg .bx-viewport{ height:470px!important;}
}
@media( min-width : 1200px){
.prodetailimg .bx-viewport{ height:470px!important;}
.wsfaq .faqws_tabs{ float:right; margin-top:-37px;}
.wsfaq .faqws_tabs li:last-child a{ padding-right:0px;}
}
.is-blog .bx-prev{ top: 50% !important; background:url("https://lovingearth.net/skin/frontend/default/loving/images/white-left.png") no-repeat left top!important;}
.is-blog .bx-next{ top: 50% !important; background:url("https://lovingearth.net/skin/frontend/default/loving/images/white-right.png") no-repeat right top!important;}
@media( min-width : 992px){
.recapnew_listitem:nth-child(3n+1){ clear:left;}
.grownew_list li:nth-child(3n+1){ clear:left;}
.prolist_new .prolist_item:nth-child(3n+1){ clear:left;}
.featuredproduct-list-index .prolist_new .prolist_item:nth-child(3n+1){ clear:none;}
.featuredproduct-list-index .prolist_new .prolist_item:nth-child(4n+1){ clear:left;}
.is-blog .wp-sidebar .also_on_blog{ padding-top:79px;}
}
@media only screen and (min-width:768px ){
.is-blog .aob-content .item{ overflow: hidden !important; position: relative!important;}
.quickview-index-options .prodetailimg .bx-wrapper .bx-controls-direction a.bx-next { background-position:0 0!important}
}
@media only screen and (min-width:992px) and (max-width:1199px){
.mwrwc_inbx { width: 195px;}
.dashboard .dbhead { margin-bottom:20px; margin-top:20px;}
.storefinder-storefinder-growerpreview .luvju { background-size: 100% 100%;}
.chqtable .chqimg .product-image > img { height: auto; max-width: 100%;}
.wsfaq h1{ margin:0 0 15px;}
.wsfaq .faqws_tabs{ border-bottom:1px solid #d3d1d1; padding-bottom:15px;}
.wsfaq .faqws_tabs:after{ clear:both; display:block; content:'';}
}
@media only screen and (min-width:1024px) and (max-width:1170px){
.cms-recipe .block-blog-search { margin-right:0px ;}
.sort_recipe{ float:right !important; width:49% !important;}
#register_btn{ clear:left;}
.prolist_new .prolist_item:nth-child(3n+1){ clear:left;}
.featuredproduct-list-index .prolist_new .prolist_item:nth-child(3n+1){ clear:none;}
.featuredproduct-list-index .prolist_new .prolist_item:nth-child(4n+1){ clear:left;}
}
@media (min-width:992px) and (max-width:1279px){
 .product-view .tabs a { font-size:13px!important; padding: 13px 9px;}
 .reviewbox .slick-slide { font-size:14px;}
 .prodetailimg .carousel-inner a { line-height:inherit;}
.ocmlft ul, .ocmlft ul li{ padding:0; margin:0;}
.ocmlft .item .cmflft { height: 100%; min-height: 262px; width: 232px;}
.ocmlft .cmfinstaimg img { height: 232px; max-width: 100%; width: 100%;}
.ocmlft .item .cmfright { height: 100%; min-height: 262px; width: 418px;}
.ocmlft .twitbox { min-height: 235px;}
.wlitem_list li:nth-child(3n+1){ clear:left;}
.quickview-index-options .prodetailbox .prohead { font-size:18px;}
}
@media only screen and (min-width:992px) and (max-width:1024){
.cms-index-index .favproduct .bx-viewport li{ height:330px; width:260px!important;}
.cms-index-index .hslidertablet .bx-viewport li{ width:260px!important;}
#checkout-step-login .buttons-set.register-button { width:100%;}
#onepage-guest-register-button { width:91% !important;}
.recapnew_detail { height:192px;}
}
@media only screen and (min-width:768px) and (max-width:991px){
.cms-recipe .block-blog-search { margin-right:0px ;}
.sort_recipe{ float:right !important; width:49% !important;}
.form-search{ position:relative; width:20px; padding-right:10px;}
.searchin { position:absolute; right:0;}
.parentMenu > a span { text-transform:capitalize; font-size:14px!important;}
.aboutbox p { font-size:24px; line-height:28px;}
#register_btn{ clear:left;}
.prolist_new .prolist_item{ width:50%;}
.prolist_new .prolist_item:nth-child(2n+1){ clear:left;}
.featuredproduct-list-index .prolist_new .prolist_item{ width:50%;}
.featuredproduct-list-index .prolist_item:nth-child(2n+1){ clear:left;}
.conh_top_block p { padding: 10px 80px;}
.prodetailimg .carousel-inner a { line-height:inherit;}
.prodetailbox .carousel-inner > .item { height:auto;}
.lsbreviewbx{ margin-top:30px;}
.reviewbox { min-height: 200px;}
.prodetailbox .prohead { font:24px bikobold;}
.prodetailbox .prodesc { font:16px/18px calibre-regular; padding-bottom:10px;}
.prodetailbox .prodetailimg { min-height:290px;}
.imgbot_socialbox .profrl { float: none!important; width: 100% !important;}
.imgbot_socialbox .profrl:last-child { clear:both; float:none !important; width:100% !important;}
.linkfav a { text-align:left; width: 140px !important;}
.profrl a span { display:inline-block!important;}
.product-view .tabs { margin: -90px 0 0!important;}
.ocmlft ul, .ocmlft ul li{ padding:0; margin:0;}
.ocmlft .item .cmflft, .ocmlft .item .cmfright{ margin-bottom:10px; width:100%; min-height:inherit;}
.ocmlft .cmfinstaimg{ margin: 0 auto; width: 250px;}
#checkout-step-login .buttons-set { margin-left:0;}
#onepage-guest-register-button{ width:200px!important;}
.mtotalbox label[for="coupon_code"] { padding-top: 0;}
.cart .mctotal { padding-top: 30px; clear: both;}
.chqtable .chqimg { line-height:normal; min-height:inherit;}
.chqtable .chqimg .product-image > img { max-width: 100%;}
.wlitem_list li{ float:left; padding:0 15px; width:50%; margin-bottom:30px;}
.wlitem_list li:nth-child(2n+1){ clear:left;}
.dashboard .dbhead { margin-bottom:20px; margin-top:20px;}
.myrewardpoint .btn { min-width: 80px;}
.mwrwc_inbx { width: 190px;}
.proheading { height:300px;}
.storefinder-storefinder-growerpreview .luvju { background-size: 100% 100%;}
.prodetailimg .bx-viewport{ height:300px!important;}
.quickview-index-options .prodetailimg .bx-viewport{ height:350px !important;}
.recapnew_listitem{ width:50%!important;}
.grownew_list li{ width:50%!important;}
.recapnew_listitem:nth-child(2n+1){ clear:left!important;}
.grownew_list li:nth-child(2n+1){ clear:left!important;}
.productimg img { max-width: 100%; height: auto;}
.new_sliderbox .bx-viewport,.new_sliderbox .bx-viewport li { height:500px!important;}
.prodetailbox { padding: 40px 0 105px;}
.imgbot_socialbox .prosocial .linkfav { float: left; margin-left: 0;}
.imgbot_socialbox .prosocial .linkrev { float: left;}
.sbproimg img { max-width: 100%; height: auto;}
.sbcartlist .sbproimg { height: auto; min-height: auto; line-height:normal;}
.sbcartlist .sbproimg a { line-height:normal;}
.sbcartlist .sbcproname { min-height: 87px;}
.cms-index-index .favproduct .bx-viewport li{ height:330px; width:260px!important;}
.cms-index-index .hslidertablet .bx-viewport li{ width:260px!important;}
.favproduct { padding: 20px 0 40px;}
.chqtable .chqimg .product-image > img { height: auto; max-width: 100%;}
#checkout-step-login .buttons-set.register-button { width:100%;}
#onepage-guest-register-button { width:91% !important;}
.recapnew_detail { height:192px;}
.post-date{ text-align:left!important;}
.wsfaq h1{ margin:0 0 15px;}
.wsfaq .faqws_tabs{ border-bottom:1px solid #d3d1d1; padding-bottom:15px;}
.wsfaq .faqws_tabs:after{ clear:both; display:block; content:'';}
.flogo .flogobot{ max-width:100%; background-size:164px auto; background-position:0 -136px;}
}
@media (min-width:768px){
#news-mobile{ display:none;}
}
@media only screen and (max-width:767px){
img{ max-width:100%; height:auto;}
.cms-recipe .block-blog-search { margin-right:0px !important; margin-bottom:5px !important;}
#menu-button { border-bottom:none!important;}
.nav-container{ width:100%;}
#custommenu-mobile { background:#f1f1f1; width:100%;}
#menu-button a:link, #menu-button a:visited { margin-left:0;}
.navbar-fixed-top .nav-container { margin-top:0;}
.aboutus { padding: 20px 0; height:300px;}
.aboutus > img { height: auto; left: -50%;  width: auto;}
.aboutus .btn.btn-warning.btn-lg { font-size: 15px; padding: 10px 15px;}
.blogdetailheading1,.blogdetailheading2,.blogdetailheading3,.blogdetailheading4,.blogdetailheading5{ background-size:auto auto!important; background-position:center top!important; height:300px!important;}
.ogmainerbox { width:100%;}
.blogdetailheading1 .dhtxtbox { white-space:normal!important; width:80%;}
.dhtxtbox h2 { font-size: 24px;}
.sidebar { margin-bottom:20px;}
#register_btn, #cart_btn{ float:none; border-radius:0; letter-spacing:0; position:absolute; right:15px; top:0; z-index:1999; margin:0;}
.navbar-fixed-top .wholesale_btn, .wholesale_btn{ float:none; border-radius:0; margin:0; letter-spacing:0; position:absolute; top:0; z-index:2000;}
#side_menubox_cart .side_menu_cart { width: 100%;}
.storelocator-title h1{ margin-bottom:15px!important;}
#store-locator-container #user-location input,#store-locator-container #user-location select{ margin-bottom:10px!important;}
#post-list .post-grid-item .featured-image, #post-list .post-list-item .featured-image{ margin-bottom:15px;}
.ourstaff .ostf_txt, .conh_top_block p { padding:10px; width:100%;}
.grouped-items-table li.emptyli { display: none;}
.product-shop1.col-sm-5.pro_detail { min-height: auto; clear:both;}
.instagram-view .bx-wrapper .bx-next { right:0;}
.instagram-view .bx-wrapper .bx-prev { left:0;}
.prodetailbox .procart a{ width:auto;}
.ocmlft ul, .ocmlft ul li{ padding:0; margin:0;}
.ocmlft .item{ margin:0 auto 0; width:95%;}
.ocmlft .item .cmflft, .ocmlft .item .cmfright{ margin-bottom:10px; width:100%; min-height:inherit;}
.ocmlft .berryimgtxtbox .bitbrgt { padding:10px;}
.ocmlft .berryimgtxtbox .bitbrgt .bitbrgt_detailbot { bottom: 0px; left: 50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -webkit-transform:translateX(-50%);}
.tab_responsive{ width:100%; position:relative; overflow-x:scroll; overflow-Y:none; margin-top:-38px;}
.product-view .tabs { margin:0!important; width:1000px;}
.maccsec-content{ width:100%; position:relative; overflow-x:scroll; overflow-Y:none; margin-top:-38px;}
.maccsec-content ul { margin:0!important; width:600px;}
.prodetailbox .prodetailimg { min-height:inherit;}
.prodetailimg .carousel-inner a { line-height:normal;}
.imgbot_socialbox .profrl, .imgbot_socialbox .profrl:last-child{ clear: both !important; float: none !important; width: 100% !important;}
.profrl a span { display:inline}
.link-wishlist1{ width:140px!important; text-align:left;}
.prodetailbox .prohead { font:24px bikobold;}
.prodetailbox .prodesc { font:18px/20px calibre-regular;}
.rrbbox .recipebox{ margin-bottom:20px;}
#checkout-step-login .buttons-set { margin-left:0;}
#checkout-step-login .buttons-set.register-button { width:100%;}
#checkout-step-login .btn.btn-warning {width:100%;}
.form-list .input-box { width:100%;}
#checkout-step-login .buttons-set.register-button .btn.btn-warning { margin-top:0;}
.mtotalbox label[for="coupon_code"] { padding-top:0;}
.cart-price.pull-right{ float:left!important;}
.chqtable .chqimg { margin-bottom:20px;}
.chqtable .row .col-sm-2 { padding-right:15px;}
.mtotalbox button { width: 100%; margin-top:10px; margin-bottom:15px;}
.chqtable .citemfr { top:0;}
.chqtable .mctotal, .chqtable .tprice { padding-right:15px;}
.month.validate-cc-exp{ margin-bottom:10px;}
#checkout-review-table .sub_price{ display:block; clear:both;}
#checkout-review-table .revimg{ margin-bottom:10px;}
.notesin.col-sm-9{ padding:0;}
.pages { border-top:1px solid #ddd; clear:both; margin:35px auto 0 !important; text-align:center; width:100%; padding-top:17px;}
.pordertable .text-right{ text-align:left;}
.item-options{ margin:0;}
.item-options dt{ width:30px; display:inline-block;}
.item-options dd{ display:inline-block;}
.cmfright .berryimgtxtbox .bitblft img{ width:100%; height:auto;}
.dashboard .dbhead { margin-bottom:20px; margin-top:20px;}
#transaction_history_box div.row{ border-bottom:1px solid #d6d4d4; padding:5px 0;}
.customer-address-form #telephone{ margin-bottom:15px;}
.storefinder-storefinder-growerpreview .luvju { background-size:100% 100%;}
.proheading { height:240px;}
.nxtpost { padding-right:15px; padding-top:10px;}
.prepost{ padding-left:15px; padding-bottom:10px; border-bottom:1px solid #d6d4d4;}
.post-skips a { width:100%;}
.blogdetailsec .page-title h1 { font-size: 24px;}
.postedon { border-radius: 5px 5px 0 0; height: 30px; left: 5px; line-height: 30px; text-align: center; top:-30px; width:120px; padding:0;}
#post-list .post-grid-item .featured-image, #post-list .post-list-item .featured-image { margin-top: 20px;}
.quickview-index-options .prodetailbox .prohead { font-size:18px;}
.quickview-index-options .quidkview_pimgbox{ width:100%; float:none; margin-bottom:30px;}
.quickview-index-options .quidkview_pdetbox{ width:100%; float:none;}
.quickview-index-options .more_btn .btn{ margin-bottom:10px!important; width:100%!important; float:none!important;}
.new_sliderbox .bx-wrapper .bx-pager { left: 0; width: 100%;}
.new_sliderbox_caption { bottom:20px; left:10px; right:10px;}
.recapnew_listitem{ width:100%; text-align:center; float:none; clear:both;}
.grownew_list li{ width:100%; text-align:center; float:none; clear:both;}
#collapsenewsletter-mobile{ padding-top:10px; clear:both;}
#news-web{ display:none;}
.blogcontainer .bloglft{ width:100%; float:none; padding-bottom:20px;}
.blogcontainer .blogrgt{ width:100%; float:none;}
.post-date{ text-align:left!important;}
}
@media only screen and (min-width:480px) and (max-width:767px){
.navbar-fixed-top .wholesale_btn, .wholesale_btn{ right:170px;}
#loc-list #list li:nth-child(3n+3) { margin-right:auto;}
#loc-list #list li:nth-child(2n+2) { margin-right:0;}
.explore .bx-viewport{ height:260px!important;}
.explore .bx-viewport ul li, .bbs_stream .bx-viewport ul li, .stafffavproduct .bx-viewport ul li, .aob-content .bx-viewport ul li, .wordpress-post-view .fpbox .bx-viewport ul li, .storefinder-storefinder-growerpreview .fpbox .bx-viewport ul li, .also_on_blog .bx-viewport ul li, .favproduct .bx-viewport ul li{ width:220px!important; margin:0 10px!important;}
.explore .bx-viewport ul li .product_img img, .bbs_stream .bx-viewport ul li .product_img img, .stafffavproduct .bx-viewport ul li .product_img img, .aob-content .bx-viewport ul li .product_img img, .wordpress-post-view .fpbox .bx-viewport ul li .product_img img, .storefinder-storefinder-growerpreview .fpbox .bx-viewport ul li .product_img img, .also_on_blog .bx-viewport ul li .product_img img, .favproduct .bx-viewport ul li .product_img img{ height:auto; max-height:inherit; min-height:inherit;}
.aob-content .bx-viewport, .also_on_blog .bx-viewport { height:260px!important;}
#loc-list #list li { width:50%!important;}
#cart_btn{ padding-top:9px; padding-bottom:10px;}
#loc-list #list .list-details .loc-name { font-size:20px;}
#loc-list #list li:nth-child(3n+3) { padding-right:3% !important;}
#loc-list #list li:nth-child(2n+2) { padding-right:0 !important;}
#loc-list #list li:nth-child(3n+1) { clear:none!important;}
#loc-list #list li:nth-child(2n+1) { clear:left!important;}
.prolist_new .prolist_item{ width:50%; padding:0 10px;}
.prolist_new .prolist_item:nth-child(2n+1){ clear:left;}
.featuredproduct-list-index .prolist_new .prolist_item{ width:50%; padding:0 10px;}
.featuredproduct-list-index .prolist_new .prolist_item:nth-child(2n+1){ clear:left;}
.conbot_frlist li{ width:50%; margin-bottom:20px;}
.conbot_frlist li:nth-child(2n+1){ clear:left;}
.new_sliderbox .bx-viewport, .new_sliderbox .main-slider li{ height:428px!important;}
.wlitem_list li{ float:left; padding:0 15px; width:50%; margin-bottom:30px;}
.wlitem_list li:nth-child(2n+1){ clear:left;}
.recipebox .recipeimg img{ width:100%; height:auto;}
.also_on_blog .aobimg img { width:100%; height:auto;}
.also_on_blog .aob-content a { height:auto;}
.post-list-item h2 a { font-size:24px!important;}
.wsfaq h1{ margin:0 0 15px;}
.wsfaq .faqws_tabs{ border-bottom:1px solid #d3d1d1; padding-bottom:15px;}
.wsfaq .faqws_tabs:after{ clear:both; display:block; content:'';}
.wsfaq .faqws_tabs li a { font-size:15px; letter-spacing: 0.03em; padding: 0 10px;}
}
@media only screen and (max-width:479px){
#register_btn{ padding:0 3px;}
#cart_btn{ padding:9px 3px 10px; width:131px;}
.mycart .carticon { margin-right:2px;}
.navbar-fixed-top .wholesale_btn, .wholesale_btn{ padding:0 3px; right:146px;}
.logo { margin:15px 0; padding:0; width:100%; display:block; text-align:center;}
.logo_main { width: 100%;}
.new_sliderbox_caption h3 a { font: 20px bikobold;}
.new_sliderbox_caption p { font: 14px "calibre-medium";}
.explore .bx-viewport ul li, .bbs_stream .bx-viewport ul li, .stafffavproduct .bx-viewport ul li, .aob-content .bx-viewport ul li, .wordpress-post-view .fpbox .bx-viewport ul li, .storefinder-storefinder-growerpreview .fpbox .bx-viewport ul li, .also_on_blog .bx-viewport ul li, .favproduct .bx-viewport ul li{ width:300px!important; margin:0 10px!important;}
.explore .bx-viewport{ height:260px!important;}
.wordpress-post-view .explore .bx-viewport{ height:300px!important;}
.wordpress-index-index .bbs_stream .bx-viewport{ height:310px!important;}
.aob-content .bx-viewport { height:265px!important;}
.also_on_blog .bx-viewport{ height:260px!important;}
#loc-list #list li { width:100%!important;}
#loc-list #list .list-details .loc-name { font-size:20px;}
#loc-list #list li{ padding-right:0 !important;}
#loc-list #list li:nth-child(3n+1) { clear:none!important;}
.prolist_new .prolist_item{ width:100%;}
.featuredproduct-list-index .prolist_new .prolist_item{ width:100%;}
.productimg{ display:inline-block;}
.blog-home .pager p { float:none!important; clear:both; text-align:center;}
.blog-home .pager .pages { float: none; clear:both; text-align:center;}
.block_sort select { width: 100%;}
.conbot_frlist{ margin:0;}
.conbot_frlist li{ width:100%; margin:0; padding:10px 0; border-bottom:1px solid #d3d1d1;}
.conbot_frlist li:last-child{ border:none;}
.qikorders .qodrproname { padding: 13px 0 0 20px;}
.comunity-slider .bx-wrapper .bx-next { top: -21px;}
.comunity-slider .bx-wrapper .bx-prev { top: -21px;}
.cms-our-community .explore .midhead { font-size: 21px; letter-spacing:0px; margin:0 auto 8px;}
.ocmlft .berryimgtxtbox .bitbrgt .bitbrgt_detail { font-size: 15px; padding-top: 0;}
.ocmlft .berryimgtxtbox .bitbrgt .bitbrgt_detail a { font-size: 15px;}
.rewardrow > div{ clear:both;}
.notesbox .noteshead { font-size: 17px;}
.ec_btn { width:160px;}
#checkoutSteps .coutpage-title h1 { padding: 14px 0 4px;}
.succthx a.successlink { font-size:13px;}
.new_sliderbox .bx-viewport, .new_sliderbox .main-slider li{ height:240px!important;}
.wlitem_list li{ float:none; padding:0 15px; width:100%; margin-bottom:30px;}
.myrewardpoint .btn { min-width: 80px;}
.mwrwc_inbx { width: 190px;}
.also_on_blog .aobimg img { width:100%; height:auto;}
.also_on_blog .aob-content a { height:auto;}
.prosocial { float: left; text-align: left;}
.post-list-item h2 a { font-size:18px!important;}
.csteptop ul li a { font:11px/20px "bikobold"; height:40px;}
.csteptop ul li a span{ display:block;}
.prodetailimg .bx-viewport{ height:310px!important;}
.quickview-index-options .prodetailimg .bx-viewport{ height:auto!important;}
.post-list .blog_content h4 { display:inline-block; clear:both; margin:0 0 5px 0!important}
.wsfaq h1{ margin:0;}
.wsfaq .faqws_tabs{ border-bottom:none; padding-bottom:0px;}
.wsfaq .faqws_tabs:after{ clear:both; display:block; content:'';}
.wsfaq .faqws_tabs li { float:none; display:block;}
.wsfaq .faqws_tabs li a { border-right:none; border-bottom:1px solid #d3d1d1; padding:10px 0 8px; display:block;}
}

.lsbreviewbx .owl-controls .owl-pagination{ display:none;}
.lsbreviewbx .owl-controls.clickable { bottom:inherit; margin:0; top:-46px; left:0; right:0; position:absolute;}
.lsbreviewbx .owl-controls .owl-buttons{ display:block; top:0;}
.lsbreviewbx .owl-controls .owl-buttons div{ width:17px; height:28px; text-indent:-9999px; margin:0; padding:0; opacity:1; -moz-opacity:1; -webkit-opacity:1;}
.lsbreviewbx .owl-controls .owl-buttons .owl-prev{ float:left; background:url("https://lovingearth.net/skin/frontend/default/loving/images/sprite.png") no-repeat scroll -37px 0;}
.lsbreviewbx .owl-controls .owl-buttons .owl-next{ float:right; background:url("https://lovingearth.net/skin/frontend/default/loving/images/sprite.png") no-repeat scroll -20px 0;}
#aw-afptc-popup {
    position: fixed;
    border: 1px #999999 solid;
    text-align: center !important;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:200px;    
    min-width: 450px;
    width: auto;
    height: auto;    
} 

#aw-afptc-overlay
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}

.aw-afptc-promo-message {
    font-size:16px;
}

#aw-afptc-popup .product-name {
    font-size:16px;
}

div#aw-afptc-popup div.block-content ul.free-products-list{
    max-height:300px;
    overflow-y:auto;
    overflow-x:hidden;
}

div#aw-afptc-popup div.block-content ul.product-details li{
    float:left;
}

div#aw-afptc-popup div.block-content ul.product-details li div.product-details{
    padding:10px;
}

div#aw-afptc-popup div.block-content ul.product-details li div.product-details div.price-box{
    float:left;
    text-align:left;
}

div#aw-afptc-popup div.block-content ul.product-details li:first-child {
    width:80px;
}
div#aw-afptc-popup div.block-content ul.product-details li input{
    float:left;
}

div#aw-afptc-popup div.block-content ul.product-details div.validation-advice{
    width:60px;
    text-align:left;
}

div#aw-afptc-popup li.item:last-child {
    clear:both;
}

div#aw-afptc-popup div.block-content ul.product-details li div.product-image{
    margin-bottom:5px;
}

.news-item {
    margin:0 0 15px 0;
}

.news-item span.date {
    font-size:90%;
}

.news-item-comment form {
    margin:20px 0px 0px;
    display:block;
    clear:both;
}

.news-item-comment .prev {
    float:left;
    margin:4px 12px 5px 0;
}

.news-item .date,
.menu-categories .date,
.news-item-content .date{
    color:#999999;
    font-size:11px;
}

.clearing {
    clear:both;
    font-size:1px;
    height:1px;
    line-height:1px;
}

.news-item-content .comment-item {
    margin:10px 0 0 0;
}

.news-item-content .comment-item .username {
    font-size:12px;
    margin:0px;
    color:#1E7EC8;
    display:inline;
}

.block.news-categories {
    border: 1px solid #C4C1BC;
    margin: 0 0 15px;
}

.block.news-categories .block-title {
    background: url("https://lovingearth.net/skin/frontend/base/default/css/images/bkg_block-title.gif") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #DDDDDD;
    padding: 2px 9px;
}

.block.news-categories .menu-categories {
    margin:0px;
    padding: 5px 9px;
}

.block.news-categories .menu-categories h5, .menu-categories ul li{
    font-size:11px;
    margin:0px;
}

.block.news-categories .block-title strong {
    color: #E26703;
    display: block;
    font: bold 12px/16px Arial,Helvetica,sans-serif;
    min-height: 16px;
    padding: 1px 0;
    text-transform: uppercase;
}

.news {
    text-align:justify;
    }

.news-item-content h4 {
    color:#e26703;
    font-size:15px;
}

.news-item-content small {
    font-size:10px;
}

.news-item {
    clear:both;
    }
.news_image {
    float:left;
    margin:3px 10px 5px 0px;
    }
.news-item .description {
    text-align:justify;
    }
.news-item .comment {
    float:right;
    font-size:11px;
    padding-top:5px;
    }
.news-item-content .social {
    padding-top:10px;
    height:35px;
    }
.news-item-content .social .google_button {
    float:left;
    width:80px;
    overflow:hidden;
    }
.news-item-content .social .fb-like {
    float:left;
    }

.news-item-comment {
    clear:both;
    padding-bottom:20px;
    }
.news-item-comment p.required {
    text-align:left;
    }
.news .loadfile {
    text-align:right;
    }
.news .loadfile a {
    background: url(https://lovingearth.net/skin/frontend/base/default/css/clnews/images/i_attached.gif) 0px 0px no-repeat;
    padding:1px 0 0 20px;
    }
#postComment label {
    float:left;
    width:80px;
    }
#postComment .input-box {
    padding-bottom:9px;
    }
#postComment input[type="text"] {
    width:200px;
    }
label .required {
    color:red;
    }
#postComment .validation-advice {
    margin-left:80px;
    }
#postComment .button-set {
    padding-left:80px;
    }

#comment_block .comment-item div {
    padding-left:10px;
    }

/*-- pager --*/
.news-item-comment .pager {
    background:none;
    margin-top:20px;
    padding-top:10px;
    text-align:left;
    }
.news-item-comment .pager span {
    cursor:pointer;
    border:1px solid #dadfe0;
    float:left;
    height:19px;
    width:20px;
    text-align:center;
    margin-right:6px;
    line-height:19px;
    }
.news-item-comment .pager span.current {
    cursor:default;
    background:#c6c6c6;
    }
.news-item-comment .pager span:hover {
    background:#c6c6c6;
    }
.news-item-comment .pager #prev,
.news-item-comment .pager #next {
    border:none !important;
    background:none !important;
    padding:0px !important;
    margin:0px !important;
    width:auto !important;
    }
.news-item-comment .pager .prev,
.news-item-comment .pager .next {
    width:auto;
    padding:0 5px;
    margin-top:0px;
    }
/*-- /pager --*/
.print-btn {
    float:right;
    background: url(https://lovingearth.net/skin/frontend/base/default/css/clnews/images/i_print.gif) 0px 0px no-repeat;
    padding-left:20px;
    }
#clloader {
    position:absolute;
    margin-left:333px
    }
/*
.tags {
    background: url(https://lovingearth.net/skin/frontend/base/default/css/clnews/images/i-tags.gif) 0px 1px no-repeat;
    padding-left:20px;
    }
*/
.news-item-grid {
    clear:none !important; padding:0px !important; margin:13px 13px 0 0 !important; 
    float:left; width:210px; height:118px; position:relative; background:#f2f2f2; border:1px solid #e9eaea;
}
.news-item-grid  a {color:#000; text-decoration:none; display:block; width:100%; height:118px;}
.news_image_grid {margin:0px !important;}
.news_text_grid {margin:0px !important; padding:5px;}
.news-item-grid img {float:left;}
.underlayer_grid {position:absolute; bottom:0px; width:200px; padding:4px 3px 3px 7px; background:rgba(204,204,204,0.6); line-height:16px; min-height:33px;}
.underlayer_grid h5 {margin:0px; display:inline;}
.underlayer_grid h5,
.underlayer_grid .date {color:#000;}
.news-item-grid:hover .underlayer_grid {background:rgba(204,204,204,0.8);}

.view-mode {margin:10px 0 0 0;}
#commercelab_categories_container
{
    overflow-x: auto;
}
.treeview, .treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeview ul {
    background-color: white;
    margin-top: 4px;
}

.treeview .hitarea {
    background: url(https://lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-default.gif) -64px -25px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
    display: inline;
    float:none;
}

.treeview li {
    margin: 0;
    padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
    background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }
.treeview .category_selected { color: red; cursor: pointer; }

.treeview li { background: url(https://lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(https://lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(https://lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(https://lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-red.gif); }

.treeview-black li { background-image: url(https://lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(https://lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-black.gif); }

.treeview-gray li { background-image: url(https://lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(https://lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-gray.gif); }

.treeview-famfamfam li { background-image: url(https://lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(https://lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-famfamfam.gif); }


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(https://lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(https://lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(https://lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/file.gif) 0 0 no-repeat; }

/*.instagram-view div {
	float:left;
	margin:10px;
}
*/
.instagram-view div { margin-bottom:20px; margin-top:15px;}
.instagram-view div img{ width:100%; height:auto;}
#fp{
	background:#FFFFFF;
	display:block;
	overflow:hidden;
}

#main-slider{
	overflow:hidden;
}
.product-block{
	display:block;
	width:235px;
	height:200px;
	float:left;
	margin-top:10px;
	text-align:center;
}

.product-block h4{
	
}

#frame{
	width:auto;
}
.product-des{
	display:none;
}

.product-image{
	width:120px;
	height:120px;
	margin-right:10px;
}
.product-info{
}
.product-price{
	color:#C76200;
	font-size:13px;
	font-weight:bold;
	display:block;
	margin-top:10px;
}
#popup-des{
	display:none;
	background:none repeat scroll 0 0 #FFFFCC;
	border:1px solid gray;
	padding:5px;
	position:absolute;
	width:200px;
	z-index:110;
}
.slider-button{
	display:none;
	float:left;
	font-size:100px;
	text-decoration:none;
	color:#CCCCCC;
	font-family:"Times New Roman", Times, serif;
}
.slider-button:hover{
	color:#000000;
}


#slider .left{
	left:5px;
	margin-right:5px;
}
#slider .right{
	right:5px;
}
/********************** Tabs */
.product-view .tabs { margin:-38px 0 0 0; overflow:hidden; border-bottom:none; zoom: 1;}
.product-view .tabs li                { float:left; font-size:0.9em; line-height:1em;  background:none; padding-right:5px; }
.product-view .tabs li.first          { border-left:0; }
.product-view .tabs li.last           { border-right:0; }
.product-view .tabs a                 { display:block; font:17px 'Calibre-Semibold'; padding:13px 15px; color:#4f4948; text-decoration: none; position:relative; letter-spacing:0.05em;}
.product-view .tabs a:after			  {  border-right:1px solid #f5f1e8; content:''; display:block; height:20px; position:absolute; right:-1px; top:10px;}
.product-view .tabs a:hover           { background-color:#4f4847; text-decoration:none; color:#a7a4a3; text-decoration: none; border-radius:5px 5px 0 0;}
.product-view .tabs li.active a,
.product-view .tabs li.active a:hover { background:#ececec; color:#000; border-radius:5px 5px 0 0;}
.product-view .tabs li.active a:after,
.product-view .tabs li.active a:hover::after { border-right:none;}

#product_tabs_tags_tabbed_contents.input-box input	{ width: 300px; }
#product_tabs_tags_tabbed_contents .input-box	{ width: 300px; float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents li	{ float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents ol	{ clear: both;}
.product-collateral:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; zoom: 1}
.padder{ padding-top:50px;}
#custommenu { font-size: 12px; padding: 0px 0px 0px 0px; width: 100%; border-radius: 2px; height: auto; margin: 0 auto;}
/*IE7 fix*/
*:first-child+html #custommenu { z-index: 998;}
div.menu { float: left; padding:0px; margin:0px; height:40px;}
div.menu a:link, div.menu a:visited { display: block; height: 40px;}
div.menu a span { display: block; height: 20px; padding: 0px 15px;}
div.menu a span:hover { cursor: pointer;}
div.wp-custom-menu-popup{ position:absolute; z-index:1000; /*left:0px!important;*/ display:none; text-align:left; padding:0; border-top:0; /*width:100%!important;*/ margin-top:0; padding:0px;}
div.wp-custom-menu-popup a { text-decoration:none; display:block; cursor:pointer; _height:0; height: auto; font:15px 'Calibre-Semibold'; color:#f5f1e8; letter-spacing:0.08em; transition:all 0.2s ease-in-out!important; -moz-transition:all 0.2s ease-in-out!important; -ms-transition:all 0.2s ease-in-out!important; -webkit-transition:all 0.2s ease-in-out!important;}
div.wp-custom-menu-popup a span{ transition:all 0.2s ease-in-out!important; -moz-transition:all 0.2s ease-in-out!important; -ms-transition:all 0.2s ease-in-out!important; -webkit-transition:all 0.2s ease-in-out!important;}
div.level1 { margin-bottom: 5px;}
div.level2 { margin-bottom: 5px;}
div.level3 { margin-bottom: 5px; padding: 5px;}
div.block1 { float:left; width:100%;}
div.block2 { float:right; width:385px;}
a.level1:link, a.level1:visited { padding:8px 10px 7px 25px; border-radius:0;}
a.level2:link, a.level2:visited { padding:5px 10px 5px 0; border-radius:0;}
/* Clearfix */
div.block2:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] div.block2 { display: block;}
* html div.block2 { height: 1%;}
div.block2 p { margin-bottom:0px; line-height:120%; color:#000; font-size:11px;}
div.block2 p a { display: inline;}
div.block2 a img { opacity: .9; filter: alpha(opacity=90);}
div.block2 a:hover img { opacity: 1; filter: alpha(opacity=100); -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
div.block2 .brand a:hover img { -webkit-transition: all 0; -moz-transition: all 0; -ms-transition: all 0; transition: all 0;}
div.wp-custom-menu-popup hr { margin: 0px 0px 10px 0px;}
/******************************************* COLUMN WIDTH ***************************** */
div.column { float:left; width:100%; padding:20px 0 20px; margin:0px;}
div.column.last.even { padding-right: 0;}
/*end COLUMN WIDTH  */

div.itemSubMenu { margin-left: 0px;}
.clearBoth { clear: both; height: 0; overflow: hidden;}
div.level1 { margin-bottom: 0px;}
/*BG*/
div.wp-custom-menu-popup { background:#302d2b;}
div.menu a:link, div.menu a:visited {}
div.menu a:hover, div.mnuhov a { background:#302d2b!important; color:#fff!important; border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; text-decoration:none;}
div.menu a, div.wp-custom-menu-popup a { -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out;}
div.menu .brand a, div.wp-custom-menu-popup .brand a { -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out;}
div.menu.active a,div.menu.active a:hover { background:#302d2b!important; color:#fff; border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; text-decoration:none;}
div.level3 { background: #fff;}
/*FONTS*/
div.menu { font-weight: normal; font-size:17px; letter-spacing:0.05em; font-family: 'Calibre-Semibold'; text-transform:uppercase;}
a.level1:link, a.level1:visited { text-transform:uppercase;}
a.level2:link, a.level2:visited { font-weight: normal; font-size: 13px; line-height: 16px;}
a.level3:link, a.level3:visited { font-size: 11px; font-weight: normal; line-height: 100%; margin-bottom: 0px;}
/*COLOR*/
div.menu a:link, div.menu a:visited { color:#4f4948;}
div.menu a:hover, div.menu.active a { color: #fff;}
a.level3:link, a.level3:visited { color:#333333;}
a.level3:hover { color: #b43f74;}
a.level2:link, a.level2:visited { color:#000;}
a.level1:hover, a.level2:hover{ background:#fdbd5f; color:#302d2b;}
.block2 table.brand { float: left;}
.block2 .single_menu_product { float: left; position: relative; max-width: 150px; overflow: hidden; margin-right: 20px; margin-left: 0px;}
/*MOBILE MENU STYLES*/
#menu-button, .parentMenu { display: inline-block;}
html[xmlns] #menu-button, html[xmlns] .parentMenu { display: block;}
* html #menu-button, * html .parentMenu { height: 1%;}
#menu-button:after, .parentMenu:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
#custommenu-mobile { position: relative; margin: 0 auto; padding: 0; z-index: 999;}
#menu-button { float: none; padding: 10px 0px 10px 0px; margin: 0px 0px 0px 0px; width: 100%; border-bottom: 1px solid #fff; text-transform: uppercase;}
#menu-button a:link, #menu-button a:visited { color: #fff; display: block; float: left; margin-left:0; position: relative; padding: 0px 10px;}
#menu-button a span:after { display: block; position: relative; content: ""; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 4px solid #dadada; margin: 8px 0px 0px 5px; float: right; opacity: 0.7;}
#menu-button:hover { cursor: pointer;}
#menu-button:hover a:after { opacity: 1;}
.menu-mobile div.column { float: none; padding: 5px; background: #fff;}
.menu-mobile a.itemMenuName { display: block; text-align: left;}
.menu-mobile div.menu-button, .menu-mobile div.menu-mobile { float: none; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; width: 100%; border-bottom: 1px solid #fff;}
.menu-mobile div.column {
	float: none;
	width: 100%;
	padding: 0px 0;
	margin: 0px 0px 0px 0px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
	margin-top: 0px;
	margin-bottom: 0;
	padding: 10px 10px;
	border-radius: 2px;
	color: #000;
}
.menu-mobile a.level2:link, .menu-mobile a.level2:visited { padding: 10px 10px; border-radius: 2px;}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited { color: #555;}
.menu-mobile a.level1:hover { background-color: #f1f1f1;}
.menu-mobile .parent { background-color: #fff;}
/*buttons level 01*/
.menu-mobile .parentMenu { padding: 0px 0px; display: block; text-align: left; border-bottom: 1px solid #dadada;}
.menu-mobile .parentMenu a:link, .menu-mobile .parentMenu a:visited { padding: 10px 0px 10px 10px; margin-right:0; color: #000; display: block;}
.menu-mobile .parentMenu:hover { cursor: pointer;}
.parentMenu { position: relative;}
.parentMenu a { display: block; padding-top:10px;}
.parentMenu > a span { border-right: 1px solid #e5e4e2; font-size:17px; letter-spacing:0.05em; font-family: 'calibre-semibold';}
div.menu:nth-child(7) .parentMenu > a span { border-right:none;}
.parentMenu > a:hover span, div.menu.active a span{ border-right:1px solid transparent;}
#menu-button { cursor: pointer;}
.menu-mobile div.level2 { margin-bottom: 0;}

#custommenu-mobile .button { cursor: pointer; position: absolute; right: 1%; top: 0px; display: block; width: 80px; height:40px; background-color: transparent; background-repeat: no-repeat; background-position: 90% 50%;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpi/P//PwM66O3tBVF1UNwEwsXFxRjqmBhwg3wgZobSWAE+zcxoNEmaCQKKNDP29PTgkvsAxPxA/BGIBXDZ3A7Ef4D4Pxrmh6rhxyL3E4gbQZqL8AUKDsAG0gfS3AfEf0nU/AuIJ4I0VwIxC8j/aPgjVOFHLHLsQFzDiCeFoQQYqSmMtvGMT/NfNJokzQug9HRcCgACDAC34CnSSWx3zwAAAABJRU5ErkJggg==);
}
#custommenu-mobile .button.open {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5JREFUeNpi/P//PwO5gImBAjBENbP09vZSZHM7EP8B4v8k4J9A3AjSXATEzCRaygbSB9LcB8R/SdT8C4gnsgCJSigmGTCOpjDSAECAAQBI6RqpQRaDFgAAAABJRU5ErkJggg==);
}
#custommenu-mobile .level1 .button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIxJREFUeNpi/P//PwO5gAWbYG9vL4ZYcXExhhgTAwUAn+YJQAzyUxcuBYwwP2Nx6k8gZgPid0AsjM0L+Gxmg9LMxDob5lTkKOBHEuvCpzmZQBgl4NNcD8SvcWgEiTfhi+c+KGZAcvpHIBbAG9pYEglKaJOaSCqB+BrUK8QnTyxeYCDa2dRIngQBQIABAGG6KfxEmzSnAAAAAElFTkSuQmCC);
}
#custommenu-mobile .level1 .button.open {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwO5gImBAjBwmllgjN7eXqI1FRcXU9/ZE4D4Px7chU9zMgHLEvBprgfi1zg0gsSbsAYYFPRBMVGAcQSmMIo0AwQYAIYUFeQ3G04OAAAAAElFTkSuQmCC);
}
/*BG*/
#custommenu-mobile .parentMenu:hover a:link, #custommenu-mobile .parentMenu:hover a:visited, #custommenu-mobile .parentMenu:hover { background-color: #fff;}
#custommenu-mobile .level0 { background-color: #f1f1f1;}
#custommenu-mobile .level1 { background-color: #e4e4e4;}
#custommenu-mobile .level2 { background-color: #f1f1f1;}

div.menu a span { padding:0px 10px !important;}

#quick-blackout{ position:fixed; left:0; top:0; width:100%; height:100%; z-index:9998; background:rgba(0, 0, 0, 0.5); display:none;}
#quick-window{ position:fixed; z-index:9999; background-color:#fff; padding:30px; width:90%; max-width:950px; border:none; display:none; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
#quick-window .product-img-box{width:230px; float:left}
#quickview-close{ background:url(https://lovingearth.net/skin/frontend/default/loving/images/close.gif) no-repeat center center; width:23px; height:23px; text-indent:-9999px; position:absolute; right:25px; top:30px; outline:none; z-index:9999;}
#quickview-header{ height:30px; width:100%;}
#ajax-preloader{ opacity:0.8; filter:alpha(opacity="80"); text-align:center; z-index:500; background: url(https://lovingearth.net/skin/frontend/default/loving/images/ajax_loader.gif) center top no-repeat;}
#ajax-preloader .loading{border:2px solid #777; color:#000; background:#eee; text-align:center; width:120px; padding:15px; font-weight:bold;}
#quick-window .product-shop{float:right; text-align:left; width:385px;}
#quick-window .product-essential{padding:25px 10px 25px 10px;}
.catalog-listing .product-image{position:relative;}
.catalog-listing .product-image .ajax{position:absolute; display:none; z-index:20;}

.quick-view-holder{position:relative; margin-top:-17px; opacity:0;}
.probox:hover .quick-view-holder{ opacity:1;}
ul.products-grid li:hover .quick-view-holder, ol.products-list li:hover .quick-view-holder{display:block}
a.ajax{ background:#302d2b; border: medium none; color: #fff; font: 17px calibre-semibold; padding: 6px 10px 4px; text-align: center; text-transform: uppercase;}
a.ajax:hover, a.ajax:focus{text-decoration:none;}

.quidkview_pimgbox.project_pp { float: left; width:48%;}
#quick-window .prodetailbox_new .product-shop1 { float:right; width:48%;}
#quick-window .prodetailbox .prohead { padding: 0 20px 2px 0;}
#quick-window .prodetailbox { padding-bottom:20px;}

@media( min-width : 1280px){
#quick-window .prodetailimg .bx-viewport{ height:auto!important;}
}
@media(min-width : 1199px){
#quick-window .prodetailimg .bx-viewport{ height:auto!important;}
}
@media (min-width:768px) and (max-width:991px){
#quick-window .prodetailimg .bx-viewport { height:auto !important;}
}
@media only screen and (max-width:767px){
#quick-window .prodetailimg .bx-viewport { height:auto !important;}
#quick-window .quidkview_pimgbox.project_pp { float:none; width:100%; clear:both; margin-bottom:30px;}
#quick-window .prodetailbox_new .product-shop1 { float:none; width:100%; clear:both;}
#quick-window #quickview-close{ right:10px; top:15px;}
#quick-window .prodetailbox { padding-bottom:0;}
#quick-window .example-image-link { display: block; text-align: center; width: 100%;}
}
@media only screen and (min-width:480px) and (max-width:767px){
}
@media only screen and (max-width:479px){
}
