@import url(http://www.sweetarleens.com/wp-content/themes/mystile/css/grid.css);
/*
The styles in this stylesheet only apply to resolutions 768px and up

CALCULATING DIMENSIONS:
----------------------
The layout is fluid. The sote wrapper (.col-full) has a fixed pixel max-width.
All subsequent dimensions are calculated based on that fixed pixel width, using the formula: target / context = result
Credit - http://www.alistapart.com/articles/fluidgrids/

-----
INDEX
-----

1. Global dropdown styles
2. Top Navigation
3. Main navigation dropdown menus
 -3.1 General dropdown menus
4. General layout
5. WOOCOMMERCE
-5.1 Messages
-5.2 Products
  -5.2.1 Single Product
-5.3 Cart
-5.4 Checkout
-5.5 Widgets
-5.6 Account
-5.7 Shortcodes
6. Footer widgets
7. IE Fixes

*/
/*----------------------*/
/*----------------------*/
@media only screen and (min-width: 768px) {
  html.boxed {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGAwBuKzQAwGjDAGNgGwSgwVAFCGAgUGpiTrAAAAAElFTkSuQmCC) #e6e6e6;
  }
  html.boxed body {
    margin: 2.618em;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1);
  }
  body {
    padding: 0 3.631em;
  }
  table {
    font-size: 1em !important;
  }
  /* 1. GLOBAL DROPDOWN STYLES (these are purely for the dropdown layout and you should only edit the width of the dropdowns) */
  ul.nav {
    position: relative;
    margin-bottom: 0;
    /* LEVEL 2 */
    /* LEVEL 3 */
  }
  ul.nav li {
    position: relative;
    float: left;
    zoom: 1;
    list-style: none;
  }
  ul.nav li a {
    display: block;
    padding: .53em 1em;
  }
  ul.nav ul {
    width: 15.379em;
    visibility: hidden;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    margin: 0;
  }
  ul.nav ul li {
    float: none;
  }
  ul.nav ul li a {
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  ul.nav ul ul {
    left: 100%;
    top: 0;
  }
  ul.nav li:hover > ul {
    visibility: visible;
    display: block;
  }
  /* 2. TOP NAVIGATION (Add top navigation presentational styles here) */
  #top {
    background: #f7f7f7;
    margin: 0 -3.631em;
    padding: 0 3.631em;
  }
  #top #top-nav {
    display: block;
  }
  #top ul.nav {
    font-size: .857em;
    /* LEVEL 2 */
    /* LEVEL 3 */
  }
  #top ul.nav > li a {
    padding: 1.387em 1em;
    color: #9f9693;
  }
  #top ul.nav > li a:hover {
    background: #f7f7f7;
    text-decoration: none;
    color: #6c6360;
  }
  #top ul.nav > li:hover {
    background: #f7f7f7;
  }
  #top ul.nav ul {
    background: #f7f7f7;
  }
  #top ul.nav ul li a {
    padding: .53em 1em;
  }
  #top .wc-nav {
    width: auto;
    float: right;
  }
  #top .wc-nav li.checkout {
    display: inline-block;
  }
  #top .wc-nav li.checkout a:before {
    font-family: 'WebSymbolsRegular';
    display: inline-block;
    font-size: .857em;
    margin-right: .618em;
    content: ")";
    font-weight: normal;
  }
  #top .wc-nav li.search {
    width: auto;
  }
  #top .wc-nav li.search form {
    margin-bottom: 0;
    padding-top: 1.1em;
  }
  #top .wc-nav li.search label {
    display: none;
  }
  #top .wc-nav li.search .button {
    position: absolute;
    top: 0;
    left: -999em;
  }
  #top .wc-nav li.search:hover {
    background: none;
  }
  #top .wc-nav li.cart {
    width: auto;
    text-align: right;
  }
  #top .wc-nav li.cart a {
    padding-top: 1.387em;
    padding-left: 1em;
  }
  #top .wc-nav li.cart a .contents {
    padding: .2em .618em;
    background: #fff;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-left: 1em;
    display: inline;
  }
  /* 3. MAIN NAVIGATION DROPDOWN MENUS (Add main navigation presentational styles here) */
  #header #navigation {
    display: block !important;
    margin-top: .382em;
  }
  #header #navigation ul.nav {
    float: right;
    /* LEVEL 2 */
    /* LEVEL 3 */
  }
  #header #navigation ul.nav > li a {
    border: 1px solid #fcfcfc;
    background: #fcfcfc;
    font-weight: bold;
    position: relative;
    -webkit-border-radius: 0.236em;
    border-radius: 0.236em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #header #navigation ul.nav > li a:hover {
    border-color: #e8e4e3;
    background: #fff;
  }
  #header #navigation ul.nav > li:hover a {
    border-color: #e8e4e3;
    background: #fff;
  }
  #header #navigation ul.nav > li.current-menu-item > a,
  #header #navigation ul.nav > li.current_page_item > a {
    color: #ff4800;
  }
  #header #navigation ul.nav > li.parent a {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #header #navigation ul.nav > li.parent a:after {
    font-family: 'WebSymbolsRegular';
    display: inline-block;
    font-size: .857em;
    margin-left: .618em;
    content: ";";
    color: #e3dad7;
    font-weight: normal;
  }
  #header #navigation ul.nav > li.parent a:hover:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
  }
  #header #navigation ul.nav > li.parent:hover a:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
  }
  #header #navigation ul.nav > li.parent:hover a:after {
    color: #ff4800;
  }
  #header #navigation ul.nav > li.parent ul li a:after {
    visibility: hidden;
  }
  #header #navigation ul.nav > li.parent ul li.parent a:after {
    visibility: visible;
    content: "]";
    float: right;
  }
  #header #navigation ul.nav > li.parent ul li.parent ul li a:after {
    visibility: hidden;
  }
  #header #navigation ul.nav > li.parent ul li.parent ul li.parent a:after {
    visibility: visible;
    content: "]";
  }
  #header #navigation ul.nav > li.parent ul li.parent ul li.parent ul li a:after {
    visibility: hidden;
  }
  #header #navigation ul.nav ul {
    border: 1px solid #e8e4e3;
    margin-top: -1px;
    padding: .372em 0;
    box-shadow: 0 0.202em 0 0 rgba(232, 228, 227, 0.4);
    -webkit-box-shadow: 0 0.202em 0 0 rgba(232, 228, 227, 0.4);
    background: #fff;
  }
  #header #navigation ul.nav ul li a {
    border: 0;
    background: #fff;
  }
  #header #navigation ul.nav ul ul {
    left: 100%;
    top: -.372em;
  }
  h3.nav-toggle {
    display: none;
  }
  /* 4. GENERAL LAYOUT */
  #breadcrumbs {
    display: block;
  }
  .homepage-banner {
    position: relative;
    max-width: 95.949em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.631em;
    display: block;
  }
  .homepage-banner img {
    margin-bottom: 0;
    width: 100%;
    position: relative;
  }
  .homepage-banner h1,
  .homepage-banner .description {
    z-index: 55;
  }
  .homepage-banner h1 {
    position: absolute;
    top: 30%;
    left: 20%;
    right: 20%;
    color: #fff;
    text-align: left;
    font-size: 3.631em;
  }
  .homepage-banner h1 span {
    -webkit-border-radius: 0.236em;
    border-radius: 0.236em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  }
  .homepage-banner .description {
    position: absolute;
    top: 50%;
    left: 25%;
    right: 20%;
    color: #fff;
    font-size: 1.618em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    font-weight: bold;
    -webkit-border-radius: 0.236em;
    border-radius: 0.236em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .homepage-banner .description p {
    text-align: left;
  }
  .homepage-banner .description p:last-child {
    margin-bottom: 0;
  }
  .homepage-banner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    bottom: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGAwBuKzQAwGjDAGNgGwSgwVAFCGAgUGpiTrAAAAAElFTkSuQmCC);
  }
  .home #content.with-banner {
    border-top: 4px double #e8e4e3;
    padding-top: 3.631em;
  }
  .archive-header h1 {
    float: left;
  }
  .archive-header .archive-rss {
    float: right;
    padding-top: 1em;
  }
  .archive-header .archive-rss a:before {
    font-family: 'WebSymbolsRegular';
    display: inline-block;
    font-size: .857em;
    margin-right: .618em;
    font-weight: normal;
    content: "r";
    color: orange;
  }
  .type-post {
    *zoom: 1;
  }
  .type-post:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  .type-post:before,
  .type-post:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .type-post:after {
    clear: both;
  }
  .type-post .meta {
    display: block;
    width: 11%;
    float: left;
  }
  .type-post .meta .day,
  .type-post .meta .month,
  .type-post .meta .year {
    display: block;
    text-align: center;
    width: 65.4%;
    margin: 0 auto;
    background: #fff;
  }
  .type-post .meta .month {
    text-transform: uppercase;
    font-weight: bold;
    background: #ff4800;
    border-top: 0.202em solid #dd2600;
    color: #fff;
    font-size: .857em;
    padding: .202em 0;
  }
  .type-post .meta .day {
    font-size: 2em;
    line-height: 1.387;
    border: 1px solid #e8e4e3;
    border-width: 0 1px;
    font-weight: bold;
  }
  .type-post .meta .year {
    border: 1px solid #e8e4e3;
    border-top: 0;
    -webkit-border-bottom-left-radius: 0.327em;
    -webkit-border-bottom-right-radius: 0.327em;
    border-bottom-left-radius: 0.327em;
    border-bottom-right-radius: 0.327em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 1em;
    font-size: .857em;
    padding-bottom: .53em;
    color: #b0a7a4;
  }
  .type-post .meta img {
    padding: 0;
    border: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 1em;
    display: block;
    height: auto;
  }
  .type-post .post-content {
    width: 82.7%;
    float: right;
  }
  .single .type-post p:first-child {
    font-size: 1.387em;
  }
  #post-entries {
    width: 82.7%;
    float: right;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  #comments,
  #respond {
    clear: both;
  }
  #comments .commentlist li.comment ul.children {
    float: right;
    width: 82.7%;
    clear: right;
    padding-top: 2.618em;
  }
  .single-post #comments h2:first-child {
    width: 82.7%;
    float: right;
  }
  #respond {
    width: 82.7%;
    float: right;
  }
  #fancybox-outer #respond {
    width: 100%;
    float: none;
  }
  #fancybox-outer #respond textarea {
    width: 90%;
  }
  .col2-set {
    clear: both;
    *zoom: 1;
  }
  .col2-set:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  .col2-set:before,
  .col2-set:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .col2-set:after {
    clear: both;
  }
  .col2-set .col-1 {
    width: 48%;
    float: left;
  }
  .col2-set .col-2 {
    width: 48%;
    float: right;
  }
  .form-row {
    width: 48%;
    float: left;
    margin-bottom: 2.053em;
  }
  .form-row label {
    display: block;
    padding: .206em 0;
  }
  .form-row .input-text,
  .form-row select {
    width: 100%;
    *width: 90%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .form-row input[type=checkbox] {
    float: left;
  }
  .form-row.notes {
    width: 100%;
    float: none;
  }
  .form-row.notes textarea {
    width: 100%;
    *width: 90%;
  }
  .form-row.notes + h3 {
    clear: both;
  }
  .form-row-first {
    clear: left;
  }
  .form-row-last {
    float: right;
  }
  .form-row-wide {
    float: left;
    width: 100%;
    clear: both;
  }
  header.title {
    overflow: hidden;
    zoom: 1;
  }
  header.title h1,
  header.title h2,
  header.title h3,
  header.title h4,
  header.title h5 {
    float: left;
  }
  header.title a.edit {
    float: right;
    font-weight: bold;
    line-height: 2.4em;
  }
  header.title a.edit:before {
    font-family: 'WebSymbolsRegular';
    display: inline-block;
    font-size: .857em;
    margin-right: .618em;
    font-weight: normal;
    content: "S";
  }
  #header {
    padding-bottom: 1.618em;
    padding-top: 3.631em;
    *zoom: 1;
  }
  #header:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  #header:before,
  #header:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #header:after {
    clear: both;
  }
  #header hgroup {
    float: left;
  }
  #header #navigation {
    float: right;
    clear: none;
    border: 0;
    background: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
  }
  #main.fullwidth,
  .layout-full #main,
  .col-full,
  .no-sidebar #main {
    max-width: 75.998em;
    margin: 0 auto;
    width: 100%;
  }
  #main {
    width: 69.2%;
  }
  #sidebar {
    margin-top: 0;
    width: 22.05%;
    font-size: .857em;
  }
  .entry {
    *zoom: 1;
  }
  .entry:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  .entry:before,
  .entry:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .entry:after {
    clear: both;
  }
  .entry img {
    max-width: 100%;
  }
  .layout-full .entry img {
    max-width: 100%;
  }
  .layout-right-content #main {
    float: right;
  }
  .layout-right-content #sidebar {
    float: left;
  }
  .layout-full #main {
    width: 100%;
  }
  .col-left {
    float: left;
  }
  .col-right {
    float: right;
  }
  .page-template-template-contact-php .location-twitter .col-left {
    float: left;
  }
  .page-template-template-contact-php .location-twitter #office-location {
    width: 48%;
    margin: 0;
  }
  .page-template-template-contact-php .location-twitter .contact-social {
    float: right;
    width: 48%;
  }
  .page-template-template-contact-php .location-twitter .contact-social #twitter {
    margin: 0;
  }
  .footer-wrap {
    background: #f7f7f7;
    margin: 0 -3.631em;
    padding: 0 3.631em;
  }
  /*-------------------------------------------------------------------------------------------*/
  /* 7. WOOCOMMERCE */
  /*-------------------------------------------------------------------------------------------*/
  /* 7.1 Messages */
  /* 7.2 Products */
  ul.products li.product {
    position: relative;
    width: 22.05%;
  }
  ul.products li.product:nth-child(2n) {
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  /* 7.2.1 Single Product */
  .single-product .images {
    width: 48%;
    float: left;
  }
  .single-product .summary {
    width: 48%;
    float: right;
  }
  .single-product .woocommerce_tabs,
  .single-product .woocommerce-tabs {
    clear: both;
  }
  .single-product .related {
    clear: both;
  }
  .single-product .sale .summary h1 {
    width: 80%;
  }
  .woocommerce_tabs ul.tabs,
  .woocommerce-tabs ul.tabs {
    margin-bottom: 0;
    margin-left: 2.618em;
  }
  .woocommerce_tabs ul.tabs li,
  .woocommerce-tabs ul.tabs li {
    width: auto;
    float: left;
    clear: none;
    margin-bottom: 0;
  }
  .woocommerce_tabs ul.tabs li:nth-child(2n),
  .woocommerce-tabs ul.tabs li:nth-child(2n) {
    float: left;
    clear: none;
  }
  .woocommerce_tabs ul.tabs li a,
  .woocommerce-tabs ul.tabs li a {
    border-bottom: 0;
    background: rgba(232, 228, 227, 0.5);
    color: #6c6360;
  }
  .woocommerce_tabs ul.tabs li a:hover,
  .woocommerce-tabs ul.tabs li a:hover {
    color: #ff4800;
  }
  .woocommerce_tabs ul.tabs li.active,
  .woocommerce-tabs ul.tabs li.active {
    position: relative;
  }
  .woocommerce_tabs ul.tabs li.active:before,
  .woocommerce-tabs ul.tabs li.active:before {
    content: "";
    display: block;
    position: absolute;
    top: -.236em;
    left: 0;
    right: 0;
    height: .236em;
    background: #ff4800;
    border-top: 1px solid #ff5911;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .woocommerce_tabs ul.tabs li.active a,
  .woocommerce-tabs ul.tabs li.active a {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 2px 0 #e8e4e3;
    -webkit-box-shadow: 0 1px 2px 0 #e8e4e3;
    color: #ff4800;
    border-top-color: #ff4800;
  }
  .woocommerce_tabs ul.tabs li.active a:after,
  .woocommerce-tabs ul.tabs li.active a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background: #fff;
  }
  .woocommerce_tabs .panel,
  .woocommerce-tabs .panel {
    background: #fff;
    padding: 2.618em;
    border: 1px solid #e8e4e3;
  }
  .woocommerce_tabs table.shop_attributes p,
  .woocommerce-tabs table.shop_attributes p {
    margin-bottom: 0;
  }
  /* 7.3 Cart */
  table.cart {
    margin-bottom: 2.618em;
  }
  table.cart .product-remove,
  table.cart .product-thumbnail,
  table.cart .product-price {
    position: static;
  }
  table.cart td.actions {
    text-align: right;
  }
  table.cart td.actions .coupon {
    width: 50%;
    float: left;
  }
  table.cart td.actions .input-text,
  table.cart td.actions .button,
  table.cart td.actions .checkout-button {
    width: auto !important;
    display: inline-block;
    margin-bottom: 0 !important;
  }
  table.cart td.actions .button {
    margin-left: .618em;
    float: none !important;
  }
  .cart-collaterals {
    *zoom: 1;
  }
  .cart-collaterals:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  .cart-collaterals:before,
  .cart-collaterals:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .cart-collaterals:after {
    clear: both;
  }
  .cart-collaterals .cross-sells,
  .cart-collaterals .cart_totals,
  .cart-collaterals .shipping_calculator {
    width: 48%;
    font-size: .857em;
    float: left;
  }
  .cart-collaterals .cart_totals {
    float: right;
  }
  .cart-collaterals .shipping_calculator {
    float: right;
    clear: right;
  }
  .cart-collaterals .cross-sells ul.products li.product {
    width: 48%;
  }
  /* 7.4 Checkout */
  .checkout #order_review {
    padding: 1.618em;
  }
  .checkout #shiptobilling {
    float: right;
    margin: 0;
    text-align: right;
    width: 48%;
  }
  .checkout #shiptobilling label {
    white-space: nowrap;
  }
  .checkout #shiptobilling input[type="checkbox"] {
    float: right;
    margin-left: 1em;
    margin-right: 0;
  }
  /* 7.5 Widgets */
  /* 7.6 Account */
  /* 7.7 Shortcodes */
  /* 6. FOOTER WIDGETS */
  #footer-widgets {
    border-top: 0;
  }
  #footer-widgets .block {
    margin-right: 3.8%;
    float: left;
  }
  #footer-widgets.col-1 .block {
    width: 100%;
    float: none;
  }
  #footer-widgets.col-1 .footer-widget-1 {
    margin-right: 0;
  }
  #footer-widgets.col-2 .block {
    width: 48%;
  }
  #footer-widgets.col-2 .footer-widget-2 {
    margin-right: 0;
  }
  #footer-widgets.col-3 .block {
    width: 30.75%;
  }
  #footer-widgets.col-3 .footer-widget-3 {
    margin-right: 0;
  }
  #footer-widgets.col-4 .block {
    width: 22.05%;
  }
  #footer-widgets.col-4 .footer-widget-4 {
    margin-right: 0;
  }
  /* 7. IE FIXES */
  .ie7 #top-nav {
    position: relative;
    z-index: 9999999;
  }
  .ie7 #header {
    position: relative;
    z-index: 9999999;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .homepage-banner h1 {
    font-size: 2.244em;
  }
  .homepage-banner .description {
    font-size: 1.387em;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.reset-sizing {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
p {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
a {
  color: #0093c6;
  font-weight: normal;
}
.row {
  *zoom: 1;
}
.row:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.arrow-link:after {
  content: '→';
  font-family: Calibri, Arial;
  font-style: italic;
  margin-left: 10px;
}
.table-display {
  display: table;
}
.table-display .table-cell {
  display: table-cell;
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flexcolumn {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexreverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flexcenter {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexspacebetween {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flexbottom {
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
::-webkit-input-placeholder {
  font-style: italic;
  color: #AAA;
}
:-moz-placeholder {
  font-style: italic;
  color: #AAA;
}
::-moz-placeholder {
  font-style: italic;
  color: #AAA;
}
:-ms-input-placeholder {
  font-style: italic;
  color: #AAA;
}
.post img,
.type-page img {
  border: 0 none;
  background: transparent;
  padding: 0;
  display: inline;
  vertical-align: middle;
}
.post,
.type-page {
  margin: 0;
}
div.bx-wrapper .bx-viewport {
  border: 0 none;
  left: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
div.bx-wrapper .bx-controls-direction a {
  z-index: 999;
  width: 36px;
  height: 36px;
  background: url("http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/interior-image@2x.png") 0 50% no-repeat;
  background-size: auto 100%;
  margin-top: -18px;
}
div.bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}
div.bx-wrapper .bx-controls-direction a.bx-next {
  background-position: 100% 50%;
  right: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: normal;
  font-family: 'Calibri Light', Calibri, 'Calibri W01 Regular 904604', Arial;
}
h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6,
h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h4 + h6,
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
h5 + h6,
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4,
h6 + h5,
h6 + h6 {
  margin-top: -.5em;
}
h4 {
  font-size: 1.2em;
}
body {
  background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/bg.gif) repeat 0 0;
  min-width: 100%;
  margin: 0 auto;
  font-family: Calibri, 'Calibri W01 Regular 904604', Arial;
  font-size: 1.6em;
}
b,
strong {
  font-weight: bold;
}
.img-circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
label {
  display: block;
  margin: 0 0 10px;
}
label.checkbox {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  body {
    padding: 0 1.631em;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding: 0;
  }
  #wrapper {
    padding: 0;
  }
}
body {
  color: #222;
}
body input[type="text"],
body input.input-text,
body textarea,
body input.txt,
body input[type="tel"],
body input[type="email"],
body select {
  font-size: 16px;
  height: 2.3em;
  box-shadow: none;
  padding: 6px 10px 5px;
  display: block;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-family: inherit;
  border-color: #D4D4D4;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}
body input[type="text"],
body input.input-text,
body textarea,
body input.txt,
body input[type="tel"],
body input[type="email"],
body input[type="text"]:focus,
body input.input-text:focus,
body textarea:focus,
body input.txt:focus,
body input[type="tel"]:focus,
body input[type="email"]:focus {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
  border-color: #D4D4D4;
}
body .datepicker-wrapper {
  position: relative;
  display: block;
}
body .datepicker-wrapper:after {
  background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/datepicker.png) 0 0 no-repeat;
  content: "";
  height: 21px;
  margin-top: -10px;
  position: absolute;
  right: 7px;
  top: 50%;
  width: 21px;
}
body select {
  padding: 7px 5px 5px 10px;
}
body textarea {
  height: auto;
}
body button,
body a.button,
body input[type="reset"],
body input[type="submit"],
body input[type="button"],
body .button,
body button:hover,
body a.button:hover,
body input[type="reset"]:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover,
body .button:hover {
  box-shadow: none;
  display: block;
  width: 100%;
  color: #FFF;
  font-weight: normal;
  font-style: italic;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 14px;
  background: #E77724;
  border-color: #E77724;
  text-shadow: none;
  height: 2.4em;
  line-height: 1;
  padding: 7px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}
body button.inline-button,
body a.button.inline-button,
body input[type="reset"].inline-button,
body input[type="submit"].inline-button,
body input[type="button"].inline-button,
body .button.inline-button {
  width: auto;
  display: inline-block;
  padding: 6px 20px;
}
body button.alt,
body a.button.alt,
body input[type="reset"].alt,
body input[type="submit"].alt,
body input[type="button"].alt,
body .button.alt,
body button.alt:hover,
body a.button.alt:hover,
body input[type="reset"].alt:hover,
body input[type="submit"].alt:hover,
body input[type="button"].alt:hover,
body .button.alt:hover {
  background: #0093c6;
  border-color: #0093c6;
  box-shadow: none;
}
body a.button,
body a.button:hover {
  padding-top: 9px;
}
body div.quantity {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  position: relative;
  padding-right: 30px;
}
body div.quantity .qty {
  height: 2.15em;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
body div.quantity .qty,
body div.quantity .qty:focus {
  margin: 0;
  border: 0 none;
  border-right: 1px solid #d4d4d4;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
body div.quantity .plus,
body div.quantity .minus {
  font-style: normal;
  width: auto;
  font-family: Calibri, Arial;
  height: auto;
  position: absolute;
  right: 0;
  background-color: transparent;
  color: transparent;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  width: 30px;
  height: 16px;
  background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/plusminus.png) 50% 5px no-repeat;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
body div.quantity .plus {
  top: 0;
}
body div.quantity .minus {
  background-position: 50% -8px;
  bottom: 0;
}
body .form-row {
  margin: 0 0 25px;
}
body .form-row label {
  margin: 0 0 5px;
  padding: 0;
  color: #4A4A4A;
}
body .form-row-one-third {
  float: left;
  margin-left: 2%;
  width: 32%;
}
body .form-row-one-third.form-row-one-third-first {
  margin-left: 0;
}
body .form-row-one-forth {
  float: left;
  margin-left: 3%;
  width: 23%;
}
iframe {
  width: 100%;
}
a,
a:hover,
a:visited,
a:active,
a:focus {
  color: #0093c6;
}
a:hover {
  text-decoration: underline;
  color: #006d93;
}
.woocommerce-checkout .type-page h1:before {
  content: '';
}
h1 {
  font-size: 2.544em;
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
div#cboxOverlay {
  background: #000;
}
#colorbox #cboxContent {
  margin-top: 0;
}
#colorbox #cboxLoadedContent {
  border: 20px solid #FFF;
  border-bottom: 70px solid #FFF;
  padding: 0;
  background: #FFF;
}
#colorbox #cboxTitle {
  position: absolute;
  float: none;
  width: 100%;
  left: 0;
  bottom: 5px;
  top: auto;
  padding: 20px;
}
#colorbox #cboxClose {
  width: 19px;
  height: 19px;
  right: 35px;
  top: 35px;
  background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/cbx_close.png) 0 0 no-repeat;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#colorbox #cboxPrevious,
#colorbox #cboxNext {
  background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/cbx_nav.png) 0 50% no-repeat;
  width: 36px;
  height: 36px;
  margin-top: -18px;
}
#colorbox #cboxPrevious {
  left: 20px;
  top: 50%;
}
#colorbox #cboxNext {
  right: 20px;
  top: 50%;
  background-position: 100% 50%;
}
.circle-box {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.circle-box .circle-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .circle-box {
    width: 80%;
    padding-bottom: 80%;
    margin: 0 auto;
  }
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #E77724;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors:before {
  content: '** ';
}
.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
  border-color: #E77724;
}
.gallery-columns-6 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 16%;
}
#header,
#content,
#footer {
  background-color: #FFF;
}
#main.fullwidth,
.layout-full #main,
.col-full,
.no-sidebar #main {
  max-width: 1300px;
  width: 100%;
}
#sidebar {
  width: 23.25%;
}
#main {
  width: 76.75%;
}
#content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.footer-wrap {
  background: transparent;
  position: relative;
  z-index: 1001;
}
#header {
  margin-bottom: 0;
  padding: 20px 0;
  border: 0 none;
  transition: .3s background, .3s padding;
}
#header #logo,
#header hgroup {
  margin-bottom: 0;
  text-align: center;
}
#header hgroup {
  position: static;
}
#header #logo {
  float: none;
  width: 200px;
  height: 64px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 60px;
}
#header #logo img {
  transition: opacity .3s;
}
#header #logo img.alt-logo {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  #header #logo {
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  #header #logo {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    padding: 15px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  #header #logo {
    margin: 0;
    height: auto;
    text-align: left;
    position: relative;
    left: 15px;
  }
  #header #logo img {
    max-width: 140px;
  }
  #header .nav-toggle {
    position: absolute;
    right: 25px;
    top: 50%;
    margin: -9px 0 0;
    width: auto;
    height: auto;
    background: transparent;
    border: 0 none;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    font-family: 'Calibri W06';
    font-weight: 200;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #header .nav-toggle a {
    color: #4A4A4A;
    text-shadow: none;
  }
  #header .nav-toggle a:after {
    content: '';
    width: 12px;
    height: 6px;
    background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/caret.png) 50% 0 no-repeat;
    vertical-align: middle;
    position: relative;
    top: -.1em;
    display: inline-block;
  }
}
#header .mc4wp-form {
  display: none;
}
#header .parent {
  position: static;
}
@media screen and (min-width: 768px) {
  #header #navigation {
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    white-space: nowrap;
  }
  #header #navigation ul.nav {
    float: none;
    line-height: 64px;
    position: static;
  }
  #header #navigation ul.nav > li {
    float: none;
    display: inline;
    position: static;
  }
  #header #navigation ul.nav > li a {
    font-weight: normal;
    color: #4A4A4A;
    display: inline-block;
    background: transparent;
    transition: .3s color;
    font-size: 18px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    padding: .53em .7em;
  }
  #header #navigation ul.nav > li a,
  #header #navigation ul.nav > li a:hover {
    border: 0 none;
    background: transparent;
    text-decoration: none;
    font-family: 'Calibri W01';
    font-weight: normal;
  }
  #header #navigation ul.nav > li a:before,
  #header #navigation ul.nav > li a:hover:before {
    background: transparent;
    display: none !important;
  }
  #header #navigation ul.nav > li:hover > a,
  #header #navigation ul.nav > li.active > a,
  #header #navigation ul.nav > li.current-menu-item > a {
    color: #0093c6;
  }
  #header #navigation ul.nav > li.active > .sub-menu {
    display: block !important;
  }
  #header #navigation ul.nav > li.current-menu-item > a,
  #header #navigation ul.nav > li.current_page_item > a {
    color: #4A4A4A;
  }
  #header #navigation ul.nav > li.parent > a:after {
    content: '';
    width: 12px;
    height: 6px;
    background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/caret.png) 50% 0 no-repeat;
    vertical-align: middle;
    position: relative;
    top: -.1em;
  }
  #header #navigation ul.nav > li.parent:hover > a:after,
  #header #navigation ul.nav > li.parent.active > a:after {
    background-position: 50% -12px;
  }
  .scrolldown#header #navigation ul.nav > li.parent > a:after {
    background-position: 50% -6px;
  }
  #header #navigation ul.nav > li.parent .sub-menu {
    border: 0 none;
    padding: 0;
    box-shadow: none;
    line-height: 1;
    margin: 0;
    background: transparent;
    width: auto;
    z-index: 9997;
  }
  #header #navigation ul.nav > li.parent > .sub-menu {
    margin: 0;
    left: 0;
    background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/nav-bg.jpg) 0 0 repeat;
    padding: 30px 150px 50px;
    width: 100%;
    position: absolute;
    display: none;
    visibility: visible;
  }
  #header #navigation ul.nav > li.parent > .sub-menu li a {
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    color: #FFF;
    font-size: 16px;
    padding: 0;
  }
  #header #navigation ul.nav > li.parent > .sub-menu li a:before,
  #header #navigation ul.nav > li.parent > .sub-menu li a:after {
    background: transparent !important;
    content: '' !important;
    display: none !important;
  }
  #header #navigation ul.nav > li.parent > .sub-menu > li {
    float: left;
    width: 190px;
  }
  #header #navigation ul.nav > li.parent > .sub-menu > li > a {
    font-style: italic;
    display: block;
    margin: 0 0 15px;
    font-family: 'Calibri W01';
    font-weight: normal;
    cursor: text;
  }
  #header #navigation ul.nav > li.parent > .sub-menu .sub-menu {
    padding: 0;
    position: static;
    display: block;
    visibility: visible;
  }
  #header #navigation ul.nav > li.parent > .sub-menu .sub-menu li {
    padding: 4px 0;
  }
  #header #navigation ul.nav > li.parent > .sub-menu .sub-menu a {
    font-size: 18px;
    color: #FFF;
  }
  #header #navigation ul.nav > li.parent > .sub-menu .sub-menu a:hover {
    color: #123A5D;
  }
  #header #navigation ul.nav > li.parent > .sub-menu .mc-form-wrap {
    float: left;
    width: auto;
    margin: 0;
  }
  #header #navigation ul.nav > li.parent > .sub-menu .mc-form-wrap .mc4wp-form {
    z-index: 9999;
    display: block;
    width: 370px;
    margin: 0;
  }
  #header #navigation ul.nav > li.parent > .sub-menu .mc-form-wrap .mc4wp-form input[type="email"] {
    height: 34px;
  }
  #header #navigation ul.nav > li.parent > .sub-menu .mc-form-wrap .mc4wp-form h3 {
    color: #FFF;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 20px;
  }
  #header #navigation ul.nav > li.parent > .sub-menu .mc-form-wrap .mc4wp-form .row {
    margin: 0 -5px;
  }
  #header #navigation ul.nav > li.parent > .sub-menu .mc-form-wrap .mc4wp-form .row > div {
    padding: 0 5px;
  }
  #header #navigation ul.nav > li:hover a {
    background: transparent;
  }
  #header #navigation #mobile-main-nav,
  #header #navigation .mobile-nav-toggle {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #header #navigation ul.nav > li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 868px) and (max-width: 1100px) {
  #header #navigation ul.nav > li a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 867px) {
  #header #navigation ul.nav > li a {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #header #navigation {
    margin: 0;
    position: absolute;
    right: 0;
    border: 0 none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    top: 0;
    background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/nav-bg.jpg) 0 0 repeat;
    font-family: 'Calibri W06';
    font-weight: 200;
    font-size: 18px;
    padding: 25px;
    min-width: 280px;
  }
  #header #navigation a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    padding: 0;
  }
  #header #navigation #main-nav {
    display: none;
  }
  #header #navigation #mobile-main-nav {
    display: block;
    *zoom: 1;
  }
  #header #navigation #mobile-main-nav:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  #header #navigation #mobile-main-nav:before,
  #header #navigation #mobile-main-nav:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #header #navigation #mobile-main-nav:after {
    clear: both;
  }
  #header #navigation #mobile-main-nav > li:nth-child(n+2) {
    width: 50%;
    float: left;
  }
  #header #navigation #mobile-main-nav > li > a {
    font-size: 16px;
    font-style: italic;
    color: #FFF;
    margin-bottom: 10px;
    font-family: 'Calibri W01';
    font-weight: normal;
  }
  #header #navigation #mobile-main-nav > li .sub-menu {
    margin: 0 0 25px;
  }
  #header #navigation .mobile-nav-toggle {
    display: block;
    position: absolute;
    right: 25px;
    top: 25px;
    background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/nav-toggle.png) 0 0 no-repeat;
    width: 19px;
    height: 19px;
    background-color: transparent;
    color: transparent;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
  }
}
#header .badge {
  position: relative;
  z-index: 9998;
}
#header .badge a {
  position: absolute;
  right: 75px;
  top: -20px;
  transition: .5s top;
}
#header .badge a img {
  max-width: none;
}
@media screen and (max-width: 991px) {
  #header .badge a {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #header .badge {
    display: none;
  }
}
#header.scrolldown {
  background: #0093c6;
  padding-top: 4px;
  padding-bottom: 4px;
}
#header.scrolldown #logo img {
  opacity: 0;
}
#header.scrolldown #logo img.alt-logo {
  opacity: 1;
}
#header.scrolldown #navigation ul.nav > li a,
#header.scrolldown #navigation ul.nav > li:hover a,
#header.scrolldown #navigation ul.nav > li.active a {
  color: #FFF;
}
#header.scrolldown #navigation ul.nav > li .submenu a {
  color: #4a4a4a;
}
#header.scrolldown .nav-toggle a {
  color: #FFF;
}
#header.scrolldown .nav-toggle a:after {
  background-position: 50% 100%;
}
#header.scrolldown .badge a {
  top: -230px;
}
@media screen and (max-width: 767px) {
  #header.scrolldown {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.top-link {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #d1ebf8;
  font-style: italic;
}
.home-slider-wrap .slide {
  opacity: 0;
  position: absolute;
  top: 0;
}
.home-slider-wrap .slide:first-child {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.home-slider-wrap .bx-wrapper {
  margin: 0;
}
.home-slider-wrap .bx-wrapper .slide {
  opacity: 1;
}
.home-slider-wrap .bx-wrapper .bx-pager,
.home-slider-wrap .bx-wrapper .bx-controls-auto {
  bottom: 20px;
  z-index: 99;
}
.home-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background: #FFF;
}
.home-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
.home-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #E77724;
}
.home-slider-wrap .bx-wrapper .bx-controls-direction a {
  background-image: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/home-slider-nav.png);
  height: 28px;
  width: 15px;
  margin-top: -14px;
}
.home-slider-wrap .bx-wrapper .bx-controls-direction a.bx-prev {
  background-position: 0 100%;
  left: 25px;
}
.home-slider-wrap .bx-wrapper .bx-controls-direction a.bx-next {
  background-position: 100% 0;
  right: 25px;
}
@media screen and (max-width: 767px) {
  .home-slider-wrap .bx-pager.bx-default-pager {
    display: none;
  }
}
.home-slider .slide > img {
  width: 100%;
  height: auto;
}
.home-slider .slide .slide-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30%;
  text-align: center;
  color: #FFF;
}
.home-slider .slide .slide-content h2 {
  font-size: 42px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}
