/* Global */
::selection      { background:#7eb034; color:#eef0ce; /* Safari and Opera */ }
::-moz-selection  { background:#7eb034; color:#eef0ce; /* Firefox */ }

/*.ccm-menu.ccm-ui {*/
	/*position: relative;*/
	/*z-index: 3000;*/
/*}*/

.ccm-required {
	color: #7eb034;
    font-size: 14px;
    padding-left: 5px;
}

.ccm-core-commerce-add-to-cart-product-quantity {
	font-weight: normal;
}


body {
    margin: 0;
	height:100%;
}

body, p, a, span, div, ul, label, input, select, textarea {
	color: #5c5c5b;
	font-family: 'Muli', helvetica neue, helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
}

body, p, div, a, span, input, select, textarea, label, h1, h2, h3, h4, h5, h6 {
	-webkit-font-smoothing: antialiased;
}

input {
    color: #5c5c5b;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

p {
    padding-top: 10px;
    margin: 0;
}

a {
    text-decoration:none;
    font-family: 'Muli', helvetica, arial, sans-serif;
    line-height: 20px;
	color:#7eb034;

    transition: color linear .1s;
    -webkit-transition: color linear .1s;
    -moz-transition: color  linear .1s;
}
a:hover {
	color:#5c5c5b;
}

strong {
	font-family: 'muli_boldbold';
}

label {
    font-family: 'Muli', helvetica, arial, sans-serif;
    font-size: 15px;
}

h2 {
    font-size: 21px;
    line-height:25px;
    letter-spacing:1px;
    font-family: 'muli_boldbold';
}

ul {
    list-style:none;
    padding-left:0;
}

input, textarea {
    padding:8px 10px;
    margin: 0;
}


/*#submit */
.ccm-input-submit, .ccm-core-commerce-checkout-button-previous, .ccm-core-commerce-cart-buttons-checkout{
    background-color: #7eb034;
    border: 0 !important;
    padding: 7px 25px;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: linear .2s;
    -webkit-transition: linear .2s;
    -moz-transition: linear .2s;
}

.ccm-input-text, div.ccm-field-meta input, div.ccm-field-meta textarea, .ccm-input-date, .ccm-input-password,
.ccm-input-textarea {
    padding: 6px;
}

/*#submit:hover, */
.ccm-input-submit:hover, .ccm-core-commerce-checkout-button-previous:hover {
    background-color:#717170;
    border:1px solid black;
}

.full-page-container-wrapper {
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #E0DFDF;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.21);
	position: relative;
	z-index: 1;
}


.full-page-container {
    overflow: hidden;
    width: 945px;
    margin: auto;
    padding-top: 26px;
}

.page-container {
    float:left;
    margin: auto;
}

/* Header */
.header-container {
    border-bottom: 1px solid #e0dfdf;
    transition: box-shadow linear .2s;
	position: relative;
	z-index: 2;
}

.header-container:hover {
    -moz-box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.14);
}

.header-top {
    overflow: hidden;
    padding: 13px 0 12px;
    background-image: url("http://www.designerica.com/packages/theme_designerica/themes/designerica/images/pattern_76x100.gif");
	font-weight: bold;

}

.header-top a, .header-top span,  .header-top li {
	color: #7C7C7C;
}

.header-top a:hover {
	color: #7eb034;
}

.header-inner {
    width: 923px;
    margin: auto;
}

form.ccm-search-block-form {
    float: right;
    margin-right: -5px;
}

form.ccm-search-block-form .ccm-search-block-text {
    width: 210px;
    border: 1px solid #e0dfdf;
    padding-right: 40px;
    -moz-box-shadow: 2px 2px 9px 0 #DADADA;
    -webkit-box-shadow: 2px 2px 9px 0 #DADADA;
    box-shadow: 2px 2px 9px 0 #DADADA;
    transition: linear .2s;
}

form.ccm-search-block-form .ccm-search-block-text:focus {
    border: 1px solid #7eb034;
}

form.ccm-search-block-form input.ccm-search-block-submit {
    background-color: transparent;
    padding: 0;
    margin: 0;
    margin-left: -45px;
    border: 0;
    text-indent: -99999px;
    background-image: url("http://www.designerica.com/packages/theme_designerica/themes/designerica/images/search_button_19x42.gif");
    background-repeat: no-repeat;
    background-position: center top;
    height: 21px;
    width: 40px;
}

form.ccm-search-block-form:hover input.ccm-search-block-submit,
form.ccm-search-block-form:focus input.ccm-search-block-submit {
    background-position: center bottom;
}

form.ccm-search-block-form input.ccm-search-block-submit:active {
    background-position: center top;

}

form.ccm-search-block-form h3 {
    display: none;
}

#searchResults {
    background-color: #fff;
    padding: 1px 30px;
    border: 1px solid #e0dfdf;
}

.logo-container {
    float: left;
    padding: 10px 0 6px;
}

.nav-container {
    float: right;
}


.header-bottom-edit {
    width: inherit;
    float: left;
}


/* Nav */
ul.nav {
    position: relative;
    margin: 0;
    margin-right: -17px;
}

ul.nav li {
    float:left;
}

ul.nav a, ul.nav a:visited {
	letter-spacing: 1px;
	display: block;
	text-decoration: none;
    text-transform: uppercase;
	color: #5C5C5B;
	line-height: 16px;
}


ul.nav li a {
    text-decoration:none;
    color:#717170;
    padding: 30px 15px 27px;
}

ul.nav li a:hover {
	color: #7eb034;
}

ul.nav .nav-path-selected a {
	color: #7eb034;
}

ul.nav li.nav-path-selected ul a  {
    color:#717170;
}

ul.nav li.nav-path-selected ul a:hover {
    color: #7eb034;
}

ul.nav li.nav-path-selected ul .nav-selected .nav-path-selected {
    color: #7eb034;
}

.nav ul {
    display: none;
}

.nav li:hover ul {
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #e0dfdf;
    border-top: 0;
    display: block;
    position: absolute;
    /*margin-left: -7px;*/
    -moz-box-shadow: 0 1px 7px -3px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.14);
}