.home-slider .slide .slide-content h3 {
  font-style: italic;
  font-size: 25px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  line-height: 1.2;
}
.home-slider .slide .slide-content .btn {
  display: inline-block;
  border: 2px solid #FFF;
  padding: 10px 20px 8px;
  text-transform: uppercase;
  font-style: italic;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-slider .slide .slide-content .btn:hover {
  background: #FFF;
  color: #684737;
}
.home-slider .slide .slide-content .html-content {
  text-align: left;
}
.home-slider .slide .slide-content .html-content h2,
.home-slider .slide .slide-content .html-content h3 {
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .home-slider .slide .slide-content {
    top: 15%;
  }
}
@media screen and (max-width: 767px) {
  .home-slider .slide > img {
    height: 250px;
  }
  .home-slider .slide .slide-content {
    position: absolute;
    top: 50%;
    margin-top: -47px;
    background: center center no-repeat;
    background-size: cover;
  }
  .home-slider .slide .slide-content h2 {
    font-size: 26px;
  }
  .home-slider .slide .slide-content .btn {
    padding: 7px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: .5px;
  }
  .home-slider .slide .slide-content .html-content {
    text-align: center;
    padding-top: 40px;
  }
  .home-slider .slide .slide-content .html-content h2,
  .home-slider .slide .slide-content .html-content h3 {
    padding: 0 20px;
    font-size: 23px;
  }
  .home-slider .slide .slide-content.html-slide {
    position: static;
    margin: 0;
  }
  .home-slider .slide .html-slide-img {
    display: none;
  }
}
#page-submenu {
  background: #0093c6;
  margin: 0 0 25px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#page-submenu ul {
  list-style: none;
  margin: 0;
  font-size: 20px;
  padding: 0;
  *zoom: 1;
}
#page-submenu ul:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#page-submenu ul:before,
#page-submenu ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#page-submenu ul:after {
  clear: both;
}
#page-submenu ul > li {
  float: left;
  line-height: 1;
  padding: 36px 0;
  margin-left: 35px;
  position: relative;
}
#page-submenu ul > li:first-child {
  margin-left: 0;
}
#page-submenu ul > li a {
  color: #FFF;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  white-space: nowrap;
}
#page-submenu ul > li.current_page_item:after {
  content: ' ';
  width: 16px;
  height: 8px;
  background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/active-submenu.gif) 0 0 no-repeat transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
}
#page-submenu ul > li.current_page_item a {
  color: #FFF;
}
#page-submenu .menu-text {
  color: #fff;
  margin-top: 10px;
  text-align: center;
}
#page-submenu .menu-text b {
  margin-left: 15px;
}
#page-submenu .menu-text p {
  margin: 0 0 0 15px;
  font-size: 14px;
}
@media screen and (max-width: 1150px) {
  #page-submenu {
    padding-left: 30px;
    padding-right: 30px;
  }
  #page-submenu ul > li {
    margin-left: 32px;
  }
  #page-submenu ul > li:first-child {
    margin-left: 0;
  }
  #page-submenu .menu-text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #page-submenu {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  #page-submenu ul {
    font-size: 18px;
    width: 300px;
  }
  #page-submenu ul > li {
    margin-left: 15px;
    padding: 20px 0 18px;
  }
  #page-submenu ul > li a {
    font-size: 16px;
  }
}
.page .content-section header,
.page #sl_div header,
.page .checkout header {
  margin: 30px 0;
  color: #000;
}
.page .content-section header h1,
.page #sl_div header h1,
.page .checkout header h1,
.page .content-section header h3.woo-title,
.page #sl_div header h3.woo-title,
.page .checkout header h3.woo-title {
  font-style: italic;
  font-size: 28px;
  position: relative;
  margin: 0;
}
.page .content-section header h1 > span,
.page #sl_div header h1 > span,
.page .checkout header h1 > span,
.page .content-section header h3.woo-title > span,
.page #sl_div header h3.woo-title > span,
.page .checkout header h3.woo-title > span {
  display: inline-block;
  padding-right: 30px;
  background: #FFF;
  position: relative;
}
.page .content-section header h1 > span small,
.page #sl_div header h1 > span small,
.page .checkout header h1 > span small,
.page .content-section header h3.woo-title > span small,
.page #sl_div header h3.woo-title > span small,
.page .checkout header h3.woo-title > span small {
  font-size: 14px;
  color: #626262;
  margin-left: 10px;
}
.page .content-section header h1:before,
.page #sl_div header h1:before,
.page .checkout header h1:before,
.page .content-section header h3.woo-title:before,
.page #sl_div header h3.woo-title:before,
.page .checkout header h3.woo-title:before {
  content: ' ';
  width: 100%;
  position: absolute;
  height: 2px;
  background: #0093c6;
  top: 50%;
  margin-top: -1px;
}
.page .content-section header h3.woo-title,
.page #sl_div header h3.woo-title,
.page .checkout header h3.woo-title {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .page .content-section header,
  .page #sl_div header,
  .page .checkout header {
    margin-top: 0;
  }
  .page .content-section header h1:before,
  .page #sl_div header h1:before,
  .page .checkout header h1:before,
  .page .content-section header h3.woo-title:before,
  .page #sl_div header h3.woo-title:before,
  .page .checkout header h3.woo-title:before {
    content: '';
    display: none;
  }
  .page .content-section header h1 > span small,
  .page #sl_div header h1 > span small,
  .page .checkout header h1 > span small,
  .page .content-section header h3.woo-title > span small,
  .page #sl_div header h3.woo-title > span small,
  .page .checkout header h3.woo-title > span small {
    display: block;
    margin: 0;
  }
}
.page .content-section {
  font-family: 'Calibri W06';
  font-weight: 200;
}
.quote-section {
  background: #0093c6;
  color: #ffffff;
  text-align: center;
  padding: 45px 35px;
}
.quote-section blockquote {
  font-style: italic;
}
.quote-section blockquote:before {
  content: '';
}
.quote-section blockquote,
.quote-section blockquote h3 {
  color: #ffffff;
  font-size: 24px;
}
.quote-section blockquote footer {
  font-size: 14px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .quote-section blockquote footer {
    font-style: normal;
  }
}
.quote-section img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.image-section {
  background: 100% 50% no-repeat;
  background-size: auto 100%;
  padding: 65px 0;
}
.image-section .mobile-image {
  display: none;
}
.image-section .mobile-image img {
  display: block;
}
.image-section h3 {
  font-style: italic;
  font-size: 21px;
  color: #333;
}
.image-section p {
  line-height: 1.8;
  color: #222;
}
.image-section ul {
  list-style-position: inside;
  color: #0093c6;
  padding-left: 25px;
}
.image-section ul li {
  font-style: italic;
}
.image-section ul li > span {
  color: #6C6360;
  margin-left: 15px;
}
.touch .image-section ul li {
  font-style: normal;
}
.image-section small {
  font-size: .85em;
  font-style: italic;
}
.touch .image-section small {
  font-style: normal;
}
.image-section .glowbg {
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.82) 51%, rgba(255, 255, 255, 0) 77%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(51%, rgba(255, 255, 255, 0.82)), color-stop(77%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.82) 51%, rgba(255, 255, 255, 0) 77%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.82) 51%, rgba(255, 255, 255, 0) 77%, rgba(255, 255, 255, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.82) 51%, rgba(255, 255, 255, 0) 77%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(ellipse at center, #ffffff 0%, rgba(255, 255, 255, 0.82) 51%, rgba(255, 255, 255, 0) 77%, rgba(255, 255, 255, 0) 100%);
}
.image-section a {
  font-style: italic;
}
.image-section a:after {
  content: '→';
  font-family: Calibri, Arial;
  font-style: italic;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .image-section {
    background-image: none !important;
    padding-top: 0;
  }
  .image-section .mobile-image {
    display: block;
    margin-bottom: 20px;
  }
}
.image-list-section {
  text-align: center;
  margin: 90px;
}
.image-list-section.image-list-full-width {
  margin-left: 0;
  margin-right: 0;
}
.image-list-section img {
  margin: 18px auto;
}
.image-list-section h2 {
  font-style: italic;
  color: #000;
  margin-bottom: 2em;
}
.image-list-section h3 {
  color: #0093c6;
  font-style: italic;
  font-size: 20px;
}
.image-list-section h4 {
  margin: 1em 0;
  font-size: 21px;
  font-style: italic;
  color: #363230;
}
.image-list-section h4 a {
  color: inherit;
}
.image-list-section h5 {
  font-size: 16px;
  color: #999;
  font-style: italic;
}
.image-list-section p {
  line-height: 1.9;
  padding: 0 30px;
  color: #222;
}
.image-list-section a {
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .image-list-section {
    margin: 45px 0;
  }
}
.thumbnail-gallery-section,
.video-gallery-section {
  margin: 80px 0 60px;
  overflow: hidden;
}
.thumbnail-gallery-section .gallery-item,
.video-gallery-section .gallery-item {
  margin-bottom: 30px;
  text-align: center;
}
.thumbnail-gallery-section .gallery-item .meta-content,
.video-gallery-section .gallery-item .meta-content {
  padding: 13px;
}
.thumbnail-gallery-section .gallery-item .circle-box,
.video-gallery-section .gallery-item .circle-box {
  background: #ea770a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  font-style: italic;
  color: #FFF;
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
}
.ie9 .thumbnail-gallery-section .gallery-item .circle-box,
.ie9 .video-gallery-section .gallery-item .circle-box,
.touch .thumbnail-gallery-section .gallery-item .circle-box,
.touch .video-gallery-section .gallery-item .circle-box {
  font-style: normal;
}
.thumbnail-gallery-section .gallery-item .circle-box a,
.video-gallery-section .gallery-item .circle-box a {
  color: #FFF;
  text-decoration: none;
  display: block;
  width: 100%;
}
.thumbnail-gallery-section .gallery-item .circle-box .circle-content,
.video-gallery-section .gallery-item .circle-box .circle-content {
  padding: 0 20px;
}
.page-id-2529 .thumbnail-gallery-section .gallery-item .circle-box,
.page-id-2529 .video-gallery-section .gallery-item .circle-box {
  background: #0093C6;
}
.thumbnail-gallery-section .flexbox,
.video-gallery-section .flexbox {
  min-width: 767px;
}
.thumbnail-gallery-section .flexbox .gallery-item,
.video-gallery-section .flexbox .gallery-item {
  margin-right: 1.2%;
}
.no-flexbox.no-flexboxlegacy .thumbnail-gallery-section .flexbox,
.no-flexbox.no-flexboxlegacy .video-gallery-section .flexbox {
  display: table;
}
.no-flexbox.no-flexboxlegacy .thumbnail-gallery-section .flexbox .gallery-item,
.no-flexbox.no-flexboxlegacy .video-gallery-section .flexbox .gallery-item {
  display: table-cell;
  vertical-align: bottom;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .thumbnail-gallery-section .scroller,
  .video-gallery-section .scroller {
    overflow: auto;
    margin-right: -30px;
  }
}
.thumbnail-gallery-section img,
.video-gallery-section img {
  margin: 0 auto;
}
.thumbnail-gallery-section h4,
.video-gallery-section h4 {
  margin: 1.1em 0;
  font-size: 18px;
  line-height: 1;
  font-style: italic;
  text-align: center;
  color: #000;
}
.thumbnail-gallery-section p,
.video-gallery-section p {
  font-size: 14px;
  color: rgba(98, 98, 98, 0.9);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thumbnail-gallery-section,
  .video-gallery-section {
    margin: 20px 0 40px;
  }
}
.image-grids-section img {
  margin: 0 0 30px;
}
.image-grids-section .grid-content {
  position: relative;
  color: #FFF;
  font-size: 22px;
  text-align: center;
  line-height: 1.3;
  font-style: italic;
}
.image-grids-section .grid-content img {
  margin: 0;
}
.image-grids-section .grid-content p {
  margin: 0 0 1em;
}
.image-grids-section .grid-content small {
  font-size: 16px;
}
.image-grids-section .grid-content .grid-text {
  width: 100%;
}
.image-grids-section .grid-content .grid-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.image-grids-section .flexbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .image-grids-section img {
    margin: 0 auto 30px;
    display: block;
    width: 100%;
  }
  .image-grids-section .grid-content {
    font-style: normal;
  }
  .image-grids-section .flexbox {
    padding: 0 25px;
  }
}
.footer-section {
  background: center center no-repeat;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}