.nav ul li {
    float: none;
}

.nav ul li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    /*padding-left: 16px;*/
    /*border-left: 4px solid #fff;*/
    transition: background-color linear .2s;
    -moz-transition: background-color linear .2s;
    -webkit-transition: background-color linear .2s;
}

/*.nav a:hover,*/
.nav ul li a:hover {
    background-color: #f3f3f3;
}

.nav ul li a:hover {
    /*border-left: 4px solid #7eb034;*/
}

.nav li:last-child ul {
	right: 0;
	left: auto;
    text-align: right;
}


/* Breadcrumbs */
.swp-breadcrumbs {
    padding-left: 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: normal;
    font-style: italic;
}

.swp-breadcrumbs span.delim {
	color:#5c5c5b;
}

.swp-breadcrumbs a {
	font-size: 14px;
	color:#5c5c5b;
    font-style: italic;
}

.swp-breadcrumbs-level {
	font-size: 14px;
	color:#7EB034;
}


.swp-breadcrumbs a:hover {
    color:#7EB034;
    text-decoration: none;
}


/* Sidebar Page Lists */
#fancybox-content {
    background: #ffffff;
    border:7px solid #ffffff;
}

#fancybox-content input.ccm-input-text,
.login_block_form .ccm-input-password {
    border: 1px solid #e0dfdf;
    transition: linear .2s;
    -webkit-transition: linear .2s;
    -moz-transition: linear .2s;
}

#fancybox-content input.ccm-input-text:focus,
.login_block_form .ccm-input-password:focus {
    border: 1px solid #7eb034;
}

.left-sidebar-container {
    float: left;
    width:165px;
}

.left-sidebar {
    float:left;
}

.ccm-page-list {
    margin-bottom:20px;
}

.ccm-page-list a {
    color:#5c5c5b;
    display: block;
    padding: 3px 0;
}

.ccm-page-list a:hover {
    color:#7eb034;
}

a.category-page-nav, a.category-page-housewares, a.category-page-collections {
    text-transform: uppercase;
    letter-spacing: 1px;
	font-family: 'muli_boldbold';
}


.ccm-page-list-title {
    font-size: 14px;
    font-weight:normal;
    margin-top:5px;
    margin-bottom:0;
}


/* Content */
.main-content {
    /*float:left;*/
    width: 780px;
	margin: auto; /*?*/
	margin-bottom: 58px;
	background-color: #fff;

}