.footer-section a.btn {
  display: inline-block;
  padding: 10px 25px 7px;
  border: 3px solid #FFF;
  font-style: italic;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .content-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-section a.btn {
    display: block;
    margin: 0 15px;
    line-height: 1.2;
  }
}
.post-content .entry {
  padding-top: 40px;
  padding-bottom: 40px;
}
.post-content .entry p {
  font-style: inherit;
}
.hentry header {
  position: relative;
  margin: 0 0 50px;
  background: center center;
  background-size: cover;
}
.hentry header hgroup {
  position: absolute;
  padding: 0 0 0 65px;
  top: 0;
  bottom: 0;
  width: 410px;
}
.hentry header hgroup .table-display {
  height: 100%;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}
.hentry header hgroup .table-display .table-cell {
  vertical-align: middle;
}
.hentry header hgroup h1 {
  font-size: 48px;
  line-height: 1.3;
  margin: 0;
  position: relative;
}
.hentry header hgroup p {
  color: #0093c6;
  font-style: italic;
  font-size: 24px;
  line-height: 1.65;
  margin: 25px 0 0;
}
.hentry header hgroup.text-display-center {
  width: 100%;
  padding: 0 65px;
}
.hentry header hgroup.text-display-center .table-display {
  width: 100%;
  text-align: center;
}
.hentry header hgroup #shop-delivery {
  vertical-align: middle;
  position: absolute;
  left: 0;
  bottom: 12px;
  color: #2990C0;
  text-decoration: none;
  font-style: italic;
  font-size: 14px;
  background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/delivery.png) 10px 50% no-repeat #ffffff;
  text-shadow: none;
  padding: 13px 15px 10px 40px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
.hentry header img {
  width: 100%;
  min-height: 180px;
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .hentry header hgroup #shop-delivery {
    position: static;
    display: block;
    width: 250px;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .hentry header {
    margin: 0 0 25px;
  }
  .hentry header hgroup {
    position: static;
  }
  .hentry header hgroup.text-display-center {
    padding: 20px;
  }
  .hentry header hgroup.text-display-center h1 {
    margin: 40px 0;
  }
  .hentry header img {
    display: none;
  }
}
.hentry .box-header {
  padding: 45px 0 80px;
  background: #EEE;
  background-size: cover;
}
.hentry .box-header h1 {
  color: #FFF;
  text-align: center;
  font-size: 38px;
  margin: 0 0 65px;
}
.hentry .box-header .box-item {
  background: #f3f3f3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.hentry .box-header .box-item img {
  height: auto;
  visibility: visible;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  position: relative;
  left: -1px;
}
.hentry .box-header .box-item .box-text {
  padding: 30px 10% 30px 0;
  text-align: center;
  max-width: 100%;
}
.hentry .box-header .box-item .box-text h2 {
  font-size: 20px;
  font-style: italic;
}
.hentry .box-header .box-item .box-text p {
  margin: 0;
}
.hentry .box-header .box-item .image-replacer {
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  position: relative;
  left: -1px;
  width: 100.5%;
  height: 100.5%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 1px;
  background: center center no-repeat;
  background-size: auto 101%;
  min-height: 320px;
}
.hentry .box-header .box-item .image-replacer img {
  display: none;
}
@media screen and (min-width: 992px) {
  .hentry .box-header .box-item > .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .hentry .box-header .box-item > .row > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .hentry .box-header .box-item .box-text {
    padding-left: 10%;
  }
  .hentry .box-header .box-item .image-replacer {
    left: auto;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
  }
}
@media screen and (max-width: 767px) {
  .hentry .box-header .box-item .image-replacer {
    min-height: 0;
  }
  .hentry .box-header .box-item .image-replacer img {
    display: block;
    max-width: none !important;
    width: 100%;
  }
}
.hentry .box-header .bx-wrapper {
  margin-bottom: 25px;
}
.hentry .box-header .bx-wrapper .bx-pager,
.hentry .box-header .bx-wrapper .bx-controls-auto {
  bottom: -45px;
}
.hentry .box-header .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #FFF;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.hentry .box-header .bx-wrapper .bx-pager.bx-default-pager a:hover,
.hentry .box-header .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #EA770A;
}
@media screen and (max-width: 767px) {
  .hentry .box-header {
    padding: 20px 0 30px;
  }
  .hentry .box-header h1 {
    margin: 0 0 20px;
    font-size: 24px;
  }
  .hentry .box-header .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hentry .box-header .box-header-item {
    display: none;
  }
  .hentry .box-header .box-header-item:first-child {
    display: block;
  }
  .hentry .box-header .box-header-item .box-item img {
    max-width: 170px;
    margin: 0 auto;
    display: block;
  }
  .hentry .box-header .box-header-item .box-item .box-text {
    max-width: none;
    padding: 30px 10%;
  }
}
/* Location */
#address_search {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
  margin-bottom: 30px;
  *zoom: 1;
}
#address_search:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#address_search:before,
#address_search:after {
  display: table;
  content: "";
  line-height: 0;
}
#address_search:after {
  clear: both;
}
#address_search .search_item {
  float: left;
  width: 33.33333%;
  padding: 0 15px;
}
#address_search .search_item #addy_in_radius {
  width: 62%;
  float: left;
}
#address_search #radius_in_submit {
  width: 31%;
  margin-top: 39px;
  float: right;
}
#address_search #addy_in_address {
  width: 66.66666%;
}
#address_search #addy_in_radius label {
  visibility: hidden;
}
#address_search label {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #address_search #addy_in_address,
  #address_search .search_item {
    width: 100%;
    margin: 0 0 10px;
  }
  #address_search #addy_in_radius {
    width: 100% !important;
  }
  #address_search #addy_in_radius label {
    display: none;
  }
  #address_search #radius_in_submit {
    margin-top: 10px;
    width: 100%;
  }
  #address_search #addressSubmit.slp_ui_button {
    display: block;
    margin: 0;
    height: 2.8em;
    background: #0093C6;
    border-color: #0093C6;
    box-shadow: none;
  }
}
#map {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  #map {
    height: 200px !important;
  }
}
#map img {
  max-width: none;
}
#map_sidebar {
  margin: 0 0 40px;
  *zoom: 1;
}
#map_sidebar:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#map_sidebar:before,
#map_sidebar:after {
  display: table;
  content: "";
  line-height: 0;
}
#map_sidebar:after {
  clear: both;
}
#map_sidebar .results_wrapper {
  width: 23.5%;
  float: left;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border: 2px solid #dfdfdf;
  position: relative;
}
@media (min-width: 1201px) {
  #map_sidebar .results_wrapper + .results_wrapper {
    margin-left: 2%;
  }
}
#map_sidebar .results_wrapper:nth-child(4n+1) {
  margin-left: 0;
}
#map_sidebar .results_wrapper:hover {
  border-color: #0093c6;
}
#map_sidebar .results_wrapper .results_entry {
  padding: 30px;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
}
#map_sidebar .results_wrapper .results_entry:hover {
  border-color: #2faae8;
}
#map_sidebar .results_wrapper .results_entry .location_name {
  font-size: 21px;
  font-style: italic;
  margin: 0 0 26px;
}
#map_sidebar .results_wrapper .results_entry .location_distance {
  color: #0093c6;
  font-style: italic;
}
#map_sidebar .results_wrapper .results_entry p {
  line-height: 1.7;
}
#map_sidebar .results_wrapper .results_entry .button {
  position: relative;
  z-index: 1;
}
#map_sidebar .results_wrapper .results_entry .store-page-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
#map_sidebar .results_wrapper .results_entry .slp_result_directions {
  position: relative;
  z-index: 1;
  display: block;
}
#map_sidebar .results_wrapper .results_entry .slp_result_phone,
#map_sidebar .results_wrapper .results_entry .slp_result_fax {
  display: block;
}
#map_sidebar .results_wrapper .results_entry .slp_result_phone:empty,
#map_sidebar .results_wrapper .results_entry .slp_result_fax:empty {
  display: none;
}
#map_sidebar .results_wrapper .results_entry .slp_result_phone:before {
  content: 'Phone: ';
}
#map_sidebar .results_wrapper .results_entry .slp_result_fax:before {
  content: 'Fax: ';
}
#map_sidebar .results_wrapper .results_entry .slp-buttons {
  padding: 0 30px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #map_sidebar .results_wrapper {
    width: 49%;
  }
  #map_sidebar .results_wrapper:nth-child(2n) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  #map_sidebar .results_wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
}
#sl_div > form,
#sl_div > #map,
#sl_div #map_result_header {
  display: none;
}
#sl_div .grey-box {
  padding: 25px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  background: #D76F36;
  cursor: pointer;
}
#sl_div .grey-box p {
  font-size: 20px;
  margin: 0;
  color: #666;
  font-style: italic;
  text-align: center;
  font-family: 'Calibri W06';
  font-weight: 200;
  color: #FFF;
}
#sl_div .grey-box p img {
  margin-right: 25px;
}
#sl_div .grey-box p a {
  color: #FFF;
}
.ie9 #sl_div .grey-box p {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  #sl_div .grey-box p {
    font-size: 16px;
    font-style: normal;
  }
  #sl_div .grey-box p img {
    display: block;
    margin: 0 auto 1em;
  }
}
.store-entry.entry {
  padding-bottom: 0;
}
.store-entry.entry h4 {
  margin: 0 0 1.2em;
}
.store-entry.entry .storename {
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 1.3em;
}
.store-entry.entry .storename .storeaddress {
  font-size: 14px;
  font-style: normal;
  margin-left: 20px;
}
.store-entry.entry .storeslider {
  position: relative;
}
.store-entry.entry .storeslider .slide {
  position: absolute;
  top: 0;
  width: 100%;
}
.store-entry.entry .storeslider .slide:first-child {
  position: relative;
}
.store-entry.entry .storeslider .slide:after {
  width: 73.5px;
  height: 62px;
  content: '';
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/fnetwork.jpg) 0 0 no-repeat;
  background-size: 100%;
}
.store-entry.entry .storeslider .slide img {
  width: 100%;
}
.store-entry.entry .storehours h4 {
  margin: 0 0 .6em;
}
.store-entry.entry .storehours p {
  font-size: 14px;
}
.store-entry.entry .storehours b {
  font-style: italic;
  margin-right: 5px;
}
.store-entry.entry .storehours .storel {
  margin-right: 5px;
}
.store-entry.entry .storelocator {
  text-align: center;
  margin-bottom: 25px;
}
.store-entry.entry .storelocator h4 {
  margin: 1.7em 0;
}
.store-entry.entry .storelocator .button {
  padding: 15px 5px 16px;
  height: auto;
}
.store-entry.entry .storedescription p {
  color: rgba(0, 0, 0, 0.6);
}
.store-entry.entry .storepress {
  font-style: italic;
}
.store-entry.entry .storepagecontent {
  padding: 75px 60px;
  background: #F6F6F6;
  margin: 0 -60px;
}
.store-entry.entry .storepagecontent h3 {
  color: #0093c6;
  font-style: italic;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 2em;
}
.store-entry.entry .storepagecontent img.alignright {
  margin: 30px 0 0;
}
.store-entry.entry .storepagecontent p {
  line-height: 1.7;
}
.store-entry.entry .row {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .store-entry.entry .storename .storeaddress {
    display: block;
    margin-left: 0;
  }
  .store-entry.entry .bx-wrapper .bx-viewport {
    margin-bottom: 10px;
  }
  .store-entry.entry .storelocator h4 {
    margin: 15px 0;
  }
  .store-entry.entry .storepressheader,
  .store-entry.entry .storepress {
    display: none;
  }
  .store-entry.entry .storepagecontent {
    margin: 0 -15px;
    padding: 35px 15px;
  }
  .store-entry.entry .storepagecontent h3 {
    margin-bottom: 1em;
  }
  .store-entry.entry .storepagecontent p {
    margin-bottom: 10px;
  }
  .store-entry.entry .storepagecontent img {
    display: none;
  }
}
div.press-box,
div.grey-box {
  padding: 25px 25px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  background: #F6F6F6;
  font-size: 16px;
  font-style: italic;
}
div.press-box h4,
div.grey-box h4 {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}
div.press-box p,
div.grey-box p {
  font-size: 16px;
}
div.press-box .file-link,
div.grey-box .file-link {
  font-size: 14px;
  color: #3E3E3E;
  padding-left: 22px;
  background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/download.png) 0 50% no-repeat;
  font-style: italic;
}
div.press-box table,
div.grey-box table {
  margin: 0 0 15px;
}
div.press-box table td,
div.grey-box table td {
  padding: 0;
  border: 0 none;
}
div.grey-box {
  font-style: normal;
  line-height: 1.9;
  font-size: 16px;
  margin: 0 0 40px;
  color: #28170D;
}
div.grey-box p {
  font-size: 16px;
  line-height: 1.9;
}
div.grey-box table {
  font-style: italic;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  div.grey-box table,
  div.grey-box tr,
  div.grey-box td,
  div.grey-box th {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  div.grey-box {
    padding: 15px 15px 5px;
    margin: 0 0 15px;
  }
}
/* Press Page */
.press-page {
  padding-top: 110px;
  background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/press-bg.jpg) 0 0 repeat-x #ffffff;
  color: #000;
}
.press-page .press-footer {
  margin-top: 90px;
}
.press-page .press-footer h2 {
  word-spacing: 25px;
}
.press-page .press-footer h2 a {
  color: rgba(108, 99, 96, 0.7);
}
.press-page .press-footer h2 a.active {
  color: #363230;
}
.press-page .latest-press {
  margin-top: 25px;
}
.press-page .latest-press .press {
  padding: 23px 0;
  font-size: 14px;
  line-height: 42px;
}
.press-page .latest-press .press time {
  font-style: italic;
}
.press-page .latest-press .press img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 42px;
}
.press-page .latest-press .press h4 {
  font-size: 18px;
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.press-page .latest-press .press h4 a {
  color: #3E3E3E;
}
.press-page .latest-press .press + .press {
  border-top: 1px solid #E4E4E4;
}
.press-page .press-bottom {
  background: #d1ebf8;
  margin: 0 -60px;
  padding: 60px;
  margin-top: 150px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
@media screen and (max-width: 767px) {
  .press-page .press-image {
    display: none;
  }
  .press-page .press-footer {
    margin-top: 20px;
  }
  .press-page .latest-press .press img {
    margin: 0;
  }
  .press-page .press-bottom {
    margin: 0 -15px;
  }
}
/* Contact Page */
.contact-page {
  padding-bottom: 60px;
}
.contact-page label {
  margin: 10px 0 3px;
  font-size: 17px;
  color: #000;
}
.contact-page .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
.contact-page .submit-p {
  margin: 10px 0;
  text-align: right;
}
.contact-page .submit-p input[type=submit] {
  background: #0093c6;
  border-color: #0093c6;
}
.contact-page h4 {
  color: #000;
}
@media screen and (max-width: 767px) {
  .contact-page .submit-p {
    margin: 2em 0 1em;
  }
  .contact-page .submit-p input[type=submit] {
    width: 100%;
  }
}
.contact-page .message-success {
  text-align: center;
  display: none;
}
.contact-page .message-success h1 {
  font-size: 28px;
  font-style: italic;
}
.contact-page .message-success a {
  font-style: italic;
}
.contact-page .sent .wpcf7-mail-sent-ok,
.contact-page .sent .message-form {
  display: none;
}
.contact-page .sent .message-success {
  display: block;
}
.contactform_cus {
  margin-right: -40px;
  position: relative;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .contactform_cus {
    margin-right: 0;
    left: auto;
    padding: 0 55px;
  }
}
.contactform_cus .form-control {
  height: 2.81em;
}
.contactform_cus .form-control,
.contactform_cus .form-control:focus {
  border: 2px solid #0093c6;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
.contactform_cus .row {
  margin: 0 -7px;
}
.contactform_cus .row > div {
  padding: 0 7px;
}
.contactform_cus p {
  margin: 0 0 11px;
}
.contactform_cus .submit-p {
  margin-top: 10px;
}
.contactform_cus #contactform_cus-btn {
  background: #0093C6;
  border-color: #0093C6;
  padding: 0;
  height: 40px;
  letter-spacing: 0;
  text-transform: none;
}
.contactform_cus #contactform_cus-btn,
.contactform_cus #contactform_cus-btn:hover {
  color: #FFF;
}
.contactform_cus .error label.error {
  display: none !important;
}
.contactform_cus .error input,
.contactform_cus .error select,
.contactform_cus .error input:focus,
.contactform_cus .error select:focus {
  border-color: #E77724;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #slide-content-0 {
    top: 10%;
  }
  #slide-content-0 h2 {
    font-size: 34px;
    line-height: 1.2;
  }
  #slide-content-0 h3 {
    font-size: 21px;
    line-height: 1.1;
  }
}
.contactform_cus ::-webkit-input-placeholder {
  font-style: normal;
}
.contactform_cus :-moz-placeholder {
  font-style: normal;
}
.contactform_cus ::-moz-placeholder {
  font-style: normal;
}
.contactform_cus :-ms-input-placeholder {
  font-style: normal;
}
/* Shop Page */
#choose-order {
  background: #03ABE5;
  padding-top: 70px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