.no-left-padding {
    width: 100%;
}

.no-left-padding .swp-breadcrumbs,
.no-left-padding #asmillerGalleryBlock {
    padding-left: 0;
    width: 483px;
}

.no-left-padding .ccm-core-commerce-product-list-container {
    margin-left: -30px;
}

.no-left-padding .ccm-core-commerce-product-list-results {
    width: 975px;
}

.content-container {
	background-color: #fff;
	position: relative;
	z-index: 2;
	margin: auto;
}

.content-container .ccm-page-list a {
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

.main-content-container {
    width: 600px;
    padding: 0 30px 30px 30px;
    margin: auto;
}

.main-content-container h2 {
    padding-top: 20px;
	font-family: 'Muli';
	font-weight: 300;
}

.main-content-container address {
    font-size: 22px;
	line-height: 33px;
	font-weight: 300;
}

.main-content-container .ccm-page-list a {
    color: #7eb034;
    font-size: 14px;
}

.main-content-container .ccm-page-list a:hover {
    color:#5c5c5b;
}

h1.content-header {
    display: block;
    line-height: 25px;
    width: 100%;
}

h1.content-header span {
    text-transform: uppercase;
}

h1.shop {
    padding-top:0;
}

.main-content h1 {
    font-weight: 300;
}

/* Slideshow */
.ccm-SlideshowBlock-display {
    background-color: #ffffff;
    width: 725px;
    padding-bottom: 95px;
    margin-left: 43px;
    margin-bottom: 5px;
    -moz-box-shadow: 0 1px 15px 0px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 1px 15px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0 1px 15px 0px rgba(0, 0, 0, 0.21);
}


p.mission-text {
    position: relative;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 27px;
    text-align: center;
    width: 523px;
    bottom: 89px;
    left: 149px;
    height: 0;
}


/* eCommerce */
ul.login-nav {
    margin:0;
}

ul.login-nav li {
    float: left;
    padding-right: 20px;
    padding-top: 7px;
    font-weight: bold;
    text-transform: capitalize;
    text-shadow: 0px 0px 15px white;
}

.cc-cart-links {
    float: left;
    padding-top: 7px;
    font-weight: bold;
    text-shadow: 0px 0px 15px white;
}

/* Product Page */
.fb-like {
	padding-top: 10px;
	width: 100%;
}

/* Product Page Gallery */
#asmillerGalleryBlock {
    float: left;
    width: 345px;
    padding-top:6px;
    padding-left: 30px;
    margin-top:0;
}

#asmillerGallery {
    padding-top:10px;
}

/*#asmillerGalleryBlock ul {*/
    /*width: 483px;*/
/*}*/

.asmillerGalleria_container {
    height: inherit !important;
}

.asmillerGalleria_caption  {
    display: none !important;
}


.ccm-core-commerce-add-to-cart-container form {
    overflow: hidden;
    float: left;
    padding-left: 30px;
    padding-bottom: 10px;
    width: 432px;
    font-size: 12px;
}

.hproduct .price {
    clear: none;

}

.ccm-core-commerce-add-to-cart-container .photo {
    display: none;
}

.ccm-core-commerce-product-list-results .ccm-core-commerce-add-to-cart-container .hproduct {
    background-color: #fff;
    width: 165px;
}

.ccm-core-commerce-product-list-results .ccm-core-commerce-add-to-cart-container .photo {
    display: block;
    width: 165px;
    height: 118px;
    overflow: hidden;
}

.ccm-core-commerce-product-list-results .ccm-core-commerce-add-to-cart-container .ccm-core-commerce-add-to-cart-product-name {
	font-family: muli;
    padding-top: 3px;
	padding-bottom: 0;
	line-height: 21px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
}


/*.ccm-core-commerce-add-to-cart-container .photo {*/
    /*display: none;*/
/*}*/

.ccm-core-commerce-add-to-cart-product-info-container .description {
    clear: left;
    font-size: 12px;
    line-height: 18px;
	padding-bottom: 10px;
}

.ccm-core-commerce-add-to-cart-image {
    height: 118px;
}

a.ccm-productListImage  {
    line-height: 21px;
    font-size: 14px;
}