#choose-order h1 {
  font-size: 42px;
  margin-bottom: 1.1em;
}
#choose-order h3 {
  font-style: italic;
  font-size: 28px;
  font-family: Calibri;
  font-weight: 300;
}
#choose-order img {
  opacity: .9;
  margin: 0 auto 40px;
  display: block;
}
#choose-order p {
  max-width: 250px;
  margin: 0 auto;
}
#choose-order form {
  margin: 30px auto;
  max-width: 230px;
  visibility: hidden;
}
#choose-order form select {
  color: #9B9B9B;
}
#choose-order form input[type=text] {
  background: #0089B8;
  border-color: #0089B8;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9);
}
#choose-order form input[type=submit] {
  background: transparent;
  color: #D2ECF7;
  border-color: transparent;
  margin-top: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#choose-order .order-col {
  opacity: .9;
}
#choose-order .order-col.focus,
#choose-order .order-col.enter {
  opacity: 1;
}
#choose-order .order-col.focus form,
#choose-order .order-col.enter form {
  visibility: visible;
}
#choose-order .msg {
  margin: 15px 0;
  color: #FFE9AF;
}
#choose-order footer {
  background: #0089B8;
  margin: 0 -60px;
}
#choose-order footer p {
  width: auto;
  max-width: none;
  padding: 28px 0;
  font-size: 20px;
  font-style: italic;
}
#choose-order footer p:before {
  content: '';
  width: 76px;
  height: 26px;
  margin-right: 20px;
  vertical-align: middle;
  display: inline-block;
  background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/truck.png) 0 0 no-repeat;
}
#choose-order footer p a {
  color: #A1CFE1;
}
@media screen and (max-width: 767px) {
  #choose-order footer {
    margin: 0 -15px;
    padding: 0 15px;
  }
  #choose-order footer p {
    font-style: normal;
  }
}
.ui-datepicker.ui-widget {
  font-size: 12px;
}
.woocommerce_message,
.woocommerce_info,
.woocommerce_error,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
  margin-top: 60px;
}
.ordersteps {
  margin-top: 60px;
}
.ordersteps .steptop {
  color: #dbdbdb;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
}
.ordersteps .stepbar {
  height: 20px;
  background: #efefef;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  margin: 0 0 50px;
  border: 3px solid #efefef;
}
.ordersteps .stepbar .row,
.ordersteps .stepbar .row > div {
  height: 100%;
}
.ordersteps .stepbar .row {
  margin: 0;
}
.ordersteps .stepbar .row > div {
  padding: 0;
  border: 1px solid #EFEFEF;
  border-color: transparent #EFEFEF;
  border-width: 0 1px;
}
.ordersteps .stepbar .step {
  background: transparent;
  height: 100%;
}
.ordersteps .stepbar .step[data-step="1"] {
  -webkit-border-radius: 9px 0 0 9px;
  border-radius: 9px 0 0 9px;
  background-clip: padding-box;
}
.ordersteps .stepbar .step[data-step="2"] {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.ordersteps .stepbar .step[data-step="3"] {
  -webkit-border-radius: 0 9px 9px 0;
  border-radius: 0 9px 9px 0;
  background-clip: padding-box;
}
.ordersteps[data-step="1"] .steptop [data-step="1"] {
  color: #000;
}
.ordersteps[data-step="1"] .stepbar [data-step="1"] {
  background: #0093C6;
}
.ordersteps[data-step="2"] .steptop [data-step="1"],
.ordersteps[data-step="2"] .steptop [data-step="2"] {
  color: #000;
}
.ordersteps[data-step="2"] .stepbar [data-step="1"],
.ordersteps[data-step="2"] .stepbar [data-step="2"] {
  background: #0093C6;
}
.ordersteps[data-step="3"] .steptop [data-step="1"],
.ordersteps[data-step="3"] .steptop [data-step="2"],
.ordersteps[data-step="3"] .steptop [data-step="3"] {
  color: #000;
}
.ordersteps[data-step="3"] .stepbar [data-step="1"],
.ordersteps[data-step="3"] .stepbar [data-step="2"],
.ordersteps[data-step="3"] .stepbar [data-step="3"] {
  background: #0093C6;
}
ul.products li.product {
  width: auto;
  float: none;
  text-align: left;
}
ul.products li.product h3 {
  margin: 0 0 1em;
  font-style: italic;
}
ul.products li.product h3 span.price {
  display: inline;
  font-size: .85em;
  color: #E77724;
  margin-left: 15px;
}
ul.products li.product h3 span.price .amount {
  margin: 0 4px;
}
ul.products li.product .cart {
  *zoom: 1;
}
ul.products li.product .cart:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
ul.products li.product .cart:before,
ul.products li.product .cart:after {
  display: table;
  content: "";
  line-height: 0;
}
ul.products li.product .cart:after {
  clear: both;
}
ul.products li.product .cart .quantity,
ul.products li.product .cart .button {
  float: left;
  width: auto;
}
ul.products li.product .cart .button {
  margin-top: 1px;
}
ul.products li.product img {
  background: transparent;
  padding: 0;
  border: 0 none;
}
form.checkout h4 {
  font-style: italic;
  font-size: 20px;
}
form.checkout #order_review,
form.checkout #checkout-billing-shipping {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  background: transparent;
  padding: 0;
}
form.checkout #order_review .shop_table,
form.checkout #checkout-billing-shipping .shop_table {
  margin-top: -60px;
}
form.checkout #order_review #payment ul,
form.checkout #checkout-billing-shipping #payment ul {
  border: 0 none;
}
form.checkout #order_review .form-row.place-order,
form.checkout #checkout-billing-shipping .form-row.place-order {
  text-align: right;
  width: 100%;
}
form.checkout #order_review .form-row.place-order a,
form.checkout #checkout-billing-shipping .form-row.place-order a {
  color: #9B9B9B;
}
form.checkout #order_review .form-row.place-order .button,
form.checkout #checkout-billing-shipping .form-row.place-order .button {
  font-size: 16px;
  float: none;
  vertical-align: baseline;
  margin-left: 15px;
}
.addresses header.title {
  margin: 0 0 10px;
}
.addresses header.title h3,
.addresses header.title h4 {
  margin: 0;
}
ul.order_details {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
}
ul.order_details:before {
  content: '';
}
.woocommerce.widget_shopping_cart {
  padding: 25px;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  margin: 0 0 25px;
  color: #3E3E3E;
}
.woocommerce.widget_shopping_cart h3 {
  border: 0 none;
  padding: 0;
  font-style: italic;
  margin: 0 0 20px;
  font-size: 20px;
  color: #4A4A4A;
}
.woocommerce.widget_shopping_cart ul.product_list_widget {
  margin: 0;
  list-style: none;
}
.woocommerce.widget_shopping_cart ul.product_list_widget li {
  border-bottom: 1px solid #E8E4E3;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.woocommerce.widget_shopping_cart ul.product_list_widget li:last-child {
  border-bottom-color: #979797;
}
.woocommerce.widget_shopping_cart ul.product_list_widget li .product-name {
  font-size: 18px;
  color: #3E3E3E;
  display: block;
  margin-right: 50px;
}
.woocommerce.widget_shopping_cart ul.product_list_widget li .remove-item {
  float: right;
  display: none;
}
.woocommerce.widget_shopping_cart ul.product_list_widget li:hover .remove-item {
  display: block;
}
.woocommerce.widget_shopping_cart ul.product_list_widget li img {
  display: none;
}
.woocommerce.widget_shopping_cart ul.product_list_widget li .quantity {
  font-style: italic;
  color: #4A4A4A;
}
.woocommerce.widget_shopping_cart ul.product_list_widget li .quantity:before {
  content: 'Quantity: ';
}
.woocommerce.widget_shopping_cart ul.product_list_widget li .quantity .amount {
  position: absolute;
  right: 0;
  top: 0;
}
.woocommerce.widget_shopping_cart .shipping {
  *zoom: 1;
  font-size: 16px;
}
.woocommerce.widget_shopping_cart .shipping:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.woocommerce.widget_shopping_cart .shipping:before,
.woocommerce.widget_shopping_cart .shipping:after {
  display: table;
  content: "";
  line-height: 0;
}
.woocommerce.widget_shopping_cart .shipping:after {
  clear: both;
}
.woocommerce.widget_shopping_cart .shipping .label {
  float: left;
}
.woocommerce.widget_shopping_cart .shipping .shippingoption {
  float: right;
}
.woocommerce.widget_shopping_cart .total {
  font-size: 18px;
  color: #E77724;
  position: relative;
  margin-top: 46px;
  line-height: 1;
}
.woocommerce.widget_shopping_cart .total strong {
  font-weight: normal;
}
.woocommerce.widget_shopping_cart .total .amount {
  position: absolute;
  right: 0;
  bottom: -5px;
  font-size: 36px;
}
.woocommerce.widget_shopping_cart .buttons {
  margin: 0;
}
.woocommerce.widget_shopping_cart .buttons .button {
  display: none;
}
.woocommerce.widget_shopping_cart .buttons .button.checkout {
  display: block;
  background: #0093C6;
  border-color: #0093C6;
  box-shadow: none;
}
form.checkout .woocommerce.widget_shopping_cart .buttons .button.checkout {
  display: none;
}
.woocommerce.disclaimer p {
  font-size: 13px;
  font-style: italic;
  color: #9B9B9B;
}
ul.order_details li {
  text-transform: none;
  font-family: 'Calibri W06';
  font-weight: 200;
  font-style: italic;
  padding: 1em 2.7em 1em 0;
}
ul.order_details li strong {
  font-weight: normal;
  font-family: 'Calibri W06';
  font-weight: 200;
  font-size: 24px;
  font-style: normal;
}
.review-order {
  margin-top: 40px;
  position: relative;
}
.review-order header {
  margin: 0 0 1em;
}
.review-order header .woo-title {
  font-size: 28px;
  font-style: italic;
  color: #000;
}
.review-order .review-order-details .shop_table.order_details {
  margin-top: 200px;
}
.review-order .review-order-info {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px 45px;
}
.review-order h4 {
  color: #0093c6;
  font-style: italic;
}
.review-order .customer_details,
.review-order .addresses {
  font-family: 'Calibri W06';
  font-weight: 200;
}
.review-order .customer_details strong,
.review-order .addresses strong,
.review-order .customer_details h5,
.review-order .addresses h5,
.review-order .customer_details dt,
.review-order .addresses dt {
  font-family: 'Calibri W01';
  font-weight: normal;
  color: #000;
}
.review-order .customer_details header,
.review-order .addresses header,
.review-order .customer_details h5,
.review-order .addresses h5 {
  margin: 0;
}
.review-order .customer_details p,
.review-order .addresses p {
  font-style: normal;
}
.review-order dl dd {
  margin-bottom: 1.4em;
}
.shop_table.order_details th,
.shop_table.order_details td {
  font-weight: normal;
  text-transform: none;
  padding: .7em 15px;
}
.shop_table.order_details td {
  font-family: 'Calibri W06';
  font-weight: 200;
}
.shop_table.order_details thead tr th {
  border: 0 none;
  background: #9fcfe3;
  color: #FFF;
}
.shop_table.order_details thead tr th:first-child {
  -webkit-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  background-clip: padding-box;
}
.shop_table.order_details thead tr th:last-child {
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  background-clip: padding-box;
}
.shop_table.order_details tfoot th {
  text-align: right;
  font-family: 'Calibri W06';
  font-weight: 200;
}
.shop_table.order_details tbody th,
.shop_table.order_details tfoot th,
.shop_table.order_details tbody td,
.shop_table.order_details tfoot td {
  border-bottom: solid 1px #e6e6e6;
}
.shop_table.order_details a {
  font-style: italic;
}
.shop_table.order_details .product-quantity {
  font-weight: normal;
}
.shop_table.order_details .order-total {
  font-size: 20px;
  color: #000;
  font-style: italic;
}
.shop_table.order_details .order-total td,
.shop_table.order_details .order-total th {
  border-bottom: 0 none;
}
.shop_table.order_details .product-name {
  width: 75%;
}
.shop_table.order_details .product-total {
  width: 25%;
}
/* Story Page */
#archives {
  position: relative;
}
#archives .arc .archive_year {
  margin: 0;
  font-family: 'Calibri W06';
  font-weight: 200;
}
#archives .archives_list {
  margin-bottom: 0;
  border: 0 none;
  margin: 0;
  overflow: hidden;
}
#archives .archives_list li {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #archives .archives_list li .flexbox {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#archives {
  margin-top: -50px;
}
#archives .timeline-li {
  background: transparent 0 50% no-repeat;
}
#archives .timeline-li img {
  max-width: none !important;
}
#archives .timeline-li .push {
  text-align: center;
}
#archives .timeline-li .push img {
  float: right;
}
#archives .timeline-li .image-center {
  padding-left: 150px;
}
#archives .timeline-li .image-center.push {
  padding-left: 0;
}
#archives .timeline-li .image-center img {
  float: none;
  display: block;
  max-width: 100% !important;
  height: auto;
}
#archives .timeline-li .timeline-image {
  text-align: right;
}
#archives .timeline-li .timeline-content {
  padding: 20px 60px 0 30px;
  width: 100%;
}
#archives .timeline-li .timeline-content p {
  line-height: 1.75;
  font-family: 'Calibri W06';
  font-weight: 200;
}
#archives .timeline-li .timeline-content h3 {
  font-style: italic;
  margin: 0 0 1.5em;
}
#archives .timeline-li .pull.timeline-text .timeline-content {
  padding-left: 150px;
}
#archives .timeline-li.tl-style-full .timeline-content {
  padding: 175px 0;
  text-align: center;
}
#archives .timeline-li.tl-style-full .timeline-content p {
  font-size: 36px;
  color: #FFF;
  margin: 0;
  line-height: 1.5;
}
#archives .timeline-li.grey-box {
  padding: 40px 0;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  #archives .timeline-li .timeline-image img {
    display: block;
    height: auto !important;
  }
  .flexbox #archives .timeline-li .timeline-content {
    padding: 15px 15px 0 35px;
  }
  #archives .timeline-li .image-center,
  #archives .timeline-li .pull.timeline-text .timeline-content {
    padding-left: 50px;
  }
  #archives .timeline-li.tl-style-full .timeline-content p {
    font-size: 24px;
    margin: 2em 0;
  }
}
@media screen and (max-width: 767px) {
  #archives {
    margin-top: -25px;
  }
}
#archives .arc {
  position: relative;
}
#archives .archive_year {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 19px;
  background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/story-pin.png) 0 0 no-repeat;
  left: 60px;
  top: 30px;
  background-color: transparent;
  color: transparent;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
}
#archives .archive_year:after {
  position: absolute;
  content: attr(data-post-year);
  background: #FFF;
  line-height: 16px;
  font-size: 12px;
  color: #9b9b9b;
  left: 23px;
  top: 50%;
  margin-top: -9px;
  padding: 1px 6px 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
}
@media screen and (max-width: 767px) {
  #archives .archive_year {
    left: 10px;
  }
}
#archives .archive_line {
  position: absolute;
  left: 68px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #d1ebf8;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #archives .archive_line {
    left: 18px;
  }
}
.woo-pagination .page-numbers.current {
  background: transparent;
  color: #0093C6;
}
/* Franchise */
#secondary {
  font-size: 18px;
  overflow: hidden;
  padding: 60px 0 10px;
  font-family: 'Calibri W06';
  font-weight: 200;
  color: rgba(255, 255, 255, 0.9);
}
#secondary a {
  color: rgba(255, 255, 255, 0.9);
}
#secondary a.ico-phone {
  background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/link-icon.png) 0 0 no-repeat;
  padding-left: 35px;
}
#secondary a.ico-email {
  background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/link-icon.png) 0 -32px no-repeat;
  padding-left: 35px;
}
#secondary .widget {
  margin-bottom: 20px;
}
#secondary .widget_nav_menu {
  font-size: 18px;
}
#secondary .widget_nav_menu li:before {
  display: none;
}
#secondary .widget_nav_menu li a {
  color: #C9E8F4;
  display: block;
  padding: 10px 50px;
}
#secondary .widget_nav_menu li a,
#secondary .widget_nav_menu li a:hover {
  text-decoration: none;
}
#secondary .widget_nav_menu li.current-menu-item {
  background: #17638a;
}
#secondary .widget_nav_menu li.current-menu-item a {
  color: rgba(255, 255, 255, 0.9);
}
#secondary .widget_nav_menu li:hover {
  background: #17638a !important;
}
#secondary .widget_nav_menu li:hover a {
  color: rgba(255, 255, 255, 0.9) !important;
}
#secondary .textwidget {
  padding: 0 50px;
}
#secondary .textwidget a {
  font-weight: bold;
}
#secondary .btn {
  display: inline-block;
  background: #FFF;
  color: #0093C6;
  padding: 8px 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box;
  text-decoration: none;
}
#secondary hr {
  background: #4ab5d9;
  margin: 50px 0 35px;
}
@media (max-width: 767px) {
  #secondary .textwidget {
    padding: 0 15px;
  }
}
.franchising-btn {
  background: #FFF;
  padding: 5% 3% 5.5%;
  display: none;
}
.franchising-btn label {
  text-align: left;
  font-weight: bold;
}
.franchising-btn input[type=text] {
  margin: 0 0 15px;
}
.franchising-btn a {
  display: block;
  background: #0093C6;
  border-color: #0093C6;
  color: #FFF;
  padding: 5px 10px;
  font-style: italic;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .franchising-btn {
    display: block;
  }
}
.layout-right-content #sidebar {
  background: #2DA0C8;
}
.layout-right-content .page-head {
  margin: 0;
}
@media (max-width: 767px) {
  .layout-right-content #content {
    display: block;
  }
  .layout-right-content #sidebar {
    width: 100%;
    clear: both;
    float: none;
    text-align: center;
    background: #008ab9;
  }
  .layout-right-content #sidebar #secondary {
    padding: 20px 0;
  }
  .layout-right-content #sidebar .widget_text {
    margin: 0;
  }
  .layout-right-content #sidebar .widget_nav_menu,
  .layout-right-content #sidebar p,
  .layout-right-content #sidebar hr,
  .layout-right-content #sidebar br {
    display: none;
  }
  .layout-right-content #sidebar a.ico-email {
    margin-left: 10px;
  }
  .layout-right-content #main {
    width: 100%;
  }
}
.franchising-content {
  *zoom: 1;
}
.franchising-content:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.franchising-content:before,
.franchising-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.franchising-content:after {
  clear: both;
}
.franchising-content > img {
  width: 100%;
}
.franchising-content h1 {
  font-size: 42px;
  font-style: italic;
  color: #17638a;
}
.franchising-content h2 {
  font-style: italic;
  font-size: 28px;
}
.franchising-content table td {
  vertical-align: top;
  text-align: center;
  width: 33%;
  border: 0 none;
}
.franchising-content table h2 {
  font-size: 32px;
  margin: 0 0 15px;
  line-height: 1;
}
.franchising-content table p {
  color: #E77724;
  font-size: 14px;
  font-style: italic;
}
.franchising-content ul {
  list-style: none;
}
.franchising-content ul li {
  padding-left: 23px;
  background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/dot.png) 4px 13px no-repeat;
}
.franchising-content ul li ul {
  list-style: disc inside;
}
.franchising-content ul li ul li {
  background: none;
}
.franchising-content ul.checkmark li {
  background-image: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/check.png);
  background-position: 4px 10px;
}
.franchising-content ol {
  padding-left: 1.5em;
}
.franchising-content ol li {
  color: #E77724;
}
.franchising-content ol li span {
  color: #6C6360;
}
.franchising-content .text-content {
  padding: 6% 6% 3.5%;
  font-size: 16px;
  background: transparent center center;
  background-size: cover;
  font-family: 'Calibri W06';
  font-weight: 200;
  line-height: 2.1;
}
.franchising-content .text-content.with-bg {
  color: #FFF;
  font-size: 21px;
  line-height: 1.8;
  padding-bottom: 20px;
}
.franchising-content .text-content.with-bg h1 {
  color: #FFF;
}
.franchising-content .text-content.with-bg p {
  margin-bottom: 1em;
}
.franchising-content .text-content header {
  margin-bottom: 10px;
}
.franchising-content .text-content header h1 {
  color: #000;
  font-size: 28px;
}
.franchising-content .text-content .help-text {
  font-style: italic;
  color: #A3A3A3;
}
.franchising-content .gallery-columns-6 {
  margin: 0 -12px;
}
.franchising-content .gallery-columns-6 .gallery-item {
  border: 12px solid #FFF;
  margin: 0;
}
.franchising-content .gallery-columns-6 .gallery-item img {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
.franchising-content.franchising-m-content {
  display: none;
}
.franchising-content .contactform_cus {
  left: auto;
  margin-right: 0;
}
@media screen and (min-width: 998px) {
  .franchising-content .contactform_cus {
    margin-right: 10%;
  }
}
@media (max-width: 767px) {
  .franchising-content#franchising-content-2 ~ .franchising-content {
    display: none;
  }
  .franchising-content#franchising-content-2 ~ .franchising-content.franchising-m-content {
    display: block;
  }
}
/* Footer */
#footer {
  background: #0093c6;
  color: #FFF;
  text-align: center;
}
#footer a {
  color: #FFF;
}
#footer h3 {
  color: #123A5D;
  font-weight: normal;
  font-style: italic;
  font-size: 20px;
  padding: 10px 0;
}
#footer .recent-post {
  margin: 0 150px 25px;
  line-height: 1.5;
  font-family: 'Calibri W06';
  font-weight: 200;
}
#footer .recent-post .rotatingtweet,
#footer .recent-post .cff-item {
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  border: 0 none;
  float: left;
  clear: none;
  padding-top: 0;
}
#footer .recent-post .rotatingtweet .cff-date,
#footer .recent-post .cff-item .cff-date,
#footer .recent-post .rotatingtweet .rtw_meta a,
#footer .recent-post .cff-item .rtw_meta a {
  font-size: 14px;
  color: #123A5D;
  font-style: italic;
  text-align: center;
  float: none;
}
@media screen and (max-width: 767px) {
  #footer .recent-post .rotatingtweet,
  #footer .recent-post .cff-item {
    width: auto;
    float: none;
  }
}
#footer .recent-post p {
  margin: 0 0 10px;
  font-size: 18px;
}
#footer .cff-viewpost-facebook,
#footer .cff-author {
  display: none;
}
#footer .social-links {
  text-align: center;
}
#footer .social-links a {
  margin: 0 5px;
  vertical-align: top;
  background: url(http://www.sweetarleens.com/wp-content/themes/mystile/css/../images/social-icons.png) 0 0 no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: transparent;
  color: transparent;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
}
#footer .social-links a.tw:hover {
  background-position: 0 100%;
}
#footer .social-links a.fb {
  background-position: -33px 0;
}
#footer .social-links a.fb:hover {
  background-position: -33px 100%;
}
#footer .social-links a.pi {
  background-position: 100% 1px;
}
#footer .social-links a.pi:hover {
  background-position: 100% -30px;
}
@media screen and (max-width: 991px) {
  #footer .recent-post .rotatingtweet {
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .recent-post {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }
  #footer .recent-post p {
    line-height: 1.5;
  }
  #footer .recent-post .col-sm-4 {
    margin-bottom: 20px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.text-hide {
  background-color: transparent;
  color: transparent;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
}
.alignright {
  float: right;
}