.product-details-container {
    font-style: italic;
    width: 205px;
}

.product-details-container div {
    font-family:sofia, times new roman, serif;
    font-size: 28px;
    line-height: 0;
    color:#7eb034;
    padding-bottom: 12px;
}

.ccm-core-commerce-add-to-cart-product-attributes input, .ccm-core-commerce-add-to-cart-product-attributes select {
    margin-left:7px;
}

.ccm-core-commerce-add-to-cart-product-attributes input {
    border: 1px solid #e0dfdf;
}

.hproduct {
}

.ccm-core-commerce-add-to-cart-container .hproduct a, .ccm-core-commerce-add-to-cart-container p {
    color:#5c5c5b;
    letter-spacing: 0;
}

.description p {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

.description span {
    display: block;
}

.description div {
    font-size: 14px;
    line-height: 21px;
    margin:12px 0;
}

.hproduct .description a {
    font-size: 14px;
    line-height: 21px;
    color:#7eb034;
}

.hproduct .description a:hover {
    color:#5c5c5b;
}

.product-page-product-list .ccm-core-commerce-add-to-cart-product-attributes {
    height:0;
}

.hproduct a:hover {
    color: #7eb034;
}

.hproduct .price {
	font-family: muli_boldbold;
	font-weight: bold !important;
}

.ccm-core-commerce-product-list-container .price {
	font-family: muli_boldbold;
    clear: left;
	font-size: 14px;
    line-height: 21px;
}

.ccm-core-commerce-add-to-cart-product-attributes {
    /*font-style: italic;*/
    padding-top: 5px;
}

/*.ccm-core-commerce-add-to-cart-product-option-attributes-label {*/
/*font-size: 18px;*/
/*line-height: 34px;*/
/*}*/

.ccm-core-commerce-add-to-cart-product-quantity {
    font-style:normal;
    margin-top:10px;
    font-size: 18px;
    line-height: 34px;
}

.product-page-checkout-container select {
    margin-top:3px;
}

.ccm-core-commerce-add-to-cart-product-option-attributes-label, .ccm-core-commerce-add-to-cart-product-attributes label,
.ccm-core-commerce-add-to-cart-product-quantity div{
    float:left;
}

.ccm-core-commerce-add-to-cart-product-button-box {
    float:left;
    margin:0 0 0 0px;
}

.ccm-core-commerce-add-to-cart-product-button-box input.ccm-input-submit {

}

.ccm-core-commerce-add-to-cart-product-option-attributes-value input {
    width:50px;
}

p.product-content-header {
    clear: left;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 30px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.ccm-core-commerce-checkout-form {
	padding-bottom: 30px;
}


/* Product List */
.product-list-search-field label {
    display:none;
}

#product-list-core-commerce-product-search-advanced-fields {
    float:left;
    width:50%;
    border: none;
    background: none;
    padding: 0;
}

/*.product-list-search-advanced-fields .product-list-search-field {*/
    /*padding-top: 5px;*/
    /*margin-bottom: 0px;*/
    /*float: left;*/
/*}*/

.product-list-search-field #keywords {
    width:150px;
    border: 1px solid;
}

div.ccm-paging-top {
    display: none;
    /*padding: 10px 0 0 30px;*/
    /*float: left;*/
}

.product-list-sort-header {
    float: right;
    margin-top: -37px;
    margin-bottom: 10px;
}

.ccm-core-commerce-product-list-container .hproduct {
}

.ccm-core-commerce-product-list-results {
    overflow: hidden;
    width:788px;
    padding-top:11px;
}

.ccm-core-commerce-product-list-results form {
    width: inherit;
    height: 200px;
}

.ccm-core-commerce-product-list-container {
    padding-bottom:10px;
}


/* eCommerce Checkout Pages */


.ccm-dialog-window-transparent-v2 .ccm-dialog-content {
    background: #e0e0c7;
}

input.ccm-core-commerce-cart-buttons-checkout {
    color:#eef0ce;
}

input.ccm-core-commerce-cart-buttons-checkout:hover {
    border:1px solid black;
}

.ccm-dialog-title-bar a.ccm-dialog-close {
line-height:14px;
}

table.ccm-core-commerce-cart td {
    border-bottom: 1px dashed #AAA;
    width:100%;
}

p.cart-message a {
    font-size:12px;
    color: #7eb034;
}

p.cart-message a:hover {
    color: #5c5c5b;
}

.ccm-core-commerce-checkout-form h1 {
    padding-bottom:10px;
}

#ccm-core-commerce-checkout-cart {
    width:730px;
}

.ccm-core-commerce-cart-buttons {
    margin-bottom: 60px;
}


/* Contact Form */
.formBlockSurveyTable input, .formBlockSurveyTable textarea {
    border:1px solid #D8D7D7;
    transition: border linear .2s;
}

.formBlockSurveyTable input:focus, .formBlockSurveyTable textarea:focus {
    border:1px solid #7eb034;
}

.formBlockSurveyTable input {
    width:366px;
}

input.formBlockSubmitButton {
    display: block;
    background-color: #7eb034;
    width: 250px;
    border: 0 !important;
    padding: 8px 30px;
    margin: auto;
    margin-top: 10px;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: linear .2s;
    -webkit-transition: linear .2s;
    -moz-transition: linear .2s;
}

input.formBlockSubmitButton:hover {
    background-color:#717170;
}

input.ccm-core-commerce-cart-buttons-checkout:hover {
    background-color:#5c5c5b;
}

.formBlockSurveyTable span.required {
    color: #7eb034;
}

.formBlockSurveyTable label.control-label {
    padding-left: 87px;
}

img.ccm-captcha-image {
    -webkit-filter: grayscale(100%);
}


/*Footer*/
.addthis_toolbox {
	float: right;
	min-width: 244px;
	/*margin-top: -8px;*/
}

.footer {
	width: 100%;

}

.footer a {
	color: #5c5c5b;
}

.footer a:hover {
	color: #7EB034;
}

.footer-inner {
    width: 923px;
    margin: auto;
	padding: 30px 0;
}

h2.footer-header {
    padding-bottom:25px;

}

.footer h3 {
	margin-top: 0;
}

.footer h3 a {
	font-family: muli_boldbold;
}

.footer p {
	padding: 0 0 19px;
}

.footer, .footer p, .footer a {
	font-family: muli_boldbold;
	font-size: 16px;
}

.footer i, .footer i span, .footer i a {
	font-size: 14px;
}

.footer-bg {
	position: fixed;
	width: 100%;
	height: 50%;
	bottom: 0;
	background-image: url("http://www.designerica.com/packages/theme_designerica/themes/designerica/images/pattern_76x100.gif");
	background-position: bottom left;
	z-index: -1;
}

/* Mailing List Block */
#monkey_mail_signup h1 {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 1px;
    font-weight: normal;
    padding-bottom:15px;
}

#monkey_mail_signup input {
    border:1px solid #5c5c5b;
    width:170px;
}

#monkey_mail_signup #submit {
    background-color:#7eb034;
    color:#f5f2e1;
    font-family:helvetica, arial, sans-serif;
    border:1px solid #5c5c5b;
    width: 120px;
    font-size: 11px;
    line-height: 15px;
}

#monkey_mail_signup #submit:hover {
    background-color:#5c5c5b;
    border:1px solid black;
}

img.qr-code {
    width:100px;
    padding-top:30px;
}

span.sign-in {
    display:none;
}


/* Login Screen */
.product-page-product-list .ccm-core-commerce-add-to-cart-container {
    width:inherit;
}

.product-page-product-list .ccm-core-commerce-product-list-container .hproduct {
    width: 165px;
}

.ccm-core-commerce-add-to-cart-product-name {
	font-family: 'muli_boldbold';
	font-size: 21px;
    line-height: 25px;
	color: #7EB034;
    text-transform: uppercase;
    /*width: 320px;*/
    float: left;
    margin: 0;
	padding-bottom: 10px;
}


td.ccm-core-commerce-add-to-cart-thumbnail-top {padding-bottom: 0px;}

.product-price {
	font-family: muli_boldbold;
    float: right;
	color: #7EB034;
	font-size: 21px;
    line-height: 25px;
    font-weight: 500 !important;
    margin: 0;
}

.ccm-core-commerce-add-to-cart-product-attributes-label {
    text-transform: uppercase;
	color: #5c5c5b;
	font-family: 'muli_boldbold';
}